Skip to content

Commit 227ccfc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 30e3ae0 of spec repo (#492)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent ac7905e commit 227ccfc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev8",
7-
"regenerated": "2021-06-22 14:21:24.724350",
8-
"spec_repo_commit": "ac88040"
7+
"regenerated": "2021-06-25 16:37:15.458476",
8+
"spec_repo_commit": "30e3ae0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-22 14:21:53.878383",
13-
"spec_repo_commit": "ac88040"
12+
"regenerated": "2021-06-25 16:37:42.642039",
13+
"spec_repo_commit": "30e3ae0"
1414
}
1515
}
1616
}

docs/v1/AWSIntegrationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ with ApiClient(configuration) as api_client:
196196
host_tags=["<KEY>:<VALUE>"],
197197
role_name="DatadogAWSIntegrationRole",
198198
secret_access_key="secret_access_key_example",
199-
) # 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).
199+
) # 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).
200200

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

213213
Name | Type | Description | Notes
214214
------------- | ------------- | ------------- | -------------
215-
**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). |
215+
**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). |
216216

217217
### Return type
218218

src/datadog_api_client/v1/api/aws_integration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def create_new_aws_external_id(self, body, **kwargs):
476476
>>> result = thread.get()
477477
478478
Args:
479-
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).
479+
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).
480480
481481
Keyword Args:
482482
_return_http_data_only (bool): response data without head status

src/datadog_api_client/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15452,7 +15452,7 @@ paths:
1545215452

1545315453
For more information about your AWS account Role name,
1545415454

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

0 commit comments

Comments
 (0)