@aws-sdk/client-direct-connect 3.323.0 → 3.326.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-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +26 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +39 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +39 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +55 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +39 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +39 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +14 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +55 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +39 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +26 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +27 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +25 -0
- package/dist-types/commands/CreateLagCommand.d.ts +75 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +55 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +55 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +39 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +26 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +27 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +75 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +9 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +43 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +12 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +79 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +57 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +14 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +20 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +39 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +26 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +75 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +53 -0
- package/package.json +16 -16
|
@@ -42,6 +42,43 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateConnectionCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // Connection
|
|
46
|
+
* // ownerAccount: "STRING_VALUE",
|
|
47
|
+
* // connectionId: "STRING_VALUE",
|
|
48
|
+
* // connectionName: "STRING_VALUE",
|
|
49
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
50
|
+
* // region: "STRING_VALUE",
|
|
51
|
+
* // location: "STRING_VALUE",
|
|
52
|
+
* // bandwidth: "STRING_VALUE",
|
|
53
|
+
* // vlan: Number("int"),
|
|
54
|
+
* // partnerName: "STRING_VALUE",
|
|
55
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // lagId: "STRING_VALUE",
|
|
57
|
+
* // awsDevice: "STRING_VALUE",
|
|
58
|
+
* // jumboFrameCapable: true || false,
|
|
59
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
60
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
61
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
62
|
+
* // tags: [ // TagList
|
|
63
|
+
* // { // Tag
|
|
64
|
+
* // key: "STRING_VALUE", // required
|
|
65
|
+
* // value: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // providerName: "STRING_VALUE",
|
|
69
|
+
* // macSecCapable: true || false,
|
|
70
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
71
|
+
* // encryptionMode: "STRING_VALUE",
|
|
72
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
73
|
+
* // { // MacSecKey
|
|
74
|
+
* // secretARN: "STRING_VALUE",
|
|
75
|
+
* // ckn: "STRING_VALUE",
|
|
76
|
+
* // state: "STRING_VALUE",
|
|
77
|
+
* // startOn: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
45
82
|
* ```
|
|
46
83
|
*
|
|
47
84
|
* @param UpdateConnectionCommandInput - {@link UpdateConnectionCommandInput}
|
|
@@ -56,6 +93,8 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
56
93
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
57
94
|
* <p>A server-side error occurred.</p>
|
|
58
95
|
*
|
|
96
|
+
* @throws {@link DirectConnectServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
59
98
|
*
|
|
60
99
|
*/
|
|
61
100
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -42,6 +42,30 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput extends Upda
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateDirectConnectGatewayAssociationCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateDirectConnectGatewayAssociationResult
|
|
46
|
+
* // directConnectGatewayAssociation: { // DirectConnectGatewayAssociation
|
|
47
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
48
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
49
|
+
* // associationState: "associating" || "associated" || "disassociating" || "disassociated" || "updating",
|
|
50
|
+
* // stateChangeError: "STRING_VALUE",
|
|
51
|
+
* // associatedGateway: { // AssociatedGateway
|
|
52
|
+
* // id: "STRING_VALUE",
|
|
53
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
54
|
+
* // ownerAccount: "STRING_VALUE",
|
|
55
|
+
* // region: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // associationId: "STRING_VALUE",
|
|
58
|
+
* // allowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
59
|
+
* // { // RouteFilterPrefix
|
|
60
|
+
* // cidr: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
64
|
+
* // virtualGatewayRegion: "STRING_VALUE",
|
|
65
|
+
* // virtualGatewayOwnerAccount: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
45
69
|
* ```
|
|
46
70
|
*
|
|
47
71
|
* @param UpdateDirectConnectGatewayAssociationCommandInput - {@link UpdateDirectConnectGatewayAssociationCommandInput}
|
|
@@ -56,6 +80,8 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput extends Upda
|
|
|
56
80
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
57
81
|
* <p>A server-side error occurred.</p>
|
|
58
82
|
*
|
|
83
|
+
* @throws {@link DirectConnectServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
59
85
|
*
|
|
60
86
|
*/
|
|
61
87
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends $Command<UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -32,6 +32,17 @@ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectCon
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateDirectConnectGatewayCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // UpdateDirectConnectGatewayResponse
|
|
36
|
+
* // directConnectGateway: { // DirectConnectGateway
|
|
37
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
38
|
+
* // directConnectGatewayName: "STRING_VALUE",
|
|
39
|
+
* // amazonSideAsn: Number("long"),
|
|
40
|
+
* // ownerAccount: "STRING_VALUE",
|
|
41
|
+
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
42
|
+
* // stateChangeError: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
35
46
|
* ```
|
|
36
47
|
*
|
|
37
48
|
* @param UpdateDirectConnectGatewayCommandInput - {@link UpdateDirectConnectGatewayCommandInput}
|
|
@@ -46,6 +57,8 @@ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectCon
|
|
|
46
57
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
47
58
|
* <p>A server-side error occurred.</p>
|
|
48
59
|
*
|
|
60
|
+
* @throws {@link DirectConnectServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
49
62
|
*
|
|
50
63
|
*/
|
|
51
64
|
export declare class UpdateDirectConnectGatewayCommand extends $Command<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -56,6 +56,79 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new UpdateLagCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // Lag
|
|
60
|
+
* // connectionsBandwidth: "STRING_VALUE",
|
|
61
|
+
* // numberOfConnections: Number("int"),
|
|
62
|
+
* // lagId: "STRING_VALUE",
|
|
63
|
+
* // ownerAccount: "STRING_VALUE",
|
|
64
|
+
* // lagName: "STRING_VALUE",
|
|
65
|
+
* // lagState: "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "unknown",
|
|
66
|
+
* // location: "STRING_VALUE",
|
|
67
|
+
* // region: "STRING_VALUE",
|
|
68
|
+
* // minimumLinks: Number("int"),
|
|
69
|
+
* // awsDevice: "STRING_VALUE",
|
|
70
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
71
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
72
|
+
* // connections: [ // ConnectionList
|
|
73
|
+
* // { // Connection
|
|
74
|
+
* // ownerAccount: "STRING_VALUE",
|
|
75
|
+
* // connectionId: "STRING_VALUE",
|
|
76
|
+
* // connectionName: "STRING_VALUE",
|
|
77
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
78
|
+
* // region: "STRING_VALUE",
|
|
79
|
+
* // location: "STRING_VALUE",
|
|
80
|
+
* // bandwidth: "STRING_VALUE",
|
|
81
|
+
* // vlan: Number("int"),
|
|
82
|
+
* // partnerName: "STRING_VALUE",
|
|
83
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // lagId: "STRING_VALUE",
|
|
85
|
+
* // awsDevice: "STRING_VALUE",
|
|
86
|
+
* // jumboFrameCapable: true || false,
|
|
87
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
88
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
89
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
90
|
+
* // tags: [ // TagList
|
|
91
|
+
* // { // Tag
|
|
92
|
+
* // key: "STRING_VALUE", // required
|
|
93
|
+
* // value: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // providerName: "STRING_VALUE",
|
|
97
|
+
* // macSecCapable: true || false,
|
|
98
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
99
|
+
* // encryptionMode: "STRING_VALUE",
|
|
100
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
101
|
+
* // { // MacSecKey
|
|
102
|
+
* // secretARN: "STRING_VALUE",
|
|
103
|
+
* // ckn: "STRING_VALUE",
|
|
104
|
+
* // state: "STRING_VALUE",
|
|
105
|
+
* // startOn: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // allowsHostedConnections: true || false,
|
|
111
|
+
* // jumboFrameCapable: true || false,
|
|
112
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
113
|
+
* // tags: [
|
|
114
|
+
* // {
|
|
115
|
+
* // key: "STRING_VALUE", // required
|
|
116
|
+
* // value: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // ],
|
|
119
|
+
* // providerName: "STRING_VALUE",
|
|
120
|
+
* // macSecCapable: true || false,
|
|
121
|
+
* // encryptionMode: "STRING_VALUE",
|
|
122
|
+
* // macSecKeys: [
|
|
123
|
+
* // {
|
|
124
|
+
* // secretARN: "STRING_VALUE",
|
|
125
|
+
* // ckn: "STRING_VALUE",
|
|
126
|
+
* // state: "STRING_VALUE",
|
|
127
|
+
* // startOn: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // };
|
|
131
|
+
*
|
|
59
132
|
* ```
|
|
60
133
|
*
|
|
61
134
|
* @param UpdateLagCommandInput - {@link UpdateLagCommandInput}
|
|
@@ -70,6 +143,8 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
70
143
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
71
144
|
* <p>A server-side error occurred.</p>
|
|
72
145
|
*
|
|
146
|
+
* @throws {@link DirectConnectServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
148
|
*
|
|
74
149
|
*/
|
|
75
150
|
export declare class UpdateLagCommand extends $Command<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -40,6 +40,57 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateVirtualInterfaceAttributesCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // VirtualInterface
|
|
44
|
+
* // ownerAccount: "STRING_VALUE",
|
|
45
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
46
|
+
* // location: "STRING_VALUE",
|
|
47
|
+
* // connectionId: "STRING_VALUE",
|
|
48
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
49
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
50
|
+
* // vlan: Number("int"),
|
|
51
|
+
* // asn: Number("int"),
|
|
52
|
+
* // amazonSideAsn: Number("long"),
|
|
53
|
+
* // authKey: "STRING_VALUE",
|
|
54
|
+
* // amazonAddress: "STRING_VALUE",
|
|
55
|
+
* // customerAddress: "STRING_VALUE",
|
|
56
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
57
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
58
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
59
|
+
* // mtu: Number("int"),
|
|
60
|
+
* // jumboFrameCapable: true || false,
|
|
61
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
62
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
63
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
64
|
+
* // { // RouteFilterPrefix
|
|
65
|
+
* // cidr: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // bgpPeers: [ // BGPPeerList
|
|
69
|
+
* // { // BGPPeer
|
|
70
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
71
|
+
* // asn: Number("int"),
|
|
72
|
+
* // authKey: "STRING_VALUE",
|
|
73
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
74
|
+
* // amazonAddress: "STRING_VALUE",
|
|
75
|
+
* // customerAddress: "STRING_VALUE",
|
|
76
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
77
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
78
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
79
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // region: "STRING_VALUE",
|
|
83
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
84
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
85
|
+
* // tags: [ // TagList
|
|
86
|
+
* // { // Tag
|
|
87
|
+
* // key: "STRING_VALUE", // required
|
|
88
|
+
* // value: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // siteLinkEnabled: true || false,
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
43
94
|
* ```
|
|
44
95
|
*
|
|
45
96
|
* @param UpdateVirtualInterfaceAttributesCommandInput - {@link UpdateVirtualInterfaceAttributesCommandInput}
|
|
@@ -54,6 +105,8 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
54
105
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
55
106
|
* <p>A server-side error occurred.</p>
|
|
56
107
|
*
|
|
108
|
+
* @throws {@link DirectConnectServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
57
110
|
*
|
|
58
111
|
*/
|
|
59
112
|
export declare class UpdateVirtualInterfaceAttributesCommand extends $Command<UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput, DirectConnectClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|