aws-sdk 2.702.0 → 2.706.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 (45) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/amplify-2017-07-25.min.json +135 -73
  4. package/apis/backup-2018-11-15.min.json +64 -31
  5. package/apis/cloudformation-2010-05-15.min.json +40 -18
  6. package/apis/codecommit-2015-04-13.min.json +96 -24
  7. package/apis/codecommit-2015-04-13.paginators.json +5 -0
  8. package/apis/cognito-idp-2016-04-18.min.json +4 -2
  9. package/apis/ec2-2016-11-15.min.json +5 -1
  10. package/apis/elasticmapreduce-2009-03-31.min.json +103 -96
  11. package/apis/fsx-2018-03-01.min.json +59 -15
  12. package/apis/glue-2017-03-31.min.json +449 -60
  13. package/apis/honeycode-2020-03-01.examples.json +5 -0
  14. package/apis/honeycode-2020-03-01.min.json +182 -0
  15. package/apis/honeycode-2020-03-01.paginators.json +4 -0
  16. package/apis/mediatailor-2018-04-23.min.json +42 -23
  17. package/apis/metadata.json +3 -0
  18. package/apis/quicksight-2018-04-01.min.json +66 -53
  19. package/apis/sagemaker-2017-07-24.min.json +146 -129
  20. package/clients/all.d.ts +1 -0
  21. package/clients/all.js +2 -1
  22. package/clients/amplify.d.ts +413 -373
  23. package/clients/autoscaling.d.ts +35 -35
  24. package/clients/backup.d.ts +68 -15
  25. package/clients/cloudformation.d.ts +35 -3
  26. package/clients/codecommit.d.ts +105 -6
  27. package/clients/dms.d.ts +48 -48
  28. package/clients/ec2.d.ts +53 -49
  29. package/clients/emr.d.ts +18 -2
  30. package/clients/fsx.d.ts +63 -26
  31. package/clients/glue.d.ts +415 -0
  32. package/clients/honeycode.d.ts +190 -0
  33. package/clients/honeycode.js +18 -0
  34. package/clients/iam.d.ts +15 -15
  35. package/clients/mediatailor.d.ts +26 -0
  36. package/clients/organizations.d.ts +21 -21
  37. package/clients/quicksight.d.ts +33 -19
  38. package/clients/sagemaker.d.ts +23 -3
  39. package/dist/aws-sdk-core-react-native.js +2 -2
  40. package/dist/aws-sdk-react-native.js +54 -17
  41. package/dist/aws-sdk.js +259 -144
  42. package/dist/aws-sdk.min.js +74 -73
  43. package/lib/config_service_placeholders.d.ts +2 -0
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,30 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.702.0-->
2
+ <!--LATEST=2.706.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.706.0
6
+ * feature: CloudFormation: ListStackInstances and DescribeStackInstance now return a new `StackInstanceStatus` object that contains `DetailedStatus` values: a disambiguation of the more generic `Status` value. ListStackInstances output can now be filtered on `DetailedStatus` using the new `Filters` parameter.
7
+ * feature: CognitoIdentityServiceProvider: Don't require Authorization for InitiateAuth and RespondToAuthChallenge.
8
+ * feature: QuickSight: Added support for cross-region DataSource credentials copying.
9
+ * feature: SageMaker: The new 'ModelClientConfig' parameter being added for CreateTransformJob and DescribeTransformJob api actions enable customers to configure model invocation related parameters such as timeout and retry.
10
+
11
+ ## 2.705.0
12
+ * feature: EC2: Added support for tag-on-create for Host Reservations in Dedicated Hosts. You can now specify tags when you create a Host Reservation for a Dedicated Host. For more information about tagging, see AWS Tagging Strategies.
13
+ * feature: Glue: This release adds new APIs to support column level statistics in AWS Glue Data Catalog
14
+
15
+ ## 2.704.0
16
+ * feature: Amplify: This release of AWS Amplify Console introduces support for automatically creating custom subdomains for branches based on user-defined glob patterns, as well as automatically cleaning up Amplify branches when their corresponding git branches are deleted.
17
+ * feature: Backup: Customers can now manage and monitor their backups in a policied manner across their AWS accounts, via an integration between AWS Backup and AWS Organizations
18
+ * feature: CodeCommit: This release introduces support for reactions to CodeCommit comments. Users will be able to select from a pre-defined list of emojis to express their reaction to any comments.
19
+ * feature: EMR: Amazon EMR customers can now set allocation strategies for On-Demand and Spot instances in their EMR clusters with instance fleets. These allocation strategies use real-time capacity insights to provision clusters faster and make the most efficient use of available spare capacity to allocate Spot instances to reduce interruptions.
20
+ * feature: FSx: This release adds the capability to take highly-durable, incremental backups of your FSx for Lustre persistent file systems. This capability makes it easy to further protect your file system data and to meet business and regulatory compliance requirements.
21
+ * feature: Honeycode: Introducing Amazon Honeycode - a fully managed service that allows you to quickly build mobile and web apps for teams without programming.
22
+ * feature: Organizations: This release adds support for a new backup policy type for AWS Organizations.
23
+
24
+ ## 2.703.0
25
+ * feature: MediaTailor: AWS Elemental MediaTailor SDK now allows configuration of Bumper.
26
+ * feature: Organizations: Added a new error message to support the requirement for a Business License on AWS accounts in China to create an organization.
27
+
5
28
  ## 2.702.0
