@aws-sdk/client-ec2 3.873.0 → 3.876.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 +40 -0
- package/dist-cjs/index.js +1271 -401
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -8
- package/dist-es/models/models_4.js +19 -40
- package/dist-es/models/models_5.js +40 -18
- package/dist-es/models/models_6.js +18 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +721 -25
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
- package/dist-types/EC2.d.ts +37 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.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/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +4 -2
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- 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/CreateIpamExternalResourceVerificationTokenCommand.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 +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- 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/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.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 +1 -1
- 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 +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.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 +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.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/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.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/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +133 -168
- package/dist-types/models/models_2.d.ts +168 -193
- package/dist-types/models/models_3.d.ts +222 -485
- package/dist-types/models/models_4.d.ts +1899 -1581
- package/dist-types/models/models_5.d.ts +6576 -6652
- package/dist-types/models/models_6.d.ts +3820 -3621
- package/dist-types/models/models_7.d.ts +4719 -4767
- package/dist-types/models/models_8.d.ts +596 -6
- package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +87 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +36 -32
- package/dist-types/ts3.4/models/models_2.d.ts +39 -44
- package/dist-types/ts3.4/models/models_3.d.ts +49 -72
- package/dist-types/ts3.4/models/models_4.d.ts +164 -164
- package/dist-types/ts3.4/models/models_5.d.ts +177 -144
- package/dist-types/ts3.4/models/models_6.d.ts +147 -128
- package/dist-types/ts3.4/models/models_7.d.ts +132 -138
- package/dist-types/ts3.4/models/models_8.d.ts +139 -2
- package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
- package/package.json +6 -6
|
@@ -2534,6 +2534,19 @@ export interface ConnectionLogOptions {
|
|
|
2534
2534
|
*/
|
|
2535
2535
|
CloudwatchLogStream?: string | undefined;
|
|
2536
2536
|
}
|
|
2537
|
+
/**
|
|
2538
|
+
* @public
|
|
2539
|
+
* @enum
|
|
2540
|
+
*/
|
|
2541
|
+
export declare const EndpointIpAddressType: {
|
|
2542
|
+
readonly dual_stack: "dual-stack";
|
|
2543
|
+
readonly ipv4: "ipv4";
|
|
2544
|
+
readonly ipv6: "ipv6";
|
|
2545
|
+
};
|
|
2546
|
+
/**
|
|
2547
|
+
* @public
|
|
2548
|
+
*/
|
|
2549
|
+
export type EndpointIpAddressType = (typeof EndpointIpAddressType)[keyof typeof EndpointIpAddressType];
|
|
2537
2550
|
/**
|
|
2538
2551
|
* @public
|
|
2539
2552
|
* @enum
|
|
@@ -2546,6 +2559,19 @@ export declare const SelfServicePortal: {
|
|
|
2546
2559
|
* @public
|
|
2547
2560
|
*/
|
|
2548
2561
|
export type SelfServicePortal = (typeof SelfServicePortal)[keyof typeof SelfServicePortal];
|
|
2562
|
+
/**
|
|
2563
|
+
* @public
|
|
2564
|
+
* @enum
|
|
2565
|
+
*/
|
|
2566
|
+
export declare const TrafficIpAddressType: {
|
|
2567
|
+
readonly dual_stack: "dual-stack";
|
|
2568
|
+
readonly ipv4: "ipv4";
|
|
2569
|
+
readonly ipv6: "ipv6";
|
|
2570
|
+
};
|
|
2571
|
+
/**
|
|
2572
|
+
* @public
|
|
2573
|
+
*/
|
|
2574
|
+
export type TrafficIpAddressType = (typeof TrafficIpAddressType)[keyof typeof TrafficIpAddressType];
|
|
2549
2575
|
/**
|
|
2550
2576
|
* @public
|
|
2551
2577
|
* @enum
|
|
@@ -2566,7 +2592,7 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
2566
2592
|
* <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
|
|
2567
2593
|
* @public
|
|
2568
2594
|
*/
|
|
2569
|
-
ClientCidrBlock
|
|
2595
|
+
ClientCidrBlock?: string | undefined;
|
|
2570
2596
|
/**
|
|
2571
2597
|
* <p>The ARN of the server certificate. For more information, see
|
|
2572
2598
|
* the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
@@ -2701,6 +2727,19 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
2701
2727
|
* @public
|
|
2702
2728
|
*/
|
|
2703
2729
|
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
2730
|
+
/**
|
|
2731
|
+
* <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
|
|
2732
|
+
* (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
|
|
2733
|
+
* addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
|
|
2734
|
+
* using either IPv4 or IPv6 addresses..</p>
|
|
2735
|
+
* @public
|
|
2736
|
+
*/
|
|
2737
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
2738
|
+
/**
|
|
2739
|
+
* <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
|
|
2740
|
+
* @public
|
|
2741
|
+
*/
|
|
2742
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
2704
2743
|
}
|
|
2705
2744
|
/**
|
|
2706
2745
|
* @public
|
|
@@ -7558,6 +7597,99 @@ export interface CreateImageResult {
|
|
|
7558
7597
|
*/
|
|
7559
7598
|
ImageId?: string | undefined;
|
|
7560
7599
|
}
|
|
7600
|
+
/**
|
|
7601
|
+
* <p>The options that affect the scope of the report.</p>
|
|
7602
|
+
* @public
|
|
7603
|
+
*/
|
|
7604
|
+
export interface ImageUsageResourceTypeOptionRequest {
|
|
7605
|
+
/**
|
|
7606
|
+
* <p>The name of the option.</p>
|
|
7607
|
+
* <p>Valid value: <code>version-depth</code> - The number of launch template versions to
|
|
7608
|
+
* check.</p>
|
|
7609
|
+
* @public
|
|
7610
|
+
*/
|
|
7611
|
+
OptionName?: string | undefined;
|
|
7612
|
+
/**
|
|
7613
|
+
* <p>A value for the specified option.</p>
|
|
7614
|
+
* <p>Valid values: Integers between <code>1</code> and <code>10000</code>
|
|
7615
|
+
* </p>
|
|
7616
|
+
* <p>Default: <code>20</code>
|
|
7617
|
+
* </p>
|
|
7618
|
+
* @public
|
|
7619
|
+
*/
|
|
7620
|
+
OptionValues?: string[] | undefined;
|
|
7621
|
+
}
|
|
7622
|
+
/**
|
|
7623
|
+
* <p>A resource type to include in the report. Associated options can also be specified if the
|
|
7624
|
+
* resource type is a launch template.</p>
|
|
7625
|
+
* @public
|
|
7626
|
+
*/
|
|
7627
|
+
export interface ImageUsageResourceTypeRequest {
|
|
7628
|
+
/**
|
|
7629
|
+
* <p>The resource type.</p>
|
|
7630
|
+
* <p>Valid values: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code>
|
|
7631
|
+
* </p>
|
|
7632
|
+
* @public
|
|
7633
|
+
*/
|
|
7634
|
+
ResourceType?: string | undefined;
|
|
7635
|
+
/**
|
|
7636
|
+
* <p>The options that affect the scope of the report. Valid only when <code>ResourceType</code>
|
|
7637
|
+
* is <code>ec2:LaunchTemplate</code>.</p>
|
|
7638
|
+
* @public
|
|
7639
|
+
*/
|
|
7640
|
+
ResourceTypeOptions?: ImageUsageResourceTypeOptionRequest[] | undefined;
|
|
7641
|
+
}
|
|
7642
|
+
/**
|
|
7643
|
+
* @public
|
|
7644
|
+
*/
|
|
7645
|
+
export interface CreateImageUsageReportRequest {
|
|
7646
|
+
/**
|
|
7647
|
+
* <p>The ID of the image to report on.</p>
|
|
7648
|
+
* @public
|
|
7649
|
+
*/
|
|
7650
|
+
ImageId: string | undefined;
|
|
7651
|
+
/**
|
|
7652
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7653
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
7654
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7655
|
+
* @public
|
|
7656
|
+
*/
|
|
7657
|
+
DryRun?: boolean | undefined;
|
|
7658
|
+
/**
|
|
7659
|
+
* <p>The resource types to include in the report.</p>
|
|
7660
|
+
* @public
|
|
7661
|
+
*/
|
|
7662
|
+
ResourceTypes: ImageUsageResourceTypeRequest[] | undefined;
|
|
7663
|
+
/**
|
|
7664
|
+
* <p>The Amazon Web Services account IDs to include in the report. To include all accounts, omit this
|
|
7665
|
+
* parameter.</p>
|
|
7666
|
+
* @public
|
|
7667
|
+
*/
|
|
7668
|
+
AccountIds?: string[] | undefined;
|
|
7669
|
+
/**
|
|
7670
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure idempotency of the request.</p>
|
|
7671
|
+
* @public
|
|
7672
|
+
*/
|
|
7673
|
+
ClientToken?: string | undefined;
|
|
7674
|
+
/**
|
|
7675
|
+
* <p>The tags to apply to the report on creation. The <code>ResourceType</code> must be set to
|
|
7676
|
+
* <code>image-usage-report</code>; any other value will cause the report creation to
|
|
7677
|
+
* fail.</p>
|
|
7678
|
+
* <p>To tag a report after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
7679
|
+
* @public
|
|
7680
|
+
*/
|
|
7681
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7682
|
+
}
|
|
7683
|
+
/**
|
|
7684
|
+
* @public
|
|
7685
|
+
*/
|
|
7686
|
+
export interface CreateImageUsageReportResult {
|
|
7687
|
+
/**
|
|
7688
|
+
* <p>The ID of the report.</p>
|
|
7689
|
+
* @public
|
|
7690
|
+
*/
|
|
7691
|
+
ReportId?: string | undefined;
|
|
7692
|
+
}
|
|
7561
7693
|
/**
|
|
7562
7694
|
* @public
|
|
7563
7695
|
* @enum
|
|
@@ -11281,173 +11413,6 @@ export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
|
11281
11413
|
*/
|
|
11282
11414
|
Name?: string | undefined;
|
|
11283
11415
|
}
|
|
11284
|
-
/**
|
|
11285
|
-
* <p>The options for Spot Instances.</p>
|
|
11286
|
-
* @public
|
|
11287
|
-
*/
|
|
11288
|
-
export interface LaunchTemplateSpotMarketOptions {
|
|
11289
|
-
/**
|
|
11290
|
-
* <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
|
|
11291
|
-
* recommend using this parameter because it can lead to increased interruptions. If you do
|
|
11292
|
-
* not specify this parameter, you will pay the current Spot price. If you do specify this
|
|
11293
|
-
* parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
|
|
11294
|
-
* result in an <code>InvalidParameterValue</code> error message when the launch template
|
|
11295
|
-
* is used to launch an instance.</p>
|
|
11296
|
-
* @public
|
|
11297
|
-
*/
|
|
11298
|
-
MaxPrice?: string | undefined;
|
|
11299
|
-
/**
|
|
11300
|
-
* <p>The Spot Instance request type.</p>
|
|
11301
|
-
* @public
|
|
11302
|
-
*/
|
|
11303
|
-
SpotInstanceType?: SpotInstanceType | undefined;
|
|
11304
|
-
/**
|
|
11305
|
-
* <p>The required duration for the Spot Instances (also known as Spot blocks), in minutes.
|
|
11306
|
-
* This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).</p>
|
|
11307
|
-
* @public
|
|
11308
|
-
*/
|
|
11309
|
-
BlockDurationMinutes?: number | undefined;
|
|
11310
|
-
/**
|
|
11311
|
-
* <p>The end date of the request. For a one-time request, the request remains active until
|
|
11312
|
-
* all instances launch, the request is canceled, or this date is reached. If the request
|
|
11313
|
-
* is persistent, it remains active until it is canceled or this date and time is
|
|
11314
|
-
* reached.</p>
|
|
11315
|
-
* @public
|
|
11316
|
-
*/
|
|
11317
|
-
ValidUntil?: Date | undefined;
|
|
11318
|
-
/**
|
|
11319
|
-
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
11320
|
-
* @public
|
|
11321
|
-
*/
|
|
11322
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
11323
|
-
}
|
|
11324
|
-
/**
|
|
11325
|
-
* <p>The market (purchasing) option for the instances.</p>
|
|
11326
|
-
* @public
|
|
11327
|
-
*/
|
|
11328
|
-
export interface LaunchTemplateInstanceMarketOptions {
|
|
11329
|
-
/**
|
|
11330
|
-
* <p>The market type.</p>
|
|
11331
|
-
* @public
|
|
11332
|
-
*/
|
|
11333
|
-
MarketType?: MarketType | undefined;
|
|
11334
|
-
/**
|
|
11335
|
-
* <p>The options for Spot Instances.</p>
|
|
11336
|
-
* @public
|
|
11337
|
-
*/
|
|
11338
|
-
SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
|
|
11339
|
-
}
|
|
11340
|
-
/**
|
|
11341
|
-
* <p>Describes a license configuration.</p>
|
|
11342
|
-
* @public
|
|
11343
|
-
*/
|
|
11344
|
-
export interface LaunchTemplateLicenseConfiguration {
|
|
11345
|
-
/**
|
|
11346
|
-
* <p>The Amazon Resource Name (ARN) of the license configuration.</p>
|
|
11347
|
-
* @public
|
|
11348
|
-
*/
|
|
11349
|
-
LicenseConfigurationArn?: string | undefined;
|
|
11350
|
-
}
|
|
11351
|
-
/**
|
|
11352
|
-
* <p>The maintenance options of your instance.</p>
|
|
11353
|
-
* @public
|
|
11354
|
-
*/
|
|
11355
|
-
export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
11356
|
-
/**
|
|
11357
|
-
* <p>Disables the automatic recovery behavior of your instance or sets it to
|
|
11358
|
-
* default.</p>
|
|
11359
|
-
* @public
|
|
11360
|
-
*/
|
|
11361
|
-
AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
|
|
11362
|
-
}
|
|
11363
|
-
/**
|
|
11364
|
-
* @public
|
|
11365
|
-
* @enum
|
|
11366
|
-
*/
|
|
11367
|
-
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
11368
|
-
readonly applied: "applied";
|
|
11369
|
-
readonly pending: "pending";
|
|
11370
|
-
};
|
|
11371
|
-
/**
|
|
11372
|
-
* @public
|
|
11373
|
-
*/
|
|
11374
|
-
export type LaunchTemplateInstanceMetadataOptionsState = (typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
11375
|
-
/**
|
|
11376
|
-
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Use
|
|
11377
|
-
* instance metadata to manage your EC2 instance</a> in the
|
|
11378
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11379
|
-
* @public
|
|
11380
|
-
*/
|
|
11381
|
-
export interface LaunchTemplateInstanceMetadataOptions {
|
|
11382
|
-
/**
|
|
11383
|
-
* <p>The state of the metadata option changes.</p>
|
|
11384
|
-
* <p>
|
|
11385
|
-
* <code>pending</code> - The metadata options are being updated and the instance is not
|
|
11386
|
-
* ready to process metadata traffic with the new selection.</p>
|
|
11387
|
-
* <p>
|
|
11388
|
-
* <code>applied</code> - The metadata options have been successfully applied on the
|
|
11389
|
-
* instance.</p>
|
|
11390
|
-
* @public
|
|
11391
|
-
*/
|
|
11392
|
-
State?: LaunchTemplateInstanceMetadataOptionsState | undefined;
|
|
11393
|
-
/**
|
|
11394
|
-
* <p>Indicates whether IMDSv2 is required.</p>
|
|
11395
|
-
* <ul>
|
|
11396
|
-
* <li>
|
|
11397
|
-
* <p>
|
|
11398
|
-
* <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
|
|
11399
|
-
* session token in your instance metadata retrieval requests. If you retrieve IAM
|
|
11400
|
-
* role credentials without a session token, you receive the IMDSv1 role
|
|
11401
|
-
* credentials. If you retrieve IAM role credentials using a valid session token,
|
|
11402
|
-
* you receive the IMDSv2 role credentials.</p>
|
|
11403
|
-
* </li>
|
|
11404
|
-
* <li>
|
|
11405
|
-
* <p>
|
|
11406
|
-
* <code>required</code> - IMDSv2 is required. You must send a session token in
|
|
11407
|
-
* your instance metadata retrieval requests. With this option, retrieving the IAM
|
|
11408
|
-
* role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not
|
|
11409
|
-
* available.</p>
|
|
11410
|
-
* </li>
|
|
11411
|
-
* </ul>
|
|
11412
|
-
* @public
|
|
11413
|
-
*/
|
|
11414
|
-
HttpTokens?: LaunchTemplateHttpTokensState | undefined;
|
|
11415
|
-
/**
|
|
11416
|
-
* <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
|
|
11417
|
-
* number, the further instance metadata requests can travel.</p>
|
|
11418
|
-
* <p>Default: 1</p>
|
|
11419
|
-
* <p>Possible values: Integers from 1 to 64</p>
|
|
11420
|
-
* @public
|
|
11421
|
-
*/
|
|
11422
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
11423
|
-
/**
|
|
11424
|
-
* <p>Enables or disables the HTTP metadata endpoint on your instances. If the parameter is
|
|
11425
|
-
* not specified, the default state is <code>enabled</code>.</p>
|
|
11426
|
-
* <note>
|
|
11427
|
-
* <p>If you specify a value of <code>disabled</code>, you will not be able to access
|
|
11428
|
-
* your instance metadata. </p>
|
|
11429
|
-
* </note>
|
|
11430
|
-
* @public
|
|
11431
|
-
*/
|
|
11432
|
-
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
|
|
11433
|
-
/**
|
|
11434
|
-
* <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
|
|
11435
|
-
* <p>Default: <code>disabled</code>
|
|
11436
|
-
* </p>
|
|
11437
|
-
* @public
|
|
11438
|
-
*/
|
|
11439
|
-
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
|
|
11440
|
-
/**
|
|
11441
|
-
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
11442
|
-
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
11443
|
-
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html">View tags for your EC2
|
|
11444
|
-
* instances using instance metadata</a>.</p>
|
|
11445
|
-
* <p>Default: <code>disabled</code>
|
|
11446
|
-
* </p>
|
|
11447
|
-
* @public
|
|
11448
|
-
*/
|
|
11449
|
-
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
11450
|
-
}
|
|
11451
11416
|
/**
|
|
11452
11417
|
* @internal
|
|
11453
11418
|
*/
|