aws-sdk 2.1111.0 → 2.1114.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 +16 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +9 -10
- package/apis/apprunner-2020-05-15.min.json +206 -44
- package/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +147 -124
- package/apis/fsx-2018-03-01.paginators.json +4 -2
- package/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/apis/monitoring-2010-08-01.min.json +47 -11
- package/clients/amplifyuibuilder.d.ts +14 -9
- package/clients/apprunner.d.ts +194 -10
- package/clients/cloudwatch.d.ts +43 -11
- package/clients/devopsguru.d.ts +28 -12
- package/clients/ec2.d.ts +1 -1
- package/clients/efs.d.ts +40 -40
- package/clients/fsx.d.ts +7 -7
- package/clients/iottwinmaker.d.ts +15 -7
- package/clients/workspaces.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +50 -14
- package/dist/aws-sdk.min.js +36 -36
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -39,6 +39,29 @@
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"DeleteInsight": {
|
|
43
|
+
"http": {
|
|
44
|
+
"method": "DELETE",
|
|
45
|
+
"requestUri": "/insights/{Id}",
|
|
46
|
+
"responseCode": 200
|
|
47
|
+
},
|
|
48
|
+
"input": {
|
|
49
|
+
"type": "structure",
|
|
50
|
+
"required": [
|
|
51
|
+
"Id"
|
|
52
|
+
],
|
|
53
|
+
"members": {
|
|
54
|
+
"Id": {
|
|
55
|
+
"location": "uri",
|
|
56
|
+
"locationName": "Id"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"output": {
|
|
61
|
+
"type": "structure",
|
|
62
|
+
"members": {}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
42
65
|
"DescribeAccountHealth": {
|
|
43
66
|
"http": {
|
|
44
67
|
"method": "GET",
|
|
@@ -147,29 +170,29 @@
|
|
|
147
170
|
"type": "timestamp"
|
|
148
171
|
},
|
|
149
172
|
"AnomalyTimeRange": {
|
|
150
|
-
"shape": "
|
|
173
|
+
"shape": "St"
|
|
151
174
|
},
|
|
152
175
|
"AnomalyReportedTimeRange": {
|
|
153
|
-
"shape": "
|
|
176
|
+
"shape": "Su"
|
|
154
177
|
},
|
|
155
178
|
"PredictionTimeRange": {
|
|
156
|
-
"shape": "
|
|
179
|
+
"shape": "Sv"
|
|
157
180
|
},
|
|
158
181
|
"SourceDetails": {
|
|
159
|
-
"shape": "
|
|
182
|
+
"shape": "Sw"
|
|
160
183
|
},
|
|
161
184
|
"AssociatedInsightId": {},
|
|
162
185
|
"ResourceCollection": {
|
|
163
|
-
"shape": "
|
|
186
|
+
"shape": "S21"
|
|
164
187
|
},
|
|
165
188
|
"Limit": {
|
|
166
189
|
"type": "double"
|
|
167
190
|
},
|
|
168
191
|
"SourceMetadata": {
|
|
169
|
-
"shape": "
|
|
192
|
+
"shape": "S2b"
|
|
170
193
|
},
|
|
171
194
|
"AnomalyResources": {
|
|
172
|
-
"shape": "
|
|
195
|
+
"shape": "S2f"
|
|
173
196
|
}
|
|
174
197
|
}
|
|
175
198
|
},
|
|
@@ -180,24 +203,24 @@
|
|
|
180
203
|
"Severity": {},
|
|
181
204
|
"Status": {},
|
|
182
205
|
"AnomalyTimeRange": {
|
|
183
|
-
"shape": "
|
|
206
|
+
"shape": "St"
|
|
184
207
|
},
|
|
185
208
|
"AnomalyReportedTimeRange": {
|
|
186
|
-
"shape": "
|
|
209
|
+
"shape": "Su"
|
|
187
210
|
},
|
|
188
211
|
"SourceDetails": {
|
|
189
|
-
"shape": "
|
|
212
|
+
"shape": "Sw"
|
|
190
213
|
},
|
|
191
214
|
"AssociatedInsightId": {},
|
|
192
215
|
"ResourceCollection": {
|
|
193
|
-
"shape": "
|
|
216
|
+
"shape": "S21"
|
|
194
217
|
},
|
|
195
218
|
"Type": {},
|
|
196
219
|
"Name": {},
|
|
197
220
|
"Description": {},
|
|
198
221
|
"CausalAnomalyId": {},
|
|
199
222
|
"AnomalyResources": {
|
|
200
|
-
"shape": "
|
|
223
|
+
"shape": "S2f"
|
|
201
224
|
}
|
|
202
225
|
}
|
|
203
226
|
}
|
|
@@ -217,7 +240,7 @@
|
|
|
217
240
|
"type": "structure",
|
|
218
241
|
"members": {
|
|
219
242
|
"EventSources": {
|
|
220
|
-
"shape": "
|
|
243
|
+
"shape": "S2n"
|
|
221
244
|
}
|
|
222
245
|
}
|
|
223
246
|
}
|
|
@@ -237,7 +260,7 @@
|
|
|
237
260
|
"type": "structure",
|
|
238
261
|
"members": {
|
|
239
262
|
"InsightFeedback": {
|
|
240
|
-
"shape": "
|
|
263
|
+
"shape": "S2s"
|
|
241
264
|
}
|
|
242
265
|
}
|
|
243
266
|
}
|
|
@@ -275,13 +298,13 @@
|
|
|
275
298
|
"Severity": {},
|
|
276
299
|
"Status": {},
|
|
277
300
|
"InsightTimeRange": {
|
|
278
|
-
"shape": "
|
|
301
|
+
"shape": "S30"
|
|
279
302
|
},
|
|
280
303
|
"PredictionTimeRange": {
|
|
281
|
-
"shape": "
|
|
304
|
+
"shape": "Sv"
|
|
282
305
|
},
|
|
283
306
|
"ResourceCollection": {
|
|
284
|
-
"shape": "
|
|
307
|
+
"shape": "S21"
|
|
285
308
|
},
|
|
286
309
|
"SsmOpsItemId": {},
|
|
287
310
|
"Description": {}
|
|
@@ -295,10 +318,10 @@
|
|
|
295
318
|
"Severity": {},
|
|
296
319
|
"Status": {},
|
|
297
320
|
"InsightTimeRange": {
|
|
298
|
-
"shape": "
|
|
321
|
+
"shape": "S30"
|
|
299
322
|
},
|
|
300
323
|
"ResourceCollection": {
|
|
301
|
-
"shape": "
|
|
324
|
+
"shape": "S21"
|
|
302
325
|
},
|
|
303
326
|
"SsmOpsItemId": {},
|
|
304
327
|
"Description": {}
|
|
@@ -316,10 +339,10 @@
|
|
|
316
339
|
"type": "structure",
|
|
317
340
|
"members": {
|
|
318
341
|
"AccountIds": {
|
|
319
|
-
"shape": "
|
|
342
|
+
"shape": "S35"
|
|
320
343
|
},
|
|
321
344
|
"OrganizationalUnitIds": {
|
|
322
|
-
"shape": "
|
|
345
|
+
"shape": "S36"
|
|
323
346
|
}
|
|
324
347
|
}
|
|
325
348
|
},
|
|
@@ -365,10 +388,10 @@
|
|
|
365
388
|
"type": "timestamp"
|
|
366
389
|
},
|
|
367
390
|
"AccountIds": {
|
|
368
|
-
"shape": "
|
|
391
|
+
"shape": "S35"
|
|
369
392
|
},
|
|
370
393
|
"OrganizationalUnitIds": {
|
|
371
|
-
"shape": "
|
|
394
|
+
"shape": "S36"
|
|
372
395
|
}
|
|
373
396
|
}
|
|
374
397
|
},
|
|
@@ -401,10 +424,10 @@
|
|
|
401
424
|
"members": {
|
|
402
425
|
"OrganizationResourceCollectionType": {},
|
|
403
426
|
"AccountIds": {
|
|
404
|
-
"shape": "
|
|
427
|
+
"shape": "S35"
|
|
405
428
|
},
|
|
406
429
|
"OrganizationalUnitIds": {
|
|
407
|
-
"shape": "
|
|
430
|
+
"shape": "S36"
|
|
408
431
|
},
|
|
409
432
|
"NextToken": {},
|
|
410
433
|
"MaxResults": {
|
|
@@ -416,10 +439,10 @@
|
|
|
416
439
|
"type": "structure",
|
|
417
440
|
"members": {
|
|
418
441
|
"CloudFormation": {
|
|
419
|
-
"shape": "
|
|
442
|
+
"shape": "S3g"
|
|
420
443
|
},
|
|
421
444
|
"Service": {
|
|
422
|
-
"shape": "
|
|
445
|
+
"shape": "S3j"
|
|
423
446
|
},
|
|
424
447
|
"Account": {
|
|
425
448
|
"type": "list",
|
|
@@ -443,7 +466,7 @@
|
|
|
443
466
|
},
|
|
444
467
|
"NextToken": {},
|
|
445
468
|
"Tags": {
|
|
446
|
-
"shape": "
|
|
469
|
+
"shape": "S3q"
|
|
447
470
|
}
|
|
448
471
|
}
|
|
449
472
|
}
|
|
@@ -474,14 +497,14 @@
|
|
|
474
497
|
"type": "structure",
|
|
475
498
|
"members": {
|
|
476
499
|
"CloudFormation": {
|
|
477
|
-
"shape": "
|
|
500
|
+
"shape": "S3g"
|
|
478
501
|
},
|
|
479
502
|
"Service": {
|
|
480
|
-
"shape": "
|
|
503
|
+
"shape": "S3j"
|
|
481
504
|
},
|
|
482
505
|
"NextToken": {},
|
|
483
506
|
"Tags": {
|
|
484
|
-
"shape": "
|
|
507
|
+
"shape": "S3q"
|
|
485
508
|
}
|
|
486
509
|
}
|
|
487
510
|
}
|
|
@@ -532,7 +555,7 @@
|
|
|
532
555
|
"type": "structure",
|
|
533
556
|
"members": {
|
|
534
557
|
"ResourceCollection": {
|
|
535
|
-
"shape": "
|
|
558
|
+
"shape": "S42"
|
|
536
559
|
},
|
|
537
560
|
"Status": {},
|
|
538
561
|
"Costs": {
|
|
@@ -604,7 +627,7 @@
|
|
|
604
627
|
"type": "structure",
|
|
605
628
|
"members": {
|
|
606
629
|
"StackNames": {
|
|
607
|
-
"shape": "
|
|
630
|
+
"shape": "S23"
|
|
608
631
|
}
|
|
609
632
|
}
|
|
610
633
|
},
|
|
@@ -619,7 +642,7 @@
|
|
|
619
642
|
"members": {
|
|
620
643
|
"AppBoundaryKey": {},
|
|
621
644
|
"TagValues": {
|
|
622
|
-
"shape": "
|
|
645
|
+
"shape": "S28"
|
|
623
646
|
}
|
|
624
647
|
}
|
|
625
648
|
}
|
|
@@ -646,7 +669,7 @@
|
|
|
646
669
|
"locationName": "InsightId"
|
|
647
670
|
},
|
|
648
671
|
"StartTimeRange": {
|
|
649
|
-
"shape": "
|
|
672
|
+
"shape": "S4m"
|
|
650
673
|
},
|
|
651
674
|
"MaxResults": {
|
|
652
675
|
"type": "integer"
|
|
@@ -670,29 +693,29 @@
|
|
|
670
693
|
"type": "timestamp"
|
|
671
694
|
},
|
|
672
695
|
"AnomalyTimeRange": {
|
|
673
|
-
"shape": "
|
|
696
|
+
"shape": "St"
|
|
674
697
|
},
|
|
675
698
|
"AnomalyReportedTimeRange": {
|
|
676
|
-
"shape": "
|
|
699
|
+
"shape": "Su"
|
|
677
700
|
},
|
|
678
701
|
"PredictionTimeRange": {
|
|
679
|
-
"shape": "
|
|
702
|
+
"shape": "Sv"
|
|
680
703
|
},
|
|
681
704
|
"SourceDetails": {
|
|
682
|
-
"shape": "
|
|
705
|
+
"shape": "Sw"
|
|
683
706
|
},
|
|
684
707
|
"AssociatedInsightId": {},
|
|
685
708
|
"ResourceCollection": {
|
|
686
|
-
"shape": "
|
|
709
|
+
"shape": "S21"
|
|
687
710
|
},
|
|
688
711
|
"Limit": {
|
|
689
712
|
"type": "double"
|
|
690
713
|
},
|
|
691
714
|
"SourceMetadata": {
|
|
692
|
-
"shape": "
|
|
715
|
+
"shape": "S2b"
|
|
693
716
|
},
|
|
694
717
|
"AnomalyResources": {
|
|
695
|
-
"shape": "
|
|
718
|
+
"shape": "S2f"
|
|
696
719
|
}
|
|
697
720
|
}
|
|
698
721
|
}
|
|
@@ -706,24 +729,24 @@
|
|
|
706
729
|
"Severity": {},
|
|
707
730
|
"Status": {},
|
|
708
731
|
"AnomalyTimeRange": {
|
|
709
|
-
"shape": "
|
|
732
|
+
"shape": "St"
|
|
710
733
|
},
|
|
711
734
|
"AnomalyReportedTimeRange": {
|
|
712
|
-
"shape": "
|
|
735
|
+
"shape": "Su"
|
|
713
736
|
},
|
|
714
737
|
"SourceDetails": {
|
|
715
|
-
"shape": "
|
|
738
|
+
"shape": "Sw"
|
|
716
739
|
},
|
|
717
740
|
"AssociatedInsightId": {},
|
|
718
741
|
"ResourceCollection": {
|
|
719
|
-
"shape": "
|
|
742
|
+
"shape": "S21"
|
|
720
743
|
},
|
|
721
744
|
"Type": {},
|
|
722
745
|
"Name": {},
|
|
723
746
|
"Description": {},
|
|
724
747
|
"CausalAnomalyId": {},
|
|
725
748
|
"AnomalyResources": {
|
|
726
|
-
"shape": "
|
|
749
|
+
"shape": "S2f"
|
|
727
750
|
}
|
|
728
751
|
}
|
|
729
752
|
}
|
|
@@ -766,7 +789,7 @@
|
|
|
766
789
|
"EventSource": {},
|
|
767
790
|
"DataSource": {},
|
|
768
791
|
"ResourceCollection": {
|
|
769
|
-
"shape": "
|
|
792
|
+
"shape": "S21"
|
|
770
793
|
}
|
|
771
794
|
}
|
|
772
795
|
},
|
|
@@ -789,7 +812,7 @@
|
|
|
789
812
|
"type": "structure",
|
|
790
813
|
"members": {
|
|
791
814
|
"ResourceCollection": {
|
|
792
|
-
"shape": "
|
|
815
|
+
"shape": "S21"
|
|
793
816
|
},
|
|
794
817
|
"Id": {},
|
|
795
818
|
"Time": {
|
|
@@ -829,7 +852,7 @@
|
|
|
829
852
|
],
|
|
830
853
|
"members": {
|
|
831
854
|
"StatusFilter": {
|
|
832
|
-
"shape": "
|
|
855
|
+
"shape": "S5b"
|
|
833
856
|
},
|
|
834
857
|
"MaxResults": {
|
|
835
858
|
"type": "integer"
|
|
@@ -841,10 +864,10 @@
|
|
|
841
864
|
"type": "structure",
|
|
842
865
|
"members": {
|
|
843
866
|
"ProactiveInsights": {
|
|
844
|
-
"shape": "
|
|
867
|
+
"shape": "S5j"
|
|
845
868
|
},
|
|
846
869
|
"ReactiveInsights": {
|
|
847
|
-
"shape": "
|
|
870
|
+
"shape": "S5p"
|
|
848
871
|
},
|
|
849
872
|
"NextToken": {}
|
|
850
873
|
}
|
|
@@ -892,7 +915,7 @@
|
|
|
892
915
|
],
|
|
893
916
|
"members": {
|
|
894
917
|
"StatusFilter": {
|
|
895
|
-
"shape": "
|
|
918
|
+
"shape": "S5b"
|
|
896
919
|
},
|
|
897
920
|
"MaxResults": {
|
|
898
921
|
"type": "integer"
|
|
@@ -923,16 +946,16 @@
|
|
|
923
946
|
"Severity": {},
|
|
924
947
|
"Status": {},
|
|
925
948
|
"InsightTimeRange": {
|
|
926
|
-
"shape": "
|
|
949
|
+
"shape": "S30"
|
|
927
950
|
},
|
|
928
951
|
"PredictionTimeRange": {
|
|
929
|
-
"shape": "
|
|
952
|
+
"shape": "Sv"
|
|
930
953
|
},
|
|
931
954
|
"ResourceCollection": {
|
|
932
|
-
"shape": "
|
|
955
|
+
"shape": "S21"
|
|
933
956
|
},
|
|
934
957
|
"ServiceCollection": {
|
|
935
|
-
"shape": "
|
|
958
|
+
"shape": "S5l"
|
|
936
959
|
}
|
|
937
960
|
}
|
|
938
961
|
}
|
|
@@ -949,13 +972,13 @@
|
|
|
949
972
|
"Severity": {},
|
|
950
973
|
"Status": {},
|
|
951
974
|
"InsightTimeRange": {
|
|
952
|
-
"shape": "
|
|
975
|
+
"shape": "S30"
|
|
953
976
|
},
|
|
954
977
|
"ResourceCollection": {
|
|
955
|
-
"shape": "
|
|
978
|
+
"shape": "S21"
|
|
956
979
|
},
|
|
957
980
|
"ServiceCollection": {
|
|
958
|
-
"shape": "
|
|
981
|
+
"shape": "S5l"
|
|
959
982
|
}
|
|
960
983
|
}
|
|
961
984
|
}
|
|
@@ -1067,7 +1090,7 @@
|
|
|
1067
1090
|
"type": "structure",
|
|
1068
1091
|
"members": {
|
|
1069
1092
|
"InsightFeedback": {
|
|
1070
|
-
"shape": "
|
|
1093
|
+
"shape": "S2s"
|
|
1071
1094
|
}
|
|
1072
1095
|
}
|
|
1073
1096
|
},
|
|
@@ -1112,22 +1135,22 @@
|
|
|
1112
1135
|
],
|
|
1113
1136
|
"members": {
|
|
1114
1137
|
"StartTimeRange": {
|
|
1115
|
-
"shape": "
|
|
1138
|
+
"shape": "S4m"
|
|
1116
1139
|
},
|
|
1117
1140
|
"Filters": {
|
|
1118
1141
|
"type": "structure",
|
|
1119
1142
|
"members": {
|
|
1120
1143
|
"Severities": {
|
|
1121
|
-
"shape": "
|
|
1144
|
+
"shape": "S72"
|
|
1122
1145
|
},
|
|
1123
1146
|
"Statuses": {
|
|
1124
|
-
"shape": "
|
|
1147
|
+
"shape": "S73"
|
|
1125
1148
|
},
|
|
1126
1149
|
"ResourceCollection": {
|
|
1127
|
-
"shape": "
|
|
1150
|
+
"shape": "S21"
|
|
1128
1151
|
},
|
|
1129
1152
|
"ServiceCollection": {
|
|
1130
|
-
"shape": "
|
|
1153
|
+
"shape": "S5l"
|
|
1131
1154
|
}
|
|
1132
1155
|
}
|
|
1133
1156
|
},
|
|
@@ -1142,10 +1165,10 @@
|
|
|
1142
1165
|
"type": "structure",
|
|
1143
1166
|
"members": {
|
|
1144
1167
|
"ProactiveInsights": {
|
|
1145
|
-
"shape": "
|
|
1168
|
+
"shape": "S5j"
|
|
1146
1169
|
},
|
|
1147
1170
|
"ReactiveInsights": {
|
|
1148
|
-
"shape": "
|
|
1171
|
+
"shape": "S5p"
|
|
1149
1172
|
},
|
|
1150
1173
|
"NextToken": {}
|
|
1151
1174
|
}
|
|
@@ -1169,22 +1192,22 @@
|
|
|
1169
1192
|
"member": {}
|
|
1170
1193
|
},
|
|
1171
1194
|
"StartTimeRange": {
|
|
1172
|
-
"shape": "
|
|
1195
|
+
"shape": "S4m"
|
|
1173
1196
|
},
|
|
1174
1197
|
"Filters": {
|
|
1175
1198
|
"type": "structure",
|
|
1176
1199
|
"members": {
|
|
1177
1200
|
"Severities": {
|
|
1178
|
-
"shape": "
|
|
1201
|
+
"shape": "S72"
|
|
1179
1202
|
},
|
|
1180
1203
|
"Statuses": {
|
|
1181
|
-
"shape": "
|
|
1204
|
+
"shape": "S73"
|
|
1182
1205
|
},
|
|
1183
1206
|
"ResourceCollection": {
|
|
1184
|
-
"shape": "
|
|
1207
|
+
"shape": "S21"
|
|
1185
1208
|
},
|
|
1186
1209
|
"ServiceCollection": {
|
|
1187
|
-
"shape": "
|
|
1210
|
+
"shape": "S5l"
|
|
1188
1211
|
}
|
|
1189
1212
|
}
|
|
1190
1213
|
},
|
|
@@ -1199,10 +1222,10 @@
|
|
|
1199
1222
|
"type": "structure",
|
|
1200
1223
|
"members": {
|
|
1201
1224
|
"ProactiveInsights": {
|
|
1202
|
-
"shape": "
|
|
1225
|
+
"shape": "S5j"
|
|
1203
1226
|
},
|
|
1204
1227
|
"ReactiveInsights": {
|
|
1205
|
-
"shape": "
|
|
1228
|
+
"shape": "S5p"
|
|
1206
1229
|
},
|
|
1207
1230
|
"NextToken": {}
|
|
1208
1231
|
}
|
|
@@ -1221,7 +1244,7 @@
|
|
|
1221
1244
|
],
|
|
1222
1245
|
"members": {
|
|
1223
1246
|
"ResourceCollection": {
|
|
1224
|
-
"shape": "
|
|
1247
|
+
"shape": "S42"
|
|
1225
1248
|
},
|
|
1226
1249
|
"ClientToken": {
|
|
1227
1250
|
"idempotencyToken": true
|
|
@@ -1243,7 +1266,7 @@
|
|
|
1243
1266
|
"type": "structure",
|
|
1244
1267
|
"members": {
|
|
1245
1268
|
"EventSources": {
|
|
1246
|
-
"shape": "
|
|
1269
|
+
"shape": "S2n"
|
|
1247
1270
|
}
|
|
1248
1271
|
}
|
|
1249
1272
|
},
|
|
@@ -1350,7 +1373,7 @@
|
|
|
1350
1373
|
}
|
|
1351
1374
|
}
|
|
1352
1375
|
},
|
|
1353
|
-
"
|
|
1376
|
+
"St": {
|
|
1354
1377
|
"type": "structure",
|
|
1355
1378
|
"required": [
|
|
1356
1379
|
"StartTime"
|
|
@@ -1364,7 +1387,7 @@
|
|
|
1364
1387
|
}
|
|
1365
1388
|
}
|
|
1366
1389
|
},
|
|
1367
|
-
"
|
|
1390
|
+
"Su": {
|
|
1368
1391
|
"type": "structure",
|
|
1369
1392
|
"required": [
|
|
1370
1393
|
"OpenTime"
|
|
@@ -1378,7 +1401,7 @@
|
|
|
1378
1401
|
}
|
|
1379
1402
|
}
|
|
1380
1403
|
},
|
|
1381
|
-
"
|
|
1404
|
+
"Sv": {
|
|
1382
1405
|
"type": "structure",
|
|
1383
1406
|
"required": [
|
|
1384
1407
|
"StartTime"
|
|
@@ -1392,7 +1415,7 @@
|
|
|
1392
1415
|
}
|
|
1393
1416
|
}
|
|
1394
1417
|
},
|
|
1395
|
-
"
|
|
1418
|
+
"Sw": {
|
|
1396
1419
|
"type": "structure",
|
|
1397
1420
|
"members": {
|
|
1398
1421
|
"CloudWatchMetrics": {
|
|
@@ -1448,7 +1471,7 @@
|
|
|
1448
1471
|
"MetricDisplayName": {},
|
|
1449
1472
|
"Unit": {},
|
|
1450
1473
|
"MetricQuery": {
|
|
1451
|
-
"shape": "
|
|
1474
|
+
"shape": "S1h"
|
|
1452
1475
|
},
|
|
1453
1476
|
"ReferenceData": {
|
|
1454
1477
|
"type": "list",
|
|
@@ -1471,7 +1494,7 @@
|
|
|
1471
1494
|
"type": "structure",
|
|
1472
1495
|
"members": {
|
|
1473
1496
|
"MetricQuery": {
|
|
1474
|
-
"shape": "
|
|
1497
|
+
"shape": "S1h"
|
|
1475
1498
|
}
|
|
1476
1499
|
}
|
|
1477
1500
|
}
|
|
@@ -1481,17 +1504,17 @@
|
|
|
1481
1504
|
}
|
|
1482
1505
|
},
|
|
1483
1506
|
"StatsAtAnomaly": {
|
|
1484
|
-
"shape": "
|
|
1507
|
+
"shape": "S1y"
|
|
1485
1508
|
},
|
|
1486
1509
|
"StatsAtBaseline": {
|
|
1487
|
-
"shape": "
|
|
1510
|
+
"shape": "S1y"
|
|
1488
1511
|
}
|
|
1489
1512
|
}
|
|
1490
1513
|
}
|
|
1491
1514
|
}
|
|
1492
1515
|
}
|
|
1493
1516
|
},
|
|
1494
|
-
"
|
|
1517
|
+
"S1h": {
|
|
1495
1518
|
"type": "structure",
|
|
1496
1519
|
"members": {
|
|
1497
1520
|
"Metric": {},
|
|
@@ -1515,7 +1538,7 @@
|
|
|
1515
1538
|
}
|
|
1516
1539
|
}
|
|
1517
1540
|
},
|
|
1518
|
-
"
|
|
1541
|
+
"S1y": {
|
|
1519
1542
|
"type": "list",
|
|
1520
1543
|
"member": {
|
|
1521
1544
|
"type": "structure",
|
|
@@ -1527,14 +1550,14 @@
|
|
|
1527
1550
|
}
|
|
1528
1551
|
}
|
|
1529
1552
|
},
|
|
1530
|
-
"
|
|
1553
|
+
"S21": {
|
|
1531
1554
|
"type": "structure",
|
|
1532
1555
|
"members": {
|
|
1533
1556
|
"CloudFormation": {
|
|
1534
1557
|
"type": "structure",
|
|
1535
1558
|
"members": {
|
|
1536
1559
|
"StackNames": {
|
|
1537
|
-
"shape": "
|
|
1560
|
+
"shape": "S23"
|
|
1538
1561
|
}
|
|
1539
1562
|
}
|
|
1540
1563
|
},
|
|
@@ -1549,22 +1572,22 @@
|
|
|
1549
1572
|
"members": {
|
|
1550
1573
|
"AppBoundaryKey": {},
|
|
1551
1574
|
"TagValues": {
|
|
1552
|
-
"shape": "
|
|
1575
|
+
"shape": "S28"
|
|
1553
1576
|
}
|
|
1554
1577
|
}
|
|
1555
1578
|
}
|
|
1556
1579
|
}
|
|
1557
1580
|
}
|
|
1558
1581
|
},
|
|
1559
|
-
"
|
|
1582
|
+
"S23": {
|
|
1560
1583
|
"type": "list",
|
|
1561
1584
|
"member": {}
|
|
1562
1585
|
},
|
|
1563
|
-
"
|
|
1586
|
+
"S28": {
|
|
1564
1587
|
"type": "list",
|
|
1565
1588
|
"member": {}
|
|
1566
1589
|
},
|
|
1567
|
-
"
|
|
1590
|
+
"S2b": {
|
|
1568
1591
|
"type": "structure",
|
|
1569
1592
|
"members": {
|
|
1570
1593
|
"Source": {},
|
|
@@ -1572,7 +1595,7 @@
|
|
|
1572
1595
|
"SourceResourceType": {}
|
|
1573
1596
|
}
|
|
1574
1597
|
},
|
|
1575
|
-
"
|
|
1598
|
+
"S2f": {
|
|
1576
1599
|
"type": "list",
|
|
1577
1600
|
"member": {
|
|
1578
1601
|
"type": "structure",
|
|
@@ -1582,7 +1605,7 @@
|
|
|
1582
1605
|
}
|
|
1583
1606
|
}
|
|
1584
1607
|
},
|
|
1585
|
-
"
|
|
1608
|
+
"S2n": {
|
|
1586
1609
|
"type": "structure",
|
|
1587
1610
|
"members": {
|
|
1588
1611
|
"AmazonCodeGuruProfiler": {
|
|
@@ -1593,14 +1616,14 @@
|
|
|
1593
1616
|
}
|
|
1594
1617
|
}
|
|
1595
1618
|
},
|
|
1596
|
-
"
|
|
1619
|
+
"S2s": {
|
|
1597
1620
|
"type": "structure",
|
|
1598
1621
|
"members": {
|
|
1599
1622
|
"Id": {},
|
|
1600
1623
|
"Feedback": {}
|
|
1601
1624
|
}
|
|
1602
1625
|
},
|
|
1603
|
-
"
|
|
1626
|
+
"S30": {
|
|
1604
1627
|
"type": "structure",
|
|
1605
1628
|
"required": [
|
|
1606
1629
|
"StartTime"
|
|
@@ -1614,27 +1637,27 @@
|
|
|
1614
1637
|
}
|
|
1615
1638
|
}
|
|
1616
1639
|
},
|
|
1617
|
-
"
|
|
1640
|
+
"S35": {
|
|
1618
1641
|
"type": "list",
|
|
1619
1642
|
"member": {}
|
|
1620
1643
|
},
|
|
1621
|
-
"
|
|
1644
|
+
"S36": {
|
|
1622
1645
|
"type": "list",
|
|
1623
1646
|
"member": {}
|
|
1624
1647
|
},
|
|
1625
|
-
"
|
|
1648
|
+
"S3g": {
|
|
1626
1649
|
"type": "list",
|
|
1627
1650
|
"member": {
|
|
1628
1651
|
"type": "structure",
|
|
1629
1652
|
"members": {
|
|
1630
1653
|
"StackName": {},
|
|
1631
1654
|
"Insight": {
|
|
1632
|
-
"shape": "
|
|
1655
|
+
"shape": "S3i"
|
|
1633
1656
|
}
|
|
1634
1657
|
}
|
|
1635
1658
|
}
|
|
1636
1659
|
},
|
|
1637
|
-
"
|
|
1660
|
+
"S3i": {
|
|
1638
1661
|
"type": "structure",
|
|
1639
1662
|
"members": {
|
|
1640
1663
|
"OpenProactiveInsights": {
|
|
@@ -1648,7 +1671,7 @@
|
|
|
1648
1671
|
}
|
|
1649
1672
|
}
|
|
1650
1673
|
},
|
|
1651
|
-
"
|
|
1674
|
+
"S3j": {
|
|
1652
1675
|
"type": "list",
|
|
1653
1676
|
"member": {
|
|
1654
1677
|
"type": "structure",
|
|
@@ -1668,7 +1691,7 @@
|
|
|
1668
1691
|
}
|
|
1669
1692
|
}
|
|
1670
1693
|
},
|
|
1671
|
-
"
|
|
1694
|
+
"S3q": {
|
|
1672
1695
|
"type": "list",
|
|
1673
1696
|
"member": {
|
|
1674
1697
|
"type": "structure",
|
|
@@ -1676,12 +1699,12 @@
|
|
|
1676
1699
|
"AppBoundaryKey": {},
|
|
1677
1700
|
"TagValue": {},
|
|
1678
1701
|
"Insight": {
|
|
1679
|
-
"shape": "
|
|
1702
|
+
"shape": "S3i"
|
|
1680
1703
|
}
|
|
1681
1704
|
}
|
|
1682
1705
|
}
|
|
1683
1706
|
},
|
|
1684
|
-
"
|
|
1707
|
+
"S42": {
|
|
1685
1708
|
"type": "structure",
|
|
1686
1709
|
"members": {
|
|
1687
1710
|
"CloudFormation": {
|
|
@@ -1712,7 +1735,7 @@
|
|
|
1712
1735
|
}
|
|
1713
1736
|
}
|
|
1714
1737
|
},
|
|
1715
|
-
"
|
|
1738
|
+
"S4m": {
|
|
1716
1739
|
"type": "structure",
|
|
1717
1740
|
"members": {
|
|
1718
1741
|
"FromTime": {
|
|
@@ -1723,7 +1746,7 @@
|
|
|
1723
1746
|
}
|
|
1724
1747
|
}
|
|
1725
1748
|
},
|
|
1726
|
-
"
|
|
1749
|
+
"S5b": {
|
|
1727
1750
|
"type": "structure",
|
|
1728
1751
|
"members": {
|
|
1729
1752
|
"Ongoing": {
|
|
@@ -1765,13 +1788,13 @@
|
|
|
1765
1788
|
"members": {
|
|
1766
1789
|
"Type": {},
|
|
1767
1790
|
"StartTimeRange": {
|
|
1768
|
-
"shape": "
|
|
1791
|
+
"shape": "S4m"
|
|
1769
1792
|
}
|
|
1770
1793
|
}
|
|
1771
1794
|
}
|
|
1772
1795
|
}
|
|
1773
1796
|
},
|
|
1774
|
-
"
|
|
1797
|
+
"S5j": {
|
|
1775
1798
|
"type": "list",
|
|
1776
1799
|
"member": {
|
|
1777
1800
|
"type": "structure",
|
|
@@ -1781,24 +1804,24 @@
|
|
|
1781
1804
|
"Severity": {},
|
|
1782
1805
|
"Status": {},
|
|
1783
1806
|
"InsightTimeRange": {
|
|
1784
|
-
"shape": "
|
|
1807
|
+
"shape": "S30"
|
|
1785
1808
|
},
|
|
1786
1809
|
"PredictionTimeRange": {
|
|
1787
|
-
"shape": "
|
|
1810
|
+
"shape": "Sv"
|
|
1788
1811
|
},
|
|
1789
1812
|
"ResourceCollection": {
|
|
1790
|
-
"shape": "
|
|
1813
|
+
"shape": "S21"
|
|
1791
1814
|
},
|
|
1792
1815
|
"ServiceCollection": {
|
|
1793
|
-
"shape": "
|
|
1816
|
+
"shape": "S5l"
|
|
1794
1817
|
},
|
|
1795
1818
|
"AssociatedResourceArns": {
|
|
1796
|
-
"shape": "
|
|
1819
|
+
"shape": "S5n"
|
|
1797
1820
|
}
|
|
1798
1821
|
}
|
|
1799
1822
|
}
|
|
1800
1823
|
},
|
|
1801
|
-
"
|
|
1824
|
+
"S5l": {
|
|
1802
1825
|
"type": "structure",
|
|
1803
1826
|
"members": {
|
|
1804
1827
|
"ServiceNames": {
|
|
@@ -1807,11 +1830,11 @@
|
|
|
1807
1830
|
}
|
|
1808
1831
|
}
|
|
1809
1832
|
},
|
|
1810
|
-
"
|
|
1833
|
+
"S5n": {
|
|
1811
1834
|
"type": "list",
|
|
1812
1835
|
"member": {}
|
|
1813
1836
|
},
|
|
1814
|
-
"
|
|
1837
|
+
"S5p": {
|
|
1815
1838
|
"type": "list",
|
|
1816
1839
|
"member": {
|
|
1817
1840
|
"type": "structure",
|
|
@@ -1821,25 +1844,25 @@
|
|
|
1821
1844
|
"Severity": {},
|
|
1822
1845
|
"Status": {},
|
|
1823
1846
|
"InsightTimeRange": {
|
|
1824
|
-
"shape": "
|
|
1847
|
+
"shape": "S30"
|
|
1825
1848
|
},
|
|
1826
1849
|
"ResourceCollection": {
|
|
1827
|
-
"shape": "
|
|
1850
|
+
"shape": "S21"
|
|
1828
1851
|
},
|
|
1829
1852
|
"ServiceCollection": {
|
|
1830
|
-
"shape": "
|
|
1853
|
+
"shape": "S5l"
|
|
1831
1854
|
},
|
|
1832
1855
|
"AssociatedResourceArns": {
|
|
1833
|
-
"shape": "
|
|
1856
|
+
"shape": "S5n"
|
|
1834
1857
|
}
|
|
1835
1858
|
}
|
|
1836
1859
|
}
|
|
1837
1860
|
},
|
|
1838
|
-
"
|
|
1861
|
+
"S72": {
|
|
1839
1862
|
"type": "list",
|
|
1840
1863
|
"member": {}
|
|
1841
1864
|
},
|
|
1842
|
-
"
|
|
1865
|
+
"S73": {
|
|
1843
1866
|
"type": "list",
|
|
1844
1867
|
"member": {}
|
|
1845
1868
|
}
|