@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
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeInternetGatewaysRequest,
|
|
10
10
|
DescribeInternetGatewaysResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeInternetGatewaysCommandInput
|
package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeIpamExternalResourceVerificationTokensRequest,
|
|
10
10
|
DescribeIpamExternalResourceVerificationTokensResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeIpamExternalResourceVerificationTokensCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeIpamResourceDiscoveriesRequest,
|
|
10
|
+
DescribeIpamResourceDiscoveriesResult,
|
|
11
|
+
} from "../models/models_5";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeIpamResourceDiscoveriesCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeVpcAttributeResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { DescribeVpcAttributeRequest } from "../models/models_5";
|
|
9
|
+
import { DescribeVpcAttributeResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeVpcAttributeCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcBlockPublicAccessExclusionsRequest,
|
|
10
10
|
DescribeVpcBlockPublicAccessExclusionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcBlockPublicAccessExclusionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcBlockPublicAccessOptionsRequest,
|
|
10
10
|
DescribeVpcBlockPublicAccessOptionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcBlockPublicAccessOptionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcClassicLinkDnsSupportRequest,
|
|
10
10
|
DescribeVpcClassicLinkDnsSupportResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcClassicLinkDnsSupportCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcEndpointAssociationsRequest,
|
|
10
10
|
DescribeVpcEndpointAssociationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcEndpointAssociationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcEndpointConnectionNotificationsRequest,
|
|
10
10
|
DescribeVpcEndpointConnectionNotificationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcEndpointConnectionNotificationsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeVpcEndpointConnectionsRequest,
|
|
10
|
+
DescribeVpcEndpointConnectionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeVpcEndpointConnectionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetPasswordDataRequest,
|
|
10
10
|
GetPasswordDataResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetPasswordDataCommandInput extends GetPasswordDataRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetReservedInstancesExchangeQuoteRequest,
|
|
10
10
|
GetReservedInstancesExchangeQuoteResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetReservedInstancesExchangeQuoteCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetRouteServerAssociationsRequest,
|
|
10
10
|
GetRouteServerAssociationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetRouteServerAssociationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetRouteServerPropagationsRequest,
|
|
10
10
|
GetRouteServerPropagationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetRouteServerPropagationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetRouteServerRoutingDatabaseRequest,
|
|
10
10
|
GetRouteServerRoutingDatabaseResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetRouteServerRoutingDatabaseCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetSerialConsoleAccessStatusRequest,
|
|
10
10
|
GetSerialConsoleAccessStatusResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetSerialConsoleAccessStatusCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ProvisionIpamPoolCidrResult,
|
|
11
|
-
} from "../models/models_7";
|
|
8
|
+
import { ProvisionIpamPoolCidrRequest } from "../models/models_7";
|
|
9
|
+
import { ProvisionIpamPoolCidrResult } from "../models/models_8";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ProvisionIpamPoolCidrCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ProvisionPublicIpv4PoolCidrRequest,
|
|
10
10
|
ProvisionPublicIpv4PoolCidrResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ProvisionPublicIpv4PoolCidrCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PurchaseCapacityBlockExtensionRequest,
|
|
10
10
|
PurchaseCapacityBlockExtensionResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PurchaseCapacityBlockExtensionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PurchaseReservedInstancesOfferingRequest,
|
|
10
10
|
PurchaseReservedInstancesOfferingResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PurchaseReservedInstancesOfferingCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PurchaseScheduledInstancesRequest,
|
|
10
10
|
PurchaseScheduledInstancesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PurchaseScheduledInstancesCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { RebootInstancesRequest } from "../models/
|
|
8
|
+
import { RebootInstancesRequest } from "../models/models_8";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface RebootInstancesCommandInput extends RebootInstancesRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { RegisterImageRequest, RegisterImageResult } from "../models/
|
|
8
|
+
import { RegisterImageRequest, RegisterImageResult } from "../models/models_8";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface RegisterImageCommandInput extends RegisterImageRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RegisterInstanceEventNotificationAttributesRequest,
|
|
10
10
|
RegisterInstanceEventNotificationAttributesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RegisterInstanceEventNotificationAttributesCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
RegisterTransitGatewayMulticastGroupMembersRequest,
|
|
10
|
+
RegisterTransitGatewayMulticastGroupMembersResult,
|
|
11
|
+
} from "../models/models_8";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface RegisterTransitGatewayMulticastGroupMembersCommandInput
|
|
@@ -76,6 +76,7 @@ export * from "./CreateFleetCommand";
|
|
|
76
76
|
export * from "./CreateFlowLogsCommand";
|
|
77
77
|
export * from "./CreateFpgaImageCommand";
|
|
78
78
|
export * from "./CreateImageCommand";
|
|
79
|
+
export * from "./CreateImageUsageReportCommand";
|
|
79
80
|
export * from "./CreateInstanceConnectEndpointCommand";
|
|
80
81
|
export * from "./CreateInstanceEventWindowCommand";
|
|
81
82
|
export * from "./CreateInstanceExportTaskCommand";
|
|
@@ -161,6 +162,7 @@ export * from "./DeleteEgressOnlyInternetGatewayCommand";
|
|
|
161
162
|
export * from "./DeleteFleetsCommand";
|
|
162
163
|
export * from "./DeleteFlowLogsCommand";
|
|
163
164
|
export * from "./DeleteFpgaImageCommand";
|
|
165
|
+
export * from "./DeleteImageUsageReportCommand";
|
|
164
166
|
export * from "./DeleteInstanceConnectEndpointCommand";
|
|
165
167
|
export * from "./DeleteInstanceEventWindowCommand";
|
|
166
168
|
export * from "./DeleteInternetGatewayCommand";
|
|
@@ -287,6 +289,9 @@ export * from "./DescribeIamInstanceProfileAssociationsCommand";
|
|
|
287
289
|
export * from "./DescribeIdFormatCommand";
|
|
288
290
|
export * from "./DescribeIdentityIdFormatCommand";
|
|
289
291
|
export * from "./DescribeImageAttributeCommand";
|
|
292
|
+
export * from "./DescribeImageReferencesCommand";
|
|
293
|
+
export * from "./DescribeImageUsageReportEntriesCommand";
|
|
294
|
+
export * from "./DescribeImageUsageReportsCommand";
|
|
290
295
|
export * from "./DescribeImagesCommand";
|
|
291
296
|
export * from "./DescribeImportImageTasksCommand";
|
|
292
297
|
export * from "./DescribeImportSnapshotTasksCommand";
|
|
@@ -66,6 +66,7 @@ export declare const ResourceType: {
|
|
|
66
66
|
readonly fpga_image: "fpga-image";
|
|
67
67
|
readonly host_reservation: "host-reservation";
|
|
68
68
|
readonly image: "image";
|
|
69
|
+
readonly image_usage_report: "image-usage-report";
|
|
69
70
|
readonly import_image_task: "import-image-task";
|
|
70
71
|
readonly import_snapshot_task: "import-snapshot-task";
|
|
71
72
|
readonly instance: "instance";
|
|
@@ -1290,12 +1290,26 @@ export interface ConnectionLogOptions {
|
|
|
1290
1290
|
CloudwatchLogGroup?: string | undefined;
|
|
1291
1291
|
CloudwatchLogStream?: string | undefined;
|
|
1292
1292
|
}
|
|
1293
|
+
export declare const EndpointIpAddressType: {
|
|
1294
|
+
readonly dual_stack: "dual-stack";
|
|
1295
|
+
readonly ipv4: "ipv4";
|
|
1296
|
+
readonly ipv6: "ipv6";
|
|
1297
|
+
};
|
|
1298
|
+
export type EndpointIpAddressType =
|
|
1299
|
+
(typeof EndpointIpAddressType)[keyof typeof EndpointIpAddressType];
|
|
1293
1300
|
export declare const SelfServicePortal: {
|
|
1294
1301
|
readonly disabled: "disabled";
|
|
1295
1302
|
readonly enabled: "enabled";
|
|
1296
1303
|
};
|
|
1297
1304
|
export type SelfServicePortal =
|
|
1298
1305
|
(typeof SelfServicePortal)[keyof typeof SelfServicePortal];
|
|
1306
|
+
export declare const TrafficIpAddressType: {
|
|
1307
|
+
readonly dual_stack: "dual-stack";
|
|
1308
|
+
readonly ipv4: "ipv4";
|
|
1309
|
+
readonly ipv6: "ipv6";
|
|
1310
|
+
};
|
|
1311
|
+
export type TrafficIpAddressType =
|
|
1312
|
+
(typeof TrafficIpAddressType)[keyof typeof TrafficIpAddressType];
|
|
1299
1313
|
export declare const TransportProtocol: {
|
|
1300
1314
|
readonly tcp: "tcp";
|
|
1301
1315
|
readonly udp: "udp";
|
|
@@ -1303,7 +1317,7 @@ export declare const TransportProtocol: {
|
|
|
1303
1317
|
export type TransportProtocol =
|
|
1304
1318
|
(typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
1305
1319
|
export interface CreateClientVpnEndpointRequest {
|
|
1306
|
-
ClientCidrBlock
|
|
1320
|
+
ClientCidrBlock?: string | undefined;
|
|
1307
1321
|
ServerCertificateArn: string | undefined;
|
|
1308
1322
|
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
1309
1323
|
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
@@ -1323,6 +1337,8 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
1323
1337
|
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
1324
1338
|
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
1325
1339
|
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1340
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
1341
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
1326
1342
|
}
|
|
1327
1343
|
export declare const ClientVpnEndpointStatusCode: {
|
|
1328
1344
|
readonly available: "available";
|
|
@@ -2175,6 +2191,25 @@ export interface CreateImageRequest {
|
|
|
2175
2191
|
export interface CreateImageResult {
|
|
2176
2192
|
ImageId?: string | undefined;
|
|
2177
2193
|
}
|
|
2194
|
+
export interface ImageUsageResourceTypeOptionRequest {
|
|
2195
|
+
OptionName?: string | undefined;
|
|
2196
|
+
OptionValues?: string[] | undefined;
|
|
2197
|
+
}
|
|
2198
|
+
export interface ImageUsageResourceTypeRequest {
|
|
2199
|
+
ResourceType?: string | undefined;
|
|
2200
|
+
ResourceTypeOptions?: ImageUsageResourceTypeOptionRequest[] | undefined;
|
|
2201
|
+
}
|
|
2202
|
+
export interface CreateImageUsageReportRequest {
|
|
2203
|
+
ImageId: string | undefined;
|
|
2204
|
+
DryRun?: boolean | undefined;
|
|
2205
|
+
ResourceTypes: ImageUsageResourceTypeRequest[] | undefined;
|
|
2206
|
+
AccountIds?: string[] | undefined;
|
|
2207
|
+
ClientToken?: string | undefined;
|
|
2208
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2209
|
+
}
|
|
2210
|
+
export interface CreateImageUsageReportResult {
|
|
2211
|
+
ReportId?: string | undefined;
|
|
2212
|
+
}
|
|
2178
2213
|
export declare const IpAddressType: {
|
|
2179
2214
|
readonly dualstack: "dualstack";
|
|
2180
2215
|
readonly ipv4: "ipv4";
|
|
@@ -3011,37 +3046,6 @@ export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
|
3011
3046
|
Arn?: string | undefined;
|
|
3012
3047
|
Name?: string | undefined;
|
|
3013
3048
|
}
|
|
3014
|
-
export interface LaunchTemplateSpotMarketOptions {
|
|
3015
|
-
MaxPrice?: string | undefined;
|
|
3016
|
-
SpotInstanceType?: SpotInstanceType | undefined;
|
|
3017
|
-
BlockDurationMinutes?: number | undefined;
|
|
3018
|
-
ValidUntil?: Date | undefined;
|
|
3019
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
3020
|
-
}
|
|
3021
|
-
export interface LaunchTemplateInstanceMarketOptions {
|
|
3022
|
-
MarketType?: MarketType | undefined;
|
|
3023
|
-
SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
|
|
3024
|
-
}
|
|
3025
|
-
export interface LaunchTemplateLicenseConfiguration {
|
|
3026
|
-
LicenseConfigurationArn?: string | undefined;
|
|
3027
|
-
}
|
|
3028
|
-
export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
3029
|
-
AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
|
|
3030
|
-
}
|
|
3031
|
-
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
3032
|
-
readonly applied: "applied";
|
|
3033
|
-
readonly pending: "pending";
|
|
3034
|
-
};
|
|
3035
|
-
export type LaunchTemplateInstanceMetadataOptionsState =
|
|
3036
|
-
(typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
3037
|
-
export interface LaunchTemplateInstanceMetadataOptions {
|
|
3038
|
-
State?: LaunchTemplateInstanceMetadataOptionsState | undefined;
|
|
3039
|
-
HttpTokens?: LaunchTemplateHttpTokensState | undefined;
|
|
3040
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
3041
|
-
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
|
|
3042
|
-
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
|
|
3043
|
-
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
3044
|
-
}
|
|
3045
3049
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
3046
3050
|
obj: CopySnapshotRequest
|
|
3047
3051
|
) => any;
|
|
@@ -37,34 +37,68 @@ import {
|
|
|
37
37
|
ElasticGpuSpecificationResponse,
|
|
38
38
|
HostnameType,
|
|
39
39
|
InstanceBandwidthWeighting,
|
|
40
|
+
InstanceInterruptionBehavior,
|
|
40
41
|
InstanceRequirements,
|
|
41
|
-
IpAddressType,
|
|
42
42
|
Ipv4PrefixSpecificationRequest,
|
|
43
43
|
Ipv6PrefixSpecificationRequest,
|
|
44
|
+
LaunchTemplateAutoRecoveryState,
|
|
44
45
|
LaunchTemplateBlockDeviceMapping,
|
|
45
46
|
LaunchTemplateCapacityReservationSpecificationResponse,
|
|
46
47
|
LaunchTemplateCpuOptions,
|
|
47
48
|
LaunchTemplateElasticInferenceAcceleratorResponse,
|
|
48
49
|
LaunchTemplateEnclaveOptions,
|
|
49
50
|
LaunchTemplateHibernationOptions,
|
|
51
|
+
LaunchTemplateHttpTokensState,
|
|
50
52
|
LaunchTemplateIamInstanceProfileSpecification,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
LaunchTemplateLicenseConfiguration,
|
|
53
|
+
LaunchTemplateInstanceMetadataEndpointState,
|
|
54
|
+
LaunchTemplateInstanceMetadataProtocolIpv6,
|
|
55
|
+
LaunchTemplateInstanceMetadataTagsState,
|
|
55
56
|
MacModificationTask,
|
|
56
57
|
MacSystemIntegrityProtectionSettingStatus,
|
|
58
|
+
MarketType,
|
|
57
59
|
OperatorRequest,
|
|
58
60
|
OperatorResponse,
|
|
59
61
|
PrivateIpAddressSpecification,
|
|
60
62
|
ShutdownBehavior,
|
|
61
63
|
SnapshotLocationEnum,
|
|
64
|
+
SpotInstanceType,
|
|
62
65
|
Subnet,
|
|
63
66
|
Tenancy,
|
|
64
67
|
ValidationWarning,
|
|
65
68
|
VolumeType,
|
|
66
69
|
Vpc,
|
|
67
70
|
} from "./models_1";
|
|
71
|
+
export interface LaunchTemplateSpotMarketOptions {
|
|
72
|
+
MaxPrice?: string | undefined;
|
|
73
|
+
SpotInstanceType?: SpotInstanceType | undefined;
|
|
74
|
+
BlockDurationMinutes?: number | undefined;
|
|
75
|
+
ValidUntil?: Date | undefined;
|
|
76
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface LaunchTemplateInstanceMarketOptions {
|
|
79
|
+
MarketType?: MarketType | undefined;
|
|
80
|
+
SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface LaunchTemplateLicenseConfiguration {
|
|
83
|
+
LicenseConfigurationArn?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
86
|
+
AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
|
|
87
|
+
}
|
|
88
|
+
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
89
|
+
readonly applied: "applied";
|
|
90
|
+
readonly pending: "pending";
|
|
91
|
+
};
|
|
92
|
+
export type LaunchTemplateInstanceMetadataOptionsState =
|
|
93
|
+
(typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
94
|
+
export interface LaunchTemplateInstanceMetadataOptions {
|
|
95
|
+
State?: LaunchTemplateInstanceMetadataOptionsState | undefined;
|
|
96
|
+
HttpTokens?: LaunchTemplateHttpTokensState | undefined;
|
|
97
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
98
|
+
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
|
|
99
|
+
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
|
|
100
|
+
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
101
|
+
}
|
|
68
102
|
export interface LaunchTemplatesMonitoring {
|
|
69
103
|
Enabled?: boolean | undefined;
|
|
70
104
|
}
|
|
@@ -2263,45 +2297,6 @@ export declare const VpcEndpointType: {
|
|
|
2263
2297
|
};
|
|
2264
2298
|
export type VpcEndpointType =
|
|
2265
2299
|
(typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
2266
|
-
export interface CreateVpcEndpointRequest {
|
|
2267
|
-
DryRun?: boolean | undefined;
|
|
2268
|
-
VpcEndpointType?: VpcEndpointType | undefined;
|
|
2269
|
-
VpcId: string | undefined;
|
|
2270
|
-
ServiceName?: string | undefined;
|
|
2271
|
-
PolicyDocument?: string | undefined;
|
|
2272
|
-
RouteTableIds?: string[] | undefined;
|
|
2273
|
-
SubnetIds?: string[] | undefined;
|
|
2274
|
-
SecurityGroupIds?: string[] | undefined;
|
|
2275
|
-
IpAddressType?: IpAddressType | undefined;
|
|
2276
|
-
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
2277
|
-
ClientToken?: string | undefined;
|
|
2278
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
2279
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2280
|
-
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
2281
|
-
ServiceNetworkArn?: string | undefined;
|
|
2282
|
-
ResourceConfigurationArn?: string | undefined;
|
|
2283
|
-
ServiceRegion?: string | undefined;
|
|
2284
|
-
}
|
|
2285
|
-
export interface DnsEntry {
|
|
2286
|
-
DnsName?: string | undefined;
|
|
2287
|
-
HostedZoneId?: string | undefined;
|
|
2288
|
-
}
|
|
2289
|
-
export interface DnsOptions {
|
|
2290
|
-
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
2291
|
-
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
2292
|
-
}
|
|
2293
|
-
export interface SecurityGroupIdentifier {
|
|
2294
|
-
GroupId?: string | undefined;
|
|
2295
|
-
GroupName?: string | undefined;
|
|
2296
|
-
}
|
|
2297
|
-
export interface SubnetIpPrefixes {
|
|
2298
|
-
SubnetId?: string | undefined;
|
|
2299
|
-
IpPrefixes?: string[] | undefined;
|
|
2300
|
-
}
|
|
2301
|
-
export interface LastError {
|
|
2302
|
-
Message?: string | undefined;
|
|
2303
|
-
Code?: string | undefined;
|
|
2304
|
-
}
|
|
2305
2300
|
export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
|
|
2306
2301
|
obj: ResponseLaunchTemplateData
|
|
2307
2302
|
) => any;
|