From b0992e73e471c037b828277d414f9187a823f638 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 22 Jun 2021 14:22:05 +0000 Subject: [PATCH] Regenerate client from commit ac88040 of spec repo --- .apigentools-info | 8 +- api/v1/datadog/api/openapi.yaml | 81 ------------------ api/v1/datadog/configuration.go | 141 -------------------------------- 3 files changed, 4 insertions(+), 226 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 51246df823a..d2a5be581c4 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.4.1.dev8", - "regenerated": "2021-06-22 08:02:00.349551", - "spec_repo_commit": "6820788" + "regenerated": "2021-06-22 14:21:30.071279", + "spec_repo_commit": "ac88040" }, "v2": { "apigentools_version": "1.4.1.dev8", - "regenerated": "2021-06-22 08:02:31.929707", - "spec_repo_commit": "6820788" + "regenerated": "2021-06-22 14:22:04.098442", + "spec_repo_commit": "ac88040" } } } \ No newline at end of file diff --git a/api/v1/datadog/api/openapi.yaml b/api/v1/datadog/api/openapi.yaml index adfa3047e8f..f811f9da1b6 100644 --- a/api/v1/datadog/api/openapi.yaml +++ b/api/v1/datadog/api/openapi.yaml @@ -2300,33 +2300,6 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error - servers: - - url: https://{subdomain}.{site} - variables: - site: - default: datadoghq.com - description: The regional site for our customers. - enum: - - datadoghq.com - subdomain: - default: api - description: The subdomain where the API is deployed. - - url: '{protocol}://{name}' - variables: - name: - default: api.datadoghq.com - description: Full site DNS name. - protocol: - default: https - description: The protocol for accessing the API. - - url: https://{subdomain}.{site} - variables: - site: - default: datadoghq.com - description: Any Datadog deployment. - subdomain: - default: api - description: The subdomain where the API is deployed. summary: Delete a tag filtering entry tags: - AWS Integration @@ -2365,33 +2338,6 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error - servers: - - url: https://{subdomain}.{site} - variables: - site: - default: datadoghq.com - description: The regional site for our customers. - enum: - - datadoghq.com - subdomain: - default: api - description: The subdomain where the API is deployed. - - url: '{protocol}://{name}' - variables: - name: - default: api.datadoghq.com - description: Full site DNS name. - protocol: - default: https - description: The protocol for accessing the API. - - url: https://{subdomain}.{site} - variables: - site: - default: datadoghq.com - description: Any Datadog deployment. - subdomain: - default: api - description: The subdomain where the API is deployed. summary: Get all AWS tag filters tags: - AWS Integration @@ -2430,33 +2376,6 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error - servers: - - url: https://{subdomain}.{site} - variables: - site: - default: datadoghq.com - description: The regional site for our customers. - enum: - - datadoghq.com - subdomain: - default: api - description: The subdomain where the API is deployed. - - url: '{protocol}://{name}' - variables: - name: - default: api.datadoghq.com - description: Full site DNS name. - protocol: - default: https - description: The protocol for accessing the API. - - url: https://{subdomain}.{site} - variables: - site: - default: datadoghq.com - description: Any Datadog deployment. - subdomain: - default: api - description: The subdomain where the API is deployed. summary: Set an AWS tag filter tags: - AWS Integration diff --git a/api/v1/datadog/configuration.go b/api/v1/datadog/configuration.go index e5958fa5cd2..3e08314b09f 100644 --- a/api/v1/datadog/configuration.go +++ b/api/v1/datadog/configuration.go @@ -158,147 +158,6 @@ func NewConfiguration() *Configuration { }, }, OperationServers: map[string]ServerConfigurations{ - "AWSIntegrationApiService.CreateAWSTagFilter": { - { - URL: "https://{subdomain}.{site}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "site": ServerVariable{ - Description: "The regional site for our customers.", - DefaultValue: "datadoghq.com", - EnumValues: []string{ - "datadoghq.com", - }, - }, - "subdomain": ServerVariable{ - Description: "The subdomain where the API is deployed.", - DefaultValue: "api", - }, - }, - }, - { - URL: "{protocol}://{name}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "name": ServerVariable{ - Description: "Full site DNS name.", - DefaultValue: "api.datadoghq.com", - }, - "protocol": ServerVariable{ - Description: "The protocol for accessing the API.", - DefaultValue: "https", - }, - }, - }, - { - URL: "https://{subdomain}.{site}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "site": ServerVariable{ - Description: "Any Datadog deployment.", - DefaultValue: "datadoghq.com", - }, - "subdomain": ServerVariable{ - Description: "The subdomain where the API is deployed.", - DefaultValue: "api", - }, - }, - }, - }, - "AWSIntegrationApiService.DeleteAWSTagFilter": { - { - URL: "https://{subdomain}.{site}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "site": ServerVariable{ - Description: "The regional site for our customers.", - DefaultValue: "datadoghq.com", - EnumValues: []string{ - "datadoghq.com", - }, - }, - "subdomain": ServerVariable{ - Description: "The subdomain where the API is deployed.", - DefaultValue: "api", - }, - }, - }, - { - URL: "{protocol}://{name}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "name": ServerVariable{ - Description: "Full site DNS name.", - DefaultValue: "api.datadoghq.com", - }, - "protocol": ServerVariable{ - Description: "The protocol for accessing the API.", - DefaultValue: "https", - }, - }, - }, - { - URL: "https://{subdomain}.{site}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "site": ServerVariable{ - Description: "Any Datadog deployment.", - DefaultValue: "datadoghq.com", - }, - "subdomain": ServerVariable{ - Description: "The subdomain where the API is deployed.", - DefaultValue: "api", - }, - }, - }, - }, - "AWSIntegrationApiService.ListAWSTagFilters": { - { - URL: "https://{subdomain}.{site}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "site": ServerVariable{ - Description: "The regional site for our customers.", - DefaultValue: "datadoghq.com", - EnumValues: []string{ - "datadoghq.com", - }, - }, - "subdomain": ServerVariable{ - Description: "The subdomain where the API is deployed.", - DefaultValue: "api", - }, - }, - }, - { - URL: "{protocol}://{name}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "name": ServerVariable{ - Description: "Full site DNS name.", - DefaultValue: "api.datadoghq.com", - }, - "protocol": ServerVariable{ - Description: "The protocol for accessing the API.", - DefaultValue: "https", - }, - }, - }, - { - URL: "https://{subdomain}.{site}", - Description: "No description provided", - Variables: map[string]ServerVariable{ - "site": ServerVariable{ - Description: "Any Datadog deployment.", - DefaultValue: "datadoghq.com", - }, - "subdomain": ServerVariable{ - Description: "The subdomain where the API is deployed.", - DefaultValue: "api", - }, - }, - }, - }, "IPRangesApiService.GetIPRanges": { { URL: "https://{subdomain}.{site}",