cdk-docker-image-deployment 0.0.29 → 0.0.30
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +7 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +139 -127
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +40 -12
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +626 -534
- package/node_modules/aws-sdk/clients/codedeploy.d.ts +90 -85
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +27 -11
- package/node_modules/aws-sdk/clients/dlm.d.ts +40 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +145 -0
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +6 -1
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -5
|
@@ -170,29 +170,29 @@
|
|
|
170
170
|
"type": "timestamp"
|
|
171
171
|
},
|
|
172
172
|
"AnomalyTimeRange": {
|
|
173
|
-
"shape": "
|
|
173
|
+
"shape": "Sy"
|
|
174
174
|
},
|
|
175
175
|
"AnomalyReportedTimeRange": {
|
|
176
|
-
"shape": "
|
|
176
|
+
"shape": "Sz"
|
|
177
177
|
},
|
|
178
178
|
"PredictionTimeRange": {
|
|
179
|
-
"shape": "
|
|
179
|
+
"shape": "S10"
|
|
180
180
|
},
|
|
181
181
|
"SourceDetails": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "S11"
|
|
183
183
|
},
|
|
184
184
|
"AssociatedInsightId": {},
|
|
185
185
|
"ResourceCollection": {
|
|
186
|
-
"shape": "
|
|
186
|
+
"shape": "S26"
|
|
187
187
|
},
|
|
188
188
|
"Limit": {
|
|
189
189
|
"type": "double"
|
|
190
190
|
},
|
|
191
191
|
"SourceMetadata": {
|
|
192
|
-
"shape": "
|
|
192
|
+
"shape": "S2g"
|
|
193
193
|
},
|
|
194
194
|
"AnomalyResources": {
|
|
195
|
-
"shape": "
|
|
195
|
+
"shape": "S2k"
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
},
|
|
@@ -203,24 +203,24 @@
|
|
|
203
203
|
"Severity": {},
|
|
204
204
|
"Status": {},
|
|
205
205
|
"AnomalyTimeRange": {
|
|
206
|
-
"shape": "
|
|
206
|
+
"shape": "Sy"
|
|
207
207
|
},
|
|
208
208
|
"AnomalyReportedTimeRange": {
|
|
209
|
-
"shape": "
|
|
209
|
+
"shape": "Sz"
|
|
210
210
|
},
|
|
211
211
|
"SourceDetails": {
|
|
212
|
-
"shape": "
|
|
212
|
+
"shape": "S11"
|
|
213
213
|
},
|
|
214
214
|
"AssociatedInsightId": {},
|
|
215
215
|
"ResourceCollection": {
|
|
216
|
-
"shape": "
|
|
216
|
+
"shape": "S26"
|
|
217
217
|
},
|
|
218
218
|
"Type": {},
|
|
219
219
|
"Name": {},
|
|
220
220
|
"Description": {},
|
|
221
221
|
"CausalAnomalyId": {},
|
|
222
222
|
"AnomalyResources": {
|
|
223
|
-
"shape": "
|
|
223
|
+
"shape": "S2k"
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
}
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"type": "structure",
|
|
241
241
|
"members": {
|
|
242
242
|
"EventSources": {
|
|
243
|
-
"shape": "
|
|
243
|
+
"shape": "S2s"
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
}
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"type": "structure",
|
|
261
261
|
"members": {
|
|
262
262
|
"InsightFeedback": {
|
|
263
|
-
"shape": "
|
|
263
|
+
"shape": "S2x"
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
}
|
|
@@ -298,13 +298,13 @@
|
|
|
298
298
|
"Severity": {},
|
|
299
299
|
"Status": {},
|
|
300
300
|
"InsightTimeRange": {
|
|
301
|
-
"shape": "
|
|
301
|
+
"shape": "S34"
|
|
302
302
|
},
|
|
303
303
|
"PredictionTimeRange": {
|
|
304
|
-
"shape": "
|
|
304
|
+
"shape": "S10"
|
|
305
305
|
},
|
|
306
306
|
"ResourceCollection": {
|
|
307
|
-
"shape": "
|
|
307
|
+
"shape": "S26"
|
|
308
308
|
},
|
|
309
309
|
"SsmOpsItemId": {},
|
|
310
310
|
"Description": {}
|
|
@@ -318,10 +318,10 @@
|
|
|
318
318
|
"Severity": {},
|
|
319
319
|
"Status": {},
|
|
320
320
|
"InsightTimeRange": {
|
|
321
|
-
"shape": "
|
|
321
|
+
"shape": "S34"
|
|
322
322
|
},
|
|
323
323
|
"ResourceCollection": {
|
|
324
|
-
"shape": "
|
|
324
|
+
"shape": "S26"
|
|
325
325
|
},
|
|
326
326
|
"SsmOpsItemId": {},
|
|
327
327
|
"Description": {}
|
|
@@ -339,10 +339,10 @@
|
|
|
339
339
|
"type": "structure",
|
|
340
340
|
"members": {
|
|
341
341
|
"AccountIds": {
|
|
342
|
-
"shape": "
|
|
342
|
+
"shape": "S39"
|
|
343
343
|
},
|
|
344
344
|
"OrganizationalUnitIds": {
|
|
345
|
-
"shape": "
|
|
345
|
+
"shape": "S3a"
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
},
|
|
@@ -388,10 +388,10 @@
|
|
|
388
388
|
"type": "timestamp"
|
|
389
389
|
},
|
|
390
390
|
"AccountIds": {
|
|
391
|
-
"shape": "
|
|
391
|
+
"shape": "S39"
|
|
392
392
|
},
|
|
393
393
|
"OrganizationalUnitIds": {
|
|
394
|
-
"shape": "
|
|
394
|
+
"shape": "S3a"
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
},
|
|
@@ -424,10 +424,10 @@
|
|
|
424
424
|
"members": {
|
|
425
425
|
"OrganizationResourceCollectionType": {},
|
|
426
426
|
"AccountIds": {
|
|
427
|
-
"shape": "
|
|
427
|
+
"shape": "S39"
|
|
428
428
|
},
|
|
429
429
|
"OrganizationalUnitIds": {
|
|
430
|
-
"shape": "
|
|
430
|
+
"shape": "S3a"
|
|
431
431
|
},
|
|
432
432
|
"NextToken": {},
|
|
433
433
|
"MaxResults": {
|
|
@@ -439,10 +439,10 @@
|
|
|
439
439
|
"type": "structure",
|
|
440
440
|
"members": {
|
|
441
441
|
"CloudFormation": {
|
|
442
|
-
"shape": "
|
|
442
|
+
"shape": "S3k"
|
|
443
443
|
},
|
|
444
444
|
"Service": {
|
|
445
|
-
"shape": "
|
|
445
|
+
"shape": "S3n"
|
|
446
446
|
},
|
|
447
447
|
"Account": {
|
|
448
448
|
"type": "list",
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
},
|
|
467
467
|
"NextToken": {},
|
|
468
468
|
"Tags": {
|
|
469
|
-
"shape": "
|
|
469
|
+
"shape": "S3u"
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
}
|
|
@@ -497,14 +497,14 @@
|
|
|
497
497
|
"type": "structure",
|
|
498
498
|
"members": {
|
|
499
499
|
"CloudFormation": {
|
|
500
|
-
"shape": "
|
|
500
|
+
"shape": "S3k"
|
|
501
501
|
},
|
|
502
502
|
"Service": {
|
|
503
|
-
"shape": "
|
|
503
|
+
"shape": "S3n"
|
|
504
504
|
},
|
|
505
505
|
"NextToken": {},
|
|
506
506
|
"Tags": {
|
|
507
|
-
"shape": "
|
|
507
|
+
"shape": "S3u"
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
}
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
"type": "structure",
|
|
562
562
|
"members": {
|
|
563
563
|
"ResourceCollection": {
|
|
564
|
-
"shape": "
|
|
564
|
+
"shape": "S47"
|
|
565
565
|
},
|
|
566
566
|
"Status": {},
|
|
567
567
|
"Costs": {
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"type": "structure",
|
|
634
634
|
"members": {
|
|
635
635
|
"StackNames": {
|
|
636
|
-
"shape": "
|
|
636
|
+
"shape": "S28"
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
},
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"members": {
|
|
649
649
|
"AppBoundaryKey": {},
|
|
650
650
|
"TagValues": {
|
|
651
|
-
"shape": "
|
|
651
|
+
"shape": "S2d"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
}
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"locationName": "InsightId"
|
|
676
676
|
},
|
|
677
677
|
"StartTimeRange": {
|
|
678
|
-
"shape": "
|
|
678
|
+
"shape": "S4r"
|
|
679
679
|
},
|
|
680
680
|
"MaxResults": {
|
|
681
681
|
"type": "integer"
|
|
@@ -699,29 +699,29 @@
|
|
|
699
699
|
"type": "timestamp"
|
|
700
700
|
},
|
|
701
701
|
"AnomalyTimeRange": {
|
|
702
|
-
"shape": "
|
|
702
|
+
"shape": "Sy"
|
|
703
703
|
},
|
|
704
704
|
"AnomalyReportedTimeRange": {
|
|
705
|
-
"shape": "
|
|
705
|
+
"shape": "Sz"
|
|
706
706
|
},
|
|
707
707
|
"PredictionTimeRange": {
|
|
708
|
-
"shape": "
|
|
708
|
+
"shape": "S10"
|
|
709
709
|
},
|
|
710
710
|
"SourceDetails": {
|
|
711
|
-
"shape": "
|
|
711
|
+
"shape": "S11"
|
|
712
712
|
},
|
|
713
713
|
"AssociatedInsightId": {},
|
|
714
714
|
"ResourceCollection": {
|
|
715
|
-
"shape": "
|
|
715
|
+
"shape": "S26"
|
|
716
716
|
},
|
|
717
717
|
"Limit": {
|
|
718
718
|
"type": "double"
|
|
719
719
|
},
|
|
720
720
|
"SourceMetadata": {
|
|
721
|
-
"shape": "
|
|
721
|
+
"shape": "S2g"
|
|
722
722
|
},
|
|
723
723
|
"AnomalyResources": {
|
|
724
|
-
"shape": "
|
|
724
|
+
"shape": "S2k"
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
}
|
|
@@ -735,24 +735,24 @@
|
|
|
735
735
|
"Severity": {},
|
|
736
736
|
"Status": {},
|
|
737
737
|
"AnomalyTimeRange": {
|
|
738
|
-
"shape": "
|
|
738
|
+
"shape": "Sy"
|
|
739
739
|
},
|
|
740
740
|
"AnomalyReportedTimeRange": {
|
|
741
|
-
"shape": "
|
|
741
|
+
"shape": "Sz"
|
|
742
742
|
},
|
|
743
743
|
"SourceDetails": {
|
|
744
|
-
"shape": "
|
|
744
|
+
"shape": "S11"
|
|
745
745
|
},
|
|
746
746
|
"AssociatedInsightId": {},
|
|
747
747
|
"ResourceCollection": {
|
|
748
|
-
"shape": "
|
|
748
|
+
"shape": "S26"
|
|
749
749
|
},
|
|
750
750
|
"Type": {},
|
|
751
751
|
"Name": {},
|
|
752
752
|
"Description": {},
|
|
753
753
|
"CausalAnomalyId": {},
|
|
754
754
|
"AnomalyResources": {
|
|
755
|
-
"shape": "
|
|
755
|
+
"shape": "S2k"
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
758
|
}
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
"EventSource": {},
|
|
871
871
|
"DataSource": {},
|
|
872
872
|
"ResourceCollection": {
|
|
873
|
-
"shape": "
|
|
873
|
+
"shape": "S26"
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
},
|
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
"type": "structure",
|
|
894
894
|
"members": {
|
|
895
895
|
"ResourceCollection": {
|
|
896
|
-
"shape": "
|
|
896
|
+
"shape": "S26"
|
|
897
897
|
},
|
|
898
898
|
"Id": {},
|
|
899
899
|
"Time": {
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
],
|
|
934
934
|
"members": {
|
|
935
935
|
"StatusFilter": {
|
|
936
|
-
"shape": "
|
|
936
|
+
"shape": "S5x"
|
|
937
937
|
},
|
|
938
938
|
"MaxResults": {
|
|
939
939
|
"type": "integer"
|
|
@@ -945,10 +945,10 @@
|
|
|
945
945
|
"type": "structure",
|
|
946
946
|
"members": {
|
|
947
947
|
"ProactiveInsights": {
|
|
948
|
-
"shape": "
|
|
948
|
+
"shape": "S65"
|
|
949
949
|
},
|
|
950
950
|
"ReactiveInsights": {
|
|
951
|
-
"shape": "
|
|
951
|
+
"shape": "S6b"
|
|
952
952
|
},
|
|
953
953
|
"NextToken": {}
|
|
954
954
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
],
|
|
1049
1049
|
"members": {
|
|
1050
1050
|
"StatusFilter": {
|
|
1051
|
-
"shape": "
|
|
1051
|
+
"shape": "S5x"
|
|
1052
1052
|
},
|
|
1053
1053
|
"MaxResults": {
|
|
1054
1054
|
"type": "integer"
|
|
@@ -1079,16 +1079,16 @@
|
|
|
1079
1079
|
"Severity": {},
|
|
1080
1080
|
"Status": {},
|
|
1081
1081
|
"InsightTimeRange": {
|
|
1082
|
-
"shape": "
|
|
1082
|
+
"shape": "S34"
|
|
1083
1083
|
},
|
|
1084
1084
|
"PredictionTimeRange": {
|
|
1085
|
-
"shape": "
|
|
1085
|
+
"shape": "S10"
|
|
1086
1086
|
},
|
|
1087
1087
|
"ResourceCollection": {
|
|
1088
|
-
"shape": "
|
|
1088
|
+
"shape": "S26"
|
|
1089
1089
|
},
|
|
1090
1090
|
"ServiceCollection": {
|
|
1091
|
-
"shape": "
|
|
1091
|
+
"shape": "S67"
|
|
1092
1092
|
}
|
|
1093
1093
|
}
|
|
1094
1094
|
}
|
|
@@ -1105,13 +1105,13 @@
|
|
|
1105
1105
|
"Severity": {},
|
|
1106
1106
|
"Status": {},
|
|
1107
1107
|
"InsightTimeRange": {
|
|
1108
|
-
"shape": "
|
|
1108
|
+
"shape": "S34"
|
|
1109
1109
|
},
|
|
1110
1110
|
"ResourceCollection": {
|
|
1111
|
-
"shape": "
|
|
1111
|
+
"shape": "S26"
|
|
1112
1112
|
},
|
|
1113
1113
|
"ServiceCollection": {
|
|
1114
|
-
"shape": "
|
|
1114
|
+
"shape": "S67"
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
1117
|
}
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
"type": "structure",
|
|
1224
1224
|
"members": {
|
|
1225
1225
|
"InsightFeedback": {
|
|
1226
|
-
"shape": "
|
|
1226
|
+
"shape": "S2x"
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
},
|
|
@@ -1268,22 +1268,22 @@
|
|
|
1268
1268
|
],
|
|
1269
1269
|
"members": {
|
|
1270
1270
|
"StartTimeRange": {
|
|
1271
|
-
"shape": "
|
|
1271
|
+
"shape": "S4r"
|
|
1272
1272
|
},
|
|
1273
1273
|
"Filters": {
|
|
1274
1274
|
"type": "structure",
|
|
1275
1275
|
"members": {
|
|
1276
1276
|
"Severities": {
|
|
1277
|
-
"shape": "
|
|
1277
|
+
"shape": "S6"
|
|
1278
1278
|
},
|
|
1279
1279
|
"Statuses": {
|
|
1280
|
-
"shape": "
|
|
1280
|
+
"shape": "S7y"
|
|
1281
1281
|
},
|
|
1282
1282
|
"ResourceCollection": {
|
|
1283
|
-
"shape": "
|
|
1283
|
+
"shape": "S26"
|
|
1284
1284
|
},
|
|
1285
1285
|
"ServiceCollection": {
|
|
1286
|
-
"shape": "
|
|
1286
|
+
"shape": "S67"
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
1289
1289
|
},
|
|
@@ -1298,10 +1298,10 @@
|
|
|
1298
1298
|
"type": "structure",
|
|
1299
1299
|
"members": {
|
|
1300
1300
|
"ProactiveInsights": {
|
|
1301
|
-
"shape": "
|
|
1301
|
+
"shape": "S65"
|
|
1302
1302
|
},
|
|
1303
1303
|
"ReactiveInsights": {
|
|
1304
|
-
"shape": "
|
|
1304
|
+
"shape": "S6b"
|
|
1305
1305
|
},
|
|
1306
1306
|
"NextToken": {}
|
|
1307
1307
|
}
|
|
@@ -1325,22 +1325,22 @@
|
|
|
1325
1325
|
"member": {}
|
|
1326
1326
|
},
|
|
1327
1327
|
"StartTimeRange": {
|
|
1328
|
-
"shape": "
|
|
1328
|
+
"shape": "S4r"
|
|
1329
1329
|
},
|
|
1330
1330
|
"Filters": {
|
|
1331
1331
|
"type": "structure",
|
|
1332
1332
|
"members": {
|
|
1333
1333
|
"Severities": {
|
|
1334
|
-
"shape": "
|
|
1334
|
+
"shape": "S6"
|
|
1335
1335
|
},
|
|
1336
1336
|
"Statuses": {
|
|
1337
|
-
"shape": "
|
|
1337
|
+
"shape": "S7y"
|
|
1338
1338
|
},
|
|
1339
1339
|
"ResourceCollection": {
|
|
1340
|
-
"shape": "
|
|
1340
|
+
"shape": "S26"
|
|
1341
1341
|
},
|
|
1342
1342
|
"ServiceCollection": {
|
|
1343
|
-
"shape": "
|
|
1343
|
+
"shape": "S67"
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
1346
|
},
|
|
@@ -1355,10 +1355,10 @@
|
|
|
1355
1355
|
"type": "structure",
|
|
1356
1356
|
"members": {
|
|
1357
1357
|
"ProactiveInsights": {
|
|
1358
|
-
"shape": "
|
|
1358
|
+
"shape": "S65"
|
|
1359
1359
|
},
|
|
1360
1360
|
"ReactiveInsights": {
|
|
1361
|
-
"shape": "
|
|
1361
|
+
"shape": "S6b"
|
|
1362
1362
|
},
|
|
1363
1363
|
"NextToken": {}
|
|
1364
1364
|
}
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
],
|
|
1378
1378
|
"members": {
|
|
1379
1379
|
"ResourceCollection": {
|
|
1380
|
-
"shape": "
|
|
1380
|
+
"shape": "S47"
|
|
1381
1381
|
},
|
|
1382
1382
|
"ClientToken": {
|
|
1383
1383
|
"idempotencyToken": true
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
"type": "structure",
|
|
1400
1400
|
"members": {
|
|
1401
1401
|
"EventSources": {
|
|
1402
|
-
"shape": "
|
|
1402
|
+
"shape": "S2s"
|
|
1403
1403
|
}
|
|
1404
1404
|
}
|
|
1405
1405
|
},
|
|
@@ -1509,10 +1509,26 @@
|
|
|
1509
1509
|
"members": {
|
|
1510
1510
|
"TopicArn": {}
|
|
1511
1511
|
}
|
|
1512
|
+
},
|
|
1513
|
+
"Filters": {
|
|
1514
|
+
"type": "structure",
|
|
1515
|
+
"members": {
|
|
1516
|
+
"Severities": {
|
|
1517
|
+
"shape": "S6"
|
|
1518
|
+
},
|
|
1519
|
+
"MessageTypes": {
|
|
1520
|
+
"type": "list",
|
|
1521
|
+
"member": {}
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1512
1524
|
}
|
|
1513
1525
|
}
|
|
1514
1526
|
},
|
|
1515
|
-
"
|
|
1527
|
+
"S6": {
|
|
1528
|
+
"type": "list",
|
|
1529
|
+
"member": {}
|
|
1530
|
+
},
|
|
1531
|
+
"Sy": {
|
|
1516
1532
|
"type": "structure",
|
|
1517
1533
|
"required": [
|
|
1518
1534
|
"StartTime"
|
|
@@ -1526,7 +1542,7 @@
|
|
|
1526
1542
|
}
|
|
1527
1543
|
}
|
|
1528
1544
|
},
|
|
1529
|
-
"
|
|
1545
|
+
"Sz": {
|
|
1530
1546
|
"type": "structure",
|
|
1531
1547
|
"required": [
|
|
1532
1548
|
"OpenTime"
|
|
@@ -1540,7 +1556,7 @@
|
|
|
1540
1556
|
}
|
|
1541
1557
|
}
|
|
1542
1558
|
},
|
|
1543
|
-
"
|
|
1559
|
+
"S10": {
|
|
1544
1560
|
"type": "structure",
|
|
1545
1561
|
"required": [
|
|
1546
1562
|
"StartTime"
|
|
@@ -1554,7 +1570,7 @@
|
|
|
1554
1570
|
}
|
|
1555
1571
|
}
|
|
1556
1572
|
},
|
|
1557
|
-
"
|
|
1573
|
+
"S11": {
|
|
1558
1574
|
"type": "structure",
|
|
1559
1575
|
"members": {
|
|
1560
1576
|
"CloudWatchMetrics": {
|
|
@@ -1610,7 +1626,7 @@
|
|
|
1610
1626
|
"MetricDisplayName": {},
|
|
1611
1627
|
"Unit": {},
|
|
1612
1628
|
"MetricQuery": {
|
|
1613
|
-
"shape": "
|
|
1629
|
+
"shape": "S1m"
|
|
1614
1630
|
},
|
|
1615
1631
|
"ReferenceData": {
|
|
1616
1632
|
"type": "list",
|
|
@@ -1633,7 +1649,7 @@
|
|
|
1633
1649
|
"type": "structure",
|
|
1634
1650
|
"members": {
|
|
1635
1651
|
"MetricQuery": {
|
|
1636
|
-
"shape": "
|
|
1652
|
+
"shape": "S1m"
|
|
1637
1653
|
}
|
|
1638
1654
|
}
|
|
1639
1655
|
}
|
|
@@ -1643,17 +1659,17 @@
|
|
|
1643
1659
|
}
|
|
1644
1660
|
},
|
|
1645
1661
|
"StatsAtAnomaly": {
|
|
1646
|
-
"shape": "
|
|
1662
|
+
"shape": "S23"
|
|
1647
1663
|
},
|
|
1648
1664
|
"StatsAtBaseline": {
|
|
1649
|
-
"shape": "
|
|
1665
|
+
"shape": "S23"
|
|
1650
1666
|
}
|
|
1651
1667
|
}
|
|
1652
1668
|
}
|
|
1653
1669
|
}
|
|
1654
1670
|
}
|
|
1655
1671
|
},
|
|
1656
|
-
"
|
|
1672
|
+
"S1m": {
|
|
1657
1673
|
"type": "structure",
|
|
1658
1674
|
"members": {
|
|
1659
1675
|
"Metric": {},
|
|
@@ -1677,7 +1693,7 @@
|
|
|
1677
1693
|
}
|
|
1678
1694
|
}
|
|
1679
1695
|
},
|
|
1680
|
-
"
|
|
1696
|
+
"S23": {
|
|
1681
1697
|
"type": "list",
|
|
1682
1698
|
"member": {
|
|
1683
1699
|
"type": "structure",
|
|
@@ -1689,14 +1705,14 @@
|
|
|
1689
1705
|
}
|
|
1690
1706
|
}
|
|
1691
1707
|
},
|
|
1692
|
-
"
|
|
1708
|
+
"S26": {
|
|
1693
1709
|
"type": "structure",
|
|
1694
1710
|
"members": {
|
|
1695
1711
|
"CloudFormation": {
|
|
1696
1712
|
"type": "structure",
|
|
1697
1713
|
"members": {
|
|
1698
1714
|
"StackNames": {
|
|
1699
|
-
"shape": "
|
|
1715
|
+
"shape": "S28"
|
|
1700
1716
|
}
|
|
1701
1717
|
}
|
|
1702
1718
|
},
|
|
@@ -1711,22 +1727,22 @@
|
|
|
1711
1727
|
"members": {
|
|
1712
1728
|
"AppBoundaryKey": {},
|
|
1713
1729
|
"TagValues": {
|
|
1714
|
-
"shape": "
|
|
1730
|
+
"shape": "S2d"
|
|
1715
1731
|
}
|
|
1716
1732
|
}
|
|
1717
1733
|
}
|
|
1718
1734
|
}
|
|
1719
1735
|
}
|
|
1720
1736
|
},
|
|
1721
|
-
"
|
|
1737
|
+
"S28": {
|
|
1722
1738
|
"type": "list",
|
|
1723
1739
|
"member": {}
|
|
1724
1740
|
},
|
|
1725
|
-
"
|
|
1741
|
+
"S2d": {
|
|
1726
1742
|
"type": "list",
|
|
1727
1743
|
"member": {}
|
|
1728
1744
|
},
|
|
1729
|
-
"
|
|
1745
|
+
"S2g": {
|
|
1730
1746
|
"type": "structure",
|
|
1731
1747
|
"members": {
|
|
1732
1748
|
"Source": {},
|
|
@@ -1734,7 +1750,7 @@
|
|
|
1734
1750
|
"SourceResourceType": {}
|
|
1735
1751
|
}
|
|
1736
1752
|
},
|
|
1737
|
-
"
|
|
1753
|
+
"S2k": {
|
|
1738
1754
|
"type": "list",
|
|
1739
1755
|
"member": {
|
|
1740
1756
|
"type": "structure",
|
|
@@ -1744,7 +1760,7 @@
|
|
|
1744
1760
|
}
|
|
1745
1761
|
}
|
|
1746
1762
|
},
|
|
1747
|
-
"
|
|
1763
|
+
"S2s": {
|
|
1748
1764
|
"type": "structure",
|
|
1749
1765
|
"members": {
|
|
1750
1766
|
"AmazonCodeGuruProfiler": {
|
|
@@ -1755,14 +1771,14 @@
|
|
|
1755
1771
|
}
|
|
1756
1772
|
}
|
|
1757
1773
|
},
|
|
1758
|
-
"
|
|
1774
|
+
"S2x": {
|
|
1759
1775
|
"type": "structure",
|
|
1760
1776
|
"members": {
|
|
1761
1777
|
"Id": {},
|
|
1762
1778
|
"Feedback": {}
|
|
1763
1779
|
}
|
|
1764
1780
|
},
|
|
1765
|
-
"
|
|
1781
|
+
"S34": {
|
|
1766
1782
|
"type": "structure",
|
|
1767
1783
|
"required": [
|
|
1768
1784
|
"StartTime"
|
|
@@ -1776,27 +1792,27 @@
|
|
|
1776
1792
|
}
|
|
1777
1793
|
}
|
|
1778
1794
|
},
|
|
1779
|
-
"
|
|
1795
|
+
"S39": {
|
|
1780
1796
|
"type": "list",
|
|
1781
1797
|
"member": {}
|
|
1782
1798
|
},
|
|
1783
|
-
"
|
|
1799
|
+
"S3a": {
|
|
1784
1800
|
"type": "list",
|
|
1785
1801
|
"member": {}
|
|
1786
1802
|
},
|
|
1787
|
-
"
|
|
1803
|
+
"S3k": {
|
|
1788
1804
|
"type": "list",
|
|
1789
1805
|
"member": {
|
|
1790
1806
|
"type": "structure",
|
|
1791
1807
|
"members": {
|
|
1792
1808
|
"StackName": {},
|
|
1793
1809
|
"Insight": {
|
|
1794
|
-
"shape": "
|
|
1810
|
+
"shape": "S3m"
|
|
1795
1811
|
}
|
|
1796
1812
|
}
|
|
1797
1813
|
}
|
|
1798
1814
|
},
|
|
1799
|
-
"
|
|
1815
|
+
"S3m": {
|
|
1800
1816
|
"type": "structure",
|
|
1801
1817
|
"members": {
|
|
1802
1818
|
"OpenProactiveInsights": {
|
|
@@ -1810,7 +1826,7 @@
|
|
|
1810
1826
|
}
|
|
1811
1827
|
}
|
|
1812
1828
|
},
|
|
1813
|
-
"
|
|
1829
|
+
"S3n": {
|
|
1814
1830
|
"type": "list",
|
|
1815
1831
|
"member": {
|
|
1816
1832
|
"type": "structure",
|
|
@@ -1830,7 +1846,7 @@
|
|
|
1830
1846
|
}
|
|
1831
1847
|
}
|
|
1832
1848
|
},
|
|
1833
|
-
"
|
|
1849
|
+
"S3u": {
|
|
1834
1850
|
"type": "list",
|
|
1835
1851
|
"member": {
|
|
1836
1852
|
"type": "structure",
|
|
@@ -1838,12 +1854,12 @@
|
|
|
1838
1854
|
"AppBoundaryKey": {},
|
|
1839
1855
|
"TagValue": {},
|
|
1840
1856
|
"Insight": {
|
|
1841
|
-
"shape": "
|
|
1857
|
+
"shape": "S3m"
|
|
1842
1858
|
}
|
|
1843
1859
|
}
|
|
1844
1860
|
}
|
|
1845
1861
|
},
|
|
1846
|
-
"
|
|
1862
|
+
"S47": {
|
|
1847
1863
|
"type": "structure",
|
|
1848
1864
|
"members": {
|
|
1849
1865
|
"CloudFormation": {
|
|
@@ -1874,7 +1890,7 @@
|
|
|
1874
1890
|
}
|
|
1875
1891
|
}
|
|
1876
1892
|
},
|
|
1877
|
-
"
|
|
1893
|
+
"S4r": {
|
|
1878
1894
|
"type": "structure",
|
|
1879
1895
|
"members": {
|
|
1880
1896
|
"FromTime": {
|
|
@@ -1885,7 +1901,7 @@
|
|
|
1885
1901
|
}
|
|
1886
1902
|
}
|
|
1887
1903
|
},
|
|
1888
|
-
"
|
|
1904
|
+
"S5x": {
|
|
1889
1905
|
"type": "structure",
|
|
1890
1906
|
"members": {
|
|
1891
1907
|
"Ongoing": {
|
|
@@ -1927,13 +1943,13 @@
|
|
|
1927
1943
|
"members": {
|
|
1928
1944
|
"Type": {},
|
|
1929
1945
|
"StartTimeRange": {
|
|
1930
|
-
"shape": "
|
|
1946
|
+
"shape": "S4r"
|
|
1931
1947
|
}
|
|
1932
1948
|
}
|
|
1933
1949
|
}
|
|
1934
1950
|
}
|
|
1935
1951
|
},
|
|
1936
|
-
"
|
|
1952
|
+
"S65": {
|
|
1937
1953
|
"type": "list",
|
|
1938
1954
|
"member": {
|
|
1939
1955
|
"type": "structure",
|
|
@@ -1943,24 +1959,24 @@
|
|
|
1943
1959
|
"Severity": {},
|
|
1944
1960
|
"Status": {},
|
|
1945
1961
|
"InsightTimeRange": {
|
|
1946
|
-
"shape": "
|
|
1962
|
+
"shape": "S34"
|
|
1947
1963
|
},
|
|
1948
1964
|
"PredictionTimeRange": {
|
|
1949
|
-
"shape": "
|
|
1965
|
+
"shape": "S10"
|
|
1950
1966
|
},
|
|
1951
1967
|
"ResourceCollection": {
|
|
1952
|
-
"shape": "
|
|
1968
|
+
"shape": "S26"
|
|
1953
1969
|
},
|
|
1954
1970
|
"ServiceCollection": {
|
|
1955
|
-
"shape": "
|
|
1971
|
+
"shape": "S67"
|
|
1956
1972
|
},
|
|
1957
1973
|
"AssociatedResourceArns": {
|
|
1958
|
-
"shape": "
|
|
1974
|
+
"shape": "S69"
|
|
1959
1975
|
}
|
|
1960
1976
|
}
|
|
1961
1977
|
}
|
|
1962
1978
|
},
|
|
1963
|
-
"
|
|
1979
|
+
"S67": {
|
|
1964
1980
|
"type": "structure",
|
|
1965
1981
|
"members": {
|
|
1966
1982
|
"ServiceNames": {
|
|
@@ -1969,11 +1985,11 @@
|
|
|
1969
1985
|
}
|
|
1970
1986
|
}
|
|
1971
1987
|
},
|
|
1972
|
-
"
|
|
1988
|
+
"S69": {
|
|
1973
1989
|
"type": "list",
|
|
1974
1990
|
"member": {}
|
|
1975
1991
|
},
|
|
1976
|
-
"
|
|
1992
|
+
"S6b": {
|
|
1977
1993
|
"type": "list",
|
|
1978
1994
|
"member": {
|
|
1979
1995
|
"type": "structure",
|
|
@@ -1983,25 +1999,21 @@
|
|
|
1983
1999
|
"Severity": {},
|
|
1984
2000
|
"Status": {},
|
|
1985
2001
|
"InsightTimeRange": {
|
|
1986
|
-
"shape": "
|
|
2002
|
+
"shape": "S34"
|
|
1987
2003
|
},
|
|
1988
2004
|
"ResourceCollection": {
|
|
1989
|
-
"shape": "
|
|
2005
|
+
"shape": "S26"
|
|
1990
2006
|
},
|
|
1991
2007
|
"ServiceCollection": {
|
|
1992
|
-
"shape": "
|
|
2008
|
+
"shape": "S67"
|
|
1993
2009
|
},
|
|
1994
2010
|
"AssociatedResourceArns": {
|
|
1995
|
-
"shape": "
|
|
2011
|
+
"shape": "S69"
|
|
1996
2012
|
}
|
|
1997
2013
|
}
|
|
1998
2014
|
}
|
|
1999
2015
|
},
|
|
2000
|
-
"
|
|
2001
|
-
"type": "list",
|
|
2002
|
-
"member": {}
|
|
2003
|
-
},
|
|
2004
|
-
"S7v": {
|
|
2016
|
+
"S7y": {
|
|
2005
2017
|
"type": "list",
|
|
2006
2018
|
"member": {}
|
|
2007
2019
|
}
|