Skip to content

Commit 79c1c5e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 364ce58 of spec repo (#3978)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent e9d7d22 commit 79c1c5e

7 files changed

Lines changed: 16 additions & 5 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26513,6 +26513,7 @@ paths:
2651326513
- ap2.datadoghq.com
2651426514
- datadoghq.eu
2651526515
- ddog-gov.com
26516+
- us2.ddog-gov.com
2651626517
subdomain:
2651726518
default: ip-ranges
2651826519
description: The subdomain where the API is deployed.
@@ -39887,6 +39888,7 @@ paths:
3988739888
- ap2.datadoghq.com
3988839889
- datadoghq.eu
3988939890
- ddog-gov.com
39891+
- us2.ddog-gov.com
3989039892
subdomain:
3989139893
default: http-intake.logs
3989239894
description: The subdomain where the API is deployed.
@@ -39927,6 +39929,7 @@ servers:
3992739929
- ap2.datadoghq.com
3992839930
- datadoghq.eu
3992939931
- ddog-gov.com
39932+
- us2.ddog-gov.com
3993039933
subdomain:
3993139934
default: api
3993239935
description: The subdomain where the API is deployed.

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93576,6 +93576,7 @@ paths:
9357693576
- ap2.datadoghq.com
9357793577
- datadoghq.eu
9357893578
- ddog-gov.com
93579+
- us2.ddog-gov.com
9357993580
subdomain:
9358093581
default: event-management-intake
9358193582
description: The subdomain where the API is deployed.
@@ -102783,6 +102784,7 @@ paths:
102783102784
- ap2.datadoghq.com
102784102785
- datadoghq.eu
102785102786
- ddog-gov.com
102787+
- us2.ddog-gov.com
102786102788
subdomain:
102787102789
default: http-intake.logs
102788102790
description: The subdomain where the API is deployed.
@@ -130305,6 +130307,7 @@ servers:
130305130307
- ap2.datadoghq.com
130306130308
- datadoghq.eu
130307130309
- ddog-gov.com
130310+
- us2.ddog-gov.com
130308130311
subdomain:
130309130312
default: api
130310130313
description: The subdomain where the API is deployed.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export const server1 = new ServerConfiguration<{
7878
| "ap1.datadoghq.com"
7979
| "ap2.datadoghq.com"
8080
| "datadoghq.eu"
81-
| "ddog-gov.com";
81+
| "ddog-gov.com"
82+
| "us2.ddog-gov.com";
8283
subdomain: string;
8384
}>("https://{subdomain}.{site}", {
8485
site: "datadoghq.com",

services/events/src/v2/EventsApi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@ export class EventsApi {
600600
| "ap1.datadoghq.com"
601601
| "ap2.datadoghq.com"
602602
| "datadoghq.eu"
603-
| "ddog-gov.com";
603+
| "ddog-gov.com"
604+
| "us2.ddog-gov.com";
604605
subdomain: string;
605606
}>("https://{subdomain}.{site}", {
606607
site: "datadoghq.com",

services/ip_ranges/src/v1/IPRangesApi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ export class IPRangesApi {
133133
| "ap1.datadoghq.com"
134134
| "ap2.datadoghq.com"
135135
| "datadoghq.eu"
136-
| "ddog-gov.com";
136+
| "ddog-gov.com"
137+
| "us2.ddog-gov.com";
137138
subdomain: string;
138139
}>("https://{subdomain}.{site}", {
139140
site: "datadoghq.com",

services/logs/src/v1/LogsApi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ export class LogsApi {
350350
| "ap1.datadoghq.com"
351351
| "ap2.datadoghq.com"
352352
| "datadoghq.eu"
353-
| "ddog-gov.com";
353+
| "ddog-gov.com"
354+
| "us2.ddog-gov.com";
354355
subdomain: string;
355356
}>("https://{subdomain}.{site}", {
356357
site: "datadoghq.com",

services/logs/src/v2/LogsApi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@ export class LogsApi {
646646
| "ap1.datadoghq.com"
647647
| "ap2.datadoghq.com"
648648
| "datadoghq.eu"
649-
| "ddog-gov.com";
649+
| "ddog-gov.com"
650+
| "us2.ddog-gov.com";
650651
subdomain: string;
651652
}>("https://{subdomain}.{site}", {
652653
site: "datadoghq.com",

0 commit comments

Comments
 (0)