@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
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
InstanceEventWindow,
|
|
14
14
|
IpamResourceDiscoveryAssociation,
|
|
15
15
|
PathComponent,
|
|
16
|
-
ReservedInstancesListing,
|
|
17
16
|
Tag,
|
|
18
17
|
} from "./models_0";
|
|
19
18
|
import {
|
|
@@ -23,9 +22,19 @@ import {
|
|
|
23
22
|
BlockDeviceMapping,
|
|
24
23
|
CapacityReservationPreference,
|
|
25
24
|
CapacityReservationTargetResponse,
|
|
25
|
+
DefaultTargetCapacityType,
|
|
26
|
+
DestinationFileFormat,
|
|
26
27
|
Ec2InstanceConnectEndpoint,
|
|
28
|
+
FleetCapacityReservationUsageStrategy,
|
|
29
|
+
FleetExcessCapacityTerminationPolicy,
|
|
30
|
+
FleetLaunchTemplateOverrides,
|
|
31
|
+
FleetLaunchTemplateSpecification,
|
|
32
|
+
FleetOnDemandAllocationStrategy,
|
|
33
|
+
FleetReplacementStrategy,
|
|
34
|
+
FleetType,
|
|
27
35
|
HostnameType,
|
|
28
36
|
InstanceIpv6Address,
|
|
37
|
+
InstanceLifecycle,
|
|
29
38
|
InternetGateway,
|
|
30
39
|
Ipam,
|
|
31
40
|
IpamExternalResourceVerificationToken,
|
|
@@ -34,19 +43,24 @@ import {
|
|
|
34
43
|
IpamScope,
|
|
35
44
|
KeyType,
|
|
36
45
|
LaunchTemplate,
|
|
46
|
+
LaunchTemplateAndOverridesResponse,
|
|
37
47
|
LaunchTemplateVersion,
|
|
38
48
|
LocalGatewayRouteTable,
|
|
39
49
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
40
50
|
LocalGatewayRouteTableVpcAssociation,
|
|
41
|
-
|
|
51
|
+
LogDestinationType,
|
|
42
52
|
OperatorResponse,
|
|
43
53
|
Placement,
|
|
44
54
|
PlatformValues,
|
|
55
|
+
SpotAllocationStrategy,
|
|
56
|
+
SpotInstanceInterruptionBehavior,
|
|
45
57
|
StateReason,
|
|
46
|
-
|
|
58
|
+
TargetCapacityUnitType,
|
|
59
|
+
TrafficType,
|
|
47
60
|
} from "./models_1";
|
|
48
61
|
import {
|
|
49
62
|
GroupIdentifier,
|
|
63
|
+
ManagedPrefixList,
|
|
50
64
|
NatGateway,
|
|
51
65
|
NetworkAcl,
|
|
52
66
|
NetworkInsightsAccessScope,
|
|
@@ -57,15 +71,148 @@ import {
|
|
|
57
71
|
NetworkInterfaceStatus,
|
|
58
72
|
PlacementGroup,
|
|
59
73
|
ReplaceRootVolumeTask,
|
|
60
|
-
RouteTable,
|
|
61
74
|
} from "./models_2";
|
|
62
75
|
import {
|
|
63
76
|
Byoasn,
|
|
64
77
|
Filter,
|
|
78
|
+
FleetActivityStatus,
|
|
79
|
+
FleetStateCode,
|
|
65
80
|
IdFormat,
|
|
66
81
|
InstanceTagNotificationAttribute,
|
|
67
|
-
PermissionGroup,
|
|
68
82
|
} from "./models_3";
|
|
83
|
+
export interface DescribeFleetError {
|
|
84
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
85
|
+
Lifecycle?: InstanceLifecycle | undefined;
|
|
86
|
+
ErrorCode?: string | undefined;
|
|
87
|
+
ErrorMessage?: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface DescribeFleetsInstances {
|
|
90
|
+
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
91
|
+
Lifecycle?: InstanceLifecycle | undefined;
|
|
92
|
+
InstanceIds?: string[] | undefined;
|
|
93
|
+
InstanceType?: _InstanceType | undefined;
|
|
94
|
+
Platform?: PlatformValues | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface FleetLaunchTemplateConfig {
|
|
97
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
98
|
+
Overrides?: FleetLaunchTemplateOverrides[] | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface CapacityReservationOptions {
|
|
101
|
+
UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface OnDemandOptions {
|
|
104
|
+
AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
|
|
105
|
+
CapacityReservationOptions?: CapacityReservationOptions | undefined;
|
|
106
|
+
SingleInstanceType?: boolean | undefined;
|
|
107
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
108
|
+
MinTargetCapacity?: number | undefined;
|
|
109
|
+
MaxTotalPrice?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface FleetSpotCapacityRebalance {
|
|
112
|
+
ReplacementStrategy?: FleetReplacementStrategy | undefined;
|
|
113
|
+
TerminationDelay?: number | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface FleetSpotMaintenanceStrategies {
|
|
116
|
+
CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface SpotOptions {
|
|
119
|
+
AllocationStrategy?: SpotAllocationStrategy | undefined;
|
|
120
|
+
MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
|
|
121
|
+
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
122
|
+
InstancePoolsToUseCount?: number | undefined;
|
|
123
|
+
SingleInstanceType?: boolean | undefined;
|
|
124
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
125
|
+
MinTargetCapacity?: number | undefined;
|
|
126
|
+
MaxTotalPrice?: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface TargetCapacitySpecification {
|
|
129
|
+
TotalTargetCapacity?: number | undefined;
|
|
130
|
+
OnDemandTargetCapacity?: number | undefined;
|
|
131
|
+
SpotTargetCapacity?: number | undefined;
|
|
132
|
+
DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
|
|
133
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface FleetData {
|
|
136
|
+
ActivityStatus?: FleetActivityStatus | undefined;
|
|
137
|
+
CreateTime?: Date | undefined;
|
|
138
|
+
FleetId?: string | undefined;
|
|
139
|
+
FleetState?: FleetStateCode | undefined;
|
|
140
|
+
ClientToken?: string | undefined;
|
|
141
|
+
ExcessCapacityTerminationPolicy?:
|
|
142
|
+
| FleetExcessCapacityTerminationPolicy
|
|
143
|
+
| undefined;
|
|
144
|
+
FulfilledCapacity?: number | undefined;
|
|
145
|
+
FulfilledOnDemandCapacity?: number | undefined;
|
|
146
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
|
|
147
|
+
TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
|
|
148
|
+
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
149
|
+
Type?: FleetType | undefined;
|
|
150
|
+
ValidFrom?: Date | undefined;
|
|
151
|
+
ValidUntil?: Date | undefined;
|
|
152
|
+
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
153
|
+
SpotOptions?: SpotOptions | undefined;
|
|
154
|
+
OnDemandOptions?: OnDemandOptions | undefined;
|
|
155
|
+
Tags?: Tag[] | undefined;
|
|
156
|
+
Errors?: DescribeFleetError[] | undefined;
|
|
157
|
+
Instances?: DescribeFleetsInstances[] | undefined;
|
|
158
|
+
Context?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface DescribeFleetsResult {
|
|
161
|
+
NextToken?: string | undefined;
|
|
162
|
+
Fleets?: FleetData[] | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface DescribeFlowLogsRequest {
|
|
165
|
+
DryRun?: boolean | undefined;
|
|
166
|
+
Filter?: Filter[] | undefined;
|
|
167
|
+
FlowLogIds?: string[] | undefined;
|
|
168
|
+
MaxResults?: number | undefined;
|
|
169
|
+
NextToken?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface DestinationOptionsResponse {
|
|
172
|
+
FileFormat?: DestinationFileFormat | undefined;
|
|
173
|
+
HiveCompatiblePartitions?: boolean | undefined;
|
|
174
|
+
PerHourPartition?: boolean | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface FlowLog {
|
|
177
|
+
CreationTime?: Date | undefined;
|
|
178
|
+
DeliverLogsErrorMessage?: string | undefined;
|
|
179
|
+
DeliverLogsPermissionArn?: string | undefined;
|
|
180
|
+
DeliverCrossAccountRole?: string | undefined;
|
|
181
|
+
DeliverLogsStatus?: string | undefined;
|
|
182
|
+
FlowLogId?: string | undefined;
|
|
183
|
+
FlowLogStatus?: string | undefined;
|
|
184
|
+
LogGroupName?: string | undefined;
|
|
185
|
+
ResourceId?: string | undefined;
|
|
186
|
+
TrafficType?: TrafficType | undefined;
|
|
187
|
+
LogDestinationType?: LogDestinationType | undefined;
|
|
188
|
+
LogDestination?: string | undefined;
|
|
189
|
+
LogFormat?: string | undefined;
|
|
190
|
+
Tags?: Tag[] | undefined;
|
|
191
|
+
MaxAggregationInterval?: number | undefined;
|
|
192
|
+
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface DescribeFlowLogsResult {
|
|
195
|
+
FlowLogs?: FlowLog[] | undefined;
|
|
196
|
+
NextToken?: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export declare const FpgaImageAttributeName: {
|
|
199
|
+
readonly description: "description";
|
|
200
|
+
readonly loadPermission: "loadPermission";
|
|
201
|
+
readonly name: "name";
|
|
202
|
+
readonly productCodes: "productCodes";
|
|
203
|
+
};
|
|
204
|
+
export type FpgaImageAttributeName =
|
|
205
|
+
(typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
206
|
+
export interface DescribeFpgaImageAttributeRequest {
|
|
207
|
+
DryRun?: boolean | undefined;
|
|
208
|
+
FpgaImageId: string | undefined;
|
|
209
|
+
Attribute: FpgaImageAttributeName | undefined;
|
|
210
|
+
}
|
|
211
|
+
export declare const PermissionGroup: {
|
|
212
|
+
readonly all: "all";
|
|
213
|
+
};
|
|
214
|
+
export type PermissionGroup =
|
|
215
|
+
(typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
69
216
|
export interface LoadPermission {
|
|
70
217
|
UserId?: string | undefined;
|
|
71
218
|
Group?: PermissionGroup | undefined;
|
|
@@ -413,6 +560,7 @@ export interface Image {
|
|
|
413
560
|
SourceInstanceId?: string | undefined;
|
|
414
561
|
DeregistrationProtection?: string | undefined;
|
|
415
562
|
LastLaunchedTime?: string | undefined;
|
|
563
|
+
ImageAllowed?: boolean | undefined;
|
|
416
564
|
SourceImageId?: string | undefined;
|
|
417
565
|
SourceImageRegion?: string | undefined;
|
|
418
566
|
ImageId?: string | undefined;
|
|
@@ -632,6 +780,7 @@ export interface ImageMetadata {
|
|
|
632
780
|
ImageOwnerAlias?: string | undefined;
|
|
633
781
|
CreationDate?: string | undefined;
|
|
634
782
|
DeprecationTime?: string | undefined;
|
|
783
|
+
ImageAllowed?: boolean | undefined;
|
|
635
784
|
IsPublic?: boolean | undefined;
|
|
636
785
|
}
|
|
637
786
|
export declare const InstanceStateName: {
|
|
@@ -1957,135 +2106,6 @@ export declare const ReservedInstanceState: {
|
|
|
1957
2106
|
};
|
|
1958
2107
|
export type ReservedInstanceState =
|
|
1959
2108
|
(typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
|
|
1960
|
-
export interface ReservedInstances {
|
|
1961
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1962
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
1963
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
1964
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
1965
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
1966
|
-
Scope?: Scope | undefined;
|
|
1967
|
-
Tags?: Tag[] | undefined;
|
|
1968
|
-
ReservedInstancesId?: string | undefined;
|
|
1969
|
-
InstanceType?: _InstanceType | undefined;
|
|
1970
|
-
AvailabilityZone?: string | undefined;
|
|
1971
|
-
Start?: Date | undefined;
|
|
1972
|
-
End?: Date | undefined;
|
|
1973
|
-
Duration?: number | undefined;
|
|
1974
|
-
UsagePrice?: number | undefined;
|
|
1975
|
-
FixedPrice?: number | undefined;
|
|
1976
|
-
InstanceCount?: number | undefined;
|
|
1977
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
1978
|
-
State?: ReservedInstanceState | undefined;
|
|
1979
|
-
}
|
|
1980
|
-
export interface DescribeReservedInstancesResult {
|
|
1981
|
-
ReservedInstances?: ReservedInstances[] | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface DescribeReservedInstancesListingsRequest {
|
|
1984
|
-
ReservedInstancesId?: string | undefined;
|
|
1985
|
-
ReservedInstancesListingId?: string | undefined;
|
|
1986
|
-
Filters?: Filter[] | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface DescribeReservedInstancesListingsResult {
|
|
1989
|
-
ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
|
|
1990
|
-
}
|
|
1991
|
-
export interface DescribeReservedInstancesModificationsRequest {
|
|
1992
|
-
ReservedInstancesModificationIds?: string[] | undefined;
|
|
1993
|
-
NextToken?: string | undefined;
|
|
1994
|
-
Filters?: Filter[] | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface ReservedInstancesConfiguration {
|
|
1997
|
-
AvailabilityZone?: string | undefined;
|
|
1998
|
-
InstanceCount?: number | undefined;
|
|
1999
|
-
InstanceType?: _InstanceType | undefined;
|
|
2000
|
-
Platform?: string | undefined;
|
|
2001
|
-
Scope?: Scope | undefined;
|
|
2002
|
-
}
|
|
2003
|
-
export interface ReservedInstancesModificationResult {
|
|
2004
|
-
ReservedInstancesId?: string | undefined;
|
|
2005
|
-
TargetConfiguration?: ReservedInstancesConfiguration | undefined;
|
|
2006
|
-
}
|
|
2007
|
-
export interface ReservedInstancesId {
|
|
2008
|
-
ReservedInstancesId?: string | undefined;
|
|
2009
|
-
}
|
|
2010
|
-
export interface ReservedInstancesModification {
|
|
2011
|
-
ClientToken?: string | undefined;
|
|
2012
|
-
CreateDate?: Date | undefined;
|
|
2013
|
-
EffectiveDate?: Date | undefined;
|
|
2014
|
-
ModificationResults?: ReservedInstancesModificationResult[] | undefined;
|
|
2015
|
-
ReservedInstancesIds?: ReservedInstancesId[] | undefined;
|
|
2016
|
-
ReservedInstancesModificationId?: string | undefined;
|
|
2017
|
-
Status?: string | undefined;
|
|
2018
|
-
StatusMessage?: string | undefined;
|
|
2019
|
-
UpdateDate?: Date | undefined;
|
|
2020
|
-
}
|
|
2021
|
-
export interface DescribeReservedInstancesModificationsResult {
|
|
2022
|
-
NextToken?: string | undefined;
|
|
2023
|
-
ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
|
|
2024
|
-
}
|
|
2025
|
-
export interface DescribeReservedInstancesOfferingsRequest {
|
|
2026
|
-
AvailabilityZone?: string | undefined;
|
|
2027
|
-
IncludeMarketplace?: boolean | undefined;
|
|
2028
|
-
InstanceType?: _InstanceType | undefined;
|
|
2029
|
-
MaxDuration?: number | undefined;
|
|
2030
|
-
MaxInstanceCount?: number | undefined;
|
|
2031
|
-
MinDuration?: number | undefined;
|
|
2032
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
2033
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
2034
|
-
ReservedInstancesOfferingIds?: string[] | undefined;
|
|
2035
|
-
DryRun?: boolean | undefined;
|
|
2036
|
-
Filters?: Filter[] | undefined;
|
|
2037
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
2038
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
2039
|
-
NextToken?: string | undefined;
|
|
2040
|
-
MaxResults?: number | undefined;
|
|
2041
|
-
}
|
|
2042
|
-
export interface PricingDetail {
|
|
2043
|
-
Count?: number | undefined;
|
|
2044
|
-
Price?: number | undefined;
|
|
2045
|
-
}
|
|
2046
|
-
export interface ReservedInstancesOffering {
|
|
2047
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
2048
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
2049
|
-
Marketplace?: boolean | undefined;
|
|
2050
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
2051
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
2052
|
-
PricingDetails?: PricingDetail[] | undefined;
|
|
2053
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
2054
|
-
Scope?: Scope | undefined;
|
|
2055
|
-
ReservedInstancesOfferingId?: string | undefined;
|
|
2056
|
-
InstanceType?: _InstanceType | undefined;
|
|
2057
|
-
AvailabilityZone?: string | undefined;
|
|
2058
|
-
Duration?: number | undefined;
|
|
2059
|
-
UsagePrice?: number | undefined;
|
|
2060
|
-
FixedPrice?: number | undefined;
|
|
2061
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
2062
|
-
}
|
|
2063
|
-
export interface DescribeReservedInstancesOfferingsResult {
|
|
2064
|
-
NextToken?: string | undefined;
|
|
2065
|
-
ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeRouteTablesRequest {
|
|
2068
|
-
NextToken?: string | undefined;
|
|
2069
|
-
MaxResults?: number | undefined;
|
|
2070
|
-
DryRun?: boolean | undefined;
|
|
2071
|
-
RouteTableIds?: string[] | undefined;
|
|
2072
|
-
Filters?: Filter[] | undefined;
|
|
2073
|
-
}
|
|
2074
|
-
export interface DescribeRouteTablesResult {
|
|
2075
|
-
RouteTables?: RouteTable[] | undefined;
|
|
2076
|
-
NextToken?: string | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface SlotDateTimeRangeRequest {
|
|
2079
|
-
EarliestTime: Date | undefined;
|
|
2080
|
-
LatestTime: Date | undefined;
|
|
2081
|
-
}
|
|
2082
|
-
export interface ScheduledInstanceRecurrenceRequest {
|
|
2083
|
-
Frequency?: string | undefined;
|
|
2084
|
-
Interval?: number | undefined;
|
|
2085
|
-
OccurrenceDays?: number[] | undefined;
|
|
2086
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
2087
|
-
OccurrenceUnit?: string | undefined;
|
|
2088
|
-
}
|
|
2089
2109
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2090
2110
|
obj: SnapshotDetail
|
|
2091
2111
|
) => any;
|