6
29
  * bugfix: EFS: Check for ValidationException in integration tests
7
30
  * feature: EC2: This release adds Tag On Create feature support for the ImportImage, ImportSnapshot, ExportImage and CreateInstanceExportTask APIs.
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.702.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.706.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -28,33 +28,42 @@
28
28
  "repository": {},
29
29
  "platform": {},
30
30
  "iamServiceRoleArn": {},
31
- "oauthToken": {},
32
- "accessToken": {},
31
+ "oauthToken": {
32
+ "shape": "S7"
33
+ },
34
+ "accessToken": {
35
+ "shape": "S8"
36
+ },
33
37
  "environmentVariables": {
34
38
  "shape": "S9"
35
39
  },
36
40
  "enableBranchAutoBuild": {
37
41
  "type": "boolean"
38
42
  },
43
+ "enableBranchAutoDeletion": {
44
+ "type": "boolean"
45
+ },
39
46
  "enableBasicAuth": {
40
47
  "type": "boolean"
41
48
  },
42
- "basicAuthCredentials": {},
43
- "customRules": {
49
+ "basicAuthCredentials": {
44
50
  "shape": "Sf"
45
51
  },
52
+ "customRules": {
53
+ "shape": "Sg"
54
+ },
46
55
  "tags": {
47
- "shape": "Sl"
56
+ "shape": "Sm"
48
57
  },
49
58
  "buildSpec": {},
50
59
  "enableAutoBranchCreation": {
51
60
  "type": "boolean"
52
61
  },
53
62
  "autoBranchCreationPatterns": {
54
- "shape": "Sq"
63
+ "shape": "Sr"
55
64
  },
56
65
  "autoBranchCreationConfig": {
57
- "shape": "Ss"
66
+ "shape": "St"
58
67
  }
59
68
  }
60
69
  },
@@ -65,7 +74,7 @@
65
74
  ],
66
75
  "members": {
67
76
  "app": {
68
- "shape": "Sz"
77
+ "shape": "S10"
69
78
  }
70
79
  }
71
80
  }
@@ -97,7 +106,7 @@
97
106
  ],
98
107
  "members": {
99
108
  "backendEnvironment": {
100
- "shape": "S1e"
109
+ "shape": "S1f"
101
110
  }
102
111
  }
103
112
  }
@@ -130,12 +139,14 @@
130
139
  "environmentVariables": {
131
140
  "shape": "S9"
132
141
  },
133
- "basicAuthCredentials": {},
142
+ "basicAuthCredentials": {
143
+ "shape": "Sf"
144
+ },
134
145
  "enableBasicAuth": {
135
146
  "type": "boolean"
136
147
  },
137
148
  "tags": {
138
- "shape": "Sl"
149
+ "shape": "Sm"
139
150
  },
140
151
  "buildSpec": {},
141
152
  "ttl": {},
@@ -154,7 +165,7 @@
154
165
  ],
155
166
  "members": {
156
167
  "branch": {
157
- "shape": "S1l"
168
+ "shape": "S1m"
158
169
  }
159
170
  }
160
171
  }
@@ -223,8 +234,12 @@
223
234
  "type": "boolean"
224
235
  },
