Skip to content

Commit 435a914

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9e8e271 of spec repo
1 parent 859f207 commit 435a914

18 files changed

+229
-10
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": "98e3371",
3-
"generated": "2025-08-27 08:45:02.412"
2+
"spec_repo_commit": "9e8e271",
3+
"generated": "2025-08-27 13:10:57.009"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46082,7 +46082,7 @@ paths:
4608246082
$ref: '#/components/responses/NotAuthorizedResponse'
4608346083
'429':
4608446084
$ref: '#/components/responses/TooManyRequestsResponse'
46085-
summary: Get AWS Scan Options
46085+
summary: List AWS Scan Options
4608646086
tags:
4608746087
- Agentless Scanning
4608846088
post:
@@ -46134,6 +46134,29 @@ paths:
4613446134
summary: Delete AWS Scan Options
4613546135
tags:
4613646136
- Agentless Scanning
46137+
get:
46138+
description: Fetches the Agentless scan options for an activated account.
46139+
operationId: GetAwsScanOptions
46140+
parameters:
46141+
- $ref: '#/components/parameters/AwsAccountId'
46142+
responses:
46143+
'200':
46144+
content:
46145+
application/json:
46146+
schema:
46147+
$ref: '#/components/schemas/AwsScanOptionsResponse'
46148+
description: OK
46149+
'400':
46150+
$ref: '#/components/responses/BadRequestResponse'
46151+
'403':
46152+
$ref: '#/components/responses/NotAuthorizedResponse'
46153+
'404':
46154+
$ref: '#/components/responses/NotFoundResponse'
46155+
'429':
46156+
$ref: '#/components/responses/TooManyRequestsResponse'
46157+
summary: Get AWS scan options
46158+
tags:
46159+
- Agentless Scanning
4613746160
patch:
4613846161
description: Update the Agentless scan options for an activated account.
4613946162
operationId: UpdateAwsScanOptions

cassettes/features/v2/agentless_scanning/Get-AWS-Scan-Options-returns-OK-response.frozen

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-08-27T13:04:35.618Z

cassettes/features/v2/agentless_scanning/Get-AWS-scan-options-returns-Bad-Request-response.yml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-08-27T01:14:07.103Z

cassettes/features/v2/agentless_scanning/Get-AWS-scan-options-returns-Not-Found-response.yml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-08-27T01:14:24.197Z

cassettes/features/v2/agentless_scanning/Get-AWS-scan-options-returns-OK-response.yml

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-08-24T22:53:40.600Z

0 commit comments

Comments
 (0)