@aws-sdk/client-ec2 3.664.0 → 3.665.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1546 -1537
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -1
- package/dist-es/models/models_7.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -1545
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/models/models_0.d.ts +264 -265
- package/dist-types/models/models_1.d.ts +230 -230
- package/dist-types/models/models_2.d.ts +378 -381
- package/dist-types/models/models_3.d.ts +217 -217
- package/dist-types/models/models_4.d.ts +851 -851
- package/dist-types/models/models_5.d.ts +203 -203
- package/dist-types/models/models_6.d.ts +228 -220
- package/dist-types/models/models_7.d.ts +340 -334
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +42 -41
- package/dist-types/ts3.4/models/models_7.d.ts +64 -61
- package/package.json +5 -5
|
@@ -963,6 +963,13 @@ export interface CreateCustomerGatewayRequest {
|
|
|
963
963
|
* @public
|
|
964
964
|
*/
|
|
965
965
|
IpAddress?: string;
|
|
966
|
+
/**
|
|
967
|
+
* <p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>
|
|
968
|
+
* <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
|
|
969
|
+
* </p>
|
|
970
|
+
* @public
|
|
971
|
+
*/
|
|
972
|
+
BgpAsnExtended?: number;
|
|
966
973
|
/**
|
|
967
974
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
968
975
|
* making the request, and provides an error response. If you have the required
|
|
@@ -971,13 +978,6 @@ export interface CreateCustomerGatewayRequest {
|
|
|
971
978
|
* @public
|
|
972
979
|
*/
|
|
973
980
|
DryRun?: boolean;
|
|
974
|
-
/**
|
|
975
|
-
* <p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>
|
|
976
|
-
* <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
|
|
977
|
-
* </p>
|
|
978
|
-
* @public
|
|
979
|
-
*/
|
|
980
|
-
BgpAsnExtended?: number;
|
|
981
981
|
}
|
|
982
982
|
/**
|
|
983
983
|
* <p>Describes a customer gateway.</p>
|
|
@@ -985,30 +985,33 @@ export interface CreateCustomerGatewayRequest {
|
|
|
985
985
|
*/
|
|
986
986
|
export interface CustomerGateway {
|
|
987
987
|
/**
|
|
988
|
-
* <p>The
|
|
989
|
-
* (ASN).</p>
|
|
990
|
-
* <p>Valid values: <code>1</code> to <code>2,147,483,647</code>
|
|
991
|
-
* </p>
|
|
988
|
+
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
992
989
|
* @public
|
|
993
990
|
*/
|
|
994
|
-
|
|
991
|
+
CertificateArn?: string;
|
|
995
992
|
/**
|
|
996
|
-
* <p>The
|
|
993
|
+
* <p>The name of customer gateway device.</p>
|
|
997
994
|
* @public
|
|
998
995
|
*/
|
|
999
|
-
|
|
996
|
+
DeviceName?: string;
|
|
1000
997
|
/**
|
|
1001
|
-
* <p>
|
|
1002
|
-
* IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address.
|
|
1003
|
-
* </p>
|
|
998
|
+
* <p>Any tags assigned to the customer gateway.</p>
|
|
1004
999
|
* @public
|
|
1005
1000
|
*/
|
|
1006
|
-
|
|
1001
|
+
Tags?: Tag[];
|
|
1007
1002
|
/**
|
|
1008
|
-
* <p>The
|
|
1003
|
+
* <p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number
|
|
1004
|
+
* (ASN).</p>
|
|
1005
|
+
* <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
|
|
1006
|
+
* </p>
|
|
1009
1007
|
* @public
|
|
1010
1008
|
*/
|
|
1011
|
-
|
|
1009
|
+
BgpAsnExtended?: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The ID of the customer gateway.</p>
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
CustomerGatewayId?: string;
|
|
1012
1015
|
/**
|
|
1013
1016
|
* <p>The current state of the customer gateway (<code>pending | available | deleting |
|
|
1014
1017
|
* deleted</code>).</p>
|
|
@@ -1022,23 +1025,20 @@ export interface CustomerGateway {
|
|
|
1022
1025
|
*/
|
|
1023
1026
|
Type?: string;
|
|
1024
1027
|
/**
|
|
1025
|
-
* <p>
|
|
1026
|
-
*
|
|
1027
|
-
|
|
1028
|
-
DeviceName?: string;
|
|
1029
|
-
/**
|
|
1030
|
-
* <p>Any tags assigned to the customer gateway.</p>
|
|
1028
|
+
* <p>
|
|
1029
|
+
* IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address.
|
|
1030
|
+
* </p>
|
|
1031
1031
|
* @public
|
|
1032
1032
|
*/
|
|
1033
|
-
|
|
1033
|
+
IpAddress?: string;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* <p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number
|
|
1036
1036
|
* (ASN).</p>
|
|
1037
|
-
* <p>Valid values: <code>
|
|
1037
|
+
* <p>Valid values: <code>1</code> to <code>2,147,483,647</code>
|
|
1038
1038
|
* </p>
|
|
1039
1039
|
* @public
|
|
1040
1040
|
*/
|
|
1041
|
-
|
|
1041
|
+
BgpAsn?: string;
|
|
1042
1042
|
}
|
|
1043
1043
|
/**
|
|
1044
1044
|
* <p>Contains the output of CreateCustomerGateway.</p>
|
|
@@ -1130,32 +1130,11 @@ export type SubnetState = (typeof SubnetState)[keyof typeof SubnetState];
|
|
|
1130
1130
|
* @public
|
|
1131
1131
|
*/
|
|
1132
1132
|
export interface Subnet {
|
|
1133
|
-
/**
|
|
1134
|
-
* <p>The Availability Zone of the subnet.</p>
|
|
1135
|
-
* @public
|
|
1136
|
-
*/
|
|
1137
|
-
AvailabilityZone?: string;
|
|
1138
1133
|
/**
|
|
1139
1134
|
* <p>The AZ ID of the subnet.</p>
|
|
1140
1135
|
* @public
|
|
1141
1136
|
*/
|
|
1142
1137
|
AvailabilityZoneId?: string;
|
|
1143
|
-
/**
|
|
1144
|
-
* <p>The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any
|
|
1145
|
-
* stopped instances are considered unavailable.</p>
|
|
1146
|
-
* @public
|
|
1147
|
-
*/
|
|
1148
|
-
AvailableIpAddressCount?: number;
|
|
1149
|
-
/**
|
|
1150
|
-
* <p>The IPv4 CIDR block assigned to the subnet.</p>
|
|
1151
|
-
* @public
|
|
1152
|
-
*/
|
|
1153
|
-
CidrBlock?: string;
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>Indicates whether this is the default subnet for the Availability Zone.</p>
|
|
1156
|
-
* @public
|
|
1157
|
-
*/
|
|
1158
|
-
DefaultForAz?: boolean;
|
|
1159
1138
|
/**
|
|
1160
1139
|
* <p>
|
|
1161
1140
|
* Indicates the device position for local network interfaces in this subnet. For example,
|
|
@@ -1165,13 +1144,6 @@ export interface Subnet {
|
|
|
1165
1144
|
* @public
|
|
1166
1145
|
*/
|
|
1167
1146
|
EnableLniAtDeviceIndex?: number;
|
|
1168
|
-
/**
|
|
1169
|
-
* <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
|
|
1170
|
-
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
1171
|
-
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
1172
|
-
* @public
|
|
1173
|
-
*/
|
|
1174
|
-
MapPublicIpOnLaunch?: boolean;
|
|
1175
1147
|
/**
|
|
1176
1148
|
* <p>Indicates whether a network interface created in this subnet (including a network
|
|
1177
1149
|
* interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</p>
|
|
@@ -1183,21 +1155,6 @@ export interface Subnet {
|
|
|
1183
1155
|
* @public
|
|
1184
1156
|
*/
|
|
1185
1157
|
CustomerOwnedIpv4Pool?: string;
|
|
1186
|
-
/**
|
|
1187
|
-
* <p>The current state of the subnet.</p>
|
|
1188
|
-
* @public
|
|
1189
|
-
*/
|
|
1190
|
-
State?: SubnetState;
|
|
1191
|
-
/**
|
|
1192
|
-
* <p>The ID of the subnet.</p>
|
|
1193
|
-
* @public
|
|
1194
|
-
*/
|
|
1195
|
-
SubnetId?: string;
|
|
1196
|
-
/**
|
|
1197
|
-
* <p>The ID of the VPC the subnet is in.</p>
|
|
1198
|
-
* @public
|
|
1199
|
-
*/
|
|
1200
|
-
VpcId?: string;
|
|
1201
1158
|
/**
|
|
1202
1159
|
* <p>The ID of the Amazon Web Services account that owns the subnet.</p>
|
|
1203
1160
|
* @public
|
|
@@ -1246,6 +1203,49 @@ export interface Subnet {
|
|
|
1246
1203
|
* @public
|
|
1247
1204
|
*/
|
|
1248
1205
|
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch;
|
|
1206
|
+
/**
|
|
1207
|
+
* <p>The ID of the subnet.</p>
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
SubnetId?: string;
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>The current state of the subnet.</p>
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1215
|
+
State?: SubnetState;
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>The ID of the VPC the subnet is in.</p>
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
VpcId?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>The IPv4 CIDR block assigned to the subnet.</p>
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
CidrBlock?: string;
|
|
1226
|
+
/**
|
|
1227
|
+
* <p>The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any
|
|
1228
|
+
* stopped instances are considered unavailable.</p>
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
AvailableIpAddressCount?: number;
|
|
1232
|
+
/**
|
|
1233
|
+
* <p>The Availability Zone of the subnet.</p>
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1236
|
+
AvailabilityZone?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* <p>Indicates whether this is the default subnet for the Availability Zone.</p>
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
DefaultForAz?: boolean;
|
|
1242
|
+
/**
|
|
1243
|
+
* <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
|
|
1244
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
1245
|
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
1246
|
+
* @public
|
|
1247
|
+
*/
|
|
1248
|
+
MapPublicIpOnLaunch?: boolean;
|
|
1249
1249
|
}
|
|
1250
1250
|
/**
|
|
1251
1251
|
* @public
|
|
@@ -1299,26 +1299,6 @@ export type VpcState = (typeof VpcState)[keyof typeof VpcState];
|
|
|
1299
1299
|
* @public
|
|
1300
1300
|
*/
|
|
1301
1301
|
export interface Vpc {
|
|
1302
|
-
/**
|
|
1303
|
-
* <p>The primary IPv4 CIDR block for the VPC.</p>
|
|
1304
|
-
* @public
|
|
1305
|
-
*/
|
|
1306
|
-
CidrBlock?: string;
|
|
1307
|
-
/**
|
|
1308
|
-
* <p>The ID of the set of DHCP options you've associated with the VPC.</p>
|
|
1309
|
-
* @public
|
|
1310
|
-
*/
|
|
1311
|
-
DhcpOptionsId?: string;
|
|
1312
|
-
/**
|
|
1313
|
-
* <p>The current state of the VPC.</p>
|
|
1314
|
-
* @public
|
|
1315
|
-
*/
|
|
1316
|
-
State?: VpcState;
|
|
1317
|
-
/**
|
|
1318
|
-
* <p>The ID of the VPC.</p>
|
|
1319
|
-
* @public
|
|
1320
|
-
*/
|
|
1321
|
-
VpcId?: string;
|
|
1322
1302
|
/**
|
|
1323
1303
|
* <p>The ID of the Amazon Web Services account that owns the VPC.</p>
|
|
1324
1304
|
* @public
|
|
@@ -1349,6 +1329,26 @@ export interface Vpc {
|
|
|
1349
1329
|
* @public
|
|
1350
1330
|
*/
|
|
1351
1331
|
Tags?: Tag[];
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>The ID of the VPC.</p>
|
|
1334
|
+
* @public
|
|
1335
|
+
*/
|
|
1336
|
+
VpcId?: string;
|
|
1337
|
+
/**
|
|
1338
|
+
* <p>The current state of the VPC.</p>
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1341
|
+
State?: VpcState;
|
|
1342
|
+
/**
|
|
1343
|
+
* <p>The primary IPv4 CIDR block for the VPC.</p>
|
|
1344
|
+
* @public
|
|
1345
|
+
*/
|
|
1346
|
+
CidrBlock?: string;
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The ID of the set of DHCP options you've associated with the VPC.</p>
|
|
1349
|
+
* @public
|
|
1350
|
+
*/
|
|
1351
|
+
DhcpOptionsId?: string;
|
|
1352
1352
|
}
|
|
1353
1353
|
/**
|
|
1354
1354
|
* @public
|
|
@@ -1431,25 +1431,25 @@ export interface DhcpConfiguration {
|
|
|
1431
1431
|
*/
|
|
1432
1432
|
export interface DhcpOptions {
|
|
1433
1433
|
/**
|
|
1434
|
-
* <p>The
|
|
1434
|
+
* <p>The ID of the Amazon Web Services account that owns the DHCP options set.</p>
|
|
1435
1435
|
* @public
|
|
1436
1436
|
*/
|
|
1437
|
-
|
|
1437
|
+
OwnerId?: string;
|
|
1438
1438
|
/**
|
|
1439
|
-
* <p>
|
|
1439
|
+
* <p>Any tags assigned to the DHCP options set.</p>
|
|
1440
1440
|
* @public
|
|
1441
1441
|
*/
|
|
1442
|
-
|
|
1442
|
+
Tags?: Tag[];
|
|
1443
1443
|
/**
|
|
1444
|
-
* <p>The ID of the
|
|
1444
|
+
* <p>The ID of the set of DHCP options.</p>
|
|
1445
1445
|
* @public
|
|
1446
1446
|
*/
|
|
1447
|
-
|
|
1447
|
+
DhcpOptionsId?: string;
|
|
1448
1448
|
/**
|
|
1449
|
-
* <p>
|
|
1449
|
+
* <p>The DHCP options in the set.</p>
|
|
1450
1450
|
* @public
|
|
1451
1451
|
*/
|
|
1452
|
-
|
|
1452
|
+
DhcpConfigurations?: DhcpConfiguration[];
|
|
1453
1453
|
}
|
|
1454
1454
|
/**
|
|
1455
1455
|
* @public
|
|
@@ -2204,14 +2204,6 @@ export interface InstanceRequirementsRequest {
|
|
|
2204
2204
|
* @public
|
|
2205
2205
|
*/
|
|
2206
2206
|
export interface Placement {
|
|
2207
|
-
/**
|
|
2208
|
-
* <p>The Availability Zone of the instance.</p>
|
|
2209
|
-
* <p>If not specified, an Availability Zone will be automatically chosen for you based on
|
|
2210
|
-
* the load balancing criteria for the Region.</p>
|
|
2211
|
-
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
2212
|
-
* @public
|
|
2213
|
-
*/
|
|
2214
|
-
AvailabilityZone?: string;
|
|
2215
2207
|
/**
|
|
2216
2208
|
* <p>The affinity setting for the instance on the Dedicated Host.</p>
|
|
2217
2209
|
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a>.</p>
|
|
@@ -2265,6 +2257,14 @@ export interface Placement {
|
|
|
2265
2257
|
* @public
|
|
2266
2258
|
*/
|
|
2267
2259
|
GroupId?: string;
|
|
2260
|
+
/**
|
|
2261
|
+
* <p>The Availability Zone of the instance.</p>
|
|
2262
|
+
* <p>If not specified, an Availability Zone will be automatically chosen for you based on
|
|
2263
|
+
* the load balancing criteria for the Region.</p>
|
|
2264
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
2265
|
+
* @public
|
|
2266
|
+
*/
|
|
2267
|
+
AvailabilityZone?: string;
|
|
2268
2268
|
}
|
|
2269
2269
|
/**
|
|
2270
2270
|
* <p>Describes overrides for a launch template.</p>
|
|
@@ -3990,8 +3990,8 @@ export interface CreateFlowLogsRequest {
|
|
|
3990
3990
|
* <p>The fields to include in the flow log record. List the fields in the order in which
|
|
3991
3991
|
* they should appear. If you omit this parameter, the flow log is created using the
|
|
3992
3992
|
* default format. If you specify this parameter, you must include at least one
|
|
3993
|
-
* field. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-
|
|
3994
|
-
*
|
|
3993
|
+
* field. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-log-records.html">Flow log records</a>
|
|
3994
|
+
* in the <i>Amazon VPC User Guide</i> or <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records">Transit Gateway Flow Log
|
|
3995
3995
|
* records</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</p>
|
|
3996
3996
|
* <p>Specify the fields using the <code>$\{field-id\}</code> format, separated by spaces.</p>
|
|
3997
3997
|
* @public
|
|
@@ -4282,6 +4282,19 @@ export interface EbsBlockDevice {
|
|
|
4282
4282
|
* @public
|
|
4283
4283
|
*/
|
|
4284
4284
|
export interface BlockDeviceMapping {
|
|
4285
|
+
/**
|
|
4286
|
+
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
4287
|
+
* launched.</p>
|
|
4288
|
+
* @public
|
|
4289
|
+
*/
|
|
4290
|
+
Ebs?: EbsBlockDevice;
|
|
4291
|
+
/**
|
|
4292
|
+
* <p>To omit the device from the block device mapping, specify an empty string. When this
|
|
4293
|
+
* property is specified, the device is removed from the block device mapping regardless of
|
|
4294
|
+
* the assigned value.</p>
|
|
4295
|
+
* @public
|
|
4296
|
+
*/
|
|
4297
|
+
NoDevice?: string;
|
|
4285
4298
|
/**
|
|
4286
4299
|
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
4287
4300
|
* @public
|
|
@@ -4301,52 +4314,31 @@ export interface BlockDeviceMapping {
|
|
|
4301
4314
|
* @public
|
|
4302
4315
|
*/
|
|
4303
4316
|
VirtualName?: string;
|
|
4304
|
-
/**
|
|
4305
|
-
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
4306
|
-
* launched.</p>
|
|
4307
|
-
* @public
|
|
4308
|
-
*/
|
|
4309
|
-
Ebs?: EbsBlockDevice;
|
|
4310
|
-
/**
|
|
4311
|
-
* <p>To omit the device from the block device mapping, specify an empty string. When this
|
|
4312
|
-
* property is specified, the device is removed from the block device mapping regardless of
|
|
4313
|
-
* the assigned value.</p>
|
|
4314
|
-
* @public
|
|
4315
|
-
*/
|
|
4316
|
-
NoDevice?: string;
|
|
4317
4317
|
}
|
|
4318
4318
|
/**
|
|
4319
4319
|
* @public
|
|
4320
4320
|
*/
|
|
4321
4321
|
export interface CreateImageRequest {
|
|
4322
4322
|
/**
|
|
4323
|
-
* <p>The
|
|
4324
|
-
*
|
|
4323
|
+
* <p>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the
|
|
4324
|
+
* snapshots, or both.</p>
|
|
4325
4325
|
* <ul>
|
|
4326
4326
|
* <li>
|
|
4327
|
-
* <p>
|
|
4328
|
-
*
|
|
4329
|
-
* instance.</p>
|
|
4330
|
-
* </li>
|
|
4331
|
-
* <li>
|
|
4332
|
-
* <p>You can't modify the encryption status of existing volumes or snapshots. To create an
|
|
4333
|
-
* AMI with volumes or snapshots that have a different encryption status (for example, where
|
|
4334
|
-
* the source volume and snapshots are unencrypted, and you want to create an AMI with
|
|
4335
|
-
* encrypted volumes or snapshots), use the <a>CopyImage</a> action.</p>
|
|
4327
|
+
* <p>To tag the AMI, the value for <code>ResourceType</code> must be
|
|
4328
|
+
* <code>image</code>.</p>
|
|
4336
4329
|
* </li>
|
|
4337
4330
|
* <li>
|
|
4338
|
-
* <p>
|
|
4339
|
-
*
|
|
4331
|
+
* <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that
|
|
4332
|
+
* are attached to the instance, the value for <code>ResourceType</code> must be
|
|
4333
|
+
* <code>snapshot</code>. The same tag is applied to all of the snapshots that are
|
|
4334
|
+
* created.</p>
|
|
4340
4335
|
* </li>
|
|
4341
4336
|
* </ul>
|
|
4337
|
+
* <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
|
|
4338
|
+
* <p>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
4342
4339
|
* @public
|
|
4343
4340
|
*/
|
|
4344
|
-
|
|
4345
|
-
/**
|
|
4346
|
-
* <p>A description for the new image.</p>
|
|
4347
|
-
* @public
|
|
4348
|
-
*/
|
|
4349
|
-
Description?: string;
|
|
4341
|
+
TagSpecifications?: TagSpecification[];
|
|
4350
4342
|
/**
|
|
4351
4343
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4352
4344
|
* and provides an error response. If you have the required permissions, the error response is
|
|
@@ -4365,6 +4357,11 @@ export interface CreateImageRequest {
|
|
|
4365
4357
|
* @public
|
|
4366
4358
|
*/
|
|
4367
4359
|
Name: string | undefined;
|
|
4360
|
+
/**
|
|
4361
|
+
* <p>A description for the new image.</p>
|
|
4362
|
+
* @public
|
|
4363
|
+
*/
|
|
4364
|
+
Description?: string;
|
|
4368
4365
|
/**
|
|
4369
4366
|
* <p>Indicates whether or not the instance should be automatically rebooted before creating
|
|
4370
4367
|
* the image. Specify one of the following values:</p>
|
|
@@ -4389,25 +4386,28 @@ export interface CreateImageRequest {
|
|
|
4389
4386
|
*/
|
|
4390
4387
|
NoReboot?: boolean;
|
|
4391
4388
|
/**
|
|
4392
|
-
* <p>The
|
|
4393
|
-
*
|
|
4389
|
+
* <p>The block device mappings.</p>
|
|
4390
|
+
* <p>When using the CreateImage action:</p>
|
|
4394
4391
|
* <ul>
|
|
4395
4392
|
* <li>
|
|
4396
|
-
* <p>
|
|
4397
|
-
*
|
|
4393
|
+
* <p>You can't change the volume size using the VolumeSize parameter. If you want a
|
|
4394
|
+
* different volume size, you must first change the volume size of the source
|
|
4395
|
+
* instance.</p>
|
|
4398
4396
|
* </li>
|
|
4399
4397
|
* <li>
|
|
4400
|
-
* <p>
|
|
4401
|
-
*
|
|
4402
|
-
*
|
|
4403
|
-
*
|
|
4398
|
+
* <p>You can't modify the encryption status of existing volumes or snapshots. To create an
|
|
4399
|
+
* AMI with volumes or snapshots that have a different encryption status (for example, where
|
|
4400
|
+
* the source volume and snapshots are unencrypted, and you want to create an AMI with
|
|
4401
|
+
* encrypted volumes or snapshots), use the <a>CopyImage</a> action.</p>
|
|
4402
|
+
* </li>
|
|
4403
|
+
* <li>
|
|
4404
|
+
* <p>The only option that can be changed for existing mappings or snapshots is
|
|
4405
|
+
* <code>DeleteOnTermination</code>.</p>
|
|
4404
4406
|
* </li>
|
|
4405
4407
|
* </ul>
|
|
4406
|
-
* <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
|
|
4407
|
-
* <p>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
4408
4408
|
* @public
|
|
4409
4409
|
*/
|
|
4410
|
-
|
|
4410
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
4411
4411
|
}
|
|
4412
4412
|
/**
|
|
4413
4413
|
* @public
|
|
@@ -4722,16 +4722,16 @@ export type DiskImageFormat = (typeof DiskImageFormat)[keyof typeof DiskImageFor
|
|
|
4722
4722
|
*/
|
|
4723
4723
|
export interface ExportToS3TaskSpecification {
|
|
4724
4724
|
/**
|
|
4725
|
-
* <p>The
|
|
4726
|
-
* exported.</p>
|
|
4725
|
+
* <p>The format for the exported image.</p>
|
|
4727
4726
|
* @public
|
|
4728
4727
|
*/
|
|
4729
|
-
|
|
4728
|
+
DiskImageFormat?: DiskImageFormat;
|
|
4730
4729
|
/**
|
|
4731
|
-
* <p>The format
|
|
4730
|
+
* <p>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is
|
|
4731
|
+
* exported.</p>
|
|
4732
4732
|
* @public
|
|
4733
4733
|
*/
|
|
4734
|
-
|
|
4734
|
+
ContainerFormat?: ContainerFormat;
|
|
4735
4735
|
/**
|
|
4736
4736
|
* <p>The Amazon S3 bucket for the destination image. The destination bucket must exist and have
|
|
4737
4737
|
* an access control list (ACL) attached that specifies the Region-specific canonical account ID for
|
|
@@ -4764,15 +4764,15 @@ export type ExportEnvironment = (typeof ExportEnvironment)[keyof typeof ExportEn
|
|
|
4764
4764
|
*/
|
|
4765
4765
|
export interface CreateInstanceExportTaskRequest {
|
|
4766
4766
|
/**
|
|
4767
|
-
* <p>
|
|
4767
|
+
* <p>The tags to apply to the export instance task during creation.</p>
|
|
4768
4768
|
* @public
|
|
4769
4769
|
*/
|
|
4770
|
-
|
|
4770
|
+
TagSpecifications?: TagSpecification[];
|
|
4771
4771
|
/**
|
|
4772
|
-
* <p>
|
|
4772
|
+
* <p>A description for the conversion task or the resource being exported. The maximum length is 255 characters.</p>
|
|
4773
4773
|
* @public
|
|
4774
4774
|
*/
|
|
4775
|
-
|
|
4775
|
+
Description?: string;
|
|
4776
4776
|
/**
|
|
4777
4777
|
* <p>The ID of the instance.</p>
|
|
4778
4778
|
* @public
|
|
@@ -4784,10 +4784,10 @@ export interface CreateInstanceExportTaskRequest {
|
|
|
4784
4784
|
*/
|
|
4785
4785
|
TargetEnvironment: ExportEnvironment | undefined;
|
|
4786
4786
|
/**
|
|
4787
|
-
* <p>The
|
|
4787
|
+
* <p>The format and location for an export instance task.</p>
|
|
4788
4788
|
* @public
|
|
4789
4789
|
*/
|
|
4790
|
-
|
|
4790
|
+
ExportToS3Task: ExportToS3TaskSpecification | undefined;
|
|
4791
4791
|
}
|
|
4792
4792
|
/**
|
|
4793
4793
|
* <p>Describes the format and location for the export task.</p>
|
|
@@ -5377,7 +5377,7 @@ export interface CreateIpamPoolRequest {
|
|
|
5377
5377
|
* </li>
|
|
5378
5378
|
* </ul>
|
|
5379
5379
|
* <p>If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</p>
|
|
5380
|
-
* <p>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.</p>
|
|
5380
|
+
* <p>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone. Default is <code>none</code> and means any locale.</p>
|
|
5381
5381
|
* @public
|
|
5382
5382
|
*/
|
|
5383
5383
|
Locale?: string;
|
|
@@ -6025,13 +6025,6 @@ export interface CreateKeyPairRequest {
|
|
|
6025
6025
|
* @public
|
|
6026
6026
|
*/
|
|
6027
6027
|
KeyName: string | undefined;
|
|
6028
|
-
/**
|
|
6029
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6030
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6031
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6032
|
-
* @public
|
|
6033
|
-
*/
|
|
6034
|
-
DryRun?: boolean;
|
|
6035
6028
|
/**
|
|
6036
6029
|
* <p>The type of key pair. Note that ED25519 keys are not supported for Windows instances.</p>
|
|
6037
6030
|
* <p>Default: <code>rsa</code>
|
|
@@ -6051,6 +6044,13 @@ export interface CreateKeyPairRequest {
|
|
|
6051
6044
|
* @public
|
|
6052
6045
|
*/
|
|
6053
6046
|
KeyFormat?: KeyFormat;
|
|
6047
|
+
/**
|
|
6048
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6049
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6050
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6051
|
+
* @public
|
|
6052
|
+
*/
|
|
6053
|
+
DryRun?: boolean;
|
|
6054
6054
|
}
|
|
6055
6055
|
/**
|
|
6056
6056
|
* <p>Describes a key pair.</p>
|
|
@@ -6058,37 +6058,37 @@ export interface CreateKeyPairRequest {
|
|
|
6058
6058
|
*/
|
|
6059
6059
|
export interface KeyPair {
|
|
6060
6060
|
/**
|
|
6061
|
-
* <
|
|
6062
|
-
* <li>
|
|
6063
|
-
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
6064
|
-
* </li>
|
|
6065
|
-
* <li>
|
|
6066
|
-
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.</p>
|
|
6067
|
-
* </li>
|
|
6068
|
-
* </ul>
|
|
6061
|
+
* <p>The ID of the key pair.</p>
|
|
6069
6062
|
* @public
|
|
6070
6063
|
*/
|
|
6071
|
-
|
|
6064
|
+
KeyPairId?: string;
|
|
6072
6065
|
/**
|
|
6073
|
-
* <p>
|
|
6066
|
+
* <p>Any tags applied to the key pair.</p>
|
|
6074
6067
|
* @public
|
|
6075
6068
|
*/
|
|
6076
|
-
|
|
6069
|
+
Tags?: Tag[];
|
|
6077
6070
|
/**
|
|
6078
6071
|
* <p>The name of the key pair.</p>
|
|
6079
6072
|
* @public
|
|
6080
6073
|
*/
|
|
6081
6074
|
KeyName?: string;
|
|
6082
6075
|
/**
|
|
6083
|
-
* <
|
|
6076
|
+
* <ul>
|
|
6077
|
+
* <li>
|
|
6078
|
+
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
6079
|
+
* </li>
|
|
6080
|
+
* <li>
|
|
6081
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.</p>
|
|
6082
|
+
* </li>
|
|
6083
|
+
* </ul>
|
|
6084
6084
|
* @public
|
|
6085
6085
|
*/
|
|
6086
|
-
|
|
6086
|
+
KeyFingerprint?: string;
|
|
6087
6087
|
/**
|
|
6088
|
-
* <p>
|
|
6088
|
+
* <p>An unencrypted PEM encoded RSA or ED25519 private key.</p>
|
|
6089
6089
|
* @public
|
|
6090
6090
|
*/
|
|
6091
|
-
|
|
6091
|
+
KeyMaterial?: string;
|
|
6092
6092
|
}
|
|
6093
6093
|
/**
|
|
6094
6094
|
* <p>The parameters for a block device for an EBS volume.</p>
|
|
@@ -9296,20 +9296,20 @@ export interface CreateNatGatewayRequest {
|
|
|
9296
9296
|
*/
|
|
9297
9297
|
PrivateIpAddress?: string;
|
|
9298
9298
|
/**
|
|
9299
|
-
* <p>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/
|
|
9299
|
+
* <p>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a>
|
|
9300
9300
|
* in the <i>Amazon VPC User Guide</i>.</p>
|
|
9301
9301
|
* @public
|
|
9302
9302
|
*/
|
|
9303
9303
|
SecondaryAllocationIds?: string[];
|
|
9304
9304
|
/**
|
|
9305
9305
|
* <p>Secondary private IPv4 addresses. For more information about secondary addresses, see
|
|
9306
|
-
* <a href="https://docs.aws.amazon.com/vpc/latest/userguide/
|
|
9306
|
+
* <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
9307
9307
|
* @public
|
|
9308
9308
|
*/
|
|
9309
9309
|
SecondaryPrivateIpAddresses?: string[];
|
|
9310
9310
|
/**
|
|
9311
9311
|
* <p>[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
|
|
9312
|
-
* For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/
|
|
9312
|
+
* For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a>
|
|
9313
9313
|
* in the <i>Amazon VPC User Guide</i>.</p>
|
|
9314
9314
|
* @public
|
|
9315
9315
|
*/
|
|
@@ -9499,28 +9499,28 @@ export interface CreateNatGatewayResult {
|
|
|
9499
9499
|
*/
|
|
9500
9500
|
export interface CreateNetworkAclRequest {
|
|
9501
9501
|
/**
|
|
9502
|
-
* <p>
|
|
9503
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9504
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9502
|
+
* <p>The tags to assign to the network ACL.</p>
|
|
9505
9503
|
* @public
|
|
9506
9504
|
*/
|
|
9507
|
-
|
|
9505
|
+
TagSpecifications?: TagSpecification[];
|
|
9508
9506
|
/**
|
|
9509
|
-
* <p>
|
|
9507
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
9508
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
9510
9509
|
* @public
|
|
9511
9510
|
*/
|
|
9512
|
-
|
|
9511
|
+
ClientToken?: string;
|
|
9513
9512
|
/**
|
|
9514
|
-
* <p>
|
|
9513
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9514
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9515
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9515
9516
|
* @public
|
|
9516
9517
|
*/
|
|
9517
|
-
|
|
9518
|
+
DryRun?: boolean;
|
|
9518
9519
|
/**
|
|
9519
|
-
* <p>
|
|
9520
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
9520
|
+
* <p>The ID of the VPC.</p>
|
|
9521
9521
|
* @public
|
|
9522
9522
|
*/
|
|
9523
|
-
|
|
9523
|
+
VpcId: string | undefined;
|
|
9524
9524
|
}
|
|
9525
9525
|
/**
|
|
9526
9526
|
* <p>Describes an association between a network ACL and a subnet.</p>
|
|
@@ -9677,12 +9677,6 @@ export interface CreateNetworkAclResult {
|
|
|
9677
9677
|
* @public
|
|
9678
9678
|
*/
|
|
9679
9679
|
export interface CreateNetworkAclEntryRequest {
|
|
9680
|
-
/**
|
|
9681
|
-
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
9682
|
-
* <code>172.16.0.0/24</code>). We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
9683
|
-
* @public
|
|
9684
|
-
*/
|
|
9685
|
-
CidrBlock?: string;
|
|
9686
9680
|
/**
|
|
9687
9681
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9688
9682
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -9690,34 +9684,17 @@ export interface CreateNetworkAclEntryRequest {
|
|
|
9690
9684
|
* @public
|
|
9691
9685
|
*/
|
|
9692
9686
|
DryRun?: boolean;
|
|
9693
|
-
/**
|
|
9694
|
-
* <p>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</p>
|
|
9695
|
-
* @public
|
|
9696
|
-
*/
|
|
9697
|
-
Egress: boolean | undefined;
|
|
9698
|
-
/**
|
|
9699
|
-
* <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
|
|
9700
|
-
* 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
|
|
9701
|
-
* @public
|
|
9702
|
-
*/
|
|
9703
|
-
IcmpTypeCode?: IcmpTypeCode;
|
|
9704
|
-
/**
|
|
9705
|
-
* <p>The IPv6 network range to allow or deny, in CIDR notation (for example
|
|
9706
|
-
* <code>2001:db8:1234:1a00::/64</code>).</p>
|
|
9707
|
-
* @public
|
|
9708
|
-
*/
|
|
9709
|
-
Ipv6CidrBlock?: string;
|
|
9710
9687
|
/**
|
|
9711
9688
|
* <p>The ID of the network ACL.</p>
|
|
9712
9689
|
* @public
|
|
9713
9690
|
*/
|
|
9714
9691
|
NetworkAclId: string | undefined;
|
|
9715
9692
|
/**
|
|
9716
|
-
* <p>
|
|
9717
|
-
*
|
|
9693
|
+
* <p>The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.</p>
|
|
9694
|
+
* <p>Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.</p>
|
|
9718
9695
|
* @public
|
|
9719
9696
|
*/
|
|
9720
|
-
|
|
9697
|
+
RuleNumber: number | undefined;
|
|
9721
9698
|
/**
|
|
9722
9699
|
* <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
|
|
9723
9700
|
* protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
|
|
@@ -9734,11 +9711,34 @@ export interface CreateNetworkAclEntryRequest {
|
|
|
9734
9711
|
*/
|
|
9735
9712
|
RuleAction: RuleAction | undefined;
|
|
9736
9713
|
/**
|
|
9737
|
-
* <p>
|
|
9738
|
-
* <p>Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.</p>
|
|
9714
|
+
* <p>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</p>
|
|
9739
9715
|
* @public
|
|
9740
9716
|
*/
|
|
9741
|
-
|
|
9717
|
+
Egress: boolean | undefined;
|
|
9718
|
+
/**
|
|
9719
|
+
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
9720
|
+
* <code>172.16.0.0/24</code>). We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
9721
|
+
* @public
|
|
9722
|
+
*/
|
|
9723
|
+
CidrBlock?: string;
|
|
9724
|
+
/**
|
|
9725
|
+
* <p>The IPv6 network range to allow or deny, in CIDR notation (for example
|
|
9726
|
+
* <code>2001:db8:1234:1a00::/64</code>).</p>
|
|
9727
|
+
* @public
|
|
9728
|
+
*/
|
|
9729
|
+
Ipv6CidrBlock?: string;
|
|
9730
|
+
/**
|
|
9731
|
+
* <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
|
|
9732
|
+
* 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
|
|
9733
|
+
* @public
|
|
9734
|
+
*/
|
|
9735
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
9736
|
+
/**
|
|
9737
|
+
* <p>TCP or UDP protocols: The range of ports the rule applies to.
|
|
9738
|
+
* Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
|
|
9739
|
+
* @public
|
|
9740
|
+
*/
|
|
9741
|
+
PortRange?: PortRange;
|
|
9742
9742
|
}
|
|
9743
9743
|
/**
|
|
9744
9744
|
* @public
|