225
236
  "subDomainSettings": {
226
- "shape": "S24"
227
- }
237
+ "shape": "S25"
238
+ },
239
+ "autoSubDomainCreationPatterns": {
240
+ "shape": "S28"
241
+ },
242
+ "autoSubDomainIAMRole": {}
228
243
  }
229
244
  },
230
245
  "output": {
@@ -234,7 +249,7 @@
234
249
  ],
235
250
  "members": {
236
251
  "domainAssociation": {
237
- "shape": "S28"
252
+ "shape": "S2c"
238
253
  }
239
254
  }
240
255
  }
@@ -265,7 +280,7 @@
265
280
  ],
266
281
  "members": {
267
282
  "webhook": {
268
- "shape": "S2j"
283
+ "shape": "S2n"
269
284
  }
270
285
  }
271
286
  }
@@ -294,7 +309,7 @@
294
309
  ],
295
310
  "members": {
296
311
  "app": {
297
- "shape": "Sz"
312
+ "shape": "S10"
298
313
  }
299
314
  }
300
315
  }
@@ -328,7 +343,7 @@
328
343
  ],
329
344
  "members": {
330
345
  "backendEnvironment": {
331
- "shape": "S1e"
346
+ "shape": "S1f"
332
347
  }
333
348
  }
334
349
  }
@@ -362,7 +377,7 @@
362
377
  ],
363
378
  "members": {
364
379
  "branch": {
365
- "shape": "S1l"
380
+ "shape": "S1m"
366
381
  }
367
382
  }
368
383
  }
@@ -396,7 +411,7 @@
396
411
  ],
397
412
  "members": {
398
413
  "domainAssociation": {
399
- "shape": "S28"
414
+ "shape": "S2c"
400
415
  }
401
416
  }
402
417
  }
@@ -435,7 +450,7 @@
435
450
  ],
436
451
  "members": {
437
452
  "jobSummary": {
438
- "shape": "S2x"
453
+ "shape": "S31"
439
454
  }
440
455
  }
441
456
  }
@@ -464,7 +479,7 @@
464
479
  ],
465
480
  "members": {
466
481
  "webhook": {
467
- "shape": "S2j"
482
+ "shape": "S2n"
468
483
  }
469
484
  }
470
485
  }
@@ -524,7 +539,7 @@
524
539
  ],
525
540
  "members": {
526
541
  "app": {
527
- "shape": "Sz"
542
+ "shape": "S10"
528
543
  }
529
544
  }
530
545
  }
@@ -587,7 +602,7 @@
587
602
  ],
588
603
  "members": {
589
604
  "backendEnvironment": {
590
- "shape": "S1e"
605
+ "shape": "S1f"
591
606
  }
592
607
  }
593
608
  }
@@ -621,7 +636,7 @@
621
636
  ],
622
637
  "members": {
623
638
  "branch": {
624
- "shape": "S1l"
639
+ "shape": "S1m"
625
640
  }
626
641
  }
627
642
  }
@@ -655,7 +670,7 @@
655
670
  ],
656
671
  "members": {
657
672
  "domainAssociation": {
658
- "shape": "S28"
673
+ "shape": "S2c"
659
674
  }
660
675
  }
661
676
  }
@@ -701,7 +716,7 @@
701
716
  ],
702
717
  "members": {
703
718
  "summary": {
704
- "shape": "S2x"
719
+ "shape": "S31"
705
720
  },
706
721
  "steps": {
707
722
  "type": "list",
@@ -765,7 +780,7 @@
765
780
  ],
766
781
  "members": {
767
782
  "webhook": {
768
- "shape": "S2j"
783
+ "shape": "S2n"
769
784
  }
770
785
  }
771
786
  }
@@ -798,7 +813,7 @@
798
813
  "apps": {
799
814
  "type": "list",
800
815
  "member": {
801
- "shape": "Sz"
816
+ "shape": "S10"
802
817
  }
803
818
  },
804
819
  "nextToken": {}
@@ -880,7 +895,10 @@
880
895
  "location": "uri",
881
896
  "locationName": "appId"
882
897
  },
