Skip to content

Commit 8c5ec6e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f509be8e of spec repo
1 parent a1efc3f commit 8c5ec6e

File tree

3 files changed

+5
-35
lines changed

3 files changed

+5
-35
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-27 10:37:41.709330",
8-
"spec_repo_commit": "c75940cb"
7+
"regenerated": "2025-05-27 13:44:04.179955",
8+
"spec_repo_commit": "f509be8e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 10:37:41.725491",
13-
"spec_repo_commit": "c75940cb"
12+
"regenerated": "2025-05-27 13:44:04.201367",
13+
"spec_repo_commit": "f509be8e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,20 +1298,10 @@ components:
12981298
$ref: '#/components/schemas/AWSAccountPartition'
12991299
aws_regions:
13001300
$ref: '#/components/schemas/AWSRegions'
1301-
created_at:
1302-
description: Timestamp of when the account integration was created.
1303-
format: date-time
1304-
readOnly: true
1305-
type: string
13061301
logs_config:
13071302
$ref: '#/components/schemas/AWSLogsConfig'
13081303
metrics_config:
13091304
$ref: '#/components/schemas/AWSMetricsConfig'
1310-
modified_at:
1311-
description: Timestamp of when the account integration was updated.
1312-
format: date-time
1313-
readOnly: true
1314-
type: string
13151305
resources_config:
13161306
$ref: '#/components/schemas/AWSResourcesConfig'
13171307
traces_config:

lib/datadog_api_client/v2/models/aws_account_response_attributes.rb

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ class AWSAccountResponseAttributes
3737
# AWS Regions to collect data from. Defaults to `include_all`.
3838
attr_accessor :aws_regions
3939

40-
# Timestamp of when the account integration was created.
41-
attr_accessor :created_at
42-
4340
# AWS Logs Collection config.
4441
attr_accessor :logs_config
4542

4643
# AWS Metrics Collection config.
4744
attr_accessor :metrics_config
4845

49-
# Timestamp of when the account integration was updated.
50-
attr_accessor :modified_at
51-
5246
# AWS Resources Collection config.
5347
attr_accessor :resources_config
5448

@@ -66,10 +60,8 @@ def self.attribute_map
6660
:'aws_account_id' => :'aws_account_id',
6761
:'aws_partition' => :'aws_partition',
6862
:'aws_regions' => :'aws_regions',
69-
:'created_at' => :'created_at',
7063
:'logs_config' => :'logs_config',
7164
:'metrics_config' => :'metrics_config',
72-
:'modified_at' => :'modified_at',
7365
:'resources_config' => :'resources_config',
7466
:'traces_config' => :'traces_config'
7567
}
@@ -84,10 +76,8 @@ def self.openapi_types
8476
:'aws_account_id' => :'String',
8577
:'aws_partition' => :'AWSAccountPartition',
8678
:'aws_regions' => :'AWSRegions',
87-
:'created_at' => :'Time',
8879
:'logs_config' => :'AWSLogsConfig',
8980
:'metrics_config' => :'AWSMetricsConfig',
90-
:'modified_at' => :'Time',
9181
:'resources_config' => :'AWSResourcesConfig',
9282
:'traces_config' => :'AWSTracesConfig'
9383
}
@@ -141,10 +131,6 @@ def initialize(attributes = {})
141131
self.aws_regions = attributes[:'aws_regions']
142132
end
143133

144-
if attributes.key?(:'created_at')
145-
self.created_at = attributes[:'created_at']
146-
end
147-
148134
if attributes.key?(:'logs_config')
149135
self.logs_config = attributes[:'logs_config']
150136
end
@@ -153,10 +139,6 @@ def initialize(attributes = {})
153139
self.metrics_config = attributes[:'metrics_config']
154140
end
155141

156-
if attributes.key?(:'modified_at')
157-
self.modified_at = attributes[:'modified_at']
158-
end
159-
160142
if attributes.key?(:'resources_config')
161143
self.resources_config = attributes[:'resources_config']
162144
end
@@ -215,10 +197,8 @@ def ==(o)
215197
aws_account_id == o.aws_account_id &&
216198
aws_partition == o.aws_partition &&
217199
aws_regions == o.aws_regions &&
218-
created_at == o.created_at &&
219200
logs_config == o.logs_config &&
220201
metrics_config == o.metrics_config &&
221-
modified_at == o.modified_at &&
222202
resources_config == o.resources_config &&
223203
traces_config == o.traces_config &&
224204
additional_properties == o.additional_properties
@@ -228,7 +208,7 @@ def ==(o)
228208
# @return [Integer] Hash code
229209
# @!visibility private
230210
def hash
231-
[account_tags, auth_config, aws_account_id, aws_partition, aws_regions, created_at, logs_config, metrics_config, modified_at, resources_config, traces_config, additional_properties].hash
211+
[account_tags, auth_config, aws_account_id, aws_partition, aws_regions, logs_config, metrics_config, resources_config, traces_config, additional_properties].hash
232212
end
233213
end
234214
end

0 commit comments

Comments
 (0)