aws-sdk 2.1653.0 → 2.1654.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/README.md +1 -1
- package/apis/organizations-2016-11-28.min.json +7 -1
- package/apis/rekognition-2016-06-27.min.json +8 -2
- package/apis/workspaces-2015-04-08.min.json +6 -0
- package/clients/applicationautoscaling.d.ts +28 -28
- package/clients/directconnect.d.ts +40 -25
- package/clients/organizations.d.ts +2 -2
- package/clients/rekognition.d.ts +11 -3
- package/clients/workspaces.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +11 -5
- package/dist/aws-sdk.min.js +19 -19
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -20,11 +20,11 @@ declare class DirectConnect extends Service {
|
|
20
20
|
*/
|
21
21
|
acceptDirectConnectGatewayAssociationProposal(callback?: (err: AWSError, data: DirectConnect.Types.AcceptDirectConnectGatewayAssociationProposalResult) => void): Request<DirectConnect.Types.AcceptDirectConnectGatewayAssociationProposalResult, AWSError>;
|
22
22
|
/**
|
23
|
-
*
|
23
|
+
* Deprecated. Use AllocateHostedConnection instead. Creates a hosted connection on an interconnect. Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect. Intended for use by Direct Connect Partners only.
|
24
24
|
*/
|
25
25
|
allocateConnectionOnInterconnect(params: DirectConnect.Types.AllocateConnectionOnInterconnectRequest, callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
26
26
|
/**
|
27
|
-
*
|
27
|
+
* Deprecated. Use AllocateHostedConnection instead. Creates a hosted connection on an interconnect. Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect. Intended for use by Direct Connect Partners only.
|
28
28
|
*/
|
29
29
|
allocateConnectionOnInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
30
30
|
/**
|
@@ -180,19 +180,19 @@ declare class DirectConnect extends Service {
|
|
180
180
|
*/
|
181
181
|
createInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Interconnect) => void): Request<DirectConnect.Types.Interconnect, AWSError>;
|
182
182
|
/**
|
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
|
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, 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per location. 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.
|
184
184
|
*/
|
185
185
|
createLag(params: DirectConnect.Types.CreateLagRequest, callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
186
186
|
/**
|
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
|
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, 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per location. 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.
|
188
188
|
*/
|
189
189
|
createLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
190
190
|
/**
|
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
|
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 8500 (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.
|
192
192
|
*/
|
193
193
|
createPrivateVirtualInterface(params: DirectConnect.Types.CreatePrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
194
194
|
/**
|
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
|
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 8500 (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.
|
196
196
|
*/
|
197
197
|
createPrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
198
198
|
/**
|
@@ -276,11 +276,11 @@ declare class DirectConnect extends Service {
|
|
276
276
|
*/
|
277
277
|
deleteVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.DeleteVirtualInterfaceResponse) => void): Request<DirectConnect.Types.DeleteVirtualInterfaceResponse, AWSError>;
|
278
278
|
/**
|
279
|
-
*
|
279
|
+
* Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for a connection. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
|
280
280
|
*/
|
281
281
|
describeConnectionLoa(params: DirectConnect.Types.DescribeConnectionLoaRequest, callback?: (err: AWSError, data: DirectConnect.Types.DescribeConnectionLoaResponse) => void): Request<DirectConnect.Types.DescribeConnectionLoaResponse, AWSError>;
|
282
282
|
/**
|
283
|
-
*
|
283
|
+
* Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for a connection. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
|
284
284
|
*/
|
285
285
|
describeConnectionLoa(callback?: (err: AWSError, data: DirectConnect.Types.DescribeConnectionLoaResponse) => void): Request<DirectConnect.Types.DescribeConnectionLoaResponse, AWSError>;
|
286
286
|
/**
|
@@ -292,11 +292,11 @@ declare class DirectConnect extends Service {
|
|
292
292
|
*/
|
293
293
|
describeConnections(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
|
294
294
|
/**
|
295
|
-
*
|
295
|
+
* Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
|
296
296
|
*/
|
297
297
|
describeConnectionsOnInterconnect(params: DirectConnect.Types.DescribeConnectionsOnInterconnectRequest, callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
|
298
298
|
/**
|
299
|
-
*
|
299
|
+
* Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
|
300
300
|
*/
|
301
301
|
describeConnectionsOnInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
|
302
302
|
/**
|
@@ -344,11 +344,11 @@ declare class DirectConnect extends Service {
|
|
344
344
|
*/
|
345
345
|
describeHostedConnections(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
|
346
346
|
/**
|
347
|
-
*
|
347
|
+
* Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for the specified interconnect. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
|
348
348
|
*/
|
349
349
|
describeInterconnectLoa(params: DirectConnect.Types.DescribeInterconnectLoaRequest, callback?: (err: AWSError, data: DirectConnect.Types.DescribeInterconnectLoaResponse) => void): Request<DirectConnect.Types.DescribeInterconnectLoaResponse, AWSError>;
|
350
350
|
/**
|
351
|
-
*
|
351
|
+
* Deprecated. Use DescribeLoa instead. Gets the LOA-CFA for the specified interconnect. The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
|
352
352
|
*/
|
353
353
|
describeInterconnectLoa(callback?: (err: AWSError, data: DirectConnect.Types.DescribeInterconnectLoaResponse) => void): Request<DirectConnect.Types.DescribeInterconnectLoaResponse, AWSError>;
|
354
354
|
/**
|
@@ -396,7 +396,7 @@ declare class DirectConnect extends Service {
|
|
396
396
|
*/
|
397
397
|
describeTags(callback?: (err: AWSError, data: DirectConnect.Types.DescribeTagsResponse) => void): Request<DirectConnect.Types.DescribeTagsResponse, AWSError>;
|
398
398
|
/**
|
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.
|
399
|
+
* Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference. 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.
|
400
400
|
*/
|
401
401
|
describeVirtualGateways(callback?: (err: AWSError, data: DirectConnect.Types.VirtualGateways) => void): Request<DirectConnect.Types.VirtualGateways, AWSError>;
|
402
402
|
/**
|
@@ -496,11 +496,11 @@ declare class DirectConnect extends Service {
|
|
496
496
|
*/
|
497
497
|
updateLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
498
498
|
/**
|
499
|
-
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to
|
499
|
+
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 8500 (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.
|
500
500
|
*/
|
501
501
|
updateVirtualInterfaceAttributes(params: DirectConnect.Types.UpdateVirtualInterfaceAttributesRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
502
502
|
/**
|
503
|
-
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to
|
503
|
+
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 8500 (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.
|
504
504
|
*/
|
505
505
|
updateVirtualInterfaceAttributes(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
506
506
|
}
|
@@ -525,6 +525,9 @@ declare namespace DirectConnect {
|
|
525
525
|
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefixList;
|
526
526
|
}
|
527
527
|
export interface AcceptDirectConnectGatewayAssociationProposalResult {
|
528
|
+
/**
|
529
|
+
* Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.
|
530
|
+
*/
|
528
531
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
529
532
|
}
|
530
533
|
export type AddressFamily = "ipv4"|"ipv6"|string;
|
@@ -562,7 +565,7 @@ declare namespace DirectConnect {
|
|
562
565
|
*/
|
563
566
|
ownerAccount: OwnerAccount;
|
564
567
|
/**
|
565
|
-
* The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and
|
568
|
+
* The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps, 10Gbps, or 25Gbps hosted connection.
|
566
569
|
*/
|
567
570
|
bandwidth: Bandwidth;
|
568
571
|
/**
|
@@ -621,6 +624,9 @@ declare namespace DirectConnect {
|
|
621
624
|
newTransitVirtualInterfaceAllocation: NewTransitVirtualInterfaceAllocation;
|
622
625
|
}
|
623
626
|
export interface AllocateTransitVirtualInterfaceResult {
|
627
|
+
/**
|
628
|
+
* Information about the transit virtual interface.
|
629
|
+
*/
|
624
630
|
virtualInterface?: VirtualInterface;
|
625
631
|
}
|
626
632
|
export type AmazonAddress = string;
|
@@ -1052,7 +1058,7 @@ declare namespace DirectConnect {
|
|
1052
1058
|
*/
|
1053
1059
|
interconnectName: InterconnectName;
|
1054
1060
|
/**
|
1055
|
-
* The port bandwidth, in Gbps. The possible values are 1 and
|
1061
|
+
* The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
|
1056
1062
|
*/
|
1057
1063
|
bandwidth: Bandwidth;
|
1058
1064
|
/**
|
@@ -1074,7 +1080,7 @@ declare namespace DirectConnect {
|
|
1074
1080
|
}
|
1075
1081
|
export interface CreateLagRequest {
|
1076
1082
|
/**
|
1077
|
-
* The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is
|
1083
|
+
* The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when the port speed is 100Gbps or 400Gbps.
|
1078
1084
|
*/
|
1079
1085
|
numberOfConnections: Count;
|
1080
1086
|
/**
|
@@ -1082,7 +1088,7 @@ declare namespace DirectConnect {
|
|
1082
1088
|
*/
|
1083
1089
|
location: LocationCode;
|
1084
1090
|
/**
|
1085
|
-
* The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and
|
1091
|
+
* The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps.
|
1086
1092
|
*/
|
1087
1093
|
connectionsBandwidth: Bandwidth;
|
1088
1094
|
/**
|
@@ -1141,6 +1147,9 @@ declare namespace DirectConnect {
|
|
1141
1147
|
newTransitVirtualInterface: NewTransitVirtualInterface;
|
1142
1148
|
}
|
1143
1149
|
export interface CreateTransitVirtualInterfaceResult {
|
1150
|
+
/**
|
1151
|
+
* Information about a virtual interface.
|
1152
|
+
*/
|
1144
1153
|
virtualInterface?: VirtualInterface;
|
1145
1154
|
}
|
1146
1155
|
export type CustomerAddress = string;
|
@@ -1776,11 +1785,11 @@ declare namespace DirectConnect {
|
|
1776
1785
|
export type JumboFrameCapable = boolean;
|
1777
1786
|
export interface Lag {
|
1778
1787
|
/**
|
1779
|
-
* The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps
|
1788
|
+
* The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..
|
1780
1789
|
*/
|
1781
1790
|
connectionsBandwidth?: Bandwidth;
|
1782
1791
|
/**
|
1783
|
-
* The number of physical dedicated connections bundled by the LAG
|
1792
|
+
* The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two when the port speed is 100 Gbps or 400 Gbps.
|
1784
1793
|
*/
|
1785
1794
|
numberOfConnections?: Count;
|
1786
1795
|
/**
|
@@ -2013,7 +2022,7 @@ declare namespace DirectConnect {
|
|
2013
2022
|
*/
|
2014
2023
|
asn: ASN;
|
2015
2024
|
/**
|
2016
|
-
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and
|
2025
|
+
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
|
2017
2026
|
*/
|
2018
2027
|
mtu?: MTU;
|
2019
2028
|
/**
|
@@ -2063,7 +2072,7 @@ declare namespace DirectConnect {
|
|
2063
2072
|
*/
|
2064
2073
|
asn: ASN;
|
2065
2074
|
/**
|
2066
|
-
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and
|
2075
|
+
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
|
2067
2076
|
*/
|
2068
2077
|
mtu?: MTU;
|
2069
2078
|
/**
|
@@ -2415,6 +2424,9 @@ declare namespace DirectConnect {
|
|
2415
2424
|
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefixList;
|
2416
2425
|
}
|
2417
2426
|
export interface UpdateDirectConnectGatewayAssociationResult {
|
2427
|
+
/**
|
2428
|
+
* Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
|
2429
|
+
*/
|
2418
2430
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
2419
2431
|
}
|
2420
2432
|
export interface UpdateDirectConnectGatewayRequest {
|
@@ -2428,6 +2440,9 @@ declare namespace DirectConnect {
|
|
2428
2440
|
newDirectConnectGatewayName: DirectConnectGatewayName;
|
2429
2441
|
}
|
2430
2442
|
export interface UpdateDirectConnectGatewayResponse {
|
2443
|
+
/**
|
2444
|
+
* Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.
|
2445
|
+
*/
|
2431
2446
|
directConnectGateway?: DirectConnectGateway;
|
2432
2447
|
}
|
2433
2448
|
export interface UpdateLagRequest {
|
@@ -2454,7 +2469,7 @@ declare namespace DirectConnect {
|
|
2454
2469
|
*/
|
2455
2470
|
virtualInterfaceId: VirtualInterfaceId;
|
2456
2471
|
/**
|
2457
|
-
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and
|
2472
|
+
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
|
2458
2473
|
*/
|
2459
2474
|
mtu?: MTU;
|
2460
2475
|
/**
|
@@ -2506,7 +2521,7 @@ declare namespace DirectConnect {
|
|
2506
2521
|
*/
|
2507
2522
|
connectionId?: ConnectionId;
|
2508
2523
|
/**
|
2509
|
-
* The type of virtual interface. The possible values are private and
|
2524
|
+
* The type of virtual interface. The possible values are private, public and transit.
|
2510
2525
|
*/
|
2511
2526
|
virtualInterfaceType?: VirtualInterfaceType;
|
2512
2527
|
/**
|
@@ -44,11 +44,11 @@ declare class Organizations extends Service {
|
|
44
44
|
*/
|
45
45
|
closeAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
46
46
|
/**
|
47
|
-
* Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method
|
47
|
+
* Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization in the Organizations User Guide. If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support. If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support. Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization in the Organizations User Guide. When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.
|
48
48
|
*/
|
49
49
|
createAccount(params: Organizations.Types.CreateAccountRequest, callback?: (err: AWSError, data: Organizations.Types.CreateAccountResponse) => void): Request<Organizations.Types.CreateAccountResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method
|
51
|
+
* Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following: Use the Id value of the CreateAccountStatus response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation. Check the CloudTrail log for the CreateAccountResult event. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide. If the request includes tags, then the requester must have the organizations:TagResource permission. Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account. This operation can be called only from the organization's management account. For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization in the Organizations User Guide. If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support. If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support. Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization in the Organizations User Guide. When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.
|
52
52
|
*/
|
53
53
|
createAccount(callback?: (err: AWSError, data: Organizations.Types.CreateAccountResponse) => void): Request<Organizations.Types.CreateAccountResponse, AWSError>;
|
54
54
|
/**
|
package/clients/rekognition.d.ts
CHANGED
@@ -309,11 +309,11 @@ declare class Rekognition extends Service {
|
|
309
309
|
*/
|
310
310
|
getFaceSearch(callback?: (err: AWSError, data: Rekognition.Types.GetFaceSearchResponse) => void): Request<Rekognition.Types.GetFaceSearchResponse, AWSError>;
|
311
311
|
/**
|
312
|
-
* Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection. The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection. To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetLabelDetection and pass the job identifier (JobId) from the initial call to StartLabelDetection. GetLabelDetection returns an array of detected labels (Labels) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME for the SortBy input parameter. If there is no NAME specified, the default sort is by timestamp. You can select how results are aggregated by using the AggregateBy input parameter. The default aggregation method is TIMESTAMPS. You can also aggregate by SEGMENTS, which aggregates all instances of labels detected in a given segment. The returned Labels array may include the following attributes: Name - The name of the detected label. Confidence - The level of confidence in the label assigned to a detected object. Parents - The ancestor labels for a detected label. GetLabelDetection returns a hierarchical taxonomy of detected labels. For example, a detected car might be assigned the label car. The label car has two parent labels: Vehicle (its parent) and Transportation (its grandparent). The response includes the all ancestors for a label, where every ancestor is a unique label. In the previous example, Car, Vehicle, and Transportation are returned as unique labels in the response. Aliases - Possible Aliases for the label. Categories - The label categories that the detected label belongs to. BoundingBox — Bounding boxes are described for all instances of detected common object labels, returned in an array of Instance objects. An Instance object contains a BoundingBox object, describing the location of the label on the input image. It also includes the confidence for the accuracy of the detected bounding box. Timestamp - Time, in milliseconds from the start of the video, that the label was detected. For aggregation by SEGMENTS, the StartTimestampMillis, EndTimestampMillis, and DurationMillis structures are what define a segment. Although the “Timestamp” structure is still returned with each label, its value is set to be the same as StartTimestampMillis. Timestamp and Bounding box information are returned for detected Instances, only if aggregation is done by TIMESTAMPS. If aggregating by SEGMENTS, information about detected instances isn’t returned. The version of the label model used for the detection is also returned. Note DominantColors isn't returned for Instances, although it is shown as part of the response in the sample seen below. Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token value returned from the previous call to GetLabelDetection.
|
312
|
+
* Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection. The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection. To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetLabelDetection and pass the job identifier (JobId) from the initial call to StartLabelDetection. GetLabelDetection returns an array of detected labels (Labels) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME for the SortBy input parameter. If there is no NAME specified, the default sort is by timestamp. You can select how results are aggregated by using the AggregateBy input parameter. The default aggregation method is TIMESTAMPS. You can also aggregate by SEGMENTS, which aggregates all instances of labels detected in a given segment. The returned Labels array may include the following attributes: Name - The name of the detected label. Confidence - The level of confidence in the label assigned to a detected object. Parents - The ancestor labels for a detected label. GetLabelDetection returns a hierarchical taxonomy of detected labels. For example, a detected car might be assigned the label car. The label car has two parent labels: Vehicle (its parent) and Transportation (its grandparent). The response includes the all ancestors for a label, where every ancestor is a unique label. In the previous example, Car, Vehicle, and Transportation are returned as unique labels in the response. Aliases - Possible Aliases for the label. Categories - The label categories that the detected label belongs to. BoundingBox — Bounding boxes are described for all instances of detected common object labels, returned in an array of Instance objects. An Instance object contains a BoundingBox object, describing the location of the label on the input image. It also includes the confidence for the accuracy of the detected bounding box. Timestamp - Time, in milliseconds from the start of the video, that the label was detected. For aggregation by SEGMENTS, the StartTimestampMillis, EndTimestampMillis, and DurationMillis structures are what define a segment. Although the “Timestamp” structure is still returned with each label, its value is set to be the same as StartTimestampMillis. Timestamp and Bounding box information are returned for detected Instances, only if aggregation is done by TIMESTAMPS. If aggregating by SEGMENTS, information about detected instances isn’t returned. The version of the label model used for the detection is also returned. Note DominantColors isn't returned for Instances, although it is shown as part of the response in the sample seen below. Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token value returned from the previous call to GetLabelDetection. If you are retrieving results while using the Amazon Simple Notification Service, note that you will receive an "ERROR" notification if the job encounters an issue.
|
313
313
|
*/
|
314
314
|
getLabelDetection(params: Rekognition.Types.GetLabelDetectionRequest, callback?: (err: AWSError, data: Rekognition.Types.GetLabelDetectionResponse) => void): Request<Rekognition.Types.GetLabelDetectionResponse, AWSError>;
|
315
315
|
/**
|
316
|
-
* Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection. The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection. To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetLabelDetection and pass the job identifier (JobId) from the initial call to StartLabelDetection. GetLabelDetection returns an array of detected labels (Labels) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME for the SortBy input parameter. If there is no NAME specified, the default sort is by timestamp. You can select how results are aggregated by using the AggregateBy input parameter. The default aggregation method is TIMESTAMPS. You can also aggregate by SEGMENTS, which aggregates all instances of labels detected in a given segment. The returned Labels array may include the following attributes: Name - The name of the detected label. Confidence - The level of confidence in the label assigned to a detected object. Parents - The ancestor labels for a detected label. GetLabelDetection returns a hierarchical taxonomy of detected labels. For example, a detected car might be assigned the label car. The label car has two parent labels: Vehicle (its parent) and Transportation (its grandparent). The response includes the all ancestors for a label, where every ancestor is a unique label. In the previous example, Car, Vehicle, and Transportation are returned as unique labels in the response. Aliases - Possible Aliases for the label. Categories - The label categories that the detected label belongs to. BoundingBox — Bounding boxes are described for all instances of detected common object labels, returned in an array of Instance objects. An Instance object contains a BoundingBox object, describing the location of the label on the input image. It also includes the confidence for the accuracy of the detected bounding box. Timestamp - Time, in milliseconds from the start of the video, that the label was detected. For aggregation by SEGMENTS, the StartTimestampMillis, EndTimestampMillis, and DurationMillis structures are what define a segment. Although the “Timestamp” structure is still returned with each label, its value is set to be the same as StartTimestampMillis. Timestamp and Bounding box information are returned for detected Instances, only if aggregation is done by TIMESTAMPS. If aggregating by SEGMENTS, information about detected instances isn’t returned. The version of the label model used for the detection is also returned. Note DominantColors isn't returned for Instances, although it is shown as part of the response in the sample seen below. Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token value returned from the previous call to GetLabelDetection.
|
316
|
+
* Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection. The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection. To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetLabelDetection and pass the job identifier (JobId) from the initial call to StartLabelDetection. GetLabelDetection returns an array of detected labels (Labels) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME for the SortBy input parameter. If there is no NAME specified, the default sort is by timestamp. You can select how results are aggregated by using the AggregateBy input parameter. The default aggregation method is TIMESTAMPS. You can also aggregate by SEGMENTS, which aggregates all instances of labels detected in a given segment. The returned Labels array may include the following attributes: Name - The name of the detected label. Confidence - The level of confidence in the label assigned to a detected object. Parents - The ancestor labels for a detected label. GetLabelDetection returns a hierarchical taxonomy of detected labels. For example, a detected car might be assigned the label car. The label car has two parent labels: Vehicle (its parent) and Transportation (its grandparent). The response includes the all ancestors for a label, where every ancestor is a unique label. In the previous example, Car, Vehicle, and Transportation are returned as unique labels in the response. Aliases - Possible Aliases for the label. Categories - The label categories that the detected label belongs to. BoundingBox — Bounding boxes are described for all instances of detected common object labels, returned in an array of Instance objects. An Instance object contains a BoundingBox object, describing the location of the label on the input image. It also includes the confidence for the accuracy of the detected bounding box. Timestamp - Time, in milliseconds from the start of the video, that the label was detected. For aggregation by SEGMENTS, the StartTimestampMillis, EndTimestampMillis, and DurationMillis structures are what define a segment. Although the “Timestamp” structure is still returned with each label, its value is set to be the same as StartTimestampMillis. Timestamp and Bounding box information are returned for detected Instances, only if aggregation is done by TIMESTAMPS. If aggregating by SEGMENTS, information about detected instances isn’t returned. The version of the label model used for the detection is also returned. Note DominantColors isn't returned for Instances, although it is shown as part of the response in the sample seen below. Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token value returned from the previous call to GetLabelDetection. If you are retrieving results while using the Amazon Simple Notification Service, note that you will receive an "ERROR" notification if the job encounters an issue.
|
317
317
|
*/
|
318
318
|
getLabelDetection(callback?: (err: AWSError, data: Rekognition.Types.GetLabelDetectionResponse) => void): Request<Rekognition.Types.GetLabelDetectionResponse, AWSError>;
|
319
319
|
/**
|
@@ -1070,6 +1070,10 @@ declare namespace Rekognition {
|
|
1070
1070
|
* The ARN of the Amazon Rekognition Custom Labels project to which you want to asssign the dataset.
|
1071
1071
|
*/
|
1072
1072
|
ProjectArn: ProjectArn;
|
1073
|
+
/**
|
1074
|
+
* A set of tags (key-value pairs) that you want to attach to the dataset.
|
1075
|
+
*/
|
1076
|
+
Tags?: TagMap;
|
1073
1077
|
}
|
1074
1078
|
export interface CreateDatasetResponse {
|
1075
1079
|
/**
|
@@ -1120,6 +1124,10 @@ declare namespace Rekognition {
|
|
1120
1124
|
* Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
|
1121
1125
|
*/
|
1122
1126
|
AutoUpdate?: ProjectAutoUpdate;
|
1127
|
+
/**
|
1128
|
+
* A set of tags (key-value pairs) that you want to attach to the project.
|
1129
|
+
*/
|
1130
|
+
Tags?: TagMap;
|
1123
1131
|
}
|
1124
1132
|
export interface CreateProjectResponse {
|
1125
1133
|
/**
|
@@ -1809,7 +1817,7 @@ declare namespace Rekognition {
|
|
1809
1817
|
}
|
1810
1818
|
export interface DetectModerationLabelsResponse {
|
1811
1819
|
/**
|
1812
|
-
* Array of detected Moderation labels
|
1820
|
+
* Array of detected Moderation labels. For video operations, this includes the time, in milliseconds from the start of the video, they were detected.
|
1813
1821
|
*/
|
1814
1822
|
ModerationLabels?: ModerationLabels;
|
1815
1823
|
/**
|
package/clients/workspaces.d.ts
CHANGED
@@ -2942,7 +2942,7 @@ declare namespace WorkSpaces {
|
|
2942
2942
|
/**
|
2943
2943
|
* The size of the root volume.
|
2944
2944
|
*/
|
2945
|
-
Capacity
|
2945
|
+
Capacity: NonEmptyString;
|
2946
2946
|
}
|
2947
2947
|
export type RootVolumeSizeGib = number;
|
2948
2948
|
export type RunningMode = "AUTO_STOP"|"ALWAYS_ON"|"MANUAL"|string;
|
@@ -3330,7 +3330,7 @@ declare namespace WorkSpaces {
|
|
3330
3330
|
/**
|
3331
3331
|
* The size of the user volume.
|
3332
3332
|
*/
|
3333
|
-
Capacity
|
3333
|
+
Capacity: NonEmptyString;
|
3334
3334
|
}
|
3335
3335
|
export type UserVolumeSizeGib = number;
|
3336
3336
|
export type VolumeEncryptionKey = string;
|