Skip to content

Commit 07f803b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b4e7c78 of spec repo (#4554)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 33c37f5 commit 07f803b

4 files changed

Lines changed: 4 additions & 13 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44342,6 +44342,7 @@ servers:
4434244342
- datadoghq.eu
4434344343
- ddog-gov.com
4434444344
- us2.ddog-gov.com
44345+
- uk1.datadoghq.com
4434544346
subdomain:
4434644347
default: api
4434744348
description: The subdomain where the API is deployed.

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64968,9 +64968,6 @@ components:
6496864968
description: The ID of a component whose output is used as input for this destination.
6496964969
type: string
6497064970
type: array
64971-
tls:
64972-
$ref: "#/components/schemas/ObservabilityPipelineTls"
64973-
description: Configuration for TLS encryption.
6497464971
type:
6497564972
$ref: "#/components/schemas/ObservabilityPipelineCloudPremDestinationType"
6497664973
required:
@@ -196311,6 +196308,7 @@ servers:
196311196308
- datadoghq.eu
196312196309
- ddog-gov.com
196313196310
- us2.ddog-gov.com
196311+
- uk1.datadoghq.com
196314196312
subdomain:
196315196313
default: api
196316196314
description: The subdomain where the API is deployed.

packages/datadog-api-client-common/servers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export const server1 = new ServerConfiguration<{
7373
| "ap2.datadoghq.com"
7474
| "datadoghq.eu"
7575
| "ddog-gov.com"
76-
| "us2.ddog-gov.com";
76+
| "us2.ddog-gov.com"
77+
| "uk1.datadoghq.com";
7778
subdomain: string;
7879
}>("https://{subdomain}.{site}", {
7980
site: "datadoghq.com",

packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
import { ObservabilityPipelineBufferOptions } from "./ObservabilityPipelineBufferOptions";
77
import { ObservabilityPipelineCloudPremDestinationType } from "./ObservabilityPipelineCloudPremDestinationType";
8-
import { ObservabilityPipelineTls } from "./ObservabilityPipelineTls";
98

109
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1110

@@ -31,10 +30,6 @@ export class ObservabilityPipelineCloudPremDestination {
3130
* A list of component IDs whose output is used as the `input` for this component.
3231
*/
3332
"inputs": Array<string>;
34-
/**
35-
* Configuration for enabling TLS encryption between the pipeline component and external services.
36-
*/
37-
"tls"?: ObservabilityPipelineTls;
3833
/**
3934
* The destination type. The value should always be `cloud_prem`.
4035
*/
@@ -74,10 +69,6 @@ export class ObservabilityPipelineCloudPremDestination {
7469
type: "Array<string>",
7570
required: true,
7671
},
77-
tls: {
78-
baseName: "tls",
79-
type: "ObservabilityPipelineTls",
80-
},
8172
type: {
8273
baseName: "type",
8374
type: "ObservabilityPipelineCloudPremDestinationType",

0 commit comments

Comments
 (0)