Skip to content

Commit ac7905e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit ac88040 of spec repo (#490)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4217345 commit ac7905e

File tree

3 files changed

+7
-220
lines changed

3 files changed

+7
-220
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.4.1.dev8",
7-
"regenerated": "2021-06-22 13:17:19.274865",
8-
"spec_repo_commit": "4046482"
7+
"regenerated": "2021-06-22 14:21:24.724350",
8+
"spec_repo_commit": "ac88040"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-22 13:17:45.898559",
13-
"spec_repo_commit": "4046482"
12+
"regenerated": "2021-06-22 14:21:53.878383",
13+
"spec_repo_commit": "ac88040"
1414
}
1515
}
1616
}

src/datadog_api_client/v1/api/aws_integration_api.py

Lines changed: 3 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -80,51 +80,7 @@ def __init__(self, api_client=None):
8080
"endpoint_path": "/api/v1/integration/aws/filtering",
8181
"operation_id": "create_aws_tag_filter",
8282
"http_method": "POST",
83-
"servers": [
84-
{
85-
"url": "https://{subdomain}.{site}",
86-
"description": "No description provided",
87-
"variables": {
88-
"site": {
89-
"description": "The regional site for our customers.",
90-
"default_value": "datadoghq.com",
91-
"enum_values": ["datadoghq.com"],
92-
},
93-
"subdomain": {
94-
"description": "The subdomain where the API is deployed.",
95-
"default_value": "api",
96-
},
97-
},
98-
},
99-
{
100-
"url": "{protocol}://{name}",
101-
"description": "No description provided",
102-
"variables": {
103-
"name": {
104-
"description": "Full site DNS name.",
105-
"default_value": "api.datadoghq.com",
106-
},
107-
"protocol": {
108-
"description": "The protocol for accessing the API.",
109-
"default_value": "https",
110-
},
111-
},
112-
},
113-
{
114-
"url": "https://{subdomain}.{site}",
115-
"description": "No description provided",
116-
"variables": {
117-
"site": {
118-
"description": "Any Datadog deployment.",
119-
"default_value": "datadoghq.com",
120-
},
121-
"subdomain": {
122-
"description": "The subdomain where the API is deployed.",
123-
"default_value": "api",
124-
},
125-
},
126-
},
127-
],
83+
"servers": None,
12884
},
12985
params_map={
13086
"all": [
@@ -232,51 +188,7 @@ def __init__(self, api_client=None):
232188
"endpoint_path": "/api/v1/integration/aws/filtering",
233189
"operation_id": "delete_aws_tag_filter",
234190
"http_method": "DELETE",
235-
"servers": [
236-
{
237-
"url": "https://{subdomain}.{site}",
238-
"description": "No description provided",
239-
"variables": {
240-
"site": {
241-
"description": "The regional site for our customers.",
242-
"default_value": "datadoghq.com",
243-
"enum_values": ["datadoghq.com"],
244-
},
245-
"subdomain": {
246-
"description": "The subdomain where the API is deployed.",
247-
"default_value": "api",
248-
},
249-
},
250-
},
251-
{
252-
"url": "{protocol}://{name}",
253-
"description": "No description provided",
254-
"variables": {
255-
"name": {
256-
"description": "Full site DNS name.",
257-
"default_value": "api.datadoghq.com",
258-
},
259-
"protocol": {
260-
"description": "The protocol for accessing the API.",
261-
"default_value": "https",
262-
},
263-
},
264-
},
265-
{
266-
"url": "https://{subdomain}.{site}",
267-
"description": "No description provided",
268-
"variables": {
269-
"site": {
270-
"description": "Any Datadog deployment.",
271-
"default_value": "datadoghq.com",
272-
},
273-
"subdomain": {
274-
"description": "The subdomain where the API is deployed.",
275-
"default_value": "api",
276-
},
277-
},
278-
},
279-
],
191+
"servers": None,
280192
},
281193
params_map={
282194
"all": [
@@ -384,51 +296,7 @@ def __init__(self, api_client=None):
384296
"endpoint_path": "/api/v1/integration/aws/filtering",
385297
"operation_id": "list_aws_tag_filters",
386298
"http_method": "GET",
387-
"servers": [
388-
{
389-
"url": "https://{subdomain}.{site}",
390-
"description": "No description provided",
391-
"variables": {
392-
"site": {
393-
"description": "The regional site for our customers.",
394-
"default_value": "datadoghq.com",
395-
"enum_values": ["datadoghq.com"],
396-
},
397-
"subdomain": {
398-
"description": "The subdomain where the API is deployed.",
399-
"default_value": "api",
400-
},
401-
},
402-
},
403-
{
404-
"url": "{protocol}://{name}",
405-
"description": "No description provided",
406-
"variables": {
407-
"name": {
408-
"description": "Full site DNS name.",
409-
"default_value": "api.datadoghq.com",
410-
},
411-
"protocol": {
412-
"description": "The protocol for accessing the API.",
413-
"default_value": "https",
414-
},
415-
},
416-
},
417-
{
418-
"url": "https://{subdomain}.{site}",
419-
"description": "No description provided",
420-
"variables": {
421-
"site": {
422-
"description": "Any Datadog deployment.",
423-
"default_value": "datadoghq.com",
424-
},
425-
"subdomain": {
426-
"description": "The subdomain where the API is deployed.",
427-
"default_value": "api",
428-
},
429-
},
430-
},
431-
],
299+
"servers": None,
432300
},
433301
params_map={
434302
"all": [

src/datadog_api_client/v1/openapi.yaml

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -15353,33 +15353,6 @@ paths:
1535315353
schema:
1535415354
$ref: '#/components/schemas/APIErrorResponse'
1535515355
description: Authentication Error
15356-
servers:
15357-
- url: https://{subdomain}.{site}
15358-
variables:
15359-
site:
15360-
default: datadoghq.com
15361-
description: The regional site for our customers.
15362-
enum:
15363-
- datadoghq.com
15364-
subdomain:
15365-
default: api
15366-
description: The subdomain where the API is deployed.
15367-
- url: '{protocol}://{name}'
15368-
variables:
15369-
name:
15370-
default: api.datadoghq.com
15371-
description: Full site DNS name.
15372-
protocol:
15373-
default: https
15374-
description: The protocol for accessing the API.
15375-
- url: https://{subdomain}.{site}
15376-
variables:
15377-
site:
15378-
default: datadoghq.com
15379-
description: Any Datadog deployment.
15380-
subdomain:
15381-
default: api
15382-
description: The subdomain where the API is deployed.
1538315356
summary: Delete a tag filtering entry
1538415357
tags:
1538515358
- AWS Integration
@@ -15416,33 +15389,6 @@ paths:
1541615389
schema:
1541715390
$ref: '#/components/schemas/APIErrorResponse'
1541815391
description: Authentication Error
15419-
servers:
15420-
- url: https://{subdomain}.{site}
15421-
variables:
15422-
site:
15423-
default: datadoghq.com
15424-
description: The regional site for our customers.
15425-
enum:
15426-
- datadoghq.com
15427-
subdomain:
15428-
default: api
15429-
description: The subdomain where the API is deployed.
15430-
- url: '{protocol}://{name}'
15431-
variables:
15432-
name:
15433-
default: api.datadoghq.com
15434-
description: Full site DNS name.
15435-
protocol:
15436-
default: https
15437-
description: The protocol for accessing the API.
15438-
- url: https://{subdomain}.{site}
15439-
variables:
15440-
site:
15441-
default: datadoghq.com
15442-
description: Any Datadog deployment.
15443-
subdomain:
15444-
default: api
15445-
description: The subdomain where the API is deployed.
1544615392
summary: Get all AWS tag filters
1544715393
tags:
1544815394
- AWS Integration
@@ -15483,33 +15429,6 @@ paths:
1548315429
schema:
1548415430
$ref: '#/components/schemas/APIErrorResponse'
1548515431
description: Authentication Error
15486-
servers:
15487-
- url: https://{subdomain}.{site}
15488-
variables:
15489-
site:
15490-
default: datadoghq.com
15491-
description: The regional site for our customers.
15492-
enum:
15493-
- datadoghq.com
15494-
subdomain:
15495-
default: api
15496-
description: The subdomain where the API is deployed.
15497-
- url: '{protocol}://{name}'
15498-
variables:
15499-
name:
15500-
default: api.datadoghq.com
15501-
description: Full site DNS name.
15502-
protocol:
15503-
default: https
15504-
description: The protocol for accessing the API.
15505-
- url: https://{subdomain}.{site}
15506-
variables:
15507-
site:
15508-
default: datadoghq.com
15509-
description: Any Datadog deployment.
15510-
subdomain:
15511-
default: api
15512-
description: The subdomain where the API is deployed.
1551315432
summary: Set an AWS tag filter
1551415433
tags:
1551515434
- AWS Integration

0 commit comments

Comments
 (0)