cdk-docker-image-deployment 0.0.97 → 0.0.99
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 +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +255 -137
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +8 -2
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +353 -74
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +12 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +12 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +177 -36
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +156 -16
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +317 -2
- package/node_modules/aws-sdk/clients/medialive.d.ts +13 -1
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -1
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +223 -7
- 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 +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +258 -140
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -105,17 +105,18 @@
|
|
|
105
105
|
"shape": "Sv"
|
|
106
106
|
},
|
|
107
107
|
"extendsFrom": {
|
|
108
|
-
"shape": "
|
|
108
|
+
"shape": "S13"
|
|
109
109
|
},
|
|
110
110
|
"functions": {
|
|
111
|
-
"shape": "
|
|
111
|
+
"shape": "S14"
|
|
112
112
|
},
|
|
113
113
|
"tags": {
|
|
114
|
-
"shape": "
|
|
114
|
+
"shape": "S1b"
|
|
115
115
|
},
|
|
116
116
|
"propertyGroups": {
|
|
117
|
-
"shape": "
|
|
118
|
-
}
|
|
117
|
+
"shape": "S1e"
|
|
118
|
+
},
|
|
119
|
+
"componentTypeName": {}
|
|
119
120
|
}
|
|
120
121
|
},
|
|
121
122
|
"output": {
|
|
@@ -165,17 +166,17 @@
|
|
|
165
166
|
"description": {},
|
|
166
167
|
"componentTypeId": {},
|
|
167
168
|
"properties": {
|
|
168
|
-
"shape": "
|
|
169
|
+
"shape": "S1q"
|
|
169
170
|
},
|
|
170
171
|
"propertyGroups": {
|
|
171
|
-
"shape": "
|
|
172
|
+
"shape": "S1t"
|
|
172
173
|
}
|
|
173
174
|
}
|
|
174
175
|
}
|
|
175
176
|
},
|
|
176
177
|
"parentEntityId": {},
|
|
177
178
|
"tags": {
|
|
178
|
-
"shape": "
|
|
179
|
+
"shape": "S1b"
|
|
179
180
|
}
|
|
180
181
|
}
|
|
181
182
|
},
|
|
@@ -221,10 +222,10 @@
|
|
|
221
222
|
"contentLocation": {},
|
|
222
223
|
"description": {},
|
|
223
224
|
"capabilities": {
|
|
224
|
-
"shape": "
|
|
225
|
+
"shape": "S20"
|
|
225
226
|
},
|
|
226
227
|
"tags": {
|
|
227
|
-
"shape": "
|
|
228
|
+
"shape": "S1b"
|
|
228
229
|
}
|
|
229
230
|
}
|
|
230
231
|
},
|
|
@@ -245,6 +246,52 @@
|
|
|
245
246
|
"hostPrefix": "api."
|
|
246
247
|
}
|
|
247
248
|
},
|
|
249
|
+
"CreateSyncJob": {
|
|
250
|
+
"http": {
|
|
251
|
+
"requestUri": "/workspaces/{workspaceId}/sync-jobs/{syncSource}",
|
|
252
|
+
"responseCode": 200
|
|
253
|
+
},
|
|
254
|
+
"input": {
|
|
255
|
+
"type": "structure",
|
|
256
|
+
"required": [
|
|
257
|
+
"workspaceId",
|
|
258
|
+
"syncSource",
|
|
259
|
+
"syncRole"
|
|
260
|
+
],
|
|
261
|
+
"members": {
|
|
262
|
+
"workspaceId": {
|
|
263
|
+
"location": "uri",
|
|
264
|
+
"locationName": "workspaceId"
|
|
265
|
+
},
|
|
266
|
+
"syncSource": {
|
|
267
|
+
"location": "uri",
|
|
268
|
+
"locationName": "syncSource"
|
|
269
|
+
},
|
|
270
|
+
"syncRole": {},
|
|
271
|
+
"tags": {
|
|
272
|
+
"shape": "S1b"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"output": {
|
|
277
|
+
"type": "structure",
|
|
278
|
+
"required": [
|
|
279
|
+
"arn",
|
|
280
|
+
"creationDateTime",
|
|
281
|
+
"state"
|
|
282
|
+
],
|
|
283
|
+
"members": {
|
|
284
|
+
"arn": {},
|
|
285
|
+
"creationDateTime": {
|
|
286
|
+
"type": "timestamp"
|
|
287
|
+
},
|
|
288
|
+
"state": {}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"endpoint": {
|
|
292
|
+
"hostPrefix": "api."
|
|
293
|
+
}
|
|
294
|
+
},
|
|
248
295
|
"CreateWorkspace": {
|
|
249
296
|
"http": {
|
|
250
297
|
"requestUri": "/workspaces/{workspaceId}",
|
|
@@ -266,7 +313,7 @@
|
|
|
266
313
|
"s3Location": {},
|
|
267
314
|
"role": {},
|
|
268
315
|
"tags": {
|
|
269
|
-
"shape": "
|
|
316
|
+
"shape": "S1b"
|
|
270
317
|
}
|
|
271
318
|
}
|
|
272
319
|
},
|
|
@@ -395,6 +442,42 @@
|
|
|
395
442
|
"hostPrefix": "api."
|
|
396
443
|
}
|
|
397
444
|
},
|
|
445
|
+
"DeleteSyncJob": {
|
|
446
|
+
"http": {
|
|
447
|
+
"method": "DELETE",
|
|
448
|
+
"requestUri": "/workspaces/{workspaceId}/sync-jobs/{syncSource}",
|
|
449
|
+
"responseCode": 200
|
|
450
|
+
},
|
|
451
|
+
"input": {
|
|
452
|
+
"type": "structure",
|
|
453
|
+
"required": [
|
|
454
|
+
"workspaceId",
|
|
455
|
+
"syncSource"
|
|
456
|
+
],
|
|
457
|
+
"members": {
|
|
458
|
+
"workspaceId": {
|
|
459
|
+
"location": "uri",
|
|
460
|
+
"locationName": "workspaceId"
|
|
461
|
+
},
|
|
462
|
+
"syncSource": {
|
|
463
|
+
"location": "uri",
|
|
464
|
+
"locationName": "syncSource"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"output": {
|
|
469
|
+
"type": "structure",
|
|
470
|
+
"required": [
|
|
471
|
+
"state"
|
|
472
|
+
],
|
|
473
|
+
"members": {
|
|
474
|
+
"state": {}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"endpoint": {
|
|
478
|
+
"hostPrefix": "api."
|
|
479
|
+
}
|
|
480
|
+
},
|
|
398
481
|
"DeleteWorkspace": {
|
|
399
482
|
"http": {
|
|
400
483
|
"method": "DELETE",
|
|
@@ -520,11 +603,11 @@
|
|
|
520
603
|
"type": "map",
|
|
521
604
|
"key": {},
|
|
522
605
|
"value": {
|
|
523
|
-
"shape": "
|
|
606
|
+
"shape": "S31"
|
|
524
607
|
}
|
|
525
608
|
},
|
|
526
609
|
"extendsFrom": {
|
|
527
|
-
"shape": "
|
|
610
|
+
"shape": "S13"
|
|
528
611
|
},
|
|
529
612
|
"functions": {
|
|
530
613
|
"type": "map",
|
|
@@ -533,11 +616,11 @@
|
|
|
533
616
|
"type": "structure",
|
|
534
617
|
"members": {
|
|
535
618
|
"requiredProperties": {
|
|
536
|
-
"shape": "
|
|
619
|
+
"shape": "S16"
|
|
537
620
|
},
|
|
538
621
|
"scope": {},
|
|
539
622
|
"implementedBy": {
|
|
540
|
-
"shape": "
|
|
623
|
+
"shape": "S18"
|
|
541
624
|
},
|
|
542
625
|
"isInherited": {
|
|
543
626
|
"type": "boolean"
|
|
@@ -559,7 +642,7 @@
|
|
|
559
642
|
"type": "boolean"
|
|
560
643
|
},
|
|
561
644
|
"status": {
|
|
562
|
-
"shape": "
|
|
645
|
+
"shape": "S34"
|
|
563
646
|
},
|
|
564
647
|
"propertyGroups": {
|
|
565
648
|
"type": "map",
|
|
@@ -574,14 +657,16 @@
|
|
|
574
657
|
"members": {
|
|
575
658
|
"groupType": {},
|
|
576
659
|
"propertyNames": {
|
|
577
|
-
"shape": "
|
|
660
|
+
"shape": "S1h"
|
|
578
661
|
},
|
|
579
662
|
"isInherited": {
|
|
580
663
|
"type": "boolean"
|
|
581
664
|
}
|
|
582
665
|
}
|
|
583
666
|
}
|
|
584
|
-
}
|
|
667
|
+
},
|
|
668
|
+
"syncSource": {},
|
|
669
|
+
"componentTypeName": {}
|
|
585
670
|
}
|
|
586
671
|
},
|
|
587
672
|
"endpoint": {
|
|
@@ -629,7 +714,7 @@
|
|
|
629
714
|
"entityName": {},
|
|
630
715
|
"arn": {},
|
|
631
716
|
"status": {
|
|
632
|
-
"shape": "
|
|
717
|
+
"shape": "S34"
|
|
633
718
|
},
|
|
634
719
|
"workspaceId": {},
|
|
635
720
|
"description": {},
|
|
@@ -643,7 +728,7 @@
|
|
|
643
728
|
"description": {},
|
|
644
729
|
"componentTypeId": {},
|
|
645
730
|
"status": {
|
|
646
|
-
"shape": "
|
|
731
|
+
"shape": "S34"
|
|
647
732
|
},
|
|
648
733
|
"definedIn": {},
|
|
649
734
|
"properties": {
|
|
@@ -653,7 +738,7 @@
|
|
|
653
738
|
"type": "structure",
|
|
654
739
|
"members": {
|
|
655
740
|
"definition": {
|
|
656
|
-
"shape": "
|
|
741
|
+
"shape": "S31"
|
|
657
742
|
},
|
|
658
743
|
"value": {
|
|
659
744
|
"shape": "Sd"
|
|
@@ -674,14 +759,15 @@
|
|
|
674
759
|
"members": {
|
|
675
760
|
"groupType": {},
|
|
676
761
|
"propertyNames": {
|
|
677
|
-
"shape": "
|
|
762
|
+
"shape": "S1h"
|
|
678
763
|
},
|
|
679
764
|
"isInherited": {
|
|
680
765
|
"type": "boolean"
|
|
681
766
|
}
|
|
682
767
|
}
|
|
683
768
|
}
|
|
684
|
-
}
|
|
769
|
+
},
|
|
770
|
+
"syncSource": {}
|
|
685
771
|
}
|
|
686
772
|
}
|
|
687
773
|
},
|
|
@@ -694,7 +780,8 @@
|
|
|
694
780
|
},
|
|
695
781
|
"updateDateTime": {
|
|
696
782
|
"type": "timestamp"
|
|
697
|
-
}
|
|
783
|
+
},
|
|
784
|
+
"syncSource": {}
|
|
698
785
|
}
|
|
699
786
|
},
|
|
700
787
|
"endpoint": {
|
|
@@ -718,10 +805,10 @@
|
|
|
718
805
|
],
|
|
719
806
|
"members": {
|
|
720
807
|
"currentPricingPlan": {
|
|
721
|
-
"shape": "
|
|
808
|
+
"shape": "S3k"
|
|
722
809
|
},
|
|
723
810
|
"pendingPricingPlan": {
|
|
724
|
-
"shape": "
|
|
811
|
+
"shape": "S3k"
|
|
725
812
|
}
|
|
726
813
|
}
|
|
727
814
|
},
|
|
@@ -745,7 +832,7 @@
|
|
|
745
832
|
"componentTypeId": {},
|
|
746
833
|
"entityId": {},
|
|
747
834
|
"selectedProperties": {
|
|
748
|
-
"shape": "
|
|
835
|
+
"shape": "S3s"
|
|
749
836
|
},
|
|
750
837
|
"workspaceId": {
|
|
751
838
|
"location": "uri",
|
|
@@ -773,7 +860,7 @@
|
|
|
773
860
|
}
|
|
774
861
|
},
|
|
775
862
|
"propertyFilters": {
|
|
776
|
-
"shape": "
|
|
863
|
+
"shape": "S3y"
|
|
777
864
|
}
|
|
778
865
|
}
|
|
779
866
|
}
|
|
@@ -840,10 +927,10 @@
|
|
|
840
927
|
"componentName": {},
|
|
841
928
|
"componentTypeId": {},
|
|
842
929
|
"selectedProperties": {
|
|
843
|
-
"shape": "
|
|
930
|
+
"shape": "S3s"
|
|
844
931
|
},
|
|
845
932
|
"propertyFilters": {
|
|
846
|
-
"shape": "
|
|
933
|
+
"shape": "S3y"
|
|
847
934
|
},
|
|
848
935
|
"startDateTime": {
|
|
849
936
|
"deprecated": true,
|
|
@@ -952,7 +1039,60 @@
|
|
|
952
1039
|
},
|
|
953
1040
|
"description": {},
|
|
954
1041
|
"capabilities": {
|
|
955
|
-
"shape": "
|
|
1042
|
+
"shape": "S20"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"endpoint": {
|
|
1047
|
+
"hostPrefix": "api."
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"GetSyncJob": {
|
|
1051
|
+
"http": {
|
|
1052
|
+
"method": "GET",
|
|
1053
|
+
"requestUri": "/sync-jobs/{syncSource}",
|
|
1054
|
+
"responseCode": 200
|
|
1055
|
+
},
|
|
1056
|
+
"input": {
|
|
1057
|
+
"type": "structure",
|
|
1058
|
+
"required": [
|
|
1059
|
+
"syncSource"
|
|
1060
|
+
],
|
|
1061
|
+
"members": {
|
|
1062
|
+
"syncSource": {
|
|
1063
|
+
"location": "uri",
|
|
1064
|
+
"locationName": "syncSource"
|
|
1065
|
+
},
|
|
1066
|
+
"workspaceId": {
|
|
1067
|
+
"location": "querystring",
|
|
1068
|
+
"locationName": "workspace"
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"output": {
|
|
1073
|
+
"type": "structure",
|
|
1074
|
+
"required": [
|
|
1075
|
+
"arn",
|
|
1076
|
+
"workspaceId",
|
|
1077
|
+
"syncSource",
|
|
1078
|
+
"syncRole",
|
|
1079
|
+
"status",
|
|
1080
|
+
"creationDateTime",
|
|
1081
|
+
"updateDateTime"
|
|
1082
|
+
],
|
|
1083
|
+
"members": {
|
|
1084
|
+
"arn": {},
|
|
1085
|
+
"workspaceId": {},
|
|
1086
|
+
"syncSource": {},
|
|
1087
|
+
"syncRole": {},
|
|
1088
|
+
"status": {
|
|
1089
|
+
"shape": "S4j"
|
|
1090
|
+
},
|
|
1091
|
+
"creationDateTime": {
|
|
1092
|
+
"type": "timestamp"
|
|
1093
|
+
},
|
|
1094
|
+
"updateDateTime": {
|
|
1095
|
+
"type": "timestamp"
|
|
956
1096
|
}
|
|
957
1097
|
}
|
|
958
1098
|
},
|
|
@@ -1070,8 +1210,9 @@
|
|
|
1070
1210
|
},
|
|
1071
1211
|
"description": {},
|
|
1072
1212
|
"status": {
|
|
1073
|
-
"shape": "
|
|
1074
|
-
}
|
|
1213
|
+
"shape": "S34"
|
|
1214
|
+
},
|
|
1215
|
+
"componentTypeName": {}
|
|
1075
1216
|
}
|
|
1076
1217
|
}
|
|
1077
1218
|
},
|
|
@@ -1139,7 +1280,7 @@
|
|
|
1139
1280
|
"arn": {},
|
|
1140
1281
|
"parentEntityId": {},
|
|
1141
1282
|
"status": {
|
|
1142
|
-
"shape": "
|
|
1283
|
+
"shape": "S34"
|
|
1143
1284
|
},
|
|
1144
1285
|
"description": {},
|
|
1145
1286
|
"hasChildEntities": {
|
|
@@ -1217,6 +1358,129 @@
|
|
|
1217
1358
|
"hostPrefix": "api."
|
|
1218
1359
|
}
|
|
1219
1360
|
},
|
|
1361
|
+
"ListSyncJobs": {
|
|
1362
|
+
"http": {
|
|
1363
|
+
"requestUri": "/workspaces/{workspaceId}/sync-jobs-list",
|
|
1364
|
+
"responseCode": 200
|
|
1365
|
+
},
|
|
1366
|
+
"input": {
|
|
1367
|
+
"type": "structure",
|
|
1368
|
+
"required": [
|
|
1369
|
+
"workspaceId"
|
|
1370
|
+
],
|
|
1371
|
+
"members": {
|
|
1372
|
+
"workspaceId": {
|
|
1373
|
+
"location": "uri",
|
|
1374
|
+
"locationName": "workspaceId"
|
|
1375
|
+
},
|
|
1376
|
+
"maxResults": {
|
|
1377
|
+
"type": "integer"
|
|
1378
|
+
},
|
|
1379
|
+
"nextToken": {}
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
"output": {
|
|
1383
|
+
"type": "structure",
|
|
1384
|
+
"members": {
|
|
1385
|
+
"syncJobSummaries": {
|
|
1386
|
+
"type": "list",
|
|
1387
|
+
"member": {
|
|
1388
|
+
"type": "structure",
|
|
1389
|
+
"members": {
|
|
1390
|
+
"arn": {},
|
|
1391
|
+
"workspaceId": {},
|
|
1392
|
+
"syncSource": {},
|
|
1393
|
+
"status": {
|
|
1394
|
+
"shape": "S4j"
|
|
1395
|
+
},
|
|
1396
|
+
"creationDateTime": {
|
|
1397
|
+
"type": "timestamp"
|
|
1398
|
+
},
|
|
1399
|
+
"updateDateTime": {
|
|
1400
|
+
"type": "timestamp"
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"nextToken": {}
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
"endpoint": {
|
|
1409
|
+
"hostPrefix": "api."
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"ListSyncResources": {
|
|
1413
|
+
"http": {
|
|
1414
|
+
"requestUri": "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list",
|
|
1415
|
+
"responseCode": 200
|
|
1416
|
+
},
|
|
1417
|
+
"input": {
|
|
1418
|
+
"type": "structure",
|
|
1419
|
+
"required": [
|
|
1420
|
+
"workspaceId",
|
|
1421
|
+
"syncSource"
|
|
1422
|
+
],
|
|
1423
|
+
"members": {
|
|
1424
|
+
"workspaceId": {
|
|
1425
|
+
"location": "uri",
|
|
1426
|
+
"locationName": "workspaceId"
|
|
1427
|
+
},
|
|
1428
|
+
"syncSource": {
|
|
1429
|
+
"location": "uri",
|
|
1430
|
+
"locationName": "syncSource"
|
|
1431
|
+
},
|
|
1432
|
+
"filters": {
|
|
1433
|
+
"type": "list",
|
|
1434
|
+
"member": {
|
|
1435
|
+
"type": "structure",
|
|
1436
|
+
"members": {
|
|
1437
|
+
"state": {},
|
|
1438
|
+
"resourceType": {},
|
|
1439
|
+
"resourceId": {},
|
|
1440
|
+
"externalId": {}
|
|
1441
|
+
},
|
|
1442
|
+
"union": true
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"maxResults": {
|
|
1446
|
+
"type": "integer"
|
|
1447
|
+
},
|
|
1448
|
+
"nextToken": {}
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"output": {
|
|
1452
|
+
"type": "structure",
|
|
1453
|
+
"members": {
|
|
1454
|
+
"syncResources": {
|
|
1455
|
+
"type": "list",
|
|
1456
|
+
"member": {
|
|
1457
|
+
"type": "structure",
|
|
1458
|
+
"members": {
|
|
1459
|
+
"resourceType": {},
|
|
1460
|
+
"externalId": {},
|
|
1461
|
+
"resourceId": {},
|
|
1462
|
+
"status": {
|
|
1463
|
+
"type": "structure",
|
|
1464
|
+
"members": {
|
|
1465
|
+
"state": {},
|
|
1466
|
+
"error": {
|
|
1467
|
+
"shape": "S35"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"updateDateTime": {
|
|
1472
|
+
"type": "timestamp"
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"nextToken": {}
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
"endpoint": {
|
|
1481
|
+
"hostPrefix": "api."
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1220
1484
|
"ListTagsForResource": {
|
|
1221
1485
|
"http": {
|
|
1222
1486
|
"requestUri": "/tags-list",
|
|
@@ -1239,7 +1503,7 @@
|
|
|
1239
1503
|
"type": "structure",
|
|
1240
1504
|
"members": {
|
|
1241
1505
|
"tags": {
|
|
1242
|
-
"shape": "
|
|
1506
|
+
"shape": "S1b"
|
|
1243
1507
|
},
|
|
1244
1508
|
"nextToken": {}
|
|
1245
1509
|
}
|
|
@@ -1309,7 +1573,7 @@
|
|
|
1309
1573
|
"members": {
|
|
1310
1574
|
"resourceARN": {},
|
|
1311
1575
|
"tags": {
|
|
1312
|
-
"shape": "
|
|
1576
|
+
"shape": "S1b"
|
|
1313
1577
|
}
|
|
1314
1578
|
}
|
|
1315
1579
|
},
|
|
@@ -1383,14 +1647,15 @@
|
|
|
1383
1647
|
"shape": "Sv"
|
|
1384
1648
|
},
|
|
1385
1649
|
"extendsFrom": {
|
|
1386
|
-
"shape": "
|
|
1650
|
+
"shape": "S13"
|
|
1387
1651
|
},
|
|
1388
1652
|
"functions": {
|
|
1389
|
-
"shape": "
|
|
1653
|
+
"shape": "S14"
|
|
1390
1654
|
},
|
|
1391
1655
|
"propertyGroups": {
|
|
1392
|
-
"shape": "
|
|
1393
|
-
}
|
|
1656
|
+
"shape": "S1e"
|
|
1657
|
+
},
|
|
1658
|
+
"componentTypeName": {}
|
|
1394
1659
|
}
|
|
1395
1660
|
},
|
|
1396
1661
|
"output": {
|
|
@@ -1445,10 +1710,10 @@
|
|
|
1445
1710
|
"description": {},
|
|
1446
1711
|
"componentTypeId": {},
|
|
1447
1712
|
"propertyUpdates": {
|
|
1448
|
-
"shape": "
|
|
1713
|
+
"shape": "S1q"
|
|
1449
1714
|
},
|
|
1450
1715
|
"propertyGroupUpdates": {
|
|
1451
|
-
"shape": "
|
|
1716
|
+
"shape": "S1t"
|
|
1452
1717
|
}
|
|
1453
1718
|
}
|
|
1454
1719
|
}
|
|
@@ -1495,7 +1760,7 @@
|
|
|
1495
1760
|
"members": {
|
|
1496
1761
|
"pricingMode": {},
|
|
1497
1762
|
"bundleNames": {
|
|
1498
|
-
"shape": "
|
|
1763
|
+
"shape": "S3m"
|
|
1499
1764
|
}
|
|
1500
1765
|
}
|
|
1501
1766
|
},
|
|
@@ -1506,10 +1771,10 @@
|
|
|
1506
1771
|
],
|
|
1507
1772
|
"members": {
|
|
1508
1773
|
"currentPricingPlan": {
|
|
1509
|
-
"shape": "
|
|
1774
|
+
"shape": "S3k"
|
|
1510
1775
|
},
|
|
1511
1776
|
"pendingPricingPlan": {
|
|
1512
|
-
"shape": "
|
|
1777
|
+
"shape": "S3k"
|
|
1513
1778
|
}
|
|
1514
1779
|
}
|
|
1515
1780
|
},
|
|
@@ -1541,7 +1806,7 @@
|
|
|
1541
1806
|
"contentLocation": {},
|
|
1542
1807
|
"description": {},
|
|
1543
1808
|
"capabilities": {
|
|
1544
|
-
"shape": "
|
|
1809
|
+
"shape": "S20"
|
|
1545
1810
|
}
|
|
1546
1811
|
}
|
|
1547
1812
|
},
|
|
@@ -1719,7 +1984,8 @@
|
|
|
1719
1984
|
},
|
|
1720
1985
|
"configuration": {
|
|
1721
1986
|
"shape": "S10"
|
|
1722
|
-
}
|
|
1987
|
+
},
|
|
1988
|
+
"displayName": {}
|
|
1723
1989
|
}
|
|
1724
1990
|
},
|
|
1725
1991
|
"Sx": {
|
|
@@ -1750,31 +2016,31 @@
|
|
|
1750
2016
|
"key": {},
|
|
1751
2017
|
"value": {}
|
|
1752
2018
|
},
|
|
1753
|
-
"
|
|
2019
|
+
"S13": {
|
|
1754
2020
|
"type": "list",
|
|
1755
2021
|
"member": {}
|
|
1756
2022
|
},
|
|
1757
|
-
"
|
|
2023
|
+
"S14": {
|
|
1758
2024
|
"type": "map",
|
|
1759
2025
|
"key": {},
|
|
1760
2026
|
"value": {
|
|
1761
2027
|
"type": "structure",
|
|
1762
2028
|
"members": {
|
|
1763
2029
|
"requiredProperties": {
|
|
1764
|
-
"shape": "
|
|
2030
|
+
"shape": "S16"
|
|
1765
2031
|
},
|
|
1766
2032
|
"scope": {},
|
|
1767
2033
|
"implementedBy": {
|
|
1768
|
-
"shape": "
|
|
2034
|
+
"shape": "S18"
|
|
1769
2035
|
}
|
|
1770
2036
|
}
|
|
1771
2037
|
}
|
|
1772
2038
|
},
|
|
1773
|
-
"
|
|
2039
|
+
"S16": {
|
|
1774
2040
|
"type": "list",
|
|
1775
2041
|
"member": {}
|
|
1776
2042
|
},
|
|
1777
|
-
"
|
|
2043
|
+
"S18": {
|
|
1778
2044
|
"type": "structure",
|
|
1779
2045
|
"members": {
|
|
1780
2046
|
"lambda": {
|
|
@@ -1791,12 +2057,12 @@
|
|
|
1791
2057
|
}
|
|
1792
2058
|
}
|
|
1793
2059
|
},
|
|
1794
|
-
"
|
|
2060
|
+
"S1b": {
|
|
1795
2061
|
"type": "map",
|
|
1796
2062
|
"key": {},
|
|
1797
2063
|
"value": {}
|
|
1798
2064
|
},
|
|
1799
|
-
"
|
|
2065
|
+
"S1e": {
|
|
1800
2066
|
"type": "map",
|
|
1801
2067
|
"key": {},
|
|
1802
2068
|
"value": {
|
|
@@ -1804,16 +2070,16 @@
|
|
|
1804
2070
|
"members": {
|
|
1805
2071
|
"groupType": {},
|
|
1806
2072
|
"propertyNames": {
|
|
1807
|
-
"shape": "
|
|
2073
|
+
"shape": "S1h"
|
|
1808
2074
|
}
|
|
1809
2075
|
}
|
|
1810
2076
|
}
|
|
1811
2077
|
},
|
|
1812
|
-
"
|
|
2078
|
+
"S1h": {
|
|
1813
2079
|
"type": "list",
|
|
1814
2080
|
"member": {}
|
|
1815
2081
|
},
|
|
1816
|
-
"
|
|
2082
|
+
"S1q": {
|
|
1817
2083
|
"type": "map",
|
|
1818
2084
|
"key": {},
|
|
1819
2085
|
"value": {
|
|
@@ -1829,7 +2095,7 @@
|
|
|
1829
2095
|
}
|
|
1830
2096
|
}
|
|
1831
2097
|
},
|
|
1832
|
-
"
|
|
2098
|
+
"S1t": {
|
|
1833
2099
|
"type": "map",
|
|
1834
2100
|
"key": {},
|
|
1835
2101
|
"value": {
|
|
@@ -1837,17 +2103,17 @@
|
|
|
1837
2103
|
"members": {
|
|
1838
2104
|
"groupType": {},
|
|
1839
2105
|
"propertyNames": {
|
|
1840
|
-
"shape": "
|
|
2106
|
+
"shape": "S1h"
|
|
1841
2107
|
},
|
|
1842
2108
|
"updateType": {}
|
|
1843
2109
|
}
|
|
1844
2110
|
}
|
|
1845
2111
|
},
|
|
1846
|
-
"
|
|
2112
|
+
"S20": {
|
|
1847
2113
|
"type": "list",
|
|
1848
2114
|
"member": {}
|
|
1849
2115
|
},
|
|
1850
|
-
"
|
|
2116
|
+
"S31": {
|
|
1851
2117
|
"type": "structure",
|
|
1852
2118
|
"required": [
|
|
1853
2119
|
"dataType",
|
|
@@ -1889,23 +2155,27 @@
|
|
|
1889
2155
|
},
|
|
1890
2156
|
"configuration": {
|
|
1891
2157
|
"shape": "S10"
|
|
1892
|
-
}
|
|
2158
|
+
},
|
|
2159
|
+
"displayName": {}
|
|
1893
2160
|
}
|
|
1894
2161
|
},
|
|
1895
|
-
"
|
|
2162
|
+
"S34": {
|
|
1896
2163
|
"type": "structure",
|
|
1897
2164
|
"members": {
|
|
1898
2165
|
"state": {},
|
|
1899
2166
|
"error": {
|
|
1900
|
-
"
|
|
1901
|
-
"members": {
|
|
1902
|
-
"code": {},
|
|
1903
|
-
"message": {}
|
|
1904
|
-
}
|
|
2167
|
+
"shape": "S35"
|
|
1905
2168
|
}
|
|
1906
2169
|
}
|
|
1907
2170
|
},
|
|
1908
|
-
"
|
|
2171
|
+
"S35": {
|
|
2172
|
+
"type": "structure",
|
|
2173
|
+
"members": {
|
|
2174
|
+
"code": {},
|
|
2175
|
+
"message": {}
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
"S3k": {
|
|
1909
2179
|
"type": "structure",
|
|
1910
2180
|
"required": [
|
|
1911
2181
|
"effectiveDateTime",
|
|
@@ -1924,7 +2194,7 @@
|
|
|
1924
2194
|
],
|
|
1925
2195
|
"members": {
|
|
1926
2196
|
"bundleNames": {
|
|
1927
|
-
"shape": "
|
|
2197
|
+
"shape": "S3m"
|
|
1928
2198
|
},
|
|
1929
2199
|
"pricingTier": {}
|
|
1930
2200
|
}
|
|
@@ -1939,15 +2209,15 @@
|
|
|
1939
2209
|
"updateReason": {}
|
|
1940
2210
|
}
|
|
1941
2211
|
},
|
|
1942
|
-
"
|
|
2212
|
+
"S3m": {
|
|
1943
2213
|
"type": "list",
|
|
1944
2214
|
"member": {}
|
|
1945
2215
|
},
|
|
1946
|
-
"
|
|
2216
|
+
"S3s": {
|
|
1947
2217
|
"type": "list",
|
|
1948
2218
|
"member": {}
|
|
1949
2219
|
},
|
|
1950
|
-
"
|
|
2220
|
+
"S3y": {
|
|
1951
2221
|
"type": "list",
|
|
1952
2222
|
"member": {
|
|
1953
2223
|
"type": "structure",
|
|
@@ -1959,6 +2229,15 @@
|
|
|
1959
2229
|
}
|
|
1960
2230
|
}
|
|
1961
2231
|
}
|
|
2232
|
+
},
|
|
2233
|
+
"S4j": {
|
|
2234
|
+
"type": "structure",
|
|
2235
|
+
"members": {
|
|
2236
|
+
"state": {},
|
|
2237
|
+
"error": {
|
|
2238
|
+
"shape": "S35"
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
1962
2241
|
}
|
|
1963
2242
|
}
|
|
1964
2243
|
}
|