883
- "environmentName": {},
898
+ "environmentName": {
899
+ "location": "querystring",
900
+ "locationName": "environmentName"
901
+ },
884
902
  "nextToken": {
885
903
  "location": "querystring",
886
904
  "locationName": "nextToken"
@@ -901,7 +919,7 @@
901
919
  "backendEnvironments": {
902
920
  "type": "list",
903
921
  "member": {
904
- "shape": "S1e"
922
+ "shape": "S1f"
905
923
  }
906
924
  },
907
925
  "nextToken": {}
@@ -943,7 +961,7 @@
943
961
  "branches": {
944
962
  "type": "list",
945
963
  "member": {
946
- "shape": "S1l"
964
+ "shape": "S1m"
947
965
  }
948
966
  },
949
967
  "nextToken": {}
@@ -985,7 +1003,7 @@
985
1003
  "domainAssociations": {
986
1004
  "type": "list",
987
1005
  "member": {
988
- "shape": "S28"
1006
+ "shape": "S2c"
989
1007
  }
990
1008
  },
991
1009
  "nextToken": {}
@@ -1032,7 +1050,7 @@
1032
1050
  "jobSummaries": {
1033
1051
  "type": "list",
1034
1052
  "member": {
1035
- "shape": "S2x"
1053
+ "shape": "S31"
1036
1054
  }
1037
1055
  },
1038
1056
  "nextToken": {}
@@ -1060,7 +1078,7 @@
1060
1078
  "type": "structure",
1061
1079
  "members": {
1062
1080
  "tags": {
1063
- "shape": "Sl"
1081
+ "shape": "Sm"
1064
1082
  }
1065
1083
  }
1066
1084
  }
@@ -1100,7 +1118,7 @@
1100
1118
  "webhooks": {
1101
1119
  "type": "list",
1102
1120
  "member": {
1103
- "shape": "S2j"
1121
+ "shape": "S2n"
1104
1122
  }
1105
1123
  },
1106
1124
  "nextToken": {}
@@ -1137,7 +1155,7 @@
1137
1155
  ],
1138
1156
  "members": {
1139
1157
  "jobSummary": {
1140
- "shape": "S2x"
1158
+ "shape": "S31"
1141
1159
  }
1142
1160
  }
1143
1161
  }
@@ -1179,7 +1197,7 @@
1179
1197
  ],
1180
1198
  "members": {
1181
1199
  "jobSummary": {
1182
- "shape": "S2x"
1200
+ "shape": "S31"
1183
1201
  }
1184
1202
  }
1185
1203
  }
@@ -1218,7 +1236,7 @@
1218
1236
  ],
1219
1237
  "members": {
1220
1238
  "jobSummary": {
1221
- "shape": "S2x"
1239
+ "shape": "S31"
1222
1240
  }
1223
1241
  }
1224
1242
  }
@@ -1239,7 +1257,7 @@
1239
1257
  "locationName": "resourceArn"
1240
1258
  },
1241
1259
  "tags": {
1242
- "shape": "Sl"
1260
+ "shape": "Sm"
1243
1261
  }
1244
1262
  }
1245
1263
  },
@@ -1301,26 +1319,35 @@
1301
1319
  "enableBranchAutoBuild": {
1302
1320
  "type": "boolean"
1303
1321
  },
1322
+ "enableBranchAutoDeletion": {
1323
+ "type": "boolean"
1324
+ },
1304
1325
  "enableBasicAuth": {
1305
1326
  "type": "boolean"
1306
1327
  },
1307
- "basicAuthCredentials": {},
1308
- "customRules": {
1328
+ "basicAuthCredentials": {
1309
1329
  "shape": "Sf"
1310
1330
  },
1331
+ "customRules": {
1332
+ "shape": "Sg"
1333
+ },
1311
1334
  "buildSpec": {},
1312
1335
  "enableAutoBranchCreation": {
1313
1336
  "type": "boolean"
1314
1337
  },
1315
1338
  "autoBranchCreationPatterns": {
1316
- "shape": "Sq"
1339
+ "shape": "Sr"
1317
1340
  },
1318
1341
  "autoBranchCreationConfig": {
1319
- "shape": "Ss"
1342
+ "shape": "St"
1320
1343
  },
1321
1344
  "repository": {},
1322
- "oauthToken": {},
1323
- "accessToken": {}
1345
+ "oauthToken": {
1346
+ "shape": "S7"
1347
+ },
1348
+ "accessToken": {
1349
+ "shape": "S8"
1350
+ }
1324
1351
  }
1325
1352
  },
1326
1353
  "output": {
@@ -1330,7 +1357,7 @@
1330
1357
  ],
1331
1358
  "members": {
1332
1359
  "app": {
1333
- "shape": "Sz"
1360
+ "shape": "S10"
1334
1361
  }
1335
1362
  }
