cdk-docker-image-deployment 0.0.184 → 0.0.186
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 +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +2 -1
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +366 -179
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +114 -105
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +84 -35
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +33 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +24 -0
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +98 -80
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +193 -185
- package/node_modules/aws-sdk/clients/athena.d.ts +7 -3
- package/node_modules/aws-sdk/clients/dms.d.ts +294 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +50 -0
- package/node_modules/aws-sdk/clients/location.d.ts +2 -2
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +47 -3
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +33 -1
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +71 -26
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +20 -2
- 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 +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +119 -109
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +25 -11
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"type": "structure",
|
|
314
314
|
"members": {
|
|
315
315
|
"ResourceInfo": {
|
|
316
|
-
"shape": "
|
|
316
|
+
"shape": "S2a"
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
}
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"type": "structure",
|
|
336
336
|
"members": {
|
|
337
337
|
"TransactionDescription": {
|
|
338
|
-
"shape": "
|
|
338
|
+
"shape": "S2e"
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
}
|
|
@@ -355,6 +355,34 @@
|
|
|
355
355
|
"members": {}
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
|
+
"GetDataCellsFilter": {
|
|
359
|
+
"http": {
|
|
360
|
+
"requestUri": "/GetDataCellsFilter"
|
|
361
|
+
},
|
|
362
|
+
"input": {
|
|
363
|
+
"type": "structure",
|
|
364
|
+
"required": [
|
|
365
|
+
"TableCatalogId",
|
|
366
|
+
"DatabaseName",
|
|
367
|
+
"TableName",
|
|
368
|
+
"Name"
|
|
369
|
+
],
|
|
370
|
+
"members": {
|
|
371
|
+
"TableCatalogId": {},
|
|
372
|
+
"DatabaseName": {},
|
|
373
|
+
"TableName": {},
|
|
374
|
+
"Name": {}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"output": {
|
|
378
|
+
"type": "structure",
|
|
379
|
+
"members": {
|
|
380
|
+
"DataCellsFilter": {
|
|
381
|
+
"shape": "S1o"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
358
386
|
"GetDataLakeSettings": {
|
|
359
387
|
"http": {
|
|
360
388
|
"requestUri": "/GetDataLakeSettings"
|
|
@@ -369,7 +397,7 @@
|
|
|
369
397
|
"type": "structure",
|
|
370
398
|
"members": {
|
|
371
399
|
"DataLakeSettings": {
|
|
372
|
-
"shape": "
|
|
400
|
+
"shape": "S2m"
|
|
373
401
|
}
|
|
374
402
|
}
|
|
375
403
|
}
|
|
@@ -396,7 +424,7 @@
|
|
|
396
424
|
"type": "structure",
|
|
397
425
|
"members": {
|
|
398
426
|
"Permissions": {
|
|
399
|
-
"shape": "
|
|
427
|
+
"shape": "S30"
|
|
400
428
|
},
|
|
401
429
|
"NextToken": {}
|
|
402
430
|
}
|
|
@@ -542,7 +570,7 @@
|
|
|
542
570
|
"shape": "Sn"
|
|
543
571
|
},
|
|
544
572
|
"LFTagsOnColumns": {
|
|
545
|
-
"shape": "
|
|
573
|
+
"shape": "S3o"
|
|
546
574
|
}
|
|
547
575
|
}
|
|
548
576
|
}
|
|
@@ -581,7 +609,7 @@
|
|
|
581
609
|
"type": "structure",
|
|
582
610
|
"members": {
|
|
583
611
|
"PartitionValues": {
|
|
584
|
-
"shape": "
|
|
612
|
+
"shape": "S3v"
|
|
585
613
|
},
|
|
586
614
|
"Objects": {
|
|
587
615
|
"type": "list",
|
|
@@ -635,10 +663,10 @@
|
|
|
635
663
|
"type": "integer"
|
|
636
664
|
},
|
|
637
665
|
"AuditContext": {
|
|
638
|
-
"shape": "
|
|
666
|
+
"shape": "S44"
|
|
639
667
|
},
|
|
640
668
|
"SupportedPermissionTypes": {
|
|
641
|
-
"shape": "
|
|
669
|
+
"shape": "S46"
|
|
642
670
|
}
|
|
643
671
|
}
|
|
644
672
|
},
|
|
@@ -673,10 +701,10 @@
|
|
|
673
701
|
"type": "integer"
|
|
674
702
|
},
|
|
675
703
|
"AuditContext": {
|
|
676
|
-
"shape": "
|
|
704
|
+
"shape": "S44"
|
|
677
705
|
},
|
|
678
706
|
"SupportedPermissionTypes": {
|
|
679
|
-
"shape": "
|
|
707
|
+
"shape": "S46"
|
|
680
708
|
}
|
|
681
709
|
}
|
|
682
710
|
},
|
|
@@ -894,7 +922,7 @@
|
|
|
894
922
|
"type": "structure",
|
|
895
923
|
"members": {
|
|
896
924
|
"PrincipalResourcePermissions": {
|
|
897
|
-
"shape": "
|
|
925
|
+
"shape": "S30"
|
|
898
926
|
},
|
|
899
927
|
"NextToken": {}
|
|
900
928
|
}
|
|
@@ -933,7 +961,7 @@
|
|
|
933
961
|
"ResourceInfoList": {
|
|
934
962
|
"type": "list",
|
|
935
963
|
"member": {
|
|
936
|
-
"shape": "
|
|
964
|
+
"shape": "S2a"
|
|
937
965
|
}
|
|
938
966
|
},
|
|
939
967
|
"NextToken": {}
|
|
@@ -971,7 +999,7 @@
|
|
|
971
999
|
"members": {
|
|
972
1000
|
"StorageOptimizerType": {},
|
|
973
1001
|
"Config": {
|
|
974
|
-
"shape": "
|
|
1002
|
+
"shape": "S5g"
|
|
975
1003
|
},
|
|
976
1004
|
"ErrorMessage": {},
|
|
977
1005
|
"Warnings": {},
|
|
@@ -1004,7 +1032,7 @@
|
|
|
1004
1032
|
"Transactions": {
|
|
1005
1033
|
"type": "list",
|
|
1006
1034
|
"member": {
|
|
1007
|
-
"shape": "
|
|
1035
|
+
"shape": "S2e"
|
|
1008
1036
|
}
|
|
1009
1037
|
},
|
|
1010
1038
|
"NextToken": {}
|
|
@@ -1023,7 +1051,7 @@
|
|
|
1023
1051
|
"members": {
|
|
1024
1052
|
"CatalogId": {},
|
|
1025
1053
|
"DataLakeSettings": {
|
|
1026
|
-
"shape": "
|
|
1054
|
+
"shape": "S2m"
|
|
1027
1055
|
}
|
|
1028
1056
|
}
|
|
1029
1057
|
},
|
|
@@ -1195,7 +1223,7 @@
|
|
|
1195
1223
|
"shape": "Sn"
|
|
1196
1224
|
},
|
|
1197
1225
|
"LFTagsOnColumns": {
|
|
1198
|
-
"shape": "
|
|
1226
|
+
"shape": "S3o"
|
|
1199
1227
|
}
|
|
1200
1228
|
}
|
|
1201
1229
|
}
|
|
@@ -1270,6 +1298,26 @@
|
|
|
1270
1298
|
}
|
|
1271
1299
|
}
|
|
1272
1300
|
},
|
|
1301
|
+
"UpdateDataCellsFilter": {
|
|
1302
|
+
"http": {
|
|
1303
|
+
"requestUri": "/UpdateDataCellsFilter"
|
|
1304
|
+
},
|
|
1305
|
+
"input": {
|
|
1306
|
+
"type": "structure",
|
|
1307
|
+
"required": [
|
|
1308
|
+
"TableData"
|
|
1309
|
+
],
|
|
1310
|
+
"members": {
|
|
1311
|
+
"TableData": {
|
|
1312
|
+
"shape": "S1o"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
"output": {
|
|
1317
|
+
"type": "structure",
|
|
1318
|
+
"members": {}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1273
1321
|
"UpdateLFTag": {
|
|
1274
1322
|
"http": {
|
|
1275
1323
|
"requestUri": "/UpdateLFTag"
|
|
@@ -1350,7 +1398,7 @@
|
|
|
1350
1398
|
"type": "long"
|
|
1351
1399
|
},
|
|
1352
1400
|
"PartitionValues": {
|
|
1353
|
-
"shape": "
|
|
1401
|
+
"shape": "S3v"
|
|
1354
1402
|
}
|
|
1355
1403
|
}
|
|
1356
1404
|
},
|
|
@@ -1363,7 +1411,7 @@
|
|
|
1363
1411
|
"Uri": {},
|
|
1364
1412
|
"ETag": {},
|
|
1365
1413
|
"PartitionValues": {
|
|
1366
|
-
"shape": "
|
|
1414
|
+
"shape": "S3v"
|
|
1367
1415
|
}
|
|
1368
1416
|
}
|
|
1369
1417
|
}
|
|
@@ -1396,7 +1444,7 @@
|
|
|
1396
1444
|
"type": "map",
|
|
1397
1445
|
"key": {},
|
|
1398
1446
|
"value": {
|
|
1399
|
-
"shape": "
|
|
1447
|
+
"shape": "S5g"
|
|
1400
1448
|
}
|
|
1401
1449
|
}
|
|
1402
1450
|
}
|
|
@@ -1667,10 +1715,11 @@
|
|
|
1667
1715
|
},
|
|
1668
1716
|
"ColumnWildcard": {
|
|
1669
1717
|
"shape": "Sb"
|
|
1670
|
-
}
|
|
1718
|
+
},
|
|
1719
|
+
"VersionId": {}
|
|
1671
1720
|
}
|
|
1672
1721
|
},
|
|
1673
|
-
"
|
|
1722
|
+
"S2a": {
|
|
1674
1723
|
"type": "structure",
|
|
1675
1724
|
"members": {
|
|
1676
1725
|
"ResourceArn": {},
|
|
@@ -1680,7 +1729,7 @@
|
|
|
1680
1729
|
}
|
|
1681
1730
|
}
|
|
1682
1731
|
},
|
|
1683
|
-
"
|
|
1732
|
+
"S2e": {
|
|
1684
1733
|
"type": "structure",
|
|
1685
1734
|
"members": {
|
|
1686
1735
|
"TransactionId": {},
|
|
@@ -1693,17 +1742,17 @@
|
|
|
1693
1742
|
}
|
|
1694
1743
|
}
|
|
1695
1744
|
},
|
|
1696
|
-
"
|
|
1745
|
+
"S2m": {
|
|
1697
1746
|
"type": "structure",
|
|
1698
1747
|
"members": {
|
|
1699
1748
|
"DataLakeAdmins": {
|
|
1700
|
-
"shape": "
|
|
1749
|
+
"shape": "S2n"
|
|
1701
1750
|
},
|
|
1702
1751
|
"CreateDatabaseDefaultPermissions": {
|
|
1703
|
-
"shape": "
|
|
1752
|
+
"shape": "S2o"
|
|
1704
1753
|
},
|
|
1705
1754
|
"CreateTableDefaultPermissions": {
|
|
1706
|
-
"shape": "
|
|
1755
|
+
"shape": "S2o"
|
|
1707
1756
|
},
|
|
1708
1757
|
"Parameters": {
|
|
1709
1758
|
"type": "map",
|
|
@@ -1718,7 +1767,7 @@
|
|
|
1718
1767
|
"type": "boolean"
|
|
1719
1768
|
},
|
|
1720
1769
|
"ExternalDataFilteringAllowList": {
|
|
1721
|
-
"shape": "
|
|
1770
|
+
"shape": "S2n"
|
|
1722
1771
|
},
|
|
1723
1772
|
"AuthorizedSessionTagValueList": {
|
|
1724
1773
|
"type": "list",
|
|
@@ -1726,13 +1775,13 @@
|
|
|
1726
1775
|
}
|
|
1727
1776
|
}
|
|
1728
1777
|
},
|
|
1729
|
-
"
|
|
1778
|
+
"S2n": {
|
|
1730
1779
|
"type": "list",
|
|
1731
1780
|
"member": {
|
|
1732
1781
|
"shape": "S18"
|
|
1733
1782
|
}
|
|
1734
1783
|
},
|
|
1735
|
-
"
|
|
1784
|
+
"S2o": {
|
|
1736
1785
|
"type": "list",
|
|
1737
1786
|
"member": {
|
|
1738
1787
|
"type": "structure",
|
|
@@ -1746,7 +1795,7 @@
|
|
|
1746
1795
|
}
|
|
1747
1796
|
}
|
|
1748
1797
|
},
|
|
1749
|
-
"
|
|
1798
|
+
"S30": {
|
|
1750
1799
|
"type": "list",
|
|
1751
1800
|
"member": {
|
|
1752
1801
|
"type": "structure",
|
|
@@ -1775,7 +1824,7 @@
|
|
|
1775
1824
|
}
|
|
1776
1825
|
}
|
|
1777
1826
|
},
|
|
1778
|
-
"
|
|
1827
|
+
"S3o": {
|
|
1779
1828
|
"type": "list",
|
|
1780
1829
|
"member": {
|
|
1781
1830
|
"type": "structure",
|
|
@@ -1787,21 +1836,21 @@
|
|
|
1787
1836
|
}
|
|
1788
1837
|
}
|
|
1789
1838
|
},
|
|
1790
|
-
"
|
|
1839
|
+
"S3v": {
|
|
1791
1840
|
"type": "list",
|
|
1792
1841
|
"member": {}
|
|
1793
1842
|
},
|
|
1794
|
-
"
|
|
1843
|
+
"S44": {
|
|
1795
1844
|
"type": "structure",
|
|
1796
1845
|
"members": {
|
|
1797
1846
|
"AdditionalAuditContext": {}
|
|
1798
1847
|
}
|
|
1799
1848
|
},
|
|
1800
|
-
"
|
|
1849
|
+
"S46": {
|
|
1801
1850
|
"type": "list",
|
|
1802
1851
|
"member": {}
|
|
1803
1852
|
},
|
|
1804
|
-
"
|
|
1853
|
+
"S5g": {
|
|
1805
1854
|
"type": "map",
|
|
1806
1855
|
"key": {},
|
|
1807
1856
|
"value": {}
|
|
@@ -43,6 +43,9 @@
|
|
|
43
43
|
"Arn": {
|
|
44
44
|
"locationName": "arn"
|
|
45
45
|
},
|
|
46
|
+
"CreatedAt": {
|
|
47
|
+
"locationName": "createdAt"
|
|
48
|
+
},
|
|
46
49
|
"Description": {
|
|
47
50
|
"locationName": "description"
|
|
48
51
|
},
|
|
@@ -97,6 +100,9 @@
|
|
|
97
100
|
"Arn": {
|
|
98
101
|
"locationName": "arn"
|
|
99
102
|
},
|
|
103
|
+
"CreatedAt": {
|
|
104
|
+
"locationName": "createdAt"
|
|
105
|
+
},
|
|
100
106
|
"Description": {
|
|
101
107
|
"locationName": "description"
|
|
102
108
|
},
|
|
@@ -271,6 +277,9 @@
|
|
|
271
277
|
"locationName": "cmafPackage",
|
|
272
278
|
"shape": "S1g"
|
|
273
279
|
},
|
|
280
|
+
"CreatedAt": {
|
|
281
|
+
"locationName": "createdAt"
|
|
282
|
+
},
|
|
274
283
|
"DashPackage": {
|
|
275
284
|
"locationName": "dashPackage",
|
|
276
285
|
"shape": "S11"
|
|
@@ -387,6 +396,9 @@
|
|
|
387
396
|
"Arn": {
|
|
388
397
|
"locationName": "arn"
|
|
389
398
|
},
|
|
399
|
+
"CreatedAt": {
|
|
400
|
+
"locationName": "createdAt"
|
|
401
|
+
},
|
|
390
402
|
"Description": {
|
|
391
403
|
"locationName": "description"
|
|
392
404
|
},
|
|
@@ -499,6 +511,9 @@
|
|
|
499
511
|
"locationName": "cmafPackage",
|
|
500
512
|
"shape": "S1g"
|
|
501
513
|
},
|
|
514
|
+
"CreatedAt": {
|
|
515
|
+
"locationName": "createdAt"
|
|
516
|
+
},
|
|
502
517
|
"DashPackage": {
|
|
503
518
|
"locationName": "dashPackage",
|
|
504
519
|
"shape": "S11"
|
|
@@ -575,6 +590,9 @@
|
|
|
575
590
|
"Arn": {
|
|
576
591
|
"locationName": "arn"
|
|
577
592
|
},
|
|
593
|
+
"CreatedAt": {
|
|
594
|
+
"locationName": "createdAt"
|
|
595
|
+
},
|
|
578
596
|
"Description": {
|
|
579
597
|
"locationName": "description"
|
|
580
598
|
},
|
|
@@ -730,6 +748,9 @@
|
|
|
730
748
|
"locationName": "cmafPackage",
|
|
731
749
|
"shape": "S1g"
|
|
732
750
|
},
|
|
751
|
+
"CreatedAt": {
|
|
752
|
+
"locationName": "createdAt"
|
|
753
|
+
},
|
|
733
754
|
"DashPackage": {
|
|
734
755
|
"locationName": "dashPackage",
|
|
735
756
|
"shape": "S11"
|
|
@@ -837,6 +858,9 @@
|
|
|
837
858
|
"Arn": {
|
|
838
859
|
"locationName": "arn"
|
|
839
860
|
},
|
|
861
|
+
"CreatedAt": {
|
|
862
|
+
"locationName": "createdAt"
|
|
863
|
+
},
|
|
840
864
|
"Description": {
|
|
841
865
|
"locationName": "description"
|
|
842
866
|
},
|
|
@@ -891,6 +915,9 @@
|
|
|
891
915
|
"Arn": {
|
|
892
916
|
"locationName": "arn"
|
|
893
917
|
},
|
|
918
|
+
"CreatedAt": {
|
|
919
|
+
"locationName": "createdAt"
|
|
920
|
+
},
|
|
894
921
|
"Description": {
|
|
895
922
|
"locationName": "description"
|
|
896
923
|
},
|
|
@@ -991,6 +1018,9 @@
|
|
|
991
1018
|
"Arn": {
|
|
992
1019
|
"locationName": "arn"
|
|
993
1020
|
},
|
|
1021
|
+
"CreatedAt": {
|
|
1022
|
+
"locationName": "createdAt"
|
|
1023
|
+
},
|
|
994
1024
|
"Description": {
|
|
995
1025
|
"locationName": "description"
|
|
996
1026
|
},
|
|
@@ -1092,6 +1122,9 @@
|
|
|
1092
1122
|
"locationName": "cmafPackage",
|
|
1093
1123
|
"shape": "S1g"
|
|
1094
1124
|
},
|
|
1125
|
+
"CreatedAt": {
|
|
1126
|
+
"locationName": "createdAt"
|
|
1127
|
+
},
|
|
1095
1128
|
"DashPackage": {
|
|
1096
1129
|
"locationName": "dashPackage",
|
|
1097
1130
|
"shape": "S11"
|
|
@@ -43,6 +43,9 @@
|
|
|
43
43
|
"locationName": "authorization",
|
|
44
44
|
"shape": "S5"
|
|
45
45
|
},
|
|
46
|
+
"CreatedAt": {
|
|
47
|
+
"locationName": "createdAt"
|
|
48
|
+
},
|
|
46
49
|
"DomainName": {
|
|
47
50
|
"locationName": "domainName"
|
|
48
51
|
},
|
|
@@ -180,6 +183,9 @@
|
|
|
180
183
|
"locationName": "cmafPackage",
|
|
181
184
|
"shape": "Sc"
|
|
182
185
|
},
|
|
186
|
+
"CreatedAt": {
|
|
187
|
+
"locationName": "createdAt"
|
|
188
|
+
},
|
|
183
189
|
"DashPackage": {
|
|
184
190
|
"locationName": "dashPackage",
|
|
185
191
|
"shape": "Sq"
|
|
@@ -243,6 +249,9 @@
|
|
|
243
249
|
"locationName": "authorization",
|
|
244
250
|
"shape": "S5"
|
|
245
251
|
},
|
|
252
|
+
"CreatedAt": {
|
|
253
|
+
"locationName": "createdAt"
|
|
254
|
+
},
|
|
246
255
|
"DomainName": {
|
|
247
256
|
"locationName": "domainName"
|
|
248
257
|
},
|
|
@@ -410,6 +419,9 @@
|
|
|
410
419
|
"locationName": "cmafPackage",
|
|
411
420
|
"shape": "Sc"
|
|
412
421
|
},
|
|
422
|
+
"CreatedAt": {
|
|
423
|
+
"locationName": "createdAt"
|
|
424
|
+
},
|
|
413
425
|
"DashPackage": {
|
|
414
426
|
"locationName": "dashPackage",
|
|
415
427
|
"shape": "Sq"
|
|
@@ -467,6 +479,9 @@
|
|
|
467
479
|
"locationName": "authorization",
|
|
468
480
|
"shape": "S5"
|
|
469
481
|
},
|
|
482
|
+
"CreatedAt": {
|
|
483
|
+
"locationName": "createdAt"
|
|
484
|
+
},
|
|
470
485
|
"DomainName": {
|
|
471
486
|
"locationName": "domainName"
|
|
472
487
|
},
|
|
@@ -592,6 +607,9 @@
|
|
|
592
607
|
"locationName": "cmafPackage",
|
|
593
608
|
"shape": "Sc"
|
|
594
609
|
},
|
|
610
|
+
"CreatedAt": {
|
|
611
|
+
"locationName": "createdAt"
|
|
612
|
+
},
|
|
595
613
|
"DashPackage": {
|
|
596
614
|
"locationName": "dashPackage",
|
|
597
615
|
"shape": "Sq"
|
|
@@ -663,6 +681,9 @@
|
|
|
663
681
|
"locationName": "authorization",
|
|
664
682
|
"shape": "S5"
|
|
665
683
|
},
|
|
684
|
+
"CreatedAt": {
|
|
685
|
+
"locationName": "createdAt"
|
|
686
|
+
},
|
|
666
687
|
"DomainName": {
|
|
667
688
|
"locationName": "domainName"
|
|
668
689
|
},
|
|
@@ -797,6 +818,9 @@
|
|
|
797
818
|
"locationName": "authorization",
|
|
798
819
|
"shape": "S5"
|
|
799
820
|
},
|
|
821
|
+
"CreatedAt": {
|
|
822
|
+
"locationName": "createdAt"
|
|
823
|
+
},
|
|
800
824
|
"DomainName": {
|
|
801
825
|
"locationName": "domainName"
|
|
802
826
|
},
|