Skip to content

Commit 38c45ba

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e081cb5 of spec repo (#638)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 1bdf4ce commit 38c45ba

38 files changed

+224
-224
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.dev2",
7-
"regenerated": "2021-01-05 13:35:49.149042",
8-
"spec_repo_commit": "ef664a9"
7+
"regenerated": "2021-01-05 14:25:55.739225",
8+
"spec_repo_commit": "e081cb5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-01-05 13:35:55.822171",
13-
"spec_repo_commit": "ef664a9"
12+
"regenerated": "2021-01-05 14:26:03.163022",
13+
"spec_repo_commit": "e081cb5"
1414
}
1515
}
1616
}

api/v1/datadog/docs/AWSIntegrationApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func main() {
6363
}
6464
// response from `CreateAWSAccount`: AWSAccountCreateResponse
6565
response_content, _ := json.MarshalIndent(resp, "", " ")
66-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.CreateAWSAccount:\n%v\n", response_content)
66+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.CreateAWSAccount:\n%s\n", response_content)
6767
}
6868
```
6969

@@ -145,7 +145,7 @@ func main() {
145145
}
146146
// response from `CreateAWSTagFilter`: interface{}
147147
response_content, _ := json.MarshalIndent(resp, "", " ")
148-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.CreateAWSTagFilter:\n%v\n", response_content)
148+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.CreateAWSTagFilter:\n%s\n", response_content)
149149
}
150150
```
151151

@@ -227,7 +227,7 @@ func main() {
227227
}
228228
// response from `CreateNewAWSExternalID`: AWSAccountCreateResponse
229229
response_content, _ := json.MarshalIndent(resp, "", " ")
230-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.CreateNewAWSExternalID:\n%v\n", response_content)
230+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.CreateNewAWSExternalID:\n%s\n", response_content)
231231
}
232232
```
233233

@@ -309,7 +309,7 @@ func main() {
309309
}
310310
// response from `DeleteAWSAccount`: interface{}
311311
response_content, _ := json.MarshalIndent(resp, "", " ")
312-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.DeleteAWSAccount:\n%v\n", response_content)
312+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.DeleteAWSAccount:\n%s\n", response_content)
313313
}
314314
```
315315

@@ -391,7 +391,7 @@ func main() {
391391
}
392392
// response from `DeleteAWSTagFilter`: interface{}
393393
response_content, _ := json.MarshalIndent(resp, "", " ")
394-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.DeleteAWSTagFilter:\n%v\n", response_content)
394+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.DeleteAWSTagFilter:\n%s\n", response_content)
395395
}
396396
```
397397

@@ -475,7 +475,7 @@ func main() {
475475
}
476476
// response from `ListAWSAccounts`: AWSAccountListResponse
477477
response_content, _ := json.MarshalIndent(resp, "", " ")
478-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.ListAWSAccounts:\n%v\n", response_content)
478+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.ListAWSAccounts:\n%s\n", response_content)
479479
}
480480
```
481481

@@ -559,7 +559,7 @@ func main() {
559559
}
560560
// response from `ListAWSTagFilters`: AWSTagFilterListResponse
561561
response_content, _ := json.MarshalIndent(resp, "", " ")
562-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.ListAWSTagFilters:\n%v\n", response_content)
562+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.ListAWSTagFilters:\n%s\n", response_content)
563563
}
564564
```
565565

@@ -640,7 +640,7 @@ func main() {
640640
}
641641
// response from `ListAvailableAWSNamespaces`: []string
642642
response_content, _ := json.MarshalIndent(resp, "", " ")
643-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.ListAvailableAWSNamespaces:\n%v\n", response_content)
643+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.ListAvailableAWSNamespaces:\n%s\n", response_content)
644644
}
645645
```
646646

