@aws-sdk/client-direct-connect 3.1077.0 → 3.1079.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/dist-cjs/index.js +195 -757
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -14
- package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -14
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -14
- package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -14
- package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -14
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmConnectionCommand.js +2 -14
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -14
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreateBGPPeerCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/CreateInterconnectCommand.js +2 -14
- package/dist-es/commands/CreateLagCommand.js +2 -14
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/DeleteBGPPeerCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteInterconnectCommand.js +2 -14
- package/dist-es/commands/DeleteLagCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -14
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -14
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -14
- package/dist-es/commands/DescribeInterconnectsCommand.js +2 -14
- package/dist-es/commands/DescribeLagsCommand.js +2 -14
- package/dist-es/commands/DescribeLoaCommand.js +2 -14
- package/dist-es/commands/DescribeLocationsCommand.js +2 -14
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -14
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -14
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -14
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -14
- package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -14
- package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionCommand.js +2 -14
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateLagCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +3 -8
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/CreateLagCommand.d.ts +3 -8
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLagCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +3 -8
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +3 -8
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLagCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1656,760 +1657,197 @@ class DirectConnectClient extends Client {
|
|
|
1656
1657
|
}
|
|
1657
1658
|
}
|
|
1658
1659
|
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
class CreateConnectionCommand extends Command
|
|
1852
|
-
.classBuilder()
|
|
1853
|
-
.ep(commonParams)
|
|
1854
|
-
.m(function (Command, cs, config, o) {
|
|
1855
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1856
|
-
})
|
|
1857
|
-
.s("OvertureService", "CreateConnection", {})
|
|
1858
|
-
.n("DirectConnectClient", "CreateConnectionCommand")
|
|
1859
|
-
.sc(CreateConnection$)
|
|
1860
|
-
.build() {
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
class CreateDirectConnectGatewayAssociationCommand extends Command
|
|
1864
|
-
.classBuilder()
|
|
1865
|
-
.ep(commonParams)
|
|
1866
|
-
.m(function (Command, cs, config, o) {
|
|
1867
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1868
|
-
})
|
|
1869
|
-
.s("OvertureService", "CreateDirectConnectGatewayAssociation", {})
|
|
1870
|
-
.n("DirectConnectClient", "CreateDirectConnectGatewayAssociationCommand")
|
|
1871
|
-
.sc(CreateDirectConnectGatewayAssociation$)
|
|
1872
|
-
.build() {
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
class CreateDirectConnectGatewayAssociationProposalCommand extends Command
|
|
1876
|
-
.classBuilder()
|
|
1877
|
-
.ep(commonParams)
|
|
1878
|
-
.m(function (Command, cs, config, o) {
|
|
1879
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1880
|
-
})
|
|
1881
|
-
.s("OvertureService", "CreateDirectConnectGatewayAssociationProposal", {})
|
|
1882
|
-
.n("DirectConnectClient", "CreateDirectConnectGatewayAssociationProposalCommand")
|
|
1883
|
-
.sc(CreateDirectConnectGatewayAssociationProposal$)
|
|
1884
|
-
.build() {
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
class CreateDirectConnectGatewayCommand extends Command
|
|
1888
|
-
.classBuilder()
|
|
1889
|
-
.ep(commonParams)
|
|
1890
|
-
.m(function (Command, cs, config, o) {
|
|
1891
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1892
|
-
})
|
|
1893
|
-
.s("OvertureService", "CreateDirectConnectGateway", {})
|
|
1894
|
-
.n("DirectConnectClient", "CreateDirectConnectGatewayCommand")
|
|
1895
|
-
.sc(CreateDirectConnectGateway$)
|
|
1896
|
-
.build() {
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
class CreateInterconnectCommand extends Command
|
|
1900
|
-
.classBuilder()
|
|
1901
|
-
.ep(commonParams)
|
|
1902
|
-
.m(function (Command, cs, config, o) {
|
|
1903
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1904
|
-
})
|
|
1905
|
-
.s("OvertureService", "CreateInterconnect", {})
|
|
1906
|
-
.n("DirectConnectClient", "CreateInterconnectCommand")
|
|
1907
|
-
.sc(CreateInterconnect$)
|
|
1908
|
-
.build() {
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
class CreateLagCommand extends Command
|
|
1912
|
-
.classBuilder()
|
|
1913
|
-
.ep(commonParams)
|
|
1914
|
-
.m(function (Command, cs, config, o) {
|
|
1915
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1916
|
-
})
|
|
1917
|
-
.s("OvertureService", "CreateLag", {})
|
|
1918
|
-
.n("DirectConnectClient", "CreateLagCommand")
|
|
1919
|
-
.sc(CreateLag$)
|
|
1920
|
-
.build() {
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
class CreatePrivateVirtualInterfaceCommand extends Command
|
|
1924
|
-
.classBuilder()
|
|
1925
|
-
.ep(commonParams)
|
|
1926
|
-
.m(function (Command, cs, config, o) {
|
|
1927
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1928
|
-
})
|
|
1929
|
-
.s("OvertureService", "CreatePrivateVirtualInterface", {})
|
|
1930
|
-
.n("DirectConnectClient", "CreatePrivateVirtualInterfaceCommand")
|
|
1931
|
-
.sc(CreatePrivateVirtualInterface$)
|
|
1932
|
-
.build() {
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
class CreatePublicVirtualInterfaceCommand extends Command
|
|
1936
|
-
.classBuilder()
|
|
1937
|
-
.ep(commonParams)
|
|
1938
|
-
.m(function (Command, cs, config, o) {
|
|
1939
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1940
|
-
})
|
|
1941
|
-
.s("OvertureService", "CreatePublicVirtualInterface", {})
|
|
1942
|
-
.n("DirectConnectClient", "CreatePublicVirtualInterfaceCommand")
|
|
1943
|
-
.sc(CreatePublicVirtualInterface$)
|
|
1944
|
-
.build() {
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
class CreateTransitVirtualInterfaceCommand extends Command
|
|
1948
|
-
.classBuilder()
|
|
1949
|
-
.ep(commonParams)
|
|
1950
|
-
.m(function (Command, cs, config, o) {
|
|
1951
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1952
|
-
})
|
|
1953
|
-
.s("OvertureService", "CreateTransitVirtualInterface", {})
|
|
1954
|
-
.n("DirectConnectClient", "CreateTransitVirtualInterfaceCommand")
|
|
1955
|
-
.sc(CreateTransitVirtualInterface$)
|
|
1956
|
-
.build() {
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
class DeleteBGPPeerCommand extends Command
|
|
1960
|
-
.classBuilder()
|
|
1961
|
-
.ep(commonParams)
|
|
1962
|
-
.m(function (Command, cs, config, o) {
|
|
1963
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1964
|
-
})
|
|
1965
|
-
.s("OvertureService", "DeleteBGPPeer", {})
|
|
1966
|
-
.n("DirectConnectClient", "DeleteBGPPeerCommand")
|
|
1967
|
-
.sc(DeleteBGPPeer$)
|
|
1968
|
-
.build() {
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
class DeleteConnectionCommand extends Command
|
|
1972
|
-
.classBuilder()
|
|
1973
|
-
.ep(commonParams)
|
|
1974
|
-
.m(function (Command, cs, config, o) {
|
|
1975
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1976
|
-
})
|
|
1977
|
-
.s("OvertureService", "DeleteConnection", {})
|
|
1978
|
-
.n("DirectConnectClient", "DeleteConnectionCommand")
|
|
1979
|
-
.sc(DeleteConnection$)
|
|
1980
|
-
.build() {
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
class DeleteDirectConnectGatewayAssociationCommand extends Command
|
|
1984
|
-
.classBuilder()
|
|
1985
|
-
.ep(commonParams)
|
|
1986
|
-
.m(function (Command, cs, config, o) {
|
|
1987
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1988
|
-
})
|
|
1989
|
-
.s("OvertureService", "DeleteDirectConnectGatewayAssociation", {})
|
|
1990
|
-
.n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationCommand")
|
|
1991
|
-
.sc(DeleteDirectConnectGatewayAssociation$)
|
|
1992
|
-
.build() {
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
class DeleteDirectConnectGatewayAssociationProposalCommand extends Command
|
|
1996
|
-
.classBuilder()
|
|
1997
|
-
.ep(commonParams)
|
|
1998
|
-
.m(function (Command, cs, config, o) {
|
|
1999
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2000
|
-
})
|
|
2001
|
-
.s("OvertureService", "DeleteDirectConnectGatewayAssociationProposal", {})
|
|
2002
|
-
.n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationProposalCommand")
|
|
2003
|
-
.sc(DeleteDirectConnectGatewayAssociationProposal$)
|
|
2004
|
-
.build() {
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
class DeleteDirectConnectGatewayCommand extends Command
|
|
2008
|
-
.classBuilder()
|
|
2009
|
-
.ep(commonParams)
|
|
2010
|
-
.m(function (Command, cs, config, o) {
|
|
2011
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2012
|
-
})
|
|
2013
|
-
.s("OvertureService", "DeleteDirectConnectGateway", {})
|
|
2014
|
-
.n("DirectConnectClient", "DeleteDirectConnectGatewayCommand")
|
|
2015
|
-
.sc(DeleteDirectConnectGateway$)
|
|
2016
|
-
.build() {
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
class DeleteInterconnectCommand extends Command
|
|
2020
|
-
.classBuilder()
|
|
2021
|
-
.ep(commonParams)
|
|
2022
|
-
.m(function (Command, cs, config, o) {
|
|
2023
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2024
|
-
})
|
|
2025
|
-
.s("OvertureService", "DeleteInterconnect", {})
|
|
2026
|
-
.n("DirectConnectClient", "DeleteInterconnectCommand")
|
|
2027
|
-
.sc(DeleteInterconnect$)
|
|
2028
|
-
.build() {
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
class DeleteLagCommand extends Command
|
|
2032
|
-
.classBuilder()
|
|
2033
|
-
.ep(commonParams)
|
|
2034
|
-
.m(function (Command, cs, config, o) {
|
|
2035
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2036
|
-
})
|
|
2037
|
-
.s("OvertureService", "DeleteLag", {})
|
|
2038
|
-
.n("DirectConnectClient", "DeleteLagCommand")
|
|
2039
|
-
.sc(DeleteLag$)
|
|
2040
|
-
.build() {
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
class DeleteVirtualInterfaceCommand extends Command
|
|
2044
|
-
.classBuilder()
|
|
2045
|
-
.ep(commonParams)
|
|
2046
|
-
.m(function (Command, cs, config, o) {
|
|
2047
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2048
|
-
})
|
|
2049
|
-
.s("OvertureService", "DeleteVirtualInterface", {})
|
|
2050
|
-
.n("DirectConnectClient", "DeleteVirtualInterfaceCommand")
|
|
2051
|
-
.sc(DeleteVirtualInterface$)
|
|
2052
|
-
.build() {
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
class DescribeConnectionLoaCommand extends Command
|
|
2056
|
-
.classBuilder()
|
|
2057
|
-
.ep(commonParams)
|
|
2058
|
-
.m(function (Command, cs, config, o) {
|
|
2059
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2060
|
-
})
|
|
2061
|
-
.s("OvertureService", "DescribeConnectionLoa", {})
|
|
2062
|
-
.n("DirectConnectClient", "DescribeConnectionLoaCommand")
|
|
2063
|
-
.sc(DescribeConnectionLoa$)
|
|
2064
|
-
.build() {
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
class DescribeConnectionsCommand extends Command
|
|
2068
|
-
.classBuilder()
|
|
2069
|
-
.ep(commonParams)
|
|
2070
|
-
.m(function (Command, cs, config, o) {
|
|
2071
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2072
|
-
})
|
|
2073
|
-
.s("OvertureService", "DescribeConnections", {})
|
|
2074
|
-
.n("DirectConnectClient", "DescribeConnectionsCommand")
|
|
2075
|
-
.sc(DescribeConnections$)
|
|
2076
|
-
.build() {
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
class DescribeConnectionsOnInterconnectCommand extends Command
|
|
2080
|
-
.classBuilder()
|
|
2081
|
-
.ep(commonParams)
|
|
2082
|
-
.m(function (Command, cs, config, o) {
|
|
2083
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2084
|
-
})
|
|
2085
|
-
.s("OvertureService", "DescribeConnectionsOnInterconnect", {})
|
|
2086
|
-
.n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand")
|
|
2087
|
-
.sc(DescribeConnectionsOnInterconnect$)
|
|
2088
|
-
.build() {
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
class DescribeCustomerMetadataCommand extends Command
|
|
2092
|
-
.classBuilder()
|
|
2093
|
-
.ep(commonParams)
|
|
2094
|
-
.m(function (Command, cs, config, o) {
|
|
2095
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2096
|
-
})
|
|
2097
|
-
.s("OvertureService", "DescribeCustomerMetadata", {})
|
|
2098
|
-
.n("DirectConnectClient", "DescribeCustomerMetadataCommand")
|
|
2099
|
-
.sc(DescribeCustomerMetadata$)
|
|
2100
|
-
.build() {
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
class DescribeDirectConnectGatewayAssociationProposalsCommand extends Command
|
|
2104
|
-
.classBuilder()
|
|
2105
|
-
.ep(commonParams)
|
|
2106
|
-
.m(function (Command, cs, config, o) {
|
|
2107
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2108
|
-
})
|
|
2109
|
-
.s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {})
|
|
2110
|
-
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand")
|
|
2111
|
-
.sc(DescribeDirectConnectGatewayAssociationProposals$)
|
|
2112
|
-
.build() {
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
class DescribeDirectConnectGatewayAssociationsCommand extends Command
|
|
2116
|
-
.classBuilder()
|
|
2117
|
-
.ep(commonParams)
|
|
2118
|
-
.m(function (Command, cs, config, o) {
|
|
2119
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2120
|
-
})
|
|
2121
|
-
.s("OvertureService", "DescribeDirectConnectGatewayAssociations", {})
|
|
2122
|
-
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand")
|
|
2123
|
-
.sc(DescribeDirectConnectGatewayAssociations$)
|
|
2124
|
-
.build() {
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
class DescribeDirectConnectGatewayAttachmentsCommand extends Command
|
|
2128
|
-
.classBuilder()
|
|
2129
|
-
.ep(commonParams)
|
|
2130
|
-
.m(function (Command, cs, config, o) {
|
|
2131
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2132
|
-
})
|
|
2133
|
-
.s("OvertureService", "DescribeDirectConnectGatewayAttachments", {})
|
|
2134
|
-
.n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand")
|
|
2135
|
-
.sc(DescribeDirectConnectGatewayAttachments$)
|
|
2136
|
-
.build() {
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
class DescribeDirectConnectGatewaysCommand extends Command
|
|
2140
|
-
.classBuilder()
|
|
2141
|
-
.ep(commonParams)
|
|
2142
|
-
.m(function (Command, cs, config, o) {
|
|
2143
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2144
|
-
})
|
|
2145
|
-
.s("OvertureService", "DescribeDirectConnectGateways", {})
|
|
2146
|
-
.n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand")
|
|
2147
|
-
.sc(DescribeDirectConnectGateways$)
|
|
2148
|
-
.build() {
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
class DescribeHostedConnectionsCommand extends Command
|
|
2152
|
-
.classBuilder()
|
|
2153
|
-
.ep(commonParams)
|
|
2154
|
-
.m(function (Command, cs, config, o) {
|
|
2155
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2156
|
-
})
|
|
2157
|
-
.s("OvertureService", "DescribeHostedConnections", {})
|
|
2158
|
-
.n("DirectConnectClient", "DescribeHostedConnectionsCommand")
|
|
2159
|
-
.sc(DescribeHostedConnections$)
|
|
2160
|
-
.build() {
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
class DescribeInterconnectLoaCommand extends Command
|
|
2164
|
-
.classBuilder()
|
|
2165
|
-
.ep(commonParams)
|
|
2166
|
-
.m(function (Command, cs, config, o) {
|
|
2167
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2168
|
-
})
|
|
2169
|
-
.s("OvertureService", "DescribeInterconnectLoa", {})
|
|
2170
|
-
.n("DirectConnectClient", "DescribeInterconnectLoaCommand")
|
|
2171
|
-
.sc(DescribeInterconnectLoa$)
|
|
2172
|
-
.build() {
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
class DescribeInterconnectsCommand extends Command
|
|
2176
|
-
.classBuilder()
|
|
2177
|
-
.ep(commonParams)
|
|
2178
|
-
.m(function (Command, cs, config, o) {
|
|
2179
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2180
|
-
})
|
|
2181
|
-
.s("OvertureService", "DescribeInterconnects", {})
|
|
2182
|
-
.n("DirectConnectClient", "DescribeInterconnectsCommand")
|
|
2183
|
-
.sc(DescribeInterconnects$)
|
|
2184
|
-
.build() {
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
|
-
class DescribeLagsCommand extends Command
|
|
2188
|
-
.classBuilder()
|
|
2189
|
-
.ep(commonParams)
|
|
2190
|
-
.m(function (Command, cs, config, o) {
|
|
2191
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2192
|
-
})
|
|
2193
|
-
.s("OvertureService", "DescribeLags", {})
|
|
2194
|
-
.n("DirectConnectClient", "DescribeLagsCommand")
|
|
2195
|
-
.sc(DescribeLags$)
|
|
2196
|
-
.build() {
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
class DescribeLoaCommand extends Command
|
|
2200
|
-
.classBuilder()
|
|
2201
|
-
.ep(commonParams)
|
|
2202
|
-
.m(function (Command, cs, config, o) {
|
|
2203
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2204
|
-
})
|
|
2205
|
-
.s("OvertureService", "DescribeLoa", {})
|
|
2206
|
-
.n("DirectConnectClient", "DescribeLoaCommand")
|
|
2207
|
-
.sc(DescribeLoa$)
|
|
2208
|
-
.build() {
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
class DescribeLocationsCommand extends Command
|
|
2212
|
-
.classBuilder()
|
|
2213
|
-
.ep(commonParams)
|
|
2214
|
-
.m(function (Command, cs, config, o) {
|
|
2215
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2216
|
-
})
|
|
2217
|
-
.s("OvertureService", "DescribeLocations", {})
|
|
2218
|
-
.n("DirectConnectClient", "DescribeLocationsCommand")
|
|
2219
|
-
.sc(DescribeLocations$)
|
|
2220
|
-
.build() {
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
class DescribeRouterConfigurationCommand extends Command
|
|
2224
|
-
.classBuilder()
|
|
2225
|
-
.ep(commonParams)
|
|
2226
|
-
.m(function (Command, cs, config, o) {
|
|
2227
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2228
|
-
})
|
|
2229
|
-
.s("OvertureService", "DescribeRouterConfiguration", {})
|
|
2230
|
-
.n("DirectConnectClient", "DescribeRouterConfigurationCommand")
|
|
2231
|
-
.sc(DescribeRouterConfiguration$)
|
|
2232
|
-
.build() {
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
class DescribeTagsCommand extends Command
|
|
2236
|
-
.classBuilder()
|
|
2237
|
-
.ep(commonParams)
|
|
2238
|
-
.m(function (Command, cs, config, o) {
|
|
2239
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2240
|
-
})
|
|
2241
|
-
.s("OvertureService", "DescribeTags", {})
|
|
2242
|
-
.n("DirectConnectClient", "DescribeTagsCommand")
|
|
2243
|
-
.sc(DescribeTags$)
|
|
2244
|
-
.build() {
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
class DescribeVirtualGatewaysCommand extends Command
|
|
2248
|
-
.classBuilder()
|
|
2249
|
-
.ep(commonParams)
|
|
2250
|
-
.m(function (Command, cs, config, o) {
|
|
2251
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2252
|
-
})
|
|
2253
|
-
.s("OvertureService", "DescribeVirtualGateways", {})
|
|
2254
|
-
.n("DirectConnectClient", "DescribeVirtualGatewaysCommand")
|
|
2255
|
-
.sc(DescribeVirtualGateways$)
|
|
2256
|
-
.build() {
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
class DescribeVirtualInterfacesCommand extends Command
|
|
2260
|
-
.classBuilder()
|
|
2261
|
-
.ep(commonParams)
|
|
2262
|
-
.m(function (Command, cs, config, o) {
|
|
2263
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2264
|
-
})
|
|
2265
|
-
.s("OvertureService", "DescribeVirtualInterfaces", {})
|
|
2266
|
-
.n("DirectConnectClient", "DescribeVirtualInterfacesCommand")
|
|
2267
|
-
.sc(DescribeVirtualInterfaces$)
|
|
2268
|
-
.build() {
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
class DisassociateConnectionFromLagCommand extends Command
|
|
2272
|
-
.classBuilder()
|
|
2273
|
-
.ep(commonParams)
|
|
2274
|
-
.m(function (Command, cs, config, o) {
|
|
2275
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2276
|
-
})
|
|
2277
|
-
.s("OvertureService", "DisassociateConnectionFromLag", {})
|
|
2278
|
-
.n("DirectConnectClient", "DisassociateConnectionFromLagCommand")
|
|
2279
|
-
.sc(DisassociateConnectionFromLag$)
|
|
2280
|
-
.build() {
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
|
-
class DisassociateMacSecKeyCommand extends Command
|
|
2284
|
-
.classBuilder()
|
|
2285
|
-
.ep(commonParams)
|
|
2286
|
-
.m(function (Command, cs, config, o) {
|
|
2287
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2288
|
-
})
|
|
2289
|
-
.s("OvertureService", "DisassociateMacSecKey", {})
|
|
2290
|
-
.n("DirectConnectClient", "DisassociateMacSecKeyCommand")
|
|
2291
|
-
.sc(DisassociateMacSecKey$)
|
|
2292
|
-
.build() {
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
class ListVirtualInterfaceTestHistoryCommand extends Command
|
|
2296
|
-
.classBuilder()
|
|
2297
|
-
.ep(commonParams)
|
|
2298
|
-
.m(function (Command, cs, config, o) {
|
|
2299
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2300
|
-
})
|
|
2301
|
-
.s("OvertureService", "ListVirtualInterfaceTestHistory", {})
|
|
2302
|
-
.n("DirectConnectClient", "ListVirtualInterfaceTestHistoryCommand")
|
|
2303
|
-
.sc(ListVirtualInterfaceTestHistory$)
|
|
2304
|
-
.build() {
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
class StartBgpFailoverTestCommand extends Command
|
|
2308
|
-
.classBuilder()
|
|
2309
|
-
.ep(commonParams)
|
|
2310
|
-
.m(function (Command, cs, config, o) {
|
|
2311
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2312
|
-
})
|
|
2313
|
-
.s("OvertureService", "StartBgpFailoverTest", {})
|
|
2314
|
-
.n("DirectConnectClient", "StartBgpFailoverTestCommand")
|
|
2315
|
-
.sc(StartBgpFailoverTest$)
|
|
2316
|
-
.build() {
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
class StopBgpFailoverTestCommand extends Command
|
|
2320
|
-
.classBuilder()
|
|
2321
|
-
.ep(commonParams)
|
|
2322
|
-
.m(function (Command, cs, config, o) {
|
|
2323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2324
|
-
})
|
|
2325
|
-
.s("OvertureService", "StopBgpFailoverTest", {})
|
|
2326
|
-
.n("DirectConnectClient", "StopBgpFailoverTestCommand")
|
|
2327
|
-
.sc(StopBgpFailoverTest$)
|
|
2328
|
-
.build() {
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
class TagResourceCommand extends Command
|
|
2332
|
-
.classBuilder()
|
|
2333
|
-
.ep(commonParams)
|
|
2334
|
-
.m(function (Command, cs, config, o) {
|
|
2335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2336
|
-
})
|
|
2337
|
-
.s("OvertureService", "TagResource", {})
|
|
2338
|
-
.n("DirectConnectClient", "TagResourceCommand")
|
|
2339
|
-
.sc(TagResource$)
|
|
2340
|
-
.build() {
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
class UntagResourceCommand extends Command
|
|
2344
|
-
.classBuilder()
|
|
2345
|
-
.ep(commonParams)
|
|
2346
|
-
.m(function (Command, cs, config, o) {
|
|
2347
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2348
|
-
})
|
|
2349
|
-
.s("OvertureService", "UntagResource", {})
|
|
2350
|
-
.n("DirectConnectClient", "UntagResourceCommand")
|
|
2351
|
-
.sc(UntagResource$)
|
|
2352
|
-
.build() {
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
|
-
class UpdateConnectionCommand extends Command
|
|
2356
|
-
.classBuilder()
|
|
2357
|
-
.ep(commonParams)
|
|
2358
|
-
.m(function (Command, cs, config, o) {
|
|
2359
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2360
|
-
})
|
|
2361
|
-
.s("OvertureService", "UpdateConnection", {})
|
|
2362
|
-
.n("DirectConnectClient", "UpdateConnectionCommand")
|
|
2363
|
-
.sc(UpdateConnection$)
|
|
2364
|
-
.build() {
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
class UpdateDirectConnectGatewayAssociationCommand extends Command
|
|
2368
|
-
.classBuilder()
|
|
2369
|
-
.ep(commonParams)
|
|
2370
|
-
.m(function (Command, cs, config, o) {
|
|
2371
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2372
|
-
})
|
|
2373
|
-
.s("OvertureService", "UpdateDirectConnectGatewayAssociation", {})
|
|
2374
|
-
.n("DirectConnectClient", "UpdateDirectConnectGatewayAssociationCommand")
|
|
2375
|
-
.sc(UpdateDirectConnectGatewayAssociation$)
|
|
2376
|
-
.build() {
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
class UpdateDirectConnectGatewayCommand extends Command
|
|
2380
|
-
.classBuilder()
|
|
2381
|
-
.ep(commonParams)
|
|
2382
|
-
.m(function (Command, cs, config, o) {
|
|
2383
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2384
|
-
})
|
|
2385
|
-
.s("OvertureService", "UpdateDirectConnectGateway", {})
|
|
2386
|
-
.n("DirectConnectClient", "UpdateDirectConnectGatewayCommand")
|
|
2387
|
-
.sc(UpdateDirectConnectGateway$)
|
|
2388
|
-
.build() {
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
class UpdateLagCommand extends Command
|
|
2392
|
-
.classBuilder()
|
|
2393
|
-
.ep(commonParams)
|
|
2394
|
-
.m(function (Command, cs, config, o) {
|
|
2395
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2396
|
-
})
|
|
2397
|
-
.s("OvertureService", "UpdateLag", {})
|
|
2398
|
-
.n("DirectConnectClient", "UpdateLagCommand")
|
|
2399
|
-
.sc(UpdateLag$)
|
|
2400
|
-
.build() {
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
class UpdateVirtualInterfaceAttributesCommand extends Command
|
|
2404
|
-
.classBuilder()
|
|
2405
|
-
.ep(commonParams)
|
|
2406
|
-
.m(function (Command, cs, config, o) {
|
|
2407
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2408
|
-
})
|
|
2409
|
-
.s("OvertureService", "UpdateVirtualInterfaceAttributes", {})
|
|
2410
|
-
.n("DirectConnectClient", "UpdateVirtualInterfaceAttributesCommand")
|
|
2411
|
-
.sc(UpdateVirtualInterfaceAttributes$)
|
|
2412
|
-
.build() {
|
|
1660
|
+
const command = makeBuilder(commonParams, "OvertureService", "DirectConnectClient", getEndpointPlugin);
|
|
1661
|
+
const _ep0 = {};
|
|
1662
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1663
|
+
|
|
1664
|
+
class AcceptDirectConnectGatewayAssociationProposalCommand extends command(_ep0, _mw0, "AcceptDirectConnectGatewayAssociationProposal", AcceptDirectConnectGatewayAssociationProposal$) {
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
class AllocateConnectionOnInterconnectCommand extends command(_ep0, _mw0, "AllocateConnectionOnInterconnect", AllocateConnectionOnInterconnect$) {
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
class AllocateHostedConnectionCommand extends command(_ep0, _mw0, "AllocateHostedConnection", AllocateHostedConnection$) {
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
class AllocatePrivateVirtualInterfaceCommand extends command(_ep0, _mw0, "AllocatePrivateVirtualInterface", AllocatePrivateVirtualInterface$) {
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
class AllocatePublicVirtualInterfaceCommand extends command(_ep0, _mw0, "AllocatePublicVirtualInterface", AllocatePublicVirtualInterface$) {
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
class AllocateTransitVirtualInterfaceCommand extends command(_ep0, _mw0, "AllocateTransitVirtualInterface", AllocateTransitVirtualInterface$) {
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
class AssociateConnectionWithLagCommand extends command(_ep0, _mw0, "AssociateConnectionWithLag", AssociateConnectionWithLag$) {
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
class AssociateHostedConnectionCommand extends command(_ep0, _mw0, "AssociateHostedConnection", AssociateHostedConnection$) {
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
class AssociateMacSecKeyCommand extends command(_ep0, _mw0, "AssociateMacSecKey", AssociateMacSecKey$) {
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
class AssociateVirtualInterfaceCommand extends command(_ep0, _mw0, "AssociateVirtualInterface", AssociateVirtualInterface$) {
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
class ConfirmConnectionCommand extends command(_ep0, _mw0, "ConfirmConnection", ConfirmConnection$) {
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
class ConfirmCustomerAgreementCommand extends command(_ep0, _mw0, "ConfirmCustomerAgreement", ConfirmCustomerAgreement$) {
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
class ConfirmPrivateVirtualInterfaceCommand extends command(_ep0, _mw0, "ConfirmPrivateVirtualInterface", ConfirmPrivateVirtualInterface$) {
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
class ConfirmPublicVirtualInterfaceCommand extends command(_ep0, _mw0, "ConfirmPublicVirtualInterface", ConfirmPublicVirtualInterface$) {
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
class ConfirmTransitVirtualInterfaceCommand extends command(_ep0, _mw0, "ConfirmTransitVirtualInterface", ConfirmTransitVirtualInterface$) {
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
class CreateBGPPeerCommand extends command(_ep0, _mw0, "CreateBGPPeer", CreateBGPPeer$) {
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
class CreateDirectConnectGatewayAssociationCommand extends command(_ep0, _mw0, "CreateDirectConnectGatewayAssociation", CreateDirectConnectGatewayAssociation$) {
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
class CreateDirectConnectGatewayAssociationProposalCommand extends command(_ep0, _mw0, "CreateDirectConnectGatewayAssociationProposal", CreateDirectConnectGatewayAssociationProposal$) {
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
class CreateDirectConnectGatewayCommand extends command(_ep0, _mw0, "CreateDirectConnectGateway", CreateDirectConnectGateway$) {
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
class CreateInterconnectCommand extends command(_ep0, _mw0, "CreateInterconnect", CreateInterconnect$) {
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
class CreateLagCommand extends command(_ep0, _mw0, "CreateLag", CreateLag$) {
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
class CreatePrivateVirtualInterfaceCommand extends command(_ep0, _mw0, "CreatePrivateVirtualInterface", CreatePrivateVirtualInterface$) {
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
class CreatePublicVirtualInterfaceCommand extends command(_ep0, _mw0, "CreatePublicVirtualInterface", CreatePublicVirtualInterface$) {
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
class CreateTransitVirtualInterfaceCommand extends command(_ep0, _mw0, "CreateTransitVirtualInterface", CreateTransitVirtualInterface$) {
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
class DeleteBGPPeerCommand extends command(_ep0, _mw0, "DeleteBGPPeer", DeleteBGPPeer$) {
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
class DeleteDirectConnectGatewayAssociationCommand extends command(_ep0, _mw0, "DeleteDirectConnectGatewayAssociation", DeleteDirectConnectGatewayAssociation$) {
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
class DeleteDirectConnectGatewayAssociationProposalCommand extends command(_ep0, _mw0, "DeleteDirectConnectGatewayAssociationProposal", DeleteDirectConnectGatewayAssociationProposal$) {
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
class DeleteDirectConnectGatewayCommand extends command(_ep0, _mw0, "DeleteDirectConnectGateway", DeleteDirectConnectGateway$) {
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
class DeleteInterconnectCommand extends command(_ep0, _mw0, "DeleteInterconnect", DeleteInterconnect$) {
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
class DeleteLagCommand extends command(_ep0, _mw0, "DeleteLag", DeleteLag$) {
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
class DeleteVirtualInterfaceCommand extends command(_ep0, _mw0, "DeleteVirtualInterface", DeleteVirtualInterface$) {
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
class DescribeConnectionLoaCommand extends command(_ep0, _mw0, "DescribeConnectionLoa", DescribeConnectionLoa$) {
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
class DescribeConnectionsCommand extends command(_ep0, _mw0, "DescribeConnections", DescribeConnections$) {
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
class DescribeConnectionsOnInterconnectCommand extends command(_ep0, _mw0, "DescribeConnectionsOnInterconnect", DescribeConnectionsOnInterconnect$) {
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
class DescribeCustomerMetadataCommand extends command(_ep0, _mw0, "DescribeCustomerMetadata", DescribeCustomerMetadata$) {
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
class DescribeDirectConnectGatewayAssociationProposalsCommand extends command(_ep0, _mw0, "DescribeDirectConnectGatewayAssociationProposals", DescribeDirectConnectGatewayAssociationProposals$) {
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
class DescribeDirectConnectGatewayAssociationsCommand extends command(_ep0, _mw0, "DescribeDirectConnectGatewayAssociations", DescribeDirectConnectGatewayAssociations$) {
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
class DescribeDirectConnectGatewayAttachmentsCommand extends command(_ep0, _mw0, "DescribeDirectConnectGatewayAttachments", DescribeDirectConnectGatewayAttachments$) {
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
class DescribeDirectConnectGatewaysCommand extends command(_ep0, _mw0, "DescribeDirectConnectGateways", DescribeDirectConnectGateways$) {
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
class DescribeHostedConnectionsCommand extends command(_ep0, _mw0, "DescribeHostedConnections", DescribeHostedConnections$) {
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
class DescribeInterconnectLoaCommand extends command(_ep0, _mw0, "DescribeInterconnectLoa", DescribeInterconnectLoa$) {
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
class DescribeInterconnectsCommand extends command(_ep0, _mw0, "DescribeInterconnects", DescribeInterconnects$) {
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
class DescribeLagsCommand extends command(_ep0, _mw0, "DescribeLags", DescribeLags$) {
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
class DescribeLoaCommand extends command(_ep0, _mw0, "DescribeLoa", DescribeLoa$) {
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
class DescribeLocationsCommand extends command(_ep0, _mw0, "DescribeLocations", DescribeLocations$) {
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
class DescribeRouterConfigurationCommand extends command(_ep0, _mw0, "DescribeRouterConfiguration", DescribeRouterConfiguration$) {
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
class DescribeVirtualGatewaysCommand extends command(_ep0, _mw0, "DescribeVirtualGateways", DescribeVirtualGateways$) {
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
class DescribeVirtualInterfacesCommand extends command(_ep0, _mw0, "DescribeVirtualInterfaces", DescribeVirtualInterfaces$) {
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
class DisassociateConnectionFromLagCommand extends command(_ep0, _mw0, "DisassociateConnectionFromLag", DisassociateConnectionFromLag$) {
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
class DisassociateMacSecKeyCommand extends command(_ep0, _mw0, "DisassociateMacSecKey", DisassociateMacSecKey$) {
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
class ListVirtualInterfaceTestHistoryCommand extends command(_ep0, _mw0, "ListVirtualInterfaceTestHistory", ListVirtualInterfaceTestHistory$) {
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
class StartBgpFailoverTestCommand extends command(_ep0, _mw0, "StartBgpFailoverTest", StartBgpFailoverTest$) {
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
class StopBgpFailoverTestCommand extends command(_ep0, _mw0, "StopBgpFailoverTest", StopBgpFailoverTest$) {
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
class UpdateConnectionCommand extends command(_ep0, _mw0, "UpdateConnection", UpdateConnection$) {
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
class UpdateDirectConnectGatewayAssociationCommand extends command(_ep0, _mw0, "UpdateDirectConnectGatewayAssociation", UpdateDirectConnectGatewayAssociation$) {
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
class UpdateDirectConnectGatewayCommand extends command(_ep0, _mw0, "UpdateDirectConnectGateway", UpdateDirectConnectGateway$) {
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
class UpdateLagCommand extends command(_ep0, _mw0, "UpdateLag", UpdateLag$) {
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
class UpdateVirtualInterfaceAttributesCommand extends command(_ep0, _mw0, "UpdateVirtualInterfaceAttributes", UpdateVirtualInterfaceAttributes$) {
|
|
2413
1851
|
}
|
|
2414
1852
|
|
|
2415
1853
|
const commands = {
|