aws-sdk 2.1041.0 → 2.1045.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 +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/apis/appsync-2017-07-25.min.json +327 -102
- package/apis/comprehendmedical-2018-10-30.min.json +244 -29
- package/apis/iot-2015-05-28.min.json +280 -271
- package/apis/location-2020-11-19.min.json +235 -107
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/lookoutvision-2020-11-20.min.json +208 -11
- package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/networkmanager-2019-07-05.min.json +1931 -558
- package/apis/networkmanager-2019-07-05.paginators.json +36 -0
- package/apis/outposts-2019-12-03.min.json +29 -0
- package/apis/ram-2018-01-04.min.json +16 -11
- package/apis/sagemaker-2017-07-24.min.json +31 -28
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplifyuibuilder.d.ts +1003 -0
- package/clients/amplifyuibuilder.js +18 -0
- package/clients/appsync.d.ts +330 -109
- package/clients/cloudwatchlogs.d.ts +6 -1
- package/clients/comprehendmedical.d.ts +306 -25
- package/clients/health.d.ts +2 -2
- package/clients/iot.d.ts +13 -0
- package/clients/location.d.ts +139 -9
- package/clients/lookoutvision.d.ts +293 -23
- package/clients/networkmanager.d.ts +1856 -361
- package/clients/outposts.d.ts +47 -3
- package/clients/ram.d.ts +234 -212
- package/clients/rekognition.d.ts +5 -5
- package/clients/route53.d.ts +11 -11
- package/clients/sagemaker.d.ts +3 -1
- package/clients/support.d.ts +62 -62
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +53 -16
- package/dist/aws-sdk.js +769 -411
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,22 @@ declare class NetworkManager extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: NetworkManager.Types.ClientConfiguration)
|
|
13
13
|
config: Config & NetworkManager.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Accepts a core network attachment request. Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.
|
|
16
|
+
*/
|
|
17
|
+
acceptAttachment(params: NetworkManager.Types.AcceptAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.AcceptAttachmentResponse) => void): Request<NetworkManager.Types.AcceptAttachmentResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Accepts a core network attachment request. Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.
|
|
20
|
+
*/
|
|
21
|
+
acceptAttachment(callback?: (err: AWSError, data: NetworkManager.Types.AcceptAttachmentResponse) => void): Request<NetworkManager.Types.AcceptAttachmentResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Associates a core network Connect peer with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.
|
|
24
|
+
*/
|
|
25
|
+
associateConnectPeer(params: NetworkManager.Types.AssociateConnectPeerRequest, callback?: (err: AWSError, data: NetworkManager.Types.AssociateConnectPeerResponse) => void): Request<NetworkManager.Types.AssociateConnectPeerResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Associates a core network Connect peer with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.
|
|
28
|
+
*/
|
|
29
|
+
associateConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.AssociateConnectPeerResponse) => void): Request<NetworkManager.Types.AssociateConnectPeerResponse, AWSError>;
|
|
14
30
|
/**
|
|
15
31
|
* Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate customer gateways that are connected to a VPN attachment on a transit gateway. The transit gateway must be registered in your global network. When you register a transit gateway, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id. You cannot associate a customer gateway with more than one device and link.
|
|
16
32
|
*/
|
|
@@ -35,6 +51,22 @@ declare class NetworkManager extends Service {
|
|
|
35
51
|
* Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device. You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network. You cannot associate a transit gateway Connect peer with more than one device and link.
|
|
36
52
|
*/
|
|
37
53
|
associateTransitGatewayConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.AssociateTransitGatewayConnectPeerResponse) => void): Request<NetworkManager.Types.AssociateTransitGatewayConnectPeerResponse, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
* Creates a core network Connect attachment from a specified core network attachment. A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.
|
|
56
|
+
*/
|
|
57
|
+
createConnectAttachment(params: NetworkManager.Types.CreateConnectAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectAttachmentResponse) => void): Request<NetworkManager.Types.CreateConnectAttachmentResponse, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Creates a core network Connect attachment from a specified core network attachment. A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.
|
|
60
|
+
*/
|
|
61
|
+
createConnectAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectAttachmentResponse) => void): Request<NetworkManager.Types.CreateConnectAttachmentResponse, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
* Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
|
|
64
|
+
*/
|
|
65
|
+
createConnectPeer(params: NetworkManager.Types.CreateConnectPeerRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectPeerResponse) => void): Request<NetworkManager.Types.CreateConnectPeerResponse, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
|
|
68
|
+
*/
|
|
69
|
+
createConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectPeerResponse) => void): Request<NetworkManager.Types.CreateConnectPeerResponse, AWSError>;
|
|
38
70
|
/**
|
|
39
71
|
* Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.
|
|
40
72
|
*/
|
|
@@ -43,6 +75,14 @@ declare class NetworkManager extends Service {
|
|
|
43
75
|
* Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.
|
|
44
76
|
*/
|
|
45
77
|
createConnection(callback?: (err: AWSError, data: NetworkManager.Types.CreateConnectionResponse) => void): Request<NetworkManager.Types.CreateConnectionResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Creates a core network as part of your global network, and optionally, with a core network policy.
|
|
80
|
+
*/
|
|
81
|
+
createCoreNetwork(params: NetworkManager.Types.CreateCoreNetworkRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateCoreNetworkResponse) => void): Request<NetworkManager.Types.CreateCoreNetworkResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Creates a core network as part of your global network, and optionally, with a core network policy.
|
|
84
|
+
*/
|
|
85
|
+
createCoreNetwork(callback?: (err: AWSError, data: NetworkManager.Types.CreateCoreNetworkResponse) => void): Request<NetworkManager.Types.CreateCoreNetworkResponse, AWSError>;
|
|
46
86
|
/**
|
|
47
87
|
* Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.
|
|
48
88
|
*/
|
|
@@ -75,6 +115,38 @@ declare class NetworkManager extends Service {
|
|
|
75
115
|
* Creates a new site in a global network.
|
|
76
116
|
*/
|
|
77
117
|
createSite(callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteResponse) => void): Request<NetworkManager.Types.CreateSiteResponse, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
* Creates a site-to-site VPN attachment on an edge location of a core network.
|
|
120
|
+
*/
|
|
121
|
+
createSiteToSiteVpnAttachment(params: NetworkManager.Types.CreateSiteToSiteVpnAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse) => void): Request<NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse, AWSError>;
|
|
122
|
+
/**
|
|
123
|
+
* Creates a site-to-site VPN attachment on an edge location of a core network.
|
|
124
|
+
*/
|
|
125
|
+
createSiteToSiteVpnAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse) => void): Request<NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
* Creates a VPC attachment on an edge location of a core network.
|
|
128
|
+
*/
|
|
129
|
+
createVpcAttachment(params: NetworkManager.Types.CreateVpcAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateVpcAttachmentResponse) => void): Request<NetworkManager.Types.CreateVpcAttachmentResponse, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
* Creates a VPC attachment on an edge location of a core network.
|
|
132
|
+
*/
|
|
133
|
+
createVpcAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateVpcAttachmentResponse) => void): Request<NetworkManager.Types.CreateVpcAttachmentResponse, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
* Deletes an attachment. Supports all attachment types.
|
|
136
|
+
*/
|
|
137
|
+
deleteAttachment(params: NetworkManager.Types.DeleteAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeleteAttachmentResponse) => void): Request<NetworkManager.Types.DeleteAttachmentResponse, AWSError>;
|
|
138
|
+
/**
|
|
139
|
+
* Deletes an attachment. Supports all attachment types.
|
|
140
|
+
*/
|
|
141
|
+
deleteAttachment(callback?: (err: AWSError, data: NetworkManager.Types.DeleteAttachmentResponse) => void): Request<NetworkManager.Types.DeleteAttachmentResponse, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* Deletes a Connect peer.
|
|
144
|
+
*/
|
|
145
|
+
deleteConnectPeer(params: NetworkManager.Types.DeleteConnectPeerRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeleteConnectPeerResponse) => void): Request<NetworkManager.Types.DeleteConnectPeerResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* Deletes a Connect peer.
|
|
148
|
+
*/
|
|
149
|
+
deleteConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.DeleteConnectPeerResponse) => void): Request<NetworkManager.Types.DeleteConnectPeerResponse, AWSError>;
|
|
78
150
|
/**
|
|
79
151
|
* Deletes the specified connection in your global network.
|
|
80
152
|
*/
|
|
@@ -83,6 +155,22 @@ declare class NetworkManager extends Service {
|
|
|
83
155
|
* Deletes the specified connection in your global network.
|
|
84
156
|
*/
|
|
85
157
|
deleteConnection(callback?: (err: AWSError, data: NetworkManager.Types.DeleteConnectionResponse) => void): Request<NetworkManager.Types.DeleteConnectionResponse, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.
|
|
160
|
+
*/
|
|
161
|
+
deleteCoreNetwork(params: NetworkManager.Types.DeleteCoreNetworkRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeleteCoreNetworkResponse) => void): Request<NetworkManager.Types.DeleteCoreNetworkResponse, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
* Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.
|
|
164
|
+
*/
|
|
165
|
+
deleteCoreNetwork(callback?: (err: AWSError, data: NetworkManager.Types.DeleteCoreNetworkResponse) => void): Request<NetworkManager.Types.DeleteCoreNetworkResponse, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Deletes a policy version from a core network. You can't delete the current LIVE policy.
|
|
168
|
+
*/
|
|
169
|
+
deleteCoreNetworkPolicyVersion(params: NetworkManager.Types.DeleteCoreNetworkPolicyVersionRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeleteCoreNetworkPolicyVersionResponse) => void): Request<NetworkManager.Types.DeleteCoreNetworkPolicyVersionResponse, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Deletes a policy version from a core network. You can't delete the current LIVE policy.
|
|
172
|
+
*/
|
|
173
|
+
deleteCoreNetworkPolicyVersion(callback?: (err: AWSError, data: NetworkManager.Types.DeleteCoreNetworkPolicyVersionResponse) => void): Request<NetworkManager.Types.DeleteCoreNetworkPolicyVersionResponse, AWSError>;
|
|
86
174
|
/**
|
|
87
175
|
* Deletes an existing device. You must first disassociate the device from any links and customer gateways.
|
|
88
176
|
*/
|
|
@@ -107,6 +195,14 @@ declare class NetworkManager extends Service {
|
|
|
107
195
|
* Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
|
|
108
196
|
*/
|
|
109
197
|
deleteLink(callback?: (err: AWSError, data: NetworkManager.Types.DeleteLinkResponse) => void): Request<NetworkManager.Types.DeleteLinkResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
|
|
200
|
+
*/
|
|
201
|
+
deleteResourcePolicy(params: NetworkManager.Types.DeleteResourcePolicyRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeleteResourcePolicyResponse) => void): Request<NetworkManager.Types.DeleteResourcePolicyResponse, AWSError>;
|
|
202
|
+
/**
|
|
203
|
+
* Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
|
|
204
|
+
*/
|
|
205
|
+
deleteResourcePolicy(callback?: (err: AWSError, data: NetworkManager.Types.DeleteResourcePolicyResponse) => void): Request<NetworkManager.Types.DeleteResourcePolicyResponse, AWSError>;
|
|
110
206
|
/**
|
|
111
207
|
* Deletes an existing site. The site cannot be associated with any device or link.
|
|
112
208
|
*/
|
|
@@ -131,6 +227,14 @@ declare class NetworkManager extends Service {
|
|
|
131
227
|
* Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate Get* action. For example, to list the transit gateways in your global network, use GetTransitGatewayRegistrations.
|
|
132
228
|
*/
|
|
133
229
|
describeGlobalNetworks(callback?: (err: AWSError, data: NetworkManager.Types.DescribeGlobalNetworksResponse) => void): Request<NetworkManager.Types.DescribeGlobalNetworksResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
* Disassociates a core network Connect peer from a device and a link.
|
|
232
|
+
*/
|
|
233
|
+
disassociateConnectPeer(params: NetworkManager.Types.DisassociateConnectPeerRequest, callback?: (err: AWSError, data: NetworkManager.Types.DisassociateConnectPeerResponse) => void): Request<NetworkManager.Types.DisassociateConnectPeerResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Disassociates a core network Connect peer from a device and a link.
|
|
236
|
+
*/
|
|
237
|
+
disassociateConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.DisassociateConnectPeerResponse) => void): Request<NetworkManager.Types.DisassociateConnectPeerResponse, AWSError>;
|
|
134
238
|
/**
|
|
135
239
|
* Disassociates a customer gateway from a device and a link.
|
|
136
240
|
*/
|
|
@@ -155,6 +259,38 @@ declare class NetworkManager extends Service {
|
|
|
155
259
|
* Disassociates a transit gateway Connect peer from a device and link.
|
|
156
260
|
*/
|
|
157
261
|
disassociateTransitGatewayConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.DisassociateTransitGatewayConnectPeerResponse) => void): Request<NetworkManager.Types.DisassociateTransitGatewayConnectPeerResponse, AWSError>;
|
|
262
|
+
/**
|
|
263
|
+
* Executes a change set on your core network. Deploys changes globally based on the policy submitted..
|
|
264
|
+
*/
|
|
265
|
+
executeCoreNetworkChangeSet(params: NetworkManager.Types.ExecuteCoreNetworkChangeSetRequest, callback?: (err: AWSError, data: NetworkManager.Types.ExecuteCoreNetworkChangeSetResponse) => void): Request<NetworkManager.Types.ExecuteCoreNetworkChangeSetResponse, AWSError>;
|
|
266
|
+
/**
|
|
267
|
+
* Executes a change set on your core network. Deploys changes globally based on the policy submitted..
|
|
268
|
+
*/
|
|
269
|
+
executeCoreNetworkChangeSet(callback?: (err: AWSError, data: NetworkManager.Types.ExecuteCoreNetworkChangeSetResponse) => void): Request<NetworkManager.Types.ExecuteCoreNetworkChangeSetResponse, AWSError>;
|
|
270
|
+
/**
|
|
271
|
+
* Returns information about a core network Connect attachment.
|
|
272
|
+
*/
|
|
273
|
+
getConnectAttachment(params: NetworkManager.Types.GetConnectAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetConnectAttachmentResponse) => void): Request<NetworkManager.Types.GetConnectAttachmentResponse, AWSError>;
|
|
274
|
+
/**
|
|
275
|
+
* Returns information about a core network Connect attachment.
|
|
276
|
+
*/
|
|
277
|
+
getConnectAttachment(callback?: (err: AWSError, data: NetworkManager.Types.GetConnectAttachmentResponse) => void): Request<NetworkManager.Types.GetConnectAttachmentResponse, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
* Returns information about a core network Connect peer.
|
|
280
|
+
*/
|
|
281
|
+
getConnectPeer(params: NetworkManager.Types.GetConnectPeerRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetConnectPeerResponse) => void): Request<NetworkManager.Types.GetConnectPeerResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* Returns information about a core network Connect peer.
|
|
284
|
+
*/
|
|
285
|
+
getConnectPeer(callback?: (err: AWSError, data: NetworkManager.Types.GetConnectPeerResponse) => void): Request<NetworkManager.Types.GetConnectPeerResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Returns information about a core network Connect peer associations.
|
|
288
|
+
*/
|
|
289
|
+
getConnectPeerAssociations(params: NetworkManager.Types.GetConnectPeerAssociationsRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetConnectPeerAssociationsResponse) => void): Request<NetworkManager.Types.GetConnectPeerAssociationsResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
* Returns information about a core network Connect peer associations.
|
|
292
|
+
*/
|
|
293
|
+
getConnectPeerAssociations(callback?: (err: AWSError, data: NetworkManager.Types.GetConnectPeerAssociationsResponse) => void): Request<NetworkManager.Types.GetConnectPeerAssociationsResponse, AWSError>;
|
|
158
294
|
/**
|
|
159
295
|
* Gets information about one or more of your connections in a global network.
|
|
160
296
|
*/
|
|
@@ -163,6 +299,30 @@ declare class NetworkManager extends Service {
|
|
|
163
299
|
* Gets information about one or more of your connections in a global network.
|
|
164
300
|
*/
|
|
165
301
|
getConnections(callback?: (err: AWSError, data: NetworkManager.Types.GetConnectionsResponse) => void): Request<NetworkManager.Types.GetConnectionsResponse, AWSError>;
|
|
302
|
+
/**
|
|
303
|
+
* Returns information about a core network. By default it returns the LIVE policy.
|
|
304
|
+
*/
|
|
305
|
+
getCoreNetwork(params: NetworkManager.Types.GetCoreNetworkRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkResponse) => void): Request<NetworkManager.Types.GetCoreNetworkResponse, AWSError>;
|
|
306
|
+
/**
|
|
307
|
+
* Returns information about a core network. By default it returns the LIVE policy.
|
|
308
|
+
*/
|
|
309
|
+
getCoreNetwork(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkResponse) => void): Request<NetworkManager.Types.GetCoreNetworkResponse, AWSError>;
|
|
310
|
+
/**
|
|
311
|
+
* Returns a change set between the LIVE core network policy and a submitted policy.
|
|
312
|
+
*/
|
|
313
|
+
getCoreNetworkChangeSet(params: NetworkManager.Types.GetCoreNetworkChangeSetRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkChangeSetResponse) => void): Request<NetworkManager.Types.GetCoreNetworkChangeSetResponse, AWSError>;
|
|
314
|
+
/**
|
|
315
|
+
* Returns a change set between the LIVE core network policy and a submitted policy.
|
|
316
|
+
*/
|
|
317
|
+
getCoreNetworkChangeSet(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkChangeSetResponse) => void): Request<NetworkManager.Types.GetCoreNetworkChangeSetResponse, AWSError>;
|
|
318
|
+
/**
|
|
319
|
+
* Gets details about a core network policy. You can get details about your current live policy or any previous policy version.
|
|
320
|
+
*/
|
|
321
|
+
getCoreNetworkPolicy(params: NetworkManager.Types.GetCoreNetworkPolicyRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkPolicyResponse) => void): Request<NetworkManager.Types.GetCoreNetworkPolicyResponse, AWSError>;
|
|
322
|
+
/**
|
|
323
|
+
* Gets details about a core network policy. You can get details about your current live policy or any previous policy version.
|
|
324
|
+
*/
|
|
325
|
+
getCoreNetworkPolicy(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkPolicyResponse) => void): Request<NetworkManager.Types.GetCoreNetworkPolicyResponse, AWSError>;
|
|
166
326
|
/**
|
|
167
327
|
* Gets the association information for customer gateways that are associated with devices and links in your global network.
|
|
168
328
|
*/
|
|
@@ -235,6 +395,14 @@ declare class NetworkManager extends Service {
|
|
|
235
395
|
* Gets the network telemetry of the specified global network.
|
|
236
396
|
*/
|
|
237
397
|
getNetworkTelemetry(callback?: (err: AWSError, data: NetworkManager.Types.GetNetworkTelemetryResponse) => void): Request<NetworkManager.Types.GetNetworkTelemetryResponse, AWSError>;
|
|
398
|
+
/**
|
|
399
|
+
* Returns information about a resource policy.
|
|
400
|
+
*/
|
|
401
|
+
getResourcePolicy(params: NetworkManager.Types.GetResourcePolicyRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetResourcePolicyResponse) => void): Request<NetworkManager.Types.GetResourcePolicyResponse, AWSError>;
|
|
402
|
+
/**
|
|
403
|
+
* Returns information about a resource policy.
|
|
404
|
+
*/
|
|
405
|
+
getResourcePolicy(callback?: (err: AWSError, data: NetworkManager.Types.GetResourcePolicyResponse) => void): Request<NetworkManager.Types.GetResourcePolicyResponse, AWSError>;
|
|
238
406
|
/**
|
|
239
407
|
* Gets information about the specified route analysis.
|
|
240
408
|
*/
|
|
@@ -243,6 +411,14 @@ declare class NetworkManager extends Service {
|
|
|
243
411
|
* Gets information about the specified route analysis.
|
|
244
412
|
*/
|
|
245
413
|
getRouteAnalysis(callback?: (err: AWSError, data: NetworkManager.Types.GetRouteAnalysisResponse) => void): Request<NetworkManager.Types.GetRouteAnalysisResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Returns information about a site-to-site VPN attachment.
|
|
416
|
+
*/
|
|
417
|
+
getSiteToSiteVpnAttachment(params: NetworkManager.Types.GetSiteToSiteVpnAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetSiteToSiteVpnAttachmentResponse) => void): Request<NetworkManager.Types.GetSiteToSiteVpnAttachmentResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Returns information about a site-to-site VPN attachment.
|
|
420
|
+
*/
|
|
421
|
+
getSiteToSiteVpnAttachment(callback?: (err: AWSError, data: NetworkManager.Types.GetSiteToSiteVpnAttachmentResponse) => void): Request<NetworkManager.Types.GetSiteToSiteVpnAttachmentResponse, AWSError>;
|
|
246
422
|
/**
|
|
247
423
|
* Gets information about one or more of your sites in a global network.
|
|
248
424
|
*/
|
|
@@ -267,6 +443,46 @@ declare class NetworkManager extends Service {
|
|
|
267
443
|
* Gets information about the transit gateway registrations in a specified global network.
|
|
268
444
|
*/
|
|
269
445
|
getTransitGatewayRegistrations(callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayRegistrationsResponse) => void): Request<NetworkManager.Types.GetTransitGatewayRegistrationsResponse, AWSError>;
|
|
446
|
+
/**
|
|
447
|
+
* Returns information about a VPC attachment.
|
|
448
|
+
*/
|
|
449
|
+
getVpcAttachment(params: NetworkManager.Types.GetVpcAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetVpcAttachmentResponse) => void): Request<NetworkManager.Types.GetVpcAttachmentResponse, AWSError>;
|
|
450
|
+
/**
|
|
451
|
+
* Returns information about a VPC attachment.
|
|
452
|
+
*/
|
|
453
|
+
getVpcAttachment(callback?: (err: AWSError, data: NetworkManager.Types.GetVpcAttachmentResponse) => void): Request<NetworkManager.Types.GetVpcAttachmentResponse, AWSError>;
|
|
454
|
+
/**
|
|
455
|
+
* Returns a list of core network attachments.
|
|
456
|
+
*/
|
|
457
|
+
listAttachments(params: NetworkManager.Types.ListAttachmentsRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListAttachmentsResponse) => void): Request<NetworkManager.Types.ListAttachmentsResponse, AWSError>;
|
|
458
|
+
/**
|
|
459
|
+
* Returns a list of core network attachments.
|
|
460
|
+
*/
|
|
461
|
+
listAttachments(callback?: (err: AWSError, data: NetworkManager.Types.ListAttachmentsResponse) => void): Request<NetworkManager.Types.ListAttachmentsResponse, AWSError>;
|
|
462
|
+
/**
|
|
463
|
+
* Returns a list of core network Connect peers.
|
|
464
|
+
*/
|
|
465
|
+
listConnectPeers(params: NetworkManager.Types.ListConnectPeersRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListConnectPeersResponse) => void): Request<NetworkManager.Types.ListConnectPeersResponse, AWSError>;
|
|
466
|
+
/**
|
|
467
|
+
* Returns a list of core network Connect peers.
|
|
468
|
+
*/
|
|
469
|
+
listConnectPeers(callback?: (err: AWSError, data: NetworkManager.Types.ListConnectPeersResponse) => void): Request<NetworkManager.Types.ListConnectPeersResponse, AWSError>;
|
|
470
|
+
/**
|
|
471
|
+
* Returns a list of core network policy versions.
|
|
472
|
+
*/
|
|
473
|
+
listCoreNetworkPolicyVersions(params: NetworkManager.Types.ListCoreNetworkPolicyVersionsRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListCoreNetworkPolicyVersionsResponse) => void): Request<NetworkManager.Types.ListCoreNetworkPolicyVersionsResponse, AWSError>;
|
|
474
|
+
/**
|
|
475
|
+
* Returns a list of core network policy versions.
|
|
476
|
+
*/
|
|
477
|
+
listCoreNetworkPolicyVersions(callback?: (err: AWSError, data: NetworkManager.Types.ListCoreNetworkPolicyVersionsResponse) => void): Request<NetworkManager.Types.ListCoreNetworkPolicyVersionsResponse, AWSError>;
|
|
478
|
+
/**
|
|
479
|
+
* Returns a list of owned and shared core networks.
|
|
480
|
+
*/
|
|
481
|
+
listCoreNetworks(params: NetworkManager.Types.ListCoreNetworksRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListCoreNetworksResponse) => void): Request<NetworkManager.Types.ListCoreNetworksResponse, AWSError>;
|
|
482
|
+
/**
|
|
483
|
+
* Returns a list of owned and shared core networks.
|
|
484
|
+
*/
|
|
485
|
+
listCoreNetworks(callback?: (err: AWSError, data: NetworkManager.Types.ListCoreNetworksResponse) => void): Request<NetworkManager.Types.ListCoreNetworksResponse, AWSError>;
|
|
270
486
|
/**
|
|
271
487
|
* Lists the tags for a specified resource.
|
|
272
488
|
*/
|
|
@@ -275,6 +491,22 @@ declare class NetworkManager extends Service {
|
|
|
275
491
|
* Lists the tags for a specified resource.
|
|
276
492
|
*/
|
|
277
493
|
listTagsForResource(callback?: (err: AWSError, data: NetworkManager.Types.ListTagsForResourceResponse) => void): Request<NetworkManager.Types.ListTagsForResourceResponse, AWSError>;
|
|
494
|
+
/**
|
|
495
|
+
* Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
|
|
496
|
+
*/
|
|
497
|
+
putCoreNetworkPolicy(params: NetworkManager.Types.PutCoreNetworkPolicyRequest, callback?: (err: AWSError, data: NetworkManager.Types.PutCoreNetworkPolicyResponse) => void): Request<NetworkManager.Types.PutCoreNetworkPolicyResponse, AWSError>;
|
|
498
|
+
/**
|
|
499
|
+
* Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
|
|
500
|
+
*/
|
|
501
|
+
putCoreNetworkPolicy(callback?: (err: AWSError, data: NetworkManager.Types.PutCoreNetworkPolicyResponse) => void): Request<NetworkManager.Types.PutCoreNetworkPolicyResponse, AWSError>;
|
|
502
|
+
/**
|
|
503
|
+
* Creates or updates a resource policy.
|
|
504
|
+
*/
|
|
505
|
+
putResourcePolicy(params: NetworkManager.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: NetworkManager.Types.PutResourcePolicyResponse) => void): Request<NetworkManager.Types.PutResourcePolicyResponse, AWSError>;
|
|
506
|
+
/**
|
|
507
|
+
* Creates or updates a resource policy.
|
|
508
|
+
*/
|
|
509
|
+
putResourcePolicy(callback?: (err: AWSError, data: NetworkManager.Types.PutResourcePolicyResponse) => void): Request<NetworkManager.Types.PutResourcePolicyResponse, AWSError>;
|
|
278
510
|
/**
|
|
279
511
|
* Registers a transit gateway in your global network. The transit gateway can be in any Amazon Web Services Region, but it must be owned by the same Amazon Web Services account that owns the global network. You cannot register a transit gateway in more than one global network.
|
|
280
512
|
*/
|
|
@@ -283,6 +515,22 @@ declare class NetworkManager extends Service {
|
|
|
283
515
|
* Registers a transit gateway in your global network. The transit gateway can be in any Amazon Web Services Region, but it must be owned by the same Amazon Web Services account that owns the global network. You cannot register a transit gateway in more than one global network.
|
|
284
516
|
*/
|
|
285
517
|
registerTransitGateway(callback?: (err: AWSError, data: NetworkManager.Types.RegisterTransitGatewayResponse) => void): Request<NetworkManager.Types.RegisterTransitGatewayResponse, AWSError>;
|
|
518
|
+
/**
|
|
519
|
+
* Rejects a core network attachment request.
|
|
520
|
+
*/
|
|
521
|
+
rejectAttachment(params: NetworkManager.Types.RejectAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.RejectAttachmentResponse) => void): Request<NetworkManager.Types.RejectAttachmentResponse, AWSError>;
|
|
522
|
+
/**
|
|
523
|
+
* Rejects a core network attachment request.
|
|
524
|
+
*/
|
|
525
|
+
rejectAttachment(callback?: (err: AWSError, data: NetworkManager.Types.RejectAttachmentResponse) => void): Request<NetworkManager.Types.RejectAttachmentResponse, AWSError>;
|
|
526
|
+
/**
|
|
527
|
+
* Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.
|
|
528
|
+
*/
|
|
529
|
+
restoreCoreNetworkPolicyVersion(params: NetworkManager.Types.RestoreCoreNetworkPolicyVersionRequest, callback?: (err: AWSError, data: NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse) => void): Request<NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse, AWSError>;
|
|
530
|
+
/**
|
|
531
|
+
* Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.
|
|
532
|
+
*/
|
|
533
|
+
restoreCoreNetworkPolicyVersion(callback?: (err: AWSError, data: NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse) => void): Request<NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse, AWSError>;
|
|
286
534
|
/**
|
|
287
535
|
* Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
|
|
288
536
|
*/
|
|
@@ -315,6 +563,14 @@ declare class NetworkManager extends Service {
|
|
|
315
563
|
* Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
|
|
316
564
|
*/
|
|
317
565
|
updateConnection(callback?: (err: AWSError, data: NetworkManager.Types.UpdateConnectionResponse) => void): Request<NetworkManager.Types.UpdateConnectionResponse, AWSError>;
|
|
566
|
+
/**
|
|
567
|
+
* Updates the description of a core network.
|
|
568
|
+
*/
|
|
569
|
+
updateCoreNetwork(params: NetworkManager.Types.UpdateCoreNetworkRequest, callback?: (err: AWSError, data: NetworkManager.Types.UpdateCoreNetworkResponse) => void): Request<NetworkManager.Types.UpdateCoreNetworkResponse, AWSError>;
|
|
570
|
+
/**
|
|
571
|
+
* Updates the description of a core network.
|
|
572
|
+
*/
|
|
573
|
+
updateCoreNetwork(callback?: (err: AWSError, data: NetworkManager.Types.UpdateCoreNetworkResponse) => void): Request<NetworkManager.Types.UpdateCoreNetworkResponse, AWSError>;
|
|
318
574
|
/**
|
|
319
575
|
* Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.
|
|
320
576
|
*/
|
|
@@ -355,35 +611,80 @@ declare class NetworkManager extends Service {
|
|
|
355
611
|
* Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.
|
|
356
612
|
*/
|
|
357
613
|
updateSite(callback?: (err: AWSError, data: NetworkManager.Types.UpdateSiteResponse) => void): Request<NetworkManager.Types.UpdateSiteResponse, AWSError>;
|
|
614
|
+
/**
|
|
615
|
+
* Updates a VPC attachment.
|
|
616
|
+
*/
|
|
617
|
+
updateVpcAttachment(params: NetworkManager.Types.UpdateVpcAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.UpdateVpcAttachmentResponse) => void): Request<NetworkManager.Types.UpdateVpcAttachmentResponse, AWSError>;
|
|
618
|
+
/**
|
|
619
|
+
* Updates a VPC attachment.
|
|
620
|
+
*/
|
|
621
|
+
updateVpcAttachment(callback?: (err: AWSError, data: NetworkManager.Types.UpdateVpcAttachmentResponse) => void): Request<NetworkManager.Types.UpdateVpcAttachmentResponse, AWSError>;
|
|
358
622
|
}
|
|
359
623
|
declare namespace NetworkManager {
|
|
624
|
+
export type AWSAccountId = string;
|
|
360
625
|
export interface AWSLocation {
|
|
361
626
|
/**
|
|
362
627
|
* The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
|
|
363
628
|
*/
|
|
364
|
-
Zone?:
|
|
629
|
+
Zone?: ConstrainedString;
|
|
365
630
|
/**
|
|
366
631
|
* The Amazon Resource Name (ARN) of the subnet that the device is located in.
|
|
367
632
|
*/
|
|
368
|
-
SubnetArn?:
|
|
633
|
+
SubnetArn?: SubnetArn;
|
|
634
|
+
}
|
|
635
|
+
export interface AcceptAttachmentRequest {
|
|
636
|
+
/**
|
|
637
|
+
* The ID of the attachment.
|
|
638
|
+
*/
|
|
639
|
+
AttachmentId: AttachmentId;
|
|
640
|
+
}
|
|
641
|
+
export interface AcceptAttachmentResponse {
|
|
642
|
+
/**
|
|
643
|
+
* The response to the attachment request.
|
|
644
|
+
*/
|
|
645
|
+
Attachment?: Attachment;
|
|
646
|
+
}
|
|
647
|
+
export interface AssociateConnectPeerRequest {
|
|
648
|
+
/**
|
|
649
|
+
* The ID of your global network.
|
|
650
|
+
*/
|
|
651
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
652
|
+
/**
|
|
653
|
+
* The ID of the Connect peer.
|
|
654
|
+
*/
|
|
655
|
+
ConnectPeerId: ConnectPeerId;
|
|
656
|
+
/**
|
|
657
|
+
* The ID of the device.
|
|
658
|
+
*/
|
|
659
|
+
DeviceId: DeviceId;
|
|
660
|
+
/**
|
|
661
|
+
* The ID of the link.
|
|
662
|
+
*/
|
|
663
|
+
LinkId?: LinkId;
|
|
664
|
+
}
|
|
665
|
+
export interface AssociateConnectPeerResponse {
|
|
666
|
+
/**
|
|
667
|
+
* The response to the Connect peer request.
|
|
668
|
+
*/
|
|
669
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
369
670
|
}
|
|
370
671
|
export interface AssociateCustomerGatewayRequest {
|
|
371
672
|
/**
|
|
372
673
|
* The Amazon Resource Name (ARN) of the customer gateway.
|
|
373
674
|
*/
|
|
374
|
-
CustomerGatewayArn:
|
|
675
|
+
CustomerGatewayArn: CustomerGatewayArn;
|
|
375
676
|
/**
|
|
376
677
|
* The ID of the global network.
|
|
377
678
|
*/
|
|
378
|
-
GlobalNetworkId:
|
|
679
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
379
680
|
/**
|
|
380
681
|
* The ID of the device.
|
|
381
682
|
*/
|
|
382
|
-
DeviceId:
|
|
683
|
+
DeviceId: DeviceId;
|
|
383
684
|
/**
|
|
384
685
|
* The ID of the link.
|
|
385
686
|
*/
|
|
386
|
-
LinkId?:
|
|
687
|
+
LinkId?: LinkId;
|
|
387
688
|
}
|
|
388
689
|
export interface AssociateCustomerGatewayResponse {
|
|
389
690
|
/**
|
|
@@ -395,15 +696,15 @@ declare namespace NetworkManager {
|
|
|
395
696
|
/**
|
|
396
697
|
* The ID of the global network.
|
|
397
698
|
*/
|
|
398
|
-
GlobalNetworkId:
|
|
699
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
399
700
|
/**
|
|
400
701
|
* The ID of the device.
|
|
401
702
|
*/
|
|
402
|
-
DeviceId:
|
|
703
|
+
DeviceId: DeviceId;
|
|
403
704
|
/**
|
|
404
705
|
* The ID of the link.
|
|
405
706
|
*/
|
|
406
|
-
LinkId:
|
|
707
|
+
LinkId: LinkId;
|
|
407
708
|
}
|
|
408
709
|
export interface AssociateLinkResponse {
|
|
409
710
|
/**
|
|
@@ -415,19 +716,19 @@ declare namespace NetworkManager {
|
|
|
415
716
|
/**
|
|
416
717
|
* The ID of the global network.
|
|
417
718
|
*/
|
|
418
|
-
GlobalNetworkId:
|
|
719
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
419
720
|
/**
|
|
420
721
|
* The Amazon Resource Name (ARN) of the Connect peer.
|
|
421
722
|
*/
|
|
422
|
-
TransitGatewayConnectPeerArn:
|
|
723
|
+
TransitGatewayConnectPeerArn: TransitGatewayConnectPeerArn;
|
|
423
724
|
/**
|
|
424
725
|
* The ID of the device.
|
|
425
726
|
*/
|
|
426
|
-
DeviceId:
|
|
727
|
+
DeviceId: DeviceId;
|
|
427
728
|
/**
|
|
428
729
|
* The ID of the link.
|
|
429
730
|
*/
|
|
430
|
-
LinkId?:
|
|
731
|
+
LinkId?: LinkId;
|
|
431
732
|
}
|
|
432
733
|
export interface AssociateTransitGatewayConnectPeerResponse {
|
|
433
734
|
/**
|
|
@@ -435,211 +736,784 @@ declare namespace NetworkManager {
|
|
|
435
736
|
*/
|
|
436
737
|
TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
|
|
437
738
|
}
|
|
438
|
-
export interface
|
|
739
|
+
export interface Attachment {
|
|
439
740
|
/**
|
|
440
|
-
*
|
|
741
|
+
* A core network ID.
|
|
441
742
|
*/
|
|
442
|
-
|
|
743
|
+
CoreNetworkId?: CoreNetworkId;
|
|
443
744
|
/**
|
|
444
|
-
*
|
|
745
|
+
* The ARN of a core network.
|
|
445
746
|
*/
|
|
446
|
-
|
|
447
|
-
}
|
|
448
|
-
export type Boolean = boolean;
|
|
449
|
-
export interface Connection {
|
|
747
|
+
CoreNetworkArn?: CoreNetworkArn;
|
|
450
748
|
/**
|
|
451
|
-
* The ID of the
|
|
749
|
+
* The ID of the attachment.
|
|
452
750
|
*/
|
|
453
|
-
|
|
751
|
+
AttachmentId?: AttachmentId;
|
|
454
752
|
/**
|
|
455
|
-
* The
|
|
753
|
+
* The ID of the attachment account owner.
|
|
456
754
|
*/
|
|
457
|
-
|
|
755
|
+
OwnerAccountId?: AWSAccountId;
|
|
458
756
|
/**
|
|
459
|
-
* The
|
|
757
|
+
* The type of attachment.
|
|
460
758
|
*/
|
|
461
|
-
|
|
759
|
+
AttachmentType?: AttachmentType;
|
|
462
760
|
/**
|
|
463
|
-
* The
|
|
761
|
+
* The state of the attachment.
|
|
464
762
|
*/
|
|
465
|
-
|
|
763
|
+
State?: AttachmentState;
|
|
466
764
|
/**
|
|
467
|
-
* The
|
|
765
|
+
* The Region where the edge is located.
|
|
468
766
|
*/
|
|
469
|
-
|
|
767
|
+
EdgeLocation?: ExternalRegionCode;
|
|
470
768
|
/**
|
|
471
|
-
* The
|
|
769
|
+
* The attachment resource ARN.
|
|
472
770
|
*/
|
|
473
|
-
|
|
771
|
+
ResourceArn?: ResourceArn;
|
|
474
772
|
/**
|
|
475
|
-
* The
|
|
773
|
+
* The policy rule number associated with the attachment.
|
|
476
774
|
*/
|
|
477
|
-
|
|
775
|
+
AttachmentPolicyRuleNumber?: Integer;
|
|
478
776
|
/**
|
|
479
|
-
* The
|
|
777
|
+
* The name of the segment attachment.
|
|
480
778
|
*/
|
|
481
|
-
|
|
779
|
+
SegmentName?: ConstrainedString;
|
|
482
780
|
/**
|
|
483
|
-
* The
|
|
781
|
+
* The tags associated with the attachment.
|
|
484
782
|
*/
|
|
485
|
-
|
|
783
|
+
Tags?: TagList;
|
|
486
784
|
/**
|
|
487
|
-
* The
|
|
785
|
+
* The attachment to move from one segment to another.
|
|
488
786
|
*/
|
|
489
|
-
|
|
787
|
+
ProposedSegmentChange?: ProposedSegmentChange;
|
|
490
788
|
/**
|
|
491
|
-
* The
|
|
789
|
+
* The timestamp when the attachment was created.
|
|
492
790
|
*/
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
export interface ConnectionHealth {
|
|
791
|
+
CreatedAt?: DateTime;
|
|
496
792
|
/**
|
|
497
|
-
* The
|
|
793
|
+
* The timestamp when the attachment was last updated.
|
|
498
794
|
*/
|
|
499
|
-
|
|
795
|
+
UpdatedAt?: DateTime;
|
|
796
|
+
}
|
|
797
|
+
export type AttachmentId = string;
|
|
798
|
+
export type AttachmentList = Attachment[];
|
|
799
|
+
export type AttachmentState = "REJECTED"|"PENDING_ATTACHMENT_ACCEPTANCE"|"CREATING"|"FAILED"|"AVAILABLE"|"UPDATING"|"PENDING_NETWORK_UPDATE"|"PENDING_TAG_ACCEPTANCE"|"DELETING"|string;
|
|
800
|
+
export type AttachmentType = "CONNECT"|"SITE_TO_SITE_VPN"|"VPC"|string;
|
|
801
|
+
export interface Bandwidth {
|
|
500
802
|
/**
|
|
501
|
-
*
|
|
803
|
+
* Upload speed in Mbps.
|
|
502
804
|
*/
|
|
503
|
-
|
|
805
|
+
UploadSpeed?: Integer;
|
|
504
806
|
/**
|
|
505
|
-
*
|
|
807
|
+
* Download speed in Mbps.
|
|
506
808
|
*/
|
|
507
|
-
|
|
809
|
+
DownloadSpeed?: Integer;
|
|
508
810
|
}
|
|
509
|
-
export
|
|
510
|
-
export type ConnectionState = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING"|string;
|
|
511
|
-
export type ConnectionStatus = "UP"|"DOWN"|string;
|
|
512
|
-
export type ConnectionType = "BGP"|"IPSEC"|string;
|
|
513
|
-
export interface CreateConnectionRequest {
|
|
811
|
+
export interface BgpOptions {
|
|
514
812
|
/**
|
|
515
|
-
* The
|
|
813
|
+
* The Peer ASN of the BGP.
|
|
516
814
|
*/
|
|
517
|
-
|
|
815
|
+
PeerAsn?: Long;
|
|
816
|
+
}
|
|
817
|
+
export type Boolean = boolean;
|
|
818
|
+
export type ChangeAction = "ADD"|"MODIFY"|"REMOVE"|string;
|
|
819
|
+
export type ChangeSetState = "PENDING_GENERATION"|"FAILED_GENERATION"|"READY_TO_EXECUTE"|"EXECUTING"|"EXECUTION_SUCCEEDED"|"OUT_OF_DATE"|string;
|
|
820
|
+
export type ChangeType = "CORE_NETWORK_SEGMENT"|"CORE_NETWORK_EDGE"|"ATTACHMENT_MAPPING"|"ATTACHMENT_ROUTE_PROPAGATION"|"ATTACHMENT_ROUTE_STATIC"|string;
|
|
821
|
+
export type ClientToken = string;
|
|
822
|
+
export interface ConnectAttachment {
|
|
518
823
|
/**
|
|
519
|
-
* The
|
|
824
|
+
* The attachment details.
|
|
520
825
|
*/
|
|
521
|
-
|
|
826
|
+
Attachment?: Attachment;
|
|
522
827
|
/**
|
|
523
|
-
* The ID of the
|
|
828
|
+
* The ID of the transport attachment.
|
|
524
829
|
*/
|
|
525
|
-
|
|
830
|
+
TransportAttachmentId?: AttachmentId;
|
|
526
831
|
/**
|
|
527
|
-
*
|
|
832
|
+
* Options for connecting an attachment.
|
|
528
833
|
*/
|
|
529
|
-
|
|
834
|
+
Options?: ConnectAttachmentOptions;
|
|
835
|
+
}
|
|
836
|
+
export interface ConnectAttachmentOptions {
|
|
530
837
|
/**
|
|
531
|
-
* The
|
|
838
|
+
* The protocol used for the attachment connection.
|
|
532
839
|
*/
|
|
533
|
-
|
|
840
|
+
Protocol?: TunnelProtocol;
|
|
841
|
+
}
|
|
842
|
+
export interface ConnectPeer {
|
|
534
843
|
/**
|
|
535
|
-
*
|
|
844
|
+
* The ID of a core network.
|
|
536
845
|
*/
|
|
537
|
-
|
|
846
|
+
CoreNetworkId?: CoreNetworkId;
|
|
538
847
|
/**
|
|
539
|
-
* The
|
|
848
|
+
* The ID of the attachment to connect.
|
|
540
849
|
*/
|
|
541
|
-
|
|
542
|
-
}
|
|
543
|
-
export interface CreateConnectionResponse {
|
|
850
|
+
ConnectAttachmentId?: AttachmentId;
|
|
544
851
|
/**
|
|
545
|
-
*
|
|
852
|
+
* The ID of the Connect peer.
|
|
546
853
|
*/
|
|
547
|
-
|
|
548
|
-
}
|
|
549
|
-
export interface CreateDeviceRequest {
|
|
854
|
+
ConnectPeerId?: ConnectPeerId;
|
|
550
855
|
/**
|
|
551
|
-
* The
|
|
856
|
+
* The Connect peer Regions where edges are located.
|
|
552
857
|
*/
|
|
553
|
-
|
|
858
|
+
EdgeLocation?: ExternalRegionCode;
|
|
554
859
|
/**
|
|
555
|
-
* The
|
|
860
|
+
* The state of the Connect peer.
|
|
556
861
|
*/
|
|
557
|
-
|
|
862
|
+
State?: ConnectPeerState;
|
|
558
863
|
/**
|
|
559
|
-
*
|
|
864
|
+
* The timestamp when the Connect peer was created.
|
|
560
865
|
*/
|
|
561
|
-
|
|
866
|
+
CreatedAt?: DateTime;
|
|
562
867
|
/**
|
|
563
|
-
* The
|
|
868
|
+
* The configuration of the Connect peer.
|
|
564
869
|
*/
|
|
565
|
-
|
|
870
|
+
Configuration?: ConnectPeerConfiguration;
|
|
566
871
|
/**
|
|
567
|
-
* The
|
|
872
|
+
* The tags associated with the Connect peer.
|
|
568
873
|
*/
|
|
569
|
-
|
|
874
|
+
Tags?: TagList;
|
|
875
|
+
}
|
|
876
|
+
export interface ConnectPeerAssociation {
|
|
570
877
|
/**
|
|
571
|
-
* The
|
|
878
|
+
* The ID of the Connect peer.
|
|
572
879
|
*/
|
|
573
|
-
|
|
880
|
+
ConnectPeerId?: ConnectPeerId;
|
|
574
881
|
/**
|
|
575
|
-
* The
|
|
882
|
+
* The ID of the global network.
|
|
576
883
|
*/
|
|
577
|
-
|
|
884
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
578
885
|
/**
|
|
579
|
-
* The
|
|
886
|
+
* The ID of the device to connect to.
|
|
580
887
|
*/
|
|
581
|
-
|
|
888
|
+
DeviceId?: DeviceId;
|
|
582
889
|
/**
|
|
583
|
-
* The ID of the
|
|
890
|
+
* The ID of the link.
|
|
584
891
|
*/
|
|
585
|
-
|
|
892
|
+
LinkId?: LinkId;
|
|
586
893
|
/**
|
|
587
|
-
* The
|
|
894
|
+
* The state of the Connect peer association.
|
|
588
895
|
*/
|
|
589
|
-
|
|
896
|
+
State?: ConnectPeerAssociationState;
|
|
590
897
|
}
|
|
591
|
-
export
|
|
898
|
+
export type ConnectPeerAssociationList = ConnectPeerAssociation[];
|
|
899
|
+
export type ConnectPeerAssociationState = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"|string;
|
|
900
|
+
export interface ConnectPeerBgpConfiguration {
|
|
592
901
|
/**
|
|
593
|
-
*
|
|
902
|
+
* The ASN of the Coret Network.
|
|
594
903
|
*/
|
|
595
|
-
|
|
596
|
-
}
|
|
597
|
-
export interface CreateGlobalNetworkRequest {
|
|
904
|
+
CoreNetworkAsn?: Long;
|
|
598
905
|
/**
|
|
599
|
-
*
|
|
906
|
+
* The ASN of the Connect peer.
|
|
600
907
|
*/
|
|
601
|
-
|
|
908
|
+
PeerAsn?: Long;
|
|
602
909
|
/**
|
|
603
|
-
* The
|
|
910
|
+
* The address of a core network.
|
|
604
911
|
*/
|
|
605
|
-
|
|
606
|
-
}
|
|
607
|
-
export interface CreateGlobalNetworkResponse {
|
|
912
|
+
CoreNetworkAddress?: IPAddress;
|
|
608
913
|
/**
|
|
609
|
-
*
|
|
914
|
+
* The address of a core network Connect peer.
|
|
610
915
|
*/
|
|
611
|
-
|
|
916
|
+
PeerAddress?: IPAddress;
|
|
612
917
|
}
|
|
613
|
-
export
|
|
918
|
+
export type ConnectPeerBgpConfigurationList = ConnectPeerBgpConfiguration[];
|
|
919
|
+
export interface ConnectPeerConfiguration {
|
|
614
920
|
/**
|
|
615
|
-
* The
|
|
921
|
+
* The IP address of a core network.
|
|
616
922
|
*/
|
|
617
|
-
|
|
923
|
+
CoreNetworkAddress?: IPAddress;
|
|
618
924
|
/**
|
|
619
|
-
*
|
|
925
|
+
* The IP address of the Connect peer.
|
|
620
926
|
*/
|
|
621
|
-
|
|
927
|
+
PeerAddress?: IPAddress;
|
|
622
928
|
/**
|
|
623
|
-
* The
|
|
929
|
+
* The inside IP addresses used for a Connect peer configuration.
|
|
624
930
|
*/
|
|
625
|
-
|
|
931
|
+
InsideCidrBlocks?: ConstrainedStringList;
|
|
626
932
|
/**
|
|
627
|
-
*
|
|
933
|
+
* The protocol used for a Connect peer configuration.
|
|
628
934
|
*/
|
|
629
|
-
|
|
935
|
+
Protocol?: TunnelProtocol;
|
|
630
936
|
/**
|
|
631
|
-
* The
|
|
937
|
+
* The Connect peer BGP configurations.
|
|
632
938
|
*/
|
|
633
|
-
|
|
939
|
+
BgpConfigurations?: ConnectPeerBgpConfigurationList;
|
|
940
|
+
}
|
|
941
|
+
export type ConnectPeerId = string;
|
|
942
|
+
export type ConnectPeerIdList = ConnectPeerId[];
|
|
943
|
+
export type ConnectPeerState = "CREATING"|"FAILED"|"AVAILABLE"|"DELETING"|string;
|
|
944
|
+
export interface ConnectPeerSummary {
|
|
634
945
|
/**
|
|
635
|
-
* The ID of
|
|
946
|
+
* The ID of a core network.
|
|
636
947
|
*/
|
|
637
|
-
|
|
948
|
+
CoreNetworkId?: CoreNetworkId;
|
|
638
949
|
/**
|
|
639
|
-
* The
|
|
950
|
+
* The ID of a Connect peer attachment.
|
|
640
951
|
*/
|
|
641
|
-
|
|
642
|
-
|
|
952
|
+
ConnectAttachmentId?: AttachmentId;
|
|
953
|
+
/**
|
|
954
|
+
* The ID of a Connect peer.
|
|
955
|
+
*/
|
|
956
|
+
ConnectPeerId?: ConnectPeerId;
|
|
957
|
+
/**
|
|
958
|
+
* The Region where the edge is located.
|
|
959
|
+
*/
|
|
960
|
+
EdgeLocation?: ExternalRegionCode;
|
|
961
|
+
/**
|
|
962
|
+
* The state of a Connect peer.
|
|
963
|
+
*/
|
|
964
|
+
ConnectPeerState?: ConnectPeerState;
|
|
965
|
+
/**
|
|
966
|
+
* The timestamp when a Connect peer was created.
|
|
967
|
+
*/
|
|
968
|
+
CreatedAt?: DateTime;
|
|
969
|
+
/**
|
|
970
|
+
* The tags associated with a Connect peer summary.
|
|
971
|
+
*/
|
|
972
|
+
Tags?: TagList;
|
|
973
|
+
}
|
|
974
|
+
export type ConnectPeerSummaryList = ConnectPeerSummary[];
|
|
975
|
+
export interface Connection {
|
|
976
|
+
/**
|
|
977
|
+
* The ID of the connection.
|
|
978
|
+
*/
|
|
979
|
+
ConnectionId?: ConnectionId;
|
|
980
|
+
/**
|
|
981
|
+
* The Amazon Resource Name (ARN) of the connection.
|
|
982
|
+
*/
|
|
983
|
+
ConnectionArn?: ConnectionArn;
|
|
984
|
+
/**
|
|
985
|
+
* The ID of the global network.
|
|
986
|
+
*/
|
|
987
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
988
|
+
/**
|
|
989
|
+
* The ID of the first device in the connection.
|
|
990
|
+
*/
|
|
991
|
+
DeviceId?: DeviceId;
|
|
992
|
+
/**
|
|
993
|
+
* The ID of the second device in the connection.
|
|
994
|
+
*/
|
|
995
|
+
ConnectedDeviceId?: DeviceId;
|
|
996
|
+
/**
|
|
997
|
+
* The ID of the link for the first device in the connection.
|
|
998
|
+
*/
|
|
999
|
+
LinkId?: LinkId;
|
|
1000
|
+
/**
|
|
1001
|
+
* The ID of the link for the second device in the connection.
|
|
1002
|
+
*/
|
|
1003
|
+
ConnectedLinkId?: LinkId;
|
|
1004
|
+
/**
|
|
1005
|
+
* The description of the connection.
|
|
1006
|
+
*/
|
|
1007
|
+
Description?: ConstrainedString;
|
|
1008
|
+
/**
|
|
1009
|
+
* The date and time that the connection was created.
|
|
1010
|
+
*/
|
|
1011
|
+
CreatedAt?: DateTime;
|
|
1012
|
+
/**
|
|
1013
|
+
* The state of the connection.
|
|
1014
|
+
*/
|
|
1015
|
+
State?: ConnectionState;
|
|
1016
|
+
/**
|
|
1017
|
+
* The tags for the connection.
|
|
1018
|
+
*/
|
|
1019
|
+
Tags?: TagList;
|
|
1020
|
+
}
|
|
1021
|
+
export type ConnectionArn = string;
|
|
1022
|
+
export interface ConnectionHealth {
|
|
1023
|
+
/**
|
|
1024
|
+
* The connection type.
|
|
1025
|
+
*/
|
|
1026
|
+
Type?: ConnectionType;
|
|
1027
|
+
/**
|
|
1028
|
+
* The connection status.
|
|
1029
|
+
*/
|
|
1030
|
+
Status?: ConnectionStatus;
|
|
1031
|
+
/**
|
|
1032
|
+
* The time the status was last updated.
|
|
1033
|
+
*/
|
|
1034
|
+
Timestamp?: DateTime;
|
|
1035
|
+
}
|
|
1036
|
+
export type ConnectionId = string;
|
|
1037
|
+
export type ConnectionIdList = ConnectionId[];
|
|
1038
|
+
export type ConnectionList = Connection[];
|
|
1039
|
+
export type ConnectionState = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING"|string;
|
|
1040
|
+
export type ConnectionStatus = "UP"|"DOWN"|string;
|
|
1041
|
+
export type ConnectionType = "BGP"|"IPSEC"|string;
|
|
1042
|
+
export type ConstrainedString = string;
|
|
1043
|
+
export type ConstrainedStringList = ConstrainedString[];
|
|
1044
|
+
export interface CoreNetwork {
|
|
1045
|
+
/**
|
|
1046
|
+
* The ID of the global network that your core network is a part of.
|
|
1047
|
+
*/
|
|
1048
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1049
|
+
/**
|
|
1050
|
+
* The ID of a core network.
|
|
1051
|
+
*/
|
|
1052
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1053
|
+
/**
|
|
1054
|
+
* The ARN of a core network.
|
|
1055
|
+
*/
|
|
1056
|
+
CoreNetworkArn?: CoreNetworkArn;
|
|
1057
|
+
/**
|
|
1058
|
+
* The description of a core network.
|
|
1059
|
+
*/
|
|
1060
|
+
Description?: ConstrainedString;
|
|
1061
|
+
/**
|
|
1062
|
+
* The timestamp when a core network was created.
|
|
1063
|
+
*/
|
|
1064
|
+
CreatedAt?: DateTime;
|
|
1065
|
+
/**
|
|
1066
|
+
* The current state of a core network.
|
|
1067
|
+
*/
|
|
1068
|
+
State?: CoreNetworkState;
|
|
1069
|
+
/**
|
|
1070
|
+
* The segments within a core network.
|
|
1071
|
+
*/
|
|
1072
|
+
Segments?: CoreNetworkSegmentList;
|
|
1073
|
+
/**
|
|
1074
|
+
* The edges within a core network.
|
|
1075
|
+
*/
|
|
1076
|
+
Edges?: CoreNetworkEdgeList;
|
|
1077
|
+
/**
|
|
1078
|
+
* The tags associated with a core network.
|
|
1079
|
+
*/
|
|
1080
|
+
Tags?: TagList;
|
|
1081
|
+
}
|
|
1082
|
+
export type CoreNetworkArn = string;
|
|
1083
|
+
export interface CoreNetworkChange {
|
|
1084
|
+
/**
|
|
1085
|
+
* The type of change.
|
|
1086
|
+
*/
|
|
1087
|
+
Type?: ChangeType;
|
|
1088
|
+
/**
|
|
1089
|
+
* The action to take for a core network.
|
|
1090
|
+
*/
|
|
1091
|
+
Action?: ChangeAction;
|
|
1092
|
+
/**
|
|
1093
|
+
* The resource identifier.
|
|
1094
|
+
*/
|
|
1095
|
+
Identifier?: ConstrainedString;
|
|
1096
|
+
/**
|
|
1097
|
+
* The previous values for a core network.
|
|
1098
|
+
*/
|
|
1099
|
+
PreviousValues?: CoreNetworkChangeValues;
|
|
1100
|
+
/**
|
|
1101
|
+
* The new value for a core network
|
|
1102
|
+
*/
|
|
1103
|
+
NewValues?: CoreNetworkChangeValues;
|
|
1104
|
+
}
|
|
1105
|
+
export type CoreNetworkChangeList = CoreNetworkChange[];
|
|
1106
|
+
export interface CoreNetworkChangeValues {
|
|
1107
|
+
/**
|
|
1108
|
+
* The names of the segments in a core network.
|
|
1109
|
+
*/
|
|
1110
|
+
SegmentName?: ConstrainedString;
|
|
1111
|
+
/**
|
|
1112
|
+
* The Regions where edges are located in a core network.
|
|
1113
|
+
*/
|
|
1114
|
+
EdgeLocations?: ExternalRegionCodeList;
|
|
1115
|
+
/**
|
|
1116
|
+
* The ASN of a core network.
|
|
1117
|
+
*/
|
|
1118
|
+
Asn?: Long;
|
|
1119
|
+
/**
|
|
1120
|
+
* The IP addresses used for a core network.
|
|
1121
|
+
*/
|
|
1122
|
+
Cidr?: ConstrainedString;
|
|
1123
|
+
/**
|
|
1124
|
+
* The ID of the destination.
|
|
1125
|
+
*/
|
|
1126
|
+
DestinationIdentifier?: ConstrainedString;
|
|
1127
|
+
/**
|
|
1128
|
+
* The inside IP addresses used for core network change values.
|
|
1129
|
+
*/
|
|
1130
|
+
InsideCidrBlocks?: ConstrainedStringList;
|
|
1131
|
+
/**
|
|
1132
|
+
* The shared segments for a core network change value.
|
|
1133
|
+
*/
|
|
1134
|
+
SharedSegments?: ConstrainedStringList;
|
|
1135
|
+
}
|
|
1136
|
+
export interface CoreNetworkEdge {
|
|
1137
|
+
/**
|
|
1138
|
+
* The Region where a core network edge is located.
|
|
1139
|
+
*/
|
|
1140
|
+
EdgeLocation?: ExternalRegionCode;
|
|
1141
|
+
/**
|
|
1142
|
+
* The ASN of a core network edge.
|
|
1143
|
+
*/
|
|
1144
|
+
Asn?: Long;
|
|
1145
|
+
/**
|
|
1146
|
+
* The inside IP addresses used for core network edges.
|
|
1147
|
+
*/
|
|
1148
|
+
InsideCidrBlocks?: ConstrainedStringList;
|
|
1149
|
+
}
|
|
1150
|
+
export type CoreNetworkEdgeList = CoreNetworkEdge[];
|
|
1151
|
+
export type CoreNetworkId = string;
|
|
1152
|
+
export interface CoreNetworkPolicy {
|
|
1153
|
+
/**
|
|
1154
|
+
* The ID of a core network.
|
|
1155
|
+
*/
|
|
1156
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1157
|
+
/**
|
|
1158
|
+
* The ID of the policy version.
|
|
1159
|
+
*/
|
|
1160
|
+
PolicyVersionId?: Integer;
|
|
1161
|
+
/**
|
|
1162
|
+
* Whether a core network policy is the current LIVE policy or the most recently submitted policy.
|
|
1163
|
+
*/
|
|
1164
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
1165
|
+
/**
|
|
1166
|
+
* The description of a core network policy.
|
|
1167
|
+
*/
|
|
1168
|
+
Description?: ConstrainedString;
|
|
1169
|
+
/**
|
|
1170
|
+
* The timestamp when a core network policy was created.
|
|
1171
|
+
*/
|
|
1172
|
+
CreatedAt?: DateTime;
|
|
1173
|
+
/**
|
|
1174
|
+
* The state of a core network policy.
|
|
1175
|
+
*/
|
|
1176
|
+
ChangeSetState?: ChangeSetState;
|
|
1177
|
+
/**
|
|
1178
|
+
* Describes any errors in a core network policy.
|
|
1179
|
+
*/
|
|
1180
|
+
PolicyErrors?: CoreNetworkPolicyErrorList;
|
|
1181
|
+
/**
|
|
1182
|
+
* Describes a core network policy.
|
|
1183
|
+
*/
|
|
1184
|
+
PolicyDocument?: CoreNetworkPolicyDocument;
|
|
1185
|
+
}
|
|
1186
|
+
export type CoreNetworkPolicyAlias = "LIVE"|"LATEST"|string;
|
|
1187
|
+
export type CoreNetworkPolicyDocument = string;
|
|
1188
|
+
export interface CoreNetworkPolicyError {
|
|
1189
|
+
/**
|
|
1190
|
+
* The error code associated with a core network policy error.
|
|
1191
|
+
*/
|
|
1192
|
+
ErrorCode: ServerSideString;
|
|
1193
|
+
/**
|
|
1194
|
+
* The message associated with a core network policy error code.
|
|
1195
|
+
*/
|
|
1196
|
+
Message: ServerSideString;
|
|
1197
|
+
/**
|
|
1198
|
+
* The JSON path where the error was discovered in the policy document.
|
|
1199
|
+
*/
|
|
1200
|
+
Path?: ServerSideString;
|
|
1201
|
+
}
|
|
1202
|
+
export type CoreNetworkPolicyErrorList = CoreNetworkPolicyError[];
|
|
1203
|
+
export interface CoreNetworkPolicyVersion {
|
|
1204
|
+
/**
|
|
1205
|
+
* The ID of a core network.
|
|
1206
|
+
*/
|
|
1207
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1208
|
+
/**
|
|
1209
|
+
* The ID of the policy version.
|
|
1210
|
+
*/
|
|
1211
|
+
PolicyVersionId?: Integer;
|
|
1212
|
+
/**
|
|
1213
|
+
* Whether a core network policy is the current policy or the most recently submitted policy.
|
|
1214
|
+
*/
|
|
1215
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
1216
|
+
/**
|
|
1217
|
+
* The description of a core network policy version.
|
|
1218
|
+
*/
|
|
1219
|
+
Description?: ConstrainedString;
|
|
1220
|
+
/**
|
|
1221
|
+
* The timestamp when a core network policy version was created.
|
|
1222
|
+
*/
|
|
1223
|
+
CreatedAt?: DateTime;
|
|
1224
|
+
/**
|
|
1225
|
+
* The status of the policy version change set.
|
|
1226
|
+
*/
|
|
1227
|
+
ChangeSetState?: ChangeSetState;
|
|
1228
|
+
}
|
|
1229
|
+
export type CoreNetworkPolicyVersionList = CoreNetworkPolicyVersion[];
|
|
1230
|
+
export interface CoreNetworkSegment {
|
|
1231
|
+
/**
|
|
1232
|
+
* The name of a core network segment.
|
|
1233
|
+
*/
|
|
1234
|
+
Name?: ConstrainedString;
|
|
1235
|
+
/**
|
|
1236
|
+
* The Regions where the edges are located.
|
|
1237
|
+
*/
|
|
1238
|
+
EdgeLocations?: ExternalRegionCodeList;
|
|
1239
|
+
/**
|
|
1240
|
+
* The shared segments of a core network.
|
|
1241
|
+
*/
|
|
1242
|
+
SharedSegments?: ConstrainedStringList;
|
|
1243
|
+
}
|
|
1244
|
+
export interface CoreNetworkSegmentEdgeIdentifier {
|
|
1245
|
+
/**
|
|
1246
|
+
* The ID of a core network.
|
|
1247
|
+
*/
|
|
1248
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1249
|
+
/**
|
|
1250
|
+
* The name of the segment edge.
|
|
1251
|
+
*/
|
|
1252
|
+
SegmentName?: ConstrainedString;
|
|
1253
|
+
/**
|
|
1254
|
+
* The Region where the segment edge is located.
|
|
1255
|
+
*/
|
|
1256
|
+
EdgeLocation?: ExternalRegionCode;
|
|
1257
|
+
}
|
|
1258
|
+
export type CoreNetworkSegmentList = CoreNetworkSegment[];
|
|
1259
|
+
export type CoreNetworkState = "CREATING"|"UPDATING"|"AVAILABLE"|"DELETING"|string;
|
|
1260
|
+
export interface CoreNetworkSummary {
|
|
1261
|
+
/**
|
|
1262
|
+
* The ID of a core network.
|
|
1263
|
+
*/
|
|
1264
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1265
|
+
/**
|
|
1266
|
+
* a core network ARN.
|
|
1267
|
+
*/
|
|
1268
|
+
CoreNetworkArn?: CoreNetworkArn;
|
|
1269
|
+
/**
|
|
1270
|
+
* The global network ID.
|
|
1271
|
+
*/
|
|
1272
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1273
|
+
/**
|
|
1274
|
+
* The ID of the account owner.
|
|
1275
|
+
*/
|
|
1276
|
+
OwnerAccountId?: AWSAccountId;
|
|
1277
|
+
/**
|
|
1278
|
+
* The state of a core network.
|
|
1279
|
+
*/
|
|
1280
|
+
State?: CoreNetworkState;
|
|
1281
|
+
/**
|
|
1282
|
+
* The description of a core network.
|
|
1283
|
+
*/
|
|
1284
|
+
Description?: ConstrainedString;
|
|
1285
|
+
/**
|
|
1286
|
+
* The key-value tags associated with a core network summary.
|
|
1287
|
+
*/
|
|
1288
|
+
Tags?: TagList;
|
|
1289
|
+
}
|
|
1290
|
+
export type CoreNetworkSummaryList = CoreNetworkSummary[];
|
|
1291
|
+
export interface CreateConnectAttachmentRequest {
|
|
1292
|
+
/**
|
|
1293
|
+
* The ID of a core network where you want to create the attachment.
|
|
1294
|
+
*/
|
|
1295
|
+
CoreNetworkId: CoreNetworkId;
|
|
1296
|
+
/**
|
|
1297
|
+
* The Region where the edge is located.
|
|
1298
|
+
*/
|
|
1299
|
+
EdgeLocation: ExternalRegionCode;
|
|
1300
|
+
/**
|
|
1301
|
+
* The ID of the attachment between the two connections.
|
|
1302
|
+
*/
|
|
1303
|
+
TransportAttachmentId: AttachmentId;
|
|
1304
|
+
/**
|
|
1305
|
+
* Options for creating an attachment.
|
|
1306
|
+
*/
|
|
1307
|
+
Options: ConnectAttachmentOptions;
|
|
1308
|
+
/**
|
|
1309
|
+
* The list of key-value tags associated with the request.
|
|
1310
|
+
*/
|
|
1311
|
+
Tags?: TagList;
|
|
1312
|
+
/**
|
|
1313
|
+
* The client token associated with the request.
|
|
1314
|
+
*/
|
|
1315
|
+
ClientToken?: ClientToken;
|
|
1316
|
+
}
|
|
1317
|
+
export interface CreateConnectAttachmentResponse {
|
|
1318
|
+
/**
|
|
1319
|
+
* The response to a Connect attachment request.
|
|
1320
|
+
*/
|
|
1321
|
+
ConnectAttachment?: ConnectAttachment;
|
|
1322
|
+
}
|
|
1323
|
+
export interface CreateConnectPeerRequest {
|
|
1324
|
+
/**
|
|
1325
|
+
* The ID of the connection attachment.
|
|
1326
|
+
*/
|
|
1327
|
+
ConnectAttachmentId: AttachmentId;
|
|
1328
|
+
/**
|
|
1329
|
+
* A Connect peer core network address.
|
|
1330
|
+
*/
|
|
1331
|
+
CoreNetworkAddress?: IPAddress;
|
|
1332
|
+
/**
|
|
1333
|
+
* The Connect peer address.
|
|
1334
|
+
*/
|
|
1335
|
+
PeerAddress: IPAddress;
|
|
1336
|
+
/**
|
|
1337
|
+
* The Connect peer BGP options.
|
|
1338
|
+
*/
|
|
1339
|
+
BgpOptions?: BgpOptions;
|
|
1340
|
+
/**
|
|
1341
|
+
* The inside IP addresses used for BGP peering.
|
|
1342
|
+
*/
|
|
1343
|
+
InsideCidrBlocks: ConstrainedStringList;
|
|
1344
|
+
/**
|
|
1345
|
+
* The tags associated with the peer request.
|
|
1346
|
+
*/
|
|
1347
|
+
Tags?: TagList;
|
|
1348
|
+
/**
|
|
1349
|
+
* The client token associated with the request.
|
|
1350
|
+
*/
|
|
1351
|
+
ClientToken?: ClientToken;
|
|
1352
|
+
}
|
|
1353
|
+
export interface CreateConnectPeerResponse {
|
|
1354
|
+
/**
|
|
1355
|
+
* The response to the request.
|
|
1356
|
+
*/
|
|
1357
|
+
ConnectPeer?: ConnectPeer;
|
|
1358
|
+
}
|
|
1359
|
+
export interface CreateConnectionRequest {
|
|
1360
|
+
/**
|
|
1361
|
+
* The ID of the global network.
|
|
1362
|
+
*/
|
|
1363
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1364
|
+
/**
|
|
1365
|
+
* The ID of the first device in the connection.
|
|
1366
|
+
*/
|
|
1367
|
+
DeviceId: DeviceId;
|
|
1368
|
+
/**
|
|
1369
|
+
* The ID of the second device in the connection.
|
|
1370
|
+
*/
|
|
1371
|
+
ConnectedDeviceId: DeviceId;
|
|
1372
|
+
/**
|
|
1373
|
+
* The ID of the link for the first device.
|
|
1374
|
+
*/
|
|
1375
|
+
LinkId?: LinkId;
|
|
1376
|
+
/**
|
|
1377
|
+
* The ID of the link for the second device.
|
|
1378
|
+
*/
|
|
1379
|
+
ConnectedLinkId?: LinkId;
|
|
1380
|
+
/**
|
|
1381
|
+
* A description of the connection. Length Constraints: Maximum length of 256 characters.
|
|
1382
|
+
*/
|
|
1383
|
+
Description?: ConstrainedString;
|
|
1384
|
+
/**
|
|
1385
|
+
* The tags to apply to the resource during creation.
|
|
1386
|
+
*/
|
|
1387
|
+
Tags?: TagList;
|
|
1388
|
+
}
|
|
1389
|
+
export interface CreateConnectionResponse {
|
|
1390
|
+
/**
|
|
1391
|
+
* Information about the connection.
|
|
1392
|
+
*/
|
|
1393
|
+
Connection?: Connection;
|
|
1394
|
+
}
|
|
1395
|
+
export interface CreateCoreNetworkRequest {
|
|
1396
|
+
/**
|
|
1397
|
+
* The ID of the global network that a core network will be a part of.
|
|
1398
|
+
*/
|
|
1399
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1400
|
+
/**
|
|
1401
|
+
* The description of a core network.
|
|
1402
|
+
*/
|
|
1403
|
+
Description?: ConstrainedString;
|
|
1404
|
+
/**
|
|
1405
|
+
* Key-value tags associated with a core network request.
|
|
1406
|
+
*/
|
|
1407
|
+
Tags?: TagList;
|
|
1408
|
+
/**
|
|
1409
|
+
* The policy document for creating a core network.
|
|
1410
|
+
*/
|
|
1411
|
+
PolicyDocument?: CoreNetworkPolicyDocument;
|
|
1412
|
+
/**
|
|
1413
|
+
* The client token associated with a core network request.
|
|
1414
|
+
*/
|
|
1415
|
+
ClientToken?: ClientToken;
|
|
1416
|
+
}
|
|
1417
|
+
export interface CreateCoreNetworkResponse {
|
|
1418
|
+
/**
|
|
1419
|
+
* Returns details about a core network.
|
|
1420
|
+
*/
|
|
1421
|
+
CoreNetwork?: CoreNetwork;
|
|
1422
|
+
}
|
|
1423
|
+
export interface CreateDeviceRequest {
|
|
1424
|
+
/**
|
|
1425
|
+
* The ID of the global network.
|
|
1426
|
+
*/
|
|
1427
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1428
|
+
/**
|
|
1429
|
+
* The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
|
|
1430
|
+
*/
|
|
1431
|
+
AWSLocation?: AWSLocation;
|
|
1432
|
+
/**
|
|
1433
|
+
* A description of the device. Constraints: Maximum length of 256 characters.
|
|
1434
|
+
*/
|
|
1435
|
+
Description?: ConstrainedString;
|
|
1436
|
+
/**
|
|
1437
|
+
* The type of the device.
|
|
1438
|
+
*/
|
|
1439
|
+
Type?: ConstrainedString;
|
|
1440
|
+
/**
|
|
1441
|
+
* The vendor of the device. Constraints: Maximum length of 128 characters.
|
|
1442
|
+
*/
|
|
1443
|
+
Vendor?: ConstrainedString;
|
|
1444
|
+
/**
|
|
1445
|
+
* The model of the device. Constraints: Maximum length of 128 characters.
|
|
1446
|
+
*/
|
|
1447
|
+
Model?: ConstrainedString;
|
|
1448
|
+
/**
|
|
1449
|
+
* The serial number of the device. Constraints: Maximum length of 128 characters.
|
|
1450
|
+
*/
|
|
1451
|
+
SerialNumber?: ConstrainedString;
|
|
1452
|
+
/**
|
|
1453
|
+
* The location of the device.
|
|
1454
|
+
*/
|
|
1455
|
+
Location?: Location;
|
|
1456
|
+
/**
|
|
1457
|
+
* The ID of the site.
|
|
1458
|
+
*/
|
|
1459
|
+
SiteId?: SiteId;
|
|
1460
|
+
/**
|
|
1461
|
+
* The tags to apply to the resource during creation.
|
|
1462
|
+
*/
|
|
1463
|
+
Tags?: TagList;
|
|
1464
|
+
}
|
|
1465
|
+
export interface CreateDeviceResponse {
|
|
1466
|
+
/**
|
|
1467
|
+
* Information about the device.
|
|
1468
|
+
*/
|
|
1469
|
+
Device?: Device;
|
|
1470
|
+
}
|
|
1471
|
+
export interface CreateGlobalNetworkRequest {
|
|
1472
|
+
/**
|
|
1473
|
+
* A description of the global network. Constraints: Maximum length of 256 characters.
|
|
1474
|
+
*/
|
|
1475
|
+
Description?: ConstrainedString;
|
|
1476
|
+
/**
|
|
1477
|
+
* The tags to apply to the resource during creation.
|
|
1478
|
+
*/
|
|
1479
|
+
Tags?: TagList;
|
|
1480
|
+
}
|
|
1481
|
+
export interface CreateGlobalNetworkResponse {
|
|
1482
|
+
/**
|
|
1483
|
+
* Information about the global network object.
|
|
1484
|
+
*/
|
|
1485
|
+
GlobalNetwork?: GlobalNetwork;
|
|
1486
|
+
}
|
|
1487
|
+
export interface CreateLinkRequest {
|
|
1488
|
+
/**
|
|
1489
|
+
* The ID of the global network.
|
|
1490
|
+
*/
|
|
1491
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1492
|
+
/**
|
|
1493
|
+
* A description of the link. Constraints: Maximum length of 256 characters.
|
|
1494
|
+
*/
|
|
1495
|
+
Description?: ConstrainedString;
|
|
1496
|
+
/**
|
|
1497
|
+
* The type of the link. Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
|
|
1498
|
+
*/
|
|
1499
|
+
Type?: ConstrainedString;
|
|
1500
|
+
/**
|
|
1501
|
+
* The upload speed and download speed in Mbps.
|
|
1502
|
+
*/
|
|
1503
|
+
Bandwidth: Bandwidth;
|
|
1504
|
+
/**
|
|
1505
|
+
* The provider of the link. Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
|
|
1506
|
+
*/
|
|
1507
|
+
Provider?: ConstrainedString;
|
|
1508
|
+
/**
|
|
1509
|
+
* The ID of the site.
|
|
1510
|
+
*/
|
|
1511
|
+
SiteId: SiteId;
|
|
1512
|
+
/**
|
|
1513
|
+
* The tags to apply to the resource during creation.
|
|
1514
|
+
*/
|
|
1515
|
+
Tags?: TagList;
|
|
1516
|
+
}
|
|
643
1517
|
export interface CreateLinkResponse {
|
|
644
1518
|
/**
|
|
645
1519
|
* Information about the link.
|
|
@@ -650,11 +1524,11 @@ declare namespace NetworkManager {
|
|
|
650
1524
|
/**
|
|
651
1525
|
* The ID of the global network.
|
|
652
1526
|
*/
|
|
653
|
-
GlobalNetworkId:
|
|
1527
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
654
1528
|
/**
|
|
655
1529
|
* A description of your site. Constraints: Maximum length of 256 characters.
|
|
656
1530
|
*/
|
|
657
|
-
Description?:
|
|
1531
|
+
Description?: ConstrainedString;
|
|
658
1532
|
/**
|
|
659
1533
|
* The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. Address: The physical address of the site. Latitude: The latitude of the site. Longitude: The longitude of the site.
|
|
660
1534
|
*/
|
|
@@ -670,23 +1544,81 @@ declare namespace NetworkManager {
|
|
|
670
1544
|
*/
|
|
671
1545
|
Site?: Site;
|
|
672
1546
|
}
|
|
1547
|
+
export interface CreateSiteToSiteVpnAttachmentRequest {
|
|
1548
|
+
/**
|
|
1549
|
+
* The ID of a core network where you're creating a site-to-site VPN attachment.
|
|
1550
|
+
*/
|
|
1551
|
+
CoreNetworkId: CoreNetworkId;
|
|
1552
|
+
/**
|
|
1553
|
+
* The ARN identifying the VPN attachment.
|
|
1554
|
+
*/
|
|
1555
|
+
VpnConnectionArn: VpnConnectionArn;
|
|
1556
|
+
/**
|
|
1557
|
+
* The tags associated with the request.
|
|
1558
|
+
*/
|
|
1559
|
+
Tags?: TagList;
|
|
1560
|
+
/**
|
|
1561
|
+
* The client token associated with the request.
|
|
1562
|
+
*/
|
|
1563
|
+
ClientToken?: ClientToken;
|
|
1564
|
+
}
|
|
1565
|
+
export interface CreateSiteToSiteVpnAttachmentResponse {
|
|
1566
|
+
/**
|
|
1567
|
+
* Details about a site-to-site VPN attachment.
|
|
1568
|
+
*/
|
|
1569
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
1570
|
+
}
|
|
1571
|
+
export interface CreateVpcAttachmentRequest {
|
|
1572
|
+
/**
|
|
1573
|
+
* The ID of a core network for the VPC attachment.
|
|
1574
|
+
*/
|
|
1575
|
+
CoreNetworkId: CoreNetworkId;
|
|
1576
|
+
/**
|
|
1577
|
+
* The ARN of the VPC.
|
|
1578
|
+
*/
|
|
1579
|
+
VpcArn: VpcArn;
|
|
1580
|
+
/**
|
|
1581
|
+
* The subnet ARN of the VPC attachment.
|
|
1582
|
+
*/
|
|
1583
|
+
SubnetArns: SubnetArnList;
|
|
1584
|
+
/**
|
|
1585
|
+
* Options for the VPC attachment.
|
|
1586
|
+
*/
|
|
1587
|
+
Options?: VpcOptions;
|
|
1588
|
+
/**
|
|
1589
|
+
* The key-value tags associated with the request.
|
|
1590
|
+
*/
|
|
1591
|
+
Tags?: TagList;
|
|
1592
|
+
/**
|
|
1593
|
+
* The client token associated with the request.
|
|
1594
|
+
*/
|
|
1595
|
+
ClientToken?: ClientToken;
|
|
1596
|
+
}
|
|
1597
|
+
export interface CreateVpcAttachmentResponse {
|
|
1598
|
+
/**
|
|
1599
|
+
* Provides details about the VPC attachment.
|
|
1600
|
+
*/
|
|
1601
|
+
VpcAttachment?: VpcAttachment;
|
|
1602
|
+
}
|
|
1603
|
+
export type CustomerGatewayArn = string;
|
|
1604
|
+
export type CustomerGatewayArnList = CustomerGatewayArn[];
|
|
673
1605
|
export interface CustomerGatewayAssociation {
|
|
674
1606
|
/**
|
|
675
1607
|
* The Amazon Resource Name (ARN) of the customer gateway.
|
|
676
1608
|
*/
|
|
677
|
-
CustomerGatewayArn?:
|
|
1609
|
+
CustomerGatewayArn?: CustomerGatewayArn;
|
|
678
1610
|
/**
|
|
679
1611
|
* The ID of the global network.
|
|
680
1612
|
*/
|
|
681
|
-
GlobalNetworkId?:
|
|
1613
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
682
1614
|
/**
|
|
683
1615
|
* The ID of the device.
|
|
684
1616
|
*/
|
|
685
|
-
DeviceId?:
|
|
1617
|
+
DeviceId?: DeviceId;
|
|
686
1618
|
/**
|
|
687
1619
|
* The ID of the link.
|
|
688
1620
|
*/
|
|
689
|
-
LinkId?:
|
|
1621
|
+
LinkId?: LinkId;
|
|
690
1622
|
/**
|
|
691
1623
|
* The association state.
|
|
692
1624
|
*/
|
|
@@ -695,15 +1627,39 @@ declare namespace NetworkManager {
|
|
|
695
1627
|
export type CustomerGatewayAssociationList = CustomerGatewayAssociation[];
|
|
696
1628
|
export type CustomerGatewayAssociationState = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"|string;
|
|
697
1629
|
export type DateTime = Date;
|
|
1630
|
+
export interface DeleteAttachmentRequest {
|
|
1631
|
+
/**
|
|
1632
|
+
* The ID of the attachment to delete.
|
|
1633
|
+
*/
|
|
1634
|
+
AttachmentId: AttachmentId;
|
|
1635
|
+
}
|
|
1636
|
+
export interface DeleteAttachmentResponse {
|
|
1637
|
+
/**
|
|
1638
|
+
* Information about the deleted attachment.
|
|
1639
|
+
*/
|
|
1640
|
+
Attachment?: Attachment;
|
|
1641
|
+
}
|
|
1642
|
+
export interface DeleteConnectPeerRequest {
|
|
1643
|
+
/**
|
|
1644
|
+
* The ID of the deleted Connect peer.
|
|
1645
|
+
*/
|
|
1646
|
+
ConnectPeerId: ConnectPeerId;
|
|
1647
|
+
}
|
|
1648
|
+
export interface DeleteConnectPeerResponse {
|
|
1649
|
+
/**
|
|
1650
|
+
* Information about the deleted Connect peer.
|
|
1651
|
+
*/
|
|
1652
|
+
ConnectPeer?: ConnectPeer;
|
|
1653
|
+
}
|
|
698
1654
|
export interface DeleteConnectionRequest {
|
|
699
1655
|
/**
|
|
700
1656
|
* The ID of the global network.
|
|
701
1657
|
*/
|
|
702
|
-
GlobalNetworkId:
|
|
1658
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
703
1659
|
/**
|
|
704
1660
|
* The ID of the connection.
|
|
705
1661
|
*/
|
|
706
|
-
ConnectionId:
|
|
1662
|
+
ConnectionId: ConnectionId;
|
|
707
1663
|
}
|
|
708
1664
|
export interface DeleteConnectionResponse {
|
|
709
1665
|
/**
|
|
@@ -711,15 +1667,43 @@ declare namespace NetworkManager {
|
|
|
711
1667
|
*/
|
|
712
1668
|
Connection?: Connection;
|
|
713
1669
|
}
|
|
1670
|
+
export interface DeleteCoreNetworkPolicyVersionRequest {
|
|
1671
|
+
/**
|
|
1672
|
+
* The ID of a core network for the deleted policy.
|
|
1673
|
+
*/
|
|
1674
|
+
CoreNetworkId: CoreNetworkId;
|
|
1675
|
+
/**
|
|
1676
|
+
* The version ID of the deleted policy.
|
|
1677
|
+
*/
|
|
1678
|
+
PolicyVersionId: Integer;
|
|
1679
|
+
}
|
|
1680
|
+
export interface DeleteCoreNetworkPolicyVersionResponse {
|
|
1681
|
+
/**
|
|
1682
|
+
* Returns information about the deleted policy version.
|
|
1683
|
+
*/
|
|
1684
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
1685
|
+
}
|
|
1686
|
+
export interface DeleteCoreNetworkRequest {
|
|
1687
|
+
/**
|
|
1688
|
+
* The network ID of the deleted core network.
|
|
1689
|
+
*/
|
|
1690
|
+
CoreNetworkId: CoreNetworkId;
|
|
1691
|
+
}
|
|
1692
|
+
export interface DeleteCoreNetworkResponse {
|
|
1693
|
+
/**
|
|
1694
|
+
* Information about the deleted core network.
|
|
1695
|
+
*/
|
|
1696
|
+
CoreNetwork?: CoreNetwork;
|
|
1697
|
+
}
|
|
714
1698
|
export interface DeleteDeviceRequest {
|
|
715
1699
|
/**
|
|
716
1700
|
* The ID of the global network.
|
|
717
1701
|
*/
|
|
718
|
-
GlobalNetworkId:
|
|
1702
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
719
1703
|
/**
|
|
720
1704
|
* The ID of the device.
|
|
721
1705
|
*/
|
|
722
|
-
DeviceId:
|
|
1706
|
+
DeviceId: DeviceId;
|
|
723
1707
|
}
|
|
724
1708
|
export interface DeleteDeviceResponse {
|
|
725
1709
|
/**
|
|
@@ -731,7 +1715,7 @@ declare namespace NetworkManager {
|
|
|
731
1715
|
/**
|
|
732
1716
|
* The ID of the global network.
|
|
733
1717
|
*/
|
|
734
|
-
GlobalNetworkId:
|
|
1718
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
735
1719
|
}
|
|
736
1720
|
export interface DeleteGlobalNetworkResponse {
|
|
737
1721
|
/**
|
|
@@ -743,11 +1727,11 @@ declare namespace NetworkManager {
|
|
|
743
1727
|
/**
|
|
744
1728
|
* The ID of the global network.
|
|
745
1729
|
*/
|
|
746
|
-
GlobalNetworkId:
|
|
1730
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
747
1731
|
/**
|
|
748
1732
|
* The ID of the link.
|
|
749
1733
|
*/
|
|
750
|
-
LinkId:
|
|
1734
|
+
LinkId: LinkId;
|
|
751
1735
|
}
|
|
752
1736
|
export interface DeleteLinkResponse {
|
|
753
1737
|
/**
|
|
@@ -755,15 +1739,23 @@ declare namespace NetworkManager {
|
|
|
755
1739
|
*/
|
|
756
1740
|
Link?: Link;
|
|
757
1741
|
}
|
|
1742
|
+
export interface DeleteResourcePolicyRequest {
|
|
1743
|
+
/**
|
|
1744
|
+
* The ARN of the policy to delete.
|
|
1745
|
+
*/
|
|
1746
|
+
ResourceArn: ResourceArn;
|
|
1747
|
+
}
|
|
1748
|
+
export interface DeleteResourcePolicyResponse {
|
|
1749
|
+
}
|
|
758
1750
|
export interface DeleteSiteRequest {
|
|
759
1751
|
/**
|
|
760
1752
|
* The ID of the global network.
|
|
761
1753
|
*/
|
|
762
|
-
GlobalNetworkId:
|
|
1754
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
763
1755
|
/**
|
|
764
1756
|
* The ID of the site.
|
|
765
1757
|
*/
|
|
766
|
-
SiteId:
|
|
1758
|
+
SiteId: SiteId;
|
|
767
1759
|
}
|
|
768
1760
|
export interface DeleteSiteResponse {
|
|
769
1761
|
/**
|
|
@@ -775,11 +1767,11 @@ declare namespace NetworkManager {
|
|
|
775
1767
|
/**
|
|
776
1768
|
* The ID of the global network.
|
|
777
1769
|
*/
|
|
778
|
-
GlobalNetworkId:
|
|
1770
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
779
1771
|
/**
|
|
780
1772
|
* The Amazon Resource Name (ARN) of the transit gateway.
|
|
781
1773
|
*/
|
|
782
|
-
TransitGatewayArn:
|
|
1774
|
+
TransitGatewayArn: TransitGatewayArn;
|
|
783
1775
|
}
|
|
784
1776
|
export interface DeregisterTransitGatewayResponse {
|
|
785
1777
|
/**
|
|
@@ -791,7 +1783,7 @@ declare namespace NetworkManager {
|
|
|
791
1783
|
/**
|
|
792
1784
|
* The IDs of one or more global networks. The maximum is 10.
|
|
793
1785
|
*/
|
|
794
|
-
GlobalNetworkIds?:
|
|
1786
|
+
GlobalNetworkIds?: GlobalNetworkIdList;
|
|
795
1787
|
/**
|
|
796
1788
|
* The maximum number of results to return.
|
|
797
1789
|
*/
|
|
@@ -799,7 +1791,7 @@ declare namespace NetworkManager {
|
|
|
799
1791
|
/**
|
|
800
1792
|
* The token for the next page of results.
|
|
801
1793
|
*/
|
|
802
|
-
NextToken?:
|
|
1794
|
+
NextToken?: NextToken;
|
|
803
1795
|
}
|
|
804
1796
|
export interface DescribeGlobalNetworksResponse {
|
|
805
1797
|
/**
|
|
@@ -809,21 +1801,21 @@ declare namespace NetworkManager {
|
|
|
809
1801
|
/**
|
|
810
1802
|
* The token for the next page of results.
|
|
811
1803
|
*/
|
|
812
|
-
NextToken?:
|
|
1804
|
+
NextToken?: NextToken;
|
|
813
1805
|
}
|
|
814
1806
|
export interface Device {
|
|
815
1807
|
/**
|
|
816
1808
|
* The ID of the device.
|
|
817
1809
|
*/
|
|
818
|
-
DeviceId?:
|
|
1810
|
+
DeviceId?: DeviceId;
|
|
819
1811
|
/**
|
|
820
1812
|
* The Amazon Resource Name (ARN) of the device.
|
|
821
1813
|
*/
|
|
822
|
-
DeviceArn?:
|
|
1814
|
+
DeviceArn?: DeviceArn;
|
|
823
1815
|
/**
|
|
824
1816
|
* The ID of the global network.
|
|
825
1817
|
*/
|
|
826
|
-
GlobalNetworkId?:
|
|
1818
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
827
1819
|
/**
|
|
828
1820
|
* The Amazon Web Services location of the device.
|
|
829
1821
|
*/
|
|
@@ -831,23 +1823,23 @@ declare namespace NetworkManager {
|
|
|
831
1823
|
/**
|
|
832
1824
|
* The description of the device.
|
|
833
1825
|
*/
|
|
834
|
-
Description?:
|
|
1826
|
+
Description?: ConstrainedString;
|
|
835
1827
|
/**
|
|
836
1828
|
* The device type.
|
|
837
1829
|
*/
|
|
838
|
-
Type?:
|
|
1830
|
+
Type?: ConstrainedString;
|
|
839
1831
|
/**
|
|
840
1832
|
* The device vendor.
|
|
841
1833
|
*/
|
|
842
|
-
Vendor?:
|
|
1834
|
+
Vendor?: ConstrainedString;
|
|
843
1835
|
/**
|
|
844
1836
|
* The device model.
|
|
845
1837
|
*/
|
|
846
|
-
Model?:
|
|
1838
|
+
Model?: ConstrainedString;
|
|
847
1839
|
/**
|
|
848
1840
|
* The device serial number.
|
|
849
1841
|
*/
|
|
850
|
-
SerialNumber?:
|
|
1842
|
+
SerialNumber?: ConstrainedString;
|
|
851
1843
|
/**
|
|
852
1844
|
* The site location.
|
|
853
1845
|
*/
|
|
@@ -855,7 +1847,7 @@ declare namespace NetworkManager {
|
|
|
855
1847
|
/**
|
|
856
1848
|
* The site ID.
|
|
857
1849
|
*/
|
|
858
|
-
SiteId?:
|
|
1850
|
+
SiteId?: SiteId;
|
|
859
1851
|
/**
|
|
860
1852
|
* The date and time that the site was created.
|
|
861
1853
|
*/
|
|
@@ -869,77 +1861,162 @@ declare namespace NetworkManager {
|
|
|
869
1861
|
*/
|
|
870
1862
|
Tags?: TagList;
|
|
871
1863
|
}
|
|
1864
|
+
export type DeviceArn = string;
|
|
1865
|
+
export type DeviceId = string;
|
|
1866
|
+
export type DeviceIdList = DeviceId[];
|
|
872
1867
|
export type DeviceList = Device[];
|
|
873
1868
|
export type DeviceState = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING"|string;
|
|
1869
|
+
export interface DisassociateConnectPeerRequest {
|
|
1870
|
+
/**
|
|
1871
|
+
* The ID of the global network.
|
|
1872
|
+
*/
|
|
1873
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1874
|
+
/**
|
|
1875
|
+
* The ID of the Connect peer to disassociate from a device.
|
|
1876
|
+
*/
|
|
1877
|
+
ConnectPeerId: ConnectPeerId;
|
|
1878
|
+
}
|
|
1879
|
+
export interface DisassociateConnectPeerResponse {
|
|
1880
|
+
/**
|
|
1881
|
+
* Describes the Connect peer association.
|
|
1882
|
+
*/
|
|
1883
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
1884
|
+
}
|
|
874
1885
|
export interface DisassociateCustomerGatewayRequest {
|
|
875
1886
|
/**
|
|
876
|
-
* The ID of the global network.
|
|
1887
|
+
* The ID of the global network.
|
|
1888
|
+
*/
|
|
1889
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1890
|
+
/**
|
|
1891
|
+
* The Amazon Resource Name (ARN) of the customer gateway.
|
|
1892
|
+
*/
|
|
1893
|
+
CustomerGatewayArn: CustomerGatewayArn;
|
|
1894
|
+
}
|
|
1895
|
+
export interface DisassociateCustomerGatewayResponse {
|
|
1896
|
+
/**
|
|
1897
|
+
* Information about the customer gateway association.
|
|
1898
|
+
*/
|
|
1899
|
+
CustomerGatewayAssociation?: CustomerGatewayAssociation;
|
|
1900
|
+
}
|
|
1901
|
+
export interface DisassociateLinkRequest {
|
|
1902
|
+
/**
|
|
1903
|
+
* The ID of the global network.
|
|
1904
|
+
*/
|
|
1905
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1906
|
+
/**
|
|
1907
|
+
* The ID of the device.
|
|
1908
|
+
*/
|
|
1909
|
+
DeviceId: DeviceId;
|
|
1910
|
+
/**
|
|
1911
|
+
* The ID of the link.
|
|
1912
|
+
*/
|
|
1913
|
+
LinkId: LinkId;
|
|
1914
|
+
}
|
|
1915
|
+
export interface DisassociateLinkResponse {
|
|
1916
|
+
/**
|
|
1917
|
+
* Information about the link association.
|
|
1918
|
+
*/
|
|
1919
|
+
LinkAssociation?: LinkAssociation;
|
|
1920
|
+
}
|
|
1921
|
+
export interface DisassociateTransitGatewayConnectPeerRequest {
|
|
1922
|
+
/**
|
|
1923
|
+
* The ID of the global network.
|
|
1924
|
+
*/
|
|
1925
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1926
|
+
/**
|
|
1927
|
+
* The Amazon Resource Name (ARN) of the transit gateway Connect peer.
|
|
1928
|
+
*/
|
|
1929
|
+
TransitGatewayConnectPeerArn: TransitGatewayConnectPeerArn;
|
|
1930
|
+
}
|
|
1931
|
+
export interface DisassociateTransitGatewayConnectPeerResponse {
|
|
1932
|
+
/**
|
|
1933
|
+
* The transit gateway Connect peer association.
|
|
1934
|
+
*/
|
|
1935
|
+
TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
|
|
1936
|
+
}
|
|
1937
|
+
export interface ExecuteCoreNetworkChangeSetRequest {
|
|
1938
|
+
/**
|
|
1939
|
+
* The ID of a core network.
|
|
1940
|
+
*/
|
|
1941
|
+
CoreNetworkId: CoreNetworkId;
|
|
1942
|
+
/**
|
|
1943
|
+
* The ID of the policy version.
|
|
877
1944
|
*/
|
|
878
|
-
|
|
1945
|
+
PolicyVersionId: Integer;
|
|
1946
|
+
}
|
|
1947
|
+
export interface ExecuteCoreNetworkChangeSetResponse {
|
|
1948
|
+
}
|
|
1949
|
+
export type ExternalRegionCode = string;
|
|
1950
|
+
export type ExternalRegionCodeList = ExternalRegionCode[];
|
|
1951
|
+
export type FilterMap = {[key: string]: FilterValues};
|
|
1952
|
+
export type FilterName = string;
|
|
1953
|
+
export type FilterValue = string;
|
|
1954
|
+
export type FilterValues = FilterValue[];
|
|
1955
|
+
export interface GetConnectAttachmentRequest {
|
|
879
1956
|
/**
|
|
880
|
-
* The
|
|
1957
|
+
* The ID of the attachment.
|
|
881
1958
|
*/
|
|
882
|
-
|
|
1959
|
+
AttachmentId: AttachmentId;
|
|
883
1960
|
}
|
|
884
|
-
export interface
|
|
1961
|
+
export interface GetConnectAttachmentResponse {
|
|
885
1962
|
/**
|
|
886
|
-
*
|
|
1963
|
+
* Details about the Connect attachment.
|
|
887
1964
|
*/
|
|
888
|
-
|
|
1965
|
+
ConnectAttachment?: ConnectAttachment;
|
|
889
1966
|
}
|
|
890
|
-
export interface
|
|
1967
|
+
export interface GetConnectPeerAssociationsRequest {
|
|
891
1968
|
/**
|
|
892
1969
|
* The ID of the global network.
|
|
893
1970
|
*/
|
|
894
|
-
GlobalNetworkId:
|
|
1971
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
895
1972
|
/**
|
|
896
|
-
* The
|
|
1973
|
+
* The IDs of the Connect peers.
|
|
897
1974
|
*/
|
|
898
|
-
|
|
1975
|
+
ConnectPeerIds?: ConnectPeerIdList;
|
|
899
1976
|
/**
|
|
900
|
-
* The
|
|
1977
|
+
* The maximum number of results to return.
|
|
901
1978
|
*/
|
|
902
|
-
|
|
903
|
-
}
|
|
904
|
-
export interface DisassociateLinkResponse {
|
|
1979
|
+
MaxResults?: MaxResults;
|
|
905
1980
|
/**
|
|
906
|
-
*
|
|
1981
|
+
* The token for the next page of results.
|
|
907
1982
|
*/
|
|
908
|
-
|
|
1983
|
+
NextToken?: NextToken;
|
|
909
1984
|
}
|
|
910
|
-
export interface
|
|
1985
|
+
export interface GetConnectPeerAssociationsResponse {
|
|
911
1986
|
/**
|
|
912
|
-
*
|
|
1987
|
+
* Displays a list of Connect peer associations.
|
|
913
1988
|
*/
|
|
914
|
-
|
|
1989
|
+
ConnectPeerAssociations?: ConnectPeerAssociationList;
|
|
915
1990
|
/**
|
|
916
|
-
* The
|
|
1991
|
+
* The token for the next page of results.
|
|
917
1992
|
*/
|
|
918
|
-
|
|
1993
|
+
NextToken?: NextToken;
|
|
919
1994
|
}
|
|
920
|
-
export interface
|
|
1995
|
+
export interface GetConnectPeerRequest {
|
|
921
1996
|
/**
|
|
922
|
-
* The
|
|
1997
|
+
* The ID of the Connect peer.
|
|
923
1998
|
*/
|
|
924
|
-
|
|
1999
|
+
ConnectPeerId: ConnectPeerId;
|
|
2000
|
+
}
|
|
2001
|
+
export interface GetConnectPeerResponse {
|
|
2002
|
+
/**
|
|
2003
|
+
* Returns information about a core network Connect peer.
|
|
2004
|
+
*/
|
|
2005
|
+
ConnectPeer?: ConnectPeer;
|
|
925
2006
|
}
|
|
926
|
-
export type FilterMap = {[key: string]: FilterValues};
|
|
927
|
-
export type FilterName = string;
|
|
928
|
-
export type FilterValue = string;
|
|
929
|
-
export type FilterValues = FilterValue[];
|
|
930
2007
|
export interface GetConnectionsRequest {
|
|
931
2008
|
/**
|
|
932
2009
|
* The ID of the global network.
|
|
933
2010
|
*/
|
|
934
|
-
GlobalNetworkId:
|
|
2011
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
935
2012
|
/**
|
|
936
2013
|
* One or more connection IDs.
|
|
937
2014
|
*/
|
|
938
|
-
ConnectionIds?:
|
|
2015
|
+
ConnectionIds?: ConnectionIdList;
|
|
939
2016
|
/**
|
|
940
2017
|
* The ID of the device.
|
|
941
2018
|
*/
|
|
942
|
-
DeviceId?:
|
|
2019
|
+
DeviceId?: DeviceId;
|
|
943
2020
|
/**
|
|
944
2021
|
* The maximum number of results to return.
|
|
945
2022
|
*/
|
|
@@ -947,7 +2024,7 @@ declare namespace NetworkManager {
|
|
|
947
2024
|
/**
|
|
948
2025
|
* The token for the next page of results.
|
|
949
2026
|
*/
|
|
950
|
-
NextToken?:
|
|
2027
|
+
NextToken?: NextToken;
|
|
951
2028
|
}
|
|
952
2029
|
export interface GetConnectionsResponse {
|
|
953
2030
|
/**
|
|
@@ -957,17 +2034,77 @@ declare namespace NetworkManager {
|
|
|
957
2034
|
/**
|
|
958
2035
|
* The token to use for the next page of results.
|
|
959
2036
|
*/
|
|
960
|
-
NextToken?:
|
|
2037
|
+
NextToken?: NextToken;
|
|
2038
|
+
}
|
|
2039
|
+
export interface GetCoreNetworkChangeSetRequest {
|
|
2040
|
+
/**
|
|
2041
|
+
* The ID of a core network.
|
|
2042
|
+
*/
|
|
2043
|
+
CoreNetworkId: CoreNetworkId;
|
|
2044
|
+
/**
|
|
2045
|
+
* The ID of the policy version.
|
|
2046
|
+
*/
|
|
2047
|
+
PolicyVersionId: Integer;
|
|
2048
|
+
/**
|
|
2049
|
+
* The maximum number of results to return.
|
|
2050
|
+
*/
|
|
2051
|
+
MaxResults?: MaxResults;
|
|
2052
|
+
/**
|
|
2053
|
+
* The token for the next page of results.
|
|
2054
|
+
*/
|
|
2055
|
+
NextToken?: NextToken;
|
|
2056
|
+
}
|
|
2057
|
+
export interface GetCoreNetworkChangeSetResponse {
|
|
2058
|
+
/**
|
|
2059
|
+
* Describes a core network changes.
|
|
2060
|
+
*/
|
|
2061
|
+
CoreNetworkChanges?: CoreNetworkChangeList;
|
|
2062
|
+
/**
|
|
2063
|
+
* The token for the next page of results.
|
|
2064
|
+
*/
|
|
2065
|
+
NextToken?: NextToken;
|
|
2066
|
+
}
|
|
2067
|
+
export interface GetCoreNetworkPolicyRequest {
|
|
2068
|
+
/**
|
|
2069
|
+
* The ID of a core network.
|
|
2070
|
+
*/
|
|
2071
|
+
CoreNetworkId: CoreNetworkId;
|
|
2072
|
+
/**
|
|
2073
|
+
* The ID of a core network policy version.
|
|
2074
|
+
*/
|
|
2075
|
+
PolicyVersionId?: Integer;
|
|
2076
|
+
/**
|
|
2077
|
+
* The alias of a core network policy
|
|
2078
|
+
*/
|
|
2079
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
2080
|
+
}
|
|
2081
|
+
export interface GetCoreNetworkPolicyResponse {
|
|
2082
|
+
/**
|
|
2083
|
+
* The details about a core network policy.
|
|
2084
|
+
*/
|
|
2085
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
2086
|
+
}
|
|
2087
|
+
export interface GetCoreNetworkRequest {
|
|
2088
|
+
/**
|
|
2089
|
+
* The ID of a core network.
|
|
2090
|
+
*/
|
|
2091
|
+
CoreNetworkId: CoreNetworkId;
|
|
2092
|
+
}
|
|
2093
|
+
export interface GetCoreNetworkResponse {
|
|
2094
|
+
/**
|
|
2095
|
+
* Details about a core network.
|
|
2096
|
+
*/
|
|
2097
|
+
CoreNetwork?: CoreNetwork;
|
|
961
2098
|
}
|
|
962
2099
|
export interface GetCustomerGatewayAssociationsRequest {
|
|
963
2100
|
/**
|
|
964
2101
|
* The ID of the global network.
|
|
965
2102
|
*/
|
|
966
|
-
GlobalNetworkId:
|
|
2103
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
967
2104
|
/**
|
|
968
2105
|
* One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
|
|
969
2106
|
*/
|
|
970
|
-
CustomerGatewayArns?:
|
|
2107
|
+
CustomerGatewayArns?: CustomerGatewayArnList;
|
|
971
2108
|
/**
|
|
972
2109
|
* The maximum number of results to return.
|
|
973
2110
|
*/
|
|
@@ -975,7 +2112,7 @@ declare namespace NetworkManager {
|
|
|
975
2112
|
/**
|
|
976
2113
|
* The token for the next page of results.
|
|
977
2114
|
*/
|
|
978
|
-
NextToken?:
|
|
2115
|
+
NextToken?: NextToken;
|
|
979
2116
|
}
|
|
980
2117
|
export interface GetCustomerGatewayAssociationsResponse {
|
|
981
2118
|
/**
|
|
@@ -985,21 +2122,21 @@ declare namespace NetworkManager {
|
|
|
985
2122
|
/**
|
|
986
2123
|
* The token for the next page of results.
|
|
987
2124
|
*/
|
|
988
|
-
NextToken?:
|
|
2125
|
+
NextToken?: NextToken;
|
|
989
2126
|
}
|
|
990
2127
|
export interface GetDevicesRequest {
|
|
991
2128
|
/**
|
|
992
2129
|
* The ID of the global network.
|
|
993
2130
|
*/
|
|
994
|
-
GlobalNetworkId:
|
|
2131
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
995
2132
|
/**
|
|
996
2133
|
* One or more device IDs. The maximum is 10.
|
|
997
2134
|
*/
|
|
998
|
-
DeviceIds?:
|
|
2135
|
+
DeviceIds?: DeviceIdList;
|
|
999
2136
|
/**
|
|
1000
2137
|
* The ID of the site.
|
|
1001
2138
|
*/
|
|
1002
|
-
SiteId?:
|
|
2139
|
+
SiteId?: SiteId;
|
|
1003
2140
|
/**
|
|
1004
2141
|
* The maximum number of results to return.
|
|
1005
2142
|
*/
|
|
@@ -1007,7 +2144,7 @@ declare namespace NetworkManager {
|
|
|
1007
2144
|
/**
|
|
1008
2145
|
* The token for the next page of results.
|
|
1009
2146
|
*/
|
|
1010
|
-
NextToken?:
|
|
2147
|
+
NextToken?: NextToken;
|
|
1011
2148
|
}
|
|
1012
2149
|
export interface GetDevicesResponse {
|
|
1013
2150
|
/**
|
|
@@ -1017,21 +2154,21 @@ declare namespace NetworkManager {
|
|
|
1017
2154
|
/**
|
|
1018
2155
|
* The token for the next page of results.
|
|
1019
2156
|
*/
|
|
1020
|
-
NextToken?:
|
|
2157
|
+
NextToken?: NextToken;
|
|
1021
2158
|
}
|
|
1022
2159
|
export interface GetLinkAssociationsRequest {
|
|
1023
2160
|
/**
|
|
1024
2161
|
* The ID of the global network.
|
|
1025
2162
|
*/
|
|
1026
|
-
GlobalNetworkId:
|
|
2163
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1027
2164
|
/**
|
|
1028
2165
|
* The ID of the device.
|
|
1029
2166
|
*/
|
|
1030
|
-
DeviceId?:
|
|
2167
|
+
DeviceId?: DeviceId;
|
|
1031
2168
|
/**
|
|
1032
2169
|
* The ID of the link.
|
|
1033
2170
|
*/
|
|
1034
|
-
LinkId?:
|
|
2171
|
+
LinkId?: LinkId;
|
|
1035
2172
|
/**
|
|
1036
2173
|
* The maximum number of results to return.
|
|
1037
2174
|
*/
|
|
@@ -1039,7 +2176,7 @@ declare namespace NetworkManager {
|
|
|
1039
2176
|
/**
|
|
1040
2177
|
* The token for the next page of results.
|
|
1041
2178
|
*/
|
|
1042
|
-
NextToken?:
|
|
2179
|
+
NextToken?: NextToken;
|
|
1043
2180
|
}
|
|
1044
2181
|
export interface GetLinkAssociationsResponse {
|
|
1045
2182
|
/**
|
|
@@ -1049,29 +2186,29 @@ declare namespace NetworkManager {
|
|
|
1049
2186
|
/**
|
|
1050
2187
|
* The token for the next page of results.
|
|
1051
2188
|
*/
|
|
1052
|
-
NextToken?:
|
|
2189
|
+
NextToken?: NextToken;
|
|
1053
2190
|
}
|
|
1054
2191
|
export interface GetLinksRequest {
|
|
1055
2192
|
/**
|
|
1056
2193
|
* The ID of the global network.
|
|
1057
2194
|
*/
|
|
1058
|
-
GlobalNetworkId:
|
|
2195
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1059
2196
|
/**
|
|
1060
2197
|
* One or more link IDs. The maximum is 10.
|
|
1061
2198
|
*/
|
|
1062
|
-
LinkIds?:
|
|
2199
|
+
LinkIds?: LinkIdList;
|
|
1063
2200
|
/**
|
|
1064
2201
|
* The ID of the site.
|
|
1065
2202
|
*/
|
|
1066
|
-
SiteId?:
|
|
2203
|
+
SiteId?: SiteId;
|
|
1067
2204
|
/**
|
|
1068
2205
|
* The link type.
|
|
1069
2206
|
*/
|
|
1070
|
-
Type?:
|
|
2207
|
+
Type?: ConstrainedString;
|
|
1071
2208
|
/**
|
|
1072
2209
|
* The link provider.
|
|
1073
2210
|
*/
|
|
1074
|
-
Provider?:
|
|
2211
|
+
Provider?: ConstrainedString;
|
|
1075
2212
|
/**
|
|
1076
2213
|
* The maximum number of results to return.
|
|
1077
2214
|
*/
|
|
@@ -1079,7 +2216,7 @@ declare namespace NetworkManager {
|
|
|
1079
2216
|
/**
|
|
1080
2217
|
* The token for the next page of results.
|
|
1081
2218
|
*/
|
|
1082
|
-
NextToken?:
|
|
2219
|
+
NextToken?: NextToken;
|
|
1083
2220
|
}
|
|
1084
2221
|
export interface GetLinksResponse {
|
|
1085
2222
|
/**
|
|
@@ -1089,17 +2226,17 @@ declare namespace NetworkManager {
|
|
|
1089
2226
|
/**
|
|
1090
2227
|
* The token for the next page of results.
|
|
1091
2228
|
*/
|
|
1092
|
-
NextToken?:
|
|
2229
|
+
NextToken?: NextToken;
|
|
1093
2230
|
}
|
|
1094
2231
|
export interface GetNetworkResourceCountsRequest {
|
|
1095
2232
|
/**
|
|
1096
2233
|
* The ID of the global network.
|
|
1097
2234
|
*/
|
|
1098
|
-
GlobalNetworkId:
|
|
2235
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1099
2236
|
/**
|
|
1100
2237
|
* The resource type. The following are the supported resource types for Direct Connect: dxcon dx-gateway dx-vif The following are the supported resource types for Network Manager: connection device link site The following are the supported resource types for Amazon VPC: customer-gateway transit-gateway transit-gateway-attachment transit-gateway-connect-peer transit-gateway-route-table vpn-connection
|
|
1101
2238
|
*/
|
|
1102
|
-
ResourceType?:
|
|
2239
|
+
ResourceType?: ConstrainedString;
|
|
1103
2240
|
/**
|
|
1104
2241
|
* The maximum number of results to return.
|
|
1105
2242
|
*/
|
|
@@ -1107,7 +2244,7 @@ declare namespace NetworkManager {
|
|
|
1107
2244
|
/**
|
|
1108
2245
|
* The token for the next page of results.
|
|
1109
2246
|
*/
|
|
1110
|
-
NextToken?:
|
|
2247
|
+
NextToken?: NextToken;
|
|
1111
2248
|
}
|
|
1112
2249
|
export interface GetNetworkResourceCountsResponse {
|
|
1113
2250
|
/**
|
|
@@ -1117,33 +2254,37 @@ declare namespace NetworkManager {
|
|
|
1117
2254
|
/**
|
|
1118
2255
|
* The token for the next page of results.
|
|
1119
2256
|
*/
|
|
1120
|
-
NextToken?:
|
|
2257
|
+
NextToken?: NextToken;
|
|
1121
2258
|
}
|
|
1122
2259
|
export interface GetNetworkResourceRelationshipsRequest {
|
|
1123
2260
|
/**
|
|
1124
2261
|
* The ID of the global network.
|
|
1125
2262
|
*/
|
|
1126
|
-
GlobalNetworkId:
|
|
2263
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2264
|
+
/**
|
|
2265
|
+
* The ID of a core network.
|
|
2266
|
+
*/
|
|
2267
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1127
2268
|
/**
|
|
1128
2269
|
* The ARN of the registered gateway.
|
|
1129
2270
|
*/
|
|
1130
|
-
RegisteredGatewayArn?:
|
|
2271
|
+
RegisteredGatewayArn?: ResourceArn;
|
|
1131
2272
|
/**
|
|
1132
2273
|
* The Amazon Web Services Region.
|
|
1133
2274
|
*/
|
|
1134
|
-
AwsRegion?:
|
|
2275
|
+
AwsRegion?: ExternalRegionCode;
|
|
1135
2276
|
/**
|
|
1136
2277
|
* The Amazon Web Services account ID.
|
|
1137
2278
|
*/
|
|
1138
|
-
AccountId?:
|
|
2279
|
+
AccountId?: AWSAccountId;
|
|
1139
2280
|
/**
|
|
1140
2281
|
* The resource type. The following are the supported resource types for Direct Connect: dxcon dx-gateway dx-vif The following are the supported resource types for Network Manager: connection device link site The following are the supported resource types for Amazon VPC: customer-gateway transit-gateway transit-gateway-attachment transit-gateway-connect-peer transit-gateway-route-table vpn-connection
|
|
1141
2282
|
*/
|
|
1142
|
-
ResourceType?:
|
|
2283
|
+
ResourceType?: ConstrainedString;
|
|
1143
2284
|
/**
|
|
1144
2285
|
* The ARN of the gateway.
|
|
1145
2286
|
*/
|
|
1146
|
-
ResourceArn?:
|
|
2287
|
+
ResourceArn?: ResourceArn;
|
|
1147
2288
|
/**
|
|
1148
2289
|
* The maximum number of results to return.
|
|
1149
2290
|
*/
|
|
@@ -1151,7 +2292,7 @@ declare namespace NetworkManager {
|
|
|
1151
2292
|
/**
|
|
1152
2293
|
* The token for the next page of results.
|
|
1153
2294
|
*/
|
|
1154
|
-
NextToken?:
|
|
2295
|
+
NextToken?: NextToken;
|
|
1155
2296
|
}
|
|
1156
2297
|
export interface GetNetworkResourceRelationshipsResponse {
|
|
1157
2298
|
/**
|
|
@@ -1161,33 +2302,37 @@ declare namespace NetworkManager {
|
|
|
1161
2302
|
/**
|
|
1162
2303
|
* The token for the next page of results.
|
|
1163
2304
|
*/
|
|
1164
|
-
NextToken?:
|
|
2305
|
+
NextToken?: NextToken;
|
|
1165
2306
|
}
|
|
1166
2307
|
export interface GetNetworkResourcesRequest {
|
|
1167
2308
|
/**
|
|
1168
2309
|
* The ID of the global network.
|
|
1169
2310
|
*/
|
|
1170
|
-
GlobalNetworkId:
|
|
2311
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2312
|
+
/**
|
|
2313
|
+
* The ID of a core network.
|
|
2314
|
+
*/
|
|
2315
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1171
2316
|
/**
|
|
1172
2317
|
* The ARN of the gateway.
|
|
1173
2318
|
*/
|
|
1174
|
-
RegisteredGatewayArn?:
|
|
2319
|
+
RegisteredGatewayArn?: ResourceArn;
|
|
1175
2320
|
/**
|
|
1176
2321
|
* The Amazon Web Services Region.
|
|
1177
2322
|
*/
|
|
1178
|
-
AwsRegion?:
|
|
2323
|
+
AwsRegion?: ExternalRegionCode;
|
|
1179
2324
|
/**
|
|
1180
2325
|
* The Amazon Web Services account ID.
|
|
1181
2326
|
*/
|
|
1182
|
-
AccountId?:
|
|
2327
|
+
AccountId?: AWSAccountId;
|
|
1183
2328
|
/**
|
|
1184
2329
|
* The resource type. The following are the supported resource types for Direct Connect: dxcon - The definition model is Connection. dx-gateway - The definition model is DirectConnectGateway. dx-vif - The definition model is VirtualInterface. The following are the supported resource types for Network Manager: connection - The definition model is Connection. device - The definition model is Device. link - The definition model is Link. site - The definition model is Site. The following are the supported resource types for Amazon VPC: customer-gateway - The definition model is CustomerGateway. transit-gateway - The definition model is TransitGateway. transit-gateway-attachment - The definition model is TransitGatewayAttachment. transit-gateway-connect-peer - The definition model is TransitGatewayConnectPeer. transit-gateway-route-table - The definition model is TransitGatewayRouteTable. vpn-connection - The definition model is VpnConnection.
|
|
1185
2330
|
*/
|
|
1186
|
-
ResourceType?:
|
|
2331
|
+
ResourceType?: ConstrainedString;
|
|
1187
2332
|
/**
|
|
1188
2333
|
* The ARN of the resource.
|
|
1189
2334
|
*/
|
|
1190
|
-
ResourceArn?:
|
|
2335
|
+
ResourceArn?: ResourceArn;
|
|
1191
2336
|
/**
|
|
1192
2337
|
* The maximum number of results to return.
|
|
1193
2338
|
*/
|
|
@@ -1195,7 +2340,7 @@ declare namespace NetworkManager {
|
|
|
1195
2340
|
/**
|
|
1196
2341
|
* The token for the next page of results.
|
|
1197
2342
|
*/
|
|
1198
|
-
NextToken?:
|
|
2343
|
+
NextToken?: NextToken;
|
|
1199
2344
|
}
|
|
1200
2345
|
export interface GetNetworkResourcesResponse {
|
|
1201
2346
|
/**
|
|
@@ -1205,13 +2350,13 @@ declare namespace NetworkManager {
|
|
|
1205
2350
|
/**
|
|
1206
2351
|
* The token for the next page of results.
|
|
1207
2352
|
*/
|
|
1208
|
-
NextToken?:
|
|
2353
|
+
NextToken?: NextToken;
|
|
1209
2354
|
}
|
|
1210
2355
|
export interface GetNetworkRoutesRequest {
|
|
1211
2356
|
/**
|
|
1212
2357
|
* The ID of the global network.
|
|
1213
2358
|
*/
|
|
1214
|
-
GlobalNetworkId:
|
|
2359
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1215
2360
|
/**
|
|
1216
2361
|
* The ID of the route table.
|
|
1217
2362
|
*/
|
|
@@ -1219,23 +2364,23 @@ declare namespace NetworkManager {
|
|
|
1219
2364
|
/**
|
|
1220
2365
|
* An exact CIDR block.
|
|
1221
2366
|
*/
|
|
1222
|
-
ExactCidrMatches?:
|
|
2367
|
+
ExactCidrMatches?: ConstrainedStringList;
|
|
1223
2368
|
/**
|
|
1224
2369
|
* The most specific route that matches the traffic (longest prefix match).
|
|
1225
2370
|
*/
|
|
1226
|
-
LongestPrefixMatches?:
|
|
2371
|
+
LongestPrefixMatches?: ConstrainedStringList;
|
|
1227
2372
|
/**
|
|
1228
2373
|
* The routes with a subnet that match the specified CIDR filter.
|
|
1229
2374
|
*/
|
|
1230
|
-
SubnetOfMatches?:
|
|
2375
|
+
SubnetOfMatches?: ConstrainedStringList;
|
|
1231
2376
|
/**
|
|
1232
2377
|
* The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the result returns 10.0.1.0/29.
|
|
1233
2378
|
*/
|
|
1234
|
-
SupernetOfMatches?:
|
|
2379
|
+
SupernetOfMatches?: ConstrainedStringList;
|
|
1235
2380
|
/**
|
|
1236
2381
|
* The IDs of the prefix lists.
|
|
1237
2382
|
*/
|
|
1238
|
-
PrefixListIds?:
|
|
2383
|
+
PrefixListIds?: ConstrainedStringList;
|
|
1239
2384
|
/**
|
|
1240
2385
|
* The route states.
|
|
1241
2386
|
*/
|
|
@@ -1253,7 +2398,11 @@ declare namespace NetworkManager {
|
|
|
1253
2398
|
/**
|
|
1254
2399
|
* The ARN of the route table.
|
|
1255
2400
|
*/
|
|
1256
|
-
RouteTableArn?:
|
|
2401
|
+
RouteTableArn?: ResourceArn;
|
|
2402
|
+
/**
|
|
2403
|
+
* Describes a core network segment edge.
|
|
2404
|
+
*/
|
|
2405
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
1257
2406
|
/**
|
|
1258
2407
|
* The route table type.
|
|
1259
2408
|
*/
|
|
@@ -1271,27 +2420,31 @@ declare namespace NetworkManager {
|
|
|
1271
2420
|
/**
|
|
1272
2421
|
* The ID of the global network.
|
|
1273
2422
|
*/
|
|
1274
|
-
GlobalNetworkId:
|
|
2423
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2424
|
+
/**
|
|
2425
|
+
* The ID of a core network.
|
|
2426
|
+
*/
|
|
2427
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1275
2428
|
/**
|
|
1276
2429
|
* The ARN of the gateway.
|
|
1277
2430
|
*/
|
|
1278
|
-
RegisteredGatewayArn?:
|
|
2431
|
+
RegisteredGatewayArn?: ResourceArn;
|
|
1279
2432
|
/**
|
|
1280
2433
|
* The Amazon Web Services Region.
|
|
1281
2434
|
*/
|
|
1282
|
-
AwsRegion?:
|
|
2435
|
+
AwsRegion?: ExternalRegionCode;
|
|
1283
2436
|
/**
|
|
1284
2437
|
* The Amazon Web Services account ID.
|
|
1285
2438
|
*/
|
|
1286
|
-
AccountId?:
|
|
2439
|
+
AccountId?: AWSAccountId;
|
|
1287
2440
|
/**
|
|
1288
2441
|
* The resource type. The following are the supported resource types for Direct Connect: dxcon dx-gateway dx-vif The following are the supported resource types for Network Manager: connection device link site The following are the supported resource types for Amazon VPC: customer-gateway transit-gateway transit-gateway-attachment transit-gateway-connect-peer transit-gateway-route-table vpn-connection
|
|
1289
2442
|
*/
|
|
1290
|
-
ResourceType?:
|
|
2443
|
+
ResourceType?: ConstrainedString;
|
|
1291
2444
|
/**
|
|
1292
2445
|
* The ARN of the resource.
|
|
1293
2446
|
*/
|
|
1294
|
-
ResourceArn?:
|
|
2447
|
+
ResourceArn?: ResourceArn;
|
|
1295
2448
|
/**
|
|
1296
2449
|
* The maximum number of results to return.
|
|
1297
2450
|
*/
|
|
@@ -1299,7 +2452,7 @@ declare namespace NetworkManager {
|
|
|
1299
2452
|
/**
|
|
1300
2453
|
* The token for the next page of results.
|
|
1301
2454
|
*/
|
|
1302
|
-
NextToken?:
|
|
2455
|
+
NextToken?: NextToken;
|
|
1303
2456
|
}
|
|
1304
2457
|
export interface GetNetworkTelemetryResponse {
|
|
1305
2458
|
/**
|
|
@@ -1309,17 +2462,29 @@ declare namespace NetworkManager {
|
|
|
1309
2462
|
/**
|
|
1310
2463
|
* The token for the next page of results.
|
|
1311
2464
|
*/
|
|
1312
|
-
NextToken?:
|
|
2465
|
+
NextToken?: NextToken;
|
|
2466
|
+
}
|
|
2467
|
+
export interface GetResourcePolicyRequest {
|
|
2468
|
+
/**
|
|
2469
|
+
* The ARN of the resource.
|
|
2470
|
+
*/
|
|
2471
|
+
ResourceArn: ResourceArn;
|
|
2472
|
+
}
|
|
2473
|
+
export interface GetResourcePolicyResponse {
|
|
2474
|
+
/**
|
|
2475
|
+
* The resource policy document.
|
|
2476
|
+
*/
|
|
2477
|
+
PolicyDocument?: ResourcePolicyDocument;
|
|
1313
2478
|
}
|
|
1314
2479
|
export interface GetRouteAnalysisRequest {
|
|
1315
2480
|
/**
|
|
1316
2481
|
* The ID of the global network.
|
|
1317
2482
|
*/
|
|
1318
|
-
GlobalNetworkId:
|
|
2483
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1319
2484
|
/**
|
|
1320
2485
|
* The ID of the route analysis.
|
|
1321
2486
|
*/
|
|
1322
|
-
RouteAnalysisId:
|
|
2487
|
+
RouteAnalysisId: ConstrainedString;
|
|
1323
2488
|
}
|
|
1324
2489
|
export interface GetRouteAnalysisResponse {
|
|
1325
2490
|
/**
|
|
@@ -1327,15 +2492,27 @@ declare namespace NetworkManager {
|
|
|
1327
2492
|
*/
|
|
1328
2493
|
RouteAnalysis?: RouteAnalysis;
|
|
1329
2494
|
}
|
|
2495
|
+
export interface GetSiteToSiteVpnAttachmentRequest {
|
|
2496
|
+
/**
|
|
2497
|
+
* The ID of the attachment.
|
|
2498
|
+
*/
|
|
2499
|
+
AttachmentId: AttachmentId;
|
|
2500
|
+
}
|
|
2501
|
+
export interface GetSiteToSiteVpnAttachmentResponse {
|
|
2502
|
+
/**
|
|
2503
|
+
* Describes the site-to-site attachment.
|
|
2504
|
+
*/
|
|
2505
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
2506
|
+
}
|
|
1330
2507
|
export interface GetSitesRequest {
|
|
1331
2508
|
/**
|
|
1332
2509
|
* The ID of the global network.
|
|
1333
2510
|
*/
|
|
1334
|
-
GlobalNetworkId:
|
|
2511
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1335
2512
|
/**
|
|
1336
2513
|
* One or more site IDs. The maximum is 10.
|
|
1337
2514
|
*/
|
|
1338
|
-
SiteIds?:
|
|
2515
|
+
SiteIds?: SiteIdList;
|
|
1339
2516
|
/**
|
|
1340
2517
|
* The maximum number of results to return.
|
|
1341
2518
|
*/
|
|
@@ -1343,7 +2520,7 @@ declare namespace NetworkManager {
|
|
|
1343
2520
|
/**
|
|
1344
2521
|
* The token for the next page of results.
|
|
1345
2522
|
*/
|
|
1346
|
-
NextToken?:
|
|
2523
|
+
NextToken?: NextToken;
|
|
1347
2524
|
}
|
|
1348
2525
|
export interface GetSitesResponse {
|
|
1349
2526
|
/**
|
|
@@ -1353,17 +2530,17 @@ declare namespace NetworkManager {
|
|
|
1353
2530
|
/**
|
|
1354
2531
|
* The token for the next page of results.
|
|
1355
2532
|
*/
|
|
1356
|
-
NextToken?:
|
|
2533
|
+
NextToken?: NextToken;
|
|
1357
2534
|
}
|
|
1358
2535
|
export interface GetTransitGatewayConnectPeerAssociationsRequest {
|
|
1359
2536
|
/**
|
|
1360
2537
|
* The ID of the global network.
|
|
1361
2538
|
*/
|
|
1362
|
-
GlobalNetworkId:
|
|
2539
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1363
2540
|
/**
|
|
1364
2541
|
* One or more transit gateway Connect peer Amazon Resource Names (ARNs).
|
|
1365
2542
|
*/
|
|
1366
|
-
TransitGatewayConnectPeerArns?:
|
|
2543
|
+
TransitGatewayConnectPeerArns?: TransitGatewayConnectPeerArnList;
|
|
1367
2544
|
/**
|
|
1368
2545
|
* The maximum number of results to return.
|
|
1369
2546
|
*/
|
|
@@ -1371,7 +2548,7 @@ declare namespace NetworkManager {
|
|
|
1371
2548
|
/**
|
|
1372
2549
|
* The token for the next page of results.
|
|
1373
2550
|
*/
|
|
1374
|
-
NextToken?:
|
|
2551
|
+
NextToken?: NextToken;
|
|
1375
2552
|
}
|
|
1376
2553
|
export interface GetTransitGatewayConnectPeerAssociationsResponse {
|
|
1377
2554
|
/**
|
|
@@ -1381,17 +2558,17 @@ declare namespace NetworkManager {
|
|
|
1381
2558
|
/**
|
|
1382
2559
|
* The token to use for the next page of results.
|
|
1383
2560
|
*/
|
|
1384
|
-
NextToken?:
|
|
2561
|
+
NextToken?: NextToken;
|
|
1385
2562
|
}
|
|
1386
2563
|
export interface GetTransitGatewayRegistrationsRequest {
|
|
1387
2564
|
/**
|
|
1388
2565
|
* The ID of the global network.
|
|
1389
2566
|
*/
|
|
1390
|
-
GlobalNetworkId:
|
|
2567
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1391
2568
|
/**
|
|
1392
2569
|
* The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
|
|
1393
2570
|
*/
|
|
1394
|
-
TransitGatewayArns?:
|
|
2571
|
+
TransitGatewayArns?: TransitGatewayArnList;
|
|
1395
2572
|
/**
|
|
1396
2573
|
* The maximum number of results to return.
|
|
1397
2574
|
*/
|
|
@@ -1399,7 +2576,7 @@ declare namespace NetworkManager {
|
|
|
1399
2576
|
/**
|
|
1400
2577
|
* The token for the next page of results.
|
|
1401
2578
|
*/
|
|
1402
|
-
NextToken?:
|
|
2579
|
+
NextToken?: NextToken;
|
|
1403
2580
|
}
|
|
1404
2581
|
export interface GetTransitGatewayRegistrationsResponse {
|
|
1405
2582
|
/**
|
|
@@ -1409,21 +2586,33 @@ declare namespace NetworkManager {
|
|
|
1409
2586
|
/**
|
|
1410
2587
|
* The token for the next page of results.
|
|
1411
2588
|
*/
|
|
1412
|
-
NextToken?:
|
|
2589
|
+
NextToken?: NextToken;
|
|
2590
|
+
}
|
|
2591
|
+
export interface GetVpcAttachmentRequest {
|
|
2592
|
+
/**
|
|
2593
|
+
* The ID of the attachment.
|
|
2594
|
+
*/
|
|
2595
|
+
AttachmentId: AttachmentId;
|
|
2596
|
+
}
|
|
2597
|
+
export interface GetVpcAttachmentResponse {
|
|
2598
|
+
/**
|
|
2599
|
+
* Returns details about a VPC attachment.
|
|
2600
|
+
*/
|
|
2601
|
+
VpcAttachment?: VpcAttachment;
|
|
1413
2602
|
}
|
|
1414
2603
|
export interface GlobalNetwork {
|
|
1415
2604
|
/**
|
|
1416
2605
|
* The ID of the global network.
|
|
1417
2606
|
*/
|
|
1418
|
-
GlobalNetworkId?:
|
|
2607
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1419
2608
|
/**
|
|
1420
2609
|
* The Amazon Resource Name (ARN) of the global network.
|
|
1421
2610
|
*/
|
|
1422
|
-
GlobalNetworkArn?:
|
|
2611
|
+
GlobalNetworkArn?: GlobalNetworkArn;
|
|
1423
2612
|
/**
|
|
1424
2613
|
* The description of the global network.
|
|
1425
2614
|
*/
|
|
1426
|
-
Description?:
|
|
2615
|
+
Description?: ConstrainedString;
|
|
1427
2616
|
/**
|
|
1428
2617
|
* The date and time that the global network was created.
|
|
1429
2618
|
*/
|
|
@@ -1437,34 +2626,38 @@ declare namespace NetworkManager {
|
|
|
1437
2626
|
*/
|
|
1438
2627
|
Tags?: TagList;
|
|
1439
2628
|
}
|
|
2629
|
+
export type GlobalNetworkArn = string;
|
|
2630
|
+
export type GlobalNetworkId = string;
|
|
2631
|
+
export type GlobalNetworkIdList = GlobalNetworkId[];
|
|
1440
2632
|
export type GlobalNetworkList = GlobalNetwork[];
|
|
1441
2633
|
export type GlobalNetworkState = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING"|string;
|
|
2634
|
+
export type IPAddress = string;
|
|
1442
2635
|
export type Integer = number;
|
|
1443
2636
|
export interface Link {
|
|
1444
2637
|
/**
|
|
1445
2638
|
* The ID of the link.
|
|
1446
2639
|
*/
|
|
1447
|
-
LinkId?:
|
|
2640
|
+
LinkId?: LinkId;
|
|
1448
2641
|
/**
|
|
1449
2642
|
* The Amazon Resource Name (ARN) of the link.
|
|
1450
2643
|
*/
|
|
1451
|
-
LinkArn?:
|
|
2644
|
+
LinkArn?: LinkArn;
|
|
1452
2645
|
/**
|
|
1453
2646
|
* The ID of the global network.
|
|
1454
2647
|
*/
|
|
1455
|
-
GlobalNetworkId?:
|
|
2648
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1456
2649
|
/**
|
|
1457
2650
|
* The ID of the site.
|
|
1458
2651
|
*/
|
|
1459
|
-
SiteId?:
|
|
2652
|
+
SiteId?: SiteId;
|
|
1460
2653
|
/**
|
|
1461
2654
|
* The description of the link.
|
|
1462
2655
|
*/
|
|
1463
|
-
Description?:
|
|
2656
|
+
Description?: ConstrainedString;
|
|
1464
2657
|
/**
|
|
1465
2658
|
* The type of the link.
|
|
1466
2659
|
*/
|
|
1467
|
-
Type?:
|
|
2660
|
+
Type?: ConstrainedString;
|
|
1468
2661
|
/**
|
|
1469
2662
|
* The bandwidth for the link.
|
|
1470
2663
|
*/
|
|
@@ -1472,7 +2665,7 @@ declare namespace NetworkManager {
|
|
|
1472
2665
|
/**
|
|
1473
2666
|
* The provider of the link.
|
|
1474
2667
|
*/
|
|
1475
|
-
Provider?:
|
|
2668
|
+
Provider?: ConstrainedString;
|
|
1476
2669
|
/**
|
|
1477
2670
|
* The date and time that the link was created.
|
|
1478
2671
|
*/
|
|
@@ -1486,19 +2679,20 @@ declare namespace NetworkManager {
|
|
|
1486
2679
|
*/
|
|
1487
2680
|
Tags?: TagList;
|
|
1488
2681
|
}
|
|
2682
|
+
export type LinkArn = string;
|
|
1489
2683
|
export interface LinkAssociation {
|
|
1490
2684
|
/**
|
|
1491
2685
|
* The ID of the global network.
|
|
1492
2686
|
*/
|
|
1493
|
-
GlobalNetworkId?:
|
|
2687
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1494
2688
|
/**
|
|
1495
2689
|
* The device ID for the link association.
|
|
1496
2690
|
*/
|
|
1497
|
-
DeviceId?:
|
|
2691
|
+
DeviceId?: DeviceId;
|
|
1498
2692
|
/**
|
|
1499
2693
|
* The ID of the link.
|
|
1500
2694
|
*/
|
|
1501
|
-
LinkId?:
|
|
2695
|
+
LinkId?: LinkId;
|
|
1502
2696
|
/**
|
|
1503
2697
|
* The state of the association.
|
|
1504
2698
|
*/
|
|
@@ -1506,13 +2700,123 @@ declare namespace NetworkManager {
|
|
|
1506
2700
|
}
|
|
1507
2701
|
export type LinkAssociationList = LinkAssociation[];
|
|
1508
2702
|
export type LinkAssociationState = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"|string;
|
|
2703
|
+
export type LinkId = string;
|
|
2704
|
+
export type LinkIdList = LinkId[];
|
|
1509
2705
|
export type LinkList = Link[];
|
|
1510
2706
|
export type LinkState = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING"|string;
|
|
2707
|
+
export interface ListAttachmentsRequest {
|
|
2708
|
+
/**
|
|
2709
|
+
* The ID of a core network.
|
|
2710
|
+
*/
|
|
2711
|
+
CoreNetworkId?: CoreNetworkId;
|
|
2712
|
+
/**
|
|
2713
|
+
* The type of attachment.
|
|
2714
|
+
*/
|
|
2715
|
+
AttachmentType?: AttachmentType;
|
|
2716
|
+
/**
|
|
2717
|
+
* The Region where the edge is located.
|
|
2718
|
+
*/
|
|
2719
|
+
EdgeLocation?: ExternalRegionCode;
|
|
2720
|
+
/**
|
|
2721
|
+
* The state of the attachment.
|
|
2722
|
+
*/
|
|
2723
|
+
State?: AttachmentState;
|
|
2724
|
+
/**
|
|
2725
|
+
* The maximum number of results to return.
|
|
2726
|
+
*/
|
|
2727
|
+
MaxResults?: MaxResults;
|
|
2728
|
+
/**
|
|
2729
|
+
* The token for the next page of results.
|
|
2730
|
+
*/
|
|
2731
|
+
NextToken?: NextToken;
|
|
2732
|
+
}
|
|
2733
|
+
export interface ListAttachmentsResponse {
|
|
2734
|
+
/**
|
|
2735
|
+
* Describes the list of attachments.
|
|
2736
|
+
*/
|
|
2737
|
+
Attachments?: AttachmentList;
|
|
2738
|
+
/**
|
|
2739
|
+
* The token for the next page of results.
|
|
2740
|
+
*/
|
|
2741
|
+
NextToken?: NextToken;
|
|
2742
|
+
}
|
|
2743
|
+
export interface ListConnectPeersRequest {
|
|
2744
|
+
/**
|
|
2745
|
+
* The ID of a core network.
|
|
2746
|
+
*/
|
|
2747
|
+
CoreNetworkId?: CoreNetworkId;
|
|
2748
|
+
/**
|
|
2749
|
+
* The ID of the attachment.
|
|
2750
|
+
*/
|
|
2751
|
+
ConnectAttachmentId?: AttachmentId;
|
|
2752
|
+
/**
|
|
2753
|
+
* The maximum number of results to return.
|
|
2754
|
+
*/
|
|
2755
|
+
MaxResults?: MaxResults;
|
|
2756
|
+
/**
|
|
2757
|
+
* The token for the next page of results.
|
|
2758
|
+
*/
|
|
2759
|
+
NextToken?: NextToken;
|
|
2760
|
+
}
|
|
2761
|
+
export interface ListConnectPeersResponse {
|
|
2762
|
+
/**
|
|
2763
|
+
* Describes the Connect peers.
|
|
2764
|
+
*/
|
|
2765
|
+
ConnectPeers?: ConnectPeerSummaryList;
|
|
2766
|
+
/**
|
|
2767
|
+
* The token for the next page of results.
|
|
2768
|
+
*/
|
|
2769
|
+
NextToken?: NextToken;
|
|
2770
|
+
}
|
|
2771
|
+
export interface ListCoreNetworkPolicyVersionsRequest {
|
|
2772
|
+
/**
|
|
2773
|
+
* The ID of a core network.
|
|
2774
|
+
*/
|
|
2775
|
+
CoreNetworkId: CoreNetworkId;
|
|
2776
|
+
/**
|
|
2777
|
+
* The maximum number of results to return.
|
|
2778
|
+
*/
|
|
2779
|
+
MaxResults?: MaxResults;
|
|
2780
|
+
/**
|
|
2781
|
+
* The token for the next page of results.
|
|
2782
|
+
*/
|
|
2783
|
+
NextToken?: NextToken;
|
|
2784
|
+
}
|
|
2785
|
+
export interface ListCoreNetworkPolicyVersionsResponse {
|
|
2786
|
+
/**
|
|
2787
|
+
* Describes core network policy versions.
|
|
2788
|
+
*/
|
|
2789
|
+
CoreNetworkPolicyVersions?: CoreNetworkPolicyVersionList;
|
|
2790
|
+
/**
|
|
2791
|
+
* The token for the next page of results.
|
|
2792
|
+
*/
|
|
2793
|
+
NextToken?: NextToken;
|
|
2794
|
+
}
|
|
2795
|
+
export interface ListCoreNetworksRequest {
|
|
2796
|
+
/**
|
|
2797
|
+
* The maximum number of results to return.
|
|
2798
|
+
*/
|
|
2799
|
+
MaxResults?: MaxResults;
|
|
2800
|
+
/**
|
|
2801
|
+
* The token for the next page of results.
|
|
2802
|
+
*/
|
|
2803
|
+
NextToken?: NextToken;
|
|
2804
|
+
}
|
|
2805
|
+
export interface ListCoreNetworksResponse {
|
|
2806
|
+
/**
|
|
2807
|
+
* Describes the list of core networks.
|
|
2808
|
+
*/
|
|
2809
|
+
CoreNetworks?: CoreNetworkSummaryList;
|
|
2810
|
+
/**
|
|
2811
|
+
* The token for the next page of results.
|
|
2812
|
+
*/
|
|
2813
|
+
NextToken?: NextToken;
|
|
2814
|
+
}
|
|
1511
2815
|
export interface ListTagsForResourceRequest {
|
|
1512
2816
|
/**
|
|
1513
2817
|
* The Amazon Resource Name (ARN) of the resource.
|
|
1514
2818
|
*/
|
|
1515
|
-
ResourceArn:
|
|
2819
|
+
ResourceArn: ResourceArn;
|
|
1516
2820
|
}
|
|
1517
2821
|
export interface ListTagsForResourceResponse {
|
|
1518
2822
|
/**
|
|
@@ -1524,46 +2828,51 @@ declare namespace NetworkManager {
|
|
|
1524
2828
|
/**
|
|
1525
2829
|
* The physical address.
|
|
1526
2830
|
*/
|
|
1527
|
-
Address?:
|
|
2831
|
+
Address?: ConstrainedString;
|
|
1528
2832
|
/**
|
|
1529
2833
|
* The latitude.
|
|
1530
2834
|
*/
|
|
1531
|
-
Latitude?:
|
|
2835
|
+
Latitude?: ConstrainedString;
|
|
1532
2836
|
/**
|
|
1533
2837
|
* The longitude.
|
|
1534
2838
|
*/
|
|
1535
|
-
Longitude?:
|
|
2839
|
+
Longitude?: ConstrainedString;
|
|
1536
2840
|
}
|
|
2841
|
+
export type Long = number;
|
|
1537
2842
|
export type MaxResults = number;
|
|
1538
2843
|
export interface NetworkResource {
|
|
1539
2844
|
/**
|
|
1540
2845
|
* The ARN of the gateway.
|
|
1541
2846
|
*/
|
|
1542
|
-
RegisteredGatewayArn?:
|
|
2847
|
+
RegisteredGatewayArn?: ResourceArn;
|
|
2848
|
+
/**
|
|
2849
|
+
* a core network ID.
|
|
2850
|
+
*/
|
|
2851
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1543
2852
|
/**
|
|
1544
2853
|
* The Amazon Web Services Region.
|
|
1545
2854
|
*/
|
|
1546
|
-
AwsRegion?:
|
|
2855
|
+
AwsRegion?: ExternalRegionCode;
|
|
1547
2856
|
/**
|
|
1548
2857
|
* The Amazon Web Services account ID.
|
|
1549
2858
|
*/
|
|
1550
|
-
AccountId?:
|
|
2859
|
+
AccountId?: AWSAccountId;
|
|
1551
2860
|
/**
|
|
1552
2861
|
* The resource type. The following are the supported resource types for Direct Connect: dxcon dx-gateway dx-vif The following are the supported resource types for Network Manager: connection device link site The following are the supported resource types for Amazon VPC: customer-gateway transit-gateway transit-gateway-attachment transit-gateway-connect-peer transit-gateway-route-table vpn-connection
|
|
1553
2862
|
*/
|
|
1554
|
-
ResourceType?:
|
|
2863
|
+
ResourceType?: ConstrainedString;
|
|
1555
2864
|
/**
|
|
1556
2865
|
* The ID of the resource.
|
|
1557
2866
|
*/
|
|
1558
|
-
ResourceId?:
|
|
2867
|
+
ResourceId?: ConstrainedString;
|
|
1559
2868
|
/**
|
|
1560
2869
|
* The ARN of the resource.
|
|
1561
2870
|
*/
|
|
1562
|
-
ResourceArn?:
|
|
2871
|
+
ResourceArn?: ResourceArn;
|
|
1563
2872
|
/**
|
|
1564
2873
|
* Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
|
|
1565
2874
|
*/
|
|
1566
|
-
Definition?:
|
|
2875
|
+
Definition?: ConstrainedString;
|
|
1567
2876
|
/**
|
|
1568
2877
|
* The time that the resource definition was retrieved.
|
|
1569
2878
|
*/
|
|
@@ -1581,7 +2890,7 @@ declare namespace NetworkManager {
|
|
|
1581
2890
|
/**
|
|
1582
2891
|
* The resource type.
|
|
1583
2892
|
*/
|
|
1584
|
-
ResourceType?:
|
|
2893
|
+
ResourceType?: ConstrainedString;
|
|
1585
2894
|
/**
|
|
1586
2895
|
* The resource count.
|
|
1587
2896
|
*/
|
|
@@ -1589,30 +2898,28 @@ declare namespace NetworkManager {
|
|
|
1589
2898
|
}
|
|
1590
2899
|
export type NetworkResourceCountList = NetworkResourceCount[];
|
|
1591
2900
|
export type NetworkResourceList = NetworkResource[];
|
|
1592
|
-
export type
|
|
1593
|
-
export type NetworkResourceMetadataMap = {[key: string]: NetworkResourceMetadataValue};
|
|
1594
|
-
export type NetworkResourceMetadataValue = string;
|
|
2901
|
+
export type NetworkResourceMetadataMap = {[key: string]: ConstrainedString};
|
|
1595
2902
|
export interface NetworkResourceSummary {
|
|
1596
2903
|
/**
|
|
1597
2904
|
* The ARN of the gateway.
|
|
1598
2905
|
*/
|
|
1599
|
-
RegisteredGatewayArn?:
|
|
2906
|
+
RegisteredGatewayArn?: ResourceArn;
|
|
1600
2907
|
/**
|
|
1601
2908
|
* The ARN of the resource.
|
|
1602
2909
|
*/
|
|
1603
|
-
ResourceArn?:
|
|
2910
|
+
ResourceArn?: ResourceArn;
|
|
1604
2911
|
/**
|
|
1605
2912
|
* The resource type.
|
|
1606
2913
|
*/
|
|
1607
|
-
ResourceType?:
|
|
2914
|
+
ResourceType?: ConstrainedString;
|
|
1608
2915
|
/**
|
|
1609
2916
|
* Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
|
|
1610
2917
|
*/
|
|
1611
|
-
Definition?:
|
|
2918
|
+
Definition?: ConstrainedString;
|
|
1612
2919
|
/**
|
|
1613
2920
|
* The value for the Name tag.
|
|
1614
2921
|
*/
|
|
1615
|
-
NameTag?:
|
|
2922
|
+
NameTag?: ConstrainedString;
|
|
1616
2923
|
/**
|
|
1617
2924
|
* Indicates whether this is a middlebox appliance.
|
|
1618
2925
|
*/
|
|
@@ -1622,7 +2929,7 @@ declare namespace NetworkManager {
|
|
|
1622
2929
|
/**
|
|
1623
2930
|
* A unique identifier for the route, such as a CIDR block.
|
|
1624
2931
|
*/
|
|
1625
|
-
DestinationCidrBlock?:
|
|
2932
|
+
DestinationCidrBlock?: ConstrainedString;
|
|
1626
2933
|
/**
|
|
1627
2934
|
* The destinations.
|
|
1628
2935
|
*/
|
|
@@ -1630,7 +2937,7 @@ declare namespace NetworkManager {
|
|
|
1630
2937
|
/**
|
|
1631
2938
|
* The ID of the prefix list.
|
|
1632
2939
|
*/
|
|
1633
|
-
PrefixListId?:
|
|
2940
|
+
PrefixListId?: ConstrainedString;
|
|
1634
2941
|
/**
|
|
1635
2942
|
* The route state. The possible values are active and blackhole.
|
|
1636
2943
|
*/
|
|
@@ -1641,18 +2948,30 @@ declare namespace NetworkManager {
|
|
|
1641
2948
|
Type?: RouteType;
|
|
1642
2949
|
}
|
|
1643
2950
|
export interface NetworkRouteDestination {
|
|
2951
|
+
/**
|
|
2952
|
+
* The ID of a core network attachment.
|
|
2953
|
+
*/
|
|
2954
|
+
CoreNetworkAttachmentId?: AttachmentId;
|
|
1644
2955
|
/**
|
|
1645
2956
|
* The ID of the transit gateway attachment.
|
|
1646
2957
|
*/
|
|
1647
|
-
TransitGatewayAttachmentId?:
|
|
2958
|
+
TransitGatewayAttachmentId?: TransitGatewayAttachmentId;
|
|
2959
|
+
/**
|
|
2960
|
+
* The name of the segment.
|
|
2961
|
+
*/
|
|
2962
|
+
SegmentName?: ConstrainedString;
|
|
2963
|
+
/**
|
|
2964
|
+
* The edge location for the network destination.
|
|
2965
|
+
*/
|
|
2966
|
+
EdgeLocation?: ExternalRegionCode;
|
|
1648
2967
|
/**
|
|
1649
2968
|
* The resource type.
|
|
1650
2969
|
*/
|
|
1651
|
-
ResourceType?:
|
|
2970
|
+
ResourceType?: ConstrainedString;
|
|
1652
2971
|
/**
|
|
1653
2972
|
* The ID of the resource.
|
|
1654
2973
|
*/
|
|
1655
|
-
ResourceId?:
|
|
2974
|
+
ResourceId?: ConstrainedString;
|
|
1656
2975
|
}
|
|
1657
2976
|
export type NetworkRouteDestinationList = NetworkRouteDestination[];
|
|
1658
2977
|
export type NetworkRouteList = NetworkRoute[];
|
|
@@ -1660,37 +2979,42 @@ declare namespace NetworkManager {
|
|
|
1660
2979
|
/**
|
|
1661
2980
|
* The ARN of the gateway.
|
|
1662
2981
|
*/
|
|
1663
|
-
RegisteredGatewayArn?:
|
|
2982
|
+
RegisteredGatewayArn?: ResourceArn;
|
|
2983
|
+
/**
|
|
2984
|
+
* The ID of a core network.
|
|
2985
|
+
*/
|
|
2986
|
+
CoreNetworkId?: CoreNetworkId;
|
|
1664
2987
|
/**
|
|
1665
2988
|
* The Amazon Web Services Region.
|
|
1666
2989
|
*/
|
|
1667
|
-
AwsRegion?:
|
|
2990
|
+
AwsRegion?: ExternalRegionCode;
|
|
1668
2991
|
/**
|
|
1669
2992
|
* The Amazon Web Services account ID.
|
|
1670
2993
|
*/
|
|
1671
|
-
AccountId?:
|
|
2994
|
+
AccountId?: AWSAccountId;
|
|
1672
2995
|
/**
|
|
1673
2996
|
* The resource type.
|
|
1674
2997
|
*/
|
|
1675
|
-
ResourceType?:
|
|
2998
|
+
ResourceType?: ConstrainedString;
|
|
1676
2999
|
/**
|
|
1677
3000
|
* The ID of the resource.
|
|
1678
3001
|
*/
|
|
1679
|
-
ResourceId?:
|
|
3002
|
+
ResourceId?: ConstrainedString;
|
|
1680
3003
|
/**
|
|
1681
3004
|
* The ARN of the resource.
|
|
1682
3005
|
*/
|
|
1683
|
-
ResourceArn?:
|
|
3006
|
+
ResourceArn?: ResourceArn;
|
|
1684
3007
|
/**
|
|
1685
3008
|
* The address.
|
|
1686
3009
|
*/
|
|
1687
|
-
Address?:
|
|
3010
|
+
Address?: ConstrainedString;
|
|
1688
3011
|
/**
|
|
1689
3012
|
* The connection health.
|
|
1690
3013
|
*/
|
|
1691
3014
|
Health?: ConnectionHealth;
|
|
1692
3015
|
}
|
|
1693
3016
|
export type NetworkTelemetryList = NetworkTelemetry[];
|
|
3017
|
+
export type NextToken = string;
|
|
1694
3018
|
export interface PathComponent {
|
|
1695
3019
|
/**
|
|
1696
3020
|
* The sequence number in the path. The destination is 0.
|
|
@@ -1703,9 +3027,63 @@ declare namespace NetworkManager {
|
|
|
1703
3027
|
/**
|
|
1704
3028
|
* The destination CIDR block in the route table.
|
|
1705
3029
|
*/
|
|
1706
|
-
DestinationCidrBlock?:
|
|
3030
|
+
DestinationCidrBlock?: ConstrainedString;
|
|
1707
3031
|
}
|
|
1708
3032
|
export type PathComponentList = PathComponent[];
|
|
3033
|
+
export interface ProposedSegmentChange {
|
|
3034
|
+
/**
|
|
3035
|
+
* The key-value tags that changed for the segment.
|
|
3036
|
+
*/
|
|
3037
|
+
Tags?: TagList;
|
|
3038
|
+
/**
|
|
3039
|
+
* The rule number in the policy document that applies to this change.
|
|
3040
|
+
*/
|
|
3041
|
+
AttachmentPolicyRuleNumber?: Integer;
|
|
3042
|
+
/**
|
|
3043
|
+
* The name of the segment to change.
|
|
3044
|
+
*/
|
|
3045
|
+
SegmentName?: ConstrainedString;
|
|
3046
|
+
}
|
|
3047
|
+
export interface PutCoreNetworkPolicyRequest {
|
|
3048
|
+
/**
|
|
3049
|
+
* The ID of a core network.
|
|
3050
|
+
*/
|
|
3051
|
+
CoreNetworkId: CoreNetworkId;
|
|
3052
|
+
/**
|
|
3053
|
+
* The policy document.
|
|
3054
|
+
*/
|
|
3055
|
+
PolicyDocument: CoreNetworkPolicyDocument;
|
|
3056
|
+
/**
|
|
3057
|
+
* a core network policy description.
|
|
3058
|
+
*/
|
|
3059
|
+
Description?: ConstrainedString;
|
|
3060
|
+
/**
|
|
3061
|
+
* The ID of a core network policy.
|
|
3062
|
+
*/
|
|
3063
|
+
LatestVersionId?: Integer;
|
|
3064
|
+
/**
|
|
3065
|
+
* The client token associated with the request.
|
|
3066
|
+
*/
|
|
3067
|
+
ClientToken?: ClientToken;
|
|
3068
|
+
}
|
|
3069
|
+
export interface PutCoreNetworkPolicyResponse {
|
|
3070
|
+
/**
|
|
3071
|
+
* Describes the changed core network policy.
|
|
3072
|
+
*/
|
|
3073
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
3074
|
+
}
|
|
3075
|
+
export interface PutResourcePolicyRequest {
|
|
3076
|
+
/**
|
|
3077
|
+
* The JSON resource policy document.
|
|
3078
|
+
*/
|
|
3079
|
+
PolicyDocument: ResourcePolicyDocument;
|
|
3080
|
+
/**
|
|
3081
|
+
* The ARN of the resource policy.
|
|
3082
|
+
*/
|
|
3083
|
+
ResourceArn: ResourceArn;
|
|
3084
|
+
}
|
|
3085
|
+
export interface PutResourcePolicyResponse {
|
|
3086
|
+
}
|
|
1709
3087
|
export type ReasonContextKey = string;
|
|
1710
3088
|
export type ReasonContextMap = {[key: string]: ReasonContextValue};
|
|
1711
3089
|
export type ReasonContextValue = string;
|
|
@@ -1713,11 +3091,11 @@ declare namespace NetworkManager {
|
|
|
1713
3091
|
/**
|
|
1714
3092
|
* The ID of the global network.
|
|
1715
3093
|
*/
|
|
1716
|
-
GlobalNetworkId:
|
|
3094
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1717
3095
|
/**
|
|
1718
3096
|
* The Amazon Resource Name (ARN) of the transit gateway.
|
|
1719
3097
|
*/
|
|
1720
|
-
TransitGatewayArn:
|
|
3098
|
+
TransitGatewayArn: TransitGatewayArn;
|
|
1721
3099
|
}
|
|
1722
3100
|
export interface RegisterTransitGatewayResponse {
|
|
1723
3101
|
/**
|
|
@@ -1725,31 +3103,60 @@ declare namespace NetworkManager {
|
|
|
1725
3103
|
*/
|
|
1726
3104
|
TransitGatewayRegistration?: TransitGatewayRegistration;
|
|
1727
3105
|
}
|
|
3106
|
+
export interface RejectAttachmentRequest {
|
|
3107
|
+
/**
|
|
3108
|
+
* The ID of the attachment.
|
|
3109
|
+
*/
|
|
3110
|
+
AttachmentId: AttachmentId;
|
|
3111
|
+
}
|
|
3112
|
+
export interface RejectAttachmentResponse {
|
|
3113
|
+
/**
|
|
3114
|
+
* Describes the rejected attachment request.
|
|
3115
|
+
*/
|
|
3116
|
+
Attachment?: Attachment;
|
|
3117
|
+
}
|
|
1728
3118
|
export interface Relationship {
|
|
1729
3119
|
/**
|
|
1730
3120
|
* The ARN of the resource.
|
|
1731
3121
|
*/
|
|
1732
|
-
From?:
|
|
3122
|
+
From?: ConstrainedString;
|
|
1733
3123
|
/**
|
|
1734
3124
|
* The ARN of the resource.
|
|
1735
3125
|
*/
|
|
1736
|
-
To?:
|
|
3126
|
+
To?: ConstrainedString;
|
|
1737
3127
|
}
|
|
1738
3128
|
export type RelationshipList = Relationship[];
|
|
1739
|
-
export type
|
|
3129
|
+
export type ResourceArn = string;
|
|
3130
|
+
export type ResourcePolicyDocument = string;
|
|
3131
|
+
export interface RestoreCoreNetworkPolicyVersionRequest {
|
|
3132
|
+
/**
|
|
3133
|
+
* The ID of a core network.
|
|
3134
|
+
*/
|
|
3135
|
+
CoreNetworkId: CoreNetworkId;
|
|
3136
|
+
/**
|
|
3137
|
+
* The ID of the policy version to restore.
|
|
3138
|
+
*/
|
|
3139
|
+
PolicyVersionId: Integer;
|
|
3140
|
+
}
|
|
3141
|
+
export interface RestoreCoreNetworkPolicyVersionResponse {
|
|
3142
|
+
/**
|
|
3143
|
+
* Describes the restored core network policy.
|
|
3144
|
+
*/
|
|
3145
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
3146
|
+
}
|
|
1740
3147
|
export interface RouteAnalysis {
|
|
1741
3148
|
/**
|
|
1742
3149
|
* The ID of the global network.
|
|
1743
3150
|
*/
|
|
1744
|
-
GlobalNetworkId?:
|
|
3151
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1745
3152
|
/**
|
|
1746
3153
|
* The ID of the AWS account that created the route analysis.
|
|
1747
3154
|
*/
|
|
1748
|
-
OwnerAccountId?:
|
|
3155
|
+
OwnerAccountId?: AWSAccountId;
|
|
1749
3156
|
/**
|
|
1750
3157
|
* The ID of the route analysis.
|
|
1751
3158
|
*/
|
|
1752
|
-
RouteAnalysisId?:
|
|
3159
|
+
RouteAnalysisId?: ConstrainedString;
|
|
1753
3160
|
/**
|
|
1754
3161
|
* The time that the analysis started.
|
|
1755
3162
|
*/
|
|
@@ -1803,25 +3210,25 @@ declare namespace NetworkManager {
|
|
|
1803
3210
|
/**
|
|
1804
3211
|
* The ARN of the transit gateway attachment.
|
|
1805
3212
|
*/
|
|
1806
|
-
TransitGatewayAttachmentArn?:
|
|
3213
|
+
TransitGatewayAttachmentArn?: TransitGatewayAttachmentArn;
|
|
1807
3214
|
/**
|
|
1808
3215
|
* The ARN of the transit gateway.
|
|
1809
3216
|
*/
|
|
1810
|
-
TransitGatewayArn?:
|
|
3217
|
+
TransitGatewayArn?: TransitGatewayArn;
|
|
1811
3218
|
/**
|
|
1812
3219
|
* The IP address.
|
|
1813
3220
|
*/
|
|
1814
|
-
IpAddress?:
|
|
3221
|
+
IpAddress?: IPAddress;
|
|
1815
3222
|
}
|
|
1816
3223
|
export interface RouteAnalysisEndpointOptionsSpecification {
|
|
1817
3224
|
/**
|
|
1818
3225
|
* The ARN of the transit gateway attachment.
|
|
1819
3226
|
*/
|
|
1820
|
-
TransitGatewayAttachmentArn?:
|
|
3227
|
+
TransitGatewayAttachmentArn?: TransitGatewayAttachmentArn;
|
|
1821
3228
|
/**
|
|
1822
3229
|
* The IP address.
|
|
1823
3230
|
*/
|
|
1824
|
-
IpAddress?:
|
|
3231
|
+
IpAddress?: IPAddress;
|
|
1825
3232
|
}
|
|
1826
3233
|
export interface RouteAnalysisPath {
|
|
1827
3234
|
/**
|
|
@@ -1840,28 +3247,33 @@ declare namespace NetworkManager {
|
|
|
1840
3247
|
/**
|
|
1841
3248
|
* The ARN of the transit gateway route table.
|
|
1842
3249
|
*/
|
|
1843
|
-
TransitGatewayRouteTableArn?:
|
|
3250
|
+
TransitGatewayRouteTableArn?: TransitGatewayRouteTableArn;
|
|
3251
|
+
/**
|
|
3252
|
+
* The segment edge in a core network.
|
|
3253
|
+
*/
|
|
3254
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
1844
3255
|
}
|
|
1845
|
-
export type RouteTableType = "TRANSIT_GATEWAY_ROUTE_TABLE"|string;
|
|
3256
|
+
export type RouteTableType = "TRANSIT_GATEWAY_ROUTE_TABLE"|"CORE_NETWORK_SEGMENT"|string;
|
|
1846
3257
|
export type RouteType = "PROPAGATED"|"STATIC"|string;
|
|
1847
3258
|
export type RouteTypeList = RouteType[];
|
|
3259
|
+
export type ServerSideString = string;
|
|
1848
3260
|
export interface Site {
|
|
1849
3261
|
/**
|
|
1850
3262
|
* The ID of the site.
|
|
1851
3263
|
*/
|
|
1852
|
-
SiteId?:
|
|
3264
|
+
SiteId?: SiteId;
|
|
1853
3265
|
/**
|
|
1854
3266
|
* The Amazon Resource Name (ARN) of the site.
|
|
1855
3267
|
*/
|
|
1856
|
-
SiteArn?:
|
|
3268
|
+
SiteArn?: SiteArn;
|
|
1857
3269
|
/**
|
|
1858
3270
|
* The ID of the global network.
|
|
1859
3271
|
*/
|
|
1860
|
-
GlobalNetworkId?:
|
|
3272
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1861
3273
|
/**
|
|
1862
3274
|
* The description of the site.
|
|
1863
3275
|
*/
|
|
1864
|
-
Description?:
|
|
3276
|
+
Description?: ConstrainedString;
|
|
1865
3277
|
/**
|
|
1866
3278
|
* The location of the site.
|
|
1867
3279
|
*/
|
|
@@ -1879,13 +3291,26 @@ declare namespace NetworkManager {
|
|
|
1879
3291
|
*/
|
|
1880
3292
|
Tags?: TagList;
|
|
1881
3293
|
}
|
|
3294
|
+
export type SiteArn = string;
|
|
3295
|
+
export type SiteId = string;
|
|
3296
|
+
export type SiteIdList = SiteId[];
|
|
1882
3297
|
export type SiteList = Site[];
|
|
1883
3298
|
export type SiteState = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING"|string;
|
|
3299
|
+
export interface SiteToSiteVpnAttachment {
|
|
3300
|
+
/**
|
|
3301
|
+
* Provides details about a site-to-site VPN attachment.
|
|
3302
|
+
*/
|
|
3303
|
+
Attachment?: Attachment;
|
|
3304
|
+
/**
|
|
3305
|
+
* The ARN of the site-to-site VPN attachment.
|
|
3306
|
+
*/
|
|
3307
|
+
VpnConnectionArn?: VpnConnectionArn;
|
|
3308
|
+
}
|
|
1884
3309
|
export interface StartRouteAnalysisRequest {
|
|
1885
3310
|
/**
|
|
1886
3311
|
* The ID of the global network.
|
|
1887
3312
|
*/
|
|
1888
|
-
GlobalNetworkId:
|
|
3313
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
1889
3314
|
/**
|
|
1890
3315
|
* The source from which traffic originates.
|
|
1891
3316
|
*/
|
|
@@ -1909,8 +3334,8 @@ declare namespace NetworkManager {
|
|
|
1909
3334
|
*/
|
|
1910
3335
|
RouteAnalysis?: RouteAnalysis;
|
|
1911
3336
|
}
|
|
1912
|
-
export type
|
|
1913
|
-
export type
|
|
3337
|
+
export type SubnetArn = string;
|
|
3338
|
+
export type SubnetArnList = SubnetArn[];
|
|
1914
3339
|
export interface Tag {
|
|
1915
3340
|
/**
|
|
1916
3341
|
* The tag key. Constraints: Maximum length of 128 characters.
|
|
@@ -1928,7 +3353,7 @@ declare namespace NetworkManager {
|
|
|
1928
3353
|
/**
|
|
1929
3354
|
* The Amazon Resource Name (ARN) of the resource.
|
|
1930
3355
|
*/
|
|
1931
|
-
ResourceArn:
|
|
3356
|
+
ResourceArn: ResourceArn;
|
|
1932
3357
|
/**
|
|
1933
3358
|
* The tags to apply to the specified resource.
|
|
1934
3359
|
*/
|
|
@@ -1937,23 +3362,29 @@ declare namespace NetworkManager {
|
|
|
1937
3362
|
export interface TagResourceResponse {
|
|
1938
3363
|
}
|
|
1939
3364
|
export type TagValue = string;
|
|
3365
|
+
export type TransitGatewayArn = string;
|
|
3366
|
+
export type TransitGatewayArnList = TransitGatewayArn[];
|
|
3367
|
+
export type TransitGatewayAttachmentArn = string;
|
|
3368
|
+
export type TransitGatewayAttachmentId = string;
|
|
3369
|
+
export type TransitGatewayConnectPeerArn = string;
|
|
3370
|
+
export type TransitGatewayConnectPeerArnList = TransitGatewayConnectPeerArn[];
|
|
1940
3371
|
export interface TransitGatewayConnectPeerAssociation {
|
|
1941
3372
|
/**
|
|
1942
3373
|
* The Amazon Resource Name (ARN) of the transit gateway Connect peer.
|
|
1943
3374
|
*/
|
|
1944
|
-
TransitGatewayConnectPeerArn?:
|
|
3375
|
+
TransitGatewayConnectPeerArn?: TransitGatewayConnectPeerArn;
|
|
1945
3376
|
/**
|
|
1946
3377
|
* The ID of the global network.
|
|
1947
3378
|
*/
|
|
1948
|
-
GlobalNetworkId?:
|
|
3379
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1949
3380
|
/**
|
|
1950
3381
|
* The ID of the device.
|
|
1951
3382
|
*/
|
|
1952
|
-
DeviceId?:
|
|
3383
|
+
DeviceId?: DeviceId;
|
|
1953
3384
|
/**
|
|
1954
3385
|
* The ID of the link.
|
|
1955
3386
|
*/
|
|
1956
|
-
LinkId?:
|
|
3387
|
+
LinkId?: LinkId;
|
|
1957
3388
|
/**
|
|
1958
3389
|
* The state of the association.
|
|
1959
3390
|
*/
|
|
@@ -1965,11 +3396,11 @@ declare namespace NetworkManager {
|
|
|
1965
3396
|
/**
|
|
1966
3397
|
* The ID of the global network.
|
|
1967
3398
|
*/
|
|
1968
|
-
GlobalNetworkId?:
|
|
3399
|
+
GlobalNetworkId?: GlobalNetworkId;
|
|
1969
3400
|
/**
|
|
1970
3401
|
* The Amazon Resource Name (ARN) of the transit gateway.
|
|
1971
3402
|
*/
|
|
1972
|
-
TransitGatewayArn?:
|
|
3403
|
+
TransitGatewayArn?: TransitGatewayArn;
|
|
1973
3404
|
/**
|
|
1974
3405
|
* The state of the transit gateway registration.
|
|
1975
3406
|
*/
|
|
@@ -1985,13 +3416,15 @@ declare namespace NetworkManager {
|
|
|
1985
3416
|
/**
|
|
1986
3417
|
* The message for the state reason.
|
|
1987
3418
|
*/
|
|
1988
|
-
Message?:
|
|
3419
|
+
Message?: ConstrainedString;
|
|
1989
3420
|
}
|
|
3421
|
+
export type TransitGatewayRouteTableArn = string;
|
|
3422
|
+
export type TunnelProtocol = "GRE"|string;
|
|
1990
3423
|
export interface UntagResourceRequest {
|
|
1991
3424
|
/**
|
|
1992
3425
|
* The Amazon Resource Name (ARN) of the resource.
|
|
1993
3426
|
*/
|
|
1994
|
-
ResourceArn:
|
|
3427
|
+
ResourceArn: ResourceArn;
|
|
1995
3428
|
/**
|
|
1996
3429
|
* The tag keys to remove from the specified resource.
|
|
1997
3430
|
*/
|
|
@@ -2003,23 +3436,23 @@ declare namespace NetworkManager {
|
|
|
2003
3436
|
/**
|
|
2004
3437
|
* The ID of the global network.
|
|
2005
3438
|
*/
|
|
2006
|
-
GlobalNetworkId:
|
|
3439
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2007
3440
|
/**
|
|
2008
3441
|
* The ID of the connection.
|
|
2009
3442
|
*/
|
|
2010
|
-
ConnectionId:
|
|
3443
|
+
ConnectionId: ConnectionId;
|
|
2011
3444
|
/**
|
|
2012
3445
|
* The ID of the link for the first device in the connection.
|
|
2013
3446
|
*/
|
|
2014
|
-
LinkId?:
|
|
3447
|
+
LinkId?: LinkId;
|
|
2015
3448
|
/**
|
|
2016
3449
|
* The ID of the link for the second device in the connection.
|
|
2017
3450
|
*/
|
|
2018
|
-
ConnectedLinkId?:
|
|
3451
|
+
ConnectedLinkId?: LinkId;
|
|
2019
3452
|
/**
|
|
2020
3453
|
* A description of the connection. Length Constraints: Maximum length of 256 characters.
|
|
2021
3454
|
*/
|
|
2022
|
-
Description?:
|
|
3455
|
+
Description?: ConstrainedString;
|
|
2023
3456
|
}
|
|
2024
3457
|
export interface UpdateConnectionResponse {
|
|
2025
3458
|
/**
|
|
@@ -2027,15 +3460,31 @@ declare namespace NetworkManager {
|
|
|
2027
3460
|
*/
|
|
2028
3461
|
Connection?: Connection;
|
|
2029
3462
|
}
|
|
3463
|
+
export interface UpdateCoreNetworkRequest {
|
|
3464
|
+
/**
|
|
3465
|
+
* The ID of a core network.
|
|
3466
|
+
*/
|
|
3467
|
+
CoreNetworkId: CoreNetworkId;
|
|
3468
|
+
/**
|
|
3469
|
+
* The description of the update.
|
|
3470
|
+
*/
|
|
3471
|
+
Description?: ConstrainedString;
|
|
3472
|
+
}
|
|
3473
|
+
export interface UpdateCoreNetworkResponse {
|
|
3474
|
+
/**
|
|
3475
|
+
* Returns information about a core network update.
|
|
3476
|
+
*/
|
|
3477
|
+
CoreNetwork?: CoreNetwork;
|
|
3478
|
+
}
|
|
2030
3479
|
export interface UpdateDeviceRequest {
|
|
2031
3480
|
/**
|
|
2032
3481
|
* The ID of the global network.
|
|
2033
3482
|
*/
|
|
2034
|
-
GlobalNetworkId:
|
|
3483
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2035
3484
|
/**
|
|
2036
3485
|
* The ID of the device.
|
|
2037
3486
|
*/
|
|
2038
|
-
DeviceId:
|
|
3487
|
+
DeviceId: DeviceId;
|
|
2039
3488
|
/**
|
|
2040
3489
|
* The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
|
|
2041
3490
|
*/
|
|
@@ -2043,28 +3492,28 @@ declare namespace NetworkManager {
|
|
|
2043
3492
|
/**
|
|
2044
3493
|
* A description of the device. Constraints: Maximum length of 256 characters.
|
|
2045
3494
|
*/
|
|
2046
|
-
Description?:
|
|
3495
|
+
Description?: ConstrainedString;
|
|
2047
3496
|
/**
|
|
2048
3497
|
* The type of the device.
|
|
2049
3498
|
*/
|
|
2050
|
-
Type?:
|
|
3499
|
+
Type?: ConstrainedString;
|
|
2051
3500
|
/**
|
|
2052
3501
|
* The vendor of the device. Constraints: Maximum length of 128 characters.
|
|
2053
3502
|
*/
|
|
2054
|
-
Vendor?:
|
|
3503
|
+
Vendor?: ConstrainedString;
|
|
2055
3504
|
/**
|
|
2056
3505
|
* The model of the device. Constraints: Maximum length of 128 characters.
|
|
2057
3506
|
*/
|
|
2058
|
-
Model?:
|
|
3507
|
+
Model?: ConstrainedString;
|
|
2059
3508
|
/**
|
|
2060
3509
|
* The serial number of the device. Constraints: Maximum length of 128 characters.
|
|
2061
3510
|
*/
|
|
2062
|
-
SerialNumber?:
|
|
3511
|
+
SerialNumber?: ConstrainedString;
|
|
2063
3512
|
Location?: Location;
|
|
2064
3513
|
/**
|
|
2065
3514
|
* The ID of the site.
|
|
2066
3515
|
*/
|
|
2067
|
-
SiteId?:
|
|
3516
|
+
SiteId?: SiteId;
|
|
2068
3517
|
}
|
|
2069
3518
|
export interface UpdateDeviceResponse {
|
|
2070
3519
|
/**
|
|
@@ -2076,11 +3525,11 @@ declare namespace NetworkManager {
|
|
|
2076
3525
|
/**
|
|
2077
3526
|
* The ID of your global network.
|
|
2078
3527
|
*/
|
|
2079
|
-
GlobalNetworkId:
|
|
3528
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2080
3529
|
/**
|
|
2081
3530
|
* A description of the global network. Constraints: Maximum length of 256 characters.
|
|
2082
3531
|
*/
|
|
2083
|
-
Description?:
|
|
3532
|
+
Description?: ConstrainedString;
|
|
2084
3533
|
}
|
|
2085
3534
|
export interface UpdateGlobalNetworkResponse {
|
|
2086
3535
|
/**
|
|
@@ -2092,19 +3541,19 @@ declare namespace NetworkManager {
|
|
|
2092
3541
|
/**
|
|
2093
3542
|
* The ID of the global network.
|
|
2094
3543
|
*/
|
|
2095
|
-
GlobalNetworkId:
|
|
3544
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2096
3545
|
/**
|
|
2097
3546
|
* The ID of the link.
|
|
2098
3547
|
*/
|
|
2099
|
-
LinkId:
|
|
3548
|
+
LinkId: LinkId;
|
|
2100
3549
|
/**
|
|
2101
3550
|
* A description of the link. Constraints: Maximum length of 256 characters.
|
|
2102
3551
|
*/
|
|
2103
|
-
Description?:
|
|
3552
|
+
Description?: ConstrainedString;
|
|
2104
3553
|
/**
|
|
2105
3554
|
* The type of the link. Constraints: Maximum length of 128 characters.
|
|
2106
3555
|
*/
|
|
2107
|
-
Type?:
|
|
3556
|
+
Type?: ConstrainedString;
|
|
2108
3557
|
/**
|
|
2109
3558
|
* The upload and download speed in Mbps.
|
|
2110
3559
|
*/
|
|
@@ -2112,7 +3561,7 @@ declare namespace NetworkManager {
|
|
|
2112
3561
|
/**
|
|
2113
3562
|
* The provider of the link. Constraints: Maximum length of 128 characters.
|
|
2114
3563
|
*/
|
|
2115
|
-
Provider?:
|
|
3564
|
+
Provider?: ConstrainedString;
|
|
2116
3565
|
}
|
|
2117
3566
|
export interface UpdateLinkResponse {
|
|
2118
3567
|
/**
|
|
@@ -2124,11 +3573,11 @@ declare namespace NetworkManager {
|
|
|
2124
3573
|
/**
|
|
2125
3574
|
* The ID of the global network.
|
|
2126
3575
|
*/
|
|
2127
|
-
GlobalNetworkId:
|
|
3576
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2128
3577
|
/**
|
|
2129
3578
|
* The ARN of the resource.
|
|
2130
3579
|
*/
|
|
2131
|
-
ResourceArn:
|
|
3580
|
+
ResourceArn: ResourceArn;
|
|
2132
3581
|
/**
|
|
2133
3582
|
* The resource metadata.
|
|
2134
3583
|
*/
|
|
@@ -2138,7 +3587,7 @@ declare namespace NetworkManager {
|
|
|
2138
3587
|
/**
|
|
2139
3588
|
* The ARN of the resource.
|
|
2140
3589
|
*/
|
|
2141
|
-
ResourceArn?:
|
|
3590
|
+
ResourceArn?: ResourceArn;
|
|
2142
3591
|
/**
|
|
2143
3592
|
* The updated resource metadata.
|
|
2144
3593
|
*/
|
|
@@ -2148,15 +3597,15 @@ declare namespace NetworkManager {
|
|
|
2148
3597
|
/**
|
|
2149
3598
|
* The ID of the global network.
|
|
2150
3599
|
*/
|
|
2151
|
-
GlobalNetworkId:
|
|
3600
|
+
GlobalNetworkId: GlobalNetworkId;
|
|
2152
3601
|
/**
|
|
2153
3602
|
* The ID of your site.
|
|
2154
3603
|
*/
|
|
2155
|
-
SiteId:
|
|
3604
|
+
SiteId: SiteId;
|
|
2156
3605
|
/**
|
|
2157
3606
|
* A description of your site. Constraints: Maximum length of 256 characters.
|
|
2158
3607
|
*/
|
|
2159
|
-
Description?:
|
|
3608
|
+
Description?: ConstrainedString;
|
|
2160
3609
|
/**
|
|
2161
3610
|
* The site location: Address: The physical address of the site. Latitude: The latitude of the site. Longitude: The longitude of the site.
|
|
2162
3611
|
*/
|
|
@@ -2168,6 +3617,52 @@ declare namespace NetworkManager {
|
|
|
2168
3617
|
*/
|
|
2169
3618
|
Site?: Site;
|
|
2170
3619
|
}
|
|
3620
|
+
export interface UpdateVpcAttachmentRequest {
|
|
3621
|
+
/**
|
|
3622
|
+
* The ID of the attachment.
|
|
3623
|
+
*/
|
|
3624
|
+
AttachmentId: AttachmentId;
|
|
3625
|
+
/**
|
|
3626
|
+
* Adds a subnet ARN to the VPC attachment.
|
|
3627
|
+
*/
|
|
3628
|
+
AddSubnetArns?: SubnetArnList;
|
|
3629
|
+
/**
|
|
3630
|
+
* Removes a subnet ARN from the attachment.
|
|
3631
|
+
*/
|
|
3632
|
+
RemoveSubnetArns?: SubnetArnList;
|
|
3633
|
+
/**
|
|
3634
|
+
* Additional options for updating the VPC attachment.
|
|
3635
|
+
*/
|
|
3636
|
+
Options?: VpcOptions;
|
|
3637
|
+
}
|
|
3638
|
+
export interface UpdateVpcAttachmentResponse {
|
|
3639
|
+
/**
|
|
3640
|
+
* Describes the updated VPC attachment.
|
|
3641
|
+
*/
|
|
3642
|
+
VpcAttachment?: VpcAttachment;
|
|
3643
|
+
}
|
|
3644
|
+
export type VpcArn = string;
|
|
3645
|
+
export interface VpcAttachment {
|
|
3646
|
+
/**
|
|
3647
|
+
* Provides details about the VPC attachment.
|
|
3648
|
+
*/
|
|
3649
|
+
Attachment?: Attachment;
|
|
3650
|
+
/**
|
|
3651
|
+
* The subnet ARNs.
|
|
3652
|
+
*/
|
|
3653
|
+
SubnetArns?: SubnetArnList;
|
|
3654
|
+
/**
|
|
3655
|
+
* Provides details about the VPC attachment.
|
|
3656
|
+
*/
|
|
3657
|
+
Options?: VpcOptions;
|
|
3658
|
+
}
|
|
3659
|
+
export interface VpcOptions {
|
|
3660
|
+
/**
|
|
3661
|
+
* Indicates whether IPv6 is supported.
|
|
3662
|
+
*/
|
|
3663
|
+
Ipv6Support?: Boolean;
|
|
3664
|
+
}
|
|
3665
|
+
export type VpnConnectionArn = string;
|
|
2171
3666
|
/**
|
|
2172
3667
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
2173
3668
|
*/
|