@aws-sdk/client-direct-connect 3.37.0 → 3.41.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 +43 -0
- package/README.md +2 -2
- package/dist-cjs/DirectConnect.js +60 -0
- package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
- package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +137 -21
- package/dist-cjs/index.js +3 -61
- package/dist-cjs/models/models_0.js +63 -3
- package/dist-cjs/protocols/Aws_json1_1.js +339 -3
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/DirectConnect.js +60 -0
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +137 -21
- package/dist-es/index.js +3 -61
- package/dist-es/models/models_0.js +42 -0
- package/dist-es/protocols/Aws_json1_1.js +369 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DirectConnect.d.ts +51 -19
- package/dist-types/DirectConnectClient.d.ts +16 -4
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -3
- package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateLagCommand.d.ts +2 -2
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +3 -61
- package/dist-types/models/models_0.d.ts +209 -23
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +10 -2
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +3 -61
- package/dist-types/ts3.4/models/models_0.d.ts +104 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
2
|
+
export * from "./AllocateConnectionOnInterconnectCommand";
|
|
3
|
+
export * from "./AllocateHostedConnectionCommand";
|
|
4
|
+
export * from "./AllocatePrivateVirtualInterfaceCommand";
|
|
5
|
+
export * from "./AllocatePublicVirtualInterfaceCommand";
|
|
6
|
+
export * from "./AllocateTransitVirtualInterfaceCommand";
|
|
7
|
+
export * from "./AssociateConnectionWithLagCommand";
|
|
8
|
+
export * from "./AssociateHostedConnectionCommand";
|
|
9
|
+
export * from "./AssociateMacSecKeyCommand";
|
|
10
|
+
export * from "./AssociateVirtualInterfaceCommand";
|
|
11
|
+
export * from "./ConfirmConnectionCommand";
|
|
12
|
+
export * from "./ConfirmCustomerAgreementCommand";
|
|
13
|
+
export * from "./ConfirmPrivateVirtualInterfaceCommand";
|
|
14
|
+
export * from "./ConfirmPublicVirtualInterfaceCommand";
|
|
15
|
+
export * from "./ConfirmTransitVirtualInterfaceCommand";
|
|
16
|
+
export * from "./CreateBGPPeerCommand";
|
|
17
|
+
export * from "./CreateConnectionCommand";
|
|
18
|
+
export * from "./CreateDirectConnectGatewayAssociationCommand";
|
|
19
|
+
export * from "./CreateDirectConnectGatewayAssociationProposalCommand";
|
|
20
|
+
export * from "./CreateDirectConnectGatewayCommand";
|
|
21
|
+
export * from "./CreateInterconnectCommand";
|
|
22
|
+
export * from "./CreateLagCommand";
|
|
23
|
+
export * from "./CreatePrivateVirtualInterfaceCommand";
|
|
24
|
+
export * from "./CreatePublicVirtualInterfaceCommand";
|
|
25
|
+
export * from "./CreateTransitVirtualInterfaceCommand";
|
|
26
|
+
export * from "./DeleteBGPPeerCommand";
|
|
27
|
+
export * from "./DeleteConnectionCommand";
|
|
28
|
+
export * from "./DeleteDirectConnectGatewayAssociationCommand";
|
|
29
|
+
export * from "./DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
30
|
+
export * from "./DeleteDirectConnectGatewayCommand";
|
|
31
|
+
export * from "./DeleteInterconnectCommand";
|
|
32
|
+
export * from "./DeleteLagCommand";
|
|
33
|
+
export * from "./DeleteVirtualInterfaceCommand";
|
|
34
|
+
export * from "./DescribeConnectionLoaCommand";
|
|
35
|
+
export * from "./DescribeConnectionsCommand";
|
|
36
|
+
export * from "./DescribeConnectionsOnInterconnectCommand";
|
|
37
|
+
export * from "./DescribeCustomerMetadataCommand";
|
|
38
|
+
export * from "./DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
|
+
export * from "./DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
|
+
export * from "./DescribeDirectConnectGatewayAttachmentsCommand";
|
|
41
|
+
export * from "./DescribeDirectConnectGatewaysCommand";
|
|
42
|
+
export * from "./DescribeHostedConnectionsCommand";
|
|
43
|
+
export * from "./DescribeInterconnectLoaCommand";
|
|
44
|
+
export * from "./DescribeInterconnectsCommand";
|
|
45
|
+
export * from "./DescribeLagsCommand";
|
|
46
|
+
export * from "./DescribeLoaCommand";
|
|
47
|
+
export * from "./DescribeLocationsCommand";
|
|
48
|
+
export * from "./DescribeRouterConfigurationCommand";
|
|
49
|
+
export * from "./DescribeTagsCommand";
|
|
50
|
+
export * from "./DescribeVirtualGatewaysCommand";
|
|
51
|
+
export * from "./DescribeVirtualInterfacesCommand";
|
|
52
|
+
export * from "./DisassociateConnectionFromLagCommand";
|
|
53
|
+
export * from "./DisassociateMacSecKeyCommand";
|
|
54
|
+
export * from "./ListVirtualInterfaceTestHistoryCommand";
|
|
55
|
+
export * from "./StartBgpFailoverTestCommand";
|
|
56
|
+
export * from "./StopBgpFailoverTestCommand";
|
|
57
|
+
export * from "./TagResourceCommand";
|
|
58
|
+
export * from "./UntagResourceCommand";
|
|
59
|
+
export * from "./UpdateConnectionCommand";
|
|
60
|
+
export * from "./UpdateDirectConnectGatewayAssociationCommand";
|
|
61
|
+
export * from "./UpdateDirectConnectGatewayCommand";
|
|
62
|
+
export * from "./UpdateLagCommand";
|
|
63
|
+
export * from "./UpdateVirtualInterfaceAttributesCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,62 +1,4 @@
|
|
|
1
|
-
export * from "./DirectConnectClient";
|
|
2
1
|
export * from "./DirectConnect";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
7
|
-
export * from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
8
|
-
export * from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
9
|
-
export * from "./commands/AssociateConnectionWithLagCommand";
|
|
10
|
-
export * from "./commands/AssociateHostedConnectionCommand";
|
|
11
|
-
export * from "./commands/AssociateMacSecKeyCommand";
|
|
12
|
-
export * from "./commands/AssociateVirtualInterfaceCommand";
|
|
13
|
-
export * from "./commands/ConfirmConnectionCommand";
|
|
14
|
-
export * from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
|
-
export * from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
|
-
export * from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
17
|
-
export * from "./commands/CreateBGPPeerCommand";
|
|
18
|
-
export * from "./commands/CreateConnectionCommand";
|
|
19
|
-
export * from "./commands/CreateDirectConnectGatewayCommand";
|
|
20
|
-
export * from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
21
|
-
export * from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
22
|
-
export * from "./commands/CreateInterconnectCommand";
|
|
23
|
-
export * from "./commands/CreateLagCommand";
|
|
24
|
-
export * from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
25
|
-
export * from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
26
|
-
export * from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
27
|
-
export * from "./commands/DeleteBGPPeerCommand";
|
|
28
|
-
export * from "./commands/DeleteConnectionCommand";
|
|
29
|
-
export * from "./commands/DeleteDirectConnectGatewayCommand";
|
|
30
|
-
export * from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
31
|
-
export * from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
32
|
-
export * from "./commands/DeleteInterconnectCommand";
|
|
33
|
-
export * from "./commands/DeleteLagCommand";
|
|
34
|
-
export * from "./commands/DeleteVirtualInterfaceCommand";
|
|
35
|
-
export * from "./commands/DescribeConnectionLoaCommand";
|
|
36
|
-
export * from "./commands/DescribeConnectionsCommand";
|
|
37
|
-
export * from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
-
export * from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
|
-
export * from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
|
-
export * from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
41
|
-
export * from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
42
|
-
export * from "./commands/DescribeHostedConnectionsCommand";
|
|
43
|
-
export * from "./commands/DescribeInterconnectLoaCommand";
|
|
44
|
-
export * from "./commands/DescribeInterconnectsCommand";
|
|
45
|
-
export * from "./commands/DescribeLagsCommand";
|
|
46
|
-
export * from "./commands/DescribeLoaCommand";
|
|
47
|
-
export * from "./commands/DescribeLocationsCommand";
|
|
48
|
-
export * from "./commands/DescribeTagsCommand";
|
|
49
|
-
export * from "./commands/DescribeVirtualGatewaysCommand";
|
|
50
|
-
export * from "./commands/DescribeVirtualInterfacesCommand";
|
|
51
|
-
export * from "./commands/DisassociateConnectionFromLagCommand";
|
|
52
|
-
export * from "./commands/DisassociateMacSecKeyCommand";
|
|
53
|
-
export * from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
54
|
-
export * from "./commands/StartBgpFailoverTestCommand";
|
|
55
|
-
export * from "./commands/StopBgpFailoverTestCommand";
|
|
56
|
-
export * from "./commands/TagResourceCommand";
|
|
57
|
-
export * from "./commands/UntagResourceCommand";
|
|
58
|
-
export * from "./commands/UpdateConnectionCommand";
|
|
59
|
-
export * from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
60
|
-
export * from "./commands/UpdateLagCommand";
|
|
61
|
-
export * from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
62
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DirectConnectClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
@@ -25,7 +25,7 @@ export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
proposalId: string | undefined;
|
|
27
27
|
/**
|
|
28
|
-
* <p>The ID of the account that owns the virtual private gateway or transit gateway.</p>
|
|
28
|
+
* <p>The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.</p>
|
|
29
29
|
*/
|
|
30
30
|
associatedGatewayOwnerAccount: string | undefined;
|
|
31
31
|
/**
|
|
@@ -57,7 +57,7 @@ export interface AssociatedGateway {
|
|
|
57
57
|
*/
|
|
58
58
|
type?: GatewayType | string;
|
|
59
59
|
/**
|
|
60
|
-
* <p>The ID of the account that owns the associated virtual private gateway or transit gateway.</p>
|
|
60
|
+
* <p>The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.</p>
|
|
61
61
|
*/
|
|
62
62
|
ownerAccount?: string;
|
|
63
63
|
/**
|
|
@@ -81,7 +81,7 @@ export interface DirectConnectGatewayAssociation {
|
|
|
81
81
|
*/
|
|
82
82
|
directConnectGatewayId?: string;
|
|
83
83
|
/**
|
|
84
|
-
* <p>The ID of the account that owns the associated gateway.</p>
|
|
84
|
+
* <p>The ID of the Amazon Web Services account that owns the associated gateway.</p>
|
|
85
85
|
*/
|
|
86
86
|
directConnectGatewayOwnerAccount?: string;
|
|
87
87
|
/**
|
|
@@ -129,11 +129,11 @@ export interface DirectConnectGatewayAssociation {
|
|
|
129
129
|
/**
|
|
130
130
|
* @deprecated
|
|
131
131
|
*
|
|
132
|
-
* <p>The Region where the virtual private gateway is located.</p>
|
|
132
|
+
* <p>The Amazon Web Services Region where the virtual private gateway is located.</p>
|
|
133
133
|
*/
|
|
134
134
|
virtualGatewayRegion?: string;
|
|
135
135
|
/**
|
|
136
|
-
* <p>The ID of the account that owns the virtual private gateway.</p>
|
|
136
|
+
* <p>The ID of the Amazon Web Services account that owns the virtual private gateway.</p>
|
|
137
137
|
*/
|
|
138
138
|
virtualGatewayOwnerAccount?: string;
|
|
139
139
|
}
|
|
@@ -187,6 +187,26 @@ export declare enum AddressFamily {
|
|
|
187
187
|
IPv4 = "ipv4",
|
|
188
188
|
IPv6 = "ipv6"
|
|
189
189
|
}
|
|
190
|
+
/**
|
|
191
|
+
* <p>The name and status of a customer agreement. </p>
|
|
192
|
+
*/
|
|
193
|
+
export interface CustomerAgreement {
|
|
194
|
+
/**
|
|
195
|
+
* <p>The name of the agreement.</p>
|
|
196
|
+
*/
|
|
197
|
+
agreementName?: string;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The status of the customer agreement. This will be either <code>signed</code> or <code>unsigned</code>
|
|
200
|
+
* </p>
|
|
201
|
+
*/
|
|
202
|
+
status?: string;
|
|
203
|
+
}
|
|
204
|
+
export declare namespace CustomerAgreement {
|
|
205
|
+
/**
|
|
206
|
+
* @internal
|
|
207
|
+
*/
|
|
208
|
+
const filterSensitiveLog: (obj: CustomerAgreement) => any;
|
|
209
|
+
}
|
|
190
210
|
export interface AllocateConnectionOnInterconnectRequest {
|
|
191
211
|
/**
|
|
192
212
|
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
|
|
@@ -200,7 +220,7 @@ export interface AllocateConnectionOnInterconnectRequest {
|
|
|
200
220
|
*/
|
|
201
221
|
connectionName: string | undefined;
|
|
202
222
|
/**
|
|
203
|
-
* <p>The ID of the account of the customer for whom the connection will be provisioned.</p>
|
|
223
|
+
* <p>The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.</p>
|
|
204
224
|
*/
|
|
205
225
|
ownerAccount: string | undefined;
|
|
206
226
|
/**
|
|
@@ -294,7 +314,7 @@ export declare namespace Tag {
|
|
|
294
314
|
*/
|
|
295
315
|
export interface Connection {
|
|
296
316
|
/**
|
|
297
|
-
* <p>The ID of the account that owns the connection.</p>
|
|
317
|
+
* <p>The ID of the Amazon Web Services account that owns the connection.</p>
|
|
298
318
|
*/
|
|
299
319
|
ownerAccount?: string;
|
|
300
320
|
/**
|
|
@@ -348,7 +368,7 @@ export interface Connection {
|
|
|
348
368
|
*/
|
|
349
369
|
connectionState?: ConnectionState | string;
|
|
350
370
|
/**
|
|
351
|
-
* <p>The Region where the connection is located.</p>
|
|
371
|
+
* <p>The Amazon Web Services Region where the connection is located.</p>
|
|
352
372
|
*/
|
|
353
373
|
region?: string;
|
|
354
374
|
/**
|
|
@@ -437,7 +457,7 @@ export interface AllocateHostedConnectionRequest {
|
|
|
437
457
|
*/
|
|
438
458
|
connectionId: string | undefined;
|
|
439
459
|
/**
|
|
440
|
-
* <p>The ID of the account ID of the customer for the connection.</p>
|
|
460
|
+
* <p>The ID of the Amazon Web Services account ID of the customer for the connection.</p>
|
|
441
461
|
*/
|
|
442
462
|
ownerAccount: string | undefined;
|
|
443
463
|
/**
|
|
@@ -545,7 +565,7 @@ export interface AllocatePrivateVirtualInterfaceRequest {
|
|
|
545
565
|
*/
|
|
546
566
|
connectionId: string | undefined;
|
|
547
567
|
/**
|
|
548
|
-
* <p>The ID of the account that owns the virtual private interface.</p>
|
|
568
|
+
* <p>The ID of the Amazon Web Services account that owns the virtual private interface.</p>
|
|
549
569
|
*/
|
|
550
570
|
ownerAccount: string | undefined;
|
|
551
571
|
/**
|
|
@@ -666,7 +686,7 @@ export declare type VirtualInterfaceState = "available" | "confirming" | "delete
|
|
|
666
686
|
*/
|
|
667
687
|
export interface VirtualInterface {
|
|
668
688
|
/**
|
|
669
|
-
* <p>The ID of the account that owns the virtual interface.</p>
|
|
689
|
+
* <p>The ID of the Amazon Web Services account that owns the virtual interface.</p>
|
|
670
690
|
*/
|
|
671
691
|
ownerAccount?: string;
|
|
672
692
|
/**
|
|
@@ -789,7 +809,7 @@ export interface VirtualInterface {
|
|
|
789
809
|
*/
|
|
790
810
|
bgpPeers?: BGPPeer[];
|
|
791
811
|
/**
|
|
792
|
-
* <p>The Region where the virtual interface is located.</p>
|
|
812
|
+
* <p>The Amazon Web Services Region where the virtual interface is located.</p>
|
|
793
813
|
*/
|
|
794
814
|
region?: string;
|
|
795
815
|
/**
|
|
@@ -866,7 +886,7 @@ export interface AllocatePublicVirtualInterfaceRequest {
|
|
|
866
886
|
*/
|
|
867
887
|
connectionId: string | undefined;
|
|
868
888
|
/**
|
|
869
|
-
* <p>The ID of the account that owns the public virtual interface.</p>
|
|
889
|
+
* <p>The ID of the Amazon Web Services account that owns the public virtual interface.</p>
|
|
870
890
|
*/
|
|
871
891
|
ownerAccount: string | undefined;
|
|
872
892
|
/**
|
|
@@ -934,7 +954,7 @@ export interface AllocateTransitVirtualInterfaceRequest {
|
|
|
934
954
|
*/
|
|
935
955
|
connectionId: string | undefined;
|
|
936
956
|
/**
|
|
937
|
-
* <p>The ID of the account that owns the transit virtual interface.</p>
|
|
957
|
+
* <p>The ID of the Amazon Web Services account that owns the transit virtual interface.</p>
|
|
938
958
|
*/
|
|
939
959
|
ownerAccount: string | undefined;
|
|
940
960
|
/**
|
|
@@ -1119,6 +1139,34 @@ export declare namespace ConfirmConnectionResponse {
|
|
|
1119
1139
|
*/
|
|
1120
1140
|
const filterSensitiveLog: (obj: ConfirmConnectionResponse) => any;
|
|
1121
1141
|
}
|
|
1142
|
+
export interface ConfirmCustomerAgreementRequest {
|
|
1143
|
+
/**
|
|
1144
|
+
* <p>
|
|
1145
|
+
* The name of the customer agreement.
|
|
1146
|
+
* </p>
|
|
1147
|
+
*/
|
|
1148
|
+
agreementName?: string;
|
|
1149
|
+
}
|
|
1150
|
+
export declare namespace ConfirmCustomerAgreementRequest {
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
*/
|
|
1154
|
+
const filterSensitiveLog: (obj: ConfirmCustomerAgreementRequest) => any;
|
|
1155
|
+
}
|
|
1156
|
+
export interface ConfirmCustomerAgreementResponse {
|
|
1157
|
+
/**
|
|
1158
|
+
* <p>
|
|
1159
|
+
* The status of the customer agreement when the connection was created. This will be either <code>signed</code> or <code>unsigned</code>.
|
|
1160
|
+
* </p>
|
|
1161
|
+
*/
|
|
1162
|
+
status?: string;
|
|
1163
|
+
}
|
|
1164
|
+
export declare namespace ConfirmCustomerAgreementResponse {
|
|
1165
|
+
/**
|
|
1166
|
+
* @internal
|
|
1167
|
+
*/
|
|
1168
|
+
const filterSensitiveLog: (obj: ConfirmCustomerAgreementResponse) => any;
|
|
1169
|
+
}
|
|
1122
1170
|
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
1123
1171
|
/**
|
|
1124
1172
|
* <p>The ID of the virtual interface.</p>
|
|
@@ -1461,7 +1509,7 @@ export interface DirectConnectGateway {
|
|
|
1461
1509
|
*/
|
|
1462
1510
|
amazonSideAsn?: number;
|
|
1463
1511
|
/**
|
|
1464
|
-
* <p>The ID of the account that owns the Direct Connect gateway.</p>
|
|
1512
|
+
* <p>The ID of the Amazon Web Services account that owns the Direct Connect gateway.</p>
|
|
1465
1513
|
*/
|
|
1466
1514
|
ownerAccount?: string;
|
|
1467
1515
|
/**
|
|
@@ -1553,7 +1601,7 @@ export interface CreateDirectConnectGatewayAssociationProposalRequest {
|
|
|
1553
1601
|
*/
|
|
1554
1602
|
directConnectGatewayId: string | undefined;
|
|
1555
1603
|
/**
|
|
1556
|
-
* <p>The ID of the account that owns the Direct Connect gateway.</p>
|
|
1604
|
+
* <p>The ID of the Amazon Web Services account that owns the Direct Connect gateway.</p>
|
|
1557
1605
|
*/
|
|
1558
1606
|
directConnectGatewayOwnerAccount: string | undefined;
|
|
1559
1607
|
/**
|
|
@@ -1589,7 +1637,7 @@ export interface DirectConnectGatewayAssociationProposal {
|
|
|
1589
1637
|
*/
|
|
1590
1638
|
directConnectGatewayId?: string;
|
|
1591
1639
|
/**
|
|
1592
|
-
* <p>The ID of the account that owns the Direct Connect gateway.</p>
|
|
1640
|
+
* <p>The ID of the Amazon Web Services account that owns the Direct Connect gateway.</p>
|
|
1593
1641
|
*/
|
|
1594
1642
|
directConnectGatewayOwnerAccount?: string;
|
|
1595
1643
|
/**
|
|
@@ -1722,7 +1770,7 @@ export interface Interconnect {
|
|
|
1722
1770
|
*/
|
|
1723
1771
|
interconnectState?: InterconnectState | string;
|
|
1724
1772
|
/**
|
|
1725
|
-
* <p>The Region where the connection is located.</p>
|
|
1773
|
+
* <p>The Amazon Web Services Region where the connection is located.</p>
|
|
1726
1774
|
*/
|
|
1727
1775
|
region?: string;
|
|
1728
1776
|
/**
|
|
@@ -1847,7 +1895,7 @@ export interface Lag {
|
|
|
1847
1895
|
*/
|
|
1848
1896
|
lagId?: string;
|
|
1849
1897
|
/**
|
|
1850
|
-
* <p>The ID of the account that owns the LAG.</p>
|
|
1898
|
+
* <p>The ID of the Amazon Web Services account that owns the LAG.</p>
|
|
1851
1899
|
*/
|
|
1852
1900
|
ownerAccount?: string;
|
|
1853
1901
|
/**
|
|
@@ -1894,7 +1942,7 @@ export interface Lag {
|
|
|
1894
1942
|
*/
|
|
1895
1943
|
location?: string;
|
|
1896
1944
|
/**
|
|
1897
|
-
* <p>The Region where the connection is located.</p>
|
|
1945
|
+
* <p>The Amazon Web Services Region where the connection is located.</p>
|
|
1898
1946
|
*/
|
|
1899
1947
|
region?: string;
|
|
1900
1948
|
/**
|
|
@@ -2512,6 +2560,38 @@ export declare namespace DescribeConnectionsOnInterconnectRequest {
|
|
|
2512
2560
|
*/
|
|
2513
2561
|
const filterSensitiveLog: (obj: DescribeConnectionsOnInterconnectRequest) => any;
|
|
2514
2562
|
}
|
|
2563
|
+
export declare enum NniPartnerType {
|
|
2564
|
+
NonPartner = "nonPartner",
|
|
2565
|
+
V1 = "v1",
|
|
2566
|
+
V2 = "v2"
|
|
2567
|
+
}
|
|
2568
|
+
export interface DescribeCustomerMetadataResponse {
|
|
2569
|
+
/**
|
|
2570
|
+
* <p>The list of customer agreements.</p>
|
|
2571
|
+
*/
|
|
2572
|
+
agreements?: CustomerAgreement[];
|
|
2573
|
+
/**
|
|
2574
|
+
* <p>The type of network-to-network interface (NNI) partner. The partner type will be one of the following:</p>
|
|
2575
|
+
* <ul>
|
|
2576
|
+
* <li>
|
|
2577
|
+
* <p>V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.</p>
|
|
2578
|
+
* </li>
|
|
2579
|
+
* <li>
|
|
2580
|
+
* <p>V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.</p>
|
|
2581
|
+
* </li>
|
|
2582
|
+
* <li>
|
|
2583
|
+
* <p>nonPartner: The customer is not a partner.</p>
|
|
2584
|
+
* </li>
|
|
2585
|
+
* </ul>
|
|
2586
|
+
*/
|
|
2587
|
+
nniPartnerType?: NniPartnerType | string;
|
|
2588
|
+
}
|
|
2589
|
+
export declare namespace DescribeCustomerMetadataResponse {
|
|
2590
|
+
/**
|
|
2591
|
+
* @internal
|
|
2592
|
+
*/
|
|
2593
|
+
const filterSensitiveLog: (obj: DescribeCustomerMetadataResponse) => any;
|
|
2594
|
+
}
|
|
2515
2595
|
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
2516
2596
|
/**
|
|
2517
2597
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -2652,11 +2732,11 @@ export interface DirectConnectGatewayAttachment {
|
|
|
2652
2732
|
*/
|
|
2653
2733
|
virtualInterfaceId?: string;
|
|
2654
2734
|
/**
|
|
2655
|
-
* <p>The Region where the virtual interface is located.</p>
|
|
2735
|
+
* <p>The Amazon Web Services Region where the virtual interface is located.</p>
|
|
2656
2736
|
*/
|
|
2657
2737
|
virtualInterfaceRegion?: string;
|
|
2658
2738
|
/**
|
|
2659
|
-
* <p>The ID of the account that owns the virtual interface.</p>
|
|
2739
|
+
* <p>The ID of the Amazon Web Services account that owns the virtual interface.</p>
|
|
2660
2740
|
*/
|
|
2661
2741
|
virtualInterfaceOwnerAccount?: string;
|
|
2662
2742
|
/**
|
|
@@ -2877,7 +2957,7 @@ export interface Location {
|
|
|
2877
2957
|
*/
|
|
2878
2958
|
locationName?: string;
|
|
2879
2959
|
/**
|
|
2880
|
-
* <p>The Region for the location.</p>
|
|
2960
|
+
* <p>The Amazon Web Services Region for the location.</p>
|
|
2881
2961
|
*/
|
|
2882
2962
|
region?: string;
|
|
2883
2963
|
/**
|
|
@@ -2911,6 +2991,84 @@ export declare namespace Locations {
|
|
|
2911
2991
|
*/
|
|
2912
2992
|
const filterSensitiveLog: (obj: Locations) => any;
|
|
2913
2993
|
}
|
|
2994
|
+
/**
|
|
2995
|
+
* <p>Provides the details about a virtual interface's router.</p>
|
|
2996
|
+
*/
|
|
2997
|
+
export interface DescribeRouterConfigurationRequest {
|
|
2998
|
+
/**
|
|
2999
|
+
* <p>The ID of the virtual interface.</p>
|
|
3000
|
+
*/
|
|
3001
|
+
virtualInterfaceId: string | undefined;
|
|
3002
|
+
/**
|
|
3003
|
+
* <p>Identifies the router by a combination of vendor, platform, and software version. For example, <code>CiscoSystemsInc-2900SeriesRouters-IOS124</code>.</p>
|
|
3004
|
+
*/
|
|
3005
|
+
routerTypeIdentifier?: string;
|
|
3006
|
+
}
|
|
3007
|
+
export declare namespace DescribeRouterConfigurationRequest {
|
|
3008
|
+
/**
|
|
3009
|
+
* @internal
|
|
3010
|
+
*/
|
|
3011
|
+
const filterSensitiveLog: (obj: DescribeRouterConfigurationRequest) => any;
|
|
3012
|
+
}
|
|
3013
|
+
/**
|
|
3014
|
+
* <p>Information about the virtual router.</p>
|
|
3015
|
+
*/
|
|
3016
|
+
export interface RouterType {
|
|
3017
|
+
/**
|
|
3018
|
+
* <p>The vendor for the virtual interface's router.</p>
|
|
3019
|
+
*/
|
|
3020
|
+
vendor?: string;
|
|
3021
|
+
/**
|
|
3022
|
+
* <p>The virtual interface router platform.</p>
|
|
3023
|
+
*/
|
|
3024
|
+
platform?: string;
|
|
3025
|
+
/**
|
|
3026
|
+
* <p>The router software. </p>
|
|
3027
|
+
*/
|
|
3028
|
+
software?: string;
|
|
3029
|
+
/**
|
|
3030
|
+
* <p>The template for the virtual interface's router.</p>
|
|
3031
|
+
*/
|
|
3032
|
+
xsltTemplateName?: string;
|
|
3033
|
+
/**
|
|
3034
|
+
* <p>The MAC Security (MACsec) template for the virtual interface's router.</p>
|
|
3035
|
+
*/
|
|
3036
|
+
xsltTemplateNameForMacSec?: string;
|
|
3037
|
+
/**
|
|
3038
|
+
* <p>Identifies the router by a combination of vendor, platform, and software version. For example, <code>CiscoSystemsInc-2900SeriesRouters-IOS124</code>.</p>
|
|
3039
|
+
*/
|
|
3040
|
+
routerTypeIdentifier?: string;
|
|
3041
|
+
}
|
|
3042
|
+
export declare namespace RouterType {
|
|
3043
|
+
/**
|
|
3044
|
+
* @internal
|
|
3045
|
+
*/
|
|
3046
|
+
const filterSensitiveLog: (obj: RouterType) => any;
|
|
3047
|
+
}
|
|
3048
|
+
export interface DescribeRouterConfigurationResponse {
|
|
3049
|
+
/**
|
|
3050
|
+
* <p>The customer router configuration.</p>
|
|
3051
|
+
*/
|
|
3052
|
+
customerRouterConfig?: string;
|
|
3053
|
+
/**
|
|
3054
|
+
* <p>The details about the router.</p>
|
|
3055
|
+
*/
|
|
3056
|
+
router?: RouterType;
|
|
3057
|
+
/**
|
|
3058
|
+
* <p>The ID assigned to the virtual interface.</p>
|
|
3059
|
+
*/
|
|
3060
|
+
virtualInterfaceId?: string;
|
|
3061
|
+
/**
|
|
3062
|
+
* <p>The name of the virtual interface assigned by the customer network.</p>
|
|
3063
|
+
*/
|
|
3064
|
+
virtualInterfaceName?: string;
|
|
3065
|
+
}
|
|
3066
|
+
export declare namespace DescribeRouterConfigurationResponse {
|
|
3067
|
+
/**
|
|
3068
|
+
* @internal
|
|
3069
|
+
*/
|
|
3070
|
+
const filterSensitiveLog: (obj: DescribeRouterConfigurationResponse) => any;
|
|
3071
|
+
}
|
|
2914
3072
|
export interface DescribeTagsRequest {
|
|
2915
3073
|
/**
|
|
2916
3074
|
* <p>The Amazon Resource Names (ARNs) of the resources.</p>
|
|
@@ -3303,6 +3461,34 @@ export declare namespace UpdateConnectionRequest {
|
|
|
3303
3461
|
*/
|
|
3304
3462
|
const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
|
|
3305
3463
|
}
|
|
3464
|
+
export interface UpdateDirectConnectGatewayRequest {
|
|
3465
|
+
/**
|
|
3466
|
+
* <p>The ID of the Direct Connect gateway to update.</p>
|
|
3467
|
+
*/
|
|
3468
|
+
directConnectGatewayId: string | undefined;
|
|
3469
|
+
/**
|
|
3470
|
+
* <p>The new name for the Direct Connect gateway.</p>
|
|
3471
|
+
*/
|
|
3472
|
+
newDirectConnectGatewayName: string | undefined;
|
|
3473
|
+
}
|
|
3474
|
+
export declare namespace UpdateDirectConnectGatewayRequest {
|
|
3475
|
+
/**
|
|
3476
|
+
* @internal
|
|
3477
|
+
*/
|
|
3478
|
+
const filterSensitiveLog: (obj: UpdateDirectConnectGatewayRequest) => any;
|
|
3479
|
+
}
|
|
3480
|
+
export interface UpdateDirectConnectGatewayResponse {
|
|
3481
|
+
/**
|
|
3482
|
+
* <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
|
|
3483
|
+
*/
|
|
3484
|
+
directConnectGateway?: DirectConnectGateway;
|
|
3485
|
+
}
|
|
3486
|
+
export declare namespace UpdateDirectConnectGatewayResponse {
|
|
3487
|
+
/**
|
|
3488
|
+
* @internal
|
|
3489
|
+
*/
|
|
3490
|
+
const filterSensitiveLog: (obj: UpdateDirectConnectGatewayResponse) => any;
|
|
3491
|
+
}
|
|
3306
3492
|
export interface UpdateDirectConnectGatewayAssociationRequest {
|
|
3307
3493
|
/**
|
|
3308
3494
|
* <p>The ID of the Direct Connect gateway association.</p>
|
|
@@ -11,6 +11,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
|
|
|
11
11
|
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "../commands/AssociateMacSecKeyCommand";
|
|
12
12
|
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "../commands/AssociateVirtualInterfaceCommand";
|
|
13
13
|
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "../commands/ConfirmConnectionCommand";
|
|
14
|
+
import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "../commands/ConfirmCustomerAgreementCommand";
|
|
14
15
|
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "../commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
16
|
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "../commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
17
|
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "../commands/ConfirmTransitVirtualInterfaceCommand";
|
|
@@ -35,6 +36,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
|
|
|
35
36
|
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "../commands/DescribeConnectionLoaCommand";
|
|
36
37
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "../commands/DescribeConnectionsCommand";
|
|
37
38
|
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "../commands/DescribeConnectionsOnInterconnectCommand";
|
|
39
|
+
import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "../commands/DescribeCustomerMetadataCommand";
|
|
38
40
|
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "../commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
41
|
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "../commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
42
|
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "../commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
@@ -45,6 +47,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
|
|
|
45
47
|
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "../commands/DescribeLagsCommand";
|
|
46
48
|
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "../commands/DescribeLoaCommand";
|
|
47
49
|
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "../commands/DescribeLocationsCommand";
|
|
50
|
+
import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "../commands/DescribeRouterConfigurationCommand";
|
|
48
51
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
49
52
|
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "../commands/DescribeVirtualGatewaysCommand";
|
|
50
53
|
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "../commands/DescribeVirtualInterfacesCommand";
|
|
@@ -57,6 +60,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
57
60
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
58
61
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
|
|
59
62
|
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "../commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
63
|
+
import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "../commands/UpdateDirectConnectGatewayCommand";
|
|
60
64
|
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "../commands/UpdateLagCommand";
|
|
61
65
|
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "../commands/UpdateVirtualInterfaceAttributesCommand";
|
|
62
66
|
export declare const serializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalCommand: (input: AcceptDirectConnectGatewayAssociationProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -70,6 +74,7 @@ export declare const serializeAws_json1_1AssociateHostedConnectionCommand: (inpu
|
|
|
70
74
|
export declare const serializeAws_json1_1AssociateMacSecKeyCommand: (input: AssociateMacSecKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
75
|
export declare const serializeAws_json1_1AssociateVirtualInterfaceCommand: (input: AssociateVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
76
|
export declare const serializeAws_json1_1ConfirmConnectionCommand: (input: ConfirmConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1ConfirmCustomerAgreementCommand: (input: ConfirmCustomerAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
78
|
export declare const serializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand: (input: ConfirmPrivateVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
79
|
export declare const serializeAws_json1_1ConfirmPublicVirtualInterfaceCommand: (input: ConfirmPublicVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
80
|
export declare const serializeAws_json1_1ConfirmTransitVirtualInterfaceCommand: (input: ConfirmTransitVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -94,6 +99,7 @@ export declare const serializeAws_json1_1DeleteVirtualInterfaceCommand: (input:
|
|
|
94
99
|
export declare const serializeAws_json1_1DescribeConnectionLoaCommand: (input: DescribeConnectionLoaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
100
|
export declare const serializeAws_json1_1DescribeConnectionsCommand: (input: DescribeConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
101
|
export declare const serializeAws_json1_1DescribeConnectionsOnInterconnectCommand: (input: DescribeConnectionsOnInterconnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1DescribeCustomerMetadataCommand: (input: DescribeCustomerMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
103
|
export declare const serializeAws_json1_1DescribeDirectConnectGatewayAssociationProposalsCommand: (input: DescribeDirectConnectGatewayAssociationProposalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
104
|
export declare const serializeAws_json1_1DescribeDirectConnectGatewayAssociationsCommand: (input: DescribeDirectConnectGatewayAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
105
|
export declare const serializeAws_json1_1DescribeDirectConnectGatewayAttachmentsCommand: (input: DescribeDirectConnectGatewayAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -104,6 +110,7 @@ export declare const serializeAws_json1_1DescribeInterconnectsCommand: (input: D
|
|
|
104
110
|
export declare const serializeAws_json1_1DescribeLagsCommand: (input: DescribeLagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
111
|
export declare const serializeAws_json1_1DescribeLoaCommand: (input: DescribeLoaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
112
|
export declare const serializeAws_json1_1DescribeLocationsCommand: (input: DescribeLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_json1_1DescribeRouterConfigurationCommand: (input: DescribeRouterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
114
|
export declare const serializeAws_json1_1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
115
|
export declare const serializeAws_json1_1DescribeVirtualGatewaysCommand: (input: DescribeVirtualGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
116
|
export declare const serializeAws_json1_1DescribeVirtualInterfacesCommand: (input: DescribeVirtualInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -115,6 +122,7 @@ export declare const serializeAws_json1_1StopBgpFailoverTestCommand: (input: Sto
|
|
|
115
122
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
123
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
124
|
export declare const serializeAws_json1_1UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1UpdateDirectConnectGatewayCommand: (input: UpdateDirectConnectGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
126
|
export declare const serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand: (input: UpdateDirectConnectGatewayAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
127
|
export declare const serializeAws_json1_1UpdateLagCommand: (input: UpdateLagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
128
|
export declare const serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand: (input: UpdateVirtualInterfaceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -129,6 +137,7 @@ export declare const deserializeAws_json1_1AssociateHostedConnectionCommand: (ou
|
|
|
129
137
|
export declare const deserializeAws_json1_1AssociateMacSecKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMacSecKeyCommandOutput>;
|
|
130
138
|
export declare const deserializeAws_json1_1AssociateVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVirtualInterfaceCommandOutput>;
|
|
131
139
|
export declare const deserializeAws_json1_1ConfirmConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmConnectionCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1ConfirmCustomerAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmCustomerAgreementCommandOutput>;
|
|
132
141
|
export declare const deserializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
|
|
133
142
|
export declare const deserializeAws_json1_1ConfirmPublicVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmPublicVirtualInterfaceCommandOutput>;
|
|
134
143
|
export declare const deserializeAws_json1_1ConfirmTransitVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmTransitVirtualInterfaceCommandOutput>;
|
|
@@ -153,6 +162,7 @@ export declare const deserializeAws_json1_1DeleteVirtualInterfaceCommand: (outpu
|
|
|
153
162
|
export declare const deserializeAws_json1_1DescribeConnectionLoaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionLoaCommandOutput>;
|
|
154
163
|
export declare const deserializeAws_json1_1DescribeConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionsCommandOutput>;
|
|
155
164
|
export declare const deserializeAws_json1_1DescribeConnectionsOnInterconnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionsOnInterconnectCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_json1_1DescribeCustomerMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomerMetadataCommandOutput>;
|
|
156
166
|
export declare const deserializeAws_json1_1DescribeDirectConnectGatewayAssociationProposalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
|
|
157
167
|
export declare const deserializeAws_json1_1DescribeDirectConnectGatewayAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectConnectGatewayAssociationsCommandOutput>;
|
|
158
168
|
export declare const deserializeAws_json1_1DescribeDirectConnectGatewayAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput>;
|
|
@@ -163,6 +173,7 @@ export declare const deserializeAws_json1_1DescribeInterconnectsCommand: (output
|
|
|
163
173
|
export declare const deserializeAws_json1_1DescribeLagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLagsCommandOutput>;
|
|
164
174
|
export declare const deserializeAws_json1_1DescribeLoaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoaCommandOutput>;
|
|
165
175
|
export declare const deserializeAws_json1_1DescribeLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationsCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_json1_1DescribeRouterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouterConfigurationCommandOutput>;
|
|
166
177
|
export declare const deserializeAws_json1_1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
167
178
|
export declare const deserializeAws_json1_1DescribeVirtualGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualGatewaysCommandOutput>;
|
|
168
179
|
export declare const deserializeAws_json1_1DescribeVirtualInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualInterfacesCommandOutput>;
|
|
@@ -174,6 +185,7 @@ export declare const deserializeAws_json1_1StopBgpFailoverTestCommand: (output:
|
|
|
174
185
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
175
186
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
176
187
|
export declare const deserializeAws_json1_1UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1UpdateDirectConnectGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectConnectGatewayCommandOutput>;
|
|
177
189
|
export declare const deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
|
|
178
190
|
export declare const deserializeAws_json1_1UpdateLagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLagCommandOutput>;
|
|
179
191
|
export declare const deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVirtualInterfaceAttributesCommandOutput>;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|