|
48 | 48 | "input":{"shape":"AllocateHostedConnectionRequest"}, |
49 | 49 | "output":{"shape":"Connection"}, |
50 | 50 | "errors":[ |
| 51 | + {"shape":"DuplicateTagKeysException"}, |
| 52 | + {"shape":"TooManyTagsException"}, |
51 | 53 | {"shape":"DirectConnectServerException"}, |
52 | 54 | {"shape":"DirectConnectClientException"} |
53 | 55 | ] |
|
61 | 63 | "input":{"shape":"AllocatePrivateVirtualInterfaceRequest"}, |
62 | 64 | "output":{"shape":"VirtualInterface"}, |
63 | 65 | "errors":[ |
| 66 | + {"shape":"DuplicateTagKeysException"}, |
| 67 | + {"shape":"TooManyTagsException"}, |
64 | 68 | {"shape":"DirectConnectServerException"}, |
65 | 69 | {"shape":"DirectConnectClientException"} |
66 | 70 | ] |
|
74 | 78 | "input":{"shape":"AllocatePublicVirtualInterfaceRequest"}, |
75 | 79 | "output":{"shape":"VirtualInterface"}, |
76 | 80 | "errors":[ |
| 81 | + {"shape":"DuplicateTagKeysException"}, |
| 82 | + {"shape":"TooManyTagsException"}, |
77 | 83 | {"shape":"DirectConnectServerException"}, |
78 | 84 | {"shape":"DirectConnectClientException"} |
79 | 85 | ] |
|
87 | 93 | "input":{"shape":"AllocateTransitVirtualInterfaceRequest"}, |
88 | 94 | "output":{"shape":"AllocateTransitVirtualInterfaceResult"}, |
89 | 95 | "errors":[ |
| 96 | + {"shape":"DuplicateTagKeysException"}, |
| 97 | + {"shape":"TooManyTagsException"}, |
90 | 98 | {"shape":"DirectConnectServerException"}, |
91 | 99 | {"shape":"DirectConnectClientException"} |
92 | 100 | ] |
|
204 | 212 | "input":{"shape":"CreateConnectionRequest"}, |
205 | 213 | "output":{"shape":"Connection"}, |
206 | 214 | "errors":[ |
| 215 | + {"shape":"DuplicateTagKeysException"}, |
| 216 | + {"shape":"TooManyTagsException"}, |
207 | 217 | {"shape":"DirectConnectServerException"}, |
208 | 218 | {"shape":"DirectConnectClientException"} |
209 | 219 | ] |
|
256 | 266 | "input":{"shape":"CreateInterconnectRequest"}, |
257 | 267 | "output":{"shape":"Interconnect"}, |
258 | 268 | "errors":[ |
| 269 | + {"shape":"DuplicateTagKeysException"}, |
| 270 | + {"shape":"TooManyTagsException"}, |
259 | 271 | {"shape":"DirectConnectServerException"}, |
260 | 272 | {"shape":"DirectConnectClientException"} |
261 | 273 | ] |
|
269 | 281 | "input":{"shape":"CreateLagRequest"}, |
270 | 282 | "output":{"shape":"Lag"}, |
271 | 283 | "errors":[ |
| 284 | + {"shape":"DuplicateTagKeysException"}, |
| 285 | + {"shape":"TooManyTagsException"}, |
272 | 286 | {"shape":"DirectConnectServerException"}, |
273 | 287 | {"shape":"DirectConnectClientException"} |
274 | 288 | ] |
|
282 | 296 | "input":{"shape":"CreatePrivateVirtualInterfaceRequest"}, |
283 | 297 | "output":{"shape":"VirtualInterface"}, |
284 | 298 | "errors":[ |
| 299 | + {"shape":"DuplicateTagKeysException"}, |
| 300 | + {"shape":"TooManyTagsException"}, |
285 | 301 | {"shape":"DirectConnectServerException"}, |
286 | 302 | {"shape":"DirectConnectClientException"} |
287 | 303 | ] |
|
295 | 311 | "input":{"shape":"CreatePublicVirtualInterfaceRequest"}, |
296 | 312 | "output":{"shape":"VirtualInterface"}, |
297 | 313 | "errors":[ |
| 314 | + {"shape":"DuplicateTagKeysException"}, |
| 315 | + {"shape":"TooManyTagsException"}, |
298 | 316 | {"shape":"DirectConnectServerException"}, |
299 | 317 | {"shape":"DirectConnectClientException"} |
300 | 318 | ] |
|
308 | 326 | "input":{"shape":"CreateTransitVirtualInterfaceRequest"}, |
309 | 327 | "output":{"shape":"CreateTransitVirtualInterfaceResult"}, |
310 | 328 | "errors":[ |
| 329 | + {"shape":"DuplicateTagKeysException"}, |
| 330 | + {"shape":"TooManyTagsException"}, |
311 | 331 | {"shape":"DirectConnectServerException"}, |
312 | 332 | {"shape":"DirectConnectClientException"} |
313 | 333 | ] |
|
766 | 786 | "ownerAccount":{"shape":"OwnerAccount"}, |
767 | 787 | "bandwidth":{"shape":"Bandwidth"}, |
768 | 788 | "connectionName":{"shape":"ConnectionName"}, |
769 | | - "vlan":{"shape":"VLAN"} |
| 789 | + "vlan":{"shape":"VLAN"}, |
| 790 | + "tags":{"shape":"TagList"} |
770 | 791 | } |
771 | 792 | }, |
772 | 793 | "AllocatePrivateVirtualInterfaceRequest":{ |
|
983 | 1004 | "awsDevice":{"shape":"AwsDevice"}, |
984 | 1005 | "jumboFrameCapable":{"shape":"JumboFrameCapable"}, |
985 | 1006 | "awsDeviceV2":{"shape":"AwsDeviceV2"}, |
986 | | - "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"} |
| 1007 | + "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}, |
| 1008 | + "tags":{"shape":"TagList"} |
987 | 1009 | } |
988 | 1010 | }, |
989 | 1011 | "ConnectionId":{"type":"string"}, |
|
1037 | 1059 | "location":{"shape":"LocationCode"}, |
1038 | 1060 | "bandwidth":{"shape":"Bandwidth"}, |
1039 | 1061 | "connectionName":{"shape":"ConnectionName"}, |
1040 | | - "lagId":{"shape":"LagId"} |
| 1062 | + "lagId":{"shape":"LagId"}, |
| 1063 | + "tags":{"shape":"TagList"} |
1041 | 1064 | } |
1042 | 1065 | }, |
1043 | 1066 | "CreateDirectConnectGatewayAssociationProposalRequest":{ |
|
1102 | 1125 | "interconnectName":{"shape":"InterconnectName"}, |
1103 | 1126 | "bandwidth":{"shape":"Bandwidth"}, |
1104 | 1127 | "location":{"shape":"LocationCode"}, |
1105 | | - "lagId":{"shape":"LagId"} |
| 1128 | + "lagId":{"shape":"LagId"}, |
| 1129 | + "tags":{"shape":"TagList"} |
1106 | 1130 | } |
1107 | 1131 | }, |
1108 | 1132 | "CreateLagRequest":{ |
|
1118 | 1142 | "location":{"shape":"LocationCode"}, |
1119 | 1143 | "connectionsBandwidth":{"shape":"Bandwidth"}, |
1120 | 1144 | "lagName":{"shape":"LagName"}, |
1121 | | - "connectionId":{"shape":"ConnectionId"} |
| 1145 | + "connectionId":{"shape":"ConnectionId"}, |
| 1146 | + "tags":{"shape":"TagList"}, |
| 1147 | + "childConnectionTags":{"shape":"TagList"} |
1122 | 1148 | } |
1123 | 1149 | }, |
1124 | 1150 | "CreatePrivateVirtualInterfaceRequest":{ |
|
1589 | 1615 | "awsDevice":{"shape":"AwsDevice"}, |
1590 | 1616 | "jumboFrameCapable":{"shape":"JumboFrameCapable"}, |
1591 | 1617 | "awsDeviceV2":{"shape":"AwsDeviceV2"}, |
1592 | | - "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"} |
| 1618 | + "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}, |
| 1619 | + "tags":{"shape":"TagList"} |
1593 | 1620 | } |
1594 | 1621 | }, |
1595 | 1622 | "InterconnectId":{"type":"string"}, |
|
1634 | 1661 | "connections":{"shape":"ConnectionList"}, |
1635 | 1662 | "allowsHostedConnections":{"shape":"BooleanFlag"}, |
1636 | 1663 | "jumboFrameCapable":{"shape":"JumboFrameCapable"}, |
1637 | | - "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"} |
| 1664 | + "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}, |
| 1665 | + "tags":{"shape":"TagList"} |
1638 | 1666 | } |
1639 | 1667 | }, |
1640 | 1668 | "LagId":{"type":"string"}, |
|
1728 | 1756 | "customerAddress":{"shape":"CustomerAddress"}, |
1729 | 1757 | "addressFamily":{"shape":"AddressFamily"}, |
1730 | 1758 | "virtualGatewayId":{"shape":"VirtualGatewayId"}, |
1731 | | - "directConnectGatewayId":{"shape":"DirectConnectGatewayId"} |
| 1759 | + "directConnectGatewayId":{"shape":"DirectConnectGatewayId"}, |
| 1760 | + "tags":{"shape":"TagList"} |
1732 | 1761 | } |
1733 | 1762 | }, |
1734 | 1763 | "NewPrivateVirtualInterfaceAllocation":{ |
|
1746 | 1775 | "authKey":{"shape":"BGPAuthKey"}, |
1747 | 1776 | "amazonAddress":{"shape":"AmazonAddress"}, |
1748 | 1777 | "addressFamily":{"shape":"AddressFamily"}, |
1749 | | - "customerAddress":{"shape":"CustomerAddress"} |
| 1778 | + "customerAddress":{"shape":"CustomerAddress"}, |
| 1779 | + "tags":{"shape":"TagList"} |
1750 | 1780 | } |
1751 | 1781 | }, |
1752 | 1782 | "NewPublicVirtualInterface":{ |
|
1764 | 1794 | "amazonAddress":{"shape":"AmazonAddress"}, |
1765 | 1795 | "customerAddress":{"shape":"CustomerAddress"}, |
1766 | 1796 | "addressFamily":{"shape":"AddressFamily"}, |
1767 | | - "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"} |
| 1797 | + "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}, |
| 1798 | + "tags":{"shape":"TagList"} |
1768 | 1799 | } |
1769 | 1800 | }, |
1770 | 1801 | "NewPublicVirtualInterfaceAllocation":{ |
|
1782 | 1813 | "amazonAddress":{"shape":"AmazonAddress"}, |
1783 | 1814 | "customerAddress":{"shape":"CustomerAddress"}, |
1784 | 1815 | "addressFamily":{"shape":"AddressFamily"}, |
1785 | | - "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"} |
| 1816 | + "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}, |
| 1817 | + "tags":{"shape":"TagList"} |
1786 | 1818 | } |
1787 | 1819 | }, |
1788 | 1820 | "NewTransitVirtualInterface":{ |
|
1796 | 1828 | "amazonAddress":{"shape":"AmazonAddress"}, |
1797 | 1829 | "customerAddress":{"shape":"CustomerAddress"}, |
1798 | 1830 | "addressFamily":{"shape":"AddressFamily"}, |
1799 | | - "directConnectGatewayId":{"shape":"DirectConnectGatewayId"} |
| 1831 | + "directConnectGatewayId":{"shape":"DirectConnectGatewayId"}, |
| 1832 | + "tags":{"shape":"TagList"} |
1800 | 1833 | } |
1801 | 1834 | }, |
1802 | 1835 | "NewTransitVirtualInterfaceAllocation":{ |
|
1809 | 1842 | "authKey":{"shape":"BGPAuthKey"}, |
1810 | 1843 | "amazonAddress":{"shape":"AmazonAddress"}, |
1811 | 1844 | "customerAddress":{"shape":"CustomerAddress"}, |
1812 | | - "addressFamily":{"shape":"AddressFamily"} |
| 1845 | + "addressFamily":{"shape":"AddressFamily"}, |
| 1846 | + "tags":{"shape":"TagList"} |
1813 | 1847 | } |
1814 | 1848 | }, |
1815 | 1849 | "OwnerAccount":{"type":"string"}, |
|
1996 | 2030 | "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}, |
1997 | 2031 | "bgpPeers":{"shape":"BGPPeerList"}, |
1998 | 2032 | "region":{"shape":"Region"}, |
1999 | | - "awsDeviceV2":{"shape":"AwsDeviceV2"} |
| 2033 | + "awsDeviceV2":{"shape":"AwsDeviceV2"}, |
| 2034 | + "tags":{"shape":"TagList"} |
2000 | 2035 | } |
2001 | 2036 | }, |
2002 | 2037 | "VirtualInterfaceId":{"type":"string"}, |
|
0 commit comments