@aws-sdk/client-ec2 3.701.0 → 3.703.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 +88 -0
- package/dist-cjs/index.js +2100 -432
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
- package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
- package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
- package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
- package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +9 -32
- package/dist-es/models/models_1.js +50 -11
- package/dist-es/models/models_2.js +28 -19
- package/dist-es/models/models_3.js +21 -9
- package/dist-es/models/models_4.js +9 -0
- package/dist-es/models/models_5.js +8 -3
- package/dist-es/models/models_6.js +13 -8
- package/dist-es/models/models_7.js +15 -0
- package/dist-es/models/models_8.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -123
- package/dist-types/EC2.d.ts +82 -0
- package/dist-types/EC2Client.d.ts +13 -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/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
- 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 +2 -3
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -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 +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
- 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/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 +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
- 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 +3 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
- 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/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 +82 -10
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -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 +26 -5
- 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/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.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/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +119 -298
- package/dist-types/models/models_1.d.ts +324 -199
- package/dist-types/models/models_2.d.ts +553 -274
- package/dist-types/models/models_3.d.ts +396 -839
- package/dist-types/models/models_4.d.ts +7095 -7084
- package/dist-types/models/models_5.d.ts +5587 -5044
- package/dist-types/models/models_6.d.ts +4288 -4396
- package/dist-types/models/models_7.d.ts +1424 -15
- package/dist-types/models/models_8.d.ts +11 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +216 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -64
- package/dist-types/ts3.4/models/models_1.d.ts +83 -54
- package/dist-types/ts3.4/models/models_2.d.ts +140 -81
- package/dist-types/ts3.4/models/models_3.d.ts +96 -153
- package/dist-types/ts3.4/models/models_4.d.ts +154 -134
- package/dist-types/ts3.4/models/models_5.d.ts +191 -127
- package/dist-types/ts3.4/models/models_6.d.ts +235 -266
- package/dist-types/ts3.4/models/models_7.d.ts +323 -6
- package/dist-types/ts3.4/models/models_8.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +1 -1
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
WithdrawByoipCidrResult,
|
|
11
|
-
} from "../models/models_7";
|
|
8
|
+
import { WithdrawByoipCidrRequest } from "../models/models_7";
|
|
9
|
+
import { WithdrawByoipCidrResult } from "../models/models_8";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface WithdrawByoipCidrCommandInput
|
|
@@ -46,6 +46,7 @@ export * from "./CancelBundleTaskCommand";
|
|
|
46
46
|
export * from "./CancelCapacityReservationCommand";
|
|
47
47
|
export * from "./CancelCapacityReservationFleetsCommand";
|
|
48
48
|
export * from "./CancelConversionTaskCommand";
|
|
49
|
+
export * from "./CancelDeclarativePoliciesReportCommand";
|
|
49
50
|
export * from "./CancelExportTaskCommand";
|
|
50
51
|
export * from "./CancelImageLaunchPermissionCommand";
|
|
51
52
|
export * from "./CancelImportTaskCommand";
|
|
@@ -250,6 +251,7 @@ export * from "./DescribeClientVpnTargetNetworksCommand";
|
|
|
250
251
|
export * from "./DescribeCoipPoolsCommand";
|
|
251
252
|
export * from "./DescribeConversionTasksCommand";
|
|
252
253
|
export * from "./DescribeCustomerGatewaysCommand";
|
|
254
|
+
export * from "./DescribeDeclarativePoliciesReportsCommand";
|
|
253
255
|
export * from "./DescribeDhcpOptionsCommand";
|
|
254
256
|
export * from "./DescribeEgressOnlyInternetGatewaysCommand";
|
|
255
257
|
export * from "./DescribeElasticGpusCommand";
|
|
@@ -374,6 +376,7 @@ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
|
|
|
374
376
|
export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
|
|
375
377
|
export * from "./DescribeVpcClassicLinkCommand";
|
|
376
378
|
export * from "./DescribeVpcClassicLinkDnsSupportCommand";
|
|
379
|
+
export * from "./DescribeVpcEndpointAssociationsCommand";
|
|
377
380
|
export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
|
|
378
381
|
export * from "./DescribeVpcEndpointConnectionsCommand";
|
|
379
382
|
export * from "./DescribeVpcEndpointServiceConfigurationsCommand";
|
|
@@ -391,6 +394,7 @@ export * from "./DetachVerifiedAccessTrustProviderCommand";
|
|
|
391
394
|
export * from "./DetachVolumeCommand";
|
|
392
395
|
export * from "./DetachVpnGatewayCommand";
|
|
393
396
|
export * from "./DisableAddressTransferCommand";
|
|
397
|
+
export * from "./DisableAllowedImagesSettingsCommand";
|
|
394
398
|
export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
395
399
|
export * from "./DisableEbsEncryptionByDefaultCommand";
|
|
396
400
|
export * from "./DisableFastLaunchCommand";
|
|
@@ -424,6 +428,7 @@ export * from "./DisassociateTransitGatewayRouteTableCommand";
|
|
|
424
428
|
export * from "./DisassociateTrunkInterfaceCommand";
|
|
425
429
|
export * from "./DisassociateVpcCidrBlockCommand";
|
|
426
430
|
export * from "./EnableAddressTransferCommand";
|
|
431
|
+
export * from "./EnableAllowedImagesSettingsCommand";
|
|
427
432
|
export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
428
433
|
export * from "./EnableEbsEncryptionByDefaultCommand";
|
|
429
434
|
export * from "./EnableFastLaunchCommand";
|
|
@@ -445,6 +450,8 @@ export * from "./ExportClientVpnClientCertificateRevocationListCommand";
|
|
|
445
450
|
export * from "./ExportClientVpnClientConfigurationCommand";
|
|
446
451
|
export * from "./ExportImageCommand";
|
|
447
452
|
export * from "./ExportTransitGatewayRoutesCommand";
|
|
453
|
+
export * from "./ExportVerifiedAccessInstanceClientConfigurationCommand";
|
|
454
|
+
export * from "./GetAllowedImagesSettingsCommand";
|
|
448
455
|
export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
449
456
|
export * from "./GetAssociatedIpv6PoolCidrsCommand";
|
|
450
457
|
export * from "./GetAwsNetworkPerformanceDataCommand";
|
|
@@ -452,6 +459,7 @@ export * from "./GetCapacityReservationUsageCommand";
|
|
|
452
459
|
export * from "./GetCoipPoolUsageCommand";
|
|
453
460
|
export * from "./GetConsoleOutputCommand";
|
|
454
461
|
export * from "./GetConsoleScreenshotCommand";
|
|
462
|
+
export * from "./GetDeclarativePoliciesReportSummaryCommand";
|
|
455
463
|
export * from "./GetDefaultCreditSpecificationCommand";
|
|
456
464
|
export * from "./GetEbsDefaultKmsKeyIdCommand";
|
|
457
465
|
export * from "./GetEbsEncryptionByDefaultCommand";
|
|
@@ -490,6 +498,7 @@ export * from "./GetTransitGatewayPrefixListReferencesCommand";
|
|
|
490
498
|
export * from "./GetTransitGatewayRouteTableAssociationsCommand";
|
|
491
499
|
export * from "./GetTransitGatewayRouteTablePropagationsCommand";
|
|
492
500
|
export * from "./GetVerifiedAccessEndpointPolicyCommand";
|
|
501
|
+
export * from "./GetVerifiedAccessEndpointTargetsCommand";
|
|
493
502
|
export * from "./GetVerifiedAccessGroupPolicyCommand";
|
|
494
503
|
export * from "./GetVpnConnectionDeviceSampleConfigurationCommand";
|
|
495
504
|
export * from "./GetVpnConnectionDeviceTypesCommand";
|
|
@@ -599,6 +608,7 @@ export * from "./ReleaseAddressCommand";
|
|
|
599
608
|
export * from "./ReleaseHostsCommand";
|
|
600
609
|
export * from "./ReleaseIpamPoolAllocationCommand";
|
|
601
610
|
export * from "./ReplaceIamInstanceProfileAssociationCommand";
|
|
611
|
+
export * from "./ReplaceImageCriteriaInAllowedImagesSettingsCommand";
|
|
602
612
|
export * from "./ReplaceNetworkAclAssociationCommand";
|
|
603
613
|
export * from "./ReplaceNetworkAclEntryCommand";
|
|
604
614
|
export * from "./ReplaceRouteCommand";
|
|
@@ -629,6 +639,7 @@ export * from "./SearchLocalGatewayRoutesCommand";
|
|
|
629
639
|
export * from "./SearchTransitGatewayMulticastGroupsCommand";
|
|
630
640
|
export * from "./SearchTransitGatewayRoutesCommand";
|
|
631
641
|
export * from "./SendDiagnosticInterruptCommand";
|
|
642
|
+
export * from "./StartDeclarativePoliciesReportCommand";
|
|
632
643
|
export * from "./StartInstancesCommand";
|
|
633
644
|
export * from "./StartNetworkInsightsAccessScopeAnalysisCommand";
|
|
634
645
|
export * from "./StartNetworkInsightsAnalysisCommand";
|
|
@@ -53,6 +53,7 @@ export declare const ResourceType: {
|
|
|
53
53
|
readonly client_vpn_endpoint: "client-vpn-endpoint";
|
|
54
54
|
readonly coip_pool: "coip-pool";
|
|
55
55
|
readonly customer_gateway: "customer-gateway";
|
|
56
|
+
readonly declarative_policies_report: "declarative-policies-report";
|
|
56
57
|
readonly dedicated_host: "dedicated-host";
|
|
57
58
|
readonly dhcp_options: "dhcp-options";
|
|
58
59
|
readonly egress_only_internet_gateway: "egress-only-internet-gateway";
|
|
@@ -117,6 +118,7 @@ export declare const ResourceType: {
|
|
|
117
118
|
readonly transit_gateway_route_table: "transit-gateway-route-table";
|
|
118
119
|
readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
|
|
119
120
|
readonly verified_access_endpoint: "verified-access-endpoint";
|
|
121
|
+
readonly verified_access_endpoint_target: "verified-access-endpoint-target";
|
|
120
122
|
readonly verified_access_group: "verified-access-group";
|
|
121
123
|
readonly verified_access_instance: "verified-access-instance";
|
|
122
124
|
readonly verified_access_policy: "verified-access-policy";
|
|
@@ -906,6 +908,17 @@ export declare const AllocationType: {
|
|
|
906
908
|
};
|
|
907
909
|
export type AllocationType =
|
|
908
910
|
(typeof AllocationType)[keyof typeof AllocationType];
|
|
911
|
+
export declare const AllowedImagesSettingsDisabledState: {
|
|
912
|
+
readonly disabled: "disabled";
|
|
913
|
+
};
|
|
914
|
+
export type AllowedImagesSettingsDisabledState =
|
|
915
|
+
(typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
|
|
916
|
+
export declare const AllowedImagesSettingsEnabledState: {
|
|
917
|
+
readonly audit_mode: "audit-mode";
|
|
918
|
+
readonly enabled: "enabled";
|
|
919
|
+
};
|
|
920
|
+
export type AllowedImagesSettingsEnabledState =
|
|
921
|
+
(typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
|
|
909
922
|
export interface AllowedPrincipal {
|
|
910
923
|
PrincipalType?: PrincipalType | undefined;
|
|
911
924
|
Principal?: string | undefined;
|
|
@@ -1436,6 +1449,10 @@ export interface AttachVerifiedAccessTrustProviderRequest {
|
|
|
1436
1449
|
ClientToken?: string | undefined;
|
|
1437
1450
|
DryRun?: boolean | undefined;
|
|
1438
1451
|
}
|
|
1452
|
+
export interface VerifiedAccessInstanceCustomSubDomain {
|
|
1453
|
+
SubDomain?: string | undefined;
|
|
1454
|
+
Nameservers?: string[] | undefined;
|
|
1455
|
+
}
|
|
1439
1456
|
export declare const DeviceTrustProviderType: {
|
|
1440
1457
|
readonly crowdstrike: "crowdstrike";
|
|
1441
1458
|
readonly jamf: "jamf";
|
|
@@ -1472,11 +1489,23 @@ export interface VerifiedAccessInstance {
|
|
|
1472
1489
|
LastUpdatedTime?: string | undefined;
|
|
1473
1490
|
Tags?: Tag[] | undefined;
|
|
1474
1491
|
FipsEnabled?: boolean | undefined;
|
|
1492
|
+
CidrEndpointsCustomSubDomain?:
|
|
1493
|
+
| VerifiedAccessInstanceCustomSubDomain
|
|
1494
|
+
| undefined;
|
|
1475
1495
|
}
|
|
1476
1496
|
export interface DeviceOptions {
|
|
1477
1497
|
TenantId?: string | undefined;
|
|
1478
1498
|
PublicSigningKeyUrl?: string | undefined;
|
|
1479
1499
|
}
|
|
1500
|
+
export interface NativeApplicationOidcOptions {
|
|
1501
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
1502
|
+
Issuer?: string | undefined;
|
|
1503
|
+
AuthorizationEndpoint?: string | undefined;
|
|
1504
|
+
TokenEndpoint?: string | undefined;
|
|
1505
|
+
UserInfoEndpoint?: string | undefined;
|
|
1506
|
+
ClientId?: string | undefined;
|
|
1507
|
+
Scope?: string | undefined;
|
|
1508
|
+
}
|
|
1480
1509
|
export interface OidcOptions {
|
|
1481
1510
|
Issuer?: string | undefined;
|
|
1482
1511
|
AuthorizationEndpoint?: string | undefined;
|
|
@@ -1503,6 +1532,7 @@ export interface VerifiedAccessTrustProvider {
|
|
|
1503
1532
|
LastUpdatedTime?: string | undefined;
|
|
1504
1533
|
Tags?: Tag[] | undefined;
|
|
1505
1534
|
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1535
|
+
NativeApplicationOidcOptions?: NativeApplicationOidcOptions | undefined;
|
|
1506
1536
|
}
|
|
1507
1537
|
export interface AttachVerifiedAccessTrustProviderResult {
|
|
1508
1538
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
@@ -1765,6 +1795,13 @@ export interface CancelConversionRequest {
|
|
|
1765
1795
|
ConversionTaskId: string | undefined;
|
|
1766
1796
|
ReasonMessage?: string | undefined;
|
|
1767
1797
|
}
|
|
1798
|
+
export interface CancelDeclarativePoliciesReportRequest {
|
|
1799
|
+
DryRun?: boolean | undefined;
|
|
1800
|
+
ReportId: string | undefined;
|
|
1801
|
+
}
|
|
1802
|
+
export interface CancelDeclarativePoliciesReportResult {
|
|
1803
|
+
Return?: boolean | undefined;
|
|
1804
|
+
}
|
|
1768
1805
|
export interface CancelExportTaskRequest {
|
|
1769
1806
|
ExportTaskId: string | undefined;
|
|
1770
1807
|
}
|
|
@@ -1951,70 +1988,6 @@ export declare const CapacityReservationDeliveryPreference: {
|
|
|
1951
1988
|
};
|
|
1952
1989
|
export type CapacityReservationDeliveryPreference =
|
|
1953
1990
|
(typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
1954
|
-
export declare const EndDateType: {
|
|
1955
|
-
readonly limited: "limited";
|
|
1956
|
-
readonly unlimited: "unlimited";
|
|
1957
|
-
};
|
|
1958
|
-
export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
|
|
1959
|
-
export declare const InstanceMatchCriteria: {
|
|
1960
|
-
readonly open: "open";
|
|
1961
|
-
readonly targeted: "targeted";
|
|
1962
|
-
};
|
|
1963
|
-
export type InstanceMatchCriteria =
|
|
1964
|
-
(typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
|
|
1965
|
-
export declare const CapacityReservationInstancePlatform: {
|
|
1966
|
-
readonly LINUX_UNIX: "Linux/UNIX";
|
|
1967
|
-
readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
|
|
1968
|
-
readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
|
|
1969
|
-
readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
|
|
1970
|
-
readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
|
|
1971
|
-
readonly RHEL_WITH_HA: "RHEL with HA";
|
|
1972
|
-
readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
|
|
1973
|
-
readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
|
|
1974
|
-
readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
|
|
1975
|
-
readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
|
|
1976
|
-
readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
|
|
1977
|
-
readonly SUSE_LINUX: "SUSE Linux";
|
|
1978
|
-
readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
|
|
1979
|
-
readonly WINDOWS: "Windows";
|
|
1980
|
-
readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
|
|
1981
|
-
readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
|
|
1982
|
-
readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
|
|
1983
|
-
readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
|
|
1984
|
-
};
|
|
1985
|
-
export type CapacityReservationInstancePlatform =
|
|
1986
|
-
(typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
|
|
1987
|
-
export declare const CapacityReservationTenancy: {
|
|
1988
|
-
readonly dedicated: "dedicated";
|
|
1989
|
-
readonly default: "default";
|
|
1990
|
-
};
|
|
1991
|
-
export type CapacityReservationTenancy =
|
|
1992
|
-
(typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
|
|
1993
|
-
export interface CreateCapacityReservationRequest {
|
|
1994
|
-
ClientToken?: string | undefined;
|
|
1995
|
-
InstanceType: string | undefined;
|
|
1996
|
-
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
1997
|
-
AvailabilityZone?: string | undefined;
|
|
1998
|
-
AvailabilityZoneId?: string | undefined;
|
|
1999
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
2000
|
-
InstanceCount: number | undefined;
|
|
2001
|
-
EbsOptimized?: boolean | undefined;
|
|
2002
|
-
EphemeralStorage?: boolean | undefined;
|
|
2003
|
-
EndDate?: Date | undefined;
|
|
2004
|
-
EndDateType?: EndDateType | undefined;
|
|
2005
|
-
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
2006
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2007
|
-
DryRun?: boolean | undefined;
|
|
2008
|
-
OutpostArn?: string | undefined;
|
|
2009
|
-
PlacementGroupArn?: string | undefined;
|
|
2010
|
-
StartDate?: Date | undefined;
|
|
2011
|
-
CommitmentDuration?: number | undefined;
|
|
2012
|
-
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
2013
|
-
}
|
|
2014
|
-
export interface CapacityAllocation {
|
|
2015
|
-
AllocationType?: AllocationType | undefined;
|
|
2016
|
-
Count?: number | undefined;
|
|
2017
|
-
}
|
|
2018
1991
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
2019
1992
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
2020
1993
|
obj: VerifiedAccessTrustProvider
|
|
@@ -9,15 +9,11 @@ import {
|
|
|
9
9
|
AddIpamOperatingRegion,
|
|
10
10
|
AddPrefixListEntry,
|
|
11
11
|
AddressFamily,
|
|
12
|
+
AllocationType,
|
|
12
13
|
AttachmentStatus,
|
|
13
|
-
CapacityAllocation,
|
|
14
14
|
CapacityReservationDeliveryPreference,
|
|
15
15
|
CapacityReservationFleetState,
|
|
16
|
-
CapacityReservationInstancePlatform,
|
|
17
|
-
CapacityReservationTenancy,
|
|
18
|
-
EndDateType,
|
|
19
16
|
InstanceEventWindow,
|
|
20
|
-
InstanceMatchCriteria,
|
|
21
17
|
ResourceType,
|
|
22
18
|
SubnetIpv6CidrBlockAssociation,
|
|
23
19
|
Tag,
|
|
@@ -27,6 +23,70 @@ import {
|
|
|
27
23
|
VpcIpv6CidrBlockAssociation,
|
|
28
24
|
WeekDay,
|
|
29
25
|
} from "./models_0";
|
|
26
|
+
export declare const EndDateType: {
|
|
27
|
+
readonly limited: "limited";
|
|
28
|
+
readonly unlimited: "unlimited";
|
|
29
|
+
};
|
|
30
|
+
export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
|
|
31
|
+
export declare const InstanceMatchCriteria: {
|
|
32
|
+
readonly open: "open";
|
|
33
|
+
readonly targeted: "targeted";
|
|
34
|
+
};
|
|
35
|
+
export type InstanceMatchCriteria =
|
|
36
|
+
(typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
|
|
37
|
+
export declare const CapacityReservationInstancePlatform: {
|
|
38
|
+
readonly LINUX_UNIX: "Linux/UNIX";
|
|
39
|
+
readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
|
|
40
|
+
readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
|
|
41
|
+
readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
|
|
42
|
+
readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
|
|
43
|
+
readonly RHEL_WITH_HA: "RHEL with HA";
|
|
44
|
+
readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
|
|
45
|
+
readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
|
|
46
|
+
readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
|
|
47
|
+
readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
|
|
48
|
+
readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
|
|
49
|
+
readonly SUSE_LINUX: "SUSE Linux";
|
|
50
|
+
readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
|
|
51
|
+
readonly WINDOWS: "Windows";
|
|
52
|
+
readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
|
|
53
|
+
readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
|
|
54
|
+
readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
|
|
55
|
+
readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
|
|
56
|
+
};
|
|
57
|
+
export type CapacityReservationInstancePlatform =
|
|
58
|
+
(typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
|
|
59
|
+
export declare const CapacityReservationTenancy: {
|
|
60
|
+
readonly dedicated: "dedicated";
|
|
61
|
+
readonly default: "default";
|
|
62
|
+
};
|
|
63
|
+
export type CapacityReservationTenancy =
|
|
64
|
+
(typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
|
|
65
|
+
export interface CreateCapacityReservationRequest {
|
|
66
|
+
ClientToken?: string | undefined;
|
|
67
|
+
InstanceType: string | undefined;
|
|
68
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
69
|
+
AvailabilityZone?: string | undefined;
|
|
70
|
+
AvailabilityZoneId?: string | undefined;
|
|
71
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
72
|
+
InstanceCount: number | undefined;
|
|
73
|
+
EbsOptimized?: boolean | undefined;
|
|
74
|
+
EphemeralStorage?: boolean | undefined;
|
|
75
|
+
EndDate?: Date | undefined;
|
|
76
|
+
EndDateType?: EndDateType | undefined;
|
|
77
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
78
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
79
|
+
DryRun?: boolean | undefined;
|
|
80
|
+
OutpostArn?: string | undefined;
|
|
81
|
+
PlacementGroupArn?: string | undefined;
|
|
82
|
+
StartDate?: Date | undefined;
|
|
83
|
+
CommitmentDuration?: number | undefined;
|
|
84
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface CapacityAllocation {
|
|
87
|
+
AllocationType?: AllocationType | undefined;
|
|
88
|
+
Count?: number | undefined;
|
|
89
|
+
}
|
|
30
90
|
export interface CapacityReservationCommitmentInfo {
|
|
31
91
|
CommittedInstanceCount?: number | undefined;
|
|
32
92
|
CommitmentEndDate?: Date | undefined;
|
|
@@ -418,6 +478,24 @@ export declare const _InstanceType: {
|
|
|
418
478
|
readonly i4i_large: "i4i.large";
|
|
419
479
|
readonly i4i_metal: "i4i.metal";
|
|
420
480
|
readonly i4i_xlarge: "i4i.xlarge";
|
|
481
|
+
readonly i7ie_12xlarge: "i7ie.12xlarge";
|
|
482
|
+
readonly i7ie_18xlarge: "i7ie.18xlarge";
|
|
483
|
+
readonly i7ie_24xlarge: "i7ie.24xlarge";
|
|
484
|
+
readonly i7ie_2xlarge: "i7ie.2xlarge";
|
|
485
|
+
readonly i7ie_3xlarge: "i7ie.3xlarge";
|
|
486
|
+
readonly i7ie_48xlarge: "i7ie.48xlarge";
|
|
487
|
+
readonly i7ie_6xlarge: "i7ie.6xlarge";
|
|
488
|
+
readonly i7ie_large: "i7ie.large";
|
|
489
|
+
readonly i7ie_xlarge: "i7ie.xlarge";
|
|
490
|
+
readonly i8g_12xlarge: "i8g.12xlarge";
|
|
491
|
+
readonly i8g_16xlarge: "i8g.16xlarge";
|
|
492
|
+
readonly i8g_24xlarge: "i8g.24xlarge";
|
|
493
|
+
readonly i8g_2xlarge: "i8g.2xlarge";
|
|
494
|
+
readonly i8g_4xlarge: "i8g.4xlarge";
|
|
495
|
+
readonly i8g_8xlarge: "i8g.8xlarge";
|
|
496
|
+
readonly i8g_large: "i8g.large";
|
|
497
|
+
readonly i8g_metal_24xl: "i8g.metal-24xl";
|
|
498
|
+
readonly i8g_xlarge: "i8g.xlarge";
|
|
421
499
|
readonly im4gn_16xlarge: "im4gn.16xlarge";
|
|
422
500
|
readonly im4gn_2xlarge: "im4gn.2xlarge";
|
|
423
501
|
readonly im4gn_4xlarge: "im4gn.4xlarge";
|
|
@@ -2900,55 +2978,6 @@ export declare const PrefixListState: {
|
|
|
2900
2978
|
};
|
|
2901
2979
|
export type PrefixListState =
|
|
2902
2980
|
(typeof PrefixListState)[keyof typeof PrefixListState];
|
|
2903
|
-
export interface ManagedPrefixList {
|
|
2904
|
-
PrefixListId?: string | undefined;
|
|
2905
|
-
AddressFamily?: string | undefined;
|
|
2906
|
-
State?: PrefixListState | undefined;
|
|
2907
|
-
StateMessage?: string | undefined;
|
|
2908
|
-
PrefixListArn?: string | undefined;
|
|
2909
|
-
PrefixListName?: string | undefined;
|
|
2910
|
-
MaxEntries?: number | undefined;
|
|
2911
|
-
Version?: number | undefined;
|
|
2912
|
-
Tags?: Tag[] | undefined;
|
|
2913
|
-
OwnerId?: string | undefined;
|
|
2914
|
-
}
|
|
2915
|
-
export interface CreateManagedPrefixListResult {
|
|
2916
|
-
PrefixList?: ManagedPrefixList | undefined;
|
|
2917
|
-
}
|
|
2918
|
-
export declare const ConnectivityType: {
|
|
2919
|
-
readonly PRIVATE: "private";
|
|
2920
|
-
readonly PUBLIC: "public";
|
|
2921
|
-
};
|
|
2922
|
-
export type ConnectivityType =
|
|
2923
|
-
(typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
2924
|
-
export interface CreateNatGatewayRequest {
|
|
2925
|
-
AllocationId?: string | undefined;
|
|
2926
|
-
ClientToken?: string | undefined;
|
|
2927
|
-
DryRun?: boolean | undefined;
|
|
2928
|
-
SubnetId: string | undefined;
|
|
2929
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2930
|
-
ConnectivityType?: ConnectivityType | undefined;
|
|
2931
|
-
PrivateIpAddress?: string | undefined;
|
|
2932
|
-
SecondaryAllocationIds?: string[] | undefined;
|
|
2933
|
-
SecondaryPrivateIpAddresses?: string[] | undefined;
|
|
2934
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
2935
|
-
}
|
|
2936
|
-
export interface ProvisionedBandwidth {
|
|
2937
|
-
ProvisionTime?: Date | undefined;
|
|
2938
|
-
Provisioned?: string | undefined;
|
|
2939
|
-
RequestTime?: Date | undefined;
|
|
2940
|
-
Requested?: string | undefined;
|
|
2941
|
-
Status?: string | undefined;
|
|
2942
|
-
}
|
|
2943
|
-
export declare const NatGatewayState: {
|
|
2944
|
-
readonly AVAILABLE: "available";
|
|
2945
|
-
readonly DELETED: "deleted";
|
|
2946
|
-
readonly DELETING: "deleting";
|
|
2947
|
-
readonly FAILED: "failed";
|
|
2948
|
-
readonly PENDING: "pending";
|
|
2949
|
-
};
|
|
2950
|
-
export type NatGatewayState =
|
|
2951
|
-
(typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
2952
2981
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2953
2982
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2954
2983
|
obj: RequestLaunchTemplateData
|