@aws-sdk/client-ec2 3.47.1 → 3.50.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 +41 -0
- package/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
- package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +14 -7
- package/dist-cjs/models/models_1.js +11 -6
- package/dist-cjs/models/models_2.js +7 -13
- package/dist-cjs/models/models_3.js +61 -53
- package/dist-cjs/models/models_4.js +89 -101
- package/dist-cjs/models/models_5.js +119 -114
- package/dist-cjs/models/models_6.js +122 -2
- package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
- package/dist-cjs/pagination/ListImagesInRecycleBinPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_ec2.js +695 -17
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
- package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
- package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
- package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +39 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +39 -0
- package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
- package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -5
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +4 -8
- package/dist-es/models/models_3.js +41 -33
- package/dist-es/models/models_4.js +57 -75
- package/dist-es/models/models_5.js +87 -72
- package/dist-es/models/models_6.js +80 -0
- package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
- package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_ec2.js +1734 -1028
- package/dist-types/EC2.d.ts +68 -4
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +12 -4
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +40 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +43 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +37 -0
- 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/RestoreImageFromRecycleBinCommand.d.ts +35 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.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/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +53 -11
- package/dist-types/models/models_1.d.ts +11 -8
- package/dist-types/models/models_2.d.ts +43 -71
- package/dist-types/models/models_3.d.ts +240 -298
- package/dist-types/models/models_4.d.ts +500 -334
- package/dist-types/models/models_5.d.ts +451 -522
- package/dist-types/models/models_6.d.ts +520 -5
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/package.json +41 -35
- package/dist-types/ts3.4/EC2.d.ts +0 -2585
- package/dist-types/ts3.4/EC2Client.d.ts +0 -589
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -516
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -7
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3384
- package/dist-types/ts3.4/models/models_1.d.ts +0 -3931
- package/dist-types/ts3.4/models/models_2.d.ts +0 -3447
- package/dist-types/ts3.4/models/models_3.d.ts +0 -3964
- package/dist-types/ts3.4/models/models_4.d.ts +0 -3903
- package/dist-types/ts3.4/models/models_5.d.ts +0 -3854
- package/dist-types/ts3.4/models/models_6.d.ts +0 -798
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -117
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +0 -1550
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -33
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -7
|
@@ -1,3964 +0,0 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AttachmentStatus, AttributeValue, AutoPlacement, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, ReservedInstancesListing, Tag, Tenancy } from "./models_0";
|
|
2
|
-
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, ReplaceRootVolumeTask, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
|
-
import { DiskImageDescription, DiskImageVolumeDescription, Filter, FleetStateCode, IdFormat, ImportInstanceTaskDetails, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
-
|
|
5
|
-
export interface ImportVolumeTaskDetails {
|
|
6
|
-
|
|
7
|
-
AvailabilityZone?: string;
|
|
8
|
-
|
|
9
|
-
BytesConverted?: number;
|
|
10
|
-
|
|
11
|
-
Description?: string;
|
|
12
|
-
|
|
13
|
-
Image?: DiskImageDescription;
|
|
14
|
-
|
|
15
|
-
Volume?: DiskImageVolumeDescription;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace ImportVolumeTaskDetails {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: ImportVolumeTaskDetails) => any;
|
|
20
|
-
}
|
|
21
|
-
export declare type ConversionTaskState = "active" | "cancelled" | "cancelling" | "completed";
|
|
22
|
-
|
|
23
|
-
export interface ConversionTask {
|
|
24
|
-
|
|
25
|
-
ConversionTaskId?: string;
|
|
26
|
-
|
|
27
|
-
ExpirationTime?: string;
|
|
28
|
-
|
|
29
|
-
ImportInstance?: ImportInstanceTaskDetails;
|
|
30
|
-
|
|
31
|
-
ImportVolume?: ImportVolumeTaskDetails;
|
|
32
|
-
|
|
33
|
-
State?: ConversionTaskState | string;
|
|
34
|
-
|
|
35
|
-
StatusMessage?: string;
|
|
36
|
-
|
|
37
|
-
Tags?: Tag[];
|
|
38
|
-
}
|
|
39
|
-
export declare namespace ConversionTask {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: ConversionTask) => any;
|
|
42
|
-
}
|
|
43
|
-
export interface DescribeConversionTasksResult {
|
|
44
|
-
|
|
45
|
-
ConversionTasks?: ConversionTask[];
|
|
46
|
-
}
|
|
47
|
-
export declare namespace DescribeConversionTasksResult {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: DescribeConversionTasksResult) => any;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export interface DescribeCustomerGatewaysRequest {
|
|
53
|
-
|
|
54
|
-
CustomerGatewayIds?: string[];
|
|
55
|
-
|
|
56
|
-
Filters?: Filter[];
|
|
57
|
-
|
|
58
|
-
DryRun?: boolean;
|
|
59
|
-
}
|
|
60
|
-
export declare namespace DescribeCustomerGatewaysRequest {
|
|
61
|
-
|
|
62
|
-
const filterSensitiveLog: (obj: DescribeCustomerGatewaysRequest) => any;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export interface DescribeCustomerGatewaysResult {
|
|
66
|
-
|
|
67
|
-
CustomerGateways?: CustomerGateway[];
|
|
68
|
-
}
|
|
69
|
-
export declare namespace DescribeCustomerGatewaysResult {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: DescribeCustomerGatewaysResult) => any;
|
|
72
|
-
}
|
|
73
|
-
export interface DescribeDhcpOptionsRequest {
|
|
74
|
-
|
|
75
|
-
DhcpOptionsIds?: string[];
|
|
76
|
-
|
|
77
|
-
Filters?: Filter[];
|
|
78
|
-
|
|
79
|
-
DryRun?: boolean;
|
|
80
|
-
|
|
81
|
-
NextToken?: string;
|
|
82
|
-
|
|
83
|
-
MaxResults?: number;
|
|
84
|
-
}
|
|
85
|
-
export declare namespace DescribeDhcpOptionsRequest {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: DescribeDhcpOptionsRequest) => any;
|
|
88
|
-
}
|
|
89
|
-
export interface DescribeDhcpOptionsResult {
|
|
90
|
-
|
|
91
|
-
DhcpOptions?: DhcpOptions[];
|
|
92
|
-
|
|
93
|
-
NextToken?: string;
|
|
94
|
-
}
|
|
95
|
-
export declare namespace DescribeDhcpOptionsResult {
|
|
96
|
-
|
|
97
|
-
const filterSensitiveLog: (obj: DescribeDhcpOptionsResult) => any;
|
|
98
|
-
}
|
|
99
|
-
export interface DescribeEgressOnlyInternetGatewaysRequest {
|
|
100
|
-
|
|
101
|
-
DryRun?: boolean;
|
|
102
|
-
|
|
103
|
-
EgressOnlyInternetGatewayIds?: string[];
|
|
104
|
-
|
|
105
|
-
MaxResults?: number;
|
|
106
|
-
|
|
107
|
-
NextToken?: string;
|
|
108
|
-
|
|
109
|
-
Filters?: Filter[];
|
|
110
|
-
}
|
|
111
|
-
export declare namespace DescribeEgressOnlyInternetGatewaysRequest {
|
|
112
|
-
|
|
113
|
-
const filterSensitiveLog: (obj: DescribeEgressOnlyInternetGatewaysRequest) => any;
|
|
114
|
-
}
|
|
115
|
-
export interface DescribeEgressOnlyInternetGatewaysResult {
|
|
116
|
-
|
|
117
|
-
EgressOnlyInternetGateways?: EgressOnlyInternetGateway[];
|
|
118
|
-
|
|
119
|
-
NextToken?: string;
|
|
120
|
-
}
|
|
121
|
-
export declare namespace DescribeEgressOnlyInternetGatewaysResult {
|
|
122
|
-
|
|
123
|
-
const filterSensitiveLog: (obj: DescribeEgressOnlyInternetGatewaysResult) => any;
|
|
124
|
-
}
|
|
125
|
-
export interface DescribeElasticGpusRequest {
|
|
126
|
-
|
|
127
|
-
ElasticGpuIds?: string[];
|
|
128
|
-
|
|
129
|
-
DryRun?: boolean;
|
|
130
|
-
|
|
131
|
-
Filters?: Filter[];
|
|
132
|
-
|
|
133
|
-
MaxResults?: number;
|
|
134
|
-
|
|
135
|
-
NextToken?: string;
|
|
136
|
-
}
|
|
137
|
-
export declare namespace DescribeElasticGpusRequest {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: DescribeElasticGpusRequest) => any;
|
|
140
|
-
}
|
|
141
|
-
export declare enum ElasticGpuStatus {
|
|
142
|
-
Impaired = "IMPAIRED",
|
|
143
|
-
Ok = "OK"
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
export interface ElasticGpuHealth {
|
|
147
|
-
|
|
148
|
-
Status?: ElasticGpuStatus | string;
|
|
149
|
-
}
|
|
150
|
-
export declare namespace ElasticGpuHealth {
|
|
151
|
-
|
|
152
|
-
const filterSensitiveLog: (obj: ElasticGpuHealth) => any;
|
|
153
|
-
}
|
|
154
|
-
export declare enum ElasticGpuState {
|
|
155
|
-
Attached = "ATTACHED"
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
export interface ElasticGpus {
|
|
159
|
-
|
|
160
|
-
ElasticGpuId?: string;
|
|
161
|
-
|
|
162
|
-
AvailabilityZone?: string;
|
|
163
|
-
|
|
164
|
-
ElasticGpuType?: string;
|
|
165
|
-
|
|
166
|
-
ElasticGpuHealth?: ElasticGpuHealth;
|
|
167
|
-
|
|
168
|
-
ElasticGpuState?: ElasticGpuState | string;
|
|
169
|
-
|
|
170
|
-
InstanceId?: string;
|
|
171
|
-
|
|
172
|
-
Tags?: Tag[];
|
|
173
|
-
}
|
|
174
|
-
export declare namespace ElasticGpus {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: ElasticGpus) => any;
|
|
177
|
-
}
|
|
178
|
-
export interface DescribeElasticGpusResult {
|
|
179
|
-
|
|
180
|
-
ElasticGpuSet?: ElasticGpus[];
|
|
181
|
-
|
|
182
|
-
MaxResults?: number;
|
|
183
|
-
|
|
184
|
-
NextToken?: string;
|
|
185
|
-
}
|
|
186
|
-
export declare namespace DescribeElasticGpusResult {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: DescribeElasticGpusResult) => any;
|
|
189
|
-
}
|
|
190
|
-
export interface DescribeExportImageTasksRequest {
|
|
191
|
-
|
|
192
|
-
DryRun?: boolean;
|
|
193
|
-
|
|
194
|
-
Filters?: Filter[];
|
|
195
|
-
|
|
196
|
-
ExportImageTaskIds?: string[];
|
|
197
|
-
|
|
198
|
-
MaxResults?: number;
|
|
199
|
-
|
|
200
|
-
NextToken?: string;
|
|
201
|
-
}
|
|
202
|
-
export declare namespace DescribeExportImageTasksRequest {
|
|
203
|
-
|
|
204
|
-
const filterSensitiveLog: (obj: DescribeExportImageTasksRequest) => any;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
export interface ExportTaskS3Location {
|
|
208
|
-
|
|
209
|
-
S3Bucket?: string;
|
|
210
|
-
|
|
211
|
-
S3Prefix?: string;
|
|
212
|
-
}
|
|
213
|
-
export declare namespace ExportTaskS3Location {
|
|
214
|
-
|
|
215
|
-
const filterSensitiveLog: (obj: ExportTaskS3Location) => any;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
export interface ExportImageTask {
|
|
219
|
-
|
|
220
|
-
Description?: string;
|
|
221
|
-
|
|
222
|
-
ExportImageTaskId?: string;
|
|
223
|
-
|
|
224
|
-
ImageId?: string;
|
|
225
|
-
|
|
226
|
-
Progress?: string;
|
|
227
|
-
|
|
228
|
-
S3ExportLocation?: ExportTaskS3Location;
|
|
229
|
-
|
|
230
|
-
Status?: string;
|
|
231
|
-
|
|
232
|
-
StatusMessage?: string;
|
|
233
|
-
|
|
234
|
-
Tags?: Tag[];
|
|
235
|
-
}
|
|
236
|
-
export declare namespace ExportImageTask {
|
|
237
|
-
|
|
238
|
-
const filterSensitiveLog: (obj: ExportImageTask) => any;
|
|
239
|
-
}
|
|
240
|
-
export interface DescribeExportImageTasksResult {
|
|
241
|
-
|
|
242
|
-
ExportImageTasks?: ExportImageTask[];
|
|
243
|
-
|
|
244
|
-
NextToken?: string;
|
|
245
|
-
}
|
|
246
|
-
export declare namespace DescribeExportImageTasksResult {
|
|
247
|
-
|
|
248
|
-
const filterSensitiveLog: (obj: DescribeExportImageTasksResult) => any;
|
|
249
|
-
}
|
|
250
|
-
export interface DescribeExportTasksRequest {
|
|
251
|
-
|
|
252
|
-
ExportTaskIds?: string[];
|
|
253
|
-
|
|
254
|
-
Filters?: Filter[];
|
|
255
|
-
}
|
|
256
|
-
export declare namespace DescribeExportTasksRequest {
|
|
257
|
-
|
|
258
|
-
const filterSensitiveLog: (obj: DescribeExportTasksRequest) => any;
|
|
259
|
-
}
|
|
260
|
-
export interface DescribeExportTasksResult {
|
|
261
|
-
|
|
262
|
-
ExportTasks?: ExportTask[];
|
|
263
|
-
}
|
|
264
|
-
export declare namespace DescribeExportTasksResult {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: DescribeExportTasksResult) => any;
|
|
267
|
-
}
|
|
268
|
-
export interface DescribeFastSnapshotRestoresRequest {
|
|
269
|
-
|
|
270
|
-
Filters?: Filter[];
|
|
271
|
-
|
|
272
|
-
MaxResults?: number;
|
|
273
|
-
|
|
274
|
-
NextToken?: string;
|
|
275
|
-
|
|
276
|
-
DryRun?: boolean;
|
|
277
|
-
}
|
|
278
|
-
export declare namespace DescribeFastSnapshotRestoresRequest {
|
|
279
|
-
|
|
280
|
-
const filterSensitiveLog: (obj: DescribeFastSnapshotRestoresRequest) => any;
|
|
281
|
-
}
|
|
282
|
-
export declare type FastSnapshotRestoreStateCode = "disabled" | "disabling" | "enabled" | "enabling" | "optimizing";
|
|
283
|
-
|
|
284
|
-
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
285
|
-
|
|
286
|
-
SnapshotId?: string;
|
|
287
|
-
|
|
288
|
-
AvailabilityZone?: string;
|
|
289
|
-
|
|
290
|
-
State?: FastSnapshotRestoreStateCode | string;
|
|
291
|
-
|
|
292
|
-
StateTransitionReason?: string;
|
|
293
|
-
|
|
294
|
-
OwnerId?: string;
|
|
295
|
-
|
|
296
|
-
OwnerAlias?: string;
|
|
297
|
-
|
|
298
|
-
EnablingTime?: Date;
|
|
299
|
-
|
|
300
|
-
OptimizingTime?: Date;
|
|
301
|
-
|
|
302
|
-
EnabledTime?: Date;
|
|
303
|
-
|
|
304
|
-
DisablingTime?: Date;
|
|
305
|
-
|
|
306
|
-
DisabledTime?: Date;
|
|
307
|
-
}
|
|
308
|
-
export declare namespace DescribeFastSnapshotRestoreSuccessItem {
|
|
309
|
-
|
|
310
|
-
const filterSensitiveLog: (obj: DescribeFastSnapshotRestoreSuccessItem) => any;
|
|
311
|
-
}
|
|
312
|
-
export interface DescribeFastSnapshotRestoresResult {
|
|
313
|
-
|
|
314
|
-
FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[];
|
|
315
|
-
|
|
316
|
-
NextToken?: string;
|
|
317
|
-
}
|
|
318
|
-
export declare namespace DescribeFastSnapshotRestoresResult {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: DescribeFastSnapshotRestoresResult) => any;
|
|
321
|
-
}
|
|
322
|
-
export declare enum FleetEventType {
|
|
323
|
-
FLEET_CHANGE = "fleet-change",
|
|
324
|
-
INSTANCE_CHANGE = "instance-change",
|
|
325
|
-
SERVICE_ERROR = "service-error"
|
|
326
|
-
}
|
|
327
|
-
export interface DescribeFleetHistoryRequest {
|
|
328
|
-
|
|
329
|
-
DryRun?: boolean;
|
|
330
|
-
|
|
331
|
-
EventType?: FleetEventType | string;
|
|
332
|
-
|
|
333
|
-
MaxResults?: number;
|
|
334
|
-
|
|
335
|
-
NextToken?: string;
|
|
336
|
-
|
|
337
|
-
FleetId: string | undefined;
|
|
338
|
-
|
|
339
|
-
StartTime: Date | undefined;
|
|
340
|
-
}
|
|
341
|
-
export declare namespace DescribeFleetHistoryRequest {
|
|
342
|
-
|
|
343
|
-
const filterSensitiveLog: (obj: DescribeFleetHistoryRequest) => any;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
export interface EventInformation {
|
|
347
|
-
|
|
348
|
-
EventDescription?: string;
|
|
349
|
-
|
|
350
|
-
EventSubType?: string;
|
|
351
|
-
|
|
352
|
-
InstanceId?: string;
|
|
353
|
-
}
|
|
354
|
-
export declare namespace EventInformation {
|
|
355
|
-
|
|
356
|
-
const filterSensitiveLog: (obj: EventInformation) => any;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
export interface HistoryRecordEntry {
|
|
360
|
-
|
|
361
|
-
EventInformation?: EventInformation;
|
|
362
|
-
|
|
363
|
-
EventType?: FleetEventType | string;
|
|
364
|
-
|
|
365
|
-
Timestamp?: Date;
|
|
366
|
-
}
|
|
367
|
-
export declare namespace HistoryRecordEntry {
|
|
368
|
-
|
|
369
|
-
const filterSensitiveLog: (obj: HistoryRecordEntry) => any;
|
|
370
|
-
}
|
|
371
|
-
export interface DescribeFleetHistoryResult {
|
|
372
|
-
|
|
373
|
-
HistoryRecords?: HistoryRecordEntry[];
|
|
374
|
-
|
|
375
|
-
LastEvaluatedTime?: Date;
|
|
376
|
-
|
|
377
|
-
NextToken?: string;
|
|
378
|
-
|
|
379
|
-
FleetId?: string;
|
|
380
|
-
|
|
381
|
-
StartTime?: Date;
|
|
382
|
-
}
|
|
383
|
-
export declare namespace DescribeFleetHistoryResult {
|
|
384
|
-
|
|
385
|
-
const filterSensitiveLog: (obj: DescribeFleetHistoryResult) => any;
|
|
386
|
-
}
|
|
387
|
-
export interface DescribeFleetInstancesRequest {
|
|
388
|
-
|
|
389
|
-
DryRun?: boolean;
|
|
390
|
-
|
|
391
|
-
MaxResults?: number;
|
|
392
|
-
|
|
393
|
-
NextToken?: string;
|
|
394
|
-
|
|
395
|
-
FleetId: string | undefined;
|
|
396
|
-
|
|
397
|
-
Filters?: Filter[];
|
|
398
|
-
}
|
|
399
|
-
export declare namespace DescribeFleetInstancesRequest {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: DescribeFleetInstancesRequest) => any;
|
|
402
|
-
}
|
|
403
|
-
export interface DescribeFleetInstancesResult {
|
|
404
|
-
|
|
405
|
-
ActiveInstances?: ActiveInstance[];
|
|
406
|
-
|
|
407
|
-
NextToken?: string;
|
|
408
|
-
|
|
409
|
-
FleetId?: string;
|
|
410
|
-
}
|
|
411
|
-
export declare namespace DescribeFleetInstancesResult {
|
|
412
|
-
|
|
413
|
-
const filterSensitiveLog: (obj: DescribeFleetInstancesResult) => any;
|
|
414
|
-
}
|
|
415
|
-
export interface DescribeFleetsRequest {
|
|
416
|
-
|
|
417
|
-
DryRun?: boolean;
|
|
418
|
-
|
|
419
|
-
MaxResults?: number;
|
|
420
|
-
|
|
421
|
-
NextToken?: string;
|
|
422
|
-
|
|
423
|
-
FleetIds?: string[];
|
|
424
|
-
|
|
425
|
-
Filters?: Filter[];
|
|
426
|
-
}
|
|
427
|
-
export declare namespace DescribeFleetsRequest {
|
|
428
|
-
|
|
429
|
-
const filterSensitiveLog: (obj: DescribeFleetsRequest) => any;
|
|
430
|
-
}
|
|
431
|
-
export declare enum FleetActivityStatus {
|
|
432
|
-
ERROR = "error",
|
|
433
|
-
FULFILLED = "fulfilled",
|
|
434
|
-
PENDING_FULFILLMENT = "pending_fulfillment",
|
|
435
|
-
PENDING_TERMINATION = "pending_termination"
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
export interface DescribeFleetError {
|
|
439
|
-
|
|
440
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
|
|
441
|
-
|
|
442
|
-
Lifecycle?: InstanceLifecycle | string;
|
|
443
|
-
|
|
444
|
-
ErrorCode?: string;
|
|
445
|
-
|
|
446
|
-
ErrorMessage?: string;
|
|
447
|
-
}
|
|
448
|
-
export declare namespace DescribeFleetError {
|
|
449
|
-
|
|
450
|
-
const filterSensitiveLog: (obj: DescribeFleetError) => any;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
export interface DescribeFleetsInstances {
|
|
454
|
-
|
|
455
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
|
|
456
|
-
|
|
457
|
-
Lifecycle?: InstanceLifecycle | string;
|
|
458
|
-
|
|
459
|
-
InstanceIds?: string[];
|
|
460
|
-
|
|
461
|
-
InstanceType?: _InstanceType | string;
|
|
462
|
-
|
|
463
|
-
Platform?: PlatformValues | string;
|
|
464
|
-
}
|
|
465
|
-
export declare namespace DescribeFleetsInstances {
|
|
466
|
-
|
|
467
|
-
const filterSensitiveLog: (obj: DescribeFleetsInstances) => any;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
export interface FleetLaunchTemplateConfig {
|
|
471
|
-
|
|
472
|
-
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
|
|
473
|
-
|
|
474
|
-
Overrides?: FleetLaunchTemplateOverrides[];
|
|
475
|
-
}
|
|
476
|
-
export declare namespace FleetLaunchTemplateConfig {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: FleetLaunchTemplateConfig) => any;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
export interface CapacityReservationOptions {
|
|
482
|
-
|
|
483
|
-
UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
|
|
484
|
-
}
|
|
485
|
-
export declare namespace CapacityReservationOptions {
|
|
486
|
-
|
|
487
|
-
const filterSensitiveLog: (obj: CapacityReservationOptions) => any;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
export interface OnDemandOptions {
|
|
491
|
-
|
|
492
|
-
AllocationStrategy?: FleetOnDemandAllocationStrategy | string;
|
|
493
|
-
|
|
494
|
-
CapacityReservationOptions?: CapacityReservationOptions;
|
|
495
|
-
|
|
496
|
-
SingleInstanceType?: boolean;
|
|
497
|
-
|
|
498
|
-
SingleAvailabilityZone?: boolean;
|
|
499
|
-
|
|
500
|
-
MinTargetCapacity?: number;
|
|
501
|
-
|
|
502
|
-
MaxTotalPrice?: string;
|
|
503
|
-
}
|
|
504
|
-
export declare namespace OnDemandOptions {
|
|
505
|
-
|
|
506
|
-
const filterSensitiveLog: (obj: OnDemandOptions) => any;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
export interface FleetSpotCapacityRebalance {
|
|
510
|
-
|
|
511
|
-
ReplacementStrategy?: FleetReplacementStrategy | string;
|
|
512
|
-
|
|
513
|
-
TerminationDelay?: number;
|
|
514
|
-
}
|
|
515
|
-
export declare namespace FleetSpotCapacityRebalance {
|
|
516
|
-
|
|
517
|
-
const filterSensitiveLog: (obj: FleetSpotCapacityRebalance) => any;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
export interface FleetSpotMaintenanceStrategies {
|
|
521
|
-
|
|
522
|
-
CapacityRebalance?: FleetSpotCapacityRebalance;
|
|
523
|
-
}
|
|
524
|
-
export declare namespace FleetSpotMaintenanceStrategies {
|
|
525
|
-
|
|
526
|
-
const filterSensitiveLog: (obj: FleetSpotMaintenanceStrategies) => any;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
export interface SpotOptions {
|
|
530
|
-
|
|
531
|
-
AllocationStrategy?: SpotAllocationStrategy | string;
|
|
532
|
-
|
|
533
|
-
MaintenanceStrategies?: FleetSpotMaintenanceStrategies;
|
|
534
|
-
|
|
535
|
-
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | string;
|
|
536
|
-
|
|
537
|
-
InstancePoolsToUseCount?: number;
|
|
538
|
-
|
|
539
|
-
SingleInstanceType?: boolean;
|
|
540
|
-
|
|
541
|
-
SingleAvailabilityZone?: boolean;
|
|
542
|
-
|
|
543
|
-
MinTargetCapacity?: number;
|
|
544
|
-
|
|
545
|
-
MaxTotalPrice?: string;
|
|
546
|
-
}
|
|
547
|
-
export declare namespace SpotOptions {
|
|
548
|
-
|
|
549
|
-
const filterSensitiveLog: (obj: SpotOptions) => any;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
export interface TargetCapacitySpecification {
|
|
553
|
-
|
|
554
|
-
TotalTargetCapacity?: number;
|
|
555
|
-
|
|
556
|
-
OnDemandTargetCapacity?: number;
|
|
557
|
-
|
|
558
|
-
SpotTargetCapacity?: number;
|
|
559
|
-
|
|
560
|
-
DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
|
|
561
|
-
|
|
562
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
563
|
-
}
|
|
564
|
-
export declare namespace TargetCapacitySpecification {
|
|
565
|
-
|
|
566
|
-
const filterSensitiveLog: (obj: TargetCapacitySpecification) => any;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export interface FleetData {
|
|
570
|
-
|
|
571
|
-
ActivityStatus?: FleetActivityStatus | string;
|
|
572
|
-
|
|
573
|
-
CreateTime?: Date;
|
|
574
|
-
|
|
575
|
-
FleetId?: string;
|
|
576
|
-
|
|
577
|
-
FleetState?: FleetStateCode | string;
|
|
578
|
-
|
|
579
|
-
ClientToken?: string;
|
|
580
|
-
|
|
581
|
-
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | string;
|
|
582
|
-
|
|
583
|
-
FulfilledCapacity?: number;
|
|
584
|
-
|
|
585
|
-
FulfilledOnDemandCapacity?: number;
|
|
586
|
-
|
|
587
|
-
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[];
|
|
588
|
-
|
|
589
|
-
TargetCapacitySpecification?: TargetCapacitySpecification;
|
|
590
|
-
|
|
591
|
-
TerminateInstancesWithExpiration?: boolean;
|
|
592
|
-
|
|
593
|
-
Type?: FleetType | string;
|
|
594
|
-
|
|
595
|
-
ValidFrom?: Date;
|
|
596
|
-
|
|
597
|
-
ValidUntil?: Date;
|
|
598
|
-
|
|
599
|
-
ReplaceUnhealthyInstances?: boolean;
|
|
600
|
-
|
|
601
|
-
SpotOptions?: SpotOptions;
|
|
602
|
-
|
|
603
|
-
OnDemandOptions?: OnDemandOptions;
|
|
604
|
-
|
|
605
|
-
Tags?: Tag[];
|
|
606
|
-
|
|
607
|
-
Errors?: DescribeFleetError[];
|
|
608
|
-
|
|
609
|
-
Instances?: DescribeFleetsInstances[];
|
|
610
|
-
|
|
611
|
-
Context?: string;
|
|
612
|
-
}
|
|
613
|
-
export declare namespace FleetData {
|
|
614
|
-
|
|
615
|
-
const filterSensitiveLog: (obj: FleetData) => any;
|
|
616
|
-
}
|
|
617
|
-
export interface DescribeFleetsResult {
|
|
618
|
-
|
|
619
|
-
NextToken?: string;
|
|
620
|
-
|
|
621
|
-
Fleets?: FleetData[];
|
|
622
|
-
}
|
|
623
|
-
export declare namespace DescribeFleetsResult {
|
|
624
|
-
|
|
625
|
-
const filterSensitiveLog: (obj: DescribeFleetsResult) => any;
|
|
626
|
-
}
|
|
627
|
-
export interface DescribeFlowLogsRequest {
|
|
628
|
-
|
|
629
|
-
DryRun?: boolean;
|
|
630
|
-
|
|
631
|
-
Filter?: Filter[];
|
|
632
|
-
|
|
633
|
-
FlowLogIds?: string[];
|
|
634
|
-
|
|
635
|
-
MaxResults?: number;
|
|
636
|
-
|
|
637
|
-
NextToken?: string;
|
|
638
|
-
}
|
|
639
|
-
export declare namespace DescribeFlowLogsRequest {
|
|
640
|
-
|
|
641
|
-
const filterSensitiveLog: (obj: DescribeFlowLogsRequest) => any;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
export interface DestinationOptionsResponse {
|
|
645
|
-
|
|
646
|
-
FileFormat?: DestinationFileFormat | string;
|
|
647
|
-
|
|
648
|
-
HiveCompatiblePartitions?: boolean;
|
|
649
|
-
|
|
650
|
-
PerHourPartition?: boolean;
|
|
651
|
-
}
|
|
652
|
-
export declare namespace DestinationOptionsResponse {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: DestinationOptionsResponse) => any;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
export interface FlowLog {
|
|
658
|
-
|
|
659
|
-
CreationTime?: Date;
|
|
660
|
-
|
|
661
|
-
DeliverLogsErrorMessage?: string;
|
|
662
|
-
|
|
663
|
-
DeliverLogsPermissionArn?: string;
|
|
664
|
-
|
|
665
|
-
DeliverLogsStatus?: string;
|
|
666
|
-
|
|
667
|
-
FlowLogId?: string;
|
|
668
|
-
|
|
669
|
-
FlowLogStatus?: string;
|
|
670
|
-
|
|
671
|
-
LogGroupName?: string;
|
|
672
|
-
|
|
673
|
-
ResourceId?: string;
|
|
674
|
-
|
|
675
|
-
TrafficType?: TrafficType | string;
|
|
676
|
-
|
|
677
|
-
LogDestinationType?: LogDestinationType | string;
|
|
678
|
-
|
|
679
|
-
LogDestination?: string;
|
|
680
|
-
|
|
681
|
-
LogFormat?: string;
|
|
682
|
-
|
|
683
|
-
Tags?: Tag[];
|
|
684
|
-
|
|
685
|
-
MaxAggregationInterval?: number;
|
|
686
|
-
|
|
687
|
-
DestinationOptions?: DestinationOptionsResponse;
|
|
688
|
-
}
|
|
689
|
-
export declare namespace FlowLog {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: FlowLog) => any;
|
|
692
|
-
}
|
|
693
|
-
export interface DescribeFlowLogsResult {
|
|
694
|
-
|
|
695
|
-
FlowLogs?: FlowLog[];
|
|
696
|
-
|
|
697
|
-
NextToken?: string;
|
|
698
|
-
}
|
|
699
|
-
export declare namespace DescribeFlowLogsResult {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: DescribeFlowLogsResult) => any;
|
|
702
|
-
}
|
|
703
|
-
export declare type FpgaImageAttributeName = "description" | "loadPermission" | "name" | "productCodes";
|
|
704
|
-
export interface DescribeFpgaImageAttributeRequest {
|
|
705
|
-
|
|
706
|
-
DryRun?: boolean;
|
|
707
|
-
|
|
708
|
-
FpgaImageId: string | undefined;
|
|
709
|
-
|
|
710
|
-
Attribute: FpgaImageAttributeName | string | undefined;
|
|
711
|
-
}
|
|
712
|
-
export declare namespace DescribeFpgaImageAttributeRequest {
|
|
713
|
-
|
|
714
|
-
const filterSensitiveLog: (obj: DescribeFpgaImageAttributeRequest) => any;
|
|
715
|
-
}
|
|
716
|
-
export declare type PermissionGroup = "all";
|
|
717
|
-
|
|
718
|
-
export interface LoadPermission {
|
|
719
|
-
|
|
720
|
-
UserId?: string;
|
|
721
|
-
|
|
722
|
-
Group?: PermissionGroup | string;
|
|
723
|
-
}
|
|
724
|
-
export declare namespace LoadPermission {
|
|
725
|
-
|
|
726
|
-
const filterSensitiveLog: (obj: LoadPermission) => any;
|
|
727
|
-
}
|
|
728
|
-
export declare type ProductCodeValues = "devpay" | "marketplace";
|
|
729
|
-
|
|
730
|
-
export interface ProductCode {
|
|
731
|
-
|
|
732
|
-
ProductCodeId?: string;
|
|
733
|
-
|
|
734
|
-
ProductCodeType?: ProductCodeValues | string;
|
|
735
|
-
}
|
|
736
|
-
export declare namespace ProductCode {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: ProductCode) => any;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
export interface FpgaImageAttribute {
|
|
742
|
-
|
|
743
|
-
FpgaImageId?: string;
|
|
744
|
-
|
|
745
|
-
Name?: string;
|
|
746
|
-
|
|
747
|
-
Description?: string;
|
|
748
|
-
|
|
749
|
-
LoadPermissions?: LoadPermission[];
|
|
750
|
-
|
|
751
|
-
ProductCodes?: ProductCode[];
|
|
752
|
-
}
|
|
753
|
-
export declare namespace FpgaImageAttribute {
|
|
754
|
-
|
|
755
|
-
const filterSensitiveLog: (obj: FpgaImageAttribute) => any;
|
|
756
|
-
}
|
|
757
|
-
export interface DescribeFpgaImageAttributeResult {
|
|
758
|
-
|
|
759
|
-
FpgaImageAttribute?: FpgaImageAttribute;
|
|
760
|
-
}
|
|
761
|
-
export declare namespace DescribeFpgaImageAttributeResult {
|
|
762
|
-
|
|
763
|
-
const filterSensitiveLog: (obj: DescribeFpgaImageAttributeResult) => any;
|
|
764
|
-
}
|
|
765
|
-
export interface DescribeFpgaImagesRequest {
|
|
766
|
-
|
|
767
|
-
DryRun?: boolean;
|
|
768
|
-
|
|
769
|
-
FpgaImageIds?: string[];
|
|
770
|
-
|
|
771
|
-
Owners?: string[];
|
|
772
|
-
|
|
773
|
-
Filters?: Filter[];
|
|
774
|
-
|
|
775
|
-
NextToken?: string;
|
|
776
|
-
|
|
777
|
-
MaxResults?: number;
|
|
778
|
-
}
|
|
779
|
-
export declare namespace DescribeFpgaImagesRequest {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: DescribeFpgaImagesRequest) => any;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
export interface PciId {
|
|
785
|
-
|
|
786
|
-
DeviceId?: string;
|
|
787
|
-
|
|
788
|
-
VendorId?: string;
|
|
789
|
-
|
|
790
|
-
SubsystemId?: string;
|
|
791
|
-
|
|
792
|
-
SubsystemVendorId?: string;
|
|
793
|
-
}
|
|
794
|
-
export declare namespace PciId {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: PciId) => any;
|
|
797
|
-
}
|
|
798
|
-
export declare type FpgaImageStateCode = "available" | "failed" | "pending" | "unavailable";
|
|
799
|
-
|
|
800
|
-
export interface FpgaImageState {
|
|
801
|
-
|
|
802
|
-
Code?: FpgaImageStateCode | string;
|
|
803
|
-
|
|
804
|
-
Message?: string;
|
|
805
|
-
}
|
|
806
|
-
export declare namespace FpgaImageState {
|
|
807
|
-
|
|
808
|
-
const filterSensitiveLog: (obj: FpgaImageState) => any;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
export interface FpgaImage {
|
|
812
|
-
|
|
813
|
-
FpgaImageId?: string;
|
|
814
|
-
|
|
815
|
-
FpgaImageGlobalId?: string;
|
|
816
|
-
|
|
817
|
-
Name?: string;
|
|
818
|
-
|
|
819
|
-
Description?: string;
|
|
820
|
-
|
|
821
|
-
ShellVersion?: string;
|
|
822
|
-
|
|
823
|
-
PciId?: PciId;
|
|
824
|
-
|
|
825
|
-
State?: FpgaImageState;
|
|
826
|
-
|
|
827
|
-
CreateTime?: Date;
|
|
828
|
-
|
|
829
|
-
UpdateTime?: Date;
|
|
830
|
-
|
|
831
|
-
OwnerId?: string;
|
|
832
|
-
|
|
833
|
-
OwnerAlias?: string;
|
|
834
|
-
|
|
835
|
-
ProductCodes?: ProductCode[];
|
|
836
|
-
|
|
837
|
-
Tags?: Tag[];
|
|
838
|
-
|
|
839
|
-
Public?: boolean;
|
|
840
|
-
|
|
841
|
-
DataRetentionSupport?: boolean;
|
|
842
|
-
}
|
|
843
|
-
export declare namespace FpgaImage {
|
|
844
|
-
|
|
845
|
-
const filterSensitiveLog: (obj: FpgaImage) => any;
|
|
846
|
-
}
|
|
847
|
-
export interface DescribeFpgaImagesResult {
|
|
848
|
-
|
|
849
|
-
FpgaImages?: FpgaImage[];
|
|
850
|
-
|
|
851
|
-
NextToken?: string;
|
|
852
|
-
}
|
|
853
|
-
export declare namespace DescribeFpgaImagesResult {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: DescribeFpgaImagesResult) => any;
|
|
856
|
-
}
|
|
857
|
-
export interface DescribeHostReservationOfferingsRequest {
|
|
858
|
-
|
|
859
|
-
Filter?: Filter[];
|
|
860
|
-
|
|
861
|
-
MaxDuration?: number;
|
|
862
|
-
|
|
863
|
-
MaxResults?: number;
|
|
864
|
-
|
|
865
|
-
MinDuration?: number;
|
|
866
|
-
|
|
867
|
-
NextToken?: string;
|
|
868
|
-
|
|
869
|
-
OfferingId?: string;
|
|
870
|
-
}
|
|
871
|
-
export declare namespace DescribeHostReservationOfferingsRequest {
|
|
872
|
-
|
|
873
|
-
const filterSensitiveLog: (obj: DescribeHostReservationOfferingsRequest) => any;
|
|
874
|
-
}
|
|
875
|
-
export declare enum PaymentOption {
|
|
876
|
-
ALL_UPFRONT = "AllUpfront",
|
|
877
|
-
NO_UPFRONT = "NoUpfront",
|
|
878
|
-
PARTIAL_UPFRONT = "PartialUpfront"
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
export interface HostOffering {
|
|
882
|
-
|
|
883
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
884
|
-
|
|
885
|
-
Duration?: number;
|
|
886
|
-
|
|
887
|
-
HourlyPrice?: string;
|
|
888
|
-
|
|
889
|
-
InstanceFamily?: string;
|
|
890
|
-
|
|
891
|
-
OfferingId?: string;
|
|
892
|
-
|
|
893
|
-
PaymentOption?: PaymentOption | string;
|
|
894
|
-
|
|
895
|
-
UpfrontPrice?: string;
|
|
896
|
-
}
|
|
897
|
-
export declare namespace HostOffering {
|
|
898
|
-
|
|
899
|
-
const filterSensitiveLog: (obj: HostOffering) => any;
|
|
900
|
-
}
|
|
901
|
-
export interface DescribeHostReservationOfferingsResult {
|
|
902
|
-
|
|
903
|
-
NextToken?: string;
|
|
904
|
-
|
|
905
|
-
OfferingSet?: HostOffering[];
|
|
906
|
-
}
|
|
907
|
-
export declare namespace DescribeHostReservationOfferingsResult {
|
|
908
|
-
|
|
909
|
-
const filterSensitiveLog: (obj: DescribeHostReservationOfferingsResult) => any;
|
|
910
|
-
}
|
|
911
|
-
export interface DescribeHostReservationsRequest {
|
|
912
|
-
|
|
913
|
-
Filter?: Filter[];
|
|
914
|
-
|
|
915
|
-
HostReservationIdSet?: string[];
|
|
916
|
-
|
|
917
|
-
MaxResults?: number;
|
|
918
|
-
|
|
919
|
-
NextToken?: string;
|
|
920
|
-
}
|
|
921
|
-
export declare namespace DescribeHostReservationsRequest {
|
|
922
|
-
|
|
923
|
-
const filterSensitiveLog: (obj: DescribeHostReservationsRequest) => any;
|
|
924
|
-
}
|
|
925
|
-
export declare enum ReservationState {
|
|
926
|
-
ACTIVE = "active",
|
|
927
|
-
PAYMENT_FAILED = "payment-failed",
|
|
928
|
-
PAYMENT_PENDING = "payment-pending",
|
|
929
|
-
RETIRED = "retired"
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
export interface HostReservation {
|
|
933
|
-
|
|
934
|
-
Count?: number;
|
|
935
|
-
|
|
936
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
937
|
-
|
|
938
|
-
Duration?: number;
|
|
939
|
-
|
|
940
|
-
End?: Date;
|
|
941
|
-
|
|
942
|
-
HostIdSet?: string[];
|
|
943
|
-
|
|
944
|
-
HostReservationId?: string;
|
|
945
|
-
|
|
946
|
-
HourlyPrice?: string;
|
|
947
|
-
|
|
948
|
-
InstanceFamily?: string;
|
|
949
|
-
|
|
950
|
-
OfferingId?: string;
|
|
951
|
-
|
|
952
|
-
PaymentOption?: PaymentOption | string;
|
|
953
|
-
|
|
954
|
-
Start?: Date;
|
|
955
|
-
|
|
956
|
-
State?: ReservationState | string;
|
|
957
|
-
|
|
958
|
-
UpfrontPrice?: string;
|
|
959
|
-
|
|
960
|
-
Tags?: Tag[];
|
|
961
|
-
}
|
|
962
|
-
export declare namespace HostReservation {
|
|
963
|
-
|
|
964
|
-
const filterSensitiveLog: (obj: HostReservation) => any;
|
|
965
|
-
}
|
|
966
|
-
export interface DescribeHostReservationsResult {
|
|
967
|
-
|
|
968
|
-
HostReservationSet?: HostReservation[];
|
|
969
|
-
|
|
970
|
-
NextToken?: string;
|
|
971
|
-
}
|
|
972
|
-
export declare namespace DescribeHostReservationsResult {
|
|
973
|
-
|
|
974
|
-
const filterSensitiveLog: (obj: DescribeHostReservationsResult) => any;
|
|
975
|
-
}
|
|
976
|
-
export interface DescribeHostsRequest {
|
|
977
|
-
|
|
978
|
-
Filter?: Filter[];
|
|
979
|
-
|
|
980
|
-
HostIds?: string[];
|
|
981
|
-
|
|
982
|
-
MaxResults?: number;
|
|
983
|
-
|
|
984
|
-
NextToken?: string;
|
|
985
|
-
}
|
|
986
|
-
export declare namespace DescribeHostsRequest {
|
|
987
|
-
|
|
988
|
-
const filterSensitiveLog: (obj: DescribeHostsRequest) => any;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
export interface InstanceCapacity {
|
|
992
|
-
|
|
993
|
-
AvailableCapacity?: number;
|
|
994
|
-
|
|
995
|
-
InstanceType?: string;
|
|
996
|
-
|
|
997
|
-
TotalCapacity?: number;
|
|
998
|
-
}
|
|
999
|
-
export declare namespace InstanceCapacity {
|
|
1000
|
-
|
|
1001
|
-
const filterSensitiveLog: (obj: InstanceCapacity) => any;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export interface AvailableCapacity {
|
|
1005
|
-
|
|
1006
|
-
AvailableInstanceCapacity?: InstanceCapacity[];
|
|
1007
|
-
|
|
1008
|
-
AvailableVCpus?: number;
|
|
1009
|
-
}
|
|
1010
|
-
export declare namespace AvailableCapacity {
|
|
1011
|
-
|
|
1012
|
-
const filterSensitiveLog: (obj: AvailableCapacity) => any;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
export interface HostProperties {
|
|
1016
|
-
|
|
1017
|
-
Cores?: number;
|
|
1018
|
-
|
|
1019
|
-
InstanceType?: string;
|
|
1020
|
-
|
|
1021
|
-
InstanceFamily?: string;
|
|
1022
|
-
|
|
1023
|
-
Sockets?: number;
|
|
1024
|
-
|
|
1025
|
-
TotalVCpus?: number;
|
|
1026
|
-
}
|
|
1027
|
-
export declare namespace HostProperties {
|
|
1028
|
-
|
|
1029
|
-
const filterSensitiveLog: (obj: HostProperties) => any;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
export interface HostInstance {
|
|
1033
|
-
|
|
1034
|
-
InstanceId?: string;
|
|
1035
|
-
|
|
1036
|
-
InstanceType?: string;
|
|
1037
|
-
|
|
1038
|
-
OwnerId?: string;
|
|
1039
|
-
}
|
|
1040
|
-
export declare namespace HostInstance {
|
|
1041
|
-
|
|
1042
|
-
const filterSensitiveLog: (obj: HostInstance) => any;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
export interface Host {
|
|
1046
|
-
|
|
1047
|
-
AutoPlacement?: AutoPlacement | string;
|
|
1048
|
-
|
|
1049
|
-
AvailabilityZone?: string;
|
|
1050
|
-
|
|
1051
|
-
AvailableCapacity?: AvailableCapacity;
|
|
1052
|
-
|
|
1053
|
-
ClientToken?: string;
|
|
1054
|
-
|
|
1055
|
-
HostId?: string;
|
|
1056
|
-
|
|
1057
|
-
HostProperties?: HostProperties;
|
|
1058
|
-
|
|
1059
|
-
HostReservationId?: string;
|
|
1060
|
-
|
|
1061
|
-
Instances?: HostInstance[];
|
|
1062
|
-
|
|
1063
|
-
State?: AllocationState | string;
|
|
1064
|
-
|
|
1065
|
-
AllocationTime?: Date;
|
|
1066
|
-
|
|
1067
|
-
ReleaseTime?: Date;
|
|
1068
|
-
|
|
1069
|
-
Tags?: Tag[];
|
|
1070
|
-
|
|
1071
|
-
HostRecovery?: HostRecovery | string;
|
|
1072
|
-
|
|
1073
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | string;
|
|
1074
|
-
|
|
1075
|
-
OwnerId?: string;
|
|
1076
|
-
|
|
1077
|
-
AvailabilityZoneId?: string;
|
|
1078
|
-
|
|
1079
|
-
MemberOfServiceLinkedResourceGroup?: boolean;
|
|
1080
|
-
}
|
|
1081
|
-
export declare namespace Host {
|
|
1082
|
-
|
|
1083
|
-
const filterSensitiveLog: (obj: Host) => any;
|
|
1084
|
-
}
|
|
1085
|
-
export interface DescribeHostsResult {
|
|
1086
|
-
|
|
1087
|
-
Hosts?: Host[];
|
|
1088
|
-
|
|
1089
|
-
NextToken?: string;
|
|
1090
|
-
}
|
|
1091
|
-
export declare namespace DescribeHostsResult {
|
|
1092
|
-
|
|
1093
|
-
const filterSensitiveLog: (obj: DescribeHostsResult) => any;
|
|
1094
|
-
}
|
|
1095
|
-
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
1096
|
-
|
|
1097
|
-
AssociationIds?: string[];
|
|
1098
|
-
|
|
1099
|
-
Filters?: Filter[];
|
|
1100
|
-
|
|
1101
|
-
MaxResults?: number;
|
|
1102
|
-
|
|
1103
|
-
NextToken?: string;
|
|
1104
|
-
}
|
|
1105
|
-
export declare namespace DescribeIamInstanceProfileAssociationsRequest {
|
|
1106
|
-
|
|
1107
|
-
const filterSensitiveLog: (obj: DescribeIamInstanceProfileAssociationsRequest) => any;
|
|
1108
|
-
}
|
|
1109
|
-
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
1110
|
-
|
|
1111
|
-
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[];
|
|
1112
|
-
|
|
1113
|
-
NextToken?: string;
|
|
1114
|
-
}
|
|
1115
|
-
export declare namespace DescribeIamInstanceProfileAssociationsResult {
|
|
1116
|
-
|
|
1117
|
-
const filterSensitiveLog: (obj: DescribeIamInstanceProfileAssociationsResult) => any;
|
|
1118
|
-
}
|
|
1119
|
-
export interface DescribeIdentityIdFormatRequest {
|
|
1120
|
-
|
|
1121
|
-
PrincipalArn: string | undefined;
|
|
1122
|
-
|
|
1123
|
-
Resource?: string;
|
|
1124
|
-
}
|
|
1125
|
-
export declare namespace DescribeIdentityIdFormatRequest {
|
|
1126
|
-
|
|
1127
|
-
const filterSensitiveLog: (obj: DescribeIdentityIdFormatRequest) => any;
|
|
1128
|
-
}
|
|
1129
|
-
export interface DescribeIdentityIdFormatResult {
|
|
1130
|
-
|
|
1131
|
-
Statuses?: IdFormat[];
|
|
1132
|
-
}
|
|
1133
|
-
export declare namespace DescribeIdentityIdFormatResult {
|
|
1134
|
-
|
|
1135
|
-
const filterSensitiveLog: (obj: DescribeIdentityIdFormatResult) => any;
|
|
1136
|
-
}
|
|
1137
|
-
export interface DescribeIdFormatRequest {
|
|
1138
|
-
|
|
1139
|
-
Resource?: string;
|
|
1140
|
-
}
|
|
1141
|
-
export declare namespace DescribeIdFormatRequest {
|
|
1142
|
-
|
|
1143
|
-
const filterSensitiveLog: (obj: DescribeIdFormatRequest) => any;
|
|
1144
|
-
}
|
|
1145
|
-
export interface DescribeIdFormatResult {
|
|
1146
|
-
|
|
1147
|
-
Statuses?: IdFormat[];
|
|
1148
|
-
}
|
|
1149
|
-
export declare namespace DescribeIdFormatResult {
|
|
1150
|
-
|
|
1151
|
-
const filterSensitiveLog: (obj: DescribeIdFormatResult) => any;
|
|
1152
|
-
}
|
|
1153
|
-
export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport";
|
|
1154
|
-
|
|
1155
|
-
export interface DescribeImageAttributeRequest {
|
|
1156
|
-
|
|
1157
|
-
Attribute: ImageAttributeName | string | undefined;
|
|
1158
|
-
|
|
1159
|
-
ImageId: string | undefined;
|
|
1160
|
-
|
|
1161
|
-
DryRun?: boolean;
|
|
1162
|
-
}
|
|
1163
|
-
export declare namespace DescribeImageAttributeRequest {
|
|
1164
|
-
|
|
1165
|
-
const filterSensitiveLog: (obj: DescribeImageAttributeRequest) => any;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
export interface LaunchPermission {
|
|
1169
|
-
|
|
1170
|
-
Group?: PermissionGroup | string;
|
|
1171
|
-
|
|
1172
|
-
UserId?: string;
|
|
1173
|
-
|
|
1174
|
-
OrganizationArn?: string;
|
|
1175
|
-
|
|
1176
|
-
OrganizationalUnitArn?: string;
|
|
1177
|
-
}
|
|
1178
|
-
export declare namespace LaunchPermission {
|
|
1179
|
-
|
|
1180
|
-
const filterSensitiveLog: (obj: LaunchPermission) => any;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
export interface ImageAttribute {
|
|
1184
|
-
|
|
1185
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1186
|
-
|
|
1187
|
-
ImageId?: string;
|
|
1188
|
-
|
|
1189
|
-
LaunchPermissions?: LaunchPermission[];
|
|
1190
|
-
|
|
1191
|
-
ProductCodes?: ProductCode[];
|
|
1192
|
-
|
|
1193
|
-
Description?: AttributeValue;
|
|
1194
|
-
|
|
1195
|
-
KernelId?: AttributeValue;
|
|
1196
|
-
|
|
1197
|
-
RamdiskId?: AttributeValue;
|
|
1198
|
-
|
|
1199
|
-
SriovNetSupport?: AttributeValue;
|
|
1200
|
-
|
|
1201
|
-
BootMode?: AttributeValue;
|
|
1202
|
-
}
|
|
1203
|
-
export declare namespace ImageAttribute {
|
|
1204
|
-
|
|
1205
|
-
const filterSensitiveLog: (obj: ImageAttribute) => any;
|
|
1206
|
-
}
|
|
1207
|
-
export interface DescribeImagesRequest {
|
|
1208
|
-
|
|
1209
|
-
ExecutableUsers?: string[];
|
|
1210
|
-
|
|
1211
|
-
Filters?: Filter[];
|
|
1212
|
-
|
|
1213
|
-
ImageIds?: string[];
|
|
1214
|
-
|
|
1215
|
-
Owners?: string[];
|
|
1216
|
-
|
|
1217
|
-
IncludeDeprecated?: boolean;
|
|
1218
|
-
|
|
1219
|
-
DryRun?: boolean;
|
|
1220
|
-
}
|
|
1221
|
-
export declare namespace DescribeImagesRequest {
|
|
1222
|
-
|
|
1223
|
-
const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
1224
|
-
}
|
|
1225
|
-
export declare type ArchitectureValues = "arm64" | "i386" | "x86_64" | "x86_64_mac";
|
|
1226
|
-
export declare type BootModeValues = "legacy-bios" | "uefi";
|
|
1227
|
-
export declare type HypervisorType = "ovm" | "xen";
|
|
1228
|
-
export declare type ImageTypeValues = "kernel" | "machine" | "ramdisk";
|
|
1229
|
-
export declare type DeviceType = "ebs" | "instance-store";
|
|
1230
|
-
export declare type ImageState = "available" | "deregistered" | "error" | "failed" | "invalid" | "pending" | "transient";
|
|
1231
|
-
|
|
1232
|
-
export interface StateReason {
|
|
1233
|
-
|
|
1234
|
-
Code?: string;
|
|
1235
|
-
|
|
1236
|
-
Message?: string;
|
|
1237
|
-
}
|
|
1238
|
-
export declare namespace StateReason {
|
|
1239
|
-
|
|
1240
|
-
const filterSensitiveLog: (obj: StateReason) => any;
|
|
1241
|
-
}
|
|
1242
|
-
export declare type VirtualizationType = "hvm" | "paravirtual";
|
|
1243
|
-
|
|
1244
|
-
export interface Image {
|
|
1245
|
-
|
|
1246
|
-
Architecture?: ArchitectureValues | string;
|
|
1247
|
-
|
|
1248
|
-
CreationDate?: string;
|
|
1249
|
-
|
|
1250
|
-
ImageId?: string;
|
|
1251
|
-
|
|
1252
|
-
ImageLocation?: string;
|
|
1253
|
-
|
|
1254
|
-
ImageType?: ImageTypeValues | string;
|
|
1255
|
-
|
|
1256
|
-
Public?: boolean;
|
|
1257
|
-
|
|
1258
|
-
KernelId?: string;
|
|
1259
|
-
|
|
1260
|
-
OwnerId?: string;
|
|
1261
|
-
|
|
1262
|
-
Platform?: PlatformValues | string;
|
|
1263
|
-
|
|
1264
|
-
PlatformDetails?: string;
|
|
1265
|
-
|
|
1266
|
-
UsageOperation?: string;
|
|
1267
|
-
|
|
1268
|
-
ProductCodes?: ProductCode[];
|
|
1269
|
-
|
|
1270
|
-
RamdiskId?: string;
|
|
1271
|
-
|
|
1272
|
-
State?: ImageState | string;
|
|
1273
|
-
|
|
1274
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1275
|
-
|
|
1276
|
-
Description?: string;
|
|
1277
|
-
|
|
1278
|
-
EnaSupport?: boolean;
|
|
1279
|
-
|
|
1280
|
-
Hypervisor?: HypervisorType | string;
|
|
1281
|
-
|
|
1282
|
-
ImageOwnerAlias?: string;
|
|
1283
|
-
|
|
1284
|
-
Name?: string;
|
|
1285
|
-
|
|
1286
|
-
RootDeviceName?: string;
|
|
1287
|
-
|
|
1288
|
-
RootDeviceType?: DeviceType | string;
|
|
1289
|
-
|
|
1290
|
-
SriovNetSupport?: string;
|
|
1291
|
-
|
|
1292
|
-
StateReason?: StateReason;
|
|
1293
|
-
|
|
1294
|
-
Tags?: Tag[];
|
|
1295
|
-
|
|
1296
|
-
VirtualizationType?: VirtualizationType | string;
|
|
1297
|
-
|
|
1298
|
-
BootMode?: BootModeValues | string;
|
|
1299
|
-
|
|
1300
|
-
DeprecationTime?: string;
|
|
1301
|
-
}
|
|
1302
|
-
export declare namespace Image {
|
|
1303
|
-
|
|
1304
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
1305
|
-
}
|
|
1306
|
-
export interface DescribeImagesResult {
|
|
1307
|
-
|
|
1308
|
-
Images?: Image[];
|
|
1309
|
-
}
|
|
1310
|
-
export declare namespace DescribeImagesResult {
|
|
1311
|
-
|
|
1312
|
-
const filterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
1313
|
-
}
|
|
1314
|
-
export interface DescribeImportImageTasksRequest {
|
|
1315
|
-
|
|
1316
|
-
DryRun?: boolean;
|
|
1317
|
-
|
|
1318
|
-
Filters?: Filter[];
|
|
1319
|
-
|
|
1320
|
-
ImportTaskIds?: string[];
|
|
1321
|
-
|
|
1322
|
-
MaxResults?: number;
|
|
1323
|
-
|
|
1324
|
-
NextToken?: string;
|
|
1325
|
-
}
|
|
1326
|
-
export declare namespace DescribeImportImageTasksRequest {
|
|
1327
|
-
|
|
1328
|
-
const filterSensitiveLog: (obj: DescribeImportImageTasksRequest) => any;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
export interface ImportImageLicenseConfigurationResponse {
|
|
1332
|
-
|
|
1333
|
-
LicenseConfigurationArn?: string;
|
|
1334
|
-
}
|
|
1335
|
-
export declare namespace ImportImageLicenseConfigurationResponse {
|
|
1336
|
-
|
|
1337
|
-
const filterSensitiveLog: (obj: ImportImageLicenseConfigurationResponse) => any;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
export interface UserBucketDetails {
|
|
1341
|
-
|
|
1342
|
-
S3Bucket?: string;
|
|
1343
|
-
|
|
1344
|
-
S3Key?: string;
|
|
1345
|
-
}
|
|
1346
|
-
export declare namespace UserBucketDetails {
|
|
1347
|
-
|
|
1348
|
-
const filterSensitiveLog: (obj: UserBucketDetails) => any;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
export interface SnapshotDetail {
|
|
1352
|
-
|
|
1353
|
-
Description?: string;
|
|
1354
|
-
|
|
1355
|
-
DeviceName?: string;
|
|
1356
|
-
|
|
1357
|
-
DiskImageSize?: number;
|
|
1358
|
-
|
|
1359
|
-
Format?: string;
|
|
1360
|
-
|
|
1361
|
-
Progress?: string;
|
|
1362
|
-
|
|
1363
|
-
SnapshotId?: string;
|
|
1364
|
-
|
|
1365
|
-
Status?: string;
|
|
1366
|
-
|
|
1367
|
-
StatusMessage?: string;
|
|
1368
|
-
|
|
1369
|
-
Url?: string;
|
|
1370
|
-
|
|
1371
|
-
UserBucket?: UserBucketDetails;
|
|
1372
|
-
}
|
|
1373
|
-
export declare namespace SnapshotDetail {
|
|
1374
|
-
|
|
1375
|
-
const filterSensitiveLog: (obj: SnapshotDetail) => any;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
export interface ImportImageTask {
|
|
1379
|
-
|
|
1380
|
-
Architecture?: string;
|
|
1381
|
-
|
|
1382
|
-
Description?: string;
|
|
1383
|
-
|
|
1384
|
-
Encrypted?: boolean;
|
|
1385
|
-
|
|
1386
|
-
Hypervisor?: string;
|
|
1387
|
-
|
|
1388
|
-
ImageId?: string;
|
|
1389
|
-
|
|
1390
|
-
ImportTaskId?: string;
|
|
1391
|
-
|
|
1392
|
-
KmsKeyId?: string;
|
|
1393
|
-
|
|
1394
|
-
LicenseType?: string;
|
|
1395
|
-
|
|
1396
|
-
Platform?: string;
|
|
1397
|
-
|
|
1398
|
-
Progress?: string;
|
|
1399
|
-
|
|
1400
|
-
SnapshotDetails?: SnapshotDetail[];
|
|
1401
|
-
|
|
1402
|
-
Status?: string;
|
|
1403
|
-
|
|
1404
|
-
StatusMessage?: string;
|
|
1405
|
-
|
|
1406
|
-
Tags?: Tag[];
|
|
1407
|
-
|
|
1408
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
1409
|
-
|
|
1410
|
-
UsageOperation?: string;
|
|
1411
|
-
|
|
1412
|
-
BootMode?: BootModeValues | string;
|
|
1413
|
-
}
|
|
1414
|
-
export declare namespace ImportImageTask {
|
|
1415
|
-
|
|
1416
|
-
const filterSensitiveLog: (obj: ImportImageTask) => any;
|
|
1417
|
-
}
|
|
1418
|
-
export interface DescribeImportImageTasksResult {
|
|
1419
|
-
|
|
1420
|
-
ImportImageTasks?: ImportImageTask[];
|
|
1421
|
-
|
|
1422
|
-
NextToken?: string;
|
|
1423
|
-
}
|
|
1424
|
-
export declare namespace DescribeImportImageTasksResult {
|
|
1425
|
-
|
|
1426
|
-
const filterSensitiveLog: (obj: DescribeImportImageTasksResult) => any;
|
|
1427
|
-
}
|
|
1428
|
-
export interface DescribeImportSnapshotTasksRequest {
|
|
1429
|
-
|
|
1430
|
-
DryRun?: boolean;
|
|
1431
|
-
|
|
1432
|
-
Filters?: Filter[];
|
|
1433
|
-
|
|
1434
|
-
ImportTaskIds?: string[];
|
|
1435
|
-
|
|
1436
|
-
MaxResults?: number;
|
|
1437
|
-
|
|
1438
|
-
NextToken?: string;
|
|
1439
|
-
}
|
|
1440
|
-
export declare namespace DescribeImportSnapshotTasksRequest {
|
|
1441
|
-
|
|
1442
|
-
const filterSensitiveLog: (obj: DescribeImportSnapshotTasksRequest) => any;
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
export interface SnapshotTaskDetail {
|
|
1446
|
-
|
|
1447
|
-
Description?: string;
|
|
1448
|
-
|
|
1449
|
-
DiskImageSize?: number;
|
|
1450
|
-
|
|
1451
|
-
Encrypted?: boolean;
|
|
1452
|
-
|
|
1453
|
-
Format?: string;
|
|
1454
|
-
|
|
1455
|
-
KmsKeyId?: string;
|
|
1456
|
-
|
|
1457
|
-
Progress?: string;
|
|
1458
|
-
|
|
1459
|
-
SnapshotId?: string;
|
|
1460
|
-
|
|
1461
|
-
Status?: string;
|
|
1462
|
-
|
|
1463
|
-
StatusMessage?: string;
|
|
1464
|
-
|
|
1465
|
-
Url?: string;
|
|
1466
|
-
|
|
1467
|
-
UserBucket?: UserBucketDetails;
|
|
1468
|
-
}
|
|
1469
|
-
export declare namespace SnapshotTaskDetail {
|
|
1470
|
-
|
|
1471
|
-
const filterSensitiveLog: (obj: SnapshotTaskDetail) => any;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
export interface ImportSnapshotTask {
|
|
1475
|
-
|
|
1476
|
-
Description?: string;
|
|
1477
|
-
|
|
1478
|
-
ImportTaskId?: string;
|
|
1479
|
-
|
|
1480
|
-
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
1481
|
-
|
|
1482
|
-
Tags?: Tag[];
|
|
1483
|
-
}
|
|
1484
|
-
export declare namespace ImportSnapshotTask {
|
|
1485
|
-
|
|
1486
|
-
const filterSensitiveLog: (obj: ImportSnapshotTask) => any;
|
|
1487
|
-
}
|
|
1488
|
-
export interface DescribeImportSnapshotTasksResult {
|
|
1489
|
-
|
|
1490
|
-
ImportSnapshotTasks?: ImportSnapshotTask[];
|
|
1491
|
-
|
|
1492
|
-
NextToken?: string;
|
|
1493
|
-
}
|
|
1494
|
-
export declare namespace DescribeImportSnapshotTasksResult {
|
|
1495
|
-
|
|
1496
|
-
const filterSensitiveLog: (obj: DescribeImportSnapshotTasksResult) => any;
|
|
1497
|
-
}
|
|
1498
|
-
export declare type InstanceAttributeName = "blockDeviceMapping" | "disableApiTermination" | "ebsOptimized" | "enaSupport" | "enclaveOptions" | "groupSet" | "instanceInitiatedShutdownBehavior" | "instanceType" | "kernel" | "productCodes" | "ramdisk" | "rootDeviceName" | "sourceDestCheck" | "sriovNetSupport" | "userData";
|
|
1499
|
-
export interface DescribeInstanceAttributeRequest {
|
|
1500
|
-
|
|
1501
|
-
Attribute: InstanceAttributeName | string | undefined;
|
|
1502
|
-
|
|
1503
|
-
DryRun?: boolean;
|
|
1504
|
-
|
|
1505
|
-
InstanceId: string | undefined;
|
|
1506
|
-
}
|
|
1507
|
-
export declare namespace DescribeInstanceAttributeRequest {
|
|
1508
|
-
|
|
1509
|
-
const filterSensitiveLog: (obj: DescribeInstanceAttributeRequest) => any;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
export interface EbsInstanceBlockDevice {
|
|
1513
|
-
|
|
1514
|
-
AttachTime?: Date;
|
|
1515
|
-
|
|
1516
|
-
DeleteOnTermination?: boolean;
|
|
1517
|
-
|
|
1518
|
-
Status?: AttachmentStatus | string;
|
|
1519
|
-
|
|
1520
|
-
VolumeId?: string;
|
|
1521
|
-
}
|
|
1522
|
-
export declare namespace EbsInstanceBlockDevice {
|
|
1523
|
-
|
|
1524
|
-
const filterSensitiveLog: (obj: EbsInstanceBlockDevice) => any;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
export interface InstanceBlockDeviceMapping {
|
|
1528
|
-
|
|
1529
|
-
DeviceName?: string;
|
|
1530
|
-
|
|
1531
|
-
Ebs?: EbsInstanceBlockDevice;
|
|
1532
|
-
}
|
|
1533
|
-
export declare namespace InstanceBlockDeviceMapping {
|
|
1534
|
-
|
|
1535
|
-
const filterSensitiveLog: (obj: InstanceBlockDeviceMapping) => any;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
export interface AttributeBooleanValue {
|
|
1539
|
-
|
|
1540
|
-
Value?: boolean;
|
|
1541
|
-
}
|
|
1542
|
-
export declare namespace AttributeBooleanValue {
|
|
1543
|
-
|
|
1544
|
-
const filterSensitiveLog: (obj: AttributeBooleanValue) => any;
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
export interface EnclaveOptions {
|
|
1548
|
-
|
|
1549
|
-
Enabled?: boolean;
|
|
1550
|
-
}
|
|
1551
|
-
export declare namespace EnclaveOptions {
|
|
1552
|
-
|
|
1553
|
-
const filterSensitiveLog: (obj: EnclaveOptions) => any;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
export interface InstanceAttribute {
|
|
1557
|
-
|
|
1558
|
-
Groups?: GroupIdentifier[];
|
|
1559
|
-
|
|
1560
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
1561
|
-
|
|
1562
|
-
DisableApiTermination?: AttributeBooleanValue;
|
|
1563
|
-
|
|
1564
|
-
EnaSupport?: AttributeBooleanValue;
|
|
1565
|
-
|
|
1566
|
-
EnclaveOptions?: EnclaveOptions;
|
|
1567
|
-
|
|
1568
|
-
EbsOptimized?: AttributeBooleanValue;
|
|
1569
|
-
|
|
1570
|
-
InstanceId?: string;
|
|
1571
|
-
|
|
1572
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1573
|
-
|
|
1574
|
-
InstanceType?: AttributeValue;
|
|
1575
|
-
|
|
1576
|
-
KernelId?: AttributeValue;
|
|
1577
|
-
|
|
1578
|
-
ProductCodes?: ProductCode[];
|
|
1579
|
-
|
|
1580
|
-
RamdiskId?: AttributeValue;
|
|
1581
|
-
|
|
1582
|
-
RootDeviceName?: AttributeValue;
|
|
1583
|
-
|
|
1584
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
1585
|
-
|
|
1586
|
-
SriovNetSupport?: AttributeValue;
|
|
1587
|
-
|
|
1588
|
-
UserData?: AttributeValue;
|
|
1589
|
-
}
|
|
1590
|
-
export declare namespace InstanceAttribute {
|
|
1591
|
-
|
|
1592
|
-
const filterSensitiveLog: (obj: InstanceAttribute) => any;
|
|
1593
|
-
}
|
|
1594
|
-
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
1595
|
-
|
|
1596
|
-
DryRun?: boolean;
|
|
1597
|
-
|
|
1598
|
-
Filters?: Filter[];
|
|
1599
|
-
|
|
1600
|
-
InstanceIds?: string[];
|
|
1601
|
-
|
|
1602
|
-
MaxResults?: number;
|
|
1603
|
-
|
|
1604
|
-
NextToken?: string;
|
|
1605
|
-
}
|
|
1606
|
-
export declare namespace DescribeInstanceCreditSpecificationsRequest {
|
|
1607
|
-
|
|
1608
|
-
const filterSensitiveLog: (obj: DescribeInstanceCreditSpecificationsRequest) => any;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
export interface InstanceCreditSpecification {
|
|
1612
|
-
|
|
1613
|
-
InstanceId?: string;
|
|
1614
|
-
|
|
1615
|
-
CpuCredits?: string;
|
|
1616
|
-
}
|
|
1617
|
-
export declare namespace InstanceCreditSpecification {
|
|
1618
|
-
|
|
1619
|
-
const filterSensitiveLog: (obj: InstanceCreditSpecification) => any;
|
|
1620
|
-
}
|
|
1621
|
-
export interface DescribeInstanceCreditSpecificationsResult {
|
|
1622
|
-
|
|
1623
|
-
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
1624
|
-
|
|
1625
|
-
NextToken?: string;
|
|
1626
|
-
}
|
|
1627
|
-
export declare namespace DescribeInstanceCreditSpecificationsResult {
|
|
1628
|
-
|
|
1629
|
-
const filterSensitiveLog: (obj: DescribeInstanceCreditSpecificationsResult) => any;
|
|
1630
|
-
}
|
|
1631
|
-
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
1632
|
-
|
|
1633
|
-
DryRun?: boolean;
|
|
1634
|
-
}
|
|
1635
|
-
export declare namespace DescribeInstanceEventNotificationAttributesRequest {
|
|
1636
|
-
|
|
1637
|
-
const filterSensitiveLog: (obj: DescribeInstanceEventNotificationAttributesRequest) => any;
|
|
1638
|
-
}
|
|
1639
|
-
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
1640
|
-
|
|
1641
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1642
|
-
}
|
|
1643
|
-
export declare namespace DescribeInstanceEventNotificationAttributesResult {
|
|
1644
|
-
|
|
1645
|
-
const filterSensitiveLog: (obj: DescribeInstanceEventNotificationAttributesResult) => any;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
export interface DescribeInstanceEventWindowsRequest {
|
|
1649
|
-
|
|
1650
|
-
DryRun?: boolean;
|
|
1651
|
-
|
|
1652
|
-
InstanceEventWindowIds?: string[];
|
|
1653
|
-
|
|
1654
|
-
Filters?: Filter[];
|
|
1655
|
-
|
|
1656
|
-
MaxResults?: number;
|
|
1657
|
-
|
|
1658
|
-
NextToken?: string;
|
|
1659
|
-
}
|
|
1660
|
-
export declare namespace DescribeInstanceEventWindowsRequest {
|
|
1661
|
-
|
|
1662
|
-
const filterSensitiveLog: (obj: DescribeInstanceEventWindowsRequest) => any;
|
|
1663
|
-
}
|
|
1664
|
-
export interface DescribeInstanceEventWindowsResult {
|
|
1665
|
-
|
|
1666
|
-
InstanceEventWindows?: InstanceEventWindow[];
|
|
1667
|
-
|
|
1668
|
-
NextToken?: string;
|
|
1669
|
-
}
|
|
1670
|
-
export declare namespace DescribeInstanceEventWindowsResult {
|
|
1671
|
-
|
|
1672
|
-
const filterSensitiveLog: (obj: DescribeInstanceEventWindowsResult) => any;
|
|
1673
|
-
}
|
|
1674
|
-
export interface DescribeInstancesRequest {
|
|
1675
|
-
|
|
1676
|
-
Filters?: Filter[];
|
|
1677
|
-
|
|
1678
|
-
InstanceIds?: string[];
|
|
1679
|
-
|
|
1680
|
-
DryRun?: boolean;
|
|
1681
|
-
|
|
1682
|
-
MaxResults?: number;
|
|
1683
|
-
|
|
1684
|
-
NextToken?: string;
|
|
1685
|
-
}
|
|
1686
|
-
export declare namespace DescribeInstancesRequest {
|
|
1687
|
-
|
|
1688
|
-
const filterSensitiveLog: (obj: DescribeInstancesRequest) => any;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
export interface CapacityReservationSpecificationResponse {
|
|
1692
|
-
|
|
1693
|
-
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
1694
|
-
|
|
1695
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse;
|
|
1696
|
-
}
|
|
1697
|
-
export declare namespace CapacityReservationSpecificationResponse {
|
|
1698
|
-
|
|
1699
|
-
const filterSensitiveLog: (obj: CapacityReservationSpecificationResponse) => any;
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
export interface CpuOptions {
|
|
1703
|
-
|
|
1704
|
-
CoreCount?: number;
|
|
1705
|
-
|
|
1706
|
-
ThreadsPerCore?: number;
|
|
1707
|
-
}
|
|
1708
|
-
export declare namespace CpuOptions {
|
|
1709
|
-
|
|
1710
|
-
const filterSensitiveLog: (obj: CpuOptions) => any;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
export interface ElasticGpuAssociation {
|
|
1714
|
-
|
|
1715
|
-
ElasticGpuId?: string;
|
|
1716
|
-
|
|
1717
|
-
ElasticGpuAssociationId?: string;
|
|
1718
|
-
|
|
1719
|
-
ElasticGpuAssociationState?: string;
|
|
1720
|
-
|
|
1721
|
-
ElasticGpuAssociationTime?: string;
|
|
1722
|
-
}
|
|
1723
|
-
export declare namespace ElasticGpuAssociation {
|
|
1724
|
-
|
|
1725
|
-
const filterSensitiveLog: (obj: ElasticGpuAssociation) => any;
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
export interface ElasticInferenceAcceleratorAssociation {
|
|
1729
|
-
|
|
1730
|
-
ElasticInferenceAcceleratorArn?: string;
|
|
1731
|
-
|
|
1732
|
-
ElasticInferenceAcceleratorAssociationId?: string;
|
|
1733
|
-
|
|
1734
|
-
ElasticInferenceAcceleratorAssociationState?: string;
|
|
1735
|
-
|
|
1736
|
-
ElasticInferenceAcceleratorAssociationTime?: Date;
|
|
1737
|
-
}
|
|
1738
|
-
export declare namespace ElasticInferenceAcceleratorAssociation {
|
|
1739
|
-
|
|
1740
|
-
const filterSensitiveLog: (obj: ElasticInferenceAcceleratorAssociation) => any;
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
export interface HibernationOptions {
|
|
1744
|
-
|
|
1745
|
-
Configured?: boolean;
|
|
1746
|
-
}
|
|
1747
|
-
export declare namespace HibernationOptions {
|
|
1748
|
-
|
|
1749
|
-
const filterSensitiveLog: (obj: HibernationOptions) => any;
|
|
1750
|
-
}
|
|
1751
|
-
export declare type InstanceLifecycleType = "scheduled" | "spot";
|
|
1752
|
-
|
|
1753
|
-
export interface LicenseConfiguration {
|
|
1754
|
-
|
|
1755
|
-
LicenseConfigurationArn?: string;
|
|
1756
|
-
}
|
|
1757
|
-
export declare namespace LicenseConfiguration {
|
|
1758
|
-
|
|
1759
|
-
const filterSensitiveLog: (obj: LicenseConfiguration) => any;
|
|
1760
|
-
}
|
|
1761
|
-
export declare type InstanceMetadataEndpointState = "disabled" | "enabled";
|
|
1762
|
-
export declare enum InstanceMetadataProtocolState {
|
|
1763
|
-
disabled = "disabled",
|
|
1764
|
-
enabled = "enabled"
|
|
1765
|
-
}
|
|
1766
|
-
export declare enum HttpTokensState {
|
|
1767
|
-
optional = "optional",
|
|
1768
|
-
required = "required"
|
|
1769
|
-
}
|
|
1770
|
-
export declare enum InstanceMetadataTagsState {
|
|
1771
|
-
disabled = "disabled",
|
|
1772
|
-
enabled = "enabled"
|
|
1773
|
-
}
|
|
1774
|
-
export declare type InstanceMetadataOptionsState = "applied" | "pending";
|
|
1775
|
-
|
|
1776
|
-
export interface InstanceMetadataOptionsResponse {
|
|
1777
|
-
|
|
1778
|
-
State?: InstanceMetadataOptionsState | string;
|
|
1779
|
-
|
|
1780
|
-
HttpTokens?: HttpTokensState | string;
|
|
1781
|
-
|
|
1782
|
-
HttpPutResponseHopLimit?: number;
|
|
1783
|
-
|
|
1784
|
-
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
1785
|
-
|
|
1786
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
1787
|
-
|
|
1788
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
1789
|
-
}
|
|
1790
|
-
export declare namespace InstanceMetadataOptionsResponse {
|
|
1791
|
-
|
|
1792
|
-
const filterSensitiveLog: (obj: InstanceMetadataOptionsResponse) => any;
|
|
1793
|
-
}
|
|
1794
|
-
export declare type MonitoringState = "disabled" | "disabling" | "enabled" | "pending";
|
|
1795
|
-
|
|
1796
|
-
export interface Monitoring {
|
|
1797
|
-
|
|
1798
|
-
State?: MonitoringState | string;
|
|
1799
|
-
}
|
|
1800
|
-
export declare namespace Monitoring {
|
|
1801
|
-
|
|
1802
|
-
const filterSensitiveLog: (obj: Monitoring) => any;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
export interface InstanceNetworkInterfaceAssociation {
|
|
1806
|
-
|
|
1807
|
-
CarrierIp?: string;
|
|
1808
|
-
|
|
1809
|
-
CustomerOwnedIp?: string;
|
|
1810
|
-
|
|
1811
|
-
IpOwnerId?: string;
|
|
1812
|
-
|
|
1813
|
-
PublicDnsName?: string;
|
|
1814
|
-
|
|
1815
|
-
PublicIp?: string;
|
|
1816
|
-
}
|
|
1817
|
-
export declare namespace InstanceNetworkInterfaceAssociation {
|
|
1818
|
-
|
|
1819
|
-
const filterSensitiveLog: (obj: InstanceNetworkInterfaceAssociation) => any;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
export interface InstanceNetworkInterfaceAttachment {
|
|
1823
|
-
|
|
1824
|
-
AttachTime?: Date;
|
|
1825
|
-
|
|
1826
|
-
AttachmentId?: string;
|
|
1827
|
-
|
|
1828
|
-
DeleteOnTermination?: boolean;
|
|
1829
|
-
|
|
1830
|
-
DeviceIndex?: number;
|
|
1831
|
-
|
|
1832
|
-
Status?: AttachmentStatus | string;
|
|
1833
|
-
|
|
1834
|
-
NetworkCardIndex?: number;
|
|
1835
|
-
}
|
|
1836
|
-
export declare namespace InstanceNetworkInterfaceAttachment {
|
|
1837
|
-
|
|
1838
|
-
const filterSensitiveLog: (obj: InstanceNetworkInterfaceAttachment) => any;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
export interface InstanceIpv4Prefix {
|
|
1842
|
-
|
|
1843
|
-
Ipv4Prefix?: string;
|
|
1844
|
-
}
|
|
1845
|
-
export declare namespace InstanceIpv4Prefix {
|
|
1846
|
-
|
|
1847
|
-
const filterSensitiveLog: (obj: InstanceIpv4Prefix) => any;
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
export interface InstanceIpv6Prefix {
|
|
1851
|
-
|
|
1852
|
-
Ipv6Prefix?: string;
|
|
1853
|
-
}
|
|
1854
|
-
export declare namespace InstanceIpv6Prefix {
|
|
1855
|
-
|
|
1856
|
-
const filterSensitiveLog: (obj: InstanceIpv6Prefix) => any;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
export interface InstancePrivateIpAddress {
|
|
1860
|
-
|
|
1861
|
-
Association?: InstanceNetworkInterfaceAssociation;
|
|
1862
|
-
|
|
1863
|
-
Primary?: boolean;
|
|
1864
|
-
|
|
1865
|
-
PrivateDnsName?: string;
|
|
1866
|
-
|
|
1867
|
-
PrivateIpAddress?: string;
|
|
1868
|
-
}
|
|
1869
|
-
export declare namespace InstancePrivateIpAddress {
|
|
1870
|
-
|
|
1871
|
-
const filterSensitiveLog: (obj: InstancePrivateIpAddress) => any;
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
export interface InstanceNetworkInterface {
|
|
1875
|
-
|
|
1876
|
-
Association?: InstanceNetworkInterfaceAssociation;
|
|
1877
|
-
|
|
1878
|
-
Attachment?: InstanceNetworkInterfaceAttachment;
|
|
1879
|
-
|
|
1880
|
-
Description?: string;
|
|
1881
|
-
|
|
1882
|
-
Groups?: GroupIdentifier[];
|
|
1883
|
-
|
|
1884
|
-
Ipv6Addresses?: InstanceIpv6Address[];
|
|
1885
|
-
|
|
1886
|
-
MacAddress?: string;
|
|
1887
|
-
|
|
1888
|
-
NetworkInterfaceId?: string;
|
|
1889
|
-
|
|
1890
|
-
OwnerId?: string;
|
|
1891
|
-
|
|
1892
|
-
PrivateDnsName?: string;
|
|
1893
|
-
|
|
1894
|
-
PrivateIpAddress?: string;
|
|
1895
|
-
|
|
1896
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[];
|
|
1897
|
-
|
|
1898
|
-
SourceDestCheck?: boolean;
|
|
1899
|
-
|
|
1900
|
-
Status?: NetworkInterfaceStatus | string;
|
|
1901
|
-
|
|
1902
|
-
SubnetId?: string;
|
|
1903
|
-
|
|
1904
|
-
VpcId?: string;
|
|
1905
|
-
|
|
1906
|
-
InterfaceType?: string;
|
|
1907
|
-
|
|
1908
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[];
|
|
1909
|
-
|
|
1910
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[];
|
|
1911
|
-
}
|
|
1912
|
-
export declare namespace InstanceNetworkInterface {
|
|
1913
|
-
|
|
1914
|
-
const filterSensitiveLog: (obj: InstanceNetworkInterface) => any;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
export interface PrivateDnsNameOptionsResponse {
|
|
1918
|
-
|
|
1919
|
-
HostnameType?: HostnameType | string;
|
|
1920
|
-
|
|
1921
|
-
EnableResourceNameDnsARecord?: boolean;
|
|
1922
|
-
|
|
1923
|
-
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1924
|
-
}
|
|
1925
|
-
export declare namespace PrivateDnsNameOptionsResponse {
|
|
1926
|
-
|
|
1927
|
-
const filterSensitiveLog: (obj: PrivateDnsNameOptionsResponse) => any;
|
|
1928
|
-
}
|
|
1929
|
-
export declare type InstanceStateName = "pending" | "running" | "shutting-down" | "stopped" | "stopping" | "terminated";
|
|
1930
|
-
|
|
1931
|
-
export interface InstanceState {
|
|
1932
|
-
|
|
1933
|
-
Code?: number;
|
|
1934
|
-
|
|
1935
|
-
Name?: InstanceStateName | string;
|
|
1936
|
-
}
|
|
1937
|
-
export declare namespace InstanceState {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: InstanceState) => any;
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
export interface Instance {
|
|
1943
|
-
|
|
1944
|
-
AmiLaunchIndex?: number;
|
|
1945
|
-
|
|
1946
|
-
ImageId?: string;
|
|
1947
|
-
|
|
1948
|
-
InstanceId?: string;
|
|
1949
|
-
|
|
1950
|
-
InstanceType?: _InstanceType | string;
|
|
1951
|
-
|
|
1952
|
-
KernelId?: string;
|
|
1953
|
-
|
|
1954
|
-
KeyName?: string;
|
|
1955
|
-
|
|
1956
|
-
LaunchTime?: Date;
|
|
1957
|
-
|
|
1958
|
-
Monitoring?: Monitoring;
|
|
1959
|
-
|
|
1960
|
-
Placement?: Placement;
|
|
1961
|
-
|
|
1962
|
-
Platform?: PlatformValues | string;
|
|
1963
|
-
|
|
1964
|
-
PrivateDnsName?: string;
|
|
1965
|
-
|
|
1966
|
-
PrivateIpAddress?: string;
|
|
1967
|
-
|
|
1968
|
-
ProductCodes?: ProductCode[];
|
|
1969
|
-
|
|
1970
|
-
PublicDnsName?: string;
|
|
1971
|
-
|
|
1972
|
-
PublicIpAddress?: string;
|
|
1973
|
-
|
|
1974
|
-
RamdiskId?: string;
|
|
1975
|
-
|
|
1976
|
-
State?: InstanceState;
|
|
1977
|
-
|
|
1978
|
-
StateTransitionReason?: string;
|
|
1979
|
-
|
|
1980
|
-
SubnetId?: string;
|
|
1981
|
-
|
|
1982
|
-
VpcId?: string;
|
|
1983
|
-
|
|
1984
|
-
Architecture?: ArchitectureValues | string;
|
|
1985
|
-
|
|
1986
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
1987
|
-
|
|
1988
|
-
ClientToken?: string;
|
|
1989
|
-
|
|
1990
|
-
EbsOptimized?: boolean;
|
|
1991
|
-
|
|
1992
|
-
EnaSupport?: boolean;
|
|
1993
|
-
|
|
1994
|
-
Hypervisor?: HypervisorType | string;
|
|
1995
|
-
|
|
1996
|
-
IamInstanceProfile?: IamInstanceProfile;
|
|
1997
|
-
|
|
1998
|
-
InstanceLifecycle?: InstanceLifecycleType | string;
|
|
1999
|
-
|
|
2000
|
-
ElasticGpuAssociations?: ElasticGpuAssociation[];
|
|
2001
|
-
|
|
2002
|
-
ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[];
|
|
2003
|
-
|
|
2004
|
-
NetworkInterfaces?: InstanceNetworkInterface[];
|
|
2005
|
-
|
|
2006
|
-
OutpostArn?: string;
|
|
2007
|
-
|
|
2008
|
-
RootDeviceName?: string;
|
|
2009
|
-
|
|
2010
|
-
RootDeviceType?: DeviceType | string;
|
|
2011
|
-
|
|
2012
|
-
SecurityGroups?: GroupIdentifier[];
|
|
2013
|
-
|
|
2014
|
-
SourceDestCheck?: boolean;
|
|
2015
|
-
|
|
2016
|
-
SpotInstanceRequestId?: string;
|
|
2017
|
-
|
|
2018
|
-
SriovNetSupport?: string;
|
|
2019
|
-
|
|
2020
|
-
StateReason?: StateReason;
|
|
2021
|
-
|
|
2022
|
-
Tags?: Tag[];
|
|
2023
|
-
|
|
2024
|
-
VirtualizationType?: VirtualizationType | string;
|
|
2025
|
-
|
|
2026
|
-
CpuOptions?: CpuOptions;
|
|
2027
|
-
|
|
2028
|
-
CapacityReservationId?: string;
|
|
2029
|
-
|
|
2030
|
-
CapacityReservationSpecification?: CapacityReservationSpecificationResponse;
|
|
2031
|
-
|
|
2032
|
-
HibernationOptions?: HibernationOptions;
|
|
2033
|
-
|
|
2034
|
-
Licenses?: LicenseConfiguration[];
|
|
2035
|
-
|
|
2036
|
-
MetadataOptions?: InstanceMetadataOptionsResponse;
|
|
2037
|
-
|
|
2038
|
-
EnclaveOptions?: EnclaveOptions;
|
|
2039
|
-
|
|
2040
|
-
BootMode?: BootModeValues | string;
|
|
2041
|
-
|
|
2042
|
-
PlatformDetails?: string;
|
|
2043
|
-
|
|
2044
|
-
UsageOperation?: string;
|
|
2045
|
-
|
|
2046
|
-
UsageOperationUpdateTime?: Date;
|
|
2047
|
-
|
|
2048
|
-
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse;
|
|
2049
|
-
|
|
2050
|
-
Ipv6Address?: string;
|
|
2051
|
-
}
|
|
2052
|
-
export declare namespace Instance {
|
|
2053
|
-
|
|
2054
|
-
const filterSensitiveLog: (obj: Instance) => any;
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
export interface Reservation {
|
|
2058
|
-
|
|
2059
|
-
Groups?: GroupIdentifier[];
|
|
2060
|
-
|
|
2061
|
-
Instances?: Instance[];
|
|
2062
|
-
|
|
2063
|
-
OwnerId?: string;
|
|
2064
|
-
|
|
2065
|
-
RequesterId?: string;
|
|
2066
|
-
|
|
2067
|
-
ReservationId?: string;
|
|
2068
|
-
}
|
|
2069
|
-
export declare namespace Reservation {
|
|
2070
|
-
|
|
2071
|
-
const filterSensitiveLog: (obj: Reservation) => any;
|
|
2072
|
-
}
|
|
2073
|
-
export interface DescribeInstancesResult {
|
|
2074
|
-
|
|
2075
|
-
Reservations?: Reservation[];
|
|
2076
|
-
|
|
2077
|
-
NextToken?: string;
|
|
2078
|
-
}
|
|
2079
|
-
export declare namespace DescribeInstancesResult {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: DescribeInstancesResult) => any;
|
|
2082
|
-
}
|
|
2083
|
-
export interface DescribeInstanceStatusRequest {
|
|
2084
|
-
|
|
2085
|
-
Filters?: Filter[];
|
|
2086
|
-
|
|
2087
|
-
InstanceIds?: string[];
|
|
2088
|
-
|
|
2089
|
-
MaxResults?: number;
|
|
2090
|
-
|
|
2091
|
-
NextToken?: string;
|
|
2092
|
-
|
|
2093
|
-
DryRun?: boolean;
|
|
2094
|
-
|
|
2095
|
-
IncludeAllInstances?: boolean;
|
|
2096
|
-
}
|
|
2097
|
-
export declare namespace DescribeInstanceStatusRequest {
|
|
2098
|
-
|
|
2099
|
-
const filterSensitiveLog: (obj: DescribeInstanceStatusRequest) => any;
|
|
2100
|
-
}
|
|
2101
|
-
export declare type EventCode = "instance-reboot" | "instance-retirement" | "instance-stop" | "system-maintenance" | "system-reboot";
|
|
2102
|
-
|
|
2103
|
-
export interface InstanceStatusEvent {
|
|
2104
|
-
|
|
2105
|
-
InstanceEventId?: string;
|
|
2106
|
-
|
|
2107
|
-
Code?: EventCode | string;
|
|
2108
|
-
|
|
2109
|
-
Description?: string;
|
|
2110
|
-
|
|
2111
|
-
NotAfter?: Date;
|
|
2112
|
-
|
|
2113
|
-
NotBefore?: Date;
|
|
2114
|
-
|
|
2115
|
-
NotBeforeDeadline?: Date;
|
|
2116
|
-
}
|
|
2117
|
-
export declare namespace InstanceStatusEvent {
|
|
2118
|
-
|
|
2119
|
-
const filterSensitiveLog: (obj: InstanceStatusEvent) => any;
|
|
2120
|
-
}
|
|
2121
|
-
export declare type StatusName = "reachability";
|
|
2122
|
-
export declare type StatusType = "failed" | "initializing" | "insufficient-data" | "passed";
|
|
2123
|
-
|
|
2124
|
-
export interface InstanceStatusDetails {
|
|
2125
|
-
|
|
2126
|
-
ImpairedSince?: Date;
|
|
2127
|
-
|
|
2128
|
-
Name?: StatusName | string;
|
|
2129
|
-
|
|
2130
|
-
Status?: StatusType | string;
|
|
2131
|
-
}
|
|
2132
|
-
export declare namespace InstanceStatusDetails {
|
|
2133
|
-
|
|
2134
|
-
const filterSensitiveLog: (obj: InstanceStatusDetails) => any;
|
|
2135
|
-
}
|
|
2136
|
-
export declare type SummaryStatus = "impaired" | "initializing" | "insufficient-data" | "not-applicable" | "ok";
|
|
2137
|
-
|
|
2138
|
-
export interface InstanceStatusSummary {
|
|
2139
|
-
|
|
2140
|
-
Details?: InstanceStatusDetails[];
|
|
2141
|
-
|
|
2142
|
-
Status?: SummaryStatus | string;
|
|
2143
|
-
}
|
|
2144
|
-
export declare namespace InstanceStatusSummary {
|
|
2145
|
-
|
|
2146
|
-
const filterSensitiveLog: (obj: InstanceStatusSummary) => any;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
export interface InstanceStatus {
|
|
2150
|
-
|
|
2151
|
-
AvailabilityZone?: string;
|
|
2152
|
-
|
|
2153
|
-
OutpostArn?: string;
|
|
2154
|
-
|
|
2155
|
-
Events?: InstanceStatusEvent[];
|
|
2156
|
-
|
|
2157
|
-
InstanceId?: string;
|
|
2158
|
-
|
|
2159
|
-
InstanceState?: InstanceState;
|
|
2160
|
-
|
|
2161
|
-
InstanceStatus?: InstanceStatusSummary;
|
|
2162
|
-
|
|
2163
|
-
SystemStatus?: InstanceStatusSummary;
|
|
2164
|
-
}
|
|
2165
|
-
export declare namespace InstanceStatus {
|
|
2166
|
-
|
|
2167
|
-
const filterSensitiveLog: (obj: InstanceStatus) => any;
|
|
2168
|
-
}
|
|
2169
|
-
export interface DescribeInstanceStatusResult {
|
|
2170
|
-
|
|
2171
|
-
InstanceStatuses?: InstanceStatus[];
|
|
2172
|
-
|
|
2173
|
-
NextToken?: string;
|
|
2174
|
-
}
|
|
2175
|
-
export declare namespace DescribeInstanceStatusResult {
|
|
2176
|
-
|
|
2177
|
-
const filterSensitiveLog: (obj: DescribeInstanceStatusResult) => any;
|
|
2178
|
-
}
|
|
2179
|
-
export declare type LocationType = "availability-zone" | "availability-zone-id" | "region";
|
|
2180
|
-
export interface DescribeInstanceTypeOfferingsRequest {
|
|
2181
|
-
|
|
2182
|
-
DryRun?: boolean;
|
|
2183
|
-
|
|
2184
|
-
LocationType?: LocationType | string;
|
|
2185
|
-
|
|
2186
|
-
Filters?: Filter[];
|
|
2187
|
-
|
|
2188
|
-
MaxResults?: number;
|
|
2189
|
-
|
|
2190
|
-
NextToken?: string;
|
|
2191
|
-
}
|
|
2192
|
-
export declare namespace DescribeInstanceTypeOfferingsRequest {
|
|
2193
|
-
|
|
2194
|
-
const filterSensitiveLog: (obj: DescribeInstanceTypeOfferingsRequest) => any;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
export interface InstanceTypeOffering {
|
|
2198
|
-
|
|
2199
|
-
InstanceType?: _InstanceType | string;
|
|
2200
|
-
|
|
2201
|
-
LocationType?: LocationType | string;
|
|
2202
|
-
|
|
2203
|
-
Location?: string;
|
|
2204
|
-
}
|
|
2205
|
-
export declare namespace InstanceTypeOffering {
|
|
2206
|
-
|
|
2207
|
-
const filterSensitiveLog: (obj: InstanceTypeOffering) => any;
|
|
2208
|
-
}
|
|
2209
|
-
export interface DescribeInstanceTypeOfferingsResult {
|
|
2210
|
-
|
|
2211
|
-
InstanceTypeOfferings?: InstanceTypeOffering[];
|
|
2212
|
-
|
|
2213
|
-
NextToken?: string;
|
|
2214
|
-
}
|
|
2215
|
-
export declare namespace DescribeInstanceTypeOfferingsResult {
|
|
2216
|
-
|
|
2217
|
-
const filterSensitiveLog: (obj: DescribeInstanceTypeOfferingsResult) => any;
|
|
2218
|
-
}
|
|
2219
|
-
export interface DescribeInstanceTypesRequest {
|
|
2220
|
-
|
|
2221
|
-
DryRun?: boolean;
|
|
2222
|
-
|
|
2223
|
-
InstanceTypes?: (_InstanceType | string)[];
|
|
2224
|
-
|
|
2225
|
-
Filters?: Filter[];
|
|
2226
|
-
|
|
2227
|
-
MaxResults?: number;
|
|
2228
|
-
|
|
2229
|
-
NextToken?: string;
|
|
2230
|
-
}
|
|
2231
|
-
export declare namespace DescribeInstanceTypesRequest {
|
|
2232
|
-
|
|
2233
|
-
const filterSensitiveLog: (obj: DescribeInstanceTypesRequest) => any;
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
export interface EbsOptimizedInfo {
|
|
2237
|
-
|
|
2238
|
-
BaselineBandwidthInMbps?: number;
|
|
2239
|
-
|
|
2240
|
-
BaselineThroughputInMBps?: number;
|
|
2241
|
-
|
|
2242
|
-
BaselineIops?: number;
|
|
2243
|
-
|
|
2244
|
-
MaximumBandwidthInMbps?: number;
|
|
2245
|
-
|
|
2246
|
-
MaximumThroughputInMBps?: number;
|
|
2247
|
-
|
|
2248
|
-
MaximumIops?: number;
|
|
2249
|
-
}
|
|
2250
|
-
export declare namespace EbsOptimizedInfo {
|
|
2251
|
-
|
|
2252
|
-
const filterSensitiveLog: (obj: EbsOptimizedInfo) => any;
|
|
2253
|
-
}
|
|
2254
|
-
export declare type EbsOptimizedSupport = "default" | "supported" | "unsupported";
|
|
2255
|
-
export declare type EbsEncryptionSupport = "supported" | "unsupported";
|
|
2256
|
-
export declare enum EbsNvmeSupport {
|
|
2257
|
-
REQUIRED = "required",
|
|
2258
|
-
SUPPORTED = "supported",
|
|
2259
|
-
UNSUPPORTED = "unsupported"
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
export interface EbsInfo {
|
|
2263
|
-
|
|
2264
|
-
EbsOptimizedSupport?: EbsOptimizedSupport | string;
|
|
2265
|
-
|
|
2266
|
-
EncryptionSupport?: EbsEncryptionSupport | string;
|
|
2267
|
-
|
|
2268
|
-
EbsOptimizedInfo?: EbsOptimizedInfo;
|
|
2269
|
-
|
|
2270
|
-
NvmeSupport?: EbsNvmeSupport | string;
|
|
2271
|
-
}
|
|
2272
|
-
export declare namespace EbsInfo {
|
|
2273
|
-
|
|
2274
|
-
const filterSensitiveLog: (obj: EbsInfo) => any;
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
export interface FpgaDeviceMemoryInfo {
|
|
2278
|
-
|
|
2279
|
-
SizeInMiB?: number;
|
|
2280
|
-
}
|
|
2281
|
-
export declare namespace FpgaDeviceMemoryInfo {
|
|
2282
|
-
|
|
2283
|
-
const filterSensitiveLog: (obj: FpgaDeviceMemoryInfo) => any;
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
export interface FpgaDeviceInfo {
|
|
2287
|
-
|
|
2288
|
-
Name?: string;
|
|
2289
|
-
|
|
2290
|
-
Manufacturer?: string;
|
|
2291
|
-
|
|
2292
|
-
Count?: number;
|
|
2293
|
-
|
|
2294
|
-
MemoryInfo?: FpgaDeviceMemoryInfo;
|
|
2295
|
-
}
|
|
2296
|
-
export declare namespace FpgaDeviceInfo {
|
|
2297
|
-
|
|
2298
|
-
const filterSensitiveLog: (obj: FpgaDeviceInfo) => any;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
export interface FpgaInfo {
|
|
2302
|
-
|
|
2303
|
-
Fpgas?: FpgaDeviceInfo[];
|
|
2304
|
-
|
|
2305
|
-
TotalFpgaMemoryInMiB?: number;
|
|
2306
|
-
}
|
|
2307
|
-
export declare namespace FpgaInfo {
|
|
2308
|
-
|
|
2309
|
-
const filterSensitiveLog: (obj: FpgaInfo) => any;
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
|
-
export interface GpuDeviceMemoryInfo {
|
|
2313
|
-
|
|
2314
|
-
SizeInMiB?: number;
|
|
2315
|
-
}
|
|
2316
|
-
export declare namespace GpuDeviceMemoryInfo {
|
|
2317
|
-
|
|
2318
|
-
const filterSensitiveLog: (obj: GpuDeviceMemoryInfo) => any;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
export interface GpuDeviceInfo {
|
|
2322
|
-
|
|
2323
|
-
Name?: string;
|
|
2324
|
-
|
|
2325
|
-
Manufacturer?: string;
|
|
2326
|
-
|
|
2327
|
-
Count?: number;
|
|
2328
|
-
|
|
2329
|
-
MemoryInfo?: GpuDeviceMemoryInfo;
|
|
2330
|
-
}
|
|
2331
|
-
export declare namespace GpuDeviceInfo {
|
|
2332
|
-
|
|
2333
|
-
const filterSensitiveLog: (obj: GpuDeviceInfo) => any;
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
export interface GpuInfo {
|
|
2337
|
-
|
|
2338
|
-
Gpus?: GpuDeviceInfo[];
|
|
2339
|
-
|
|
2340
|
-
TotalGpuMemoryInMiB?: number;
|
|
2341
|
-
}
|
|
2342
|
-
export declare namespace GpuInfo {
|
|
2343
|
-
|
|
2344
|
-
const filterSensitiveLog: (obj: GpuInfo) => any;
|
|
2345
|
-
}
|
|
2346
|
-
export declare enum InstanceTypeHypervisor {
|
|
2347
|
-
NITRO = "nitro",
|
|
2348
|
-
XEN = "xen"
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
export interface InferenceDeviceInfo {
|
|
2352
|
-
|
|
2353
|
-
Count?: number;
|
|
2354
|
-
|
|
2355
|
-
Name?: string;
|
|
2356
|
-
|
|
2357
|
-
Manufacturer?: string;
|
|
2358
|
-
}
|
|
2359
|
-
export declare namespace InferenceDeviceInfo {
|
|
2360
|
-
|
|
2361
|
-
const filterSensitiveLog: (obj: InferenceDeviceInfo) => any;
|
|
2362
|
-
}
|
|
2363
|
-
|
|
2364
|
-
export interface InferenceAcceleratorInfo {
|
|
2365
|
-
|
|
2366
|
-
Accelerators?: InferenceDeviceInfo[];
|
|
2367
|
-
}
|
|
2368
|
-
export declare namespace InferenceAcceleratorInfo {
|
|
2369
|
-
|
|
2370
|
-
const filterSensitiveLog: (obj: InferenceAcceleratorInfo) => any;
|
|
2371
|
-
}
|
|
2372
|
-
export declare type DiskType = "hdd" | "ssd";
|
|
2373
|
-
|
|
2374
|
-
export interface DiskInfo {
|
|
2375
|
-
|
|
2376
|
-
SizeInGB?: number;
|
|
2377
|
-
|
|
2378
|
-
Count?: number;
|
|
2379
|
-
|
|
2380
|
-
Type?: DiskType | string;
|
|
2381
|
-
}
|
|
2382
|
-
export declare namespace DiskInfo {
|
|
2383
|
-
|
|
2384
|
-
const filterSensitiveLog: (obj: DiskInfo) => any;
|
|
2385
|
-
}
|
|
2386
|
-
export declare enum InstanceStorageEncryptionSupport {
|
|
2387
|
-
required = "required",
|
|
2388
|
-
unsupported = "unsupported"
|
|
2389
|
-
}
|
|
2390
|
-
export declare enum EphemeralNvmeSupport {
|
|
2391
|
-
REQUIRED = "required",
|
|
2392
|
-
SUPPORTED = "supported",
|
|
2393
|
-
UNSUPPORTED = "unsupported"
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
export interface InstanceStorageInfo {
|
|
2397
|
-
|
|
2398
|
-
TotalSizeInGB?: number;
|
|
2399
|
-
|
|
2400
|
-
Disks?: DiskInfo[];
|
|
2401
|
-
|
|
2402
|
-
NvmeSupport?: EphemeralNvmeSupport | string;
|
|
2403
|
-
|
|
2404
|
-
EncryptionSupport?: InstanceStorageEncryptionSupport | string;
|
|
2405
|
-
}
|
|
2406
|
-
export declare namespace InstanceStorageInfo {
|
|
2407
|
-
|
|
2408
|
-
const filterSensitiveLog: (obj: InstanceStorageInfo) => any;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
export interface MemoryInfo {
|
|
2412
|
-
|
|
2413
|
-
SizeInMiB?: number;
|
|
2414
|
-
}
|
|
2415
|
-
export declare namespace MemoryInfo {
|
|
2416
|
-
|
|
2417
|
-
const filterSensitiveLog: (obj: MemoryInfo) => any;
|
|
2418
|
-
}
|
|
2419
|
-
|
|
2420
|
-
export interface EfaInfo {
|
|
2421
|
-
|
|
2422
|
-
MaximumEfaInterfaces?: number;
|
|
2423
|
-
}
|
|
2424
|
-
export declare namespace EfaInfo {
|
|
2425
|
-
|
|
2426
|
-
const filterSensitiveLog: (obj: EfaInfo) => any;
|
|
2427
|
-
}
|
|
2428
|
-
export declare type EnaSupport = "required" | "supported" | "unsupported";
|
|
2429
|
-
|
|
2430
|
-
export interface NetworkCardInfo {
|
|
2431
|
-
|
|
2432
|
-
NetworkCardIndex?: number;
|
|
2433
|
-
|
|
2434
|
-
NetworkPerformance?: string;
|
|
2435
|
-
|
|
2436
|
-
MaximumNetworkInterfaces?: number;
|
|
2437
|
-
}
|
|
2438
|
-
export declare namespace NetworkCardInfo {
|
|
2439
|
-
|
|
2440
|
-
const filterSensitiveLog: (obj: NetworkCardInfo) => any;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
export interface NetworkInfo {
|
|
2444
|
-
|
|
2445
|
-
NetworkPerformance?: string;
|
|
2446
|
-
|
|
2447
|
-
MaximumNetworkInterfaces?: number;
|
|
2448
|
-
|
|
2449
|
-
MaximumNetworkCards?: number;
|
|
2450
|
-
|
|
2451
|
-
DefaultNetworkCardIndex?: number;
|
|
2452
|
-
|
|
2453
|
-
NetworkCards?: NetworkCardInfo[];
|
|
2454
|
-
|
|
2455
|
-
Ipv4AddressesPerInterface?: number;
|
|
2456
|
-
|
|
2457
|
-
Ipv6AddressesPerInterface?: number;
|
|
2458
|
-
|
|
2459
|
-
Ipv6Supported?: boolean;
|
|
2460
|
-
|
|
2461
|
-
EnaSupport?: EnaSupport | string;
|
|
2462
|
-
|
|
2463
|
-
EfaSupported?: boolean;
|
|
2464
|
-
|
|
2465
|
-
EfaInfo?: EfaInfo;
|
|
2466
|
-
|
|
2467
|
-
EncryptionInTransitSupported?: boolean;
|
|
2468
|
-
}
|
|
2469
|
-
export declare namespace NetworkInfo {
|
|
2470
|
-
|
|
2471
|
-
const filterSensitiveLog: (obj: NetworkInfo) => any;
|
|
2472
|
-
}
|
|
2473
|
-
export declare type PlacementGroupStrategy = "cluster" | "partition" | "spread";
|
|
2474
|
-
|
|
2475
|
-
export interface PlacementGroupInfo {
|
|
2476
|
-
|
|
2477
|
-
SupportedStrategies?: (PlacementGroupStrategy | string)[];
|
|
2478
|
-
}
|
|
2479
|
-
export declare namespace PlacementGroupInfo {
|
|
2480
|
-
|
|
2481
|
-
const filterSensitiveLog: (obj: PlacementGroupInfo) => any;
|
|
2482
|
-
}
|
|
2483
|
-
export declare type ArchitectureType = "arm64" | "i386" | "x86_64" | "x86_64_mac";
|
|
2484
|
-
|
|
2485
|
-
export interface ProcessorInfo {
|
|
2486
|
-
|
|
2487
|
-
SupportedArchitectures?: (ArchitectureType | string)[];
|
|
2488
|
-
|
|
2489
|
-
SustainedClockSpeedInGhz?: number;
|
|
2490
|
-
}
|
|
2491
|
-
export declare namespace ProcessorInfo {
|
|
2492
|
-
|
|
2493
|
-
const filterSensitiveLog: (obj: ProcessorInfo) => any;
|
|
2494
|
-
}
|
|
2495
|
-
export declare type BootModeType = "legacy-bios" | "uefi";
|
|
2496
|
-
export declare type RootDeviceType = "ebs" | "instance-store";
|
|
2497
|
-
export declare type UsageClassType = "on-demand" | "spot";
|
|
2498
|
-
|
|
2499
|
-
export interface VCpuInfo {
|
|
2500
|
-
|
|
2501
|
-
DefaultVCpus?: number;
|
|
2502
|
-
|
|
2503
|
-
DefaultCores?: number;
|
|
2504
|
-
|
|
2505
|
-
DefaultThreadsPerCore?: number;
|
|
2506
|
-
|
|
2507
|
-
ValidCores?: number[];
|
|
2508
|
-
|
|
2509
|
-
ValidThreadsPerCore?: number[];
|
|
2510
|
-
}
|
|
2511
|
-
export declare namespace VCpuInfo {
|
|
2512
|
-
|
|
2513
|
-
const filterSensitiveLog: (obj: VCpuInfo) => any;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
export interface InstanceTypeInfo {
|
|
2517
|
-
|
|
2518
|
-
InstanceType?: _InstanceType | string;
|
|
2519
|
-
|
|
2520
|
-
CurrentGeneration?: boolean;
|
|
2521
|
-
|
|
2522
|
-
FreeTierEligible?: boolean;
|
|
2523
|
-
|
|
2524
|
-
SupportedUsageClasses?: (UsageClassType | string)[];
|
|
2525
|
-
|
|
2526
|
-
SupportedRootDeviceTypes?: (RootDeviceType | string)[];
|
|
2527
|
-
|
|
2528
|
-
SupportedVirtualizationTypes?: (VirtualizationType | string)[];
|
|
2529
|
-
|
|
2530
|
-
BareMetal?: boolean;
|
|
2531
|
-
|
|
2532
|
-
Hypervisor?: InstanceTypeHypervisor | string;
|
|
2533
|
-
|
|
2534
|
-
ProcessorInfo?: ProcessorInfo;
|
|
2535
|
-
|
|
2536
|
-
VCpuInfo?: VCpuInfo;
|
|
2537
|
-
|
|
2538
|
-
MemoryInfo?: MemoryInfo;
|
|
2539
|
-
|
|
2540
|
-
InstanceStorageSupported?: boolean;
|
|
2541
|
-
|
|
2542
|
-
InstanceStorageInfo?: InstanceStorageInfo;
|
|
2543
|
-
|
|
2544
|
-
EbsInfo?: EbsInfo;
|
|
2545
|
-
|
|
2546
|
-
NetworkInfo?: NetworkInfo;
|
|
2547
|
-
|
|
2548
|
-
GpuInfo?: GpuInfo;
|
|
2549
|
-
|
|
2550
|
-
FpgaInfo?: FpgaInfo;
|
|
2551
|
-
|
|
2552
|
-
PlacementGroupInfo?: PlacementGroupInfo;
|
|
2553
|
-
|
|
2554
|
-
InferenceAcceleratorInfo?: InferenceAcceleratorInfo;
|
|
2555
|
-
|
|
2556
|
-
HibernationSupported?: boolean;
|
|
2557
|
-
|
|
2558
|
-
BurstablePerformanceSupported?: boolean;
|
|
2559
|
-
|
|
2560
|
-
DedicatedHostsSupported?: boolean;
|
|
2561
|
-
|
|
2562
|
-
AutoRecoverySupported?: boolean;
|
|
2563
|
-
|
|
2564
|
-
SupportedBootModes?: (BootModeType | string)[];
|
|
2565
|
-
}
|
|
2566
|
-
export declare namespace InstanceTypeInfo {
|
|
2567
|
-
|
|
2568
|
-
const filterSensitiveLog: (obj: InstanceTypeInfo) => any;
|
|
2569
|
-
}
|
|
2570
|
-
export interface DescribeInstanceTypesResult {
|
|
2571
|
-
|
|
2572
|
-
InstanceTypes?: InstanceTypeInfo[];
|
|
2573
|
-
|
|
2574
|
-
NextToken?: string;
|
|
2575
|
-
}
|
|
2576
|
-
export declare namespace DescribeInstanceTypesResult {
|
|
2577
|
-
|
|
2578
|
-
const filterSensitiveLog: (obj: DescribeInstanceTypesResult) => any;
|
|
2579
|
-
}
|
|
2580
|
-
export interface DescribeInternetGatewaysRequest {
|
|
2581
|
-
|
|
2582
|
-
Filters?: Filter[];
|
|
2583
|
-
|
|
2584
|
-
DryRun?: boolean;
|
|
2585
|
-
|
|
2586
|
-
InternetGatewayIds?: string[];
|
|
2587
|
-
|
|
2588
|
-
NextToken?: string;
|
|
2589
|
-
|
|
2590
|
-
MaxResults?: number;
|
|
2591
|
-
}
|
|
2592
|
-
export declare namespace DescribeInternetGatewaysRequest {
|
|
2593
|
-
|
|
2594
|
-
const filterSensitiveLog: (obj: DescribeInternetGatewaysRequest) => any;
|
|
2595
|
-
}
|
|
2596
|
-
export interface DescribeInternetGatewaysResult {
|
|
2597
|
-
|
|
2598
|
-
InternetGateways?: InternetGateway[];
|
|
2599
|
-
|
|
2600
|
-
NextToken?: string;
|
|
2601
|
-
}
|
|
2602
|
-
export declare namespace DescribeInternetGatewaysResult {
|
|
2603
|
-
|
|
2604
|
-
const filterSensitiveLog: (obj: DescribeInternetGatewaysResult) => any;
|
|
2605
|
-
}
|
|
2606
|
-
export interface DescribeIpamPoolsRequest {
|
|
2607
|
-
|
|
2608
|
-
DryRun?: boolean;
|
|
2609
|
-
|
|
2610
|
-
Filters?: Filter[];
|
|
2611
|
-
|
|
2612
|
-
MaxResults?: number;
|
|
2613
|
-
|
|
2614
|
-
NextToken?: string;
|
|
2615
|
-
|
|
2616
|
-
IpamPoolIds?: string[];
|
|
2617
|
-
}
|
|
2618
|
-
export declare namespace DescribeIpamPoolsRequest {
|
|
2619
|
-
|
|
2620
|
-
const filterSensitiveLog: (obj: DescribeIpamPoolsRequest) => any;
|
|
2621
|
-
}
|
|
2622
|
-
export interface DescribeIpamPoolsResult {
|
|
2623
|
-
|
|
2624
|
-
NextToken?: string;
|
|
2625
|
-
|
|
2626
|
-
IpamPools?: IpamPool[];
|
|
2627
|
-
}
|
|
2628
|
-
export declare namespace DescribeIpamPoolsResult {
|
|
2629
|
-
|
|
2630
|
-
const filterSensitiveLog: (obj: DescribeIpamPoolsResult) => any;
|
|
2631
|
-
}
|
|
2632
|
-
export interface DescribeIpamsRequest {
|
|
2633
|
-
|
|
2634
|
-
DryRun?: boolean;
|
|
2635
|
-
|
|
2636
|
-
Filters?: Filter[];
|
|
2637
|
-
|
|
2638
|
-
MaxResults?: number;
|
|
2639
|
-
|
|
2640
|
-
NextToken?: string;
|
|
2641
|
-
|
|
2642
|
-
IpamIds?: string[];
|
|
2643
|
-
}
|
|
2644
|
-
export declare namespace DescribeIpamsRequest {
|
|
2645
|
-
|
|
2646
|
-
const filterSensitiveLog: (obj: DescribeIpamsRequest) => any;
|
|
2647
|
-
}
|
|
2648
|
-
export interface DescribeIpamsResult {
|
|
2649
|
-
|
|
2650
|
-
NextToken?: string;
|
|
2651
|
-
|
|
2652
|
-
Ipams?: Ipam[];
|
|
2653
|
-
}
|
|
2654
|
-
export declare namespace DescribeIpamsResult {
|
|
2655
|
-
|
|
2656
|
-
const filterSensitiveLog: (obj: DescribeIpamsResult) => any;
|
|
2657
|
-
}
|
|
2658
|
-
export interface DescribeIpamScopesRequest {
|
|
2659
|
-
|
|
2660
|
-
DryRun?: boolean;
|
|
2661
|
-
|
|
2662
|
-
Filters?: Filter[];
|
|
2663
|
-
|
|
2664
|
-
MaxResults?: number;
|
|
2665
|
-
|
|
2666
|
-
NextToken?: string;
|
|
2667
|
-
|
|
2668
|
-
IpamScopeIds?: string[];
|
|
2669
|
-
}
|
|
2670
|
-
export declare namespace DescribeIpamScopesRequest {
|
|
2671
|
-
|
|
2672
|
-
const filterSensitiveLog: (obj: DescribeIpamScopesRequest) => any;
|
|
2673
|
-
}
|
|
2674
|
-
export interface DescribeIpamScopesResult {
|
|
2675
|
-
|
|
2676
|
-
NextToken?: string;
|
|
2677
|
-
|
|
2678
|
-
IpamScopes?: IpamScope[];
|
|
2679
|
-
}
|
|
2680
|
-
export declare namespace DescribeIpamScopesResult {
|
|
2681
|
-
|
|
2682
|
-
const filterSensitiveLog: (obj: DescribeIpamScopesResult) => any;
|
|
2683
|
-
}
|
|
2684
|
-
export interface DescribeIpv6PoolsRequest {
|
|
2685
|
-
|
|
2686
|
-
PoolIds?: string[];
|
|
2687
|
-
|
|
2688
|
-
NextToken?: string;
|
|
2689
|
-
|
|
2690
|
-
MaxResults?: number;
|
|
2691
|
-
|
|
2692
|
-
DryRun?: boolean;
|
|
2693
|
-
|
|
2694
|
-
Filters?: Filter[];
|
|
2695
|
-
}
|
|
2696
|
-
export declare namespace DescribeIpv6PoolsRequest {
|
|
2697
|
-
|
|
2698
|
-
const filterSensitiveLog: (obj: DescribeIpv6PoolsRequest) => any;
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
export interface PoolCidrBlock {
|
|
2702
|
-
|
|
2703
|
-
Cidr?: string;
|
|
2704
|
-
}
|
|
2705
|
-
export declare namespace PoolCidrBlock {
|
|
2706
|
-
|
|
2707
|
-
const filterSensitiveLog: (obj: PoolCidrBlock) => any;
|
|
2708
|
-
}
|
|
2709
|
-
|
|
2710
|
-
export interface Ipv6Pool {
|
|
2711
|
-
|
|
2712
|
-
PoolId?: string;
|
|
2713
|
-
|
|
2714
|
-
Description?: string;
|
|
2715
|
-
|
|
2716
|
-
PoolCidrBlocks?: PoolCidrBlock[];
|
|
2717
|
-
|
|
2718
|
-
Tags?: Tag[];
|
|
2719
|
-
}
|
|
2720
|
-
export declare namespace Ipv6Pool {
|
|
2721
|
-
|
|
2722
|
-
const filterSensitiveLog: (obj: Ipv6Pool) => any;
|
|
2723
|
-
}
|
|
2724
|
-
export interface DescribeIpv6PoolsResult {
|
|
2725
|
-
|
|
2726
|
-
Ipv6Pools?: Ipv6Pool[];
|
|
2727
|
-
|
|
2728
|
-
NextToken?: string;
|
|
2729
|
-
}
|
|
2730
|
-
export declare namespace DescribeIpv6PoolsResult {
|
|
2731
|
-
|
|
2732
|
-
const filterSensitiveLog: (obj: DescribeIpv6PoolsResult) => any;
|
|
2733
|
-
}
|
|
2734
|
-
export interface DescribeKeyPairsRequest {
|
|
2735
|
-
|
|
2736
|
-
Filters?: Filter[];
|
|
2737
|
-
|
|
2738
|
-
KeyNames?: string[];
|
|
2739
|
-
|
|
2740
|
-
KeyPairIds?: string[];
|
|
2741
|
-
|
|
2742
|
-
DryRun?: boolean;
|
|
2743
|
-
}
|
|
2744
|
-
export declare namespace DescribeKeyPairsRequest {
|
|
2745
|
-
|
|
2746
|
-
const filterSensitiveLog: (obj: DescribeKeyPairsRequest) => any;
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
export interface KeyPairInfo {
|
|
2750
|
-
|
|
2751
|
-
KeyPairId?: string;
|
|
2752
|
-
|
|
2753
|
-
KeyFingerprint?: string;
|
|
2754
|
-
|
|
2755
|
-
KeyName?: string;
|
|
2756
|
-
|
|
2757
|
-
KeyType?: KeyType | string;
|
|
2758
|
-
|
|
2759
|
-
Tags?: Tag[];
|
|
2760
|
-
}
|
|
2761
|
-
export declare namespace KeyPairInfo {
|
|
2762
|
-
|
|
2763
|
-
const filterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
2764
|
-
}
|
|
2765
|
-
export interface DescribeKeyPairsResult {
|
|
2766
|
-
|
|
2767
|
-
KeyPairs?: KeyPairInfo[];
|
|
2768
|
-
}
|
|
2769
|
-
export declare namespace DescribeKeyPairsResult {
|
|
2770
|
-
|
|
2771
|
-
const filterSensitiveLog: (obj: DescribeKeyPairsResult) => any;
|
|
2772
|
-
}
|
|
2773
|
-
export interface DescribeLaunchTemplatesRequest {
|
|
2774
|
-
|
|
2775
|
-
DryRun?: boolean;
|
|
2776
|
-
|
|
2777
|
-
LaunchTemplateIds?: string[];
|
|
2778
|
-
|
|
2779
|
-
LaunchTemplateNames?: string[];
|
|
2780
|
-
|
|
2781
|
-
Filters?: Filter[];
|
|
2782
|
-
|
|
2783
|
-
NextToken?: string;
|
|
2784
|
-
|
|
2785
|
-
MaxResults?: number;
|
|
2786
|
-
}
|
|
2787
|
-
export declare namespace DescribeLaunchTemplatesRequest {
|
|
2788
|
-
|
|
2789
|
-
const filterSensitiveLog: (obj: DescribeLaunchTemplatesRequest) => any;
|
|
2790
|
-
}
|
|
2791
|
-
export interface DescribeLaunchTemplatesResult {
|
|
2792
|
-
|
|
2793
|
-
LaunchTemplates?: LaunchTemplate[];
|
|
2794
|
-
|
|
2795
|
-
NextToken?: string;
|
|
2796
|
-
}
|
|
2797
|
-
export declare namespace DescribeLaunchTemplatesResult {
|
|
2798
|
-
|
|
2799
|
-
const filterSensitiveLog: (obj: DescribeLaunchTemplatesResult) => any;
|
|
2800
|
-
}
|
|
2801
|
-
export interface DescribeLaunchTemplateVersionsRequest {
|
|
2802
|
-
|
|
2803
|
-
DryRun?: boolean;
|
|
2804
|
-
|
|
2805
|
-
LaunchTemplateId?: string;
|
|
2806
|
-
|
|
2807
|
-
LaunchTemplateName?: string;
|
|
2808
|
-
|
|
2809
|
-
Versions?: string[];
|
|
2810
|
-
|
|
2811
|
-
MinVersion?: string;
|
|
2812
|
-
|
|
2813
|
-
MaxVersion?: string;
|
|
2814
|
-
|
|
2815
|
-
NextToken?: string;
|
|
2816
|
-
|
|
2817
|
-
MaxResults?: number;
|
|
2818
|
-
|
|
2819
|
-
Filters?: Filter[];
|
|
2820
|
-
}
|
|
2821
|
-
export declare namespace DescribeLaunchTemplateVersionsRequest {
|
|
2822
|
-
|
|
2823
|
-
const filterSensitiveLog: (obj: DescribeLaunchTemplateVersionsRequest) => any;
|
|
2824
|
-
}
|
|
2825
|
-
export interface DescribeLaunchTemplateVersionsResult {
|
|
2826
|
-
|
|
2827
|
-
LaunchTemplateVersions?: LaunchTemplateVersion[];
|
|
2828
|
-
|
|
2829
|
-
NextToken?: string;
|
|
2830
|
-
}
|
|
2831
|
-
export declare namespace DescribeLaunchTemplateVersionsResult {
|
|
2832
|
-
|
|
2833
|
-
const filterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;
|
|
2834
|
-
}
|
|
2835
|
-
export interface DescribeLocalGatewayRouteTablesRequest {
|
|
2836
|
-
|
|
2837
|
-
LocalGatewayRouteTableIds?: string[];
|
|
2838
|
-
|
|
2839
|
-
Filters?: Filter[];
|
|
2840
|
-
|
|
2841
|
-
MaxResults?: number;
|
|
2842
|
-
|
|
2843
|
-
NextToken?: string;
|
|
2844
|
-
|
|
2845
|
-
DryRun?: boolean;
|
|
2846
|
-
}
|
|
2847
|
-
export declare namespace DescribeLocalGatewayRouteTablesRequest {
|
|
2848
|
-
|
|
2849
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesRequest) => any;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
export interface LocalGatewayRouteTable {
|
|
2853
|
-
|
|
2854
|
-
LocalGatewayRouteTableId?: string;
|
|
2855
|
-
|
|
2856
|
-
LocalGatewayRouteTableArn?: string;
|
|
2857
|
-
|
|
2858
|
-
LocalGatewayId?: string;
|
|
2859
|
-
|
|
2860
|
-
OutpostArn?: string;
|
|
2861
|
-
|
|
2862
|
-
OwnerId?: string;
|
|
2863
|
-
|
|
2864
|
-
State?: string;
|
|
2865
|
-
|
|
2866
|
-
Tags?: Tag[];
|
|
2867
|
-
}
|
|
2868
|
-
export declare namespace LocalGatewayRouteTable {
|
|
2869
|
-
|
|
2870
|
-
const filterSensitiveLog: (obj: LocalGatewayRouteTable) => any;
|
|
2871
|
-
}
|
|
2872
|
-
export interface DescribeLocalGatewayRouteTablesResult {
|
|
2873
|
-
|
|
2874
|
-
LocalGatewayRouteTables?: LocalGatewayRouteTable[];
|
|
2875
|
-
|
|
2876
|
-
NextToken?: string;
|
|
2877
|
-
}
|
|
2878
|
-
export declare namespace DescribeLocalGatewayRouteTablesResult {
|
|
2879
|
-
|
|
2880
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesResult) => any;
|
|
2881
|
-
}
|
|
2882
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
2883
|
-
|
|
2884
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
|
|
2885
|
-
|
|
2886
|
-
Filters?: Filter[];
|
|
2887
|
-
|
|
2888
|
-
MaxResults?: number;
|
|
2889
|
-
|
|
2890
|
-
NextToken?: string;
|
|
2891
|
-
|
|
2892
|
-
DryRun?: boolean;
|
|
2893
|
-
}
|
|
2894
|
-
export declare namespace DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
2895
|
-
|
|
2896
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) => any;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
|
|
2900
|
-
|
|
2901
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string;
|
|
2902
|
-
|
|
2903
|
-
LocalGatewayVirtualInterfaceGroupId?: string;
|
|
2904
|
-
|
|
2905
|
-
LocalGatewayId?: string;
|
|
2906
|
-
|
|
2907
|
-
LocalGatewayRouteTableId?: string;
|
|
2908
|
-
|
|
2909
|
-
LocalGatewayRouteTableArn?: string;
|
|
2910
|
-
|
|
2911
|
-
OwnerId?: string;
|
|
2912
|
-
|
|
2913
|
-
State?: string;
|
|
2914
|
-
|
|
2915
|
-
Tags?: Tag[];
|
|
2916
|
-
}
|
|
2917
|
-
export declare namespace LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
|
|
2918
|
-
|
|
2919
|
-
const filterSensitiveLog: (obj: LocalGatewayRouteTableVirtualInterfaceGroupAssociation) => any;
|
|
2920
|
-
}
|
|
2921
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
2922
|
-
|
|
2923
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
|
|
2924
|
-
|
|
2925
|
-
NextToken?: string;
|
|
2926
|
-
}
|
|
2927
|
-
export declare namespace DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
2928
|
-
|
|
2929
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult) => any;
|
|
2930
|
-
}
|
|
2931
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
2932
|
-
|
|
2933
|
-
LocalGatewayRouteTableVpcAssociationIds?: string[];
|
|
2934
|
-
|
|
2935
|
-
Filters?: Filter[];
|
|
2936
|
-
|
|
2937
|
-
MaxResults?: number;
|
|
2938
|
-
|
|
2939
|
-
NextToken?: string;
|
|
2940
|
-
|
|
2941
|
-
DryRun?: boolean;
|
|
2942
|
-
}
|
|
2943
|
-
export declare namespace DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
2944
|
-
|
|
2945
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsRequest) => any;
|
|
2946
|
-
}
|
|
2947
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
2948
|
-
|
|
2949
|
-
LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
|
|
2950
|
-
|
|
2951
|
-
NextToken?: string;
|
|
2952
|
-
}
|
|
2953
|
-
export declare namespace DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
2954
|
-
|
|
2955
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsResult) => any;
|
|
2956
|
-
}
|
|
2957
|
-
export interface DescribeLocalGatewaysRequest {
|
|
2958
|
-
|
|
2959
|
-
LocalGatewayIds?: string[];
|
|
2960
|
-
|
|
2961
|
-
Filters?: Filter[];
|
|
2962
|
-
|
|
2963
|
-
MaxResults?: number;
|
|
2964
|
-
|
|
2965
|
-
NextToken?: string;
|
|
2966
|
-
|
|
2967
|
-
DryRun?: boolean;
|
|
2968
|
-
}
|
|
2969
|
-
export declare namespace DescribeLocalGatewaysRequest {
|
|
2970
|
-
|
|
2971
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewaysRequest) => any;
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
|
-
export interface LocalGateway {
|
|
2975
|
-
|
|
2976
|
-
LocalGatewayId?: string;
|
|
2977
|
-
|
|
2978
|
-
OutpostArn?: string;
|
|
2979
|
-
|
|
2980
|
-
OwnerId?: string;
|
|
2981
|
-
|
|
2982
|
-
State?: string;
|
|
2983
|
-
|
|
2984
|
-
Tags?: Tag[];
|
|
2985
|
-
}
|
|
2986
|
-
export declare namespace LocalGateway {
|
|
2987
|
-
|
|
2988
|
-
const filterSensitiveLog: (obj: LocalGateway) => any;
|
|
2989
|
-
}
|
|
2990
|
-
export interface DescribeLocalGatewaysResult {
|
|
2991
|
-
|
|
2992
|
-
LocalGateways?: LocalGateway[];
|
|
2993
|
-
|
|
2994
|
-
NextToken?: string;
|
|
2995
|
-
}
|
|
2996
|
-
export declare namespace DescribeLocalGatewaysResult {
|
|
2997
|
-
|
|
2998
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewaysResult) => any;
|
|
2999
|
-
}
|
|
3000
|
-
export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
3001
|
-
|
|
3002
|
-
LocalGatewayVirtualInterfaceGroupIds?: string[];
|
|
3003
|
-
|
|
3004
|
-
Filters?: Filter[];
|
|
3005
|
-
|
|
3006
|
-
MaxResults?: number;
|
|
3007
|
-
|
|
3008
|
-
NextToken?: string;
|
|
3009
|
-
|
|
3010
|
-
DryRun?: boolean;
|
|
3011
|
-
}
|
|
3012
|
-
export declare namespace DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
3013
|
-
|
|
3014
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfaceGroupsRequest) => any;
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
export interface LocalGatewayVirtualInterfaceGroup {
|
|
3018
|
-
|
|
3019
|
-
LocalGatewayVirtualInterfaceGroupId?: string;
|
|
3020
|
-
|
|
3021
|
-
LocalGatewayVirtualInterfaceIds?: string[];
|
|
3022
|
-
|
|
3023
|
-
LocalGatewayId?: string;
|
|
3024
|
-
|
|
3025
|
-
OwnerId?: string;
|
|
3026
|
-
|
|
3027
|
-
Tags?: Tag[];
|
|
3028
|
-
}
|
|
3029
|
-
export declare namespace LocalGatewayVirtualInterfaceGroup {
|
|
3030
|
-
|
|
3031
|
-
const filterSensitiveLog: (obj: LocalGatewayVirtualInterfaceGroup) => any;
|
|
3032
|
-
}
|
|
3033
|
-
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
3034
|
-
|
|
3035
|
-
LocalGatewayVirtualInterfaceGroups?: LocalGatewayVirtualInterfaceGroup[];
|
|
3036
|
-
|
|
3037
|
-
NextToken?: string;
|
|
3038
|
-
}
|
|
3039
|
-
export declare namespace DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
3040
|
-
|
|
3041
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfaceGroupsResult) => any;
|
|
3042
|
-
}
|
|
3043
|
-
export interface DescribeLocalGatewayVirtualInterfacesRequest {
|
|
3044
|
-
|
|
3045
|
-
LocalGatewayVirtualInterfaceIds?: string[];
|
|
3046
|
-
|
|
3047
|
-
Filters?: Filter[];
|
|
3048
|
-
|
|
3049
|
-
MaxResults?: number;
|
|
3050
|
-
|
|
3051
|
-
NextToken?: string;
|
|
3052
|
-
|
|
3053
|
-
DryRun?: boolean;
|
|
3054
|
-
}
|
|
3055
|
-
export declare namespace DescribeLocalGatewayVirtualInterfacesRequest {
|
|
3056
|
-
|
|
3057
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfacesRequest) => any;
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
export interface LocalGatewayVirtualInterface {
|
|
3061
|
-
|
|
3062
|
-
LocalGatewayVirtualInterfaceId?: string;
|
|
3063
|
-
|
|
3064
|
-
LocalGatewayId?: string;
|
|
3065
|
-
|
|
3066
|
-
Vlan?: number;
|
|
3067
|
-
|
|
3068
|
-
LocalAddress?: string;
|
|
3069
|
-
|
|
3070
|
-
PeerAddress?: string;
|
|
3071
|
-
|
|
3072
|
-
LocalBgpAsn?: number;
|
|
3073
|
-
|
|
3074
|
-
PeerBgpAsn?: number;
|
|
3075
|
-
|
|
3076
|
-
OwnerId?: string;
|
|
3077
|
-
|
|
3078
|
-
Tags?: Tag[];
|
|
3079
|
-
}
|
|
3080
|
-
export declare namespace LocalGatewayVirtualInterface {
|
|
3081
|
-
|
|
3082
|
-
const filterSensitiveLog: (obj: LocalGatewayVirtualInterface) => any;
|
|
3083
|
-
}
|
|
3084
|
-
export interface DescribeLocalGatewayVirtualInterfacesResult {
|
|
3085
|
-
|
|
3086
|
-
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[];
|
|
3087
|
-
|
|
3088
|
-
NextToken?: string;
|
|
3089
|
-
}
|
|
3090
|
-
export declare namespace DescribeLocalGatewayVirtualInterfacesResult {
|
|
3091
|
-
|
|
3092
|
-
const filterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfacesResult) => any;
|
|
3093
|
-
}
|
|
3094
|
-
export interface DescribeManagedPrefixListsRequest {
|
|
3095
|
-
|
|
3096
|
-
DryRun?: boolean;
|
|
3097
|
-
|
|
3098
|
-
Filters?: Filter[];
|
|
3099
|
-
|
|
3100
|
-
MaxResults?: number;
|
|
3101
|
-
|
|
3102
|
-
NextToken?: string;
|
|
3103
|
-
|
|
3104
|
-
PrefixListIds?: string[];
|
|
3105
|
-
}
|
|
3106
|
-
export declare namespace DescribeManagedPrefixListsRequest {
|
|
3107
|
-
|
|
3108
|
-
const filterSensitiveLog: (obj: DescribeManagedPrefixListsRequest) => any;
|
|
3109
|
-
}
|
|
3110
|
-
export interface DescribeManagedPrefixListsResult {
|
|
3111
|
-
|
|
3112
|
-
NextToken?: string;
|
|
3113
|
-
|
|
3114
|
-
PrefixLists?: ManagedPrefixList[];
|
|
3115
|
-
}
|
|
3116
|
-
export declare namespace DescribeManagedPrefixListsResult {
|
|
3117
|
-
|
|
3118
|
-
const filterSensitiveLog: (obj: DescribeManagedPrefixListsResult) => any;
|
|
3119
|
-
}
|
|
3120
|
-
export interface DescribeMovingAddressesRequest {
|
|
3121
|
-
|
|
3122
|
-
Filters?: Filter[];
|
|
3123
|
-
|
|
3124
|
-
DryRun?: boolean;
|
|
3125
|
-
|
|
3126
|
-
MaxResults?: number;
|
|
3127
|
-
|
|
3128
|
-
NextToken?: string;
|
|
3129
|
-
|
|
3130
|
-
PublicIps?: string[];
|
|
3131
|
-
}
|
|
3132
|
-
export declare namespace DescribeMovingAddressesRequest {
|
|
3133
|
-
|
|
3134
|
-
const filterSensitiveLog: (obj: DescribeMovingAddressesRequest) => any;
|
|
3135
|
-
}
|
|
3136
|
-
export declare type MoveStatus = "movingToVpc" | "restoringToClassic";
|
|
3137
|
-
|
|
3138
|
-
export interface MovingAddressStatus {
|
|
3139
|
-
|
|
3140
|
-
MoveStatus?: MoveStatus | string;
|
|
3141
|
-
|
|
3142
|
-
PublicIp?: string;
|
|
3143
|
-
}
|
|
3144
|
-
export declare namespace MovingAddressStatus {
|
|
3145
|
-
|
|
3146
|
-
const filterSensitiveLog: (obj: MovingAddressStatus) => any;
|
|
3147
|
-
}
|
|
3148
|
-
export interface DescribeMovingAddressesResult {
|
|
3149
|
-
|
|
3150
|
-
MovingAddressStatuses?: MovingAddressStatus[];
|
|
3151
|
-
|
|
3152
|
-
NextToken?: string;
|
|
3153
|
-
}
|
|
3154
|
-
export declare namespace DescribeMovingAddressesResult {
|
|
3155
|
-
|
|
3156
|
-
const filterSensitiveLog: (obj: DescribeMovingAddressesResult) => any;
|
|
3157
|
-
}
|
|
3158
|
-
export interface DescribeNatGatewaysRequest {
|
|
3159
|
-
|
|
3160
|
-
DryRun?: boolean;
|
|
3161
|
-
|
|
3162
|
-
Filter?: Filter[];
|
|
3163
|
-
|
|
3164
|
-
MaxResults?: number;
|
|
3165
|
-
|
|
3166
|
-
NatGatewayIds?: string[];
|
|
3167
|
-
|
|
3168
|
-
NextToken?: string;
|
|
3169
|
-
}
|
|
3170
|
-
export declare namespace DescribeNatGatewaysRequest {
|
|
3171
|
-
|
|
3172
|
-
const filterSensitiveLog: (obj: DescribeNatGatewaysRequest) => any;
|
|
3173
|
-
}
|
|
3174
|
-
export interface DescribeNatGatewaysResult {
|
|
3175
|
-
|
|
3176
|
-
NatGateways?: NatGateway[];
|
|
3177
|
-
|
|
3178
|
-
NextToken?: string;
|
|
3179
|
-
}
|
|
3180
|
-
export declare namespace DescribeNatGatewaysResult {
|
|
3181
|
-
|
|
3182
|
-
const filterSensitiveLog: (obj: DescribeNatGatewaysResult) => any;
|
|
3183
|
-
}
|
|
3184
|
-
export interface DescribeNetworkAclsRequest {
|
|
3185
|
-
|
|
3186
|
-
Filters?: Filter[];
|
|
3187
|
-
|
|
3188
|
-
DryRun?: boolean;
|
|
3189
|
-
|
|
3190
|
-
NetworkAclIds?: string[];
|
|
3191
|
-
|
|
3192
|
-
NextToken?: string;
|
|
3193
|
-
|
|
3194
|
-
MaxResults?: number;
|
|
3195
|
-
}
|
|
3196
|
-
export declare namespace DescribeNetworkAclsRequest {
|
|
3197
|
-
|
|
3198
|
-
const filterSensitiveLog: (obj: DescribeNetworkAclsRequest) => any;
|
|
3199
|
-
}
|
|
3200
|
-
export interface DescribeNetworkAclsResult {
|
|
3201
|
-
|
|
3202
|
-
NetworkAcls?: NetworkAcl[];
|
|
3203
|
-
|
|
3204
|
-
NextToken?: string;
|
|
3205
|
-
}
|
|
3206
|
-
export declare namespace DescribeNetworkAclsResult {
|
|
3207
|
-
|
|
3208
|
-
const filterSensitiveLog: (obj: DescribeNetworkAclsResult) => any;
|
|
3209
|
-
}
|
|
3210
|
-
export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
|
|
3211
|
-
|
|
3212
|
-
NetworkInsightsAccessScopeAnalysisIds?: string[];
|
|
3213
|
-
|
|
3214
|
-
NetworkInsightsAccessScopeId?: string;
|
|
3215
|
-
|
|
3216
|
-
AnalysisStartTimeBegin?: Date;
|
|
3217
|
-
|
|
3218
|
-
AnalysisStartTimeEnd?: Date;
|
|
3219
|
-
|
|
3220
|
-
Filters?: Filter[];
|
|
3221
|
-
|
|
3222
|
-
MaxResults?: number;
|
|
3223
|
-
|
|
3224
|
-
DryRun?: boolean;
|
|
3225
|
-
|
|
3226
|
-
NextToken?: string;
|
|
3227
|
-
}
|
|
3228
|
-
export declare namespace DescribeNetworkInsightsAccessScopeAnalysesRequest {
|
|
3229
|
-
|
|
3230
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopeAnalysesRequest) => any;
|
|
3231
|
-
}
|
|
3232
|
-
export declare enum FindingsFound {
|
|
3233
|
-
false = "false",
|
|
3234
|
-
true = "true",
|
|
3235
|
-
unknown = "unknown"
|
|
3236
|
-
}
|
|
3237
|
-
export declare type AnalysisStatus = "failed" | "running" | "succeeded";
|
|
3238
|
-
|
|
3239
|
-
export interface NetworkInsightsAccessScopeAnalysis {
|
|
3240
|
-
|
|
3241
|
-
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
3242
|
-
|
|
3243
|
-
NetworkInsightsAccessScopeAnalysisArn?: string;
|
|
3244
|
-
|
|
3245
|
-
NetworkInsightsAccessScopeId?: string;
|
|
3246
|
-
|
|
3247
|
-
Status?: AnalysisStatus | string;
|
|
3248
|
-
|
|
3249
|
-
StatusMessage?: string;
|
|
3250
|
-
|
|
3251
|
-
WarningMessage?: string;
|
|
3252
|
-
|
|
3253
|
-
StartDate?: Date;
|
|
3254
|
-
|
|
3255
|
-
EndDate?: Date;
|
|
3256
|
-
|
|
3257
|
-
FindingsFound?: FindingsFound | string;
|
|
3258
|
-
|
|
3259
|
-
AnalyzedEniCount?: number;
|
|
3260
|
-
|
|
3261
|
-
Tags?: Tag[];
|
|
3262
|
-
}
|
|
3263
|
-
export declare namespace NetworkInsightsAccessScopeAnalysis {
|
|
3264
|
-
|
|
3265
|
-
const filterSensitiveLog: (obj: NetworkInsightsAccessScopeAnalysis) => any;
|
|
3266
|
-
}
|
|
3267
|
-
export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
3268
|
-
|
|
3269
|
-
NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[];
|
|
3270
|
-
|
|
3271
|
-
NextToken?: string;
|
|
3272
|
-
}
|
|
3273
|
-
export declare namespace DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
3274
|
-
|
|
3275
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopeAnalysesResult) => any;
|
|
3276
|
-
}
|
|
3277
|
-
export interface DescribeNetworkInsightsAccessScopesRequest {
|
|
3278
|
-
|
|
3279
|
-
NetworkInsightsAccessScopeIds?: string[];
|
|
3280
|
-
|
|
3281
|
-
Filters?: Filter[];
|
|
3282
|
-
|
|
3283
|
-
MaxResults?: number;
|
|
3284
|
-
|
|
3285
|
-
DryRun?: boolean;
|
|
3286
|
-
|
|
3287
|
-
NextToken?: string;
|
|
3288
|
-
}
|
|
3289
|
-
export declare namespace DescribeNetworkInsightsAccessScopesRequest {
|
|
3290
|
-
|
|
3291
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopesRequest) => any;
|
|
3292
|
-
}
|
|
3293
|
-
export interface DescribeNetworkInsightsAccessScopesResult {
|
|
3294
|
-
|
|
3295
|
-
NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[];
|
|
3296
|
-
|
|
3297
|
-
NextToken?: string;
|
|
3298
|
-
}
|
|
3299
|
-
export declare namespace DescribeNetworkInsightsAccessScopesResult {
|
|
3300
|
-
|
|
3301
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopesResult) => any;
|
|
3302
|
-
}
|
|
3303
|
-
export interface DescribeNetworkInsightsAnalysesRequest {
|
|
3304
|
-
|
|
3305
|
-
NetworkInsightsAnalysisIds?: string[];
|
|
3306
|
-
|
|
3307
|
-
NetworkInsightsPathId?: string;
|
|
3308
|
-
|
|
3309
|
-
AnalysisStartTime?: Date;
|
|
3310
|
-
|
|
3311
|
-
AnalysisEndTime?: Date;
|
|
3312
|
-
|
|
3313
|
-
Filters?: Filter[];
|
|
3314
|
-
|
|
3315
|
-
MaxResults?: number;
|
|
3316
|
-
|
|
3317
|
-
DryRun?: boolean;
|
|
3318
|
-
|
|
3319
|
-
NextToken?: string;
|
|
3320
|
-
}
|
|
3321
|
-
export declare namespace DescribeNetworkInsightsAnalysesRequest {
|
|
3322
|
-
|
|
3323
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAnalysesRequest) => any;
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
export interface AnalysisLoadBalancerListener {
|
|
3327
|
-
|
|
3328
|
-
LoadBalancerPort?: number;
|
|
3329
|
-
|
|
3330
|
-
InstancePort?: number;
|
|
3331
|
-
}
|
|
3332
|
-
export declare namespace AnalysisLoadBalancerListener {
|
|
3333
|
-
|
|
3334
|
-
const filterSensitiveLog: (obj: AnalysisLoadBalancerListener) => any;
|
|
3335
|
-
}
|
|
3336
|
-
|
|
3337
|
-
export interface AnalysisLoadBalancerTarget {
|
|
3338
|
-
|
|
3339
|
-
Address?: string;
|
|
3340
|
-
|
|
3341
|
-
AvailabilityZone?: string;
|
|
3342
|
-
|
|
3343
|
-
Instance?: AnalysisComponent;
|
|
3344
|
-
|
|
3345
|
-
Port?: number;
|
|
3346
|
-
}
|
|
3347
|
-
export declare namespace AnalysisLoadBalancerTarget {
|
|
3348
|
-
|
|
3349
|
-
const filterSensitiveLog: (obj: AnalysisLoadBalancerTarget) => any;
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
export interface Explanation {
|
|
3353
|
-
|
|
3354
|
-
Acl?: AnalysisComponent;
|
|
3355
|
-
|
|
3356
|
-
AclRule?: AnalysisAclRule;
|
|
3357
|
-
|
|
3358
|
-
Address?: string;
|
|
3359
|
-
|
|
3360
|
-
Addresses?: string[];
|
|
3361
|
-
|
|
3362
|
-
AttachedTo?: AnalysisComponent;
|
|
3363
|
-
|
|
3364
|
-
AvailabilityZones?: string[];
|
|
3365
|
-
|
|
3366
|
-
Cidrs?: string[];
|
|
3367
|
-
|
|
3368
|
-
Component?: AnalysisComponent;
|
|
3369
|
-
|
|
3370
|
-
CustomerGateway?: AnalysisComponent;
|
|
3371
|
-
|
|
3372
|
-
Destination?: AnalysisComponent;
|
|
3373
|
-
|
|
3374
|
-
DestinationVpc?: AnalysisComponent;
|
|
3375
|
-
|
|
3376
|
-
Direction?: string;
|
|
3377
|
-
|
|
3378
|
-
ExplanationCode?: string;
|
|
3379
|
-
|
|
3380
|
-
IngressRouteTable?: AnalysisComponent;
|
|
3381
|
-
|
|
3382
|
-
InternetGateway?: AnalysisComponent;
|
|
3383
|
-
|
|
3384
|
-
LoadBalancerArn?: string;
|
|
3385
|
-
|
|
3386
|
-
ClassicLoadBalancerListener?: AnalysisLoadBalancerListener;
|
|
3387
|
-
|
|
3388
|
-
LoadBalancerListenerPort?: number;
|
|
3389
|
-
|
|
3390
|
-
LoadBalancerTarget?: AnalysisLoadBalancerTarget;
|
|
3391
|
-
|
|
3392
|
-
LoadBalancerTargetGroup?: AnalysisComponent;
|
|
3393
|
-
|
|
3394
|
-
LoadBalancerTargetGroups?: AnalysisComponent[];
|
|
3395
|
-
|
|
3396
|
-
LoadBalancerTargetPort?: number;
|
|
3397
|
-
|
|
3398
|
-
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
3399
|
-
|
|
3400
|
-
MissingComponent?: string;
|
|
3401
|
-
|
|
3402
|
-
NatGateway?: AnalysisComponent;
|
|
3403
|
-
|
|
3404
|
-
NetworkInterface?: AnalysisComponent;
|
|
3405
|
-
|
|
3406
|
-
PacketField?: string;
|
|
3407
|
-
|
|
3408
|
-
VpcPeeringConnection?: AnalysisComponent;
|
|
3409
|
-
|
|
3410
|
-
Port?: number;
|
|
3411
|
-
|
|
3412
|
-
PortRanges?: PortRange[];
|
|
3413
|
-
|
|
3414
|
-
PrefixList?: AnalysisComponent;
|
|
3415
|
-
|
|
3416
|
-
Protocols?: string[];
|
|
3417
|
-
|
|
3418
|
-
RouteTableRoute?: AnalysisRouteTableRoute;
|
|
3419
|
-
|
|
3420
|
-
RouteTable?: AnalysisComponent;
|
|
3421
|
-
|
|
3422
|
-
SecurityGroup?: AnalysisComponent;
|
|
3423
|
-
|
|
3424
|
-
SecurityGroupRule?: AnalysisSecurityGroupRule;
|
|
3425
|
-
|
|
3426
|
-
SecurityGroups?: AnalysisComponent[];
|
|
3427
|
-
|
|
3428
|
-
SourceVpc?: AnalysisComponent;
|
|
3429
|
-
|
|
3430
|
-
State?: string;
|
|
3431
|
-
|
|
3432
|
-
Subnet?: AnalysisComponent;
|
|
3433
|
-
|
|
3434
|
-
SubnetRouteTable?: AnalysisComponent;
|
|
3435
|
-
|
|
3436
|
-
Vpc?: AnalysisComponent;
|
|
3437
|
-
|
|
3438
|
-
VpcEndpoint?: AnalysisComponent;
|
|
3439
|
-
|
|
3440
|
-
VpnConnection?: AnalysisComponent;
|
|
3441
|
-
|
|
3442
|
-
VpnGateway?: AnalysisComponent;
|
|
3443
|
-
}
|
|
3444
|
-
export declare namespace Explanation {
|
|
3445
|
-
|
|
3446
|
-
const filterSensitiveLog: (obj: Explanation) => any;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
export interface NetworkInsightsAnalysis {
|
|
3450
|
-
|
|
3451
|
-
NetworkInsightsAnalysisId?: string;
|
|
3452
|
-
|
|
3453
|
-
NetworkInsightsAnalysisArn?: string;
|
|
3454
|
-
|
|
3455
|
-
NetworkInsightsPathId?: string;
|
|
3456
|
-
|
|
3457
|
-
FilterInArns?: string[];
|
|
3458
|
-
|
|
3459
|
-
StartDate?: Date;
|
|
3460
|
-
|
|
3461
|
-
Status?: AnalysisStatus | string;
|
|
3462
|
-
|
|
3463
|
-
StatusMessage?: string;
|
|
3464
|
-
|
|
3465
|
-
WarningMessage?: string;
|
|
3466
|
-
|
|
3467
|
-
NetworkPathFound?: boolean;
|
|
3468
|
-
|
|
3469
|
-
ForwardPathComponents?: PathComponent[];
|
|
3470
|
-
|
|
3471
|
-
ReturnPathComponents?: PathComponent[];
|
|
3472
|
-
|
|
3473
|
-
Explanations?: Explanation[];
|
|
3474
|
-
|
|
3475
|
-
AlternatePathHints?: AlternatePathHint[];
|
|
3476
|
-
|
|
3477
|
-
Tags?: Tag[];
|
|
3478
|
-
}
|
|
3479
|
-
export declare namespace NetworkInsightsAnalysis {
|
|
3480
|
-
|
|
3481
|
-
const filterSensitiveLog: (obj: NetworkInsightsAnalysis) => any;
|
|
3482
|
-
}
|
|
3483
|
-
export interface DescribeNetworkInsightsAnalysesResult {
|
|
3484
|
-
|
|
3485
|
-
NetworkInsightsAnalyses?: NetworkInsightsAnalysis[];
|
|
3486
|
-
|
|
3487
|
-
NextToken?: string;
|
|
3488
|
-
}
|
|
3489
|
-
export declare namespace DescribeNetworkInsightsAnalysesResult {
|
|
3490
|
-
|
|
3491
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAnalysesResult) => any;
|
|
3492
|
-
}
|
|
3493
|
-
export interface DescribeNetworkInsightsPathsRequest {
|
|
3494
|
-
|
|
3495
|
-
NetworkInsightsPathIds?: string[];
|
|
3496
|
-
|
|
3497
|
-
Filters?: Filter[];
|
|
3498
|
-
|
|
3499
|
-
MaxResults?: number;
|
|
3500
|
-
|
|
3501
|
-
DryRun?: boolean;
|
|
3502
|
-
|
|
3503
|
-
NextToken?: string;
|
|
3504
|
-
}
|
|
3505
|
-
export declare namespace DescribeNetworkInsightsPathsRequest {
|
|
3506
|
-
|
|
3507
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsPathsRequest) => any;
|
|
3508
|
-
}
|
|
3509
|
-
export interface DescribeNetworkInsightsPathsResult {
|
|
3510
|
-
|
|
3511
|
-
NetworkInsightsPaths?: NetworkInsightsPath[];
|
|
3512
|
-
|
|
3513
|
-
NextToken?: string;
|
|
3514
|
-
}
|
|
3515
|
-
export declare namespace DescribeNetworkInsightsPathsResult {
|
|
3516
|
-
|
|
3517
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsPathsResult) => any;
|
|
3518
|
-
}
|
|
3519
|
-
export declare type NetworkInterfaceAttribute = "attachment" | "description" | "groupSet" | "sourceDestCheck";
|
|
3520
|
-
|
|
3521
|
-
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
3522
|
-
|
|
3523
|
-
Attribute?: NetworkInterfaceAttribute | string;
|
|
3524
|
-
|
|
3525
|
-
DryRun?: boolean;
|
|
3526
|
-
|
|
3527
|
-
NetworkInterfaceId: string | undefined;
|
|
3528
|
-
}
|
|
3529
|
-
export declare namespace DescribeNetworkInterfaceAttributeRequest {
|
|
3530
|
-
|
|
3531
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfaceAttributeRequest) => any;
|
|
3532
|
-
}
|
|
3533
|
-
|
|
3534
|
-
export interface DescribeNetworkInterfaceAttributeResult {
|
|
3535
|
-
|
|
3536
|
-
Attachment?: NetworkInterfaceAttachment;
|
|
3537
|
-
|
|
3538
|
-
Description?: AttributeValue;
|
|
3539
|
-
|
|
3540
|
-
Groups?: GroupIdentifier[];
|
|
3541
|
-
|
|
3542
|
-
NetworkInterfaceId?: string;
|
|
3543
|
-
|
|
3544
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
3545
|
-
}
|
|
3546
|
-
export declare namespace DescribeNetworkInterfaceAttributeResult {
|
|
3547
|
-
|
|
3548
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfaceAttributeResult) => any;
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3551
|
-
export interface DescribeNetworkInterfacePermissionsRequest {
|
|
3552
|
-
|
|
3553
|
-
NetworkInterfacePermissionIds?: string[];
|
|
3554
|
-
|
|
3555
|
-
Filters?: Filter[];
|
|
3556
|
-
|
|
3557
|
-
NextToken?: string;
|
|
3558
|
-
|
|
3559
|
-
MaxResults?: number;
|
|
3560
|
-
}
|
|
3561
|
-
export declare namespace DescribeNetworkInterfacePermissionsRequest {
|
|
3562
|
-
|
|
3563
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacePermissionsRequest) => any;
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
export interface DescribeNetworkInterfacePermissionsResult {
|
|
3567
|
-
|
|
3568
|
-
NetworkInterfacePermissions?: NetworkInterfacePermission[];
|
|
3569
|
-
|
|
3570
|
-
NextToken?: string;
|
|
3571
|
-
}
|
|
3572
|
-
export declare namespace DescribeNetworkInterfacePermissionsResult {
|
|
3573
|
-
|
|
3574
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacePermissionsResult) => any;
|
|
3575
|
-
}
|
|
3576
|
-
|
|
3577
|
-
export interface DescribeNetworkInterfacesRequest {
|
|
3578
|
-
|
|
3579
|
-
Filters?: Filter[];
|
|
3580
|
-
|
|
3581
|
-
DryRun?: boolean;
|
|
3582
|
-
|
|
3583
|
-
NetworkInterfaceIds?: string[];
|
|
3584
|
-
|
|
3585
|
-
NextToken?: string;
|
|
3586
|
-
|
|
3587
|
-
MaxResults?: number;
|
|
3588
|
-
}
|
|
3589
|
-
export declare namespace DescribeNetworkInterfacesRequest {
|
|
3590
|
-
|
|
3591
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacesRequest) => any;
|
|
3592
|
-
}
|
|
3593
|
-
|
|
3594
|
-
export interface DescribeNetworkInterfacesResult {
|
|
3595
|
-
|
|
3596
|
-
NetworkInterfaces?: NetworkInterface[];
|
|
3597
|
-
|
|
3598
|
-
NextToken?: string;
|
|
3599
|
-
}
|
|
3600
|
-
export declare namespace DescribeNetworkInterfacesResult {
|
|
3601
|
-
|
|
3602
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacesResult) => any;
|
|
3603
|
-
}
|
|
3604
|
-
export interface DescribePlacementGroupsRequest {
|
|
3605
|
-
|
|
3606
|
-
Filters?: Filter[];
|
|
3607
|
-
|
|
3608
|
-
DryRun?: boolean;
|
|
3609
|
-
|
|
3610
|
-
GroupNames?: string[];
|
|
3611
|
-
|
|
3612
|
-
GroupIds?: string[];
|
|
3613
|
-
}
|
|
3614
|
-
export declare namespace DescribePlacementGroupsRequest {
|
|
3615
|
-
|
|
3616
|
-
const filterSensitiveLog: (obj: DescribePlacementGroupsRequest) => any;
|
|
3617
|
-
}
|
|
3618
|
-
export interface DescribePlacementGroupsResult {
|
|
3619
|
-
|
|
3620
|
-
PlacementGroups?: PlacementGroup[];
|
|
3621
|
-
}
|
|
3622
|
-
export declare namespace DescribePlacementGroupsResult {
|
|
3623
|
-
|
|
3624
|
-
const filterSensitiveLog: (obj: DescribePlacementGroupsResult) => any;
|
|
3625
|
-
}
|
|
3626
|
-
export interface DescribePrefixListsRequest {
|
|
3627
|
-
|
|
3628
|
-
DryRun?: boolean;
|
|
3629
|
-
|
|
3630
|
-
Filters?: Filter[];
|
|
3631
|
-
|
|
3632
|
-
MaxResults?: number;
|
|
3633
|
-
|
|
3634
|
-
NextToken?: string;
|
|
3635
|
-
|
|
3636
|
-
PrefixListIds?: string[];
|
|
3637
|
-
}
|
|
3638
|
-
export declare namespace DescribePrefixListsRequest {
|
|
3639
|
-
|
|
3640
|
-
const filterSensitiveLog: (obj: DescribePrefixListsRequest) => any;
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
export interface PrefixList {
|
|
3644
|
-
|
|
3645
|
-
Cidrs?: string[];
|
|
3646
|
-
|
|
3647
|
-
PrefixListId?: string;
|
|
3648
|
-
|
|
3649
|
-
PrefixListName?: string;
|
|
3650
|
-
}
|
|
3651
|
-
export declare namespace PrefixList {
|
|
3652
|
-
|
|
3653
|
-
const filterSensitiveLog: (obj: PrefixList) => any;
|
|
3654
|
-
}
|
|
3655
|
-
export interface DescribePrefixListsResult {
|
|
3656
|
-
|
|
3657
|
-
NextToken?: string;
|
|
3658
|
-
|
|
3659
|
-
PrefixLists?: PrefixList[];
|
|
3660
|
-
}
|
|
3661
|
-
export declare namespace DescribePrefixListsResult {
|
|
3662
|
-
|
|
3663
|
-
const filterSensitiveLog: (obj: DescribePrefixListsResult) => any;
|
|
3664
|
-
}
|
|
3665
|
-
export interface DescribePrincipalIdFormatRequest {
|
|
3666
|
-
|
|
3667
|
-
DryRun?: boolean;
|
|
3668
|
-
|
|
3669
|
-
Resources?: string[];
|
|
3670
|
-
|
|
3671
|
-
MaxResults?: number;
|
|
3672
|
-
|
|
3673
|
-
NextToken?: string;
|
|
3674
|
-
}
|
|
3675
|
-
export declare namespace DescribePrincipalIdFormatRequest {
|
|
3676
|
-
|
|
3677
|
-
const filterSensitiveLog: (obj: DescribePrincipalIdFormatRequest) => any;
|
|
3678
|
-
}
|
|
3679
|
-
|
|
3680
|
-
export interface PrincipalIdFormat {
|
|
3681
|
-
|
|
3682
|
-
Arn?: string;
|
|
3683
|
-
|
|
3684
|
-
Statuses?: IdFormat[];
|
|
3685
|
-
}
|
|
3686
|
-
export declare namespace PrincipalIdFormat {
|
|
3687
|
-
|
|
3688
|
-
const filterSensitiveLog: (obj: PrincipalIdFormat) => any;
|
|
3689
|
-
}
|
|
3690
|
-
export interface DescribePrincipalIdFormatResult {
|
|
3691
|
-
|
|
3692
|
-
Principals?: PrincipalIdFormat[];
|
|
3693
|
-
|
|
3694
|
-
NextToken?: string;
|
|
3695
|
-
}
|
|
3696
|
-
export declare namespace DescribePrincipalIdFormatResult {
|
|
3697
|
-
|
|
3698
|
-
const filterSensitiveLog: (obj: DescribePrincipalIdFormatResult) => any;
|
|
3699
|
-
}
|
|
3700
|
-
export interface DescribePublicIpv4PoolsRequest {
|
|
3701
|
-
|
|
3702
|
-
PoolIds?: string[];
|
|
3703
|
-
|
|
3704
|
-
NextToken?: string;
|
|
3705
|
-
|
|
3706
|
-
MaxResults?: number;
|
|
3707
|
-
|
|
3708
|
-
Filters?: Filter[];
|
|
3709
|
-
}
|
|
3710
|
-
export declare namespace DescribePublicIpv4PoolsRequest {
|
|
3711
|
-
|
|
3712
|
-
const filterSensitiveLog: (obj: DescribePublicIpv4PoolsRequest) => any;
|
|
3713
|
-
}
|
|
3714
|
-
|
|
3715
|
-
export interface PublicIpv4PoolRange {
|
|
3716
|
-
|
|
3717
|
-
FirstAddress?: string;
|
|
3718
|
-
|
|
3719
|
-
LastAddress?: string;
|
|
3720
|
-
|
|
3721
|
-
AddressCount?: number;
|
|
3722
|
-
|
|
3723
|
-
AvailableAddressCount?: number;
|
|
3724
|
-
}
|
|
3725
|
-
export declare namespace PublicIpv4PoolRange {
|
|
3726
|
-
|
|
3727
|
-
const filterSensitiveLog: (obj: PublicIpv4PoolRange) => any;
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
export interface PublicIpv4Pool {
|
|
3731
|
-
|
|
3732
|
-
PoolId?: string;
|
|
3733
|
-
|
|
3734
|
-
Description?: string;
|
|
3735
|
-
|
|
3736
|
-
PoolAddressRanges?: PublicIpv4PoolRange[];
|
|
3737
|
-
|
|
3738
|
-
TotalAddressCount?: number;
|
|
3739
|
-
|
|
3740
|
-
TotalAvailableAddressCount?: number;
|
|
3741
|
-
|
|
3742
|
-
NetworkBorderGroup?: string;
|
|
3743
|
-
|
|
3744
|
-
Tags?: Tag[];
|
|
3745
|
-
}
|
|
3746
|
-
export declare namespace PublicIpv4Pool {
|
|
3747
|
-
|
|
3748
|
-
const filterSensitiveLog: (obj: PublicIpv4Pool) => any;
|
|
3749
|
-
}
|
|
3750
|
-
export interface DescribePublicIpv4PoolsResult {
|
|
3751
|
-
|
|
3752
|
-
PublicIpv4Pools?: PublicIpv4Pool[];
|
|
3753
|
-
|
|
3754
|
-
NextToken?: string;
|
|
3755
|
-
}
|
|
3756
|
-
export declare namespace DescribePublicIpv4PoolsResult {
|
|
3757
|
-
|
|
3758
|
-
const filterSensitiveLog: (obj: DescribePublicIpv4PoolsResult) => any;
|
|
3759
|
-
}
|
|
3760
|
-
export interface DescribeRegionsRequest {
|
|
3761
|
-
|
|
3762
|
-
Filters?: Filter[];
|
|
3763
|
-
|
|
3764
|
-
RegionNames?: string[];
|
|
3765
|
-
|
|
3766
|
-
DryRun?: boolean;
|
|
3767
|
-
|
|
3768
|
-
AllRegions?: boolean;
|
|
3769
|
-
}
|
|
3770
|
-
export declare namespace DescribeRegionsRequest {
|
|
3771
|
-
|
|
3772
|
-
const filterSensitiveLog: (obj: DescribeRegionsRequest) => any;
|
|
3773
|
-
}
|
|
3774
|
-
|
|
3775
|
-
export interface Region {
|
|
3776
|
-
|
|
3777
|
-
Endpoint?: string;
|
|
3778
|
-
|
|
3779
|
-
RegionName?: string;
|
|
3780
|
-
|
|
3781
|
-
OptInStatus?: string;
|
|
3782
|
-
}
|
|
3783
|
-
export declare namespace Region {
|
|
3784
|
-
|
|
3785
|
-
const filterSensitiveLog: (obj: Region) => any;
|
|
3786
|
-
}
|
|
3787
|
-
export interface DescribeRegionsResult {
|
|
3788
|
-
|
|
3789
|
-
Regions?: Region[];
|
|
3790
|
-
}
|
|
3791
|
-
export declare namespace DescribeRegionsResult {
|
|
3792
|
-
|
|
3793
|
-
const filterSensitiveLog: (obj: DescribeRegionsResult) => any;
|
|
3794
|
-
}
|
|
3795
|
-
export interface DescribeReplaceRootVolumeTasksRequest {
|
|
3796
|
-
|
|
3797
|
-
ReplaceRootVolumeTaskIds?: string[];
|
|
3798
|
-
|
|
3799
|
-
Filters?: Filter[];
|
|
3800
|
-
|
|
3801
|
-
MaxResults?: number;
|
|
3802
|
-
|
|
3803
|
-
NextToken?: string;
|
|
3804
|
-
|
|
3805
|
-
DryRun?: boolean;
|
|
3806
|
-
}
|
|
3807
|
-
export declare namespace DescribeReplaceRootVolumeTasksRequest {
|
|
3808
|
-
|
|
3809
|
-
const filterSensitiveLog: (obj: DescribeReplaceRootVolumeTasksRequest) => any;
|
|
3810
|
-
}
|
|
3811
|
-
export interface DescribeReplaceRootVolumeTasksResult {
|
|
3812
|
-
|
|
3813
|
-
ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[];
|
|
3814
|
-
|
|
3815
|
-
NextToken?: string;
|
|
3816
|
-
}
|
|
3817
|
-
export declare namespace DescribeReplaceRootVolumeTasksResult {
|
|
3818
|
-
|
|
3819
|
-
const filterSensitiveLog: (obj: DescribeReplaceRootVolumeTasksResult) => any;
|
|
3820
|
-
}
|
|
3821
|
-
export declare enum OfferingClassType {
|
|
3822
|
-
CONVERTIBLE = "convertible",
|
|
3823
|
-
STANDARD = "standard"
|
|
3824
|
-
}
|
|
3825
|
-
export declare type OfferingTypeValues = "All Upfront" | "Heavy Utilization" | "Light Utilization" | "Medium Utilization" | "No Upfront" | "Partial Upfront";
|
|
3826
|
-
|
|
3827
|
-
export interface DescribeReservedInstancesRequest {
|
|
3828
|
-
|
|
3829
|
-
Filters?: Filter[];
|
|
3830
|
-
|
|
3831
|
-
OfferingClass?: OfferingClassType | string;
|
|
3832
|
-
|
|
3833
|
-
ReservedInstancesIds?: string[];
|
|
3834
|
-
|
|
3835
|
-
DryRun?: boolean;
|
|
3836
|
-
|
|
3837
|
-
OfferingType?: OfferingTypeValues | string;
|
|
3838
|
-
}
|
|
3839
|
-
export declare namespace DescribeReservedInstancesRequest {
|
|
3840
|
-
|
|
3841
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesRequest) => any;
|
|
3842
|
-
}
|
|
3843
|
-
export declare type RIProductDescription = "Linux/UNIX" | "Linux/UNIX (Amazon VPC)" | "Windows" | "Windows (Amazon VPC)";
|
|
3844
|
-
export declare type RecurringChargeFrequency = "Hourly";
|
|
3845
|
-
|
|
3846
|
-
export interface RecurringCharge {
|
|
3847
|
-
|
|
3848
|
-
Amount?: number;
|
|
3849
|
-
|
|
3850
|
-
Frequency?: RecurringChargeFrequency | string;
|
|
3851
|
-
}
|
|
3852
|
-
export declare namespace RecurringCharge {
|
|
3853
|
-
|
|
3854
|
-
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
3855
|
-
}
|
|
3856
|
-
export declare enum Scope {
|
|
3857
|
-
AVAILABILITY_ZONE = "Availability Zone",
|
|
3858
|
-
REGIONAL = "Region"
|
|
3859
|
-
}
|
|
3860
|
-
export declare type ReservedInstanceState = "active" | "payment-failed" | "payment-pending" | "queued" | "queued-deleted" | "retired";
|
|
3861
|
-
|
|
3862
|
-
export interface ReservedInstances {
|
|
3863
|
-
|
|
3864
|
-
AvailabilityZone?: string;
|
|
3865
|
-
|
|
3866
|
-
Duration?: number;
|
|
3867
|
-
|
|
3868
|
-
End?: Date;
|
|
3869
|
-
|
|
3870
|
-
FixedPrice?: number;
|
|
3871
|
-
|
|
3872
|
-
InstanceCount?: number;
|
|
3873
|
-
|
|
3874
|
-
InstanceType?: _InstanceType | string;
|
|
3875
|
-
|
|
3876
|
-
ProductDescription?: RIProductDescription | string;
|
|
3877
|
-
|
|
3878
|
-
ReservedInstancesId?: string;
|
|
3879
|
-
|
|
3880
|
-
Start?: Date;
|
|
3881
|
-
|
|
3882
|
-
State?: ReservedInstanceState | string;
|
|
3883
|
-
|
|
3884
|
-
UsagePrice?: number;
|
|
3885
|
-
|
|
3886
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
3887
|
-
|
|
3888
|
-
InstanceTenancy?: Tenancy | string;
|
|
3889
|
-
|
|
3890
|
-
OfferingClass?: OfferingClassType | string;
|
|
3891
|
-
|
|
3892
|
-
OfferingType?: OfferingTypeValues | string;
|
|
3893
|
-
|
|
3894
|
-
RecurringCharges?: RecurringCharge[];
|
|
3895
|
-
|
|
3896
|
-
Scope?: Scope | string;
|
|
3897
|
-
|
|
3898
|
-
Tags?: Tag[];
|
|
3899
|
-
}
|
|
3900
|
-
export declare namespace ReservedInstances {
|
|
3901
|
-
|
|
3902
|
-
const filterSensitiveLog: (obj: ReservedInstances) => any;
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
|
-
export interface DescribeReservedInstancesResult {
|
|
3906
|
-
|
|
3907
|
-
ReservedInstances?: ReservedInstances[];
|
|
3908
|
-
}
|
|
3909
|
-
export declare namespace DescribeReservedInstancesResult {
|
|
3910
|
-
|
|
3911
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesResult) => any;
|
|
3912
|
-
}
|
|
3913
|
-
|
|
3914
|
-
export interface DescribeReservedInstancesListingsRequest {
|
|
3915
|
-
|
|
3916
|
-
Filters?: Filter[];
|
|
3917
|
-
|
|
3918
|
-
ReservedInstancesId?: string;
|
|
3919
|
-
|
|
3920
|
-
ReservedInstancesListingId?: string;
|
|
3921
|
-
}
|
|
3922
|
-
export declare namespace DescribeReservedInstancesListingsRequest {
|
|
3923
|
-
|
|
3924
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesListingsRequest) => any;
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
|
-
export interface DescribeReservedInstancesListingsResult {
|
|
3928
|
-
|
|
3929
|
-
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
3930
|
-
}
|
|
3931
|
-
export declare namespace DescribeReservedInstancesListingsResult {
|
|
3932
|
-
|
|
3933
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesListingsResult) => any;
|
|
3934
|
-
}
|
|
3935
|
-
|
|
3936
|
-
export interface DescribeReservedInstancesModificationsRequest {
|
|
3937
|
-
|
|
3938
|
-
Filters?: Filter[];
|
|
3939
|
-
|
|
3940
|
-
ReservedInstancesModificationIds?: string[];
|
|
3941
|
-
|
|
3942
|
-
NextToken?: string;
|
|
3943
|
-
}
|
|
3944
|
-
export declare namespace DescribeReservedInstancesModificationsRequest {
|
|
3945
|
-
|
|
3946
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesModificationsRequest) => any;
|
|
3947
|
-
}
|
|
3948
|
-
|
|
3949
|
-
export interface ReservedInstancesConfiguration {
|
|
3950
|
-
|
|
3951
|
-
AvailabilityZone?: string;
|
|
3952
|
-
|
|
3953
|
-
InstanceCount?: number;
|
|
3954
|
-
|
|
3955
|
-
InstanceType?: _InstanceType | string;
|
|
3956
|
-
|
|
3957
|
-
Platform?: string;
|
|
3958
|
-
|
|
3959
|
-
Scope?: Scope | string;
|
|
3960
|
-
}
|
|
3961
|
-
export declare namespace ReservedInstancesConfiguration {
|
|
3962
|
-
|
|
3963
|
-
const filterSensitiveLog: (obj: ReservedInstancesConfiguration) => any;
|
|
3964
|
-
}
|