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.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +135 -73
- package/apis/backup-2018-11-15.min.json +64 -31
- package/apis/cloudformation-2010-05-15.min.json +40 -18
- package/apis/codecommit-2015-04-13.min.json +96 -24
- package/apis/codecommit-2015-04-13.paginators.json +5 -0
- package/apis/cognito-idp-2016-04-18.min.json +4 -2
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +103 -96
- package/apis/fsx-2018-03-01.min.json +59 -15
- package/apis/glue-2017-03-31.min.json +449 -60
- package/apis/honeycode-2020-03-01.examples.json +5 -0
- package/apis/honeycode-2020-03-01.min.json +182 -0
- package/apis/honeycode-2020-03-01.paginators.json +4 -0
- package/apis/mediatailor-2018-04-23.min.json +42 -23
- package/apis/metadata.json +3 -0
- package/apis/quicksight-2018-04-01.min.json +66 -53
- package/apis/sagemaker-2017-07-24.min.json +146 -129
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplify.d.ts +413 -373
- package/clients/autoscaling.d.ts +35 -35
- package/clients/backup.d.ts +68 -15
- package/clients/cloudformation.d.ts +35 -3
- package/clients/codecommit.d.ts +105 -6
- package/clients/dms.d.ts +48 -48
- package/clients/ec2.d.ts +53 -49
- package/clients/emr.d.ts +18 -2
- package/clients/fsx.d.ts +63 -26
- package/clients/glue.d.ts +415 -0
- package/clients/honeycode.d.ts +190 -0
- package/clients/honeycode.js +18 -0
- package/clients/iam.d.ts +15 -15
- package/clients/mediatailor.d.ts +26 -0
- package/clients/organizations.d.ts +21 -21
- package/clients/quicksight.d.ts +33 -19
- package/clients/sagemaker.d.ts +23 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +54 -17
- package/dist/aws-sdk.js +259 -144
- package/dist/aws-sdk.min.js +74 -73
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -264,6 +264,7 @@
|
|
|
264
264
|
"output": {
|
|
265
265
|
"type": "structure",
|
|
266
266
|
"members": {
|
|
267
|
+
"AccountId": {},
|
|
267
268
|
"BackupJobId": {},
|
|
268
269
|
"BackupVaultName": {},
|
|
269
270
|
"BackupVaultArn": {},
|
|
@@ -283,7 +284,7 @@
|
|
|
283
284
|
},
|
|
284
285
|
"IamRoleArn": {},
|
|
285
286
|
"CreatedBy": {
|
|
286
|
-
"shape": "
|
|
287
|
+
"shape": "S19"
|
|
287
288
|
},
|
|
288
289
|
"ResourceType": {},
|
|
289
290
|
"BytesTransferred": {
|
|
@@ -354,7 +355,7 @@
|
|
|
354
355
|
"type": "structure",
|
|
355
356
|
"members": {
|
|
356
357
|
"CopyJob": {
|
|
357
|
-
"shape": "
|
|
358
|
+
"shape": "S1g"
|
|
358
359
|
}
|
|
359
360
|
}
|
|
360
361
|
},
|
|
@@ -420,7 +421,7 @@
|
|
|
420
421
|
"ResourceArn": {},
|
|
421
422
|
"ResourceType": {},
|
|
422
423
|
"CreatedBy": {
|
|
423
|
-
"shape": "
|
|
424
|
+
"shape": "S19"
|
|
424
425
|
},
|
|
425
426
|
"IamRoleArn": {},
|
|
426
427
|
"Status": {},
|
|
@@ -434,7 +435,7 @@
|
|
|
434
435
|
"type": "long"
|
|
435
436
|
},
|
|
436
437
|
"CalculatedLifecycle": {
|
|
437
|
-
"shape": "
|
|
438
|
+
"shape": "S1n"
|
|
438
439
|
},
|
|
439
440
|
"Lifecycle": {
|
|
440
441
|
"shape": "Sa"
|
|
@@ -464,7 +465,7 @@
|
|
|
464
465
|
"type": "structure",
|
|
465
466
|
"members": {
|
|
466
467
|
"ResourceTypeOptInPreference": {
|
|
467
|
-
"shape": "
|
|
468
|
+
"shape": "S1s"
|
|
468
469
|
}
|
|
469
470
|
}
|
|
470
471
|
}
|
|
@@ -489,6 +490,7 @@
|
|
|
489
490
|
"output": {
|
|
490
491
|
"type": "structure",
|
|
491
492
|
"members": {
|
|
493
|
+
"AccountId": {},
|
|
492
494
|
"RestoreJobId": {},
|
|
493
495
|
"RecoveryPointArn": {},
|
|
494
496
|
"CreationDate": {
|
|
@@ -507,7 +509,8 @@
|
|
|
507
509
|
"ExpectedCompletionTimeMinutes": {
|
|
508
510
|
"type": "long"
|
|
509
511
|
},
|
|
510
|
-
"CreatedResourceArn": {}
|
|
512
|
+
"CreatedResourceArn": {},
|
|
513
|
+
"ResourceType": {}
|
|
511
514
|
}
|
|
512
515
|
},
|
|
513
516
|
"idempotent": true
|
|
@@ -561,7 +564,7 @@
|
|
|
561
564
|
"type": "structure",
|
|
562
565
|
"members": {
|
|
563
566
|
"BackupPlan": {
|
|
564
|
-
"shape": "
|
|
567
|
+
"shape": "S22"
|
|
565
568
|
},
|
|
566
569
|
"BackupPlanId": {},
|
|
567
570
|
"BackupPlanArn": {},
|
|
@@ -597,7 +600,7 @@
|
|
|
597
600
|
"type": "structure",
|
|
598
601
|
"members": {
|
|
599
602
|
"BackupPlan": {
|
|
600
|
-
"shape": "
|
|
603
|
+
"shape": "S22"
|
|
601
604
|
}
|
|
602
605
|
}
|
|
603
606
|
}
|
|
@@ -623,7 +626,7 @@
|
|
|
623
626
|
"type": "structure",
|
|
624
627
|
"members": {
|
|
625
628
|
"BackupPlanDocument": {
|
|
626
|
-
"shape": "
|
|
629
|
+
"shape": "S22"
|
|
627
630
|
}
|
|
628
631
|
}
|
|
629
632
|
}
|
|
@@ -717,7 +720,7 @@
|
|
|
717
720
|
"BackupVaultArn": {},
|
|
718
721
|
"SNSTopicArn": {},
|
|
719
722
|
"BackupVaultEvents": {
|
|
720
|
-
"shape": "
|
|
723
|
+
"shape": "S2g"
|
|
721
724
|
}
|
|
722
725
|
}
|
|
723
726
|
},
|
|
@@ -751,7 +754,7 @@
|
|
|
751
754
|
"BackupVaultArn": {},
|
|
752
755
|
"RecoveryPointArn": {},
|
|
753
756
|
"RestoreMetadata": {
|
|
754
|
-
"shape": "
|
|
757
|
+
"shape": "S2k"
|
|
755
758
|
}
|
|
756
759
|
}
|
|
757
760
|
},
|
|
@@ -814,6 +817,10 @@
|
|
|
814
817
|
"ByResourceType": {
|
|
815
818
|
"location": "querystring",
|
|
816
819
|
"locationName": "resourceType"
|
|
820
|
+
},
|
|
821
|
+
"ByAccountId": {
|
|
822
|
+
"location": "querystring",
|
|
823
|
+
"locationName": "accountId"
|
|
817
824
|
}
|
|
818
825
|
}
|
|
819
826
|
},
|
|
@@ -825,6 +832,7 @@
|
|
|
825
832
|
"member": {
|
|
826
833
|
"type": "structure",
|
|
827
834
|
"members": {
|
|
835
|
+
"AccountId": {},
|
|
828
836
|
"BackupJobId": {},
|
|
829
837
|
"BackupVaultName": {},
|
|
830
838
|
"BackupVaultArn": {},
|
|
@@ -844,7 +852,7 @@
|
|
|
844
852
|
},
|
|
845
853
|
"IamRoleArn": {},
|
|
846
854
|
"CreatedBy": {
|
|
847
|
-
"shape": "
|
|
855
|
+
"shape": "S19"
|
|
848
856
|
},
|
|
849
857
|
"ExpectedCompletionDate": {
|
|
850
858
|
"type": "timestamp"
|
|
@@ -933,7 +941,7 @@
|
|
|
933
941
|
"BackupPlanVersionsList": {
|
|
934
942
|
"type": "list",
|
|
935
943
|
"member": {
|
|
936
|
-
"shape": "
|
|
944
|
+
"shape": "S31"
|
|
937
945
|
}
|
|
938
946
|
}
|
|
939
947
|
}
|
|
@@ -971,7 +979,7 @@
|
|
|
971
979
|
"BackupPlansList": {
|
|
972
980
|
"type": "list",
|
|
973
981
|
"member": {
|
|
974
|
-
"shape": "
|
|
982
|
+
"shape": "S31"
|
|
975
983
|
}
|
|
976
984
|
}
|
|
977
985
|
}
|
|
@@ -1115,6 +1123,10 @@
|
|
|
1115
1123
|
"ByDestinationVaultArn": {
|
|
1116
1124
|
"location": "querystring",
|
|
1117
1125
|
"locationName": "destinationVaultArn"
|
|
1126
|
+
},
|
|
1127
|
+
"ByAccountId": {
|
|
1128
|
+
"location": "querystring",
|
|
1129
|
+
"locationName": "accountId"
|
|
1118
1130
|
}
|
|
1119
1131
|
}
|
|
1120
1132
|
},
|
|
@@ -1124,7 +1136,7 @@
|
|
|
1124
1136
|
"CopyJobs": {
|
|
1125
1137
|
"type": "list",
|
|
1126
1138
|
"member": {
|
|
1127
|
-
"shape": "
|
|
1139
|
+
"shape": "S1g"
|
|
1128
1140
|
}
|
|
1129
1141
|
},
|
|
1130
1142
|
"NextToken": {}
|
|
@@ -1234,7 +1246,7 @@
|
|
|
1234
1246
|
"ResourceArn": {},
|
|
1235
1247
|
"ResourceType": {},
|
|
1236
1248
|
"CreatedBy": {
|
|
1237
|
-
"shape": "
|
|
1249
|
+
"shape": "S19"
|
|
1238
1250
|
},
|
|
1239
1251
|
"IamRoleArn": {},
|
|
1240
1252
|
"Status": {},
|
|
@@ -1248,7 +1260,7 @@
|
|
|
1248
1260
|
"type": "long"
|
|
1249
1261
|
},
|
|
1250
1262
|
"CalculatedLifecycle": {
|
|
1251
|
-
"shape": "
|
|
1263
|
+
"shape": "S1n"
|
|
1252
1264
|
},
|
|
1253
1265
|
"Lifecycle": {
|
|
1254
1266
|
"shape": "Sa"
|
|
@@ -1335,6 +1347,24 @@
|
|
|
1335
1347
|
"location": "querystring",
|
|
1336
1348
|
"locationName": "maxResults",
|
|
1337
1349
|
"type": "integer"
|
|
1350
|
+
},
|
|
1351
|
+
"ByAccountId": {
|
|
1352
|
+
"location": "querystring",
|
|
1353
|
+
"locationName": "accountId"
|
|
1354
|
+
},
|
|
1355
|
+
"ByCreatedBefore": {
|
|
1356
|
+
"location": "querystring",
|
|
1357
|
+
"locationName": "createdBefore",
|
|
1358
|
+
"type": "timestamp"
|
|
1359
|
+
},
|
|
1360
|
+
"ByCreatedAfter": {
|
|
1361
|
+
"location": "querystring",
|
|
1362
|
+
"locationName": "createdAfter",
|
|
1363
|
+
"type": "timestamp"
|
|
1364
|
+
},
|
|
1365
|
+
"ByStatus": {
|
|
1366
|
+
"location": "querystring",
|
|
1367
|
+
"locationName": "status"
|
|
1338
1368
|
}
|
|
1339
1369
|
}
|
|
1340
1370
|
},
|
|
@@ -1346,6 +1376,7 @@
|
|
|
1346
1376
|
"member": {
|
|
1347
1377
|
"type": "structure",
|
|
1348
1378
|
"members": {
|
|
1379
|
+
"AccountId": {},
|
|
1349
1380
|
"RestoreJobId": {},
|
|
1350
1381
|
"RecoveryPointArn": {},
|
|
1351
1382
|
"CreationDate": {
|
|
@@ -1364,7 +1395,8 @@
|
|
|
1364
1395
|
"ExpectedCompletionTimeMinutes": {
|
|
1365
1396
|
"type": "long"
|
|
1366
1397
|
},
|
|
1367
|
-
"CreatedResourceArn": {}
|
|
1398
|
+
"CreatedResourceArn": {},
|
|
1399
|
+
"ResourceType": {}
|
|
1368
1400
|
}
|
|
1369
1401
|
}
|
|
1370
1402
|
},
|
|
@@ -1449,7 +1481,7 @@
|
|
|
1449
1481
|
},
|
|
1450
1482
|
"SNSTopicArn": {},
|
|
1451
1483
|
"BackupVaultEvents": {
|
|
1452
|
-
"shape": "
|
|
1484
|
+
"shape": "S2g"
|
|
1453
1485
|
}
|
|
1454
1486
|
}
|
|
1455
1487
|
},
|
|
@@ -1548,7 +1580,7 @@
|
|
|
1548
1580
|
"members": {
|
|
1549
1581
|
"RecoveryPointArn": {},
|
|
1550
1582
|
"Metadata": {
|
|
1551
|
-
"shape": "
|
|
1583
|
+
"shape": "S2k"
|
|
1552
1584
|
},
|
|
1553
1585
|
"IamRoleArn": {},
|
|
1554
1586
|
"IdempotencyToken": {},
|
|
@@ -1692,7 +1724,7 @@
|
|
|
1692
1724
|
"shape": "Sa"
|
|
1693
1725
|
},
|
|
1694
1726
|
"CalculatedLifecycle": {
|
|
1695
|
-
"shape": "
|
|
1727
|
+
"shape": "S1n"
|
|
1696
1728
|
}
|
|
1697
1729
|
}
|
|
1698
1730
|
},
|
|
@@ -1707,7 +1739,7 @@
|
|
|
1707
1739
|
"type": "structure",
|
|
1708
1740
|
"members": {
|
|
1709
1741
|
"ResourceTypeOptInPreference": {
|
|
1710
|
-
"shape": "
|
|
1742
|
+
"shape": "S1s"
|
|
1711
1743
|
}
|
|
1712
1744
|
}
|
|
1713
1745
|
}
|
|
@@ -1817,7 +1849,7 @@
|
|
|
1817
1849
|
}
|
|
1818
1850
|
}
|
|
1819
1851
|
},
|
|
1820
|
-
"
|
|
1852
|
+
"S19": {
|
|
1821
1853
|
"type": "structure",
|
|
1822
1854
|
"members": {
|
|
1823
1855
|
"BackupPlanId": {},
|
|
@@ -1826,9 +1858,10 @@
|
|
|
1826
1858
|
"BackupRuleId": {}
|
|
1827
1859
|
}
|
|
1828
1860
|
},
|
|
1829
|
-
"
|
|
1861
|
+
"S1g": {
|
|
1830
1862
|
"type": "structure",
|
|
1831
1863
|
"members": {
|
|
1864
|
+
"AccountId": {},
|
|
1832
1865
|
"CopyJobId": {},
|
|
1833
1866
|
"SourceBackupVaultArn": {},
|
|
1834
1867
|
"SourceRecoveryPointArn": {},
|
|
@@ -1848,12 +1881,12 @@
|
|
|
1848
1881
|
},
|
|
1849
1882
|
"IamRoleArn": {},
|
|
1850
1883
|
"CreatedBy": {
|
|
1851
|
-
"shape": "
|
|
1884
|
+
"shape": "S19"
|
|
1852
1885
|
},
|
|
1853
1886
|
"ResourceType": {}
|
|
1854
1887
|
}
|
|
1855
1888
|
},
|
|
1856
|
-
"
|
|
1889
|
+
"S1n": {
|
|
1857
1890
|
"type": "structure",
|
|
1858
1891
|
"members": {
|
|
1859
1892
|
"MoveToColdStorageAt": {
|
|
@@ -1864,14 +1897,14 @@
|
|
|
1864
1897
|
}
|
|
1865
1898
|
}
|
|
1866
1899
|
},
|
|
1867
|
-
"
|
|
1900
|
+
"S1s": {
|
|
1868
1901
|
"type": "map",
|
|
1869
1902
|
"key": {},
|
|
1870
1903
|
"value": {
|
|
1871
1904
|
"type": "boolean"
|
|
1872
1905
|
}
|
|
1873
1906
|
},
|
|
1874
|
-
"
|
|
1907
|
+
"S22": {
|
|
1875
1908
|
"type": "structure",
|
|
1876
1909
|
"required": [
|
|
1877
1910
|
"BackupPlanName",
|
|
@@ -1912,17 +1945,17 @@
|
|
|
1912
1945
|
}
|
|
1913
1946
|
}
|
|
1914
1947
|
},
|
|
1915
|
-
"
|
|
1948
|
+
"S2g": {
|
|
1916
1949
|
"type": "list",
|
|
1917
1950
|
"member": {}
|
|
1918
1951
|
},
|
|
1919
|
-
"
|
|
1952
|
+
"S2k": {
|
|
1920
1953
|
"type": "map",
|
|
1921
1954
|
"key": {},
|
|
1922
1955
|
"value": {},
|
|
1923
1956
|
"sensitive": true
|
|
1924
1957
|
},
|
|
1925
|
-
"
|
|
1958
|
+
"S31": {
|
|
1926
1959
|
"type": "structure",
|
|
1927
1960
|
"members": {
|
|
1928
1961
|
"BackupPlanArn": {},
|
|
@@ -567,6 +567,9 @@
|
|
|
567
567
|
"shape": "Se"
|
|
568
568
|
},
|
|
569
569
|
"Status": {},
|
|
570
|
+
"StackInstanceStatus": {
|
|
571
|
+
"shape": "S41"
|
|
572
|
+
},
|
|
570
573
|
"StatusReason": {},
|
|
571
574
|
"OrganizationalUnitId": {},
|
|
572
575
|
"DriftStatus": {},
|
|
@@ -616,7 +619,7 @@
|
|
|
616
619
|
"Description": {},
|
|
617
620
|
"Metadata": {},
|
|
618
621
|
"DriftInformation": {
|
|
619
|
-
"shape": "
|
|
622
|
+
"shape": "S48"
|
|
620
623
|
}
|
|
621
624
|
}
|
|
622
625
|
}
|
|
@@ -651,7 +654,7 @@
|
|
|
651
654
|
"StackResourceDrifts": {
|
|
652
655
|
"type": "list",
|
|
653
656
|
"member": {
|
|
654
|
-
"shape": "
|
|
657
|
+
"shape": "S4f"
|
|
655
658
|
}
|
|
656
659
|
},
|
|
657
660
|
"NextToken": {}
|
|
@@ -694,7 +697,7 @@
|
|
|
694
697
|
"ResourceStatusReason": {},
|
|
695
698
|
"Description": {},
|
|
696
699
|
"DriftInformation": {
|
|
697
|
-
"shape": "
|
|
700
|
+
"shape": "S48"
|
|
698
701
|
}
|
|
699
702
|
}
|
|
700
703
|
}
|
|
@@ -737,7 +740,7 @@
|
|
|
737
740
|
"AdministrationRoleARN": {},
|
|
738
741
|
"ExecutionRoleName": {},
|
|
739
742
|
"StackSetDriftDetectionDetails": {
|
|
740
|
-
"shape": "
|
|
743
|
+
"shape": "S4z"
|
|
741
744
|
},
|
|
742
745
|
"AutoDeployment": {
|
|
743
746
|
"shape": "S22"
|
|
@@ -792,7 +795,7 @@
|
|
|
792
795
|
"shape": "S1o"
|
|
793
796
|
},
|
|
794
797
|
"StackSetDriftDetectionDetails": {
|
|
795
|
-
"shape": "
|
|
798
|
+
"shape": "S4z"
|
|
796
799
|
}
|
|
797
800
|
}
|
|
798
801
|
}
|
|
@@ -920,7 +923,7 @@
|
|
|
920
923
|
"ProvisioningType": {},
|
|
921
924
|
"DeprecatedStatus": {},
|
|
922
925
|
"LoggingConfig": {
|
|
923
|
-
"shape": "
|
|
926
|
+
"shape": "S5y"
|
|
924
927
|
},
|
|
925
928
|
"ExecutionRoleArn": {},
|
|
926
929
|
"Visibility": {},
|
|
@@ -967,7 +970,7 @@
|
|
|
967
970
|
"members": {
|
|
968
971
|
"StackName": {},
|
|
969
972
|
"LogicalResourceIds": {
|
|
970
|
-
"shape": "
|
|
973
|
+
"shape": "S68"
|
|
971
974
|
}
|
|
972
975
|
}
|
|
973
976
|
},
|
|
@@ -1002,7 +1005,7 @@
|
|
|
1002
1005
|
],
|
|
1003
1006
|
"members": {
|
|
1004
1007
|
"StackResourceDrift": {
|
|
1005
|
-
"shape": "
|
|
1008
|
+
"shape": "S4f"
|
|
1006
1009
|
}
|
|
1007
1010
|
}
|
|
1008
1011
|
}
|
|
@@ -1156,7 +1159,7 @@
|
|
|
1156
1159
|
"Version": {},
|
|
1157
1160
|
"Metadata": {},
|
|
1158
1161
|
"DeclaredTransforms": {
|
|
1159
|
-
"shape": "
|
|
1162
|
+
"shape": "S71"
|
|
1160
1163
|
},
|
|
1161
1164
|
"ResourceIdentifierSummaries": {
|
|
1162
1165
|
"type": "list",
|
|
@@ -1165,7 +1168,7 @@
|
|
|
1165
1168
|
"members": {
|
|
1166
1169
|
"ResourceType": {},
|
|
1167
1170
|
"LogicalResourceIds": {
|
|
1168
|
-
"shape": "
|
|
1171
|
+
"shape": "S68"
|
|
1169
1172
|
},
|
|
1170
1173
|
"ResourceIdentifiers": {
|
|
1171
1174
|
"type": "list",
|
|
@@ -1276,6 +1279,16 @@
|
|
|
1276
1279
|
"MaxResults": {
|
|
1277
1280
|
"type": "integer"
|
|
1278
1281
|
},
|
|
1282
|
+
"Filters": {
|
|
1283
|
+
"type": "list",
|
|
1284
|
+
"member": {
|
|
1285
|
+
"type": "structure",
|
|
1286
|
+
"members": {
|
|
1287
|
+
"Name": {},
|
|
1288
|
+
"Values": {}
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1279
1292
|
"StackInstanceAccount": {},
|
|
1280
1293
|
"StackInstanceRegion": {}
|
|
1281
1294
|
}
|
|
@@ -1295,6 +1308,9 @@
|
|
|
1295
1308
|
"StackId": {},
|
|
1296
1309
|
"Status": {},
|
|
1297
1310
|
"StatusReason": {},
|
|
1311
|
+
"StackInstanceStatus": {
|
|
1312
|
+
"shape": "S41"
|
|
1313
|
+
},
|
|
1298
1314
|
"OrganizationalUnitId": {},
|
|
1299
1315
|
"DriftStatus": {},
|
|
1300
1316
|
"LastDriftCheckTimestamp": {
|
|
@@ -1685,7 +1701,7 @@
|
|
|
1685
1701
|
"TypeName": {},
|
|
1686
1702
|
"SchemaHandlerPackage": {},
|
|
1687
1703
|
"LoggingConfig": {
|
|
1688
|
-
"shape": "
|
|
1704
|
+
"shape": "S5y"
|
|
1689
1705
|
},
|
|
1690
1706
|
"ExecutionRoleArn": {},
|
|
1691
1707
|
"ClientRequestToken": {}
|
|
@@ -1957,7 +1973,7 @@
|
|
|
1957
1973
|
},
|
|
1958
1974
|
"CapabilitiesReason": {},
|
|
1959
1975
|
"DeclaredTransforms": {
|
|
1960
|
-
"shape": "
|
|
1976
|
+
"shape": "S71"
|
|
1961
1977
|
}
|
|
1962
1978
|
}
|
|
1963
1979
|
}
|
|
@@ -2080,7 +2096,13 @@
|
|
|
2080
2096
|
}
|
|
2081
2097
|
}
|
|
2082
2098
|
},
|
|
2083
|
-
"
|
|
2099
|
+
"S41": {
|
|
2100
|
+
"type": "structure",
|
|
2101
|
+
"members": {
|
|
2102
|
+
"DetailedStatus": {}
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
"S48": {
|
|
2084
2106
|
"type": "structure",
|
|
2085
2107
|
"required": [
|
|
2086
2108
|
"StackResourceDriftStatus"
|
|
@@ -2092,7 +2114,7 @@
|
|
|
2092
2114
|
}
|
|
2093
2115
|
}
|
|
2094
2116
|
},
|
|
2095
|
-
"
|
|
2117
|
+
"S4f": {
|
|
2096
2118
|
"type": "structure",
|
|
2097
2119
|
"required": [
|
|
2098
2120
|
"StackId",
|
|
@@ -2146,7 +2168,7 @@
|
|
|
2146
2168
|
}
|
|
2147
2169
|
}
|
|
2148
2170
|
},
|
|
2149
|
-
"
|
|
2171
|
+
"S4z": {
|
|
2150
2172
|
"type": "structure",
|
|
2151
2173
|
"members": {
|
|
2152
2174
|
"DriftStatus": {},
|
|
@@ -2171,7 +2193,7 @@
|
|
|
2171
2193
|
}
|
|
2172
2194
|
}
|
|
2173
2195
|
},
|
|
2174
|
-
"
|
|
2196
|
+
"S5y": {
|
|
2175
2197
|
"type": "structure",
|
|
2176
2198
|
"required": [
|
|
2177
2199
|
"LogRoleArn",
|
|
@@ -2182,11 +2204,11 @@
|
|
|
2182
2204
|
"LogGroupName": {}
|
|
2183
2205
|
}
|
|
2184
2206
|
},
|
|
2185
|
-
"
|
|
2207
|
+
"S68": {
|
|
2186
2208
|
"type": "list",
|
|
2187
2209
|
"member": {}
|
|
2188
2210
|
},
|
|
2189
|
-
"
|
|
2211
|
+
"S71": {
|
|
2190
2212
|
"type": "list",
|
|
2191
2213
|
"member": {}
|
|
2192
2214
|
}
|