@aws-sdk/client-ec2 3.533.0 → 3.537.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 +8 -0
- package/dist-cjs/index.js +236 -9
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeMacHostsCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_5.js +0 -8
- package/dist-es/models/models_6.js +8 -0
- package/dist-es/pagination/DescribeMacHostsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +212 -0
- package/dist-types/EC2.d.ts +191 -1
- package/dist-types/EC2Client.d.ts +4 -3
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -1
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +2 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +2 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +2 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/CreateImageCommand.d.ts +2 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +31 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +79 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +4 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +3 -2
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +2 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +2 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +2 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +2 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +2 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +2 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +2 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +4 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +3 -2
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -2
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +2 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +2 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +2 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +2 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +2 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -2
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +3 -3
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +2 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1093 -1093
- package/dist-types/models/models_1.d.ts +1229 -1229
- package/dist-types/models/models_2.d.ts +1105 -1105
- package/dist-types/models/models_3.d.ts +1006 -1006
- package/dist-types/models/models_4.d.ts +1460 -1703
- package/dist-types/models/models_5.d.ts +2048 -1945
- package/dist-types/models/models_6.d.ts +2089 -2038
- package/dist-types/models/models_7.d.ts +775 -472
- package/dist-types/pagination/DescribeMacHostsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +200 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +13 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +11 -4
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +11 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +46 -65
- package/dist-types/ts3.4/models/models_5.d.ts +71 -85
- package/dist-types/ts3.4/models/models_6.d.ts +88 -64
- package/dist-types/ts3.4/models/models_7.d.ts +68 -2
- package/dist-types/ts3.4/pagination/DescribeMacHostsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +42 -42
|
@@ -1,16 +1,319 @@
|
|
|
1
1
|
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
2
|
import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
4
|
-
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
4
|
+
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, ImdsSupportValues, InstanceTagNotificationAttribute, TpmSupportValues } from "./models_3";
|
|
5
5
|
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification, InstanceMonitoring, Status
|
|
6
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
|
|
7
7
|
/**
|
|
8
|
+
* <p>Contains the parameters for RegisterImage.</p>
|
|
8
9
|
* @public
|
|
9
10
|
*/
|
|
10
|
-
export interface
|
|
11
|
+
export interface RegisterImageRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
|
|
14
|
+
* <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be accessed
|
|
15
|
+
* by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the
|
|
16
|
+
* <i>Amazon S3 Service Developer Guide</i>.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
ImageLocation?: string;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The architecture of the AMI.</p>
|
|
22
|
+
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
|
|
23
|
+
* For instance store-backed AMIs, the architecture specified in the manifest file.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
Architecture?: ArchitectureValues;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The block device mapping entries.</p>
|
|
29
|
+
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</p>
|
|
30
|
+
* <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same
|
|
31
|
+
* Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can
|
|
32
|
+
* be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
|
|
33
|
+
* snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
37
|
+
/**
|
|
38
|
+
* <p>A description for your AMI.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
Description?: string;
|
|
42
|
+
/**
|
|
43
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
44
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
45
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
DryRun?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p>
|
|
51
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
EnaSupport?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The ID of the kernel.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
KernelId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* <p>A name for your AMI.</p>
|
|
62
|
+
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
Name: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The billing product codes. Your account must be authorized to specify billing product codes.</p>
|
|
68
|
+
* <p>If your account is not authorized to specify billing product codes, you can publish AMIs
|
|
69
|
+
* that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
|
|
70
|
+
* on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as a
|
|
71
|
+
* seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based
|
|
72
|
+
* products</a> in the <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
BillingProducts?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* <p>The ID of the RAM disk.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
RamdiskId?: string;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
RootDeviceName?: string;
|
|
86
|
+
/**
|
|
87
|
+
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p>
|
|
88
|
+
* <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
|
|
89
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
SriovNetSupport?: string;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
|
|
95
|
+
* <p>Default: <code>paravirtual</code>
|
|
96
|
+
* </p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
VirtualizationType?: string;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI supports both UEFI and Legacy BIOS.</p>
|
|
102
|
+
* <note>
|
|
103
|
+
* <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p>
|
|
104
|
+
* </note>
|
|
105
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
|
|
106
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
BootMode?: BootModeValues;
|
|
110
|
+
/**
|
|
111
|
+
* <p>Set to <code>v2.0</code> to enable Trusted Platform Module (TPM) support. For more
|
|
112
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
TpmSupport?: TpmSupportValues;
|
|
116
|
+
/**
|
|
117
|
+
* <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
|
|
118
|
+
* use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
|
|
119
|
+
* <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
|
|
120
|
+
* GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
|
|
121
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
UefiData?: string;
|
|
125
|
+
/**
|
|
126
|
+
* <p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances
|
|
127
|
+
* launched from this AMI will have <code>HttpTokens</code> automatically set to
|
|
128
|
+
* <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
|
|
129
|
+
* requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
|
|
130
|
+
* <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
|
|
131
|
+
* the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
132
|
+
* <note>
|
|
133
|
+
* <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support IMDSv2.</p>
|
|
134
|
+
* </note>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
ImdsSupport?: ImdsSupportValues;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The tags to apply to the AMI.</p>
|
|
140
|
+
* <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>. If you
|
|
141
|
+
* specify another value for <code>ResourceType</code>, the request fails.</p>
|
|
142
|
+
* <p>To tag an AMI after it has been registered, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
TagSpecifications?: TagSpecification[];
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* <p>Contains the output of RegisterImage.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export interface RegisterImageResult {
|
|
152
|
+
/**
|
|
153
|
+
* <p>The ID of the newly registered AMI.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
ImageId?: string;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* <p>Information about the tag keys to register for the current Region. You can either specify
|
|
160
|
+
* individual tag keys or register all tag keys in the current Region. You must specify either
|
|
161
|
+
* <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
165
|
+
/**
|
|
166
|
+
* <p>Indicates whether to register all tag keys in the current Region. Specify <code>true</code>
|
|
167
|
+
* to register all tag keys.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The tag keys to register.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
InstanceTagKeys?: string[];
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
11
181
|
/**
|
|
182
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
183
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
184
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
DryRun?: boolean;
|
|
188
|
+
/**
|
|
189
|
+
* <p>Information about the tag keys to register.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
198
|
+
/**
|
|
199
|
+
* <p>The resulting set of tag keys.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
208
|
+
/**
|
|
209
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
GroupIpAddress?: string;
|
|
218
|
+
/**
|
|
219
|
+
* <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
225
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
226
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
DryRun?: boolean;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* <p>Describes the registered transit gateway multicast group members.</p>
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
236
|
+
/**
|
|
237
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
TransitGatewayMulticastDomainId?: string;
|
|
241
|
+
/**
|
|
242
|
+
* <p>The ID of the registered network interfaces.</p>
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
246
|
+
/**
|
|
247
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
GroupIpAddress?: string;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
256
|
+
/**
|
|
257
|
+
* <p>Information about the registered transit gateway multicast group members.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
266
|
+
/**
|
|
267
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
GroupIpAddress?: string;
|
|
276
|
+
/**
|
|
277
|
+
* <p>The group sources' network interface IDs to register with the transit gateway multicast group.</p>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
283
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
284
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
DryRun?: boolean;
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* <p>Describes the members registered with the transit gateway multicast group.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
294
|
+
/**
|
|
295
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
12
296
|
* @public
|
|
297
|
+
*/
|
|
298
|
+
TransitGatewayMulticastDomainId?: string;
|
|
299
|
+
/**
|
|
300
|
+
* <p>The IDs of the network interfaces members registered with the transit gateway multicast group.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
304
|
+
/**
|
|
305
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
GroupIpAddress?: string;
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
314
|
+
/**
|
|
13
315
|
* <p>Information about the transit gateway multicast group sources.</p>
|
|
316
|
+
* @public
|
|
14
317
|
*/
|
|
15
318
|
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
16
319
|
}
|
|
@@ -19,25 +322,25 @@ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
|
19
322
|
*/
|
|
20
323
|
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
21
324
|
/**
|
|
22
|
-
* @public
|
|
23
325
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
326
|
+
* @public
|
|
24
327
|
*/
|
|
25
328
|
TransitGatewayMulticastDomainId?: string;
|
|
26
329
|
/**
|
|
27
|
-
* @public
|
|
28
330
|
* <p>The ID of the transit gateway attachment.</p>
|
|
331
|
+
* @public
|
|
29
332
|
*/
|
|
30
333
|
TransitGatewayAttachmentId?: string;
|
|
31
334
|
/**
|
|
32
|
-
* @public
|
|
33
335
|
* <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
|
|
336
|
+
* @public
|
|
34
337
|
*/
|
|
35
338
|
SubnetIds?: string[];
|
|
36
339
|
/**
|
|
37
|
-
* @public
|
|
38
340
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
39
341
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
40
342
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
343
|
+
* @public
|
|
41
344
|
*/
|
|
42
345
|
DryRun?: boolean;
|
|
43
346
|
}
|
|
@@ -46,8 +349,8 @@ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
46
349
|
*/
|
|
47
350
|
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
48
351
|
/**
|
|
49
|
-
* @public
|
|
50
352
|
* <p>Information about the multicast domain associations.</p>
|
|
353
|
+
* @public
|
|
51
354
|
*/
|
|
52
355
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
53
356
|
}
|
|
@@ -56,15 +359,15 @@ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
|
56
359
|
*/
|
|
57
360
|
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
58
361
|
/**
|
|
59
|
-
* @public
|
|
60
362
|
* <p>The ID of the transit gateway peering attachment.</p>
|
|
363
|
+
* @public
|
|
61
364
|
*/
|
|
62
365
|
TransitGatewayAttachmentId: string | undefined;
|
|
63
366
|
/**
|
|
64
|
-
* @public
|
|
65
367
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
66
368
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
67
369
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
370
|
+
* @public
|
|
68
371
|
*/
|
|
69
372
|
DryRun?: boolean;
|
|
70
373
|
}
|
|
@@ -73,8 +376,8 @@ export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
|
73
376
|
*/
|
|
74
377
|
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
75
378
|
/**
|
|
76
|
-
* @public
|
|
77
379
|
* <p>The transit gateway peering attachment.</p>
|
|
380
|
+
* @public
|
|
78
381
|
*/
|
|
79
382
|
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
80
383
|
}
|
|
@@ -83,15 +386,15 @@ export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
|
83
386
|
*/
|
|
84
387
|
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
85
388
|
/**
|
|
86
|
-
* @public
|
|
87
389
|
* <p>The ID of the attachment.</p>
|
|
390
|
+
* @public
|
|
88
391
|
*/
|
|
89
392
|
TransitGatewayAttachmentId: string | undefined;
|
|
90
393
|
/**
|
|
91
|
-
* @public
|
|
92
394
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
93
395
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
94
396
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
397
|
+
* @public
|
|
95
398
|
*/
|
|
96
399
|
DryRun?: boolean;
|
|
97
400
|
}
|
|
@@ -100,8 +403,8 @@ export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
|
100
403
|
*/
|
|
101
404
|
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
102
405
|
/**
|
|
103
|
-
* @public
|
|
104
406
|
* <p>Information about the attachment.</p>
|
|
407
|
+
* @public
|
|
105
408
|
*/
|
|
106
409
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
107
410
|
}
|
|
@@ -110,20 +413,20 @@ export interface RejectTransitGatewayVpcAttachmentResult {
|
|
|
110
413
|
*/
|
|
111
414
|
export interface RejectVpcEndpointConnectionsRequest {
|
|
112
415
|
/**
|
|
113
|
-
* @public
|
|
114
416
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
115
417
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
116
418
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
419
|
+
* @public
|
|
117
420
|
*/
|
|
118
421
|
DryRun?: boolean;
|
|
119
422
|
/**
|
|
120
|
-
* @public
|
|
121
423
|
* <p>The ID of the service.</p>
|
|
424
|
+
* @public
|
|
122
425
|
*/
|
|
123
426
|
ServiceId: string | undefined;
|
|
124
427
|
/**
|
|
125
|
-
* @public
|
|
126
428
|
* <p>The IDs of the VPC endpoints.</p>
|
|
429
|
+
* @public
|
|
127
430
|
*/
|
|
128
431
|
VpcEndpointIds: string[] | undefined;
|
|
129
432
|
}
|
|
@@ -132,8 +435,8 @@ export interface RejectVpcEndpointConnectionsRequest {
|
|
|
132
435
|
*/
|
|
133
436
|
export interface RejectVpcEndpointConnectionsResult {
|
|
134
437
|
/**
|
|
135
|
-
* @public
|
|
136
438
|
* <p>Information about the endpoints that were not rejected, if applicable.</p>
|
|
439
|
+
* @public
|
|
137
440
|
*/
|
|
138
441
|
Unsuccessful?: UnsuccessfulItem[];
|
|
139
442
|
}
|
|
@@ -142,15 +445,15 @@ export interface RejectVpcEndpointConnectionsResult {
|
|
|
142
445
|
*/
|
|
143
446
|
export interface RejectVpcPeeringConnectionRequest {
|
|
144
447
|
/**
|
|
145
|
-
* @public
|
|
146
448
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
147
449
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
148
450
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
451
|
+
* @public
|
|
149
452
|
*/
|
|
150
453
|
DryRun?: boolean;
|
|
151
454
|
/**
|
|
152
|
-
* @public
|
|
153
455
|
* <p>The ID of the VPC peering connection.</p>
|
|
456
|
+
* @public
|
|
154
457
|
*/
|
|
155
458
|
VpcPeeringConnectionId: string | undefined;
|
|
156
459
|
}
|
|
@@ -159,8 +462,8 @@ export interface RejectVpcPeeringConnectionRequest {
|
|
|
159
462
|
*/
|
|
160
463
|
export interface RejectVpcPeeringConnectionResult {
|
|
161
464
|
/**
|
|
162
|
-
* @public
|
|
163
465
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
466
|
+
* @public
|
|
164
467
|
*/
|
|
165
468
|
Return?: boolean;
|
|
166
469
|
}
|
|
@@ -169,27 +472,27 @@ export interface RejectVpcPeeringConnectionResult {
|
|
|
169
472
|
*/
|
|
170
473
|
export interface ReleaseAddressRequest {
|
|
171
474
|
/**
|
|
172
|
-
* @public
|
|
173
475
|
* <p>The allocation ID. This parameter is required.</p>
|
|
476
|
+
* @public
|
|
174
477
|
*/
|
|
175
478
|
AllocationId?: string;
|
|
176
479
|
/**
|
|
177
|
-
* @public
|
|
178
480
|
* <p>Deprecated.</p>
|
|
481
|
+
* @public
|
|
179
482
|
*/
|
|
180
483
|
PublicIp?: string;
|
|
181
484
|
/**
|
|
182
|
-
* @public
|
|
183
485
|
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
|
|
184
486
|
* IP addresses.</p>
|
|
185
487
|
* <p>If you provide an incorrect network border group, you receive an <code>InvalidAddress.NotFound</code> error.</p>
|
|
488
|
+
* @public
|
|
186
489
|
*/
|
|
187
490
|
NetworkBorderGroup?: string;
|
|
188
491
|
/**
|
|
189
|
-
* @public
|
|
190
492
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
191
493
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
192
494
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
495
|
+
* @public
|
|
193
496
|
*/
|
|
194
497
|
DryRun?: boolean;
|
|
195
498
|
}
|
|
@@ -198,8 +501,8 @@ export interface ReleaseAddressRequest {
|
|
|
198
501
|
*/
|
|
199
502
|
export interface ReleaseHostsRequest {
|
|
200
503
|
/**
|
|
201
|
-
* @public
|
|
202
504
|
* <p>The IDs of the Dedicated Hosts to release.</p>
|
|
505
|
+
* @public
|
|
203
506
|
*/
|
|
204
507
|
HostIds: string[] | undefined;
|
|
205
508
|
}
|
|
@@ -208,14 +511,14 @@ export interface ReleaseHostsRequest {
|
|
|
208
511
|
*/
|
|
209
512
|
export interface ReleaseHostsResult {
|
|
210
513
|
/**
|
|
211
|
-
* @public
|
|
212
514
|
* <p>The IDs of the Dedicated Hosts that were successfully released.</p>
|
|
515
|
+
* @public
|
|
213
516
|
*/
|
|
214
517
|
Successful?: string[];
|
|
215
518
|
/**
|
|
216
|
-
* @public
|
|
217
519
|
* <p>The IDs of the Dedicated Hosts that could not be released, including an error
|
|
218
520
|
* message.</p>
|
|
521
|
+
* @public
|
|
219
522
|
*/
|
|
220
523
|
Unsuccessful?: UnsuccessfulItem[];
|
|
221
524
|
}
|
|
@@ -224,25 +527,25 @@ export interface ReleaseHostsResult {
|
|
|
224
527
|
*/
|
|
225
528
|
export interface ReleaseIpamPoolAllocationRequest {
|
|
226
529
|
/**
|
|
227
|
-
* @public
|
|
228
530
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
229
531
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
230
532
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
533
|
+
* @public
|
|
231
534
|
*/
|
|
232
535
|
DryRun?: boolean;
|
|
233
536
|
/**
|
|
234
|
-
* @public
|
|
235
537
|
* <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
|
|
538
|
+
* @public
|
|
236
539
|
*/
|
|
237
540
|
IpamPoolId: string | undefined;
|
|
238
541
|
/**
|
|
239
|
-
* @public
|
|
240
542
|
* <p>The CIDR of the allocation you want to release.</p>
|
|
543
|
+
* @public
|
|
241
544
|
*/
|
|
242
545
|
Cidr: string | undefined;
|
|
243
546
|
/**
|
|
244
|
-
* @public
|
|
245
547
|
* <p>The ID of the allocation.</p>
|
|
548
|
+
* @public
|
|
246
549
|
*/
|
|
247
550
|
IpamPoolAllocationId: string | undefined;
|
|
248
551
|
}
|
|
@@ -251,8 +554,8 @@ export interface ReleaseIpamPoolAllocationRequest {
|
|
|
251
554
|
*/
|
|
252
555
|
export interface ReleaseIpamPoolAllocationResult {
|
|
253
556
|
/**
|
|
254
|
-
* @public
|
|
255
557
|
* <p>Indicates if the release was successful.</p>
|
|
558
|
+
* @public
|
|
256
559
|
*/
|
|
257
560
|
Success?: boolean;
|
|
258
561
|
}
|
|
@@ -261,13 +564,13 @@ export interface ReleaseIpamPoolAllocationResult {
|
|
|
261
564
|
*/
|
|
262
565
|
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
263
566
|
/**
|
|
264
|
-
* @public
|
|
265
567
|
* <p>The IAM instance profile.</p>
|
|
568
|
+
* @public
|
|
266
569
|
*/
|
|
267
570
|
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
268
571
|
/**
|
|
269
|
-
* @public
|
|
270
572
|
* <p>The ID of the existing IAM instance profile association.</p>
|
|
573
|
+
* @public
|
|
271
574
|
*/
|
|
272
575
|
AssociationId: string | undefined;
|
|
273
576
|
}
|
|
@@ -276,8 +579,8 @@ export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
|
276
579
|
*/
|
|
277
580
|
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
278
581
|
/**
|
|
279
|
-
* @public
|
|
280
582
|
* <p>Information about the IAM instance profile association.</p>
|
|
583
|
+
* @public
|
|
281
584
|
*/
|
|
282
585
|
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
283
586
|
}
|
|
@@ -286,20 +589,20 @@ export interface ReplaceIamInstanceProfileAssociationResult {
|
|
|
286
589
|
*/
|
|
287
590
|
export interface ReplaceNetworkAclAssociationRequest {
|
|
288
591
|
/**
|
|
289
|
-
* @public
|
|
290
592
|
* <p>The ID of the current association between the original network ACL and the subnet.</p>
|
|
593
|
+
* @public
|
|
291
594
|
*/
|
|
292
595
|
AssociationId: string | undefined;
|
|
293
596
|
/**
|
|
294
|
-
* @public
|
|
295
597
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
296
598
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
297
599
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
600
|
+
* @public
|
|
298
601
|
*/
|
|
299
602
|
DryRun?: boolean;
|
|
300
603
|
/**
|
|
301
|
-
* @public
|
|
302
604
|
* <p>The ID of the new network ACL to associate with the subnet.</p>
|
|
605
|
+
* @public
|
|
303
606
|
*/
|
|
304
607
|
NetworkAclId: string | undefined;
|
|
305
608
|
}
|
|
@@ -308,8 +611,8 @@ export interface ReplaceNetworkAclAssociationRequest {
|
|
|
308
611
|
*/
|
|
309
612
|
export interface ReplaceNetworkAclAssociationResult {
|
|
310
613
|
/**
|
|
311
|
-
* @public
|
|
312
614
|
* <p>The ID of the new association.</p>
|
|
615
|
+
* @public
|
|
313
616
|
*/
|
|
314
617
|
NewAssociationId?: string;
|
|
315
618
|
}
|
|
@@ -318,65 +621,65 @@ export interface ReplaceNetworkAclAssociationResult {
|
|
|
318
621
|
*/
|
|
319
622
|
export interface ReplaceNetworkAclEntryRequest {
|
|
320
623
|
/**
|
|
321
|
-
* @public
|
|
322
624
|
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
323
625
|
* <code>172.16.0.0/24</code>).</p>
|
|
626
|
+
* @public
|
|
324
627
|
*/
|
|
325
628
|
CidrBlock?: string;
|
|
326
629
|
/**
|
|
327
|
-
* @public
|
|
328
630
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
329
631
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
330
632
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
633
|
+
* @public
|
|
331
634
|
*/
|
|
332
635
|
DryRun?: boolean;
|
|
333
636
|
/**
|
|
334
|
-
* @public
|
|
335
637
|
* <p>Indicates whether to replace the egress rule.</p>
|
|
336
638
|
* <p>Default: If no value is specified, we replace the ingress rule.</p>
|
|
639
|
+
* @public
|
|
337
640
|
*/
|
|
338
641
|
Egress: boolean | undefined;
|
|
339
642
|
/**
|
|
340
|
-
* @public
|
|
341
643
|
* <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
|
|
342
644
|
* 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
|
|
645
|
+
* @public
|
|
343
646
|
*/
|
|
344
647
|
IcmpTypeCode?: IcmpTypeCode;
|
|
345
648
|
/**
|
|
346
|
-
* @public
|
|
347
649
|
* <p>The IPv6 network range to allow or deny, in CIDR notation (for example
|
|
348
650
|
* <code>2001:bd8:1234:1a00::/64</code>).</p>
|
|
651
|
+
* @public
|
|
349
652
|
*/
|
|
350
653
|
Ipv6CidrBlock?: string;
|
|
351
654
|
/**
|
|
352
|
-
* @public
|
|
353
655
|
* <p>The ID of the ACL.</p>
|
|
656
|
+
* @public
|
|
354
657
|
*/
|
|
355
658
|
NetworkAclId: string | undefined;
|
|
356
659
|
/**
|
|
357
|
-
* @public
|
|
358
660
|
* <p>TCP or UDP protocols: The range of ports the rule applies to.
|
|
359
661
|
* Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
|
|
662
|
+
* @public
|
|
360
663
|
*/
|
|
361
664
|
PortRange?: PortRange;
|
|
362
665
|
/**
|
|
363
|
-
* @public
|
|
364
666
|
* <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
|
|
365
667
|
* protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
|
|
366
668
|
* allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
|
|
367
669
|
* protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
|
|
368
670
|
* codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
|
|
369
671
|
* and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
|
|
672
|
+
* @public
|
|
370
673
|
*/
|
|
371
674
|
Protocol: string | undefined;
|
|
372
675
|
/**
|
|
373
|
-
* @public
|
|
374
676
|
* <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
|
|
677
|
+
* @public
|
|
375
678
|
*/
|
|
376
679
|
RuleAction: RuleAction | undefined;
|
|
377
680
|
/**
|
|
378
|
-
* @public
|
|
379
681
|
* <p>The rule number of the entry to replace.</p>
|
|
682
|
+
* @public
|
|
380
683
|
*/
|
|
381
684
|
RuleNumber: number | undefined;
|
|
382
685
|
}
|
|
@@ -385,92 +688,92 @@ export interface ReplaceNetworkAclEntryRequest {
|
|
|
385
688
|
*/
|
|
386
689
|
export interface ReplaceRouteRequest {
|
|
387
690
|
/**
|
|
388
|
-
* @public
|
|
389
691
|
* <p>The IPv4 CIDR address block used for the destination match. The value that you
|
|
390
692
|
* provide must match the CIDR of an existing route in the table.</p>
|
|
693
|
+
* @public
|
|
391
694
|
*/
|
|
392
695
|
DestinationCidrBlock?: string;
|
|
393
696
|
/**
|
|
394
|
-
* @public
|
|
395
697
|
* <p>The IPv6 CIDR address block used for the destination match. The value that you
|
|
396
698
|
* provide must match the CIDR of an existing route in the table.</p>
|
|
699
|
+
* @public
|
|
397
700
|
*/
|
|
398
701
|
DestinationIpv6CidrBlock?: string;
|
|
399
702
|
/**
|
|
400
|
-
* @public
|
|
401
703
|
* <p>The ID of the prefix list for the route.</p>
|
|
704
|
+
* @public
|
|
402
705
|
*/
|
|
403
706
|
DestinationPrefixListId?: string;
|
|
404
707
|
/**
|
|
405
|
-
* @public
|
|
406
708
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
407
709
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
408
710
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
711
|
+
* @public
|
|
409
712
|
*/
|
|
410
713
|
DryRun?: boolean;
|
|
411
714
|
/**
|
|
412
|
-
* @public
|
|
413
715
|
* <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
|
|
716
|
+
* @public
|
|
414
717
|
*/
|
|
415
718
|
VpcEndpointId?: string;
|
|
416
719
|
/**
|
|
417
|
-
* @public
|
|
418
720
|
* <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
|
|
721
|
+
* @public
|
|
419
722
|
*/
|
|
420
723
|
EgressOnlyInternetGatewayId?: string;
|
|
421
724
|
/**
|
|
422
|
-
* @public
|
|
423
725
|
* <p>The ID of an internet gateway or virtual private gateway.</p>
|
|
726
|
+
* @public
|
|
424
727
|
*/
|
|
425
728
|
GatewayId?: string;
|
|
426
729
|
/**
|
|
427
|
-
* @public
|
|
428
730
|
* <p>The ID of a NAT instance in your VPC.</p>
|
|
731
|
+
* @public
|
|
429
732
|
*/
|
|
430
733
|
InstanceId?: string;
|
|
431
734
|
/**
|
|
432
|
-
* @public
|
|
433
735
|
* <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
|
|
736
|
+
* @public
|
|
434
737
|
*/
|
|
435
738
|
LocalTarget?: boolean;
|
|
436
739
|
/**
|
|
437
|
-
* @public
|
|
438
740
|
* <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
|
|
741
|
+
* @public
|
|
439
742
|
*/
|
|
440
743
|
NatGatewayId?: string;
|
|
441
744
|
/**
|
|
442
|
-
* @public
|
|
443
745
|
* <p>The ID of a transit gateway.</p>
|
|
746
|
+
* @public
|
|
444
747
|
*/
|
|
445
748
|
TransitGatewayId?: string;
|
|
446
749
|
/**
|
|
447
|
-
* @public
|
|
448
750
|
* <p>The ID of the local gateway.</p>
|
|
751
|
+
* @public
|
|
449
752
|
*/
|
|
450
753
|
LocalGatewayId?: string;
|
|
451
754
|
/**
|
|
452
|
-
* @public
|
|
453
755
|
* <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
|
|
756
|
+
* @public
|
|
454
757
|
*/
|
|
455
758
|
CarrierGatewayId?: string;
|
|
456
759
|
/**
|
|
457
|
-
* @public
|
|
458
760
|
* <p>The ID of a network interface.</p>
|
|
761
|
+
* @public
|
|
459
762
|
*/
|
|
460
763
|
NetworkInterfaceId?: string;
|
|
461
764
|
/**
|
|
462
|
-
* @public
|
|
463
765
|
* <p>The ID of the route table.</p>
|
|
766
|
+
* @public
|
|
464
767
|
*/
|
|
465
768
|
RouteTableId: string | undefined;
|
|
466
769
|
/**
|
|
467
|
-
* @public
|
|
468
770
|
* <p>The ID of a VPC peering connection.</p>
|
|
771
|
+
* @public
|
|
469
772
|
*/
|
|
470
773
|
VpcPeeringConnectionId?: string;
|
|
471
774
|
/**
|
|
472
|
-
* @public
|
|
473
775
|
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
776
|
+
* @public
|
|
474
777
|
*/
|
|
475
778
|
CoreNetworkArn?: string;
|
|
476
779
|
}
|
|
@@ -479,20 +782,20 @@ export interface ReplaceRouteRequest {
|
|
|
479
782
|
*/
|
|
480
783
|
export interface ReplaceRouteTableAssociationRequest {
|
|
481
784
|
/**
|
|
482
|
-
* @public
|
|
483
785
|
* <p>The association ID.</p>
|
|
786
|
+
* @public
|
|
484
787
|
*/
|
|
485
788
|
AssociationId: string | undefined;
|
|
486
789
|
/**
|
|
487
|
-
* @public
|
|
488
790
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
489
791
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
490
792
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
793
|
+
* @public
|
|
491
794
|
*/
|
|
492
795
|
DryRun?: boolean;
|
|
493
796
|
/**
|
|
494
|
-
* @public
|
|
495
797
|
* <p>The ID of the new route table to associate with the subnet.</p>
|
|
798
|
+
* @public
|
|
496
799
|
*/
|
|
497
800
|
RouteTableId: string | undefined;
|
|
498
801
|
}
|
|
@@ -501,13 +804,13 @@ export interface ReplaceRouteTableAssociationRequest {
|
|
|
501
804
|
*/
|
|
502
805
|
export interface ReplaceRouteTableAssociationResult {
|
|
503
806
|
/**
|
|
504
|
-
* @public
|
|
505
807
|
* <p>The ID of the new association.</p>
|
|
808
|
+
* @public
|
|
506
809
|
*/
|
|
507
810
|
NewAssociationId?: string;
|
|
508
811
|
/**
|
|
509
|
-
* @public
|
|
510
812
|
* <p>The state of the association.</p>
|
|
813
|
+
* @public
|
|
511
814
|
*/
|
|
512
815
|
AssociationState?: RouteTableAssociationState;
|
|
513
816
|
}
|
|
@@ -516,30 +819,30 @@ export interface ReplaceRouteTableAssociationResult {
|
|
|
516
819
|
*/
|
|
517
820
|
export interface ReplaceTransitGatewayRouteRequest {
|
|
518
821
|
/**
|
|
519
|
-
* @public
|
|
520
822
|
* <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
|
|
823
|
+
* @public
|
|
521
824
|
*/
|
|
522
825
|
DestinationCidrBlock: string | undefined;
|
|
523
826
|
/**
|
|
524
|
-
* @public
|
|
525
827
|
* <p>The ID of the route table.</p>
|
|
828
|
+
* @public
|
|
526
829
|
*/
|
|
527
830
|
TransitGatewayRouteTableId: string | undefined;
|
|
528
831
|
/**
|
|
529
|
-
* @public
|
|
530
832
|
* <p>The ID of the attachment.</p>
|
|
833
|
+
* @public
|
|
531
834
|
*/
|
|
532
835
|
TransitGatewayAttachmentId?: string;
|
|
533
836
|
/**
|
|
534
|
-
* @public
|
|
535
837
|
* <p>Indicates whether traffic matching this route is to be dropped.</p>
|
|
838
|
+
* @public
|
|
536
839
|
*/
|
|
537
840
|
Blackhole?: boolean;
|
|
538
841
|
/**
|
|
539
|
-
* @public
|
|
540
842
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
541
843
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
542
844
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
845
|
+
* @public
|
|
543
846
|
*/
|
|
544
847
|
DryRun?: boolean;
|
|
545
848
|
}
|
|
@@ -548,8 +851,8 @@ export interface ReplaceTransitGatewayRouteRequest {
|
|
|
548
851
|
*/
|
|
549
852
|
export interface ReplaceTransitGatewayRouteResult {
|
|
550
853
|
/**
|
|
551
|
-
* @public
|
|
552
854
|
* <p>Information about the modified route.</p>
|
|
855
|
+
* @public
|
|
553
856
|
*/
|
|
554
857
|
Route?: TransitGatewayRoute;
|
|
555
858
|
}
|
|
@@ -558,23 +861,23 @@ export interface ReplaceTransitGatewayRouteResult {
|
|
|
558
861
|
*/
|
|
559
862
|
export interface ReplaceVpnTunnelRequest {
|
|
560
863
|
/**
|
|
561
|
-
* @public
|
|
562
864
|
* <p>The ID of the Site-to-Site VPN connection. </p>
|
|
865
|
+
* @public
|
|
563
866
|
*/
|
|
564
867
|
VpnConnectionId: string | undefined;
|
|
565
868
|
/**
|
|
566
|
-
* @public
|
|
567
869
|
* <p>The external IP address of the VPN tunnel.</p>
|
|
870
|
+
* @public
|
|
568
871
|
*/
|
|
569
872
|
VpnTunnelOutsideIpAddress: string | undefined;
|
|
570
873
|
/**
|
|
571
|
-
* @public
|
|
572
874
|
* <p>Trigger pending tunnel endpoint maintenance.</p>
|
|
875
|
+
* @public
|
|
573
876
|
*/
|
|
574
877
|
ApplyPendingMaintenance?: boolean;
|
|
575
878
|
/**
|
|
576
|
-
* @public
|
|
577
879
|
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
880
|
+
* @public
|
|
578
881
|
*/
|
|
579
882
|
DryRun?: boolean;
|
|
580
883
|
}
|
|
@@ -583,8 +886,8 @@ export interface ReplaceVpnTunnelRequest {
|
|
|
583
886
|
*/
|
|
584
887
|
export interface ReplaceVpnTunnelResult {
|
|
585
888
|
/**
|
|
586
|
-
* @public
|
|
587
889
|
* <p>Confirmation of replace tunnel operation.</p>
|
|
890
|
+
* @public
|
|
588
891
|
*/
|
|
589
892
|
Return?: boolean;
|
|
590
893
|
}
|
|
@@ -624,29 +927,28 @@ export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStat
|
|
|
624
927
|
*/
|
|
625
928
|
export interface ReportInstanceStatusRequest {
|
|
626
929
|
/**
|
|
627
|
-
* @public
|
|
628
930
|
* <p>Descriptive text about the health state of your instance.</p>
|
|
931
|
+
* @public
|
|
629
932
|
*/
|
|
630
933
|
Description?: string;
|
|
631
934
|
/**
|
|
632
|
-
* @public
|
|
633
935
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
634
936
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
635
937
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
938
|
+
* @public
|
|
636
939
|
*/
|
|
637
940
|
DryRun?: boolean;
|
|
638
941
|
/**
|
|
639
|
-
* @public
|
|
640
942
|
* <p>The time at which the reported instance health state ended.</p>
|
|
943
|
+
* @public
|
|
641
944
|
*/
|
|
642
945
|
EndTime?: Date;
|
|
643
946
|
/**
|
|
644
|
-
* @public
|
|
645
947
|
* <p>The instances.</p>
|
|
948
|
+
* @public
|
|
646
949
|
*/
|
|
647
950
|
Instances: string[] | undefined;
|
|
648
951
|
/**
|
|
649
|
-
* @public
|
|
650
952
|
* <p>The reason codes that describe the health state of your instance.</p>
|
|
651
953
|
* <ul>
|
|
652
954
|
* <li>
|
|
@@ -692,148 +994,148 @@ export interface ReportInstanceStatusRequest {
|
|
|
692
994
|
* <code>other</code>: [explain using the description parameter]</p>
|
|
693
995
|
* </li>
|
|
694
996
|
* </ul>
|
|
997
|
+
* @public
|
|
695
998
|
*/
|
|
696
999
|
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
697
1000
|
/**
|
|
698
|
-
* @public
|
|
699
1001
|
* <p>The time at which the reported instance health state began.</p>
|
|
1002
|
+
* @public
|
|
700
1003
|
*/
|
|
701
1004
|
StartTime?: Date;
|
|
702
1005
|
/**
|
|
703
|
-
* @public
|
|
704
1006
|
* <p>The status of all instances listed.</p>
|
|
1007
|
+
* @public
|
|
705
1008
|
*/
|
|
706
1009
|
Status: ReportStatusType | undefined;
|
|
707
1010
|
}
|
|
708
1011
|
/**
|
|
709
|
-
* @public
|
|
710
1012
|
* <p>Contains the parameters for RequestSpotFleet.</p>
|
|
1013
|
+
* @public
|
|
711
1014
|
*/
|
|
712
1015
|
export interface RequestSpotFleetRequest {
|
|
713
1016
|
/**
|
|
714
|
-
* @public
|
|
715
1017
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
716
1018
|
* making the request, and provides an error response. If you have the required
|
|
717
1019
|
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
718
1020
|
* <code>UnauthorizedOperation</code>.</p>
|
|
1021
|
+
* @public
|
|
719
1022
|
*/
|
|
720
1023
|
DryRun?: boolean;
|
|
721
1024
|
/**
|
|
722
|
-
* @public
|
|
723
1025
|
* <p>The configuration for the Spot Fleet request.</p>
|
|
1026
|
+
* @public
|
|
724
1027
|
*/
|
|
725
1028
|
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
726
1029
|
}
|
|
727
1030
|
/**
|
|
728
|
-
* @public
|
|
729
1031
|
* <p>Contains the output of RequestSpotFleet.</p>
|
|
1032
|
+
* @public
|
|
730
1033
|
*/
|
|
731
1034
|
export interface RequestSpotFleetResponse {
|
|
732
1035
|
/**
|
|
733
|
-
* @public
|
|
734
1036
|
* <p>The ID of the Spot Fleet request.</p>
|
|
1037
|
+
* @public
|
|
735
1038
|
*/
|
|
736
1039
|
SpotFleetRequestId?: string;
|
|
737
1040
|
}
|
|
738
1041
|
/**
|
|
739
|
-
* @public
|
|
740
1042
|
* <p>Describes the launch specification for an instance.</p>
|
|
1043
|
+
* @public
|
|
741
1044
|
*/
|
|
742
1045
|
export interface RequestSpotLaunchSpecification {
|
|
743
1046
|
/**
|
|
744
|
-
* @public
|
|
745
1047
|
* <p>The IDs of the security groups.</p>
|
|
1048
|
+
* @public
|
|
746
1049
|
*/
|
|
747
1050
|
SecurityGroupIds?: string[];
|
|
748
1051
|
/**
|
|
749
|
-
* @public
|
|
750
1052
|
* <p>Not supported.</p>
|
|
1053
|
+
* @public
|
|
751
1054
|
*/
|
|
752
1055
|
SecurityGroups?: string[];
|
|
753
1056
|
/**
|
|
754
|
-
* @public
|
|
755
1057
|
* <p>Deprecated.</p>
|
|
1058
|
+
* @public
|
|
756
1059
|
*/
|
|
757
1060
|
AddressingType?: string;
|
|
758
1061
|
/**
|
|
759
|
-
* @public
|
|
760
1062
|
* <p>The block device mapping entries. You can't specify both a snapshot ID and an encryption value.
|
|
761
1063
|
* This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume,
|
|
762
1064
|
* it is not blank and its encryption status is used for the volume encryption status.</p>
|
|
1065
|
+
* @public
|
|
763
1066
|
*/
|
|
764
1067
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
765
1068
|
/**
|
|
766
|
-
* @public
|
|
767
1069
|
* <p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
768
1070
|
* <p>Default: <code>false</code>
|
|
769
1071
|
* </p>
|
|
1072
|
+
* @public
|
|
770
1073
|
*/
|
|
771
1074
|
EbsOptimized?: boolean;
|
|
772
1075
|
/**
|
|
773
|
-
* @public
|
|
774
1076
|
* <p>The IAM instance profile.</p>
|
|
1077
|
+
* @public
|
|
775
1078
|
*/
|
|
776
1079
|
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
777
1080
|
/**
|
|
778
|
-
* @public
|
|
779
1081
|
* <p>The ID of the AMI.</p>
|
|
1082
|
+
* @public
|
|
780
1083
|
*/
|
|
781
1084
|
ImageId?: string;
|
|
782
1085
|
/**
|
|
783
|
-
* @public
|
|
784
1086
|
* <p>The instance type. Only one instance type can be specified.</p>
|
|
1087
|
+
* @public
|
|
785
1088
|
*/
|
|
786
1089
|
InstanceType?: _InstanceType;
|
|
787
1090
|
/**
|
|
788
|
-
* @public
|
|
789
1091
|
* <p>The ID of the kernel.</p>
|
|
1092
|
+
* @public
|
|
790
1093
|
*/
|
|
791
1094
|
KernelId?: string;
|
|
792
1095
|
/**
|
|
793
|
-
* @public
|
|
794
1096
|
* <p>The name of the key pair.</p>
|
|
1097
|
+
* @public
|
|
795
1098
|
*/
|
|
796
1099
|
KeyName?: string;
|
|
797
1100
|
/**
|
|
798
|
-
* @public
|
|
799
1101
|
* <p>Indicates whether basic or detailed monitoring is enabled for the instance.</p>
|
|
800
1102
|
* <p>Default: Disabled</p>
|
|
1103
|
+
* @public
|
|
801
1104
|
*/
|
|
802
1105
|
Monitoring?: RunInstancesMonitoringEnabled;
|
|
803
1106
|
/**
|
|
804
|
-
* @public
|
|
805
1107
|
* <p>The network interfaces. If you specify a network interface, you must specify
|
|
806
1108
|
* subnet IDs and security group IDs using the network interface.</p>
|
|
1109
|
+
* @public
|
|
807
1110
|
*/
|
|
808
1111
|
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
809
1112
|
/**
|
|
810
|
-
* @public
|
|
811
1113
|
* <p>The placement information for the instance.</p>
|
|
1114
|
+
* @public
|
|
812
1115
|
*/
|
|
813
1116
|
Placement?: SpotPlacement;
|
|
814
1117
|
/**
|
|
815
|
-
* @public
|
|
816
1118
|
* <p>The ID of the RAM disk.</p>
|
|
1119
|
+
* @public
|
|
817
1120
|
*/
|
|
818
1121
|
RamdiskId?: string;
|
|
819
1122
|
/**
|
|
820
|
-
* @public
|
|
821
1123
|
* <p>The ID of the subnet in which to launch the instance.</p>
|
|
1124
|
+
* @public
|
|
822
1125
|
*/
|
|
823
1126
|
SubnetId?: string;
|
|
824
1127
|
/**
|
|
825
|
-
* @public
|
|
826
1128
|
* <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
|
|
1129
|
+
* @public
|
|
827
1130
|
*/
|
|
828
1131
|
UserData?: string;
|
|
829
1132
|
}
|
|
830
1133
|
/**
|
|
831
|
-
* @public
|
|
832
1134
|
* <p>Contains the parameters for RequestSpotInstances.</p>
|
|
1135
|
+
* @public
|
|
833
1136
|
*/
|
|
834
1137
|
export interface RequestSpotInstancesRequest {
|
|
835
1138
|
/**
|
|
836
|
-
* @public
|
|
837
1139
|
* <p>The user-specified name for a logical grouping of requests.</p>
|
|
838
1140
|
* <p>When you specify an Availability Zone group in a Spot Instance request, all Spot
|
|
839
1141
|
* Instances in the request are launched in the same Availability Zone. Instance proximity
|
|
@@ -849,74 +1151,74 @@ export interface RequestSpotInstancesRequest {
|
|
|
849
1151
|
* subsequent set of Spot Instances could be placed in a different zone from the original
|
|
850
1152
|
* request, even if you specified the same Availability Zone group.</p>
|
|
851
1153
|
* <p>Default: Instances are launched in any available Availability Zone.</p>
|
|
1154
|
+
* @public
|
|
852
1155
|
*/
|
|
853
1156
|
AvailabilityZoneGroup?: string;
|
|
854
1157
|
/**
|
|
855
|
-
* @public
|
|
856
1158
|
* <p>Deprecated.</p>
|
|
1159
|
+
* @public
|
|
857
1160
|
*/
|
|
858
1161
|
BlockDurationMinutes?: number;
|
|
859
1162
|
/**
|
|
860
|
-
* @public
|
|
861
1163
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
862
1164
|
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to Ensure
|
|
863
1165
|
* Idempotency</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
1166
|
+
* @public
|
|
864
1167
|
*/
|
|
865
1168
|
ClientToken?: string;
|
|
866
1169
|
/**
|
|
867
|
-
* @public
|
|
868
1170
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
869
1171
|
* making the request, and provides an error response. If you have the required
|
|
870
1172
|
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
871
1173
|
* <code>UnauthorizedOperation</code>.</p>
|
|
1174
|
+
* @public
|
|
872
1175
|
*/
|
|
873
1176
|
DryRun?: boolean;
|
|
874
1177
|
/**
|
|
875
|
-
* @public
|
|
876
1178
|
* <p>The maximum number of Spot Instances to launch.</p>
|
|
877
1179
|
* <p>Default: 1</p>
|
|
1180
|
+
* @public
|
|
878
1181
|
*/
|
|
879
1182
|
InstanceCount?: number;
|
|
880
1183
|
/**
|
|
881
|
-
* @public
|
|
882
1184
|
* <p>The instance launch group. Launch groups are Spot Instances that launch together and
|
|
883
1185
|
* terminate together.</p>
|
|
884
1186
|
* <p>Default: Instances are launched and terminated individually</p>
|
|
1187
|
+
* @public
|
|
885
1188
|
*/
|
|
886
1189
|
LaunchGroup?: string;
|
|
887
1190
|
/**
|
|
888
|
-
* @public
|
|
889
1191
|
* <p>The launch specification.</p>
|
|
1192
|
+
* @public
|
|
890
1193
|
*/
|
|
891
1194
|
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
892
1195
|
/**
|
|
893
|
-
* @public
|
|
894
1196
|
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
895
1197
|
* using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
|
|
896
1198
|
* <important>
|
|
897
1199
|
* <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
898
1200
|
* </important>
|
|
1201
|
+
* @public
|
|
899
1202
|
*/
|
|
900
1203
|
SpotPrice?: string;
|
|
901
1204
|
/**
|
|
902
|
-
* @public
|
|
903
1205
|
* <p>The Spot Instance request type.</p>
|
|
904
1206
|
* <p>Default: <code>one-time</code>
|
|
905
1207
|
* </p>
|
|
1208
|
+
* @public
|
|
906
1209
|
*/
|
|
907
1210
|
Type?: SpotInstanceType;
|
|
908
1211
|
/**
|
|
909
|
-
* @public
|
|
910
1212
|
* <p>The start date of the request. If this is a one-time request, the request becomes
|
|
911
1213
|
* active at this date and time and remains active until all instances launch, the request
|
|
912
1214
|
* expires, or the request is canceled. If the request is persistent, the request becomes
|
|
913
1215
|
* active at this date and time and remains active until it expires or is canceled.</p>
|
|
914
1216
|
* <p>The specified start date and time cannot be equal to the current date and time. You
|
|
915
1217
|
* must specify a start date and time that occurs after the current date and time.</p>
|
|
1218
|
+
* @public
|
|
916
1219
|
*/
|
|
917
1220
|
ValidFrom?: Date;
|
|
918
1221
|
/**
|
|
919
|
-
* @public
|
|
920
1222
|
* <p>The end date of the request, in UTC format
|
|
921
1223
|
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
922
1224
|
* <ul>
|
|
@@ -932,30 +1234,31 @@ export interface RequestSpotInstancesRequest {
|
|
|
932
1234
|
* was created.</p>
|
|
933
1235
|
* </li>
|
|
934
1236
|
* </ul>
|
|
1237
|
+
* @public
|
|
935
1238
|
*/
|
|
936
1239
|
ValidUntil?: Date;
|
|
937
1240
|
/**
|
|
938
|
-
* @public
|
|
939
1241
|
* <p>The key-value pair for tagging the Spot Instance request on creation. The value for
|
|
940
1242
|
* <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
|
|
941
1243
|
* Spot Instance request fails. To tag the Spot Instance request after it has been created,
|
|
942
1244
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
1245
|
+
* @public
|
|
943
1246
|
*/
|
|
944
1247
|
TagSpecifications?: TagSpecification[];
|
|
945
1248
|
/**
|
|
946
|
-
* @public
|
|
947
1249
|
* <p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>
|
|
1250
|
+
* @public
|
|
948
1251
|
*/
|
|
949
1252
|
InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
|
|
950
1253
|
}
|
|
951
1254
|
/**
|
|
952
|
-
* @public
|
|
953
1255
|
* <p>Contains the output of RequestSpotInstances.</p>
|
|
1256
|
+
* @public
|
|
954
1257
|
*/
|
|
955
1258
|
export interface RequestSpotInstancesResult {
|
|
956
1259
|
/**
|
|
957
|
-
* @public
|
|
958
1260
|
* <p>The Spot Instance requests.</p>
|
|
1261
|
+
* @public
|
|
959
1262
|
*/
|
|
960
1263
|
SpotInstanceRequests?: SpotInstanceRequest[];
|
|
961
1264
|
}
|
|
@@ -964,20 +1267,20 @@ export interface RequestSpotInstancesResult {
|
|
|
964
1267
|
*/
|
|
965
1268
|
export interface ResetAddressAttributeRequest {
|
|
966
1269
|
/**
|
|
967
|
-
* @public
|
|
968
1270
|
* <p>[EC2-VPC] The allocation ID.</p>
|
|
1271
|
+
* @public
|
|
969
1272
|
*/
|
|
970
1273
|
AllocationId: string | undefined;
|
|
971
1274
|
/**
|
|
972
|
-
* @public
|
|
973
1275
|
* <p>The attribute of the IP address.</p>
|
|
1276
|
+
* @public
|
|
974
1277
|
*/
|
|
975
1278
|
Attribute: AddressAttributeName | undefined;
|
|
976
1279
|
/**
|
|
977
|
-
* @public
|
|
978
1280
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
979
1281
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
980
1282
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1283
|
+
* @public
|
|
981
1284
|
*/
|
|
982
1285
|
DryRun?: boolean;
|
|
983
1286
|
}
|
|
@@ -986,8 +1289,8 @@ export interface ResetAddressAttributeRequest {
|
|
|
986
1289
|
*/
|
|
987
1290
|
export interface ResetAddressAttributeResult {
|
|
988
1291
|
/**
|
|
989
|
-
* @public
|
|
990
1292
|
* <p>Information about the IP address.</p>
|
|
1293
|
+
* @public
|
|
991
1294
|
*/
|
|
992
1295
|
Address?: AddressAttribute;
|
|
993
1296
|
}
|
|
@@ -996,10 +1299,10 @@ export interface ResetAddressAttributeResult {
|
|
|
996
1299
|
*/
|
|
997
1300
|
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
998
1301
|
/**
|
|
999
|
-
* @public
|
|
1000
1302
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1001
1303
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1002
1304
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1305
|
+
* @public
|
|
1003
1306
|
*/
|
|
1004
1307
|
DryRun?: boolean;
|
|
1005
1308
|
}
|
|
@@ -1008,8 +1311,8 @@ export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
|
1008
1311
|
*/
|
|
1009
1312
|
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
1010
1313
|
/**
|
|
1011
|
-
* @public
|
|
1012
1314
|
* <p>The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.</p>
|
|
1315
|
+
* @public
|
|
1013
1316
|
*/
|
|
1014
1317
|
KmsKeyId?: string;
|
|
1015
1318
|
}
|
|
@@ -1029,20 +1332,20 @@ export type ResetFpgaImageAttributeName = (typeof ResetFpgaImageAttributeName)[k
|
|
|
1029
1332
|
*/
|
|
1030
1333
|
export interface ResetFpgaImageAttributeRequest {
|
|
1031
1334
|
/**
|
|
1032
|
-
* @public
|
|
1033
1335
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1034
1336
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1035
1337
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1338
|
+
* @public
|
|
1036
1339
|
*/
|
|
1037
1340
|
DryRun?: boolean;
|
|
1038
1341
|
/**
|
|
1039
|
-
* @public
|
|
1040
1342
|
* <p>The ID of the AFI.</p>
|
|
1343
|
+
* @public
|
|
1041
1344
|
*/
|
|
1042
1345
|
FpgaImageId: string | undefined;
|
|
1043
1346
|
/**
|
|
1044
|
-
* @public
|
|
1045
1347
|
* <p>The attribute.</p>
|
|
1348
|
+
* @public
|
|
1046
1349
|
*/
|
|
1047
1350
|
Attribute?: ResetFpgaImageAttributeName;
|
|
1048
1351
|
}
|
|
@@ -1051,8 +1354,8 @@ export interface ResetFpgaImageAttributeRequest {
|
|
|
1051
1354
|
*/
|
|
1052
1355
|
export interface ResetFpgaImageAttributeResult {
|
|
1053
1356
|
/**
|
|
1054
|
-
* @public
|
|
1055
1357
|
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
1358
|
+
* @public
|
|
1056
1359
|
*/
|
|
1057
1360
|
Return?: boolean;
|
|
1058
1361
|
}
|
|
@@ -1068,25 +1371,25 @@ export declare const ResetImageAttributeName: {
|
|
|
1068
1371
|
*/
|
|
1069
1372
|
export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
1070
1373
|
/**
|
|
1071
|
-
* @public
|
|
1072
1374
|
* <p>Contains the parameters for ResetImageAttribute.</p>
|
|
1375
|
+
* @public
|
|
1073
1376
|
*/
|
|
1074
1377
|
export interface ResetImageAttributeRequest {
|
|
1075
1378
|
/**
|
|
1076
|
-
* @public
|
|
1077
1379
|
* <p>The attribute to reset (currently you can only reset the launch permission attribute).</p>
|
|
1380
|
+
* @public
|
|
1078
1381
|
*/
|
|
1079
1382
|
Attribute: ResetImageAttributeName | undefined;
|
|
1080
1383
|
/**
|
|
1081
|
-
* @public
|
|
1082
1384
|
* <p>The ID of the AMI.</p>
|
|
1385
|
+
* @public
|
|
1083
1386
|
*/
|
|
1084
1387
|
ImageId: string | undefined;
|
|
1085
1388
|
/**
|
|
1086
|
-
* @public
|
|
1087
1389
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1088
1390
|
* and provides an error response. If you have the required permissions, the error response is
|
|
1089
1391
|
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1392
|
+
* @public
|
|
1090
1393
|
*/
|
|
1091
1394
|
DryRun?: boolean;
|
|
1092
1395
|
}
|
|
@@ -1095,47 +1398,47 @@ export interface ResetImageAttributeRequest {
|
|
|
1095
1398
|
*/
|
|
1096
1399
|
export interface ResetInstanceAttributeRequest {
|
|
1097
1400
|
/**
|
|
1098
|
-
* @public
|
|
1099
1401
|
* <p>The attribute to reset.</p>
|
|
1100
1402
|
* <important>
|
|
1101
1403
|
* <p>You can only reset the following attributes: <code>kernel</code> |
|
|
1102
1404
|
* <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
|
|
1103
1405
|
* </important>
|
|
1406
|
+
* @public
|
|
1104
1407
|
*/
|
|
1105
1408
|
Attribute: InstanceAttributeName | undefined;
|
|
1106
1409
|
/**
|
|
1107
|
-
* @public
|
|
1108
1410
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1109
1411
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1110
1412
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1413
|
+
* @public
|
|
1111
1414
|
*/
|
|
1112
1415
|
DryRun?: boolean;
|
|
1113
1416
|
/**
|
|
1114
|
-
* @public
|
|
1115
1417
|
* <p>The ID of the instance.</p>
|
|
1418
|
+
* @public
|
|
1116
1419
|
*/
|
|
1117
1420
|
InstanceId: string | undefined;
|
|
1118
1421
|
}
|
|
1119
1422
|
/**
|
|
1120
|
-
* @public
|
|
1121
1423
|
* <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
|
|
1424
|
+
* @public
|
|
1122
1425
|
*/
|
|
1123
1426
|
export interface ResetNetworkInterfaceAttributeRequest {
|
|
1124
1427
|
/**
|
|
1125
|
-
* @public
|
|
1126
1428
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1127
1429
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1128
1430
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1431
|
+
* @public
|
|
1129
1432
|
*/
|
|
1130
1433
|
DryRun?: boolean;
|
|
1131
1434
|
/**
|
|
1132
|
-
* @public
|
|
1133
1435
|
* <p>The ID of the network interface.</p>
|
|
1436
|
+
* @public
|
|
1134
1437
|
*/
|
|
1135
1438
|
NetworkInterfaceId: string | undefined;
|
|
1136
1439
|
/**
|
|
1137
|
-
* @public
|
|
1138
1440
|
* <p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>
|
|
1441
|
+
* @public
|
|
1139
1442
|
*/
|
|
1140
1443
|
SourceDestCheck?: string;
|
|
1141
1444
|
}
|
|
@@ -1144,21 +1447,21 @@ export interface ResetNetworkInterfaceAttributeRequest {
|
|
|
1144
1447
|
*/
|
|
1145
1448
|
export interface ResetSnapshotAttributeRequest {
|
|
1146
1449
|
/**
|
|
1147
|
-
* @public
|
|
1148
1450
|
* <p>The attribute to reset. Currently, only the attribute for permission to create volumes can
|
|
1149
1451
|
* be reset.</p>
|
|
1452
|
+
* @public
|
|
1150
1453
|
*/
|
|
1151
1454
|
Attribute: SnapshotAttributeName | undefined;
|
|
1152
1455
|
/**
|
|
1153
|
-
* @public
|
|
1154
1456
|
* <p>The ID of the snapshot.</p>
|
|
1457
|
+
* @public
|
|
1155
1458
|
*/
|
|
1156
1459
|
SnapshotId: string | undefined;
|
|
1157
1460
|
/**
|
|
1158
|
-
* @public
|
|
1159
1461
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1160
1462
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1161
1463
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1464
|
+
* @public
|
|
1162
1465
|
*/
|
|
1163
1466
|
DryRun?: boolean;
|
|
1164
1467
|
}
|
|
@@ -1167,15 +1470,15 @@ export interface ResetSnapshotAttributeRequest {
|
|
|
1167
1470
|
*/
|
|
1168
1471
|
export interface RestoreAddressToClassicRequest {
|
|
1169
1472
|
/**
|
|
1170
|
-
* @public
|
|
1171
1473
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1172
1474
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1173
1475
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1476
|
+
* @public
|
|
1174
1477
|
*/
|
|
1175
1478
|
DryRun?: boolean;
|
|
1176
1479
|
/**
|
|
1177
|
-
* @public
|
|
1178
1480
|
* <p>The Elastic IP address.</p>
|
|
1481
|
+
* @public
|
|
1179
1482
|
*/
|
|
1180
1483
|
PublicIp: string | undefined;
|
|
1181
1484
|
}
|
|
@@ -1184,13 +1487,13 @@ export interface RestoreAddressToClassicRequest {
|
|
|
1184
1487
|
*/
|
|
1185
1488
|
export interface RestoreAddressToClassicResult {
|
|
1186
1489
|
/**
|
|
1187
|
-
* @public
|
|
1188
1490
|
* <p>The Elastic IP address.</p>
|
|
1491
|
+
* @public
|
|
1189
1492
|
*/
|
|
1190
1493
|
PublicIp?: string;
|
|
1191
1494
|
/**
|
|
1192
|
-
* @public
|
|
1193
1495
|
* <p>The move status for the IP address.</p>
|
|
1496
|
+
* @public
|
|
1194
1497
|
*/
|
|
1195
1498
|
Status?: Status;
|
|
1196
1499
|
}
|
|
@@ -1199,15 +1502,15 @@ export interface RestoreAddressToClassicResult {
|
|
|
1199
1502
|
*/
|
|
1200
1503
|
export interface RestoreImageFromRecycleBinRequest {
|
|
1201
1504
|
/**
|
|
1202
|
-
* @public
|
|
1203
1505
|
* <p>The ID of the AMI to restore.</p>
|
|
1506
|
+
* @public
|
|
1204
1507
|
*/
|
|
1205
1508
|
ImageId: string | undefined;
|
|
1206
1509
|
/**
|
|
1207
|
-
* @public
|
|
1208
1510
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1209
1511
|
* and provides an error response. If you have the required permissions, the error response is
|
|
1210
1512
|
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1513
|
+
* @public
|
|
1211
1514
|
*/
|
|
1212
1515
|
DryRun?: boolean;
|
|
1213
1516
|
}
|
|
@@ -1216,8 +1519,8 @@ export interface RestoreImageFromRecycleBinRequest {
|
|
|
1216
1519
|
*/
|
|
1217
1520
|
export interface RestoreImageFromRecycleBinResult {
|
|
1218
1521
|
/**
|
|
1219
|
-
* @public
|
|
1220
1522
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
1523
|
+
* @public
|
|
1221
1524
|
*/
|
|
1222
1525
|
Return?: boolean;
|
|
1223
1526
|
}
|
|
@@ -1226,25 +1529,25 @@ export interface RestoreImageFromRecycleBinResult {
|
|
|
1226
1529
|
*/
|
|
1227
1530
|
export interface RestoreManagedPrefixListVersionRequest {
|
|
1228
1531
|
/**
|
|
1229
|
-
* @public
|
|
1230
1532
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1231
1533
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1232
1534
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1535
|
+
* @public
|
|
1233
1536
|
*/
|
|
1234
1537
|
DryRun?: boolean;
|
|
1235
1538
|
/**
|
|
1236
|
-
* @public
|
|
1237
1539
|
* <p>The ID of the prefix list.</p>
|
|
1540
|
+
* @public
|
|
1238
1541
|
*/
|
|
1239
1542
|
PrefixListId: string | undefined;
|
|
1240
1543
|
/**
|
|
1241
|
-
* @public
|
|
1242
1544
|
* <p>The version to restore.</p>
|
|
1545
|
+
* @public
|
|
1243
1546
|
*/
|
|
1244
1547
|
PreviousVersion: number | undefined;
|
|
1245
1548
|
/**
|
|
1246
|
-
* @public
|
|
1247
1549
|
* <p>The current version number for the prefix list.</p>
|
|
1550
|
+
* @public
|
|
1248
1551
|
*/
|
|
1249
1552
|
CurrentVersion: number | undefined;
|
|
1250
1553
|
}
|
|
@@ -1253,8 +1556,8 @@ export interface RestoreManagedPrefixListVersionRequest {
|
|
|
1253
1556
|
*/
|
|
1254
1557
|
export interface RestoreManagedPrefixListVersionResult {
|
|
1255
1558
|
/**
|
|
1256
|
-
* @public
|
|
1257
1559
|
* <p>Information about the prefix list.</p>
|
|
1560
|
+
* @public
|
|
1258
1561
|
*/
|
|
1259
1562
|
PrefixList?: ManagedPrefixList;
|
|
1260
1563
|
}
|
|
@@ -1263,15 +1566,15 @@ export interface RestoreManagedPrefixListVersionResult {
|
|
|
1263
1566
|
*/
|
|
1264
1567
|
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
1265
1568
|
/**
|
|
1266
|
-
* @public
|
|
1267
1569
|
* <p>The ID of the snapshot to restore.</p>
|
|
1570
|
+
* @public
|
|
1268
1571
|
*/
|
|
1269
1572
|
SnapshotId: string | undefined;
|
|
1270
1573
|
/**
|
|
1271
|
-
* @public
|
|
1272
1574
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1273
1575
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1274
1576
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1577
|
+
* @public
|
|
1275
1578
|
*/
|
|
1276
1579
|
DryRun?: boolean;
|
|
1277
1580
|
}
|
|
@@ -1280,59 +1583,59 @@ export interface RestoreSnapshotFromRecycleBinRequest {
|
|
|
1280
1583
|
*/
|
|
1281
1584
|
export interface RestoreSnapshotFromRecycleBinResult {
|
|
1282
1585
|
/**
|
|
1283
|
-
* @public
|
|
1284
1586
|
* <p>The ID of the snapshot.</p>
|
|
1587
|
+
* @public
|
|
1285
1588
|
*/
|
|
1286
1589
|
SnapshotId?: string;
|
|
1287
1590
|
/**
|
|
1288
|
-
* @public
|
|
1289
1591
|
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
1290
1592
|
* <i>Amazon EBS User Guide</i>.</p>
|
|
1593
|
+
* @public
|
|
1291
1594
|
*/
|
|
1292
1595
|
OutpostArn?: string;
|
|
1293
1596
|
/**
|
|
1294
|
-
* @public
|
|
1295
1597
|
* <p>The description for the snapshot.</p>
|
|
1598
|
+
* @public
|
|
1296
1599
|
*/
|
|
1297
1600
|
Description?: string;
|
|
1298
1601
|
/**
|
|
1299
|
-
* @public
|
|
1300
1602
|
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
1603
|
+
* @public
|
|
1301
1604
|
*/
|
|
1302
1605
|
Encrypted?: boolean;
|
|
1303
1606
|
/**
|
|
1304
|
-
* @public
|
|
1305
1607
|
* <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
|
|
1608
|
+
* @public
|
|
1306
1609
|
*/
|
|
1307
1610
|
OwnerId?: string;
|
|
1308
1611
|
/**
|
|
1309
|
-
* @public
|
|
1310
1612
|
* <p>The progress of the snapshot, as a percentage.</p>
|
|
1613
|
+
* @public
|
|
1311
1614
|
*/
|
|
1312
1615
|
Progress?: string;
|
|
1313
1616
|
/**
|
|
1314
|
-
* @public
|
|
1315
1617
|
* <p>The time stamp when the snapshot was initiated.</p>
|
|
1618
|
+
* @public
|
|
1316
1619
|
*/
|
|
1317
1620
|
StartTime?: Date;
|
|
1318
1621
|
/**
|
|
1319
|
-
* @public
|
|
1320
1622
|
* <p>The state of the snapshot.</p>
|
|
1623
|
+
* @public
|
|
1321
1624
|
*/
|
|
1322
1625
|
State?: SnapshotState;
|
|
1323
1626
|
/**
|
|
1324
|
-
* @public
|
|
1325
1627
|
* <p>The ID of the volume that was used to create the snapshot.</p>
|
|
1628
|
+
* @public
|
|
1326
1629
|
*/
|
|
1327
1630
|
VolumeId?: string;
|
|
1328
1631
|
/**
|
|
1329
|
-
* @public
|
|
1330
1632
|
* <p>The size of the volume, in GiB.</p>
|
|
1633
|
+
* @public
|
|
1331
1634
|
*/
|
|
1332
1635
|
VolumeSize?: number;
|
|
1333
1636
|
/**
|
|
1334
|
-
* @public
|
|
1335
1637
|
* <p>Reserved for future use.</p>
|
|
1638
|
+
* @public
|
|
1336
1639
|
*/
|
|
1337
1640
|
SseType?: SSEType;
|
|
1338
1641
|
}
|
|
@@ -1341,32 +1644,32 @@ export interface RestoreSnapshotFromRecycleBinResult {
|
|
|
1341
1644
|
*/
|
|
1342
1645
|
export interface RestoreSnapshotTierRequest {
|
|
1343
1646
|
/**
|
|
1344
|
-
* @public
|
|
1345
1647
|
* <p>The ID of the snapshot to restore.</p>
|
|
1648
|
+
* @public
|
|
1346
1649
|
*/
|
|
1347
1650
|
SnapshotId: string | undefined;
|
|
1348
1651
|
/**
|
|
1349
|
-
* @public
|
|
1350
1652
|
* <p>Specifies the number of days for which to temporarily restore an archived snapshot.
|
|
1351
1653
|
* Required for temporary restores only. The snapshot will be automatically re-archived
|
|
1352
1654
|
* after this period.</p>
|
|
1353
1655
|
* <p>To temporarily restore an archived snapshot, specify the number of days and omit
|
|
1354
1656
|
* the <b>PermanentRestore</b> parameter or set it to
|
|
1355
1657
|
* <code>false</code>.</p>
|
|
1658
|
+
* @public
|
|
1356
1659
|
*/
|
|
1357
1660
|
TemporaryRestoreDays?: number;
|
|
1358
1661
|
/**
|
|
1359
|
-
* @public
|
|
1360
1662
|
* <p>Indicates whether to permanently restore an archived snapshot. To permanently restore
|
|
1361
1663
|
* an archived snapshot, specify <code>true</code> and omit the
|
|
1362
1664
|
* <b>RestoreSnapshotTierRequest$TemporaryRestoreDays</b> parameter.</p>
|
|
1665
|
+
* @public
|
|
1363
1666
|
*/
|
|
1364
1667
|
PermanentRestore?: boolean;
|
|
1365
1668
|
/**
|
|
1366
|
-
* @public
|
|
1367
1669
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1368
1670
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1369
1671
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1672
|
+
* @public
|
|
1370
1673
|
*/
|
|
1371
1674
|
DryRun?: boolean;
|
|
1372
1675
|
}
|
|
@@ -1375,25 +1678,25 @@ export interface RestoreSnapshotTierRequest {
|
|
|
1375
1678
|
*/
|
|
1376
1679
|
export interface RestoreSnapshotTierResult {
|
|
1377
1680
|
/**
|
|
1378
|
-
* @public
|
|
1379
1681
|
* <p>The ID of the snapshot.</p>
|
|
1682
|
+
* @public
|
|
1380
1683
|
*/
|
|
1381
1684
|
SnapshotId?: string;
|
|
1382
1685
|
/**
|
|
1383
|
-
* @public
|
|
1384
1686
|
* <p>The date and time when the snapshot restore process started.</p>
|
|
1687
|
+
* @public
|
|
1385
1688
|
*/
|
|
1386
1689
|
RestoreStartTime?: Date;
|
|
1387
1690
|
/**
|
|
1388
|
-
* @public
|
|
1389
1691
|
* <p>For temporary restores only. The number of days for which the archived snapshot
|
|
1390
1692
|
* is temporarily restored.</p>
|
|
1693
|
+
* @public
|
|
1391
1694
|
*/
|
|
1392
1695
|
RestoreDuration?: number;
|
|
1393
1696
|
/**
|
|
1394
|
-
* @public
|
|
1395
1697
|
* <p>Indicates whether the snapshot is permanently restored. <code>true</code> indicates a permanent
|
|
1396
1698
|
* restore. <code>false</code> indicates a temporary restore.</p>
|
|
1699
|
+
* @public
|
|
1397
1700
|
*/
|
|
1398
1701
|
IsPermanentRestore?: boolean;
|
|
1399
1702
|
}
|
|
@@ -1402,28 +1705,28 @@ export interface RestoreSnapshotTierResult {
|
|
|
1402
1705
|
*/
|
|
1403
1706
|
export interface RevokeClientVpnIngressRequest {
|
|
1404
1707
|
/**
|
|
1405
|
-
* @public
|
|
1406
1708
|
* <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
|
|
1709
|
+
* @public
|
|
1407
1710
|
*/
|
|
1408
1711
|
ClientVpnEndpointId: string | undefined;
|
|
1409
1712
|
/**
|
|
1410
|
-
* @public
|
|
1411
1713
|
* <p>The IPv4 address range, in CIDR notation, of the network for which access is being removed.</p>
|
|
1714
|
+
* @public
|
|
1412
1715
|
*/
|
|
1413
1716
|
TargetNetworkCidr: string | undefined;
|
|
1414
1717
|
/**
|
|
1415
|
-
* @public
|
|
1416
1718
|
* <p>The ID of the Active Directory group for which to revoke access. </p>
|
|
1719
|
+
* @public
|
|
1417
1720
|
*/
|
|
1418
1721
|
AccessGroupId?: string;
|
|
1419
1722
|
/**
|
|
1420
|
-
* @public
|
|
1421
1723
|
* <p>Indicates whether access should be revoked for all clients.</p>
|
|
1724
|
+
* @public
|
|
1422
1725
|
*/
|
|
1423
1726
|
RevokeAllGroups?: boolean;
|
|
1424
1727
|
/**
|
|
1425
|
-
* @public
|
|
1426
1728
|
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1729
|
+
* @public
|
|
1427
1730
|
*/
|
|
1428
1731
|
DryRun?: boolean;
|
|
1429
1732
|
}
|
|
@@ -1432,8 +1735,8 @@ export interface RevokeClientVpnIngressRequest {
|
|
|
1432
1735
|
*/
|
|
1433
1736
|
export interface RevokeClientVpnIngressResult {
|
|
1434
1737
|
/**
|
|
1435
|
-
* @public
|
|
1436
1738
|
* <p>The current state of the authorization rule.</p>
|
|
1739
|
+
* @public
|
|
1437
1740
|
*/
|
|
1438
1741
|
Status?: ClientVpnAuthorizationRuleStatus;
|
|
1439
1742
|
}
|
|
@@ -1442,58 +1745,58 @@ export interface RevokeClientVpnIngressResult {
|
|
|
1442
1745
|
*/
|
|
1443
1746
|
export interface RevokeSecurityGroupEgressRequest {
|
|
1444
1747
|
/**
|
|
1445
|
-
* @public
|
|
1446
1748
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1447
1749
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1448
1750
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1751
|
+
* @public
|
|
1449
1752
|
*/
|
|
1450
1753
|
DryRun?: boolean;
|
|
1451
1754
|
/**
|
|
1452
|
-
* @public
|
|
1453
1755
|
* <p>The ID of the security group.</p>
|
|
1756
|
+
* @public
|
|
1454
1757
|
*/
|
|
1455
1758
|
GroupId: string | undefined;
|
|
1456
1759
|
/**
|
|
1457
|
-
* @public
|
|
1458
1760
|
* <p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>
|
|
1761
|
+
* @public
|
|
1459
1762
|
*/
|
|
1460
1763
|
IpPermissions?: IpPermission[];
|
|
1461
1764
|
/**
|
|
1462
|
-
* @public
|
|
1463
1765
|
* <p>The IDs of the security group rules.</p>
|
|
1766
|
+
* @public
|
|
1464
1767
|
*/
|
|
1465
1768
|
SecurityGroupRuleIds?: string[];
|
|
1466
1769
|
/**
|
|
1467
|
-
* @public
|
|
1468
1770
|
* <p>Not supported. Use a set of IP permissions to specify the CIDR.</p>
|
|
1771
|
+
* @public
|
|
1469
1772
|
*/
|
|
1470
1773
|
CidrIp?: string;
|
|
1471
1774
|
/**
|
|
1472
|
-
* @public
|
|
1473
1775
|
* <p>Not supported. Use a set of IP permissions to specify the port.</p>
|
|
1776
|
+
* @public
|
|
1474
1777
|
*/
|
|
1475
1778
|
FromPort?: number;
|
|
1476
1779
|
/**
|
|
1477
|
-
* @public
|
|
1478
1780
|
* <p>Not supported. Use a set of IP permissions to specify the protocol name or
|
|
1479
1781
|
* number.</p>
|
|
1782
|
+
* @public
|
|
1480
1783
|
*/
|
|
1481
1784
|
IpProtocol?: string;
|
|
1482
1785
|
/**
|
|
1483
|
-
* @public
|
|
1484
1786
|
* <p>Not supported. Use a set of IP permissions to specify the port.</p>
|
|
1787
|
+
* @public
|
|
1485
1788
|
*/
|
|
1486
1789
|
ToPort?: number;
|
|
1487
1790
|
/**
|
|
1488
|
-
* @public
|
|
1489
1791
|
* <p>Not supported. Use a set of IP permissions to specify a
|
|
1490
1792
|
* destination security group.</p>
|
|
1793
|
+
* @public
|
|
1491
1794
|
*/
|
|
1492
1795
|
SourceSecurityGroupName?: string;
|
|
1493
1796
|
/**
|
|
1494
|
-
* @public
|
|
1495
1797
|
* <p>Not supported. Use a set of IP permissions to specify a destination security
|
|
1496
1798
|
* group.</p>
|
|
1799
|
+
* @public
|
|
1497
1800
|
*/
|
|
1498
1801
|
SourceSecurityGroupOwnerId?: string;
|
|
1499
1802
|
}
|
|
@@ -1502,15 +1805,15 @@ export interface RevokeSecurityGroupEgressRequest {
|
|
|
1502
1805
|
*/
|
|
1503
1806
|
export interface RevokeSecurityGroupEgressResult {
|
|
1504
1807
|
/**
|
|
1505
|
-
* @public
|
|
1506
1808
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
1809
|
+
* @public
|
|
1507
1810
|
*/
|
|
1508
1811
|
Return?: boolean;
|
|
1509
1812
|
/**
|
|
1510
|
-
* @public
|
|
1511
1813
|
* <p>The outbound rules that were unknown to the service. In some cases,
|
|
1512
1814
|
* <code>unknownIpPermissionSet</code> might be in a different format from the request
|
|
1513
1815
|
* parameter. </p>
|
|
1816
|
+
* @public
|
|
1514
1817
|
*/
|
|
1515
1818
|
UnknownIpPermissions?: IpPermission[];
|
|
1516
1819
|
}
|
|
@@ -1519,69 +1822,69 @@ export interface RevokeSecurityGroupEgressResult {
|
|
|
1519
1822
|
*/
|
|
1520
1823
|
export interface RevokeSecurityGroupIngressRequest {
|
|
1521
1824
|
/**
|
|
1522
|
-
* @public
|
|
1523
1825
|
* <p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>
|
|
1826
|
+
* @public
|
|
1524
1827
|
*/
|
|
1525
1828
|
CidrIp?: string;
|
|
1526
1829
|
/**
|
|
1527
|
-
* @public
|
|
1528
1830
|
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
1529
1831
|
* If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).</p>
|
|
1832
|
+
* @public
|
|
1530
1833
|
*/
|
|
1531
1834
|
FromPort?: number;
|
|
1532
1835
|
/**
|
|
1533
|
-
* @public
|
|
1534
1836
|
* <p>The ID of the security group.</p>
|
|
1837
|
+
* @public
|
|
1535
1838
|
*/
|
|
1536
1839
|
GroupId?: string;
|
|
1537
1840
|
/**
|
|
1538
|
-
* @public
|
|
1539
1841
|
* <p>[Default VPC] The name of the security group. You must specify either the
|
|
1540
1842
|
* security group ID or the security group name in the request. For security groups in a
|
|
1541
1843
|
* nondefault VPC, you must specify the security group ID.</p>
|
|
1844
|
+
* @public
|
|
1542
1845
|
*/
|
|
1543
1846
|
GroupName?: string;
|
|
1544
1847
|
/**
|
|
1545
|
-
* @public
|
|
1546
1848
|
* <p>The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.</p>
|
|
1849
|
+
* @public
|
|
1547
1850
|
*/
|
|
1548
1851
|
IpPermissions?: IpPermission[];
|
|
1549
1852
|
/**
|
|
1550
|
-
* @public
|
|
1551
1853
|
* <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number
|
|
1552
1854
|
* (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>).
|
|
1553
1855
|
* Use <code>-1</code> to specify all.</p>
|
|
1856
|
+
* @public
|
|
1554
1857
|
*/
|
|
1555
1858
|
IpProtocol?: string;
|
|
1556
1859
|
/**
|
|
1557
|
-
* @public
|
|
1558
1860
|
* <p>[Default VPC] The name of the source security group. You can't specify this parameter
|
|
1559
1861
|
* in combination with the following parameters: the CIDR IP address range, the start of the port range,
|
|
1560
1862
|
* the IP protocol, and the end of the port range. The source security group must be in the same VPC.
|
|
1561
1863
|
* To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.</p>
|
|
1864
|
+
* @public
|
|
1562
1865
|
*/
|
|
1563
1866
|
SourceSecurityGroupName?: string;
|
|
1564
1867
|
/**
|
|
1565
|
-
* @public
|
|
1566
1868
|
* <p>Not supported.</p>
|
|
1869
|
+
* @public
|
|
1567
1870
|
*/
|
|
1568
1871
|
SourceSecurityGroupOwnerId?: string;
|
|
1569
1872
|
/**
|
|
1570
|
-
* @public
|
|
1571
1873
|
* <p>If the protocol is TCP or UDP, this is the end of the port range.
|
|
1572
1874
|
* If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes).</p>
|
|
1875
|
+
* @public
|
|
1573
1876
|
*/
|
|
1574
1877
|
ToPort?: number;
|
|
1575
1878
|
/**
|
|
1576
|
-
* @public
|
|
1577
1879
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1578
1880
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1579
1881
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1882
|
+
* @public
|
|
1580
1883
|
*/
|
|
1581
1884
|
DryRun?: boolean;
|
|
1582
1885
|
/**
|
|
1583
|
-
* @public
|
|
1584
1886
|
* <p>The IDs of the security group rules.</p>
|
|
1887
|
+
* @public
|
|
1585
1888
|
*/
|
|
1586
1889
|
SecurityGroupRuleIds?: string[];
|
|
1587
1890
|
}
|
|
@@ -1590,92 +1893,91 @@ export interface RevokeSecurityGroupIngressRequest {
|
|
|
1590
1893
|
*/
|
|
1591
1894
|
export interface RevokeSecurityGroupIngressResult {
|
|
1592
1895
|
/**
|
|
1593
|
-
* @public
|
|
1594
1896
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
1897
|
+
* @public
|
|
1595
1898
|
*/
|
|
1596
1899
|
Return?: boolean;
|
|
1597
1900
|
/**
|
|
1598
|
-
* @public
|
|
1599
1901
|
* <p>The inbound rules that were unknown to the service. In some cases,
|
|
1600
1902
|
* <code>unknownIpPermissionSet</code> might be in a different format from the request
|
|
1601
1903
|
* parameter. </p>
|
|
1904
|
+
* @public
|
|
1602
1905
|
*/
|
|
1603
1906
|
UnknownIpPermissions?: IpPermission[];
|
|
1604
1907
|
}
|
|
1605
1908
|
/**
|
|
1606
|
-
* @public
|
|
1607
1909
|
* <p>The CPU options for the instance. Both the core count and threads per core must be
|
|
1608
1910
|
* specified in the request.</p>
|
|
1911
|
+
* @public
|
|
1609
1912
|
*/
|
|
1610
1913
|
export interface CpuOptionsRequest {
|
|
1611
1914
|
/**
|
|
1612
|
-
* @public
|
|
1613
1915
|
* <p>The number of CPU cores for the instance.</p>
|
|
1916
|
+
* @public
|
|
1614
1917
|
*/
|
|
1615
1918
|
CoreCount?: number;
|
|
1616
1919
|
/**
|
|
1617
|
-
* @public
|
|
1618
1920
|
* <p>The number of threads per CPU core. To disable multithreading for the instance,
|
|
1619
1921
|
* specify a value of <code>1</code>. Otherwise, specify the default value of
|
|
1620
1922
|
* <code>2</code>.</p>
|
|
1923
|
+
* @public
|
|
1621
1924
|
*/
|
|
1622
1925
|
ThreadsPerCore?: number;
|
|
1623
1926
|
/**
|
|
1624
|
-
* @public
|
|
1625
1927
|
* <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
|
|
1626
1928
|
* with M6a, R6a, and C6a instance types only. For more information, see
|
|
1627
1929
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP</a>.</p>
|
|
1930
|
+
* @public
|
|
1628
1931
|
*/
|
|
1629
1932
|
AmdSevSnp?: AmdSevSnpSpecification;
|
|
1630
1933
|
}
|
|
1631
1934
|
/**
|
|
1632
|
-
* @public
|
|
1633
1935
|
* <p>
|
|
1634
1936
|
* Describes an elastic inference accelerator.
|
|
1635
1937
|
* </p>
|
|
1938
|
+
* @public
|
|
1636
1939
|
*/
|
|
1637
1940
|
export interface ElasticInferenceAccelerator {
|
|
1638
1941
|
/**
|
|
1639
|
-
* @public
|
|
1640
1942
|
* <p>
|
|
1641
1943
|
* The type of elastic inference accelerator. The possible values are <code>eia1.medium</code>, <code>eia1.large</code>, <code>eia1.xlarge</code>, <code>eia2.medium</code>, <code>eia2.large</code>, and <code>eia2.xlarge</code>.
|
|
1642
1944
|
* </p>
|
|
1945
|
+
* @public
|
|
1643
1946
|
*/
|
|
1644
1947
|
Type: string | undefined;
|
|
1645
1948
|
/**
|
|
1646
|
-
* @public
|
|
1647
1949
|
* <p>
|
|
1648
1950
|
* The number of elastic inference accelerators to attach to the instance.
|
|
1649
1951
|
* </p>
|
|
1650
1952
|
* <p>Default: 1</p>
|
|
1953
|
+
* @public
|
|
1651
1954
|
*/
|
|
1652
1955
|
Count?: number;
|
|
1653
1956
|
}
|
|
1654
1957
|
/**
|
|
1655
|
-
* @public
|
|
1656
1958
|
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
|
|
1657
1959
|
* more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html"> What is Amazon Web Services Nitro
|
|
1658
1960
|
* Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
|
|
1659
1961
|
* Guide</i>.</p>
|
|
1962
|
+
* @public
|
|
1660
1963
|
*/
|
|
1661
1964
|
export interface EnclaveOptionsRequest {
|
|
1662
1965
|
/**
|
|
1663
|
-
* @public
|
|
1664
1966
|
* <p>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
|
|
1665
1967
|
* <code>true</code>.</p>
|
|
1968
|
+
* @public
|
|
1666
1969
|
*/
|
|
1667
1970
|
Enabled?: boolean;
|
|
1668
1971
|
}
|
|
1669
1972
|
/**
|
|
1670
|
-
* @public
|
|
1671
1973
|
* <p>Indicates whether your instance is configured for hibernation. This parameter is valid
|
|
1672
1974
|
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
1673
1975
|
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the
|
|
1674
1976
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
1977
|
+
* @public
|
|
1675
1978
|
*/
|
|
1676
1979
|
export interface HibernationOptionsRequest {
|
|
1677
1980
|
/**
|
|
1678
|
-
* @public
|
|
1679
1981
|
* <p>Set to <code>true</code> to enable your instance for hibernation.</p>
|
|
1680
1982
|
* <p>For Spot Instances, if you set <code>Configured</code> to <code>true</code>, either
|
|
1681
1983
|
* omit the <code>InstanceInterruptionBehavior</code> parameter (for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotMarketOptions.html">
|
|
@@ -1694,16 +1996,16 @@ export interface HibernationOptionsRequest {
|
|
|
1694
1996
|
* </ul>
|
|
1695
1997
|
* <p>Default: <code>false</code>
|
|
1696
1998
|
* </p>
|
|
1999
|
+
* @public
|
|
1697
2000
|
*/
|
|
1698
2001
|
Configured?: boolean;
|
|
1699
2002
|
}
|
|
1700
2003
|
/**
|
|
1701
|
-
* @public
|
|
1702
2004
|
* <p>The options for Spot Instances.</p>
|
|
2005
|
+
* @public
|
|
1703
2006
|
*/
|
|
1704
2007
|
export interface SpotMarketOptions {
|
|
1705
2008
|
/**
|
|
1706
|
-
* @public
|
|
1707
2009
|
* <p>The maximum hourly price that you're willing to pay for a Spot Instance. We do not
|
|
1708
2010
|
* recommend using this parameter because it can lead to increased interruptions. If you do
|
|
1709
2011
|
* not specify this parameter, you will pay the current Spot price.</p>
|
|
@@ -1711,22 +2013,22 @@ export interface SpotMarketOptions {
|
|
|
1711
2013
|
* <p>If you specify a maximum price, your Spot Instances will be interrupted more
|
|
1712
2014
|
* frequently than if you do not specify this parameter.</p>
|
|
1713
2015
|
* </important>
|
|
2016
|
+
* @public
|
|
1714
2017
|
*/
|
|
1715
2018
|
MaxPrice?: string;
|
|
1716
2019
|
/**
|
|
1717
|
-
* @public
|
|
1718
2020
|
* <p>The Spot Instance request type. For <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances">RunInstances</a>, persistent
|
|
1719
2021
|
* Spot Instance requests are only supported when the instance interruption behavior is
|
|
1720
2022
|
* either <code>hibernate</code> or <code>stop</code>.</p>
|
|
2023
|
+
* @public
|
|
1721
2024
|
*/
|
|
1722
2025
|
SpotInstanceType?: SpotInstanceType;
|
|
1723
2026
|
/**
|
|
1724
|
-
* @public
|
|
1725
2027
|
* <p>Deprecated.</p>
|
|
2028
|
+
* @public
|
|
1726
2029
|
*/
|
|
1727
2030
|
BlockDurationMinutes?: number;
|
|
1728
2031
|
/**
|
|
1729
|
-
* @public
|
|
1730
2032
|
* <p>The end date of the request, in UTC format
|
|
1731
2033
|
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
|
|
1732
2034
|
* Supported only for persistent requests.</p>
|
|
@@ -1741,10 +2043,10 @@ export interface SpotMarketOptions {
|
|
|
1741
2043
|
* remains active until all instances launch or you cancel the request.</p>
|
|
1742
2044
|
* </li>
|
|
1743
2045
|
* </ul>
|
|
2046
|
+
* @public
|
|
1744
2047
|
*/
|
|
1745
2048
|
ValidUntil?: Date;
|
|
1746
2049
|
/**
|
|
1747
|
-
* @public
|
|
1748
2050
|
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
1749
2051
|
* <p>If <code>Configured</code> (for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html">
|
|
1750
2052
|
* <code>HibernationOptions</code>
|
|
@@ -1760,47 +2062,47 @@ export interface SpotMarketOptions {
|
|
|
1760
2062
|
* <code>hibernate</code>.</p>
|
|
1761
2063
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/interruption-behavior.html">Interruption
|
|
1762
2064
|
* behavior</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2065
|
+
* @public
|
|
1763
2066
|
*/
|
|
1764
2067
|
InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
|
|
1765
2068
|
}
|
|
1766
2069
|
/**
|
|
1767
|
-
* @public
|
|
1768
2070
|
* <p>Describes the market (purchasing) option for the instances.</p>
|
|
2071
|
+
* @public
|
|
1769
2072
|
*/
|
|
1770
2073
|
export interface InstanceMarketOptionsRequest {
|
|
1771
2074
|
/**
|
|
1772
|
-
* @public
|
|
1773
2075
|
* <p>The market type.</p>
|
|
2076
|
+
* @public
|
|
1774
2077
|
*/
|
|
1775
2078
|
MarketType?: MarketType;
|
|
1776
2079
|
/**
|
|
1777
|
-
* @public
|
|
1778
2080
|
* <p>The options for Spot Instances.</p>
|
|
2081
|
+
* @public
|
|
1779
2082
|
*/
|
|
1780
2083
|
SpotOptions?: SpotMarketOptions;
|
|
1781
2084
|
}
|
|
1782
2085
|
/**
|
|
1783
|
-
* @public
|
|
1784
2086
|
* <p>The launch template to use. You must specify either the launch template ID or launch
|
|
1785
2087
|
* template name in the request, but not both.</p>
|
|
2088
|
+
* @public
|
|
1786
2089
|
*/
|
|
1787
2090
|
export interface LaunchTemplateSpecification {
|
|
1788
2091
|
/**
|
|
1789
|
-
* @public
|
|
1790
2092
|
* <p>The ID of the launch template.</p>
|
|
1791
2093
|
* <p>You must specify the <code>LaunchTemplateId</code> or the
|
|
1792
2094
|
* <code>LaunchTemplateName</code>, but not both.</p>
|
|
2095
|
+
* @public
|
|
1793
2096
|
*/
|
|
1794
2097
|
LaunchTemplateId?: string;
|
|
1795
2098
|
/**
|
|
1796
|
-
* @public
|
|
1797
2099
|
* <p>The name of the launch template.</p>
|
|
1798
2100
|
* <p>You must specify the <code>LaunchTemplateName</code> or the
|
|
1799
2101
|
* <code>LaunchTemplateId</code>, but not both.</p>
|
|
2102
|
+
* @public
|
|
1800
2103
|
*/
|
|
1801
2104
|
LaunchTemplateName?: string;
|
|
1802
2105
|
/**
|
|
1803
|
-
* @public
|
|
1804
2106
|
* <p>The launch template version number, <code>$Latest</code>, or
|
|
1805
2107
|
* <code>$Default</code>.</p>
|
|
1806
2108
|
* <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch
|
|
@@ -1808,39 +2110,39 @@ export interface LaunchTemplateSpecification {
|
|
|
1808
2110
|
* <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the
|
|
1809
2111
|
* launch template.</p>
|
|
1810
2112
|
* <p>Default: The default version of the launch template.</p>
|
|
2113
|
+
* @public
|
|
1811
2114
|
*/
|
|
1812
2115
|
Version?: string;
|
|
1813
2116
|
}
|
|
1814
2117
|
/**
|
|
1815
|
-
* @public
|
|
1816
2118
|
* <p>Describes a license configuration.</p>
|
|
2119
|
+
* @public
|
|
1817
2120
|
*/
|
|
1818
2121
|
export interface LicenseConfigurationRequest {
|
|
1819
2122
|
/**
|
|
1820
|
-
* @public
|
|
1821
2123
|
* <p>The Amazon Resource Name (ARN) of the license configuration.</p>
|
|
2124
|
+
* @public
|
|
1822
2125
|
*/
|
|
1823
2126
|
LicenseConfigurationArn?: string;
|
|
1824
2127
|
}
|
|
1825
2128
|
/**
|
|
1826
|
-
* @public
|
|
1827
2129
|
* <p>The maintenance options for the instance.</p>
|
|
2130
|
+
* @public
|
|
1828
2131
|
*/
|
|
1829
2132
|
export interface InstanceMaintenanceOptionsRequest {
|
|
1830
2133
|
/**
|
|
1831
|
-
* @public
|
|
1832
2134
|
* <p>Disables the automatic recovery behavior of your instance or sets it to default. For
|
|
1833
2135
|
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
|
|
2136
|
+
* @public
|
|
1834
2137
|
*/
|
|
1835
2138
|
AutoRecovery?: InstanceAutoRecoveryState;
|
|
1836
2139
|
}
|
|
1837
2140
|
/**
|
|
1838
|
-
* @public
|
|
1839
2141
|
* <p>The metadata options for the instance.</p>
|
|
2142
|
+
* @public
|
|
1840
2143
|
*/
|
|
1841
2144
|
export interface InstanceMetadataOptionsRequest {
|
|
1842
2145
|
/**
|
|
1843
|
-
* @public
|
|
1844
2146
|
* <p>Indicates whether IMDSv2 is required.</p>
|
|
1845
2147
|
* <ul>
|
|
1846
2148
|
* <li>
|
|
@@ -1861,66 +2163,67 @@ export interface InstanceMetadataOptionsRequest {
|
|
|
1861
2163
|
* </ul>
|
|
1862
2164
|
* <p>Default: If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
|
|
1863
2165
|
* for your instance is <code>v2.0</code>, the default is <code>required</code>.</p>
|
|
2166
|
+
* @public
|
|
1864
2167
|
*/
|
|
1865
2168
|
HttpTokens?: HttpTokensState;
|
|
1866
2169
|
/**
|
|
1867
|
-
* @public
|
|
1868
2170
|
* <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
|
|
1869
2171
|
* number, the further instance metadata requests can travel.</p>
|
|
1870
2172
|
* <p>Default: 1</p>
|
|
1871
2173
|
* <p>Possible values: Integers from 1 to 64</p>
|
|
2174
|
+
* @public
|
|
1872
2175
|
*/
|
|
1873
2176
|
HttpPutResponseHopLimit?: number;
|
|
1874
2177
|
/**
|
|
1875
|
-
* @public
|
|
1876
2178
|
* <p>Enables or disables the HTTP metadata endpoint on your instances.</p>
|
|
1877
2179
|
* <p>If you specify a value of <code>disabled</code>, you cannot access your instance
|
|
1878
2180
|
* metadata.</p>
|
|
1879
2181
|
* <p>Default: <code>enabled</code>
|
|
1880
2182
|
* </p>
|
|
2183
|
+
* @public
|
|
1881
2184
|
*/
|
|
1882
2185
|
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
1883
2186
|
/**
|
|
1884
|
-
* @public
|
|
1885
2187
|
* <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
|
|
1886
2188
|
* <p>Default: <code>disabled</code>
|
|
1887
2189
|
* </p>
|
|
2190
|
+
* @public
|
|
1888
2191
|
*/
|
|
1889
2192
|
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
|
1890
2193
|
/**
|
|
1891
|
-
* @public
|
|
1892
2194
|
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
1893
2195
|
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
1894
2196
|
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
|
|
1895
2197
|
* instance tags using the instance metadata</a>.</p>
|
|
1896
2198
|
* <p>Default: <code>disabled</code>
|
|
1897
2199
|
* </p>
|
|
2200
|
+
* @public
|
|
1898
2201
|
*/
|
|
1899
2202
|
InstanceMetadataTags?: InstanceMetadataTagsState;
|
|
1900
2203
|
}
|
|
1901
2204
|
/**
|
|
1902
|
-
* @public
|
|
1903
2205
|
* <p>Describes the options for instance hostnames.</p>
|
|
2206
|
+
* @public
|
|
1904
2207
|
*/
|
|
1905
2208
|
export interface PrivateDnsNameOptionsRequest {
|
|
1906
2209
|
/**
|
|
1907
|
-
* @public
|
|
1908
2210
|
* <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
|
|
1909
2211
|
* must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
|
|
1910
2212
|
* must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
|
|
1911
2213
|
* names use the instance IPv4 address or the instance ID.</p>
|
|
2214
|
+
* @public
|
|
1912
2215
|
*/
|
|
1913
2216
|
HostnameType?: HostnameType;
|
|
1914
2217
|
/**
|
|
1915
|
-
* @public
|
|
1916
2218
|
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
1917
2219
|
* records.</p>
|
|
2220
|
+
* @public
|
|
1918
2221
|
*/
|
|
1919
2222
|
EnableResourceNameDnsARecord?: boolean;
|
|
1920
2223
|
/**
|
|
1921
|
-
* @public
|
|
1922
2224
|
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
|
|
1923
2225
|
* records.</p>
|
|
2226
|
+
* @public
|
|
1924
2227
|
*/
|
|
1925
2228
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1926
2229
|
}
|
|
@@ -1929,26 +2232,25 @@ export interface PrivateDnsNameOptionsRequest {
|
|
|
1929
2232
|
*/
|
|
1930
2233
|
export interface RunInstancesRequest {
|
|
1931
2234
|
/**
|
|
1932
|
-
* @public
|
|
1933
2235
|
* <p>The block device mapping, which defines the EBS volumes and instance store volumes to
|
|
1934
2236
|
* attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device
|
|
1935
2237
|
* mappings</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2238
|
+
* @public
|
|
1936
2239
|
*/
|
|
1937
2240
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1938
2241
|
/**
|
|
1939
|
-
* @public
|
|
1940
2242
|
* <p>The ID of the AMI. An AMI ID is required to launch an instance and must be specified
|
|
1941
2243
|
* here or in a launch template.</p>
|
|
2244
|
+
* @public
|
|
1942
2245
|
*/
|
|
1943
2246
|
ImageId?: string;
|
|
1944
2247
|
/**
|
|
1945
|
-
* @public
|
|
1946
2248
|
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
|
|
1947
2249
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2250
|
+
* @public
|
|
1948
2251
|
*/
|
|
1949
2252
|
InstanceType?: _InstanceType;
|
|
1950
2253
|
/**
|
|
1951
|
-
* @public
|
|
1952
2254
|
* <p>The number of IPv6 addresses to associate with the primary network
|
|
1953
2255
|
* interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You
|
|
1954
2256
|
* cannot specify this option and the option to assign specific IPv6 addresses in the same
|
|
@@ -1956,40 +2258,40 @@ export interface RunInstancesRequest {
|
|
|
1956
2258
|
* to launch.</p>
|
|
1957
2259
|
* <p>You cannot specify this option and the network interfaces option in the same
|
|
1958
2260
|
* request.</p>
|
|
2261
|
+
* @public
|
|
1959
2262
|
*/
|
|
1960
2263
|
Ipv6AddressCount?: number;
|
|
1961
2264
|
/**
|
|
1962
|
-
* @public
|
|
1963
2265
|
* <p>The IPv6 addresses from the range of the subnet to associate with the
|
|
1964
2266
|
* primary network interface. You cannot specify this option and the option to assign a
|
|
1965
2267
|
* number of IPv6 addresses in the same request. You cannot specify this option if you've
|
|
1966
2268
|
* specified a minimum number of instances to launch.</p>
|
|
1967
2269
|
* <p>You cannot specify this option and the network interfaces option in the same
|
|
1968
2270
|
* request.</p>
|
|
2271
|
+
* @public
|
|
1969
2272
|
*/
|
|
1970
2273
|
Ipv6Addresses?: InstanceIpv6Address[];
|
|
1971
2274
|
/**
|
|
1972
|
-
* @public
|
|
1973
2275
|
* <p>The ID of the kernel.</p>
|
|
1974
2276
|
* <important>
|
|
1975
2277
|
* <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
|
|
1976
2278
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">PV-GRUB</a> in the
|
|
1977
2279
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
1978
2280
|
* </important>
|
|
2281
|
+
* @public
|
|
1979
2282
|
*/
|
|
1980
2283
|
KernelId?: string;
|
|
1981
2284
|
/**
|
|
1982
|
-
* @public
|
|
1983
2285
|
* <p>The name of the key pair. You can create a key pair using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html">CreateKeyPair</a> or
|
|
1984
2286
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html">ImportKeyPair</a>.</p>
|
|
1985
2287
|
* <important>
|
|
1986
2288
|
* <p>If you do not specify a key pair, you can't connect to the instance unless you
|
|
1987
2289
|
* choose an AMI that is configured to allow users another way to log in.</p>
|
|
1988
2290
|
* </important>
|
|
2291
|
+
* @public
|
|
1989
2292
|
*/
|
|
1990
2293
|
KeyName?: string;
|
|
1991
2294
|
/**
|
|
1992
|
-
* @public
|
|
1993
2295
|
* <p>The maximum number of instances to launch. If you specify more instances than Amazon
|
|
1994
2296
|
* EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible
|
|
1995
2297
|
* number of instances above <code>MinCount</code>.</p>
|
|
@@ -1997,10 +2299,10 @@ export interface RunInstancesRequest {
|
|
|
1997
2299
|
* instance type. For more information about the default limits, and how to request an
|
|
1998
2300
|
* increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I
|
|
1999
2301
|
* run in Amazon EC2</a> in the Amazon EC2 FAQ.</p>
|
|
2302
|
+
* @public
|
|
2000
2303
|
*/
|
|
2001
2304
|
MaxCount: number | undefined;
|
|
2002
2305
|
/**
|
|
2003
|
-
* @public
|
|
2004
2306
|
* <p>The minimum number of instances to launch. If you specify a minimum that is more
|
|
2005
2307
|
* instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2
|
|
2006
2308
|
* launches no instances.</p>
|
|
@@ -2008,20 +2310,20 @@ export interface RunInstancesRequest {
|
|
|
2008
2310
|
* instance type. For more information about the default limits, and how to request an
|
|
2009
2311
|
* increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I
|
|
2010
2312
|
* run in Amazon EC2</a> in the Amazon EC2 General FAQ.</p>
|
|
2313
|
+
* @public
|
|
2011
2314
|
*/
|
|
2012
2315
|
MinCount: number | undefined;
|
|
2013
2316
|
/**
|
|
2014
|
-
* @public
|
|
2015
2317
|
* <p>Specifies whether detailed monitoring is enabled for the instance.</p>
|
|
2318
|
+
* @public
|
|
2016
2319
|
*/
|
|
2017
2320
|
Monitoring?: RunInstancesMonitoringEnabled;
|
|
2018
2321
|
/**
|
|
2019
|
-
* @public
|
|
2020
2322
|
* <p>The placement for the instance.</p>
|
|
2323
|
+
* @public
|
|
2021
2324
|
*/
|
|
2022
2325
|
Placement?: Placement;
|
|
2023
2326
|
/**
|
|
2024
|
-
* @public
|
|
2025
2327
|
* <p>The ID of the RAM disk to select. Some kernels require additional drivers at launch.
|
|
2026
2328
|
* Check the kernel requirements for information about whether you need to specify a RAM
|
|
2027
2329
|
* disk. To find kernel requirements, go to the Amazon Web Services Resource Center and
|
|
@@ -2031,57 +2333,57 @@ export interface RunInstancesRequest {
|
|
|
2031
2333
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">PV-GRUB</a> in the
|
|
2032
2334
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2033
2335
|
* </important>
|
|
2336
|
+
* @public
|
|
2034
2337
|
*/
|
|
2035
2338
|
RamdiskId?: string;
|
|
2036
2339
|
/**
|
|
2037
|
-
* @public
|
|
2038
2340
|
* <p>The IDs of the security groups. You can create a security group using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html">CreateSecurityGroup</a>.</p>
|
|
2039
2341
|
* <p>If you specify a network interface, you must specify any security groups as part of
|
|
2040
2342
|
* the network interface.</p>
|
|
2343
|
+
* @public
|
|
2041
2344
|
*/
|
|
2042
2345
|
SecurityGroupIds?: string[];
|
|
2043
2346
|
/**
|
|
2044
|
-
* @public
|
|
2045
2347
|
* <p>[Default VPC] The names of the security groups.</p>
|
|
2046
2348
|
* <p>If you specify a network interface, you must specify any security groups as part of
|
|
2047
2349
|
* the network interface.</p>
|
|
2048
2350
|
* <p>Default: Amazon EC2 uses the default security group.</p>
|
|
2351
|
+
* @public
|
|
2049
2352
|
*/
|
|
2050
2353
|
SecurityGroups?: string[];
|
|
2051
2354
|
/**
|
|
2052
|
-
* @public
|
|
2053
2355
|
* <p>The ID of the subnet to launch the instance into.</p>
|
|
2054
2356
|
* <p>If you specify a network interface, you must specify any subnets as part of the
|
|
2055
2357
|
* network interface.</p>
|
|
2358
|
+
* @public
|
|
2056
2359
|
*/
|
|
2057
2360
|
SubnetId?: string;
|
|
2058
2361
|
/**
|
|
2059
|
-
* @public
|
|
2060
2362
|
* <p>The user data script to make available to the instance. For more information, see
|
|
2061
2363
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run
|
|
2062
2364
|
* commands on your Linux instance at launch</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html">Run commands on your
|
|
2063
2365
|
* Windows instance at launch</a>. If you are using a command line tool,
|
|
2064
2366
|
* base64-encoding is performed for you, and you can load the text from a file. Otherwise,
|
|
2065
2367
|
* you must provide base64-encoded text. User data is limited to 16 KB.</p>
|
|
2368
|
+
* @public
|
|
2066
2369
|
*/
|
|
2067
2370
|
UserData?: string;
|
|
2068
2371
|
/**
|
|
2069
|
-
* @public
|
|
2070
2372
|
* <p>Reserved.</p>
|
|
2373
|
+
* @public
|
|
2071
2374
|
*/
|
|
2072
2375
|
AdditionalInfo?: string;
|
|
2073
2376
|
/**
|
|
2074
|
-
* @public
|
|
2075
2377
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
2076
2378
|
* request. If you do not specify a client token, a randomly generated token is used for
|
|
2077
2379
|
* the request to ensure idempotency.</p>
|
|
2078
2380
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
2079
2381
|
* Idempotency</a>.</p>
|
|
2080
2382
|
* <p>Constraints: Maximum 64 ASCII characters</p>
|
|
2383
|
+
* @public
|
|
2081
2384
|
*/
|
|
2082
2385
|
ClientToken?: string;
|
|
2083
2386
|
/**
|
|
2084
|
-
* @public
|
|
2085
2387
|
* <p>If you set this parameter to <code>true</code>, you can't terminate the instance using
|
|
2086
2388
|
* the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after
|
|
2087
2389
|
* launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html">ModifyInstanceAttribute</a>. Alternatively, if you set
|
|
@@ -2089,17 +2391,17 @@ export interface RunInstancesRequest {
|
|
|
2089
2391
|
* terminate the instance by running the shutdown command from the instance.</p>
|
|
2090
2392
|
* <p>Default: <code>false</code>
|
|
2091
2393
|
* </p>
|
|
2394
|
+
* @public
|
|
2092
2395
|
*/
|
|
2093
2396
|
DisableApiTermination?: boolean;
|
|
2094
2397
|
/**
|
|
2095
|
-
* @public
|
|
2096
2398
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2097
2399
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2098
2400
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2401
|
+
* @public
|
|
2099
2402
|
*/
|
|
2100
2403
|
DryRun?: boolean;
|
|
2101
2404
|
/**
|
|
2102
|
-
* @public
|
|
2103
2405
|
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
2104
2406
|
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
2105
2407
|
* provide optimal Amazon EBS I/O performance. This optimization isn't available with all
|
|
@@ -2107,31 +2409,31 @@ export interface RunInstancesRequest {
|
|
|
2107
2409
|
* instance.</p>
|
|
2108
2410
|
* <p>Default: <code>false</code>
|
|
2109
2411
|
* </p>
|
|
2412
|
+
* @public
|
|
2110
2413
|
*/
|
|
2111
2414
|
EbsOptimized?: boolean;
|
|
2112
2415
|
/**
|
|
2113
|
-
* @public
|
|
2114
2416
|
* <p>The name or Amazon Resource Name (ARN) of an IAM instance
|
|
2115
2417
|
* profile.</p>
|
|
2418
|
+
* @public
|
|
2116
2419
|
*/
|
|
2117
2420
|
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
2118
2421
|
/**
|
|
2119
|
-
* @public
|
|
2120
2422
|
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
|
|
2121
2423
|
* instance (using the operating system command for system shutdown).</p>
|
|
2122
2424
|
* <p>Default: <code>stop</code>
|
|
2123
2425
|
* </p>
|
|
2426
|
+
* @public
|
|
2124
2427
|
*/
|
|
2125
2428
|
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
2126
2429
|
/**
|
|
2127
|
-
* @public
|
|
2128
2430
|
* <p>The network interfaces to associate with the instance. If you specify a network
|
|
2129
2431
|
* interface, you must specify any security groups and subnets as part of the network
|
|
2130
2432
|
* interface.</p>
|
|
2433
|
+
* @public
|
|
2131
2434
|
*/
|
|
2132
2435
|
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
2133
2436
|
/**
|
|
2134
|
-
* @public
|
|
2135
2437
|
* <p>The primary IPv4 address. You must specify a value from the IPv4 address
|
|
2136
2438
|
* range of the subnet.</p>
|
|
2137
2439
|
* <p>Only one private IP address can be designated as primary. You can't specify this
|
|
@@ -2140,20 +2442,20 @@ export interface RunInstancesRequest {
|
|
|
2140
2442
|
* you're launching more than one instance in the request.</p>
|
|
2141
2443
|
* <p>You cannot specify this option and the network interfaces option in the same
|
|
2142
2444
|
* request.</p>
|
|
2445
|
+
* @public
|
|
2143
2446
|
*/
|
|
2144
2447
|
PrivateIpAddress?: string;
|
|
2145
2448
|
/**
|
|
2146
|
-
* @public
|
|
2147
2449
|
* <p>Deprecated.</p>
|
|
2148
2450
|
* <note>
|
|
2149
2451
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
|
|
2150
2452
|
* workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
|
|
2151
2453
|
* G4dn, or G5 instances.</p>
|
|
2152
2454
|
* </note>
|
|
2455
|
+
* @public
|
|
2153
2456
|
*/
|
|
2154
2457
|
ElasticGpuSpecification?: ElasticGpuSpecification[];
|
|
2155
2458
|
/**
|
|
2156
|
-
* @public
|
|
2157
2459
|
* <p>An elastic inference accelerator to associate with the instance. Elastic inference
|
|
2158
2460
|
* accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
|
|
2159
2461
|
* your Deep Learning (DL) inference workloads.</p>
|
|
@@ -2167,10 +2469,10 @@ export interface RunInstancesRequest {
|
|
|
2167
2469
|
* the past 30-day period are considered current customers and will be able to continue
|
|
2168
2470
|
* using the service.</p>
|
|
2169
2471
|
* </note>
|
|
2472
|
+
* @public
|
|
2170
2473
|
*/
|
|
2171
2474
|
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
|
|
2172
2475
|
/**
|
|
2173
|
-
* @public
|
|
2174
2476
|
* <p>The tags to apply to the resources that are created during instance launch.</p>
|
|
2175
2477
|
* <p>You can specify tags for the following resources only:</p>
|
|
2176
2478
|
* <ul>
|
|
@@ -2188,25 +2490,25 @@ export interface RunInstancesRequest {
|
|
|
2188
2490
|
* </li>
|
|
2189
2491
|
* </ul>
|
|
2190
2492
|
* <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
2493
|
+
* @public
|
|
2191
2494
|
*/
|
|
2192
2495
|
TagSpecifications?: TagSpecification[];
|
|
2193
2496
|
/**
|
|
2194
|
-
* @public
|
|
2195
2497
|
* <p>The launch template to use to launch the instances. Any parameters that you specify in
|
|
2196
2498
|
* <a>RunInstances</a> override the same parameters in the launch template.
|
|
2197
2499
|
* You can specify either the name or ID of a launch template, but not both.</p>
|
|
2500
|
+
* @public
|
|
2198
2501
|
*/
|
|
2199
2502
|
LaunchTemplate?: LaunchTemplateSpecification;
|
|
2200
2503
|
/**
|
|
2201
|
-
* @public
|
|
2202
2504
|
* <p>The market (purchasing) option for the instances.</p>
|
|
2203
2505
|
* <p>For <a>RunInstances</a>, persistent Spot Instance requests are
|
|
2204
2506
|
* only supported when <b>InstanceInterruptionBehavior</b> is set
|
|
2205
2507
|
* to either <code>hibernate</code> or <code>stop</code>.</p>
|
|
2508
|
+
* @public
|
|
2206
2509
|
*/
|
|
2207
2510
|
InstanceMarketOptions?: InstanceMarketOptionsRequest;
|
|
2208
2511
|
/**
|
|
2209
|
-
* @public
|
|
2210
2512
|
* <p>The credit option for CPU usage of the burstable performance instance. Valid values
|
|
2211
2513
|
* are <code>standard</code> and <code>unlimited</code>. To change this attribute after
|
|
2212
2514
|
* launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html">
|
|
@@ -2216,72 +2518,72 @@ export interface RunInstancesRequest {
|
|
|
2216
2518
|
* instances)</p>
|
|
2217
2519
|
* <p>For T3 instances with <code>host</code> tenancy, only <code>standard</code> is
|
|
2218
2520
|
* supported.</p>
|
|
2521
|
+
* @public
|
|
2219
2522
|
*/
|
|
2220
2523
|
CreditSpecification?: CreditSpecificationRequest;
|
|
2221
2524
|
/**
|
|
2222
|
-
* @public
|
|
2223
2525
|
* <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">Optimize CPU options</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2526
|
+
* @public
|
|
2224
2527
|
*/
|
|
2225
2528
|
CpuOptions?: CpuOptionsRequest;
|
|
2226
2529
|
/**
|
|
2227
|
-
* @public
|
|
2228
2530
|
* <p>Information about the Capacity Reservation targeting option. If you do not specify this parameter, the
|
|
2229
2531
|
* instance's Capacity Reservation preference defaults to <code>open</code>, which enables
|
|
2230
2532
|
* it to run in any open Capacity Reservation that has matching attributes (instance type,
|
|
2231
2533
|
* platform, Availability Zone).</p>
|
|
2534
|
+
* @public
|
|
2232
2535
|
*/
|
|
2233
2536
|
CapacityReservationSpecification?: CapacityReservationSpecification;
|
|
2234
2537
|
/**
|
|
2235
|
-
* @public
|
|
2236
2538
|
* <p>Indicates whether an instance is enabled for hibernation. This parameter is valid only
|
|
2237
2539
|
* if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
2238
2540
|
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the
|
|
2239
2541
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2240
2542
|
* <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same
|
|
2241
2543
|
* instance.</p>
|
|
2544
|
+
* @public
|
|
2242
2545
|
*/
|
|
2243
2546
|
HibernationOptions?: HibernationOptionsRequest;
|
|
2244
2547
|
/**
|
|
2245
|
-
* @public
|
|
2246
2548
|
* <p>The license configurations.</p>
|
|
2549
|
+
* @public
|
|
2247
2550
|
*/
|
|
2248
2551
|
LicenseSpecifications?: LicenseConfigurationRequest[];
|
|
2249
2552
|
/**
|
|
2250
|
-
* @public
|
|
2251
2553
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a>.</p>
|
|
2554
|
+
* @public
|
|
2252
2555
|
*/
|
|
2253
2556
|
MetadataOptions?: InstanceMetadataOptionsRequest;
|
|
2254
2557
|
/**
|
|
2255
|
-
* @public
|
|
2256
2558
|
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
|
|
2257
2559
|
* more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Amazon Web Services Nitro
|
|
2258
2560
|
* Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
|
|
2259
2561
|
* Guide</i>.</p>
|
|
2260
2562
|
* <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same
|
|
2261
2563
|
* instance.</p>
|
|
2564
|
+
* @public
|
|
2262
2565
|
*/
|
|
2263
2566
|
EnclaveOptions?: EnclaveOptionsRequest;
|
|
2264
2567
|
/**
|
|
2265
|
-
* @public
|
|
2266
2568
|
* <p>The options for the instance hostname.
|
|
2267
2569
|
* The default values are inherited from the subnet.
|
|
2268
2570
|
* Applies only if creating a network interface, not attaching an existing one.</p>
|
|
2571
|
+
* @public
|
|
2269
2572
|
*/
|
|
2270
2573
|
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
|
|
2271
2574
|
/**
|
|
2272
|
-
* @public
|
|
2273
2575
|
* <p>The maintenance and recovery options for the instance.</p>
|
|
2576
|
+
* @public
|
|
2274
2577
|
*/
|
|
2275
2578
|
MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
|
|
2276
2579
|
/**
|
|
2277
|
-
* @public
|
|
2278
2580
|
* <p>Indicates whether an instance is enabled for stop protection. For more information,
|
|
2279
2581
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
|
|
2280
2582
|
* protection</a>. </p>
|
|
2583
|
+
* @public
|
|
2281
2584
|
*/
|
|
2282
2585
|
DisableApiStop?: boolean;
|
|
2283
2586
|
/**
|
|
2284
|
-
* @public
|
|
2285
2587
|
* <p>If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable
|
|
2286
2588
|
* assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address
|
|
2287
2589
|
* associated with an ENI that you have enabled to use a primary IPv6 address. Use this
|
|
@@ -2294,73 +2596,73 @@ export interface RunInstancesRequest {
|
|
|
2294
2596
|
* have multiple IPv6 addresses associated with an ENI attached to your instance and you
|
|
2295
2597
|
* enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
|
|
2296
2598
|
* becomes the primary IPv6 address.</p>
|
|
2599
|
+
* @public
|
|
2297
2600
|
*/
|
|
2298
2601
|
EnablePrimaryIpv6?: boolean;
|
|
2299
2602
|
}
|
|
2300
2603
|
/**
|
|
2301
|
-
* @public
|
|
2302
2604
|
* <p>Describes an EBS volume for a Scheduled Instance.</p>
|
|
2605
|
+
* @public
|
|
2303
2606
|
*/
|
|
2304
2607
|
export interface ScheduledInstancesEbs {
|
|
2305
2608
|
/**
|
|
2306
|
-
* @public
|
|
2307
2609
|
* <p>Indicates whether the volume is deleted on instance termination.</p>
|
|
2610
|
+
* @public
|
|
2308
2611
|
*/
|
|
2309
2612
|
DeleteOnTermination?: boolean;
|
|
2310
2613
|
/**
|
|
2311
|
-
* @public
|
|
2312
2614
|
* <p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that
|
|
2313
2615
|
* support them.</p>
|
|
2616
|
+
* @public
|
|
2314
2617
|
*/
|
|
2315
2618
|
Encrypted?: boolean;
|
|
2316
2619
|
/**
|
|
2317
|
-
* @public
|
|
2318
2620
|
* <p>The number of I/O operations per second (IOPS) to provision for a <code>gp3</code>, <code>io1</code>, or <code>io2</code>
|
|
2319
2621
|
* volume.</p>
|
|
2622
|
+
* @public
|
|
2320
2623
|
*/
|
|
2321
2624
|
Iops?: number;
|
|
2322
2625
|
/**
|
|
2323
|
-
* @public
|
|
2324
2626
|
* <p>The ID of the snapshot.</p>
|
|
2627
|
+
* @public
|
|
2325
2628
|
*/
|
|
2326
2629
|
SnapshotId?: string;
|
|
2327
2630
|
/**
|
|
2328
|
-
* @public
|
|
2329
2631
|
* <p>The size of the volume, in GiB.</p>
|
|
2330
2632
|
* <p>Default: If you're creating the volume from a snapshot and don't specify a volume size, the default
|
|
2331
2633
|
* is the snapshot size.</p>
|
|
2634
|
+
* @public
|
|
2332
2635
|
*/
|
|
2333
2636
|
VolumeSize?: number;
|
|
2334
2637
|
/**
|
|
2335
|
-
* @public
|
|
2336
2638
|
* <p>The volume type.</p>
|
|
2337
2639
|
* <p>Default: <code>gp2</code>
|
|
2338
2640
|
* </p>
|
|
2641
|
+
* @public
|
|
2339
2642
|
*/
|
|
2340
2643
|
VolumeType?: string;
|
|
2341
2644
|
}
|
|
2342
2645
|
/**
|
|
2343
|
-
* @public
|
|
2344
2646
|
* <p>Describes a block device mapping for a Scheduled Instance.</p>
|
|
2647
|
+
* @public
|
|
2345
2648
|
*/
|
|
2346
2649
|
export interface ScheduledInstancesBlockDeviceMapping {
|
|
2347
2650
|
/**
|
|
2348
|
-
* @public
|
|
2349
2651
|
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
2652
|
+
* @public
|
|
2350
2653
|
*/
|
|
2351
2654
|
DeviceName?: string;
|
|
2352
2655
|
/**
|
|
2353
|
-
* @public
|
|
2354
2656
|
* <p>Parameters used to set up EBS volumes automatically when the instance is launched.</p>
|
|
2657
|
+
* @public
|
|
2355
2658
|
*/
|
|
2356
2659
|
Ebs?: ScheduledInstancesEbs;
|
|
2357
2660
|
/**
|
|
2358
|
-
* @public
|
|
2359
2661
|
* <p>To omit the device from the block device mapping, specify an empty string.</p>
|
|
2662
|
+
* @public
|
|
2360
2663
|
*/
|
|
2361
2664
|
NoDevice?: string;
|
|
2362
2665
|
/**
|
|
2363
|
-
* @public
|
|
2364
2666
|
* <p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered
|
|
2365
2667
|
* starting from 0. An instance type with two available instance store volumes can specify mappings
|
|
2366
2668
|
* for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of available instance store
|
|
@@ -2369,70 +2671,70 @@ export interface ScheduledInstancesBlockDeviceMapping {
|
|
|
2369
2671
|
* <p>Constraints: For M3 instances, you must specify instance store volumes in the block device
|
|
2370
2672
|
* mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes
|
|
2371
2673
|
* specified in the block device mapping for the AMI.</p>
|
|
2674
|
+
* @public
|
|
2372
2675
|
*/
|
|
2373
2676
|
VirtualName?: string;
|
|
2374
2677
|
}
|
|
2375
2678
|
/**
|
|
2376
|
-
* @public
|
|
2377
2679
|
* <p>Describes an IAM instance profile for a Scheduled Instance.</p>
|
|
2680
|
+
* @public
|
|
2378
2681
|
*/
|
|
2379
2682
|
export interface ScheduledInstancesIamInstanceProfile {
|
|
2380
2683
|
/**
|
|
2381
|
-
* @public
|
|
2382
2684
|
* <p>The Amazon Resource Name (ARN).</p>
|
|
2685
|
+
* @public
|
|
2383
2686
|
*/
|
|
2384
2687
|
Arn?: string;
|
|
2385
2688
|
/**
|
|
2386
|
-
* @public
|
|
2387
2689
|
* <p>The name.</p>
|
|
2690
|
+
* @public
|
|
2388
2691
|
*/
|
|
2389
2692
|
Name?: string;
|
|
2390
2693
|
}
|
|
2391
2694
|
/**
|
|
2392
|
-
* @public
|
|
2393
2695
|
* <p>Describes whether monitoring is enabled for a Scheduled Instance.</p>
|
|
2696
|
+
* @public
|
|
2394
2697
|
*/
|
|
2395
2698
|
export interface ScheduledInstancesMonitoring {
|
|
2396
2699
|
/**
|
|
2397
|
-
* @public
|
|
2398
2700
|
* <p>Indicates whether monitoring is enabled.</p>
|
|
2701
|
+
* @public
|
|
2399
2702
|
*/
|
|
2400
2703
|
Enabled?: boolean;
|
|
2401
2704
|
}
|
|
2402
2705
|
/**
|
|
2403
|
-
* @public
|
|
2404
2706
|
* <p>Describes an IPv6 address.</p>
|
|
2707
|
+
* @public
|
|
2405
2708
|
*/
|
|
2406
2709
|
export interface ScheduledInstancesIpv6Address {
|
|
2407
2710
|
/**
|
|
2408
|
-
* @public
|
|
2409
2711
|
* <p>The IPv6 address.</p>
|
|
2712
|
+
* @public
|
|
2410
2713
|
*/
|
|
2411
2714
|
Ipv6Address?: string;
|
|
2412
2715
|
}
|
|
2413
2716
|
/**
|
|
2414
|
-
* @public
|
|
2415
2717
|
* <p>Describes a private IPv4 address for a Scheduled Instance.</p>
|
|
2718
|
+
* @public
|
|
2416
2719
|
*/
|
|
2417
2720
|
export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
2418
2721
|
/**
|
|
2419
|
-
* @public
|
|
2420
2722
|
* <p>Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.</p>
|
|
2723
|
+
* @public
|
|
2421
2724
|
*/
|
|
2422
2725
|
Primary?: boolean;
|
|
2423
2726
|
/**
|
|
2424
|
-
* @public
|
|
2425
2727
|
* <p>The IPv4 address.</p>
|
|
2728
|
+
* @public
|
|
2426
2729
|
*/
|
|
2427
2730
|
PrivateIpAddress?: string;
|
|
2428
2731
|
}
|
|
2429
2732
|
/**
|
|
2430
|
-
* @public
|
|
2431
2733
|
* <p>Describes a network interface for a Scheduled Instance.</p>
|
|
2734
|
+
* @public
|
|
2432
2735
|
*/
|
|
2433
2736
|
export interface ScheduledInstancesNetworkInterface {
|
|
2434
2737
|
/**
|
|
2435
|
-
* @public
|
|
2436
2738
|
* <p>Indicates whether to assign a public IPv4 address to instances launched in a VPC. The
|
|
2437
2739
|
* public IPv4 address can only be assigned to a network interface for eth0, and can only be
|
|
2438
2740
|
* assigned to a new network interface, not an existing one. You cannot specify more than one
|
|
@@ -2440,204 +2742,205 @@ export interface ScheduledInstancesNetworkInterface {
|
|
|
2440
2742
|
* <code>true</code>.</p>
|
|
2441
2743
|
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
2442
2744
|
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
2745
|
+
* @public
|
|
2443
2746
|
*/
|
|
2444
2747
|
AssociatePublicIpAddress?: boolean;
|
|
2445
2748
|
/**
|
|
2446
|
-
* @public
|
|
2447
2749
|
* <p>Indicates whether to delete the interface when the instance is terminated.</p>
|
|
2750
|
+
* @public
|
|
2448
2751
|
*/
|
|
2449
2752
|
DeleteOnTermination?: boolean;
|
|
2450
2753
|
/**
|
|
2451
|
-
* @public
|
|
2452
2754
|
* <p>The description.</p>
|
|
2755
|
+
* @public
|
|
2453
2756
|
*/
|
|
2454
2757
|
Description?: string;
|
|
2455
2758
|
/**
|
|
2456
|
-
* @public
|
|
2457
2759
|
* <p>The index of the device for the network interface attachment.</p>
|
|
2760
|
+
* @public
|
|
2458
2761
|
*/
|
|
2459
2762
|
DeviceIndex?: number;
|
|
2460
2763
|
/**
|
|
2461
|
-
* @public
|
|
2462
2764
|
* <p>The IDs of the security groups.</p>
|
|
2765
|
+
* @public
|
|
2463
2766
|
*/
|
|
2464
2767
|
Groups?: string[];
|
|
2465
2768
|
/**
|
|
2466
|
-
* @public
|
|
2467
2769
|
* <p>The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.</p>
|
|
2770
|
+
* @public
|
|
2468
2771
|
*/
|
|
2469
2772
|
Ipv6AddressCount?: number;
|
|
2470
2773
|
/**
|
|
2471
|
-
* @public
|
|
2472
2774
|
* <p>The specific IPv6 addresses from the subnet range.</p>
|
|
2775
|
+
* @public
|
|
2473
2776
|
*/
|
|
2474
2777
|
Ipv6Addresses?: ScheduledInstancesIpv6Address[];
|
|
2475
2778
|
/**
|
|
2476
|
-
* @public
|
|
2477
2779
|
* <p>The ID of the network interface.</p>
|
|
2780
|
+
* @public
|
|
2478
2781
|
*/
|
|
2479
2782
|
NetworkInterfaceId?: string;
|
|
2480
2783
|
/**
|
|
2481
|
-
* @public
|
|
2482
2784
|
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
2785
|
+
* @public
|
|
2483
2786
|
*/
|
|
2484
2787
|
PrivateIpAddress?: string;
|
|
2485
2788
|
/**
|
|
2486
|
-
* @public
|
|
2487
2789
|
* <p>The private IPv4 addresses.</p>
|
|
2790
|
+
* @public
|
|
2488
2791
|
*/
|
|
2489
2792
|
PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[];
|
|
2490
2793
|
/**
|
|
2491
|
-
* @public
|
|
2492
2794
|
* <p>The number of secondary private IPv4 addresses.</p>
|
|
2795
|
+
* @public
|
|
2493
2796
|
*/
|
|
2494
2797
|
SecondaryPrivateIpAddressCount?: number;
|
|
2495
2798
|
/**
|
|
2496
|
-
* @public
|
|
2497
2799
|
* <p>The ID of the subnet.</p>
|
|
2800
|
+
* @public
|
|
2498
2801
|
*/
|
|
2499
2802
|
SubnetId?: string;
|
|
2500
2803
|
}
|
|
2501
2804
|
/**
|
|
2502
|
-
* @public
|
|
2503
2805
|
* <p>Describes the placement for a Scheduled Instance.</p>
|
|
2806
|
+
* @public
|
|
2504
2807
|
*/
|
|
2505
2808
|
export interface ScheduledInstancesPlacement {
|
|
2506
2809
|
/**
|
|
2507
|
-
* @public
|
|
2508
2810
|
* <p>The Availability Zone.</p>
|
|
2811
|
+
* @public
|
|
2509
2812
|
*/
|
|
2510
2813
|
AvailabilityZone?: string;
|
|
2511
2814
|
/**
|
|
2512
|
-
* @public
|
|
2513
2815
|
* <p>The name of the placement group.</p>
|
|
2816
|
+
* @public
|
|
2514
2817
|
*/
|
|
2515
2818
|
GroupName?: string;
|
|
2516
2819
|
}
|
|
2517
2820
|
/**
|
|
2518
|
-
* @public
|
|
2519
2821
|
* <p>Describes the launch specification for a Scheduled Instance.</p>
|
|
2520
2822
|
* <p>If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet.
|
|
2521
2823
|
* You can specify the subnet using either <code>SubnetId</code> or <code>NetworkInterface</code>.</p>
|
|
2824
|
+
* @public
|
|
2522
2825
|
*/
|
|
2523
2826
|
export interface ScheduledInstancesLaunchSpecification {
|
|
2524
2827
|
/**
|
|
2525
|
-
* @public
|
|
2526
2828
|
* <p>The block device mapping entries.</p>
|
|
2829
|
+
* @public
|
|
2527
2830
|
*/
|
|
2528
2831
|
BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[];
|
|
2529
2832
|
/**
|
|
2530
|
-
* @public
|
|
2531
2833
|
* <p>Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</p>
|
|
2532
2834
|
* <p>Default: <code>false</code>
|
|
2533
2835
|
* </p>
|
|
2836
|
+
* @public
|
|
2534
2837
|
*/
|
|
2535
2838
|
EbsOptimized?: boolean;
|
|
2536
2839
|
/**
|
|
2537
|
-
* @public
|
|
2538
2840
|
* <p>The IAM instance profile.</p>
|
|
2841
|
+
* @public
|
|
2539
2842
|
*/
|
|
2540
2843
|
IamInstanceProfile?: ScheduledInstancesIamInstanceProfile;
|
|
2541
2844
|
/**
|
|
2542
|
-
* @public
|
|
2543
2845
|
* <p>The ID of the Amazon Machine Image (AMI).</p>
|
|
2846
|
+
* @public
|
|
2544
2847
|
*/
|
|
2545
2848
|
ImageId: string | undefined;
|
|
2546
2849
|
/**
|
|
2547
|
-
* @public
|
|
2548
2850
|
* <p>The instance type.</p>
|
|
2851
|
+
* @public
|
|
2549
2852
|
*/
|
|
2550
2853
|
InstanceType?: string;
|
|
2551
2854
|
/**
|
|
2552
|
-
* @public
|
|
2553
2855
|
* <p>The ID of the kernel.</p>
|
|
2856
|
+
* @public
|
|
2554
2857
|
*/
|
|
2555
2858
|
KernelId?: string;
|
|
2556
2859
|
/**
|
|
2557
|
-
* @public
|
|
2558
2860
|
* <p>The name of the key pair.</p>
|
|
2861
|
+
* @public
|
|
2559
2862
|
*/
|
|
2560
2863
|
KeyName?: string;
|
|
2561
2864
|
/**
|
|
2562
|
-
* @public
|
|
2563
2865
|
* <p>Enable or disable monitoring for the instances.</p>
|
|
2866
|
+
* @public
|
|
2564
2867
|
*/
|
|
2565
2868
|
Monitoring?: ScheduledInstancesMonitoring;
|
|
2566
2869
|
/**
|
|
2567
|
-
* @public
|
|
2568
2870
|
* <p>The network interfaces.</p>
|
|
2871
|
+
* @public
|
|
2569
2872
|
*/
|
|
2570
2873
|
NetworkInterfaces?: ScheduledInstancesNetworkInterface[];
|
|
2571
2874
|
/**
|
|
2572
|
-
* @public
|
|
2573
2875
|
* <p>The placement information.</p>
|
|
2876
|
+
* @public
|
|
2574
2877
|
*/
|
|
2575
2878
|
Placement?: ScheduledInstancesPlacement;
|
|
2576
2879
|
/**
|
|
2577
|
-
* @public
|
|
2578
2880
|
* <p>The ID of the RAM disk.</p>
|
|
2881
|
+
* @public
|
|
2579
2882
|
*/
|
|
2580
2883
|
RamdiskId?: string;
|
|
2581
2884
|
/**
|
|
2582
|
-
* @public
|
|
2583
2885
|
* <p>The IDs of the security groups.</p>
|
|
2886
|
+
* @public
|
|
2584
2887
|
*/
|
|
2585
2888
|
SecurityGroupIds?: string[];
|
|
2586
2889
|
/**
|
|
2587
|
-
* @public
|
|
2588
2890
|
* <p>The ID of the subnet in which to launch the instances.</p>
|
|
2891
|
+
* @public
|
|
2589
2892
|
*/
|
|
2590
2893
|
SubnetId?: string;
|
|
2591
2894
|
/**
|
|
2592
|
-
* @public
|
|
2593
2895
|
* <p>The base64-encoded MIME user data.</p>
|
|
2896
|
+
* @public
|
|
2594
2897
|
*/
|
|
2595
2898
|
UserData?: string;
|
|
2596
2899
|
}
|
|
2597
2900
|
/**
|
|
2598
|
-
* @public
|
|
2599
2901
|
* <p>Contains the parameters for RunScheduledInstances.</p>
|
|
2902
|
+
* @public
|
|
2600
2903
|
*/
|
|
2601
2904
|
export interface RunScheduledInstancesRequest {
|
|
2602
2905
|
/**
|
|
2603
|
-
* @public
|
|
2604
2906
|
* <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
|
|
2605
2907
|
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
2908
|
+
* @public
|
|
2606
2909
|
*/
|
|
2607
2910
|
ClientToken?: string;
|
|
2608
2911
|
/**
|
|
2609
|
-
* @public
|
|
2610
2912
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2611
2913
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2612
2914
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2915
|
+
* @public
|
|
2613
2916
|
*/
|
|
2614
2917
|
DryRun?: boolean;
|
|
2615
2918
|
/**
|
|
2616
|
-
* @public
|
|
2617
2919
|
* <p>The number of instances.</p>
|
|
2618
2920
|
* <p>Default: 1</p>
|
|
2921
|
+
* @public
|
|
2619
2922
|
*/
|
|
2620
2923
|
InstanceCount?: number;
|
|
2621
2924
|
/**
|
|
2622
|
-
* @public
|
|
2623
2925
|
* <p>The launch specification. You must match the instance type, Availability Zone,
|
|
2624
2926
|
* network, and platform of the schedule that you purchased.</p>
|
|
2927
|
+
* @public
|
|
2625
2928
|
*/
|
|
2626
2929
|
LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
|
|
2627
2930
|
/**
|
|
2628
|
-
* @public
|
|
2629
2931
|
* <p>The Scheduled Instance ID.</p>
|
|
2932
|
+
* @public
|
|
2630
2933
|
*/
|
|
2631
2934
|
ScheduledInstanceId: string | undefined;
|
|
2632
2935
|
}
|
|
2633
2936
|
/**
|
|
2634
|
-
* @public
|
|
2635
2937
|
* <p>Contains the output of RunScheduledInstances.</p>
|
|
2938
|
+
* @public
|
|
2636
2939
|
*/
|
|
2637
2940
|
export interface RunScheduledInstancesResult {
|
|
2638
2941
|
/**
|
|
2639
|
-
* @public
|
|
2640
2942
|
* <p>The IDs of the newly launched instances.</p>
|
|
2943
|
+
* @public
|
|
2641
2944
|
*/
|
|
2642
2945
|
InstanceIdSet?: string[];
|
|
2643
2946
|
}
|
|
@@ -2646,12 +2949,11 @@ export interface RunScheduledInstancesResult {
|
|
|
2646
2949
|
*/
|
|
2647
2950
|
export interface SearchLocalGatewayRoutesRequest {
|
|
2648
2951
|
/**
|
|
2649
|
-
* @public
|
|
2650
2952
|
* <p>The ID of the local gateway route table.</p>
|
|
2953
|
+
* @public
|
|
2651
2954
|
*/
|
|
2652
2955
|
LocalGatewayRouteTableId: string | undefined;
|
|
2653
2956
|
/**
|
|
2654
|
-
* @public
|
|
2655
2957
|
* <p>One or more filters.</p>
|
|
2656
2958
|
* <ul>
|
|
2657
2959
|
* <li>
|
|
@@ -2685,24 +2987,25 @@ export interface SearchLocalGatewayRoutesRequest {
|
|
|
2685
2987
|
* <code>type</code> - The route type.</p>
|
|
2686
2988
|
* </li>
|
|
2687
2989
|
* </ul>
|
|
2990
|
+
* @public
|
|
2688
2991
|
*/
|
|
2689
2992
|
Filters?: Filter[];
|
|
2690
2993
|
/**
|
|
2691
|
-
* @public
|
|
2692
2994
|
* <p>The maximum number of results to return with a single call.
|
|
2693
2995
|
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2996
|
+
* @public
|
|
2694
2997
|
*/
|
|
2695
2998
|
MaxResults?: number;
|
|
2696
2999
|
/**
|
|
2697
|
-
* @public
|
|
2698
3000
|
* <p>The token for the next page of results.</p>
|
|
3001
|
+
* @public
|
|
2699
3002
|
*/
|
|
2700
3003
|
NextToken?: string;
|
|
2701
3004
|
/**
|
|
2702
|
-
* @public
|
|
2703
3005
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2704
3006
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2705
3007
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3008
|
+
* @public
|
|
2706
3009
|
*/
|
|
2707
3010
|
DryRun?: boolean;
|
|
2708
3011
|
}
|
|
@@ -2711,13 +3014,13 @@ export interface SearchLocalGatewayRoutesRequest {
|
|
|
2711
3014
|
*/
|
|
2712
3015
|
export interface SearchLocalGatewayRoutesResult {
|
|
2713
3016
|
/**
|
|
2714
|
-
* @public
|
|
2715
3017
|
* <p>Information about the routes.</p>
|
|
3018
|
+
* @public
|
|
2716
3019
|
*/
|
|
2717
3020
|
Routes?: LocalGatewayRoute[];
|
|
2718
3021
|
/**
|
|
2719
|
-
* @public
|
|
2720
3022
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
3023
|
+
* @public
|
|
2721
3024
|
*/
|
|
2722
3025
|
NextToken?: string;
|
|
2723
3026
|
}
|
|
@@ -2726,12 +3029,11 @@ export interface SearchLocalGatewayRoutesResult {
|
|
|
2726
3029
|
*/
|
|
2727
3030
|
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
2728
3031
|
/**
|
|
2729
|
-
* @public
|
|
2730
3032
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
3033
|
+
* @public
|
|
2731
3034
|
*/
|
|
2732
3035
|
TransitGatewayMulticastDomainId: string | undefined;
|
|
2733
3036
|
/**
|
|
2734
|
-
* @public
|
|
2735
3037
|
* <p>One or more filters. The possible values are:</p>
|
|
2736
3038
|
* <ul>
|
|
2737
3039
|
* <li>
|
|
@@ -2771,24 +3073,25 @@ export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
|
2771
3073
|
* <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
|
|
2772
3074
|
* </li>
|
|
2773
3075
|
* </ul>
|
|
3076
|
+
* @public
|
|
2774
3077
|
*/
|
|
2775
3078
|
Filters?: Filter[];
|
|
2776
3079
|
/**
|
|
2777
|
-
* @public
|
|
2778
3080
|
* <p>The maximum number of results to return with a single call.
|
|
2779
3081
|
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
3082
|
+
* @public
|
|
2780
3083
|
*/
|
|
2781
3084
|
MaxResults?: number;
|
|
2782
3085
|
/**
|
|
2783
|
-
* @public
|
|
2784
3086
|
* <p>The token for the next page of results.</p>
|
|
3087
|
+
* @public
|
|
2785
3088
|
*/
|
|
2786
3089
|
NextToken?: string;
|
|
2787
3090
|
/**
|
|
2788
|
-
* @public
|
|
2789
3091
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2790
3092
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2791
3093
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3094
|
+
* @public
|
|
2792
3095
|
*/
|
|
2793
3096
|
DryRun?: boolean;
|
|
2794
3097
|
}
|
|
@@ -2805,63 +3108,63 @@ export declare const MembershipType: {
|
|
|
2805
3108
|
*/
|
|
2806
3109
|
export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
|
|
2807
3110
|
/**
|
|
2808
|
-
* @public
|
|
2809
3111
|
* <p>Describes the transit gateway multicast group resources.</p>
|
|
3112
|
+
* @public
|
|
2810
3113
|
*/
|
|
2811
3114
|
export interface TransitGatewayMulticastGroup {
|
|
2812
3115
|
/**
|
|
2813
|
-
* @public
|
|
2814
3116
|
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
3117
|
+
* @public
|
|
2815
3118
|
*/
|
|
2816
3119
|
GroupIpAddress?: string;
|
|
2817
3120
|
/**
|
|
2818
|
-
* @public
|
|
2819
3121
|
* <p>The ID of the transit gateway attachment.</p>
|
|
3122
|
+
* @public
|
|
2820
3123
|
*/
|
|
2821
3124
|
TransitGatewayAttachmentId?: string;
|
|
2822
3125
|
/**
|
|
2823
|
-
* @public
|
|
2824
3126
|
* <p>The ID of the subnet.</p>
|
|
3127
|
+
* @public
|
|
2825
3128
|
*/
|
|
2826
3129
|
SubnetId?: string;
|
|
2827
3130
|
/**
|
|
2828
|
-
* @public
|
|
2829
3131
|
* <p>The ID of the resource.</p>
|
|
3132
|
+
* @public
|
|
2830
3133
|
*/
|
|
2831
3134
|
ResourceId?: string;
|
|
2832
3135
|
/**
|
|
2833
|
-
* @public
|
|
2834
3136
|
* <p>The type of resource, for example a VPC attachment.</p>
|
|
3137
|
+
* @public
|
|
2835
3138
|
*/
|
|
2836
3139
|
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
2837
3140
|
/**
|
|
2838
|
-
* @public
|
|
2839
3141
|
* <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.</p>
|
|
3142
|
+
* @public
|
|
2840
3143
|
*/
|
|
2841
3144
|
ResourceOwnerId?: string;
|
|
2842
3145
|
/**
|
|
2843
|
-
* @public
|
|
2844
3146
|
* <p>The ID of the transit gateway attachment.</p>
|
|
3147
|
+
* @public
|
|
2845
3148
|
*/
|
|
2846
3149
|
NetworkInterfaceId?: string;
|
|
2847
3150
|
/**
|
|
2848
|
-
* @public
|
|
2849
3151
|
* <p>Indicates that the resource is a transit gateway multicast group member.</p>
|
|
3152
|
+
* @public
|
|
2850
3153
|
*/
|
|
2851
3154
|
GroupMember?: boolean;
|
|
2852
3155
|
/**
|
|
2853
|
-
* @public
|
|
2854
3156
|
* <p>Indicates that the resource is a transit gateway multicast group member.</p>
|
|
3157
|
+
* @public
|
|
2855
3158
|
*/
|
|
2856
3159
|
GroupSource?: boolean;
|
|
2857
3160
|
/**
|
|
2858
|
-
* @public
|
|
2859
3161
|
* <p>The member type (for example, <code>static</code>).</p>
|
|
3162
|
+
* @public
|
|
2860
3163
|
*/
|
|
2861
3164
|
MemberType?: MembershipType;
|
|
2862
3165
|
/**
|
|
2863
|
-
* @public
|
|
2864
3166
|
* <p>The source type.</p>
|
|
3167
|
+
* @public
|
|
2865
3168
|
*/
|
|
2866
3169
|
SourceType?: MembershipType;
|
|
2867
3170
|
}
|
|
@@ -2870,13 +3173,13 @@ export interface TransitGatewayMulticastGroup {
|
|
|
2870
3173
|
*/
|
|
2871
3174
|
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
2872
3175
|
/**
|
|
2873
|
-
* @public
|
|
2874
3176
|
* <p>Information about the transit gateway multicast group.</p>
|
|
3177
|
+
* @public
|
|
2875
3178
|
*/
|
|
2876
3179
|
MulticastGroups?: TransitGatewayMulticastGroup[];
|
|
2877
3180
|
/**
|
|
2878
|
-
* @public
|
|
2879
3181
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
3182
|
+
* @public
|
|
2880
3183
|
*/
|
|
2881
3184
|
NextToken?: string;
|
|
2882
3185
|
}
|
|
@@ -2885,12 +3188,11 @@ export interface SearchTransitGatewayMulticastGroupsResult {
|
|
|
2885
3188
|
*/
|
|
2886
3189
|
export interface SearchTransitGatewayRoutesRequest {
|
|
2887
3190
|
/**
|
|
2888
|
-
* @public
|
|
2889
3191
|
* <p>The ID of the transit gateway route table.</p>
|
|
3192
|
+
* @public
|
|
2890
3193
|
*/
|
|
2891
3194
|
TransitGatewayRouteTableId: string | undefined;
|
|
2892
3195
|
/**
|
|
2893
|
-
* @public
|
|
2894
3196
|
* <p>One or more filters. The possible values are:</p>
|
|
2895
3197
|
* <ul>
|
|
2896
3198
|
* <li>
|
|
@@ -2937,18 +3239,19 @@ export interface SearchTransitGatewayRoutesRequest {
|
|
|
2937
3239
|
* <code>static</code>).</p>
|
|
2938
3240
|
* </li>
|
|
2939
3241
|
* </ul>
|
|
3242
|
+
* @public
|
|
2940
3243
|
*/
|
|
2941
3244
|
Filters: Filter[] | undefined;
|
|
2942
3245
|
/**
|
|
2943
|
-
* @public
|
|
2944
3246
|
* <p>The maximum number of routes to return.</p>
|
|
3247
|
+
* @public
|
|
2945
3248
|
*/
|
|
2946
3249
|
MaxResults?: number;
|
|
2947
3250
|
/**
|
|
2948
|
-
* @public
|
|
2949
3251
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2950
3252
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2951
3253
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3254
|
+
* @public
|
|
2952
3255
|
*/
|
|
2953
3256
|
DryRun?: boolean;
|
|
2954
3257
|
}
|
|
@@ -2957,13 +3260,13 @@ export interface SearchTransitGatewayRoutesRequest {
|
|
|
2957
3260
|
*/
|
|
2958
3261
|
export interface SearchTransitGatewayRoutesResult {
|
|
2959
3262
|
/**
|
|
2960
|
-
* @public
|
|
2961
3263
|
* <p>Information about the routes.</p>
|
|
3264
|
+
* @public
|
|
2962
3265
|
*/
|
|
2963
3266
|
Routes?: TransitGatewayRoute[];
|
|
2964
3267
|
/**
|
|
2965
|
-
* @public
|
|
2966
3268
|
* <p>Indicates whether there are additional routes available.</p>
|
|
3269
|
+
* @public
|
|
2967
3270
|
*/
|
|
2968
3271
|
AdditionalRoutesAvailable?: boolean;
|
|
2969
3272
|
}
|
|
@@ -2972,15 +3275,15 @@ export interface SearchTransitGatewayRoutesResult {
|
|
|
2972
3275
|
*/
|
|
2973
3276
|
export interface SendDiagnosticInterruptRequest {
|
|
2974
3277
|
/**
|
|
2975
|
-
* @public
|
|
2976
3278
|
* <p>The ID of the instance.</p>
|
|
3279
|
+
* @public
|
|
2977
3280
|
*/
|
|
2978
3281
|
InstanceId: string | undefined;
|
|
2979
3282
|
/**
|
|
2980
|
-
* @public
|
|
2981
3283
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2982
3284
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2983
3285
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3286
|
+
* @public
|
|
2984
3287
|
*/
|
|
2985
3288
|
DryRun?: boolean;
|
|
2986
3289
|
}
|
|
@@ -2989,41 +3292,41 @@ export interface SendDiagnosticInterruptRequest {
|
|
|
2989
3292
|
*/
|
|
2990
3293
|
export interface StartInstancesRequest {
|
|
2991
3294
|
/**
|
|
2992
|
-
* @public
|
|
2993
3295
|
* <p>The IDs of the instances.</p>
|
|
3296
|
+
* @public
|
|
2994
3297
|
*/
|
|
2995
3298
|
InstanceIds: string[] | undefined;
|
|
2996
3299
|
/**
|
|
2997
|
-
* @public
|
|
2998
3300
|
* <p>Reserved.</p>
|
|
3301
|
+
* @public
|
|
2999
3302
|
*/
|
|
3000
3303
|
AdditionalInfo?: string;
|
|
3001
3304
|
/**
|
|
3002
|
-
* @public
|
|
3003
3305
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3004
3306
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3005
3307
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3308
|
+
* @public
|
|
3006
3309
|
*/
|
|
3007
3310
|
DryRun?: boolean;
|
|
3008
3311
|
}
|
|
3009
3312
|
/**
|
|
3010
|
-
* @public
|
|
3011
3313
|
* <p>Describes an instance state change.</p>
|
|
3314
|
+
* @public
|
|
3012
3315
|
*/
|
|
3013
3316
|
export interface InstanceStateChange {
|
|
3014
3317
|
/**
|
|
3015
|
-
* @public
|
|
3016
3318
|
* <p>The current state of the instance.</p>
|
|
3319
|
+
* @public
|
|
3017
3320
|
*/
|
|
3018
3321
|
CurrentState?: InstanceState;
|
|
3019
3322
|
/**
|
|
3020
|
-
* @public
|
|
3021
3323
|
* <p>The ID of the instance.</p>
|
|
3324
|
+
* @public
|
|
3022
3325
|
*/
|
|
3023
3326
|
InstanceId?: string;
|
|
3024
3327
|
/**
|
|
3025
|
-
* @public
|
|
3026
3328
|
* <p>The previous state of the instance.</p>
|
|
3329
|
+
* @public
|
|
3027
3330
|
*/
|
|
3028
3331
|
PreviousState?: InstanceState;
|
|
3029
3332
|
}
|
|
@@ -3032,8 +3335,8 @@ export interface InstanceStateChange {
|
|
|
3032
3335
|
*/
|
|
3033
3336
|
export interface StartInstancesResult {
|
|
3034
3337
|
/**
|
|
3035
|
-
* @public
|
|
3036
3338
|
* <p>Information about the started instances.</p>
|
|
3339
|
+
* @public
|
|
3037
3340
|
*/
|
|
3038
3341
|
StartingInstances?: InstanceStateChange[];
|
|
3039
3342
|
}
|
|
@@ -3042,26 +3345,26 @@ export interface StartInstancesResult {
|
|
|
3042
3345
|
*/
|
|
3043
3346
|
export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
3044
3347
|
/**
|
|
3045
|
-
* @public
|
|
3046
3348
|
* <p>The ID of the Network Access Scope.</p>
|
|
3349
|
+
* @public
|
|
3047
3350
|
*/
|
|
3048
3351
|
NetworkInsightsAccessScopeId: string | undefined;
|
|
3049
3352
|
/**
|
|
3050
|
-
* @public
|
|
3051
3353
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3052
3354
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3053
3355
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3356
|
+
* @public
|
|
3054
3357
|
*/
|
|
3055
3358
|
DryRun?: boolean;
|
|
3056
3359
|
/**
|
|
3057
|
-
* @public
|
|
3058
3360
|
* <p>The tags to apply.</p>
|
|
3361
|
+
* @public
|
|
3059
3362
|
*/
|
|
3060
3363
|
TagSpecifications?: TagSpecification[];
|
|
3061
3364
|
/**
|
|
3062
|
-
* @public
|
|
3063
3365
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
|
|
3064
3366
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
|
|
3367
|
+
* @public
|
|
3065
3368
|
*/
|
|
3066
3369
|
ClientToken?: string;
|
|
3067
3370
|
}
|
|
@@ -3070,8 +3373,8 @@ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
|
3070
3373
|
*/
|
|
3071
3374
|
export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
3072
3375
|
/**
|
|
3073
|
-
* @public
|
|
3074
3376
|
* <p>The Network Access Scope analysis.</p>
|
|
3377
|
+
* @public
|
|
3075
3378
|
*/
|
|
3076
3379
|
NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis;
|
|
3077
3380
|
}
|
|
@@ -3080,36 +3383,36 @@ export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
|
3080
3383
|
*/
|
|
3081
3384
|
export interface StartNetworkInsightsAnalysisRequest {
|
|
3082
3385
|
/**
|
|
3083
|
-
* @public
|
|
3084
3386
|
* <p>The ID of the path.</p>
|
|
3387
|
+
* @public
|
|
3085
3388
|
*/
|
|
3086
3389
|
NetworkInsightsPathId: string | undefined;
|
|
3087
3390
|
/**
|
|
3088
|
-
* @public
|
|
3089
3391
|
* <p>The member accounts that contain resources that the path can traverse.</p>
|
|
3392
|
+
* @public
|
|
3090
3393
|
*/
|
|
3091
3394
|
AdditionalAccounts?: string[];
|
|
3092
3395
|
/**
|
|
3093
|
-
* @public
|
|
3094
3396
|
* <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
|
|
3397
|
+
* @public
|
|
3095
3398
|
*/
|
|
3096
3399
|
FilterInArns?: string[];
|
|
3097
3400
|
/**
|
|
3098
|
-
* @public
|
|
3099
3401
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3100
3402
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3101
3403
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3404
|
+
* @public
|
|
3102
3405
|
*/
|
|
3103
3406
|
DryRun?: boolean;
|
|
3104
3407
|
/**
|
|
3105
|
-
* @public
|
|
3106
3408
|
* <p>The tags to apply.</p>
|
|
3409
|
+
* @public
|
|
3107
3410
|
*/
|
|
3108
3411
|
TagSpecifications?: TagSpecification[];
|
|
3109
3412
|
/**
|
|
3110
|
-
* @public
|
|
3111
3413
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
|
|
3112
3414
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
|
|
3415
|
+
* @public
|
|
3113
3416
|
*/
|
|
3114
3417
|
ClientToken?: string;
|
|
3115
3418
|
}
|
|
@@ -3118,8 +3421,8 @@ export interface StartNetworkInsightsAnalysisRequest {
|
|
|
3118
3421
|
*/
|
|
3119
3422
|
export interface StartNetworkInsightsAnalysisResult {
|
|
3120
3423
|
/**
|
|
3121
|
-
* @public
|
|
3122
3424
|
* <p>Information about the network insights analysis.</p>
|
|
3425
|
+
* @public
|
|
3123
3426
|
*/
|
|
3124
3427
|
NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
|
|
3125
3428
|
}
|
|
@@ -3128,15 +3431,15 @@ export interface StartNetworkInsightsAnalysisResult {
|
|
|
3128
3431
|
*/
|
|
3129
3432
|
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
3130
3433
|
/**
|
|
3131
|
-
* @public
|
|
3132
3434
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3133
3435
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3134
3436
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3437
|
+
* @public
|
|
3135
3438
|
*/
|
|
3136
3439
|
DryRun?: boolean;
|
|
3137
3440
|
/**
|
|
3138
|
-
* @public
|
|
3139
3441
|
* <p>The ID of the endpoint service.</p>
|
|
3442
|
+
* @public
|
|
3140
3443
|
*/
|
|
3141
3444
|
ServiceId: string | undefined;
|
|
3142
3445
|
}
|
|
@@ -3145,8 +3448,8 @@ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
|
3145
3448
|
*/
|
|
3146
3449
|
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
3147
3450
|
/**
|
|
3148
|
-
* @public
|
|
3149
3451
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
3452
|
+
* @public
|
|
3150
3453
|
*/
|
|
3151
3454
|
ReturnValue?: boolean;
|
|
3152
3455
|
}
|
|
@@ -3155,35 +3458,35 @@ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
|
3155
3458
|
*/
|
|
3156
3459
|
export interface StopInstancesRequest {
|
|
3157
3460
|
/**
|
|
3158
|
-
* @public
|
|
3159
3461
|
* <p>The IDs of the instances.</p>
|
|
3462
|
+
* @public
|
|
3160
3463
|
*/
|
|
3161
3464
|
InstanceIds: string[] | undefined;
|
|
3162
3465
|
/**
|
|
3163
|
-
* @public
|
|
3164
3466
|
* <p>Hibernates the instance if the instance was enabled for hibernation at launch. If the
|
|
3165
3467
|
* instance cannot hibernate successfully, a normal shutdown occurs. For more information,
|
|
3166
3468
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
|
|
3167
3469
|
* your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
3168
3470
|
* <p> Default: <code>false</code>
|
|
3169
3471
|
* </p>
|
|
3472
|
+
* @public
|
|
3170
3473
|
*/
|
|
3171
3474
|
Hibernate?: boolean;
|
|
3172
3475
|
/**
|
|
3173
|
-
* @public
|
|
3174
3476
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3175
3477
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3176
3478
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3479
|
+
* @public
|
|
3177
3480
|
*/
|
|
3178
3481
|
DryRun?: boolean;
|
|
3179
3482
|
/**
|
|
3180
|
-
* @public
|
|
3181
3483
|
* <p>Forces the instances to stop. The instances do not have an opportunity to flush file
|
|
3182
3484
|
* system caches or file system metadata. If you use this option, you must perform file
|
|
3183
3485
|
* system check and repair procedures. This option is not recommended for Windows
|
|
3184
3486
|
* instances.</p>
|
|
3185
3487
|
* <p>Default: <code>false</code>
|
|
3186
3488
|
* </p>
|
|
3489
|
+
* @public
|
|
3187
3490
|
*/
|
|
3188
3491
|
Force?: boolean;
|
|
3189
3492
|
}
|
|
@@ -3192,8 +3495,8 @@ export interface StopInstancesRequest {
|
|
|
3192
3495
|
*/
|
|
3193
3496
|
export interface StopInstancesResult {
|
|
3194
3497
|
/**
|
|
3195
|
-
* @public
|
|
3196
3498
|
* <p>Information about the stopped instances.</p>
|
|
3499
|
+
* @public
|
|
3197
3500
|
*/
|
|
3198
3501
|
StoppingInstances?: InstanceStateChange[];
|
|
3199
3502
|
}
|
|
@@ -3202,45 +3505,45 @@ export interface StopInstancesResult {
|
|
|
3202
3505
|
*/
|
|
3203
3506
|
export interface TerminateClientVpnConnectionsRequest {
|
|
3204
3507
|
/**
|
|
3205
|
-
* @public
|
|
3206
3508
|
* <p>The ID of the Client VPN endpoint to which the client is connected.</p>
|
|
3509
|
+
* @public
|
|
3207
3510
|
*/
|
|
3208
3511
|
ClientVpnEndpointId: string | undefined;
|
|
3209
3512
|
/**
|
|
3210
|
-
* @public
|
|
3211
3513
|
* <p>The ID of the client connection to be terminated.</p>
|
|
3514
|
+
* @public
|
|
3212
3515
|
*/
|
|
3213
3516
|
ConnectionId?: string;
|
|
3214
3517
|
/**
|
|
3215
|
-
* @public
|
|
3216
3518
|
* <p>The name of the user who initiated the connection. Use this option to terminate all active connections for
|
|
3217
3519
|
* the specified user. This option can only be used if the user has established up to five connections.</p>
|
|
3520
|
+
* @public
|
|
3218
3521
|
*/
|
|
3219
3522
|
Username?: string;
|
|
3220
3523
|
/**
|
|
3221
|
-
* @public
|
|
3222
3524
|
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3525
|
+
* @public
|
|
3223
3526
|
*/
|
|
3224
3527
|
DryRun?: boolean;
|
|
3225
3528
|
}
|
|
3226
3529
|
/**
|
|
3227
|
-
* @public
|
|
3228
3530
|
* <p>Information about a terminated Client VPN endpoint client connection.</p>
|
|
3531
|
+
* @public
|
|
3229
3532
|
*/
|
|
3230
3533
|
export interface TerminateConnectionStatus {
|
|
3231
3534
|
/**
|
|
3232
|
-
* @public
|
|
3233
3535
|
* <p>The ID of the client connection.</p>
|
|
3536
|
+
* @public
|
|
3234
3537
|
*/
|
|
3235
3538
|
ConnectionId?: string;
|
|
3236
3539
|
/**
|
|
3237
|
-
* @public
|
|
3238
3540
|
* <p>The state of the client connection.</p>
|
|
3541
|
+
* @public
|
|
3239
3542
|
*/
|
|
3240
3543
|
PreviousStatus?: ClientVpnConnectionStatus;
|
|
3241
3544
|
/**
|
|
3242
|
-
* @public
|
|
3243
3545
|
* <p>A message about the status of the client connection, if applicable.</p>
|
|
3546
|
+
* @public
|
|
3244
3547
|
*/
|
|
3245
3548
|
CurrentStatus?: ClientVpnConnectionStatus;
|
|
3246
3549
|
}
|
|
@@ -3249,18 +3552,18 @@ export interface TerminateConnectionStatus {
|
|
|
3249
3552
|
*/
|
|
3250
3553
|
export interface TerminateClientVpnConnectionsResult {
|
|
3251
3554
|
/**
|
|
3252
|
-
* @public
|
|
3253
3555
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
3556
|
+
* @public
|
|
3254
3557
|
*/
|
|
3255
3558
|
ClientVpnEndpointId?: string;
|
|
3256
3559
|
/**
|
|
3257
|
-
* @public
|
|
3258
3560
|
* <p>The user who established the terminated client connections.</p>
|
|
3561
|
+
* @public
|
|
3259
3562
|
*/
|
|
3260
3563
|
Username?: string;
|
|
3261
3564
|
/**
|
|
3262
|
-
* @public
|
|
3263
3565
|
* <p>The current state of the client connections.</p>
|
|
3566
|
+
* @public
|
|
3264
3567
|
*/
|
|
3265
3568
|
ConnectionStatuses?: TerminateConnectionStatus[];
|
|
3266
3569
|
}
|
|
@@ -3269,17 +3572,17 @@ export interface TerminateClientVpnConnectionsResult {
|
|
|
3269
3572
|
*/
|
|
3270
3573
|
export interface TerminateInstancesRequest {
|
|
3271
3574
|
/**
|
|
3272
|
-
* @public
|
|
3273
3575
|
* <p>The IDs of the instances.</p>
|
|
3274
3576
|
* <p>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into
|
|
3275
3577
|
* smaller batches.</p>
|
|
3578
|
+
* @public
|
|
3276
3579
|
*/
|
|
3277
3580
|
InstanceIds: string[] | undefined;
|
|
3278
3581
|
/**
|
|
3279
|
-
* @public
|
|
3280
3582
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3281
3583
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3282
3584
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3585
|
+
* @public
|
|
3283
3586
|
*/
|
|
3284
3587
|
DryRun?: boolean;
|
|
3285
3588
|
}
|
|
@@ -3288,8 +3591,8 @@ export interface TerminateInstancesRequest {
|
|
|
3288
3591
|
*/
|
|
3289
3592
|
export interface TerminateInstancesResult {
|
|
3290
3593
|
/**
|
|
3291
|
-
* @public
|
|
3292
3594
|
* <p>Information about the terminated instances.</p>
|
|
3595
|
+
* @public
|
|
3293
3596
|
*/
|
|
3294
3597
|
TerminatingInstances?: InstanceStateChange[];
|
|
3295
3598
|
}
|
|
@@ -3298,18 +3601,18 @@ export interface TerminateInstancesResult {
|
|
|
3298
3601
|
*/
|
|
3299
3602
|
export interface UnassignIpv6AddressesRequest {
|
|
3300
3603
|
/**
|
|
3301
|
-
* @public
|
|
3302
3604
|
* <p>The IPv6 addresses to unassign from the network interface.</p>
|
|
3605
|
+
* @public
|
|
3303
3606
|
*/
|
|
3304
3607
|
Ipv6Addresses?: string[];
|
|
3305
3608
|
/**
|
|
3306
|
-
* @public
|
|
3307
3609
|
* <p>The IPv6 prefixes to unassign from the network interface.</p>
|
|
3610
|
+
* @public
|
|
3308
3611
|
*/
|
|
3309
3612
|
Ipv6Prefixes?: string[];
|
|
3310
3613
|
/**
|
|
3311
|
-
* @public
|
|
3312
3614
|
* <p>The ID of the network interface.</p>
|
|
3615
|
+
* @public
|
|
3313
3616
|
*/
|
|
3314
3617
|
NetworkInterfaceId: string | undefined;
|
|
3315
3618
|
}
|
|
@@ -3318,40 +3621,40 @@ export interface UnassignIpv6AddressesRequest {
|
|
|
3318
3621
|
*/
|
|
3319
3622
|
export interface UnassignIpv6AddressesResult {
|
|
3320
3623
|
/**
|
|
3321
|
-
* @public
|
|
3322
3624
|
* <p>The ID of the network interface.</p>
|
|
3625
|
+
* @public
|
|
3323
3626
|
*/
|
|
3324
3627
|
NetworkInterfaceId?: string;
|
|
3325
3628
|
/**
|
|
3326
|
-
* @public
|
|
3327
3629
|
* <p>The IPv6 addresses that have been unassigned from the network interface.</p>
|
|
3630
|
+
* @public
|
|
3328
3631
|
*/
|
|
3329
3632
|
UnassignedIpv6Addresses?: string[];
|
|
3330
3633
|
/**
|
|
3331
|
-
* @public
|
|
3332
3634
|
* <p>The IPv4 prefixes that have been unassigned from the network interface.</p>
|
|
3635
|
+
* @public
|
|
3333
3636
|
*/
|
|
3334
3637
|
UnassignedIpv6Prefixes?: string[];
|
|
3335
3638
|
}
|
|
3336
3639
|
/**
|
|
3337
|
-
* @public
|
|
3338
3640
|
* <p>Contains the parameters for UnassignPrivateIpAddresses.</p>
|
|
3641
|
+
* @public
|
|
3339
3642
|
*/
|
|
3340
3643
|
export interface UnassignPrivateIpAddressesRequest {
|
|
3341
3644
|
/**
|
|
3342
|
-
* @public
|
|
3343
3645
|
* <p>The ID of the network interface.</p>
|
|
3646
|
+
* @public
|
|
3344
3647
|
*/
|
|
3345
3648
|
NetworkInterfaceId: string | undefined;
|
|
3346
3649
|
/**
|
|
3347
|
-
* @public
|
|
3348
3650
|
* <p>The secondary private IP addresses to unassign from the network interface. You can specify this
|
|
3349
3651
|
* option multiple times to unassign more than one IP address.</p>
|
|
3652
|
+
* @public
|
|
3350
3653
|
*/
|
|
3351
3654
|
PrivateIpAddresses?: string[];
|
|
3352
3655
|
/**
|
|
3353
|
-
* @public
|
|
3354
3656
|
* <p>The IPv4 prefixes to unassign from the network interface.</p>
|
|
3657
|
+
* @public
|
|
3355
3658
|
*/
|
|
3356
3659
|
Ipv4Prefixes?: string[];
|
|
3357
3660
|
}
|
|
@@ -3360,25 +3663,25 @@ export interface UnassignPrivateIpAddressesRequest {
|
|
|
3360
3663
|
*/
|
|
3361
3664
|
export interface UnassignPrivateNatGatewayAddressRequest {
|
|
3362
3665
|
/**
|
|
3363
|
-
* @public
|
|
3364
3666
|
* <p>The ID of the NAT gateway.</p>
|
|
3667
|
+
* @public
|
|
3365
3668
|
*/
|
|
3366
3669
|
NatGatewayId: string | undefined;
|
|
3367
3670
|
/**
|
|
3368
|
-
* @public
|
|
3369
3671
|
* <p>The private IPv4 addresses you want to unassign.</p>
|
|
3672
|
+
* @public
|
|
3370
3673
|
*/
|
|
3371
3674
|
PrivateIpAddresses: string[] | undefined;
|
|
3372
3675
|
/**
|
|
3373
|
-
* @public
|
|
3374
3676
|
* <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
|
|
3677
|
+
* @public
|
|
3375
3678
|
*/
|
|
3376
3679
|
MaxDrainDurationSeconds?: number;
|
|
3377
3680
|
/**
|
|
3378
|
-
* @public
|
|
3379
3681
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3380
3682
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3381
3683
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3684
|
+
* @public
|
|
3382
3685
|
*/
|
|
3383
3686
|
DryRun?: boolean;
|
|
3384
3687
|
}
|
|
@@ -3387,13 +3690,13 @@ export interface UnassignPrivateNatGatewayAddressRequest {
|
|
|
3387
3690
|
*/
|
|
3388
3691
|
export interface UnassignPrivateNatGatewayAddressResult {
|
|
3389
3692
|
/**
|
|
3390
|
-
* @public
|
|
3391
3693
|
* <p>The ID of the NAT gateway.</p>
|
|
3694
|
+
* @public
|
|
3392
3695
|
*/
|
|
3393
3696
|
NatGatewayId?: string;
|
|
3394
3697
|
/**
|
|
3395
|
-
* @public
|
|
3396
3698
|
* <p>Information about the NAT gateway IP addresses.</p>
|
|
3699
|
+
* @public
|
|
3397
3700
|
*/
|
|
3398
3701
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
3399
3702
|
}
|
|
@@ -3402,15 +3705,15 @@ export interface UnassignPrivateNatGatewayAddressResult {
|
|
|
3402
3705
|
*/
|
|
3403
3706
|
export interface UnlockSnapshotRequest {
|
|
3404
3707
|
/**
|
|
3405
|
-
* @public
|
|
3406
3708
|
* <p>The ID of the snapshot to unlock.</p>
|
|
3709
|
+
* @public
|
|
3407
3710
|
*/
|
|
3408
3711
|
SnapshotId: string | undefined;
|
|
3409
3712
|
/**
|
|
3410
|
-
* @public
|
|
3411
3713
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3412
3714
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3413
3715
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3716
|
+
* @public
|
|
3414
3717
|
*/
|
|
3415
3718
|
DryRun?: boolean;
|
|
3416
3719
|
}
|
|
@@ -3419,8 +3722,8 @@ export interface UnlockSnapshotRequest {
|
|
|
3419
3722
|
*/
|
|
3420
3723
|
export interface UnlockSnapshotResult {
|
|
3421
3724
|
/**
|
|
3422
|
-
* @public
|
|
3423
3725
|
* <p>The ID of the snapshot.</p>
|
|
3726
|
+
* @public
|
|
3424
3727
|
*/
|
|
3425
3728
|
SnapshotId?: string;
|
|
3426
3729
|
}
|
|
@@ -3429,15 +3732,15 @@ export interface UnlockSnapshotResult {
|
|
|
3429
3732
|
*/
|
|
3430
3733
|
export interface UnmonitorInstancesRequest {
|
|
3431
3734
|
/**
|
|
3432
|
-
* @public
|
|
3433
3735
|
* <p>The IDs of the instances.</p>
|
|
3736
|
+
* @public
|
|
3434
3737
|
*/
|
|
3435
3738
|
InstanceIds: string[] | undefined;
|
|
3436
3739
|
/**
|
|
3437
|
-
* @public
|
|
3438
3740
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3439
3741
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3440
3742
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3743
|
+
* @public
|
|
3441
3744
|
*/
|
|
3442
3745
|
DryRun?: boolean;
|
|
3443
3746
|
}
|
|
@@ -3446,25 +3749,25 @@ export interface UnmonitorInstancesRequest {
|
|
|
3446
3749
|
*/
|
|
3447
3750
|
export interface UnmonitorInstancesResult {
|
|
3448
3751
|
/**
|
|
3449
|
-
* @public
|
|
3450
3752
|
* <p>The monitoring information.</p>
|
|
3753
|
+
* @public
|
|
3451
3754
|
*/
|
|
3452
3755
|
InstanceMonitorings?: InstanceMonitoring[];
|
|
3453
3756
|
}
|
|
3454
3757
|
/**
|
|
3455
|
-
* @public
|
|
3456
3758
|
* <p>Describes the description of a security group rule.</p>
|
|
3457
3759
|
* <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
|
|
3760
|
+
* @public
|
|
3458
3761
|
*/
|
|
3459
3762
|
export interface SecurityGroupRuleDescription {
|
|
3460
3763
|
/**
|
|
3461
|
-
* @public
|
|
3462
3764
|
* <p>The ID of the security group rule.</p>
|
|
3765
|
+
* @public
|
|
3463
3766
|
*/
|
|
3464
3767
|
SecurityGroupRuleId?: string;
|
|
3465
3768
|
/**
|
|
3466
|
-
* @public
|
|
3467
3769
|
* <p>The description of the security group rule.</p>
|
|
3770
|
+
* @public
|
|
3468
3771
|
*/
|
|
3469
3772
|
Description?: string;
|
|
3470
3773
|
}
|
|
@@ -3473,35 +3776,35 @@ export interface SecurityGroupRuleDescription {
|
|
|
3473
3776
|
*/
|
|
3474
3777
|
export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
3475
3778
|
/**
|
|
3476
|
-
* @public
|
|
3477
3779
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3478
3780
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3479
3781
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3782
|
+
* @public
|
|
3480
3783
|
*/
|
|
3481
3784
|
DryRun?: boolean;
|
|
3482
3785
|
/**
|
|
3483
|
-
* @public
|
|
3484
3786
|
* <p>The ID of the security group. You must specify either the security group ID or the
|
|
3485
3787
|
* security group name in the request. For security groups in a nondefault VPC, you must
|
|
3486
3788
|
* specify the security group ID.</p>
|
|
3789
|
+
* @public
|
|
3487
3790
|
*/
|
|
3488
3791
|
GroupId?: string;
|
|
3489
3792
|
/**
|
|
3490
|
-
* @public
|
|
3491
3793
|
* <p>[Default VPC] The name of the security group. You must specify either the security group
|
|
3492
3794
|
* ID or the security group name.</p>
|
|
3795
|
+
* @public
|
|
3493
3796
|
*/
|
|
3494
3797
|
GroupName?: string;
|
|
3495
3798
|
/**
|
|
3496
|
-
* @public
|
|
3497
3799
|
* <p>The IP permissions for the security group rule. You must specify either the IP permissions
|
|
3498
3800
|
* or the description.</p>
|
|
3801
|
+
* @public
|
|
3499
3802
|
*/
|
|
3500
3803
|
IpPermissions?: IpPermission[];
|
|
3501
3804
|
/**
|
|
3502
|
-
* @public
|
|
3503
3805
|
* <p>The description for the egress security group rules. You must specify either the
|
|
3504
3806
|
* description or the IP permissions.</p>
|
|
3807
|
+
* @public
|
|
3505
3808
|
*/
|
|
3506
3809
|
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
3507
3810
|
}
|
|
@@ -3510,8 +3813,8 @@ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
|
3510
3813
|
*/
|
|
3511
3814
|
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
3512
3815
|
/**
|
|
3513
|
-
* @public
|
|
3514
3816
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
3817
|
+
* @public
|
|
3515
3818
|
*/
|
|
3516
3819
|
Return?: boolean;
|
|
3517
3820
|
}
|
|
@@ -3520,36 +3823,36 @@ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
|
3520
3823
|
*/
|
|
3521
3824
|
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
3522
3825
|
/**
|
|
3523
|
-
* @public
|
|
3524
3826
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3525
3827
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3526
3828
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3829
|
+
* @public
|
|
3527
3830
|
*/
|
|
3528
3831
|
DryRun?: boolean;
|
|
3529
3832
|
/**
|
|
3530
|
-
* @public
|
|
3531
3833
|
* <p>The ID of the security group. You must specify either the security group ID or the
|
|
3532
3834
|
* security group name in the request. For security groups in a nondefault VPC, you must
|
|
3533
3835
|
* specify the security group ID.</p>
|
|
3836
|
+
* @public
|
|
3534
3837
|
*/
|
|
3535
3838
|
GroupId?: string;
|
|
3536
3839
|
/**
|
|
3537
|
-
* @public
|
|
3538
3840
|
* <p>[Default VPC] The name of the security group. You must specify either the
|
|
3539
3841
|
* security group ID or the security group name. For security groups in a
|
|
3540
3842
|
* nondefault VPC, you must specify the security group ID.</p>
|
|
3843
|
+
* @public
|
|
3541
3844
|
*/
|
|
3542
3845
|
GroupName?: string;
|
|
3543
3846
|
/**
|
|
3544
|
-
* @public
|
|
3545
3847
|
* <p>The IP permissions for the security group rule. You must specify either IP permissions
|
|
3546
3848
|
* or a description.</p>
|
|
3849
|
+
* @public
|
|
3547
3850
|
*/
|
|
3548
3851
|
IpPermissions?: IpPermission[];
|
|
3549
3852
|
/**
|
|
3550
|
-
* @public
|
|
3551
3853
|
* <p>The description for the ingress security group rules. You must specify either
|
|
3552
3854
|
* a description or IP permissions.</p>
|
|
3855
|
+
* @public
|
|
3553
3856
|
*/
|
|
3554
3857
|
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
3555
3858
|
}
|
|
@@ -3558,8 +3861,8 @@ export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
|
3558
3861
|
*/
|
|
3559
3862
|
export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
3560
3863
|
/**
|
|
3561
|
-
* @public
|
|
3562
3864
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
3865
|
+
* @public
|
|
3563
3866
|
*/
|
|
3564
3867
|
Return?: boolean;
|
|
3565
3868
|
}
|
|
@@ -3568,15 +3871,15 @@ export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
|
3568
3871
|
*/
|
|
3569
3872
|
export interface WithdrawByoipCidrRequest {
|
|
3570
3873
|
/**
|
|
3571
|
-
* @public
|
|
3572
3874
|
* <p>The address range, in CIDR notation.</p>
|
|
3875
|
+
* @public
|
|
3573
3876
|
*/
|
|
3574
3877
|
Cidr: string | undefined;
|
|
3575
3878
|
/**
|
|
3576
|
-
* @public
|
|
3577
3879
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3578
3880
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3579
3881
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3882
|
+
* @public
|
|
3580
3883
|
*/
|
|
3581
3884
|
DryRun?: boolean;
|
|
3582
3885
|
}
|
|
@@ -3585,8 +3888,8 @@ export interface WithdrawByoipCidrRequest {
|
|
|
3585
3888
|
*/
|
|
3586
3889
|
export interface WithdrawByoipCidrResult {
|
|
3587
3890
|
/**
|
|
3588
|
-
* @public
|
|
3589
3891
|
* <p>Information about the address pool.</p>
|
|
3892
|
+
* @public
|
|
3590
3893
|
*/
|
|
3591
3894
|
ByoipCidr?: ByoipCidr;
|
|
3592
3895
|
}
|