aws-sdk 2.810.0 → 2.814.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.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -82,6 +82,58 @@
82
82
  }
83
83
  }
84
84
  },
85
+ "CreateContainerRecipe": {
86
+ "http": {
87
+ "method": "PUT",
88
+ "requestUri": "/CreateContainerRecipe"
89
+ },
90
+ "input": {
91
+ "type": "structure",
92
+ "required": [
93
+ "containerType",
94
+ "name",
95
+ "semanticVersion",
96
+ "components",
97
+ "dockerfileTemplateData",
98
+ "parentImage",
99
+ "targetRepository",
100
+ "clientToken"
101
+ ],
102
+ "members": {
103
+ "containerType": {},
104
+ "name": {},
105
+ "description": {},
106
+ "semanticVersion": {},
107
+ "components": {
108
+ "shape": "Sl"
109
+ },
110
+ "dockerfileTemplateData": {},
111
+ "dockerfileTemplateUri": {},
112
+ "platformOverride": {},
113
+ "imageOsVersionOverride": {},
114
+ "parentImage": {},
115
+ "tags": {
116
+ "shape": "Se"
117
+ },
118
+ "workingDirectory": {},
119
+ "targetRepository": {
120
+ "shape": "Sp"
121
+ },
122
+ "kmsKeyId": {},
123
+ "clientToken": {
124
+ "idempotencyToken": true
125
+ }
126
+ }
127
+ },
128
+ "output": {
129
+ "type": "structure",
130
+ "members": {
131
+ "requestId": {},
132
+ "clientToken": {},
133
+ "containerRecipeArn": {}
134
+ }
135
+ }
136
+ },
85
137
  "CreateDistributionConfiguration": {
86
138
  "http": {
87
139
  "method": "PUT",
@@ -98,7 +150,7 @@
98
150
  "name": {},
99
151
  "description": {},
100
152
  "distributions": {
101
- "shape": "Sk"
153
+ "shape": "Su"
102
154
  },
103
155
  "tags": {
104
156
  "shape": "Se"
@@ -125,16 +177,16 @@
125
177
  "input": {
126
178
  "type": "structure",
127
179
  "required": [
128
- "imageRecipeArn",
129
180
  "infrastructureConfigurationArn",
130
181
  "clientToken"
131
182
  ],
132
183
  "members": {
133
184
  "imageRecipeArn": {},
185
+ "containerRecipeArn": {},
134
186
  "distributionConfigurationArn": {},
135
187
  "infrastructureConfigurationArn": {},
136
188
  "imageTestsConfiguration": {
137
- "shape": "Sz"
189
+ "shape": "S1a"
138
190
  },
139
191
  "enhancedImageMetadataEnabled": {
140
192
  "type": "boolean"
@@ -165,7 +217,6 @@
165
217
  "type": "structure",
166
218
  "required": [
167
219
  "name",
168
- "imageRecipeArn",
169
220
  "infrastructureConfigurationArn",
170
221
  "clientToken"
171
222
  ],
@@ -173,16 +224,17 @@
173
224
  "name": {},
174
225
  "description": {},
175
226
  "imageRecipeArn": {},
227
+ "containerRecipeArn": {},
176
228
  "infrastructureConfigurationArn": {},
177
229
  "distributionConfigurationArn": {},
178
230
  "imageTestsConfiguration": {
179
- "shape": "Sz"
231
+ "shape": "S1a"
180
232
  },
181
233
  "enhancedImageMetadataEnabled": {
182
234
  "type": "boolean"
183
235
  },
184
236
  "schedule": {
185
- "shape": "S14"
237
+ "shape": "S1f"
186
238
  },
187
239
  "status": {},
188
240
  "tags": {
@@ -221,11 +273,11 @@
221
273
  "description": {},
222
274
  "semanticVersion": {},
223
275
  "components": {
224
- "shape": "S1a"
276
+ "shape": "Sl"
225
277
  },
226
278
  "parentImage": {},
227
279
  "blockDeviceMappings": {
228
- "shape": "S1d"
280
+ "shape": "S1l"
229
281
  },
230
282
  "tags": {
231
283
  "shape": "Se"
@@ -261,15 +313,15 @@
261
313
  "name": {},
262
314
  "description": {},
263
315
  "instanceTypes": {
264
- "shape": "S1m"
316
+ "shape": "S1u"
265
317
  },
266
318
  "instanceProfileName": {},
267
319
  "securityGroupIds": {
268
- "shape": "S1o"
320
+ "shape": "S1w"
269
321
  },
270
322
  "subnetId": {},
271
323
  "logging": {
272
- "shape": "S1p"
324
+ "shape": "S1x"
273
325
  },
274
326
  "keyPair": {},
275
327
  "terminateInstanceOnFailure": {
@@ -277,7 +329,7 @@
277
329
  },
278
330
  "snsTopicArn": {},
279
331
  "resourceTags": {
280
- "shape": "S1s"
332
+ "shape": "S20"
281
333
  },
282
334
  "tags": {
283
335
  "shape": "Se"
@@ -321,6 +373,31 @@
321
373
  }
322
374
  }
323
375
  },
376
+ "DeleteContainerRecipe": {
377
+ "http": {
378
+ "method": "DELETE",
379
+ "requestUri": "/DeleteContainerRecipe"
380
+ },
381
+ "input": {
382
+ "type": "structure",
383
+ "required": [
384
+ "containerRecipeArn"
385
+ ],
386
+ "members": {
387
+ "containerRecipeArn": {
388
+ "location": "querystring",
389
+ "locationName": "containerRecipeArn"
390
+ }
391
+ }
392
+ },
393
+ "output": {
394
+ "type": "structure",
395
+ "members": {
396
+ "requestId": {},
397
+ "containerRecipeArn": {}
398
+ }
399
+ }
400
+ },
324
401
  "DeleteDistributionConfiguration": {
325
402
  "http": {
326
403
  "method": "DELETE",
@@ -520,6 +597,58 @@
520
597
  }
521
598
  }
522
599
  },
600
+ "GetContainerRecipe": {
601
+ "http": {
602
+ "method": "GET",
603
+ "requestUri": "/GetContainerRecipe"
604
+ },
605
+ "input": {
606
+ "type": "structure",
607
+ "required": [
608
+ "containerRecipeArn"
609
+ ],
610
+ "members": {
611
+ "containerRecipeArn": {
612
+ "location": "querystring",
613
+ "locationName": "containerRecipeArn"
614
+ }
615
+ }
616
+ },
617
+ "output": {
618
+ "type": "structure",
619
+ "members": {
620
+ "requestId": {},
621
+ "containerRecipe": {
622
+ "shape": "S2s"
623
+ }
624
+ }
625
+ }
626
+ },
627
+ "GetContainerRecipePolicy": {
628
+ "http": {
629
+ "method": "GET",
630
+ "requestUri": "/GetContainerRecipePolicy"
631
+ },
632
+ "input": {
633
+ "type": "structure",
634
+ "required": [
635
+ "containerRecipeArn"
636
+ ],
637
+ "members": {
638
+ "containerRecipeArn": {
639
+ "location": "querystring",
640
+ "locationName": "containerRecipeArn"
641
+ }
642
+ }
643
+ },
644
+ "output": {
645
+ "type": "structure",
646
+ "members": {
647
+ "requestId": {},
648
+ "policy": {}
649
+ }
650
+ }
651
+ },
523
652
  "GetDistributionConfiguration": {
524
653
  "http": {
525
654
  "method": "GET",
@@ -542,7 +671,7 @@
542
671
  "members": {
543
672
  "requestId": {},
544
673
  "distributionConfiguration": {
545
- "shape": "S2i"
674
+ "shape": "S2y"
546
675
  }
547
676
  }
548
677
  }
@@ -572,6 +701,7 @@
572
701
  "type": "structure",
573
702
  "members": {
574
703
  "arn": {},
704
+ "type": {},
575
705
  "name": {},
576
706
  "version": {},
577
707
  "platform": {},
@@ -580,25 +710,28 @@
580
710
  },
581
711
  "osVersion": {},
582
712
  "state": {
583
- "shape": "S2o"
713
+ "shape": "S35"
584
714
  },
585
715
  "imageRecipe": {
586
- "shape": "S2q"
716
+ "shape": "S37"
717
+ },
718
+ "containerRecipe": {
719
+ "shape": "S2s"
587
720
  },
588
721
  "sourcePipelineName": {},
589
722
  "sourcePipelineArn": {},
590
723
  "infrastructureConfiguration": {
591
- "shape": "S2s"
724
+ "shape": "S39"
592
725
  },
593
726
  "distributionConfiguration": {
594
- "shape": "S2i"
727
+ "shape": "S2y"
595
728
  },
596
729
  "imageTestsConfiguration": {
597
- "shape": "Sz"
730
+ "shape": "S1a"
598
731
  },
599
732
  "dateCreated": {},
600
733
  "outputResources": {
601
- "shape": "S2t"
734
+ "shape": "S3a"
602
735
  },
603
736
  "tags": {
604
737
  "shape": "Se"
@@ -630,7 +763,7 @@
630
763
  "members": {
631
764
  "requestId": {},
632
765
  "imagePipeline": {
633
- "shape": "S2y"
766
+ "shape": "S3h"
634
767
  }
635
768
  }
636
769
  }
@@ -682,7 +815,7 @@
682
815
  "members": {
683
816
  "requestId": {},
684
817
  "imageRecipe": {
685
- "shape": "S2q"
818
+ "shape": "S37"
686
819
  }
687
820
  }
688
821
  }
@@ -734,7 +867,7 @@
734
867
  "members": {
735
868
  "requestId": {},
736
869
  "infrastructureConfiguration": {
737
- "shape": "S2s"
870
+ "shape": "S39"
738
871
  }
739
872
  }
740
873
  }
@@ -839,7 +972,10 @@
839
972
  "members": {
840
973
  "owner": {},
841
974
  "filters": {
842
- "shape": "S3j"
975
+ "shape": "S42"
976
+ },
977
+ "byName": {
978
+ "type": "boolean"
843
979
  },
844
980
  "maxResults": {
845
981
  "type": "integer"
@@ -874,6 +1010,49 @@
874
1010
  }
875
1011
  }
876
1012
  },
1013
+ "ListContainerRecipes": {
1014
+ "http": {
1015
+ "requestUri": "/ListContainerRecipes"
1016
+ },
1017
+ "input": {
1018
+ "type": "structure",
1019
+ "members": {
1020
+ "owner": {},
1021
+ "filters": {
1022
+ "shape": "S42"
1023
+ },
1024
+ "maxResults": {
1025
+ "type": "integer"
1026
+ },
1027
+ "nextToken": {}
1028
+ }
1029
+ },
1030
+ "output": {
1031
+ "type": "structure",
1032
+ "members": {
1033
+ "requestId": {},
1034
+ "containerRecipeSummaryList": {
1035
+ "type": "list",
1036
+ "member": {
1037
+ "type": "structure",
1038
+ "members": {
1039
+ "arn": {},
1040
+ "containerType": {},
1041
+ "name": {},
1042
+ "platform": {},
1043
+ "owner": {},
1044
+ "parentImage": {},
1045
+ "dateCreated": {},
1046
+ "tags": {
1047
+ "shape": "Se"
1048
+ }
1049
+ }
1050
+ }
1051
+ },
1052
+ "nextToken": {}
1053
+ }
1054
+ }
1055
+ },
877
1056
  "ListDistributionConfigurations": {
878
1057
  "http": {
879
1058
  "requestUri": "/ListDistributionConfigurations"
@@ -882,7 +1061,7 @@
882
1061
  "type": "structure",
883
1062
  "members": {
884
1063
  "filters": {
885
- "shape": "S3j"
1064
+ "shape": "S42"
886
1065
  },
887
1066
  "maxResults": {
888
1067
  "type": "integer"
@@ -906,6 +1085,10 @@
906
1085
  "dateUpdated": {},
907
1086
  "tags": {
908
1087
  "shape": "Se"
1088
+ },
1089
+ "regions": {
1090
+ "type": "list",
1091
+ "member": {}
909
1092
  }
910
1093
  }
911
1094
  }
@@ -926,7 +1109,7 @@
926
1109
  "members": {
927
1110
  "imageVersionArn": {},
928
1111
  "filters": {
929
- "shape": "S3j"
1112
+ "shape": "S42"
930
1113
  },
931
1114
  "maxResults": {
932
1115
  "type": "integer"
@@ -939,7 +1122,7 @@
939
1122
  "members": {
940
1123
  "requestId": {},
941
1124
  "imageSummaryList": {
942
- "shape": "S3y"
1125
+ "shape": "S4n"
943
1126
  },
944
1127
  "nextToken": {}
945
1128
  }
@@ -957,7 +1140,7 @@
957
1140
  "members": {
958
1141
  "imagePipelineArn": {},
959
1142
  "filters": {
960
- "shape": "S3j"
1143
+ "shape": "S42"
961
1144
  },
962
1145
  "maxResults": {
963
1146
  "type": "integer"
@@ -970,7 +1153,7 @@
970
1153
  "members": {
971
1154
  "requestId": {},
972
1155
  "imageSummaryList": {
973
- "shape": "S3y"
1156
+ "shape": "S4n"
974
1157
  },
975
1158
  "nextToken": {}
976
1159
  }
@@ -984,7 +1167,7 @@
984
1167
  "type": "structure",
985
1168
  "members": {
986
1169
  "filters": {
987
- "shape": "S3j"
1170
+ "shape": "S42"
988
1171
  },
989
1172
  "maxResults": {
990
1173
  "type": "integer"
@@ -999,7 +1182,7 @@
999
1182
  "imagePipelineList": {
1000
1183
  "type": "list",
1001
1184
  "member": {
1002
- "shape": "S2y"
1185
+ "shape": "S3h"
1003
1186
  }
1004
1187
  },
1005
1188
  "nextToken": {}
@@ -1015,7 +1198,7 @@
1015
1198
  "members": {
1016
1199
  "owner": {},
1017
1200
  "filters": {
1018
- "shape": "S3j"
1201
+ "shape": "S42"
1019
1202
  },
1020
1203
  "maxResults": {
1021
1204
  "type": "integer"
@@ -1057,12 +1240,18 @@
1057
1240
  "members": {
1058
1241
  "owner": {},
1059
1242
  "filters": {
1060
- "shape": "S3j"
1243
+ "shape": "S42"
1244
+ },
1245
+ "byName": {
1246
+ "type": "boolean"
1061
1247
  },
1062
1248
  "maxResults": {
1063
1249
  "type": "integer"
1064
1250
  },
1065
- "nextToken": {}
1251
+ "nextToken": {},
1252
+ "includeDeprecated": {
1253
+ "type": "boolean"
1254
+ }
1066
1255
  }
1067
1256
  },
1068
1257
  "output": {
@@ -1076,6 +1265,7 @@
1076
1265
  "members": {
1077
1266
  "arn": {},
1078
1267
  "name": {},
1268
+ "type": {},
1079
1269
  "version": {},
1080
1270
  "platform": {},
1081
1271
  "osVersion": {},
@@ -1096,7 +1286,7 @@
1096
1286
  "type": "structure",
1097
1287
  "members": {
1098
1288
  "filters": {
1099
- "shape": "S3j"
1289
+ "shape": "S42"
1100
1290
  },
1101
1291
  "maxResults": {
1102
1292
  "type": "integer"
@@ -1119,7 +1309,7 @@
1119
1309
  "dateCreated": {},
1120
1310
  "dateUpdated": {},
1121
1311
  "resourceTags": {
1122
- "shape": "S1s"
1312
+ "shape": "S20"
1123
1313
  },
1124
1314
  "tags": {
1125
1315
  "shape": "Se"
@@ -1181,6 +1371,30 @@
1181
1371
  }
1182
1372
  }
1183
1373
  },
1374
+ "PutContainerRecipePolicy": {
1375
+ "http": {
1376
+ "method": "PUT",
1377
+ "requestUri": "/PutContainerRecipePolicy"
1378
+ },
1379
+ "input": {
1380
+ "type": "structure",
1381
+ "required": [
1382
+ "containerRecipeArn",
1383
+ "policy"
1384
+ ],
1385
+ "members": {
1386
+ "containerRecipeArn": {},
1387
+ "policy": {}
1388
+ }
1389
+ },
1390
+ "output": {
1391
+ "type": "structure",
1392
+ "members": {
1393
+ "requestId": {},
1394
+ "containerRecipeArn": {}
1395
+ }
1396
+ }
1397
+ },
1184
1398
  "PutImagePolicy": {
1185
1399
  "http": {
1186
1400
  "method": "PUT",
@@ -1326,7 +1540,7 @@
1326
1540
  "distributionConfigurationArn": {},
1327
1541
  "description": {},
1328
1542
  "distributions": {
1329
- "shape": "Sk"
1543
+ "shape": "Su"
1330
1544
  },
1331
1545
  "clientToken": {
1332
1546
  "idempotencyToken": true
@@ -1351,7 +1565,6 @@
1351
1565
  "type": "structure",
1352
1566
  "required": [
1353
1567
  "imagePipelineArn",
1354
- "imageRecipeArn",
1355
1568
  "infrastructureConfigurationArn",
1356
1569
  "clientToken"
1357
1570
  ],
@@ -1359,16 +1572,17 @@
1359
1572
  "imagePipelineArn": {},
1360
1573
  "description": {},
1361
1574
  "imageRecipeArn": {},
1575
+ "containerRecipeArn": {},
1362
1576
  "infrastructureConfigurationArn": {},
1363
1577
  "distributionConfigurationArn": {},
1364
1578
  "imageTestsConfiguration": {
1365
- "shape": "Sz"
1579
+ "shape": "S1a"
1366
1580
  },
1367
1581
  "enhancedImageMetadataEnabled": {
1368
1582
  "type": "boolean"
1369
1583
  },
1370
1584
  "schedule": {
1371
- "shape": "S14"
1585
+ "shape": "S1f"
1372
1586
  },
1373
1587
  "status": {},
1374
1588
  "clientToken": {
@@ -1401,15 +1615,15 @@
1401
1615
  "infrastructureConfigurationArn": {},
1402
1616
  "description": {},
1403
1617
  "instanceTypes": {
1404
- "shape": "S1m"
1618
+ "shape": "S1u"
1405
1619
  },
1406
1620
  "instanceProfileName": {},
1407
1621
  "securityGroupIds": {
1408
- "shape": "S1o"
1622
+ "shape": "S1w"
1409
1623
  },
1410
1624
  "subnetId": {},
1411
1625
  "logging": {
1412
- "shape": "S1p"
1626
+ "shape": "S1x"
1413
1627
  },
1414
1628
  "keyPair": {},
1415
1629
  "terminateInstanceOnFailure": {
@@ -1420,7 +1634,7 @@
1420
1634
  "idempotencyToken": true
1421
1635
  },
1422
1636
  "resourceTags": {
1423
- "shape": "S1s"
1637
+ "shape": "S20"
1424
1638
  }
1425
1639
  }
1426
1640
  },
@@ -1444,7 +1658,30 @@
1444
1658
  "key": {},
1445
1659
  "value": {}
1446
1660
  },
1447
- "Sk": {
1661
+ "Sl": {
1662
+ "type": "list",
1663
+ "member": {
1664
+ "type": "structure",
1665
+ "required": [
1666
+ "componentArn"
1667
+ ],
1668
+ "members": {
1669
+ "componentArn": {}
1670
+ }
1671
+ }
1672
+ },
1673
+ "Sp": {
1674
+ "type": "structure",
1675
+ "required": [
1676
+ "service",
1677
+ "repositoryName"
1678
+ ],
1679
+ "members": {
1680
+ "service": {},
1681
+ "repositoryName": {}
1682
+ }
1683
+ },
1684
+ "Su": {
1448
1685
  "type": "list",
1449
1686
  "member": {
1450
1687
  "type": "structure",
@@ -1459,7 +1696,7 @@
1459
1696
  "name": {},
1460
1697
  "description": {},
1461
1698
  "targetAccountIds": {
1462
- "shape": "So"
1699
+ "shape": "Sy"
1463
1700
  },
1464
1701
  "amiTags": {
1465
1702
  "shape": "Se"
@@ -1469,16 +1706,30 @@
1469
1706
  "type": "structure",
1470
1707
  "members": {
1471
1708
  "userIds": {
1472
- "shape": "So"
1709
+ "shape": "Sy"
1473
1710
  },
1474
1711
  "userGroups": {
1475
- "type": "list",
1476
- "member": {}
1712
+ "shape": "S11"
1477
1713
  }
1478
1714
  }
1479
1715
  }
1480
1716
  }
1481
1717
  },
1718
+ "containerDistributionConfiguration": {
1719
+ "type": "structure",
1720
+ "required": [
1721
+ "targetRepository"
1722
+ ],
1723
+ "members": {
1724
+ "description": {},
1725
+ "containerTags": {
1726
+ "shape": "S11"
1727
+ },
1728
+ "targetRepository": {
1729
+ "shape": "Sp"
1730
+ }
1731
+ }
1732
+ },
1482
1733
  "licenseConfigurationArns": {
1483
1734
  "type": "list",
1484
1735
  "member": {}
@@ -1486,11 +1737,15 @@
1486
1737
  }
1487
1738
  }
1488
1739
  },
1489
- "So": {
1740
+ "Sy": {
1741
+ "type": "list",
1742
+ "member": {}
1743
+ },
1744
+ "S11": {
1490
1745
  "type": "list",
1491
1746
  "member": {}
1492
1747
  },
1493
- "Sz": {
1748
+ "S1a": {
1494
1749
  "type": "structure",
1495
1750
  "members": {
1496
1751
  "imageTestsEnabled": {
@@ -1501,26 +1756,14 @@
1501
1756
  }
1502
1757
  }
1503
1758
  },
1504
- "S14": {
1759
+ "S1f": {
1505
1760
  "type": "structure",
1506
1761
  "members": {
1507
1762
  "scheduleExpression": {},
1508
1763
  "pipelineExecutionStartCondition": {}
1509
1764
  }
1510
1765
  },
1511
- "S1a": {
1512
- "type": "list",
1513
- "member": {
1514
- "type": "structure",
1515
- "required": [
1516
- "componentArn"
1517
- ],
1518
- "members": {
1519
- "componentArn": {}
1520
- }
1521
- }
1522
- },
1523
- "S1d": {
1766
+ "S1l": {
1524
1767
  "type": "list",
1525
1768
  "member": {
1526
1769
  "type": "structure",
@@ -1551,15 +1794,15 @@
1551
1794
  }
1552
1795
  }
1553
1796
  },
1554
- "S1m": {
1797
+ "S1u": {
1555
1798
  "type": "list",
1556
1799
  "member": {}
1557
1800
  },
1558
- "S1o": {
1801
+ "S1w": {
1559
1802
  "type": "list",
1560
1803
  "member": {}
1561
1804
  },
1562
- "S1p": {
1805
+ "S1x": {
1563
1806
  "type": "structure",
1564
1807
  "members": {
1565
1808
  "s3Logs": {
@@ -1571,12 +1814,41 @@
1571
1814
  }
1572
1815
  }
1573
1816
  },
1574
- "S1s": {
1817
+ "S20": {
1575
1818
  "type": "map",
1576
1819
  "key": {},
1577
1820
  "value": {}
1578
1821
  },
1579
- "S2i": {
1822
+ "S2s": {
1823
+ "type": "structure",
1824
+ "members": {
1825
+ "arn": {},
1826
+ "containerType": {},
1827
+ "name": {},
1828
+ "description": {},
1829
+ "platform": {},
1830
+ "owner": {},
1831
+ "version": {},
1832
+ "components": {
1833
+ "shape": "Sl"
1834
+ },
1835
+ "dockerfileTemplateData": {},
1836
+ "kmsKeyId": {},
1837
+ "encrypted": {
1838
+ "type": "boolean"
1839
+ },
1840
+ "parentImage": {},
1841
+ "dateCreated": {},
1842
+ "tags": {
1843
+ "shape": "Se"
1844
+ },
1845
+ "workingDirectory": {},
1846
+ "targetRepository": {
1847
+ "shape": "Sp"
1848
+ }
1849
+ }
1850
+ },
1851
+ "S2y": {
1580
1852
  "type": "structure",
1581
1853
  "required": [
1582
1854
  "timeoutMinutes"
@@ -1586,7 +1858,7 @@
1586
1858
  "name": {},
1587
1859
  "description": {},
1588
1860
  "distributions": {
1589
- "shape": "Sk"
1861
+ "shape": "Su"
1590
1862
  },
1591
1863
  "timeoutMinutes": {
1592
1864
  "type": "integer"
@@ -1598,28 +1870,29 @@
1598
1870
  }
1599
1871
  }
1600
1872
  },
1601
- "S2o": {
1873
+ "S35": {
1602
1874
  "type": "structure",
1603
1875
  "members": {
1604
1876
  "status": {},
1605
1877
  "reason": {}
1606
1878
  }
1607
1879
  },
1608
- "S2q": {
1880
+ "S37": {
1609
1881
  "type": "structure",
1610
1882
  "members": {
1611
1883
  "arn": {},
1884
+ "type": {},
1612
1885
  "name": {},
1613
1886
  "description": {},
1614
1887
  "platform": {},
1615
1888
  "owner": {},
1616
1889
  "version": {},
1617
1890
  "components": {
1618
- "shape": "S1a"
1891
+ "shape": "Sl"
1619
1892
  },
1620
1893
  "parentImage": {},
1621
1894
  "blockDeviceMappings": {
1622
- "shape": "S1d"
1895
+ "shape": "S1l"
1623
1896
  },
1624
1897
  "dateCreated": {},
1625
1898
  "tags": {
@@ -1628,22 +1901,22 @@
1628
1901
  "workingDirectory": {}
1629
1902
  }
1630
1903
  },
1631
- "S2s": {
1904
+ "S39": {
1632
1905
  "type": "structure",
1633
1906
  "members": {
1634
1907
  "arn": {},
1635
1908
  "name": {},
1636
1909
  "description": {},
1637
1910
  "instanceTypes": {
1638
- "shape": "S1m"
1911
+ "shape": "S1u"
1639
1912
  },
1640
1913
  "instanceProfileName": {},
1641
1914
  "securityGroupIds": {
1642
- "shape": "S1o"
1915
+ "shape": "S1w"
1643
1916
  },
1644
1917
  "subnetId": {},
1645
1918
  "logging": {
1646
- "shape": "S1p"
1919
+ "shape": "S1x"
1647
1920
  },
1648
1921
  "keyPair": {},
1649
1922
  "terminateInstanceOnFailure": {
@@ -1653,14 +1926,14 @@
1653
1926
  "dateCreated": {},
1654
1927
  "dateUpdated": {},
1655
1928
  "resourceTags": {
1656
- "shape": "S1s"
1929
+ "shape": "S20"
1657
1930
  },
1658
1931
  "tags": {
1659
1932
  "shape": "Se"
1660
1933
  }
1661
1934
  }
1662
1935
  },
1663
- "S2t": {
1936
+ "S3a": {
1664
1937
  "type": "structure",
1665
1938
  "members": {
1666
1939
  "amis": {
@@ -1673,15 +1946,27 @@
1673
1946
  "name": {},
1674
1947
  "description": {},
1675
1948
  "state": {
1676
- "shape": "S2o"
1949
+ "shape": "S35"
1677
1950
  },
1678
1951
  "accountId": {}
1679
1952
  }
1680
1953
  }
1954
+ },
1955
+ "containers": {
1956
+ "type": "list",
1957
+ "member": {
1958
+ "type": "structure",
1959
+ "members": {
1960
+ "region": {},
1961
+ "imageUris": {
1962
+ "shape": "S11"
1963
+ }
1964
+ }
1965
+ }
1681
1966
  }
1682
1967
  }
1683
1968
  },
1684
- "S2y": {
1969
+ "S3h": {
1685
1970
  "type": "structure",
1686
1971
  "members": {
1687
1972
  "arn": {},
@@ -1692,13 +1977,14 @@
1692
1977
  "type": "boolean"
1693
1978
  },
1694
1979
  "imageRecipeArn": {},
1980
+ "containerRecipeArn": {},
1695
1981
  "infrastructureConfigurationArn": {},
1696
1982
  "distributionConfigurationArn": {},
1697
1983
  "imageTestsConfiguration": {
1698
- "shape": "Sz"
1984
+ "shape": "S1a"
1699
1985
  },
1700
1986
  "schedule": {
1701
- "shape": "S14"
1987
+ "shape": "S1f"
1702
1988
  },
1703
1989
  "status": {},
1704
1990
  "dateCreated": {},
@@ -1710,7 +1996,7 @@
1710
1996
  }
1711
1997
  }
1712
1998
  },
1713
- "S3j": {
1999
+ "S42": {
1714
2000
  "type": "list",
1715
2001
  "member": {
1716
2002
  "type": "structure",
@@ -1723,23 +2009,24 @@
1723
2009
  }
1724
2010
  }
1725
2011
  },
1726
- "S3y": {
2012
+ "S4n": {
1727
2013
  "type": "list",
1728
2014
  "member": {
1729
2015
  "type": "structure",
1730
2016
  "members": {
1731
2017
  "arn": {},
1732
2018
  "name": {},
2019
+ "type": {},
1733
2020
  "version": {},
1734
2021
  "platform": {},
1735
2022
  "osVersion": {},
1736
2023
  "state": {
1737
- "shape": "S2o"
2024
+ "shape": "S35"
1738
2025
  },
1739
2026
  "owner": {},
1740
2027
  "dateCreated": {},
1741
2028
  "outputResources": {
1742
- "shape": "S2t"
2029
+ "shape": "S3a"
1743
2030
  },
1744
2031
  "tags": {
1745
2032
  "shape": "Se"