@aws-sdk/client-direct-connect 3.186.0 → 3.190.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-es/DirectConnect.js +254 -261
- package/dist-es/DirectConnectClient.js +22 -28
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +21 -28
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +21 -28
- package/dist-es/commands/AllocateHostedConnectionCommand.js +21 -28
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +21 -28
- package/dist-es/commands/AssociateHostedConnectionCommand.js +21 -28
- package/dist-es/commands/AssociateMacSecKeyCommand.js +21 -28
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/ConfirmConnectionCommand.js +21 -28
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +21 -28
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/CreateBGPPeerCommand.js +21 -28
- package/dist-es/commands/CreateConnectionCommand.js +21 -28
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +21 -28
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +21 -28
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +21 -28
- package/dist-es/commands/CreateInterconnectCommand.js +21 -28
- package/dist-es/commands/CreateLagCommand.js +21 -28
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/DeleteBGPPeerCommand.js +21 -28
- package/dist-es/commands/DeleteConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +21 -28
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +21 -28
- package/dist-es/commands/DeleteInterconnectCommand.js +21 -28
- package/dist-es/commands/DeleteLagCommand.js +21 -28
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +21 -28
- package/dist-es/commands/DescribeConnectionLoaCommand.js +21 -28
- package/dist-es/commands/DescribeConnectionsCommand.js +21 -28
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +21 -28
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +22 -29
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +21 -28
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +21 -28
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +21 -28
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +21 -28
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +21 -28
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +21 -28
- package/dist-es/commands/DescribeInterconnectsCommand.js +21 -28
- package/dist-es/commands/DescribeLagsCommand.js +21 -28
- package/dist-es/commands/DescribeLoaCommand.js +21 -28
- package/dist-es/commands/DescribeLocationsCommand.js +22 -29
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeTagsCommand.js +21 -28
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +22 -29
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +21 -28
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +21 -28
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +21 -28
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +21 -28
- package/dist-es/commands/StartBgpFailoverTestCommand.js +21 -28
- package/dist-es/commands/StopBgpFailoverTestCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateConnectionCommand.js +21 -28
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +21 -28
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +21 -28
- package/dist-es/commands/UpdateLagCommand.js +21 -28
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DirectConnectServiceException.js +5 -10
- package/dist-es/models/models_0.js +431 -174
- package/dist-es/protocols/Aws_json1_1.js +3615 -4684
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|