@aws-sdk/client-ec2 3.592.0 → 3.598.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 +8 -0
- package/dist-cjs/index.js +126 -8
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeTrafficMirrorFilterRulesCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +102 -0
- package/dist-types/EC2.d.ts +8 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +3 -3
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +4 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -3
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +4 -3
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -3
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +4 -3
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -4
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +18 -5
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +3 -2
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +3 -5
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +14 -2
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -4
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +14 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -4
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -3
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +6 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +4 -4
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +6 -5
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +45 -42
- package/dist-types/models/models_1.d.ts +93 -84
- package/dist-types/models/models_2.d.ts +41 -30
- package/dist-types/models/models_3.d.ts +51 -48
- package/dist-types/models/models_4.d.ts +144 -119
- package/dist-types/models/models_5.d.ts +113 -103
- package/dist-types/models/models_6.d.ts +106 -69
- package/dist-types/models/models_7.d.ts +71 -30
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +18 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_5.d.ts +13 -22
- package/dist-types/ts3.4/models/models_6.d.ts +22 -11
- package/dist-types/ts3.4/models/models_7.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +39 -39
|
@@ -28,14 +28,14 @@ declare const RequestSpotInstancesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a Spot Instance request.</p>
|
|
31
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html">Spot Instance
|
|
32
|
-
* the <i>Amazon EC2 User Guide
|
|
31
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html">Work with Spot Instance</a> in
|
|
32
|
+
* the <i>Amazon EC2 User Guide</i>.</p>
|
|
33
33
|
* <important>
|
|
34
34
|
* <p>We strongly discourage using the RequestSpotInstances API because it is a legacy
|
|
35
35
|
* API with no planned investment. For options for requesting Spot Instances, see
|
|
36
36
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use">Which
|
|
37
37
|
* is the best Spot request method to use?</a> in the
|
|
38
|
-
* <i>Amazon EC2 User Guide
|
|
38
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
39
39
|
* </important>
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -158,7 +158,7 @@ declare const RequestSpotInstancesCommand_base: {
|
|
|
158
158
|
* ValidUntil: new Date("TIMESTAMP"),
|
|
159
159
|
* TagSpecifications: [ // TagSpecificationList
|
|
160
160
|
* { // TagSpecification
|
|
161
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
161
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
162
162
|
* Tags: [ // TagList
|
|
163
163
|
* { // Tag
|
|
164
164
|
* Key: "STRING_VALUE",
|
|
@@ -34,7 +34,7 @@ declare const ResetInstanceAttributeCommand_base: {
|
|
|
34
34
|
* <p>The <code>sourceDestCheck</code> attribute controls whether source/destination
|
|
35
35
|
* checking is enabled. The default value is <code>true</code>, which means checking is
|
|
36
36
|
* enabled. This value must be <code>false</code> for a NAT instance to perform NAT. For
|
|
37
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html">NAT
|
|
37
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html">NAT instances</a> in the
|
|
38
38
|
* <i>Amazon VPC User Guide</i>.</p>
|
|
39
39
|
* @example
|
|
40
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -49,8 +49,8 @@ declare const RunInstancesCommand_base: {
|
|
|
49
49
|
* types</a>.</p>
|
|
50
50
|
* </li>
|
|
51
51
|
* <li>
|
|
52
|
-
* <p>If you don't specify a security group ID, we use the default security group
|
|
53
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Security
|
|
52
|
+
* <p>If you don't specify a security group ID, we use the default security group
|
|
53
|
+
* for the VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Security
|
|
54
54
|
* groups</a>.</p>
|
|
55
55
|
* </li>
|
|
56
56
|
* <li>
|
|
@@ -65,6 +65,9 @@ declare const RunInstancesCommand_base: {
|
|
|
65
65
|
* <p>To ensure faster instance launches, break up large requests into smaller batches. For
|
|
66
66
|
* example, create five separate launch requests for 100 instances each instead of one
|
|
67
67
|
* launch request for 500 instances.</p>
|
|
68
|
+
* <p>
|
|
69
|
+
* <code>RunInstances</code> is subject to both request rate limiting and resource rate
|
|
70
|
+
* limiting. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-throttling.html">Request throttling</a>.</p>
|
|
68
71
|
* <p>An instance is ready for you to use when it's in the <code>running</code> state. You
|
|
69
72
|
* can check the state of your instance using <a>DescribeInstances</a>. You can
|
|
70
73
|
* tag instances and EBS volumes during launch, after launch, or both. For more
|
|
@@ -216,7 +219,7 @@ declare const RunInstancesCommand_base: {
|
|
|
216
219
|
* ],
|
|
217
220
|
* TagSpecifications: [ // TagSpecificationList
|
|
218
221
|
* { // TagSpecification
|
|
219
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
222
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
220
223
|
* Tags: [ // TagList
|
|
221
224
|
* { // Tag
|
|
222
225
|
* Key: "STRING_VALUE",
|
|
@@ -29,10 +29,10 @@ declare const RunScheduledInstancesCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Launches the specified Scheduled Instances.</p>
|
|
31
31
|
* <p>Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using <a>PurchaseScheduledInstances</a>.</p>
|
|
32
|
-
* <p>You must launch a Scheduled Instance during its scheduled time period. You can't stop or
|
|
33
|
-
* but you can terminate it as needed. If you terminate a
|
|
34
|
-
*
|
|
35
|
-
*
|
|
32
|
+
* <p>You must launch a Scheduled Instance during its scheduled time period. You can't stop or
|
|
33
|
+
* reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a
|
|
34
|
+
* Scheduled Instance before the current scheduled time period ends, you can launch it again
|
|
35
|
+
* after a few minutes.</p>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
38
|
* ```javascript
|
|
@@ -40,8 +40,7 @@ declare const SendDiagnosticInterruptCommand_base: {
|
|
|
40
40
|
* system is configured to perform the required diagnostic tasks.</p>
|
|
41
41
|
* <p>For more information about configuring your operating system to generate a crash dump
|
|
42
42
|
* when a kernel panic or stop error occurs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/diagnostic-interrupt.html">Send a diagnostic interrupt
|
|
43
|
-
* (for advanced users)</a>
|
|
44
|
-
* interrupt (for advanced users)</a> (Windows instances).</p>
|
|
43
|
+
* (for advanced users)</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
45
44
|
* @example
|
|
46
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
46
|
* ```javascript
|
|
@@ -44,8 +44,8 @@ declare const StartInstancesCommand_base: {
|
|
|
44
44
|
* <code>unlimited</code> CPU credit option is not supported on Dedicated Hosts. Before
|
|
45
45
|
* you start the instance, either change its CPU credit option to <code>standard</code>, or
|
|
46
46
|
* change its tenancy to <code>default</code> or <code>dedicated</code>.</p>
|
|
47
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stop and start
|
|
48
|
-
*
|
|
47
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stop and start Amazon EC2
|
|
48
|
+
* instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
49
49
|
* @example
|
|
50
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
51
|
* ```javascript
|
|
@@ -39,7 +39,7 @@ declare const StartNetworkInsightsAccessScopeAnalysisCommand_base: {
|
|
|
39
39
|
* DryRun: true || false,
|
|
40
40
|
* TagSpecifications: [ // TagSpecificationList
|
|
41
41
|
* { // TagSpecification
|
|
42
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
42
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
43
43
|
* Tags: [ // TagList
|
|
44
44
|
* { // Tag
|
|
45
45
|
* Key: "STRING_VALUE",
|
|
@@ -46,7 +46,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
|
|
|
46
46
|
* DryRun: true || false,
|
|
47
47
|
* TagSpecifications: [ // TagSpecificationList
|
|
48
48
|
* { // TagSpecification
|
|
49
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
49
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
|
|
50
50
|
* Tags: [ // TagList
|
|
51
51
|
* { // Tag
|
|
52
52
|
* Key: "STRING_VALUE",
|
|
@@ -28,11 +28,12 @@ declare const StopInstancesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Stops an Amazon EBS-backed instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stop and start
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* <
|
|
31
|
+
* Amazon EC2 instances</a> in the <i>Amazon EC2 User
|
|
32
|
+
* Guide</i>.</p>
|
|
33
|
+
* <p>You can use the Stop action to hibernate an instance if the instance is <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html">enabled
|
|
34
|
+
* for hibernation</a> and it meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
35
|
+
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
|
|
36
|
+
* instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
36
37
|
* <p>We don't charge usage for a stopped instance, or data transfer fees; however, your
|
|
37
38
|
* root partition Amazon EBS volume remains and continues to persist your data, and you are
|
|
38
39
|
* charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2
|
|
@@ -331,6 +331,7 @@ export * from "./DescribeStaleSecurityGroupsCommand";
|
|
|
331
331
|
export * from "./DescribeStoreImageTasksCommand";
|
|
332
332
|
export * from "./DescribeSubnetsCommand";
|
|
333
333
|
export * from "./DescribeTagsCommand";
|
|
334
|
+
export * from "./DescribeTrafficMirrorFilterRulesCommand";
|
|
334
335
|
export * from "./DescribeTrafficMirrorFiltersCommand";
|
|
335
336
|
export * from "./DescribeTrafficMirrorSessionsCommand";
|
|
336
337
|
export * from "./DescribeTrafficMirrorTargetsCommand";
|
|
@@ -205,6 +205,7 @@ export declare const ResourceType: {
|
|
|
205
205
|
readonly volume: "volume";
|
|
206
206
|
readonly vpc: "vpc";
|
|
207
207
|
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
208
|
+
readonly vpc_encryption_control: "vpc-encryption-control";
|
|
208
209
|
readonly vpc_endpoint: "vpc-endpoint";
|
|
209
210
|
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
210
211
|
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
@@ -300,7 +301,7 @@ export declare const AddressTransferStatus: {
|
|
|
300
301
|
*/
|
|
301
302
|
export type AddressTransferStatus = (typeof AddressTransferStatus)[keyof typeof AddressTransferStatus];
|
|
302
303
|
/**
|
|
303
|
-
* <p>Details on the Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon
|
|
304
|
+
* <p>Details on the Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
304
305
|
* @public
|
|
305
306
|
*/
|
|
306
307
|
export interface AddressTransfer {
|
|
@@ -2774,7 +2775,6 @@ export interface AllocateAddressRequest {
|
|
|
2774
2775
|
* <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
|
|
2775
2776
|
* advertises IP addresses. Use this parameter to limit the IP address to this location. IP
|
|
2776
2777
|
* addresses cannot move between network border groups.</p>
|
|
2777
|
-
* <p>Use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a> to view the network border groups.</p>
|
|
2778
2778
|
* @public
|
|
2779
2779
|
*/
|
|
2780
2780
|
NetworkBorderGroup?: string;
|
|
@@ -2890,7 +2890,7 @@ export interface AllocateHostsRequest {
|
|
|
2890
2890
|
* instance type configuration, or if it only accepts Host tenancy instance launches that
|
|
2891
2891
|
* specify its unique host ID. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding"> Understanding auto-placement and affinity</a> in the
|
|
2892
2892
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2893
|
-
* <p>Default: <code>
|
|
2893
|
+
* <p>Default: <code>off</code>
|
|
2894
2894
|
* </p>
|
|
2895
2895
|
* @public
|
|
2896
2896
|
*/
|
|
@@ -3043,7 +3043,7 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
3043
3043
|
*/
|
|
3044
3044
|
NetmaskLength?: number;
|
|
3045
3045
|
/**
|
|
3046
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
3046
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
3047
3047
|
* @public
|
|
3048
3048
|
*/
|
|
3049
3049
|
ClientToken?: string;
|
|
@@ -3373,8 +3373,8 @@ export interface AssignPrivateIpAddressesRequest {
|
|
|
3373
3373
|
export interface Ipv4PrefixSpecification {
|
|
3374
3374
|
/**
|
|
3375
3375
|
* <p>The IPv4 prefix. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
|
|
3376
|
-
* Assigning prefixes to
|
|
3377
|
-
* <i>Amazon
|
|
3376
|
+
* Assigning prefixes to network interfaces</a> in the
|
|
3377
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
3378
3378
|
* @public
|
|
3379
3379
|
*/
|
|
3380
3380
|
Ipv4Prefix?: string;
|
|
@@ -3583,7 +3583,8 @@ export interface AssociateClientVpnTargetNetworkRequest {
|
|
|
3583
3583
|
*/
|
|
3584
3584
|
SubnetId: string | undefined;
|
|
3585
3585
|
/**
|
|
3586
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
3586
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
3587
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
3587
3588
|
* @public
|
|
3588
3589
|
*/
|
|
3589
3590
|
ClientToken?: string;
|
|
@@ -4612,8 +4613,8 @@ export interface AssociateTrunkInterfaceRequest {
|
|
|
4612
4613
|
GreKey?: number;
|
|
4613
4614
|
/**
|
|
4614
4615
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
4615
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4616
|
-
*
|
|
4616
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
4617
|
+
* idempotency</a>.</p>
|
|
4617
4618
|
* @public
|
|
4618
4619
|
*/
|
|
4619
4620
|
ClientToken?: string;
|
|
@@ -4689,8 +4690,8 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
4689
4690
|
InterfaceAssociation?: TrunkInterfaceAssociation;
|
|
4690
4691
|
/**
|
|
4691
4692
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
4692
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4693
|
-
*
|
|
4693
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
4694
|
+
* idempotency</a>.</p>
|
|
4694
4695
|
* @public
|
|
4695
4696
|
*/
|
|
4696
4697
|
ClientToken?: string;
|
|
@@ -5031,7 +5032,7 @@ export interface AttachVerifiedAccessTrustProviderRequest {
|
|
|
5031
5032
|
VerifiedAccessTrustProviderId: string | undefined;
|
|
5032
5033
|
/**
|
|
5033
5034
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
5034
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
5035
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
5035
5036
|
* @public
|
|
5036
5037
|
*/
|
|
5037
5038
|
ClientToken?: string;
|
|
@@ -5505,7 +5506,8 @@ export interface AuthorizeClientVpnIngressRequest {
|
|
|
5505
5506
|
*/
|
|
5506
5507
|
Description?: string;
|
|
5507
5508
|
/**
|
|
5508
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
5509
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
5510
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
5509
5511
|
* @public
|
|
5510
5512
|
*/
|
|
5511
5513
|
ClientToken?: string;
|
|
@@ -6826,7 +6828,7 @@ export interface CopyFpgaImageRequest {
|
|
|
6826
6828
|
SourceRegion: string | undefined;
|
|
6827
6829
|
/**
|
|
6828
6830
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
6829
|
-
*
|
|
6831
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6830
6832
|
* @public
|
|
6831
6833
|
*/
|
|
6832
6834
|
ClientToken?: string;
|
|
@@ -7014,7 +7016,7 @@ export interface CopySnapshotRequest {
|
|
|
7014
7016
|
*/
|
|
7015
7017
|
Encrypted?: boolean;
|
|
7016
7018
|
/**
|
|
7017
|
-
* <p>The identifier of the
|
|
7019
|
+
* <p>The identifier of the KMS key to use for Amazon EBS encryption.
|
|
7018
7020
|
* If this parameter is not specified, your KMS key for Amazon EBS is used. If <code>KmsKeyId</code> is
|
|
7019
7021
|
* specified, the encrypted state must be <code>true</code>.</p>
|
|
7020
7022
|
* <p>You can specify the KMS key using any of the following:</p>
|
|
@@ -7047,8 +7049,8 @@ export interface CopySnapshotRequest {
|
|
|
7047
7049
|
* <code>SourceSnapshotId</code>, and <code>DestinationRegion</code> parameters. The
|
|
7048
7050
|
* <code>PresignedUrl</code> must be signed using Amazon Web Services Signature Version 4. Because EBS
|
|
7049
7051
|
* snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic
|
|
7050
|
-
* that is described in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
|
|
7051
|
-
* Parameters (Amazon Web Services Signature Version 4)</a> in the <i>Amazon
|
|
7052
|
+
* that is described in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
|
|
7053
|
+
* Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> in the <i>Amazon S3 API Reference</i>. An
|
|
7052
7054
|
* invalid or improperly signed <code>PresignedUrl</code> will cause the copy operation to fail
|
|
7053
7055
|
* asynchronously, and the snapshot will move to an <code>error</code> state.</p>
|
|
7054
7056
|
* @public
|
|
@@ -8402,11 +8404,11 @@ export interface ReservationFleetInstanceSpecification {
|
|
|
8402
8404
|
*/
|
|
8403
8405
|
InstancePlatform?: CapacityReservationInstancePlatform;
|
|
8404
8406
|
/**
|
|
8405
|
-
* <p>The number of capacity units provided by the specified instance type. This value, together
|
|
8406
|
-
* total target capacity that you specify for the Fleet determine the number of
|
|
8407
|
-
* Fleet reserves capacity. Both values are based on units that
|
|
8408
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
8409
|
-
*
|
|
8407
|
+
* <p>The number of capacity units provided by the specified instance type. This value, together
|
|
8408
|
+
* with the total target capacity that you specify for the Fleet determine the number of
|
|
8409
|
+
* instances for which the Fleet reserves capacity. Both values are based on units that
|
|
8410
|
+
* make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
8411
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8410
8412
|
* @public
|
|
8411
8413
|
*/
|
|
8412
8414
|
Weight?: number;
|
|
@@ -8433,10 +8435,10 @@ export interface ReservationFleetInstanceSpecification {
|
|
|
8433
8435
|
*/
|
|
8434
8436
|
EbsOptimized?: boolean;
|
|
8435
8437
|
/**
|
|
8436
|
-
* <p>The priority to assign to the instance type. This value is used to determine which of the
|
|
8437
|
-
* specified for the Fleet should be prioritized for use. A lower value
|
|
8438
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
8439
|
-
*
|
|
8438
|
+
* <p>The priority to assign to the instance type. This value is used to determine which of the
|
|
8439
|
+
* instance types specified for the Fleet should be prioritized for use. A lower value
|
|
8440
|
+
* indicates a high priority. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
8441
|
+
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8440
8442
|
* @public
|
|
8441
8443
|
*/
|
|
8442
8444
|
Priority?: number;
|
|
@@ -8457,10 +8459,10 @@ export type FleetCapacityReservationTenancy = (typeof FleetCapacityReservationTe
|
|
|
8457
8459
|
*/
|
|
8458
8460
|
export interface CreateCapacityReservationFleetRequest {
|
|
8459
8461
|
/**
|
|
8460
|
-
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
8461
|
-
*
|
|
8462
|
-
*
|
|
8463
|
-
*
|
|
8462
|
+
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the specified
|
|
8463
|
+
* instance types to use. Currently, only the <code>prioritized</code> allocation strategy
|
|
8464
|
+
* is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation
|
|
8465
|
+
* strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8464
8466
|
* <p>Valid values: <code>prioritized</code>
|
|
8465
8467
|
* </p>
|
|
8466
8468
|
* @public
|
|
@@ -8497,10 +8499,11 @@ export interface CreateCapacityReservationFleetRequest {
|
|
|
8497
8499
|
Tenancy?: FleetCapacityReservationTenancy;
|
|
8498
8500
|
/**
|
|
8499
8501
|
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This
|
|
8500
|
-
* value, together with the instance type weights that you assign to each instance type
|
|
8501
|
-
* the Fleet determine the number of instances for which the Fleet reserves
|
|
8502
|
-
* are based on units that make sense for your workload. For more
|
|
8503
|
-
*
|
|
8502
|
+
* value, together with the instance type weights that you assign to each instance type
|
|
8503
|
+
* used by the Fleet determine the number of instances for which the Fleet reserves
|
|
8504
|
+
* capacity. Both values are based on units that make sense for your workload. For more
|
|
8505
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
8506
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8504
8507
|
* @public
|
|
8505
8508
|
*/
|
|
8506
8509
|
TotalTargetCapacity: number | undefined;
|
|
@@ -8574,9 +8577,9 @@ export interface FleetCapacityReservation {
|
|
|
8574
8577
|
*/
|
|
8575
8578
|
TotalInstanceCount?: number;
|
|
8576
8579
|
/**
|
|
8577
|
-
* <p>The number of capacity units fulfilled by the Capacity Reservation. For more information,
|
|
8578
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">
|
|
8579
|
-
*
|
|
8580
|
+
* <p>The number of capacity units fulfilled by the Capacity Reservation. For more information,
|
|
8581
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
8582
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8580
8583
|
* @public
|
|
8581
8584
|
*/
|
|
8582
8585
|
FulfilledCapacity?: number;
|
|
@@ -8591,16 +8594,16 @@ export interface FleetCapacityReservation {
|
|
|
8591
8594
|
*/
|
|
8592
8595
|
CreateDate?: Date;
|
|
8593
8596
|
/**
|
|
8594
|
-
* <p>The weight of the instance type in the Capacity Reservation Fleet. For more information,
|
|
8595
|
-
*
|
|
8596
|
-
*
|
|
8597
|
+
* <p>The weight of the instance type in the Capacity Reservation Fleet. For more information, see
|
|
8598
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
|
|
8599
|
+
* weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8597
8600
|
* @public
|
|
8598
8601
|
*/
|
|
8599
8602
|
Weight?: number;
|
|
8600
8603
|
/**
|
|
8601
8604
|
* <p>The priority of the instance type in the Capacity Reservation Fleet. For more information,
|
|
8602
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">
|
|
8603
|
-
*
|
|
8605
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
8606
|
+
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8604
8607
|
* @public
|
|
8605
8608
|
*/
|
|
8606
8609
|
Priority?: number;
|