@aws-sdk/client-direct-connect 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +1198 -320
- package/dist-types/ts3.4/DirectConnectClient.d.ts +508 -136
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1671 -1506
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,136 +1,508 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
47
|
+
AcceptDirectConnectGatewayAssociationProposalCommandOutput,
|
|
48
|
+
} from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
49
|
+
import {
|
|
50
|
+
AllocateConnectionOnInterconnectCommandInput,
|
|
51
|
+
AllocateConnectionOnInterconnectCommandOutput,
|
|
52
|
+
} from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
53
|
+
import {
|
|
54
|
+
AllocateHostedConnectionCommandInput,
|
|
55
|
+
AllocateHostedConnectionCommandOutput,
|
|
56
|
+
} from "./commands/AllocateHostedConnectionCommand";
|
|
57
|
+
import {
|
|
58
|
+
AllocatePrivateVirtualInterfaceCommandInput,
|
|
59
|
+
AllocatePrivateVirtualInterfaceCommandOutput,
|
|
60
|
+
} from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
61
|
+
import {
|
|
62
|
+
AllocatePublicVirtualInterfaceCommandInput,
|
|
63
|
+
AllocatePublicVirtualInterfaceCommandOutput,
|
|
64
|
+
} from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
65
|
+
import {
|
|
66
|
+
AllocateTransitVirtualInterfaceCommandInput,
|
|
67
|
+
AllocateTransitVirtualInterfaceCommandOutput,
|
|
68
|
+
} from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
69
|
+
import {
|
|
70
|
+
AssociateConnectionWithLagCommandInput,
|
|
71
|
+
AssociateConnectionWithLagCommandOutput,
|
|
72
|
+
} from "./commands/AssociateConnectionWithLagCommand";
|
|
73
|
+
import {
|
|
74
|
+
AssociateHostedConnectionCommandInput,
|
|
75
|
+
AssociateHostedConnectionCommandOutput,
|
|
76
|
+
} from "./commands/AssociateHostedConnectionCommand";
|
|
77
|
+
import {
|
|
78
|
+
AssociateMacSecKeyCommandInput,
|
|
79
|
+
AssociateMacSecKeyCommandOutput,
|
|
80
|
+
} from "./commands/AssociateMacSecKeyCommand";
|
|
81
|
+
import {
|
|
82
|
+
AssociateVirtualInterfaceCommandInput,
|
|
83
|
+
AssociateVirtualInterfaceCommandOutput,
|
|
84
|
+
} from "./commands/AssociateVirtualInterfaceCommand";
|
|
85
|
+
import {
|
|
86
|
+
ConfirmConnectionCommandInput,
|
|
87
|
+
ConfirmConnectionCommandOutput,
|
|
88
|
+
} from "./commands/ConfirmConnectionCommand";
|
|
89
|
+
import {
|
|
90
|
+
ConfirmCustomerAgreementCommandInput,
|
|
91
|
+
ConfirmCustomerAgreementCommandOutput,
|
|
92
|
+
} from "./commands/ConfirmCustomerAgreementCommand";
|
|
93
|
+
import {
|
|
94
|
+
ConfirmPrivateVirtualInterfaceCommandInput,
|
|
95
|
+
ConfirmPrivateVirtualInterfaceCommandOutput,
|
|
96
|
+
} from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
97
|
+
import {
|
|
98
|
+
ConfirmPublicVirtualInterfaceCommandInput,
|
|
99
|
+
ConfirmPublicVirtualInterfaceCommandOutput,
|
|
100
|
+
} from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
101
|
+
import {
|
|
102
|
+
ConfirmTransitVirtualInterfaceCommandInput,
|
|
103
|
+
ConfirmTransitVirtualInterfaceCommandOutput,
|
|
104
|
+
} from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateBGPPeerCommandInput,
|
|
107
|
+
CreateBGPPeerCommandOutput,
|
|
108
|
+
} from "./commands/CreateBGPPeerCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreateConnectionCommandInput,
|
|
111
|
+
CreateConnectionCommandOutput,
|
|
112
|
+
} from "./commands/CreateConnectionCommand";
|
|
113
|
+
import {
|
|
114
|
+
CreateDirectConnectGatewayAssociationCommandInput,
|
|
115
|
+
CreateDirectConnectGatewayAssociationCommandOutput,
|
|
116
|
+
} from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
117
|
+
import {
|
|
118
|
+
CreateDirectConnectGatewayAssociationProposalCommandInput,
|
|
119
|
+
CreateDirectConnectGatewayAssociationProposalCommandOutput,
|
|
120
|
+
} from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
121
|
+
import {
|
|
122
|
+
CreateDirectConnectGatewayCommandInput,
|
|
123
|
+
CreateDirectConnectGatewayCommandOutput,
|
|
124
|
+
} from "./commands/CreateDirectConnectGatewayCommand";
|
|
125
|
+
import {
|
|
126
|
+
CreateInterconnectCommandInput,
|
|
127
|
+
CreateInterconnectCommandOutput,
|
|
128
|
+
} from "./commands/CreateInterconnectCommand";
|
|
129
|
+
import {
|
|
130
|
+
CreateLagCommandInput,
|
|
131
|
+
CreateLagCommandOutput,
|
|
132
|
+
} from "./commands/CreateLagCommand";
|
|
133
|
+
import {
|
|
134
|
+
CreatePrivateVirtualInterfaceCommandInput,
|
|
135
|
+
CreatePrivateVirtualInterfaceCommandOutput,
|
|
136
|
+
} from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
137
|
+
import {
|
|
138
|
+
CreatePublicVirtualInterfaceCommandInput,
|
|
139
|
+
CreatePublicVirtualInterfaceCommandOutput,
|
|
140
|
+
} from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
141
|
+
import {
|
|
142
|
+
CreateTransitVirtualInterfaceCommandInput,
|
|
143
|
+
CreateTransitVirtualInterfaceCommandOutput,
|
|
144
|
+
} from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteBGPPeerCommandInput,
|
|
147
|
+
DeleteBGPPeerCommandOutput,
|
|
148
|
+
} from "./commands/DeleteBGPPeerCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteConnectionCommandInput,
|
|
151
|
+
DeleteConnectionCommandOutput,
|
|
152
|
+
} from "./commands/DeleteConnectionCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteDirectConnectGatewayAssociationCommandInput,
|
|
155
|
+
DeleteDirectConnectGatewayAssociationCommandOutput,
|
|
156
|
+
} from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
157
|
+
import {
|
|
158
|
+
DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
159
|
+
DeleteDirectConnectGatewayAssociationProposalCommandOutput,
|
|
160
|
+
} from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteDirectConnectGatewayCommandInput,
|
|
163
|
+
DeleteDirectConnectGatewayCommandOutput,
|
|
164
|
+
} from "./commands/DeleteDirectConnectGatewayCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeleteInterconnectCommandInput,
|
|
167
|
+
DeleteInterconnectCommandOutput,
|
|
168
|
+
} from "./commands/DeleteInterconnectCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeleteLagCommandInput,
|
|
171
|
+
DeleteLagCommandOutput,
|
|
172
|
+
} from "./commands/DeleteLagCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteVirtualInterfaceCommandInput,
|
|
175
|
+
DeleteVirtualInterfaceCommandOutput,
|
|
176
|
+
} from "./commands/DeleteVirtualInterfaceCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeConnectionLoaCommandInput,
|
|
179
|
+
DescribeConnectionLoaCommandOutput,
|
|
180
|
+
} from "./commands/DescribeConnectionLoaCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribeConnectionsCommandInput,
|
|
183
|
+
DescribeConnectionsCommandOutput,
|
|
184
|
+
} from "./commands/DescribeConnectionsCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeConnectionsOnInterconnectCommandInput,
|
|
187
|
+
DescribeConnectionsOnInterconnectCommandOutput,
|
|
188
|
+
} from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeCustomerMetadataCommandInput,
|
|
191
|
+
DescribeCustomerMetadataCommandOutput,
|
|
192
|
+
} from "./commands/DescribeCustomerMetadataCommand";
|
|
193
|
+
import {
|
|
194
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
195
|
+
DescribeDirectConnectGatewayAssociationProposalsCommandOutput,
|
|
196
|
+
} from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
197
|
+
import {
|
|
198
|
+
DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
199
|
+
DescribeDirectConnectGatewayAssociationsCommandOutput,
|
|
200
|
+
} from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
201
|
+
import {
|
|
202
|
+
DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
203
|
+
DescribeDirectConnectGatewayAttachmentsCommandOutput,
|
|
204
|
+
} from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
205
|
+
import {
|
|
206
|
+
DescribeDirectConnectGatewaysCommandInput,
|
|
207
|
+
DescribeDirectConnectGatewaysCommandOutput,
|
|
208
|
+
} from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
209
|
+
import {
|
|
210
|
+
DescribeHostedConnectionsCommandInput,
|
|
211
|
+
DescribeHostedConnectionsCommandOutput,
|
|
212
|
+
} from "./commands/DescribeHostedConnectionsCommand";
|
|
213
|
+
import {
|
|
214
|
+
DescribeInterconnectLoaCommandInput,
|
|
215
|
+
DescribeInterconnectLoaCommandOutput,
|
|
216
|
+
} from "./commands/DescribeInterconnectLoaCommand";
|
|
217
|
+
import {
|
|
218
|
+
DescribeInterconnectsCommandInput,
|
|
219
|
+
DescribeInterconnectsCommandOutput,
|
|
220
|
+
} from "./commands/DescribeInterconnectsCommand";
|
|
221
|
+
import {
|
|
222
|
+
DescribeLagsCommandInput,
|
|
223
|
+
DescribeLagsCommandOutput,
|
|
224
|
+
} from "./commands/DescribeLagsCommand";
|
|
225
|
+
import {
|
|
226
|
+
DescribeLoaCommandInput,
|
|
227
|
+
DescribeLoaCommandOutput,
|
|
228
|
+
} from "./commands/DescribeLoaCommand";
|
|
229
|
+
import {
|
|
230
|
+
DescribeLocationsCommandInput,
|
|
231
|
+
DescribeLocationsCommandOutput,
|
|
232
|
+
} from "./commands/DescribeLocationsCommand";
|
|
233
|
+
import {
|
|
234
|
+
DescribeRouterConfigurationCommandInput,
|
|
235
|
+
DescribeRouterConfigurationCommandOutput,
|
|
236
|
+
} from "./commands/DescribeRouterConfigurationCommand";
|
|
237
|
+
import {
|
|
238
|
+
DescribeTagsCommandInput,
|
|
239
|
+
DescribeTagsCommandOutput,
|
|
240
|
+
} from "./commands/DescribeTagsCommand";
|
|
241
|
+
import {
|
|
242
|
+
DescribeVirtualGatewaysCommandInput,
|
|
243
|
+
DescribeVirtualGatewaysCommandOutput,
|
|
244
|
+
} from "./commands/DescribeVirtualGatewaysCommand";
|
|
245
|
+
import {
|
|
246
|
+
DescribeVirtualInterfacesCommandInput,
|
|
247
|
+
DescribeVirtualInterfacesCommandOutput,
|
|
248
|
+
} from "./commands/DescribeVirtualInterfacesCommand";
|
|
249
|
+
import {
|
|
250
|
+
DisassociateConnectionFromLagCommandInput,
|
|
251
|
+
DisassociateConnectionFromLagCommandOutput,
|
|
252
|
+
} from "./commands/DisassociateConnectionFromLagCommand";
|
|
253
|
+
import {
|
|
254
|
+
DisassociateMacSecKeyCommandInput,
|
|
255
|
+
DisassociateMacSecKeyCommandOutput,
|
|
256
|
+
} from "./commands/DisassociateMacSecKeyCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListVirtualInterfaceTestHistoryCommandInput,
|
|
259
|
+
ListVirtualInterfaceTestHistoryCommandOutput,
|
|
260
|
+
} from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
261
|
+
import {
|
|
262
|
+
StartBgpFailoverTestCommandInput,
|
|
263
|
+
StartBgpFailoverTestCommandOutput,
|
|
264
|
+
} from "./commands/StartBgpFailoverTestCommand";
|
|
265
|
+
import {
|
|
266
|
+
StopBgpFailoverTestCommandInput,
|
|
267
|
+
StopBgpFailoverTestCommandOutput,
|
|
268
|
+
} from "./commands/StopBgpFailoverTestCommand";
|
|
269
|
+
import {
|
|
270
|
+
TagResourceCommandInput,
|
|
271
|
+
TagResourceCommandOutput,
|
|
272
|
+
} from "./commands/TagResourceCommand";
|
|
273
|
+
import {
|
|
274
|
+
UntagResourceCommandInput,
|
|
275
|
+
UntagResourceCommandOutput,
|
|
276
|
+
} from "./commands/UntagResourceCommand";
|
|
277
|
+
import {
|
|
278
|
+
UpdateConnectionCommandInput,
|
|
279
|
+
UpdateConnectionCommandOutput,
|
|
280
|
+
} from "./commands/UpdateConnectionCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateDirectConnectGatewayAssociationCommandInput,
|
|
283
|
+
UpdateDirectConnectGatewayAssociationCommandOutput,
|
|
284
|
+
} from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateDirectConnectGatewayCommandInput,
|
|
287
|
+
UpdateDirectConnectGatewayCommandOutput,
|
|
288
|
+
} from "./commands/UpdateDirectConnectGatewayCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateLagCommandInput,
|
|
291
|
+
UpdateLagCommandOutput,
|
|
292
|
+
} from "./commands/UpdateLagCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateVirtualInterfaceAttributesCommandInput,
|
|
295
|
+
UpdateVirtualInterfaceAttributesCommandOutput,
|
|
296
|
+
} from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
297
|
+
export declare type ServiceInputTypes =
|
|
298
|
+
| AcceptDirectConnectGatewayAssociationProposalCommandInput
|
|
299
|
+
| AllocateConnectionOnInterconnectCommandInput
|
|
300
|
+
| AllocateHostedConnectionCommandInput
|
|
301
|
+
| AllocatePrivateVirtualInterfaceCommandInput
|
|
302
|
+
| AllocatePublicVirtualInterfaceCommandInput
|
|
303
|
+
| AllocateTransitVirtualInterfaceCommandInput
|
|
304
|
+
| AssociateConnectionWithLagCommandInput
|
|
305
|
+
| AssociateHostedConnectionCommandInput
|
|
306
|
+
| AssociateMacSecKeyCommandInput
|
|
307
|
+
| AssociateVirtualInterfaceCommandInput
|
|
308
|
+
| ConfirmConnectionCommandInput
|
|
309
|
+
| ConfirmCustomerAgreementCommandInput
|
|
310
|
+
| ConfirmPrivateVirtualInterfaceCommandInput
|
|
311
|
+
| ConfirmPublicVirtualInterfaceCommandInput
|
|
312
|
+
| ConfirmTransitVirtualInterfaceCommandInput
|
|
313
|
+
| CreateBGPPeerCommandInput
|
|
314
|
+
| CreateConnectionCommandInput
|
|
315
|
+
| CreateDirectConnectGatewayAssociationCommandInput
|
|
316
|
+
| CreateDirectConnectGatewayAssociationProposalCommandInput
|
|
317
|
+
| CreateDirectConnectGatewayCommandInput
|
|
318
|
+
| CreateInterconnectCommandInput
|
|
319
|
+
| CreateLagCommandInput
|
|
320
|
+
| CreatePrivateVirtualInterfaceCommandInput
|
|
321
|
+
| CreatePublicVirtualInterfaceCommandInput
|
|
322
|
+
| CreateTransitVirtualInterfaceCommandInput
|
|
323
|
+
| DeleteBGPPeerCommandInput
|
|
324
|
+
| DeleteConnectionCommandInput
|
|
325
|
+
| DeleteDirectConnectGatewayAssociationCommandInput
|
|
326
|
+
| DeleteDirectConnectGatewayAssociationProposalCommandInput
|
|
327
|
+
| DeleteDirectConnectGatewayCommandInput
|
|
328
|
+
| DeleteInterconnectCommandInput
|
|
329
|
+
| DeleteLagCommandInput
|
|
330
|
+
| DeleteVirtualInterfaceCommandInput
|
|
331
|
+
| DescribeConnectionLoaCommandInput
|
|
332
|
+
| DescribeConnectionsCommandInput
|
|
333
|
+
| DescribeConnectionsOnInterconnectCommandInput
|
|
334
|
+
| DescribeCustomerMetadataCommandInput
|
|
335
|
+
| DescribeDirectConnectGatewayAssociationProposalsCommandInput
|
|
336
|
+
| DescribeDirectConnectGatewayAssociationsCommandInput
|
|
337
|
+
| DescribeDirectConnectGatewayAttachmentsCommandInput
|
|
338
|
+
| DescribeDirectConnectGatewaysCommandInput
|
|
339
|
+
| DescribeHostedConnectionsCommandInput
|
|
340
|
+
| DescribeInterconnectLoaCommandInput
|
|
341
|
+
| DescribeInterconnectsCommandInput
|
|
342
|
+
| DescribeLagsCommandInput
|
|
343
|
+
| DescribeLoaCommandInput
|
|
344
|
+
| DescribeLocationsCommandInput
|
|
345
|
+
| DescribeRouterConfigurationCommandInput
|
|
346
|
+
| DescribeTagsCommandInput
|
|
347
|
+
| DescribeVirtualGatewaysCommandInput
|
|
348
|
+
| DescribeVirtualInterfacesCommandInput
|
|
349
|
+
| DisassociateConnectionFromLagCommandInput
|
|
350
|
+
| DisassociateMacSecKeyCommandInput
|
|
351
|
+
| ListVirtualInterfaceTestHistoryCommandInput
|
|
352
|
+
| StartBgpFailoverTestCommandInput
|
|
353
|
+
| StopBgpFailoverTestCommandInput
|
|
354
|
+
| TagResourceCommandInput
|
|
355
|
+
| UntagResourceCommandInput
|
|
356
|
+
| UpdateConnectionCommandInput
|
|
357
|
+
| UpdateDirectConnectGatewayAssociationCommandInput
|
|
358
|
+
| UpdateDirectConnectGatewayCommandInput
|
|
359
|
+
| UpdateLagCommandInput
|
|
360
|
+
| UpdateVirtualInterfaceAttributesCommandInput;
|
|
361
|
+
export declare type ServiceOutputTypes =
|
|
362
|
+
| AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
363
|
+
| AllocateConnectionOnInterconnectCommandOutput
|
|
364
|
+
| AllocateHostedConnectionCommandOutput
|
|
365
|
+
| AllocatePrivateVirtualInterfaceCommandOutput
|
|
366
|
+
| AllocatePublicVirtualInterfaceCommandOutput
|
|
367
|
+
| AllocateTransitVirtualInterfaceCommandOutput
|
|
368
|
+
| AssociateConnectionWithLagCommandOutput
|
|
369
|
+
| AssociateHostedConnectionCommandOutput
|
|
370
|
+
| AssociateMacSecKeyCommandOutput
|
|
371
|
+
| AssociateVirtualInterfaceCommandOutput
|
|
372
|
+
| ConfirmConnectionCommandOutput
|
|
373
|
+
| ConfirmCustomerAgreementCommandOutput
|
|
374
|
+
| ConfirmPrivateVirtualInterfaceCommandOutput
|
|
375
|
+
| ConfirmPublicVirtualInterfaceCommandOutput
|
|
376
|
+
| ConfirmTransitVirtualInterfaceCommandOutput
|
|
377
|
+
| CreateBGPPeerCommandOutput
|
|
378
|
+
| CreateConnectionCommandOutput
|
|
379
|
+
| CreateDirectConnectGatewayAssociationCommandOutput
|
|
380
|
+
| CreateDirectConnectGatewayAssociationProposalCommandOutput
|
|
381
|
+
| CreateDirectConnectGatewayCommandOutput
|
|
382
|
+
| CreateInterconnectCommandOutput
|
|
383
|
+
| CreateLagCommandOutput
|
|
384
|
+
| CreatePrivateVirtualInterfaceCommandOutput
|
|
385
|
+
| CreatePublicVirtualInterfaceCommandOutput
|
|
386
|
+
| CreateTransitVirtualInterfaceCommandOutput
|
|
387
|
+
| DeleteBGPPeerCommandOutput
|
|
388
|
+
| DeleteConnectionCommandOutput
|
|
389
|
+
| DeleteDirectConnectGatewayAssociationCommandOutput
|
|
390
|
+
| DeleteDirectConnectGatewayAssociationProposalCommandOutput
|
|
391
|
+
| DeleteDirectConnectGatewayCommandOutput
|
|
392
|
+
| DeleteInterconnectCommandOutput
|
|
393
|
+
| DeleteLagCommandOutput
|
|
394
|
+
| DeleteVirtualInterfaceCommandOutput
|
|
395
|
+
| DescribeConnectionLoaCommandOutput
|
|
396
|
+
| DescribeConnectionsCommandOutput
|
|
397
|
+
| DescribeConnectionsOnInterconnectCommandOutput
|
|
398
|
+
| DescribeCustomerMetadataCommandOutput
|
|
399
|
+
| DescribeDirectConnectGatewayAssociationProposalsCommandOutput
|
|
400
|
+
| DescribeDirectConnectGatewayAssociationsCommandOutput
|
|
401
|
+
| DescribeDirectConnectGatewayAttachmentsCommandOutput
|
|
402
|
+
| DescribeDirectConnectGatewaysCommandOutput
|
|
403
|
+
| DescribeHostedConnectionsCommandOutput
|
|
404
|
+
| DescribeInterconnectLoaCommandOutput
|
|
405
|
+
| DescribeInterconnectsCommandOutput
|
|
406
|
+
| DescribeLagsCommandOutput
|
|
407
|
+
| DescribeLoaCommandOutput
|
|
408
|
+
| DescribeLocationsCommandOutput
|
|
409
|
+
| DescribeRouterConfigurationCommandOutput
|
|
410
|
+
| DescribeTagsCommandOutput
|
|
411
|
+
| DescribeVirtualGatewaysCommandOutput
|
|
412
|
+
| DescribeVirtualInterfacesCommandOutput
|
|
413
|
+
| DisassociateConnectionFromLagCommandOutput
|
|
414
|
+
| DisassociateMacSecKeyCommandOutput
|
|
415
|
+
| ListVirtualInterfaceTestHistoryCommandOutput
|
|
416
|
+
| StartBgpFailoverTestCommandOutput
|
|
417
|
+
| StopBgpFailoverTestCommandOutput
|
|
418
|
+
| TagResourceCommandOutput
|
|
419
|
+
| UntagResourceCommandOutput
|
|
420
|
+
| UpdateConnectionCommandOutput
|
|
421
|
+
| UpdateDirectConnectGatewayAssociationCommandOutput
|
|
422
|
+
| UpdateDirectConnectGatewayCommandOutput
|
|
423
|
+
| UpdateLagCommandOutput
|
|
424
|
+
| UpdateVirtualInterfaceAttributesCommandOutput;
|
|
425
|
+
export interface ClientDefaults
|
|
426
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
427
|
+
requestHandler?: __HttpHandler;
|
|
428
|
+
|
|
429
|
+
sha256?: __HashConstructor;
|
|
430
|
+
|
|
431
|
+
urlParser?: __UrlParser;
|
|
432
|
+
|
|
433
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
434
|
+
|
|
435
|
+
streamCollector?: __StreamCollector;
|
|
436
|
+
|
|
437
|
+
base64Decoder?: __Decoder;
|
|
438
|
+
|
|
439
|
+
base64Encoder?: __Encoder;
|
|
440
|
+
|
|
441
|
+
utf8Decoder?: __Decoder;
|
|
442
|
+
|
|
443
|
+
utf8Encoder?: __Encoder;
|
|
444
|
+
|
|
445
|
+
runtime?: string;
|
|
446
|
+
|
|
447
|
+
disableHostPrefix?: boolean;
|
|
448
|
+
|
|
449
|
+
maxAttempts?: number | __Provider<number>;
|
|
450
|
+
|
|
451
|
+
retryMode?: string | __Provider<string>;
|
|
452
|
+
|
|
453
|
+
logger?: __Logger;
|
|
454
|
+
|
|
455
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
456
|
+
|
|
457
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
458
|
+
|
|
459
|
+
serviceId?: string;
|
|
460
|
+
|
|
461
|
+
region?: string | __Provider<string>;
|
|
462
|
+
|
|
463
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
464
|
+
|
|
465
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
466
|
+
|
|
467
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
468
|
+
|
|
469
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
470
|
+
}
|
|
471
|
+
declare type DirectConnectClientConfigType = Partial<
|
|
472
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
473
|
+
> &
|
|
474
|
+
ClientDefaults &
|
|
475
|
+
RegionInputConfig &
|
|
476
|
+
EndpointsInputConfig &
|
|
477
|
+
RetryInputConfig &
|
|
478
|
+
HostHeaderInputConfig &
|
|
479
|
+
AwsAuthInputConfig &
|
|
480
|
+
UserAgentInputConfig;
|
|
481
|
+
|
|
482
|
+
export interface DirectConnectClientConfig
|
|
483
|
+
extends DirectConnectClientConfigType {}
|
|
484
|
+
declare type DirectConnectClientResolvedConfigType =
|
|
485
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
486
|
+
Required<ClientDefaults> &
|
|
487
|
+
RegionResolvedConfig &
|
|
488
|
+
EndpointsResolvedConfig &
|
|
489
|
+
RetryResolvedConfig &
|
|
490
|
+
HostHeaderResolvedConfig &
|
|
491
|
+
AwsAuthResolvedConfig &
|
|
492
|
+
UserAgentResolvedConfig;
|
|
493
|
+
|
|
494
|
+
export interface DirectConnectClientResolvedConfig
|
|
495
|
+
extends DirectConnectClientResolvedConfigType {}
|
|
496
|
+
|
|
497
|
+
export declare class DirectConnectClient extends __Client<
|
|
498
|
+
__HttpHandlerOptions,
|
|
499
|
+
ServiceInputTypes,
|
|
500
|
+
ServiceOutputTypes,
|
|
501
|
+
DirectConnectClientResolvedConfig
|
|
502
|
+
> {
|
|
503
|
+
readonly config: DirectConnectClientResolvedConfig;
|
|
504
|
+
constructor(configuration: DirectConnectClientConfig);
|
|
505
|
+
|
|
506
|
+
destroy(): void;
|
|
507
|
+
}
|
|
508
|
+
export {};
|