@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, AddressTransferStatus, AllocationType, ApplianceModeSupportValue, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BlockPublicAccessMode, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, HostMaintenance, HostnameType, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, ListingState, ListingStatus, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, NatGatewayAddressStatus, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, SubnetState, Tenancy, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcPeeringConnectionStateReasonCode, VpcState, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
|
|
1
|
+
import { _InstanceType, AddressTransferStatus, AllocationType, ApplianceModeSupportValue, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BlockPublicAccessMode, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, HostMaintenance, HostnameType, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, ListingState, ListingStatus, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, NatGatewayAddressStatus, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, SubnetState, Tenancy, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcPeeringConnectionStateReasonCode, VpcState, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
4
4
|
* on an instance.</p>
|
|
@@ -2473,6 +2473,22 @@ export interface ByoipCidr {
|
|
|
2473
2473
|
* @public
|
|
2474
2474
|
*/
|
|
2475
2475
|
NetworkBorderGroup?: string | undefined;
|
|
2476
|
+
/**
|
|
2477
|
+
* <p>Specifies the advertisement method for the BYOIP CIDR. Valid values are:</p>
|
|
2478
|
+
* <ul>
|
|
2479
|
+
* <li>
|
|
2480
|
+
* <p>
|
|
2481
|
+
* <code>unicast</code>: IP is advertised from a single location (regional services like EC2)</p>
|
|
2482
|
+
* </li>
|
|
2483
|
+
* <li>
|
|
2484
|
+
* <p>
|
|
2485
|
+
* <code>anycast</code>: IP is advertised from multiple global locations simultaneously (global services like CloudFront)</p>
|
|
2486
|
+
* </li>
|
|
2487
|
+
* </ul>
|
|
2488
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-cloudfront.html">Bring your own IP to CloudFront using IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
2489
|
+
* @public
|
|
2490
|
+
*/
|
|
2491
|
+
AdvertisementType?: string | undefined;
|
|
2476
2492
|
}
|
|
2477
2493
|
/**
|
|
2478
2494
|
* @public
|
|
@@ -7113,9 +7129,9 @@ export interface CreateCapacityReservationRequest {
|
|
|
7113
7129
|
* <p>The number of instances for which to reserve capacity.</p>
|
|
7114
7130
|
* <note>
|
|
7115
7131
|
* <p>You can request future-dated Capacity Reservations for an instance count with a
|
|
7116
|
-
* minimum of
|
|
7117
|
-
* Reservation for <code>m5.xlarge</code> instances, you must request at least
|
|
7118
|
-
* instances (<i>
|
|
7132
|
+
* minimum of 32 vCPUs. For example, if you request a future-dated Capacity
|
|
7133
|
+
* Reservation for <code>m5.xlarge</code> instances, you must request at least 8
|
|
7134
|
+
* instances (<i>8 * m5.xlarge = 32 vCPUs</i>).</p>
|
|
7119
7135
|
* </note>
|
|
7120
7136
|
* <p>Valid range: 1 - 1000</p>
|
|
7121
7137
|
* @public
|
|
@@ -7310,6 +7326,71 @@ export interface CapacityReservationCommitmentInfo {
|
|
|
7310
7326
|
*/
|
|
7311
7327
|
CommitmentEndDate?: Date | undefined;
|
|
7312
7328
|
}
|
|
7329
|
+
/**
|
|
7330
|
+
* <p>
|
|
7331
|
+
* Represents the allocation of capacity from a source reservation to an interruptible reservation, tracking current and target instance counts for allocation management.
|
|
7332
|
+
* </p>
|
|
7333
|
+
* @public
|
|
7334
|
+
*/
|
|
7335
|
+
export interface InterruptibleCapacityAllocation {
|
|
7336
|
+
/**
|
|
7337
|
+
* <p>
|
|
7338
|
+
* The current number of instances allocated to the interruptible reservation.
|
|
7339
|
+
* </p>
|
|
7340
|
+
* @public
|
|
7341
|
+
*/
|
|
7342
|
+
InstanceCount?: number | undefined;
|
|
7343
|
+
/**
|
|
7344
|
+
* <p>
|
|
7345
|
+
* After your modify request, the requested number of instances allocated to interruptible reservation.
|
|
7346
|
+
* </p>
|
|
7347
|
+
* @public
|
|
7348
|
+
*/
|
|
7349
|
+
TargetInstanceCount?: number | undefined;
|
|
7350
|
+
/**
|
|
7351
|
+
* <p>
|
|
7352
|
+
* The current status of the allocation (updating during reclamation, active when complete).
|
|
7353
|
+
* </p>
|
|
7354
|
+
* @public
|
|
7355
|
+
*/
|
|
7356
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
7357
|
+
/**
|
|
7358
|
+
* <p>
|
|
7359
|
+
* The ID of the interruptible Capacity Reservation created from the allocation.
|
|
7360
|
+
* </p>
|
|
7361
|
+
* @public
|
|
7362
|
+
*/
|
|
7363
|
+
InterruptibleCapacityReservationId?: string | undefined;
|
|
7364
|
+
/**
|
|
7365
|
+
* <p>
|
|
7366
|
+
* The type of interruption policy applied to the interruptible reservation.
|
|
7367
|
+
* </p>
|
|
7368
|
+
* @public
|
|
7369
|
+
*/
|
|
7370
|
+
InterruptionType?: InterruptionType | undefined;
|
|
7371
|
+
}
|
|
7372
|
+
/**
|
|
7373
|
+
* <p>
|
|
7374
|
+
* Contains information about how and when instances in an interruptible reservation can be terminated when capacity is reclaimed.
|
|
7375
|
+
* </p>
|
|
7376
|
+
* @public
|
|
7377
|
+
*/
|
|
7378
|
+
export interface InterruptionInfo {
|
|
7379
|
+
/**
|
|
7380
|
+
* <p>
|
|
7381
|
+
* The ID of the source Capacity Reservation from which the interruptible reservation was created.
|
|
7382
|
+
* </p>
|
|
7383
|
+
* @public
|
|
7384
|
+
*/
|
|
7385
|
+
SourceCapacityReservationId?: string | undefined;
|
|
7386
|
+
/**
|
|
7387
|
+
* <p>
|
|
7388
|
+
* The interruption type that determines how instances are terminated when capacity is reclaimed.
|
|
7389
|
+
* </p>
|
|
7390
|
+
* @public
|
|
7391
|
+
*/
|
|
7392
|
+
InterruptionType?: InterruptionType | undefined;
|
|
7393
|
+
}
|
|
7313
7394
|
/**
|
|
7314
7395
|
* <p>Describes a Capacity Reservation.</p>
|
|
7315
7396
|
* @public
|
|
@@ -7580,6 +7661,27 @@ export interface CapacityReservation {
|
|
|
7580
7661
|
* @public
|
|
7581
7662
|
*/
|
|
7582
7663
|
CapacityBlockId?: string | undefined;
|
|
7664
|
+
/**
|
|
7665
|
+
* <p>
|
|
7666
|
+
* Indicates whether this Capacity Reservation is interruptible, meaning instances may be terminated when the owner reclaims capacity.
|
|
7667
|
+
* </p>
|
|
7668
|
+
* @public
|
|
7669
|
+
*/
|
|
7670
|
+
Interruptible?: boolean | undefined;
|
|
7671
|
+
/**
|
|
7672
|
+
* <p>
|
|
7673
|
+
* Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.
|
|
7674
|
+
* </p>
|
|
7675
|
+
* @public
|
|
7676
|
+
*/
|
|
7677
|
+
InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
|
|
7678
|
+
/**
|
|
7679
|
+
* <p>
|
|
7680
|
+
* Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.
|
|
7681
|
+
* </p>
|
|
7682
|
+
* @public
|
|
7683
|
+
*/
|
|
7684
|
+
InterruptionInfo?: InterruptionInfo | undefined;
|
|
7583
7685
|
}
|
|
7584
7686
|
/**
|
|
7585
7687
|
* @public
|
|
@@ -8963,35 +9065,109 @@ export interface CreateDefaultVpcRequest {
|
|
|
8963
9065
|
DryRun?: boolean | undefined;
|
|
8964
9066
|
}
|
|
8965
9067
|
/**
|
|
9068
|
+
* <p>Describes an exclusion configuration for VPC Encryption Control.</p>
|
|
9069
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
8966
9070
|
* @public
|
|
8967
9071
|
*/
|
|
8968
9072
|
export interface VpcEncryptionControlExclusion {
|
|
9073
|
+
/**
|
|
9074
|
+
* <p>The current state of the exclusion configuration.</p>
|
|
9075
|
+
* @public
|
|
9076
|
+
*/
|
|
8969
9077
|
State?: VpcEncryptionControlExclusionState | undefined;
|
|
9078
|
+
/**
|
|
9079
|
+
* <p>A message providing additional information about the exclusion state.</p>
|
|
9080
|
+
* @public
|
|
9081
|
+
*/
|
|
8970
9082
|
StateMessage?: string | undefined;
|
|
8971
9083
|
}
|
|
8972
9084
|
/**
|
|
9085
|
+
* <p>Describes the exclusion configurations for various resource types in VPC Encryption Control.</p>
|
|
9086
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
8973
9087
|
* @public
|
|
8974
9088
|
*/
|
|
8975
9089
|
export interface VpcEncryptionControlExclusions {
|
|
9090
|
+
/**
|
|
9091
|
+
* <p>The exclusion configuration for internet gateway traffic.</p>
|
|
9092
|
+
* @public
|
|
9093
|
+
*/
|
|
8976
9094
|
InternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
9095
|
+
/**
|
|
9096
|
+
* <p>The exclusion configuration for egress-only internet gateway traffic.</p>
|
|
9097
|
+
* @public
|
|
9098
|
+
*/
|
|
8977
9099
|
EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
9100
|
+
/**
|
|
9101
|
+
* <p>The exclusion configuration for NAT gateway traffic.</p>
|
|
9102
|
+
* @public
|
|
9103
|
+
*/
|
|
8978
9104
|
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
9105
|
+
/**
|
|
9106
|
+
* <p>The exclusion configuration for virtual private gateway traffic.</p>
|
|
9107
|
+
* @public
|
|
9108
|
+
*/
|
|
8979
9109
|
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
9110
|
+
/**
|
|
9111
|
+
* <p>The exclusion configuration for VPC peering connection traffic.</p>
|
|
9112
|
+
* @public
|
|
9113
|
+
*/
|
|
8980
9114
|
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
9115
|
+
/**
|
|
9116
|
+
* <p>The exclusion configuration for Lambda function traffic.</p>
|
|
9117
|
+
* @public
|
|
9118
|
+
*/
|
|
8981
9119
|
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
9120
|
+
/**
|
|
9121
|
+
* <p>The exclusion configuration for VPC Lattice traffic.</p>
|
|
9122
|
+
* @public
|
|
9123
|
+
*/
|
|
8982
9124
|
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
9125
|
+
/**
|
|
9126
|
+
* <p>The exclusion configuration for Elastic File System traffic.</p>
|
|
9127
|
+
* @public
|
|
9128
|
+
*/
|
|
8983
9129
|
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
8984
9130
|
}
|
|
8985
9131
|
/**
|
|
9132
|
+
* <p>Describes the configuration and state of VPC encryption controls.</p>
|
|
9133
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
8986
9134
|
* @public
|
|
8987
9135
|
*/
|
|
8988
9136
|
export interface VpcEncryptionControl {
|
|
9137
|
+
/**
|
|
9138
|
+
* <p>The ID of the VPC associated with the encryption control configuration.</p>
|
|
9139
|
+
* @public
|
|
9140
|
+
*/
|
|
8989
9141
|
VpcId?: string | undefined;
|
|
9142
|
+
/**
|
|
9143
|
+
* <p>The ID of the VPC Encryption Control configuration.</p>
|
|
9144
|
+
* @public
|
|
9145
|
+
*/
|
|
8990
9146
|
VpcEncryptionControlId?: string | undefined;
|
|
9147
|
+
/**
|
|
9148
|
+
* <p>The encryption mode for the VPC Encryption Control configuration.</p>
|
|
9149
|
+
* @public
|
|
9150
|
+
*/
|
|
8991
9151
|
Mode?: VpcEncryptionControlMode | undefined;
|
|
9152
|
+
/**
|
|
9153
|
+
* <p>The current state of the VPC Encryption Control configuration.</p>
|
|
9154
|
+
* @public
|
|
9155
|
+
*/
|
|
8992
9156
|
State?: VpcEncryptionControlState | undefined;
|
|
9157
|
+
/**
|
|
9158
|
+
* <p>A message providing additional information about the encryption control state.</p>
|
|
9159
|
+
* @public
|
|
9160
|
+
*/
|
|
8993
9161
|
StateMessage?: string | undefined;
|
|
9162
|
+
/**
|
|
9163
|
+
* <p>Information about resource exclusions for the VPC Encryption Control configuration.</p>
|
|
9164
|
+
* @public
|
|
9165
|
+
*/
|
|
8994
9166
|
ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
|
|
9167
|
+
/**
|
|
9168
|
+
* <p>The tags assigned to the VPC Encryption Control configuration.</p>
|
|
9169
|
+
* @public
|
|
9170
|
+
*/
|
|
8995
9171
|
Tags?: Tag[] | undefined;
|
|
8996
9172
|
}
|
|
8997
9173
|
/**
|
|
@@ -9024,6 +9200,11 @@ export interface Vpc {
|
|
|
9024
9200
|
* @public
|
|
9025
9201
|
*/
|
|
9026
9202
|
IsDefault?: boolean | undefined;
|
|
9203
|
+
/**
|
|
9204
|
+
* <p>Describes the configuration and state of VPC encryption controls.</p>
|
|
9205
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
9206
|
+
* @public
|
|
9207
|
+
*/
|
|
9027
9208
|
EncryptionControl?: VpcEncryptionControl | undefined;
|
|
9028
9209
|
/**
|
|
9029
9210
|
* <p>Any tags assigned to the VPC.</p>
|
|
@@ -9259,36 +9440,3 @@ export interface NewDhcpConfiguration {
|
|
|
9259
9440
|
*/
|
|
9260
9441
|
Values?: string[] | undefined;
|
|
9261
9442
|
}
|
|
9262
|
-
/**
|
|
9263
|
-
* @public
|
|
9264
|
-
*/
|
|
9265
|
-
export interface CreateDhcpOptionsRequest {
|
|
9266
|
-
/**
|
|
9267
|
-
* <p>A DHCP configuration option.</p>
|
|
9268
|
-
* @public
|
|
9269
|
-
*/
|
|
9270
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
9271
|
-
/**
|
|
9272
|
-
* <p>The tags to assign to the DHCP option.</p>
|
|
9273
|
-
* @public
|
|
9274
|
-
*/
|
|
9275
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
9276
|
-
/**
|
|
9277
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9278
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9279
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9280
|
-
* @public
|
|
9281
|
-
*/
|
|
9282
|
-
DryRun?: boolean | undefined;
|
|
9283
|
-
}
|
|
9284
|
-
/**
|
|
9285
|
-
* <p>Describes a value for a resource attribute that is a String.</p>
|
|
9286
|
-
* @public
|
|
9287
|
-
*/
|
|
9288
|
-
export interface AttributeValue {
|
|
9289
|
-
/**
|
|
9290
|
-
* <p>The attribute value. The value is case-sensitive.</p>
|
|
9291
|
-
* @public
|
|
9292
|
-
*/
|
|
9293
|
-
Value?: string | undefined;
|
|
9294
|
-
}
|
|
@@ -1,5 +1,38 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CopyTagsFromSource, CpuManufacturer, CurrencyCodeValues, DatafeedSubscriptionState, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, ShutdownBehavior, SnapshotLocationEnum, SnapshotState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, SSEType, StorageTier, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, TransferType, VolumeType, WeekDay } from "./enums";
|
|
2
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry,
|
|
1
|
+
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CopyTagsFromSource, CpuManufacturer, CurrencyCodeValues, DatafeedSubscriptionState, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, ShutdownBehavior, SnapshotLocationEnum, SnapshotState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, SSEType, StorageTier, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, TransferType, VolumeType, WeekDay } from "./enums";
|
|
2
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification, MacModificationTask, NatGatewayAddress, NewDhcpConfiguration, OperatorResponse, PortRange, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateDhcpOptionsRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>A DHCP configuration option.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The tags to assign to the DHCP option.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
19
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
20
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
DryRun?: boolean | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Describes a value for a resource attribute that is a String.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface AttributeValue {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The attribute value. The value is case-sensitive.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Value?: string | undefined;
|
|
35
|
+
}
|
|
3
36
|
/**
|
|
4
37
|
* <p>Describes a DHCP configuration option.</p>
|
|
5
38
|
* @public
|
|
@@ -4103,6 +4136,79 @@ export interface CreateInternetGatewayResult {
|
|
|
4103
4136
|
*/
|
|
4104
4137
|
InternetGateway?: InternetGateway | undefined;
|
|
4105
4138
|
}
|
|
4139
|
+
/**
|
|
4140
|
+
* @public
|
|
4141
|
+
*/
|
|
4142
|
+
export interface CreateInterruptibleCapacityReservationAllocationRequest {
|
|
4143
|
+
/**
|
|
4144
|
+
* <p>
|
|
4145
|
+
* The ID of the source Capacity Reservation from which to create the interruptible Capacity Reservation. Your Capacity Reservation must be in active state with no end date set and have available capacity for allocation.
|
|
4146
|
+
* </p>
|
|
4147
|
+
* @public
|
|
4148
|
+
*/
|
|
4149
|
+
CapacityReservationId: string | undefined;
|
|
4150
|
+
/**
|
|
4151
|
+
* <p>
|
|
4152
|
+
* The number of instances to allocate from your source reservation. You can only allocate available instances (also called unused capacity).
|
|
4153
|
+
* </p>
|
|
4154
|
+
* @public
|
|
4155
|
+
*/
|
|
4156
|
+
InstanceCount: number | undefined;
|
|
4157
|
+
/**
|
|
4158
|
+
* <p>
|
|
4159
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
4160
|
+
* </p>
|
|
4161
|
+
* @public
|
|
4162
|
+
*/
|
|
4163
|
+
ClientToken?: string | undefined;
|
|
4164
|
+
/**
|
|
4165
|
+
* <p>
|
|
4166
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
4167
|
+
* </p>
|
|
4168
|
+
* @public
|
|
4169
|
+
*/
|
|
4170
|
+
DryRun?: boolean | undefined;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>
|
|
4173
|
+
* The tags to apply to the interruptible Capacity Reservation during creation.
|
|
4174
|
+
* </p>
|
|
4175
|
+
* @public
|
|
4176
|
+
*/
|
|
4177
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
4178
|
+
}
|
|
4179
|
+
/**
|
|
4180
|
+
* @public
|
|
4181
|
+
*/
|
|
4182
|
+
export interface CreateInterruptibleCapacityReservationAllocationResult {
|
|
4183
|
+
/**
|
|
4184
|
+
* <p>
|
|
4185
|
+
* The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.
|
|
4186
|
+
* </p>
|
|
4187
|
+
* @public
|
|
4188
|
+
*/
|
|
4189
|
+
SourceCapacityReservationId?: string | undefined;
|
|
4190
|
+
/**
|
|
4191
|
+
* <p>
|
|
4192
|
+
* The number of instances allocated to the interruptible reservation.
|
|
4193
|
+
* </p>
|
|
4194
|
+
* @public
|
|
4195
|
+
*/
|
|
4196
|
+
TargetInstanceCount?: number | undefined;
|
|
4197
|
+
/**
|
|
4198
|
+
* <p>
|
|
4199
|
+
* The current status of the allocation request (creating, active, updating).
|
|
4200
|
+
* </p>
|
|
4201
|
+
* @public
|
|
4202
|
+
*/
|
|
4203
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
4204
|
+
/**
|
|
4205
|
+
* <p>
|
|
4206
|
+
* The type of interruption applied to the interruptible reservation.
|
|
4207
|
+
* </p>
|
|
4208
|
+
* @public
|
|
4209
|
+
*/
|
|
4210
|
+
InterruptionType?: InterruptionType | undefined;
|
|
4211
|
+
}
|
|
4106
4212
|
/**
|
|
4107
4213
|
* @public
|
|
4108
4214
|
*/
|
|
@@ -12586,75 +12692,3 @@ export interface SpotDatafeedSubscription {
|
|
|
12586
12692
|
*/
|
|
12587
12693
|
State?: DatafeedSubscriptionState | undefined;
|
|
12588
12694
|
}
|
|
12589
|
-
/**
|
|
12590
|
-
* <p>Contains the output of CreateSpotDatafeedSubscription.</p>
|
|
12591
|
-
* @public
|
|
12592
|
-
*/
|
|
12593
|
-
export interface CreateSpotDatafeedSubscriptionResult {
|
|
12594
|
-
/**
|
|
12595
|
-
* <p>The Spot Instance data feed subscription.</p>
|
|
12596
|
-
* @public
|
|
12597
|
-
*/
|
|
12598
|
-
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
12599
|
-
}
|
|
12600
|
-
/**
|
|
12601
|
-
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more
|
|
12602
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html">Categorizing your storage using
|
|
12603
|
-
* tags</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
12604
|
-
* @public
|
|
12605
|
-
*/
|
|
12606
|
-
export interface S3ObjectTag {
|
|
12607
|
-
/**
|
|
12608
|
-
* <p>The key of the tag.</p>
|
|
12609
|
-
* <p>Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in
|
|
12610
|
-
* length. May not begin with <code>aws</code>:.</p>
|
|
12611
|
-
* @public
|
|
12612
|
-
*/
|
|
12613
|
-
Key?: string | undefined;
|
|
12614
|
-
/**
|
|
12615
|
-
* <p>The value of the tag.</p>
|
|
12616
|
-
* <p>Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in
|
|
12617
|
-
* length.</p>
|
|
12618
|
-
* @public
|
|
12619
|
-
*/
|
|
12620
|
-
Value?: string | undefined;
|
|
12621
|
-
}
|
|
12622
|
-
/**
|
|
12623
|
-
* @public
|
|
12624
|
-
*/
|
|
12625
|
-
export interface CreateStoreImageTaskRequest {
|
|
12626
|
-
/**
|
|
12627
|
-
* <p>The ID of the AMI.</p>
|
|
12628
|
-
* @public
|
|
12629
|
-
*/
|
|
12630
|
-
ImageId: string | undefined;
|
|
12631
|
-
/**
|
|
12632
|
-
* <p>The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in
|
|
12633
|
-
* the Region in which the request is being made. The AMI object appears in the bucket only after
|
|
12634
|
-
* the upload task has completed. </p>
|
|
12635
|
-
* @public
|
|
12636
|
-
*/
|
|
12637
|
-
Bucket: string | undefined;
|
|
12638
|
-
/**
|
|
12639
|
-
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. </p>
|
|
12640
|
-
* @public
|
|
12641
|
-
*/
|
|
12642
|
-
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
12643
|
-
/**
|
|
12644
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
12645
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
12646
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12647
|
-
* @public
|
|
12648
|
-
*/
|
|
12649
|
-
DryRun?: boolean | undefined;
|
|
12650
|
-
}
|
|
12651
|
-
/**
|
|
12652
|
-
* @public
|
|
12653
|
-
*/
|
|
12654
|
-
export interface CreateStoreImageTaskResult {
|
|
12655
|
-
/**
|
|
12656
|
-
* <p>The name of the stored AMI object in the S3 bucket.</p>
|
|
12657
|
-
* @public
|
|
12658
|
-
*/
|
|
12659
|
-
ObjectKey?: string | undefined;
|
|
12660
|
-
}
|