@aws-sdk/client-direct-connect 3.296.0 → 3.297.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/DirectConnect.d.ts +64 -0
- package/dist-types/DirectConnectClient.d.ts +24 -4
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +16 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/CreateLagCommand.d.ts +16 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +16 -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 +16 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +16 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +16 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +16 -0
- package/dist-types/models/DirectConnectServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +383 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP)
|
|
5
6
|
* over a public virtual interface.</p>
|
|
6
7
|
*/
|
|
@@ -10,6 +11,9 @@ export interface RouteFilterPrefix {
|
|
|
10
11
|
*/
|
|
11
12
|
cidr?: string;
|
|
12
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
13
17
|
export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
14
18
|
/**
|
|
15
19
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -29,11 +33,15 @@ export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
|
29
33
|
*/
|
|
30
34
|
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
31
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
32
39
|
export declare enum GatewayType {
|
|
33
40
|
TransitGateway = "transitGateway",
|
|
34
41
|
VirtualPrivateGateway = "virtualPrivateGateway"
|
|
35
42
|
}
|
|
36
43
|
/**
|
|
44
|
+
* @public
|
|
37
45
|
* <p>Information about the associated gateway.</p>
|
|
38
46
|
*/
|
|
39
47
|
export interface AssociatedGateway {
|
|
@@ -54,6 +62,9 @@ export interface AssociatedGateway {
|
|
|
54
62
|
*/
|
|
55
63
|
region?: string;
|
|
56
64
|
}
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
57
68
|
export declare enum DirectConnectGatewayAssociationState {
|
|
58
69
|
associated = "associated",
|
|
59
70
|
associating = "associating",
|
|
@@ -62,6 +73,7 @@ export declare enum DirectConnectGatewayAssociationState {
|
|
|
62
73
|
updating = "updating"
|
|
63
74
|
}
|
|
64
75
|
/**
|
|
76
|
+
* @public
|
|
65
77
|
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
|
|
66
78
|
*/
|
|
67
79
|
export interface DirectConnectGatewayAssociation {
|
|
@@ -131,6 +143,9 @@ export interface DirectConnectGatewayAssociation {
|
|
|
131
143
|
*/
|
|
132
144
|
virtualGatewayOwnerAccount?: string;
|
|
133
145
|
}
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
134
149
|
export interface AcceptDirectConnectGatewayAssociationProposalResult {
|
|
135
150
|
/**
|
|
136
151
|
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
|
|
@@ -138,6 +153,7 @@ export interface AcceptDirectConnectGatewayAssociationProposalResult {
|
|
|
138
153
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
139
154
|
}
|
|
140
155
|
/**
|
|
156
|
+
* @public
|
|
141
157
|
* <p>One or more parameters are not valid.</p>
|
|
142
158
|
*/
|
|
143
159
|
export declare class DirectConnectClientException extends __BaseException {
|
|
@@ -149,6 +165,7 @@ export declare class DirectConnectClientException extends __BaseException {
|
|
|
149
165
|
constructor(opts: __ExceptionOptionType<DirectConnectClientException, __BaseException>);
|
|
150
166
|
}
|
|
151
167
|
/**
|
|
168
|
+
* @public
|
|
152
169
|
* <p>A server-side error occurred.</p>
|
|
153
170
|
*/
|
|
154
171
|
export declare class DirectConnectServerException extends __BaseException {
|
|
@@ -159,11 +176,15 @@ export declare class DirectConnectServerException extends __BaseException {
|
|
|
159
176
|
*/
|
|
160
177
|
constructor(opts: __ExceptionOptionType<DirectConnectServerException, __BaseException>);
|
|
161
178
|
}
|
|
179
|
+
/**
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
162
182
|
export declare enum AddressFamily {
|
|
163
183
|
IPv4 = "ipv4",
|
|
164
184
|
IPv6 = "ipv6"
|
|
165
185
|
}
|
|
166
186
|
/**
|
|
187
|
+
* @public
|
|
167
188
|
* <p>The name and status of a customer agreement. </p>
|
|
168
189
|
*/
|
|
169
190
|
export interface CustomerAgreement {
|
|
@@ -177,6 +198,9 @@ export interface CustomerAgreement {
|
|
|
177
198
|
*/
|
|
178
199
|
status?: string;
|
|
179
200
|
}
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
180
204
|
export interface AllocateConnectionOnInterconnectRequest {
|
|
181
205
|
/**
|
|
182
206
|
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
|
|
@@ -202,6 +226,9 @@ export interface AllocateConnectionOnInterconnectRequest {
|
|
|
202
226
|
*/
|
|
203
227
|
vlan: number | undefined;
|
|
204
228
|
}
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
205
232
|
export declare enum ConnectionState {
|
|
206
233
|
available = "available",
|
|
207
234
|
deleted = "deleted",
|
|
@@ -213,12 +240,16 @@ export declare enum ConnectionState {
|
|
|
213
240
|
requested = "requested",
|
|
214
241
|
unknown = "unknown"
|
|
215
242
|
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
216
246
|
export declare enum HasLogicalRedundancy {
|
|
217
247
|
No = "no",
|
|
218
248
|
Unknown = "unknown",
|
|
219
249
|
Yes = "yes"
|
|
220
250
|
}
|
|
221
251
|
/**
|
|
252
|
+
* @public
|
|
222
253
|
* <p>Information about the MAC Security (MACsec) secret key.</p>
|
|
223
254
|
*/
|
|
224
255
|
export interface MacSecKey {
|
|
@@ -259,6 +290,7 @@ export interface MacSecKey {
|
|
|
259
290
|
startOn?: string;
|
|
260
291
|
}
|
|
261
292
|
/**
|
|
293
|
+
* @public
|
|
262
294
|
* <p>Information about a tag.</p>
|
|
263
295
|
*/
|
|
264
296
|
export interface Tag {
|
|
@@ -272,6 +304,7 @@ export interface Tag {
|
|
|
272
304
|
value?: string;
|
|
273
305
|
}
|
|
274
306
|
/**
|
|
307
|
+
* @public
|
|
275
308
|
* <p>Information about an Direct Connect connection.</p>
|
|
276
309
|
*/
|
|
277
310
|
export interface Connection {
|
|
@@ -407,6 +440,9 @@ export interface Connection {
|
|
|
407
440
|
*/
|
|
408
441
|
macSecKeys?: MacSecKey[];
|
|
409
442
|
}
|
|
443
|
+
/**
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
410
446
|
export interface AllocateHostedConnectionRequest {
|
|
411
447
|
/**
|
|
412
448
|
* <p>The ID of the interconnect or LAG.</p>
|
|
@@ -434,6 +470,7 @@ export interface AllocateHostedConnectionRequest {
|
|
|
434
470
|
tags?: Tag[];
|
|
435
471
|
}
|
|
436
472
|
/**
|
|
473
|
+
* @public
|
|
437
474
|
* <p>A tag key was specified more than once.</p>
|
|
438
475
|
*/
|
|
439
476
|
export declare class DuplicateTagKeysException extends __BaseException {
|
|
@@ -445,6 +482,7 @@ export declare class DuplicateTagKeysException extends __BaseException {
|
|
|
445
482
|
constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
|
|
446
483
|
}
|
|
447
484
|
/**
|
|
485
|
+
* @public
|
|
448
486
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
449
487
|
*/
|
|
450
488
|
export declare class TooManyTagsException extends __BaseException {
|
|
@@ -456,6 +494,7 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
456
494
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
457
495
|
}
|
|
458
496
|
/**
|
|
497
|
+
* @public
|
|
459
498
|
* <p>Information about a private virtual interface to be provisioned on a connection.</p>
|
|
460
499
|
*/
|
|
461
500
|
export interface NewPrivateVirtualInterfaceAllocation {
|
|
@@ -497,6 +536,9 @@ export interface NewPrivateVirtualInterfaceAllocation {
|
|
|
497
536
|
*/
|
|
498
537
|
tags?: Tag[];
|
|
499
538
|
}
|
|
539
|
+
/**
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
500
542
|
export interface AllocatePrivateVirtualInterfaceRequest {
|
|
501
543
|
/**
|
|
502
544
|
* <p>The ID of the connection on which the private virtual interface is provisioned.</p>
|
|
@@ -511,6 +553,9 @@ export interface AllocatePrivateVirtualInterfaceRequest {
|
|
|
511
553
|
*/
|
|
512
554
|
newPrivateVirtualInterfaceAllocation: NewPrivateVirtualInterfaceAllocation | undefined;
|
|
513
555
|
}
|
|
556
|
+
/**
|
|
557
|
+
* @public
|
|
558
|
+
*/
|
|
514
559
|
export declare enum BGPPeerState {
|
|
515
560
|
Available = "available",
|
|
516
561
|
Deleted = "deleted",
|
|
@@ -518,12 +563,16 @@ export declare enum BGPPeerState {
|
|
|
518
563
|
Pending = "pending",
|
|
519
564
|
Verifying = "verifying"
|
|
520
565
|
}
|
|
566
|
+
/**
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
521
569
|
export declare enum BGPStatus {
|
|
522
570
|
Down = "down",
|
|
523
571
|
Unknown = "unknown",
|
|
524
572
|
Up = "up"
|
|
525
573
|
}
|
|
526
574
|
/**
|
|
575
|
+
* @public
|
|
527
576
|
* <p>Information about a BGP peer.</p>
|
|
528
577
|
*/
|
|
529
578
|
export interface BGPPeer {
|
|
@@ -606,6 +655,9 @@ export interface BGPPeer {
|
|
|
606
655
|
*/
|
|
607
656
|
awsLogicalDeviceId?: string;
|
|
608
657
|
}
|
|
658
|
+
/**
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
609
661
|
export declare enum VirtualInterfaceState {
|
|
610
662
|
available = "available",
|
|
611
663
|
confirming = "confirming",
|
|
@@ -618,6 +670,7 @@ export declare enum VirtualInterfaceState {
|
|
|
618
670
|
verifying = "verifying"
|
|
619
671
|
}
|
|
620
672
|
/**
|
|
673
|
+
* @public
|
|
621
674
|
* <p>Information about a virtual interface.</p>
|
|
622
675
|
*/
|
|
623
676
|
export interface VirtualInterface {
|
|
@@ -767,6 +820,7 @@ export interface VirtualInterface {
|
|
|
767
820
|
siteLinkEnabled?: boolean;
|
|
768
821
|
}
|
|
769
822
|
/**
|
|
823
|
+
* @public
|
|
770
824
|
* <p>Information about a public virtual interface to be provisioned on a connection.</p>
|
|
771
825
|
*/
|
|
772
826
|
export interface NewPublicVirtualInterfaceAllocation {
|
|
@@ -808,6 +862,9 @@ export interface NewPublicVirtualInterfaceAllocation {
|
|
|
808
862
|
*/
|
|
809
863
|
tags?: Tag[];
|
|
810
864
|
}
|
|
865
|
+
/**
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
811
868
|
export interface AllocatePublicVirtualInterfaceRequest {
|
|
812
869
|
/**
|
|
813
870
|
* <p>The ID of the connection on which the public virtual interface is provisioned.</p>
|
|
@@ -823,6 +880,7 @@ export interface AllocatePublicVirtualInterfaceRequest {
|
|
|
823
880
|
newPublicVirtualInterfaceAllocation: NewPublicVirtualInterfaceAllocation | undefined;
|
|
824
881
|
}
|
|
825
882
|
/**
|
|
883
|
+
* @public
|
|
826
884
|
* <p>Information about a transit virtual interface to be provisioned on a connection.</p>
|
|
827
885
|
*/
|
|
828
886
|
export interface NewTransitVirtualInterfaceAllocation {
|
|
@@ -864,6 +922,9 @@ export interface NewTransitVirtualInterfaceAllocation {
|
|
|
864
922
|
*/
|
|
865
923
|
tags?: Tag[];
|
|
866
924
|
}
|
|
925
|
+
/**
|
|
926
|
+
* @public
|
|
927
|
+
*/
|
|
867
928
|
export interface AllocateTransitVirtualInterfaceRequest {
|
|
868
929
|
/**
|
|
869
930
|
* <p>The ID of the connection on which the transit virtual interface is provisioned.</p>
|
|
@@ -878,12 +939,18 @@ export interface AllocateTransitVirtualInterfaceRequest {
|
|
|
878
939
|
*/
|
|
879
940
|
newTransitVirtualInterfaceAllocation: NewTransitVirtualInterfaceAllocation | undefined;
|
|
880
941
|
}
|
|
942
|
+
/**
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
881
945
|
export interface AllocateTransitVirtualInterfaceResult {
|
|
882
946
|
/**
|
|
883
947
|
* <p>Information about a virtual interface.</p>
|
|
884
948
|
*/
|
|
885
949
|
virtualInterface?: VirtualInterface;
|
|
886
950
|
}
|
|
951
|
+
/**
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
887
954
|
export interface AssociateConnectionWithLagRequest {
|
|
888
955
|
/**
|
|
889
956
|
* <p>The ID of the connection.</p>
|
|
@@ -894,6 +961,9 @@ export interface AssociateConnectionWithLagRequest {
|
|
|
894
961
|
*/
|
|
895
962
|
lagId: string | undefined;
|
|
896
963
|
}
|
|
964
|
+
/**
|
|
965
|
+
* @public
|
|
966
|
+
*/
|
|
897
967
|
export interface AssociateHostedConnectionRequest {
|
|
898
968
|
/**
|
|
899
969
|
* <p>The ID of the hosted connection.</p>
|
|
@@ -904,6 +974,9 @@ export interface AssociateHostedConnectionRequest {
|
|
|
904
974
|
*/
|
|
905
975
|
parentConnectionId: string | undefined;
|
|
906
976
|
}
|
|
977
|
+
/**
|
|
978
|
+
* @public
|
|
979
|
+
*/
|
|
907
980
|
export interface AssociateMacSecKeyRequest {
|
|
908
981
|
/**
|
|
909
982
|
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
@@ -931,6 +1004,9 @@ export interface AssociateMacSecKeyRequest {
|
|
|
931
1004
|
*/
|
|
932
1005
|
cak?: string;
|
|
933
1006
|
}
|
|
1007
|
+
/**
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
934
1010
|
export interface AssociateMacSecKeyResponse {
|
|
935
1011
|
/**
|
|
936
1012
|
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
@@ -941,6 +1017,9 @@ export interface AssociateMacSecKeyResponse {
|
|
|
941
1017
|
*/
|
|
942
1018
|
macSecKeys?: MacSecKey[];
|
|
943
1019
|
}
|
|
1020
|
+
/**
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
944
1023
|
export interface AssociateVirtualInterfaceRequest {
|
|
945
1024
|
/**
|
|
946
1025
|
* <p>The ID of the virtual interface.</p>
|
|
@@ -951,12 +1030,18 @@ export interface AssociateVirtualInterfaceRequest {
|
|
|
951
1030
|
*/
|
|
952
1031
|
connectionId: string | undefined;
|
|
953
1032
|
}
|
|
1033
|
+
/**
|
|
1034
|
+
* @public
|
|
1035
|
+
*/
|
|
954
1036
|
export interface ConfirmConnectionRequest {
|
|
955
1037
|
/**
|
|
956
1038
|
* <p>The ID of the hosted connection.</p>
|
|
957
1039
|
*/
|
|
958
1040
|
connectionId: string | undefined;
|
|
959
1041
|
}
|
|
1042
|
+
/**
|
|
1043
|
+
* @public
|
|
1044
|
+
*/
|
|
960
1045
|
export interface ConfirmConnectionResponse {
|
|
961
1046
|
/**
|
|
962
1047
|
* <p>The state of the connection. The following are the possible values:</p>
|
|
@@ -1001,6 +1086,9 @@ export interface ConfirmConnectionResponse {
|
|
|
1001
1086
|
*/
|
|
1002
1087
|
connectionState?: ConnectionState | string;
|
|
1003
1088
|
}
|
|
1089
|
+
/**
|
|
1090
|
+
* @public
|
|
1091
|
+
*/
|
|
1004
1092
|
export interface ConfirmCustomerAgreementRequest {
|
|
1005
1093
|
/**
|
|
1006
1094
|
* <p>
|
|
@@ -1011,6 +1099,9 @@ export interface ConfirmCustomerAgreementRequest {
|
|
|
1011
1099
|
*/
|
|
1012
1100
|
agreementName?: string;
|
|
1013
1101
|
}
|
|
1102
|
+
/**
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
1014
1105
|
export interface ConfirmCustomerAgreementResponse {
|
|
1015
1106
|
/**
|
|
1016
1107
|
* <p>
|
|
@@ -1019,6 +1110,9 @@ export interface ConfirmCustomerAgreementResponse {
|
|
|
1019
1110
|
*/
|
|
1020
1111
|
status?: string;
|
|
1021
1112
|
}
|
|
1113
|
+
/**
|
|
1114
|
+
* @public
|
|
1115
|
+
*/
|
|
1022
1116
|
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
1023
1117
|
/**
|
|
1024
1118
|
* <p>The ID of the virtual interface.</p>
|
|
@@ -1033,6 +1127,9 @@ export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
|
1033
1127
|
*/
|
|
1034
1128
|
directConnectGatewayId?: string;
|
|
1035
1129
|
}
|
|
1130
|
+
/**
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1036
1133
|
export interface ConfirmPrivateVirtualInterfaceResponse {
|
|
1037
1134
|
/**
|
|
1038
1135
|
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
@@ -1077,12 +1174,18 @@ export interface ConfirmPrivateVirtualInterfaceResponse {
|
|
|
1077
1174
|
*/
|
|
1078
1175
|
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
1079
1176
|
}
|
|
1177
|
+
/**
|
|
1178
|
+
* @public
|
|
1179
|
+
*/
|
|
1080
1180
|
export interface ConfirmPublicVirtualInterfaceRequest {
|
|
1081
1181
|
/**
|
|
1082
1182
|
* <p>The ID of the virtual interface.</p>
|
|
1083
1183
|
*/
|
|
1084
1184
|
virtualInterfaceId: string | undefined;
|
|
1085
1185
|
}
|
|
1186
|
+
/**
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1086
1189
|
export interface ConfirmPublicVirtualInterfaceResponse {
|
|
1087
1190
|
/**
|
|
1088
1191
|
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
@@ -1127,6 +1230,9 @@ export interface ConfirmPublicVirtualInterfaceResponse {
|
|
|
1127
1230
|
*/
|
|
1128
1231
|
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
1129
1232
|
}
|
|
1233
|
+
/**
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1130
1236
|
export interface ConfirmTransitVirtualInterfaceRequest {
|
|
1131
1237
|
/**
|
|
1132
1238
|
* <p>The ID of the virtual interface.</p>
|
|
@@ -1137,6 +1243,9 @@ export interface ConfirmTransitVirtualInterfaceRequest {
|
|
|
1137
1243
|
*/
|
|
1138
1244
|
directConnectGatewayId: string | undefined;
|
|
1139
1245
|
}
|
|
1246
|
+
/**
|
|
1247
|
+
* @public
|
|
1248
|
+
*/
|
|
1140
1249
|
export interface ConfirmTransitVirtualInterfaceResponse {
|
|
1141
1250
|
/**
|
|
1142
1251
|
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
@@ -1181,6 +1290,9 @@ export interface ConfirmTransitVirtualInterfaceResponse {
|
|
|
1181
1290
|
*/
|
|
1182
1291
|
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
1183
1292
|
}
|
|
1293
|
+
/**
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1184
1296
|
export interface Connections {
|
|
1185
1297
|
/**
|
|
1186
1298
|
* <p>The connections.</p>
|
|
@@ -1188,6 +1300,7 @@ export interface Connections {
|
|
|
1188
1300
|
connections?: Connection[];
|
|
1189
1301
|
}
|
|
1190
1302
|
/**
|
|
1303
|
+
* @public
|
|
1191
1304
|
* <p>Information about a new BGP peer.</p>
|
|
1192
1305
|
*/
|
|
1193
1306
|
export interface NewBGPPeer {
|
|
@@ -1212,6 +1325,9 @@ export interface NewBGPPeer {
|
|
|
1212
1325
|
*/
|
|
1213
1326
|
customerAddress?: string;
|
|
1214
1327
|
}
|
|
1328
|
+
/**
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1215
1331
|
export interface CreateBGPPeerRequest {
|
|
1216
1332
|
/**
|
|
1217
1333
|
* <p>The ID of the virtual interface.</p>
|
|
@@ -1222,12 +1338,18 @@ export interface CreateBGPPeerRequest {
|
|
|
1222
1338
|
*/
|
|
1223
1339
|
newBGPPeer?: NewBGPPeer;
|
|
1224
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
1225
1344
|
export interface CreateBGPPeerResponse {
|
|
1226
1345
|
/**
|
|
1227
1346
|
* <p>The virtual interface.</p>
|
|
1228
1347
|
*/
|
|
1229
1348
|
virtualInterface?: VirtualInterface;
|
|
1230
1349
|
}
|
|
1350
|
+
/**
|
|
1351
|
+
* @public
|
|
1352
|
+
*/
|
|
1231
1353
|
export interface CreateConnectionRequest {
|
|
1232
1354
|
/**
|
|
1233
1355
|
* <p>The location of the connection.</p>
|
|
@@ -1259,6 +1381,9 @@ export interface CreateConnectionRequest {
|
|
|
1259
1381
|
*/
|
|
1260
1382
|
requestMACSec?: boolean;
|
|
1261
1383
|
}
|
|
1384
|
+
/**
|
|
1385
|
+
* @public
|
|
1386
|
+
*/
|
|
1262
1387
|
export interface CreateDirectConnectGatewayRequest {
|
|
1263
1388
|
/**
|
|
1264
1389
|
* <p>The name of the Direct Connect gateway.</p>
|
|
@@ -1271,6 +1396,9 @@ export interface CreateDirectConnectGatewayRequest {
|
|
|
1271
1396
|
*/
|
|
1272
1397
|
amazonSideAsn?: number;
|
|
1273
1398
|
}
|
|
1399
|
+
/**
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1274
1402
|
export declare enum DirectConnectGatewayState {
|
|
1275
1403
|
available = "available",
|
|
1276
1404
|
deleted = "deleted",
|
|
@@ -1278,6 +1406,7 @@ export declare enum DirectConnectGatewayState {
|
|
|
1278
1406
|
pending = "pending"
|
|
1279
1407
|
}
|
|
1280
1408
|
/**
|
|
1409
|
+
* @public
|
|
1281
1410
|
* <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
|
|
1282
1411
|
*/
|
|
1283
1412
|
export interface DirectConnectGateway {
|
|
@@ -1324,12 +1453,18 @@ export interface DirectConnectGateway {
|
|
|
1324
1453
|
*/
|
|
1325
1454
|
stateChangeError?: string;
|
|
1326
1455
|
}
|
|
1456
|
+
/**
|
|
1457
|
+
* @public
|
|
1458
|
+
*/
|
|
1327
1459
|
export interface CreateDirectConnectGatewayResult {
|
|
1328
1460
|
/**
|
|
1329
1461
|
* <p>The Direct Connect gateway.</p>
|
|
1330
1462
|
*/
|
|
1331
1463
|
directConnectGateway?: DirectConnectGateway;
|
|
1332
1464
|
}
|
|
1465
|
+
/**
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1333
1468
|
export interface CreateDirectConnectGatewayAssociationRequest {
|
|
1334
1469
|
/**
|
|
1335
1470
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -1350,12 +1485,18 @@ export interface CreateDirectConnectGatewayAssociationRequest {
|
|
|
1350
1485
|
*/
|
|
1351
1486
|
virtualGatewayId?: string;
|
|
1352
1487
|
}
|
|
1488
|
+
/**
|
|
1489
|
+
* @public
|
|
1490
|
+
*/
|
|
1353
1491
|
export interface CreateDirectConnectGatewayAssociationResult {
|
|
1354
1492
|
/**
|
|
1355
1493
|
* <p>The association to be created.</p>
|
|
1356
1494
|
*/
|
|
1357
1495
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
1358
1496
|
}
|
|
1497
|
+
/**
|
|
1498
|
+
* @public
|
|
1499
|
+
*/
|
|
1359
1500
|
export interface CreateDirectConnectGatewayAssociationProposalRequest {
|
|
1360
1501
|
/**
|
|
1361
1502
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -1378,12 +1519,16 @@ export interface CreateDirectConnectGatewayAssociationProposalRequest {
|
|
|
1378
1519
|
*/
|
|
1379
1520
|
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1380
1521
|
}
|
|
1522
|
+
/**
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1381
1525
|
export declare enum DirectConnectGatewayAssociationProposalState {
|
|
1382
1526
|
accepted = "accepted",
|
|
1383
1527
|
deleted = "deleted",
|
|
1384
1528
|
requested = "requested"
|
|
1385
1529
|
}
|
|
1386
1530
|
/**
|
|
1531
|
+
* @public
|
|
1387
1532
|
* <p>Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway. </p>
|
|
1388
1533
|
*/
|
|
1389
1534
|
export interface DirectConnectGatewayAssociationProposal {
|
|
@@ -1430,12 +1575,18 @@ export interface DirectConnectGatewayAssociationProposal {
|
|
|
1430
1575
|
*/
|
|
1431
1576
|
requestedAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1432
1577
|
}
|
|
1578
|
+
/**
|
|
1579
|
+
* @public
|
|
1580
|
+
*/
|
|
1433
1581
|
export interface CreateDirectConnectGatewayAssociationProposalResult {
|
|
1434
1582
|
/**
|
|
1435
1583
|
* <p>Information about the Direct Connect gateway proposal.</p>
|
|
1436
1584
|
*/
|
|
1437
1585
|
directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
|
|
1438
1586
|
}
|
|
1587
|
+
/**
|
|
1588
|
+
* @public
|
|
1589
|
+
*/
|
|
1439
1590
|
export interface CreateInterconnectRequest {
|
|
1440
1591
|
/**
|
|
1441
1592
|
* <p>The name of the interconnect.</p>
|
|
@@ -1462,6 +1613,9 @@ export interface CreateInterconnectRequest {
|
|
|
1462
1613
|
*/
|
|
1463
1614
|
providerName?: string;
|
|
1464
1615
|
}
|
|
1616
|
+
/**
|
|
1617
|
+
* @public
|
|
1618
|
+
*/
|
|
1465
1619
|
export declare enum InterconnectState {
|
|
1466
1620
|
available = "available",
|
|
1467
1621
|
deleted = "deleted",
|
|
@@ -1472,6 +1626,7 @@ export declare enum InterconnectState {
|
|
|
1472
1626
|
unknown = "unknown"
|
|
1473
1627
|
}
|
|
1474
1628
|
/**
|
|
1629
|
+
* @public
|
|
1475
1630
|
* <p>Information about an interconnect.</p>
|
|
1476
1631
|
*/
|
|
1477
1632
|
export interface Interconnect {
|
|
@@ -1570,6 +1725,9 @@ export interface Interconnect {
|
|
|
1570
1725
|
*/
|
|
1571
1726
|
providerName?: string;
|
|
1572
1727
|
}
|
|
1728
|
+
/**
|
|
1729
|
+
* @public
|
|
1730
|
+
*/
|
|
1573
1731
|
export interface CreateLagRequest {
|
|
1574
1732
|
/**
|
|
1575
1733
|
* <p>The number of physical dedicated connections initially provisioned and bundled by the
|
|
@@ -1613,6 +1771,9 @@ export interface CreateLagRequest {
|
|
|
1613
1771
|
*/
|
|
1614
1772
|
requestMACSec?: boolean;
|
|
1615
1773
|
}
|
|
1774
|
+
/**
|
|
1775
|
+
* @public
|
|
1776
|
+
*/
|
|
1616
1777
|
export declare enum LagState {
|
|
1617
1778
|
available = "available",
|
|
1618
1779
|
deleted = "deleted",
|
|
@@ -1623,6 +1784,7 @@ export declare enum LagState {
|
|
|
1623
1784
|
unknown = "unknown"
|
|
1624
1785
|
}
|
|
1625
1786
|
/**
|
|
1787
|
+
* @public
|
|
1626
1788
|
* <p>Information about a link aggregation group (LAG).</p>
|
|
1627
1789
|
*/
|
|
1628
1790
|
export interface Lag {
|
|
@@ -1748,6 +1910,7 @@ export interface Lag {
|
|
|
1748
1910
|
macSecKeys?: MacSecKey[];
|
|
1749
1911
|
}
|
|
1750
1912
|
/**
|
|
1913
|
+
* @public
|
|
1751
1914
|
* <p>Information about a private virtual interface.</p>
|
|
1752
1915
|
*/
|
|
1753
1916
|
export interface NewPrivateVirtualInterface {
|
|
@@ -1801,6 +1964,9 @@ export interface NewPrivateVirtualInterface {
|
|
|
1801
1964
|
*/
|
|
1802
1965
|
enableSiteLink?: boolean;
|
|
1803
1966
|
}
|
|
1967
|
+
/**
|
|
1968
|
+
* @public
|
|
1969
|
+
*/
|
|
1804
1970
|
export interface CreatePrivateVirtualInterfaceRequest {
|
|
1805
1971
|
/**
|
|
1806
1972
|
* <p>The ID of the connection.</p>
|
|
@@ -1812,6 +1978,7 @@ export interface CreatePrivateVirtualInterfaceRequest {
|
|
|
1812
1978
|
newPrivateVirtualInterface: NewPrivateVirtualInterface | undefined;
|
|
1813
1979
|
}
|
|
1814
1980
|
/**
|
|
1981
|
+
* @public
|
|
1815
1982
|
* <p>Information about a public virtual interface.</p>
|
|
1816
1983
|
*/
|
|
1817
1984
|
export interface NewPublicVirtualInterface {
|
|
@@ -1853,6 +2020,9 @@ export interface NewPublicVirtualInterface {
|
|
|
1853
2020
|
*/
|
|
1854
2021
|
tags?: Tag[];
|
|
1855
2022
|
}
|
|
2023
|
+
/**
|
|
2024
|
+
* @public
|
|
2025
|
+
*/
|
|
1856
2026
|
export interface CreatePublicVirtualInterfaceRequest {
|
|
1857
2027
|
/**
|
|
1858
2028
|
* <p>The ID of the connection.</p>
|
|
@@ -1864,6 +2034,7 @@ export interface CreatePublicVirtualInterfaceRequest {
|
|
|
1864
2034
|
newPublicVirtualInterface: NewPublicVirtualInterface | undefined;
|
|
1865
2035
|
}
|
|
1866
2036
|
/**
|
|
2037
|
+
* @public
|
|
1867
2038
|
* <p>Information about a transit virtual interface.</p>
|
|
1868
2039
|
*/
|
|
1869
2040
|
export interface NewTransitVirtualInterface {
|
|
@@ -1913,6 +2084,9 @@ export interface NewTransitVirtualInterface {
|
|
|
1913
2084
|
*/
|
|
1914
2085
|
enableSiteLink?: boolean;
|
|
1915
2086
|
}
|
|
2087
|
+
/**
|
|
2088
|
+
* @public
|
|
2089
|
+
*/
|
|
1916
2090
|
export interface CreateTransitVirtualInterfaceRequest {
|
|
1917
2091
|
/**
|
|
1918
2092
|
* <p>The ID of the connection.</p>
|
|
@@ -1923,12 +2097,18 @@ export interface CreateTransitVirtualInterfaceRequest {
|
|
|
1923
2097
|
*/
|
|
1924
2098
|
newTransitVirtualInterface: NewTransitVirtualInterface | undefined;
|
|
1925
2099
|
}
|
|
2100
|
+
/**
|
|
2101
|
+
* @public
|
|
2102
|
+
*/
|
|
1926
2103
|
export interface CreateTransitVirtualInterfaceResult {
|
|
1927
2104
|
/**
|
|
1928
2105
|
* <p>Information about a virtual interface.</p>
|
|
1929
2106
|
*/
|
|
1930
2107
|
virtualInterface?: VirtualInterface;
|
|
1931
2108
|
}
|
|
2109
|
+
/**
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
1932
2112
|
export interface DeleteBGPPeerRequest {
|
|
1933
2113
|
/**
|
|
1934
2114
|
* <p>The ID of the virtual interface.</p>
|
|
@@ -1947,30 +2127,45 @@ export interface DeleteBGPPeerRequest {
|
|
|
1947
2127
|
*/
|
|
1948
2128
|
bgpPeerId?: string;
|
|
1949
2129
|
}
|
|
2130
|
+
/**
|
|
2131
|
+
* @public
|
|
2132
|
+
*/
|
|
1950
2133
|
export interface DeleteBGPPeerResponse {
|
|
1951
2134
|
/**
|
|
1952
2135
|
* <p>The virtual interface.</p>
|
|
1953
2136
|
*/
|
|
1954
2137
|
virtualInterface?: VirtualInterface;
|
|
1955
2138
|
}
|
|
2139
|
+
/**
|
|
2140
|
+
* @public
|
|
2141
|
+
*/
|
|
1956
2142
|
export interface DeleteConnectionRequest {
|
|
1957
2143
|
/**
|
|
1958
2144
|
* <p>The ID of the connection.</p>
|
|
1959
2145
|
*/
|
|
1960
2146
|
connectionId: string | undefined;
|
|
1961
2147
|
}
|
|
2148
|
+
/**
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
1962
2151
|
export interface DeleteDirectConnectGatewayRequest {
|
|
1963
2152
|
/**
|
|
1964
2153
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
1965
2154
|
*/
|
|
1966
2155
|
directConnectGatewayId: string | undefined;
|
|
1967
2156
|
}
|
|
2157
|
+
/**
|
|
2158
|
+
* @public
|
|
2159
|
+
*/
|
|
1968
2160
|
export interface DeleteDirectConnectGatewayResult {
|
|
1969
2161
|
/**
|
|
1970
2162
|
* <p>The Direct Connect gateway.</p>
|
|
1971
2163
|
*/
|
|
1972
2164
|
directConnectGateway?: DirectConnectGateway;
|
|
1973
2165
|
}
|
|
2166
|
+
/**
|
|
2167
|
+
* @public
|
|
2168
|
+
*/
|
|
1974
2169
|
export interface DeleteDirectConnectGatewayAssociationRequest {
|
|
1975
2170
|
/**
|
|
1976
2171
|
* <p>The ID of the Direct Connect gateway association.</p>
|
|
@@ -1985,30 +2180,45 @@ export interface DeleteDirectConnectGatewayAssociationRequest {
|
|
|
1985
2180
|
*/
|
|
1986
2181
|
virtualGatewayId?: string;
|
|
1987
2182
|
}
|
|
2183
|
+
/**
|
|
2184
|
+
* @public
|
|
2185
|
+
*/
|
|
1988
2186
|
export interface DeleteDirectConnectGatewayAssociationResult {
|
|
1989
2187
|
/**
|
|
1990
2188
|
* <p>Information about the deleted association.</p>
|
|
1991
2189
|
*/
|
|
1992
2190
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
1993
2191
|
}
|
|
2192
|
+
/**
|
|
2193
|
+
* @public
|
|
2194
|
+
*/
|
|
1994
2195
|
export interface DeleteDirectConnectGatewayAssociationProposalRequest {
|
|
1995
2196
|
/**
|
|
1996
2197
|
* <p>The ID of the proposal.</p>
|
|
1997
2198
|
*/
|
|
1998
2199
|
proposalId: string | undefined;
|
|
1999
2200
|
}
|
|
2201
|
+
/**
|
|
2202
|
+
* @public
|
|
2203
|
+
*/
|
|
2000
2204
|
export interface DeleteDirectConnectGatewayAssociationProposalResult {
|
|
2001
2205
|
/**
|
|
2002
2206
|
* <p>The ID of the associated gateway.</p>
|
|
2003
2207
|
*/
|
|
2004
2208
|
directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
|
|
2005
2209
|
}
|
|
2210
|
+
/**
|
|
2211
|
+
* @public
|
|
2212
|
+
*/
|
|
2006
2213
|
export interface DeleteInterconnectRequest {
|
|
2007
2214
|
/**
|
|
2008
2215
|
* <p>The ID of the interconnect.</p>
|
|
2009
2216
|
*/
|
|
2010
2217
|
interconnectId: string | undefined;
|
|
2011
2218
|
}
|
|
2219
|
+
/**
|
|
2220
|
+
* @public
|
|
2221
|
+
*/
|
|
2012
2222
|
export interface DeleteInterconnectResponse {
|
|
2013
2223
|
/**
|
|
2014
2224
|
* <p>The state of the interconnect. The following are the possible values:</p>
|
|
@@ -2046,18 +2256,27 @@ export interface DeleteInterconnectResponse {
|
|
|
2046
2256
|
*/
|
|
2047
2257
|
interconnectState?: InterconnectState | string;
|
|
2048
2258
|
}
|
|
2259
|
+
/**
|
|
2260
|
+
* @public
|
|
2261
|
+
*/
|
|
2049
2262
|
export interface DeleteLagRequest {
|
|
2050
2263
|
/**
|
|
2051
2264
|
* <p>The ID of the LAG.</p>
|
|
2052
2265
|
*/
|
|
2053
2266
|
lagId: string | undefined;
|
|
2054
2267
|
}
|
|
2268
|
+
/**
|
|
2269
|
+
* @public
|
|
2270
|
+
*/
|
|
2055
2271
|
export interface DeleteVirtualInterfaceRequest {
|
|
2056
2272
|
/**
|
|
2057
2273
|
* <p>The ID of the virtual interface.</p>
|
|
2058
2274
|
*/
|
|
2059
2275
|
virtualInterfaceId: string | undefined;
|
|
2060
2276
|
}
|
|
2277
|
+
/**
|
|
2278
|
+
* @public
|
|
2279
|
+
*/
|
|
2061
2280
|
export interface DeleteVirtualInterfaceResponse {
|
|
2062
2281
|
/**
|
|
2063
2282
|
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
@@ -2102,9 +2321,15 @@ export interface DeleteVirtualInterfaceResponse {
|
|
|
2102
2321
|
*/
|
|
2103
2322
|
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
2104
2323
|
}
|
|
2324
|
+
/**
|
|
2325
|
+
* @public
|
|
2326
|
+
*/
|
|
2105
2327
|
export declare enum LoaContentType {
|
|
2106
2328
|
PDF = "application/pdf"
|
|
2107
2329
|
}
|
|
2330
|
+
/**
|
|
2331
|
+
* @public
|
|
2332
|
+
*/
|
|
2108
2333
|
export interface DescribeConnectionLoaRequest {
|
|
2109
2334
|
/**
|
|
2110
2335
|
* <p>The ID of the connection.</p>
|
|
@@ -2121,6 +2346,7 @@ export interface DescribeConnectionLoaRequest {
|
|
|
2121
2346
|
loaContentType?: LoaContentType | string;
|
|
2122
2347
|
}
|
|
2123
2348
|
/**
|
|
2349
|
+
* @public
|
|
2124
2350
|
* <p>Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.</p>
|
|
2125
2351
|
*/
|
|
2126
2352
|
export interface Loa {
|
|
@@ -2133,29 +2359,44 @@ export interface Loa {
|
|
|
2133
2359
|
*/
|
|
2134
2360
|
loaContentType?: LoaContentType | string;
|
|
2135
2361
|
}
|
|
2362
|
+
/**
|
|
2363
|
+
* @public
|
|
2364
|
+
*/
|
|
2136
2365
|
export interface DescribeConnectionLoaResponse {
|
|
2137
2366
|
/**
|
|
2138
2367
|
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
|
|
2139
2368
|
*/
|
|
2140
2369
|
loa?: Loa;
|
|
2141
2370
|
}
|
|
2371
|
+
/**
|
|
2372
|
+
* @public
|
|
2373
|
+
*/
|
|
2142
2374
|
export interface DescribeConnectionsRequest {
|
|
2143
2375
|
/**
|
|
2144
2376
|
* <p>The ID of the connection.</p>
|
|
2145
2377
|
*/
|
|
2146
2378
|
connectionId?: string;
|
|
2147
2379
|
}
|
|
2380
|
+
/**
|
|
2381
|
+
* @public
|
|
2382
|
+
*/
|
|
2148
2383
|
export interface DescribeConnectionsOnInterconnectRequest {
|
|
2149
2384
|
/**
|
|
2150
2385
|
* <p>The ID of the interconnect.</p>
|
|
2151
2386
|
*/
|
|
2152
2387
|
interconnectId: string | undefined;
|
|
2153
2388
|
}
|
|
2389
|
+
/**
|
|
2390
|
+
* @public
|
|
2391
|
+
*/
|
|
2154
2392
|
export declare enum NniPartnerType {
|
|
2155
2393
|
NonPartner = "nonPartner",
|
|
2156
2394
|
V1 = "v1",
|
|
2157
2395
|
V2 = "v2"
|
|
2158
2396
|
}
|
|
2397
|
+
/**
|
|
2398
|
+
* @public
|
|
2399
|
+
*/
|
|
2159
2400
|
export interface DescribeCustomerMetadataResponse {
|
|
2160
2401
|
/**
|
|
2161
2402
|
* <p>The list of customer agreements.</p>
|
|
@@ -2177,6 +2418,9 @@ export interface DescribeCustomerMetadataResponse {
|
|
|
2177
2418
|
*/
|
|
2178
2419
|
nniPartnerType?: NniPartnerType | string;
|
|
2179
2420
|
}
|
|
2421
|
+
/**
|
|
2422
|
+
* @public
|
|
2423
|
+
*/
|
|
2180
2424
|
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
2181
2425
|
/**
|
|
2182
2426
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -2202,6 +2446,9 @@ export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
|
2202
2446
|
*/
|
|
2203
2447
|
nextToken?: string;
|
|
2204
2448
|
}
|
|
2449
|
+
/**
|
|
2450
|
+
* @public
|
|
2451
|
+
*/
|
|
2205
2452
|
export interface DescribeDirectConnectGatewayAssociationProposalsResult {
|
|
2206
2453
|
/**
|
|
2207
2454
|
* <p>Describes the Direct Connect gateway association proposals.</p>
|
|
@@ -2212,6 +2459,9 @@ export interface DescribeDirectConnectGatewayAssociationProposalsResult {
|
|
|
2212
2459
|
*/
|
|
2213
2460
|
nextToken?: string;
|
|
2214
2461
|
}
|
|
2462
|
+
/**
|
|
2463
|
+
* @public
|
|
2464
|
+
*/
|
|
2215
2465
|
export interface DescribeDirectConnectGatewayAssociationsRequest {
|
|
2216
2466
|
/**
|
|
2217
2467
|
* <p>The ID of the Direct Connect gateway association.</p>
|
|
@@ -2241,6 +2491,9 @@ export interface DescribeDirectConnectGatewayAssociationsRequest {
|
|
|
2241
2491
|
*/
|
|
2242
2492
|
virtualGatewayId?: string;
|
|
2243
2493
|
}
|
|
2494
|
+
/**
|
|
2495
|
+
* @public
|
|
2496
|
+
*/
|
|
2244
2497
|
export interface DescribeDirectConnectGatewayAssociationsResult {
|
|
2245
2498
|
/**
|
|
2246
2499
|
* <p>Information about the associations.</p>
|
|
@@ -2251,6 +2504,9 @@ export interface DescribeDirectConnectGatewayAssociationsResult {
|
|
|
2251
2504
|
*/
|
|
2252
2505
|
nextToken?: string;
|
|
2253
2506
|
}
|
|
2507
|
+
/**
|
|
2508
|
+
* @public
|
|
2509
|
+
*/
|
|
2254
2510
|
export interface DescribeDirectConnectGatewayAttachmentsRequest {
|
|
2255
2511
|
/**
|
|
2256
2512
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -2272,17 +2528,24 @@ export interface DescribeDirectConnectGatewayAttachmentsRequest {
|
|
|
2272
2528
|
*/
|
|
2273
2529
|
nextToken?: string;
|
|
2274
2530
|
}
|
|
2531
|
+
/**
|
|
2532
|
+
* @public
|
|
2533
|
+
*/
|
|
2275
2534
|
export declare enum DirectConnectGatewayAttachmentState {
|
|
2276
2535
|
attached = "attached",
|
|
2277
2536
|
attaching = "attaching",
|
|
2278
2537
|
detached = "detached",
|
|
2279
2538
|
detaching = "detaching"
|
|
2280
2539
|
}
|
|
2540
|
+
/**
|
|
2541
|
+
* @public
|
|
2542
|
+
*/
|
|
2281
2543
|
export declare enum DirectConnectGatewayAttachmentType {
|
|
2282
2544
|
PrivateVirtualInterface = "PrivateVirtualInterface",
|
|
2283
2545
|
TransitVirtualInterface = "TransitVirtualInterface"
|
|
2284
2546
|
}
|
|
2285
2547
|
/**
|
|
2548
|
+
* @public
|
|
2286
2549
|
* <p>Information about an attachment between a Direct Connect gateway and a virtual interface.</p>
|
|
2287
2550
|
*/
|
|
2288
2551
|
export interface DirectConnectGatewayAttachment {
|
|
@@ -2333,6 +2596,9 @@ export interface DirectConnectGatewayAttachment {
|
|
|
2333
2596
|
*/
|
|
2334
2597
|
stateChangeError?: string;
|
|
2335
2598
|
}
|
|
2599
|
+
/**
|
|
2600
|
+
* @public
|
|
2601
|
+
*/
|
|
2336
2602
|
export interface DescribeDirectConnectGatewayAttachmentsResult {
|
|
2337
2603
|
/**
|
|
2338
2604
|
* <p>The attachments.</p>
|
|
@@ -2343,6 +2609,9 @@ export interface DescribeDirectConnectGatewayAttachmentsResult {
|
|
|
2343
2609
|
*/
|
|
2344
2610
|
nextToken?: string;
|
|
2345
2611
|
}
|
|
2612
|
+
/**
|
|
2613
|
+
* @public
|
|
2614
|
+
*/
|
|
2346
2615
|
export interface DescribeDirectConnectGatewaysRequest {
|
|
2347
2616
|
/**
|
|
2348
2617
|
* <p>The ID of the Direct Connect gateway.</p>
|
|
@@ -2360,6 +2629,9 @@ export interface DescribeDirectConnectGatewaysRequest {
|
|
|
2360
2629
|
*/
|
|
2361
2630
|
nextToken?: string;
|
|
2362
2631
|
}
|
|
2632
|
+
/**
|
|
2633
|
+
* @public
|
|
2634
|
+
*/
|
|
2363
2635
|
export interface DescribeDirectConnectGatewaysResult {
|
|
2364
2636
|
/**
|
|
2365
2637
|
* <p>The Direct Connect gateways.</p>
|
|
@@ -2370,12 +2642,18 @@ export interface DescribeDirectConnectGatewaysResult {
|
|
|
2370
2642
|
*/
|
|
2371
2643
|
nextToken?: string;
|
|
2372
2644
|
}
|
|
2645
|
+
/**
|
|
2646
|
+
* @public
|
|
2647
|
+
*/
|
|
2373
2648
|
export interface DescribeHostedConnectionsRequest {
|
|
2374
2649
|
/**
|
|
2375
2650
|
* <p>The ID of the interconnect or LAG.</p>
|
|
2376
2651
|
*/
|
|
2377
2652
|
connectionId: string | undefined;
|
|
2378
2653
|
}
|
|
2654
|
+
/**
|
|
2655
|
+
* @public
|
|
2656
|
+
*/
|
|
2379
2657
|
export interface DescribeInterconnectLoaRequest {
|
|
2380
2658
|
/**
|
|
2381
2659
|
* <p>The ID of the interconnect.</p>
|
|
@@ -2390,36 +2668,54 @@ export interface DescribeInterconnectLoaRequest {
|
|
|
2390
2668
|
*/
|
|
2391
2669
|
loaContentType?: LoaContentType | string;
|
|
2392
2670
|
}
|
|
2671
|
+
/**
|
|
2672
|
+
* @public
|
|
2673
|
+
*/
|
|
2393
2674
|
export interface DescribeInterconnectLoaResponse {
|
|
2394
2675
|
/**
|
|
2395
2676
|
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
|
|
2396
2677
|
*/
|
|
2397
2678
|
loa?: Loa;
|
|
2398
2679
|
}
|
|
2680
|
+
/**
|
|
2681
|
+
* @public
|
|
2682
|
+
*/
|
|
2399
2683
|
export interface DescribeInterconnectsRequest {
|
|
2400
2684
|
/**
|
|
2401
2685
|
* <p>The ID of the interconnect.</p>
|
|
2402
2686
|
*/
|
|
2403
2687
|
interconnectId?: string;
|
|
2404
2688
|
}
|
|
2689
|
+
/**
|
|
2690
|
+
* @public
|
|
2691
|
+
*/
|
|
2405
2692
|
export interface Interconnects {
|
|
2406
2693
|
/**
|
|
2407
2694
|
* <p>The interconnects.</p>
|
|
2408
2695
|
*/
|
|
2409
2696
|
interconnects?: Interconnect[];
|
|
2410
2697
|
}
|
|
2698
|
+
/**
|
|
2699
|
+
* @public
|
|
2700
|
+
*/
|
|
2411
2701
|
export interface DescribeLagsRequest {
|
|
2412
2702
|
/**
|
|
2413
2703
|
* <p>The ID of the LAG.</p>
|
|
2414
2704
|
*/
|
|
2415
2705
|
lagId?: string;
|
|
2416
2706
|
}
|
|
2707
|
+
/**
|
|
2708
|
+
* @public
|
|
2709
|
+
*/
|
|
2417
2710
|
export interface Lags {
|
|
2418
2711
|
/**
|
|
2419
2712
|
* <p>The LAGs.</p>
|
|
2420
2713
|
*/
|
|
2421
2714
|
lags?: Lag[];
|
|
2422
2715
|
}
|
|
2716
|
+
/**
|
|
2717
|
+
* @public
|
|
2718
|
+
*/
|
|
2423
2719
|
export interface DescribeLoaRequest {
|
|
2424
2720
|
/**
|
|
2425
2721
|
* <p>The ID of a connection, LAG, or interconnect.</p>
|
|
@@ -2436,6 +2732,7 @@ export interface DescribeLoaRequest {
|
|
|
2436
2732
|
loaContentType?: LoaContentType | string;
|
|
2437
2733
|
}
|
|
2438
2734
|
/**
|
|
2735
|
+
* @public
|
|
2439
2736
|
* <p>Information about an Direct Connect location.</p>
|
|
2440
2737
|
*/
|
|
2441
2738
|
export interface Location {
|
|
@@ -2464,6 +2761,9 @@ export interface Location {
|
|
|
2464
2761
|
*/
|
|
2465
2762
|
availableMacSecPortSpeeds?: string[];
|
|
2466
2763
|
}
|
|
2764
|
+
/**
|
|
2765
|
+
* @public
|
|
2766
|
+
*/
|
|
2467
2767
|
export interface Locations {
|
|
2468
2768
|
/**
|
|
2469
2769
|
* <p>The locations.</p>
|
|
@@ -2471,6 +2771,7 @@ export interface Locations {
|
|
|
2471
2771
|
locations?: Location[];
|
|
2472
2772
|
}
|
|
2473
2773
|
/**
|
|
2774
|
+
* @public
|
|
2474
2775
|
* <p>Provides the details about a virtual interface's router.</p>
|
|
2475
2776
|
*/
|
|
2476
2777
|
export interface DescribeRouterConfigurationRequest {
|
|
@@ -2484,6 +2785,7 @@ export interface DescribeRouterConfigurationRequest {
|
|
|
2484
2785
|
routerTypeIdentifier?: string;
|
|
2485
2786
|
}
|
|
2486
2787
|
/**
|
|
2788
|
+
* @public
|
|
2487
2789
|
* <p>Information about the virtual router.</p>
|
|
2488
2790
|
*/
|
|
2489
2791
|
export interface RouterType {
|
|
@@ -2512,6 +2814,9 @@ export interface RouterType {
|
|
|
2512
2814
|
*/
|
|
2513
2815
|
routerTypeIdentifier?: string;
|
|
2514
2816
|
}
|
|
2817
|
+
/**
|
|
2818
|
+
* @public
|
|
2819
|
+
*/
|
|
2515
2820
|
export interface DescribeRouterConfigurationResponse {
|
|
2516
2821
|
/**
|
|
2517
2822
|
* <p>The customer router configuration.</p>
|
|
@@ -2530,6 +2835,9 @@ export interface DescribeRouterConfigurationResponse {
|
|
|
2530
2835
|
*/
|
|
2531
2836
|
virtualInterfaceName?: string;
|
|
2532
2837
|
}
|
|
2838
|
+
/**
|
|
2839
|
+
* @public
|
|
2840
|
+
*/
|
|
2533
2841
|
export interface DescribeTagsRequest {
|
|
2534
2842
|
/**
|
|
2535
2843
|
* <p>The Amazon Resource Names (ARNs) of the resources.</p>
|
|
@@ -2537,6 +2845,7 @@ export interface DescribeTagsRequest {
|
|
|
2537
2845
|
resourceArns: string[] | undefined;
|
|
2538
2846
|
}
|
|
2539
2847
|
/**
|
|
2848
|
+
* @public
|
|
2540
2849
|
* <p>Information about a tag associated with an Direct Connect resource.</p>
|
|
2541
2850
|
*/
|
|
2542
2851
|
export interface ResourceTag {
|
|
@@ -2549,6 +2858,9 @@ export interface ResourceTag {
|
|
|
2549
2858
|
*/
|
|
2550
2859
|
tags?: Tag[];
|
|
2551
2860
|
}
|
|
2861
|
+
/**
|
|
2862
|
+
* @public
|
|
2863
|
+
*/
|
|
2552
2864
|
export interface DescribeTagsResponse {
|
|
2553
2865
|
/**
|
|
2554
2866
|
* <p>Information about the tags.</p>
|
|
@@ -2556,6 +2868,7 @@ export interface DescribeTagsResponse {
|
|
|
2556
2868
|
resourceTags?: ResourceTag[];
|
|
2557
2869
|
}
|
|
2558
2870
|
/**
|
|
2871
|
+
* @public
|
|
2559
2872
|
* <p>Information about a virtual private gateway for a private virtual interface.</p>
|
|
2560
2873
|
*/
|
|
2561
2874
|
export interface VirtualGateway {
|
|
@@ -2586,12 +2899,18 @@ export interface VirtualGateway {
|
|
|
2586
2899
|
*/
|
|
2587
2900
|
virtualGatewayState?: string;
|
|
2588
2901
|
}
|
|
2902
|
+
/**
|
|
2903
|
+
* @public
|
|
2904
|
+
*/
|
|
2589
2905
|
export interface VirtualGateways {
|
|
2590
2906
|
/**
|
|
2591
2907
|
* <p>The virtual private gateways.</p>
|
|
2592
2908
|
*/
|
|
2593
2909
|
virtualGateways?: VirtualGateway[];
|
|
2594
2910
|
}
|
|
2911
|
+
/**
|
|
2912
|
+
* @public
|
|
2913
|
+
*/
|
|
2595
2914
|
export interface DescribeVirtualInterfacesRequest {
|
|
2596
2915
|
/**
|
|
2597
2916
|
* <p>The ID of the connection.</p>
|
|
@@ -2602,12 +2921,18 @@ export interface DescribeVirtualInterfacesRequest {
|
|
|
2602
2921
|
*/
|
|
2603
2922
|
virtualInterfaceId?: string;
|
|
2604
2923
|
}
|
|
2924
|
+
/**
|
|
2925
|
+
* @public
|
|
2926
|
+
*/
|
|
2605
2927
|
export interface VirtualInterfaces {
|
|
2606
2928
|
/**
|
|
2607
2929
|
* <p>The virtual interfaces</p>
|
|
2608
2930
|
*/
|
|
2609
2931
|
virtualInterfaces?: VirtualInterface[];
|
|
2610
2932
|
}
|
|
2933
|
+
/**
|
|
2934
|
+
* @public
|
|
2935
|
+
*/
|
|
2611
2936
|
export interface DisassociateConnectionFromLagRequest {
|
|
2612
2937
|
/**
|
|
2613
2938
|
* <p>The ID of the connection.</p>
|
|
@@ -2618,6 +2943,9 @@ export interface DisassociateConnectionFromLagRequest {
|
|
|
2618
2943
|
*/
|
|
2619
2944
|
lagId: string | undefined;
|
|
2620
2945
|
}
|
|
2946
|
+
/**
|
|
2947
|
+
* @public
|
|
2948
|
+
*/
|
|
2621
2949
|
export interface DisassociateMacSecKeyRequest {
|
|
2622
2950
|
/**
|
|
2623
2951
|
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
@@ -2630,6 +2958,9 @@ export interface DisassociateMacSecKeyRequest {
|
|
|
2630
2958
|
*/
|
|
2631
2959
|
secretARN: string | undefined;
|
|
2632
2960
|
}
|
|
2961
|
+
/**
|
|
2962
|
+
* @public
|
|
2963
|
+
*/
|
|
2633
2964
|
export interface DisassociateMacSecKeyResponse {
|
|
2634
2965
|
/**
|
|
2635
2966
|
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
@@ -2640,6 +2971,9 @@ export interface DisassociateMacSecKeyResponse {
|
|
|
2640
2971
|
*/
|
|
2641
2972
|
macSecKeys?: MacSecKey[];
|
|
2642
2973
|
}
|
|
2974
|
+
/**
|
|
2975
|
+
* @public
|
|
2976
|
+
*/
|
|
2643
2977
|
export interface ListVirtualInterfaceTestHistoryRequest {
|
|
2644
2978
|
/**
|
|
2645
2979
|
* <p>The ID of the virtual interface failover test.</p>
|
|
@@ -2670,6 +3004,7 @@ export interface ListVirtualInterfaceTestHistoryRequest {
|
|
|
2670
3004
|
nextToken?: string;
|
|
2671
3005
|
}
|
|
2672
3006
|
/**
|
|
3007
|
+
* @public
|
|
2673
3008
|
* <p>Information about the virtual interface failover test.</p>
|
|
2674
3009
|
*/
|
|
2675
3010
|
export interface VirtualInterfaceTestHistory {
|
|
@@ -2706,6 +3041,9 @@ export interface VirtualInterfaceTestHistory {
|
|
|
2706
3041
|
*/
|
|
2707
3042
|
endTime?: Date;
|
|
2708
3043
|
}
|
|
3044
|
+
/**
|
|
3045
|
+
* @public
|
|
3046
|
+
*/
|
|
2709
3047
|
export interface ListVirtualInterfaceTestHistoryResponse {
|
|
2710
3048
|
/**
|
|
2711
3049
|
* <p>The ID of the tested virtual interface.</p>
|
|
@@ -2716,6 +3054,9 @@ export interface ListVirtualInterfaceTestHistoryResponse {
|
|
|
2716
3054
|
*/
|
|
2717
3055
|
nextToken?: string;
|
|
2718
3056
|
}
|
|
3057
|
+
/**
|
|
3058
|
+
* @public
|
|
3059
|
+
*/
|
|
2719
3060
|
export interface StartBgpFailoverTestRequest {
|
|
2720
3061
|
/**
|
|
2721
3062
|
* <p>The ID of the virtual interface you want to test.</p>
|
|
@@ -2732,24 +3073,36 @@ export interface StartBgpFailoverTestRequest {
|
|
|
2732
3073
|
*/
|
|
2733
3074
|
testDurationInMinutes?: number;
|
|
2734
3075
|
}
|
|
3076
|
+
/**
|
|
3077
|
+
* @public
|
|
3078
|
+
*/
|
|
2735
3079
|
export interface StartBgpFailoverTestResponse {
|
|
2736
3080
|
/**
|
|
2737
3081
|
* <p>Information about the virtual interface failover test.</p>
|
|
2738
3082
|
*/
|
|
2739
3083
|
virtualInterfaceTest?: VirtualInterfaceTestHistory;
|
|
2740
3084
|
}
|
|
3085
|
+
/**
|
|
3086
|
+
* @public
|
|
3087
|
+
*/
|
|
2741
3088
|
export interface StopBgpFailoverTestRequest {
|
|
2742
3089
|
/**
|
|
2743
3090
|
* <p>The ID of the virtual interface you no longer want to test.</p>
|
|
2744
3091
|
*/
|
|
2745
3092
|
virtualInterfaceId: string | undefined;
|
|
2746
3093
|
}
|
|
3094
|
+
/**
|
|
3095
|
+
* @public
|
|
3096
|
+
*/
|
|
2747
3097
|
export interface StopBgpFailoverTestResponse {
|
|
2748
3098
|
/**
|
|
2749
3099
|
* <p>Information about the virtual interface failover test.</p>
|
|
2750
3100
|
*/
|
|
2751
3101
|
virtualInterfaceTest?: VirtualInterfaceTestHistory;
|
|
2752
3102
|
}
|
|
3103
|
+
/**
|
|
3104
|
+
* @public
|
|
3105
|
+
*/
|
|
2753
3106
|
export interface TagResourceRequest {
|
|
2754
3107
|
/**
|
|
2755
3108
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2760,8 +3113,14 @@ export interface TagResourceRequest {
|
|
|
2760
3113
|
*/
|
|
2761
3114
|
tags: Tag[] | undefined;
|
|
2762
3115
|
}
|
|
3116
|
+
/**
|
|
3117
|
+
* @public
|
|
3118
|
+
*/
|
|
2763
3119
|
export interface TagResourceResponse {
|
|
2764
3120
|
}
|
|
3121
|
+
/**
|
|
3122
|
+
* @public
|
|
3123
|
+
*/
|
|
2765
3124
|
export interface UntagResourceRequest {
|
|
2766
3125
|
/**
|
|
2767
3126
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2772,8 +3131,14 @@ export interface UntagResourceRequest {
|
|
|
2772
3131
|
*/
|
|
2773
3132
|
tagKeys: string[] | undefined;
|
|
2774
3133
|
}
|
|
3134
|
+
/**
|
|
3135
|
+
* @public
|
|
3136
|
+
*/
|
|
2775
3137
|
export interface UntagResourceResponse {
|
|
2776
3138
|
}
|
|
3139
|
+
/**
|
|
3140
|
+
* @public
|
|
3141
|
+
*/
|
|
2777
3142
|
export interface UpdateConnectionRequest {
|
|
2778
3143
|
/**
|
|
2779
3144
|
* <p>The ID of the dedicated connection.</p>
|
|
@@ -2790,6 +3155,9 @@ export interface UpdateConnectionRequest {
|
|
|
2790
3155
|
*/
|
|
2791
3156
|
encryptionMode?: string;
|
|
2792
3157
|
}
|
|
3158
|
+
/**
|
|
3159
|
+
* @public
|
|
3160
|
+
*/
|
|
2793
3161
|
export interface UpdateDirectConnectGatewayRequest {
|
|
2794
3162
|
/**
|
|
2795
3163
|
* <p>The ID of the Direct Connect gateway to update.</p>
|
|
@@ -2800,12 +3168,18 @@ export interface UpdateDirectConnectGatewayRequest {
|
|
|
2800
3168
|
*/
|
|
2801
3169
|
newDirectConnectGatewayName: string | undefined;
|
|
2802
3170
|
}
|
|
3171
|
+
/**
|
|
3172
|
+
* @public
|
|
3173
|
+
*/
|
|
2803
3174
|
export interface UpdateDirectConnectGatewayResponse {
|
|
2804
3175
|
/**
|
|
2805
3176
|
* <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
|
|
2806
3177
|
*/
|
|
2807
3178
|
directConnectGateway?: DirectConnectGateway;
|
|
2808
3179
|
}
|
|
3180
|
+
/**
|
|
3181
|
+
* @public
|
|
3182
|
+
*/
|
|
2809
3183
|
export interface UpdateDirectConnectGatewayAssociationRequest {
|
|
2810
3184
|
/**
|
|
2811
3185
|
* <p>The ID of the Direct Connect gateway association.</p>
|
|
@@ -2820,12 +3194,18 @@ export interface UpdateDirectConnectGatewayAssociationRequest {
|
|
|
2820
3194
|
*/
|
|
2821
3195
|
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
2822
3196
|
}
|
|
3197
|
+
/**
|
|
3198
|
+
* @public
|
|
3199
|
+
*/
|
|
2823
3200
|
export interface UpdateDirectConnectGatewayAssociationResult {
|
|
2824
3201
|
/**
|
|
2825
3202
|
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
|
|
2826
3203
|
*/
|
|
2827
3204
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
2828
3205
|
}
|
|
3206
|
+
/**
|
|
3207
|
+
* @public
|
|
3208
|
+
*/
|
|
2829
3209
|
export interface UpdateLagRequest {
|
|
2830
3210
|
/**
|
|
2831
3211
|
* <p>The ID of the LAG.</p>
|
|
@@ -2845,6 +3225,9 @@ export interface UpdateLagRequest {
|
|
|
2845
3225
|
*/
|
|
2846
3226
|
encryptionMode?: string;
|
|
2847
3227
|
}
|
|
3228
|
+
/**
|
|
3229
|
+
* @public
|
|
3230
|
+
*/
|
|
2848
3231
|
export interface UpdateVirtualInterfaceAttributesRequest {
|
|
2849
3232
|
/**
|
|
2850
3233
|
* <p>The ID of the virtual private interface.</p>
|