@aws-sdk/client-ec2 3.984.0 → 3.986.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -0
- package/dist-cjs/index.js +973 -115
- package/dist-es/EC2.js +28 -0
- package/dist-es/commands/CreateSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/CreateSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DeleteSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/DeleteSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryInterfacesCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryNetworksCommand.js +16 -0
- package/dist-es/commands/DescribeSecondarySubnetsCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/DescribeSecondaryInterfacesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondaryNetworksPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondarySubnetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +482 -53
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +54 -0
- package/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +54 -0
- package/dist-types/EC2.d.ts +97 -0
- package/dist-types/EC2Client.d.ts +9 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +17 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +32 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +159 -0
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +178 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +134 -0
- package/dist-types/commands/DeleteSecondarySubnetCommand.d.ts +140 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +26 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +233 -0
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +221 -0
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +179 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +41 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_1.d.ts +187 -391
- package/dist-types/models/models_2.d.ts +655 -223
- package/dist-types/models/models_3.d.ts +225 -1176
- package/dist-types/models/models_4.d.ts +3939 -3103
- package/dist-types/models/models_5.d.ts +4263 -4009
- package/dist-types/models/models_6.d.ts +4721 -4755
- package/dist-types/models/models_7.d.ts +730 -9
- package/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/EC2.d.ts +179 -0
- package/dist-types/ts3.4/EC2Client.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSecondarySubnetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/models_1.d.ts +73 -81
- package/dist-types/ts3.4/models/models_2.d.ts +133 -60
- package/dist-types/ts3.4/models/models_3.d.ts +66 -92
- package/dist-types/ts3.4/models/models_4.d.ts +190 -190
- package/dist-types/ts3.4/models/models_5.d.ts +176 -151
- package/dist-types/ts3.4/models/models_6.d.ts +142 -173
- package/dist-types/ts3.4/models/models_7.d.ts +193 -7
- package/dist-types/ts3.4/pagination/DescribeSecondaryInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondaryNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondarySubnetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetDeleteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +14 -0
- package/package.json +14 -14
|
@@ -1,7 +1,228 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes,
|
|
2
|
-
import { type AssociationStatus, type ClientVpnAuthorizationRuleStatus, type ClientVpnEndpointStatus, type ClientVpnRouteStatus, type OperatorResponse, type TransitGatewayVpcAttachment, type VerifiedAccessInstance, type VerifiedAccessTrustProvider, type VpcEncryptionControl, AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, InstanceEventWindow, Tag, UnsuccessfulItem } from "./models_0";
|
|
3
|
-
import { type AttributeValue, type
|
|
4
|
-
import type { TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
1
|
+
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceLifecycle, InstanceStateName, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
|
|
2
|
+
import { type AssociationStatus, type ClientVpnAuthorizationRuleStatus, type ClientVpnEndpointStatus, type ClientVpnRouteStatus, type OperatorResponse, type TransitGatewayPeeringAttachment, type TransitGatewayVpcAttachment, type VerifiedAccessInstance, type VerifiedAccessTrustProvider, type VpcEncryptionControl, AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, InstanceEventWindow, Tag, UnsuccessfulItem } from "./models_0";
|
|
3
|
+
import { type AttributeValue, type FleetLaunchTemplateSpecification, type LaunchTemplateAndOverridesResponse, type StateReason, BlockDeviceMapping, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, GroupIdentifier } from "./models_1";
|
|
4
|
+
import type { TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteTrafficMirrorTargetResult {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the deleted Traffic Mirror target.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteTransitGatewayRequest {
|
|
19
|
+
/**
|
|
20
|
+
* <p>The ID of the transit gateway.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
TransitGatewayId: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
26
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
27
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
DryRun?: boolean | undefined;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export interface DeleteTransitGatewayResult {
|
|
36
|
+
/**
|
|
37
|
+
* <p>Information about the deleted transit gateway.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
TransitGateway?: TransitGateway | undefined;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface DeleteTransitGatewayConnectRequest {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The ID of the Connect attachment.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
53
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
54
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
DryRun?: boolean | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface DeleteTransitGatewayConnectResult {
|
|
63
|
+
/**
|
|
64
|
+
* <p>Information about the deleted Connect attachment.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
TransitGatewayConnect?: TransitGatewayConnect | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
73
|
+
/**
|
|
74
|
+
* <p>The ID of the Connect peer.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
TransitGatewayConnectPeerId: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
80
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
81
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
DryRun?: boolean | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export interface DeleteTransitGatewayConnectPeerResult {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Information about the deleted Connect peer.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export interface DeleteTransitGatewayMeteringPolicyRequest {
|
|
100
|
+
/**
|
|
101
|
+
* <p>The ID of the transit gateway metering policy to delete.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
107
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
108
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
DryRun?: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface DeleteTransitGatewayMeteringPolicyResult {
|
|
117
|
+
/**
|
|
118
|
+
* <p>Information about the deleted transit gateway metering policy.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export interface DeleteTransitGatewayMeteringPolicyEntryRequest {
|
|
127
|
+
/**
|
|
128
|
+
* <p>The ID of the transit gateway metering policy containing the entry to delete.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The rule number of the metering policy entry to delete.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
PolicyRuleNumber: number | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
139
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
140
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
DryRun?: boolean | undefined;
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
export interface DeleteTransitGatewayMeteringPolicyEntryResult {
|
|
149
|
+
/**
|
|
150
|
+
* <p>Information about the deleted transit gateway metering policy entry.</p>
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
TransitGatewayMeteringPolicyEntry?: TransitGatewayMeteringPolicyEntry | undefined;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
159
|
+
/**
|
|
160
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
166
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
167
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
DryRun?: boolean | undefined;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
176
|
+
/**
|
|
177
|
+
* <p>Information about the deleted transit gateway multicast domain.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
186
|
+
/**
|
|
187
|
+
* <p>The ID of the transit gateway peering attachment.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
191
|
+
/**
|
|
192
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
193
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
194
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
DryRun?: boolean | undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
203
|
+
/**
|
|
204
|
+
* <p>The transit gateway peering attachment.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
213
|
+
/**
|
|
214
|
+
* <p>The transit gateway policy table to delete.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
220
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
221
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
DryRun?: boolean | undefined;
|
|
225
|
+
}
|
|
5
226
|
/**
|
|
6
227
|
* @public
|
|
7
228
|
*/
|
|
@@ -9889,1175 +10110,3 @@ export interface DescribeInstanceImageMetadataResult {
|
|
|
9889
10110
|
*/
|
|
9890
10111
|
NextToken?: string | undefined;
|
|
9891
10112
|
}
|
|
9892
|
-
/**
|
|
9893
|
-
* @public
|
|
9894
|
-
*/
|
|
9895
|
-
export interface DescribeInstancesRequest {
|
|
9896
|
-
/**
|
|
9897
|
-
* <p>The instance IDs.</p>
|
|
9898
|
-
* <p>Default: Describes all your instances.</p>
|
|
9899
|
-
* @public
|
|
9900
|
-
*/
|
|
9901
|
-
InstanceIds?: string[] | undefined;
|
|
9902
|
-
/**
|
|
9903
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
9904
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
9905
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9906
|
-
* @public
|
|
9907
|
-
*/
|
|
9908
|
-
DryRun?: boolean | undefined;
|
|
9909
|
-
/**
|
|
9910
|
-
* <p>The filters.</p>
|
|
9911
|
-
* <ul>
|
|
9912
|
-
* <li>
|
|
9913
|
-
* <p>
|
|
9914
|
-
* <code>affinity</code> - The affinity setting for an instance running on a
|
|
9915
|
-
* Dedicated Host (<code>default</code> | <code>host</code>).</p>
|
|
9916
|
-
* </li>
|
|
9917
|
-
* <li>
|
|
9918
|
-
* <p>
|
|
9919
|
-
* <code>architecture</code> - The instance architecture (<code>i386</code> |
|
|
9920
|
-
* <code>x86_64</code> | <code>arm64</code>).</p>
|
|
9921
|
-
* </li>
|
|
9922
|
-
* <li>
|
|
9923
|
-
* <p>
|
|
9924
|
-
* <code>availability-zone</code> - The Availability Zone of the instance.</p>
|
|
9925
|
-
* </li>
|
|
9926
|
-
* <li>
|
|
9927
|
-
* <p>
|
|
9928
|
-
* <code>availability-zone-id</code> - The ID of the Availability Zone of the
|
|
9929
|
-
* instance.</p>
|
|
9930
|
-
* </li>
|
|
9931
|
-
* <li>
|
|
9932
|
-
* <p>
|
|
9933
|
-
* <code>block-device-mapping.attach-time</code> - The attach time for an EBS
|
|
9934
|
-
* volume mapped to the instance, for example,
|
|
9935
|
-
* <code>2022-09-15T17:15:20.000Z</code>.</p>
|
|
9936
|
-
* </li>
|
|
9937
|
-
* <li>
|
|
9938
|
-
* <p>
|
|
9939
|
-
* <code>block-device-mapping.delete-on-termination</code> - A Boolean that
|
|
9940
|
-
* indicates whether the EBS volume is deleted on instance termination.</p>
|
|
9941
|
-
* </li>
|
|
9942
|
-
* <li>
|
|
9943
|
-
* <p>
|
|
9944
|
-
* <code>block-device-mapping.device-name</code> - The device name specified in
|
|
9945
|
-
* the block device mapping (for example, <code>/dev/sdh</code> or
|
|
9946
|
-
* <code>xvdh</code>).</p>
|
|
9947
|
-
* </li>
|
|
9948
|
-
* <li>
|
|
9949
|
-
* <p>
|
|
9950
|
-
* <code>block-device-mapping.status</code> - The status for the EBS volume
|
|
9951
|
-
* (<code>attaching</code> | <code>attached</code> | <code>detaching</code> |
|
|
9952
|
-
* <code>detached</code>).</p>
|
|
9953
|
-
* </li>
|
|
9954
|
-
* <li>
|
|
9955
|
-
* <p>
|
|
9956
|
-
* <code>block-device-mapping.volume-id</code> - The volume ID of the EBS
|
|
9957
|
-
* volume.</p>
|
|
9958
|
-
* </li>
|
|
9959
|
-
* <li>
|
|
9960
|
-
* <p>
|
|
9961
|
-
* <code>boot-mode</code> - The boot mode that was specified by the AMI
|
|
9962
|
-
* (<code>legacy-bios</code> | <code>uefi</code> |
|
|
9963
|
-
* <code>uefi-preferred</code>).</p>
|
|
9964
|
-
* </li>
|
|
9965
|
-
* <li>
|
|
9966
|
-
* <p>
|
|
9967
|
-
* <code>capacity-reservation-id</code> - The ID of the Capacity Reservation into which the
|
|
9968
|
-
* instance was launched.</p>
|
|
9969
|
-
* </li>
|
|
9970
|
-
* <li>
|
|
9971
|
-
* <p>
|
|
9972
|
-
* <code>capacity-reservation-specification.capacity-reservation-preference</code>
|
|
9973
|
-
* - The instance's Capacity Reservation preference (<code>open</code> | <code>none</code>).</p>
|
|
9974
|
-
* </li>
|
|
9975
|
-
* <li>
|
|
9976
|
-
* <p>
|
|
9977
|
-
* <code>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id</code>
|
|
9978
|
-
* - The ID of the targeted Capacity Reservation.</p>
|
|
9979
|
-
* </li>
|
|
9980
|
-
* <li>
|
|
9981
|
-
* <p>
|
|
9982
|
-
* <code>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn</code>
|
|
9983
|
-
* - The ARN of the targeted Capacity Reservation group.</p>
|
|
9984
|
-
* </li>
|
|
9985
|
-
* <li>
|
|
9986
|
-
* <p>
|
|
9987
|
-
* <code>client-token</code> - The idempotency token you provided when you
|
|
9988
|
-
* launched the instance.</p>
|
|
9989
|
-
* </li>
|
|
9990
|
-
* <li>
|
|
9991
|
-
* <p>
|
|
9992
|
-
* <code>current-instance-boot-mode</code> - The boot mode that is used to launch
|
|
9993
|
-
* the instance at launch or start (<code>legacy-bios</code> |
|
|
9994
|
-
* <code>uefi</code>).</p>
|
|
9995
|
-
* </li>
|
|
9996
|
-
* <li>
|
|
9997
|
-
* <p>
|
|
9998
|
-
* <code>dns-name</code> - The public DNS name of the instance.</p>
|
|
9999
|
-
* </li>
|
|
10000
|
-
* <li>
|
|
10001
|
-
* <p>
|
|
10002
|
-
* <code>ebs-optimized</code> - A Boolean that indicates whether the instance is
|
|
10003
|
-
* optimized for Amazon EBS I/O.</p>
|
|
10004
|
-
* </li>
|
|
10005
|
-
* <li>
|
|
10006
|
-
* <p>
|
|
10007
|
-
* <code>ena-support</code> - A Boolean that indicates whether the instance is
|
|
10008
|
-
* enabled for enhanced networking with ENA.</p>
|
|
10009
|
-
* </li>
|
|
10010
|
-
* <li>
|
|
10011
|
-
* <p>
|
|
10012
|
-
* <code>enclave-options.enabled</code> - A Boolean that indicates whether the
|
|
10013
|
-
* instance is enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
10014
|
-
* </li>
|
|
10015
|
-
* <li>
|
|
10016
|
-
* <p>
|
|
10017
|
-
* <code>hibernation-options.configured</code> - A Boolean that indicates whether
|
|
10018
|
-
* the instance is enabled for hibernation. A value of <code>true</code> means that
|
|
10019
|
-
* the instance is enabled for hibernation.</p>
|
|
10020
|
-
* </li>
|
|
10021
|
-
* <li>
|
|
10022
|
-
* <p>
|
|
10023
|
-
* <code>host-id</code> - The ID of the Dedicated Host on which the instance is
|
|
10024
|
-
* running, if applicable.</p>
|
|
10025
|
-
* </li>
|
|
10026
|
-
* <li>
|
|
10027
|
-
* <p>
|
|
10028
|
-
* <code>hypervisor</code> - The hypervisor type of the instance
|
|
10029
|
-
* (<code>ovm</code> | <code>xen</code>). The value <code>xen</code> is used
|
|
10030
|
-
* for both Xen and Nitro hypervisors.</p>
|
|
10031
|
-
* </li>
|
|
10032
|
-
* <li>
|
|
10033
|
-
* <p>
|
|
10034
|
-
* <code>iam-instance-profile.arn</code> - The instance profile associated with
|
|
10035
|
-
* the instance. Specified as an ARN.</p>
|
|
10036
|
-
* </li>
|
|
10037
|
-
* <li>
|
|
10038
|
-
* <p>
|
|
10039
|
-
* <code>iam-instance-profile.id</code> - The instance profile associated with
|
|
10040
|
-
* the instance. Specified as an ID.</p>
|
|
10041
|
-
* </li>
|
|
10042
|
-
* <li>
|
|
10043
|
-
* <p>
|
|
10044
|
-
* <code>image-id</code> - The ID of the image used to launch the
|
|
10045
|
-
* instance.</p>
|
|
10046
|
-
* </li>
|
|
10047
|
-
* <li>
|
|
10048
|
-
* <p>
|
|
10049
|
-
* <code>instance-id</code> - The ID of the instance.</p>
|
|
10050
|
-
* </li>
|
|
10051
|
-
* <li>
|
|
10052
|
-
* <p>
|
|
10053
|
-
* <code>instance-lifecycle</code> - Indicates whether this is a Spot Instance, a Scheduled Instance, or
|
|
10054
|
-
* a Capacity Block (<code>spot</code> | <code>scheduled</code> | <code>capacity-block</code>).</p>
|
|
10055
|
-
* </li>
|
|
10056
|
-
* <li>
|
|
10057
|
-
* <p>
|
|
10058
|
-
* <code>instance-state-code</code> - The state of the instance, as a 16-bit
|
|
10059
|
-
* unsigned integer. The high byte is used for internal purposes and should be
|
|
10060
|
-
* ignored. The low byte is set based on the state represented. The valid values
|
|
10061
|
-
* are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64
|
|
10062
|
-
* (stopping), and 80 (stopped).</p>
|
|
10063
|
-
* </li>
|
|
10064
|
-
* <li>
|
|
10065
|
-
* <p>
|
|
10066
|
-
* <code>instance-state-name</code> - The state of the instance
|
|
10067
|
-
* (<code>pending</code> | <code>running</code> | <code>shutting-down</code> |
|
|
10068
|
-
* <code>terminated</code> | <code>stopping</code> |
|
|
10069
|
-
* <code>stopped</code>).</p>
|
|
10070
|
-
* </li>
|
|
10071
|
-
* <li>
|
|
10072
|
-
* <p>
|
|
10073
|
-
* <code>instance-type</code> - The type of instance (for example,
|
|
10074
|
-
* <code>t2.micro</code>).</p>
|
|
10075
|
-
* </li>
|
|
10076
|
-
* <li>
|
|
10077
|
-
* <p>
|
|
10078
|
-
* <code>instance.group-id</code> - The ID of the security group for the
|
|
10079
|
-
* instance. </p>
|
|
10080
|
-
* </li>
|
|
10081
|
-
* <li>
|
|
10082
|
-
* <p>
|
|
10083
|
-
* <code>instance.group-name</code> - The name of the security group for the
|
|
10084
|
-
* instance. </p>
|
|
10085
|
-
* </li>
|
|
10086
|
-
* <li>
|
|
10087
|
-
* <p>
|
|
10088
|
-
* <code>ip-address</code> - The public IPv4 address of the instance.</p>
|
|
10089
|
-
* </li>
|
|
10090
|
-
* <li>
|
|
10091
|
-
* <p>
|
|
10092
|
-
* <code>ipv6-address</code> - The IPv6 address of the instance.</p>
|
|
10093
|
-
* </li>
|
|
10094
|
-
* <li>
|
|
10095
|
-
* <p>
|
|
10096
|
-
* <code>kernel-id</code> - The kernel ID.</p>
|
|
10097
|
-
* </li>
|
|
10098
|
-
* <li>
|
|
10099
|
-
* <p>
|
|
10100
|
-
* <code>key-name</code> - The name of the key pair used when the instance was
|
|
10101
|
-
* launched.</p>
|
|
10102
|
-
* </li>
|
|
10103
|
-
* <li>
|
|
10104
|
-
* <p>
|
|
10105
|
-
* <code>launch-index</code> - When launching multiple instances, this is the
|
|
10106
|
-
* index for the instance in the launch group (for example, 0, 1, 2, and so on).
|
|
10107
|
-
* </p>
|
|
10108
|
-
* </li>
|
|
10109
|
-
* <li>
|
|
10110
|
-
* <p>
|
|
10111
|
-
* <code>launch-time</code> - The time when the instance was launched, in the ISO
|
|
10112
|
-
* 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
|
|
10113
|
-
* <code>2021-09-29T11:04:43.305Z</code>. You can use a wildcard
|
|
10114
|
-
* (<code>*</code>), for example, <code>2021-09-29T*</code>, which matches an
|
|
10115
|
-
* entire day.</p>
|
|
10116
|
-
* </li>
|
|
10117
|
-
* <li>
|
|
10118
|
-
* <p>
|
|
10119
|
-
* <code>maintenance-options.auto-recovery</code> - The current automatic
|
|
10120
|
-
* recovery behavior of the instance (<code>disabled</code> | <code>default</code>).</p>
|
|
10121
|
-
* </li>
|
|
10122
|
-
* <li>
|
|
10123
|
-
* <p>
|
|
10124
|
-
* <code>metadata-options.http-endpoint</code> - The status of access to the HTTP
|
|
10125
|
-
* metadata endpoint on your instance (<code>enabled</code> |
|
|
10126
|
-
* <code>disabled</code>)</p>
|
|
10127
|
-
* </li>
|
|
10128
|
-
* <li>
|
|
10129
|
-
* <p>
|
|
10130
|
-
* <code>metadata-options.http-protocol-ipv4</code> - Indicates whether the IPv4
|
|
10131
|
-
* endpoint is enabled (<code>disabled</code> | <code>enabled</code>).</p>
|
|
10132
|
-
* </li>
|
|
10133
|
-
* <li>
|
|
10134
|
-
* <p>
|
|
10135
|
-
* <code>metadata-options.http-protocol-ipv6</code> - Indicates whether the IPv6
|
|
10136
|
-
* endpoint is enabled (<code>disabled</code> | <code>enabled</code>).</p>
|
|
10137
|
-
* </li>
|
|
10138
|
-
* <li>
|
|
10139
|
-
* <p>
|
|
10140
|
-
* <code>metadata-options.http-put-response-hop-limit</code> - The HTTP metadata
|
|
10141
|
-
* request put response hop limit (integer, possible values <code>1</code> to
|
|
10142
|
-
* <code>64</code>)</p>
|
|
10143
|
-
* </li>
|
|
10144
|
-
* <li>
|
|
10145
|
-
* <p>
|
|
10146
|
-
* <code>metadata-options.http-tokens</code> - The metadata request authorization
|
|
10147
|
-
* state (<code>optional</code> | <code>required</code>)</p>
|
|
10148
|
-
* </li>
|
|
10149
|
-
* <li>
|
|
10150
|
-
* <p>
|
|
10151
|
-
* <code>metadata-options.instance-metadata-tags</code> - The status of access to
|
|
10152
|
-
* instance tags from the instance metadata (<code>enabled</code> |
|
|
10153
|
-
* <code>disabled</code>)</p>
|
|
10154
|
-
* </li>
|
|
10155
|
-
* <li>
|
|
10156
|
-
* <p>
|
|
10157
|
-
* <code>metadata-options.state</code> - The state of the metadata option changes
|
|
10158
|
-
* (<code>pending</code> | <code>applied</code>).</p>
|
|
10159
|
-
* </li>
|
|
10160
|
-
* <li>
|
|
10161
|
-
* <p>
|
|
10162
|
-
* <code>monitoring-state</code> - Indicates whether detailed monitoring is
|
|
10163
|
-
* enabled (<code>disabled</code> | <code>enabled</code>).</p>
|
|
10164
|
-
* </li>
|
|
10165
|
-
* <li>
|
|
10166
|
-
* <p>
|
|
10167
|
-
* <code>network-interface.addresses.association.allocation-id</code> - The allocation ID.</p>
|
|
10168
|
-
* </li>
|
|
10169
|
-
* <li>
|
|
10170
|
-
* <p>
|
|
10171
|
-
* <code>network-interface.addresses.association.association-id</code> - The association ID.</p>
|
|
10172
|
-
* </li>
|
|
10173
|
-
* <li>
|
|
10174
|
-
* <p>
|
|
10175
|
-
* <code>network-interface.addresses.association.carrier-ip</code> - The carrier IP address.</p>
|
|
10176
|
-
* </li>
|
|
10177
|
-
* <li>
|
|
10178
|
-
* <p>
|
|
10179
|
-
* <code>network-interface.addresses.association.customer-owned-ip</code> - The customer-owned IP address.</p>
|
|
10180
|
-
* </li>
|
|
10181
|
-
* <li>
|
|
10182
|
-
* <p>
|
|
10183
|
-
* <code>network-interface.addresses.association.ip-owner-id</code> - The owner
|
|
10184
|
-
* ID of the private IPv4 address associated with the network interface.</p>
|
|
10185
|
-
* </li>
|
|
10186
|
-
* <li>
|
|
10187
|
-
* <p>
|
|
10188
|
-
* <code>network-interface.addresses.association.public-dns-name</code> - The public DNS name.</p>
|
|
10189
|
-
* </li>
|
|
10190
|
-
* <li>
|
|
10191
|
-
* <p>
|
|
10192
|
-
* <code>network-interface.addresses.association.public-ip</code> - The ID of the
|
|
10193
|
-
* association of an Elastic IP address (IPv4) with a network interface.</p>
|
|
10194
|
-
* </li>
|
|
10195
|
-
* <li>
|
|
10196
|
-
* <p>
|
|
10197
|
-
* <code>network-interface.addresses.primary</code> - Specifies whether the IPv4
|
|
10198
|
-
* address of the network interface is the primary private IPv4 address.</p>
|
|
10199
|
-
* </li>
|
|
10200
|
-
* <li>
|
|
10201
|
-
* <p>
|
|
10202
|
-
* <code>network-interface.addresses.private-dns-name</code> - The private DNS name.</p>
|
|
10203
|
-
* </li>
|
|
10204
|
-
* <li>
|
|
10205
|
-
* <p>
|
|
10206
|
-
* <code>network-interface.addresses.private-ip-address</code> - The private IPv4
|
|
10207
|
-
* address associated with the network interface.</p>
|
|
10208
|
-
* </li>
|
|
10209
|
-
* <li>
|
|
10210
|
-
* <p>
|
|
10211
|
-
* <code>network-interface.association.allocation-id</code> - The allocation ID
|
|
10212
|
-
* returned when you allocated the Elastic IP address (IPv4) for your network
|
|
10213
|
-
* interface.</p>
|
|
10214
|
-
* </li>
|
|
10215
|
-
* <li>
|
|
10216
|
-
* <p>
|
|
10217
|
-
* <code>network-interface.association.association-id</code> - The association ID
|
|
10218
|
-
* returned when the network interface was associated with an IPv4 address.</p>
|
|
10219
|
-
* </li>
|
|
10220
|
-
* <li>
|
|
10221
|
-
* <p>
|
|
10222
|
-
* <code>network-interface.association.carrier-ip</code> - The customer-owned IP address.</p>
|
|
10223
|
-
* </li>
|
|
10224
|
-
* <li>
|
|
10225
|
-
* <p>
|
|
10226
|
-
* <code>network-interface.association.customer-owned-ip</code> - The customer-owned IP address.</p>
|
|
10227
|
-
* </li>
|
|
10228
|
-
* <li>
|
|
10229
|
-
* <p>
|
|
10230
|
-
* <code>network-interface.association.ip-owner-id</code> - The owner of the
|
|
10231
|
-
* Elastic IP address (IPv4) associated with the network interface.</p>
|
|
10232
|
-
* </li>
|
|
10233
|
-
* <li>
|
|
10234
|
-
* <p>
|
|
10235
|
-
* <code>network-interface.association.public-dns-name</code> - The public DNS name.</p>
|
|
10236
|
-
* </li>
|
|
10237
|
-
* <li>
|
|
10238
|
-
* <p>
|
|
10239
|
-
* <code>network-interface.association.public-ip</code> - The address of the
|
|
10240
|
-
* Elastic IP address (IPv4) bound to the network interface.</p>
|
|
10241
|
-
* </li>
|
|
10242
|
-
* <li>
|
|
10243
|
-
* <p>
|
|
10244
|
-
* <code>network-interface.attachment.attach-time</code> - The time that the
|
|
10245
|
-
* network interface was attached to an instance.</p>
|
|
10246
|
-
* </li>
|
|
10247
|
-
* <li>
|
|
10248
|
-
* <p>
|
|
10249
|
-
* <code>network-interface.attachment.attachment-id</code> - The ID of the
|
|
10250
|
-
* interface attachment.</p>
|
|
10251
|
-
* </li>
|
|
10252
|
-
* <li>
|
|
10253
|
-
* <p>
|
|
10254
|
-
* <code>network-interface.attachment.delete-on-termination</code> - Specifies
|
|
10255
|
-
* whether the attachment is deleted when an instance is terminated.</p>
|
|
10256
|
-
* </li>
|
|
10257
|
-
* <li>
|
|
10258
|
-
* <p>
|
|
10259
|
-
* <code>network-interface.attachment.device-index</code> - The device index to
|
|
10260
|
-
* which the network interface is attached.</p>
|
|
10261
|
-
* </li>
|
|
10262
|
-
* <li>
|
|
10263
|
-
* <p>
|
|
10264
|
-
* <code>network-interface.attachment.instance-id</code> - The ID of the instance
|
|
10265
|
-
* to which the network interface is attached.</p>
|
|
10266
|
-
* </li>
|
|
10267
|
-
* <li>
|
|
10268
|
-
* <p>
|
|
10269
|
-
* <code>network-interface.attachment.instance-owner-id</code> - The owner ID of
|
|
10270
|
-
* the instance to which the network interface is attached.</p>
|
|
10271
|
-
* </li>
|
|
10272
|
-
* <li>
|
|
10273
|
-
* <p>
|
|
10274
|
-
* <code>network-interface.attachment.network-card-index</code> - The index of the network card.</p>
|
|
10275
|
-
* </li>
|
|
10276
|
-
* <li>
|
|
10277
|
-
* <p>
|
|
10278
|
-
* <code>network-interface.attachment.status</code> - The status of the
|
|
10279
|
-
* attachment (<code>attaching</code> | <code>attached</code> |
|
|
10280
|
-
* <code>detaching</code> | <code>detached</code>).</p>
|
|
10281
|
-
* </li>
|
|
10282
|
-
* <li>
|
|
10283
|
-
* <p>
|
|
10284
|
-
* <code>network-interface.availability-zone</code> - The Availability Zone for
|
|
10285
|
-
* the network interface.</p>
|
|
10286
|
-
* </li>
|
|
10287
|
-
* <li>
|
|
10288
|
-
* <p>
|
|
10289
|
-
* <code>network-interface.deny-all-igw-traffic</code> - A Boolean that indicates whether
|
|
10290
|
-
* a network interface with an IPv6 address is unreachable from the public internet.</p>
|
|
10291
|
-
* </li>
|
|
10292
|
-
* <li>
|
|
10293
|
-
* <p>
|
|
10294
|
-
* <code>network-interface.description</code> - The description of the network
|
|
10295
|
-
* interface.</p>
|
|
10296
|
-
* </li>
|
|
10297
|
-
* <li>
|
|
10298
|
-
* <p>
|
|
10299
|
-
* <code>network-interface.group-id</code> - The ID of a security group
|
|
10300
|
-
* associated with the network interface.</p>
|
|
10301
|
-
* </li>
|
|
10302
|
-
* <li>
|
|
10303
|
-
* <p>
|
|
10304
|
-
* <code>network-interface.group-name</code> - The name of a security group
|
|
10305
|
-
* associated with the network interface.</p>
|
|
10306
|
-
* </li>
|
|
10307
|
-
* <li>
|
|
10308
|
-
* <p>
|
|
10309
|
-
* <code>network-interface.ipv4-prefixes.ipv4-prefix</code> - The IPv4 prefixes that are assigned to the network interface.</p>
|
|
10310
|
-
* </li>
|
|
10311
|
-
* <li>
|
|
10312
|
-
* <p>
|
|
10313
|
-
* <code>network-interface.ipv6-address</code> - The IPv6 address associated with the network interface.</p>
|
|
10314
|
-
* </li>
|
|
10315
|
-
* <li>
|
|
10316
|
-
* <p>
|
|
10317
|
-
* <code>network-interface.ipv6-addresses.ipv6-address</code> - The IPv6 address
|
|
10318
|
-
* associated with the network interface.</p>
|
|
10319
|
-
* </li>
|
|
10320
|
-
* <li>
|
|
10321
|
-
* <p>
|
|
10322
|
-
* <code>network-interface.ipv6-addresses.is-primary-ipv6</code> - A Boolean that indicates whether this
|
|
10323
|
-
* is the primary IPv6 address.</p>
|
|
10324
|
-
* </li>
|
|
10325
|
-
* <li>
|
|
10326
|
-
* <p>
|
|
10327
|
-
* <code>network-interface.ipv6-native</code> - A Boolean that indicates whether this is
|
|
10328
|
-
* an IPv6 only network interface.</p>
|
|
10329
|
-
* </li>
|
|
10330
|
-
* <li>
|
|
10331
|
-
* <p>
|
|
10332
|
-
* <code>network-interface.ipv6-prefixes.ipv6-prefix</code> - The IPv6 prefix assigned to the network interface.</p>
|
|
10333
|
-
* </li>
|
|
10334
|
-
* <li>
|
|
10335
|
-
* <p>
|
|
10336
|
-
* <code>network-interface.mac-address</code> - The MAC address of the network
|
|
10337
|
-
* interface.</p>
|
|
10338
|
-
* </li>
|
|
10339
|
-
* <li>
|
|
10340
|
-
* <p>
|
|
10341
|
-
* <code>network-interface.network-interface-id</code> - The ID of the network
|
|
10342
|
-
* interface.</p>
|
|
10343
|
-
* </li>
|
|
10344
|
-
* <li>
|
|
10345
|
-
* <p>
|
|
10346
|
-
* <code>network-interface.operator.managed</code> - A Boolean that indicates
|
|
10347
|
-
* whether the instance has a managed network interface.</p>
|
|
10348
|
-
* </li>
|
|
10349
|
-
* <li>
|
|
10350
|
-
* <p>
|
|
10351
|
-
* <code>network-interface.operator.principal</code> - The principal that manages
|
|
10352
|
-
* the network interface. Only valid for instances with managed network interfaces,
|
|
10353
|
-
* where <code>managed</code> is <code>true</code>.</p>
|
|
10354
|
-
* </li>
|
|
10355
|
-
* <li>
|
|
10356
|
-
* <p>
|
|
10357
|
-
* <code>network-interface.outpost-arn</code> - The ARN of the Outpost.</p>
|
|
10358
|
-
* </li>
|
|
10359
|
-
* <li>
|
|
10360
|
-
* <p>
|
|
10361
|
-
* <code>network-interface.owner-id</code> - The ID of the owner of the network
|
|
10362
|
-
* interface.</p>
|
|
10363
|
-
* </li>
|
|
10364
|
-
* <li>
|
|
10365
|
-
* <p>
|
|
10366
|
-
* <code>network-interface.private-dns-name</code> - The private DNS name of the
|
|
10367
|
-
* network interface.</p>
|
|
10368
|
-
* </li>
|
|
10369
|
-
* <li>
|
|
10370
|
-
* <p>
|
|
10371
|
-
* <code>network-interface.private-ip-address</code> - The private IPv4 address.</p>
|
|
10372
|
-
* </li>
|
|
10373
|
-
* <li>
|
|
10374
|
-
* <p>
|
|
10375
|
-
* <code>network-interface.public-dns-name</code> - The public DNS name.</p>
|
|
10376
|
-
* </li>
|
|
10377
|
-
* <li>
|
|
10378
|
-
* <p>
|
|
10379
|
-
* <code>network-interface.requester-id</code> - The requester ID for the network
|
|
10380
|
-
* interface.</p>
|
|
10381
|
-
* </li>
|
|
10382
|
-
* <li>
|
|
10383
|
-
* <p>
|
|
10384
|
-
* <code>network-interface.requester-managed</code> - Indicates whether the
|
|
10385
|
-
* network interface is being managed by Amazon Web Services.</p>
|
|
10386
|
-
* </li>
|
|
10387
|
-
* <li>
|
|
10388
|
-
* <p>
|
|
10389
|
-
* <code>network-interface.status</code> - The status of the network interface
|
|
10390
|
-
* (<code>available</code>) | <code>in-use</code>).</p>
|
|
10391
|
-
* </li>
|
|
10392
|
-
* <li>
|
|
10393
|
-
* <p>
|
|
10394
|
-
* <code>network-interface.source-dest-check</code> - Whether the network
|
|
10395
|
-
* interface performs source/destination checking. A value of <code>true</code>
|
|
10396
|
-
* means that checking is enabled, and <code>false</code> means that checking is
|
|
10397
|
-
* disabled. The value must be <code>false</code> for the network interface to
|
|
10398
|
-
* perform network address translation (NAT) in your VPC.</p>
|
|
10399
|
-
* </li>
|
|
10400
|
-
* <li>
|
|
10401
|
-
* <p>
|
|
10402
|
-
* <code>network-interface.subnet-id</code> - The ID of the subnet for the
|
|
10403
|
-
* network interface.</p>
|
|
10404
|
-
* </li>
|
|
10405
|
-
* <li>
|
|
10406
|
-
* <p>
|
|
10407
|
-
* <code>network-interface.tag-key</code> - The key of a tag assigned to the network interface.</p>
|
|
10408
|
-
* </li>
|
|
10409
|
-
* <li>
|
|
10410
|
-
* <p>
|
|
10411
|
-
* <code>network-interface.tag-value</code> - The value of a tag assigned to the network interface.</p>
|
|
10412
|
-
* </li>
|
|
10413
|
-
* <li>
|
|
10414
|
-
* <p>
|
|
10415
|
-
* <code>network-interface.vpc-id</code> - The ID of the VPC for the network
|
|
10416
|
-
* interface.</p>
|
|
10417
|
-
* </li>
|
|
10418
|
-
* <li>
|
|
10419
|
-
* <p>
|
|
10420
|
-
* <code>network-performance-options.bandwidth-weighting</code> - Where the performance boost
|
|
10421
|
-
* is applied, if applicable. Valid values: <code>default</code>, <code>vpc-1</code>,
|
|
10422
|
-
* <code>ebs-1</code>.</p>
|
|
10423
|
-
* </li>
|
|
10424
|
-
* <li>
|
|
10425
|
-
* <p>
|
|
10426
|
-
* <code>operator.managed</code> - A Boolean that indicates whether this is a
|
|
10427
|
-
* managed instance.</p>
|
|
10428
|
-
* </li>
|
|
10429
|
-
* <li>
|
|
10430
|
-
* <p>
|
|
10431
|
-
* <code>operator.principal</code> - The principal that manages the instance.
|
|
10432
|
-
* Only valid for managed instances, where <code>managed</code> is
|
|
10433
|
-
* <code>true</code>.</p>
|
|
10434
|
-
* </li>
|
|
10435
|
-
* <li>
|
|
10436
|
-
* <p>
|
|
10437
|
-
* <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the
|
|
10438
|
-
* Outpost.</p>
|
|
10439
|
-
* </li>
|
|
10440
|
-
* <li>
|
|
10441
|
-
* <p>
|
|
10442
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the instance
|
|
10443
|
-
* owner.</p>
|
|
10444
|
-
* </li>
|
|
10445
|
-
* <li>
|
|
10446
|
-
* <p>
|
|
10447
|
-
* <code>placement-group-name</code> - The name of the placement group for the
|
|
10448
|
-
* instance.</p>
|
|
10449
|
-
* </li>
|
|
10450
|
-
* <li>
|
|
10451
|
-
* <p>
|
|
10452
|
-
* <code>placement-partition-number</code> - The partition in which the instance is
|
|
10453
|
-
* located.</p>
|
|
10454
|
-
* </li>
|
|
10455
|
-
* <li>
|
|
10456
|
-
* <p>
|
|
10457
|
-
* <code>platform</code> - The platform. To list only Windows instances, use
|
|
10458
|
-
* <code>windows</code>.</p>
|
|
10459
|
-
* </li>
|
|
10460
|
-
* <li>
|
|
10461
|
-
* <p>
|
|
10462
|
-
* <code>platform-details</code> - The platform (<code>Linux/UNIX</code> |
|
|
10463
|
-
* <code>Red Hat BYOL Linux</code> | <code> Red Hat Enterprise Linux</code> |
|
|
10464
|
-
* <code>Red Hat Enterprise Linux with HA</code> | <code>Red Hat Enterprise Linux with High Availability</code> | <code>Red Hat Enterprise
|
|
10465
|
-
* Linux with SQL Server Standard and HA</code> | <code>Red Hat Enterprise
|
|
10466
|
-
* Linux with SQL Server Enterprise and HA</code> | <code>Red Hat Enterprise
|
|
10467
|
-
* Linux with SQL Server Standard</code> | <code>Red Hat Enterprise Linux with
|
|
10468
|
-
* SQL Server Web</code> | <code>Red Hat Enterprise Linux with SQL Server
|
|
10469
|
-
* Enterprise</code> | <code>SQL Server Enterprise</code> | <code>SQL Server
|
|
10470
|
-
* Standard</code> | <code>SQL Server Web</code> | <code>SUSE Linux</code> |
|
|
10471
|
-
* <code>Ubuntu Pro</code> | <code>Windows</code> | <code>Windows BYOL</code> |
|
|
10472
|
-
* <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL
|
|
10473
|
-
* Server Standard</code> | <code>Windows with SQL Server Web</code>).</p>
|
|
10474
|
-
* </li>
|
|
10475
|
-
* <li>
|
|
10476
|
-
* <p>
|
|
10477
|
-
* <code>private-dns-name</code> - The private IPv4 DNS name of the
|
|
10478
|
-
* instance.</p>
|
|
10479
|
-
* </li>
|
|
10480
|
-
* <li>
|
|
10481
|
-
* <p>
|
|
10482
|
-
* <code>private-dns-name-options.enable-resource-name-dns-a-record</code> - A
|
|
10483
|
-
* Boolean that indicates whether to respond to DNS queries for instance hostnames
|
|
10484
|
-
* with DNS A records.</p>
|
|
10485
|
-
* </li>
|
|
10486
|
-
* <li>
|
|
10487
|
-
* <p>
|
|
10488
|
-
* <code>private-dns-name-options.enable-resource-name-dns-aaaa-record</code> - A
|
|
10489
|
-
* Boolean that indicates whether to respond to DNS queries for instance hostnames
|
|
10490
|
-
* with DNS AAAA records.</p>
|
|
10491
|
-
* </li>
|
|
10492
|
-
* <li>
|
|
10493
|
-
* <p>
|
|
10494
|
-
* <code>private-dns-name-options.hostname-type</code> - The type of hostname
|
|
10495
|
-
* (<code>ip-name</code> | <code>resource-name</code>).</p>
|
|
10496
|
-
* </li>
|
|
10497
|
-
* <li>
|
|
10498
|
-
* <p>
|
|
10499
|
-
* <code>private-ip-address</code> - The private IPv4 address of the instance.
|
|
10500
|
-
* This can only be used to filter by the primary IP address of the network
|
|
10501
|
-
* interface attached to the instance. To filter by additional IP addresses
|
|
10502
|
-
* assigned to the network interface, use the filter
|
|
10503
|
-
* <code>network-interface.addresses.private-ip-address</code>.</p>
|
|
10504
|
-
* </li>
|
|
10505
|
-
* <li>
|
|
10506
|
-
* <p>
|
|
10507
|
-
* <code>product-code</code> - The product code associated with the AMI used to
|
|
10508
|
-
* launch the instance.</p>
|
|
10509
|
-
* </li>
|
|
10510
|
-
* <li>
|
|
10511
|
-
* <p>
|
|
10512
|
-
* <code>product-code.type</code> - The type of product code (<code>devpay</code>
|
|
10513
|
-
* | <code>marketplace</code>).</p>
|
|
10514
|
-
* </li>
|
|
10515
|
-
* <li>
|
|
10516
|
-
* <p>
|
|
10517
|
-
* <code>ramdisk-id</code> - The RAM disk ID.</p>
|
|
10518
|
-
* </li>
|
|
10519
|
-
* <li>
|
|
10520
|
-
* <p>
|
|
10521
|
-
* <code>reason</code> - The reason for the current state of the instance (for
|
|
10522
|
-
* example, shows "User Initiated [date]" when you stop or terminate the instance).
|
|
10523
|
-
* Similar to the state-reason-code filter.</p>
|
|
10524
|
-
* </li>
|
|
10525
|
-
* <li>
|
|
10526
|
-
* <p>
|
|
10527
|
-
* <code>requester-id</code> - The ID of the entity that launched the instance on
|
|
10528
|
-
* your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so
|
|
10529
|
-
* on).</p>
|
|
10530
|
-
* </li>
|
|
10531
|
-
* <li>
|
|
10532
|
-
* <p>
|
|
10533
|
-
* <code>reservation-id</code> - The ID of the instance's reservation. A
|
|
10534
|
-
* reservation ID is created any time you launch an instance. A reservation ID has
|
|
10535
|
-
* a one-to-one relationship with an instance launch request, but can be associated
|
|
10536
|
-
* with more than one instance if you launch multiple instances using the same
|
|
10537
|
-
* launch request. For example, if you launch one instance, you get one reservation
|
|
10538
|
-
* ID. If you launch ten instances using the same launch request, you also get one
|
|
10539
|
-
* reservation ID.</p>
|
|
10540
|
-
* </li>
|
|
10541
|
-
* <li>
|
|
10542
|
-
* <p>
|
|
10543
|
-
* <code>root-device-name</code> - The device name of the root device volume (for
|
|
10544
|
-
* example, <code>/dev/sda1</code>).</p>
|
|
10545
|
-
* </li>
|
|
10546
|
-
* <li>
|
|
10547
|
-
* <p>
|
|
10548
|
-
* <code>root-device-type</code> - The type of the root device volume
|
|
10549
|
-
* (<code>ebs</code> | <code>instance-store</code>).</p>
|
|
10550
|
-
* </li>
|
|
10551
|
-
* <li>
|
|
10552
|
-
* <p>
|
|
10553
|
-
* <code>source-dest-check</code> - Indicates whether the instance performs
|
|
10554
|
-
* source/destination checking. A value of <code>true</code> means that checking is
|
|
10555
|
-
* enabled, and <code>false</code> means that checking is disabled. The value must
|
|
10556
|
-
* be <code>false</code> for the instance to perform network address translation
|
|
10557
|
-
* (NAT) in your VPC. </p>
|
|
10558
|
-
* </li>
|
|
10559
|
-
* <li>
|
|
10560
|
-
* <p>
|
|
10561
|
-
* <code>spot-instance-request-id</code> - The ID of the Spot Instance
|
|
10562
|
-
* request.</p>
|
|
10563
|
-
* </li>
|
|
10564
|
-
* <li>
|
|
10565
|
-
* <p>
|
|
10566
|
-
* <code>state-reason-code</code> - The reason code for the state change.</p>
|
|
10567
|
-
* </li>
|
|
10568
|
-
* <li>
|
|
10569
|
-
* <p>
|
|
10570
|
-
* <code>state-reason-message</code> - A message that describes the state
|
|
10571
|
-
* change.</p>
|
|
10572
|
-
* </li>
|
|
10573
|
-
* <li>
|
|
10574
|
-
* <p>
|
|
10575
|
-
* <code>subnet-id</code> - The ID of the subnet for the instance.</p>
|
|
10576
|
-
* </li>
|
|
10577
|
-
* <li>
|
|
10578
|
-
* <p>
|
|
10579
|
-
* <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
10580
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
10581
|
-
* </li>
|
|
10582
|
-
* <li>
|
|
10583
|
-
* <p>
|
|
10584
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
|
|
10585
|
-
* </li>
|
|
10586
|
-
* <li>
|
|
10587
|
-
* <p>
|
|
10588
|
-
* <code>tenancy</code> - The tenancy of an instance (<code>dedicated</code> |
|
|
10589
|
-
* <code>default</code> | <code>host</code>).</p>
|
|
10590
|
-
* </li>
|
|
10591
|
-
* <li>
|
|
10592
|
-
* <p>
|
|
10593
|
-
* <code>tpm-support</code> - Indicates if the instance is configured for
|
|
10594
|
-
* NitroTPM support (<code>v2.0</code>). </p>
|
|
10595
|
-
* </li>
|
|
10596
|
-
* <li>
|
|
10597
|
-
* <p>
|
|
10598
|
-
* <code>usage-operation</code> - The usage operation value for the instance
|
|
10599
|
-
* (<code>RunInstances</code> | <code>RunInstances:00g0</code> |
|
|
10600
|
-
* <code>RunInstances:0010</code> | <code>RunInstances:1010</code> |
|
|
10601
|
-
* <code>RunInstances:1014</code> | <code>RunInstances:1110</code> |
|
|
10602
|
-
* <code>RunInstances:0014</code> | <code>RunInstances:0210</code> |
|
|
10603
|
-
* <code>RunInstances:0110</code> | <code>RunInstances:0100</code> |
|
|
10604
|
-
* <code>RunInstances:0004</code> | <code>RunInstances:0200</code> |
|
|
10605
|
-
* <code>RunInstances:000g</code> | <code>RunInstances:0g00</code> |
|
|
10606
|
-
* <code>RunInstances:0002</code> | <code>RunInstances:0800</code> |
|
|
10607
|
-
* <code>RunInstances:0102</code> | <code>RunInstances:0006</code> |
|
|
10608
|
-
* <code>RunInstances:0202</code>).</p>
|
|
10609
|
-
* </li>
|
|
10610
|
-
* <li>
|
|
10611
|
-
* <p>
|
|
10612
|
-
* <code>usage-operation-update-time</code> - The time that the usage operation
|
|
10613
|
-
* was last updated, for example, <code>2022-09-15T17:15:20.000Z</code>.</p>
|
|
10614
|
-
* </li>
|
|
10615
|
-
* <li>
|
|
10616
|
-
* <p>
|
|
10617
|
-
* <code>virtualization-type</code> - The virtualization type of the instance
|
|
10618
|
-
* (<code>paravirtual</code> | <code>hvm</code>).</p>
|
|
10619
|
-
* </li>
|
|
10620
|
-
* <li>
|
|
10621
|
-
* <p>
|
|
10622
|
-
* <code>vpc-id</code> - The ID of the VPC that the instance is running in.</p>
|
|
10623
|
-
* </li>
|
|
10624
|
-
* </ul>
|
|
10625
|
-
* @public
|
|
10626
|
-
*/
|
|
10627
|
-
Filters?: Filter[] | undefined;
|
|
10628
|
-
/**
|
|
10629
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
10630
|
-
* @public
|
|
10631
|
-
*/
|
|
10632
|
-
NextToken?: string | undefined;
|
|
10633
|
-
/**
|
|
10634
|
-
* <p>The maximum number of items to return for this request.
|
|
10635
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10636
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10637
|
-
* <p>You cannot specify this parameter and the instance IDs parameter in the same request.</p>
|
|
10638
|
-
* @public
|
|
10639
|
-
*/
|
|
10640
|
-
MaxResults?: number | undefined;
|
|
10641
|
-
}
|
|
10642
|
-
/**
|
|
10643
|
-
* <p>Describes the instance's Capacity Reservation targeting preferences. The action returns the
|
|
10644
|
-
* <code>capacityReservationPreference</code> response element if the instance is
|
|
10645
|
-
* configured to run in On-Demand capacity, or if it is configured in run in any
|
|
10646
|
-
* <code>open</code> Capacity Reservation that has matching attributes (instance type, platform,
|
|
10647
|
-
* Availability Zone). The action returns the <code>capacityReservationTarget</code>
|
|
10648
|
-
* response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.</p>
|
|
10649
|
-
* @public
|
|
10650
|
-
*/
|
|
10651
|
-
export interface CapacityReservationSpecificationResponse {
|
|
10652
|
-
/**
|
|
10653
|
-
* <p>Describes the instance's Capacity Reservation preferences. Possible preferences include:</p>
|
|
10654
|
-
* <ul>
|
|
10655
|
-
* <li>
|
|
10656
|
-
* <p>
|
|
10657
|
-
* <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that
|
|
10658
|
-
* has matching attributes (instance type, platform, Availability Zone).</p>
|
|
10659
|
-
* </li>
|
|
10660
|
-
* <li>
|
|
10661
|
-
* <p>
|
|
10662
|
-
* <code>none</code> - The instance avoids running in a Capacity Reservation even if one is
|
|
10663
|
-
* available. The instance runs in On-Demand capacity.</p>
|
|
10664
|
-
* </li>
|
|
10665
|
-
* </ul>
|
|
10666
|
-
* @public
|
|
10667
|
-
*/
|
|
10668
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
10669
|
-
/**
|
|
10670
|
-
* <p>Information about the targeted Capacity Reservation or Capacity Reservation group.</p>
|
|
10671
|
-
* @public
|
|
10672
|
-
*/
|
|
10673
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
10674
|
-
}
|
|
10675
|
-
/**
|
|
10676
|
-
* <p>The CPU options for the instance.</p>
|
|
10677
|
-
* @public
|
|
10678
|
-
*/
|
|
10679
|
-
export interface CpuOptions {
|
|
10680
|
-
/**
|
|
10681
|
-
* <p>The number of CPU cores for the instance.</p>
|
|
10682
|
-
* @public
|
|
10683
|
-
*/
|
|
10684
|
-
CoreCount?: number | undefined;
|
|
10685
|
-
/**
|
|
10686
|
-
* <p>The number of threads per CPU core.</p>
|
|
10687
|
-
* @public
|
|
10688
|
-
*/
|
|
10689
|
-
ThreadsPerCore?: number | undefined;
|
|
10690
|
-
/**
|
|
10691
|
-
* <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
|
|
10692
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP</a>.</p>
|
|
10693
|
-
* @public
|
|
10694
|
-
*/
|
|
10695
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
10696
|
-
}
|
|
10697
|
-
/**
|
|
10698
|
-
* <note>
|
|
10699
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10700
|
-
* </note>
|
|
10701
|
-
* <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
|
|
10702
|
-
* @public
|
|
10703
|
-
*/
|
|
10704
|
-
export interface ElasticGpuAssociation {
|
|
10705
|
-
/**
|
|
10706
|
-
* <p>The ID of the Elastic Graphics accelerator.</p>
|
|
10707
|
-
* @public
|
|
10708
|
-
*/
|
|
10709
|
-
ElasticGpuId?: string | undefined;
|
|
10710
|
-
/**
|
|
10711
|
-
* <p>The ID of the association.</p>
|
|
10712
|
-
* @public
|
|
10713
|
-
*/
|
|
10714
|
-
ElasticGpuAssociationId?: string | undefined;
|
|
10715
|
-
/**
|
|
10716
|
-
* <p>The state of the association between the instance and the
|
|
10717
|
-
* Elastic Graphics accelerator.</p>
|
|
10718
|
-
* @public
|
|
10719
|
-
*/
|
|
10720
|
-
ElasticGpuAssociationState?: string | undefined;
|
|
10721
|
-
/**
|
|
10722
|
-
* <p>The time the Elastic Graphics accelerator was associated with the instance.</p>
|
|
10723
|
-
* @public
|
|
10724
|
-
*/
|
|
10725
|
-
ElasticGpuAssociationTime?: string | undefined;
|
|
10726
|
-
}
|
|
10727
|
-
/**
|
|
10728
|
-
* <note>
|
|
10729
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10730
|
-
* </note>
|
|
10731
|
-
* <p>
|
|
10732
|
-
* Describes the association between an instance and an elastic inference accelerator.
|
|
10733
|
-
* </p>
|
|
10734
|
-
* @public
|
|
10735
|
-
*/
|
|
10736
|
-
export interface ElasticInferenceAcceleratorAssociation {
|
|
10737
|
-
/**
|
|
10738
|
-
* <p>
|
|
10739
|
-
* The Amazon Resource Name (ARN) of the elastic inference accelerator.
|
|
10740
|
-
* </p>
|
|
10741
|
-
* @public
|
|
10742
|
-
*/
|
|
10743
|
-
ElasticInferenceAcceleratorArn?: string | undefined;
|
|
10744
|
-
/**
|
|
10745
|
-
* <p>
|
|
10746
|
-
* The ID of the association.
|
|
10747
|
-
* </p>
|
|
10748
|
-
* @public
|
|
10749
|
-
*/
|
|
10750
|
-
ElasticInferenceAcceleratorAssociationId?: string | undefined;
|
|
10751
|
-
/**
|
|
10752
|
-
* <p>
|
|
10753
|
-
* The state of the elastic inference accelerator.
|
|
10754
|
-
* </p>
|
|
10755
|
-
* @public
|
|
10756
|
-
*/
|
|
10757
|
-
ElasticInferenceAcceleratorAssociationState?: string | undefined;
|
|
10758
|
-
/**
|
|
10759
|
-
* <p>
|
|
10760
|
-
* The time at which the elastic inference accelerator is associated with an instance.
|
|
10761
|
-
* </p>
|
|
10762
|
-
* @public
|
|
10763
|
-
*/
|
|
10764
|
-
ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
|
|
10765
|
-
}
|
|
10766
|
-
/**
|
|
10767
|
-
* <p>Indicates whether your instance is configured for hibernation. This parameter is valid
|
|
10768
|
-
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
10769
|
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
|
|
10770
|
-
* instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
10771
|
-
* @public
|
|
10772
|
-
*/
|
|
10773
|
-
export interface HibernationOptions {
|
|
10774
|
-
/**
|
|
10775
|
-
* <p>If <code>true</code>, your instance is enabled for hibernation; otherwise, it is not
|
|
10776
|
-
* enabled for hibernation.</p>
|
|
10777
|
-
* @public
|
|
10778
|
-
*/
|
|
10779
|
-
Configured?: boolean | undefined;
|
|
10780
|
-
}
|
|
10781
|
-
/**
|
|
10782
|
-
* <p>Describes a license configuration.</p>
|
|
10783
|
-
* @public
|
|
10784
|
-
*/
|
|
10785
|
-
export interface LicenseConfiguration {
|
|
10786
|
-
/**
|
|
10787
|
-
* <p>The Amazon Resource Name (ARN) of the license configuration.</p>
|
|
10788
|
-
* @public
|
|
10789
|
-
*/
|
|
10790
|
-
LicenseConfigurationArn?: string | undefined;
|
|
10791
|
-
}
|
|
10792
|
-
/**
|
|
10793
|
-
* <p>The maintenance options for the instance.</p>
|
|
10794
|
-
* @public
|
|
10795
|
-
*/
|
|
10796
|
-
export interface InstanceMaintenanceOptions {
|
|
10797
|
-
/**
|
|
10798
|
-
* <p>Provides information on the current automatic recovery behavior of your
|
|
10799
|
-
* instance.</p>
|
|
10800
|
-
* @public
|
|
10801
|
-
*/
|
|
10802
|
-
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
10803
|
-
/**
|
|
10804
|
-
* <p>Specifies whether to attempt reboot migration during a user-initiated reboot of an
|
|
10805
|
-
* instance that has a scheduled <code>system-reboot</code> event:</p>
|
|
10806
|
-
* <ul>
|
|
10807
|
-
* <li>
|
|
10808
|
-
* <p>
|
|
10809
|
-
* <code>default</code> - Amazon EC2 attempts to migrate the instance to
|
|
10810
|
-
* new hardware (reboot migration). If successful, the <code>system-reboot</code>
|
|
10811
|
-
* event is cleared. If unsuccessful, an in-place reboot occurs and the event
|
|
10812
|
-
* remains scheduled.</p>
|
|
10813
|
-
* </li>
|
|
10814
|
-
* <li>
|
|
10815
|
-
* <p>
|
|
10816
|
-
* <code>disabled</code> - Amazon EC2 keeps the instance on the same
|
|
10817
|
-
* hardware (in-place reboot). The <code>system-reboot</code> event remains
|
|
10818
|
-
* scheduled.</p>
|
|
10819
|
-
* </li>
|
|
10820
|
-
* </ul>
|
|
10821
|
-
* <p>This setting only applies to supported instances that have a scheduled reboot event.
|
|
10822
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
|
|
10823
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10824
|
-
* @public
|
|
10825
|
-
*/
|
|
10826
|
-
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
10827
|
-
}
|
|
10828
|
-
/**
|
|
10829
|
-
* <p>The metadata options for the instance.</p>
|
|
10830
|
-
* @public
|
|
10831
|
-
*/
|
|
10832
|
-
export interface InstanceMetadataOptionsResponse {
|
|
10833
|
-
/**
|
|
10834
|
-
* <p>The state of the metadata option changes.</p>
|
|
10835
|
-
* <p>
|
|
10836
|
-
* <code>pending</code> - The metadata options are being updated and the instance is not
|
|
10837
|
-
* ready to process metadata traffic with the new selection.</p>
|
|
10838
|
-
* <p>
|
|
10839
|
-
* <code>applied</code> - The metadata options have been successfully applied on the
|
|
10840
|
-
* instance.</p>
|
|
10841
|
-
* @public
|
|
10842
|
-
*/
|
|
10843
|
-
State?: InstanceMetadataOptionsState | undefined;
|
|
10844
|
-
/**
|
|
10845
|
-
* <p>Indicates whether IMDSv2 is required.</p>
|
|
10846
|
-
* <ul>
|
|
10847
|
-
* <li>
|
|
10848
|
-
* <p>
|
|
10849
|
-
* <code>optional</code> - IMDSv2 is optional, which means that you can use
|
|
10850
|
-
* either IMDSv2 or IMDSv1.</p>
|
|
10851
|
-
* </li>
|
|
10852
|
-
* <li>
|
|
10853
|
-
* <p>
|
|
10854
|
-
* <code>required</code> - IMDSv2 is required, which means that IMDSv1 is
|
|
10855
|
-
* disabled, and you must use IMDSv2.</p>
|
|
10856
|
-
* </li>
|
|
10857
|
-
* </ul>
|
|
10858
|
-
* @public
|
|
10859
|
-
*/
|
|
10860
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
10861
|
-
/**
|
|
10862
|
-
* <p>The maximum number of hops that the metadata token can travel.</p>
|
|
10863
|
-
* <p>Possible values: Integers from <code>1</code> to <code>64</code>
|
|
10864
|
-
* </p>
|
|
10865
|
-
* @public
|
|
10866
|
-
*/
|
|
10867
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
10868
|
-
/**
|
|
10869
|
-
* <p>Indicates whether the HTTP metadata endpoint on your instances is enabled or
|
|
10870
|
-
* disabled.</p>
|
|
10871
|
-
* <p>If the value is <code>disabled</code>, you cannot access your instance
|
|
10872
|
-
* metadata.</p>
|
|
10873
|
-
* @public
|
|
10874
|
-
*/
|
|
10875
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
10876
|
-
/**
|
|
10877
|
-
* <p>Indicates whether the IPv6 endpoint for the instance metadata service is enabled or
|
|
10878
|
-
* disabled.</p>
|
|
10879
|
-
* <p>Default: <code>disabled</code>
|
|
10880
|
-
* </p>
|
|
10881
|
-
* @public
|
|
10882
|
-
*/
|
|
10883
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
10884
|
-
/**
|
|
10885
|
-
* <p>Indicates whether access to instance tags from the instance metadata is enabled or
|
|
10886
|
-
* disabled. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
|
|
10887
|
-
* instance tags using the instance metadata</a>.</p>
|
|
10888
|
-
* @public
|
|
10889
|
-
*/
|
|
10890
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
10891
|
-
}
|
|
10892
|
-
/**
|
|
10893
|
-
* <p>Describes the monitoring of an instance.</p>
|
|
10894
|
-
* @public
|
|
10895
|
-
*/
|
|
10896
|
-
export interface Monitoring {
|
|
10897
|
-
/**
|
|
10898
|
-
* <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
|
|
10899
|
-
* enabled.</p>
|
|
10900
|
-
* @public
|
|
10901
|
-
*/
|
|
10902
|
-
State?: MonitoringState | undefined;
|
|
10903
|
-
}
|
|
10904
|
-
/**
|
|
10905
|
-
* <p>Describes association information for an Elastic IP address (IPv4).</p>
|
|
10906
|
-
* @public
|
|
10907
|
-
*/
|
|
10908
|
-
export interface InstanceNetworkInterfaceAssociation {
|
|
10909
|
-
/**
|
|
10910
|
-
* <p>The carrier IP address associated with the network interface.</p>
|
|
10911
|
-
* @public
|
|
10912
|
-
*/
|
|
10913
|
-
CarrierIp?: string | undefined;
|
|
10914
|
-
/**
|
|
10915
|
-
* <p>The customer-owned IP address associated with the network interface.</p>
|
|
10916
|
-
* @public
|
|
10917
|
-
*/
|
|
10918
|
-
CustomerOwnedIp?: string | undefined;
|
|
10919
|
-
/**
|
|
10920
|
-
* <p>The ID of the owner of the Elastic IP address.</p>
|
|
10921
|
-
* @public
|
|
10922
|
-
*/
|
|
10923
|
-
IpOwnerId?: string | undefined;
|
|
10924
|
-
/**
|
|
10925
|
-
* <p>The public DNS name.</p>
|
|
10926
|
-
* @public
|
|
10927
|
-
*/
|
|
10928
|
-
PublicDnsName?: string | undefined;
|
|
10929
|
-
/**
|
|
10930
|
-
* <p>The public IP address or Elastic IP address bound to the network interface.</p>
|
|
10931
|
-
* @public
|
|
10932
|
-
*/
|
|
10933
|
-
PublicIp?: string | undefined;
|
|
10934
|
-
}
|
|
10935
|
-
/**
|
|
10936
|
-
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
10937
|
-
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
10938
|
-
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
10939
|
-
* applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
|
|
10940
|
-
* environment needs.</p>
|
|
10941
|
-
* @public
|
|
10942
|
-
*/
|
|
10943
|
-
export interface InstanceAttachmentEnaSrdUdpSpecification {
|
|
10944
|
-
/**
|
|
10945
|
-
* <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
|
|
10946
|
-
* you must first enable ENA Express.</p>
|
|
10947
|
-
* @public
|
|
10948
|
-
*/
|
|
10949
|
-
EnaSrdUdpEnabled?: boolean | undefined;
|
|
10950
|
-
}
|
|
10951
|
-
/**
|
|
10952
|
-
* <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
|
|
10953
|
-
* maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
10954
|
-
* With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
|
|
10955
|
-
* account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
|
|
10956
|
-
* <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
|
|
10957
|
-
* receiving end by default. However, some UDP-based applications are designed to handle network packets
|
|
10958
|
-
* that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
|
|
10959
|
-
* is enabled, you can specify whether UDP network traffic uses it.</p>
|
|
10960
|
-
* @public
|
|
10961
|
-
*/
|
|
10962
|
-
export interface InstanceAttachmentEnaSrdSpecification {
|
|
10963
|
-
/**
|
|
10964
|
-
* <p>Indicates whether ENA Express is enabled for the network interface.</p>
|
|
10965
|
-
* @public
|
|
10966
|
-
*/
|
|
10967
|
-
EnaSrdEnabled?: boolean | undefined;
|
|
10968
|
-
/**
|
|
10969
|
-
* <p>Configures ENA Express for UDP network traffic.</p>
|
|
10970
|
-
* @public
|
|
10971
|
-
*/
|
|
10972
|
-
EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification | undefined;
|
|
10973
|
-
}
|
|
10974
|
-
/**
|
|
10975
|
-
* <p>Describes a network interface attachment.</p>
|
|
10976
|
-
* @public
|
|
10977
|
-
*/
|
|
10978
|
-
export interface InstanceNetworkInterfaceAttachment {
|
|
10979
|
-
/**
|
|
10980
|
-
* <p>The time stamp when the attachment initiated.</p>
|
|
10981
|
-
* @public
|
|
10982
|
-
*/
|
|
10983
|
-
AttachTime?: Date | undefined;
|
|
10984
|
-
/**
|
|
10985
|
-
* <p>The ID of the network interface attachment.</p>
|
|
10986
|
-
* @public
|
|
10987
|
-
*/
|
|
10988
|
-
AttachmentId?: string | undefined;
|
|
10989
|
-
/**
|
|
10990
|
-
* <p>Indicates whether the network interface is deleted when the instance is
|
|
10991
|
-
* terminated.</p>
|
|
10992
|
-
* @public
|
|
10993
|
-
*/
|
|
10994
|
-
DeleteOnTermination?: boolean | undefined;
|
|
10995
|
-
/**
|
|
10996
|
-
* <p>The index of the device on the instance for the network interface attachment.</p>
|
|
10997
|
-
* @public
|
|
10998
|
-
*/
|
|
10999
|
-
DeviceIndex?: number | undefined;
|
|
11000
|
-
/**
|
|
11001
|
-
* <p>The attachment state.</p>
|
|
11002
|
-
* @public
|
|
11003
|
-
*/
|
|
11004
|
-
Status?: AttachmentStatus | undefined;
|
|
11005
|
-
/**
|
|
11006
|
-
* <p>The index of the network card.</p>
|
|
11007
|
-
* @public
|
|
11008
|
-
*/
|
|
11009
|
-
NetworkCardIndex?: number | undefined;
|
|
11010
|
-
/**
|
|
11011
|
-
* <p>Contains the ENA Express settings for the network interface that's attached to
|
|
11012
|
-
* the instance.</p>
|
|
11013
|
-
* @public
|
|
11014
|
-
*/
|
|
11015
|
-
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
|
|
11016
|
-
/**
|
|
11017
|
-
* <p>The number of ENA queues created with the instance.</p>
|
|
11018
|
-
* @public
|
|
11019
|
-
*/
|
|
11020
|
-
EnaQueueCount?: number | undefined;
|
|
11021
|
-
}
|
|
11022
|
-
/**
|
|
11023
|
-
* <p>A security group connection tracking specification response that enables you to set
|
|
11024
|
-
* the idle timeout for connection tracking on an Elastic network interface. For more
|
|
11025
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
11026
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11027
|
-
* @public
|
|
11028
|
-
*/
|
|
11029
|
-
export interface ConnectionTrackingSpecificationResponse {
|
|
11030
|
-
/**
|
|
11031
|
-
* <p>Timeout (in seconds) for idle TCP
|
|
11032
|
-
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
11033
|
-
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
11034
|
-
* @public
|
|
11035
|
-
*/
|
|
11036
|
-
TcpEstablishedTimeout?: number | undefined;
|
|
11037
|
-
/**
|
|
11038
|
-
* <p>Timeout (in seconds) for idle UDP
|
|
11039
|
-
* flows classified as streams which have seen more than one request-response
|
|
11040
|
-
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
11041
|
-
* seconds.</p>
|
|
11042
|
-
* @public
|
|
11043
|
-
*/
|
|
11044
|
-
UdpStreamTimeout?: number | undefined;
|
|
11045
|
-
/**
|
|
11046
|
-
* <p>Timeout (in seconds) for idle UDP flows that
|
|
11047
|
-
* have seen traffic only in a single direction or a single request-response
|
|
11048
|
-
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
11049
|
-
* @public
|
|
11050
|
-
*/
|
|
11051
|
-
UdpTimeout?: number | undefined;
|
|
11052
|
-
}
|
|
11053
|
-
/**
|
|
11054
|
-
* <p>Information about an IPv4 prefix.</p>
|
|
11055
|
-
* @public
|
|
11056
|
-
*/
|
|
11057
|
-
export interface InstanceIpv4Prefix {
|
|
11058
|
-
/**
|
|
11059
|
-
* <p>One or more IPv4 prefixes assigned to the network interface.</p>
|
|
11060
|
-
* @public
|
|
11061
|
-
*/
|
|
11062
|
-
Ipv4Prefix?: string | undefined;
|
|
11063
|
-
}
|