Skip to content

DOCS-2142 Fix AWS broken link #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev8",
"regenerated": "2021-06-22 14:21:24.724350",
"spec_repo_commit": "ac88040"
"regenerated": "2021-06-25 16:37:15.458476",
"spec_repo_commit": "30e3ae0"
},
"v2": {
"apigentools_version": "1.4.1.dev8",
"regenerated": "2021-06-22 14:21:53.878383",
"spec_repo_commit": "ac88040"
"regenerated": "2021-06-25 16:37:42.642039",
"spec_repo_commit": "30e3ae0"
}
}
}
4 changes: 2 additions & 2 deletions docs/v1/AWSIntegrationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ with ApiClient(configuration) as api_client:
host_tags=["<KEY>:<VALUE>"],
role_name="DatadogAWSIntegrationRole",
secret_access_key="secret_access_key_example",
) # AWSAccount | Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://github.com/DataDog/documentation/blob/master/integrations/amazon_web_services/#installation).
) # AWSAccount | Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://docs.datadoghq.com/integrations/amazon_web_services/#setup).

# example passing only required values which don't have defaults set
try:
Expand All @@ -212,7 +212,7 @@ with ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**AWSAccount**](AWSAccount.md)| Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://github.com/DataDog/documentation/blob/master/integrations/amazon_web_services/#installation). |
**body** | [**AWSAccount**](AWSAccount.md)| Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://docs.datadoghq.com/integrations/amazon_web_services/#setup). |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/api/aws_integration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def create_new_aws_external_id(self, body, **kwargs):
>>> result = thread.get()

Args:
body (AWSAccount): Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://github.com/DataDog/documentation/blob/master/integrations/amazon_web_services/#installation).
body (AWSAccount): Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://docs.datadoghq.com/integrations/amazon_web_services/#setup).

Keyword Args:
_return_http_data_only (bool): response data without head status
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15452,7 +15452,7 @@ paths:

For more information about your AWS account Role name,

see the [Datadog AWS integration configuration info](https://github.com/DataDog/documentation/blob/master/integrations/amazon_web_services/#installation).'
see the [Datadog AWS integration configuration info](https://docs.datadoghq.com/integrations/amazon_web_services/#setup).'
required: true
responses:
'200':
Expand Down