@aws-sdk/client-direct-connect 3.775.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/CreateLagCommand.d.ts +1 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +34 -4
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +2 -2
|
@@ -92,6 +92,7 @@ declare const AcceptDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
92
92
|
* @throws {@link DirectConnectServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends AcceptDirectConnectGatewayAssociationProposalCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
106
106
|
* @throws {@link DirectConnectServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class AllocateConnectionOnInterconnectCommand extends AllocateConnectionOnInterconnectCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const AllocateHostedConnectionCommand_base: {
|
|
|
114
114
|
* @throws {@link DirectConnectServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class AllocateHostedConnectionCommand extends AllocateHostedConnectionCommand_base {
|
|
@@ -132,6 +132,7 @@ declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
|
132
132
|
* @throws {@link DirectConnectServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
134
134
|
*
|
|
135
|
+
*
|
|
135
136
|
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class AllocatePrivateVirtualInterfaceCommand extends AllocatePrivateVirtualInterfaceCommand_base {
|
|
@@ -139,6 +139,7 @@ declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
|
139
139
|
* @throws {@link DirectConnectServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
141
141
|
*
|
|
142
|
+
*
|
|
142
143
|
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class AllocatePublicVirtualInterfaceCommand extends AllocatePublicVirtualInterfaceCommand_base {
|
|
@@ -134,6 +134,7 @@ declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
|
134
134
|
* @throws {@link DirectConnectServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
136
136
|
*
|
|
137
|
+
*
|
|
137
138
|
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class AllocateTransitVirtualInterfaceCommand extends AllocateTransitVirtualInterfaceCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const AssociateConnectionWithLagCommand_base: {
|
|
|
107
107
|
* @throws {@link DirectConnectServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class AssociateConnectionWithLagCommand extends AssociateConnectionWithLagCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const AssociateHostedConnectionCommand_base: {
|
|
|
101
101
|
* @throws {@link DirectConnectServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class AssociateHostedConnectionCommand extends AssociateHostedConnectionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const AssociateMacSecKeyCommand_base: {
|
|
|
73
73
|
* @throws {@link DirectConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class AssociateMacSecKeyCommand extends AssociateMacSecKeyCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const AssociateVirtualInterfaceCommand_base: {
|
|
|
117
117
|
* @throws {@link DirectConnectServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class AssociateVirtualInterfaceCommand extends AssociateVirtualInterfaceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmConnectionCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmConnectionCommand extends ConfirmConnectionCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmCustomerAgreementCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmCustomerAgreementCommand extends ConfirmCustomerAgreementCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ConfirmPrivateVirtualInterfaceCommand_base: {
|
|
|
65
65
|
* @throws {@link DirectConnectServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ConfirmPrivateVirtualInterfaceCommand extends ConfirmPrivateVirtualInterfaceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmPublicVirtualInterfaceCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmPublicVirtualInterfaceCommand extends ConfirmPublicVirtualInterfaceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmTransitVirtualInterfaceCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmTransitVirtualInterfaceCommand extends ConfirmTransitVirtualInterfaceCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const CreateBGPPeerCommand_base: {
|
|
|
131
131
|
* @throws {@link DirectConnectServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateBGPPeerCommand extends CreateBGPPeerCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
117
117
|
* @throws {@link DirectConnectServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateDirectConnectGatewayAssociationCommand_base: {
|
|
|
93
93
|
* @throws {@link DirectConnectServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateDirectConnectGatewayAssociationCommand extends CreateDirectConnectGatewayAssociationCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CreateDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
94
94
|
* @throws {@link DirectConnectServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends CreateDirectConnectGatewayAssociationProposalCommand_base {
|
|
@@ -41,6 +41,12 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
41
41
|
* const client = new DirectConnectClient(config);
|
|
42
42
|
* const input = { // CreateDirectConnectGatewayRequest
|
|
43
43
|
* directConnectGatewayName: "STRING_VALUE", // required
|
|
44
|
+
* tags: [ // TagList
|
|
45
|
+
* { // Tag
|
|
46
|
+
* key: "STRING_VALUE", // required
|
|
47
|
+
* value: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
44
50
|
* amazonSideAsn: Number("long"),
|
|
45
51
|
* };
|
|
46
52
|
* const command = new CreateDirectConnectGatewayCommand(input);
|
|
@@ -53,6 +59,12 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
53
59
|
* // ownerAccount: "STRING_VALUE",
|
|
54
60
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
55
61
|
* // stateChangeError: "STRING_VALUE",
|
|
62
|
+
* // tags: [ // TagList
|
|
63
|
+
* // { // Tag
|
|
64
|
+
* // key: "STRING_VALUE", // required
|
|
65
|
+
* // value: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
56
68
|
* // },
|
|
57
69
|
* // };
|
|
58
70
|
*
|
|
@@ -73,6 +85,7 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
73
85
|
* @throws {@link DirectConnectServiceException}
|
|
74
86
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
87
|
*
|
|
88
|
+
*
|
|
76
89
|
* @public
|
|
77
90
|
*/
|
|
78
91
|
export declare class CreateDirectConnectGatewayCommand extends CreateDirectConnectGatewayCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const CreateInterconnectCommand_base: {
|
|
|
110
110
|
* @throws {@link DirectConnectServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateInterconnectCommand extends CreateInterconnectCommand_base {
|
|
@@ -171,6 +171,7 @@ declare const CreateLagCommand_base: {
|
|
|
171
171
|
* @throws {@link DirectConnectServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
173
173
|
*
|
|
174
|
+
*
|
|
174
175
|
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class CreateLagCommand extends CreateLagCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
142
142
|
* @throws {@link DirectConnectServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class CreatePrivateVirtualInterfaceCommand extends CreatePrivateVirtualInterfaceCommand_base {
|
|
@@ -136,6 +136,7 @@ declare const CreatePublicVirtualInterfaceCommand_base: {
|
|
|
136
136
|
* @throws {@link DirectConnectServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
138
138
|
*
|
|
139
|
+
*
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class CreatePublicVirtualInterfaceCommand extends CreatePublicVirtualInterfaceCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const CreateTransitVirtualInterfaceCommand_base: {
|
|
|
142
142
|
* @throws {@link DirectConnectServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class CreateTransitVirtualInterfaceCommand extends CreateTransitVirtualInterfaceCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const DeleteBGPPeerCommand_base: {
|
|
|
113
113
|
* @throws {@link DirectConnectServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class DeleteBGPPeerCommand extends DeleteBGPPeerCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DeleteConnectionCommand_base: {
|
|
|
96
96
|
* @throws {@link DirectConnectServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteDirectConnectGatewayAssociationCommand_base: {
|
|
|
88
88
|
* @throws {@link DirectConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends DeleteDirectConnectGatewayAssociationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DeleteDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
81
81
|
* @throws {@link DirectConnectServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends DeleteDirectConnectGatewayAssociationProposalCommand_base {
|
|
@@ -49,6 +49,12 @@ declare const DeleteDirectConnectGatewayCommand_base: {
|
|
|
49
49
|
* // ownerAccount: "STRING_VALUE",
|
|
50
50
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
51
51
|
* // stateChangeError: "STRING_VALUE",
|
|
52
|
+
* // tags: [ // TagList
|
|
53
|
+
* // { // Tag
|
|
54
|
+
* // key: "STRING_VALUE", // required
|
|
55
|
+
* // value: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
52
58
|
* // },
|
|
53
59
|
* // };
|
|
54
60
|
*
|
|
@@ -69,6 +75,7 @@ declare const DeleteDirectConnectGatewayCommand_base: {
|
|
|
69
75
|
* @throws {@link DirectConnectServiceException}
|
|
70
76
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
71
77
|
*
|
|
78
|
+
*
|
|
72
79
|
* @public
|
|
73
80
|
*/
|
|
74
81
|
export declare class DeleteDirectConnectGatewayCommand extends DeleteDirectConnectGatewayCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteInterconnectCommand_base: {
|
|
|
64
64
|
* @throws {@link DirectConnectServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteInterconnectCommand extends DeleteInterconnectCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const DeleteLagCommand_base: {
|
|
|
130
130
|
* @throws {@link DirectConnectServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class DeleteLagCommand extends DeleteLagCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const DeleteVirtualInterfaceCommand_base: {
|
|
|
60
60
|
* @throws {@link DirectConnectServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteVirtualInterfaceCommand extends DeleteVirtualInterfaceCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
74
74
|
* @throws {@link DirectConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeConnectionLoaCommand extends DescribeConnectionLoaCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeConnectionsCommand_base: {
|
|
|
97
97
|
* @throws {@link DirectConnectServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeConnectionsCommand extends DescribeConnectionsCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
105
105
|
* @throws {@link DirectConnectServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class DescribeConnectionsOnInterconnectCommand extends DescribeConnectionsOnInterconnectCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DescribeCustomerMetadataCommand_base: {
|
|
|
64
64
|
* @throws {@link DirectConnectServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DescribeCustomerMetadataCommand extends DescribeCustomerMetadataCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DescribeDirectConnectGatewayAssociationProposalsCommand_base: {
|
|
|
88
88
|
* @throws {@link DirectConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends DescribeDirectConnectGatewayAssociationProposalsCommand_base {
|
|
@@ -49,6 +49,14 @@ declare const DescribeDirectConnectGatewayAssociationsCommand_base: {
|
|
|
49
49
|
* <p>A Direct Connect gateway and a transit gateway</p>
|
|
50
50
|
* <p>The response contains the association between the Direct Connect gateway and transit gateway.</p>
|
|
51
51
|
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>A Direct Connect gateway and a virtual private gateway</p>
|
|
54
|
+
* <p>The response contains the association between the Direct Connect gateway and virtual private gateway.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>A Direct Connect gateway association to a Cloud WAN core network</p>
|
|
58
|
+
* <p>The response contains the Cloud WAN core network ID that the Direct Connect gateway is associated to.</p>
|
|
59
|
+
* </li>
|
|
52
60
|
* </ul>
|
|
53
61
|
* @example
|
|
54
62
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +123,7 @@ declare const DescribeDirectConnectGatewayAssociationsCommand_base: {
|
|
|
115
123
|
* @throws {@link DirectConnectServiceException}
|
|
116
124
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
117
125
|
*
|
|
126
|
+
*
|
|
118
127
|
* @public
|
|
119
128
|
*/
|
|
120
129
|
export declare class DescribeDirectConnectGatewayAssociationsCommand extends DescribeDirectConnectGatewayAssociationsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeDirectConnectGatewayAttachmentsCommand_base: {
|
|
|
78
78
|
* @throws {@link DirectConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends DescribeDirectConnectGatewayAttachmentsCommand_base {
|
|
@@ -50,6 +50,12 @@ declare const DescribeDirectConnectGatewaysCommand_base: {
|
|
|
50
50
|
* // ownerAccount: "STRING_VALUE",
|
|
51
51
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
52
52
|
* // stateChangeError: "STRING_VALUE",
|
|
53
|
+
* // tags: [ // TagList
|
|
54
|
+
* // { // Tag
|
|
55
|
+
* // key: "STRING_VALUE", // required
|
|
56
|
+
* // value: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
53
59
|
* // },
|
|
54
60
|
* // ],
|
|
55
61
|
* // nextToken: "STRING_VALUE",
|
|
@@ -72,6 +78,7 @@ declare const DescribeDirectConnectGatewaysCommand_base: {
|
|
|
72
78
|
* @throws {@link DirectConnectServiceException}
|
|
73
79
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
74
80
|
*
|
|
81
|
+
*
|
|
75
82
|
* @public
|
|
76
83
|
*/
|
|
77
84
|
export declare class DescribeDirectConnectGatewaysCommand extends DescribeDirectConnectGatewaysCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeHostedConnectionsCommand_base: {
|
|
|
101
101
|
* @throws {@link DirectConnectServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeHostedConnectionsCommand extends DescribeHostedConnectionsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
73
73
|
* @throws {@link DirectConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeInterconnectLoaCommand extends DescribeInterconnectLoaCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribeInterconnectsCommand_base: {
|
|
|
83
83
|
* @throws {@link DirectConnectServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeInterconnectsCommand extends DescribeInterconnectsCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const DescribeLagsCommand_base: {
|
|
|
133
133
|
* @throws {@link DirectConnectServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class DescribeLagsCommand extends DescribeLagsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DescribeLoaCommand_base: {
|
|
|
66
66
|
* @throws {@link DirectConnectServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DescribeLoaCommand extends DescribeLoaCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeLocationsCommand_base: {
|
|
|
74
74
|
* @throws {@link DirectConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeLocationsCommand extends DescribeLocationsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DescribeRouterConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link DirectConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeRouterConfigurationCommand extends DescribeRouterConfigurationCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeTagsCommand_base: {
|
|
|
72
72
|
* @throws {@link DirectConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DescribeVirtualGatewaysCommand_base: {
|
|
|
67
67
|
* @throws {@link DirectConnectServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeVirtualGatewaysCommand extends DescribeVirtualGatewaysCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const DescribeVirtualInterfacesCommand_base: {
|
|
|
116
116
|
* @throws {@link DirectConnectServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class DescribeVirtualInterfacesCommand extends DescribeVirtualInterfacesCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const DisassociateConnectionFromLagCommand_base: {
|
|
|
103
103
|
* @throws {@link DirectConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DisassociateConnectionFromLagCommand extends DisassociateConnectionFromLagCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DisassociateMacSecKeyCommand_base: {
|
|
|
69
69
|
* @throws {@link DirectConnectServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DisassociateMacSecKeyCommand extends DisassociateMacSecKeyCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListVirtualInterfaceTestHistoryCommand_base: {
|
|
|
81
81
|
* @throws {@link DirectConnectServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListVirtualInterfaceTestHistoryCommand extends ListVirtualInterfaceTestHistoryCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const StartBgpFailoverTestCommand_base: {
|
|
|
78
78
|
* @throws {@link DirectConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class StartBgpFailoverTestCommand extends StartBgpFailoverTestCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const StopBgpFailoverTestCommand_base: {
|
|
|
71
71
|
* @throws {@link DirectConnectServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class StopBgpFailoverTestCommand extends StopBgpFailoverTestCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const TagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link DirectConnectServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link DirectConnectServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
104
104
|
* @throws {@link DirectConnectServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const UpdateDirectConnectGatewayAssociationCommand_base: {
|
|
|
96
96
|
* @throws {@link DirectConnectServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends UpdateDirectConnectGatewayAssociationCommand_base {
|
|
@@ -48,6 +48,12 @@ declare const UpdateDirectConnectGatewayCommand_base: {
|
|
|
48
48
|
* // ownerAccount: "STRING_VALUE",
|
|
49
49
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
50
50
|
* // stateChangeError: "STRING_VALUE",
|
|
51
|
+
* // tags: [ // TagList
|
|
52
|
+
* // { // Tag
|
|
53
|
+
* // key: "STRING_VALUE", // required
|
|
54
|
+
* // value: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
51
57
|
* // },
|
|
52
58
|
* // };
|
|
53
59
|
*
|
|
@@ -68,6 +74,7 @@ declare const UpdateDirectConnectGatewayCommand_base: {
|
|
|
68
74
|
* @throws {@link DirectConnectServiceException}
|
|
69
75
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
70
76
|
*
|
|
77
|
+
*
|
|
71
78
|
* @public
|
|
72
79
|
*/
|
|
73
80
|
export declare class UpdateDirectConnectGatewayCommand extends UpdateDirectConnectGatewayCommand_base {
|
|
@@ -154,6 +154,7 @@ declare const UpdateLagCommand_base: {
|
|
|
154
154
|
* @throws {@link DirectConnectServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
156
156
|
*
|
|
157
|
+
*
|
|
157
158
|
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class UpdateLagCommand extends UpdateLagCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
116
116
|
* @throws {@link DirectConnectServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class UpdateVirtualInterfaceAttributesCommand extends UpdateVirtualInterfaceAttributesCommand_base {
|
|
@@ -39,12 +39,12 @@ export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
|
39
39
|
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | undefined;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
* <p>The Amazon Web Services Cloud WAN core network that the Direct Connect
|
|
42
|
+
* <p>The Amazon Web Services Cloud WAN core network that the Direct Connect gateway is associated to. This is only returned when a Direct Connect gateway is associated to a Cloud WAN core network.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
45
|
export interface AssociatedCoreNetwork {
|
|
46
46
|
/**
|
|
47
|
-
* <p>The ID of the Cloud WAN core network.</p>
|
|
47
|
+
* <p>The ID of the Cloud WAN core network that the Direct Connect gateway is associated to.</p>
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
50
|
id?: string | undefined;
|
|
@@ -54,7 +54,7 @@ export interface AssociatedCoreNetwork {
|
|
|
54
54
|
*/
|
|
55
55
|
ownerAccount?: string | undefined;
|
|
56
56
|
/**
|
|
57
|
-
* <p>the ID of the Direct Connect attachment
|
|
57
|
+
* <p>the ID of the Direct Connect gateway attachment.</p>
|
|
58
58
|
* @public
|
|
59
59
|
*/
|
|
60
60
|
attachmentId?: string | undefined;
|
|
@@ -176,7 +176,7 @@ export interface DirectConnectGatewayAssociation {
|
|
|
176
176
|
*/
|
|
177
177
|
allowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | undefined;
|
|
178
178
|
/**
|
|
179
|
-
* <p>The ID of the Cloud WAN core network associated with the Direct Connect attachment.</p>
|
|
179
|
+
* <p>The ID of the Cloud WAN core network associated with the Direct Connect gateway attachment.</p>
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
associatedCoreNetwork?: AssociatedCoreNetwork | undefined;
|
|
@@ -917,6 +917,10 @@ export interface VirtualInterface {
|
|
|
917
917
|
* </li>
|
|
918
918
|
* <li>
|
|
919
919
|
* <p>
|
|
920
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
921
|
+
* </li>
|
|
922
|
+
* <li>
|
|
923
|
+
* <p>
|
|
920
924
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
921
925
|
* </li>
|
|
922
926
|
* <li>
|
|
@@ -1378,6 +1382,10 @@ export interface ConfirmPrivateVirtualInterfaceResponse {
|
|
|
1378
1382
|
* </li>
|
|
1379
1383
|
* <li>
|
|
1380
1384
|
* <p>
|
|
1385
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
1386
|
+
* </li>
|
|
1387
|
+
* <li>
|
|
1388
|
+
* <p>
|
|
1381
1389
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1382
1390
|
* </li>
|
|
1383
1391
|
* <li>
|
|
@@ -1436,6 +1444,10 @@ export interface ConfirmPublicVirtualInterfaceResponse {
|
|
|
1436
1444
|
* </li>
|
|
1437
1445
|
* <li>
|
|
1438
1446
|
* <p>
|
|
1447
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
1448
|
+
* </li>
|
|
1449
|
+
* <li>
|
|
1450
|
+
* <p>
|
|
1439
1451
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1440
1452
|
* </li>
|
|
1441
1453
|
* <li>
|
|
@@ -1499,6 +1511,10 @@ export interface ConfirmTransitVirtualInterfaceResponse {
|
|
|
1499
1511
|
* </li>
|
|
1500
1512
|
* <li>
|
|
1501
1513
|
* <p>
|
|
1514
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
1515
|
+
* </li>
|
|
1516
|
+
* <li>
|
|
1517
|
+
* <p>
|
|
1502
1518
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1503
1519
|
* </li>
|
|
1504
1520
|
* <li>
|
|
@@ -1634,6 +1650,11 @@ export interface CreateDirectConnectGatewayRequest {
|
|
|
1634
1650
|
* @public
|
|
1635
1651
|
*/
|
|
1636
1652
|
directConnectGatewayName: string | undefined;
|
|
1653
|
+
/**
|
|
1654
|
+
* <p>The key-value pair tags associated with the request.</p>
|
|
1655
|
+
* @public
|
|
1656
|
+
*/
|
|
1657
|
+
tags?: Tag[] | undefined;
|
|
1637
1658
|
/**
|
|
1638
1659
|
* <p>The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured
|
|
1639
1660
|
* on the Amazon side of the connection. The ASN must be in the private range of 64,512 to
|
|
@@ -1709,6 +1730,11 @@ export interface DirectConnectGateway {
|
|
|
1709
1730
|
* @public
|
|
1710
1731
|
*/
|
|
1711
1732
|
stateChangeError?: string | undefined;
|
|
1733
|
+
/**
|
|
1734
|
+
* <p>Information about a tag.</p>
|
|
1735
|
+
* @public
|
|
1736
|
+
*/
|
|
1737
|
+
tags?: Tag[] | undefined;
|
|
1712
1738
|
}
|
|
1713
1739
|
/**
|
|
1714
1740
|
* @public
|
|
@@ -2705,6 +2731,10 @@ export interface DeleteVirtualInterfaceResponse {
|
|
|
2705
2731
|
* </li>
|
|
2706
2732
|
* <li>
|
|
2707
2733
|
* <p>
|
|
2734
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
2735
|
+
* </li>
|
|
2736
|
+
* <li>
|
|
2737
|
+
* <p>
|
|
2708
2738
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
2709
2739
|
* </li>
|
|
2710
2740
|
* <li>
|
|
@@ -365,6 +365,7 @@ export interface CreateConnectionRequest {
|
|
|
365
365
|
}
|
|
366
366
|
export interface CreateDirectConnectGatewayRequest {
|
|
367
367
|
directConnectGatewayName: string | undefined;
|
|
368
|
+
tags?: Tag[] | undefined;
|
|
368
369
|
amazonSideAsn?: number | undefined;
|
|
369
370
|
}
|
|
370
371
|
export declare const DirectConnectGatewayState: {
|
|
@@ -382,6 +383,7 @@ export interface DirectConnectGateway {
|
|
|
382
383
|
ownerAccount?: string | undefined;
|
|
383
384
|
directConnectGatewayState?: DirectConnectGatewayState | undefined;
|
|
384
385
|
stateChangeError?: string | undefined;
|
|
386
|
+
tags?: Tag[] | undefined;
|
|
385
387
|
}
|
|
386
388
|
export interface CreateDirectConnectGatewayResult {
|
|
387
389
|
directConnectGateway?: DirectConnectGateway | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|