Skip to content

Commit e38ecf5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9fc6a76f of spec repo
1 parent a3e26f4 commit e38ecf5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.6.6",
7-
"regenerated": "2023-11-10 07:21:07.103956",
8-
"spec_repo_commit": "5d9edae7"
7+
"regenerated": "2023-11-13 14:19:06.822091",
8+
"spec_repo_commit": "9fc6a76f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-10 07:21:07.119789",
13-
"spec_repo_commit": "5d9edae7"
12+
"regenerated": "2023-11-13 14:19:06.841224",
13+
"spec_repo_commit": "9fc6a76f"
1414
}
1515
}
1616
}

examples/v1/aws-integration/CreateAWSAccount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const apiInstance = new v1.AWSIntegrationApi(configuration);
99

1010
const params: v1.AWSIntegrationApiCreateAWSAccountRequest = {
1111
body: {
12-
accountId: "123456789012",
12+
accountId: "163662907100",
1313
accountSpecificNamespaceRules: {
1414
auto_scaling: false,
1515
},

features/v1/aws_integration.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Feature: AWS Integration
2626
@team:DataDog/cloud-integrations
2727
Scenario: Create an AWS integration returns "OK" response
2828
Given new "CreateAWSAccount" request
29-
And body with value {"account_id": "123456789012", "account_specific_namespace_rules": {"auto_scaling": false}, "cspm_resource_collection_enabled": true, "excluded_regions": ["us-east-1", "us-west-2"], "filter_tags": ["$KEY:$VALUE"], "host_tags": ["$KEY:$VALUE"], "metrics_collection_enabled": false, "resource_collection_enabled": true, "role_name": "DatadogAWSIntegrationRole"}
29+
And body with value {"account_id": "{{ timestamp("now") }}00", "account_specific_namespace_rules": {"auto_scaling": false}, "cspm_resource_collection_enabled": true, "excluded_regions": ["us-east-1", "us-west-2"], "filter_tags": ["$KEY:$VALUE"], "host_tags": ["$KEY:$VALUE"], "metrics_collection_enabled": false, "resource_collection_enabled": true, "role_name": "DatadogAWSIntegrationRole"}
3030
When the request is sent
3131
Then the response status is 200 OK
3232

0 commit comments

Comments
 (0)