@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
|
@@ -34,7 +34,6 @@ import {
|
|
|
34
34
|
ElasticGpuState,
|
|
35
35
|
ElasticGpuStatus,
|
|
36
36
|
EndpointIpAddressType,
|
|
37
|
-
EventCode,
|
|
38
37
|
FastLaunchResourceType,
|
|
39
38
|
FastLaunchStateCode,
|
|
40
39
|
FastSnapshotRestoreStateCode,
|
|
@@ -50,9 +49,7 @@ import {
|
|
|
50
49
|
FleetType,
|
|
51
50
|
FpgaImageAttributeName,
|
|
52
51
|
FpgaImageStateCode,
|
|
53
|
-
HaStatus,
|
|
54
52
|
HostMaintenance,
|
|
55
|
-
HostnameType,
|
|
56
53
|
HostRecovery,
|
|
57
54
|
HttpTokensState,
|
|
58
55
|
HypervisorType,
|
|
@@ -64,10 +61,7 @@ import {
|
|
|
64
61
|
ImdsSupportValues,
|
|
65
62
|
InstanceAttributeName,
|
|
66
63
|
InstanceAutoRecoveryState,
|
|
67
|
-
InstanceBandwidthWeighting,
|
|
68
|
-
InstanceBootModeValues,
|
|
69
64
|
InstanceLifecycle,
|
|
70
|
-
InstanceLifecycleType,
|
|
71
65
|
InstanceMetadataEndpointState,
|
|
72
66
|
InstanceMetadataOptionsState,
|
|
73
67
|
InstanceMetadataProtocolState,
|
|
@@ -79,7 +73,6 @@ import {
|
|
|
79
73
|
LogDestinationType,
|
|
80
74
|
MetricType,
|
|
81
75
|
MonitoringState,
|
|
82
|
-
NetworkInterfaceStatus,
|
|
83
76
|
OutputFormat,
|
|
84
77
|
PaymentOption,
|
|
85
78
|
PeriodType,
|
|
@@ -92,11 +85,7 @@ import {
|
|
|
92
85
|
SnapshotReturnCodes,
|
|
93
86
|
SpotAllocationStrategy,
|
|
94
87
|
SpotInstanceInterruptionBehavior,
|
|
95
|
-
SqlServerLicenseUsage,
|
|
96
88
|
StatisticType,
|
|
97
|
-
StatusName,
|
|
98
|
-
StatusType,
|
|
99
|
-
SummaryStatus,
|
|
100
89
|
TargetCapacityUnitType,
|
|
101
90
|
TpmSupportValues,
|
|
102
91
|
TrafficIpAddressType,
|
|
@@ -112,7 +101,6 @@ import {
|
|
|
112
101
|
AddressAttribute,
|
|
113
102
|
AddressTransfer,
|
|
114
103
|
AssociationStatus,
|
|
115
|
-
AttributeValue,
|
|
116
104
|
BundleTask,
|
|
117
105
|
ByoipCidr,
|
|
118
106
|
CapacityReservation,
|
|
@@ -123,14 +111,18 @@ import {
|
|
|
123
111
|
CoipPool,
|
|
124
112
|
CustomerGateway,
|
|
125
113
|
FleetCapacityReservation,
|
|
126
|
-
IamInstanceProfile,
|
|
127
114
|
IamInstanceProfileAssociation,
|
|
128
115
|
InstanceEventWindow,
|
|
129
116
|
OperatorResponse,
|
|
130
117
|
Tag,
|
|
118
|
+
TransitGatewayVpcAttachment,
|
|
131
119
|
UnsuccessfulItem,
|
|
120
|
+
VerifiedAccessInstance,
|
|
121
|
+
VerifiedAccessTrustProvider,
|
|
122
|
+
VpcEncryptionControl,
|
|
132
123
|
} from "./models_0";
|
|
133
124
|
import {
|
|
125
|
+
AttributeValue,
|
|
134
126
|
BlockDeviceMapping,
|
|
135
127
|
CapacityReservationTargetResponse,
|
|
136
128
|
DhcpOptions,
|
|
@@ -140,12 +132,95 @@ import {
|
|
|
140
132
|
FleetLaunchTemplateOverrides,
|
|
141
133
|
FleetLaunchTemplateSpecification,
|
|
142
134
|
GroupIdentifier,
|
|
143
|
-
InstanceIpv6Address,
|
|
144
135
|
LaunchTemplateAndOverridesResponse,
|
|
145
|
-
Placement,
|
|
146
136
|
StateReason,
|
|
147
137
|
} from "./models_1";
|
|
148
|
-
import {
|
|
138
|
+
import {
|
|
139
|
+
TransitGatewayPrefixListReference,
|
|
140
|
+
TransitGatewayRoute,
|
|
141
|
+
TransitGatewayRouteTable,
|
|
142
|
+
TransitGatewayRouteTableAnnouncement,
|
|
143
|
+
VerifiedAccessEndpoint,
|
|
144
|
+
VerifiedAccessGroup,
|
|
145
|
+
VpcBlockPublicAccessExclusion,
|
|
146
|
+
} from "./models_2";
|
|
147
|
+
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
148
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
149
|
+
PrefixListId: string | undefined;
|
|
150
|
+
DryRun?: boolean | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
153
|
+
TransitGatewayPrefixListReference?:
|
|
154
|
+
| TransitGatewayPrefixListReference
|
|
155
|
+
| undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface DeleteTransitGatewayRouteRequest {
|
|
158
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
159
|
+
DestinationCidrBlock: string | undefined;
|
|
160
|
+
DryRun?: boolean | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface DeleteTransitGatewayRouteResult {
|
|
163
|
+
Route?: TransitGatewayRoute | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DeleteTransitGatewayRouteTableRequest {
|
|
166
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
167
|
+
DryRun?: boolean | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DeleteTransitGatewayRouteTableResult {
|
|
170
|
+
TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
173
|
+
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
174
|
+
DryRun?: boolean | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
177
|
+
TransitGatewayRouteTableAnnouncement?:
|
|
178
|
+
| TransitGatewayRouteTableAnnouncement
|
|
179
|
+
| undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
182
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
183
|
+
DryRun?: boolean | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
186
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface DeleteVerifiedAccessEndpointRequest {
|
|
189
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
190
|
+
ClientToken?: string | undefined;
|
|
191
|
+
DryRun?: boolean | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface DeleteVerifiedAccessEndpointResult {
|
|
194
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface DeleteVerifiedAccessGroupRequest {
|
|
197
|
+
VerifiedAccessGroupId: string | undefined;
|
|
198
|
+
ClientToken?: string | undefined;
|
|
199
|
+
DryRun?: boolean | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface DeleteVerifiedAccessGroupResult {
|
|
202
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface DeleteVerifiedAccessInstanceRequest {
|
|
205
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
206
|
+
DryRun?: boolean | undefined;
|
|
207
|
+
ClientToken?: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface DeleteVerifiedAccessInstanceResult {
|
|
210
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
213
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
214
|
+
DryRun?: boolean | undefined;
|
|
215
|
+
ClientToken?: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface DeleteVerifiedAccessTrustProviderResult {
|
|
218
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface DeleteVolumeRequest {
|
|
221
|
+
VolumeId: string | undefined;
|
|
222
|
+
DryRun?: boolean | undefined;
|
|
223
|
+
}
|
|
149
224
|
export interface DeleteVpcRequest {
|
|
150
225
|
VpcId: string | undefined;
|
|
151
226
|
DryRun?: boolean | undefined;
|
|
@@ -157,6 +232,13 @@ export interface DeleteVpcBlockPublicAccessExclusionRequest {
|
|
|
157
232
|
export interface DeleteVpcBlockPublicAccessExclusionResult {
|
|
158
233
|
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
159
234
|
}
|
|
235
|
+
export interface DeleteVpcEncryptionControlRequest {
|
|
236
|
+
DryRun?: boolean | undefined;
|
|
237
|
+
VpcEncryptionControlId: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface DeleteVpcEncryptionControlResult {
|
|
240
|
+
VpcEncryptionControl?: VpcEncryptionControl | undefined;
|
|
241
|
+
}
|
|
160
242
|
export interface DeleteVpcEndpointConnectionNotificationsRequest {
|
|
161
243
|
DryRun?: boolean | undefined;
|
|
162
244
|
ConnectionNotificationIds: string[] | undefined;
|
|
@@ -1881,209 +1963,3 @@ export interface InstanceIpv4Prefix {
|
|
|
1881
1963
|
export interface InstanceIpv6Prefix {
|
|
1882
1964
|
Ipv6Prefix?: string | undefined;
|
|
1883
1965
|
}
|
|
1884
|
-
export interface InstancePrivateIpAddress {
|
|
1885
|
-
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
1886
|
-
Primary?: boolean | undefined;
|
|
1887
|
-
PrivateDnsName?: string | undefined;
|
|
1888
|
-
PrivateIpAddress?: string | undefined;
|
|
1889
|
-
}
|
|
1890
|
-
export interface InstanceNetworkInterface {
|
|
1891
|
-
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
1892
|
-
Attachment?: InstanceNetworkInterfaceAttachment | undefined;
|
|
1893
|
-
Description?: string | undefined;
|
|
1894
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
1895
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1896
|
-
MacAddress?: string | undefined;
|
|
1897
|
-
NetworkInterfaceId?: string | undefined;
|
|
1898
|
-
OwnerId?: string | undefined;
|
|
1899
|
-
PrivateDnsName?: string | undefined;
|
|
1900
|
-
PrivateIpAddress?: string | undefined;
|
|
1901
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
|
|
1902
|
-
SourceDestCheck?: boolean | undefined;
|
|
1903
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
1904
|
-
SubnetId?: string | undefined;
|
|
1905
|
-
VpcId?: string | undefined;
|
|
1906
|
-
InterfaceType?: string | undefined;
|
|
1907
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
|
|
1908
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
|
|
1909
|
-
ConnectionTrackingConfiguration?:
|
|
1910
|
-
| ConnectionTrackingSpecificationResponse
|
|
1911
|
-
| undefined;
|
|
1912
|
-
Operator?: OperatorResponse | undefined;
|
|
1913
|
-
}
|
|
1914
|
-
export interface InstanceNetworkPerformanceOptions {
|
|
1915
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
1916
|
-
}
|
|
1917
|
-
export interface PrivateDnsNameOptionsResponse {
|
|
1918
|
-
HostnameType?: HostnameType | undefined;
|
|
1919
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1920
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1921
|
-
}
|
|
1922
|
-
export interface Instance {
|
|
1923
|
-
Architecture?: ArchitectureValues | undefined;
|
|
1924
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
|
|
1925
|
-
ClientToken?: string | undefined;
|
|
1926
|
-
EbsOptimized?: boolean | undefined;
|
|
1927
|
-
EnaSupport?: boolean | undefined;
|
|
1928
|
-
Hypervisor?: HypervisorType | undefined;
|
|
1929
|
-
IamInstanceProfile?: IamInstanceProfile | undefined;
|
|
1930
|
-
InstanceLifecycle?: InstanceLifecycleType | undefined;
|
|
1931
|
-
ElasticGpuAssociations?: ElasticGpuAssociation[] | undefined;
|
|
1932
|
-
ElasticInferenceAcceleratorAssociations?:
|
|
1933
|
-
| ElasticInferenceAcceleratorAssociation[]
|
|
1934
|
-
| undefined;
|
|
1935
|
-
NetworkInterfaces?: InstanceNetworkInterface[] | undefined;
|
|
1936
|
-
OutpostArn?: string | undefined;
|
|
1937
|
-
RootDeviceName?: string | undefined;
|
|
1938
|
-
RootDeviceType?: DeviceType | undefined;
|
|
1939
|
-
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
1940
|
-
SourceDestCheck?: boolean | undefined;
|
|
1941
|
-
SpotInstanceRequestId?: string | undefined;
|
|
1942
|
-
SriovNetSupport?: string | undefined;
|
|
1943
|
-
StateReason?: StateReason | undefined;
|
|
1944
|
-
Tags?: Tag[] | undefined;
|
|
1945
|
-
VirtualizationType?: VirtualizationType | undefined;
|
|
1946
|
-
CpuOptions?: CpuOptions | undefined;
|
|
1947
|
-
CapacityBlockId?: string | undefined;
|
|
1948
|
-
CapacityReservationId?: string | undefined;
|
|
1949
|
-
CapacityReservationSpecification?:
|
|
1950
|
-
| CapacityReservationSpecificationResponse
|
|
1951
|
-
| undefined;
|
|
1952
|
-
HibernationOptions?: HibernationOptions | undefined;
|
|
1953
|
-
Licenses?: LicenseConfiguration[] | undefined;
|
|
1954
|
-
MetadataOptions?: InstanceMetadataOptionsResponse | undefined;
|
|
1955
|
-
EnclaveOptions?: EnclaveOptions | undefined;
|
|
1956
|
-
BootMode?: BootModeValues | undefined;
|
|
1957
|
-
PlatformDetails?: string | undefined;
|
|
1958
|
-
UsageOperation?: string | undefined;
|
|
1959
|
-
UsageOperationUpdateTime?: Date | undefined;
|
|
1960
|
-
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse | undefined;
|
|
1961
|
-
Ipv6Address?: string | undefined;
|
|
1962
|
-
TpmSupport?: string | undefined;
|
|
1963
|
-
MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
|
|
1964
|
-
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
1965
|
-
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
|
|
1966
|
-
Operator?: OperatorResponse | undefined;
|
|
1967
|
-
InstanceId?: string | undefined;
|
|
1968
|
-
ImageId?: string | undefined;
|
|
1969
|
-
State?: InstanceState | undefined;
|
|
1970
|
-
PrivateDnsName?: string | undefined;
|
|
1971
|
-
PublicDnsName?: string | undefined;
|
|
1972
|
-
StateTransitionReason?: string | undefined;
|
|
1973
|
-
KeyName?: string | undefined;
|
|
1974
|
-
AmiLaunchIndex?: number | undefined;
|
|
1975
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1976
|
-
InstanceType?: _InstanceType | undefined;
|
|
1977
|
-
LaunchTime?: Date | undefined;
|
|
1978
|
-
Placement?: Placement | undefined;
|
|
1979
|
-
KernelId?: string | undefined;
|
|
1980
|
-
RamdiskId?: string | undefined;
|
|
1981
|
-
Platform?: PlatformValues | undefined;
|
|
1982
|
-
Monitoring?: Monitoring | undefined;
|
|
1983
|
-
SubnetId?: string | undefined;
|
|
1984
|
-
VpcId?: string | undefined;
|
|
1985
|
-
PrivateIpAddress?: string | undefined;
|
|
1986
|
-
PublicIpAddress?: string | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface Reservation {
|
|
1989
|
-
ReservationId?: string | undefined;
|
|
1990
|
-
OwnerId?: string | undefined;
|
|
1991
|
-
RequesterId?: string | undefined;
|
|
1992
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
1993
|
-
Instances?: Instance[] | undefined;
|
|
1994
|
-
}
|
|
1995
|
-
export interface DescribeInstancesResult {
|
|
1996
|
-
NextToken?: string | undefined;
|
|
1997
|
-
Reservations?: Reservation[] | undefined;
|
|
1998
|
-
}
|
|
1999
|
-
export interface DescribeInstanceSqlHaHistoryStatesRequest {
|
|
2000
|
-
InstanceIds?: string[] | undefined;
|
|
2001
|
-
StartTime?: Date | undefined;
|
|
2002
|
-
EndTime?: Date | undefined;
|
|
2003
|
-
NextToken?: string | undefined;
|
|
2004
|
-
MaxResults?: number | undefined;
|
|
2005
|
-
Filters?: Filter[] | undefined;
|
|
2006
|
-
DryRun?: boolean | undefined;
|
|
2007
|
-
}
|
|
2008
|
-
export interface RegisteredInstance {
|
|
2009
|
-
InstanceId?: string | undefined;
|
|
2010
|
-
SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
|
|
2011
|
-
HaStatus?: HaStatus | undefined;
|
|
2012
|
-
ProcessingStatus?: string | undefined;
|
|
2013
|
-
LastUpdatedTime?: Date | undefined;
|
|
2014
|
-
SqlServerCredentials?: string | undefined;
|
|
2015
|
-
Tags?: Tag[] | undefined;
|
|
2016
|
-
}
|
|
2017
|
-
export interface DescribeInstanceSqlHaHistoryStatesResult {
|
|
2018
|
-
Instances?: RegisteredInstance[] | undefined;
|
|
2019
|
-
NextToken?: string | undefined;
|
|
2020
|
-
}
|
|
2021
|
-
export interface DescribeInstanceSqlHaStatesRequest {
|
|
2022
|
-
InstanceIds?: string[] | undefined;
|
|
2023
|
-
NextToken?: string | undefined;
|
|
2024
|
-
MaxResults?: number | undefined;
|
|
2025
|
-
Filters?: Filter[] | undefined;
|
|
2026
|
-
DryRun?: boolean | undefined;
|
|
2027
|
-
}
|
|
2028
|
-
export interface DescribeInstanceSqlHaStatesResult {
|
|
2029
|
-
Instances?: RegisteredInstance[] | undefined;
|
|
2030
|
-
NextToken?: string | undefined;
|
|
2031
|
-
}
|
|
2032
|
-
export interface DescribeInstanceStatusRequest {
|
|
2033
|
-
InstanceIds?: string[] | undefined;
|
|
2034
|
-
MaxResults?: number | undefined;
|
|
2035
|
-
NextToken?: string | undefined;
|
|
2036
|
-
DryRun?: boolean | undefined;
|
|
2037
|
-
Filters?: Filter[] | undefined;
|
|
2038
|
-
IncludeAllInstances?: boolean | undefined;
|
|
2039
|
-
}
|
|
2040
|
-
export interface EbsStatusDetails {
|
|
2041
|
-
ImpairedSince?: Date | undefined;
|
|
2042
|
-
Name?: StatusName | undefined;
|
|
2043
|
-
Status?: StatusType | undefined;
|
|
2044
|
-
}
|
|
2045
|
-
export interface EbsStatusSummary {
|
|
2046
|
-
Details?: EbsStatusDetails[] | undefined;
|
|
2047
|
-
Status?: SummaryStatus | undefined;
|
|
2048
|
-
}
|
|
2049
|
-
export interface InstanceStatusEvent {
|
|
2050
|
-
InstanceEventId?: string | undefined;
|
|
2051
|
-
Code?: EventCode | undefined;
|
|
2052
|
-
Description?: string | undefined;
|
|
2053
|
-
NotAfter?: Date | undefined;
|
|
2054
|
-
NotBefore?: Date | undefined;
|
|
2055
|
-
NotBeforeDeadline?: Date | undefined;
|
|
2056
|
-
}
|
|
2057
|
-
export interface InstanceStatusDetails {
|
|
2058
|
-
ImpairedSince?: Date | undefined;
|
|
2059
|
-
Name?: StatusName | undefined;
|
|
2060
|
-
Status?: StatusType | undefined;
|
|
2061
|
-
}
|
|
2062
|
-
export interface InstanceStatusSummary {
|
|
2063
|
-
Details?: InstanceStatusDetails[] | undefined;
|
|
2064
|
-
Status?: SummaryStatus | undefined;
|
|
2065
|
-
}
|
|
2066
|
-
export interface InstanceStatus {
|
|
2067
|
-
AvailabilityZone?: string | undefined;
|
|
2068
|
-
AvailabilityZoneId?: string | undefined;
|
|
2069
|
-
OutpostArn?: string | undefined;
|
|
2070
|
-
Operator?: OperatorResponse | undefined;
|
|
2071
|
-
Events?: InstanceStatusEvent[] | undefined;
|
|
2072
|
-
InstanceId?: string | undefined;
|
|
2073
|
-
InstanceState?: InstanceState | undefined;
|
|
2074
|
-
InstanceStatus?: InstanceStatusSummary | undefined;
|
|
2075
|
-
SystemStatus?: InstanceStatusSummary | undefined;
|
|
2076
|
-
AttachedEbsStatus?: EbsStatusSummary | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface DescribeInstanceStatusResult {
|
|
2079
|
-
InstanceStatuses?: InstanceStatus[] | undefined;
|
|
2080
|
-
NextToken?: string | undefined;
|
|
2081
|
-
}
|
|
2082
|
-
export interface DescribeInstanceTopologyRequest {
|
|
2083
|
-
DryRun?: boolean | undefined;
|
|
2084
|
-
NextToken?: string | undefined;
|
|
2085
|
-
MaxResults?: number | undefined;
|
|
2086
|
-
InstanceIds?: string[] | undefined;
|
|
2087
|
-
GroupNames?: string[] | undefined;
|
|
2088
|
-
Filters?: Filter[] | undefined;
|
|
2089
|
-
}
|