Skip to content

Commit 907d634

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 63c441b2 of spec repo
1 parent 16e4483 commit 907d634

20 files changed

+5392
-5851
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": "2024-10-31 16:03:55.015635",
8-
"spec_repo_commit": "a11da7b5"
7+
"regenerated": "2024-10-31 16:41:34.646210",
8+
"spec_repo_commit": "63c441b2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-31 16:03:55.037697",
13-
"spec_repo_commit": "a11da7b5"
12+
"regenerated": "2024-10-31 16:41:34.664132",
13+
"spec_repo_commit": "63c441b2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -976,49 +976,6 @@ components:
976976
type: string
977977
x-enum-varnames:
978978
- API_KEYS
979-
AWSRelatedAccount:
980-
description: AWS related account.
981-
properties:
982-
attributes:
983-
$ref: '#/components/schemas/AWSRelatedAccountAttributes'
984-
id:
985-
description: The AWS account ID.
986-
example: '123456789123'
987-
type: string
988-
type:
989-
$ref: '#/components/schemas/AWSRelatedAccountType'
990-
required:
991-
- id
992-
- type
993-
type: object
994-
AWSRelatedAccountAttributes:
995-
description: Attributes for an AWS related account.
996-
properties:
997-
has_datadog_integration:
998-
description: Whether or not the AWS account has a Datadog integration.
999-
type: boolean
1000-
name:
1001-
description: The name of the AWS account.
1002-
type: string
1003-
type: object
1004-
AWSRelatedAccountType:
1005-
default: aws_account
1006-
description: Type of AWS related account.
1007-
enum:
1008-
- aws_account
1009-
example: aws_account
1010-
type: string
1011-
x-enum-varnames:
1012-
- AWS_ACCOUNT
1013-
AWSRelatedAccountsResponse:
1014-
description: List of AWS related accounts.
1015-
properties:
1016-
data:
1017-
description: An AWS related account.
1018-
items:
1019-
$ref: '#/components/schemas/AWSRelatedAccount'
1020-
type: array
1021-
type: object
1022979
ActiveBillingDimensionsAttributes:
1023980
description: List of active billing dimensions.
1024981
properties:
@@ -28974,53 +28931,6 @@ paths:
2897428931
operator: OR
2897528932
permissions:
2897628933
- cloud_cost_management_write
28977-
/api/v2/cost/aws_related_accounts:
28978-
get:
28979-
deprecated: true
28980-
description: List the AWS accounts in an organization by calling 'organizations:ListAccounts'
28981-
from the specified management account.
28982-
operationId: ListAWSRelatedAccounts
28983-
parameters:
28984-
- description: The ID of the management account to filter by.
28985-
example: '123456789123'
28986-
in: query
28987-
name: filter[management_account_id]
28988-
required: true
28989-
schema:
28990-
type: string
28991-
responses:
28992-
'200':
28993-
content:
28994-
application/json:
28995-
schema:
28996-
$ref: '#/components/schemas/AWSRelatedAccountsResponse'
28997-
description: OK
28998-
'400':
28999-
content:
29000-
application/json:
29001-
schema:
29002-
$ref: '#/components/schemas/APIErrorResponse'
29003-
description: Bad Request
29004-
'403':
29005-
content:
29006-
application/json:
29007-
schema:
29008-
$ref: '#/components/schemas/APIErrorResponse'
29009-
description: Forbidden
29010-
'429':
29011-
$ref: '#/components/responses/TooManyRequestsResponse'
29012-
security:
29013-
- apiKeyAuth: []
29014-
appKeyAuth: []
29015-
- AuthZ:
29016-
- cloud_cost_management_read
29017-
summary: List related AWS accounts
29018-
tags:
29019-
- Cloud Cost Management
29020-
x-permission:
29021-
operator: OR
29022-
permissions:
29023-
- cloud_cost_management_read
2902428934
/api/v2/cost/azure_uc_config:
2902528935
get:
2902628936
description: List the Azure configs.

docs/datadog_api_client.rst

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,48 @@
1-
datadog\_api\_client package
2-
============================
3-
4-
Subpackages
5-
-----------
1+
datadog\_api\_client
2+
====================
63

74
.. toctree::
85
:maxdepth: 4
96

107
datadog_api_client.v1
118
datadog_api_client.v2
129

13-
Submodules
14-
----------
1510

16-
datadog\_api\_client.api\_client module
17-
---------------------------------------
11+
api\_client
12+
-----------
1813

1914
.. automodule:: datadog_api_client.api_client
2015
:members:
2116
:show-inheritance:
2217

23-
datadog\_api\_client.configuration module
24-
-----------------------------------------
18+
configuration
19+
-------------
2520

2621
.. automodule:: datadog_api_client.configuration
2722
:members:
2823
:show-inheritance:
2924

30-
datadog\_api\_client.exceptions module
31-
--------------------------------------
25+
exceptions
26+
----------
3227

3328
.. automodule:: datadog_api_client.exceptions
3429
:members:
3530
:show-inheritance:
3631

37-
datadog\_api\_client.model\_utils module
38-
----------------------------------------
32+
model\_utils
33+
------------
3934

4035
.. automodule:: datadog_api_client.model_utils
4136
:members:
4237
:show-inheritance:
4338

44-
datadog\_api\_client.rest module
45-
--------------------------------
39+
rest
40+
----
4641

4742
.. automodule:: datadog_api_client.rest
4843
:members:
4944
:show-inheritance:
5045

51-
Module contents
52-
---------------
5346

5447
.. automodule:: datadog_api_client
5548
:members:

0 commit comments

Comments
 (0)