aws-sdk-core 2.10.16 → 2.10.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/clouddirectory/2016-05-10/api-2.json +305 -6
- data/apis/cloudformation/2010-05-15/api-2.json +800 -7
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 030bd88b611ffa5bf08484d3f3f050af14d21760
|
4
|
+
data.tar.gz: 9481ccef1d4af8866b9fcdc6fc7b8e24eb74cde3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7db5da64a8a03a17b12c7873b3c6b7456913c6a81f5518d479713286c2b1d141600c581a0ccc536ebaaf508d034eaa6f4922a11f284c3f448b4dcd667ac6cbf
|
7
|
+
data.tar.gz: 456a28e478e6fa15b6d582f96cb58c878597c70e7202d46c8554f19a0cf2e4a649142da861309f1985ea7ef6b22bb14522528d54fe14d76d2b675510c654bd68
|
@@ -136,6 +136,7 @@
|
|
136
136
|
{"shape":"ValidationException"},
|
137
137
|
{"shape":"LimitExceededException"},
|
138
138
|
{"shape":"AccessDeniedException"},
|
139
|
+
{"shape":"DirectoryNotEnabledException"},
|
139
140
|
{"shape":"ResourceNotFoundException"},
|
140
141
|
{"shape":"InvalidAttachmentException"},
|
141
142
|
{"shape":"ValidationException"},
|
@@ -495,6 +496,7 @@
|
|
495
496
|
{"shape":"ValidationException"},
|
496
497
|
{"shape":"LimitExceededException"},
|
497
498
|
{"shape":"AccessDeniedException"},
|
499
|
+
{"shape":"DirectoryNotEnabledException"},
|
498
500
|
{"shape":"ResourceNotFoundException"},
|
499
501
|
{"shape":"FacetValidationException"}
|
500
502
|
]
|
@@ -774,6 +776,7 @@
|
|
774
776
|
{"shape":"ValidationException"},
|
775
777
|
{"shape":"LimitExceededException"},
|
776
778
|
{"shape":"AccessDeniedException"},
|
779
|
+
{"shape":"DirectoryNotEnabledException"},
|
777
780
|
{"shape":"ResourceNotFoundException"},
|
778
781
|
{"shape":"InvalidNextTokenException"},
|
779
782
|
{"shape":"FacetValidationException"}
|
@@ -927,6 +930,7 @@
|
|
927
930
|
{"shape":"ValidationException"},
|
928
931
|
{"shape":"LimitExceededException"},
|
929
932
|
{"shape":"AccessDeniedException"},
|
933
|
+
{"shape":"DirectoryNotEnabledException"},
|
930
934
|
{"shape":"ResourceNotFoundException"},
|
931
935
|
{"shape":"InvalidNextTokenException"},
|
932
936
|
{"shape":"FacetValidationException"}
|
@@ -1494,6 +1498,80 @@
|
|
1494
1498
|
"attachedObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1495
1499
|
}
|
1496
1500
|
},
|
1501
|
+
"BatchAttachPolicy":{
|
1502
|
+
"type":"structure",
|
1503
|
+
"required":[
|
1504
|
+
"PolicyReference",
|
1505
|
+
"ObjectReference"
|
1506
|
+
],
|
1507
|
+
"members":{
|
1508
|
+
"PolicyReference":{"shape":"ObjectReference"},
|
1509
|
+
"ObjectReference":{"shape":"ObjectReference"}
|
1510
|
+
}
|
1511
|
+
},
|
1512
|
+
"BatchAttachPolicyResponse":{
|
1513
|
+
"type":"structure",
|
1514
|
+
"members":{
|
1515
|
+
}
|
1516
|
+
},
|
1517
|
+
"BatchAttachToIndex":{
|
1518
|
+
"type":"structure",
|
1519
|
+
"required":[
|
1520
|
+
"IndexReference",
|
1521
|
+
"TargetReference"
|
1522
|
+
],
|
1523
|
+
"members":{
|
1524
|
+
"IndexReference":{"shape":"ObjectReference"},
|
1525
|
+
"TargetReference":{"shape":"ObjectReference"}
|
1526
|
+
}
|
1527
|
+
},
|
1528
|
+
"BatchAttachToIndexResponse":{
|
1529
|
+
"type":"structure",
|
1530
|
+
"members":{
|
1531
|
+
"AttachedObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1532
|
+
}
|
1533
|
+
},
|
1534
|
+
"BatchAttachTypedLink":{
|
1535
|
+
"type":"structure",
|
1536
|
+
"required":[
|
1537
|
+
"SourceObjectReference",
|
1538
|
+
"TargetObjectReference",
|
1539
|
+
"TypedLinkFacet",
|
1540
|
+
"Attributes"
|
1541
|
+
],
|
1542
|
+
"members":{
|
1543
|
+
"SourceObjectReference":{"shape":"ObjectReference"},
|
1544
|
+
"TargetObjectReference":{"shape":"ObjectReference"},
|
1545
|
+
"TypedLinkFacet":{"shape":"TypedLinkSchemaAndFacetName"},
|
1546
|
+
"Attributes":{"shape":"AttributeNameAndValueList"}
|
1547
|
+
}
|
1548
|
+
},
|
1549
|
+
"BatchAttachTypedLinkResponse":{
|
1550
|
+
"type":"structure",
|
1551
|
+
"members":{
|
1552
|
+
"TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"}
|
1553
|
+
}
|
1554
|
+
},
|
1555
|
+
"BatchCreateIndex":{
|
1556
|
+
"type":"structure",
|
1557
|
+
"required":[
|
1558
|
+
"OrderedIndexedAttributeList",
|
1559
|
+
"IsUnique"
|
1560
|
+
],
|
1561
|
+
"members":{
|
1562
|
+
"OrderedIndexedAttributeList":{"shape":"AttributeKeyList"},
|
1563
|
+
"IsUnique":{"shape":"Bool"},
|
1564
|
+
"ParentReference":{"shape":"ObjectReference"},
|
1565
|
+
"LinkName":{"shape":"LinkName"},
|
1566
|
+
"BatchReferenceName":{"shape":"BatchReferenceName"}
|
1567
|
+
}
|
1568
|
+
},
|
1569
|
+
"BatchCreateIndexResponse":{
|
1570
|
+
"type":"structure",
|
1571
|
+
"members":{
|
1572
|
+
"ObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1573
|
+
}
|
1574
|
+
},
|
1497
1575
|
"BatchCreateObject":{
|
1498
1576
|
"type":"structure",
|
1499
1577
|
"required":[
|
@@ -1529,6 +1607,23 @@
|
|
1529
1607
|
"members":{
|
1530
1608
|
}
|
1531
1609
|
},
|
1610
|
+
"BatchDetachFromIndex":{
|
1611
|
+
"type":"structure",
|
1612
|
+
"required":[
|
1613
|
+
"IndexReference",
|
1614
|
+
"TargetReference"
|
1615
|
+
],
|
1616
|
+
"members":{
|
1617
|
+
"IndexReference":{"shape":"ObjectReference"},
|
1618
|
+
"TargetReference":{"shape":"ObjectReference"}
|
1619
|
+
}
|
1620
|
+
},
|
1621
|
+
"BatchDetachFromIndexResponse":{
|
1622
|
+
"type":"structure",
|
1623
|
+
"members":{
|
1624
|
+
"DetachedObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1625
|
+
}
|
1626
|
+
},
|
1532
1627
|
"BatchDetachObject":{
|
1533
1628
|
"type":"structure",
|
1534
1629
|
"required":[
|
@@ -1548,6 +1643,83 @@
|
|
1548
1643
|
"detachedObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1549
1644
|
}
|
1550
1645
|
},
|
1646
|
+
"BatchDetachTypedLink":{
|
1647
|
+
"type":"structure",
|
1648
|
+
"required":["TypedLinkSpecifier"],
|
1649
|
+
"members":{
|
1650
|
+
"TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"}
|
1651
|
+
}
|
1652
|
+
},
|
1653
|
+
"BatchDetachTypedLinkResponse":{
|
1654
|
+
"type":"structure",
|
1655
|
+
"members":{
|
1656
|
+
}
|
1657
|
+
},
|
1658
|
+
"BatchGetObjectInformation":{
|
1659
|
+
"type":"structure",
|
1660
|
+
"required":["ObjectReference"],
|
1661
|
+
"members":{
|
1662
|
+
"ObjectReference":{"shape":"ObjectReference"}
|
1663
|
+
}
|
1664
|
+
},
|
1665
|
+
"BatchGetObjectInformationResponse":{
|
1666
|
+
"type":"structure",
|
1667
|
+
"members":{
|
1668
|
+
"SchemaFacets":{"shape":"SchemaFacetList"},
|
1669
|
+
"ObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1670
|
+
}
|
1671
|
+
},
|
1672
|
+
"BatchListAttachedIndices":{
|
1673
|
+
"type":"structure",
|
1674
|
+
"required":["TargetReference"],
|
1675
|
+
"members":{
|
1676
|
+
"TargetReference":{"shape":"ObjectReference"},
|
1677
|
+
"NextToken":{"shape":"NextToken"},
|
1678
|
+
"MaxResults":{"shape":"NumberResults"}
|
1679
|
+
}
|
1680
|
+
},
|
1681
|
+
"BatchListAttachedIndicesResponse":{
|
1682
|
+
"type":"structure",
|
1683
|
+
"members":{
|
1684
|
+
"IndexAttachments":{"shape":"IndexAttachmentList"},
|
1685
|
+
"NextToken":{"shape":"NextToken"}
|
1686
|
+
}
|
1687
|
+
},
|
1688
|
+
"BatchListIncomingTypedLinks":{
|
1689
|
+
"type":"structure",
|
1690
|
+
"required":["ObjectReference"],
|
1691
|
+
"members":{
|
1692
|
+
"ObjectReference":{"shape":"ObjectReference"},
|
1693
|
+
"FilterAttributeRanges":{"shape":"TypedLinkAttributeRangeList"},
|
1694
|
+
"FilterTypedLink":{"shape":"TypedLinkSchemaAndFacetName"},
|
1695
|
+
"NextToken":{"shape":"NextToken"},
|
1696
|
+
"MaxResults":{"shape":"NumberResults"}
|
1697
|
+
}
|
1698
|
+
},
|
1699
|
+
"BatchListIncomingTypedLinksResponse":{
|
1700
|
+
"type":"structure",
|
1701
|
+
"members":{
|
1702
|
+
"LinkSpecifiers":{"shape":"TypedLinkSpecifierList"},
|
1703
|
+
"NextToken":{"shape":"NextToken"}
|
1704
|
+
}
|
1705
|
+
},
|
1706
|
+
"BatchListIndex":{
|
1707
|
+
"type":"structure",
|
1708
|
+
"required":["IndexReference"],
|
1709
|
+
"members":{
|
1710
|
+
"RangesOnIndexedValues":{"shape":"ObjectAttributeRangeList"},
|
1711
|
+
"IndexReference":{"shape":"ObjectReference"},
|
1712
|
+
"MaxResults":{"shape":"NumberResults"},
|
1713
|
+
"NextToken":{"shape":"NextToken"}
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"BatchListIndexResponse":{
|
1717
|
+
"type":"structure",
|
1718
|
+
"members":{
|
1719
|
+
"IndexAttachments":{"shape":"IndexAttachmentList"},
|
1720
|
+
"NextToken":{"shape":"NextToken"}
|
1721
|
+
}
|
1722
|
+
},
|
1551
1723
|
"BatchListObjectAttributes":{
|
1552
1724
|
"type":"structure",
|
1553
1725
|
"required":["ObjectReference"],
|
@@ -1581,6 +1753,88 @@
|
|
1581
1753
|
"NextToken":{"shape":"NextToken"}
|
1582
1754
|
}
|
1583
1755
|
},
|
1756
|
+
"BatchListObjectParentPaths":{
|
1757
|
+
"type":"structure",
|
1758
|
+
"required":["ObjectReference"],
|
1759
|
+
"members":{
|
1760
|
+
"ObjectReference":{"shape":"ObjectReference"},
|
1761
|
+
"NextToken":{"shape":"NextToken"},
|
1762
|
+
"MaxResults":{"shape":"NumberResults"}
|
1763
|
+
}
|
1764
|
+
},
|
1765
|
+
"BatchListObjectParentPathsResponse":{
|
1766
|
+
"type":"structure",
|
1767
|
+
"members":{
|
1768
|
+
"PathToObjectIdentifiersList":{"shape":"PathToObjectIdentifiersList"},
|
1769
|
+
"NextToken":{"shape":"NextToken"}
|
1770
|
+
}
|
1771
|
+
},
|
1772
|
+
"BatchListObjectPolicies":{
|
1773
|
+
"type":"structure",
|
1774
|
+
"required":["ObjectReference"],
|
1775
|
+
"members":{
|
1776
|
+
"ObjectReference":{"shape":"ObjectReference"},
|
1777
|
+
"NextToken":{"shape":"NextToken"},
|
1778
|
+
"MaxResults":{"shape":"NumberResults"}
|
1779
|
+
}
|
1780
|
+
},
|
1781
|
+
"BatchListObjectPoliciesResponse":{
|
1782
|
+
"type":"structure",
|
1783
|
+
"members":{
|
1784
|
+
"AttachedPolicyIds":{"shape":"ObjectIdentifierList"},
|
1785
|
+
"NextToken":{"shape":"NextToken"}
|
1786
|
+
}
|
1787
|
+
},
|
1788
|
+
"BatchListOutgoingTypedLinks":{
|
1789
|
+
"type":"structure",
|
1790
|
+
"required":["ObjectReference"],
|
1791
|
+
"members":{
|
1792
|
+
"ObjectReference":{"shape":"ObjectReference"},
|
1793
|
+
"FilterAttributeRanges":{"shape":"TypedLinkAttributeRangeList"},
|
1794
|
+
"FilterTypedLink":{"shape":"TypedLinkSchemaAndFacetName"},
|
1795
|
+
"NextToken":{"shape":"NextToken"},
|
1796
|
+
"MaxResults":{"shape":"NumberResults"}
|
1797
|
+
}
|
1798
|
+
},
|
1799
|
+
"BatchListOutgoingTypedLinksResponse":{
|
1800
|
+
"type":"structure",
|
1801
|
+
"members":{
|
1802
|
+
"TypedLinkSpecifiers":{"shape":"TypedLinkSpecifierList"},
|
1803
|
+
"NextToken":{"shape":"NextToken"}
|
1804
|
+
}
|
1805
|
+
},
|
1806
|
+
"BatchListPolicyAttachments":{
|
1807
|
+
"type":"structure",
|
1808
|
+
"required":["PolicyReference"],
|
1809
|
+
"members":{
|
1810
|
+
"PolicyReference":{"shape":"ObjectReference"},
|
1811
|
+
"NextToken":{"shape":"NextToken"},
|
1812
|
+
"MaxResults":{"shape":"NumberResults"}
|
1813
|
+
}
|
1814
|
+
},
|
1815
|
+
"BatchListPolicyAttachmentsResponse":{
|
1816
|
+
"type":"structure",
|
1817
|
+
"members":{
|
1818
|
+
"ObjectIdentifiers":{"shape":"ObjectIdentifierList"},
|
1819
|
+
"NextToken":{"shape":"NextToken"}
|
1820
|
+
}
|
1821
|
+
},
|
1822
|
+
"BatchLookupPolicy":{
|
1823
|
+
"type":"structure",
|
1824
|
+
"required":["ObjectReference"],
|
1825
|
+
"members":{
|
1826
|
+
"ObjectReference":{"shape":"ObjectReference"},
|
1827
|
+
"NextToken":{"shape":"NextToken"},
|
1828
|
+
"MaxResults":{"shape":"NumberResults"}
|
1829
|
+
}
|
1830
|
+
},
|
1831
|
+
"BatchLookupPolicyResponse":{
|
1832
|
+
"type":"structure",
|
1833
|
+
"members":{
|
1834
|
+
"PolicyToPathList":{"shape":"PolicyToPathList"},
|
1835
|
+
"NextToken":{"shape":"NextToken"}
|
1836
|
+
}
|
1837
|
+
},
|
1584
1838
|
"BatchOperationIndex":{"type":"integer"},
|
1585
1839
|
"BatchReadException":{
|
1586
1840
|
"type":"structure",
|
@@ -1597,14 +1851,30 @@
|
|
1597
1851
|
"ResourceNotFoundException",
|
1598
1852
|
"InvalidNextTokenException",
|
1599
1853
|
"AccessDeniedException",
|
1600
|
-
"NotNodeException"
|
1854
|
+
"NotNodeException",
|
1855
|
+
"FacetValidationException",
|
1856
|
+
"CannotListParentOfRootException",
|
1857
|
+
"NotIndexException",
|
1858
|
+
"NotPolicyException",
|
1859
|
+
"DirectoryNotEnabledException",
|
1860
|
+
"LimitExceededException",
|
1861
|
+
"InternalServiceException"
|
1601
1862
|
]
|
1602
1863
|
},
|
1603
1864
|
"BatchReadOperation":{
|
1604
1865
|
"type":"structure",
|
1605
1866
|
"members":{
|
1606
1867
|
"ListObjectAttributes":{"shape":"BatchListObjectAttributes"},
|
1607
|
-
"ListObjectChildren":{"shape":"BatchListObjectChildren"}
|
1868
|
+
"ListObjectChildren":{"shape":"BatchListObjectChildren"},
|
1869
|
+
"ListAttachedIndices":{"shape":"BatchListAttachedIndices"},
|
1870
|
+
"ListObjectParentPaths":{"shape":"BatchListObjectParentPaths"},
|
1871
|
+
"GetObjectInformation":{"shape":"BatchGetObjectInformation"},
|
1872
|
+
"ListObjectPolicies":{"shape":"BatchListObjectPolicies"},
|
1873
|
+
"ListPolicyAttachments":{"shape":"BatchListPolicyAttachments"},
|
1874
|
+
"LookupPolicy":{"shape":"BatchLookupPolicy"},
|
1875
|
+
"ListIndex":{"shape":"BatchListIndex"},
|
1876
|
+
"ListOutgoingTypedLinks":{"shape":"BatchListOutgoingTypedLinks"},
|
1877
|
+
"ListIncomingTypedLinks":{"shape":"BatchListIncomingTypedLinks"}
|
1608
1878
|
}
|
1609
1879
|
},
|
1610
1880
|
"BatchReadOperationList":{
|
@@ -1652,7 +1922,16 @@
|
|
1652
1922
|
"type":"structure",
|
1653
1923
|
"members":{
|
1654
1924
|
"ListObjectAttributes":{"shape":"BatchListObjectAttributesResponse"},
|
1655
|
-
"ListObjectChildren":{"shape":"BatchListObjectChildrenResponse"}
|
1925
|
+
"ListObjectChildren":{"shape":"BatchListObjectChildrenResponse"},
|
1926
|
+
"GetObjectInformation":{"shape":"BatchGetObjectInformationResponse"},
|
1927
|
+
"ListAttachedIndices":{"shape":"BatchListAttachedIndicesResponse"},
|
1928
|
+
"ListObjectParentPaths":{"shape":"BatchListObjectParentPathsResponse"},
|
1929
|
+
"ListObjectPolicies":{"shape":"BatchListObjectPoliciesResponse"},
|
1930
|
+
"ListPolicyAttachments":{"shape":"BatchListPolicyAttachmentsResponse"},
|
1931
|
+
"LookupPolicy":{"shape":"BatchLookupPolicyResponse"},
|
1932
|
+
"ListIndex":{"shape":"BatchListIndexResponse"},
|
1933
|
+
"ListOutgoingTypedLinks":{"shape":"BatchListOutgoingTypedLinksResponse"},
|
1934
|
+
"ListIncomingTypedLinks":{"shape":"BatchListIncomingTypedLinksResponse"}
|
1656
1935
|
}
|
1657
1936
|
},
|
1658
1937
|
"BatchReferenceName":{"type":"string"},
|
@@ -1709,7 +1988,15 @@
|
|
1709
1988
|
"FacetValidationException",
|
1710
1989
|
"ObjectNotDetachedException",
|
1711
1990
|
"ResourceNotFoundException",
|
1712
|
-
"AccessDeniedException"
|
1991
|
+
"AccessDeniedException",
|
1992
|
+
"InvalidAttachmentException",
|
1993
|
+
"NotIndexException",
|
1994
|
+
"IndexedAttributeMissingException",
|
1995
|
+
"ObjectAlreadyDetachedException",
|
1996
|
+
"NotPolicyException",
|
1997
|
+
"DirectoryNotEnabledException",
|
1998
|
+
"LimitExceededException",
|
1999
|
+
"UnsupportedIndexTypeException"
|
1713
2000
|
]
|
1714
2001
|
},
|
1715
2002
|
"BatchWriteOperation":{
|
@@ -1721,7 +2008,13 @@
|
|
1721
2008
|
"UpdateObjectAttributes":{"shape":"BatchUpdateObjectAttributes"},
|
1722
2009
|
"DeleteObject":{"shape":"BatchDeleteObject"},
|
1723
2010
|
"AddFacetToObject":{"shape":"BatchAddFacetToObject"},
|
1724
|
-
"RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObject"}
|
2011
|
+
"RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObject"},
|
2012
|
+
"AttachPolicy":{"shape":"BatchAttachPolicy"},
|
2013
|
+
"CreateIndex":{"shape":"BatchCreateIndex"},
|
2014
|
+
"AttachToIndex":{"shape":"BatchAttachToIndex"},
|
2015
|
+
"DetachFromIndex":{"shape":"BatchDetachFromIndex"},
|
2016
|
+
"AttachTypedLink":{"shape":"BatchAttachTypedLink"},
|
2017
|
+
"DetachTypedLink":{"shape":"BatchDetachTypedLink"}
|
1725
2018
|
}
|
1726
2019
|
},
|
1727
2020
|
"BatchWriteOperationList":{
|
@@ -1737,7 +2030,13 @@
|
|
1737
2030
|
"UpdateObjectAttributes":{"shape":"BatchUpdateObjectAttributesResponse"},
|
1738
2031
|
"DeleteObject":{"shape":"BatchDeleteObjectResponse"},
|
1739
2032
|
"AddFacetToObject":{"shape":"BatchAddFacetToObjectResponse"},
|
1740
|
-
"RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObjectResponse"}
|
2033
|
+
"RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObjectResponse"},
|
2034
|
+
"AttachPolicy":{"shape":"BatchAttachPolicyResponse"},
|
2035
|
+
"CreateIndex":{"shape":"BatchCreateIndexResponse"},
|
2036
|
+
"AttachToIndex":{"shape":"BatchAttachToIndexResponse"},
|
2037
|
+
"DetachFromIndex":{"shape":"BatchDetachFromIndexResponse"},
|
2038
|
+
"AttachTypedLink":{"shape":"BatchAttachTypedLinkResponse"},
|
2039
|
+
"DetachTypedLink":{"shape":"BatchDetachTypedLinkResponse"}
|
1741
2040
|
}
|
1742
2041
|
},
|
1743
2042
|
"BatchWriteOperationResponseList":{
|
@@ -71,6 +71,43 @@
|
|
71
71
|
{"shape":"InsufficientCapabilitiesException"}
|
72
72
|
]
|
73
73
|
},
|
74
|
+
"CreateStackInstances":{
|
75
|
+
"name":"CreateStackInstances",
|
76
|
+
"http":{
|
77
|
+
"method":"POST",
|
78
|
+
"requestUri":"/"
|
79
|
+
},
|
80
|
+
"input":{"shape":"CreateStackInstancesInput"},
|
81
|
+
"output":{
|
82
|
+
"shape":"CreateStackInstancesOutput",
|
83
|
+
"resultWrapper":"CreateStackInstancesResult"
|
84
|
+
},
|
85
|
+
"errors":[
|
86
|
+
{"shape":"StackSetNotFoundException"},
|
87
|
+
{"shape":"OperationInProgressException"},
|
88
|
+
{"shape":"OperationIdAlreadyExistsException"},
|
89
|
+
{"shape":"StaleRequestException"},
|
90
|
+
{"shape":"InvalidOperationException"},
|
91
|
+
{"shape":"LimitExceededException"}
|
92
|
+
]
|
93
|
+
},
|
94
|
+
"CreateStackSet":{
|
95
|
+
"name":"CreateStackSet",
|
96
|
+
"http":{
|
97
|
+
"method":"POST",
|
98
|
+
"requestUri":"/"
|
99
|
+
},
|
100
|
+
"input":{"shape":"CreateStackSetInput"},
|
101
|
+
"output":{
|
102
|
+
"shape":"CreateStackSetOutput",
|
103
|
+
"resultWrapper":"CreateStackSetResult"
|
104
|
+
},
|
105
|
+
"errors":[
|
106
|
+
{"shape":"NameAlreadyExistsException"},
|
107
|
+
{"shape":"CreatedButModifiedException"},
|
108
|
+
{"shape":"LimitExceededException"}
|
109
|
+
]
|
110
|
+
},
|
74
111
|
"DeleteChangeSet":{
|
75
112
|
"name":"DeleteChangeSet",
|
76
113
|
"http":{
|
@@ -97,6 +134,41 @@
|
|
97
134
|
{"shape":"TokenAlreadyExistsException"}
|
98
135
|
]
|
99
136
|
},
|
137
|
+
"DeleteStackInstances":{
|
138
|
+
"name":"DeleteStackInstances",
|
139
|
+
"http":{
|
140
|
+
"method":"POST",
|
141
|
+
"requestUri":"/"
|
142
|
+
},
|
143
|
+
"input":{"shape":"DeleteStackInstancesInput"},
|
144
|
+
"output":{
|
145
|
+
"shape":"DeleteStackInstancesOutput",
|
146
|
+
"resultWrapper":"DeleteStackInstancesResult"
|
147
|
+
},
|
148
|
+
"errors":[
|
149
|
+
{"shape":"StackSetNotFoundException"},
|
150
|
+
{"shape":"OperationInProgressException"},
|
151
|
+
{"shape":"OperationIdAlreadyExistsException"},
|
152
|
+
{"shape":"StaleRequestException"},
|
153
|
+
{"shape":"InvalidOperationException"}
|
154
|
+
]
|
155
|
+
},
|
156
|
+
"DeleteStackSet":{
|
157
|
+
"name":"DeleteStackSet",
|
158
|
+
"http":{
|
159
|
+
"method":"POST",
|
160
|
+
"requestUri":"/"
|
161
|
+
},
|
162
|
+
"input":{"shape":"DeleteStackSetInput"},
|
163
|
+
"output":{
|
164
|
+
"shape":"DeleteStackSetOutput",
|
165
|
+
"resultWrapper":"DeleteStackSetResult"
|
166
|
+
},
|
167
|
+
"errors":[
|
168
|
+
{"shape":"StackSetNotEmptyException"},
|
169
|
+
{"shape":"OperationInProgressException"}
|
170
|
+
]
|
171
|
+
},
|
100
172
|
"DescribeAccountLimits":{
|
101
173
|
"name":"DescribeAccountLimits",
|
102
174
|
"http":{
|
@@ -136,6 +208,22 @@
|
|
136
208
|
"resultWrapper":"DescribeStackEventsResult"
|
137
209
|
}
|
138
210
|
},
|
211
|
+
"DescribeStackInstance":{
|
212
|
+
"name":"DescribeStackInstance",
|
213
|
+
"http":{
|
214
|
+
"method":"POST",
|
215
|
+
"requestUri":"/"
|
216
|
+
},
|
217
|
+
"input":{"shape":"DescribeStackInstanceInput"},
|
218
|
+
"output":{
|
219
|
+
"shape":"DescribeStackInstanceOutput",
|
220
|
+
"resultWrapper":"DescribeStackInstanceResult"
|
221
|
+
},
|
222
|
+
"errors":[
|
223
|
+
{"shape":"StackSetNotFoundException"},
|
224
|
+
{"shape":"StackInstanceNotFoundException"}
|
225
|
+
]
|
226
|
+
},
|
139
227
|
"DescribeStackResource":{
|
140
228
|
"name":"DescribeStackResource",
|
141
229
|
"http":{
|
@@ -160,6 +248,37 @@
|
|
160
248
|
"resultWrapper":"DescribeStackResourcesResult"
|
161
249
|
}
|
162
250
|
},
|
251
|
+
"DescribeStackSet":{
|
252
|
+
"name":"DescribeStackSet",
|
253
|
+
"http":{
|
254
|
+
"method":"POST",
|
255
|
+
"requestUri":"/"
|
256
|
+
},
|
257
|
+
"input":{"shape":"DescribeStackSetInput"},
|
258
|
+
"output":{
|
259
|
+
"shape":"DescribeStackSetOutput",
|
260
|
+
"resultWrapper":"DescribeStackSetResult"
|
261
|
+
},
|
262
|
+
"errors":[
|
263
|
+
{"shape":"StackSetNotFoundException"}
|
264
|
+
]
|
265
|
+
},
|
266
|
+
"DescribeStackSetOperation":{
|
267
|
+
"name":"DescribeStackSetOperation",
|
268
|
+
"http":{
|
269
|
+
"method":"POST",
|
270
|
+
"requestUri":"/"
|
271
|
+
},
|
272
|
+
"input":{"shape":"DescribeStackSetOperationInput"},
|
273
|
+
"output":{
|
274
|
+
"shape":"DescribeStackSetOperationOutput",
|
275
|
+
"resultWrapper":"DescribeStackSetOperationResult"
|
276
|
+
},
|
277
|
+
"errors":[
|
278
|
+
{"shape":"StackSetNotFoundException"},
|
279
|
+
{"shape":"OperationNotFoundException"}
|
280
|
+
]
|
281
|
+
},
|
163
282
|
"DescribeStacks":{
|
164
283
|
"name":"DescribeStacks",
|
165
284
|
"http":{
|
@@ -239,7 +358,10 @@
|
|
239
358
|
"output":{
|
240
359
|
"shape":"GetTemplateSummaryOutput",
|
241
360
|
"resultWrapper":"GetTemplateSummaryResult"
|
242
|
-
}
|
361
|
+
},
|
362
|
+
"errors":[
|
363
|
+
{"shape":"StackSetNotFoundException"}
|
364
|
+
]
|
243
365
|
},
|
244
366
|
"ListChangeSets":{
|
245
367
|
"name":"ListChangeSets",
|
@@ -277,6 +399,21 @@
|
|
277
399
|
"resultWrapper":"ListImportsResult"
|
278
400
|
}
|
279
401
|
},
|
402
|
+
"ListStackInstances":{
|
403
|
+
"name":"ListStackInstances",
|
404
|
+
"http":{
|
405
|
+
"method":"POST",
|
406
|
+
"requestUri":"/"
|
407
|
+
},
|
408
|
+
"input":{"shape":"ListStackInstancesInput"},
|
409
|
+
"output":{
|
410
|
+
"shape":"ListStackInstancesOutput",
|
411
|
+
"resultWrapper":"ListStackInstancesResult"
|
412
|
+
},
|
413
|
+
"errors":[
|
414
|
+
{"shape":"StackSetNotFoundException"}
|
415
|
+
]
|
416
|
+
},
|
280
417
|
"ListStackResources":{
|
281
418
|
"name":"ListStackResources",
|
282
419
|
"http":{
|
@@ -289,6 +426,49 @@
|
|
289
426
|
"resultWrapper":"ListStackResourcesResult"
|
290
427
|
}
|
291
428
|
},
|
429
|
+
"ListStackSetOperationResults":{
|
430
|
+
"name":"ListStackSetOperationResults",
|
431
|
+
"http":{
|
432
|
+
"method":"POST",
|
433
|
+
"requestUri":"/"
|
434
|
+
},
|
435
|
+
"input":{"shape":"ListStackSetOperationResultsInput"},
|
436
|
+
"output":{
|
437
|
+
"shape":"ListStackSetOperationResultsOutput",
|
438
|
+
"resultWrapper":"ListStackSetOperationResultsResult"
|
439
|
+
},
|
440
|
+
"errors":[
|
441
|
+
{"shape":"StackSetNotFoundException"},
|
442
|
+
{"shape":"OperationNotFoundException"}
|
443
|
+
]
|
444
|
+
},
|
445
|
+
"ListStackSetOperations":{
|
446
|
+
"name":"ListStackSetOperations",
|
447
|
+
"http":{
|
448
|
+
"method":"POST",
|
449
|
+
"requestUri":"/"
|
450
|
+
},
|
451
|
+
"input":{"shape":"ListStackSetOperationsInput"},
|
452
|
+
"output":{
|
453
|
+
"shape":"ListStackSetOperationsOutput",
|
454
|
+
"resultWrapper":"ListStackSetOperationsResult"
|
455
|
+
},
|
456
|
+
"errors":[
|
457
|
+
{"shape":"StackSetNotFoundException"}
|
458
|
+
]
|
459
|
+
},
|
460
|
+
"ListStackSets":{
|
461
|
+
"name":"ListStackSets",
|
462
|
+
"http":{
|
463
|
+
"method":"POST",
|
464
|
+
"requestUri":"/"
|
465
|
+
},
|
466
|
+
"input":{"shape":"ListStackSetsInput"},
|
467
|
+
"output":{
|
468
|
+
"shape":"ListStackSetsOutput",
|
469
|
+
"resultWrapper":"ListStackSetsResult"
|
470
|
+
}
|
471
|
+
},
|
292
472
|
"ListStacks":{
|
293
473
|
"name":"ListStacks",
|
294
474
|
"http":{
|
@@ -317,6 +497,23 @@
|
|
317
497
|
},
|
318
498
|
"input":{"shape":"SignalResourceInput"}
|
319
499
|
},
|
500
|
+
"StopStackSetOperation":{
|
501
|
+
"name":"StopStackSetOperation",
|
502
|
+
"http":{
|
503
|
+
"method":"POST",
|
504
|
+
"requestUri":"/"
|
505
|
+
},
|
506
|
+
"input":{"shape":"StopStackSetOperationInput"},
|
507
|
+
"output":{
|
508
|
+
"shape":"StopStackSetOperationOutput",
|
509
|
+
"resultWrapper":"StopStackSetOperationResult"
|
510
|
+
},
|
511
|
+
"errors":[
|
512
|
+
{"shape":"StackSetNotFoundException"},
|
513
|
+
{"shape":"OperationNotFoundException"},
|
514
|
+
{"shape":"InvalidOperationException"}
|
515
|
+
]
|
516
|
+
},
|
320
517
|
"UpdateStack":{
|
321
518
|
"name":"UpdateStack",
|
322
519
|
"http":{
|
@@ -333,6 +530,25 @@
|
|
333
530
|
{"shape":"TokenAlreadyExistsException"}
|
334
531
|
]
|
335
532
|
},
|
533
|
+
"UpdateStackSet":{
|
534
|
+
"name":"UpdateStackSet",
|
535
|
+
"http":{
|
536
|
+
"method":"POST",
|
537
|
+
"requestUri":"/"
|
538
|
+
},
|
539
|
+
"input":{"shape":"UpdateStackSetInput"},
|
540
|
+
"output":{
|
541
|
+
"shape":"UpdateStackSetOutput",
|
542
|
+
"resultWrapper":"UpdateStackSetResult"
|
543
|
+
},
|
544
|
+
"errors":[
|
545
|
+
{"shape":"StackSetNotFoundException"},
|
546
|
+
{"shape":"OperationInProgressException"},
|
547
|
+
{"shape":"OperationIdAlreadyExistsException"},
|
548
|
+
{"shape":"StaleRequestException"},
|
549
|
+
{"shape":"InvalidOperationException"}
|
550
|
+
]
|
551
|
+
},
|
336
552
|
"ValidateTemplate":{
|
337
553
|
"name":"ValidateTemplate",
|
338
554
|
"http":{
|
@@ -347,6 +563,26 @@
|
|
347
563
|
}
|
348
564
|
},
|
349
565
|
"shapes":{
|
566
|
+
"Account":{
|
567
|
+
"type":"string",
|
568
|
+
"pattern":"[0-9]{12}"
|
569
|
+
},
|
570
|
+
"AccountGateResult":{
|
571
|
+
"type":"structure",
|
572
|
+
"members":{
|
573
|
+
"Status":{"shape":"AccountGateStatus"},
|
574
|
+
"StatusReason":{"shape":"AccountGateStatusReason"}
|
575
|
+
}
|
576
|
+
},
|
577
|
+
"AccountGateStatus":{
|
578
|
+
"type":"string",
|
579
|
+
"enum":[
|
580
|
+
"SUCCEEDED",
|
581
|
+
"FAILED",
|
582
|
+
"SKIPPED"
|
583
|
+
]
|
584
|
+
},
|
585
|
+
"AccountGateStatusReason":{"type":"string"},
|
350
586
|
"AccountLimit":{
|
351
587
|
"type":"structure",
|
352
588
|
"members":{
|
@@ -358,6 +594,10 @@
|
|
358
594
|
"type":"list",
|
359
595
|
"member":{"shape":"AccountLimit"}
|
360
596
|
},
|
597
|
+
"AccountList":{
|
598
|
+
"type":"list",
|
599
|
+
"member":{"shape":"Account"}
|
600
|
+
},
|
361
601
|
"AllowedValue":{"type":"string"},
|
362
602
|
"AllowedValues":{
|
363
603
|
"type":"list",
|
@@ -496,7 +736,7 @@
|
|
496
736
|
"type":"string",
|
497
737
|
"max":128,
|
498
738
|
"min":1,
|
499
|
-
"pattern":"[a-zA-
|
739
|
+
"pattern":"[a-zA-Z0-9][-a-zA-Z0-9]*"
|
500
740
|
},
|
501
741
|
"ClientToken":{
|
502
742
|
"type":"string",
|
@@ -569,12 +809,70 @@
|
|
569
809
|
"ClientRequestToken":{"shape":"ClientRequestToken"}
|
570
810
|
}
|
571
811
|
},
|
812
|
+
"CreateStackInstancesInput":{
|
813
|
+
"type":"structure",
|
814
|
+
"required":[
|
815
|
+
"StackSetName",
|
816
|
+
"Accounts",
|
817
|
+
"Regions"
|
818
|
+
],
|
819
|
+
"members":{
|
820
|
+
"StackSetName":{"shape":"StackSetName"},
|
821
|
+
"Accounts":{"shape":"AccountList"},
|
822
|
+
"Regions":{"shape":"RegionList"},
|
823
|
+
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
824
|
+
"OperationId":{
|
825
|
+
"shape":"ClientRequestToken",
|
826
|
+
"idempotencyToken":true
|
827
|
+
}
|
828
|
+
}
|
829
|
+
},
|
830
|
+
"CreateStackInstancesOutput":{
|
831
|
+
"type":"structure",
|
832
|
+
"members":{
|
833
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
834
|
+
}
|
835
|
+
},
|
572
836
|
"CreateStackOutput":{
|
573
837
|
"type":"structure",
|
574
838
|
"members":{
|
575
839
|
"StackId":{"shape":"StackId"}
|
576
840
|
}
|
577
841
|
},
|
842
|
+
"CreateStackSetInput":{
|
843
|
+
"type":"structure",
|
844
|
+
"required":["StackSetName"],
|
845
|
+
"members":{
|
846
|
+
"StackSetName":{"shape":"StackSetName"},
|
847
|
+
"Description":{"shape":"Description"},
|
848
|
+
"TemplateBody":{"shape":"TemplateBody"},
|
849
|
+
"TemplateURL":{"shape":"TemplateURL"},
|
850
|
+
"Parameters":{"shape":"Parameters"},
|
851
|
+
"Capabilities":{"shape":"Capabilities"},
|
852
|
+
"Tags":{"shape":"Tags"},
|
853
|
+
"ClientRequestToken":{
|
854
|
+
"shape":"ClientRequestToken",
|
855
|
+
"idempotencyToken":true
|
856
|
+
}
|
857
|
+
}
|
858
|
+
},
|
859
|
+
"CreateStackSetOutput":{
|
860
|
+
"type":"structure",
|
861
|
+
"members":{
|
862
|
+
"StackSetId":{"shape":"StackSetId"}
|
863
|
+
}
|
864
|
+
},
|
865
|
+
"CreatedButModifiedException":{
|
866
|
+
"type":"structure",
|
867
|
+
"members":{
|
868
|
+
},
|
869
|
+
"error":{
|
870
|
+
"code":"CreatedButModifiedException",
|
871
|
+
"httpStatusCode":409,
|
872
|
+
"senderFault":true
|
873
|
+
},
|
874
|
+
"exception":true
|
875
|
+
},
|
578
876
|
"CreationTime":{"type":"timestamp"},
|
579
877
|
"DeleteChangeSetInput":{
|
580
878
|
"type":"structure",
|
@@ -599,6 +897,44 @@
|
|
599
897
|
"ClientRequestToken":{"shape":"ClientRequestToken"}
|
600
898
|
}
|
601
899
|
},
|
900
|
+
"DeleteStackInstancesInput":{
|
901
|
+
"type":"structure",
|
902
|
+
"required":[
|
903
|
+
"StackSetName",
|
904
|
+
"Accounts",
|
905
|
+
"Regions",
|
906
|
+
"RetainStacks"
|
907
|
+
],
|
908
|
+
"members":{
|
909
|
+
"StackSetName":{"shape":"StackSetName"},
|
910
|
+
"Accounts":{"shape":"AccountList"},
|
911
|
+
"Regions":{"shape":"RegionList"},
|
912
|
+
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
913
|
+
"RetainStacks":{"shape":"RetainStacks"},
|
914
|
+
"OperationId":{
|
915
|
+
"shape":"ClientRequestToken",
|
916
|
+
"idempotencyToken":true
|
917
|
+
}
|
918
|
+
}
|
919
|
+
},
|
920
|
+
"DeleteStackInstancesOutput":{
|
921
|
+
"type":"structure",
|
922
|
+
"members":{
|
923
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
924
|
+
}
|
925
|
+
},
|
926
|
+
"DeleteStackSetInput":{
|
927
|
+
"type":"structure",
|
928
|
+
"required":["StackSetName"],
|
929
|
+
"members":{
|
930
|
+
"StackSetName":{"shape":"StackSetName"}
|
931
|
+
}
|
932
|
+
},
|
933
|
+
"DeleteStackSetOutput":{
|
934
|
+
"type":"structure",
|
935
|
+
"members":{
|
936
|
+
}
|
937
|
+
},
|
602
938
|
"DeletionTime":{"type":"timestamp"},
|
603
939
|
"DescribeAccountLimitsInput":{
|
604
940
|
"type":"structure",
|
@@ -656,6 +992,25 @@
|
|
656
992
|
"NextToken":{"shape":"NextToken"}
|
657
993
|
}
|
658
994
|
},
|
995
|
+
"DescribeStackInstanceInput":{
|
996
|
+
"type":"structure",
|
997
|
+
"required":[
|
998
|
+
"StackSetName",
|
999
|
+
"StackInstanceAccount",
|
1000
|
+
"StackInstanceRegion"
|
1001
|
+
],
|
1002
|
+
"members":{
|
1003
|
+
"StackSetName":{"shape":"StackSetName"},
|
1004
|
+
"StackInstanceAccount":{"shape":"Account"},
|
1005
|
+
"StackInstanceRegion":{"shape":"Region"}
|
1006
|
+
}
|
1007
|
+
},
|
1008
|
+
"DescribeStackInstanceOutput":{
|
1009
|
+
"type":"structure",
|
1010
|
+
"members":{
|
1011
|
+
"StackInstance":{"shape":"StackInstance"}
|
1012
|
+
}
|
1013
|
+
},
|
659
1014
|
"DescribeStackResourceInput":{
|
660
1015
|
"type":"structure",
|
661
1016
|
"required":[
|
@@ -687,6 +1042,36 @@
|
|
687
1042
|
"StackResources":{"shape":"StackResources"}
|
688
1043
|
}
|
689
1044
|
},
|
1045
|
+
"DescribeStackSetInput":{
|
1046
|
+
"type":"structure",
|
1047
|
+
"required":["StackSetName"],
|
1048
|
+
"members":{
|
1049
|
+
"StackSetName":{"shape":"StackSetName"}
|
1050
|
+
}
|
1051
|
+
},
|
1052
|
+
"DescribeStackSetOperationInput":{
|
1053
|
+
"type":"structure",
|
1054
|
+
"required":[
|
1055
|
+
"StackSetName",
|
1056
|
+
"OperationId"
|
1057
|
+
],
|
1058
|
+
"members":{
|
1059
|
+
"StackSetName":{"shape":"StackSetName"},
|
1060
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
1061
|
+
}
|
1062
|
+
},
|
1063
|
+
"DescribeStackSetOperationOutput":{
|
1064
|
+
"type":"structure",
|
1065
|
+
"members":{
|
1066
|
+
"StackSetOperation":{"shape":"StackSetOperation"}
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
"DescribeStackSetOutput":{
|
1070
|
+
"type":"structure",
|
1071
|
+
"members":{
|
1072
|
+
"StackSet":{"shape":"StackSet"}
|
1073
|
+
}
|
1074
|
+
},
|
690
1075
|
"DescribeStacksInput":{
|
691
1076
|
"type":"structure",
|
692
1077
|
"members":{
|
@@ -768,6 +1153,15 @@
|
|
768
1153
|
"type":"list",
|
769
1154
|
"member":{"shape":"Export"}
|
770
1155
|
},
|
1156
|
+
"FailureToleranceCount":{
|
1157
|
+
"type":"integer",
|
1158
|
+
"min":0
|
1159
|
+
},
|
1160
|
+
"FailureTolerancePercentage":{
|
1161
|
+
"type":"integer",
|
1162
|
+
"max":100,
|
1163
|
+
"min":0
|
1164
|
+
},
|
771
1165
|
"GetStackPolicyInput":{
|
772
1166
|
"type":"structure",
|
773
1167
|
"required":["StackName"],
|
@@ -801,7 +1195,8 @@
|
|
801
1195
|
"members":{
|
802
1196
|
"TemplateBody":{"shape":"TemplateBody"},
|
803
1197
|
"TemplateURL":{"shape":"TemplateURL"},
|
804
|
-
"StackName":{"shape":"StackNameOrId"}
|
1198
|
+
"StackName":{"shape":"StackNameOrId"},
|
1199
|
+
"StackSetName":{"shape":"StackSetNameOrId"}
|
805
1200
|
}
|
806
1201
|
},
|
807
1202
|
"GetTemplateSummaryOutput":{
|
@@ -843,6 +1238,17 @@
|
|
843
1238
|
},
|
844
1239
|
"exception":true
|
845
1240
|
},
|
1241
|
+
"InvalidOperationException":{
|
1242
|
+
"type":"structure",
|
1243
|
+
"members":{
|
1244
|
+
},
|
1245
|
+
"error":{
|
1246
|
+
"code":"InvalidOperationException",
|
1247
|
+
"httpStatusCode":400,
|
1248
|
+
"senderFault":true
|
1249
|
+
},
|
1250
|
+
"exception":true
|
1251
|
+
},
|
846
1252
|
"LastUpdatedTime":{"type":"timestamp"},
|
847
1253
|
"LimitExceededException":{
|
848
1254
|
"type":"structure",
|
@@ -900,6 +1306,24 @@
|
|
900
1306
|
"NextToken":{"shape":"NextToken"}
|
901
1307
|
}
|
902
1308
|
},
|
1309
|
+
"ListStackInstancesInput":{
|
1310
|
+
"type":"structure",
|
1311
|
+
"required":["StackSetName"],
|
1312
|
+
"members":{
|
1313
|
+
"StackSetName":{"shape":"StackSetName"},
|
1314
|
+
"NextToken":{"shape":"NextToken"},
|
1315
|
+
"MaxResults":{"shape":"MaxResults"},
|
1316
|
+
"StackInstanceAccount":{"shape":"Account"},
|
1317
|
+
"StackInstanceRegion":{"shape":"Region"}
|
1318
|
+
}
|
1319
|
+
},
|
1320
|
+
"ListStackInstancesOutput":{
|
1321
|
+
"type":"structure",
|
1322
|
+
"members":{
|
1323
|
+
"Summaries":{"shape":"StackInstanceSummaries"},
|
1324
|
+
"NextToken":{"shape":"NextToken"}
|
1325
|
+
}
|
1326
|
+
},
|
903
1327
|
"ListStackResourcesInput":{
|
904
1328
|
"type":"structure",
|
905
1329
|
"required":["StackName"],
|
@@ -915,6 +1339,57 @@
|
|
915
1339
|
"NextToken":{"shape":"NextToken"}
|
916
1340
|
}
|
917
1341
|
},
|
1342
|
+
"ListStackSetOperationResultsInput":{
|
1343
|
+
"type":"structure",
|
1344
|
+
"required":[
|
1345
|
+
"StackSetName",
|
1346
|
+
"OperationId"
|
1347
|
+
],
|
1348
|
+
"members":{
|
1349
|
+
"StackSetName":{"shape":"StackSetName"},
|
1350
|
+
"OperationId":{"shape":"ClientRequestToken"},
|
1351
|
+
"NextToken":{"shape":"NextToken"},
|
1352
|
+
"MaxResults":{"shape":"MaxResults"}
|
1353
|
+
}
|
1354
|
+
},
|
1355
|
+
"ListStackSetOperationResultsOutput":{
|
1356
|
+
"type":"structure",
|
1357
|
+
"members":{
|
1358
|
+
"Summaries":{"shape":"StackSetOperationResultSummaries"},
|
1359
|
+
"NextToken":{"shape":"NextToken"}
|
1360
|
+
}
|
1361
|
+
},
|
1362
|
+
"ListStackSetOperationsInput":{
|
1363
|
+
"type":"structure",
|
1364
|
+
"required":["StackSetName"],
|
1365
|
+
"members":{
|
1366
|
+
"StackSetName":{"shape":"StackSetName"},
|
1367
|
+
"NextToken":{"shape":"NextToken"},
|
1368
|
+
"MaxResults":{"shape":"MaxResults"}
|
1369
|
+
}
|
1370
|
+
},
|
1371
|
+
"ListStackSetOperationsOutput":{
|
1372
|
+
"type":"structure",
|
1373
|
+
"members":{
|
1374
|
+
"Summaries":{"shape":"StackSetOperationSummaries"},
|
1375
|
+
"NextToken":{"shape":"NextToken"}
|
1376
|
+
}
|
1377
|
+
},
|
1378
|
+
"ListStackSetsInput":{
|
1379
|
+
"type":"structure",
|
1380
|
+
"members":{
|
1381
|
+
"NextToken":{"shape":"NextToken"},
|
1382
|
+
"MaxResults":{"shape":"MaxResults"},
|
1383
|
+
"Status":{"shape":"StackSetStatus"}
|
1384
|
+
}
|
1385
|
+
},
|
1386
|
+
"ListStackSetsOutput":{
|
1387
|
+
"type":"structure",
|
1388
|
+
"members":{
|
1389
|
+
"Summaries":{"shape":"StackSetSummaries"},
|
1390
|
+
"NextToken":{"shape":"NextToken"}
|
1391
|
+
}
|
1392
|
+
},
|
918
1393
|
"ListStacksInput":{
|
919
1394
|
"type":"structure",
|
920
1395
|
"members":{
|
@@ -930,7 +1405,32 @@
|
|
930
1405
|
}
|
931
1406
|
},
|
932
1407
|
"LogicalResourceId":{"type":"string"},
|
1408
|
+
"MaxConcurrentCount":{
|
1409
|
+
"type":"integer",
|
1410
|
+
"min":1
|
1411
|
+
},
|
1412
|
+
"MaxConcurrentPercentage":{
|
1413
|
+
"type":"integer",
|
1414
|
+
"max":100,
|
1415
|
+
"min":1
|
1416
|
+
},
|
1417
|
+
"MaxResults":{
|
1418
|
+
"type":"integer",
|
1419
|
+
"max":100,
|
1420
|
+
"min":1
|
1421
|
+
},
|
933
1422
|
"Metadata":{"type":"string"},
|
1423
|
+
"NameAlreadyExistsException":{
|
1424
|
+
"type":"structure",
|
1425
|
+
"members":{
|
1426
|
+
},
|
1427
|
+
"error":{
|
1428
|
+
"code":"NameAlreadyExistsException",
|
1429
|
+
"httpStatusCode":409,
|
1430
|
+
"senderFault":true
|
1431
|
+
},
|
1432
|
+
"exception":true
|
1433
|
+
},
|
934
1434
|
"NextToken":{
|
935
1435
|
"type":"string",
|
936
1436
|
"max":1024,
|
@@ -951,12 +1451,46 @@
|
|
951
1451
|
"DELETE"
|
952
1452
|
]
|
953
1453
|
},
|
1454
|
+
"OperationIdAlreadyExistsException":{
|
1455
|
+
"type":"structure",
|
1456
|
+
"members":{
|
1457
|
+
},
|
1458
|
+
"error":{
|
1459
|
+
"code":"OperationIdAlreadyExistsException",
|
1460
|
+
"httpStatusCode":409,
|
1461
|
+
"senderFault":true
|
1462
|
+
},
|
1463
|
+
"exception":true
|
1464
|
+
},
|
1465
|
+
"OperationInProgressException":{
|
1466
|
+
"type":"structure",
|
1467
|
+
"members":{
|
1468
|
+
},
|
1469
|
+
"error":{
|
1470
|
+
"code":"OperationInProgressException",
|
1471
|
+
"httpStatusCode":409,
|
1472
|
+
"senderFault":true
|
1473
|
+
},
|
1474
|
+
"exception":true
|
1475
|
+
},
|
1476
|
+
"OperationNotFoundException":{
|
1477
|
+
"type":"structure",
|
1478
|
+
"members":{
|
1479
|
+
},
|
1480
|
+
"error":{
|
1481
|
+
"code":"OperationNotFoundException",
|
1482
|
+
"httpStatusCode":404,
|
1483
|
+
"senderFault":true
|
1484
|
+
},
|
1485
|
+
"exception":true
|
1486
|
+
},
|
954
1487
|
"Output":{
|
955
1488
|
"type":"structure",
|
956
1489
|
"members":{
|
957
1490
|
"OutputKey":{"shape":"OutputKey"},
|
958
1491
|
"OutputValue":{"shape":"OutputValue"},
|
959
|
-
"Description":{"shape":"Description"}
|
1492
|
+
"Description":{"shape":"Description"},
|
1493
|
+
"ExportName":{"shape":"ExportName"}
|
960
1494
|
}
|
961
1495
|
},
|
962
1496
|
"OutputKey":{"type":"string"},
|
@@ -1003,6 +1537,12 @@
|
|
1003
1537
|
},
|
1004
1538
|
"PhysicalResourceId":{"type":"string"},
|
1005
1539
|
"PropertyName":{"type":"string"},
|
1540
|
+
"Reason":{"type":"string"},
|
1541
|
+
"Region":{"type":"string"},
|
1542
|
+
"RegionList":{
|
1543
|
+
"type":"list",
|
1544
|
+
"member":{"shape":"Region"}
|
1545
|
+
},
|
1006
1546
|
"Replacement":{
|
1007
1547
|
"type":"string",
|
1008
1548
|
"enum":[
|
@@ -1113,6 +1653,8 @@
|
|
1113
1653
|
"type":"list",
|
1114
1654
|
"member":{"shape":"LogicalResourceId"}
|
1115
1655
|
},
|
1656
|
+
"RetainStacks":{"type":"boolean"},
|
1657
|
+
"RetainStacksNullable":{"type":"boolean"},
|
1116
1658
|
"RoleARN":{
|
1117
1659
|
"type":"string",
|
1118
1660
|
"max":2048,
|
@@ -1199,6 +1741,51 @@
|
|
1199
1741
|
"member":{"shape":"StackEvent"}
|
1200
1742
|
},
|
1201
1743
|
"StackId":{"type":"string"},
|
1744
|
+
"StackInstance":{
|
1745
|
+
"type":"structure",
|
1746
|
+
"members":{
|
1747
|
+
"StackSetId":{"shape":"StackSetId"},
|
1748
|
+
"Region":{"shape":"Region"},
|
1749
|
+
"Account":{"shape":"Account"},
|
1750
|
+
"StackId":{"shape":"StackId"},
|
1751
|
+
"Status":{"shape":"StackInstanceStatus"},
|
1752
|
+
"StatusReason":{"shape":"Reason"}
|
1753
|
+
}
|
1754
|
+
},
|
1755
|
+
"StackInstanceNotFoundException":{
|
1756
|
+
"type":"structure",
|
1757
|
+
"members":{
|
1758
|
+
},
|
1759
|
+
"error":{
|
1760
|
+
"code":"StackInstanceNotFoundException",
|
1761
|
+
"httpStatusCode":404,
|
1762
|
+
"senderFault":true
|
1763
|
+
},
|
1764
|
+
"exception":true
|
1765
|
+
},
|
1766
|
+
"StackInstanceStatus":{
|
1767
|
+
"type":"string",
|
1768
|
+
"enum":[
|
1769
|
+
"CURRENT",
|
1770
|
+
"OUTDATED",
|
1771
|
+
"INOPERABLE"
|
1772
|
+
]
|
1773
|
+
},
|
1774
|
+
"StackInstanceSummaries":{
|
1775
|
+
"type":"list",
|
1776
|
+
"member":{"shape":"StackInstanceSummary"}
|
1777
|
+
},
|
1778
|
+
"StackInstanceSummary":{
|
1779
|
+
"type":"structure",
|
1780
|
+
"members":{
|
1781
|
+
"StackSetId":{"shape":"StackSetId"},
|
1782
|
+
"Region":{"shape":"Region"},
|
1783
|
+
"Account":{"shape":"Account"},
|
1784
|
+
"StackId":{"shape":"StackId"},
|
1785
|
+
"Status":{"shape":"StackInstanceStatus"},
|
1786
|
+
"StatusReason":{"shape":"Reason"}
|
1787
|
+
}
|
1788
|
+
},
|
1202
1789
|
"StackName":{"type":"string"},
|
1203
1790
|
"StackNameOrId":{
|
1204
1791
|
"type":"string",
|
@@ -1291,6 +1878,147 @@
|
|
1291
1878
|
"type":"list",
|
1292
1879
|
"member":{"shape":"StackResource"}
|
1293
1880
|
},
|
1881
|
+
"StackSet":{
|
1882
|
+
"type":"structure",
|
1883
|
+
"members":{
|
1884
|
+
"StackSetName":{"shape":"StackSetName"},
|
1885
|
+
"StackSetId":{"shape":"StackSetId"},
|
1886
|
+
"Description":{"shape":"Description"},
|
1887
|
+
"Status":{"shape":"StackSetStatus"},
|
1888
|
+
"TemplateBody":{"shape":"TemplateBody"},
|
1889
|
+
"Parameters":{"shape":"Parameters"},
|
1890
|
+
"Capabilities":{"shape":"Capabilities"},
|
1891
|
+
"Tags":{"shape":"Tags"}
|
1892
|
+
}
|
1893
|
+
},
|
1894
|
+
"StackSetId":{"type":"string"},
|
1895
|
+
"StackSetName":{"type":"string"},
|
1896
|
+
"StackSetNameOrId":{
|
1897
|
+
"type":"string",
|
1898
|
+
"min":1,
|
1899
|
+
"pattern":"[a-zA-Z][-a-zA-Z0-9]*"
|
1900
|
+
},
|
1901
|
+
"StackSetNotEmptyException":{
|
1902
|
+
"type":"structure",
|
1903
|
+
"members":{
|
1904
|
+
},
|
1905
|
+
"error":{
|
1906
|
+
"code":"StackSetNotEmptyException",
|
1907
|
+
"httpStatusCode":409,
|
1908
|
+
"senderFault":true
|
1909
|
+
},
|
1910
|
+
"exception":true
|
1911
|
+
},
|
1912
|
+
"StackSetNotFoundException":{
|
1913
|
+
"type":"structure",
|
1914
|
+
"members":{
|
1915
|
+
},
|
1916
|
+
"error":{
|
1917
|
+
"code":"StackSetNotFoundException",
|
1918
|
+
"httpStatusCode":404,
|
1919
|
+
"senderFault":true
|
1920
|
+
},
|
1921
|
+
"exception":true
|
1922
|
+
},
|
1923
|
+
"StackSetOperation":{
|
1924
|
+
"type":"structure",
|
1925
|
+
"members":{
|
1926
|
+
"OperationId":{"shape":"ClientRequestToken"},
|
1927
|
+
"StackSetId":{"shape":"StackSetId"},
|
1928
|
+
"Action":{"shape":"StackSetOperationAction"},
|
1929
|
+
"Status":{"shape":"StackSetOperationStatus"},
|
1930
|
+
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
1931
|
+
"RetainStacks":{"shape":"RetainStacksNullable"},
|
1932
|
+
"CreationTimestamp":{"shape":"Timestamp"},
|
1933
|
+
"EndTimestamp":{"shape":"Timestamp"}
|
1934
|
+
}
|
1935
|
+
},
|
1936
|
+
"StackSetOperationAction":{
|
1937
|
+
"type":"string",
|
1938
|
+
"enum":[
|
1939
|
+
"CREATE",
|
1940
|
+
"UPDATE",
|
1941
|
+
"DELETE"
|
1942
|
+
]
|
1943
|
+
},
|
1944
|
+
"StackSetOperationPreferences":{
|
1945
|
+
"type":"structure",
|
1946
|
+
"members":{
|
1947
|
+
"RegionOrder":{"shape":"RegionList"},
|
1948
|
+
"FailureToleranceCount":{"shape":"FailureToleranceCount"},
|
1949
|
+
"FailureTolerancePercentage":{"shape":"FailureTolerancePercentage"},
|
1950
|
+
"MaxConcurrentCount":{"shape":"MaxConcurrentCount"},
|
1951
|
+
"MaxConcurrentPercentage":{"shape":"MaxConcurrentPercentage"}
|
1952
|
+
}
|
1953
|
+
},
|
1954
|
+
"StackSetOperationResultStatus":{
|
1955
|
+
"type":"string",
|
1956
|
+
"enum":[
|
1957
|
+
"PENDING",
|
1958
|
+
"RUNNING",
|
1959
|
+
"SUCCEEDED",
|
1960
|
+
"FAILED",
|
1961
|
+
"CANCELLED"
|
1962
|
+
]
|
1963
|
+
},
|
1964
|
+
"StackSetOperationResultSummaries":{
|
1965
|
+
"type":"list",
|
1966
|
+
"member":{"shape":"StackSetOperationResultSummary"}
|
1967
|
+
},
|
1968
|
+
"StackSetOperationResultSummary":{
|
1969
|
+
"type":"structure",
|
1970
|
+
"members":{
|
1971
|
+
"Account":{"shape":"Account"},
|
1972
|
+
"Region":{"shape":"Region"},
|
1973
|
+
"Status":{"shape":"StackSetOperationResultStatus"},
|
1974
|
+
"StatusReason":{"shape":"Reason"},
|
1975
|
+
"AccountGateResult":{"shape":"AccountGateResult"}
|
1976
|
+
}
|
1977
|
+
},
|
1978
|
+
"StackSetOperationStatus":{
|
1979
|
+
"type":"string",
|
1980
|
+
"enum":[
|
1981
|
+
"RUNNING",
|
1982
|
+
"SUCCEEDED",
|
1983
|
+
"FAILED",
|
1984
|
+
"STOPPING",
|
1985
|
+
"STOPPED"
|
1986
|
+
]
|
1987
|
+
},
|
1988
|
+
"StackSetOperationSummaries":{
|
1989
|
+
"type":"list",
|
1990
|
+
"member":{"shape":"StackSetOperationSummary"}
|
1991
|
+
},
|
1992
|
+
"StackSetOperationSummary":{
|
1993
|
+
"type":"structure",
|
1994
|
+
"members":{
|
1995
|
+
"OperationId":{"shape":"ClientRequestToken"},
|
1996
|
+
"Action":{"shape":"StackSetOperationAction"},
|
1997
|
+
"Status":{"shape":"StackSetOperationStatus"},
|
1998
|
+
"CreationTimestamp":{"shape":"Timestamp"},
|
1999
|
+
"EndTimestamp":{"shape":"Timestamp"}
|
2000
|
+
}
|
2001
|
+
},
|
2002
|
+
"StackSetStatus":{
|
2003
|
+
"type":"string",
|
2004
|
+
"enum":[
|
2005
|
+
"ACTIVE",
|
2006
|
+
"DELETED"
|
2007
|
+
]
|
2008
|
+
},
|
2009
|
+
"StackSetSummaries":{
|
2010
|
+
"type":"list",
|
2011
|
+
"member":{"shape":"StackSetSummary"}
|
2012
|
+
},
|
2013
|
+
"StackSetSummary":{
|
2014
|
+
"type":"structure",
|
2015
|
+
"members":{
|
2016
|
+
"StackSetName":{"shape":"StackSetName"},
|
2017
|
+
"StackSetId":{"shape":"StackSetId"},
|
2018
|
+
"Description":{"shape":"Description"},
|
2019
|
+
"Status":{"shape":"StackSetStatus"}
|
2020
|
+
}
|
2021
|
+
},
|
1294
2022
|
"StackStatus":{
|
1295
2023
|
"type":"string",
|
1296
2024
|
"enum":[
|
@@ -1348,18 +2076,58 @@
|
|
1348
2076
|
"type":"list",
|
1349
2077
|
"member":{"shape":"TemplateStage"}
|
1350
2078
|
},
|
2079
|
+
"StaleRequestException":{
|
2080
|
+
"type":"structure",
|
2081
|
+
"members":{
|
2082
|
+
},
|
2083
|
+
"error":{
|
2084
|
+
"code":"StaleRequestException",
|
2085
|
+
"httpStatusCode":409,
|
2086
|
+
"senderFault":true
|
2087
|
+
},
|
2088
|
+
"exception":true
|
2089
|
+
},
|
2090
|
+
"StopStackSetOperationInput":{
|
2091
|
+
"type":"structure",
|
2092
|
+
"required":[
|
2093
|
+
"StackSetName",
|
2094
|
+
"OperationId"
|
2095
|
+
],
|
2096
|
+
"members":{
|
2097
|
+
"StackSetName":{"shape":"StackSetName"},
|
2098
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
2099
|
+
}
|
2100
|
+
},
|
2101
|
+
"StopStackSetOperationOutput":{
|
2102
|
+
"type":"structure",
|
2103
|
+
"members":{
|
2104
|
+
}
|
2105
|
+
},
|
1351
2106
|
"Tag":{
|
1352
2107
|
"type":"structure",
|
2108
|
+
"required":[
|
2109
|
+
"Key",
|
2110
|
+
"Value"
|
2111
|
+
],
|
1353
2112
|
"members":{
|
1354
2113
|
"Key":{"shape":"TagKey"},
|
1355
2114
|
"Value":{"shape":"TagValue"}
|
1356
2115
|
}
|
1357
2116
|
},
|
1358
|
-
"TagKey":{
|
1359
|
-
|
2117
|
+
"TagKey":{
|
2118
|
+
"type":"string",
|
2119
|
+
"max":128,
|
2120
|
+
"min":1
|
2121
|
+
},
|
2122
|
+
"TagValue":{
|
2123
|
+
"type":"string",
|
2124
|
+
"max":256,
|
2125
|
+
"min":1
|
2126
|
+
},
|
1360
2127
|
"Tags":{
|
1361
2128
|
"type":"list",
|
1362
|
-
"member":{"shape":"Tag"}
|
2129
|
+
"member":{"shape":"Tag"},
|
2130
|
+
"max":50
|
1363
2131
|
},
|
1364
2132
|
"TemplateBody":{
|
1365
2133
|
"type":"string",
|
@@ -1439,6 +2207,31 @@
|
|
1439
2207
|
"StackId":{"shape":"StackId"}
|
1440
2208
|
}
|
1441
2209
|
},
|
2210
|
+
"UpdateStackSetInput":{
|
2211
|
+
"type":"structure",
|
2212
|
+
"required":["StackSetName"],
|
2213
|
+
"members":{
|
2214
|
+
"StackSetName":{"shape":"StackSetName"},
|
2215
|
+
"Description":{"shape":"Description"},
|
2216
|
+
"TemplateBody":{"shape":"TemplateBody"},
|
2217
|
+
"TemplateURL":{"shape":"TemplateURL"},
|
2218
|
+
"UsePreviousTemplate":{"shape":"UsePreviousTemplate"},
|
2219
|
+
"Parameters":{"shape":"Parameters"},
|
2220
|
+
"Capabilities":{"shape":"Capabilities"},
|
2221
|
+
"Tags":{"shape":"Tags"},
|
2222
|
+
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
2223
|
+
"OperationId":{
|
2224
|
+
"shape":"ClientRequestToken",
|
2225
|
+
"idempotencyToken":true
|
2226
|
+
}
|
2227
|
+
}
|
2228
|
+
},
|
2229
|
+
"UpdateStackSetOutput":{
|
2230
|
+
"type":"structure",
|
2231
|
+
"members":{
|
2232
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
2233
|
+
}
|
2234
|
+
},
|
1442
2235
|
"Url":{"type":"string"},
|
1443
2236
|
"UsePreviousTemplate":{"type":"boolean"},
|
1444
2237
|
"UsePreviousValue":{"type":"boolean"},
|