@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,7 +1,301 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AmdSevSnpSpecification, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationPreference, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType,
|
|
2
|
-
import { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus,
|
|
3
|
-
import { BlockDeviceMapping, CapacityReservationTargetResponse, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier,
|
|
4
|
-
import { VpcBlockPublicAccessExclusion } from "./models_2";
|
|
1
|
+
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AmdSevSnpSpecification, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationPreference, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HttpTokensState, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceLifecycle, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, MonitoringState, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
|
|
2
|
+
import { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, InstanceEventWindow, OperatorResponse, Tag, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
|
|
3
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason } from "./models_1";
|
|
4
|
+
import { TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the route table.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The ID of the prefix list.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
PrefixListId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
21
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
22
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
DryRun?: boolean | undefined;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
31
|
+
/**
|
|
32
|
+
* <p>Information about the deleted prefix list reference.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface DeleteTransitGatewayRouteRequest {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
DestinationCidrBlock: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
53
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
54
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
DryRun?: boolean | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface DeleteTransitGatewayRouteResult {
|
|
63
|
+
/**
|
|
64
|
+
* <p>Information about the route.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
Route?: TransitGatewayRoute | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface DeleteTransitGatewayRouteTableRequest {
|
|
73
|
+
/**
|
|
74
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
80
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
81
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
DryRun?: boolean | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export interface DeleteTransitGatewayRouteTableResult {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Information about the deleted transit gateway route table.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
100
|
+
/**
|
|
101
|
+
* <p>The transit gateway route table ID that's being deleted. </p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
107
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
108
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
DryRun?: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
117
|
+
/**
|
|
118
|
+
* <p>Provides details about a deleted transit gateway route table.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement | undefined;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
127
|
+
/**
|
|
128
|
+
* <p>The ID of the attachment.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
134
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
135
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
DryRun?: boolean | undefined;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
144
|
+
/**
|
|
145
|
+
* <p>Information about the deleted VPC attachment.</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
export interface DeleteVerifiedAccessEndpointRequest {
|
|
154
|
+
/**
|
|
155
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
161
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
ClientToken?: string | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
167
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
168
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
DryRun?: boolean | undefined;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
export interface DeleteVerifiedAccessEndpointResult {
|
|
177
|
+
/**
|
|
178
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export interface DeleteVerifiedAccessGroupRequest {
|
|
187
|
+
/**
|
|
188
|
+
* <p>The ID of the Verified Access group.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
VerifiedAccessGroupId: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
194
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
ClientToken?: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
200
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
201
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
DryRun?: boolean | undefined;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
export interface DeleteVerifiedAccessGroupResult {
|
|
210
|
+
/**
|
|
211
|
+
* <p>Details about the Verified Access group.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface DeleteVerifiedAccessInstanceRequest {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
227
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
228
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
DryRun?: boolean | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
234
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
ClientToken?: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
export interface DeleteVerifiedAccessInstanceResult {
|
|
243
|
+
/**
|
|
244
|
+
* <p>Details about the Verified Access instance.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
253
|
+
/**
|
|
254
|
+
* <p>The ID of the Verified Access trust provider.</p>
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
260
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
261
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
DryRun?: boolean | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
267
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
ClientToken?: string | undefined;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export interface DeleteVerifiedAccessTrustProviderResult {
|
|
276
|
+
/**
|
|
277
|
+
* <p>Details about the Verified Access trust provider.</p>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
export interface DeleteVolumeRequest {
|
|
286
|
+
/**
|
|
287
|
+
* <p>The ID of the volume.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
VolumeId: string | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
293
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
294
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
DryRun?: boolean | undefined;
|
|
298
|
+
}
|
|
5
299
|
/**
|
|
6
300
|
* @public
|
|
7
301
|
*/
|
|
@@ -46,6 +340,33 @@ export interface DeleteVpcBlockPublicAccessExclusionResult {
|
|
|
46
340
|
*/
|
|
47
341
|
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
48
342
|
}
|
|
343
|
+
/**
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
export interface DeleteVpcEncryptionControlRequest {
|
|
347
|
+
/**
|
|
348
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
349
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
350
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
DryRun?: boolean | undefined;
|
|
354
|
+
/**
|
|
355
|
+
* <p>The ID of the VPC Encryption Control resource to delete.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
VpcEncryptionControlId: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
export interface DeleteVpcEncryptionControlResult {
|
|
364
|
+
/**
|
|
365
|
+
* <p>Information about the deleted VPC Encryption Control configuration.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
VpcEncryptionControl?: VpcEncryptionControl | undefined;
|
|
369
|
+
}
|
|
49
370
|
/**
|
|
50
371
|
* @public
|
|
51
372
|
*/
|
|
@@ -10189,7 +10510,7 @@ export interface DescribeInstancesRequest {
|
|
|
10189
10510
|
* <li>
|
|
10190
10511
|
* <p>
|
|
10191
10512
|
* <code>requester-id</code> - The ID of the entity that launched the instance on
|
|
10192
|
-
* your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so
|
|
10513
|
+
* your behalf (for example, Amazon Web Services Management Console, Amazon EC2 Auto Scaling, and so
|
|
10193
10514
|
* on).</p>
|
|
10194
10515
|
* </li>
|
|
10195
10516
|
* <li>
|
|
@@ -10736,1231 +11057,3 @@ export interface InstanceIpv6Prefix {
|
|
|
10736
11057
|
*/
|
|
10737
11058
|
Ipv6Prefix?: string | undefined;
|
|
10738
11059
|
}
|
|
10739
|
-
/**
|
|
10740
|
-
* <p>Describes a private IPv4 address.</p>
|
|
10741
|
-
* @public
|
|
10742
|
-
*/
|
|
10743
|
-
export interface InstancePrivateIpAddress {
|
|
10744
|
-
/**
|
|
10745
|
-
* <p>The association information for an Elastic IP address for the network
|
|
10746
|
-
* interface.</p>
|
|
10747
|
-
* @public
|
|
10748
|
-
*/
|
|
10749
|
-
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
10750
|
-
/**
|
|
10751
|
-
* <p>Indicates whether this IPv4 address is the primary private IP address of the network
|
|
10752
|
-
* interface.</p>
|
|
10753
|
-
* @public
|
|
10754
|
-
*/
|
|
10755
|
-
Primary?: boolean | undefined;
|
|
10756
|
-
/**
|
|
10757
|
-
* <p>The private IPv4 DNS name.</p>
|
|
10758
|
-
* @public
|
|
10759
|
-
*/
|
|
10760
|
-
PrivateDnsName?: string | undefined;
|
|
10761
|
-
/**
|
|
10762
|
-
* <p>The private IPv4 address of the network interface.</p>
|
|
10763
|
-
* @public
|
|
10764
|
-
*/
|
|
10765
|
-
PrivateIpAddress?: string | undefined;
|
|
10766
|
-
}
|
|
10767
|
-
/**
|
|
10768
|
-
* <p>Describes a network interface.</p>
|
|
10769
|
-
* @public
|
|
10770
|
-
*/
|
|
10771
|
-
export interface InstanceNetworkInterface {
|
|
10772
|
-
/**
|
|
10773
|
-
* <p>The association information for an Elastic IPv4 associated with the network
|
|
10774
|
-
* interface.</p>
|
|
10775
|
-
* @public
|
|
10776
|
-
*/
|
|
10777
|
-
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
10778
|
-
/**
|
|
10779
|
-
* <p>The network interface attachment.</p>
|
|
10780
|
-
* @public
|
|
10781
|
-
*/
|
|
10782
|
-
Attachment?: InstanceNetworkInterfaceAttachment | undefined;
|
|
10783
|
-
/**
|
|
10784
|
-
* <p>The description.</p>
|
|
10785
|
-
* @public
|
|
10786
|
-
*/
|
|
10787
|
-
Description?: string | undefined;
|
|
10788
|
-
/**
|
|
10789
|
-
* <p>The security groups.</p>
|
|
10790
|
-
* @public
|
|
10791
|
-
*/
|
|
10792
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
10793
|
-
/**
|
|
10794
|
-
* <p>The IPv6 addresses associated with the network interface.</p>
|
|
10795
|
-
* @public
|
|
10796
|
-
*/
|
|
10797
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
10798
|
-
/**
|
|
10799
|
-
* <p>The MAC address.</p>
|
|
10800
|
-
* @public
|
|
10801
|
-
*/
|
|
10802
|
-
MacAddress?: string | undefined;
|
|
10803
|
-
/**
|
|
10804
|
-
* <p>The ID of the network interface.</p>
|
|
10805
|
-
* @public
|
|
10806
|
-
*/
|
|
10807
|
-
NetworkInterfaceId?: string | undefined;
|
|
10808
|
-
/**
|
|
10809
|
-
* <p>The ID of the Amazon Web Services account that created the network interface.</p>
|
|
10810
|
-
* @public
|
|
10811
|
-
*/
|
|
10812
|
-
OwnerId?: string | undefined;
|
|
10813
|
-
/**
|
|
10814
|
-
* <p>The private DNS name.</p>
|
|
10815
|
-
* @public
|
|
10816
|
-
*/
|
|
10817
|
-
PrivateDnsName?: string | undefined;
|
|
10818
|
-
/**
|
|
10819
|
-
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
10820
|
-
* @public
|
|
10821
|
-
*/
|
|
10822
|
-
PrivateIpAddress?: string | undefined;
|
|
10823
|
-
/**
|
|
10824
|
-
* <p>The private IPv4 addresses associated with the network interface.</p>
|
|
10825
|
-
* @public
|
|
10826
|
-
*/
|
|
10827
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
|
|
10828
|
-
/**
|
|
10829
|
-
* <p>Indicates whether source/destination checking is enabled.</p>
|
|
10830
|
-
* @public
|
|
10831
|
-
*/
|
|
10832
|
-
SourceDestCheck?: boolean | undefined;
|
|
10833
|
-
/**
|
|
10834
|
-
* <p>The status of the network interface.</p>
|
|
10835
|
-
* @public
|
|
10836
|
-
*/
|
|
10837
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
10838
|
-
/**
|
|
10839
|
-
* <p>The ID of the subnet.</p>
|
|
10840
|
-
* @public
|
|
10841
|
-
*/
|
|
10842
|
-
SubnetId?: string | undefined;
|
|
10843
|
-
/**
|
|
10844
|
-
* <p>The ID of the VPC.</p>
|
|
10845
|
-
* @public
|
|
10846
|
-
*/
|
|
10847
|
-
VpcId?: string | undefined;
|
|
10848
|
-
/**
|
|
10849
|
-
* <p>The type of network interface.</p>
|
|
10850
|
-
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code> | <code>evs</code> |
|
|
10851
|
-
* <code>trunk</code>
|
|
10852
|
-
* </p>
|
|
10853
|
-
* @public
|
|
10854
|
-
*/
|
|
10855
|
-
InterfaceType?: string | undefined;
|
|
10856
|
-
/**
|
|
10857
|
-
* <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
|
|
10858
|
-
* @public
|
|
10859
|
-
*/
|
|
10860
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
|
|
10861
|
-
/**
|
|
10862
|
-
* <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
|
|
10863
|
-
* @public
|
|
10864
|
-
*/
|
|
10865
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
|
|
10866
|
-
/**
|
|
10867
|
-
* <p>A security group connection tracking configuration that enables you to set the timeout
|
|
10868
|
-
* for connection tracking on an Elastic network interface. For more information, see
|
|
10869
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
10870
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10871
|
-
* @public
|
|
10872
|
-
*/
|
|
10873
|
-
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse | undefined;
|
|
10874
|
-
/**
|
|
10875
|
-
* <p>The service provider that manages the network interface.</p>
|
|
10876
|
-
* @public
|
|
10877
|
-
*/
|
|
10878
|
-
Operator?: OperatorResponse | undefined;
|
|
10879
|
-
}
|
|
10880
|
-
/**
|
|
10881
|
-
* <p>With network performance options, you can adjust your bandwidth preferences to meet
|
|
10882
|
-
* the needs of the workload that runs on your instance.</p>
|
|
10883
|
-
* @public
|
|
10884
|
-
*/
|
|
10885
|
-
export interface InstanceNetworkPerformanceOptions {
|
|
10886
|
-
/**
|
|
10887
|
-
* <p>When you configure network bandwidth weighting, you can boost your baseline bandwidth for either
|
|
10888
|
-
* networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains
|
|
10889
|
-
* the same. The default option uses the standard bandwidth configuration for your instance type.</p>
|
|
10890
|
-
* @public
|
|
10891
|
-
*/
|
|
10892
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
10893
|
-
}
|
|
10894
|
-
/**
|
|
10895
|
-
* <p>Describes the options for instance hostnames.</p>
|
|
10896
|
-
* @public
|
|
10897
|
-
*/
|
|
10898
|
-
export interface PrivateDnsNameOptionsResponse {
|
|
10899
|
-
/**
|
|
10900
|
-
* <p>The type of hostname to assign to an instance.</p>
|
|
10901
|
-
* @public
|
|
10902
|
-
*/
|
|
10903
|
-
HostnameType?: HostnameType | undefined;
|
|
10904
|
-
/**
|
|
10905
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
10906
|
-
* records.</p>
|
|
10907
|
-
* @public
|
|
10908
|
-
*/
|
|
10909
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
10910
|
-
/**
|
|
10911
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
|
|
10912
|
-
* records.</p>
|
|
10913
|
-
* @public
|
|
10914
|
-
*/
|
|
10915
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
10916
|
-
}
|
|
10917
|
-
/**
|
|
10918
|
-
* <p>Describes an instance.</p>
|
|
10919
|
-
* @public
|
|
10920
|
-
*/
|
|
10921
|
-
export interface Instance {
|
|
10922
|
-
/**
|
|
10923
|
-
* <p>The architecture of the image.</p>
|
|
10924
|
-
* @public
|
|
10925
|
-
*/
|
|
10926
|
-
Architecture?: ArchitectureValues | undefined;
|
|
10927
|
-
/**
|
|
10928
|
-
* <p>Any block device mapping entries for the instance.</p>
|
|
10929
|
-
* @public
|
|
10930
|
-
*/
|
|
10931
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
|
|
10932
|
-
/**
|
|
10933
|
-
* <p>The idempotency token you provided when you launched the instance, if
|
|
10934
|
-
* applicable.</p>
|
|
10935
|
-
* @public
|
|
10936
|
-
*/
|
|
10937
|
-
ClientToken?: string | undefined;
|
|
10938
|
-
/**
|
|
10939
|
-
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
10940
|
-
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
10941
|
-
* provide optimal I/O performance. This optimization isn't available with all instance
|
|
10942
|
-
* types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
10943
|
-
* @public
|
|
10944
|
-
*/
|
|
10945
|
-
EbsOptimized?: boolean | undefined;
|
|
10946
|
-
/**
|
|
10947
|
-
* <p>Specifies whether enhanced networking with ENA is enabled.</p>
|
|
10948
|
-
* @public
|
|
10949
|
-
*/
|
|
10950
|
-
EnaSupport?: boolean | undefined;
|
|
10951
|
-
/**
|
|
10952
|
-
* <p>The hypervisor type of the instance. The value <code>xen</code> is used for both Xen
|
|
10953
|
-
* and Nitro hypervisors.</p>
|
|
10954
|
-
* @public
|
|
10955
|
-
*/
|
|
10956
|
-
Hypervisor?: HypervisorType | undefined;
|
|
10957
|
-
/**
|
|
10958
|
-
* <p>The IAM instance profile associated with the instance, if
|
|
10959
|
-
* applicable.</p>
|
|
10960
|
-
* @public
|
|
10961
|
-
*/
|
|
10962
|
-
IamInstanceProfile?: IamInstanceProfile | undefined;
|
|
10963
|
-
/**
|
|
10964
|
-
* <p>Indicates whether this is a Spot Instance or a Scheduled Instance.</p>
|
|
10965
|
-
* @public
|
|
10966
|
-
*/
|
|
10967
|
-
InstanceLifecycle?: InstanceLifecycleType | undefined;
|
|
10968
|
-
/**
|
|
10969
|
-
* <p>Deprecated.</p>
|
|
10970
|
-
* <note>
|
|
10971
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10972
|
-
* </note>
|
|
10973
|
-
* @public
|
|
10974
|
-
*/
|
|
10975
|
-
ElasticGpuAssociations?: ElasticGpuAssociation[] | undefined;
|
|
10976
|
-
/**
|
|
10977
|
-
* <p>Deprecated</p>
|
|
10978
|
-
* <note>
|
|
10979
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10980
|
-
* </note>
|
|
10981
|
-
* @public
|
|
10982
|
-
*/
|
|
10983
|
-
ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[] | undefined;
|
|
10984
|
-
/**
|
|
10985
|
-
* <p>The network interfaces for the instance.</p>
|
|
10986
|
-
* @public
|
|
10987
|
-
*/
|
|
10988
|
-
NetworkInterfaces?: InstanceNetworkInterface[] | undefined;
|
|
10989
|
-
/**
|
|
10990
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
10991
|
-
* @public
|
|
10992
|
-
*/
|
|
10993
|
-
OutpostArn?: string | undefined;
|
|
10994
|
-
/**
|
|
10995
|
-
* <p>The device name of the root device volume (for example,
|
|
10996
|
-
* <code>/dev/sda1</code>).</p>
|
|
10997
|
-
* @public
|
|
10998
|
-
*/
|
|
10999
|
-
RootDeviceName?: string | undefined;
|
|
11000
|
-
/**
|
|
11001
|
-
* <p>The root device type used by the AMI. The AMI can use an EBS volume or an instance
|
|
11002
|
-
* store volume.</p>
|
|
11003
|
-
* @public
|
|
11004
|
-
*/
|
|
11005
|
-
RootDeviceType?: DeviceType | undefined;
|
|
11006
|
-
/**
|
|
11007
|
-
* <p>The security groups for the instance.</p>
|
|
11008
|
-
* @public
|
|
11009
|
-
*/
|
|
11010
|
-
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
11011
|
-
/**
|
|
11012
|
-
* <p>Indicates whether source/destination checking is enabled.</p>
|
|
11013
|
-
* @public
|
|
11014
|
-
*/
|
|
11015
|
-
SourceDestCheck?: boolean | undefined;
|
|
11016
|
-
/**
|
|
11017
|
-
* <p>If the request is a Spot Instance request, the ID of the request.</p>
|
|
11018
|
-
* @public
|
|
11019
|
-
*/
|
|
11020
|
-
SpotInstanceRequestId?: string | undefined;
|
|
11021
|
-
/**
|
|
11022
|
-
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface
|
|
11023
|
-
* is enabled.</p>
|
|
11024
|
-
* @public
|
|
11025
|
-
*/
|
|
11026
|
-
SriovNetSupport?: string | undefined;
|
|
11027
|
-
/**
|
|
11028
|
-
* <p>The reason for the most recent state transition.</p>
|
|
11029
|
-
* @public
|
|
11030
|
-
*/
|
|
11031
|
-
StateReason?: StateReason | undefined;
|
|
11032
|
-
/**
|
|
11033
|
-
* <p>Any tags assigned to the instance.</p>
|
|
11034
|
-
* @public
|
|
11035
|
-
*/
|
|
11036
|
-
Tags?: Tag[] | undefined;
|
|
11037
|
-
/**
|
|
11038
|
-
* <p>The virtualization type of the instance.</p>
|
|
11039
|
-
* @public
|
|
11040
|
-
*/
|
|
11041
|
-
VirtualizationType?: VirtualizationType | undefined;
|
|
11042
|
-
/**
|
|
11043
|
-
* <p>The CPU options for the instance.</p>
|
|
11044
|
-
* @public
|
|
11045
|
-
*/
|
|
11046
|
-
CpuOptions?: CpuOptions | undefined;
|
|
11047
|
-
/**
|
|
11048
|
-
* <p>The ID of the Capacity Block.</p>
|
|
11049
|
-
* <note>
|
|
11050
|
-
* <p>For P5 instances, a Capacity Block ID refers to a group of instances. For Trn2u
|
|
11051
|
-
* instances, a capacity block ID refers to an EC2 UltraServer.</p>
|
|
11052
|
-
* </note>
|
|
11053
|
-
* @public
|
|
11054
|
-
*/
|
|
11055
|
-
CapacityBlockId?: string | undefined;
|
|
11056
|
-
/**
|
|
11057
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
11058
|
-
* @public
|
|
11059
|
-
*/
|
|
11060
|
-
CapacityReservationId?: string | undefined;
|
|
11061
|
-
/**
|
|
11062
|
-
* <p>Information about the Capacity Reservation targeting option.</p>
|
|
11063
|
-
* @public
|
|
11064
|
-
*/
|
|
11065
|
-
CapacityReservationSpecification?: CapacityReservationSpecificationResponse | undefined;
|
|
11066
|
-
/**
|
|
11067
|
-
* <p>Indicates whether the instance is enabled for hibernation.</p>
|
|
11068
|
-
* @public
|
|
11069
|
-
*/
|
|
11070
|
-
HibernationOptions?: HibernationOptions | undefined;
|
|
11071
|
-
/**
|
|
11072
|
-
* <p>The license configurations for the instance.</p>
|
|
11073
|
-
* @public
|
|
11074
|
-
*/
|
|
11075
|
-
Licenses?: LicenseConfiguration[] | undefined;
|
|
11076
|
-
/**
|
|
11077
|
-
* <p>The metadata options for the instance.</p>
|
|
11078
|
-
* @public
|
|
11079
|
-
*/
|
|
11080
|
-
MetadataOptions?: InstanceMetadataOptionsResponse | undefined;
|
|
11081
|
-
/**
|
|
11082
|
-
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro
|
|
11083
|
-
* Enclaves.</p>
|
|
11084
|
-
* @public
|
|
11085
|
-
*/
|
|
11086
|
-
EnclaveOptions?: EnclaveOptions | undefined;
|
|
11087
|
-
/**
|
|
11088
|
-
* <p>The boot mode that was specified by the AMI. If the value is <code>uefi-preferred</code>,
|
|
11089
|
-
* the AMI supports both UEFI and Legacy BIOS. The <code>currentInstanceBootMode</code> parameter
|
|
11090
|
-
* is the boot mode that is used to boot the instance at launch or start.</p>
|
|
11091
|
-
* <note>
|
|
11092
|
-
* <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p>
|
|
11093
|
-
* </note>
|
|
11094
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
|
|
11095
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11096
|
-
* @public
|
|
11097
|
-
*/
|
|
11098
|
-
BootMode?: BootModeValues | undefined;
|
|
11099
|
-
/**
|
|
11100
|
-
* <p>The platform details value for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html">AMI
|
|
11101
|
-
* billing information fields</a> in the
|
|
11102
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11103
|
-
* @public
|
|
11104
|
-
*/
|
|
11105
|
-
PlatformDetails?: string | undefined;
|
|
11106
|
-
/**
|
|
11107
|
-
* <p>The usage operation value for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html">AMI
|
|
11108
|
-
* billing information fields</a> in the
|
|
11109
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11110
|
-
* @public
|
|
11111
|
-
*/
|
|
11112
|
-
UsageOperation?: string | undefined;
|
|
11113
|
-
/**
|
|
11114
|
-
* <p>The time that the usage operation was last updated.</p>
|
|
11115
|
-
* @public
|
|
11116
|
-
*/
|
|
11117
|
-
UsageOperationUpdateTime?: Date | undefined;
|
|
11118
|
-
/**
|
|
11119
|
-
* <p>The options for the instance hostname.</p>
|
|
11120
|
-
* @public
|
|
11121
|
-
*/
|
|
11122
|
-
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse | undefined;
|
|
11123
|
-
/**
|
|
11124
|
-
* <p>The IPv6 address assigned to the instance.</p>
|
|
11125
|
-
* @public
|
|
11126
|
-
*/
|
|
11127
|
-
Ipv6Address?: string | undefined;
|
|
11128
|
-
/**
|
|
11129
|
-
* <p>If the instance is configured for NitroTPM support, the value is <code>v2.0</code>.
|
|
11130
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
|
|
11131
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11132
|
-
* @public
|
|
11133
|
-
*/
|
|
11134
|
-
TpmSupport?: string | undefined;
|
|
11135
|
-
/**
|
|
11136
|
-
* <p>Provides information on the recovery and maintenance options of your instance.</p>
|
|
11137
|
-
* @public
|
|
11138
|
-
*/
|
|
11139
|
-
MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
|
|
11140
|
-
/**
|
|
11141
|
-
* <p>The boot mode that is used to boot the instance at launch or start. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
|
|
11142
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11143
|
-
* @public
|
|
11144
|
-
*/
|
|
11145
|
-
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
11146
|
-
/**
|
|
11147
|
-
* <p>Contains settings for the network performance options for your instance.</p>
|
|
11148
|
-
* @public
|
|
11149
|
-
*/
|
|
11150
|
-
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
|
|
11151
|
-
/**
|
|
11152
|
-
* <p>The service provider that manages the instance.</p>
|
|
11153
|
-
* @public
|
|
11154
|
-
*/
|
|
11155
|
-
Operator?: OperatorResponse | undefined;
|
|
11156
|
-
/**
|
|
11157
|
-
* <p>The ID of the instance.</p>
|
|
11158
|
-
* @public
|
|
11159
|
-
*/
|
|
11160
|
-
InstanceId?: string | undefined;
|
|
11161
|
-
/**
|
|
11162
|
-
* <p>The ID of the AMI used to launch the instance.</p>
|
|
11163
|
-
* @public
|
|
11164
|
-
*/
|
|
11165
|
-
ImageId?: string | undefined;
|
|
11166
|
-
/**
|
|
11167
|
-
* <p>The current state of the instance.</p>
|
|
11168
|
-
* @public
|
|
11169
|
-
*/
|
|
11170
|
-
State?: InstanceState | undefined;
|
|
11171
|
-
/**
|
|
11172
|
-
* <p>[IPv4 only] The private DNS hostname name assigned to the instance. This DNS hostname
|
|
11173
|
-
* can only be used inside the Amazon EC2 network. This name is not available until the
|
|
11174
|
-
* instance enters the <code>running</code> state. </p>
|
|
11175
|
-
* <p>The Amazon-provided DNS server resolves Amazon-provided private DNS
|
|
11176
|
-
* hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not
|
|
11177
|
-
* using the Amazon-provided DNS server in your VPC, your custom domain name servers must
|
|
11178
|
-
* resolve the hostname as appropriate.</p>
|
|
11179
|
-
* @public
|
|
11180
|
-
*/
|
|
11181
|
-
PrivateDnsName?: string | undefined;
|
|
11182
|
-
/**
|
|
11183
|
-
* <p>The public DNS name assigned to the instance. This name is not available
|
|
11184
|
-
* until the instance enters the <code>running</code> state. This name is only
|
|
11185
|
-
* available if you've enabled DNS hostnames for your VPC. The format of this
|
|
11186
|
-
* name depends on the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hostname-types.html#public-hostnames">public hostname type</a>.</p>
|
|
11187
|
-
* @public
|
|
11188
|
-
*/
|
|
11189
|
-
PublicDnsName?: string | undefined;
|
|
11190
|
-
/**
|
|
11191
|
-
* <p>The reason for the most recent state transition. This might be an empty string.</p>
|
|
11192
|
-
* @public
|
|
11193
|
-
*/
|
|
11194
|
-
StateTransitionReason?: string | undefined;
|
|
11195
|
-
/**
|
|
11196
|
-
* <p>The name of the key pair, if this instance was launched with an associated key
|
|
11197
|
-
* pair.</p>
|
|
11198
|
-
* @public
|
|
11199
|
-
*/
|
|
11200
|
-
KeyName?: string | undefined;
|
|
11201
|
-
/**
|
|
11202
|
-
* <p>The AMI launch index, which can be used to find this instance in the launch
|
|
11203
|
-
* group.</p>
|
|
11204
|
-
* @public
|
|
11205
|
-
*/
|
|
11206
|
-
AmiLaunchIndex?: number | undefined;
|
|
11207
|
-
/**
|
|
11208
|
-
* <p>The product codes attached to this instance, if applicable.</p>
|
|
11209
|
-
* @public
|
|
11210
|
-
*/
|
|
11211
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
11212
|
-
/**
|
|
11213
|
-
* <p>The instance type.</p>
|
|
11214
|
-
* @public
|
|
11215
|
-
*/
|
|
11216
|
-
InstanceType?: _InstanceType | undefined;
|
|
11217
|
-
/**
|
|
11218
|
-
* <p>The time that the instance was last launched. To determine the time that instance was first launched,
|
|
11219
|
-
* see the attachment time for the primary network interface.</p>
|
|
11220
|
-
* @public
|
|
11221
|
-
*/
|
|
11222
|
-
LaunchTime?: Date | undefined;
|
|
11223
|
-
/**
|
|
11224
|
-
* <p>The location where the instance launched, if applicable.</p>
|
|
11225
|
-
* @public
|
|
11226
|
-
*/
|
|
11227
|
-
Placement?: Placement | undefined;
|
|
11228
|
-
/**
|
|
11229
|
-
* <p>The kernel associated with this instance, if applicable.</p>
|
|
11230
|
-
* @public
|
|
11231
|
-
*/
|
|
11232
|
-
KernelId?: string | undefined;
|
|
11233
|
-
/**
|
|
11234
|
-
* <p>The RAM disk associated with this instance, if applicable.</p>
|
|
11235
|
-
* @public
|
|
11236
|
-
*/
|
|
11237
|
-
RamdiskId?: string | undefined;
|
|
11238
|
-
/**
|
|
11239
|
-
* <p>The platform. This value is <code>windows</code> for Windows instances; otherwise, it is empty.</p>
|
|
11240
|
-
* @public
|
|
11241
|
-
*/
|
|
11242
|
-
Platform?: PlatformValues | undefined;
|
|
11243
|
-
/**
|
|
11244
|
-
* <p>The monitoring for the instance.</p>
|
|
11245
|
-
* @public
|
|
11246
|
-
*/
|
|
11247
|
-
Monitoring?: Monitoring | undefined;
|
|
11248
|
-
/**
|
|
11249
|
-
* <p>The ID of the subnet in which the instance is running.</p>
|
|
11250
|
-
* @public
|
|
11251
|
-
*/
|
|
11252
|
-
SubnetId?: string | undefined;
|
|
11253
|
-
/**
|
|
11254
|
-
* <p>The ID of the VPC in which the instance is running.</p>
|
|
11255
|
-
* @public
|
|
11256
|
-
*/
|
|
11257
|
-
VpcId?: string | undefined;
|
|
11258
|
-
/**
|
|
11259
|
-
* <p>The private IPv4 address assigned to the instance.</p>
|
|
11260
|
-
* @public
|
|
11261
|
-
*/
|
|
11262
|
-
PrivateIpAddress?: string | undefined;
|
|
11263
|
-
/**
|
|
11264
|
-
* <p>The public IPv4 address, or the Carrier IP address assigned to the instance, if
|
|
11265
|
-
* applicable.</p>
|
|
11266
|
-
* <p>A Carrier IP address only applies to an instance launched in a subnet associated with
|
|
11267
|
-
* a Wavelength Zone.</p>
|
|
11268
|
-
* @public
|
|
11269
|
-
*/
|
|
11270
|
-
PublicIpAddress?: string | undefined;
|
|
11271
|
-
}
|
|
11272
|
-
/**
|
|
11273
|
-
* <p>Describes a launch request for one or more instances, and includes owner, requester,
|
|
11274
|
-
* and security group information that applies to all instances in the launch
|
|
11275
|
-
* request.</p>
|
|
11276
|
-
* @public
|
|
11277
|
-
*/
|
|
11278
|
-
export interface Reservation {
|
|
11279
|
-
/**
|
|
11280
|
-
* <p>The ID of the reservation.</p>
|
|
11281
|
-
* @public
|
|
11282
|
-
*/
|
|
11283
|
-
ReservationId?: string | undefined;
|
|
11284
|
-
/**
|
|
11285
|
-
* <p>The ID of the Amazon Web Services account that owns the reservation.</p>
|
|
11286
|
-
* @public
|
|
11287
|
-
*/
|
|
11288
|
-
OwnerId?: string | undefined;
|
|
11289
|
-
/**
|
|
11290
|
-
* <p>The ID of the requester that launched the instances on your behalf (for example,
|
|
11291
|
-
* Amazon Web Services Management Console or Auto Scaling).</p>
|
|
11292
|
-
* @public
|
|
11293
|
-
*/
|
|
11294
|
-
RequesterId?: string | undefined;
|
|
11295
|
-
/**
|
|
11296
|
-
* <p>Not supported.</p>
|
|
11297
|
-
* @public
|
|
11298
|
-
*/
|
|
11299
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
11300
|
-
/**
|
|
11301
|
-
* <p>The instances.</p>
|
|
11302
|
-
* @public
|
|
11303
|
-
*/
|
|
11304
|
-
Instances?: Instance[] | undefined;
|
|
11305
|
-
}
|
|
11306
|
-
/**
|
|
11307
|
-
* @public
|
|
11308
|
-
*/
|
|
11309
|
-
export interface DescribeInstancesResult {
|
|
11310
|
-
/**
|
|
11311
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
11312
|
-
* are no more items to return.</p>
|
|
11313
|
-
* @public
|
|
11314
|
-
*/
|
|
11315
|
-
NextToken?: string | undefined;
|
|
11316
|
-
/**
|
|
11317
|
-
* <p>Information about the reservations.</p>
|
|
11318
|
-
* @public
|
|
11319
|
-
*/
|
|
11320
|
-
Reservations?: Reservation[] | undefined;
|
|
11321
|
-
}
|
|
11322
|
-
/**
|
|
11323
|
-
* @public
|
|
11324
|
-
*/
|
|
11325
|
-
export interface DescribeInstanceSqlHaHistoryStatesRequest {
|
|
11326
|
-
/**
|
|
11327
|
-
* <p>The IDs of the SQL Server High Availability instances to describe. If omitted, the API returns
|
|
11328
|
-
* historical states for all SQL Server High Availability instances.</p>
|
|
11329
|
-
* @public
|
|
11330
|
-
*/
|
|
11331
|
-
InstanceIds?: string[] | undefined;
|
|
11332
|
-
/**
|
|
11333
|
-
* <p>The start data and time of the period for which to get the historical
|
|
11334
|
-
* SQL Server High Availability states. If omitted, the API returns all available historical states.</p>
|
|
11335
|
-
* <p>Timezone: UTC</p>
|
|
11336
|
-
* <p>Format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
11337
|
-
* </p>
|
|
11338
|
-
* @public
|
|
11339
|
-
*/
|
|
11340
|
-
StartTime?: Date | undefined;
|
|
11341
|
-
/**
|
|
11342
|
-
* <p>The end data and time of the period for which to get historical SQL Server High Availability
|
|
11343
|
-
* states. If omitted, the API returns historical states up to the current
|
|
11344
|
-
* date and time.</p>
|
|
11345
|
-
* <p>Timezone: UTC</p>
|
|
11346
|
-
* <p>Format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
|
|
11347
|
-
* </p>
|
|
11348
|
-
* @public
|
|
11349
|
-
*/
|
|
11350
|
-
EndTime?: Date | undefined;
|
|
11351
|
-
/**
|
|
11352
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
11353
|
-
* @public
|
|
11354
|
-
*/
|
|
11355
|
-
NextToken?: string | undefined;
|
|
11356
|
-
/**
|
|
11357
|
-
* <p>The maximum number of results to return for the request in a
|
|
11358
|
-
* single page. The remaining results can be seen by sending another request with the
|
|
11359
|
-
* returned <code>nextToken</code> value.</p>
|
|
11360
|
-
* @public
|
|
11361
|
-
*/
|
|
11362
|
-
MaxResults?: number | undefined;
|
|
11363
|
-
/**
|
|
11364
|
-
* <p>One or more filters to apply to the results. Supported filters
|
|
11365
|
-
* include:</p>
|
|
11366
|
-
* <ul>
|
|
11367
|
-
* <li>
|
|
11368
|
-
* <p>
|
|
11369
|
-
* <code>tag:<key></code> - The tag key and value pair assigned to the
|
|
11370
|
-
* instance. For example, to find all instances tagged with <code>Owner:TeamA</code>, specify
|
|
11371
|
-
* <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
11372
|
-
* </li>
|
|
11373
|
-
* <li>
|
|
11374
|
-
* <p>
|
|
11375
|
-
* <code>tag-key</code> - The tag key assigned to the instance.</p>
|
|
11376
|
-
* </li>
|
|
11377
|
-
* <li>
|
|
11378
|
-
* <p>
|
|
11379
|
-
* <code>haStatus</code> - The SQL Server High Availability status of the SQL Server High Availability instance (<code>processing</code> |
|
|
11380
|
-
* <code>active</code> | <code>standby</code> | <code>invalid</code>).</p>
|
|
11381
|
-
* </li>
|
|
11382
|
-
* <li>
|
|
11383
|
-
* <p>
|
|
11384
|
-
* <code>sqlServerLicenseUsage</code> - The license type for the SQL Server license
|
|
11385
|
-
* (<code>full</code> | <code>waived</code>).</p>
|
|
11386
|
-
* </li>
|
|
11387
|
-
* </ul>
|
|
11388
|
-
* @public
|
|
11389
|
-
*/
|
|
11390
|
-
Filters?: Filter[] | undefined;
|
|
11391
|
-
/**
|
|
11392
|
-
* <p>Checks whether you have the required permissions for the action,
|
|
11393
|
-
* without actually making the request, and provides an error response. If you have the
|
|
11394
|
-
* required permissions, the error response is <code>DryRunOperation</code>. Otherwise,
|
|
11395
|
-
* it is <code>UnauthorizedOperation</code>.</p>
|
|
11396
|
-
* @public
|
|
11397
|
-
*/
|
|
11398
|
-
DryRun?: boolean | undefined;
|
|
11399
|
-
}
|
|
11400
|
-
/**
|
|
11401
|
-
* <p>Describes an Amazon EC2 instance that is enabled for SQL Server High Availability standby
|
|
11402
|
-
* detection monitoring.</p>
|
|
11403
|
-
* @public
|
|
11404
|
-
*/
|
|
11405
|
-
export interface RegisteredInstance {
|
|
11406
|
-
/**
|
|
11407
|
-
* <p>The ID of the SQL Server High Availability instance.</p>
|
|
11408
|
-
* @public
|
|
11409
|
-
*/
|
|
11410
|
-
InstanceId?: string | undefined;
|
|
11411
|
-
/**
|
|
11412
|
-
* <p>The license type for the SQL Server license. Valid values include:</p>
|
|
11413
|
-
* <ul>
|
|
11414
|
-
* <li>
|
|
11415
|
-
* <p>
|
|
11416
|
-
* <code>full</code> - The SQL Server High Availability instance is using a full SQL Server license.</p>
|
|
11417
|
-
* </li>
|
|
11418
|
-
* <li>
|
|
11419
|
-
* <p>
|
|
11420
|
-
* <code>waived</code> - The SQL Server High Availability instance is waived from the SQL Server license.</p>
|
|
11421
|
-
* </li>
|
|
11422
|
-
* </ul>
|
|
11423
|
-
* @public
|
|
11424
|
-
*/
|
|
11425
|
-
SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
|
|
11426
|
-
/**
|
|
11427
|
-
* <p>The SQL Server High Availability status of the instance. Valid values are:</p>
|
|
11428
|
-
* <ul>
|
|
11429
|
-
* <li>
|
|
11430
|
-
* <p>
|
|
11431
|
-
* <code>processing</code> - The SQL Server High Availability status for the SQL Server High Availability instance is being updated.</p>
|
|
11432
|
-
* </li>
|
|
11433
|
-
* <li>
|
|
11434
|
-
* <p>
|
|
11435
|
-
* <code>active</code> - The SQL Server High Availability instance is an active node in an SQL Server High Availability cluster.</p>
|
|
11436
|
-
* </li>
|
|
11437
|
-
* <li>
|
|
11438
|
-
* <p>
|
|
11439
|
-
* <code>standby</code> - The SQL Server High Availability instance is a standby failover node in an SQL Server High Availability
|
|
11440
|
-
* cluster.</p>
|
|
11441
|
-
* </li>
|
|
11442
|
-
* <li>
|
|
11443
|
-
* <p>
|
|
11444
|
-
* <code>invalid</code> - An error occurred due to misconfigured permissions, or unable
|
|
11445
|
-
* to dertemine SQL Server High Availability status for the SQL Server High Availability instance.</p>
|
|
11446
|
-
* </li>
|
|
11447
|
-
* </ul>
|
|
11448
|
-
* @public
|
|
11449
|
-
*/
|
|
11450
|
-
HaStatus?: HaStatus | undefined;
|
|
11451
|
-
/**
|
|
11452
|
-
* <p>A brief description of the SQL Server High Availability status. If the instance is in the <code>invalid</code>
|
|
11453
|
-
* High Availability status, this parameter includes the error message.</p>
|
|
11454
|
-
* @public
|
|
11455
|
-
*/
|
|
11456
|
-
ProcessingStatus?: string | undefined;
|
|
11457
|
-
/**
|
|
11458
|
-
* <p>The date and time when the instance's SQL Server High Availability status was last updated, in the ISO 8601 format
|
|
11459
|
-
* in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
11460
|
-
* @public
|
|
11461
|
-
*/
|
|
11462
|
-
LastUpdatedTime?: Date | undefined;
|
|
11463
|
-
/**
|
|
11464
|
-
* <p>The ARN of the Secrets Manager secret containing the SQL Server access credentials for the SQL Server High Availability instance.
|
|
11465
|
-
* If not specified, deafult local user credentials will be used by the Amazon Web Services Systems Manager agent.</p>
|
|
11466
|
-
* @public
|
|
11467
|
-
*/
|
|
11468
|
-
SqlServerCredentials?: string | undefined;
|
|
11469
|
-
/**
|
|
11470
|
-
* <p>The tags assigned to the SQL Server High Availability instance.</p>
|
|
11471
|
-
* @public
|
|
11472
|
-
*/
|
|
11473
|
-
Tags?: Tag[] | undefined;
|
|
11474
|
-
}
|
|
11475
|
-
/**
|
|
11476
|
-
* @public
|
|
11477
|
-
*/
|
|
11478
|
-
export interface DescribeInstanceSqlHaHistoryStatesResult {
|
|
11479
|
-
/**
|
|
11480
|
-
* <p>Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.</p>
|
|
11481
|
-
* @public
|
|
11482
|
-
*/
|
|
11483
|
-
Instances?: RegisteredInstance[] | undefined;
|
|
11484
|
-
/**
|
|
11485
|
-
* <p>The token to use to retrieve the next page of results.
|
|
11486
|
-
* This value is <code>null</code> when there are no more results to return.</p>
|
|
11487
|
-
* @public
|
|
11488
|
-
*/
|
|
11489
|
-
NextToken?: string | undefined;
|
|
11490
|
-
}
|
|
11491
|
-
/**
|
|
11492
|
-
* @public
|
|
11493
|
-
*/
|
|
11494
|
-
export interface DescribeInstanceSqlHaStatesRequest {
|
|
11495
|
-
/**
|
|
11496
|
-
* <p>The IDs of the SQL Server High Availability instances to describe. If omitted, the API returns
|
|
11497
|
-
* SQL Server High Availability states for all SQL Server High Availability instances.</p>
|
|
11498
|
-
* @public
|
|
11499
|
-
*/
|
|
11500
|
-
InstanceIds?: string[] | undefined;
|
|
11501
|
-
/**
|
|
11502
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
11503
|
-
* @public
|
|
11504
|
-
*/
|
|
11505
|
-
NextToken?: string | undefined;
|
|
11506
|
-
/**
|
|
11507
|
-
* <p>The maximum number of results to return for the request in a
|
|
11508
|
-
* single page. The remaining results can be seen by sending another request with the
|
|
11509
|
-
* returned <code>nextToken</code> value.</p>
|
|
11510
|
-
* @public
|
|
11511
|
-
*/
|
|
11512
|
-
MaxResults?: number | undefined;
|
|
11513
|
-
/**
|
|
11514
|
-
* <p>One or more filters to apply to the results. Supported filters
|
|
11515
|
-
* include:</p>
|
|
11516
|
-
* <ul>
|
|
11517
|
-
* <li>
|
|
11518
|
-
* <p>
|
|
11519
|
-
* <code>tag:<key></code> - The tag key and value pair assigned to the
|
|
11520
|
-
* instance. For example, to find all instances tagged with <code>Owner:TeamA</code>, specify
|
|
11521
|
-
* <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
11522
|
-
* </li>
|
|
11523
|
-
* <li>
|
|
11524
|
-
* <p>
|
|
11525
|
-
* <code>tag-key</code> - The tag key assigned to the instance.</p>
|
|
11526
|
-
* </li>
|
|
11527
|
-
* <li>
|
|
11528
|
-
* <p>
|
|
11529
|
-
* <code>haStatus</code> - The SQL Server High Availability status of the SQL Server High Availability instance (<code>processing</code> |
|
|
11530
|
-
* <code>active</code> | <code>standby</code> | <code>invalid</code>).</p>
|
|
11531
|
-
* </li>
|
|
11532
|
-
* <li>
|
|
11533
|
-
* <p>
|
|
11534
|
-
* <code>sqlServerLicenseUsage</code> - The license type for the SQL Server license
|
|
11535
|
-
* (<code>full</code> | <code>waived</code>).</p>
|
|
11536
|
-
* </li>
|
|
11537
|
-
* </ul>
|
|
11538
|
-
* @public
|
|
11539
|
-
*/
|
|
11540
|
-
Filters?: Filter[] | undefined;
|
|
11541
|
-
/**
|
|
11542
|
-
* <p>Checks whether you have the required permissions for the action,
|
|
11543
|
-
* without actually making the request, and provides an error response. If you have the
|
|
11544
|
-
* required permissions, the error response is <code>DryRunOperation</code>. Otherwise,
|
|
11545
|
-
* it is <code>UnauthorizedOperation</code>.</p>
|
|
11546
|
-
* @public
|
|
11547
|
-
*/
|
|
11548
|
-
DryRun?: boolean | undefined;
|
|
11549
|
-
}
|
|
11550
|
-
/**
|
|
11551
|
-
* @public
|
|
11552
|
-
*/
|
|
11553
|
-
export interface DescribeInstanceSqlHaStatesResult {
|
|
11554
|
-
/**
|
|
11555
|
-
* <p>Information about the SQL Server High Availability instances.</p>
|
|
11556
|
-
* @public
|
|
11557
|
-
*/
|
|
11558
|
-
Instances?: RegisteredInstance[] | undefined;
|
|
11559
|
-
/**
|
|
11560
|
-
* <p>The token to use to retrieve the next page of results.
|
|
11561
|
-
* This value is <code>null</code> when there are no more results to return.</p>
|
|
11562
|
-
* @public
|
|
11563
|
-
*/
|
|
11564
|
-
NextToken?: string | undefined;
|
|
11565
|
-
}
|
|
11566
|
-
/**
|
|
11567
|
-
* @public
|
|
11568
|
-
*/
|
|
11569
|
-
export interface DescribeInstanceStatusRequest {
|
|
11570
|
-
/**
|
|
11571
|
-
* <p>The instance IDs.</p>
|
|
11572
|
-
* <p>Default: Describes all your instances.</p>
|
|
11573
|
-
* <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>
|
|
11574
|
-
* @public
|
|
11575
|
-
*/
|
|
11576
|
-
InstanceIds?: string[] | undefined;
|
|
11577
|
-
/**
|
|
11578
|
-
* <p>The maximum number of items to return for this request.
|
|
11579
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
11580
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
11581
|
-
* <p>You cannot specify this parameter and the instance IDs parameter in the same request.</p>
|
|
11582
|
-
* @public
|
|
11583
|
-
*/
|
|
11584
|
-
MaxResults?: number | undefined;
|
|
11585
|
-
/**
|
|
11586
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
11587
|
-
* @public
|
|
11588
|
-
*/
|
|
11589
|
-
NextToken?: string | undefined;
|
|
11590
|
-
/**
|
|
11591
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
11592
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
11593
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11594
|
-
* @public
|
|
11595
|
-
*/
|
|
11596
|
-
DryRun?: boolean | undefined;
|
|
11597
|
-
/**
|
|
11598
|
-
* <p>The filters.</p>
|
|
11599
|
-
* <ul>
|
|
11600
|
-
* <li>
|
|
11601
|
-
* <p>
|
|
11602
|
-
* <code>availability-zone</code> - The Availability Zone of the instance.</p>
|
|
11603
|
-
* </li>
|
|
11604
|
-
* <li>
|
|
11605
|
-
* <p>
|
|
11606
|
-
* <code>availability-zone-id</code> - The ID of the Availability Zone of the
|
|
11607
|
-
* instance.</p>
|
|
11608
|
-
* </li>
|
|
11609
|
-
* <li>
|
|
11610
|
-
* <p>
|
|
11611
|
-
* <code>event.code</code> - The code for the scheduled event
|
|
11612
|
-
* (<code>instance-reboot</code> | <code>system-reboot</code> |
|
|
11613
|
-
* <code>system-maintenance</code> | <code>instance-retirement</code> |
|
|
11614
|
-
* <code>instance-stop</code>).</p>
|
|
11615
|
-
* </li>
|
|
11616
|
-
* <li>
|
|
11617
|
-
* <p>
|
|
11618
|
-
* <code>event.description</code> - A description of the event.</p>
|
|
11619
|
-
* </li>
|
|
11620
|
-
* <li>
|
|
11621
|
-
* <p>
|
|
11622
|
-
* <code>event.instance-event-id</code> - The ID of the event whose date and time
|
|
11623
|
-
* you are modifying.</p>
|
|
11624
|
-
* </li>
|
|
11625
|
-
* <li>
|
|
11626
|
-
* <p>
|
|
11627
|
-
* <code>event.not-after</code> - The latest end time for the scheduled event
|
|
11628
|
-
* (for example, <code>2014-09-15T17:15:20.000Z</code>).</p>
|
|
11629
|
-
* </li>
|
|
11630
|
-
* <li>
|
|
11631
|
-
* <p>
|
|
11632
|
-
* <code>event.not-before</code> - The earliest start time for the scheduled
|
|
11633
|
-
* event (for example, <code>2014-09-15T17:15:20.000Z</code>).</p>
|
|
11634
|
-
* </li>
|
|
11635
|
-
* <li>
|
|
11636
|
-
* <p>
|
|
11637
|
-
* <code>event.not-before-deadline</code> - The deadline for starting the event
|
|
11638
|
-
* (for example, <code>2014-09-15T17:15:20.000Z</code>).</p>
|
|
11639
|
-
* </li>
|
|
11640
|
-
* <li>
|
|
11641
|
-
* <p>
|
|
11642
|
-
* <code>instance-state-code</code> - The code for the instance state, as a
|
|
11643
|
-
* 16-bit unsigned integer. The high byte is used for internal purposes and should
|
|
11644
|
-
* be ignored. The low byte is set based on the state represented. The valid values
|
|
11645
|
-
* are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64
|
|
11646
|
-
* (stopping), and 80 (stopped).</p>
|
|
11647
|
-
* </li>
|
|
11648
|
-
* <li>
|
|
11649
|
-
* <p>
|
|
11650
|
-
* <code>instance-state-name</code> - The state of the instance
|
|
11651
|
-
* (<code>pending</code> | <code>running</code> | <code>shutting-down</code> |
|
|
11652
|
-
* <code>terminated</code> | <code>stopping</code> |
|
|
11653
|
-
* <code>stopped</code>).</p>
|
|
11654
|
-
* </li>
|
|
11655
|
-
* <li>
|
|
11656
|
-
* <p>
|
|
11657
|
-
* <code>instance-status.reachability</code> - Filters on instance status where
|
|
11658
|
-
* the name is <code>reachability</code> (<code>passed</code> | <code>failed</code>
|
|
11659
|
-
* | <code>initializing</code> | <code>insufficient-data</code>).</p>
|
|
11660
|
-
* </li>
|
|
11661
|
-
* <li>
|
|
11662
|
-
* <p>
|
|
11663
|
-
* <code>instance-status.status</code> - The status of the instance
|
|
11664
|
-
* (<code>ok</code> | <code>impaired</code> | <code>initializing</code> |
|
|
11665
|
-
* <code>insufficient-data</code> | <code>not-applicable</code>).</p>
|
|
11666
|
-
* </li>
|
|
11667
|
-
* <li>
|
|
11668
|
-
* <p>
|
|
11669
|
-
* <code>operator.managed</code> - A Boolean that indicates whether this is a
|
|
11670
|
-
* managed instance.</p>
|
|
11671
|
-
* </li>
|
|
11672
|
-
* <li>
|
|
11673
|
-
* <p>
|
|
11674
|
-
* <code>operator.principal</code> - The principal that manages the instance.
|
|
11675
|
-
* Only valid for managed instances, where <code>managed</code> is
|
|
11676
|
-
* <code>true</code>.</p>
|
|
11677
|
-
* </li>
|
|
11678
|
-
* <li>
|
|
11679
|
-
* <p>
|
|
11680
|
-
* <code>system-status.reachability</code> - Filters on system status where the
|
|
11681
|
-
* name is <code>reachability</code> (<code>passed</code> | <code>failed</code> |
|
|
11682
|
-
* <code>initializing</code> | <code>insufficient-data</code>).</p>
|
|
11683
|
-
* </li>
|
|
11684
|
-
* <li>
|
|
11685
|
-
* <p>
|
|
11686
|
-
* <code>system-status.status</code> - The system status of the instance
|
|
11687
|
-
* (<code>ok</code> | <code>impaired</code> | <code>initializing</code> |
|
|
11688
|
-
* <code>insufficient-data</code> | <code>not-applicable</code>).</p>
|
|
11689
|
-
* </li>
|
|
11690
|
-
* <li>
|
|
11691
|
-
* <p>
|
|
11692
|
-
* <code>attached-ebs-status.status</code> - The status of the attached EBS volume
|
|
11693
|
-
* for the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> |
|
|
11694
|
-
* <code>insufficient-data</code> | <code>not-applicable</code>).</p>
|
|
11695
|
-
* </li>
|
|
11696
|
-
* </ul>
|
|
11697
|
-
* @public
|
|
11698
|
-
*/
|
|
11699
|
-
Filters?: Filter[] | undefined;
|
|
11700
|
-
/**
|
|
11701
|
-
* <p>When <code>true</code>, includes the health status for all instances. When
|
|
11702
|
-
* <code>false</code>, includes the health status for running instances only.</p>
|
|
11703
|
-
* <p>Default: <code>false</code>
|
|
11704
|
-
* </p>
|
|
11705
|
-
* @public
|
|
11706
|
-
*/
|
|
11707
|
-
IncludeAllInstances?: boolean | undefined;
|
|
11708
|
-
}
|
|
11709
|
-
/**
|
|
11710
|
-
* <p>Describes the attached EBS status check for an instance.</p>
|
|
11711
|
-
* @public
|
|
11712
|
-
*/
|
|
11713
|
-
export interface EbsStatusDetails {
|
|
11714
|
-
/**
|
|
11715
|
-
* <p>The date and time when the attached EBS status check failed.</p>
|
|
11716
|
-
* @public
|
|
11717
|
-
*/
|
|
11718
|
-
ImpairedSince?: Date | undefined;
|
|
11719
|
-
/**
|
|
11720
|
-
* <p>The name of the attached EBS status check.</p>
|
|
11721
|
-
* @public
|
|
11722
|
-
*/
|
|
11723
|
-
Name?: StatusName | undefined;
|
|
11724
|
-
/**
|
|
11725
|
-
* <p>The result of the attached EBS status check.</p>
|
|
11726
|
-
* @public
|
|
11727
|
-
*/
|
|
11728
|
-
Status?: StatusType | undefined;
|
|
11729
|
-
}
|
|
11730
|
-
/**
|
|
11731
|
-
* <p>Provides a summary of the attached EBS volume status for an instance.</p>
|
|
11732
|
-
* @public
|
|
11733
|
-
*/
|
|
11734
|
-
export interface EbsStatusSummary {
|
|
11735
|
-
/**
|
|
11736
|
-
* <p>Details about the attached EBS status check for an instance.</p>
|
|
11737
|
-
* @public
|
|
11738
|
-
*/
|
|
11739
|
-
Details?: EbsStatusDetails[] | undefined;
|
|
11740
|
-
/**
|
|
11741
|
-
* <p>The current status.</p>
|
|
11742
|
-
* @public
|
|
11743
|
-
*/
|
|
11744
|
-
Status?: SummaryStatus | undefined;
|
|
11745
|
-
}
|
|
11746
|
-
/**
|
|
11747
|
-
* <p>Describes a scheduled event for an instance.</p>
|
|
11748
|
-
* @public
|
|
11749
|
-
*/
|
|
11750
|
-
export interface InstanceStatusEvent {
|
|
11751
|
-
/**
|
|
11752
|
-
* <p>The ID of the event.</p>
|
|
11753
|
-
* @public
|
|
11754
|
-
*/
|
|
11755
|
-
InstanceEventId?: string | undefined;
|
|
11756
|
-
/**
|
|
11757
|
-
* <p>The event code.</p>
|
|
11758
|
-
* @public
|
|
11759
|
-
*/
|
|
11760
|
-
Code?: EventCode | undefined;
|
|
11761
|
-
/**
|
|
11762
|
-
* <p>A description of the event.</p>
|
|
11763
|
-
* <p>After a scheduled event is completed, it can still be described for up to a week. If
|
|
11764
|
-
* the event has been completed, this description starts with the following text:
|
|
11765
|
-
* [Completed].</p>
|
|
11766
|
-
* @public
|
|
11767
|
-
*/
|
|
11768
|
-
Description?: string | undefined;
|
|
11769
|
-
/**
|
|
11770
|
-
* <p>The latest scheduled end time for the event.</p>
|
|
11771
|
-
* @public
|
|
11772
|
-
*/
|
|
11773
|
-
NotAfter?: Date | undefined;
|
|
11774
|
-
/**
|
|
11775
|
-
* <p>The earliest scheduled start time for the event.</p>
|
|
11776
|
-
* @public
|
|
11777
|
-
*/
|
|
11778
|
-
NotBefore?: Date | undefined;
|
|
11779
|
-
/**
|
|
11780
|
-
* <p>The deadline for starting the event.</p>
|
|
11781
|
-
* @public
|
|
11782
|
-
*/
|
|
11783
|
-
NotBeforeDeadline?: Date | undefined;
|
|
11784
|
-
}
|
|
11785
|
-
/**
|
|
11786
|
-
* <p>Describes the instance status.</p>
|
|
11787
|
-
* @public
|
|
11788
|
-
*/
|
|
11789
|
-
export interface InstanceStatusDetails {
|
|
11790
|
-
/**
|
|
11791
|
-
* <p>The time when a status check failed. For an instance that was launched and impaired,
|
|
11792
|
-
* this is the time when the instance was launched.</p>
|
|
11793
|
-
* @public
|
|
11794
|
-
*/
|
|
11795
|
-
ImpairedSince?: Date | undefined;
|
|
11796
|
-
/**
|
|
11797
|
-
* <p>The type of instance status.</p>
|
|
11798
|
-
* @public
|
|
11799
|
-
*/
|
|
11800
|
-
Name?: StatusName | undefined;
|
|
11801
|
-
/**
|
|
11802
|
-
* <p>The status.</p>
|
|
11803
|
-
* @public
|
|
11804
|
-
*/
|
|
11805
|
-
Status?: StatusType | undefined;
|
|
11806
|
-
}
|
|
11807
|
-
/**
|
|
11808
|
-
* <p>Describes the status of an instance.</p>
|
|
11809
|
-
* @public
|
|
11810
|
-
*/
|
|
11811
|
-
export interface InstanceStatusSummary {
|
|
11812
|
-
/**
|
|
11813
|
-
* <p>The system instance health or application instance health.</p>
|
|
11814
|
-
* @public
|
|
11815
|
-
*/
|
|
11816
|
-
Details?: InstanceStatusDetails[] | undefined;
|
|
11817
|
-
/**
|
|
11818
|
-
* <p>The status.</p>
|
|
11819
|
-
* @public
|
|
11820
|
-
*/
|
|
11821
|
-
Status?: SummaryStatus | undefined;
|
|
11822
|
-
}
|
|
11823
|
-
/**
|
|
11824
|
-
* <p>Describes the status of an instance.</p>
|
|
11825
|
-
* @public
|
|
11826
|
-
*/
|
|
11827
|
-
export interface InstanceStatus {
|
|
11828
|
-
/**
|
|
11829
|
-
* <p>The Availability Zone of the instance.</p>
|
|
11830
|
-
* @public
|
|
11831
|
-
*/
|
|
11832
|
-
AvailabilityZone?: string | undefined;
|
|
11833
|
-
/**
|
|
11834
|
-
* <p>The ID of the Availability Zone of the instance.</p>
|
|
11835
|
-
* @public
|
|
11836
|
-
*/
|
|
11837
|
-
AvailabilityZoneId?: string | undefined;
|
|
11838
|
-
/**
|
|
11839
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
11840
|
-
* @public
|
|
11841
|
-
*/
|
|
11842
|
-
OutpostArn?: string | undefined;
|
|
11843
|
-
/**
|
|
11844
|
-
* <p>The service provider that manages the instance.</p>
|
|
11845
|
-
* @public
|
|
11846
|
-
*/
|
|
11847
|
-
Operator?: OperatorResponse | undefined;
|
|
11848
|
-
/**
|
|
11849
|
-
* <p>Any scheduled events associated with the instance.</p>
|
|
11850
|
-
* @public
|
|
11851
|
-
*/
|
|
11852
|
-
Events?: InstanceStatusEvent[] | undefined;
|
|
11853
|
-
/**
|
|
11854
|
-
* <p>The ID of the instance.</p>
|
|
11855
|
-
* @public
|
|
11856
|
-
*/
|
|
11857
|
-
InstanceId?: string | undefined;
|
|
11858
|
-
/**
|
|
11859
|
-
* <p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires
|
|
11860
|
-
* that an instance be in the <code>running</code> state.</p>
|
|
11861
|
-
* @public
|
|
11862
|
-
*/
|
|
11863
|
-
InstanceState?: InstanceState | undefined;
|
|
11864
|
-
/**
|
|
11865
|
-
* <p>Reports impaired functionality that stems from issues internal to the instance, such
|
|
11866
|
-
* as impaired reachability.</p>
|
|
11867
|
-
* @public
|
|
11868
|
-
*/
|
|
11869
|
-
InstanceStatus?: InstanceStatusSummary | undefined;
|
|
11870
|
-
/**
|
|
11871
|
-
* <p>Reports impaired functionality that stems from issues related to the systems that
|
|
11872
|
-
* support an instance, such as hardware failures and network connectivity problems.</p>
|
|
11873
|
-
* @public
|
|
11874
|
-
*/
|
|
11875
|
-
SystemStatus?: InstanceStatusSummary | undefined;
|
|
11876
|
-
/**
|
|
11877
|
-
* <p>Reports impaired functionality that stems from an attached Amazon EBS volume that is
|
|
11878
|
-
* unreachable and unable to complete I/O operations.</p>
|
|
11879
|
-
* @public
|
|
11880
|
-
*/
|
|
11881
|
-
AttachedEbsStatus?: EbsStatusSummary | undefined;
|
|
11882
|
-
}
|
|
11883
|
-
/**
|
|
11884
|
-
* @public
|
|
11885
|
-
*/
|
|
11886
|
-
export interface DescribeInstanceStatusResult {
|
|
11887
|
-
/**
|
|
11888
|
-
* <p>Information about the status of the instances.</p>
|
|
11889
|
-
* @public
|
|
11890
|
-
*/
|
|
11891
|
-
InstanceStatuses?: InstanceStatus[] | undefined;
|
|
11892
|
-
/**
|
|
11893
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
11894
|
-
* are no more items to return.</p>
|
|
11895
|
-
* @public
|
|
11896
|
-
*/
|
|
11897
|
-
NextToken?: string | undefined;
|
|
11898
|
-
}
|
|
11899
|
-
/**
|
|
11900
|
-
* @public
|
|
11901
|
-
*/
|
|
11902
|
-
export interface DescribeInstanceTopologyRequest {
|
|
11903
|
-
/**
|
|
11904
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
11905
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
11906
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11907
|
-
* @public
|
|
11908
|
-
*/
|
|
11909
|
-
DryRun?: boolean | undefined;
|
|
11910
|
-
/**
|
|
11911
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
11912
|
-
* @public
|
|
11913
|
-
*/
|
|
11914
|
-
NextToken?: string | undefined;
|
|
11915
|
-
/**
|
|
11916
|
-
* <p>The maximum number of items to return for this request.
|
|
11917
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
11918
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
11919
|
-
* <p>You can't specify this parameter and the instance IDs parameter in the same
|
|
11920
|
-
* request.</p>
|
|
11921
|
-
* <p>Default: <code>20</code>
|
|
11922
|
-
* </p>
|
|
11923
|
-
* @public
|
|
11924
|
-
*/
|
|
11925
|
-
MaxResults?: number | undefined;
|
|
11926
|
-
/**
|
|
11927
|
-
* <p>The instance IDs.</p>
|
|
11928
|
-
* <p>Default: Describes all your instances.</p>
|
|
11929
|
-
* <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>
|
|
11930
|
-
* @public
|
|
11931
|
-
*/
|
|
11932
|
-
InstanceIds?: string[] | undefined;
|
|
11933
|
-
/**
|
|
11934
|
-
* <p>The name of the placement group that each instance is in.</p>
|
|
11935
|
-
* <p>Constraints: Maximum 100 explicitly specified placement group names.</p>
|
|
11936
|
-
* @public
|
|
11937
|
-
*/
|
|
11938
|
-
GroupNames?: string[] | undefined;
|
|
11939
|
-
/**
|
|
11940
|
-
* <p>The filters.</p>
|
|
11941
|
-
* <ul>
|
|
11942
|
-
* <li>
|
|
11943
|
-
* <p>
|
|
11944
|
-
* <code>availability-zone</code> - The name of the Availability Zone (for
|
|
11945
|
-
* example, <code>us-west-2a</code>) or Local Zone (for example,
|
|
11946
|
-
* <code>us-west-2-lax-1b</code>) that the instance is in.</p>
|
|
11947
|
-
* </li>
|
|
11948
|
-
* <li>
|
|
11949
|
-
* <p>
|
|
11950
|
-
* <code>instance-type</code> - The instance type (for example,
|
|
11951
|
-
* <code>p4d.24xlarge</code>) or instance family (for example,
|
|
11952
|
-
* <code>p4d*</code>). You can use the <code>*</code> wildcard to match zero or
|
|
11953
|
-
* more characters, or the <code>?</code> wildcard to match zero or one
|
|
11954
|
-
* character.</p>
|
|
11955
|
-
* </li>
|
|
11956
|
-
* <li>
|
|
11957
|
-
* <p>
|
|
11958
|
-
* <code>zone-id</code> - The ID of the Availability Zone (for example,
|
|
11959
|
-
* <code>usw2-az2</code>) or Local Zone (for example,
|
|
11960
|
-
* <code>usw2-lax1-az1</code>) that the instance is in.</p>
|
|
11961
|
-
* </li>
|
|
11962
|
-
* </ul>
|
|
11963
|
-
* @public
|
|
11964
|
-
*/
|
|
11965
|
-
Filters?: Filter[] | undefined;
|
|
11966
|
-
}
|