Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-18 19:17:52.208752",
"spec_repo_commit": "8f19ff48"
"regenerated": "2024-07-18 19:52:48.056729",
"spec_repo_commit": "17f1aa28"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-18 19:17:52.233137",
"spec_repo_commit": "8f19ff48"
"regenerated": "2024-07-18 19:52:48.074244",
"spec_repo_commit": "17f1aa28"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26026,6 +26026,7 @@ paths:
- Cloud Cost Management
/api/v2/cost/aws_related_accounts:
get:
deprecated: true
description: List the AWS accounts in an organization by calling 'organizations:ListAccounts'
from the specified management account.
operationId: ListAWSRelatedAccounts
Expand Down
3 changes: 3 additions & 0 deletions lib/datadog_api_client/v2/api/cloud_cost_management_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,13 @@ def list_aws_related_accounts(filter_management_account_id, opts = {})
#
# List the AWS accounts in an organization by calling 'organizations:ListAccounts' from the specified management account.
#
# @deprecated This API is deprecated.
#
# @param filter_management_account_id [String] The ID of the management account to filter by.
# @param opts [Hash] the optional parameters
# @return [Array<(AWSRelatedAccountsResponse, Integer, Hash)>] AWSRelatedAccountsResponse data, response status code and response headers
def list_aws_related_accounts_with_http_info(filter_management_account_id, opts = {})
warn "[DEPRECATION] `ListAWSRelatedAccounts` is deprecated."

if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: CloudCostManagementAPI.list_aws_related_accounts ...'
Expand Down