1336
1363
  }
@@ -1366,7 +1393,9 @@
1366
1393
  "environmentVariables": {
1367
1394
  "shape": "S9"
1368
1395
  },
1369
- "basicAuthCredentials": {},
1396
+ "basicAuthCredentials": {
1397
+ "shape": "Sf"
1398
+ },
1370
1399
  "enableBasicAuth": {
1371
1400
  "type": "boolean"
1372
1401
  },
@@ -1387,7 +1416,7 @@
1387
1416
  ],
1388
1417
  "members": {
1389
1418
  "branch": {
1390
- "shape": "S1l"
1419
+ "shape": "S1m"
1391
1420
  }
1392
1421
  }
1393
1422
  }
@@ -1416,8 +1445,12 @@
1416
1445
  "type": "boolean"
1417
1446
  },
1418
1447
  "subDomainSettings": {
1419
- "shape": "S24"
1420
- }
1448
+ "shape": "S25"
1449
+ },
1450
+ "autoSubDomainCreationPatterns": {
1451
+ "shape": "S28"
1452
+ },
1453
+ "autoSubDomainIAMRole": {}
1421
1454
  }
1422
1455
  },
1423
1456
  "output": {
@@ -1427,7 +1460,7 @@
1427
1460
  ],
1428
1461
  "members": {
1429
1462
  "domainAssociation": {
1430
- "shape": "S28"
1463
+ "shape": "S2c"
1431
1464
  }
1432
1465
  }
1433
1466
  }
@@ -1457,19 +1490,31 @@
1457
1490
  ],
1458
1491
  "members": {
1459
1492
  "webhook": {
1460
- "shape": "S2j"
1493
+ "shape": "S2n"
1461
1494
  }
1462
1495
  }
1463
1496
  }
1464
1497
  }
1465
1498
  },
1466
1499
  "shapes": {
1500
+ "S7": {
1501
+ "type": "string",
1502
+ "sensitive": true
1503
+ },
1504
+ "S8": {
1505
+ "type": "string",
1506
+ "sensitive": true
1507
+ },
1467
1508
  "S9": {
1468
1509
  "type": "map",
1469
1510
  "key": {},
1470
1511
  "value": {}
1471
1512
  },
1472
1513
  "Sf": {
1514
+ "type": "string",
1515
+ "sensitive": true
1516
+ },
1517
+ "Sg": {
1473
1518
  "type": "list",
1474
1519
  "member": {
1475
1520
  "type": "structure",
@@ -1485,16 +1530,16 @@
1485
1530
  }
1486
1531
  }
1487
1532
  },
