Skip to content

Commit 7cf39c4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d09cbc0c of spec repo
1 parent a1efc3f commit 7cf39c4

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
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:50:56.660203",
8+
"spec_repo_commit": "d09cbc0c"
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:50:56.680710",
13+
"spec_repo_commit": "d09cbc0c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,8 +1316,6 @@ components:
13161316
$ref: '#/components/schemas/AWSResourcesConfig'
13171317
traces_config:
13181318
$ref: '#/components/schemas/AWSTracesConfig'
1319-
required:
1320-
- aws_account_id
13211319
type: object
13221320
AWSAccountResponseData:
13231321
description: AWS Account response data.

lib/datadog_api_client/v2/models/aws_account_response_attributes.rb

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class AWSAccountResponseAttributes
2828
attr_accessor :auth_config
2929

3030
# AWS Account ID.
31-
attr_reader :aws_account_id
31+
attr_accessor :aws_account_id
3232

3333
# AWS partition your AWS account is scoped to. Defaults to `aws`.
3434
# See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.
@@ -166,24 +166,6 @@ def initialize(attributes = {})
166166
end
167167
end
168168

169-
# Check to see if the all the properties in the model are valid
170-
# @return true if the model is valid
171-
# @!visibility private
172-
def valid?
173-
return false if @aws_account_id.nil?
174-
true
175-
end
176-
177-
# Custom attribute writer method with validation
178-
# @param aws_account_id [Object] Object to be assigned
179-
# @!visibility private
180-
def aws_account_id=(aws_account_id)
181-
if aws_account_id.nil?
182-
fail ArgumentError, 'invalid value for "aws_account_id", aws_account_id cannot be nil.'
183-
end
184-
@aws_account_id = aws_account_id
185-
end
186-
187169
# Returns the object in the form of hash, with additionalProperties support.
188170
# @return [Hash] Returns the object in the form of hash
189171
# @!visibility private

0 commit comments

Comments
 (0)