aws-sdk 2.1008.0 → 2.1012.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 +21 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +43 -37
- package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/apis/dataexchange-2017-07-25.min.json +65 -13
- package/apis/directconnect-2012-10-25.min.json +119 -35
- package/apis/glue-2017-03-31.min.json +341 -339
- package/apis/ivs-2020-07-14.min.json +127 -100
- package/apis/ivs-2020-07-14.paginators.json +4 -14
- package/apis/mediaconvert-2017-08-29.min.json +137 -134
- package/apis/mediapackage-2017-10-12.min.json +4 -0
- package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/apis/metadata.json +3 -0
- package/apis/panorama-2019-07-24.examples.json +5 -0
- package/apis/panorama-2019-07-24.min.json +1622 -0
- package/apis/panorama-2019-07-24.paginators.json +49 -0
- package/apis/quicksight-2018-04-01.min.json +237 -159
- package/apis/securityhub-2018-10-26.min.json +282 -137
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appflow.d.ts +8 -0
- package/clients/chimesdkmessaging.d.ts +475 -2
- package/clients/dataexchange.d.ts +110 -20
- package/clients/directconnect.d.ts +186 -49
- package/clients/efs.d.ts +10 -10
- package/clients/glue.d.ts +11 -2
- package/clients/ivs.d.ts +158 -133
- package/clients/mediaconvert.d.ts +57 -58
- package/clients/mediapackage.d.ts +4 -0
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/panorama.d.ts +1926 -0
- package/clients/panorama.js +18 -0
- package/clients/quicksight.d.ts +158 -75
- package/clients/securityhub.d.ts +161 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +125 -38
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -36,27 +36,27 @@ declare class DirectConnect extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
allocateHostedConnection(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Provisions a private virtual interface to be owned by the specified account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
39
|
+
* Provisions a private virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
40
40
|
*/
|
|
41
41
|
allocatePrivateVirtualInterface(params: DirectConnect.Types.AllocatePrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Provisions a private virtual interface to be owned by the specified account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
43
|
+
* Provisions a private virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
44
44
|
*/
|
|
45
45
|
allocatePrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Provisions a public virtual interface to be owned by the specified account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
47
|
+
* Provisions a public virtual interface to be owned by the specified Amazon Web Services account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
48
48
|
*/
|
|
49
49
|
allocatePublicVirtualInterface(params: DirectConnect.Types.AllocatePublicVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Provisions a public virtual interface to be owned by the specified account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
51
|
+
* Provisions a public virtual interface to be owned by the specified Amazon Web Services account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
52
52
|
*/
|
|
53
53
|
allocatePublicVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
55
|
+
* Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
56
56
|
*/
|
|
57
57
|
allocateTransitVirtualInterface(params: DirectConnect.Types.AllocateTransitVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.AllocateTransitVirtualInterfaceResult) => void): Request<DirectConnect.Types.AllocateTransitVirtualInterfaceResult, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
59
|
+
* Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
60
60
|
*/
|
|
61
61
|
allocateTransitVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.AllocateTransitVirtualInterfaceResult) => void): Request<DirectConnect.Types.AllocateTransitVirtualInterfaceResult, AWSError>;
|
|
62
62
|
/**
|
|
@@ -100,27 +100,35 @@ declare class DirectConnect extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
confirmConnection(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmConnectionResponse) => void): Request<DirectConnect.Types.ConfirmConnectionResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
|
|
104
|
+
*/
|
|
105
|
+
confirmCustomerAgreement(params: DirectConnect.Types.ConfirmCustomerAgreementRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmCustomerAgreementResponse) => void): Request<DirectConnect.Types.ConfirmCustomerAgreementResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
|
|
108
|
+
*/
|
|
109
|
+
confirmCustomerAgreement(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmCustomerAgreementResponse) => void): Request<DirectConnect.Types.ConfirmCustomerAgreementResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
* Accepts ownership of a private virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
|
|
104
112
|
*/
|
|
105
113
|
confirmPrivateVirtualInterface(params: DirectConnect.Types.ConfirmPrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse, AWSError>;
|
|
106
114
|
/**
|
|
107
|
-
* Accepts ownership of a private virtual interface created by another account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
|
|
115
|
+
* Accepts ownership of a private virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
|
|
108
116
|
*/
|
|
109
117
|
confirmPrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse, AWSError>;
|
|
110
118
|
/**
|
|
111
|
-
* Accepts ownership of a public virtual interface created by another account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
119
|
+
* Accepts ownership of a public virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
112
120
|
*/
|
|
113
121
|
confirmPublicVirtualInterface(params: DirectConnect.Types.ConfirmPublicVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse, AWSError>;
|
|
114
122
|
/**
|
|
115
|
-
* Accepts ownership of a public virtual interface created by another account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
123
|
+
* Accepts ownership of a public virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
116
124
|
*/
|
|
117
125
|
confirmPublicVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse, AWSError>;
|
|
118
126
|
/**
|
|
119
|
-
* Accepts ownership of a transit virtual interface created by another account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
127
|
+
* Accepts ownership of a transit virtual interface created by another Amazon Web Services account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
120
128
|
*/
|
|
121
129
|
confirmTransitVirtualInterface(params: DirectConnect.Types.ConfirmTransitVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse, AWSError>;
|
|
122
130
|
/**
|
|
123
|
-
* Accepts ownership of a transit virtual interface created by another account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
131
|
+
* Accepts ownership of a transit virtual interface created by another Amazon Web Services account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
124
132
|
*/
|
|
125
133
|
confirmTransitVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse, AWSError>;
|
|
126
134
|
/**
|
|
@@ -140,11 +148,11 @@ declare class DirectConnect extends Service {
|
|
|
140
148
|
*/
|
|
141
149
|
createConnection(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
|
142
150
|
/**
|
|
143
|
-
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
151
|
+
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
144
152
|
*/
|
|
145
153
|
createDirectConnectGateway(params: DirectConnect.Types.CreateDirectConnectGatewayRequest, callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayResult, AWSError>;
|
|
146
154
|
/**
|
|
147
|
-
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
155
|
+
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
148
156
|
*/
|
|
149
157
|
createDirectConnectGateway(callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayResult, AWSError>;
|
|
150
158
|
/**
|
|
@@ -156,11 +164,11 @@ declare class DirectConnect extends Service {
|
|
|
156
164
|
*/
|
|
157
165
|
createDirectConnectGatewayAssociation(callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayAssociationResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayAssociationResult, AWSError>;
|
|
158
166
|
/**
|
|
159
|
-
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account.
|
|
167
|
+
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
|
|
160
168
|
*/
|
|
161
169
|
createDirectConnectGatewayAssociationProposal(params: DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalRequest, callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult, AWSError>;
|
|
162
170
|
/**
|
|
163
|
-
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account.
|
|
171
|
+
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
|
|
164
172
|
*/
|
|
165
173
|
createDirectConnectGatewayAssociationProposal(callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult, AWSError>;
|
|
166
174
|
/**
|
|
@@ -172,19 +180,19 @@ declare class DirectConnect extends Service {
|
|
|
172
180
|
*/
|
|
173
181
|
createInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Interconnect) => void): Request<DirectConnect.Types.Interconnect, AWSError>;
|
|
174
182
|
/**
|
|
175
|
-
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
183
|
+
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
176
184
|
*/
|
|
177
185
|
createLag(params: DirectConnect.Types.CreateLagRequest, callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
|
178
186
|
/**
|
|
179
|
-
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
187
|
+
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
180
188
|
*/
|
|
181
189
|
createLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
|
182
190
|
/**
|
|
183
|
-
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
191
|
+
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
184
192
|
*/
|
|
185
193
|
createPrivateVirtualInterface(params: DirectConnect.Types.CreatePrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
186
194
|
/**
|
|
187
|
-
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
195
|
+
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
188
196
|
*/
|
|
189
197
|
createPrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
190
198
|
/**
|
|
@@ -291,6 +299,10 @@ declare class DirectConnect extends Service {
|
|
|
291
299
|
* Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
|
|
292
300
|
*/
|
|
293
301
|
describeConnectionsOnInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
|
|
302
|
+
/**
|
|
303
|
+
* Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
|
|
304
|
+
*/
|
|
305
|
+
describeCustomerMetadata(callback?: (err: AWSError, data: DirectConnect.Types.DescribeCustomerMetadataResponse) => void): Request<DirectConnect.Types.DescribeCustomerMetadataResponse, AWSError>;
|
|
294
306
|
/**
|
|
295
307
|
* Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
|
|
296
308
|
*/
|
|
@@ -340,11 +352,11 @@ declare class DirectConnect extends Service {
|
|
|
340
352
|
*/
|
|
341
353
|
describeInterconnectLoa(callback?: (err: AWSError, data: DirectConnect.Types.DescribeInterconnectLoaResponse) => void): Request<DirectConnect.Types.DescribeInterconnectLoaResponse, AWSError>;
|
|
342
354
|
/**
|
|
343
|
-
* Lists the interconnects owned by the account or only the specified interconnect.
|
|
355
|
+
* Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
|
|
344
356
|
*/
|
|
345
357
|
describeInterconnects(params: DirectConnect.Types.DescribeInterconnectsRequest, callback?: (err: AWSError, data: DirectConnect.Types.Interconnects) => void): Request<DirectConnect.Types.Interconnects, AWSError>;
|
|
346
358
|
/**
|
|
347
|
-
* Lists the interconnects owned by the account or only the specified interconnect.
|
|
359
|
+
* Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
|
|
348
360
|
*/
|
|
349
361
|
describeInterconnects(callback?: (err: AWSError, data: DirectConnect.Types.Interconnects) => void): Request<DirectConnect.Types.Interconnects, AWSError>;
|
|
350
362
|
/**
|
|
@@ -364,9 +376,17 @@ declare class DirectConnect extends Service {
|
|
|
364
376
|
*/
|
|
365
377
|
describeLoa(callback?: (err: AWSError, data: DirectConnect.Types.Loa) => void): Request<DirectConnect.Types.Loa, AWSError>;
|
|
366
378
|
/**
|
|
367
|
-
* Lists the Direct Connect locations in the current Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
|
|
379
|
+
* Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
|
|
368
380
|
*/
|
|
369
381
|
describeLocations(callback?: (err: AWSError, data: DirectConnect.Types.Locations) => void): Request<DirectConnect.Types.Locations, AWSError>;
|
|
382
|
+
/**
|
|
383
|
+
* Details about the router.
|
|
384
|
+
*/
|
|
385
|
+
describeRouterConfiguration(params: DirectConnect.Types.DescribeRouterConfigurationRequest, callback?: (err: AWSError, data: DirectConnect.Types.DescribeRouterConfigurationResponse) => void): Request<DirectConnect.Types.DescribeRouterConfigurationResponse, AWSError>;
|
|
386
|
+
/**
|
|
387
|
+
* Details about the router.
|
|
388
|
+
*/
|
|
389
|
+
describeRouterConfiguration(callback?: (err: AWSError, data: DirectConnect.Types.DescribeRouterConfigurationResponse) => void): Request<DirectConnect.Types.DescribeRouterConfigurationResponse, AWSError>;
|
|
370
390
|
/**
|
|
371
391
|
* Describes the tags associated with the specified Direct Connect resources.
|
|
372
392
|
*/
|
|
@@ -376,15 +396,15 @@ declare class DirectConnect extends Service {
|
|
|
376
396
|
*/
|
|
377
397
|
describeTags(callback?: (err: AWSError, data: DirectConnect.Types.DescribeTagsResponse) => void): Request<DirectConnect.Types.DescribeTagsResponse, AWSError>;
|
|
378
398
|
/**
|
|
379
|
-
* Lists the virtual private gateways owned by the account. You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
|
|
399
|
+
* Lists the virtual private gateways owned by the Amazon Web Services account. You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
|
|
380
400
|
*/
|
|
381
401
|
describeVirtualGateways(callback?: (err: AWSError, data: DirectConnect.Types.VirtualGateways) => void): Request<DirectConnect.Types.VirtualGateways, AWSError>;
|
|
382
402
|
/**
|
|
383
|
-
* Displays all virtual interfaces for an account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
403
|
+
* Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
384
404
|
*/
|
|
385
405
|
describeVirtualInterfaces(params: DirectConnect.Types.DescribeVirtualInterfacesRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterfaces) => void): Request<DirectConnect.Types.VirtualInterfaces, AWSError>;
|
|
386
406
|
/**
|
|
387
|
-
* Displays all virtual interfaces for an account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
407
|
+
* Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
388
408
|
*/
|
|
389
409
|
describeVirtualInterfaces(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterfaces) => void): Request<DirectConnect.Types.VirtualInterfaces, AWSError>;
|
|
390
410
|
/**
|
|
@@ -451,6 +471,14 @@ declare class DirectConnect extends Service {
|
|
|
451
471
|
* Updates the Direct Connect dedicated connection configuration. You can update the following parameters for a connection: The connection name The connection's MAC Security (MACsec) encryption mode.
|
|
452
472
|
*/
|
|
453
473
|
updateConnection(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
|
474
|
+
/**
|
|
475
|
+
* Updates the name of a current Direct Connect gateway.
|
|
476
|
+
*/
|
|
477
|
+
updateDirectConnectGateway(params: DirectConnect.Types.UpdateDirectConnectGatewayRequest, callback?: (err: AWSError, data: DirectConnect.Types.UpdateDirectConnectGatewayResponse) => void): Request<DirectConnect.Types.UpdateDirectConnectGatewayResponse, AWSError>;
|
|
478
|
+
/**
|
|
479
|
+
* Updates the name of a current Direct Connect gateway.
|
|
480
|
+
*/
|
|
481
|
+
updateDirectConnectGateway(callback?: (err: AWSError, data: DirectConnect.Types.UpdateDirectConnectGatewayResponse) => void): Request<DirectConnect.Types.UpdateDirectConnectGatewayResponse, AWSError>;
|
|
454
482
|
/**
|
|
455
483
|
* Updates the specified attributes of the Direct Connect gateway association. Add or remove prefixes from the association.
|
|
456
484
|
*/
|
|
@@ -488,7 +516,7 @@ declare namespace DirectConnect {
|
|
|
488
516
|
*/
|
|
489
517
|
proposalId: DirectConnectGatewayAssociationProposalId;
|
|
490
518
|
/**
|
|
491
|
-
* The ID of the account that owns the virtual private gateway or transit gateway.
|
|
519
|
+
* The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.
|
|
492
520
|
*/
|
|
493
521
|
associatedGatewayOwnerAccount: OwnerAccount;
|
|
494
522
|
/**
|
|
@@ -500,6 +528,8 @@ declare namespace DirectConnect {
|
|
|
500
528
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
501
529
|
}
|
|
502
530
|
export type AddressFamily = "ipv4"|"ipv6"|string;
|
|
531
|
+
export type AgreementList = CustomerAgreement[];
|
|
532
|
+
export type AgreementName = string;
|
|
503
533
|
export interface AllocateConnectionOnInterconnectRequest {
|
|
504
534
|
/**
|
|
505
535
|
* The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
|
|
@@ -510,7 +540,7 @@ declare namespace DirectConnect {
|
|
|
510
540
|
*/
|
|
511
541
|
connectionName: ConnectionName;
|
|
512
542
|
/**
|
|
513
|
-
* The ID of the account of the customer for whom the connection will be provisioned.
|
|
543
|
+
* The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
|
|
514
544
|
*/
|
|
515
545
|
ownerAccount: OwnerAccount;
|
|
516
546
|
/**
|
|
@@ -528,7 +558,7 @@ declare namespace DirectConnect {
|
|
|
528
558
|
*/
|
|
529
559
|
connectionId: ConnectionId;
|
|
530
560
|
/**
|
|
531
|
-
* The ID of the account ID of the customer for the connection.
|
|
561
|
+
* The ID of the Amazon Web Services account ID of the customer for the connection.
|
|
532
562
|
*/
|
|
533
563
|
ownerAccount: OwnerAccount;
|
|
534
564
|
/**
|
|
@@ -554,7 +584,7 @@ declare namespace DirectConnect {
|
|
|
554
584
|
*/
|
|
555
585
|
connectionId: ConnectionId;
|
|
556
586
|
/**
|
|
557
|
-
* The ID of the account that owns the virtual private interface.
|
|
587
|
+
* The ID of the Amazon Web Services account that owns the virtual private interface.
|
|
558
588
|
*/
|
|
559
589
|
ownerAccount: OwnerAccount;
|
|
560
590
|
/**
|
|
@@ -568,7 +598,7 @@ declare namespace DirectConnect {
|
|
|
568
598
|
*/
|
|
569
599
|
connectionId: ConnectionId;
|
|
570
600
|
/**
|
|
571
|
-
* The ID of the account that owns the public virtual interface.
|
|
601
|
+
* The ID of the Amazon Web Services account that owns the public virtual interface.
|
|
572
602
|
*/
|
|
573
603
|
ownerAccount: OwnerAccount;
|
|
574
604
|
/**
|
|
@@ -582,7 +612,7 @@ declare namespace DirectConnect {
|
|
|
582
612
|
*/
|
|
583
613
|
connectionId: ConnectionId;
|
|
584
614
|
/**
|
|
585
|
-
* The ID of the account that owns the transit virtual interface.
|
|
615
|
+
* The ID of the Amazon Web Services account that owns the transit virtual interface.
|
|
586
616
|
*/
|
|
587
617
|
ownerAccount: OwnerAccount;
|
|
588
618
|
/**
|
|
@@ -662,7 +692,7 @@ declare namespace DirectConnect {
|
|
|
662
692
|
*/
|
|
663
693
|
type?: GatewayType;
|
|
664
694
|
/**
|
|
665
|
-
* The ID of the account that owns the associated virtual private gateway or transit gateway.
|
|
695
|
+
* The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
|
|
666
696
|
*/
|
|
667
697
|
ownerAccount?: OwnerAccount;
|
|
668
698
|
/**
|
|
@@ -741,6 +771,18 @@ declare namespace DirectConnect {
|
|
|
741
771
|
*/
|
|
742
772
|
connectionState?: ConnectionState;
|
|
743
773
|
}
|
|
774
|
+
export interface ConfirmCustomerAgreementRequest {
|
|
775
|
+
/**
|
|
776
|
+
* The name of the customer agreement.
|
|
777
|
+
*/
|
|
778
|
+
agreementName?: AgreementName;
|
|
779
|
+
}
|
|
780
|
+
export interface ConfirmCustomerAgreementResponse {
|
|
781
|
+
/**
|
|
782
|
+
* The status of the customer agreement when the connection was created. This will be either signed or unsigned.
|
|
783
|
+
*/
|
|
784
|
+
status?: Status;
|
|
785
|
+
}
|
|
744
786
|
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
745
787
|
/**
|
|
746
788
|
* The ID of the virtual interface.
|
|
@@ -791,7 +833,7 @@ declare namespace DirectConnect {
|
|
|
791
833
|
}
|
|
792
834
|
export interface Connection {
|
|
793
835
|
/**
|
|
794
|
-
* The ID of the account that owns the connection.
|
|
836
|
+
* The ID of the Amazon Web Services account that owns the connection.
|
|
795
837
|
*/
|
|
796
838
|
ownerAccount?: OwnerAccount;
|
|
797
839
|
/**
|
|
@@ -807,7 +849,7 @@ declare namespace DirectConnect {
|
|
|
807
849
|
*/
|
|
808
850
|
connectionState?: ConnectionState;
|
|
809
851
|
/**
|
|
810
|
-
* The Region where the connection is located.
|
|
852
|
+
* The Amazon Web Services Region where the connection is located.
|
|
811
853
|
*/
|
|
812
854
|
region?: Region;
|
|
813
855
|
/**
|
|
@@ -942,7 +984,7 @@ declare namespace DirectConnect {
|
|
|
942
984
|
*/
|
|
943
985
|
directConnectGatewayId: DirectConnectGatewayId;
|
|
944
986
|
/**
|
|
945
|
-
* The ID of the account that owns the Direct Connect gateway.
|
|
987
|
+
* The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
|
946
988
|
*/
|
|
947
989
|
directConnectGatewayOwnerAccount: OwnerAccount;
|
|
948
990
|
/**
|
|
@@ -1102,6 +1144,16 @@ declare namespace DirectConnect {
|
|
|
1102
1144
|
virtualInterface?: VirtualInterface;
|
|
1103
1145
|
}
|
|
1104
1146
|
export type CustomerAddress = string;
|
|
1147
|
+
export interface CustomerAgreement {
|
|
1148
|
+
/**
|
|
1149
|
+
* The name of the agreement.
|
|
1150
|
+
*/
|
|
1151
|
+
agreementName?: AgreementName;
|
|
1152
|
+
/**
|
|
1153
|
+
* The status of the customer agreement. This will be either signed or unsigned
|
|
1154
|
+
*/
|
|
1155
|
+
status?: Status;
|
|
1156
|
+
}
|
|
1105
1157
|
export interface DeleteBGPPeerRequest {
|
|
1106
1158
|
/**
|
|
1107
1159
|
* The ID of the virtual interface.
|
|
@@ -1238,6 +1290,16 @@ declare namespace DirectConnect {
|
|
|
1238
1290
|
*/
|
|
1239
1291
|
connectionId?: ConnectionId;
|
|
1240
1292
|
}
|
|
1293
|
+
export interface DescribeCustomerMetadataResponse {
|
|
1294
|
+
/**
|
|
1295
|
+
* The list of customer agreements.
|
|
1296
|
+
*/
|
|
1297
|
+
agreements?: AgreementList;
|
|
1298
|
+
/**
|
|
1299
|
+
* The type of network-to-network interface (NNI) partner. The partner type will be one of the following: V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections. V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections. nonPartner: The customer is not a partner.
|
|
1300
|
+
*/
|
|
1301
|
+
nniPartnerType?: NniPartnerType;
|
|
1302
|
+
}
|
|
1241
1303
|
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
1242
1304
|
/**
|
|
1243
1305
|
* The ID of the Direct Connect gateway.
|
|
@@ -1410,6 +1472,34 @@ declare namespace DirectConnect {
|
|
|
1410
1472
|
*/
|
|
1411
1473
|
loaContentType?: LoaContentType;
|
|
1412
1474
|
}
|
|
1475
|
+
export interface DescribeRouterConfigurationRequest {
|
|
1476
|
+
/**
|
|
1477
|
+
* The ID of the virtual interface.
|
|
1478
|
+
*/
|
|
1479
|
+
virtualInterfaceId: VirtualInterfaceId;
|
|
1480
|
+
/**
|
|
1481
|
+
* Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
|
|
1482
|
+
*/
|
|
1483
|
+
routerTypeIdentifier?: RouterTypeIdentifier;
|
|
1484
|
+
}
|
|
1485
|
+
export interface DescribeRouterConfigurationResponse {
|
|
1486
|
+
/**
|
|
1487
|
+
* The customer router configuration.
|
|
1488
|
+
*/
|
|
1489
|
+
customerRouterConfig?: RouterConfig;
|
|
1490
|
+
/**
|
|
1491
|
+
* The details about the router.
|
|
1492
|
+
*/
|
|
1493
|
+
router?: RouterType;
|
|
1494
|
+
/**
|
|
1495
|
+
* The ID assigned to the virtual interface.
|
|
1496
|
+
*/
|
|
1497
|
+
virtualInterfaceId?: VirtualInterfaceId;
|
|
1498
|
+
/**
|
|
1499
|
+
* The name of the virtual interface assigned by the customer network.
|
|
1500
|
+
*/
|
|
1501
|
+
virtualInterfaceName?: VirtualInterfaceName;
|
|
1502
|
+
}
|
|
1413
1503
|
export interface DescribeTagsRequest {
|
|
1414
1504
|
/**
|
|
1415
1505
|
* The Amazon Resource Names (ARNs) of the resources.
|
|
@@ -1446,7 +1536,7 @@ declare namespace DirectConnect {
|
|
|
1446
1536
|
*/
|
|
1447
1537
|
amazonSideAsn?: LongAsn;
|
|
1448
1538
|
/**
|
|
1449
|
-
* The ID of the account that owns the Direct Connect gateway.
|
|
1539
|
+
* The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
|
1450
1540
|
*/
|
|
1451
1541
|
ownerAccount?: OwnerAccount;
|
|
1452
1542
|
/**
|
|
@@ -1464,7 +1554,7 @@ declare namespace DirectConnect {
|
|
|
1464
1554
|
*/
|
|
1465
1555
|
directConnectGatewayId?: DirectConnectGatewayId;
|
|
1466
1556
|
/**
|
|
1467
|
-
* The ID of the account that owns the associated gateway.
|
|
1557
|
+
* The ID of the Amazon Web Services account that owns the associated gateway.
|
|
1468
1558
|
*/
|
|
1469
1559
|
directConnectGatewayOwnerAccount?: OwnerAccount;
|
|
1470
1560
|
/**
|
|
@@ -1492,11 +1582,11 @@ declare namespace DirectConnect {
|
|
|
1492
1582
|
*/
|
|
1493
1583
|
virtualGatewayId?: VirtualGatewayId;
|
|
1494
1584
|
/**
|
|
1495
|
-
* The Region where the virtual private gateway is located.
|
|
1585
|
+
* The Amazon Web Services Region where the virtual private gateway is located.
|
|
1496
1586
|
*/
|
|
1497
1587
|
virtualGatewayRegion?: VirtualGatewayRegion;
|
|
1498
1588
|
/**
|
|
1499
|
-
* The ID of the account that owns the virtual private gateway.
|
|
1589
|
+
* The ID of the Amazon Web Services account that owns the virtual private gateway.
|
|
1500
1590
|
*/
|
|
1501
1591
|
virtualGatewayOwnerAccount?: OwnerAccount;
|
|
1502
1592
|
}
|
|
@@ -1512,7 +1602,7 @@ declare namespace DirectConnect {
|
|
|
1512
1602
|
*/
|
|
1513
1603
|
directConnectGatewayId?: DirectConnectGatewayId;
|
|
1514
1604
|
/**
|
|
1515
|
-
* The ID of the account that owns the Direct Connect gateway.
|
|
1605
|
+
* The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
|
1516
1606
|
*/
|
|
1517
1607
|
directConnectGatewayOwnerAccount?: OwnerAccount;
|
|
1518
1608
|
/**
|
|
@@ -1546,11 +1636,11 @@ declare namespace DirectConnect {
|
|
|
1546
1636
|
*/
|
|
1547
1637
|
virtualInterfaceId?: VirtualInterfaceId;
|
|
1548
1638
|
/**
|
|
1549
|
-
* The Region where the virtual interface is located.
|
|
1639
|
+
* The Amazon Web Services Region where the virtual interface is located.
|
|
1550
1640
|
*/
|
|
1551
1641
|
virtualInterfaceRegion?: VirtualInterfaceRegion;
|
|
1552
1642
|
/**
|
|
1553
|
-
* The ID of the account that owns the virtual interface.
|
|
1643
|
+
* The ID of the Amazon Web Services account that owns the virtual interface.
|
|
1554
1644
|
*/
|
|
1555
1645
|
virtualInterfaceOwnerAccount?: OwnerAccount;
|
|
1556
1646
|
/**
|
|
@@ -1624,7 +1714,7 @@ declare namespace DirectConnect {
|
|
|
1624
1714
|
*/
|
|
1625
1715
|
interconnectState?: InterconnectState;
|
|
1626
1716
|
/**
|
|
1627
|
-
* The Region where the connection is located.
|
|
1717
|
+
* The Amazon Web Services Region where the connection is located.
|
|
1628
1718
|
*/
|
|
1629
1719
|
region?: Region;
|
|
1630
1720
|
/**
|
|
@@ -1697,7 +1787,7 @@ declare namespace DirectConnect {
|
|
|
1697
1787
|
*/
|
|
1698
1788
|
lagId?: LagId;
|
|
1699
1789
|
/**
|
|
1700
|
-
* The ID of the account that owns the LAG.
|
|
1790
|
+
* The ID of the Amazon Web Services account that owns the LAG.
|
|
1701
1791
|
*/
|
|
1702
1792
|
ownerAccount?: OwnerAccount;
|
|
1703
1793
|
/**
|
|
@@ -1713,7 +1803,7 @@ declare namespace DirectConnect {
|
|
|
1713
1803
|
*/
|
|
1714
1804
|
location?: LocationCode;
|
|
1715
1805
|
/**
|
|
1716
|
-
* The Region where the connection is located.
|
|
1806
|
+
* The Amazon Web Services Region where the connection is located.
|
|
1717
1807
|
*/
|
|
1718
1808
|
region?: Region;
|
|
1719
1809
|
/**
|
|
@@ -1838,7 +1928,7 @@ declare namespace DirectConnect {
|
|
|
1838
1928
|
*/
|
|
1839
1929
|
locationName?: LocationName;
|
|
1840
1930
|
/**
|
|
1841
|
-
* The Region for the location.
|
|
1931
|
+
* The Amazon Web Services Region for the location.
|
|
1842
1932
|
*/
|
|
1843
1933
|
region?: Region;
|
|
1844
1934
|
/**
|
|
@@ -2148,9 +2238,11 @@ declare namespace DirectConnect {
|
|
|
2148
2238
|
*/
|
|
2149
2239
|
tags?: TagList;
|
|
2150
2240
|
}
|
|
2241
|
+
export type NniPartnerType = "v1"|"v2"|"nonPartner"|string;
|
|
2151
2242
|
export type OwnerAccount = string;
|
|
2152
2243
|
export type PaginationToken = string;
|
|
2153
2244
|
export type PartnerName = string;
|
|
2245
|
+
export type Platform = string;
|
|
2154
2246
|
export type PortEncryptionStatus = string;
|
|
2155
2247
|
export type PortSpeed = string;
|
|
2156
2248
|
export type ProviderList = ProviderName[];
|
|
@@ -2178,7 +2270,35 @@ declare namespace DirectConnect {
|
|
|
2178
2270
|
}
|
|
2179
2271
|
export type RouteFilterPrefixList = RouteFilterPrefix[];
|
|
2180
2272
|
export type RouterConfig = string;
|
|
2273
|
+
export interface RouterType {
|
|
2274
|
+
/**
|
|
2275
|
+
* The vendor for the virtual interface's router.
|
|
2276
|
+
*/
|
|
2277
|
+
vendor?: Vendor;
|
|
2278
|
+
/**
|
|
2279
|
+
* The virtual interface router platform.
|
|
2280
|
+
*/
|
|
2281
|
+
platform?: Platform;
|
|
2282
|
+
/**
|
|
2283
|
+
* The router software.
|
|
2284
|
+
*/
|
|
2285
|
+
software?: Software;
|
|
2286
|
+
/**
|
|
2287
|
+
* The template for the virtual interface's router.
|
|
2288
|
+
*/
|
|
2289
|
+
xsltTemplateName?: XsltTemplateName;
|
|
2290
|
+
/**
|
|
2291
|
+
* The MAC Security (MACsec) template for the virtual interface's router.
|
|
2292
|
+
*/
|
|
2293
|
+
xsltTemplateNameForMacSec?: XsltTemplateNameForMacSec;
|
|
2294
|
+
/**
|
|
2295
|
+
* Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
|
|
2296
|
+
*/
|
|
2297
|
+
routerTypeIdentifier?: RouterTypeIdentifier;
|
|
2298
|
+
}
|
|
2299
|
+
export type RouterTypeIdentifier = string;
|
|
2181
2300
|
export type SecretARN = string;
|
|
2301
|
+
export type Software = string;
|
|
2182
2302
|
export interface StartBgpFailoverTestRequest {
|
|
2183
2303
|
/**
|
|
2184
2304
|
* The ID of the virtual interface you want to test.
|
|
@@ -2203,6 +2323,7 @@ declare namespace DirectConnect {
|
|
|
2203
2323
|
export type StartTime = Date;
|
|
2204
2324
|
export type State = string;
|
|
2205
2325
|
export type StateChangeError = string;
|
|
2326
|
+
export type Status = string;
|
|
2206
2327
|
export interface StopBgpFailoverTestRequest {
|
|
2207
2328
|
/**
|
|
2208
2329
|
* The ID of the virtual interface you no longer want to test.
|
|
@@ -2286,6 +2407,19 @@ declare namespace DirectConnect {
|
|
|
2286
2407
|
export interface UpdateDirectConnectGatewayAssociationResult {
|
|
2287
2408
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
2288
2409
|
}
|
|
2410
|
+
export interface UpdateDirectConnectGatewayRequest {
|
|
2411
|
+
/**
|
|
2412
|
+
* The ID of the Direct Connect gateway to update.
|
|
2413
|
+
*/
|
|
2414
|
+
directConnectGatewayId: DirectConnectGatewayId;
|
|
2415
|
+
/**
|
|
2416
|
+
* The new name for the Direct Connect gateway.
|
|
2417
|
+
*/
|
|
2418
|
+
newDirectConnectGatewayName: DirectConnectGatewayName;
|
|
2419
|
+
}
|
|
2420
|
+
export interface UpdateDirectConnectGatewayResponse {
|
|
2421
|
+
directConnectGateway?: DirectConnectGateway;
|
|
2422
|
+
}
|
|
2289
2423
|
export interface UpdateLagRequest {
|
|
2290
2424
|
/**
|
|
2291
2425
|
* The ID of the LAG.
|
|
@@ -2315,6 +2449,7 @@ declare namespace DirectConnect {
|
|
|
2315
2449
|
mtu?: MTU;
|
|
2316
2450
|
}
|
|
2317
2451
|
export type VLAN = number;
|
|
2452
|
+
export type Vendor = string;
|
|
2318
2453
|
export interface VirtualGateway {
|
|
2319
2454
|
/**
|
|
2320
2455
|
* The ID of the virtual private gateway.
|
|
@@ -2337,7 +2472,7 @@ declare namespace DirectConnect {
|
|
|
2337
2472
|
}
|
|
2338
2473
|
export interface VirtualInterface {
|
|
2339
2474
|
/**
|
|
2340
|
-
* The ID of the account that owns the virtual interface.
|
|
2475
|
+
* The ID of the Amazon Web Services account that owns the virtual interface.
|
|
2341
2476
|
*/
|
|
2342
2477
|
ownerAccount?: OwnerAccount;
|
|
2343
2478
|
/**
|
|
@@ -2421,7 +2556,7 @@ declare namespace DirectConnect {
|
|
|
2421
2556
|
*/
|
|
2422
2557
|
bgpPeers?: BGPPeerList;
|
|
2423
2558
|
/**
|
|
2424
|
-
* The Region where the virtual interface is located.
|
|
2559
|
+
* The Amazon Web Services Region where the virtual interface is located.
|
|
2425
2560
|
*/
|
|
2426
2561
|
region?: Region;
|
|
2427
2562
|
/**
|
|
@@ -2484,6 +2619,8 @@ declare namespace DirectConnect {
|
|
|
2484
2619
|
*/
|
|
2485
2620
|
virtualInterfaces?: VirtualInterfaceList;
|
|
2486
2621
|
}
|
|
2622
|
+
export type XsltTemplateName = string;
|
|
2623
|
+
export type XsltTemplateNameForMacSec = string;
|
|
2487
2624
|
/**
|
|
2488
2625
|
* 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.
|
|
2489
2626
|
*/
|