1488
- "Sl": {
1533
+ "Sm": {
1489
1534
  "type": "map",
1490
1535
  "key": {},
1491
1536
  "value": {}
1492
1537
  },
1493
- "Sq": {
1538
+ "Sr": {
1494
1539
  "type": "list",
1495
1540
  "member": {}
1496
1541
  },
1497
- "Ss": {
1542
+ "St": {
1498
1543
  "type": "structure",
1499
1544
  "members": {
1500
1545
  "stage": {},
@@ -1505,7 +1550,9 @@
1505
1550
  "environmentVariables": {
1506
1551
  "shape": "S9"
1507
1552
  },
1508
- "basicAuthCredentials": {},
1553
+ "basicAuthCredentials": {
1554
+ "shape": "Sf"
1555
+ },
1509
1556
  "enableBasicAuth": {
1510
1557
  "type": "boolean"
1511
1558
  },
@@ -1516,7 +1563,7 @@
1516
1563
  "pullRequestEnvironmentName": {}
1517
1564
  }
1518
1565
  },
1519
- "Sz": {
1566
+ "S10": {
1520
1567
  "type": "structure",
1521
1568
  "required": [
1522
1569
  "appId",
@@ -1537,7 +1584,7 @@
1537
1584
  "appArn": {},
1538
1585
  "name": {},
1539
1586
  "tags": {
1540
- "shape": "Sl"
1587
+ "shape": "Sm"
1541
1588
  },
1542
1589
  "description": {},
1543
1590
  "repository": {},
@@ -1556,13 +1603,18 @@
1556
1603
  "enableBranchAutoBuild": {
1557
1604
  "type": "boolean"
1558
1605
  },
1606
+ "enableBranchAutoDeletion": {
1607
+ "type": "boolean"
1608
+ },
1559
1609
  "enableBasicAuth": {
1560
1610
  "type": "boolean"
1561
1611
  },
1562
- "basicAuthCredentials": {},
1563
- "customRules": {
1612
+ "basicAuthCredentials": {
1564
1613
  "shape": "Sf"
1565
1614
  },
1615
+ "customRules": {
1616
+ "shape": "Sg"
1617
+ },
1566
1618
  "productionBranch": {
1567
1619
  "type": "structure",
1568
1620
  "members": {
@@ -1579,14 +1631,14 @@
1579
1631
  "type": "boolean"
1580
1632
  },
1581
1633
  "autoBranchCreationPatterns": {
1582
- "shape": "Sq"
1634
+ "shape": "Sr"
1583
1635
  },
1584
1636
  "autoBranchCreationConfig": {
1585
- "shape": "Ss"
1637
+ "shape": "St"
1586
1638
  }
1587
1639
  }
1588
1640
  },
1589
- "S1e": {
1641
+ "S1f": {
1590
1642
  "type": "structure",
1591
1643
  "required": [
1592
1644
  "backendEnvironmentArn",
@@ -1607,7 +1659,7 @@
1607
1659
  }
1608
1660
  }
1609
1661
  },
1610
- "S1l": {
1662
+ "S1m": {
1611
1663
  "type": "structure",
1612
1664
  "required": [
1613
1665
  "branchArn",
@@ -1633,7 +1685,7 @@
1633
1685
  "branchName": {},
1634
1686
  "description": {},
1635
1687
  "tags": {
1636
- "shape": "Sl"
1688
+ "shape": "Sm"
1637
1689
  },
1638
1690
  "stage": {},
1639
1691
  "displayName": {},
@@ -1663,7 +1715,9 @@
1663
1715
  "type": "boolean"
1664
1716
  },
1665
1717
  "thumbnailUrl": {},
1666
- "basicAuthCredentials": {},
1718
+ "basicAuthCredentials": {
1719
+ "shape": "Sf"
1720
+ },
1667
1721
  "buildSpec": {},
1668
1722
  "ttl": {},
1669
1723
  "associatedResources": {
@@ -1679,13 +1733,13 @@
1679
1733
  "backendEnvironmentArn": {}
1680
1734
  }
1681
1735
  },
1682
- "S24": {
1736
+ "S25": {
1683
1737
  "type": "list",
1684
1738
  "member": {
1685
- "shape": "S25"
1739
+ "shape": "S26"
1686
1740
  }
1687
1741
  },
1688
- "S25": {
1742
+ "S26": {
1689
1743
  "type": "structure",
1690
1744
  "required": [
1691
1745
  "prefix",
@@ -1697,6 +1751,10 @@
1697
1751
  }
1698
1752
  },
1699
1753
  "S28": {
1754
+ "type": "list",
1755
+ "member": {}
1756
+ },
1757
+ "S2c": {
1700
1758
  "type": "structure",
1701
1759
  "required": [
1702
1760
  "domainAssociationArn",
@@ -1712,6 +1770,10 @@
1712
1770
  "enableAutoSubDomain": {
1713
1771
  "type": "boolean"
1714
1772
  },
1773
+ "autoSubDomainCreationPatterns": {
1774
+ "shape": "S28"
1775
+ },
1776
+ "autoSubDomainIAMRole": {},
1715
1777
  "domainStatus": {},
1716
1778
  "statusReason": {},
1717
1779
  "certificateVerificationDNSRecord": {},
@@ -1726,7 +1788,7 @@
1726
1788
  ],
1727
1789
  "members": {
1728
1790
  "subDomainSetting": {
1729
- "shape": "S25"
1791
+ "shape": "S26"
1730
1792
  },
1731
1793
  "verified": {
1732
1794
  "type": "boolean"
@@ -1737,7 +1799,7 @@
1737
1799
  }
1738
1800
  }
1739
1801
  },
1740
- "S2j": {
1802
+ "S2n": {
1741
1803
  "type": "structure",
1742
1804
  "required": [
1743
1805
  "webhookArn",
@@ -1762,7 +1824,7 @@
1762
1824
  }
1763
1825
  }
1764
1826
  },
1765
- "S2x": {
1827
+ "S31": {
1766
1828
  "type": "structure",
1767
1829
  "required": [
1768
1830
  "jobArn",