aws-sdk 2.1024.0 → 2.1028.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +92 -59
- package/apis/batch-2016-08-10.examples.json +30 -6
- package/apis/batch-2016-08-10.min.json +267 -72
- package/apis/batch-2016-08-10.paginators.json +6 -0
- package/apis/connect-2017-08-08.min.json +258 -62
- package/apis/connect-2017-08-08.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +477 -144
- package/apis/devops-guru-2020-12-01.paginators.json +27 -7
- package/apis/ec2-2016-11-15.min.json +650 -645
- package/apis/ecs-2014-11-13.min.json +100 -78
- package/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/apis/metadata.json +3 -0
- package/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/apis/translate-2017-07-01.min.json +28 -13
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +13 -0
- package/clients/batch.d.ts +239 -23
- package/clients/connect.d.ts +265 -28
- package/clients/devopsguru.d.ts +420 -63
- package/clients/dynamodb.d.ts +61 -61
- package/clients/ec2.d.ts +5 -1
- package/clients/ecs.d.ts +380 -345
- package/clients/greengrassv2.d.ts +8 -4
- package/clients/health.d.ts +49 -49
- package/clients/mediaconvert.d.ts +16 -16
- package/clients/resiliencehub.d.ts +2101 -0
- package/clients/resiliencehub.js +18 -0
- package/clients/ssm.d.ts +4 -4
- package/clients/translate.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +116 -101
- package/dist/aws-sdk-react-native.js +181 -171
- package/dist/aws-sdk.js +1326 -1025
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config-base.d.ts +8 -0
- package/lib/config.js +14 -2
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/config_use_dualstack.d.ts +3 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +39 -39
- package/lib/metadata_service/get_endpoint.js +8 -0
- package/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/lib/node_loader.js +63 -21
- package/lib/region/utils.js +21 -0
- package/lib/region_config.js +12 -55
- package/lib/region_config_data.json +102 -59
- package/lib/service.js +20 -1
- package/lib/services/s3util.js +2 -1
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +5 -5
- package/lib/metadata_service/endpoint.js +0 -6
- package/lib/metadata_service/endpoint_config_options.js +0 -14
- package/lib/metadata_service/endpoint_mode.js +0 -6
- package/lib/metadata_service/endpoint_mode_config_options.js +0 -16
|
@@ -127,6 +127,10 @@
|
|
|
127
127
|
"Id": {
|
|
128
128
|
"location": "uri",
|
|
129
129
|
"locationName": "Id"
|
|
130
|
+
},
|
|
131
|
+
"AccountId": {
|
|
132
|
+
"location": "querystring",
|
|
133
|
+
"locationName": "AccountId"
|
|
130
134
|
}
|
|
131
135
|
}
|
|
132
136
|
},
|
|
@@ -143,20 +147,20 @@
|
|
|
143
147
|
"type": "timestamp"
|
|
144
148
|
},
|
|
145
149
|
"AnomalyTimeRange": {
|
|
146
|
-
"shape": "
|
|
150
|
+
"shape": "Sq"
|
|
147
151
|
},
|
|
148
152
|
"AnomalyReportedTimeRange": {
|
|
149
|
-
"shape": "
|
|
153
|
+
"shape": "Sr"
|
|
150
154
|
},
|
|
151
155
|
"PredictionTimeRange": {
|
|
152
|
-
"shape": "
|
|
156
|
+
"shape": "Ss"
|
|
153
157
|
},
|
|
154
158
|
"SourceDetails": {
|
|
155
|
-
"shape": "
|
|
159
|
+
"shape": "St"
|
|
156
160
|
},
|
|
157
161
|
"AssociatedInsightId": {},
|
|
158
162
|
"ResourceCollection": {
|
|
159
|
-
"shape": "
|
|
163
|
+
"shape": "S1b"
|
|
160
164
|
},
|
|
161
165
|
"Limit": {
|
|
162
166
|
"type": "double"
|
|
@@ -170,17 +174,17 @@
|
|
|
170
174
|
"Severity": {},
|
|
171
175
|
"Status": {},
|
|
172
176
|
"AnomalyTimeRange": {
|
|
173
|
-
"shape": "
|
|
177
|
+
"shape": "Sq"
|
|
174
178
|
},
|
|
175
179
|
"AnomalyReportedTimeRange": {
|
|
176
|
-
"shape": "
|
|
180
|
+
"shape": "Sr"
|
|
177
181
|
},
|
|
178
182
|
"SourceDetails": {
|
|
179
|
-
"shape": "
|
|
183
|
+
"shape": "St"
|
|
180
184
|
},
|
|
181
185
|
"AssociatedInsightId": {},
|
|
182
186
|
"ResourceCollection": {
|
|
183
|
-
"shape": "
|
|
187
|
+
"shape": "S1b"
|
|
184
188
|
}
|
|
185
189
|
}
|
|
186
190
|
}
|
|
@@ -202,7 +206,7 @@
|
|
|
202
206
|
"type": "structure",
|
|
203
207
|
"members": {
|
|
204
208
|
"InsightFeedback": {
|
|
205
|
-
"shape": "
|
|
209
|
+
"shape": "S1j"
|
|
206
210
|
}
|
|
207
211
|
}
|
|
208
212
|
}
|
|
@@ -222,6 +226,10 @@
|
|
|
222
226
|
"Id": {
|
|
223
227
|
"location": "uri",
|
|
224
228
|
"locationName": "Id"
|
|
229
|
+
},
|
|
230
|
+
"AccountId": {
|
|
231
|
+
"location": "querystring",
|
|
232
|
+
"locationName": "AccountId"
|
|
225
233
|
}
|
|
226
234
|
}
|
|
227
235
|
},
|
|
@@ -236,13 +244,13 @@
|
|
|
236
244
|
"Severity": {},
|
|
237
245
|
"Status": {},
|
|
238
246
|
"InsightTimeRange": {
|
|
239
|
-
"shape": "
|
|
247
|
+
"shape": "S1r"
|
|
240
248
|
},
|
|
241
249
|
"PredictionTimeRange": {
|
|
242
|
-
"shape": "
|
|
250
|
+
"shape": "Ss"
|
|
243
251
|
},
|
|
244
252
|
"ResourceCollection": {
|
|
245
|
-
"shape": "
|
|
253
|
+
"shape": "S1b"
|
|
246
254
|
},
|
|
247
255
|
"SsmOpsItemId": {}
|
|
248
256
|
}
|
|
@@ -255,10 +263,10 @@
|
|
|
255
263
|
"Severity": {},
|
|
256
264
|
"Status": {},
|
|
257
265
|
"InsightTimeRange": {
|
|
258
|
-
"shape": "
|
|
266
|
+
"shape": "S1r"
|
|
259
267
|
},
|
|
260
268
|
"ResourceCollection": {
|
|
261
|
-
"shape": "
|
|
269
|
+
"shape": "S1b"
|
|
262
270
|
},
|
|
263
271
|
"SsmOpsItemId": {}
|
|
264
272
|
}
|
|
@@ -266,63 +274,126 @@
|
|
|
266
274
|
}
|
|
267
275
|
}
|
|
268
276
|
},
|
|
269
|
-
"
|
|
277
|
+
"DescribeOrganizationHealth": {
|
|
270
278
|
"http": {
|
|
271
|
-
"
|
|
272
|
-
"requestUri": "/accounts/health/resource-collection/{ResourceCollectionType}",
|
|
279
|
+
"requestUri": "/organization/health",
|
|
273
280
|
"responseCode": 200
|
|
274
281
|
},
|
|
275
282
|
"input": {
|
|
283
|
+
"type": "structure",
|
|
284
|
+
"members": {
|
|
285
|
+
"AccountIds": {
|
|
286
|
+
"shape": "S1v"
|
|
287
|
+
},
|
|
288
|
+
"OrganizationalUnitIds": {
|
|
289
|
+
"shape": "S1w"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"output": {
|
|
276
294
|
"type": "structure",
|
|
277
295
|
"required": [
|
|
278
|
-
"
|
|
296
|
+
"OpenReactiveInsights",
|
|
297
|
+
"OpenProactiveInsights",
|
|
298
|
+
"MetricsAnalyzed",
|
|
299
|
+
"ResourceHours"
|
|
279
300
|
],
|
|
280
301
|
"members": {
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"locationName": "ResourceCollectionType"
|
|
302
|
+
"OpenReactiveInsights": {
|
|
303
|
+
"type": "integer"
|
|
284
304
|
},
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
|
|
305
|
+
"OpenProactiveInsights": {
|
|
306
|
+
"type": "integer"
|
|
307
|
+
},
|
|
308
|
+
"MetricsAnalyzed": {
|
|
309
|
+
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"ResourceHours": {
|
|
312
|
+
"type": "long"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"DescribeOrganizationOverview": {
|
|
318
|
+
"http": {
|
|
319
|
+
"requestUri": "/organization/overview",
|
|
320
|
+
"responseCode": 200
|
|
321
|
+
},
|
|
322
|
+
"input": {
|
|
323
|
+
"type": "structure",
|
|
324
|
+
"required": [
|
|
325
|
+
"FromTime"
|
|
326
|
+
],
|
|
327
|
+
"members": {
|
|
328
|
+
"FromTime": {
|
|
329
|
+
"type": "timestamp"
|
|
330
|
+
},
|
|
331
|
+
"ToTime": {
|
|
332
|
+
"type": "timestamp"
|
|
333
|
+
},
|
|
334
|
+
"AccountIds": {
|
|
335
|
+
"shape": "S1v"
|
|
336
|
+
},
|
|
337
|
+
"OrganizationalUnitIds": {
|
|
338
|
+
"shape": "S1w"
|
|
288
339
|
}
|
|
289
340
|
}
|
|
290
341
|
},
|
|
291
342
|
"output": {
|
|
292
343
|
"type": "structure",
|
|
293
344
|
"required": [
|
|
294
|
-
"
|
|
345
|
+
"ReactiveInsights",
|
|
346
|
+
"ProactiveInsights"
|
|
295
347
|
],
|
|
348
|
+
"members": {
|
|
349
|
+
"ReactiveInsights": {
|
|
350
|
+
"type": "integer"
|
|
351
|
+
},
|
|
352
|
+
"ProactiveInsights": {
|
|
353
|
+
"type": "integer"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"DescribeOrganizationResourceCollectionHealth": {
|
|
359
|
+
"http": {
|
|
360
|
+
"requestUri": "/organization/health/resource-collection/",
|
|
361
|
+
"responseCode": 200
|
|
362
|
+
},
|
|
363
|
+
"input": {
|
|
364
|
+
"type": "structure",
|
|
365
|
+
"required": [
|
|
366
|
+
"OrganizationResourceCollectionType"
|
|
367
|
+
],
|
|
368
|
+
"members": {
|
|
369
|
+
"OrganizationResourceCollectionType": {},
|
|
370
|
+
"AccountIds": {
|
|
371
|
+
"shape": "S1v"
|
|
372
|
+
},
|
|
373
|
+
"OrganizationalUnitIds": {
|
|
374
|
+
"shape": "S1w"
|
|
375
|
+
},
|
|
376
|
+
"NextToken": {},
|
|
377
|
+
"MaxResults": {
|
|
378
|
+
"type": "integer"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"output": {
|
|
383
|
+
"type": "structure",
|
|
296
384
|
"members": {
|
|
297
385
|
"CloudFormation": {
|
|
298
|
-
"
|
|
299
|
-
"member": {
|
|
300
|
-
"type": "structure",
|
|
301
|
-
"members": {
|
|
302
|
-
"StackName": {},
|
|
303
|
-
"Insight": {
|
|
304
|
-
"type": "structure",
|
|
305
|
-
"members": {
|
|
306
|
-
"OpenProactiveInsights": {
|
|
307
|
-
"type": "integer"
|
|
308
|
-
},
|
|
309
|
-
"OpenReactiveInsights": {
|
|
310
|
-
"type": "integer"
|
|
311
|
-
},
|
|
312
|
-
"MeanTimeToRecoverInMilliseconds": {
|
|
313
|
-
"type": "long"
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
386
|
+
"shape": "S26"
|
|
319
387
|
},
|
|
320
388
|
"Service": {
|
|
389
|
+
"shape": "S29"
|
|
390
|
+
},
|
|
391
|
+
"Account": {
|
|
321
392
|
"type": "list",
|
|
322
393
|
"member": {
|
|
323
394
|
"type": "structure",
|
|
324
395
|
"members": {
|
|
325
|
-
"
|
|
396
|
+
"AccountId": {},
|
|
326
397
|
"Insight": {
|
|
327
398
|
"type": "structure",
|
|
328
399
|
"members": {
|
|
@@ -341,6 +412,44 @@
|
|
|
341
412
|
}
|
|
342
413
|
}
|
|
343
414
|
},
|
|
415
|
+
"DescribeResourceCollectionHealth": {
|
|
416
|
+
"http": {
|
|
417
|
+
"method": "GET",
|
|
418
|
+
"requestUri": "/accounts/health/resource-collection/{ResourceCollectionType}",
|
|
419
|
+
"responseCode": 200
|
|
420
|
+
},
|
|
421
|
+
"input": {
|
|
422
|
+
"type": "structure",
|
|
423
|
+
"required": [
|
|
424
|
+
"ResourceCollectionType"
|
|
425
|
+
],
|
|
426
|
+
"members": {
|
|
427
|
+
"ResourceCollectionType": {
|
|
428
|
+
"location": "uri",
|
|
429
|
+
"locationName": "ResourceCollectionType"
|
|
430
|
+
},
|
|
431
|
+
"NextToken": {
|
|
432
|
+
"location": "querystring",
|
|
433
|
+
"locationName": "NextToken"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"output": {
|
|
438
|
+
"type": "structure",
|
|
439
|
+
"required": [
|
|
440
|
+
"CloudFormation"
|
|
441
|
+
],
|
|
442
|
+
"members": {
|
|
443
|
+
"CloudFormation": {
|
|
444
|
+
"shape": "S26"
|
|
445
|
+
},
|
|
446
|
+
"Service": {
|
|
447
|
+
"shape": "S29"
|
|
448
|
+
},
|
|
449
|
+
"NextToken": {}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
},
|
|
344
453
|
"DescribeServiceIntegration": {
|
|
345
454
|
"http": {
|
|
346
455
|
"method": "GET",
|
|
@@ -387,7 +496,7 @@
|
|
|
387
496
|
"type": "structure",
|
|
388
497
|
"members": {
|
|
389
498
|
"ResourceCollection": {
|
|
390
|
-
"shape": "
|
|
499
|
+
"shape": "S2q"
|
|
391
500
|
},
|
|
392
501
|
"Status": {},
|
|
393
502
|
"Costs": {
|
|
@@ -459,7 +568,7 @@
|
|
|
459
568
|
"type": "structure",
|
|
460
569
|
"members": {
|
|
461
570
|
"StackNames": {
|
|
462
|
-
"shape": "
|
|
571
|
+
"shape": "S1d"
|
|
463
572
|
}
|
|
464
573
|
}
|
|
465
574
|
}
|
|
@@ -485,12 +594,13 @@
|
|
|
485
594
|
"locationName": "InsightId"
|
|
486
595
|
},
|
|
487
596
|
"StartTimeRange": {
|
|
488
|
-
"shape": "
|
|
597
|
+
"shape": "S36"
|
|
489
598
|
},
|
|
490
599
|
"MaxResults": {
|
|
491
600
|
"type": "integer"
|
|
492
601
|
},
|
|
493
|
-
"NextToken": {}
|
|
602
|
+
"NextToken": {},
|
|
603
|
+
"AccountId": {}
|
|
494
604
|
}
|
|
495
605
|
},
|
|
496
606
|
"output": {
|
|
@@ -508,20 +618,20 @@
|
|
|
508
618
|
"type": "timestamp"
|
|
509
619
|
},
|
|
510
620
|
"AnomalyTimeRange": {
|
|
511
|
-
"shape": "
|
|
621
|
+
"shape": "Sq"
|
|
512
622
|
},
|
|
513
623
|
"AnomalyReportedTimeRange": {
|
|
514
|
-
"shape": "
|
|
624
|
+
"shape": "Sr"
|
|
515
625
|
},
|
|
516
626
|
"PredictionTimeRange": {
|
|
517
|
-
"shape": "
|
|
627
|
+
"shape": "Ss"
|
|
518
628
|
},
|
|
519
629
|
"SourceDetails": {
|
|
520
|
-
"shape": "
|
|
630
|
+
"shape": "St"
|
|
521
631
|
},
|
|
522
632
|
"AssociatedInsightId": {},
|
|
523
633
|
"ResourceCollection": {
|
|
524
|
-
"shape": "
|
|
634
|
+
"shape": "S1b"
|
|
525
635
|
},
|
|
526
636
|
"Limit": {
|
|
527
637
|
"type": "double"
|
|
@@ -538,17 +648,17 @@
|
|
|
538
648
|
"Severity": {},
|
|
539
649
|
"Status": {},
|
|
540
650
|
"AnomalyTimeRange": {
|
|
541
|
-
"shape": "
|
|
651
|
+
"shape": "Sq"
|
|
542
652
|
},
|
|
543
653
|
"AnomalyReportedTimeRange": {
|
|
544
|
-
"shape": "
|
|
654
|
+
"shape": "Sr"
|
|
545
655
|
},
|
|
546
656
|
"SourceDetails": {
|
|
547
|
-
"shape": "
|
|
657
|
+
"shape": "St"
|
|
548
658
|
},
|
|
549
659
|
"AssociatedInsightId": {},
|
|
550
660
|
"ResourceCollection": {
|
|
551
|
-
"shape": "
|
|
661
|
+
"shape": "S1b"
|
|
552
662
|
}
|
|
553
663
|
}
|
|
554
664
|
}
|
|
@@ -591,14 +701,15 @@
|
|
|
591
701
|
"EventSource": {},
|
|
592
702
|
"DataSource": {},
|
|
593
703
|
"ResourceCollection": {
|
|
594
|
-
"shape": "
|
|
704
|
+
"shape": "S1b"
|
|
595
705
|
}
|
|
596
706
|
}
|
|
597
707
|
},
|
|
598
708
|
"MaxResults": {
|
|
599
709
|
"type": "integer"
|
|
600
710
|
},
|
|
601
|
-
"NextToken": {}
|
|
711
|
+
"NextToken": {},
|
|
712
|
+
"AccountId": {}
|
|
602
713
|
}
|
|
603
714
|
},
|
|
604
715
|
"output": {
|
|
@@ -613,7 +724,7 @@
|
|
|
613
724
|
"type": "structure",
|
|
614
725
|
"members": {
|
|
615
726
|
"ResourceCollection": {
|
|
616
|
-
"shape": "
|
|
727
|
+
"shape": "S1b"
|
|
617
728
|
},
|
|
618
729
|
"Id": {},
|
|
619
730
|
"Time": {
|
|
@@ -653,52 +764,7 @@
|
|
|
653
764
|
],
|
|
654
765
|
"members": {
|
|
655
766
|
"StatusFilter": {
|
|
656
|
-
"
|
|
657
|
-
"members": {
|
|
658
|
-
"Ongoing": {
|
|
659
|
-
"type": "structure",
|
|
660
|
-
"required": [
|
|
661
|
-
"Type"
|
|
662
|
-
],
|
|
663
|
-
"members": {
|
|
664
|
-
"Type": {}
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
|
-
"Closed": {
|
|
668
|
-
"type": "structure",
|
|
669
|
-
"required": [
|
|
670
|
-
"Type",
|
|
671
|
-
"EndTimeRange"
|
|
672
|
-
],
|
|
673
|
-
"members": {
|
|
674
|
-
"Type": {},
|
|
675
|
-
"EndTimeRange": {
|
|
676
|
-
"type": "structure",
|
|
677
|
-
"members": {
|
|
678
|
-
"FromTime": {
|
|
679
|
-
"type": "timestamp"
|
|
680
|
-
},
|
|
681
|
-
"ToTime": {
|
|
682
|
-
"type": "timestamp"
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
},
|
|
688
|
-
"Any": {
|
|
689
|
-
"type": "structure",
|
|
690
|
-
"required": [
|
|
691
|
-
"Type",
|
|
692
|
-
"StartTimeRange"
|
|
693
|
-
],
|
|
694
|
-
"members": {
|
|
695
|
-
"Type": {},
|
|
696
|
-
"StartTimeRange": {
|
|
697
|
-
"shape": "S2m"
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
}
|
|
767
|
+
"shape": "S3v"
|
|
702
768
|
},
|
|
703
769
|
"MaxResults": {
|
|
704
770
|
"type": "integer"
|
|
@@ -710,10 +776,10 @@
|
|
|
710
776
|
"type": "structure",
|
|
711
777
|
"members": {
|
|
712
778
|
"ProactiveInsights": {
|
|
713
|
-
"shape": "
|
|
779
|
+
"shape": "S43"
|
|
714
780
|
},
|
|
715
781
|
"ReactiveInsights": {
|
|
716
|
-
"shape": "
|
|
782
|
+
"shape": "S47"
|
|
717
783
|
},
|
|
718
784
|
"NextToken": {}
|
|
719
785
|
}
|
|
@@ -749,6 +815,90 @@
|
|
|
749
815
|
}
|
|
750
816
|
}
|
|
751
817
|
},
|
|
818
|
+
"ListOrganizationInsights": {
|
|
819
|
+
"http": {
|
|
820
|
+
"requestUri": "/organization/insights",
|
|
821
|
+
"responseCode": 200
|
|
822
|
+
},
|
|
823
|
+
"input": {
|
|
824
|
+
"type": "structure",
|
|
825
|
+
"required": [
|
|
826
|
+
"StatusFilter"
|
|
827
|
+
],
|
|
828
|
+
"members": {
|
|
829
|
+
"StatusFilter": {
|
|
830
|
+
"shape": "S3v"
|
|
831
|
+
},
|
|
832
|
+
"MaxResults": {
|
|
833
|
+
"type": "integer"
|
|
834
|
+
},
|
|
835
|
+
"AccountIds": {
|
|
836
|
+
"type": "list",
|
|
837
|
+
"member": {}
|
|
838
|
+
},
|
|
839
|
+
"OrganizationalUnitIds": {
|
|
840
|
+
"type": "list",
|
|
841
|
+
"member": {}
|
|
842
|
+
},
|
|
843
|
+
"NextToken": {}
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"output": {
|
|
847
|
+
"type": "structure",
|
|
848
|
+
"members": {
|
|
849
|
+
"ProactiveInsights": {
|
|
850
|
+
"type": "list",
|
|
851
|
+
"member": {
|
|
852
|
+
"type": "structure",
|
|
853
|
+
"members": {
|
|
854
|
+
"Id": {},
|
|
855
|
+
"AccountId": {},
|
|
856
|
+
"OrganizationalUnitId": {},
|
|
857
|
+
"Name": {},
|
|
858
|
+
"Severity": {},
|
|
859
|
+
"Status": {},
|
|
860
|
+
"InsightTimeRange": {
|
|
861
|
+
"shape": "S1r"
|
|
862
|
+
},
|
|
863
|
+
"PredictionTimeRange": {
|
|
864
|
+
"shape": "Ss"
|
|
865
|
+
},
|
|
866
|
+
"ResourceCollection": {
|
|
867
|
+
"shape": "S1b"
|
|
868
|
+
},
|
|
869
|
+
"ServiceCollection": {
|
|
870
|
+
"shape": "S45"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"ReactiveInsights": {
|
|
876
|
+
"type": "list",
|
|
877
|
+
"member": {
|
|
878
|
+
"type": "structure",
|
|
879
|
+
"members": {
|
|
880
|
+
"Id": {},
|
|
881
|
+
"AccountId": {},
|
|
882
|
+
"OrganizationalUnitId": {},
|
|
883
|
+
"Name": {},
|
|
884
|
+
"Severity": {},
|
|
885
|
+
"Status": {},
|
|
886
|
+
"InsightTimeRange": {
|
|
887
|
+
"shape": "S1r"
|
|
888
|
+
},
|
|
889
|
+
"ResourceCollection": {
|
|
890
|
+
"shape": "S1b"
|
|
891
|
+
},
|
|
892
|
+
"ServiceCollection": {
|
|
893
|
+
"shape": "S45"
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
"NextToken": {}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
752
902
|
"ListRecommendations": {
|
|
753
903
|
"http": {
|
|
754
904
|
"requestUri": "/recommendations",
|
|
@@ -762,7 +912,8 @@
|
|
|
762
912
|
"members": {
|
|
763
913
|
"InsightId": {},
|
|
764
914
|
"NextToken": {},
|
|
765
|
-
"Locale": {}
|
|
915
|
+
"Locale": {},
|
|
916
|
+
"AccountId": {}
|
|
766
917
|
}
|
|
767
918
|
},
|
|
768
919
|
"output": {
|
|
@@ -849,7 +1000,7 @@
|
|
|
849
1000
|
"type": "structure",
|
|
850
1001
|
"members": {
|
|
851
1002
|
"InsightFeedback": {
|
|
852
|
-
"shape": "
|
|
1003
|
+
"shape": "S1j"
|
|
853
1004
|
}
|
|
854
1005
|
}
|
|
855
1006
|
},
|
|
@@ -894,24 +1045,79 @@
|
|
|
894
1045
|
],
|
|
895
1046
|
"members": {
|
|
896
1047
|
"StartTimeRange": {
|
|
897
|
-
"shape": "
|
|
1048
|
+
"shape": "S36"
|
|
898
1049
|
},
|
|
899
1050
|
"Filters": {
|
|
900
1051
|
"type": "structure",
|
|
901
1052
|
"members": {
|
|
902
1053
|
"Severities": {
|
|
903
|
-
"
|
|
904
|
-
"member": {}
|
|
1054
|
+
"shape": "S5j"
|
|
905
1055
|
},
|
|
906
1056
|
"Statuses": {
|
|
907
|
-
"
|
|
908
|
-
|
|
1057
|
+
"shape": "S5k"
|
|
1058
|
+
},
|
|
1059
|
+
"ResourceCollection": {
|
|
1060
|
+
"shape": "S1b"
|
|
1061
|
+
},
|
|
1062
|
+
"ServiceCollection": {
|
|
1063
|
+
"shape": "S45"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"MaxResults": {
|
|
1068
|
+
"type": "integer"
|
|
1069
|
+
},
|
|
1070
|
+
"NextToken": {},
|
|
1071
|
+
"Type": {}
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
"output": {
|
|
1075
|
+
"type": "structure",
|
|
1076
|
+
"members": {
|
|
1077
|
+
"ProactiveInsights": {
|
|
1078
|
+
"shape": "S43"
|
|
1079
|
+
},
|
|
1080
|
+
"ReactiveInsights": {
|
|
1081
|
+
"shape": "S47"
|
|
1082
|
+
},
|
|
1083
|
+
"NextToken": {}
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
"SearchOrganizationInsights": {
|
|
1088
|
+
"http": {
|
|
1089
|
+
"requestUri": "/organization/insights/search",
|
|
1090
|
+
"responseCode": 200
|
|
1091
|
+
},
|
|
1092
|
+
"input": {
|
|
1093
|
+
"type": "structure",
|
|
1094
|
+
"required": [
|
|
1095
|
+
"AccountIds",
|
|
1096
|
+
"StartTimeRange",
|
|
1097
|
+
"Type"
|
|
1098
|
+
],
|
|
1099
|
+
"members": {
|
|
1100
|
+
"AccountIds": {
|
|
1101
|
+
"type": "list",
|
|
1102
|
+
"member": {}
|
|
1103
|
+
},
|
|
1104
|
+
"StartTimeRange": {
|
|
1105
|
+
"shape": "S36"
|
|
1106
|
+
},
|
|
1107
|
+
"Filters": {
|
|
1108
|
+
"type": "structure",
|
|
1109
|
+
"members": {
|
|
1110
|
+
"Severities": {
|
|
1111
|
+
"shape": "S5j"
|
|
1112
|
+
},
|
|
1113
|
+
"Statuses": {
|
|
1114
|
+
"shape": "S5k"
|
|
909
1115
|
},
|
|
910
1116
|
"ResourceCollection": {
|
|
911
|
-
"shape": "
|
|
1117
|
+
"shape": "S1b"
|
|
912
1118
|
},
|
|
913
1119
|
"ServiceCollection": {
|
|
914
|
-
"shape": "
|
|
1120
|
+
"shape": "S45"
|
|
915
1121
|
}
|
|
916
1122
|
}
|
|
917
1123
|
},
|
|
@@ -926,10 +1132,10 @@
|
|
|
926
1132
|
"type": "structure",
|
|
927
1133
|
"members": {
|
|
928
1134
|
"ProactiveInsights": {
|
|
929
|
-
"shape": "
|
|
1135
|
+
"shape": "S43"
|
|
930
1136
|
},
|
|
931
1137
|
"ReactiveInsights": {
|
|
932
|
-
"shape": "
|
|
1138
|
+
"shape": "S47"
|
|
933
1139
|
},
|
|
934
1140
|
"NextToken": {}
|
|
935
1141
|
}
|
|
@@ -948,7 +1154,7 @@
|
|
|
948
1154
|
],
|
|
949
1155
|
"members": {
|
|
950
1156
|
"ResourceCollection": {
|
|
951
|
-
"shape": "
|
|
1157
|
+
"shape": "S2q"
|
|
952
1158
|
},
|
|
953
1159
|
"ClientToken": {
|
|
954
1160
|
"idempotencyToken": true
|
|
@@ -1041,7 +1247,7 @@
|
|
|
1041
1247
|
}
|
|
1042
1248
|
}
|
|
1043
1249
|
},
|
|
1044
|
-
"
|
|
1250
|
+
"Sq": {
|
|
1045
1251
|
"type": "structure",
|
|
1046
1252
|
"required": [
|
|
1047
1253
|
"StartTime"
|
|
@@ -1055,7 +1261,7 @@
|
|
|
1055
1261
|
}
|
|
1056
1262
|
}
|
|
1057
1263
|
},
|
|
1058
|
-
"
|
|
1264
|
+
"Sr": {
|
|
1059
1265
|
"type": "structure",
|
|
1060
1266
|
"required": [
|
|
1061
1267
|
"OpenTime"
|
|
@@ -1069,7 +1275,7 @@
|
|
|
1069
1275
|
}
|
|
1070
1276
|
}
|
|
1071
1277
|
},
|
|
1072
|
-
"
|
|
1278
|
+
"Ss": {
|
|
1073
1279
|
"type": "structure",
|
|
1074
1280
|
"required": [
|
|
1075
1281
|
"StartTime"
|
|
@@ -1083,7 +1289,7 @@
|
|
|
1083
1289
|
}
|
|
1084
1290
|
}
|
|
1085
1291
|
},
|
|
1086
|
-
"
|
|
1292
|
+
"St": {
|
|
1087
1293
|
"type": "structure",
|
|
1088
1294
|
"members": {
|
|
1089
1295
|
"CloudWatchMetrics": {
|
|
@@ -1107,37 +1313,57 @@
|
|
|
1107
1313
|
"Unit": {},
|
|
1108
1314
|
"Period": {
|
|
1109
1315
|
"type": "integer"
|
|
1316
|
+
},
|
|
1317
|
+
"MetricDataSummary": {
|
|
1318
|
+
"type": "structure",
|
|
1319
|
+
"members": {
|
|
1320
|
+
"TimestampMetricValuePairList": {
|
|
1321
|
+
"type": "list",
|
|
1322
|
+
"member": {
|
|
1323
|
+
"type": "structure",
|
|
1324
|
+
"members": {
|
|
1325
|
+
"Timestamp": {
|
|
1326
|
+
"type": "timestamp"
|
|
1327
|
+
},
|
|
1328
|
+
"MetricValue": {
|
|
1329
|
+
"type": "double"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"StatusCode": {}
|
|
1335
|
+
}
|
|
1110
1336
|
}
|
|
1111
1337
|
}
|
|
1112
1338
|
}
|
|
1113
1339
|
}
|
|
1114
1340
|
}
|
|
1115
1341
|
},
|
|
1116
|
-
"
|
|
1342
|
+
"S1b": {
|
|
1117
1343
|
"type": "structure",
|
|
1118
1344
|
"members": {
|
|
1119
1345
|
"CloudFormation": {
|
|
1120
1346
|
"type": "structure",
|
|
1121
1347
|
"members": {
|
|
1122
1348
|
"StackNames": {
|
|
1123
|
-
"shape": "
|
|
1349
|
+
"shape": "S1d"
|
|
1124
1350
|
}
|
|
1125
1351
|
}
|
|
1126
1352
|
}
|
|
1127
1353
|
}
|
|
1128
1354
|
},
|
|
1129
|
-
"
|
|
1355
|
+
"S1d": {
|
|
1130
1356
|
"type": "list",
|
|
1131
1357
|
"member": {}
|
|
1132
1358
|
},
|
|
1133
|
-
"
|
|
1359
|
+
"S1j": {
|
|
1134
1360
|
"type": "structure",
|
|
1135
1361
|
"members": {
|
|
1136
1362
|
"Id": {},
|
|
1137
1363
|
"Feedback": {}
|
|
1138
1364
|
}
|
|
1139
1365
|
},
|
|
1140
|
-
"
|
|
1366
|
+
"S1r": {
|
|
1141
1367
|
"type": "structure",
|
|
1142
1368
|
"required": [
|
|
1143
1369
|
"StartTime"
|
|
@@ -1151,7 +1377,58 @@
|
|
|
1151
1377
|
}
|
|
1152
1378
|
}
|
|
1153
1379
|
},
|
|
1380
|
+
"S1v": {
|
|
1381
|
+
"type": "list",
|
|
1382
|
+
"member": {}
|
|
1383
|
+
},
|
|
1384
|
+
"S1w": {
|
|
1385
|
+
"type": "list",
|
|
1386
|
+
"member": {}
|
|
1387
|
+
},
|
|
1154
1388
|
"S26": {
|
|
1389
|
+
"type": "list",
|
|
1390
|
+
"member": {
|
|
1391
|
+
"type": "structure",
|
|
1392
|
+
"members": {
|
|
1393
|
+
"StackName": {},
|
|
1394
|
+
"Insight": {
|
|
1395
|
+
"type": "structure",
|
|
1396
|
+
"members": {
|
|
1397
|
+
"OpenProactiveInsights": {
|
|
1398
|
+
"type": "integer"
|
|
1399
|
+
},
|
|
1400
|
+
"OpenReactiveInsights": {
|
|
1401
|
+
"type": "integer"
|
|
1402
|
+
},
|
|
1403
|
+
"MeanTimeToRecoverInMilliseconds": {
|
|
1404
|
+
"type": "long"
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"S29": {
|
|
1412
|
+
"type": "list",
|
|
1413
|
+
"member": {
|
|
1414
|
+
"type": "structure",
|
|
1415
|
+
"members": {
|
|
1416
|
+
"ServiceName": {},
|
|
1417
|
+
"Insight": {
|
|
1418
|
+
"type": "structure",
|
|
1419
|
+
"members": {
|
|
1420
|
+
"OpenProactiveInsights": {
|
|
1421
|
+
"type": "integer"
|
|
1422
|
+
},
|
|
1423
|
+
"OpenReactiveInsights": {
|
|
1424
|
+
"type": "integer"
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"S2q": {
|
|
1155
1432
|
"type": "structure",
|
|
1156
1433
|
"members": {
|
|
1157
1434
|
"CloudFormation": {
|
|
@@ -1165,7 +1442,7 @@
|
|
|
1165
1442
|
}
|
|
1166
1443
|
}
|
|
1167
1444
|
},
|
|
1168
|
-
"
|
|
1445
|
+
"S36": {
|
|
1169
1446
|
"type": "structure",
|
|
1170
1447
|
"members": {
|
|
1171
1448
|
"FromTime": {
|
|
@@ -1176,7 +1453,55 @@
|
|
|
1176
1453
|
}
|
|
1177
1454
|
}
|
|
1178
1455
|
},
|
|
1179
|
-
"
|
|
1456
|
+
"S3v": {
|
|
1457
|
+
"type": "structure",
|
|
1458
|
+
"members": {
|
|
1459
|
+
"Ongoing": {
|
|
1460
|
+
"type": "structure",
|
|
1461
|
+
"required": [
|
|
1462
|
+
"Type"
|
|
1463
|
+
],
|
|
1464
|
+
"members": {
|
|
1465
|
+
"Type": {}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"Closed": {
|
|
1469
|
+
"type": "structure",
|
|
1470
|
+
"required": [
|
|
1471
|
+
"Type",
|
|
1472
|
+
"EndTimeRange"
|
|
1473
|
+
],
|
|
1474
|
+
"members": {
|
|
1475
|
+
"Type": {},
|
|
1476
|
+
"EndTimeRange": {
|
|
1477
|
+
"type": "structure",
|
|
1478
|
+
"members": {
|
|
1479
|
+
"FromTime": {
|
|
1480
|
+
"type": "timestamp"
|
|
1481
|
+
},
|
|
1482
|
+
"ToTime": {
|
|
1483
|
+
"type": "timestamp"
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
},
|
|
1489
|
+
"Any": {
|
|
1490
|
+
"type": "structure",
|
|
1491
|
+
"required": [
|
|
1492
|
+
"Type",
|
|
1493
|
+
"StartTimeRange"
|
|
1494
|
+
],
|
|
1495
|
+
"members": {
|
|
1496
|
+
"Type": {},
|
|
1497
|
+
"StartTimeRange": {
|
|
1498
|
+
"shape": "S36"
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
"S43": {
|
|
1180
1505
|
"type": "list",
|
|
1181
1506
|
"member": {
|
|
1182
1507
|
"type": "structure",
|
|
@@ -1186,21 +1511,21 @@
|
|
|
1186
1511
|
"Severity": {},
|
|
1187
1512
|
"Status": {},
|
|
1188
1513
|
"InsightTimeRange": {
|
|
1189
|
-
"shape": "
|
|
1514
|
+
"shape": "S1r"
|
|
1190
1515
|
},
|
|
1191
1516
|
"PredictionTimeRange": {
|
|
1192
|
-
"shape": "
|
|
1517
|
+
"shape": "Ss"
|
|
1193
1518
|
},
|
|
1194
1519
|
"ResourceCollection": {
|
|
1195
|
-
"shape": "
|
|
1520
|
+
"shape": "S1b"
|
|
1196
1521
|
},
|
|
1197
1522
|
"ServiceCollection": {
|
|
1198
|
-
"shape": "
|
|
1523
|
+
"shape": "S45"
|
|
1199
1524
|
}
|
|
1200
1525
|
}
|
|
1201
1526
|
}
|
|
1202
1527
|
},
|
|
1203
|
-
"
|
|
1528
|
+
"S45": {
|
|
1204
1529
|
"type": "structure",
|
|
1205
1530
|
"members": {
|
|
1206
1531
|
"ServiceNames": {
|
|
@@ -1209,7 +1534,7 @@
|
|
|
1209
1534
|
}
|
|
1210
1535
|
}
|
|
1211
1536
|
},
|
|
1212
|
-
"
|
|
1537
|
+
"S47": {
|
|
1213
1538
|
"type": "list",
|
|
1214
1539
|
"member": {
|
|
1215
1540
|
"type": "structure",
|
|
@@ -1219,16 +1544,24 @@
|
|
|
1219
1544
|
"Severity": {},
|
|
1220
1545
|
"Status": {},
|
|
1221
1546
|
"InsightTimeRange": {
|
|
1222
|
-
"shape": "
|
|
1547
|
+
"shape": "S1r"
|
|
1223
1548
|
},
|
|
1224
1549
|
"ResourceCollection": {
|
|
1225
|
-
"shape": "
|
|
1550
|
+
"shape": "S1b"
|
|
1226
1551
|
},
|
|
1227
1552
|
"ServiceCollection": {
|
|
1228
|
-
"shape": "
|
|
1553
|
+
"shape": "S45"
|
|
1229
1554
|
}
|
|
1230
1555
|
}
|
|
1231
1556
|
}
|
|
1557
|
+
},
|
|
1558
|
+
"S5j": {
|
|
1559
|
+
"type": "list",
|
|
1560
|
+
"member": {}
|
|
1561
|
+
},
|
|
1562
|
+
"S5k": {
|
|
1563
|
+
"type": "list",
|
|
1564
|
+
"member": {}
|
|
1232
1565
|
}
|
|
1233
1566
|
}
|
|
1234
1567
|
}
|