@@ -721,7 +721,7 @@ func main() {
721721
}
722722
// response from `UpdateAWSAccount`: interface{}
723723
response_content, _ := json.MarshalIndent(resp, "", " ")
724-
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.UpdateAWSAccount:\n%v\n", response_content)
724+
fmt.Fprintf(os.Stdout, "Response from AWSIntegrationApi.UpdateAWSAccount:\n%s\n", response_content)
725725
}
726726
```
727727

api/v1/datadog/docs/AWSLogsIntegrationApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func main() {
6161
}
6262
// response from `CheckAWSLogsLambdaAsync`: AWSLogsAsyncResponse
6363
response_content, _ := json.MarshalIndent(resp, "", " ")
64-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.CheckAWSLogsLambdaAsync:\n%v\n", response_content)
64+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.CheckAWSLogsLambdaAsync:\n%s\n", response_content)
6565
}
6666
```
6767

@@ -143,7 +143,7 @@ func main() {
143143
}
144144
// response from `CheckAWSLogsServicesAsync`: AWSLogsAsyncResponse
145145
response_content, _ := json.MarshalIndent(resp, "", " ")
146-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.CheckAWSLogsServicesAsync:\n%v\n", response_content)
146+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.CheckAWSLogsServicesAsync:\n%s\n", response_content)
147147
}
148148
```
149149

@@ -225,7 +225,7 @@ func main() {
225225
}
226226
// response from `CreateAWSLambdaARN`: interface{}
227227
response_content, _ := json.MarshalIndent(resp, "", " ")
228-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.CreateAWSLambdaARN:\n%v\n", response_content)
228+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.CreateAWSLambdaARN:\n%s\n", response_content)
229229
}
230230
```
231231

@@ -307,7 +307,7 @@ func main() {
307307
}
308308
// response from `DeleteAWSLambdaARN`: interface{}
309309
response_content, _ := json.MarshalIndent(resp, "", " ")
310-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.DeleteAWSLambdaARN:\n%v\n", response_content)
310+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.DeleteAWSLambdaARN:\n%s\n", response_content)
311311
}
312312
```
313313

@@ -389,7 +389,7 @@ func main() {
389389
}
390390
// response from `EnableAWSLogServices`: interface{}
391391
response_content, _ := json.MarshalIndent(resp, "", " ")
392-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.EnableAWSLogServices:\n%v\n", response_content)
392+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.EnableAWSLogServices:\n%s\n", response_content)
393393
}
394394
```
395395

@@ -470,7 +470,7 @@ func main() {
470470
}
471471
// response from `ListAWSLogsIntegrations`: []AWSLogsListResponse
472472
response_content, _ := json.MarshalIndent(resp, "", " ")
473-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.ListAWSLogsIntegrations:\n%v\n", response_content)
473+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.ListAWSLogsIntegrations:\n%s\n", response_content)
474474
}
475475
```
476476

@@ -547,7 +547,7 @@ func main() {
547547
}
548548
// response from `ListAWSLogsServices`: []AWSLogsListServicesResponse
549549
response_content, _ := json.MarshalIndent(resp, "", " ")
550-
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.ListAWSLogsServices:\n%v\n", response_content)
550+
fmt.Fprintf(os.Stdout, "Response from AWSLogsIntegrationApi.ListAWSLogsServices:\n%s\n", response_content)
551551
}
552552
```
553553

api/v1/datadog/docs/AuthenticationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
}
5252
// response from `Validate`: AuthenticationValidationResponse
5353
response_content, _ := json.MarshalIndent(resp, "", " ")
54-
fmt.Fprintf(os.Stdout, "Response from AuthenticationApi.Validate:\n%v\n", response_content)
54+
fmt.Fprintf(os.Stdout, "Response from AuthenticationApi.Validate:\n%s\n", response_content)
5555
}
5656
```
5757

api/v1/datadog/docs/AzureIntegrationApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func main() {
5959
}
6060
// response from `CreateAzureIntegration`: interface{}
6161
response_content, _ := json.MarshalIndent(resp, "", " ")
62-
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.CreateAzureIntegration:\n%v\n", response_content)
62+
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.CreateAzureIntegration:\n%s\n", response_content)
6363
}
6464
```
6565

