@aws-sdk/client-ec2 3.936.0 → 3.938.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 +128 -0
- package/dist-cjs/index.js +1791 -93
- package/dist-es/EC2.js +32 -0
- package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/CreateTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/CreateTransitGatewayMeteringPolicyEntryCommand.js +16 -0
- package/dist-es/commands/CreateVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.js +16 -0
- package/dist-es/commands/DeleteVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/DescribeTransitGatewayMeteringPoliciesCommand.js +16 -0
- package/dist-es/commands/DescribeVpcEncryptionControlsCommand.js +16 -0
- package/dist-es/commands/GetTransitGatewayMeteringPolicyEntriesCommand.js +16 -0
- package/dist-es/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.js +16 -0
- package/dist-es/commands/ListVolumesInRecycleBinCommand.js +16 -0
- package/dist-es/commands/ModifyTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/ModifyVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/RestoreVolumeFromRecycleBinCommand.js +16 -0
- package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/models/enums.js +52 -0
- package/dist-es/schemas/schemas_0.js +1507 -93
- package/dist-types/EC2.d.ts +115 -0
- package/dist-types/EC2Client.d.ts +18 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.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/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +25 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +13 -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 +1 -1
- 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 +2 -3
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +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 +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/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +3 -3
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +2 -2
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.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/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/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.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 +5 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +103 -0
- 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 +12 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +124 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +7 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +89 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +93 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEncryptionControlCommand.d.ts +113 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +8 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -2
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +104 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEncryptionControlsCommand.d.ts +131 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +3 -3
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +105 -0
- package/dist-types/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +86 -0
- 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/ListVolumesInRecycleBinCommand.d.ts +101 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +5 -0
- package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +95 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEncryptionControlCommand.d.ts +122 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +7 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +13 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +76 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +4 -4
- 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/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/models/enums.d.ts +116 -0
- package/dist-types/models/models_0.d.ts +185 -37
- package/dist-types/models/models_1.d.ts +108 -74
- package/dist-types/models/models_2.d.ts +497 -269
- package/dist-types/models/models_3.d.ts +326 -1233
- package/dist-types/models/models_4.d.ts +7253 -6866
- package/dist-types/models/models_5.d.ts +4082 -3920
- package/dist-types/models/models_6.d.ts +4916 -4906
- package/dist-types/models/models_7.d.ts +1260 -5
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/EC2.d.ts +335 -0
- package/dist-types/ts3.4/EC2Client.d.ts +96 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEncryptionControlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEncryptionControlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEncryptionControlsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEncryptionControlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/models/enums.d.ts +68 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -8
- package/dist-types/ts3.4/models/models_1.d.ts +24 -17
- package/dist-types/ts3.4/models/models_2.d.ts +144 -77
- package/dist-types/ts3.4/models/models_3.d.ts +98 -222
- package/dist-types/ts3.4/models/models_4.d.ts +256 -157
- package/dist-types/ts3.4/models/models_5.d.ts +180 -186
- package/dist-types/ts3.4/models/models_6.d.ts +253 -235
- package/dist-types/ts3.4/models/models_7.d.ts +289 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
- package/package.json +1 -1
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { RestoreVolumeFromRecycleBinRequest, RestoreVolumeFromRecycleBinResult } from "../models/models_7";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link RestoreVolumeFromRecycleBinCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface RestoreVolumeFromRecycleBinCommandInput extends RestoreVolumeFromRecycleBinRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link RestoreVolumeFromRecycleBinCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface RestoreVolumeFromRecycleBinCommandOutput extends RestoreVolumeFromRecycleBinResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const RestoreVolumeFromRecycleBinCommand_base: {
|
|
25
|
+
new (input: RestoreVolumeFromRecycleBinCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreVolumeFromRecycleBinCommandInput, RestoreVolumeFromRecycleBinCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RestoreVolumeFromRecycleBinCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreVolumeFromRecycleBinCommandInput, RestoreVolumeFromRecycleBinCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Restores a volume from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-volumes.html#recycle-bin-restore-volumes">Restore
|
|
31
|
+
* volumes from the Recycle Bin</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { EC2Client, RestoreVolumeFromRecycleBinCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
36
|
+
* // const { EC2Client, RestoreVolumeFromRecycleBinCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
37
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
38
|
+
* const config = {}; // type is EC2ClientConfig
|
|
39
|
+
* const client = new EC2Client(config);
|
|
40
|
+
* const input = { // RestoreVolumeFromRecycleBinRequest
|
|
41
|
+
* VolumeId: "STRING_VALUE", // required
|
|
42
|
+
* DryRun: true || false,
|
|
43
|
+
* };
|
|
44
|
+
* const command = new RestoreVolumeFromRecycleBinCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // RestoreVolumeFromRecycleBinResult
|
|
47
|
+
* // Return: true || false,
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param RestoreVolumeFromRecycleBinCommandInput - {@link RestoreVolumeFromRecycleBinCommandInput}
|
|
53
|
+
* @returns {@link RestoreVolumeFromRecycleBinCommandOutput}
|
|
54
|
+
* @see {@link RestoreVolumeFromRecycleBinCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link RestoreVolumeFromRecycleBinCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link EC2ServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export declare class RestoreVolumeFromRecycleBinCommand extends RestoreVolumeFromRecycleBinCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: RestoreVolumeFromRecycleBinRequest;
|
|
69
|
+
output: RestoreVolumeFromRecycleBinResult;
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: RestoreVolumeFromRecycleBinCommandInput;
|
|
73
|
+
output: RestoreVolumeFromRecycleBinCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { Reservation } from "../models/
|
|
4
|
+
import { Reservation } from "../models/models_4";
|
|
5
5
|
import { RunInstancesRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -159,7 +159,7 @@ declare const RunInstancesCommand_base: {
|
|
|
159
159
|
* ],
|
|
160
160
|
* TagSpecifications: [ // TagSpecificationList
|
|
161
161
|
* { // TagSpecification
|
|
162
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
162
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
163
163
|
* Tags: [ // TagList
|
|
164
164
|
* { // Tag
|
|
165
165
|
* Key: "STRING_VALUE",
|
|
@@ -174,7 +174,7 @@ declare const RunInstancesCommand_base: {
|
|
|
174
174
|
* Version: "STRING_VALUE",
|
|
175
175
|
* },
|
|
176
176
|
* InstanceMarketOptions: { // InstanceMarketOptionsRequest
|
|
177
|
-
* MarketType: "spot" || "capacity-block",
|
|
177
|
+
* MarketType: "spot" || "capacity-block" || "interruptible-capacity-reservation",
|
|
178
178
|
* SpotOptions: { // SpotMarketOptions
|
|
179
179
|
* MaxPrice: "STRING_VALUE",
|
|
180
180
|
* SpotInstanceType: "one-time" || "persistent",
|
|
@@ -340,7 +340,7 @@ declare const RunInstancesCommand_base: {
|
|
|
340
340
|
* // Arn: "STRING_VALUE",
|
|
341
341
|
* // Id: "STRING_VALUE",
|
|
342
342
|
* // },
|
|
343
|
-
* // InstanceLifecycle: "spot" || "scheduled" || "capacity-block",
|
|
343
|
+
* // InstanceLifecycle: "spot" || "scheduled" || "capacity-block" || "interruptible-capacity-reservation",
|
|
344
344
|
* // ElasticGpuAssociations: [ // ElasticGpuAssociationList
|
|
345
345
|
* // { // ElasticGpuAssociation
|
|
346
346
|
* // ElasticGpuId: "STRING_VALUE",
|
|
@@ -86,7 +86,7 @@ declare const StartDeclarativePoliciesReportCommand_base: {
|
|
|
86
86
|
* TargetId: "STRING_VALUE", // required
|
|
87
87
|
* TagSpecifications: [ // TagSpecificationList
|
|
88
88
|
* { // TagSpecification
|
|
89
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
89
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
90
90
|
* Tags: [ // TagList
|
|
91
91
|
* { // Tag
|
|
92
92
|
* Key: "STRING_VALUE",
|
|
@@ -41,7 +41,7 @@ declare const StartNetworkInsightsAccessScopeAnalysisCommand_base: {
|
|
|
41
41
|
* DryRun: true || false,
|
|
42
42
|
* TagSpecifications: [ // TagSpecificationList
|
|
43
43
|
* { // TagSpecification
|
|
44
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
44
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
45
45
|
* Tags: [ // TagList
|
|
46
46
|
* { // Tag
|
|
47
47
|
* Key: "STRING_VALUE",
|
|
@@ -51,7 +51,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
|
|
|
51
51
|
* DryRun: true || false,
|
|
52
52
|
* TagSpecifications: [ // TagSpecificationList
|
|
53
53
|
* { // TagSpecification
|
|
54
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
54
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
|
|
55
55
|
* Tags: [ // TagList
|
|
56
56
|
* { // Tag
|
|
57
57
|
* Key: "STRING_VALUE",
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { UpdateInterruptibleCapacityReservationAllocationRequest, UpdateInterruptibleCapacityReservationAllocationResult } from "../models/models_7";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateInterruptibleCapacityReservationAllocationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateInterruptibleCapacityReservationAllocationCommandInput extends UpdateInterruptibleCapacityReservationAllocationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateInterruptibleCapacityReservationAllocationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateInterruptibleCapacityReservationAllocationCommandOutput extends UpdateInterruptibleCapacityReservationAllocationResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateInterruptibleCapacityReservationAllocationCommand_base: {
|
|
25
|
+
new (input: UpdateInterruptibleCapacityReservationAllocationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInterruptibleCapacityReservationAllocationCommandInput, UpdateInterruptibleCapacityReservationAllocationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateInterruptibleCapacityReservationAllocationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInterruptibleCapacityReservationAllocationCommandInput, UpdateInterruptibleCapacityReservationAllocationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.
|
|
32
|
+
* </p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { EC2Client, UpdateInterruptibleCapacityReservationAllocationCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
37
|
+
* // const { EC2Client, UpdateInterruptibleCapacityReservationAllocationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
38
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
39
|
+
* const config = {}; // type is EC2ClientConfig
|
|
40
|
+
* const client = new EC2Client(config);
|
|
41
|
+
* const input = { // UpdateInterruptibleCapacityReservationAllocationRequest
|
|
42
|
+
* CapacityReservationId: "STRING_VALUE", // required
|
|
43
|
+
* TargetInstanceCount: Number("int"), // required
|
|
44
|
+
* DryRun: true || false,
|
|
45
|
+
* };
|
|
46
|
+
* const command = new UpdateInterruptibleCapacityReservationAllocationCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // UpdateInterruptibleCapacityReservationAllocationResult
|
|
49
|
+
* // InterruptibleCapacityReservationId: "STRING_VALUE",
|
|
50
|
+
* // SourceCapacityReservationId: "STRING_VALUE",
|
|
51
|
+
* // InstanceCount: Number("int"),
|
|
52
|
+
* // TargetInstanceCount: Number("int"),
|
|
53
|
+
* // Status: "pending" || "active" || "updating" || "canceling" || "canceled" || "failed",
|
|
54
|
+
* // InterruptionType: "adhoc",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param UpdateInterruptibleCapacityReservationAllocationCommandInput - {@link UpdateInterruptibleCapacityReservationAllocationCommandInput}
|
|
60
|
+
* @returns {@link UpdateInterruptibleCapacityReservationAllocationCommandOutput}
|
|
61
|
+
* @see {@link UpdateInterruptibleCapacityReservationAllocationCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link UpdateInterruptibleCapacityReservationAllocationCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link EC2ServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export declare class UpdateInterruptibleCapacityReservationAllocationCommand extends UpdateInterruptibleCapacityReservationAllocationCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UpdateInterruptibleCapacityReservationAllocationRequest;
|
|
76
|
+
output: UpdateInterruptibleCapacityReservationAllocationResult;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UpdateInterruptibleCapacityReservationAllocationCommandInput;
|
|
80
|
+
output: UpdateInterruptibleCapacityReservationAllocationCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
}
|
|
@@ -59,8 +59,9 @@ declare const WithdrawByoipCidrCommand_base: {
|
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
61
61
|
* // StatusMessage: "STRING_VALUE",
|
|
62
|
-
* // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned" || "provisioned-not-publicly-advertisable",
|
|
62
|
+
* // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-advertising" || "pending-deprovision" || "pending-provision" || "pending-withdrawal" || "provisioned" || "provisioned-not-publicly-advertisable",
|
|
63
63
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
64
|
+
* // AdvertisementType: "STRING_VALUE",
|
|
64
65
|
* // },
|
|
65
66
|
* // };
|
|
66
67
|
*
|
|
@@ -83,6 +83,7 @@ export * from "./CreateInstanceConnectEndpointCommand";
|
|
|
83
83
|
export * from "./CreateInstanceEventWindowCommand";
|
|
84
84
|
export * from "./CreateInstanceExportTaskCommand";
|
|
85
85
|
export * from "./CreateInternetGatewayCommand";
|
|
86
|
+
export * from "./CreateInterruptibleCapacityReservationAllocationCommand";
|
|
86
87
|
export * from "./CreateIpamCommand";
|
|
87
88
|
export * from "./CreateIpamExternalResourceVerificationTokenCommand";
|
|
88
89
|
export * from "./CreateIpamPolicyCommand";
|
|
@@ -134,6 +135,8 @@ export * from "./CreateTrafficMirrorTargetCommand";
|
|
|
134
135
|
export * from "./CreateTransitGatewayCommand";
|
|
135
136
|
export * from "./CreateTransitGatewayConnectCommand";
|
|
136
137
|
export * from "./CreateTransitGatewayConnectPeerCommand";
|
|
138
|
+
export * from "./CreateTransitGatewayMeteringPolicyCommand";
|
|
139
|
+
export * from "./CreateTransitGatewayMeteringPolicyEntryCommand";
|
|
137
140
|
export * from "./CreateTransitGatewayMulticastDomainCommand";
|
|
138
141
|
export * from "./CreateTransitGatewayPeeringAttachmentCommand";
|
|
139
142
|
export * from "./CreateTransitGatewayPolicyTableCommand";
|
|
@@ -149,6 +152,7 @@ export * from "./CreateVerifiedAccessTrustProviderCommand";
|
|
|
149
152
|
export * from "./CreateVolumeCommand";
|
|
150
153
|
export * from "./CreateVpcBlockPublicAccessExclusionCommand";
|
|
151
154
|
export * from "./CreateVpcCommand";
|
|
155
|
+
export * from "./CreateVpcEncryptionControlCommand";
|
|
152
156
|
export * from "./CreateVpcEndpointCommand";
|
|
153
157
|
export * from "./CreateVpcEndpointConnectionNotificationCommand";
|
|
154
158
|
export * from "./CreateVpcEndpointServiceConfigurationCommand";
|
|
@@ -221,6 +225,8 @@ export * from "./DeleteTrafficMirrorTargetCommand";
|
|
|
221
225
|
export * from "./DeleteTransitGatewayCommand";
|
|
222
226
|
export * from "./DeleteTransitGatewayConnectCommand";
|
|
223
227
|
export * from "./DeleteTransitGatewayConnectPeerCommand";
|
|
228
|
+
export * from "./DeleteTransitGatewayMeteringPolicyCommand";
|
|
229
|
+
export * from "./DeleteTransitGatewayMeteringPolicyEntryCommand";
|
|
224
230
|
export * from "./DeleteTransitGatewayMulticastDomainCommand";
|
|
225
231
|
export * from "./DeleteTransitGatewayPeeringAttachmentCommand";
|
|
226
232
|
export * from "./DeleteTransitGatewayPolicyTableCommand";
|
|
@@ -236,6 +242,7 @@ export * from "./DeleteVerifiedAccessTrustProviderCommand";
|
|
|
236
242
|
export * from "./DeleteVolumeCommand";
|
|
237
243
|
export * from "./DeleteVpcBlockPublicAccessExclusionCommand";
|
|
238
244
|
export * from "./DeleteVpcCommand";
|
|
245
|
+
export * from "./DeleteVpcEncryptionControlCommand";
|
|
239
246
|
export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
|
|
240
247
|
export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
|
|
241
248
|
export * from "./DeleteVpcEndpointsCommand";
|
|
@@ -398,6 +405,7 @@ export * from "./DescribeTrafficMirrorTargetsCommand";
|
|
|
398
405
|
export * from "./DescribeTransitGatewayAttachmentsCommand";
|
|
399
406
|
export * from "./DescribeTransitGatewayConnectPeersCommand";
|
|
400
407
|
export * from "./DescribeTransitGatewayConnectsCommand";
|
|
408
|
+
export * from "./DescribeTransitGatewayMeteringPoliciesCommand";
|
|
401
409
|
export * from "./DescribeTransitGatewayMulticastDomainsCommand";
|
|
402
410
|
export * from "./DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
403
411
|
export * from "./DescribeTransitGatewayPolicyTablesCommand";
|
|
@@ -420,6 +428,7 @@ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
|
|
|
420
428
|
export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
|
|
421
429
|
export * from "./DescribeVpcClassicLinkCommand";
|
|
422
430
|
export * from "./DescribeVpcClassicLinkDnsSupportCommand";
|
|
431
|
+
export * from "./DescribeVpcEncryptionControlsCommand";
|
|
423
432
|
export * from "./DescribeVpcEndpointAssociationsCommand";
|
|
424
433
|
export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
|
|
425
434
|
export * from "./DescribeVpcEndpointConnectionsCommand";
|
|
@@ -559,6 +568,7 @@ export * from "./GetSnapshotBlockPublicAccessStateCommand";
|
|
|
559
568
|
export * from "./GetSpotPlacementScoresCommand";
|
|
560
569
|
export * from "./GetSubnetCidrReservationsCommand";
|
|
561
570
|
export * from "./GetTransitGatewayAttachmentPropagationsCommand";
|
|
571
|
+
export * from "./GetTransitGatewayMeteringPolicyEntriesCommand";
|
|
562
572
|
export * from "./GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
563
573
|
export * from "./GetTransitGatewayPolicyTableAssociationsCommand";
|
|
564
574
|
export * from "./GetTransitGatewayPolicyTableEntriesCommand";
|
|
@@ -568,6 +578,7 @@ export * from "./GetTransitGatewayRouteTablePropagationsCommand";
|
|
|
568
578
|
export * from "./GetVerifiedAccessEndpointPolicyCommand";
|
|
569
579
|
export * from "./GetVerifiedAccessEndpointTargetsCommand";
|
|
570
580
|
export * from "./GetVerifiedAccessGroupPolicyCommand";
|
|
581
|
+
export * from "./GetVpcResourcesBlockingEncryptionEnforcementCommand";
|
|
571
582
|
export * from "./GetVpnConnectionDeviceSampleConfigurationCommand";
|
|
572
583
|
export * from "./GetVpnConnectionDeviceTypesCommand";
|
|
573
584
|
export * from "./GetVpnTunnelReplacementStatusCommand";
|
|
@@ -579,6 +590,7 @@ export * from "./ImportSnapshotCommand";
|
|
|
579
590
|
export * from "./ImportVolumeCommand";
|
|
580
591
|
export * from "./ListImagesInRecycleBinCommand";
|
|
581
592
|
export * from "./ListSnapshotsInRecycleBinCommand";
|
|
593
|
+
export * from "./ListVolumesInRecycleBinCommand";
|
|
582
594
|
export * from "./LockSnapshotCommand";
|
|
583
595
|
export * from "./ModifyAddressAttributeCommand";
|
|
584
596
|
export * from "./ModifyAvailabilityZoneGroupCommand";
|
|
@@ -630,6 +642,7 @@ export * from "./ModifyTrafficMirrorFilterNetworkServicesCommand";
|
|
|
630
642
|
export * from "./ModifyTrafficMirrorFilterRuleCommand";
|
|
631
643
|
export * from "./ModifyTrafficMirrorSessionCommand";
|
|
632
644
|
export * from "./ModifyTransitGatewayCommand";
|
|
645
|
+
export * from "./ModifyTransitGatewayMeteringPolicyCommand";
|
|
633
646
|
export * from "./ModifyTransitGatewayPrefixListReferenceCommand";
|
|
634
647
|
export * from "./ModifyTransitGatewayVpcAttachmentCommand";
|
|
635
648
|
export * from "./ModifyVerifiedAccessEndpointCommand";
|
|
@@ -644,6 +657,7 @@ export * from "./ModifyVolumeCommand";
|
|
|
644
657
|
export * from "./ModifyVpcAttributeCommand";
|
|
645
658
|
export * from "./ModifyVpcBlockPublicAccessExclusionCommand";
|
|
646
659
|
export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
|
|
660
|
+
export * from "./ModifyVpcEncryptionControlCommand";
|
|
647
661
|
export * from "./ModifyVpcEndpointCommand";
|
|
648
662
|
export * from "./ModifyVpcEndpointConnectionNotificationCommand";
|
|
649
663
|
export * from "./ModifyVpcEndpointServiceConfigurationCommand";
|
|
@@ -705,6 +719,7 @@ export * from "./RestoreImageFromRecycleBinCommand";
|
|
|
705
719
|
export * from "./RestoreManagedPrefixListVersionCommand";
|
|
706
720
|
export * from "./RestoreSnapshotFromRecycleBinCommand";
|
|
707
721
|
export * from "./RestoreSnapshotTierCommand";
|
|
722
|
+
export * from "./RestoreVolumeFromRecycleBinCommand";
|
|
708
723
|
export * from "./RevokeClientVpnIngressCommand";
|
|
709
724
|
export * from "./RevokeSecurityGroupEgressCommand";
|
|
710
725
|
export * from "./RevokeSecurityGroupIngressCommand";
|
|
@@ -728,6 +743,7 @@ export * from "./UnassignPrivateNatGatewayAddressCommand";
|
|
|
728
743
|
export * from "./UnlockSnapshotCommand";
|
|
729
744
|
export * from "./UnmonitorInstancesCommand";
|
|
730
745
|
export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
|
|
746
|
+
export * from "./UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
731
747
|
export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
732
748
|
export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
733
749
|
export * from "./WithdrawByoipCidrCommand";
|
|
@@ -139,6 +139,7 @@ export declare const ResourceType: {
|
|
|
139
139
|
readonly transit_gateway: "transit-gateway";
|
|
140
140
|
readonly transit_gateway_attachment: "transit-gateway-attachment";
|
|
141
141
|
readonly transit_gateway_connect_peer: "transit-gateway-connect-peer";
|
|
142
|
+
readonly transit_gateway_metering_policy: "transit-gateway-metering-policy";
|
|
142
143
|
readonly transit_gateway_multicast_domain: "transit-gateway-multicast-domain";
|
|
143
144
|
readonly transit_gateway_policy_table: "transit-gateway-policy-table";
|
|
144
145
|
readonly transit_gateway_route_table: "transit-gateway-route-table";
|
|
@@ -152,6 +153,7 @@ export declare const ResourceType: {
|
|
|
152
153
|
readonly volume: "volume";
|
|
153
154
|
readonly vpc: "vpc";
|
|
154
155
|
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
156
|
+
readonly vpc_encryption_control: "vpc-encryption-control";
|
|
155
157
|
readonly vpc_endpoint: "vpc-endpoint";
|
|
156
158
|
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
157
159
|
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
@@ -471,8 +473,10 @@ export declare const ByoipCidrState: {
|
|
|
471
473
|
readonly deprovisioned: "deprovisioned";
|
|
472
474
|
readonly failed_deprovision: "failed-deprovision";
|
|
473
475
|
readonly failed_provision: "failed-provision";
|
|
476
|
+
readonly pending_advertising: "pending-advertising";
|
|
474
477
|
readonly pending_deprovision: "pending-deprovision";
|
|
475
478
|
readonly pending_provision: "pending-provision";
|
|
479
|
+
readonly pending_withdrawal: "pending-withdrawal";
|
|
476
480
|
readonly provisioned: "provisioned";
|
|
477
481
|
readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
|
|
478
482
|
};
|
|
@@ -533,6 +537,7 @@ export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
|
533
537
|
* @enum
|
|
534
538
|
*/
|
|
535
539
|
export declare const IpamPoolAllocationResourceType: {
|
|
540
|
+
readonly anycast_ip_list: "anycast-ip-list";
|
|
536
541
|
readonly custom: "custom";
|
|
537
542
|
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
538
543
|
readonly eip: "eip";
|
|
@@ -1202,6 +1207,33 @@ export declare const CapacityReservationTenancy: {
|
|
|
1202
1207
|
* @public
|
|
1203
1208
|
*/
|
|
1204
1209
|
export type CapacityReservationTenancy = (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
* @enum
|
|
1213
|
+
*/
|
|
1214
|
+
export declare const InterruptionType: {
|
|
1215
|
+
readonly adhoc: "adhoc";
|
|
1216
|
+
};
|
|
1217
|
+
/**
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
export type InterruptionType = (typeof InterruptionType)[keyof typeof InterruptionType];
|
|
1221
|
+
/**
|
|
1222
|
+
* @public
|
|
1223
|
+
* @enum
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const InterruptibleCapacityReservationAllocationStatus: {
|
|
1226
|
+
readonly active: "active";
|
|
1227
|
+
readonly canceled: "canceled";
|
|
1228
|
+
readonly canceling: "canceling";
|
|
1229
|
+
readonly failed: "failed";
|
|
1230
|
+
readonly pending: "pending";
|
|
1231
|
+
readonly updating: "updating";
|
|
1232
|
+
};
|
|
1233
|
+
/**
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1236
|
+
export type InterruptibleCapacityReservationAllocationStatus = (typeof InterruptibleCapacityReservationAllocationStatus)[keyof typeof InterruptibleCapacityReservationAllocationStatus];
|
|
1205
1237
|
/**
|
|
1206
1238
|
* @public
|
|
1207
1239
|
* @enum
|
|
@@ -3082,6 +3114,7 @@ export type IpamPolicyState = (typeof IpamPolicyState)[keyof typeof IpamPolicySt
|
|
|
3082
3114
|
*/
|
|
3083
3115
|
export declare const IpamPoolAwsService: {
|
|
3084
3116
|
readonly ec2: "ec2";
|
|
3117
|
+
readonly global_services: "global-services";
|
|
3085
3118
|
};
|
|
3086
3119
|
/**
|
|
3087
3120
|
* @public
|
|
@@ -3162,6 +3195,7 @@ export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixLis
|
|
|
3162
3195
|
* @enum
|
|
3163
3196
|
*/
|
|
3164
3197
|
export declare const IpamResourceType: {
|
|
3198
|
+
readonly anycast_ip_list: "anycast-ip-list";
|
|
3165
3199
|
readonly eip: "eip";
|
|
3166
3200
|
readonly eni: "eni";
|
|
3167
3201
|
readonly ipv6_pool: "ipv6-pool";
|
|
@@ -3368,6 +3402,7 @@ export type ShutdownBehavior = (typeof ShutdownBehavior)[keyof typeof ShutdownBe
|
|
|
3368
3402
|
*/
|
|
3369
3403
|
export declare const MarketType: {
|
|
3370
3404
|
readonly capacity_block: "capacity-block";
|
|
3405
|
+
readonly interruptible_capacity_reservation: "interruptible-capacity-reservation";
|
|
3371
3406
|
readonly spot: "spot";
|
|
3372
3407
|
};
|
|
3373
3408
|
/**
|
|
@@ -4109,6 +4144,20 @@ export declare const VpnEcmpSupportValue: {
|
|
|
4109
4144
|
* @public
|
|
4110
4145
|
*/
|
|
4111
4146
|
export type VpnEcmpSupportValue = (typeof VpnEcmpSupportValue)[keyof typeof VpnEcmpSupportValue];
|
|
4147
|
+
/**
|
|
4148
|
+
* @public
|
|
4149
|
+
* @enum
|
|
4150
|
+
*/
|
|
4151
|
+
export declare const EncryptionStateValue: {
|
|
4152
|
+
readonly disabled: "disabled";
|
|
4153
|
+
readonly disabling: "disabling";
|
|
4154
|
+
readonly enabled: "enabled";
|
|
4155
|
+
readonly enabling: "enabling";
|
|
4156
|
+
};
|
|
4157
|
+
/**
|
|
4158
|
+
* @public
|
|
4159
|
+
*/
|
|
4160
|
+
export type EncryptionStateValue = (typeof EncryptionStateValue)[keyof typeof EncryptionStateValue];
|
|
4112
4161
|
/**
|
|
4113
4162
|
* @public
|
|
4114
4163
|
* @enum
|
|
@@ -4161,6 +4210,46 @@ export declare const TransitGatewayConnectPeerState: {
|
|
|
4161
4210
|
* @public
|
|
4162
4211
|
*/
|
|
4163
4212
|
export type TransitGatewayConnectPeerState = (typeof TransitGatewayConnectPeerState)[keyof typeof TransitGatewayConnectPeerState];
|
|
4213
|
+
/**
|
|
4214
|
+
* @public
|
|
4215
|
+
* @enum
|
|
4216
|
+
*/
|
|
4217
|
+
export declare const TransitGatewayMeteringPolicyState: {
|
|
4218
|
+
readonly available: "available";
|
|
4219
|
+
readonly deleted: "deleted";
|
|
4220
|
+
readonly deleting: "deleting";
|
|
4221
|
+
readonly modifying: "modifying";
|
|
4222
|
+
readonly pending: "pending";
|
|
4223
|
+
};
|
|
4224
|
+
/**
|
|
4225
|
+
* @public
|
|
4226
|
+
*/
|
|
4227
|
+
export type TransitGatewayMeteringPolicyState = (typeof TransitGatewayMeteringPolicyState)[keyof typeof TransitGatewayMeteringPolicyState];
|
|
4228
|
+
/**
|
|
4229
|
+
* @public
|
|
4230
|
+
* @enum
|
|
4231
|
+
*/
|
|
4232
|
+
export declare const TransitGatewayMeteringPayerType: {
|
|
4233
|
+
readonly destination_attachment_owner: "destination-attachment-owner";
|
|
4234
|
+
readonly source_attachment_owner: "source-attachment-owner";
|
|
4235
|
+
readonly transit_gateway_owner: "transit-gateway-owner";
|
|
4236
|
+
};
|
|
4237
|
+
/**
|
|
4238
|
+
* @public
|
|
4239
|
+
*/
|
|
4240
|
+
export type TransitGatewayMeteringPayerType = (typeof TransitGatewayMeteringPayerType)[keyof typeof TransitGatewayMeteringPayerType];
|
|
4241
|
+
/**
|
|
4242
|
+
* @public
|
|
4243
|
+
* @enum
|
|
4244
|
+
*/
|
|
4245
|
+
export declare const TransitGatewayMeteringPolicyEntryState: {
|
|
4246
|
+
readonly available: "available";
|
|
4247
|
+
readonly deleted: "deleted";
|
|
4248
|
+
};
|
|
4249
|
+
/**
|
|
4250
|
+
* @public
|
|
4251
|
+
*/
|
|
4252
|
+
export type TransitGatewayMeteringPolicyEntryState = (typeof TransitGatewayMeteringPolicyEntryState)[keyof typeof TransitGatewayMeteringPolicyEntryState];
|
|
4164
4253
|
/**
|
|
4165
4254
|
* @public
|
|
4166
4255
|
* @enum
|
|
@@ -4361,6 +4450,18 @@ export declare const VerifiedAccessEndpointStatusCode: {
|
|
|
4361
4450
|
* @public
|
|
4362
4451
|
*/
|
|
4363
4452
|
export type VerifiedAccessEndpointStatusCode = (typeof VerifiedAccessEndpointStatusCode)[keyof typeof VerifiedAccessEndpointStatusCode];
|
|
4453
|
+
/**
|
|
4454
|
+
* @public
|
|
4455
|
+
* @enum
|
|
4456
|
+
*/
|
|
4457
|
+
export declare const VpcEncryptionControlExclusionStateInput: {
|
|
4458
|
+
readonly disable: "disable";
|
|
4459
|
+
readonly enable: "enable";
|
|
4460
|
+
};
|
|
4461
|
+
/**
|
|
4462
|
+
* @public
|
|
4463
|
+
*/
|
|
4464
|
+
export type VpcEncryptionControlExclusionStateInput = (typeof VpcEncryptionControlExclusionStateInput)[keyof typeof VpcEncryptionControlExclusionStateInput];
|
|
4364
4465
|
/**
|
|
4365
4466
|
* @public
|
|
4366
4467
|
* @enum
|
|
@@ -5367,6 +5468,7 @@ export type InstanceBootModeValues = (typeof InstanceBootModeValues)[keyof typeo
|
|
|
5367
5468
|
*/
|
|
5368
5469
|
export declare const InstanceLifecycleType: {
|
|
5369
5470
|
readonly capacity_block: "capacity-block";
|
|
5471
|
+
readonly interruptible_capacity_reservation: "interruptible-capacity-reservation";
|
|
5370
5472
|
readonly scheduled: "scheduled";
|
|
5371
5473
|
readonly spot: "spot";
|
|
5372
5474
|
};
|
|
@@ -6608,6 +6710,7 @@ export type IpamDiscoveryFailureCode = (typeof IpamDiscoveryFailureCode)[keyof t
|
|
|
6608
6710
|
export declare const IpamPublicAddressType: {
|
|
6609
6711
|
readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
|
|
6610
6712
|
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
6713
|
+
readonly ANYCAST_IP_LIST_IP: "anycast-ip-list-ip";
|
|
6611
6714
|
readonly BYOIP: "byoip";
|
|
6612
6715
|
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
6613
6716
|
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
@@ -6635,6 +6738,7 @@ export type IpamPublicAddressAssociationStatus = (typeof IpamPublicAddressAssoci
|
|
|
6635
6738
|
*/
|
|
6636
6739
|
export declare const IpamPublicAddressAwsService: {
|
|
6637
6740
|
readonly AGA: "global-accelerator";
|
|
6741
|
+
readonly CLOUDFRONT: "cloudfront";
|
|
6638
6742
|
readonly DMS: "database-migration-service";
|
|
6639
6743
|
readonly EC2_LB: "load-balancer";
|
|
6640
6744
|
readonly ECS: "elastic-container-service";
|
|
@@ -6877,6 +6981,18 @@ export declare const TrafficMirrorSessionField: {
|
|
|
6877
6981
|
* @public
|
|
6878
6982
|
*/
|
|
6879
6983
|
export type TrafficMirrorSessionField = (typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
6984
|
+
/**
|
|
6985
|
+
* @public
|
|
6986
|
+
* @enum
|
|
6987
|
+
*/
|
|
6988
|
+
export declare const EncryptionSupportOptionValue: {
|
|
6989
|
+
readonly disable: "disable";
|
|
6990
|
+
readonly enable: "enable";
|
|
6991
|
+
};
|
|
6992
|
+
/**
|
|
6993
|
+
* @public
|
|
6994
|
+
*/
|
|
6995
|
+
export type EncryptionSupportOptionValue = (typeof EncryptionSupportOptionValue)[keyof typeof EncryptionSupportOptionValue];
|
|
6880
6996
|
/**
|
|
6881
6997
|
* @public
|
|
6882
6998
|
* @enum
|