@aws-sdk/client-ec2 3.39.0 → 3.43.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/CHANGELOG.md +45 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostReservationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostsCommand.js +1 -2
- package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeSubnetsCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +1 -2
- package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +189 -22
- package/dist-cjs/models/models_0.js +14 -14
- package/dist-cjs/models/models_1.js +29 -26
- package/dist-cjs/models/models_2.js +34 -37
- package/dist-cjs/models/models_3.js +44 -42
- package/dist-cjs/models/models_4.js +42 -42
- package/dist-cjs/models/models_5.js +59 -5
- package/dist-cjs/protocols/Aws_ec2.js +326 -12
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +2 -1
- package/dist-es/commands/DescribeHostReservationsCommand.js +2 -1
- package/dist-es/commands/DescribeHostsCommand.js +1 -2
- package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +2 -1
- package/dist-es/commands/DescribeStoreImageTasksCommand.js +1 -1
- package/dist-es/commands/DescribeSubnetsCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +1 -2
- package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +189 -22
- package/dist-es/models/models_0.js +10 -8
- package/dist-es/models/models_1.js +16 -17
- package/dist-es/models/models_2.js +24 -23
- package/dist-es/models/models_3.js +28 -24
- package/dist-es/models/models_4.js +24 -24
- package/dist-es/models/models_5.js +36 -0
- package/dist-es/protocols/Aws_ec2.js +1591 -1246
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/EC2.d.ts +20 -12
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.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/CreateCapacityReservationCommand.d.ts +1 -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/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +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/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/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.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/CreateNetworkAclEntryCommand.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/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.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 +1 -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/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.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/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.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/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -3
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -3
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +35 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -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/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/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 +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +3 -3
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +3 -3
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -2
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +130 -90
- package/dist-types/models/models_1.d.ts +133 -71
- package/dist-types/models/models_2.d.ts +145 -223
- package/dist-types/models/models_3.d.ts +268 -256
- package/dist-types/models/models_4.d.ts +264 -231
- package/dist-types/models/models_5.d.ts +341 -15
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +5 -0
- package/dist-types/ts3.4/EC2Client.d.ts +7 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -24
- package/dist-types/ts3.4/models/models_1.d.ts +64 -40
- package/dist-types/ts3.4/models/models_2.d.ts +47 -79
- package/dist-types/ts3.4/models/models_3.d.ts +107 -86
- package/dist-types/ts3.4/models/models_4.d.ts +91 -96
- package/dist-types/ts3.4/models/models_5.d.ts +144 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +25 -25
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DefaultTargetCapacityType, DhcpOptions, EgressOnlyInternetGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GatewayType, InstanceEventWindowState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, Tag, TagSpecification, TargetCapacityUnitType, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { DestinationFileFormat, DiskImageFormat, ExportTask, FleetLaunchTemplateOverrides, GroupIdentifier, InstanceLifecycle, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SubnetCidrReservation, TrafficType, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable } from "./models_1";
|
|
3
|
+
export declare enum ConnectionNotificationState {
|
|
4
|
+
Disabled = "Disabled",
|
|
5
|
+
Enabled = "Enabled"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ConnectionNotificationType {
|
|
8
|
+
Topic = "Topic"
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Describes a connection notification for a VPC endpoint or VPC endpoint
|
|
12
|
+
* service.</p>
|
|
13
|
+
*/
|
|
14
|
+
export interface ConnectionNotification {
|
|
15
|
+
/**
|
|
16
|
+
* <p>The ID of the notification.</p>
|
|
17
|
+
*/
|
|
18
|
+
ConnectionNotificationId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The ID of the endpoint service.</p>
|
|
21
|
+
*/
|
|
22
|
+
ServiceId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The ID of the VPC endpoint.</p>
|
|
25
|
+
*/
|
|
26
|
+
VpcEndpointId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The type of notification.</p>
|
|
29
|
+
*/
|
|
30
|
+
ConnectionNotificationType?: ConnectionNotificationType | string;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The ARN of the SNS topic for the notification.</p>
|
|
33
|
+
*/
|
|
34
|
+
ConnectionNotificationArn?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The events for the notification. Valid values are <code>Accept</code>,
|
|
37
|
+
* <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
|
|
38
|
+
*/
|
|
39
|
+
ConnectionEvents?: string[];
|
|
40
|
+
/**
|
|
41
|
+
* <p>The state of the notification.</p>
|
|
42
|
+
*/
|
|
43
|
+
ConnectionNotificationState?: ConnectionNotificationState | string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace ConnectionNotification {
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
const filterSensitiveLog: (obj: ConnectionNotification) => any;
|
|
50
|
+
}
|
|
51
|
+
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
52
|
+
/**
|
|
53
|
+
* <p>Information about the notification.</p>
|
|
54
|
+
*/
|
|
55
|
+
ConnectionNotification?: ConnectionNotification;
|
|
56
|
+
/**
|
|
57
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
58
|
+
* request.</p>
|
|
59
|
+
*/
|
|
60
|
+
ClientToken?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace CreateVpcEndpointConnectionNotificationResult {
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
66
|
+
const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationResult) => any;
|
|
67
|
+
}
|
|
3
68
|
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
4
69
|
/**
|
|
5
70
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -647,6 +712,12 @@ export declare namespace CreateVpnConnectionRequest {
|
|
|
647
712
|
*/
|
|
648
713
|
const filterSensitiveLog: (obj: CreateVpnConnectionRequest) => any;
|
|
649
714
|
}
|
|
715
|
+
export declare enum GatewayAssociationState {
|
|
716
|
+
associated = "associated",
|
|
717
|
+
associating = "associating",
|
|
718
|
+
disassociating = "disassociating",
|
|
719
|
+
not_associated = "not-associated"
|
|
720
|
+
}
|
|
650
721
|
/**
|
|
651
722
|
* <p>The internet key exchange (IKE) version permitted for the VPN tunnel.</p>
|
|
652
723
|
*/
|
|
@@ -1006,7 +1077,7 @@ export interface VpnConnection {
|
|
|
1006
1077
|
/**
|
|
1007
1078
|
* <p>The current state of the gateway association.</p>
|
|
1008
1079
|
*/
|
|
1009
|
-
GatewayAssociationState?: string;
|
|
1080
|
+
GatewayAssociationState?: GatewayAssociationState | string;
|
|
1010
1081
|
/**
|
|
1011
1082
|
* <p>The VPN connection options.</p>
|
|
1012
1083
|
*/
|
|
@@ -2331,6 +2402,7 @@ export interface DeleteTagsRequest {
|
|
|
2331
2402
|
* <p>If you omit this parameter, we delete all user-defined tags for the specified
|
|
2332
2403
|
* resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
|
|
2333
2404
|
* prefix).</p>
|
|
2405
|
+
* <p>Constraints: Up to 1000 tags.</p>
|
|
2334
2406
|
*/
|
|
2335
2407
|
Tags?: Tag[];
|
|
2336
2408
|
}
|
|
@@ -6476,31 +6548,42 @@ export declare namespace CapacityReservationOptions {
|
|
|
6476
6548
|
*/
|
|
6477
6549
|
export interface OnDemandOptions {
|
|
6478
6550
|
/**
|
|
6479
|
-
* <p>The order of the launch template overrides to use in
|
|
6480
|
-
*
|
|
6481
|
-
*
|
|
6482
|
-
*
|
|
6483
|
-
*
|
|
6551
|
+
* <p>The strategy that determines the order of the launch template overrides to use in
|
|
6552
|
+
* fulfilling On-Demand capacity.</p>
|
|
6553
|
+
* <p>
|
|
6554
|
+
* <code>lowest-price</code> - EC2 Fleet uses price to determine the order, launching the lowest
|
|
6555
|
+
* price first.</p>
|
|
6556
|
+
* <p>
|
|
6557
|
+
* <code>prioritized</code> - EC2 Fleet uses the priority that you assigned to each launch
|
|
6558
|
+
* template override, launching the highest priority first.</p>
|
|
6559
|
+
* <p>Default: <code>lowest-price</code>
|
|
6560
|
+
* </p>
|
|
6484
6561
|
*/
|
|
6485
6562
|
AllocationStrategy?: FleetOnDemandAllocationStrategy | string;
|
|
6486
6563
|
/**
|
|
6487
|
-
* <p>The strategy for using unused Capacity Reservations for fulfilling On-Demand
|
|
6488
|
-
*
|
|
6564
|
+
* <p>The strategy for using unused Capacity Reservations for fulfilling On-Demand
|
|
6565
|
+
* capacity.</p>
|
|
6566
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6489
6567
|
*/
|
|
6490
6568
|
CapacityReservationOptions?: CapacityReservationOptions;
|
|
6491
6569
|
/**
|
|
6492
|
-
* <p>Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the
|
|
6493
|
-
*
|
|
6570
|
+
* <p>Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the
|
|
6571
|
+
* fleet.</p>
|
|
6572
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6494
6573
|
*/
|
|
6495
6574
|
SingleInstanceType?: boolean;
|
|
6496
6575
|
/**
|
|
6497
|
-
* <p>Indicates that the fleet launches all On-Demand Instances into a single Availability Zone
|
|
6498
|
-
* only for fleets of type <code>instant</code>.</p>
|
|
6576
|
+
* <p>Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.</p>
|
|
6577
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6499
6578
|
*/
|
|
6500
6579
|
SingleAvailabilityZone?: boolean;
|
|
6501
6580
|
/**
|
|
6502
6581
|
* <p>The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is
|
|
6503
6582
|
* not reached, the fleet launches no instances.</p>
|
|
6583
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6584
|
+
* <p>At least one of the following must be specified: <code>SingleAvailabilityZone</code> |
|
|
6585
|
+
* <code>SingleInstanceType</code>
|
|
6586
|
+
* </p>
|
|
6504
6587
|
*/
|
|
6505
6588
|
MinTargetCapacity?: number;
|
|
6506
6589
|
/**
|
|
@@ -6520,15 +6603,28 @@ export declare namespace OnDemandOptions {
|
|
|
6520
6603
|
*/
|
|
6521
6604
|
export interface FleetSpotCapacityRebalance {
|
|
6522
6605
|
/**
|
|
6523
|
-
* <p>
|
|
6524
|
-
*
|
|
6525
|
-
*
|
|
6526
|
-
*
|
|
6527
|
-
*
|
|
6528
|
-
*
|
|
6529
|
-
*
|
|
6606
|
+
* <p>The replacement strategy to use. Only available for fleets of type
|
|
6607
|
+
* <code>maintain</code>.</p>
|
|
6608
|
+
* <p>
|
|
6609
|
+
* <code>launch</code> - EC2 Fleet launches a new replacement Spot Instance when a
|
|
6610
|
+
* rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet
|
|
6611
|
+
* does not terminate the instances that receive a rebalance notification. You can terminate
|
|
6612
|
+
* the old instances, or you can leave them running. You are charged for all instances while
|
|
6613
|
+
* they are running. </p>
|
|
6614
|
+
* <p>
|
|
6615
|
+
* <code>launch-before-terminate</code> - EC2 Fleet launches a new replacement Spot
|
|
6616
|
+
* Instance when a rebalance notification is emitted for an existing Spot Instance in the
|
|
6617
|
+
* fleet, and then, after a delay that you specify (in <code>TerminationDelay</code>),
|
|
6618
|
+
* terminates the instances that received a rebalance notification.</p>
|
|
6530
6619
|
*/
|
|
6531
6620
|
ReplacementStrategy?: FleetReplacementStrategy | string;
|
|
6621
|
+
/**
|
|
6622
|
+
* <p>The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot
|
|
6623
|
+
* Instance after launching a new replacement Spot Instance.</p>
|
|
6624
|
+
* <p>Valid only when <code>replacementStrategy</code> is set to <code>launch-before-terminate</code>.</p>
|
|
6625
|
+
* <p>Valid values: Minimum value of <code>120</code> seconds. Maximum value of <code>7200</code> seconds.</p>
|
|
6626
|
+
*/
|
|
6627
|
+
TerminationDelay?: number;
|
|
6532
6628
|
}
|
|
6533
6629
|
export declare namespace FleetSpotCapacityRebalance {
|
|
6534
6630
|
/**
|
|
@@ -6558,15 +6654,18 @@ export declare namespace FleetSpotMaintenanceStrategies {
|
|
|
6558
6654
|
*/
|
|
6559
6655
|
export interface SpotOptions {
|
|
6560
6656
|
/**
|
|
6561
|
-
* <p>
|
|
6562
|
-
* the EC2 Fleet.</p>
|
|
6563
|
-
* <p>
|
|
6564
|
-
*
|
|
6565
|
-
*
|
|
6566
|
-
*
|
|
6567
|
-
*
|
|
6568
|
-
*
|
|
6569
|
-
*
|
|
6657
|
+
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
|
|
6658
|
+
* pools specified by the EC2 Fleet.</p>
|
|
6659
|
+
* <p>
|
|
6660
|
+
* <code>lowest-price</code> - EC2 Fleet launches instances from the Spot Instance pools with the lowest
|
|
6661
|
+
* price.</p>
|
|
6662
|
+
* <p>
|
|
6663
|
+
* <code>diversified</code> - EC2 Fleet launches instances from all of the Spot Instance pools that you
|
|
6664
|
+
* specify.</p>
|
|
6665
|
+
* <p>
|
|
6666
|
+
* <code>capacity-optimized</code> (recommended) - EC2 Fleet launches instances from Spot Instance pools
|
|
6667
|
+
* with optimal capacity for the number of instances that are launching. To give certain
|
|
6668
|
+
* instance types a higher chance of launching first, use
|
|
6570
6669
|
* <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
|
|
6571
6670
|
* using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
|
|
6572
6671
|
* assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
|
|
@@ -6575,6 +6674,8 @@ export interface SpotOptions {
|
|
|
6575
6674
|
* launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
|
|
6576
6675
|
* <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
|
|
6577
6676
|
* capacity.</p>
|
|
6677
|
+
* <p>Default: <code>lowest-price</code>
|
|
6678
|
+
* </p>
|
|
6578
6679
|
*/
|
|
6579
6680
|
AllocationStrategy?: SpotAllocationStrategy | string;
|
|
6580
6681
|
/**
|
|
@@ -6583,14 +6684,16 @@ export interface SpotOptions {
|
|
|
6583
6684
|
*/
|
|
6584
6685
|
MaintenanceStrategies?: FleetSpotMaintenanceStrategies;
|
|
6585
6686
|
/**
|
|
6586
|
-
* <p>The behavior when a Spot Instance is interrupted
|
|
6687
|
+
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
6688
|
+
* <p>Default: <code>terminate</code>
|
|
6689
|
+
* </p>
|
|
6587
6690
|
*/
|
|
6588
6691
|
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | string;
|
|
6589
6692
|
/**
|
|
6590
|
-
* <p>The number of Spot pools across which to allocate your target Spot capacity.
|
|
6591
|
-
* when <
|
|
6592
|
-
*
|
|
6593
|
-
*
|
|
6693
|
+
* <p>The number of Spot pools across which to allocate your target Spot capacity. Supported
|
|
6694
|
+
* only when <code>AllocationStrategy</code> is set to <code>lowest-price</code>. EC2 Fleet selects
|
|
6695
|
+
* the cheapest Spot pools and evenly allocates your target Spot capacity across the number of
|
|
6696
|
+
* Spot pools that you specify.</p>
|
|
6594
6697
|
* <p>Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a
|
|
6595
6698
|
* best effort basis. If a pool runs out of Spot capacity before fulfilling your target
|
|
6596
6699
|
* capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest
|
|
@@ -6601,18 +6704,23 @@ export interface SpotOptions {
|
|
|
6601
6704
|
*/
|
|
6602
6705
|
InstancePoolsToUseCount?: number;
|
|
6603
6706
|
/**
|
|
6604
|
-
* <p>Indicates that the fleet uses a single instance type to launch all Spot Instances in the
|
|
6605
|
-
*
|
|
6707
|
+
* <p>Indicates that the fleet uses a single instance type to launch all Spot Instances in the
|
|
6708
|
+
* fleet.</p>
|
|
6709
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6606
6710
|
*/
|
|
6607
6711
|
SingleInstanceType?: boolean;
|
|
6608
6712
|
/**
|
|
6609
|
-
* <p>Indicates that the fleet launches all Spot Instances into a single Availability Zone
|
|
6610
|
-
* only for fleets of type <code>instant</code>.</p>
|
|
6713
|
+
* <p>Indicates that the fleet launches all Spot Instances into a single Availability Zone.</p>
|
|
6714
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6611
6715
|
*/
|
|
6612
6716
|
SingleAvailabilityZone?: boolean;
|
|
6613
6717
|
/**
|
|
6614
6718
|
* <p>The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is
|
|
6615
6719
|
* not reached, the fleet launches no instances.</p>
|
|
6720
|
+
* <p>Supported only for fleets of type <code>instant</code>.</p>
|
|
6721
|
+
* <p>At least one of the following must be specified: <code>SingleAvailabilityZone</code> |
|
|
6722
|
+
* <code>SingleInstanceType</code>
|
|
6723
|
+
* </p>
|
|
6616
6724
|
*/
|
|
6617
6725
|
MinTargetCapacity?: number;
|
|
6618
6726
|
/**
|
|
@@ -7509,189 +7617,3 @@ export declare namespace DescribeHostReservationsRequest {
|
|
|
7509
7617
|
*/
|
|
7510
7618
|
const filterSensitiveLog: (obj: DescribeHostReservationsRequest) => any;
|
|
7511
7619
|
}
|
|
7512
|
-
export declare enum ReservationState {
|
|
7513
|
-
ACTIVE = "active",
|
|
7514
|
-
PAYMENT_FAILED = "payment-failed",
|
|
7515
|
-
PAYMENT_PENDING = "payment-pending",
|
|
7516
|
-
RETIRED = "retired"
|
|
7517
|
-
}
|
|
7518
|
-
/**
|
|
7519
|
-
* <p>Details about the Dedicated Host Reservation and associated Dedicated
|
|
7520
|
-
* Hosts.</p>
|
|
7521
|
-
*/
|
|
7522
|
-
export interface HostReservation {
|
|
7523
|
-
/**
|
|
7524
|
-
* <p>The number of Dedicated Hosts the reservation is associated with.</p>
|
|
7525
|
-
*/
|
|
7526
|
-
Count?: number;
|
|
7527
|
-
/**
|
|
7528
|
-
* <p>The currency in which the <code>upfrontPrice</code> and <code>hourlyPrice</code>
|
|
7529
|
-
* amounts are specified. At this time, the only supported currency is
|
|
7530
|
-
* <code>USD</code>.</p>
|
|
7531
|
-
*/
|
|
7532
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
7533
|
-
/**
|
|
7534
|
-
* <p>The length of the reservation's term, specified in seconds. Can be <code>31536000
|
|
7535
|
-
* (1 year)</code> | <code>94608000 (3 years)</code>.</p>
|
|
7536
|
-
*/
|
|
7537
|
-
Duration?: number;
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>The date and time that the reservation ends.</p>
|
|
7540
|
-
*/
|
|
7541
|
-
End?: Date;
|
|
7542
|
-
/**
|
|
7543
|
-
* <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
|
|
7544
|
-
*/
|
|
7545
|
-
HostIdSet?: string[];
|
|
7546
|
-
/**
|
|
7547
|
-
* <p>The ID of the reservation that specifies the associated Dedicated Hosts.</p>
|
|
7548
|
-
*/
|
|
7549
|
-
HostReservationId?: string;
|
|
7550
|
-
/**
|
|
7551
|
-
* <p>The hourly price of the reservation.</p>
|
|
7552
|
-
*/
|
|
7553
|
-
HourlyPrice?: string;
|
|
7554
|
-
/**
|
|
7555
|
-
* <p>The instance family of the Dedicated Host Reservation. The instance family on the
|
|
7556
|
-
* Dedicated Host must be the same in order for it to benefit from the
|
|
7557
|
-
* reservation.</p>
|
|
7558
|
-
*/
|
|
7559
|
-
InstanceFamily?: string;
|
|
7560
|
-
/**
|
|
7561
|
-
* <p>The ID of the reservation. This remains the same regardless of which Dedicated
|
|
7562
|
-
* Hosts are associated with it.</p>
|
|
7563
|
-
*/
|
|
7564
|
-
OfferingId?: string;
|
|
7565
|
-
/**
|
|
7566
|
-
* <p>The payment option selected for this reservation.</p>
|
|
7567
|
-
*/
|
|
7568
|
-
PaymentOption?: PaymentOption | string;
|
|
7569
|
-
/**
|
|
7570
|
-
* <p>The date and time that the reservation started.</p>
|
|
7571
|
-
*/
|
|
7572
|
-
Start?: Date;
|
|
7573
|
-
/**
|
|
7574
|
-
* <p>The state of the reservation.</p>
|
|
7575
|
-
*/
|
|
7576
|
-
State?: ReservationState | string;
|
|
7577
|
-
/**
|
|
7578
|
-
* <p>The upfront price of the reservation.</p>
|
|
7579
|
-
*/
|
|
7580
|
-
UpfrontPrice?: string;
|
|
7581
|
-
/**
|
|
7582
|
-
* <p>Any tags assigned to the Dedicated Host Reservation.</p>
|
|
7583
|
-
*/
|
|
7584
|
-
Tags?: Tag[];
|
|
7585
|
-
}
|
|
7586
|
-
export declare namespace HostReservation {
|
|
7587
|
-
/**
|
|
7588
|
-
* @internal
|
|
7589
|
-
*/
|
|
7590
|
-
const filterSensitiveLog: (obj: HostReservation) => any;
|
|
7591
|
-
}
|
|
7592
|
-
export interface DescribeHostReservationsResult {
|
|
7593
|
-
/**
|
|
7594
|
-
* <p>Details about the reservation's configuration.</p>
|
|
7595
|
-
*/
|
|
7596
|
-
HostReservationSet?: HostReservation[];
|
|
7597
|
-
/**
|
|
7598
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
7599
|
-
*/
|
|
7600
|
-
NextToken?: string;
|
|
7601
|
-
}
|
|
7602
|
-
export declare namespace DescribeHostReservationsResult {
|
|
7603
|
-
/**
|
|
7604
|
-
* @internal
|
|
7605
|
-
*/
|
|
7606
|
-
const filterSensitiveLog: (obj: DescribeHostReservationsResult) => any;
|
|
7607
|
-
}
|
|
7608
|
-
export interface DescribeHostsRequest {
|
|
7609
|
-
/**
|
|
7610
|
-
* <p>The filters.</p>
|
|
7611
|
-
* <ul>
|
|
7612
|
-
* <li>
|
|
7613
|
-
* <p>
|
|
7614
|
-
* <code>auto-placement</code> - Whether auto-placement is enabled or disabled
|
|
7615
|
-
* (<code>on</code> | <code>off</code>).</p>
|
|
7616
|
-
* </li>
|
|
7617
|
-
* <li>
|
|
7618
|
-
* <p>
|
|
7619
|
-
* <code>availability-zone</code> - The Availability Zone of the
|
|
7620
|
-
* host.</p>
|
|
7621
|
-
* </li>
|
|
7622
|
-
* <li>
|
|
7623
|
-
* <p>
|
|
7624
|
-
* <code>client-token</code> - The idempotency token that you provided when you
|
|
7625
|
-
* allocated the host.</p>
|
|
7626
|
-
* </li>
|
|
7627
|
-
* <li>
|
|
7628
|
-
* <p>
|
|
7629
|
-
* <code>host-reservation-id</code> - The ID of the reservation assigned to
|
|
7630
|
-
* this host.</p>
|
|
7631
|
-
* </li>
|
|
7632
|
-
* <li>
|
|
7633
|
-
* <p>
|
|
7634
|
-
* <code>instance-type</code> - The instance type size that the Dedicated Host
|
|
7635
|
-
* is configured to support.</p>
|
|
7636
|
-
* </li>
|
|
7637
|
-
* <li>
|
|
7638
|
-
* <p>
|
|
7639
|
-
* <code>state</code> - The allocation state of the Dedicated Host
|
|
7640
|
-
* (<code>available</code> | <code>under-assessment</code> |
|
|
7641
|
-
* <code>permanent-failure</code> | <code>released</code> |
|
|
7642
|
-
* <code>released-permanent-failure</code>).</p>
|
|
7643
|
-
* </li>
|
|
7644
|
-
* <li>
|
|
7645
|
-
* <p>
|
|
7646
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7647
|
-
* </li>
|
|
7648
|
-
* </ul>
|
|
7649
|
-
*/
|
|
7650
|
-
Filter?: Filter[];
|
|
7651
|
-
/**
|
|
7652
|
-
* <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
|
|
7653
|
-
* launches.</p>
|
|
7654
|
-
*/
|
|
7655
|
-
HostIds?: string[];
|
|
7656
|
-
/**
|
|
7657
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
7658
|
-
* <p>You cannot specify this parameter and the host IDs parameter in the same request.</p>
|
|
7659
|
-
*/
|
|
7660
|
-
MaxResults?: number;
|
|
7661
|
-
/**
|
|
7662
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
7663
|
-
*/
|
|
7664
|
-
NextToken?: string;
|
|
7665
|
-
}
|
|
7666
|
-
export declare namespace DescribeHostsRequest {
|
|
7667
|
-
/**
|
|
7668
|
-
* @internal
|
|
7669
|
-
*/
|
|
7670
|
-
const filterSensitiveLog: (obj: DescribeHostsRequest) => any;
|
|
7671
|
-
}
|
|
7672
|
-
/**
|
|
7673
|
-
* <p>Information about the number of instances that can be launched onto the Dedicated
|
|
7674
|
-
* Host.</p>
|
|
7675
|
-
*/
|
|
7676
|
-
export interface InstanceCapacity {
|
|
7677
|
-
/**
|
|
7678
|
-
* <p>The number of instances that can be launched onto the Dedicated Host based on the
|
|
7679
|
-
* host's available capacity.</p>
|
|
7680
|
-
*/
|
|
7681
|
-
AvailableCapacity?: number;
|
|
7682
|
-
/**
|
|
7683
|
-
* <p>The instance type supported by the Dedicated Host.</p>
|
|
7684
|
-
*/
|
|
7685
|
-
InstanceType?: string;
|
|
7686
|
-
/**
|
|
7687
|
-
* <p>The total number of instances that can be launched onto the Dedicated Host if there
|
|
7688
|
-
* are no instances running on it.</p>
|
|
7689
|
-
*/
|
|
7690
|
-
TotalCapacity?: number;
|
|
7691
|
-
}
|
|
7692
|
-
export declare namespace InstanceCapacity {
|
|
7693
|
-
/**
|
|
7694
|
-
* @internal
|
|
7695
|
-
*/
|
|
7696
|
-
const filterSensitiveLog: (obj: InstanceCapacity) => any;
|
|
7697
|
-
}
|