@@ -141,7 +141,7 @@ func main() {
141141
}
142142
// response from `DeleteAzureIntegration`: interface{}
143143
response_content, _ := json.MarshalIndent(resp, "", " ")
144-
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.DeleteAzureIntegration:\n%v\n", response_content)
144+
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.DeleteAzureIntegration:\n%s\n", response_content)
145145
}
146146
```
147147

@@ -222,7 +222,7 @@ func main() {
222222
}
223223
// response from `ListAzureIntegration`: []AzureAccount
224224
response_content, _ := json.MarshalIndent(resp, "", " ")
225-
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.ListAzureIntegration:\n%v\n", response_content)
225+
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.ListAzureIntegration:\n%s\n", response_content)
226226
}
227227
```
228228

@@ -300,7 +300,7 @@ func main() {
300300
}
301301
// response from `UpdateAzureHostFilters`: interface{}
302302
response_content, _ := json.MarshalIndent(resp, "", " ")
303-
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.UpdateAzureHostFilters:\n%v\n", response_content)
303+
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.UpdateAzureHostFilters:\n%s\n", response_content)
304304
}
305305
```
306306

@@ -382,7 +382,7 @@ func main() {
382382
}
383383
// response from `UpdateAzureIntegration`: interface{}
384384
response_content, _ := json.MarshalIndent(resp, "", " ")
385-
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.UpdateAzureIntegration:\n%v\n", response_content)
385+
fmt.Fprintf(os.Stdout, "Response from AzureIntegrationApi.UpdateAzureIntegration:\n%s\n", response_content)
386386
}
387387
```
388388

api/v1/datadog/docs/DashboardListsApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func main() {
5959
}
6060
// response from `CreateDashboardList`: DashboardList
6161
response_content, _ := json.MarshalIndent(resp, "", " ")
62-
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.CreateDashboardList:\n%v\n", response_content)
62+
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.CreateDashboardList:\n%s\n", response_content)
6363
}
6464
```
6565

@@ -141,7 +141,7 @@ func main() {
141141
}
142142
// response from `DeleteDashboardList`: DashboardListDeleteResponse
143143
response_content, _ := json.MarshalIndent(resp, "", " ")
144-
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.DeleteDashboardList:\n%v\n", response_content)
144+
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.DeleteDashboardList:\n%s\n", response_content)
145145
}
146146
```
147147

@@ -227,7 +227,7 @@ func main() {
227227
}
228228
// response from `GetDashboardList`: DashboardList
229229
response_content, _ := json.MarshalIndent(resp, "", " ")
230-
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.GetDashboardList:\n%v\n", response_content)
230+
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.GetDashboardList:\n%s\n", response_content)
231231
}
232232
```
233233

@@ -312,7 +312,7 @@ func main() {
312312
}
313313
// response from `ListDashboardLists`: DashboardListListResponse
314314
response_content, _ := json.MarshalIndent(resp, "", " ")
315-
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.ListDashboardLists:\n%v\n", response_content)
315+
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.ListDashboardLists:\n%s\n", response_content)
316316
}
317317
```
318318

@@ -391,7 +391,7 @@ func main() {
391391
}
392392
// response from `UpdateDashboardList`: DashboardList
393393
response_content, _ := json.MarshalIndent(resp, "", " ")
394-
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.UpdateDashboardList:\n%v\n", response_content)
394+
fmt.Fprintf(os.Stdout, "Response from DashboardListsApi.UpdateDashboardList:\n%s\n", response_content)
395395
}
396396
```
397397

api/v1/datadog/docs/DashboardsApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func main() {
5959
}
6060
// response from `CreateDashboard`: Dashboard
6161
response_content, _ := json.MarshalIndent(resp, "", " ")
62-
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.CreateDashboard:\n%v\n", response_content)
62+
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.CreateDashboard:\n%s\n", response_content)
6363
}
6464
```
6565

