@aws-sdk/client-ec2 3.295.0 → 3.297.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/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +1334 -5817
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +1334 -5817
- package/dist-types/EC2.d.ts +604 -6
- package/dist-types/EC2Client.d.ts +24 -4
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +16 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +16 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +20 -2
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +16 -0
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BundleInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +16 -0
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +16 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +16 -0
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +16 -0
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/CopyImageCommand.d.ts +16 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +16 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +18 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +18 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +17 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +17 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +17 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +17 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +17 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +18 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +17 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +16 -0
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +16 -0
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +16 -0
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +16 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +16 -0
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +16 -0
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +16 -0
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +16 -0
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +16 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +16 -0
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +16 -0
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ExportImageCommand.d.ts +16 -0
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +16 -0
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +16 -0
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +16 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +19 -0
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +16 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +16 -0
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +16 -0
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +16 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +16 -0
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +16 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
- package/dist-types/commands/ImportImageCommand.d.ts +16 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/ImportSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +17 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +17 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +17 -2
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyHostsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +16 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +16 -0
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +16 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +16 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +16 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RebootInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +16 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseAddressCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +19 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +16 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +16 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +16 -0
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +16 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +16 -0
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +16 -0
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +16 -0
- package/dist-types/commands/StartInstancesCommand.d.ts +16 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +18 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +17 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +17 -2
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +16 -0
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +16 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
- package/dist-types/models/EC2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +807 -100
- package/dist-types/models/models_1.d.ts +786 -233
- package/dist-types/models/models_2.d.ts +912 -143
- package/dist-types/models/models_3.d.ts +825 -229
- package/dist-types/models/models_4.d.ts +897 -358
- package/dist-types/models/models_5.d.ts +1099 -200
- package/dist-types/models/models_6.d.ts +940 -163
- package/dist-types/models/models_7.d.ts +228 -0
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAddressesAttributePaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeByoipCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCapacityReservationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCarrierGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClassicLinkInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCoipPoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDhcpOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeExportImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFlowLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFpgaImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostReservationOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostReservationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportSnapshotTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceEventWindowsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInternetGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpv6PoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeManagedPrefixListsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeMovingAddressesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNatGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkAclsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePrefixListsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePrincipalIdFormatPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePublicIpv4PoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSecurityGroupRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotFleetRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotPriceHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStoreImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSubnetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessTrustProvidersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumeStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumesModificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetGroupsForCapacityReservationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetManagedPrefixListEntriesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchLocalGatewayRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,19 +1,216 @@
|
|
|
1
|
-
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr,
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
1
|
+
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
3
3
|
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues,
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceState, InstanceStatusEvent, LaunchTemplateConfig,
|
|
6
|
-
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily } from "./models_5";
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, TpmSupportValues } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceState, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration } from "./models_4";
|
|
6
|
+
import { DiskImageDetail, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, VolumeDetail, VolumeModification } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ImportVolumeRequest {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The Availability Zone for the resulting EBS volume.</p>
|
|
13
|
+
*/
|
|
14
|
+
AvailabilityZone: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A description of the volume.</p>
|
|
17
|
+
*/
|
|
18
|
+
Description?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
21
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
22
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
23
|
+
*/
|
|
24
|
+
DryRun?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The disk image.</p>
|
|
27
|
+
*/
|
|
28
|
+
Image: DiskImageDetail | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The volume size.</p>
|
|
31
|
+
*/
|
|
32
|
+
Volume: VolumeDetail | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface ImportVolumeResult {
|
|
38
|
+
/**
|
|
39
|
+
* <p>Information about the conversion task.</p>
|
|
40
|
+
*/
|
|
41
|
+
ConversionTask?: ConversionTask;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
export interface ListImagesInRecycleBinRequest {
|
|
47
|
+
/**
|
|
48
|
+
* <p>The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that
|
|
49
|
+
* are in the Recycle Bin. You can specify up to 20 IDs in a single request.</p>
|
|
50
|
+
*/
|
|
51
|
+
ImageIds?: string[];
|
|
52
|
+
/**
|
|
53
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
54
|
+
*/
|
|
55
|
+
NextToken?: string;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The maximum number of items to return for this request.
|
|
58
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
59
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
60
|
+
*/
|
|
61
|
+
MaxResults?: number;
|
|
62
|
+
/**
|
|
63
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
64
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
65
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
66
|
+
*/
|
|
67
|
+
DryRun?: boolean;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p>Information about an AMI that is currently in the Recycle Bin.</p>
|
|
72
|
+
*/
|
|
73
|
+
export interface ImageRecycleBinInfo {
|
|
74
|
+
/**
|
|
75
|
+
* <p>The ID of the AMI.</p>
|
|
76
|
+
*/
|
|
77
|
+
ImageId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The name of the AMI.</p>
|
|
80
|
+
*/
|
|
81
|
+
Name?: string;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The description of the AMI.</p>
|
|
84
|
+
*/
|
|
85
|
+
Description?: string;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The date and time when the AMI entered the Recycle Bin.</p>
|
|
88
|
+
*/
|
|
89
|
+
RecycleBinEnterTime?: Date;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The date and time when the AMI is to be permanently deleted from the Recycle Bin.</p>
|
|
92
|
+
*/
|
|
93
|
+
RecycleBinExitTime?: Date;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export interface ListImagesInRecycleBinResult {
|
|
99
|
+
/**
|
|
100
|
+
* <p>Information about the AMIs.</p>
|
|
101
|
+
*/
|
|
102
|
+
Images?: ImageRecycleBinInfo[];
|
|
103
|
+
/**
|
|
104
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
105
|
+
* are no more items to return.</p>
|
|
106
|
+
*/
|
|
107
|
+
NextToken?: string;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export interface ListSnapshotsInRecycleBinRequest {
|
|
113
|
+
/**
|
|
114
|
+
* <p>The maximum number of items to return for this request.
|
|
115
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
116
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
117
|
+
*/
|
|
118
|
+
MaxResults?: number;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The token returned from a previous paginated request.
|
|
121
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
122
|
+
*/
|
|
123
|
+
NextToken?: string;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The IDs of the snapshots to list. Omit this parameter to list all of the
|
|
126
|
+
* snapshots that are in the Recycle Bin.</p>
|
|
127
|
+
*/
|
|
128
|
+
SnapshotIds?: string[];
|
|
129
|
+
/**
|
|
130
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
131
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
132
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
133
|
+
*/
|
|
134
|
+
DryRun?: boolean;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
* <p>Information about a snapshot that is currently in the Recycle Bin.</p>
|
|
139
|
+
*/
|
|
140
|
+
export interface SnapshotRecycleBinInfo {
|
|
141
|
+
/**
|
|
142
|
+
* <p>The ID of the snapshot.</p>
|
|
143
|
+
*/
|
|
144
|
+
SnapshotId?: string;
|
|
145
|
+
/**
|
|
146
|
+
* <p>The date and time when the snaphsot entered the Recycle Bin.</p>
|
|
147
|
+
*/
|
|
148
|
+
RecycleBinEnterTime?: Date;
|
|
149
|
+
/**
|
|
150
|
+
* <p>The date and time when the snapshot is to be permanently deleted from the Recycle Bin.</p>
|
|
151
|
+
*/
|
|
152
|
+
RecycleBinExitTime?: Date;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The description for the snapshot.</p>
|
|
155
|
+
*/
|
|
156
|
+
Description?: string;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The ID of the volume from which the snapshot was created.</p>
|
|
159
|
+
*/
|
|
160
|
+
VolumeId?: string;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export interface ListSnapshotsInRecycleBinResult {
|
|
166
|
+
/**
|
|
167
|
+
* <p>Information about the snapshots.</p>
|
|
168
|
+
*/
|
|
169
|
+
Snapshots?: SnapshotRecycleBinInfo[];
|
|
170
|
+
/**
|
|
171
|
+
* <p>The token to include in another request to get the next page of items.
|
|
172
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
173
|
+
*/
|
|
174
|
+
NextToken?: string;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
export interface ModifyAddressAttributeRequest {
|
|
180
|
+
/**
|
|
181
|
+
* <p>[EC2-VPC] The allocation ID.</p>
|
|
182
|
+
*/
|
|
183
|
+
AllocationId: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* <p>The domain name to modify for the IP address.</p>
|
|
186
|
+
*/
|
|
187
|
+
DomainName?: string;
|
|
188
|
+
/**
|
|
189
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
190
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
191
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
192
|
+
*/
|
|
193
|
+
DryRun?: boolean;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
7
198
|
export interface ModifyAddressAttributeResult {
|
|
8
199
|
/**
|
|
9
200
|
* <p>Information about the Elastic IP address.</p>
|
|
10
201
|
*/
|
|
11
202
|
Address?: AddressAttribute;
|
|
12
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
13
207
|
export declare enum ModifyAvailabilityZoneOptInStatus {
|
|
14
208
|
not_opted_in = "not-opted-in",
|
|
15
209
|
opted_in = "opted-in"
|
|
16
210
|
}
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
17
214
|
export interface ModifyAvailabilityZoneGroupRequest {
|
|
18
215
|
/**
|
|
19
216
|
* <p>The name of the Availability Zone group, Local Zone group, or Wavelength Zone
|
|
@@ -32,12 +229,18 @@ export interface ModifyAvailabilityZoneGroupRequest {
|
|
|
32
229
|
*/
|
|
33
230
|
DryRun?: boolean;
|
|
34
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
35
235
|
export interface ModifyAvailabilityZoneGroupResult {
|
|
36
236
|
/**
|
|
37
237
|
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
38
238
|
*/
|
|
39
239
|
Return?: boolean;
|
|
40
240
|
}
|
|
241
|
+
/**
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
41
244
|
export interface ModifyCapacityReservationRequest {
|
|
42
245
|
/**
|
|
43
246
|
* <p>The ID of the Capacity Reservation.</p>
|
|
@@ -91,12 +294,18 @@ export interface ModifyCapacityReservationRequest {
|
|
|
91
294
|
*/
|
|
92
295
|
AdditionalInfo?: string;
|
|
93
296
|
}
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
94
300
|
export interface ModifyCapacityReservationResult {
|
|
95
301
|
/**
|
|
96
302
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
97
303
|
*/
|
|
98
304
|
Return?: boolean;
|
|
99
305
|
}
|
|
306
|
+
/**
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
100
309
|
export interface ModifyCapacityReservationFleetRequest {
|
|
101
310
|
/**
|
|
102
311
|
* <p>The ID of the Capacity Reservation Fleet to modify.</p>
|
|
@@ -134,6 +343,9 @@ export interface ModifyCapacityReservationFleetRequest {
|
|
|
134
343
|
*/
|
|
135
344
|
RemoveEndDate?: boolean;
|
|
136
345
|
}
|
|
346
|
+
/**
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
137
349
|
export interface ModifyCapacityReservationFleetResult {
|
|
138
350
|
/**
|
|
139
351
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
@@ -141,6 +353,7 @@ export interface ModifyCapacityReservationFleetResult {
|
|
|
141
353
|
Return?: boolean;
|
|
142
354
|
}
|
|
143
355
|
/**
|
|
356
|
+
* @public
|
|
144
357
|
* <p>Information about the DNS server to be used.</p>
|
|
145
358
|
*/
|
|
146
359
|
export interface DnsServersOptionsModifyStructure {
|
|
@@ -156,6 +369,9 @@ export interface DnsServersOptionsModifyStructure {
|
|
|
156
369
|
*/
|
|
157
370
|
Enabled?: boolean;
|
|
158
371
|
}
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
159
375
|
export interface ModifyClientVpnEndpointRequest {
|
|
160
376
|
/**
|
|
161
377
|
* <p>The ID of the Client VPN endpoint to modify.</p>
|
|
@@ -243,12 +459,18 @@ export interface ModifyClientVpnEndpointRequest {
|
|
|
243
459
|
*/
|
|
244
460
|
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
245
461
|
}
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
246
465
|
export interface ModifyClientVpnEndpointResult {
|
|
247
466
|
/**
|
|
248
467
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
249
468
|
*/
|
|
250
469
|
Return?: boolean;
|
|
251
470
|
}
|
|
471
|
+
/**
|
|
472
|
+
* @public
|
|
473
|
+
*/
|
|
252
474
|
export interface ModifyDefaultCreditSpecificationRequest {
|
|
253
475
|
/**
|
|
254
476
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -267,12 +489,18 @@ export interface ModifyDefaultCreditSpecificationRequest {
|
|
|
267
489
|
*/
|
|
268
490
|
CpuCredits: string | undefined;
|
|
269
491
|
}
|
|
492
|
+
/**
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
270
495
|
export interface ModifyDefaultCreditSpecificationResult {
|
|
271
496
|
/**
|
|
272
497
|
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
273
498
|
*/
|
|
274
499
|
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
275
500
|
}
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
276
504
|
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
277
505
|
/**
|
|
278
506
|
* <p>The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption.
|
|
@@ -305,12 +533,18 @@ export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
|
305
533
|
*/
|
|
306
534
|
DryRun?: boolean;
|
|
307
535
|
}
|
|
536
|
+
/**
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
308
539
|
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
309
540
|
/**
|
|
310
541
|
* <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
|
|
311
542
|
*/
|
|
312
543
|
KmsKeyId?: string;
|
|
313
544
|
}
|
|
545
|
+
/**
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
314
548
|
export interface ModifyFleetRequest {
|
|
315
549
|
/**
|
|
316
550
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -341,6 +575,9 @@ export interface ModifyFleetRequest {
|
|
|
341
575
|
*/
|
|
342
576
|
Context?: string;
|
|
343
577
|
}
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
344
581
|
export interface ModifyFleetResult {
|
|
345
582
|
/**
|
|
346
583
|
* <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
|
|
@@ -349,6 +586,7 @@ export interface ModifyFleetResult {
|
|
|
349
586
|
Return?: boolean;
|
|
350
587
|
}
|
|
351
588
|
/**
|
|
589
|
+
* @public
|
|
352
590
|
* <p>Describes a load permission.</p>
|
|
353
591
|
*/
|
|
354
592
|
export interface LoadPermissionRequest {
|
|
@@ -362,6 +600,7 @@ export interface LoadPermissionRequest {
|
|
|
362
600
|
UserId?: string;
|
|
363
601
|
}
|
|
364
602
|
/**
|
|
603
|
+
* @public
|
|
365
604
|
* <p>Describes modifications to the load permissions of an Amazon FPGA image (AFI).</p>
|
|
366
605
|
*/
|
|
367
606
|
export interface LoadPermissionModifications {
|
|
@@ -374,10 +613,16 @@ export interface LoadPermissionModifications {
|
|
|
374
613
|
*/
|
|
375
614
|
Remove?: LoadPermissionRequest[];
|
|
376
615
|
}
|
|
616
|
+
/**
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
377
619
|
export declare enum OperationType {
|
|
378
620
|
add = "add",
|
|
379
621
|
remove = "remove"
|
|
380
622
|
}
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
381
626
|
export interface ModifyFpgaImageAttributeRequest {
|
|
382
627
|
/**
|
|
383
628
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -423,12 +668,18 @@ export interface ModifyFpgaImageAttributeRequest {
|
|
|
423
668
|
*/
|
|
424
669
|
Name?: string;
|
|
425
670
|
}
|
|
671
|
+
/**
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
426
674
|
export interface ModifyFpgaImageAttributeResult {
|
|
427
675
|
/**
|
|
428
676
|
* <p>Information about the attribute.</p>
|
|
429
677
|
*/
|
|
430
678
|
FpgaImageAttribute?: FpgaImageAttribute;
|
|
431
679
|
}
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
432
683
|
export interface ModifyHostsRequest {
|
|
433
684
|
/**
|
|
434
685
|
* <p>Specify whether to enable or disable auto-placement.</p>
|
|
@@ -468,6 +719,9 @@ export interface ModifyHostsRequest {
|
|
|
468
719
|
*/
|
|
469
720
|
HostMaintenance?: HostMaintenance | string;
|
|
470
721
|
}
|
|
722
|
+
/**
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
471
725
|
export interface ModifyHostsResult {
|
|
472
726
|
/**
|
|
473
727
|
* <p>The IDs of the Dedicated Hosts that were successfully modified.</p>
|
|
@@ -479,6 +733,9 @@ export interface ModifyHostsResult {
|
|
|
479
733
|
*/
|
|
480
734
|
Unsuccessful?: UnsuccessfulItem[];
|
|
481
735
|
}
|
|
736
|
+
/**
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
482
739
|
export interface ModifyIdentityIdFormatRequest {
|
|
483
740
|
/**
|
|
484
741
|
* <p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify
|
|
@@ -506,6 +763,9 @@ export interface ModifyIdentityIdFormatRequest {
|
|
|
506
763
|
*/
|
|
507
764
|
UseLongIds: boolean | undefined;
|
|
508
765
|
}
|
|
766
|
+
/**
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
509
769
|
export interface ModifyIdFormatRequest {
|
|
510
770
|
/**
|
|
511
771
|
* <p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
@@ -528,6 +788,7 @@ export interface ModifyIdFormatRequest {
|
|
|
528
788
|
UseLongIds: boolean | undefined;
|
|
529
789
|
}
|
|
530
790
|
/**
|
|
791
|
+
* @public
|
|
531
792
|
* <p>Describes a launch permission modification.</p>
|
|
532
793
|
*/
|
|
533
794
|
export interface LaunchPermissionModifications {
|
|
@@ -541,6 +802,7 @@ export interface LaunchPermissionModifications {
|
|
|
541
802
|
Remove?: LaunchPermission[];
|
|
542
803
|
}
|
|
543
804
|
/**
|
|
805
|
+
* @public
|
|
544
806
|
* <p>Contains the parameters for ModifyImageAttribute.</p>
|
|
545
807
|
*/
|
|
546
808
|
export interface ModifyImageAttributeRequest {
|
|
@@ -615,6 +877,7 @@ export interface ModifyImageAttributeRequest {
|
|
|
615
877
|
ImdsSupport?: AttributeValue;
|
|
616
878
|
}
|
|
617
879
|
/**
|
|
880
|
+
* @public
|
|
618
881
|
* <p>Describes information used to set up an EBS volume specified in a block device
|
|
619
882
|
* mapping.</p>
|
|
620
883
|
*/
|
|
@@ -629,6 +892,7 @@ export interface EbsInstanceBlockDeviceSpecification {
|
|
|
629
892
|
VolumeId?: string;
|
|
630
893
|
}
|
|
631
894
|
/**
|
|
895
|
+
* @public
|
|
632
896
|
* <p>Describes a block device mapping entry.</p>
|
|
633
897
|
*/
|
|
634
898
|
export interface InstanceBlockDeviceMappingSpecification {
|
|
@@ -650,9 +914,15 @@ export interface InstanceBlockDeviceMappingSpecification {
|
|
|
650
914
|
*/
|
|
651
915
|
VirtualName?: string;
|
|
652
916
|
}
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
*/
|
|
653
920
|
export interface BlobAttributeValue {
|
|
654
921
|
Value?: Uint8Array;
|
|
655
922
|
}
|
|
923
|
+
/**
|
|
924
|
+
* @public
|
|
925
|
+
*/
|
|
656
926
|
export interface ModifyInstanceAttributeRequest {
|
|
657
927
|
/**
|
|
658
928
|
* <p>Enable or disable source/destination checks, which ensure that the instance is either
|
|
@@ -774,6 +1044,7 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
774
1044
|
DisableApiStop?: AttributeBooleanValue;
|
|
775
1045
|
}
|
|
776
1046
|
/**
|
|
1047
|
+
* @public
|
|
777
1048
|
* <p>Describes an instance's Capacity Reservation targeting option. You can specify only one parameter
|
|
778
1049
|
* at a time. If you specify <code>CapacityReservationPreference</code> and
|
|
779
1050
|
* <code>CapacityReservationTarget</code>, the request fails.</p>
|
|
@@ -805,6 +1076,9 @@ export interface CapacityReservationSpecification {
|
|
|
805
1076
|
*/
|
|
806
1077
|
CapacityReservationTarget?: CapacityReservationTarget;
|
|
807
1078
|
}
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
*/
|
|
808
1082
|
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
809
1083
|
/**
|
|
810
1084
|
* <p>The ID of the instance to be modified.</p>
|
|
@@ -819,6 +1093,9 @@ export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
|
819
1093
|
*/
|
|
820
1094
|
DryRun?: boolean;
|
|
821
1095
|
}
|
|
1096
|
+
/**
|
|
1097
|
+
* @public
|
|
1098
|
+
*/
|
|
822
1099
|
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
823
1100
|
/**
|
|
824
1101
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
@@ -826,6 +1103,7 @@ export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
|
826
1103
|
Return?: boolean;
|
|
827
1104
|
}
|
|
828
1105
|
/**
|
|
1106
|
+
* @public
|
|
829
1107
|
* <p>Describes the credit option for CPU usage of a burstable performance instance.</p>
|
|
830
1108
|
*/
|
|
831
1109
|
export interface InstanceCreditSpecificationRequest {
|
|
@@ -842,6 +1120,9 @@ export interface InstanceCreditSpecificationRequest {
|
|
|
842
1120
|
*/
|
|
843
1121
|
CpuCredits?: string;
|
|
844
1122
|
}
|
|
1123
|
+
/**
|
|
1124
|
+
* @public
|
|
1125
|
+
*/
|
|
845
1126
|
export interface ModifyInstanceCreditSpecificationRequest {
|
|
846
1127
|
/**
|
|
847
1128
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -861,6 +1142,7 @@ export interface ModifyInstanceCreditSpecificationRequest {
|
|
|
861
1142
|
InstanceCreditSpecifications: InstanceCreditSpecificationRequest[] | undefined;
|
|
862
1143
|
}
|
|
863
1144
|
/**
|
|
1145
|
+
* @public
|
|
864
1146
|
* <p>Describes the burstable performance instance whose credit option for CPU usage was
|
|
865
1147
|
* successfully modified.</p>
|
|
866
1148
|
*/
|
|
@@ -870,6 +1152,9 @@ export interface SuccessfulInstanceCreditSpecificationItem {
|
|
|
870
1152
|
*/
|
|
871
1153
|
InstanceId?: string;
|
|
872
1154
|
}
|
|
1155
|
+
/**
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
873
1158
|
export declare enum UnsuccessfulInstanceCreditSpecificationErrorCode {
|
|
874
1159
|
INCORRECT_INSTANCE_STATE = "IncorrectInstanceState",
|
|
875
1160
|
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED = "InstanceCreditSpecification.NotSupported",
|
|
@@ -877,6 +1162,7 @@ export declare enum UnsuccessfulInstanceCreditSpecificationErrorCode {
|
|
|
877
1162
|
INVALID_INSTANCE_ID = "InvalidInstanceID.Malformed"
|
|
878
1163
|
}
|
|
879
1164
|
/**
|
|
1165
|
+
* @public
|
|
880
1166
|
* <p>Information about the error for the burstable performance instance whose credit option
|
|
881
1167
|
* for CPU usage was not modified.</p>
|
|
882
1168
|
*/
|
|
@@ -891,6 +1177,7 @@ export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
|
891
1177
|
Message?: string;
|
|
892
1178
|
}
|
|
893
1179
|
/**
|
|
1180
|
+
* @public
|
|
894
1181
|
* <p>Describes the burstable performance instance whose credit option for CPU usage was not
|
|
895
1182
|
* modified.</p>
|
|
896
1183
|
*/
|
|
@@ -905,6 +1192,9 @@ export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
|
905
1192
|
*/
|
|
906
1193
|
Error?: UnsuccessfulInstanceCreditSpecificationItemError;
|
|
907
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
908
1198
|
export interface ModifyInstanceCreditSpecificationResult {
|
|
909
1199
|
/**
|
|
910
1200
|
* <p>Information about the instances whose credit option for CPU usage was successfully
|
|
@@ -917,6 +1207,9 @@ export interface ModifyInstanceCreditSpecificationResult {
|
|
|
917
1207
|
*/
|
|
918
1208
|
UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[];
|
|
919
1209
|
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
920
1213
|
export interface ModifyInstanceEventStartTimeRequest {
|
|
921
1214
|
/**
|
|
922
1215
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -937,12 +1230,18 @@ export interface ModifyInstanceEventStartTimeRequest {
|
|
|
937
1230
|
*/
|
|
938
1231
|
NotBefore: Date | undefined;
|
|
939
1232
|
}
|
|
1233
|
+
/**
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
940
1236
|
export interface ModifyInstanceEventStartTimeResult {
|
|
941
1237
|
/**
|
|
942
1238
|
* <p>Information about the event.</p>
|
|
943
1239
|
*/
|
|
944
1240
|
Event?: InstanceStatusEvent;
|
|
945
1241
|
}
|
|
1242
|
+
/**
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
946
1245
|
export interface ModifyInstanceEventWindowRequest {
|
|
947
1246
|
/**
|
|
948
1247
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -995,12 +1294,18 @@ export interface ModifyInstanceEventWindowRequest {
|
|
|
995
1294
|
*/
|
|
996
1295
|
CronExpression?: string;
|
|
997
1296
|
}
|
|
1297
|
+
/**
|
|
1298
|
+
* @public
|
|
1299
|
+
*/
|
|
998
1300
|
export interface ModifyInstanceEventWindowResult {
|
|
999
1301
|
/**
|
|
1000
1302
|
* <p>Information about the event window.</p>
|
|
1001
1303
|
*/
|
|
1002
1304
|
InstanceEventWindow?: InstanceEventWindow;
|
|
1003
1305
|
}
|
|
1306
|
+
/**
|
|
1307
|
+
* @public
|
|
1308
|
+
*/
|
|
1004
1309
|
export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
1005
1310
|
/**
|
|
1006
1311
|
* <p>The ID of the instance.</p>
|
|
@@ -1019,6 +1324,9 @@ export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
|
1019
1324
|
*/
|
|
1020
1325
|
DryRun?: boolean;
|
|
1021
1326
|
}
|
|
1327
|
+
/**
|
|
1328
|
+
* @public
|
|
1329
|
+
*/
|
|
1022
1330
|
export interface ModifyInstanceMaintenanceOptionsResult {
|
|
1023
1331
|
/**
|
|
1024
1332
|
* <p>The ID of the instance.</p>
|
|
@@ -1030,6 +1338,9 @@ export interface ModifyInstanceMaintenanceOptionsResult {
|
|
|
1030
1338
|
*/
|
|
1031
1339
|
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1032
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
1033
1344
|
export interface ModifyInstanceMetadataOptionsRequest {
|
|
1034
1345
|
/**
|
|
1035
1346
|
* <p>The ID of the instance.</p>
|
|
@@ -1095,6 +1406,9 @@ export interface ModifyInstanceMetadataOptionsRequest {
|
|
|
1095
1406
|
*/
|
|
1096
1407
|
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
1097
1408
|
}
|
|
1409
|
+
/**
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1098
1412
|
export interface ModifyInstanceMetadataOptionsResult {
|
|
1099
1413
|
/**
|
|
1100
1414
|
* <p>The ID of the instance.</p>
|
|
@@ -1105,10 +1419,16 @@ export interface ModifyInstanceMetadataOptionsResult {
|
|
|
1105
1419
|
*/
|
|
1106
1420
|
InstanceMetadataOptions?: InstanceMetadataOptionsResponse;
|
|
1107
1421
|
}
|
|
1422
|
+
/**
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1108
1425
|
export declare enum HostTenancy {
|
|
1109
1426
|
dedicated = "dedicated",
|
|
1110
1427
|
host = "host"
|
|
1111
1428
|
}
|
|
1429
|
+
/**
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1112
1432
|
export interface ModifyInstancePlacementRequest {
|
|
1113
1433
|
/**
|
|
1114
1434
|
* <p>The affinity setting for the instance.</p>
|
|
@@ -1155,6 +1475,9 @@ export interface ModifyInstancePlacementRequest {
|
|
|
1155
1475
|
*/
|
|
1156
1476
|
GroupId?: string;
|
|
1157
1477
|
}
|
|
1478
|
+
/**
|
|
1479
|
+
* @public
|
|
1480
|
+
*/
|
|
1158
1481
|
export interface ModifyInstancePlacementResult {
|
|
1159
1482
|
/**
|
|
1160
1483
|
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
@@ -1162,6 +1485,7 @@ export interface ModifyInstancePlacementResult {
|
|
|
1162
1485
|
Return?: boolean;
|
|
1163
1486
|
}
|
|
1164
1487
|
/**
|
|
1488
|
+
* @public
|
|
1165
1489
|
* <p>Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
1166
1490
|
* <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>
|
|
1167
1491
|
* </p>
|
|
@@ -1172,6 +1496,9 @@ export interface RemoveIpamOperatingRegion {
|
|
|
1172
1496
|
*/
|
|
1173
1497
|
RegionName?: string;
|
|
1174
1498
|
}
|
|
1499
|
+
/**
|
|
1500
|
+
* @public
|
|
1501
|
+
*/
|
|
1175
1502
|
export interface ModifyIpamRequest {
|
|
1176
1503
|
/**
|
|
1177
1504
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1197,12 +1524,18 @@ export interface ModifyIpamRequest {
|
|
|
1197
1524
|
*/
|
|
1198
1525
|
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
1199
1526
|
}
|
|
1527
|
+
/**
|
|
1528
|
+
* @public
|
|
1529
|
+
*/
|
|
1200
1530
|
export interface ModifyIpamResult {
|
|
1201
1531
|
/**
|
|
1202
1532
|
* <p>The results of the modification.</p>
|
|
1203
1533
|
*/
|
|
1204
1534
|
Ipam?: Ipam;
|
|
1205
1535
|
}
|
|
1536
|
+
/**
|
|
1537
|
+
* @public
|
|
1538
|
+
*/
|
|
1206
1539
|
export interface ModifyIpamPoolRequest {
|
|
1207
1540
|
/**
|
|
1208
1541
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1258,12 +1591,18 @@ export interface ModifyIpamPoolRequest {
|
|
|
1258
1591
|
*/
|
|
1259
1592
|
RemoveAllocationResourceTags?: RequestIpamResourceTag[];
|
|
1260
1593
|
}
|
|
1594
|
+
/**
|
|
1595
|
+
* @public
|
|
1596
|
+
*/
|
|
1261
1597
|
export interface ModifyIpamPoolResult {
|
|
1262
1598
|
/**
|
|
1263
1599
|
* <p>The results of the modification.</p>
|
|
1264
1600
|
*/
|
|
1265
1601
|
IpamPool?: IpamPool;
|
|
1266
1602
|
}
|
|
1603
|
+
/**
|
|
1604
|
+
* @public
|
|
1605
|
+
*/
|
|
1267
1606
|
export interface ModifyIpamResourceCidrRequest {
|
|
1268
1607
|
/**
|
|
1269
1608
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1296,12 +1635,18 @@ export interface ModifyIpamResourceCidrRequest {
|
|
|
1296
1635
|
*/
|
|
1297
1636
|
Monitored: boolean | undefined;
|
|
1298
1637
|
}
|
|
1638
|
+
/**
|
|
1639
|
+
* @public
|
|
1640
|
+
*/
|
|
1299
1641
|
export interface ModifyIpamResourceCidrResult {
|
|
1300
1642
|
/**
|
|
1301
1643
|
* <p>The CIDR of the resource.</p>
|
|
1302
1644
|
*/
|
|
1303
1645
|
IpamResourceCidr?: IpamResourceCidr;
|
|
1304
1646
|
}
|
|
1647
|
+
/**
|
|
1648
|
+
* @public
|
|
1649
|
+
*/
|
|
1305
1650
|
export interface ModifyIpamResourceDiscoveryRequest {
|
|
1306
1651
|
/**
|
|
1307
1652
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1326,12 +1671,18 @@ export interface ModifyIpamResourceDiscoveryRequest {
|
|
|
1326
1671
|
*/
|
|
1327
1672
|
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
1328
1673
|
}
|
|
1674
|
+
/**
|
|
1675
|
+
* @public
|
|
1676
|
+
*/
|
|
1329
1677
|
export interface ModifyIpamResourceDiscoveryResult {
|
|
1330
1678
|
/**
|
|
1331
1679
|
* <p>A resource discovery.</p>
|
|
1332
1680
|
*/
|
|
1333
1681
|
IpamResourceDiscovery?: IpamResourceDiscovery;
|
|
1334
1682
|
}
|
|
1683
|
+
/**
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1335
1686
|
export interface ModifyIpamScopeRequest {
|
|
1336
1687
|
/**
|
|
1337
1688
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1348,12 +1699,18 @@ export interface ModifyIpamScopeRequest {
|
|
|
1348
1699
|
*/
|
|
1349
1700
|
Description?: string;
|
|
1350
1701
|
}
|
|
1702
|
+
/**
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1351
1705
|
export interface ModifyIpamScopeResult {
|
|
1352
1706
|
/**
|
|
1353
1707
|
* <p>The results of the modification.</p>
|
|
1354
1708
|
*/
|
|
1355
1709
|
IpamScope?: IpamScope;
|
|
1356
1710
|
}
|
|
1711
|
+
/**
|
|
1712
|
+
* @public
|
|
1713
|
+
*/
|
|
1357
1714
|
export interface ModifyLaunchTemplateRequest {
|
|
1358
1715
|
/**
|
|
1359
1716
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -1386,12 +1743,18 @@ export interface ModifyLaunchTemplateRequest {
|
|
|
1386
1743
|
*/
|
|
1387
1744
|
DefaultVersion?: string;
|
|
1388
1745
|
}
|
|
1746
|
+
/**
|
|
1747
|
+
* @public
|
|
1748
|
+
*/
|
|
1389
1749
|
export interface ModifyLaunchTemplateResult {
|
|
1390
1750
|
/**
|
|
1391
1751
|
* <p>Information about the launch template.</p>
|
|
1392
1752
|
*/
|
|
1393
1753
|
LaunchTemplate?: LaunchTemplate;
|
|
1394
1754
|
}
|
|
1755
|
+
/**
|
|
1756
|
+
* @public
|
|
1757
|
+
*/
|
|
1395
1758
|
export interface ModifyLocalGatewayRouteRequest {
|
|
1396
1759
|
/**
|
|
1397
1760
|
* <p>The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.</p>
|
|
@@ -1425,6 +1788,9 @@ export interface ModifyLocalGatewayRouteRequest {
|
|
|
1425
1788
|
*/
|
|
1426
1789
|
DestinationPrefixListId?: string;
|
|
1427
1790
|
}
|
|
1791
|
+
/**
|
|
1792
|
+
* @public
|
|
1793
|
+
*/
|
|
1428
1794
|
export interface ModifyLocalGatewayRouteResult {
|
|
1429
1795
|
/**
|
|
1430
1796
|
* <p>Information about the local gateway route table.</p>
|
|
@@ -1432,6 +1798,7 @@ export interface ModifyLocalGatewayRouteResult {
|
|
|
1432
1798
|
Route?: LocalGatewayRoute;
|
|
1433
1799
|
}
|
|
1434
1800
|
/**
|
|
1801
|
+
* @public
|
|
1435
1802
|
* <p>An entry for a prefix list.</p>
|
|
1436
1803
|
*/
|
|
1437
1804
|
export interface RemovePrefixListEntry {
|
|
@@ -1440,6 +1807,9 @@ export interface RemovePrefixListEntry {
|
|
|
1440
1807
|
*/
|
|
1441
1808
|
Cidr: string | undefined;
|
|
1442
1809
|
}
|
|
1810
|
+
/**
|
|
1811
|
+
* @public
|
|
1812
|
+
*/
|
|
1443
1813
|
export interface ModifyManagedPrefixListRequest {
|
|
1444
1814
|
/**
|
|
1445
1815
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1476,6 +1846,9 @@ export interface ModifyManagedPrefixListRequest {
|
|
|
1476
1846
|
*/
|
|
1477
1847
|
MaxEntries?: number;
|
|
1478
1848
|
}
|
|
1849
|
+
/**
|
|
1850
|
+
* @public
|
|
1851
|
+
*/
|
|
1479
1852
|
export interface ModifyManagedPrefixListResult {
|
|
1480
1853
|
/**
|
|
1481
1854
|
* <p>Information about the prefix list.</p>
|
|
@@ -1483,6 +1856,7 @@ export interface ModifyManagedPrefixListResult {
|
|
|
1483
1856
|
PrefixList?: ManagedPrefixList;
|
|
1484
1857
|
}
|
|
1485
1858
|
/**
|
|
1859
|
+
* @public
|
|
1486
1860
|
* <p>Describes an attachment change.</p>
|
|
1487
1861
|
*/
|
|
1488
1862
|
export interface NetworkInterfaceAttachmentChanges {
|
|
@@ -1496,6 +1870,7 @@ export interface NetworkInterfaceAttachmentChanges {
|
|
|
1496
1870
|
DeleteOnTermination?: boolean;
|
|
1497
1871
|
}
|
|
1498
1872
|
/**
|
|
1873
|
+
* @public
|
|
1499
1874
|
* <p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>
|
|
1500
1875
|
*/
|
|
1501
1876
|
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
@@ -1538,6 +1913,9 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
1538
1913
|
*/
|
|
1539
1914
|
EnaSrdSpecification?: EnaSrdSpecification;
|
|
1540
1915
|
}
|
|
1916
|
+
/**
|
|
1917
|
+
* @public
|
|
1918
|
+
*/
|
|
1541
1919
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
1542
1920
|
/**
|
|
1543
1921
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -1568,6 +1946,9 @@ export interface ModifyPrivateDnsNameOptionsRequest {
|
|
|
1568
1946
|
*/
|
|
1569
1947
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1570
1948
|
}
|
|
1949
|
+
/**
|
|
1950
|
+
* @public
|
|
1951
|
+
*/
|
|
1571
1952
|
export interface ModifyPrivateDnsNameOptionsResult {
|
|
1572
1953
|
/**
|
|
1573
1954
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an
|
|
@@ -1576,6 +1957,7 @@ export interface ModifyPrivateDnsNameOptionsResult {
|
|
|
1576
1957
|
Return?: boolean;
|
|
1577
1958
|
}
|
|
1578
1959
|
/**
|
|
1960
|
+
* @public
|
|
1579
1961
|
* <p>Contains the parameters for ModifyReservedInstances.</p>
|
|
1580
1962
|
*/
|
|
1581
1963
|
export interface ModifyReservedInstancesRequest {
|
|
@@ -1594,6 +1976,7 @@ export interface ModifyReservedInstancesRequest {
|
|
|
1594
1976
|
TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
|
|
1595
1977
|
}
|
|
1596
1978
|
/**
|
|
1979
|
+
* @public
|
|
1597
1980
|
* <p>Contains the output of ModifyReservedInstances.</p>
|
|
1598
1981
|
*/
|
|
1599
1982
|
export interface ModifyReservedInstancesResult {
|
|
@@ -1603,6 +1986,7 @@ export interface ModifyReservedInstancesResult {
|
|
|
1603
1986
|
ReservedInstancesModificationId?: string;
|
|
1604
1987
|
}
|
|
1605
1988
|
/**
|
|
1989
|
+
* @public
|
|
1606
1990
|
* <p>Describes a security group rule.</p>
|
|
1607
1991
|
* <p>You must specify exactly one of the following parameters, based on the rule type:</p>
|
|
1608
1992
|
* <ul>
|
|
@@ -1664,6 +2048,7 @@ export interface SecurityGroupRuleRequest {
|
|
|
1664
2048
|
Description?: string;
|
|
1665
2049
|
}
|
|
1666
2050
|
/**
|
|
2051
|
+
* @public
|
|
1667
2052
|
* <p>Describes an update to a security group rule.</p>
|
|
1668
2053
|
*/
|
|
1669
2054
|
export interface SecurityGroupRuleUpdate {
|
|
@@ -1676,6 +2061,9 @@ export interface SecurityGroupRuleUpdate {
|
|
|
1676
2061
|
*/
|
|
1677
2062
|
SecurityGroupRule?: SecurityGroupRuleRequest;
|
|
1678
2063
|
}
|
|
2064
|
+
/**
|
|
2065
|
+
* @public
|
|
2066
|
+
*/
|
|
1679
2067
|
export interface ModifySecurityGroupRulesRequest {
|
|
1680
2068
|
/**
|
|
1681
2069
|
* <p>The ID of the security group.</p>
|
|
@@ -1692,6 +2080,9 @@ export interface ModifySecurityGroupRulesRequest {
|
|
|
1692
2080
|
*/
|
|
1693
2081
|
DryRun?: boolean;
|
|
1694
2082
|
}
|
|
2083
|
+
/**
|
|
2084
|
+
* @public
|
|
2085
|
+
*/
|
|
1695
2086
|
export interface ModifySecurityGroupRulesResult {
|
|
1696
2087
|
/**
|
|
1697
2088
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
@@ -1699,6 +2090,7 @@ export interface ModifySecurityGroupRulesResult {
|
|
|
1699
2090
|
Return?: boolean;
|
|
1700
2091
|
}
|
|
1701
2092
|
/**
|
|
2093
|
+
* @public
|
|
1702
2094
|
* <p>Describes modifications to the list of create volume permissions for a volume.</p>
|
|
1703
2095
|
*/
|
|
1704
2096
|
export interface CreateVolumePermissionModifications {
|
|
@@ -1711,6 +2103,9 @@ export interface CreateVolumePermissionModifications {
|
|
|
1711
2103
|
*/
|
|
1712
2104
|
Remove?: CreateVolumePermission[];
|
|
1713
2105
|
}
|
|
2106
|
+
/**
|
|
2107
|
+
* @public
|
|
2108
|
+
*/
|
|
1714
2109
|
export interface ModifySnapshotAttributeRequest {
|
|
1715
2110
|
/**
|
|
1716
2111
|
* <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
|
|
@@ -1743,9 +2138,15 @@ export interface ModifySnapshotAttributeRequest {
|
|
|
1743
2138
|
*/
|
|
1744
2139
|
DryRun?: boolean;
|
|
1745
2140
|
}
|
|
2141
|
+
/**
|
|
2142
|
+
* @public
|
|
2143
|
+
*/
|
|
1746
2144
|
export declare enum TargetStorageTier {
|
|
1747
2145
|
archive = "archive"
|
|
1748
2146
|
}
|
|
2147
|
+
/**
|
|
2148
|
+
* @public
|
|
2149
|
+
*/
|
|
1749
2150
|
export interface ModifySnapshotTierRequest {
|
|
1750
2151
|
/**
|
|
1751
2152
|
* <p>The ID of the snapshot.</p>
|
|
@@ -1762,6 +2163,9 @@ export interface ModifySnapshotTierRequest {
|
|
|
1762
2163
|
*/
|
|
1763
2164
|
DryRun?: boolean;
|
|
1764
2165
|
}
|
|
2166
|
+
/**
|
|
2167
|
+
* @public
|
|
2168
|
+
*/
|
|
1765
2169
|
export interface ModifySnapshotTierResult {
|
|
1766
2170
|
/**
|
|
1767
2171
|
* <p>The ID of the snapshot.</p>
|
|
@@ -1773,6 +2177,7 @@ export interface ModifySnapshotTierResult {
|
|
|
1773
2177
|
TieringStartTime?: Date;
|
|
1774
2178
|
}
|
|
1775
2179
|
/**
|
|
2180
|
+
* @public
|
|
1776
2181
|
* <p>Contains the parameters for ModifySpotFleetRequest.</p>
|
|
1777
2182
|
*/
|
|
1778
2183
|
export interface ModifySpotFleetRequestRequest {
|
|
@@ -1807,6 +2212,7 @@ export interface ModifySpotFleetRequestRequest {
|
|
|
1807
2212
|
Context?: string;
|
|
1808
2213
|
}
|
|
1809
2214
|
/**
|
|
2215
|
+
* @public
|
|
1810
2216
|
* <p>Contains the output of ModifySpotFleetRequest.</p>
|
|
1811
2217
|
*/
|
|
1812
2218
|
export interface ModifySpotFleetRequestResponse {
|
|
@@ -1816,6 +2222,9 @@ export interface ModifySpotFleetRequestResponse {
|
|
|
1816
2222
|
*/
|
|
1817
2223
|
Return?: boolean;
|
|
1818
2224
|
}
|
|
2225
|
+
/**
|
|
2226
|
+
* @public
|
|
2227
|
+
*/
|
|
1819
2228
|
export interface ModifySubnetAttributeRequest {
|
|
1820
2229
|
/**
|
|
1821
2230
|
* <p>Specify <code>true</code> to indicate that network interfaces created in the
|
|
@@ -1883,6 +2292,9 @@ export interface ModifySubnetAttributeRequest {
|
|
|
1883
2292
|
*/
|
|
1884
2293
|
DisableLniAtDeviceIndex?: AttributeBooleanValue;
|
|
1885
2294
|
}
|
|
2295
|
+
/**
|
|
2296
|
+
* @public
|
|
2297
|
+
*/
|
|
1886
2298
|
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
1887
2299
|
/**
|
|
1888
2300
|
* <p>The ID of the Traffic Mirror filter.</p>
|
|
@@ -1903,18 +2315,27 @@ export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
|
1903
2315
|
*/
|
|
1904
2316
|
DryRun?: boolean;
|
|
1905
2317
|
}
|
|
2318
|
+
/**
|
|
2319
|
+
* @public
|
|
2320
|
+
*/
|
|
1906
2321
|
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
1907
2322
|
/**
|
|
1908
2323
|
* <p>The Traffic Mirror filter that the network service is associated with.</p>
|
|
1909
2324
|
*/
|
|
1910
2325
|
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
1911
2326
|
}
|
|
2327
|
+
/**
|
|
2328
|
+
* @public
|
|
2329
|
+
*/
|
|
1912
2330
|
export declare enum TrafficMirrorFilterRuleField {
|
|
1913
2331
|
description = "description",
|
|
1914
2332
|
destination_port_range = "destination-port-range",
|
|
1915
2333
|
protocol = "protocol",
|
|
1916
2334
|
source_port_range = "source-port-range"
|
|
1917
2335
|
}
|
|
2336
|
+
/**
|
|
2337
|
+
* @public
|
|
2338
|
+
*/
|
|
1918
2339
|
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
1919
2340
|
/**
|
|
1920
2341
|
* <p>The ID of the Traffic Mirror rule.</p>
|
|
@@ -1969,17 +2390,26 @@ export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
|
1969
2390
|
*/
|
|
1970
2391
|
DryRun?: boolean;
|
|
1971
2392
|
}
|
|
2393
|
+
/**
|
|
2394
|
+
* @public
|
|
2395
|
+
*/
|
|
1972
2396
|
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
1973
2397
|
/**
|
|
1974
2398
|
* <p>Modifies a Traffic Mirror rule.</p>
|
|
1975
2399
|
*/
|
|
1976
2400
|
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
1977
2401
|
}
|
|
2402
|
+
/**
|
|
2403
|
+
* @public
|
|
2404
|
+
*/
|
|
1978
2405
|
export declare enum TrafficMirrorSessionField {
|
|
1979
2406
|
description = "description",
|
|
1980
2407
|
packet_length = "packet-length",
|
|
1981
2408
|
virtual_network_id = "virtual-network-id"
|
|
1982
2409
|
}
|
|
2410
|
+
/**
|
|
2411
|
+
* @public
|
|
2412
|
+
*/
|
|
1983
2413
|
export interface ModifyTrafficMirrorSessionRequest {
|
|
1984
2414
|
/**
|
|
1985
2415
|
* <p>The ID of the Traffic Mirror session.</p>
|
|
@@ -2022,6 +2452,9 @@ export interface ModifyTrafficMirrorSessionRequest {
|
|
|
2022
2452
|
*/
|
|
2023
2453
|
DryRun?: boolean;
|
|
2024
2454
|
}
|
|
2455
|
+
/**
|
|
2456
|
+
* @public
|
|
2457
|
+
*/
|
|
2025
2458
|
export interface ModifyTrafficMirrorSessionResult {
|
|
2026
2459
|
/**
|
|
2027
2460
|
* <p>Information about the Traffic Mirror session.</p>
|
|
@@ -2029,6 +2462,7 @@ export interface ModifyTrafficMirrorSessionResult {
|
|
|
2029
2462
|
TrafficMirrorSession?: TrafficMirrorSession;
|
|
2030
2463
|
}
|
|
2031
2464
|
/**
|
|
2465
|
+
* @public
|
|
2032
2466
|
* <p>The transit gateway options.</p>
|
|
2033
2467
|
*/
|
|
2034
2468
|
export interface ModifyTransitGatewayOptions {
|
|
@@ -2075,6 +2509,9 @@ export interface ModifyTransitGatewayOptions {
|
|
|
2075
2509
|
*/
|
|
2076
2510
|
AmazonSideAsn?: number;
|
|
2077
2511
|
}
|
|
2512
|
+
/**
|
|
2513
|
+
* @public
|
|
2514
|
+
*/
|
|
2078
2515
|
export interface ModifyTransitGatewayRequest {
|
|
2079
2516
|
/**
|
|
2080
2517
|
* <p>The ID of the transit gateway.</p>
|
|
@@ -2095,12 +2532,18 @@ export interface ModifyTransitGatewayRequest {
|
|
|
2095
2532
|
*/
|
|
2096
2533
|
DryRun?: boolean;
|
|
2097
2534
|
}
|
|
2535
|
+
/**
|
|
2536
|
+
* @public
|
|
2537
|
+
*/
|
|
2098
2538
|
export interface ModifyTransitGatewayResult {
|
|
2099
2539
|
/**
|
|
2100
2540
|
* <p>Information about the transit gateway.</p>
|
|
2101
2541
|
*/
|
|
2102
2542
|
TransitGateway?: TransitGateway;
|
|
2103
2543
|
}
|
|
2544
|
+
/**
|
|
2545
|
+
* @public
|
|
2546
|
+
*/
|
|
2104
2547
|
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
2105
2548
|
/**
|
|
2106
2549
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -2125,6 +2568,9 @@ export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
|
2125
2568
|
*/
|
|
2126
2569
|
DryRun?: boolean;
|
|
2127
2570
|
}
|
|
2571
|
+
/**
|
|
2572
|
+
* @public
|
|
2573
|
+
*/
|
|
2128
2574
|
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
2129
2575
|
/**
|
|
2130
2576
|
* <p>Information about the prefix list reference.</p>
|
|
@@ -2132,6 +2578,7 @@ export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
|
2132
2578
|
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
2133
2579
|
}
|
|
2134
2580
|
/**
|
|
2581
|
+
* @public
|
|
2135
2582
|
* <p>Describes the options for a VPC attachment.</p>
|
|
2136
2583
|
*/
|
|
2137
2584
|
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
@@ -2148,6 +2595,9 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
|
2148
2595
|
*/
|
|
2149
2596
|
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
2150
2597
|
}
|
|
2598
|
+
/**
|
|
2599
|
+
* @public
|
|
2600
|
+
*/
|
|
2151
2601
|
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
2152
2602
|
/**
|
|
2153
2603
|
* <p>The ID of the attachment.</p>
|
|
@@ -2172,6 +2622,9 @@ export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
|
2172
2622
|
*/
|
|
2173
2623
|
DryRun?: boolean;
|
|
2174
2624
|
}
|
|
2625
|
+
/**
|
|
2626
|
+
* @public
|
|
2627
|
+
*/
|
|
2175
2628
|
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
2176
2629
|
/**
|
|
2177
2630
|
* <p>Information about the modified attachment.</p>
|
|
@@ -2179,6 +2632,7 @@ export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
|
2179
2632
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
2180
2633
|
}
|
|
2181
2634
|
/**
|
|
2635
|
+
* @public
|
|
2182
2636
|
* <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
|
|
2183
2637
|
* <code>load-balancer</code> type.</p>
|
|
2184
2638
|
*/
|
|
@@ -2197,6 +2651,7 @@ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
|
2197
2651
|
Port?: number;
|
|
2198
2652
|
}
|
|
2199
2653
|
/**
|
|
2654
|
+
* @public
|
|
2200
2655
|
* <p>Options for a network-interface type Verified Access endpoint.</p>
|
|
2201
2656
|
*/
|
|
2202
2657
|
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
@@ -2209,6 +2664,9 @@ export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
|
2209
2664
|
*/
|
|
2210
2665
|
Port?: number;
|
|
2211
2666
|
}
|
|
2667
|
+
/**
|
|
2668
|
+
* @public
|
|
2669
|
+
*/
|
|
2212
2670
|
export interface ModifyVerifiedAccessEndpointRequest {
|
|
2213
2671
|
/**
|
|
2214
2672
|
* <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
|
|
@@ -2243,12 +2701,18 @@ export interface ModifyVerifiedAccessEndpointRequest {
|
|
|
2243
2701
|
*/
|
|
2244
2702
|
DryRun?: boolean;
|
|
2245
2703
|
}
|
|
2704
|
+
/**
|
|
2705
|
+
* @public
|
|
2706
|
+
*/
|
|
2246
2707
|
export interface ModifyVerifiedAccessEndpointResult {
|
|
2247
2708
|
/**
|
|
2248
2709
|
* <p>The Amazon Web Services Verified Access endpoint details.</p>
|
|
2249
2710
|
*/
|
|
2250
2711
|
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
2251
2712
|
}
|
|
2713
|
+
/**
|
|
2714
|
+
* @public
|
|
2715
|
+
*/
|
|
2252
2716
|
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
2253
2717
|
/**
|
|
2254
2718
|
* <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
|
|
@@ -2274,6 +2738,9 @@ export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
|
2274
2738
|
*/
|
|
2275
2739
|
DryRun?: boolean;
|
|
2276
2740
|
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @public
|
|
2743
|
+
*/
|
|
2277
2744
|
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
2278
2745
|
/**
|
|
2279
2746
|
* <p>The status of the Verified Access policy.</p>
|
|
@@ -2284,6 +2751,9 @@ export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
|
2284
2751
|
*/
|
|
2285
2752
|
PolicyDocument?: string;
|
|
2286
2753
|
}
|
|
2754
|
+
/**
|
|
2755
|
+
* @public
|
|
2756
|
+
*/
|
|
2287
2757
|
export interface ModifyVerifiedAccessGroupRequest {
|
|
2288
2758
|
/**
|
|
2289
2759
|
* <p>The ID of the Amazon Web Services Verified Access group.</p>
|
|
@@ -2309,12 +2779,18 @@ export interface ModifyVerifiedAccessGroupRequest {
|
|
|
2309
2779
|
*/
|
|
2310
2780
|
DryRun?: boolean;
|
|
2311
2781
|
}
|
|
2782
|
+
/**
|
|
2783
|
+
* @public
|
|
2784
|
+
*/
|
|
2312
2785
|
export interface ModifyVerifiedAccessGroupResult {
|
|
2313
2786
|
/**
|
|
2314
2787
|
* <p>Details of Amazon Web Services Verified Access group.</p>
|
|
2315
2788
|
*/
|
|
2316
2789
|
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
2317
2790
|
}
|
|
2791
|
+
/**
|
|
2792
|
+
* @public
|
|
2793
|
+
*/
|
|
2318
2794
|
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
2319
2795
|
/**
|
|
2320
2796
|
* <p>The ID of the Amazon Web Services Verified Access group.</p>
|
|
@@ -2340,6 +2816,9 @@ export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
|
2340
2816
|
*/
|
|
2341
2817
|
DryRun?: boolean;
|
|
2342
2818
|
}
|
|
2819
|
+
/**
|
|
2820
|
+
* @public
|
|
2821
|
+
*/
|
|
2343
2822
|
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
2344
2823
|
/**
|
|
2345
2824
|
* <p>The status of the Verified Access policy.</p>
|
|
@@ -2350,6 +2829,9 @@ export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
|
2350
2829
|
*/
|
|
2351
2830
|
PolicyDocument?: string;
|
|
2352
2831
|
}
|
|
2832
|
+
/**
|
|
2833
|
+
* @public
|
|
2834
|
+
*/
|
|
2353
2835
|
export interface ModifyVerifiedAccessInstanceRequest {
|
|
2354
2836
|
/**
|
|
2355
2837
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -2371,6 +2853,9 @@ export interface ModifyVerifiedAccessInstanceRequest {
|
|
|
2371
2853
|
*/
|
|
2372
2854
|
ClientToken?: string;
|
|
2373
2855
|
}
|
|
2856
|
+
/**
|
|
2857
|
+
* @public
|
|
2858
|
+
*/
|
|
2374
2859
|
export interface ModifyVerifiedAccessInstanceResult {
|
|
2375
2860
|
/**
|
|
2376
2861
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -2378,6 +2863,7 @@ export interface ModifyVerifiedAccessInstanceResult {
|
|
|
2378
2863
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
2379
2864
|
}
|
|
2380
2865
|
/**
|
|
2866
|
+
* @public
|
|
2381
2867
|
* <p>Options for CloudWatch Logs as a logging destination.</p>
|
|
2382
2868
|
*/
|
|
2383
2869
|
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
@@ -2391,6 +2877,7 @@ export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
|
2391
2877
|
LogGroup?: string;
|
|
2392
2878
|
}
|
|
2393
2879
|
/**
|
|
2880
|
+
* @public
|
|
2394
2881
|
* <p>Describes Amazon Kinesis Data Firehose logging options.</p>
|
|
2395
2882
|
*/
|
|
2396
2883
|
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
@@ -2404,6 +2891,7 @@ export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
|
2404
2891
|
DeliveryStream?: string;
|
|
2405
2892
|
}
|
|
2406
2893
|
/**
|
|
2894
|
+
* @public
|
|
2407
2895
|
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
2408
2896
|
*/
|
|
2409
2897
|
export interface VerifiedAccessLogS3DestinationOptions {
|
|
@@ -2425,6 +2913,7 @@ export interface VerifiedAccessLogS3DestinationOptions {
|
|
|
2425
2913
|
BucketOwner?: string;
|
|
2426
2914
|
}
|
|
2427
2915
|
/**
|
|
2916
|
+
* @public
|
|
2428
2917
|
* <p>Describes the destinations for Verified Access logs.</p>
|
|
2429
2918
|
*/
|
|
2430
2919
|
export interface VerifiedAccessLogOptions {
|
|
@@ -2441,6 +2930,9 @@ export interface VerifiedAccessLogOptions {
|
|
|
2441
2930
|
*/
|
|
2442
2931
|
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions;
|
|
2443
2932
|
}
|
|
2933
|
+
/**
|
|
2934
|
+
* @public
|
|
2935
|
+
*/
|
|
2444
2936
|
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
2445
2937
|
/**
|
|
2446
2938
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -2462,6 +2954,9 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
|
2462
2954
|
*/
|
|
2463
2955
|
ClientToken?: string;
|
|
2464
2956
|
}
|
|
2957
|
+
/**
|
|
2958
|
+
* @public
|
|
2959
|
+
*/
|
|
2465
2960
|
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
2466
2961
|
/**
|
|
2467
2962
|
* <p>The logging configuration for Amazon Web Services Verified Access instance.</p>
|
|
@@ -2469,6 +2964,7 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
|
2469
2964
|
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
|
|
2470
2965
|
}
|
|
2471
2966
|
/**
|
|
2967
|
+
* @public
|
|
2472
2968
|
* <p>OpenID Connect options for an <code>oidc</code>-type, user-identity based trust
|
|
2473
2969
|
* provider.</p>
|
|
2474
2970
|
*/
|
|
@@ -2478,6 +2974,9 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
|
2478
2974
|
*/
|
|
2479
2975
|
Scope?: string;
|
|
2480
2976
|
}
|
|
2977
|
+
/**
|
|
2978
|
+
* @public
|
|
2979
|
+
*/
|
|
2481
2980
|
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
2482
2981
|
/**
|
|
2483
2982
|
* <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
|
|
@@ -2503,12 +3002,18 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
|
2503
3002
|
*/
|
|
2504
3003
|
ClientToken?: string;
|
|
2505
3004
|
}
|
|
3005
|
+
/**
|
|
3006
|
+
* @public
|
|
3007
|
+
*/
|
|
2506
3008
|
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
2507
3009
|
/**
|
|
2508
3010
|
* <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
|
|
2509
3011
|
*/
|
|
2510
3012
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
2511
3013
|
}
|
|
3014
|
+
/**
|
|
3015
|
+
* @public
|
|
3016
|
+
*/
|
|
2512
3017
|
export interface ModifyVolumeRequest {
|
|
2513
3018
|
/**
|
|
2514
3019
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2589,12 +3094,18 @@ export interface ModifyVolumeRequest {
|
|
|
2589
3094
|
*/
|
|
2590
3095
|
MultiAttachEnabled?: boolean;
|
|
2591
3096
|
}
|
|
3097
|
+
/**
|
|
3098
|
+
* @public
|
|
3099
|
+
*/
|
|
2592
3100
|
export interface ModifyVolumeResult {
|
|
2593
3101
|
/**
|
|
2594
3102
|
* <p>Information about the volume modification.</p>
|
|
2595
3103
|
*/
|
|
2596
3104
|
VolumeModification?: VolumeModification;
|
|
2597
3105
|
}
|
|
3106
|
+
/**
|
|
3107
|
+
* @public
|
|
3108
|
+
*/
|
|
2598
3109
|
export interface ModifyVolumeAttributeRequest {
|
|
2599
3110
|
/**
|
|
2600
3111
|
* <p>Indicates whether the volume should be auto-enabled for I/O operations.</p>
|
|
@@ -2611,6 +3122,9 @@ export interface ModifyVolumeAttributeRequest {
|
|
|
2611
3122
|
*/
|
|
2612
3123
|
DryRun?: boolean;
|
|
2613
3124
|
}
|
|
3125
|
+
/**
|
|
3126
|
+
* @public
|
|
3127
|
+
*/
|
|
2614
3128
|
export interface ModifyVpcAttributeRequest {
|
|
2615
3129
|
/**
|
|
2616
3130
|
* <p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p>
|
|
@@ -2635,6 +3149,9 @@ export interface ModifyVpcAttributeRequest {
|
|
|
2635
3149
|
*/
|
|
2636
3150
|
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
2637
3151
|
}
|
|
3152
|
+
/**
|
|
3153
|
+
* @public
|
|
3154
|
+
*/
|
|
2638
3155
|
export interface ModifyVpcEndpointRequest {
|
|
2639
3156
|
/**
|
|
2640
3157
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2695,12 +3212,18 @@ export interface ModifyVpcEndpointRequest {
|
|
|
2695
3212
|
*/
|
|
2696
3213
|
PrivateDnsEnabled?: boolean;
|
|
2697
3214
|
}
|
|
3215
|
+
/**
|
|
3216
|
+
* @public
|
|
3217
|
+
*/
|
|
2698
3218
|
export interface ModifyVpcEndpointResult {
|
|
2699
3219
|
/**
|
|
2700
3220
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2701
3221
|
*/
|
|
2702
3222
|
Return?: boolean;
|
|
2703
3223
|
}
|
|
3224
|
+
/**
|
|
3225
|
+
* @public
|
|
3226
|
+
*/
|
|
2704
3227
|
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
2705
3228
|
/**
|
|
2706
3229
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2722,12 +3245,18 @@ export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
|
2722
3245
|
*/
|
|
2723
3246
|
ConnectionEvents?: string[];
|
|
2724
3247
|
}
|
|
3248
|
+
/**
|
|
3249
|
+
* @public
|
|
3250
|
+
*/
|
|
2725
3251
|
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
2726
3252
|
/**
|
|
2727
3253
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2728
3254
|
*/
|
|
2729
3255
|
ReturnValue?: boolean;
|
|
2730
3256
|
}
|
|
3257
|
+
/**
|
|
3258
|
+
* @public
|
|
3259
|
+
*/
|
|
2731
3260
|
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
2732
3261
|
/**
|
|
2733
3262
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2780,12 +3309,18 @@ export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
|
2780
3309
|
*/
|
|
2781
3310
|
RemoveSupportedIpAddressTypes?: string[];
|
|
2782
3311
|
}
|
|
3312
|
+
/**
|
|
3313
|
+
* @public
|
|
3314
|
+
*/
|
|
2783
3315
|
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
2784
3316
|
/**
|
|
2785
3317
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2786
3318
|
*/
|
|
2787
3319
|
Return?: boolean;
|
|
2788
3320
|
}
|
|
3321
|
+
/**
|
|
3322
|
+
* @public
|
|
3323
|
+
*/
|
|
2789
3324
|
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
2790
3325
|
/**
|
|
2791
3326
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2804,12 +3339,18 @@ export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
|
2804
3339
|
*/
|
|
2805
3340
|
PayerResponsibility: PayerResponsibility | string | undefined;
|
|
2806
3341
|
}
|
|
3342
|
+
/**
|
|
3343
|
+
* @public
|
|
3344
|
+
*/
|
|
2807
3345
|
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
2808
3346
|
/**
|
|
2809
3347
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2810
3348
|
*/
|
|
2811
3349
|
ReturnValue?: boolean;
|
|
2812
3350
|
}
|
|
3351
|
+
/**
|
|
3352
|
+
* @public
|
|
3353
|
+
*/
|
|
2813
3354
|
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
2814
3355
|
/**
|
|
2815
3356
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2833,6 +3374,9 @@ export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
|
2833
3374
|
*/
|
|
2834
3375
|
RemoveAllowedPrincipals?: string[];
|
|
2835
3376
|
}
|
|
3377
|
+
/**
|
|
3378
|
+
* @public
|
|
3379
|
+
*/
|
|
2836
3380
|
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
2837
3381
|
/**
|
|
2838
3382
|
* <p>Information about the added principals.</p>
|
|
@@ -2844,6 +3388,7 @@ export interface ModifyVpcEndpointServicePermissionsResult {
|
|
|
2844
3388
|
ReturnValue?: boolean;
|
|
2845
3389
|
}
|
|
2846
3390
|
/**
|
|
3391
|
+
* @public
|
|
2847
3392
|
* <note>
|
|
2848
3393
|
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
2849
3394
|
* </note>
|
|
@@ -2865,6 +3410,9 @@ export interface PeeringConnectionOptionsRequest {
|
|
|
2865
3410
|
*/
|
|
2866
3411
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
2867
3412
|
}
|
|
3413
|
+
/**
|
|
3414
|
+
* @public
|
|
3415
|
+
*/
|
|
2868
3416
|
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
2869
3417
|
/**
|
|
2870
3418
|
* <p>The VPC peering connection options for the accepter VPC.</p>
|
|
@@ -2886,6 +3434,7 @@ export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
|
2886
3434
|
VpcPeeringConnectionId: string | undefined;
|
|
2887
3435
|
}
|
|
2888
3436
|
/**
|
|
3437
|
+
* @public
|
|
2889
3438
|
* <note>
|
|
2890
3439
|
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
2891
3440
|
* </note>
|
|
@@ -2908,6 +3457,9 @@ export interface PeeringConnectionOptions {
|
|
|
2908
3457
|
*/
|
|
2909
3458
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
2910
3459
|
}
|
|
3460
|
+
/**
|
|
3461
|
+
* @public
|
|
3462
|
+
*/
|
|
2911
3463
|
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
2912
3464
|
/**
|
|
2913
3465
|
* <p>Information about the VPC peering connection options for the accepter VPC.</p>
|
|
@@ -2918,9 +3470,15 @@ export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
|
2918
3470
|
*/
|
|
2919
3471
|
RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
2920
3472
|
}
|
|
3473
|
+
/**
|
|
3474
|
+
* @public
|
|
3475
|
+
*/
|
|
2921
3476
|
export declare enum VpcTenancy {
|
|
2922
3477
|
default = "default"
|
|
2923
3478
|
}
|
|
3479
|
+
/**
|
|
3480
|
+
* @public
|
|
3481
|
+
*/
|
|
2924
3482
|
export interface ModifyVpcTenancyRequest {
|
|
2925
3483
|
/**
|
|
2926
3484
|
* <p>The ID of the VPC.</p>
|
|
@@ -2937,6 +3495,9 @@ export interface ModifyVpcTenancyRequest {
|
|
|
2937
3495
|
*/
|
|
2938
3496
|
DryRun?: boolean;
|
|
2939
3497
|
}
|
|
3498
|
+
/**
|
|
3499
|
+
* @public
|
|
3500
|
+
*/
|
|
2940
3501
|
export interface ModifyVpcTenancyResult {
|
|
2941
3502
|
/**
|
|
2942
3503
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an
|
|
@@ -2944,6 +3505,9 @@ export interface ModifyVpcTenancyResult {
|
|
|
2944
3505
|
*/
|
|
2945
3506
|
ReturnValue?: boolean;
|
|
2946
3507
|
}
|
|
3508
|
+
/**
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
2947
3511
|
export interface ModifyVpnConnectionRequest {
|
|
2948
3512
|
/**
|
|
2949
3513
|
* <p>The ID of the VPN connection.</p>
|
|
@@ -2970,12 +3534,18 @@ export interface ModifyVpnConnectionRequest {
|
|
|
2970
3534
|
*/
|
|
2971
3535
|
DryRun?: boolean;
|
|
2972
3536
|
}
|
|
3537
|
+
/**
|
|
3538
|
+
* @public
|
|
3539
|
+
*/
|
|
2973
3540
|
export interface ModifyVpnConnectionResult {
|
|
2974
3541
|
/**
|
|
2975
3542
|
* <p>Information about the VPN connection.</p>
|
|
2976
3543
|
*/
|
|
2977
3544
|
VpnConnection?: VpnConnection;
|
|
2978
3545
|
}
|
|
3546
|
+
/**
|
|
3547
|
+
* @public
|
|
3548
|
+
*/
|
|
2979
3549
|
export interface ModifyVpnConnectionOptionsRequest {
|
|
2980
3550
|
/**
|
|
2981
3551
|
* <p>The ID of the Site-to-Site VPN connection. </p>
|
|
@@ -3010,12 +3580,18 @@ export interface ModifyVpnConnectionOptionsRequest {
|
|
|
3010
3580
|
*/
|
|
3011
3581
|
DryRun?: boolean;
|
|
3012
3582
|
}
|
|
3583
|
+
/**
|
|
3584
|
+
* @public
|
|
3585
|
+
*/
|
|
3013
3586
|
export interface ModifyVpnConnectionOptionsResult {
|
|
3014
3587
|
/**
|
|
3015
3588
|
* <p>Information about the VPN connection.</p>
|
|
3016
3589
|
*/
|
|
3017
3590
|
VpnConnection?: VpnConnection;
|
|
3018
3591
|
}
|
|
3592
|
+
/**
|
|
3593
|
+
* @public
|
|
3594
|
+
*/
|
|
3019
3595
|
export interface ModifyVpnTunnelCertificateRequest {
|
|
3020
3596
|
/**
|
|
3021
3597
|
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
@@ -3033,6 +3609,9 @@ export interface ModifyVpnTunnelCertificateRequest {
|
|
|
3033
3609
|
*/
|
|
3034
3610
|
DryRun?: boolean;
|
|
3035
3611
|
}
|
|
3612
|
+
/**
|
|
3613
|
+
* @public
|
|
3614
|
+
*/
|
|
3036
3615
|
export interface ModifyVpnTunnelCertificateResult {
|
|
3037
3616
|
/**
|
|
3038
3617
|
* <p>Information about the VPN connection.</p>
|
|
@@ -3040,6 +3619,7 @@ export interface ModifyVpnTunnelCertificateResult {
|
|
|
3040
3619
|
VpnConnection?: VpnConnection;
|
|
3041
3620
|
}
|
|
3042
3621
|
/**
|
|
3622
|
+
* @public
|
|
3043
3623
|
* <p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>
|
|
3044
3624
|
*/
|
|
3045
3625
|
export interface ModifyVpnTunnelOptionsSpecification {
|
|
@@ -3230,6 +3810,9 @@ export interface ModifyVpnTunnelOptionsSpecification {
|
|
|
3230
3810
|
*/
|
|
3231
3811
|
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
3232
3812
|
}
|
|
3813
|
+
/**
|
|
3814
|
+
* @public
|
|
3815
|
+
*/
|
|
3233
3816
|
export interface ModifyVpnTunnelOptionsRequest {
|
|
3234
3817
|
/**
|
|
3235
3818
|
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
@@ -3251,12 +3834,18 @@ export interface ModifyVpnTunnelOptionsRequest {
|
|
|
3251
3834
|
*/
|
|
3252
3835
|
DryRun?: boolean;
|
|
3253
3836
|
}
|
|
3837
|
+
/**
|
|
3838
|
+
* @public
|
|
3839
|
+
*/
|
|
3254
3840
|
export interface ModifyVpnTunnelOptionsResult {
|
|
3255
3841
|
/**
|
|
3256
3842
|
* <p>Information about the VPN connection.</p>
|
|
3257
3843
|
*/
|
|
3258
3844
|
VpnConnection?: VpnConnection;
|
|
3259
3845
|
}
|
|
3846
|
+
/**
|
|
3847
|
+
* @public
|
|
3848
|
+
*/
|
|
3260
3849
|
export interface MonitorInstancesRequest {
|
|
3261
3850
|
/**
|
|
3262
3851
|
* <p>The IDs of the instances.</p>
|
|
@@ -3270,6 +3859,7 @@ export interface MonitorInstancesRequest {
|
|
|
3270
3859
|
DryRun?: boolean;
|
|
3271
3860
|
}
|
|
3272
3861
|
/**
|
|
3862
|
+
* @public
|
|
3273
3863
|
* <p>Describes the monitoring of an instance.</p>
|
|
3274
3864
|
*/
|
|
3275
3865
|
export interface InstanceMonitoring {
|
|
@@ -3282,12 +3872,18 @@ export interface InstanceMonitoring {
|
|
|
3282
3872
|
*/
|
|
3283
3873
|
Monitoring?: Monitoring;
|
|
3284
3874
|
}
|
|
3875
|
+
/**
|
|
3876
|
+
* @public
|
|
3877
|
+
*/
|
|
3285
3878
|
export interface MonitorInstancesResult {
|
|
3286
3879
|
/**
|
|
3287
3880
|
* <p>The monitoring information.</p>
|
|
3288
3881
|
*/
|
|
3289
3882
|
InstanceMonitorings?: InstanceMonitoring[];
|
|
3290
3883
|
}
|
|
3884
|
+
/**
|
|
3885
|
+
* @public
|
|
3886
|
+
*/
|
|
3291
3887
|
export interface MoveAddressToVpcRequest {
|
|
3292
3888
|
/**
|
|
3293
3889
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3300,11 +3896,17 @@ export interface MoveAddressToVpcRequest {
|
|
|
3300
3896
|
*/
|
|
3301
3897
|
PublicIp: string | undefined;
|
|
3302
3898
|
}
|
|
3899
|
+
/**
|
|
3900
|
+
* @public
|
|
3901
|
+
*/
|
|
3303
3902
|
export declare enum Status {
|
|
3304
3903
|
inClassic = "InClassic",
|
|
3305
3904
|
inVpc = "InVpc",
|
|
3306
3905
|
moveInProgress = "MoveInProgress"
|
|
3307
3906
|
}
|
|
3907
|
+
/**
|
|
3908
|
+
* @public
|
|
3909
|
+
*/
|
|
3308
3910
|
export interface MoveAddressToVpcResult {
|
|
3309
3911
|
/**
|
|
3310
3912
|
* <p>The allocation ID for the Elastic IP address.</p>
|
|
@@ -3315,6 +3917,9 @@ export interface MoveAddressToVpcResult {
|
|
|
3315
3917
|
*/
|
|
3316
3918
|
Status?: Status | string;
|
|
3317
3919
|
}
|
|
3920
|
+
/**
|
|
3921
|
+
* @public
|
|
3922
|
+
*/
|
|
3318
3923
|
export interface MoveByoipCidrToIpamRequest {
|
|
3319
3924
|
/**
|
|
3320
3925
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3335,6 +3940,9 @@ export interface MoveByoipCidrToIpamRequest {
|
|
|
3335
3940
|
*/
|
|
3336
3941
|
IpamPoolOwner: string | undefined;
|
|
3337
3942
|
}
|
|
3943
|
+
/**
|
|
3944
|
+
* @public
|
|
3945
|
+
*/
|
|
3338
3946
|
export interface MoveByoipCidrToIpamResult {
|
|
3339
3947
|
/**
|
|
3340
3948
|
* <p>The BYOIP CIDR.</p>
|
|
@@ -3342,6 +3950,7 @@ export interface MoveByoipCidrToIpamResult {
|
|
|
3342
3950
|
ByoipCidr?: ByoipCidr;
|
|
3343
3951
|
}
|
|
3344
3952
|
/**
|
|
3953
|
+
* @public
|
|
3345
3954
|
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific
|
|
3346
3955
|
* Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
3347
3956
|
*/
|
|
@@ -3355,6 +3964,9 @@ export interface CidrAuthorizationContext {
|
|
|
3355
3964
|
*/
|
|
3356
3965
|
Signature: string | undefined;
|
|
3357
3966
|
}
|
|
3967
|
+
/**
|
|
3968
|
+
* @public
|
|
3969
|
+
*/
|
|
3358
3970
|
export interface ProvisionByoipCidrRequest {
|
|
3359
3971
|
/**
|
|
3360
3972
|
* <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
|
|
@@ -3392,6 +4004,9 @@ export interface ProvisionByoipCidrRequest {
|
|
|
3392
4004
|
*/
|
|
3393
4005
|
MultiRegion?: boolean;
|
|
3394
4006
|
}
|
|
4007
|
+
/**
|
|
4008
|
+
* @public
|
|
4009
|
+
*/
|
|
3395
4010
|
export interface ProvisionByoipCidrResult {
|
|
3396
4011
|
/**
|
|
3397
4012
|
* <p>Information about the address range.</p>
|
|
@@ -3399,6 +4014,7 @@ export interface ProvisionByoipCidrResult {
|
|
|
3399
4014
|
ByoipCidr?: ByoipCidr;
|
|
3400
4015
|
}
|
|
3401
4016
|
/**
|
|
4017
|
+
* @public
|
|
3402
4018
|
* <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
|
|
3403
4019
|
*/
|
|
3404
4020
|
export interface IpamCidrAuthorizationContext {
|
|
@@ -3411,6 +4027,9 @@ export interface IpamCidrAuthorizationContext {
|
|
|
3411
4027
|
*/
|
|
3412
4028
|
Signature?: string;
|
|
3413
4029
|
}
|
|
4030
|
+
/**
|
|
4031
|
+
* @public
|
|
4032
|
+
*/
|
|
3414
4033
|
export interface ProvisionIpamPoolCidrRequest {
|
|
3415
4034
|
/**
|
|
3416
4035
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3439,12 +4058,18 @@ export interface ProvisionIpamPoolCidrRequest {
|
|
|
3439
4058
|
*/
|
|
3440
4059
|
ClientToken?: string;
|
|
3441
4060
|
}
|
|
4061
|
+
/**
|
|
4062
|
+
* @public
|
|
4063
|
+
*/
|
|
3442
4064
|
export interface ProvisionIpamPoolCidrResult {
|
|
3443
4065
|
/**
|
|
3444
4066
|
* <p>Information about the provisioned CIDR.</p>
|
|
3445
4067
|
*/
|
|
3446
4068
|
IpamPoolCidr?: IpamPoolCidr;
|
|
3447
4069
|
}
|
|
4070
|
+
/**
|
|
4071
|
+
* @public
|
|
4072
|
+
*/
|
|
3448
4073
|
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
3449
4074
|
/**
|
|
3450
4075
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3465,6 +4090,9 @@ export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
|
3465
4090
|
*/
|
|
3466
4091
|
NetmaskLength: number | undefined;
|
|
3467
4092
|
}
|
|
4093
|
+
/**
|
|
4094
|
+
* @public
|
|
4095
|
+
*/
|
|
3468
4096
|
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
3469
4097
|
/**
|
|
3470
4098
|
* <p>The ID of the pool that you want to provision the CIDR to.</p>
|
|
@@ -3475,6 +4103,9 @@ export interface ProvisionPublicIpv4PoolCidrResult {
|
|
|
3475
4103
|
*/
|
|
3476
4104
|
PoolAddressRange?: PublicIpv4PoolRange;
|
|
3477
4105
|
}
|
|
4106
|
+
/**
|
|
4107
|
+
* @public
|
|
4108
|
+
*/
|
|
3478
4109
|
export interface PurchaseHostReservationRequest {
|
|
3479
4110
|
/**
|
|
3480
4111
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
@@ -3508,6 +4139,9 @@ export interface PurchaseHostReservationRequest {
|
|
|
3508
4139
|
*/
|
|
3509
4140
|
TagSpecifications?: TagSpecification[];
|
|
3510
4141
|
}
|
|
4142
|
+
/**
|
|
4143
|
+
* @public
|
|
4144
|
+
*/
|
|
3511
4145
|
export interface PurchaseHostReservationResult {
|
|
3512
4146
|
/**
|
|
3513
4147
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
@@ -3533,6 +4167,7 @@ export interface PurchaseHostReservationResult {
|
|
|
3533
4167
|
TotalUpfrontPrice?: string;
|
|
3534
4168
|
}
|
|
3535
4169
|
/**
|
|
4170
|
+
* @public
|
|
3536
4171
|
* <p>Describes the limit price of a Reserved Instance offering.</p>
|
|
3537
4172
|
*/
|
|
3538
4173
|
export interface ReservedInstanceLimitPrice {
|
|
@@ -3547,6 +4182,7 @@ export interface ReservedInstanceLimitPrice {
|
|
|
3547
4182
|
CurrencyCode?: CurrencyCodeValues | string;
|
|
3548
4183
|
}
|
|
3549
4184
|
/**
|
|
4185
|
+
* @public
|
|
3550
4186
|
* <p>Contains the parameters for PurchaseReservedInstancesOffering.</p>
|
|
3551
4187
|
*/
|
|
3552
4188
|
export interface PurchaseReservedInstancesOfferingRequest {
|
|
@@ -3574,6 +4210,7 @@ export interface PurchaseReservedInstancesOfferingRequest {
|
|
|
3574
4210
|
PurchaseTime?: Date;
|
|
3575
4211
|
}
|
|
3576
4212
|
/**
|
|
4213
|
+
* @public
|
|
3577
4214
|
* <p>Contains the output of PurchaseReservedInstancesOffering.</p>
|
|
3578
4215
|
*/
|
|
3579
4216
|
export interface PurchaseReservedInstancesOfferingResult {
|
|
@@ -3585,6 +4222,7 @@ export interface PurchaseReservedInstancesOfferingResult {
|
|
|
3585
4222
|
ReservedInstancesId?: string;
|
|
3586
4223
|
}
|
|
3587
4224
|
/**
|
|
4225
|
+
* @public
|
|
3588
4226
|
* <p>Describes a request to purchase Scheduled Instances.</p>
|
|
3589
4227
|
*/
|
|
3590
4228
|
export interface PurchaseRequest {
|
|
@@ -3598,6 +4236,7 @@ export interface PurchaseRequest {
|
|
|
3598
4236
|
PurchaseToken: string | undefined;
|
|
3599
4237
|
}
|
|
3600
4238
|
/**
|
|
4239
|
+
* @public
|
|
3601
4240
|
* <p>Contains the parameters for PurchaseScheduledInstances.</p>
|
|
3602
4241
|
*/
|
|
3603
4242
|
export interface PurchaseScheduledInstancesRequest {
|
|
@@ -3618,6 +4257,7 @@ export interface PurchaseScheduledInstancesRequest {
|
|
|
3618
4257
|
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
3619
4258
|
}
|
|
3620
4259
|
/**
|
|
4260
|
+
* @public
|
|
3621
4261
|
* <p>Contains the output of PurchaseScheduledInstances.</p>
|
|
3622
4262
|
*/
|
|
3623
4263
|
export interface PurchaseScheduledInstancesResult {
|
|
@@ -3626,6 +4266,9 @@ export interface PurchaseScheduledInstancesResult {
|
|
|
3626
4266
|
*/
|
|
3627
4267
|
ScheduledInstanceSet?: ScheduledInstance[];
|
|
3628
4268
|
}
|
|
4269
|
+
/**
|
|
4270
|
+
* @public
|
|
4271
|
+
*/
|
|
3629
4272
|
export interface RebootInstancesRequest {
|
|
3630
4273
|
/**
|
|
3631
4274
|
* <p>The instance IDs.</p>
|
|
@@ -3639,6 +4282,7 @@ export interface RebootInstancesRequest {
|
|
|
3639
4282
|
DryRun?: boolean;
|
|
3640
4283
|
}
|
|
3641
4284
|
/**
|
|
4285
|
+
* @public
|
|
3642
4286
|
* <p>Contains the parameters for RegisterImage.</p>
|
|
3643
4287
|
*/
|
|
3644
4288
|
export interface RegisterImageRequest {
|
|
@@ -3753,6 +4397,7 @@ export interface RegisterImageRequest {
|
|
|
3753
4397
|
ImdsSupport?: ImdsSupportValues | string;
|
|
3754
4398
|
}
|
|
3755
4399
|
/**
|
|
4400
|
+
* @public
|
|
3756
4401
|
* <p>Contains the output of RegisterImage.</p>
|
|
3757
4402
|
*/
|
|
3758
4403
|
export interface RegisterImageResult {
|
|
@@ -3762,6 +4407,7 @@ export interface RegisterImageResult {
|
|
|
3762
4407
|
ImageId?: string;
|
|
3763
4408
|
}
|
|
3764
4409
|
/**
|
|
4410
|
+
* @public
|
|
3765
4411
|
* <p>Information about the tag keys to register for the current Region. You can either specify
|
|
3766
4412
|
* individual tag keys or register all tag keys in the current Region. You must specify either
|
|
3767
4413
|
* <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
|
|
@@ -3777,6 +4423,9 @@ export interface RegisterInstanceTagAttributeRequest {
|
|
|
3777
4423
|
*/
|
|
3778
4424
|
InstanceTagKeys?: string[];
|
|
3779
4425
|
}
|
|
4426
|
+
/**
|
|
4427
|
+
* @public
|
|
4428
|
+
*/
|
|
3780
4429
|
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
3781
4430
|
/**
|
|
3782
4431
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3789,12 +4438,18 @@ export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
|
3789
4438
|
*/
|
|
3790
4439
|
InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
|
|
3791
4440
|
}
|
|
4441
|
+
/**
|
|
4442
|
+
* @public
|
|
4443
|
+
*/
|
|
3792
4444
|
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
3793
4445
|
/**
|
|
3794
4446
|
* <p>The resulting set of tag keys.</p>
|
|
3795
4447
|
*/
|
|
3796
4448
|
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
3797
4449
|
}
|
|
4450
|
+
/**
|
|
4451
|
+
* @public
|
|
4452
|
+
*/
|
|
3798
4453
|
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
3799
4454
|
/**
|
|
3800
4455
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -3816,6 +4471,7 @@ export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
|
3816
4471
|
DryRun?: boolean;
|
|
3817
4472
|
}
|
|
3818
4473
|
/**
|
|
4474
|
+
* @public
|
|
3819
4475
|
* <p>Describes the registered transit gateway multicast group members.</p>
|
|
3820
4476
|
*/
|
|
3821
4477
|
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
@@ -3832,12 +4488,18 @@ export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
|
3832
4488
|
*/
|
|
3833
4489
|
GroupIpAddress?: string;
|
|
3834
4490
|
}
|
|
4491
|
+
/**
|
|
4492
|
+
* @public
|
|
4493
|
+
*/
|
|
3835
4494
|
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
3836
4495
|
/**
|
|
3837
4496
|
* <p>Information about the registered transit gateway multicast group members.</p>
|
|
3838
4497
|
*/
|
|
3839
4498
|
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
3840
4499
|
}
|
|
4500
|
+
/**
|
|
4501
|
+
* @public
|
|
4502
|
+
*/
|
|
3841
4503
|
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
3842
4504
|
/**
|
|
3843
4505
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -3859,6 +4521,7 @@ export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
|
3859
4521
|
DryRun?: boolean;
|
|
3860
4522
|
}
|
|
3861
4523
|
/**
|
|
4524
|
+
* @public
|
|
3862
4525
|
* <p>Describes the members registered with the transit gateway multicast group.</p>
|
|
3863
4526
|
*/
|
|
3864
4527
|
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
@@ -3875,12 +4538,18 @@ export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
|
3875
4538
|
*/
|
|
3876
4539
|
GroupIpAddress?: string;
|
|
3877
4540
|
}
|
|
4541
|
+
/**
|
|
4542
|
+
* @public
|
|
4543
|
+
*/
|
|
3878
4544
|
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
3879
4545
|
/**
|
|
3880
4546
|
* <p>Information about the transit gateway multicast group sources.</p>
|
|
3881
4547
|
*/
|
|
3882
4548
|
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
3883
4549
|
}
|
|
4550
|
+
/**
|
|
4551
|
+
* @public
|
|
4552
|
+
*/
|
|
3884
4553
|
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
3885
4554
|
/**
|
|
3886
4555
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -3901,12 +4570,18 @@ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
3901
4570
|
*/
|
|
3902
4571
|
DryRun?: boolean;
|
|
3903
4572
|
}
|
|
4573
|
+
/**
|
|
4574
|
+
* @public
|
|
4575
|
+
*/
|
|
3904
4576
|
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
3905
4577
|
/**
|
|
3906
4578
|
* <p>Information about the multicast domain associations.</p>
|
|
3907
4579
|
*/
|
|
3908
4580
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
3909
4581
|
}
|
|
4582
|
+
/**
|
|
4583
|
+
* @public
|
|
4584
|
+
*/
|
|
3910
4585
|
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
3911
4586
|
/**
|
|
3912
4587
|
* <p>The ID of the transit gateway peering attachment.</p>
|
|
@@ -3919,12 +4594,18 @@ export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
|
3919
4594
|
*/
|
|
3920
4595
|
DryRun?: boolean;
|
|
3921
4596
|
}
|
|
4597
|
+
/**
|
|
4598
|
+
* @public
|
|
4599
|
+
*/
|
|
3922
4600
|
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
3923
4601
|
/**
|
|
3924
4602
|
* <p>The transit gateway peering attachment.</p>
|
|
3925
4603
|
*/
|
|
3926
4604
|
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
3927
4605
|
}
|
|
4606
|
+
/**
|
|
4607
|
+
* @public
|
|
4608
|
+
*/
|
|
3928
4609
|
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
3929
4610
|
/**
|
|
3930
4611
|
* <p>The ID of the attachment.</p>
|
|
@@ -3937,12 +4618,18 @@ export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
|
3937
4618
|
*/
|
|
3938
4619
|
DryRun?: boolean;
|
|
3939
4620
|
}
|
|
4621
|
+
/**
|
|
4622
|
+
* @public
|
|
4623
|
+
*/
|
|
3940
4624
|
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
3941
4625
|
/**
|
|
3942
4626
|
* <p>Information about the attachment.</p>
|
|
3943
4627
|
*/
|
|
3944
4628
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
3945
4629
|
}
|
|
4630
|
+
/**
|
|
4631
|
+
* @public
|
|
4632
|
+
*/
|
|
3946
4633
|
export interface RejectVpcEndpointConnectionsRequest {
|
|
3947
4634
|
/**
|
|
3948
4635
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3959,12 +4646,18 @@ export interface RejectVpcEndpointConnectionsRequest {
|
|
|
3959
4646
|
*/
|
|
3960
4647
|
VpcEndpointIds: string[] | undefined;
|
|
3961
4648
|
}
|
|
4649
|
+
/**
|
|
4650
|
+
* @public
|
|
4651
|
+
*/
|
|
3962
4652
|
export interface RejectVpcEndpointConnectionsResult {
|
|
3963
4653
|
/**
|
|
3964
4654
|
* <p>Information about the endpoints that were not rejected, if applicable.</p>
|
|
3965
4655
|
*/
|
|
3966
4656
|
Unsuccessful?: UnsuccessfulItem[];
|
|
3967
4657
|
}
|
|
4658
|
+
/**
|
|
4659
|
+
* @public
|
|
4660
|
+
*/
|
|
3968
4661
|
export interface RejectVpcPeeringConnectionRequest {
|
|
3969
4662
|
/**
|
|
3970
4663
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3977,12 +4670,18 @@ export interface RejectVpcPeeringConnectionRequest {
|
|
|
3977
4670
|
*/
|
|
3978
4671
|
VpcPeeringConnectionId: string | undefined;
|
|
3979
4672
|
}
|
|
4673
|
+
/**
|
|
4674
|
+
* @public
|
|
4675
|
+
*/
|
|
3980
4676
|
export interface RejectVpcPeeringConnectionResult {
|
|
3981
4677
|
/**
|
|
3982
4678
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
3983
4679
|
*/
|
|
3984
4680
|
Return?: boolean;
|
|
3985
4681
|
}
|
|
4682
|
+
/**
|
|
4683
|
+
* @public
|
|
4684
|
+
*/
|
|
3986
4685
|
export interface ReleaseAddressRequest {
|
|
3987
4686
|
/**
|
|
3988
4687
|
* <p>[EC2-VPC] The allocation ID. Required for EC2-VPC.</p>
|
|
@@ -4007,12 +4706,18 @@ export interface ReleaseAddressRequest {
|
|
|
4007
4706
|
*/
|
|
4008
4707
|
DryRun?: boolean;
|
|
4009
4708
|
}
|
|
4709
|
+
/**
|
|
4710
|
+
* @public
|
|
4711
|
+
*/
|
|
4010
4712
|
export interface ReleaseHostsRequest {
|
|
4011
4713
|
/**
|
|
4012
4714
|
* <p>The IDs of the Dedicated Hosts to release.</p>
|
|
4013
4715
|
*/
|
|
4014
4716
|
HostIds: string[] | undefined;
|
|
4015
4717
|
}
|
|
4718
|
+
/**
|
|
4719
|
+
* @public
|
|
4720
|
+
*/
|
|
4016
4721
|
export interface ReleaseHostsResult {
|
|
4017
4722
|
/**
|
|
4018
4723
|
* <p>The IDs of the Dedicated Hosts that were successfully released.</p>
|
|
@@ -4024,6 +4729,9 @@ export interface ReleaseHostsResult {
|
|
|
4024
4729
|
*/
|
|
4025
4730
|
Unsuccessful?: UnsuccessfulItem[];
|
|
4026
4731
|
}
|
|
4732
|
+
/**
|
|
4733
|
+
* @public
|
|
4734
|
+
*/
|
|
4027
4735
|
export interface ReleaseIpamPoolAllocationRequest {
|
|
4028
4736
|
/**
|
|
4029
4737
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -4044,12 +4752,18 @@ export interface ReleaseIpamPoolAllocationRequest {
|
|
|
4044
4752
|
*/
|
|
4045
4753
|
IpamPoolAllocationId: string | undefined;
|
|
4046
4754
|
}
|
|
4755
|
+
/**
|
|
4756
|
+
* @public
|
|
4757
|
+
*/
|
|
4047
4758
|
export interface ReleaseIpamPoolAllocationResult {
|
|
4048
4759
|
/**
|
|
4049
4760
|
* <p>Indicates if the release was successful.</p>
|
|
4050
4761
|
*/
|
|
4051
4762
|
Success?: boolean;
|
|
4052
4763
|
}
|
|
4764
|
+
/**
|
|
4765
|
+
* @public
|
|
4766
|
+
*/
|
|
4053
4767
|
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
4054
4768
|
/**
|
|
4055
4769
|
* <p>The IAM instance profile.</p>
|
|
@@ -4060,12 +4774,18 @@ export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
|
4060
4774
|
*/
|
|
4061
4775
|
AssociationId: string | undefined;
|
|
4062
4776
|
}
|
|
4777
|
+
/**
|
|
4778
|
+
* @public
|
|
4779
|
+
*/
|
|
4063
4780
|
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
4064
4781
|
/**
|
|
4065
4782
|
* <p>Information about the IAM instance profile association.</p>
|
|
4066
4783
|
*/
|
|
4067
4784
|
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
4068
4785
|
}
|
|
4786
|
+
/**
|
|
4787
|
+
* @public
|
|
4788
|
+
*/
|
|
4069
4789
|
export interface ReplaceNetworkAclAssociationRequest {
|
|
4070
4790
|
/**
|
|
4071
4791
|
* <p>The ID of the current association between the original network ACL and the subnet.</p>
|
|
@@ -4082,12 +4802,18 @@ export interface ReplaceNetworkAclAssociationRequest {
|
|
|
4082
4802
|
*/
|
|
4083
4803
|
NetworkAclId: string | undefined;
|
|
4084
4804
|
}
|
|
4805
|
+
/**
|
|
4806
|
+
* @public
|
|
4807
|
+
*/
|
|
4085
4808
|
export interface ReplaceNetworkAclAssociationResult {
|
|
4086
4809
|
/**
|
|
4087
4810
|
* <p>The ID of the new association.</p>
|
|
4088
4811
|
*/
|
|
4089
4812
|
NewAssociationId?: string;
|
|
4090
4813
|
}
|
|
4814
|
+
/**
|
|
4815
|
+
* @public
|
|
4816
|
+
*/
|
|
4091
4817
|
export interface ReplaceNetworkAclEntryRequest {
|
|
4092
4818
|
/**
|
|
4093
4819
|
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
@@ -4142,6 +4868,9 @@ export interface ReplaceNetworkAclEntryRequest {
|
|
|
4142
4868
|
*/
|
|
4143
4869
|
RuleNumber: number | undefined;
|
|
4144
4870
|
}
|
|
4871
|
+
/**
|
|
4872
|
+
* @public
|
|
4873
|
+
*/
|
|
4145
4874
|
export interface ReplaceRouteRequest {
|
|
4146
4875
|
/**
|
|
4147
4876
|
* <p>The IPv4 CIDR address block used for the destination match. The value that you
|
|
@@ -4216,6 +4945,9 @@ export interface ReplaceRouteRequest {
|
|
|
4216
4945
|
*/
|
|
4217
4946
|
CoreNetworkArn?: string;
|
|
4218
4947
|
}
|
|
4948
|
+
/**
|
|
4949
|
+
* @public
|
|
4950
|
+
*/
|
|
4219
4951
|
export interface ReplaceRouteTableAssociationRequest {
|
|
4220
4952
|
/**
|
|
4221
4953
|
* <p>The association ID.</p>
|
|
@@ -4232,6 +4964,9 @@ export interface ReplaceRouteTableAssociationRequest {
|
|
|
4232
4964
|
*/
|
|
4233
4965
|
RouteTableId: string | undefined;
|
|
4234
4966
|
}
|
|
4967
|
+
/**
|
|
4968
|
+
* @public
|
|
4969
|
+
*/
|
|
4235
4970
|
export interface ReplaceRouteTableAssociationResult {
|
|
4236
4971
|
/**
|
|
4237
4972
|
* <p>The ID of the new association.</p>
|
|
@@ -4242,6 +4977,9 @@ export interface ReplaceRouteTableAssociationResult {
|
|
|
4242
4977
|
*/
|
|
4243
4978
|
AssociationState?: RouteTableAssociationState;
|
|
4244
4979
|
}
|
|
4980
|
+
/**
|
|
4981
|
+
* @public
|
|
4982
|
+
*/
|
|
4245
4983
|
export interface ReplaceTransitGatewayRouteRequest {
|
|
4246
4984
|
/**
|
|
4247
4985
|
* <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
|
|
@@ -4266,12 +5004,18 @@ export interface ReplaceTransitGatewayRouteRequest {
|
|
|
4266
5004
|
*/
|
|
4267
5005
|
DryRun?: boolean;
|
|
4268
5006
|
}
|
|
5007
|
+
/**
|
|
5008
|
+
* @public
|
|
5009
|
+
*/
|
|
4269
5010
|
export interface ReplaceTransitGatewayRouteResult {
|
|
4270
5011
|
/**
|
|
4271
5012
|
* <p>Information about the modified route.</p>
|
|
4272
5013
|
*/
|
|
4273
5014
|
Route?: TransitGatewayRoute;
|
|
4274
5015
|
}
|
|
5016
|
+
/**
|
|
5017
|
+
* @public
|
|
5018
|
+
*/
|
|
4275
5019
|
export declare enum ReportInstanceReasonCodes {
|
|
4276
5020
|
instance_stuck_in_state = "instance-stuck-in-state",
|
|
4277
5021
|
not_accepting_credentials = "not-accepting-credentials",
|
|
@@ -4283,10 +5027,16 @@ export declare enum ReportInstanceReasonCodes {
|
|
|
4283
5027
|
performance_other = "performance-other",
|
|
4284
5028
|
unresponsive = "unresponsive"
|
|
4285
5029
|
}
|
|
5030
|
+
/**
|
|
5031
|
+
* @public
|
|
5032
|
+
*/
|
|
4286
5033
|
export declare enum ReportStatusType {
|
|
4287
5034
|
impaired = "impaired",
|
|
4288
5035
|
ok = "ok"
|
|
4289
5036
|
}
|
|
5037
|
+
/**
|
|
5038
|
+
* @public
|
|
5039
|
+
*/
|
|
4290
5040
|
export interface ReportInstanceStatusRequest {
|
|
4291
5041
|
/**
|
|
4292
5042
|
* <p>Descriptive text about the health state of your instance.</p>
|
|
@@ -4364,6 +5114,7 @@ export interface ReportInstanceStatusRequest {
|
|
|
4364
5114
|
Status: ReportStatusType | string | undefined;
|
|
4365
5115
|
}
|
|
4366
5116
|
/**
|
|
5117
|
+
* @public
|
|
4367
5118
|
* <p>Contains the parameters for RequestSpotFleet.</p>
|
|
4368
5119
|
*/
|
|
4369
5120
|
export interface RequestSpotFleetRequest {
|
|
@@ -4380,6 +5131,7 @@ export interface RequestSpotFleetRequest {
|
|
|
4380
5131
|
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
4381
5132
|
}
|
|
4382
5133
|
/**
|
|
5134
|
+
* @public
|
|
4383
5135
|
* <p>Contains the output of RequestSpotFleet.</p>
|
|
4384
5136
|
*/
|
|
4385
5137
|
export interface RequestSpotFleetResponse {
|
|
@@ -4389,6 +5141,7 @@ export interface RequestSpotFleetResponse {
|
|
|
4389
5141
|
SpotFleetRequestId?: string;
|
|
4390
5142
|
}
|
|
4391
5143
|
/**
|
|
5144
|
+
* @public
|
|
4392
5145
|
* <p>Describes the launch specification for an instance.</p>
|
|
4393
5146
|
*/
|
|
4394
5147
|
export interface RequestSpotLaunchSpecification {
|
|
@@ -4464,6 +5217,7 @@ export interface RequestSpotLaunchSpecification {
|
|
|
4464
5217
|
UserData?: string;
|
|
4465
5218
|
}
|
|
4466
5219
|
/**
|
|
5220
|
+
* @public
|
|
4467
5221
|
* <p>Contains the parameters for RequestSpotInstances.</p>
|
|
4468
5222
|
*/
|
|
4469
5223
|
export interface RequestSpotInstancesRequest {
|
|
@@ -4571,6 +5325,7 @@ export interface RequestSpotInstancesRequest {
|
|
|
4571
5325
|
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
4572
5326
|
}
|
|
4573
5327
|
/**
|
|
5328
|
+
* @public
|
|
4574
5329
|
* <p>Contains the output of RequestSpotInstances.</p>
|
|
4575
5330
|
*/
|
|
4576
5331
|
export interface RequestSpotInstancesResult {
|
|
@@ -4579,6 +5334,9 @@ export interface RequestSpotInstancesResult {
|
|
|
4579
5334
|
*/
|
|
4580
5335
|
SpotInstanceRequests?: SpotInstanceRequest[];
|
|
4581
5336
|
}
|
|
5337
|
+
/**
|
|
5338
|
+
* @public
|
|
5339
|
+
*/
|
|
4582
5340
|
export interface ResetAddressAttributeRequest {
|
|
4583
5341
|
/**
|
|
4584
5342
|
* <p>[EC2-VPC] The allocation ID.</p>
|
|
@@ -4595,12 +5353,18 @@ export interface ResetAddressAttributeRequest {
|
|
|
4595
5353
|
*/
|
|
4596
5354
|
DryRun?: boolean;
|
|
4597
5355
|
}
|
|
5356
|
+
/**
|
|
5357
|
+
* @public
|
|
5358
|
+
*/
|
|
4598
5359
|
export interface ResetAddressAttributeResult {
|
|
4599
5360
|
/**
|
|
4600
5361
|
* <p>Information about the IP address.</p>
|
|
4601
5362
|
*/
|
|
4602
5363
|
Address?: AddressAttribute;
|
|
4603
5364
|
}
|
|
5365
|
+
/**
|
|
5366
|
+
* @public
|
|
5367
|
+
*/
|
|
4604
5368
|
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
4605
5369
|
/**
|
|
4606
5370
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4609,15 +5373,24 @@ export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
|
4609
5373
|
*/
|
|
4610
5374
|
DryRun?: boolean;
|
|
4611
5375
|
}
|
|
5376
|
+
/**
|
|
5377
|
+
* @public
|
|
5378
|
+
*/
|
|
4612
5379
|
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
4613
5380
|
/**
|
|
4614
5381
|
* <p>The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.</p>
|
|
4615
5382
|
*/
|
|
4616
5383
|
KmsKeyId?: string;
|
|
4617
5384
|
}
|
|
5385
|
+
/**
|
|
5386
|
+
* @public
|
|
5387
|
+
*/
|
|
4618
5388
|
export declare enum ResetFpgaImageAttributeName {
|
|
4619
5389
|
loadPermission = "loadPermission"
|
|
4620
5390
|
}
|
|
5391
|
+
/**
|
|
5392
|
+
* @public
|
|
5393
|
+
*/
|
|
4621
5394
|
export interface ResetFpgaImageAttributeRequest {
|
|
4622
5395
|
/**
|
|
4623
5396
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4634,16 +5407,23 @@ export interface ResetFpgaImageAttributeRequest {
|
|
|
4634
5407
|
*/
|
|
4635
5408
|
Attribute?: ResetFpgaImageAttributeName | string;
|
|
4636
5409
|
}
|
|
5410
|
+
/**
|
|
5411
|
+
* @public
|
|
5412
|
+
*/
|
|
4637
5413
|
export interface ResetFpgaImageAttributeResult {
|
|
4638
5414
|
/**
|
|
4639
5415
|
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
4640
5416
|
*/
|
|
4641
5417
|
Return?: boolean;
|
|
4642
5418
|
}
|
|
5419
|
+
/**
|
|
5420
|
+
* @public
|
|
5421
|
+
*/
|
|
4643
5422
|
export declare enum ResetImageAttributeName {
|
|
4644
5423
|
launchPermission = "launchPermission"
|
|
4645
5424
|
}
|
|
4646
5425
|
/**
|
|
5426
|
+
* @public
|
|
4647
5427
|
* <p>Contains the parameters for ResetImageAttribute.</p>
|
|
4648
5428
|
*/
|
|
4649
5429
|
export interface ResetImageAttributeRequest {
|
|
@@ -4662,6 +5442,9 @@ export interface ResetImageAttributeRequest {
|
|
|
4662
5442
|
*/
|
|
4663
5443
|
DryRun?: boolean;
|
|
4664
5444
|
}
|
|
5445
|
+
/**
|
|
5446
|
+
* @public
|
|
5447
|
+
*/
|
|
4665
5448
|
export interface ResetInstanceAttributeRequest {
|
|
4666
5449
|
/**
|
|
4667
5450
|
* <p>The attribute to reset.</p>
|
|
@@ -4683,6 +5466,7 @@ export interface ResetInstanceAttributeRequest {
|
|
|
4683
5466
|
InstanceId: string | undefined;
|
|
4684
5467
|
}
|
|
4685
5468
|
/**
|
|
5469
|
+
* @public
|
|
4686
5470
|
* <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
|
|
4687
5471
|
*/
|
|
4688
5472
|
export interface ResetNetworkInterfaceAttributeRequest {
|
|
@@ -4701,6 +5485,9 @@ export interface ResetNetworkInterfaceAttributeRequest {
|
|
|
4701
5485
|
*/
|
|
4702
5486
|
SourceDestCheck?: string;
|
|
4703
5487
|
}
|
|
5488
|
+
/**
|
|
5489
|
+
* @public
|
|
5490
|
+
*/
|
|
4704
5491
|
export interface ResetSnapshotAttributeRequest {
|
|
4705
5492
|
/**
|
|
4706
5493
|
* <p>The attribute to reset. Currently, only the attribute for permission to create volumes can
|
|
@@ -4718,6 +5505,9 @@ export interface ResetSnapshotAttributeRequest {
|
|
|
4718
5505
|
*/
|
|
4719
5506
|
DryRun?: boolean;
|
|
4720
5507
|
}
|
|
5508
|
+
/**
|
|
5509
|
+
* @public
|
|
5510
|
+
*/
|
|
4721
5511
|
export interface RestoreAddressToClassicRequest {
|
|
4722
5512
|
/**
|
|
4723
5513
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4730,6 +5520,9 @@ export interface RestoreAddressToClassicRequest {
|
|
|
4730
5520
|
*/
|
|
4731
5521
|
PublicIp: string | undefined;
|
|
4732
5522
|
}
|
|
5523
|
+
/**
|
|
5524
|
+
* @public
|
|
5525
|
+
*/
|
|
4733
5526
|
export interface RestoreAddressToClassicResult {
|
|
4734
5527
|
/**
|
|
4735
5528
|
* <p>The Elastic IP address.</p>
|
|
@@ -4740,6 +5533,9 @@ export interface RestoreAddressToClassicResult {
|
|
|
4740
5533
|
*/
|
|
4741
5534
|
Status?: Status | string;
|
|
4742
5535
|
}
|
|
5536
|
+
/**
|
|
5537
|
+
* @public
|
|
5538
|
+
*/
|
|
4743
5539
|
export interface RestoreImageFromRecycleBinRequest {
|
|
4744
5540
|
/**
|
|
4745
5541
|
* <p>The ID of the AMI to restore.</p>
|
|
@@ -4752,12 +5548,18 @@ export interface RestoreImageFromRecycleBinRequest {
|
|
|
4752
5548
|
*/
|
|
4753
5549
|
DryRun?: boolean;
|
|
4754
5550
|
}
|
|
5551
|
+
/**
|
|
5552
|
+
* @public
|
|
5553
|
+
*/
|
|
4755
5554
|
export interface RestoreImageFromRecycleBinResult {
|
|
4756
5555
|
/**
|
|
4757
5556
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
4758
5557
|
*/
|
|
4759
5558
|
Return?: boolean;
|
|
4760
5559
|
}
|
|
5560
|
+
/**
|
|
5561
|
+
* @public
|
|
5562
|
+
*/
|
|
4761
5563
|
export interface RestoreManagedPrefixListVersionRequest {
|
|
4762
5564
|
/**
|
|
4763
5565
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4778,12 +5580,18 @@ export interface RestoreManagedPrefixListVersionRequest {
|
|
|
4778
5580
|
*/
|
|
4779
5581
|
CurrentVersion: number | undefined;
|
|
4780
5582
|
}
|
|
5583
|
+
/**
|
|
5584
|
+
* @public
|
|
5585
|
+
*/
|
|
4781
5586
|
export interface RestoreManagedPrefixListVersionResult {
|
|
4782
5587
|
/**
|
|
4783
5588
|
* <p>Information about the prefix list.</p>
|
|
4784
5589
|
*/
|
|
4785
5590
|
PrefixList?: ManagedPrefixList;
|
|
4786
5591
|
}
|
|
5592
|
+
/**
|
|
5593
|
+
* @public
|
|
5594
|
+
*/
|
|
4787
5595
|
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
4788
5596
|
/**
|
|
4789
5597
|
* <p>The ID of the snapshot to restore.</p>
|
|
@@ -4796,6 +5604,9 @@ export interface RestoreSnapshotFromRecycleBinRequest {
|
|
|
4796
5604
|
*/
|
|
4797
5605
|
DryRun?: boolean;
|
|
4798
5606
|
}
|
|
5607
|
+
/**
|
|
5608
|
+
* @public
|
|
5609
|
+
*/
|
|
4799
5610
|
export interface RestoreSnapshotFromRecycleBinResult {
|
|
4800
5611
|
/**
|
|
4801
5612
|
* <p>The ID of the snapshot.</p>
|
|
@@ -4839,6 +5650,9 @@ export interface RestoreSnapshotFromRecycleBinResult {
|
|
|
4839
5650
|
*/
|
|
4840
5651
|
VolumeSize?: number;
|
|
4841
5652
|
}
|
|
5653
|
+
/**
|
|
5654
|
+
* @public
|
|
5655
|
+
*/
|
|
4842
5656
|
export interface RestoreSnapshotTierRequest {
|
|
4843
5657
|
/**
|
|
4844
5658
|
* <p>The ID of the snapshot to restore.</p>
|
|
@@ -4866,6 +5680,9 @@ export interface RestoreSnapshotTierRequest {
|
|
|
4866
5680
|
*/
|
|
4867
5681
|
DryRun?: boolean;
|
|
4868
5682
|
}
|
|
5683
|
+
/**
|
|
5684
|
+
* @public
|
|
5685
|
+
*/
|
|
4869
5686
|
export interface RestoreSnapshotTierResult {
|
|
4870
5687
|
/**
|
|
4871
5688
|
* <p>The ID of the snapshot.</p>
|
|
@@ -4886,6 +5703,9 @@ export interface RestoreSnapshotTierResult {
|
|
|
4886
5703
|
*/
|
|
4887
5704
|
IsPermanentRestore?: boolean;
|
|
4888
5705
|
}
|
|
5706
|
+
/**
|
|
5707
|
+
* @public
|
|
5708
|
+
*/
|
|
4889
5709
|
export interface RevokeClientVpnIngressRequest {
|
|
4890
5710
|
/**
|
|
4891
5711
|
* <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
|
|
@@ -4908,12 +5728,18 @@ export interface RevokeClientVpnIngressRequest {
|
|
|
4908
5728
|
*/
|
|
4909
5729
|
DryRun?: boolean;
|
|
4910
5730
|
}
|
|
5731
|
+
/**
|
|
5732
|
+
* @public
|
|
5733
|
+
*/
|
|
4911
5734
|
export interface RevokeClientVpnIngressResult {
|
|
4912
5735
|
/**
|
|
4913
5736
|
* <p>The current state of the authorization rule.</p>
|
|
4914
5737
|
*/
|
|
4915
5738
|
Status?: ClientVpnAuthorizationRuleStatus;
|
|
4916
5739
|
}
|
|
5740
|
+
/**
|
|
5741
|
+
* @public
|
|
5742
|
+
*/
|
|
4917
5743
|
export interface RevokeSecurityGroupEgressRequest {
|
|
4918
5744
|
/**
|
|
4919
5745
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4961,6 +5787,9 @@ export interface RevokeSecurityGroupEgressRequest {
|
|
|
4961
5787
|
*/
|
|
4962
5788
|
SourceSecurityGroupOwnerId?: string;
|
|
4963
5789
|
}
|
|
5790
|
+
/**
|
|
5791
|
+
* @public
|
|
5792
|
+
*/
|
|
4964
5793
|
export interface RevokeSecurityGroupEgressResult {
|
|
4965
5794
|
/**
|
|
4966
5795
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
@@ -4973,6 +5802,9 @@ export interface RevokeSecurityGroupEgressResult {
|
|
|
4973
5802
|
*/
|
|
4974
5803
|
UnknownIpPermissions?: IpPermission[];
|
|
4975
5804
|
}
|
|
5805
|
+
/**
|
|
5806
|
+
* @public
|
|
5807
|
+
*/
|
|
4976
5808
|
export interface RevokeSecurityGroupIngressRequest {
|
|
4977
5809
|
/**
|
|
4978
5810
|
* <p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>
|
|
@@ -5029,6 +5861,9 @@ export interface RevokeSecurityGroupIngressRequest {
|
|
|
5029
5861
|
*/
|
|
5030
5862
|
SecurityGroupRuleIds?: string[];
|
|
5031
5863
|
}
|
|
5864
|
+
/**
|
|
5865
|
+
* @public
|
|
5866
|
+
*/
|
|
5032
5867
|
export interface RevokeSecurityGroupIngressResult {
|
|
5033
5868
|
/**
|
|
5034
5869
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
@@ -5042,6 +5877,7 @@ export interface RevokeSecurityGroupIngressResult {
|
|
|
5042
5877
|
UnknownIpPermissions?: IpPermission[];
|
|
5043
5878
|
}
|
|
5044
5879
|
/**
|
|
5880
|
+
* @public
|
|
5045
5881
|
* <p>The CPU options for the instance. Both the core count and threads per core must be
|
|
5046
5882
|
* specified in the request.</p>
|
|
5047
5883
|
*/
|
|
@@ -5058,6 +5894,7 @@ export interface CpuOptionsRequest {
|
|
|
5058
5894
|
ThreadsPerCore?: number;
|
|
5059
5895
|
}
|
|
5060
5896
|
/**
|
|
5897
|
+
* @public
|
|
5061
5898
|
* <p>
|
|
5062
5899
|
* Describes an elastic inference accelerator.
|
|
5063
5900
|
* </p>
|
|
@@ -5078,6 +5915,7 @@ export interface ElasticInferenceAccelerator {
|
|
|
5078
5915
|
Count?: number;
|
|
5079
5916
|
}
|
|
5080
5917
|
/**
|
|
5918
|
+
* @public
|
|
5081
5919
|
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
|
|
5082
5920
|
* more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html"> What is Amazon Web Services Nitro
|
|
5083
5921
|
* Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
|
|
@@ -5091,6 +5929,7 @@ export interface EnclaveOptionsRequest {
|
|
|
5091
5929
|
Enabled?: boolean;
|
|
5092
5930
|
}
|
|
5093
5931
|
/**
|
|
5932
|
+
* @public
|
|
5094
5933
|
* <p>Indicates whether your instance is configured for hibernation. This parameter is valid
|
|
5095
5934
|
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites">hibernation
|
|
5096
5935
|
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the
|
|
@@ -5106,6 +5945,7 @@ export interface HibernationOptionsRequest {
|
|
|
5106
5945
|
Configured?: boolean;
|
|
5107
5946
|
}
|
|
5108
5947
|
/**
|
|
5948
|
+
* @public
|
|
5109
5949
|
* <p>The options for Spot Instances.</p>
|
|
5110
5950
|
*/
|
|
5111
5951
|
export interface SpotMarketOptions {
|
|
@@ -5153,6 +5993,7 @@ export interface SpotMarketOptions {
|
|
|
5153
5993
|
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
5154
5994
|
}
|
|
5155
5995
|
/**
|
|
5996
|
+
* @public
|
|
5156
5997
|
* <p>Describes the market (purchasing) option for the instances.</p>
|
|
5157
5998
|
*/
|
|
5158
5999
|
export interface InstanceMarketOptionsRequest {
|
|
@@ -5166,6 +6007,7 @@ export interface InstanceMarketOptionsRequest {
|
|
|
5166
6007
|
SpotOptions?: SpotMarketOptions;
|
|
5167
6008
|
}
|
|
5168
6009
|
/**
|
|
6010
|
+
* @public
|
|
5169
6011
|
* <p>The launch template to use. You must specify either the launch template ID or launch
|
|
5170
6012
|
* template name in the request, but not both.</p>
|
|
5171
6013
|
*/
|
|
@@ -5194,6 +6036,7 @@ export interface LaunchTemplateSpecification {
|
|
|
5194
6036
|
Version?: string;
|
|
5195
6037
|
}
|
|
5196
6038
|
/**
|
|
6039
|
+
* @public
|
|
5197
6040
|
* <p>Describes a license configuration.</p>
|
|
5198
6041
|
*/
|
|
5199
6042
|
export interface LicenseConfigurationRequest {
|
|
@@ -5203,6 +6046,7 @@ export interface LicenseConfigurationRequest {
|
|
|
5203
6046
|
LicenseConfigurationArn?: string;
|
|
5204
6047
|
}
|
|
5205
6048
|
/**
|
|
6049
|
+
* @public
|
|
5206
6050
|
* <p>The maintenance options for the instance.</p>
|
|
5207
6051
|
*/
|
|
5208
6052
|
export interface InstanceMaintenanceOptionsRequest {
|
|
@@ -5213,6 +6057,7 @@ export interface InstanceMaintenanceOptionsRequest {
|
|
|
5213
6057
|
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
5214
6058
|
}
|
|
5215
6059
|
/**
|
|
6060
|
+
* @public
|
|
5216
6061
|
* <p>The metadata options for the instance.</p>
|
|
5217
6062
|
*/
|
|
5218
6063
|
export interface InstanceMetadataOptionsRequest {
|
|
@@ -5270,6 +6115,7 @@ export interface InstanceMetadataOptionsRequest {
|
|
|
5270
6115
|
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
5271
6116
|
}
|
|
5272
6117
|
/**
|
|
6118
|
+
* @public
|
|
5273
6119
|
* <p>Describes the options for instance hostnames.</p>
|
|
5274
6120
|
*/
|
|
5275
6121
|
export interface PrivateDnsNameOptionsRequest {
|
|
@@ -5291,6 +6137,9 @@ export interface PrivateDnsNameOptionsRequest {
|
|
|
5291
6137
|
*/
|
|
5292
6138
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
5293
6139
|
}
|
|
6140
|
+
/**
|
|
6141
|
+
* @public
|
|
6142
|
+
*/
|
|
5294
6143
|
export interface RunInstancesRequest {
|
|
5295
6144
|
/**
|
|
5296
6145
|
* <p>The block device mapping, which defines the EBS volumes and instance store volumes to
|
|
@@ -5598,6 +6447,7 @@ export interface RunInstancesRequest {
|
|
|
5598
6447
|
DisableApiStop?: boolean;
|
|
5599
6448
|
}
|
|
5600
6449
|
/**
|
|
6450
|
+
* @public
|
|
5601
6451
|
* <p>Describes an EBS volume for a Scheduled Instance.</p>
|
|
5602
6452
|
*/
|
|
5603
6453
|
export interface ScheduledInstancesEbs {
|
|
@@ -5638,6 +6488,7 @@ export interface ScheduledInstancesEbs {
|
|
|
5638
6488
|
VolumeType?: string;
|
|
5639
6489
|
}
|
|
5640
6490
|
/**
|
|
6491
|
+
* @public
|
|
5641
6492
|
* <p>Describes a block device mapping for a Scheduled Instance.</p>
|
|
5642
6493
|
*/
|
|
5643
6494
|
export interface ScheduledInstancesBlockDeviceMapping {
|
|
@@ -5666,6 +6517,7 @@ export interface ScheduledInstancesBlockDeviceMapping {
|
|
|
5666
6517
|
VirtualName?: string;
|
|
5667
6518
|
}
|
|
5668
6519
|
/**
|
|
6520
|
+
* @public
|
|
5669
6521
|
* <p>Describes an IAM instance profile for a Scheduled Instance.</p>
|
|
5670
6522
|
*/
|
|
5671
6523
|
export interface ScheduledInstancesIamInstanceProfile {
|
|
@@ -5679,6 +6531,7 @@ export interface ScheduledInstancesIamInstanceProfile {
|
|
|
5679
6531
|
Name?: string;
|
|
5680
6532
|
}
|
|
5681
6533
|
/**
|
|
6534
|
+
* @public
|
|
5682
6535
|
* <p>Describes whether monitoring is enabled for a Scheduled Instance.</p>
|
|
5683
6536
|
*/
|
|
5684
6537
|
export interface ScheduledInstancesMonitoring {
|
|
@@ -5688,6 +6541,7 @@ export interface ScheduledInstancesMonitoring {
|
|
|
5688
6541
|
Enabled?: boolean;
|
|
5689
6542
|
}
|
|
5690
6543
|
/**
|
|
6544
|
+
* @public
|
|
5691
6545
|
* <p>Describes an IPv6 address.</p>
|
|
5692
6546
|
*/
|
|
5693
6547
|
export interface ScheduledInstancesIpv6Address {
|
|
@@ -5697,6 +6551,7 @@ export interface ScheduledInstancesIpv6Address {
|
|
|
5697
6551
|
Ipv6Address?: string;
|
|
5698
6552
|
}
|
|
5699
6553
|
/**
|
|
6554
|
+
* @public
|
|
5700
6555
|
* <p>Describes a private IPv4 address for a Scheduled Instance.</p>
|
|
5701
6556
|
*/
|
|
5702
6557
|
export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
@@ -5710,6 +6565,7 @@ export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
|
5710
6565
|
PrivateIpAddress?: string;
|
|
5711
6566
|
}
|
|
5712
6567
|
/**
|
|
6568
|
+
* @public
|
|
5713
6569
|
* <p>Describes a network interface for a Scheduled Instance.</p>
|
|
5714
6570
|
*/
|
|
5715
6571
|
export interface ScheduledInstancesNetworkInterface {
|
|
@@ -5767,6 +6623,7 @@ export interface ScheduledInstancesNetworkInterface {
|
|
|
5767
6623
|
SubnetId?: string;
|
|
5768
6624
|
}
|
|
5769
6625
|
/**
|
|
6626
|
+
* @public
|
|
5770
6627
|
* <p>Describes the placement for a Scheduled Instance.</p>
|
|
5771
6628
|
*/
|
|
5772
6629
|
export interface ScheduledInstancesPlacement {
|
|
@@ -5780,6 +6637,7 @@ export interface ScheduledInstancesPlacement {
|
|
|
5780
6637
|
GroupName?: string;
|
|
5781
6638
|
}
|
|
5782
6639
|
/**
|
|
6640
|
+
* @public
|
|
5783
6641
|
* <p>Describes the launch specification for a Scheduled Instance.</p>
|
|
5784
6642
|
* <p>If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet.
|
|
5785
6643
|
* You can specify the subnet using either <code>SubnetId</code> or <code>NetworkInterface</code>.</p>
|
|
@@ -5845,6 +6703,7 @@ export interface ScheduledInstancesLaunchSpecification {
|
|
|
5845
6703
|
UserData?: string;
|
|
5846
6704
|
}
|
|
5847
6705
|
/**
|
|
6706
|
+
* @public
|
|
5848
6707
|
* <p>Contains the parameters for RunScheduledInstances.</p>
|
|
5849
6708
|
*/
|
|
5850
6709
|
export interface RunScheduledInstancesRequest {
|
|
@@ -5875,6 +6734,7 @@ export interface RunScheduledInstancesRequest {
|
|
|
5875
6734
|
ScheduledInstanceId: string | undefined;
|
|
5876
6735
|
}
|
|
5877
6736
|
/**
|
|
6737
|
+
* @public
|
|
5878
6738
|
* <p>Contains the output of RunScheduledInstances.</p>
|
|
5879
6739
|
*/
|
|
5880
6740
|
export interface RunScheduledInstancesResult {
|
|
@@ -5883,6 +6743,9 @@ export interface RunScheduledInstancesResult {
|
|
|
5883
6743
|
*/
|
|
5884
6744
|
InstanceIdSet?: string[];
|
|
5885
6745
|
}
|
|
6746
|
+
/**
|
|
6747
|
+
* @public
|
|
6748
|
+
*/
|
|
5886
6749
|
export interface SearchLocalGatewayRoutesRequest {
|
|
5887
6750
|
/**
|
|
5888
6751
|
* <p>The ID of the local gateway route table.</p>
|
|
@@ -5940,6 +6803,9 @@ export interface SearchLocalGatewayRoutesRequest {
|
|
|
5940
6803
|
*/
|
|
5941
6804
|
DryRun?: boolean;
|
|
5942
6805
|
}
|
|
6806
|
+
/**
|
|
6807
|
+
* @public
|
|
6808
|
+
*/
|
|
5943
6809
|
export interface SearchLocalGatewayRoutesResult {
|
|
5944
6810
|
/**
|
|
5945
6811
|
* <p>Information about the routes.</p>
|
|
@@ -5950,6 +6816,9 @@ export interface SearchLocalGatewayRoutesResult {
|
|
|
5950
6816
|
*/
|
|
5951
6817
|
NextToken?: string;
|
|
5952
6818
|
}
|
|
6819
|
+
/**
|
|
6820
|
+
* @public
|
|
6821
|
+
*/
|
|
5953
6822
|
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
5954
6823
|
/**
|
|
5955
6824
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -6013,11 +6882,15 @@ export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
|
6013
6882
|
*/
|
|
6014
6883
|
DryRun?: boolean;
|
|
6015
6884
|
}
|
|
6885
|
+
/**
|
|
6886
|
+
* @public
|
|
6887
|
+
*/
|
|
6016
6888
|
export declare enum MembershipType {
|
|
6017
6889
|
igmp = "igmp",
|
|
6018
6890
|
static = "static"
|
|
6019
6891
|
}
|
|
6020
6892
|
/**
|
|
6893
|
+
* @public
|
|
6021
6894
|
* <p>Describes the transit gateway multicast group resources.</p>
|
|
6022
6895
|
*/
|
|
6023
6896
|
export interface TransitGatewayMulticastGroup {
|
|
@@ -6066,6 +6939,9 @@ export interface TransitGatewayMulticastGroup {
|
|
|
6066
6939
|
*/
|
|
6067
6940
|
SourceType?: MembershipType | string;
|
|
6068
6941
|
}
|
|
6942
|
+
/**
|
|
6943
|
+
* @public
|
|
6944
|
+
*/
|
|
6069
6945
|
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
6070
6946
|
/**
|
|
6071
6947
|
* <p>Information about the transit gateway multicast group.</p>
|
|
@@ -6076,6 +6952,9 @@ export interface SearchTransitGatewayMulticastGroupsResult {
|
|
|
6076
6952
|
*/
|
|
6077
6953
|
NextToken?: string;
|
|
6078
6954
|
}
|
|
6955
|
+
/**
|
|
6956
|
+
* @public
|
|
6957
|
+
*/
|
|
6079
6958
|
export interface SearchTransitGatewayRoutesRequest {
|
|
6080
6959
|
/**
|
|
6081
6960
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -6141,6 +7020,9 @@ export interface SearchTransitGatewayRoutesRequest {
|
|
|
6141
7020
|
*/
|
|
6142
7021
|
DryRun?: boolean;
|
|
6143
7022
|
}
|
|
7023
|
+
/**
|
|
7024
|
+
* @public
|
|
7025
|
+
*/
|
|
6144
7026
|
export interface SearchTransitGatewayRoutesResult {
|
|
6145
7027
|
/**
|
|
6146
7028
|
* <p>Information about the routes.</p>
|
|
@@ -6151,6 +7033,9 @@ export interface SearchTransitGatewayRoutesResult {
|
|
|
6151
7033
|
*/
|
|
6152
7034
|
AdditionalRoutesAvailable?: boolean;
|
|
6153
7035
|
}
|
|
7036
|
+
/**
|
|
7037
|
+
* @public
|
|
7038
|
+
*/
|
|
6154
7039
|
export interface SendDiagnosticInterruptRequest {
|
|
6155
7040
|
/**
|
|
6156
7041
|
* <p>The ID of the instance.</p>
|
|
@@ -6163,6 +7048,9 @@ export interface SendDiagnosticInterruptRequest {
|
|
|
6163
7048
|
*/
|
|
6164
7049
|
DryRun?: boolean;
|
|
6165
7050
|
}
|
|
7051
|
+
/**
|
|
7052
|
+
* @public
|
|
7053
|
+
*/
|
|
6166
7054
|
export interface StartInstancesRequest {
|
|
6167
7055
|
/**
|
|
6168
7056
|
* <p>The IDs of the instances.</p>
|
|
@@ -6180,6 +7068,7 @@ export interface StartInstancesRequest {
|
|
|
6180
7068
|
DryRun?: boolean;
|
|
6181
7069
|
}
|
|
6182
7070
|
/**
|
|
7071
|
+
* @public
|
|
6183
7072
|
* <p>Describes an instance state change.</p>
|
|
6184
7073
|
*/
|
|
6185
7074
|
export interface InstanceStateChange {
|
|
@@ -6196,12 +7085,18 @@ export interface InstanceStateChange {
|
|
|
6196
7085
|
*/
|
|
6197
7086
|
PreviousState?: InstanceState;
|
|
6198
7087
|
}
|
|
7088
|
+
/**
|
|
7089
|
+
* @public
|
|
7090
|
+
*/
|
|
6199
7091
|
export interface StartInstancesResult {
|
|
6200
7092
|
/**
|
|
6201
7093
|
* <p>Information about the started instances.</p>
|
|
6202
7094
|
*/
|
|
6203
7095
|
StartingInstances?: InstanceStateChange[];
|
|
6204
7096
|
}
|
|
7097
|
+
/**
|
|
7098
|
+
* @public
|
|
7099
|
+
*/
|
|
6205
7100
|
export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
6206
7101
|
/**
|
|
6207
7102
|
* <p>The ID of the Network Access Scope.</p>
|
|
@@ -6223,12 +7118,18 @@ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
|
6223
7118
|
*/
|
|
6224
7119
|
ClientToken?: string;
|
|
6225
7120
|
}
|
|
7121
|
+
/**
|
|
7122
|
+
* @public
|
|
7123
|
+
*/
|
|
6226
7124
|
export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
6227
7125
|
/**
|
|
6228
7126
|
* <p>The Network Access Scope analysis.</p>
|
|
6229
7127
|
*/
|
|
6230
7128
|
NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis;
|
|
6231
7129
|
}
|
|
7130
|
+
/**
|
|
7131
|
+
* @public
|
|
7132
|
+
*/
|
|
6232
7133
|
export interface StartNetworkInsightsAnalysisRequest {
|
|
6233
7134
|
/**
|
|
6234
7135
|
* <p>The ID of the path.</p>
|
|
@@ -6258,130 +7159,42 @@ export interface StartNetworkInsightsAnalysisRequest {
|
|
|
6258
7159
|
*/
|
|
6259
7160
|
ClientToken?: string;
|
|
6260
7161
|
}
|
|
6261
|
-
export interface StartNetworkInsightsAnalysisResult {
|
|
6262
|
-
/**
|
|
6263
|
-
* <p>Information about the network insights analysis.</p>
|
|
6264
|
-
*/
|
|
6265
|
-
NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
|
|
6266
|
-
}
|
|
6267
|
-
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
6268
|
-
/**
|
|
6269
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6270
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6271
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6272
|
-
*/
|
|
6273
|
-
DryRun?: boolean;
|
|
6274
|
-
/**
|
|
6275
|
-
* <p>The ID of the endpoint service.</p>
|
|
6276
|
-
*/
|
|
6277
|
-
ServiceId: string | undefined;
|
|
6278
|
-
}
|
|
6279
|
-
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
6280
|
-
/**
|
|
6281
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
6282
|
-
*/
|
|
6283
|
-
ReturnValue?: boolean;
|
|
6284
|
-
}
|
|
6285
|
-
export interface StopInstancesRequest {
|
|
6286
|
-
/**
|
|
6287
|
-
* <p>The IDs of the instances.</p>
|
|
6288
|
-
*/
|
|
6289
|
-
InstanceIds: string[] | undefined;
|
|
6290
|
-
/**
|
|
6291
|
-
* <p>Hibernates the instance if the instance was enabled for hibernation at launch. If the
|
|
6292
|
-
* instance cannot hibernate successfully, a normal shutdown occurs. For more information,
|
|
6293
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
|
|
6294
|
-
* your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6295
|
-
* <p> Default: <code>false</code>
|
|
6296
|
-
* </p>
|
|
6297
|
-
*/
|
|
6298
|
-
Hibernate?: boolean;
|
|
6299
|
-
/**
|
|
6300
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6301
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6302
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6303
|
-
*/
|
|
6304
|
-
DryRun?: boolean;
|
|
6305
|
-
/**
|
|
6306
|
-
* <p>Forces the instances to stop. The instances do not have an opportunity to flush file
|
|
6307
|
-
* system caches or file system metadata. If you use this option, you must perform file
|
|
6308
|
-
* system check and repair procedures. This option is not recommended for Windows
|
|
6309
|
-
* instances.</p>
|
|
6310
|
-
* <p>Default: <code>false</code>
|
|
6311
|
-
* </p>
|
|
6312
|
-
*/
|
|
6313
|
-
Force?: boolean;
|
|
6314
|
-
}
|
|
6315
|
-
export interface StopInstancesResult {
|
|
6316
|
-
/**
|
|
6317
|
-
* <p>Information about the stopped instances.</p>
|
|
6318
|
-
*/
|
|
6319
|
-
StoppingInstances?: InstanceStateChange[];
|
|
6320
|
-
}
|
|
6321
|
-
export interface TerminateClientVpnConnectionsRequest {
|
|
6322
|
-
/**
|
|
6323
|
-
* <p>The ID of the Client VPN endpoint to which the client is connected.</p>
|
|
6324
|
-
*/
|
|
6325
|
-
ClientVpnEndpointId: string | undefined;
|
|
6326
|
-
/**
|
|
6327
|
-
* <p>The ID of the client connection to be terminated.</p>
|
|
6328
|
-
*/
|
|
6329
|
-
ConnectionId?: string;
|
|
6330
|
-
/**
|
|
6331
|
-
* <p>The name of the user who initiated the connection. Use this option to terminate all active connections for
|
|
6332
|
-
* the specified user. This option can only be used if the user has established up to five connections.</p>
|
|
6333
|
-
*/
|
|
6334
|
-
Username?: string;
|
|
6335
|
-
/**
|
|
6336
|
-
* <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>
|
|
6337
|
-
*/
|
|
6338
|
-
DryRun?: boolean;
|
|
6339
|
-
}
|
|
6340
7162
|
/**
|
|
6341
|
-
*
|
|
7163
|
+
* @internal
|
|
6342
7164
|
*/
|
|
6343
|
-
export
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
6368
|
-
|
|
6369
|
-
|
|
6370
|
-
|
|
6371
|
-
export
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
*/
|
|
6377
|
-
InstanceIds: string[] | undefined;
|
|
6378
|
-
/**
|
|
6379
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6380
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6381
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6382
|
-
*/
|
|
6383
|
-
DryRun?: boolean;
|
|
6384
|
-
}
|
|
7165
|
+
export declare const ImportVolumeRequestFilterSensitiveLog: (obj: ImportVolumeRequest) => any;
|
|
7166
|
+
/**
|
|
7167
|
+
* @internal
|
|
7168
|
+
*/
|
|
7169
|
+
export declare const ImportVolumeResultFilterSensitiveLog: (obj: ImportVolumeResult) => any;
|
|
7170
|
+
/**
|
|
7171
|
+
* @internal
|
|
7172
|
+
*/
|
|
7173
|
+
export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (obj: ListImagesInRecycleBinRequest) => any;
|
|
7174
|
+
/**
|
|
7175
|
+
* @internal
|
|
7176
|
+
*/
|
|
7177
|
+
export declare const ImageRecycleBinInfoFilterSensitiveLog: (obj: ImageRecycleBinInfo) => any;
|
|
7178
|
+
/**
|
|
7179
|
+
* @internal
|
|
7180
|
+
*/
|
|
7181
|
+
export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (obj: ListImagesInRecycleBinResult) => any;
|
|
7182
|
+
/**
|
|
7183
|
+
* @internal
|
|
7184
|
+
*/
|
|
7185
|
+
export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (obj: ListSnapshotsInRecycleBinRequest) => any;
|
|
7186
|
+
/**
|
|
7187
|
+
* @internal
|
|
7188
|
+
*/
|
|
7189
|
+
export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (obj: SnapshotRecycleBinInfo) => any;
|
|
7190
|
+
/**
|
|
7191
|
+
* @internal
|
|
7192
|
+
*/
|
|
7193
|
+
export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (obj: ListSnapshotsInRecycleBinResult) => any;
|
|
7194
|
+
/**
|
|
7195
|
+
* @internal
|
|
7196
|
+
*/
|
|
7197
|
+
export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (obj: ModifyAddressAttributeRequest) => any;
|
|
6385
7198
|
/**
|
|
6386
7199
|
* @internal
|
|
6387
7200
|
*/
|
|
@@ -7490,39 +8303,3 @@ export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiv
|
|
|
7490
8303
|
* @internal
|
|
7491
8304
|
*/
|
|
7492
8305
|
export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisRequest) => any;
|
|
7493
|
-
/**
|
|
7494
|
-
* @internal
|
|
7495
|
-
*/
|
|
7496
|
-
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisResult) => any;
|
|
7497
|
-
/**
|
|
7498
|
-
* @internal
|
|
7499
|
-
*/
|
|
7500
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationRequest) => any;
|
|
7501
|
-
/**
|
|
7502
|
-
* @internal
|
|
7503
|
-
*/
|
|
7504
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationResult) => any;
|
|
7505
|
-
/**
|
|
7506
|
-
* @internal
|
|
7507
|
-
*/
|
|
7508
|
-
export declare const StopInstancesRequestFilterSensitiveLog: (obj: StopInstancesRequest) => any;
|
|
7509
|
-
/**
|
|
7510
|
-
* @internal
|
|
7511
|
-
*/
|
|
7512
|
-
export declare const StopInstancesResultFilterSensitiveLog: (obj: StopInstancesResult) => any;
|
|
7513
|
-
/**
|
|
7514
|
-
* @internal
|
|
7515
|
-
*/
|
|
7516
|
-
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (obj: TerminateClientVpnConnectionsRequest) => any;
|
|
7517
|
-
/**
|
|
7518
|
-
* @internal
|
|
7519
|
-
*/
|
|
7520
|
-
export declare const TerminateConnectionStatusFilterSensitiveLog: (obj: TerminateConnectionStatus) => any;
|
|
7521
|
-
/**
|
|
7522
|
-
* @internal
|
|
7523
|
-
*/
|
|
7524
|
-
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (obj: TerminateClientVpnConnectionsResult) => any;
|
|
7525
|
-
/**
|
|
7526
|
-
* @internal
|
|
7527
|
-
*/
|
|
7528
|
-
export declare const TerminateInstancesRequestFilterSensitiveLog: (obj: TerminateInstancesRequest) => any;
|