Skip to content

Commit 4ffd51a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 55aea96 of spec repo
1 parent 39ea936 commit 4ffd51a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "c3b2b7d",
3-
"generated": "2025-08-25 10:18:04.330"
2+
"spec_repo_commit": "55aea96",
3+
"generated": "2025-08-25 15:33:44.229"
44
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-03-05T15:30:09.058Z
1+
2025-08-24T22:41:50.537Z

cassettes/features/v2/agentless_scanning/Post-an-AWS-on-demand-task-returns-AWS-on-demand-task-created-successfully-response.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/v2/agentless-scanning/CreateAwsOnDemandTask.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
body = DatadogAPIClient::V2::AwsOnDemandCreateRequest.new({
77
data: DatadogAPIClient::V2::AwsOnDemandCreateData.new({
88
attributes: DatadogAPIClient::V2::AwsOnDemandCreateAttributes.new({
9-
arn: "arn:aws:lambda:eu-west-3:376334461865:function:This-Is-An-Api-Spec-Test",
9+
arn: "arn:aws:lambda:us-west-2:123456789012:function:my-function",
1010
}),
1111
type: DatadogAPIClient::V2::AwsOnDemandType::AWS_RESOURCE,
1212
}),

features/v2/agentless_scanning.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ Feature: Agentless Scanning
123123
@team:DataDog/k9-agentless
124124
Scenario: Post an AWS on demand task returns "AWS on demand task created successfully." response
125125
Given new "CreateAwsOnDemandTask" request
126-
And body with value {"data": {"attributes": {"arn": "arn:aws:lambda:eu-west-3:376334461865:function:This-Is-An-Api-Spec-Test"}, "type": "aws_resource"}}
126+
And body with value {"data": {"attributes": {"arn": "arn:aws:lambda:us-west-2:123456789012:function:my-function"}, "type": "aws_resource"}}
127127
When the request is sent
128128
Then the response status is 201 AWS on demand task created successfully
129-
And the response "data.attributes.arn" is equal to "arn:aws:lambda:eu-west-3:376334461865:function:This-Is-An-Api-Spec-Test"
129+
And the response "data.attributes.arn" is equal to "arn:aws:lambda:us-west-2:123456789012:function:my-function"
130130
And the response "data.attributes.status" is equal to "QUEUED"
131131

132132
@team:DataDog/k9-agentless

0 commit comments

Comments
 (0)