@@ -141,7 +141,7 @@ func main() {
141141
}
142142
// response from `DeleteDashboard`: DashboardDeleteResponse
143143
response_content, _ := json.MarshalIndent(resp, "", " ")
144-
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.DeleteDashboard:\n%v\n", response_content)
144+
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.DeleteDashboard:\n%s\n", response_content)
145145
}
146146
```
147147

@@ -227,7 +227,7 @@ func main() {
227227
}
228228
// response from `GetDashboard`: Dashboard
229229
response_content, _ := json.MarshalIndent(resp, "", " ")
230-
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.GetDashboard:\n%v\n", response_content)
230+
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.GetDashboard:\n%s\n", response_content)
231231
}
232232
```
233233

@@ -312,7 +312,7 @@ func main() {
312312
}
313313
// response from `ListDashboards`: DashboardSummary
314314
response_content, _ := json.MarshalIndent(resp, "", " ")
315-
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.ListDashboards:\n%v\n", response_content)
315+
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.ListDashboards:\n%s\n", response_content)
316316
}
317317
```
318318

@@ -391,7 +391,7 @@ func main() {
391391
}
392392
// response from `UpdateDashboard`: Dashboard
393393
response_content, _ := json.MarshalIndent(resp, "", " ")
394-
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.UpdateDashboard:\n%v\n", response_content)
394+
fmt.Fprintf(os.Stdout, "Response from DashboardsApi.UpdateDashboard:\n%s\n", response_content)
395395
}
396396
```
397397

api/v1/datadog/docs/DowntimesApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func main() {
142142
}
143143
// response from `CancelDowntimesByScope`: CanceledDowntimesIds
144144
response_content, _ := json.MarshalIndent(resp, "", " ")
145-
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.CancelDowntimesByScope:\n%v\n", response_content)
145+
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.CancelDowntimesByScope:\n%s\n", response_content)
146146
}
147147
```
148148

@@ -224,7 +224,7 @@ func main() {
224224
}
225225
// response from `CreateDowntime`: Downtime
226226
response_content, _ := json.MarshalIndent(resp, "", " ")
227-
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.CreateDowntime:\n%v\n", response_content)
227+
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.CreateDowntime:\n%s\n", response_content)
228228
}
229229
```
230230

@@ -306,7 +306,7 @@ func main() {
306306
}
307307
// response from `GetDowntime`: Downtime
308308
response_content, _ := json.MarshalIndent(resp, "", " ")
309-
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.GetDowntime:\n%v\n", response_content)
309+
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.GetDowntime:\n%s\n", response_content)
310310
}
311311
```
312312

@@ -392,7 +392,7 @@ func main() {
392392
}
393393
// response from `ListDowntimes`: []Downtime
394394
response_content, _ := json.MarshalIndent(resp, "", " ")
395-
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.ListDowntimes:\n%v\n", response_content)
395+
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.ListDowntimes:\n%s\n", response_content)
396396
}
397397
```
398398

@@ -475,7 +475,7 @@ func main() {
475475
}
476476
// response from `UpdateDowntime`: Downtime
477477
response_content, _ := json.MarshalIndent(resp, "", " ")
478-
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.UpdateDowntime:\n%v\n", response_content)
478+
fmt.Fprintf(os.Stdout, "Response from DowntimesApi.UpdateDowntime:\n%s\n", response_content)
479479
}
480480
```
481481

api/v1/datadog/docs/EventsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func main() {
5656
}
5757
// response from `GetEvent`: EventResponse
5858
response_content, _ := json.MarshalIndent(resp, "", " ")
59-
fmt.Fprintf(os.Stdout, "Response from EventsApi.GetEvent:\n%v\n", response_content)
59+
fmt.Fprintf(os.Stdout, "Response from EventsApi.GetEvent:\n%s\n", response_content)
6060
}
6161
```
6262

@@ -147,7 +147,7 @@ func main() {
147147
}
148148
// response from `ListEvents`: EventListResponse
149149
response_content, _ := json.MarshalIndent(resp, "", " ")
150-
fmt.Fprintf(os.Stdout, "Response from EventsApi.ListEvents:\n%v\n", response_content)
150+
fmt.Fprintf(os.Stdout, "Response from EventsApi.ListEvents:\n%s\n", response_content)
151151
}
152152
```
153153

0 commit comments

Comments
 (0)