Skip to content

Commit 731d331

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bcbb9b7a of spec repo
1 parent 17af396 commit 731d331

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
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": "2025-05-26 12:46:05.505223",
8-
"spec_repo_commit": "a6954c1c"
7+
"regenerated": "2025-05-27 07:41:51.299315",
8+
"spec_repo_commit": "bcbb9b7a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-26 12:46:05.522939",
13-
"spec_repo_commit": "a6954c1c"
12+
"regenerated": "2025-05-27 07:41:51.316448",
13+
"spec_repo_commit": "bcbb9b7a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,6 +3989,7 @@ components:
39893989
description: The ID of the AWS account.
39903990
example: '123456789012'
39913991
type: string
3992+
x-model-simple-name: AccountId
39923993
AwsCURConfig:
39933994
description: AWS CUR config.
39943995
properties:
@@ -4223,6 +4224,7 @@ components:
42234224
example: QUEUED
42244225
type: string
42254226
type: object
4227+
x-model-simple-name: OnDemandAttributes
42264228
AwsOnDemandCreateAttributes:
42274229
description: Attributes for the AWS on demand task.
42284230
properties:
@@ -4234,6 +4236,7 @@ components:
42344236
required:
42354237
- arn
42364238
type: object
4239+
x-model-simple-name: OnDemandCreateAttributes
42374240
AwsOnDemandCreateData:
42384241
description: Object for a single AWS on demand task.
42394242
properties:
@@ -4245,6 +4248,7 @@ components:
42454248
- type
42464249
- attributes
42474250
type: object
4251+
x-model-simple-name: OnDemandCreateData
42484252
AwsOnDemandCreateRequest:
42494253
description: Request object that includes the on demand task to submit.
42504254
properties:
@@ -4253,6 +4257,7 @@ components:
42534257
required:
42544258
- data
42554259
type: object
4260+
x-model-simple-name: OnDemandCreateRequest
42564261
AwsOnDemandData:
42574262
description: Single AWS on demand task.
42584263
properties:
@@ -4265,6 +4270,7 @@ components:
42654270
type:
42664271
$ref: '#/components/schemas/AwsOnDemandType'
42674272
type: object
4273+
x-model-simple-name: OnDemandData
42684274
AwsOnDemandListResponse:
42694275
description: Response object that includes a list of AWS on demand tasks.
42704276
properties:
@@ -4274,12 +4280,14 @@ components:
42744280
$ref: '#/components/schemas/AwsOnDemandData'
42754281
type: array
42764282
type: object
4283+
x-model-simple-name: OnDemandListResponse
42774284
AwsOnDemandResponse:
42784285
description: Response object that includes an AWS on demand task.
42794286
properties:
42804287
data:
42814288
$ref: '#/components/schemas/AwsOnDemandData'
42824289
type: object
4290+
x-model-simple-name: OnDemandResponse
42834291
AwsOnDemandType:
42844292
default: aws_resource
42854293
description: The type of the on demand task. The value should always be `aws_resource`.
@@ -4289,6 +4297,7 @@ components:
42894297
type: string
42904298
x-enum-varnames:
42914299
- AWS_RESOURCE
4300+
x-model-simple-name: OnDemandType
42924301
AwsScanOptionsAttributes:
42934302
description: Attributes for the AWS scan options.
42944303
properties:
@@ -4310,6 +4319,7 @@ components:
43104319
example: true
43114320
type: boolean
43124321
type: object
4322+
x-model-simple-name: ScanOptionsAttributes
43134323
AwsScanOptionsCreateAttributes:
43144324
description: Attributes for the AWS scan options to create.
43154325
properties:
@@ -4336,6 +4346,7 @@ components:
43364346
- vuln_containers_os
43374347
- vuln_host_os
43384348
type: object
4349+
x-model-simple-name: ScanOptionsCreateAttributes
43394350
AwsScanOptionsCreateData:
43404351
description: Object for the scan options of a single AWS account.
43414352
properties:
@@ -4350,6 +4361,7 @@ components:
43504361
- type
43514362
- attributes
43524363
type: object
4364+
x-model-simple-name: ScanOptionsCreateData
43534365
AwsScanOptionsCreateRequest:
43544366
description: Request object that includes the scan options to create.
43554367
properties:
@@ -4358,6 +4370,7 @@ components:
43584370
required:
43594371
- data
43604372
type: object
4373+
x-model-simple-name: ScanOptionsCreateRequest
43614374
AwsScanOptionsData:
43624375
description: Single AWS Scan Options entry.
43634376
properties:
@@ -4370,6 +4383,7 @@ components:
43704383
type:
43714384
$ref: '#/components/schemas/AwsScanOptionsType'
43724385
type: object
4386+
x-model-simple-name: ScanOptionsData
43734387
AwsScanOptionsListResponse:
43744388
description: Response object that includes a list of AWS scan options.
43754389
properties:
@@ -4379,12 +4393,14 @@ components:
43794393
$ref: '#/components/schemas/AwsScanOptionsData'
43804394
type: array
43814395
type: object
4396+
x-model-simple-name: ScanOptionsListResponse
43824397
AwsScanOptionsResponse:
43834398
description: Response object that includes the scan options of an AWS account.
43844399
properties:
43854400
data:
43864401
$ref: '#/components/schemas/AwsScanOptionsData'
43874402
type: object
4403+
x-model-simple-name: ScanOptionsResponse
43884404
AwsScanOptionsType:
43894405
default: aws_scan_options
43904406
description: The type of the resource. The value should always be `aws_scan_options`.
@@ -4394,6 +4410,7 @@ components:
43944410
type: string
43954411
x-enum-varnames:
43964412
- AWS_SCAN_OPTIONS
4413+
x-model-simple-name: ScanOptionsType
43974414
AwsScanOptionsUpdateAttributes:
43984415
description: Attributes for the AWS scan options to update.
43994416
properties:
@@ -4415,6 +4432,7 @@ components:
44154432
example: true
44164433
type: boolean
44174434
type: object
4435+
x-model-simple-name: ScanOptionsUpdateAttributes
44184436
AwsScanOptionsUpdateData:
44194437
description: Object for the scan options of a single AWS account.
44204438
properties:
@@ -4429,6 +4447,7 @@ components:
44294447
- type
44304448
- attributes
44314449
type: object
4450+
x-model-simple-name: ScanOptionsUpdateData
44324451
AwsScanOptionsUpdateRequest:
44334452
description: Request object that includes the scan options to update.
44344453
properties:
@@ -4437,6 +4456,7 @@ components:
44374456
required:
44384457
- data
44394458
type: object
4459+
x-model-simple-name: ScanOptionsUpdateRequest
44404460
AzureStorageDestination:
44414461
description: The `azure_storage` destination forwards logs to an Azure Blob
44424462
Storage container.

0 commit comments

Comments
 (0)