@aws-sdk/client-ec2 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/EC2ServiceException.js +11 -0
- package/dist-cjs/protocols/Aws_ec2.js +2085 -5210
- package/dist-es/endpoints.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/EC2ServiceException.js +12 -0
- package/dist-es/protocols/Aws_ec2.js +4170 -3648
- package/dist-types/EC2.d.ts +7 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/EC2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +16 -14
- package/dist-types/models/models_2.d.ts +10 -10
- package/dist-types/models/models_3.d.ts +104 -22
- package/dist-types/models/models_4.d.ts +5 -19
- package/dist-types/models/models_6.d.ts +28 -0
- package/dist-types/ts3.4/EC2.d.ts +2610 -0
- package/dist-types/ts3.4/EC2Client.d.ts +594 -0
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +521 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3401 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3934 -0
- package/dist-types/ts3.4/models/models_2.d.ts +3427 -0
- package/dist-types/ts3.4/models/models_3.d.ts +3964 -0
- package/dist-types/ts3.4/models/models_4.d.ts +3933 -0
- package/dist-types/ts3.4/models/models_5.d.ts +3837 -0
- package/dist-types/ts3.4/models/models_6.d.ts +1068 -0
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +119 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +1565 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +33 -0
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +7 -0
- package/package.json +35 -35
|
@@ -0,0 +1,3837 @@
|
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, RuleAction, ShutdownBehavior, SpotInstanceType, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
|
+
import { Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference, TransitGatewayRoute, VpnConnection } from "./models_2";
|
|
4
|
+
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, PublicIpv4PoolRange, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, Purchase, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
|
|
6
|
+
|
|
7
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
8
|
+
|
|
9
|
+
InstanceType?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace InstanceTypeInfoFromInstanceRequirements {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: InstanceTypeInfoFromInstanceRequirements) => any;
|
|
14
|
+
}
|
|
15
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
16
|
+
|
|
17
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
|
|
18
|
+
|
|
19
|
+
NextToken?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace GetInstanceTypesFromInstanceRequirementsResult {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsResult) => any;
|
|
24
|
+
}
|
|
25
|
+
export interface GetIpamAddressHistoryRequest {
|
|
26
|
+
|
|
27
|
+
DryRun?: boolean;
|
|
28
|
+
|
|
29
|
+
Cidr: string | undefined;
|
|
30
|
+
|
|
31
|
+
IpamScopeId: string | undefined;
|
|
32
|
+
|
|
33
|
+
VpcId?: string;
|
|
34
|
+
|
|
35
|
+
StartTime?: Date;
|
|
36
|
+
|
|
37
|
+
EndTime?: Date;
|
|
38
|
+
|
|
39
|
+
MaxResults?: number;
|
|
40
|
+
|
|
41
|
+
NextToken?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace GetIpamAddressHistoryRequest {
|
|
44
|
+
|
|
45
|
+
const filterSensitiveLog: (obj: GetIpamAddressHistoryRequest) => any;
|
|
46
|
+
}
|
|
47
|
+
export declare enum IpamComplianceStatus {
|
|
48
|
+
compliant = "compliant",
|
|
49
|
+
ignored = "ignored",
|
|
50
|
+
noncompliant = "noncompliant",
|
|
51
|
+
unmanaged = "unmanaged"
|
|
52
|
+
}
|
|
53
|
+
export declare enum IpamOverlapStatus {
|
|
54
|
+
ignored = "ignored",
|
|
55
|
+
nonoverlapping = "nonoverlapping",
|
|
56
|
+
overlapping = "overlapping"
|
|
57
|
+
}
|
|
58
|
+
export declare enum IpamAddressHistoryResourceType {
|
|
59
|
+
eip = "eip",
|
|
60
|
+
instance = "instance",
|
|
61
|
+
network_interface = "network-interface",
|
|
62
|
+
subnet = "subnet",
|
|
63
|
+
vpc = "vpc"
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface IpamAddressHistoryRecord {
|
|
67
|
+
|
|
68
|
+
ResourceOwnerId?: string;
|
|
69
|
+
|
|
70
|
+
ResourceRegion?: string;
|
|
71
|
+
|
|
72
|
+
ResourceType?: IpamAddressHistoryResourceType | string;
|
|
73
|
+
|
|
74
|
+
ResourceId?: string;
|
|
75
|
+
|
|
76
|
+
ResourceCidr?: string;
|
|
77
|
+
|
|
78
|
+
ResourceName?: string;
|
|
79
|
+
|
|
80
|
+
ResourceComplianceStatus?: IpamComplianceStatus | string;
|
|
81
|
+
|
|
82
|
+
ResourceOverlapStatus?: IpamOverlapStatus | string;
|
|
83
|
+
|
|
84
|
+
VpcId?: string;
|
|
85
|
+
|
|
86
|
+
SampledStartTime?: Date;
|
|
87
|
+
|
|
88
|
+
SampledEndTime?: Date;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace IpamAddressHistoryRecord {
|
|
91
|
+
|
|
92
|
+
const filterSensitiveLog: (obj: IpamAddressHistoryRecord) => any;
|
|
93
|
+
}
|
|
94
|
+
export interface GetIpamAddressHistoryResult {
|
|
95
|
+
|
|
96
|
+
HistoryRecords?: IpamAddressHistoryRecord[];
|
|
97
|
+
|
|
98
|
+
NextToken?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace GetIpamAddressHistoryResult {
|
|
101
|
+
|
|
102
|
+
const filterSensitiveLog: (obj: GetIpamAddressHistoryResult) => any;
|
|
103
|
+
}
|
|
104
|
+
export interface GetIpamPoolAllocationsRequest {
|
|
105
|
+
|
|
106
|
+
DryRun?: boolean;
|
|
107
|
+
|
|
108
|
+
IpamPoolId: string | undefined;
|
|
109
|
+
|
|
110
|
+
IpamPoolAllocationId?: string;
|
|
111
|
+
|
|
112
|
+
Filters?: Filter[];
|
|
113
|
+
|
|
114
|
+
MaxResults?: number;
|
|
115
|
+
|
|
116
|
+
NextToken?: string;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace GetIpamPoolAllocationsRequest {
|
|
119
|
+
|
|
120
|
+
const filterSensitiveLog: (obj: GetIpamPoolAllocationsRequest) => any;
|
|
121
|
+
}
|
|
122
|
+
export interface GetIpamPoolAllocationsResult {
|
|
123
|
+
|
|
124
|
+
IpamPoolAllocations?: IpamPoolAllocation[];
|
|
125
|
+
|
|
126
|
+
NextToken?: string;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace GetIpamPoolAllocationsResult {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: GetIpamPoolAllocationsResult) => any;
|
|
131
|
+
}
|
|
132
|
+
export interface GetIpamPoolCidrsRequest {
|
|
133
|
+
|
|
134
|
+
DryRun?: boolean;
|
|
135
|
+
|
|
136
|
+
IpamPoolId: string | undefined;
|
|
137
|
+
|
|
138
|
+
Filters?: Filter[];
|
|
139
|
+
|
|
140
|
+
MaxResults?: number;
|
|
141
|
+
|
|
142
|
+
NextToken?: string;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace GetIpamPoolCidrsRequest {
|
|
145
|
+
|
|
146
|
+
const filterSensitiveLog: (obj: GetIpamPoolCidrsRequest) => any;
|
|
147
|
+
}
|
|
148
|
+
export interface GetIpamPoolCidrsResult {
|
|
149
|
+
|
|
150
|
+
IpamPoolCidrs?: IpamPoolCidr[];
|
|
151
|
+
|
|
152
|
+
NextToken?: string;
|
|
153
|
+
}
|
|
154
|
+
export declare namespace GetIpamPoolCidrsResult {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: GetIpamPoolCidrsResult) => any;
|
|
157
|
+
}
|
|
158
|
+
export declare enum IpamResourceType {
|
|
159
|
+
eip = "eip",
|
|
160
|
+
ipv6_pool = "ipv6-pool",
|
|
161
|
+
public_ipv4_pool = "public-ipv4-pool",
|
|
162
|
+
subnet = "subnet",
|
|
163
|
+
vpc = "vpc"
|
|
164
|
+
}
|
|
165
|
+
export interface GetIpamResourceCidrsRequest {
|
|
166
|
+
|
|
167
|
+
DryRun?: boolean;
|
|
168
|
+
|
|
169
|
+
Filters?: Filter[];
|
|
170
|
+
|
|
171
|
+
MaxResults?: number;
|
|
172
|
+
|
|
173
|
+
NextToken?: string;
|
|
174
|
+
|
|
175
|
+
IpamScopeId: string | undefined;
|
|
176
|
+
|
|
177
|
+
IpamPoolId?: string;
|
|
178
|
+
|
|
179
|
+
ResourceId?: string;
|
|
180
|
+
|
|
181
|
+
ResourceType?: IpamResourceType | string;
|
|
182
|
+
|
|
183
|
+
ResourceTag?: RequestIpamResourceTag;
|
|
184
|
+
|
|
185
|
+
ResourceOwner?: string;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace GetIpamResourceCidrsRequest {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: GetIpamResourceCidrsRequest) => any;
|
|
190
|
+
}
|
|
191
|
+
export declare enum IpamManagementState {
|
|
192
|
+
ignored = "ignored",
|
|
193
|
+
managed = "managed",
|
|
194
|
+
unmanaged = "unmanaged"
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export interface IpamResourceCidr {
|
|
198
|
+
|
|
199
|
+
IpamId?: string;
|
|
200
|
+
|
|
201
|
+
IpamScopeId?: string;
|
|
202
|
+
|
|
203
|
+
IpamPoolId?: string;
|
|
204
|
+
|
|
205
|
+
ResourceRegion?: string;
|
|
206
|
+
|
|
207
|
+
ResourceOwnerId?: string;
|
|
208
|
+
|
|
209
|
+
ResourceId?: string;
|
|
210
|
+
|
|
211
|
+
ResourceName?: string;
|
|
212
|
+
|
|
213
|
+
ResourceCidr?: string;
|
|
214
|
+
|
|
215
|
+
ResourceType?: IpamResourceType | string;
|
|
216
|
+
|
|
217
|
+
ResourceTags?: IpamResourceTag[];
|
|
218
|
+
|
|
219
|
+
IpUsage?: number;
|
|
220
|
+
|
|
221
|
+
ComplianceStatus?: IpamComplianceStatus | string;
|
|
222
|
+
|
|
223
|
+
ManagementState?: IpamManagementState | string;
|
|
224
|
+
|
|
225
|
+
OverlapStatus?: IpamOverlapStatus | string;
|
|
226
|
+
|
|
227
|
+
VpcId?: string;
|
|
228
|
+
}
|
|
229
|
+
export declare namespace IpamResourceCidr {
|
|
230
|
+
|
|
231
|
+
const filterSensitiveLog: (obj: IpamResourceCidr) => any;
|
|
232
|
+
}
|
|
233
|
+
export interface GetIpamResourceCidrsResult {
|
|
234
|
+
|
|
235
|
+
NextToken?: string;
|
|
236
|
+
|
|
237
|
+
IpamResourceCidrs?: IpamResourceCidr[];
|
|
238
|
+
}
|
|
239
|
+
export declare namespace GetIpamResourceCidrsResult {
|
|
240
|
+
|
|
241
|
+
const filterSensitiveLog: (obj: GetIpamResourceCidrsResult) => any;
|
|
242
|
+
}
|
|
243
|
+
export interface GetLaunchTemplateDataRequest {
|
|
244
|
+
|
|
245
|
+
DryRun?: boolean;
|
|
246
|
+
|
|
247
|
+
InstanceId: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export declare namespace GetLaunchTemplateDataRequest {
|
|
250
|
+
|
|
251
|
+
const filterSensitiveLog: (obj: GetLaunchTemplateDataRequest) => any;
|
|
252
|
+
}
|
|
253
|
+
export interface GetLaunchTemplateDataResult {
|
|
254
|
+
|
|
255
|
+
LaunchTemplateData?: ResponseLaunchTemplateData;
|
|
256
|
+
}
|
|
257
|
+
export declare namespace GetLaunchTemplateDataResult {
|
|
258
|
+
|
|
259
|
+
const filterSensitiveLog: (obj: GetLaunchTemplateDataResult) => any;
|
|
260
|
+
}
|
|
261
|
+
export interface GetManagedPrefixListAssociationsRequest {
|
|
262
|
+
|
|
263
|
+
DryRun?: boolean;
|
|
264
|
+
|
|
265
|
+
PrefixListId: string | undefined;
|
|
266
|
+
|
|
267
|
+
MaxResults?: number;
|
|
268
|
+
|
|
269
|
+
NextToken?: string;
|
|
270
|
+
}
|
|
271
|
+
export declare namespace GetManagedPrefixListAssociationsRequest {
|
|
272
|
+
|
|
273
|
+
const filterSensitiveLog: (obj: GetManagedPrefixListAssociationsRequest) => any;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export interface PrefixListAssociation {
|
|
277
|
+
|
|
278
|
+
ResourceId?: string;
|
|
279
|
+
|
|
280
|
+
ResourceOwner?: string;
|
|
281
|
+
}
|
|
282
|
+
export declare namespace PrefixListAssociation {
|
|
283
|
+
|
|
284
|
+
const filterSensitiveLog: (obj: PrefixListAssociation) => any;
|
|
285
|
+
}
|
|
286
|
+
export interface GetManagedPrefixListAssociationsResult {
|
|
287
|
+
|
|
288
|
+
PrefixListAssociations?: PrefixListAssociation[];
|
|
289
|
+
|
|
290
|
+
NextToken?: string;
|
|
291
|
+
}
|
|
292
|
+
export declare namespace GetManagedPrefixListAssociationsResult {
|
|
293
|
+
|
|
294
|
+
const filterSensitiveLog: (obj: GetManagedPrefixListAssociationsResult) => any;
|
|
295
|
+
}
|
|
296
|
+
export interface GetManagedPrefixListEntriesRequest {
|
|
297
|
+
|
|
298
|
+
DryRun?: boolean;
|
|
299
|
+
|
|
300
|
+
PrefixListId: string | undefined;
|
|
301
|
+
|
|
302
|
+
TargetVersion?: number;
|
|
303
|
+
|
|
304
|
+
MaxResults?: number;
|
|
305
|
+
|
|
306
|
+
NextToken?: string;
|
|
307
|
+
}
|
|
308
|
+
export declare namespace GetManagedPrefixListEntriesRequest {
|
|
309
|
+
|
|
310
|
+
const filterSensitiveLog: (obj: GetManagedPrefixListEntriesRequest) => any;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export interface PrefixListEntry {
|
|
314
|
+
|
|
315
|
+
Cidr?: string;
|
|
316
|
+
|
|
317
|
+
Description?: string;
|
|
318
|
+
}
|
|
319
|
+
export declare namespace PrefixListEntry {
|
|
320
|
+
|
|
321
|
+
const filterSensitiveLog: (obj: PrefixListEntry) => any;
|
|
322
|
+
}
|
|
323
|
+
export interface GetManagedPrefixListEntriesResult {
|
|
324
|
+
|
|
325
|
+
Entries?: PrefixListEntry[];
|
|
326
|
+
|
|
327
|
+
NextToken?: string;
|
|
328
|
+
}
|
|
329
|
+
export declare namespace GetManagedPrefixListEntriesResult {
|
|
330
|
+
|
|
331
|
+
const filterSensitiveLog: (obj: GetManagedPrefixListEntriesResult) => any;
|
|
332
|
+
}
|
|
333
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
334
|
+
|
|
335
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
336
|
+
|
|
337
|
+
MaxResults?: number;
|
|
338
|
+
|
|
339
|
+
NextToken?: string;
|
|
340
|
+
|
|
341
|
+
DryRun?: boolean;
|
|
342
|
+
}
|
|
343
|
+
export declare namespace GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
344
|
+
|
|
345
|
+
const filterSensitiveLog: (obj: GetNetworkInsightsAccessScopeAnalysisFindingsRequest) => any;
|
|
346
|
+
}
|
|
347
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
348
|
+
|
|
349
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
350
|
+
|
|
351
|
+
AnalysisStatus?: AnalysisStatus | string;
|
|
352
|
+
|
|
353
|
+
AnalysisFindings?: AccessScopeAnalysisFinding[];
|
|
354
|
+
|
|
355
|
+
NextToken?: string;
|
|
356
|
+
}
|
|
357
|
+
export declare namespace GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
358
|
+
|
|
359
|
+
const filterSensitiveLog: (obj: GetNetworkInsightsAccessScopeAnalysisFindingsResult) => any;
|
|
360
|
+
}
|
|
361
|
+
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
362
|
+
|
|
363
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
364
|
+
|
|
365
|
+
DryRun?: boolean;
|
|
366
|
+
}
|
|
367
|
+
export declare namespace GetNetworkInsightsAccessScopeContentRequest {
|
|
368
|
+
|
|
369
|
+
const filterSensitiveLog: (obj: GetNetworkInsightsAccessScopeContentRequest) => any;
|
|
370
|
+
}
|
|
371
|
+
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
372
|
+
|
|
373
|
+
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
|
|
374
|
+
}
|
|
375
|
+
export declare namespace GetNetworkInsightsAccessScopeContentResult {
|
|
376
|
+
|
|
377
|
+
const filterSensitiveLog: (obj: GetNetworkInsightsAccessScopeContentResult) => any;
|
|
378
|
+
}
|
|
379
|
+
export interface GetPasswordDataRequest {
|
|
380
|
+
|
|
381
|
+
InstanceId: string | undefined;
|
|
382
|
+
|
|
383
|
+
DryRun?: boolean;
|
|
384
|
+
}
|
|
385
|
+
export declare namespace GetPasswordDataRequest {
|
|
386
|
+
|
|
387
|
+
const filterSensitiveLog: (obj: GetPasswordDataRequest) => any;
|
|
388
|
+
}
|
|
389
|
+
export interface GetPasswordDataResult {
|
|
390
|
+
|
|
391
|
+
InstanceId?: string;
|
|
392
|
+
|
|
393
|
+
PasswordData?: string;
|
|
394
|
+
|
|
395
|
+
Timestamp?: Date;
|
|
396
|
+
}
|
|
397
|
+
export declare namespace GetPasswordDataResult {
|
|
398
|
+
|
|
399
|
+
const filterSensitiveLog: (obj: GetPasswordDataResult) => any;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
403
|
+
|
|
404
|
+
DryRun?: boolean;
|
|
405
|
+
|
|
406
|
+
ReservedInstanceIds: string[] | undefined;
|
|
407
|
+
|
|
408
|
+
TargetConfigurations?: TargetConfigurationRequest[];
|
|
409
|
+
}
|
|
410
|
+
export declare namespace GetReservedInstancesExchangeQuoteRequest {
|
|
411
|
+
|
|
412
|
+
const filterSensitiveLog: (obj: GetReservedInstancesExchangeQuoteRequest) => any;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export interface ReservationValue {
|
|
416
|
+
|
|
417
|
+
HourlyPrice?: string;
|
|
418
|
+
|
|
419
|
+
RemainingTotalValue?: string;
|
|
420
|
+
|
|
421
|
+
RemainingUpfrontValue?: string;
|
|
422
|
+
}
|
|
423
|
+
export declare namespace ReservationValue {
|
|
424
|
+
|
|
425
|
+
const filterSensitiveLog: (obj: ReservationValue) => any;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface ReservedInstanceReservationValue {
|
|
429
|
+
|
|
430
|
+
ReservationValue?: ReservationValue;
|
|
431
|
+
|
|
432
|
+
ReservedInstanceId?: string;
|
|
433
|
+
}
|
|
434
|
+
export declare namespace ReservedInstanceReservationValue {
|
|
435
|
+
|
|
436
|
+
const filterSensitiveLog: (obj: ReservedInstanceReservationValue) => any;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export interface TargetConfiguration {
|
|
440
|
+
|
|
441
|
+
InstanceCount?: number;
|
|
442
|
+
|
|
443
|
+
OfferingId?: string;
|
|
444
|
+
}
|
|
445
|
+
export declare namespace TargetConfiguration {
|
|
446
|
+
|
|
447
|
+
const filterSensitiveLog: (obj: TargetConfiguration) => any;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface TargetReservationValue {
|
|
451
|
+
|
|
452
|
+
ReservationValue?: ReservationValue;
|
|
453
|
+
|
|
454
|
+
TargetConfiguration?: TargetConfiguration;
|
|
455
|
+
}
|
|
456
|
+
export declare namespace TargetReservationValue {
|
|
457
|
+
|
|
458
|
+
const filterSensitiveLog: (obj: TargetReservationValue) => any;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
export interface GetReservedInstancesExchangeQuoteResult {
|
|
462
|
+
|
|
463
|
+
CurrencyCode?: string;
|
|
464
|
+
|
|
465
|
+
IsValidExchange?: boolean;
|
|
466
|
+
|
|
467
|
+
OutputReservedInstancesWillExpireAt?: Date;
|
|
468
|
+
|
|
469
|
+
PaymentDue?: string;
|
|
470
|
+
|
|
471
|
+
ReservedInstanceValueRollup?: ReservationValue;
|
|
472
|
+
|
|
473
|
+
ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
|
|
474
|
+
|
|
475
|
+
TargetConfigurationValueRollup?: ReservationValue;
|
|
476
|
+
|
|
477
|
+
TargetConfigurationValueSet?: TargetReservationValue[];
|
|
478
|
+
|
|
479
|
+
ValidationFailureReason?: string;
|
|
480
|
+
}
|
|
481
|
+
export declare namespace GetReservedInstancesExchangeQuoteResult {
|
|
482
|
+
|
|
483
|
+
const filterSensitiveLog: (obj: GetReservedInstancesExchangeQuoteResult) => any;
|
|
484
|
+
}
|
|
485
|
+
export interface GetSerialConsoleAccessStatusRequest {
|
|
486
|
+
|
|
487
|
+
DryRun?: boolean;
|
|
488
|
+
}
|
|
489
|
+
export declare namespace GetSerialConsoleAccessStatusRequest {
|
|
490
|
+
|
|
491
|
+
const filterSensitiveLog: (obj: GetSerialConsoleAccessStatusRequest) => any;
|
|
492
|
+
}
|
|
493
|
+
export interface GetSerialConsoleAccessStatusResult {
|
|
494
|
+
|
|
495
|
+
SerialConsoleAccessEnabled?: boolean;
|
|
496
|
+
}
|
|
497
|
+
export declare namespace GetSerialConsoleAccessStatusResult {
|
|
498
|
+
|
|
499
|
+
const filterSensitiveLog: (obj: GetSerialConsoleAccessStatusResult) => any;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export interface InstanceRequirementsWithMetadataRequest {
|
|
503
|
+
|
|
504
|
+
ArchitectureTypes?: (ArchitectureType | string)[];
|
|
505
|
+
|
|
506
|
+
VirtualizationTypes?: (VirtualizationType | string)[];
|
|
507
|
+
|
|
508
|
+
InstanceRequirements?: InstanceRequirementsRequest;
|
|
509
|
+
}
|
|
510
|
+
export declare namespace InstanceRequirementsWithMetadataRequest {
|
|
511
|
+
|
|
512
|
+
const filterSensitiveLog: (obj: InstanceRequirementsWithMetadataRequest) => any;
|
|
513
|
+
}
|
|
514
|
+
export interface GetSpotPlacementScoresRequest {
|
|
515
|
+
|
|
516
|
+
InstanceTypes?: string[];
|
|
517
|
+
|
|
518
|
+
TargetCapacity: number | undefined;
|
|
519
|
+
|
|
520
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
521
|
+
|
|
522
|
+
SingleAvailabilityZone?: boolean;
|
|
523
|
+
|
|
524
|
+
RegionNames?: string[];
|
|
525
|
+
|
|
526
|
+
InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest;
|
|
527
|
+
|
|
528
|
+
DryRun?: boolean;
|
|
529
|
+
|
|
530
|
+
MaxResults?: number;
|
|
531
|
+
|
|
532
|
+
NextToken?: string;
|
|
533
|
+
}
|
|
534
|
+
export declare namespace GetSpotPlacementScoresRequest {
|
|
535
|
+
|
|
536
|
+
const filterSensitiveLog: (obj: GetSpotPlacementScoresRequest) => any;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export interface SpotPlacementScore {
|
|
540
|
+
|
|
541
|
+
Region?: string;
|
|
542
|
+
|
|
543
|
+
AvailabilityZoneId?: string;
|
|
544
|
+
|
|
545
|
+
Score?: number;
|
|
546
|
+
}
|
|
547
|
+
export declare namespace SpotPlacementScore {
|
|
548
|
+
|
|
549
|
+
const filterSensitiveLog: (obj: SpotPlacementScore) => any;
|
|
550
|
+
}
|
|
551
|
+
export interface GetSpotPlacementScoresResult {
|
|
552
|
+
|
|
553
|
+
SpotPlacementScores?: SpotPlacementScore[];
|
|
554
|
+
|
|
555
|
+
NextToken?: string;
|
|
556
|
+
}
|
|
557
|
+
export declare namespace GetSpotPlacementScoresResult {
|
|
558
|
+
|
|
559
|
+
const filterSensitiveLog: (obj: GetSpotPlacementScoresResult) => any;
|
|
560
|
+
}
|
|
561
|
+
export interface GetSubnetCidrReservationsRequest {
|
|
562
|
+
|
|
563
|
+
Filters?: Filter[];
|
|
564
|
+
|
|
565
|
+
SubnetId: string | undefined;
|
|
566
|
+
|
|
567
|
+
DryRun?: boolean;
|
|
568
|
+
|
|
569
|
+
NextToken?: string;
|
|
570
|
+
|
|
571
|
+
MaxResults?: number;
|
|
572
|
+
}
|
|
573
|
+
export declare namespace GetSubnetCidrReservationsRequest {
|
|
574
|
+
|
|
575
|
+
const filterSensitiveLog: (obj: GetSubnetCidrReservationsRequest) => any;
|
|
576
|
+
}
|
|
577
|
+
export interface GetSubnetCidrReservationsResult {
|
|
578
|
+
|
|
579
|
+
SubnetIpv4CidrReservations?: SubnetCidrReservation[];
|
|
580
|
+
|
|
581
|
+
SubnetIpv6CidrReservations?: SubnetCidrReservation[];
|
|
582
|
+
|
|
583
|
+
NextToken?: string;
|
|
584
|
+
}
|
|
585
|
+
export declare namespace GetSubnetCidrReservationsResult {
|
|
586
|
+
|
|
587
|
+
const filterSensitiveLog: (obj: GetSubnetCidrReservationsResult) => any;
|
|
588
|
+
}
|
|
589
|
+
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
590
|
+
|
|
591
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
592
|
+
|
|
593
|
+
Filters?: Filter[];
|
|
594
|
+
|
|
595
|
+
MaxResults?: number;
|
|
596
|
+
|
|
597
|
+
NextToken?: string;
|
|
598
|
+
|
|
599
|
+
DryRun?: boolean;
|
|
600
|
+
}
|
|
601
|
+
export declare namespace GetTransitGatewayAttachmentPropagationsRequest {
|
|
602
|
+
|
|
603
|
+
const filterSensitiveLog: (obj: GetTransitGatewayAttachmentPropagationsRequest) => any;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
export interface TransitGatewayAttachmentPropagation {
|
|
607
|
+
|
|
608
|
+
TransitGatewayRouteTableId?: string;
|
|
609
|
+
|
|
610
|
+
State?: TransitGatewayPropagationState | string;
|
|
611
|
+
}
|
|
612
|
+
export declare namespace TransitGatewayAttachmentPropagation {
|
|
613
|
+
|
|
614
|
+
const filterSensitiveLog: (obj: TransitGatewayAttachmentPropagation) => any;
|
|
615
|
+
}
|
|
616
|
+
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
617
|
+
|
|
618
|
+
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
|
|
619
|
+
|
|
620
|
+
NextToken?: string;
|
|
621
|
+
}
|
|
622
|
+
export declare namespace GetTransitGatewayAttachmentPropagationsResult {
|
|
623
|
+
|
|
624
|
+
const filterSensitiveLog: (obj: GetTransitGatewayAttachmentPropagationsResult) => any;
|
|
625
|
+
}
|
|
626
|
+
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
627
|
+
|
|
628
|
+
TransitGatewayMulticastDomainId?: string;
|
|
629
|
+
|
|
630
|
+
Filters?: Filter[];
|
|
631
|
+
|
|
632
|
+
MaxResults?: number;
|
|
633
|
+
|
|
634
|
+
NextToken?: string;
|
|
635
|
+
|
|
636
|
+
DryRun?: boolean;
|
|
637
|
+
}
|
|
638
|
+
export declare namespace GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
639
|
+
|
|
640
|
+
const filterSensitiveLog: (obj: GetTransitGatewayMulticastDomainAssociationsRequest) => any;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
export interface TransitGatewayMulticastDomainAssociation {
|
|
644
|
+
|
|
645
|
+
TransitGatewayAttachmentId?: string;
|
|
646
|
+
|
|
647
|
+
ResourceId?: string;
|
|
648
|
+
|
|
649
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
650
|
+
|
|
651
|
+
ResourceOwnerId?: string;
|
|
652
|
+
|
|
653
|
+
Subnet?: SubnetAssociation;
|
|
654
|
+
}
|
|
655
|
+
export declare namespace TransitGatewayMulticastDomainAssociation {
|
|
656
|
+
|
|
657
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastDomainAssociation) => any;
|
|
658
|
+
}
|
|
659
|
+
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
660
|
+
|
|
661
|
+
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
|
|
662
|
+
|
|
663
|
+
NextToken?: string;
|
|
664
|
+
}
|
|
665
|
+
export declare namespace GetTransitGatewayMulticastDomainAssociationsResult {
|
|
666
|
+
|
|
667
|
+
const filterSensitiveLog: (obj: GetTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
668
|
+
}
|
|
669
|
+
export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
670
|
+
|
|
671
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
672
|
+
|
|
673
|
+
Filters?: Filter[];
|
|
674
|
+
|
|
675
|
+
MaxResults?: number;
|
|
676
|
+
|
|
677
|
+
NextToken?: string;
|
|
678
|
+
|
|
679
|
+
DryRun?: boolean;
|
|
680
|
+
}
|
|
681
|
+
export declare namespace GetTransitGatewayPrefixListReferencesRequest {
|
|
682
|
+
|
|
683
|
+
const filterSensitiveLog: (obj: GetTransitGatewayPrefixListReferencesRequest) => any;
|
|
684
|
+
}
|
|
685
|
+
export interface GetTransitGatewayPrefixListReferencesResult {
|
|
686
|
+
|
|
687
|
+
TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[];
|
|
688
|
+
|
|
689
|
+
NextToken?: string;
|
|
690
|
+
}
|
|
691
|
+
export declare namespace GetTransitGatewayPrefixListReferencesResult {
|
|
692
|
+
|
|
693
|
+
const filterSensitiveLog: (obj: GetTransitGatewayPrefixListReferencesResult) => any;
|
|
694
|
+
}
|
|
695
|
+
export interface GetTransitGatewayRouteTableAssociationsRequest {
|
|
696
|
+
|
|
697
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
698
|
+
|
|
699
|
+
Filters?: Filter[];
|
|
700
|
+
|
|
701
|
+
MaxResults?: number;
|
|
702
|
+
|
|
703
|
+
NextToken?: string;
|
|
704
|
+
|
|
705
|
+
DryRun?: boolean;
|
|
706
|
+
}
|
|
707
|
+
export declare namespace GetTransitGatewayRouteTableAssociationsRequest {
|
|
708
|
+
|
|
709
|
+
const filterSensitiveLog: (obj: GetTransitGatewayRouteTableAssociationsRequest) => any;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
export interface TransitGatewayRouteTableAssociation {
|
|
713
|
+
|
|
714
|
+
TransitGatewayAttachmentId?: string;
|
|
715
|
+
|
|
716
|
+
ResourceId?: string;
|
|
717
|
+
|
|
718
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
719
|
+
|
|
720
|
+
State?: TransitGatewayAssociationState | string;
|
|
721
|
+
}
|
|
722
|
+
export declare namespace TransitGatewayRouteTableAssociation {
|
|
723
|
+
|
|
724
|
+
const filterSensitiveLog: (obj: TransitGatewayRouteTableAssociation) => any;
|
|
725
|
+
}
|
|
726
|
+
export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
727
|
+
|
|
728
|
+
Associations?: TransitGatewayRouteTableAssociation[];
|
|
729
|
+
|
|
730
|
+
NextToken?: string;
|
|
731
|
+
}
|
|
732
|
+
export declare namespace GetTransitGatewayRouteTableAssociationsResult {
|
|
733
|
+
|
|
734
|
+
const filterSensitiveLog: (obj: GetTransitGatewayRouteTableAssociationsResult) => any;
|
|
735
|
+
}
|
|
736
|
+
export interface GetTransitGatewayRouteTablePropagationsRequest {
|
|
737
|
+
|
|
738
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
739
|
+
|
|
740
|
+
Filters?: Filter[];
|
|
741
|
+
|
|
742
|
+
MaxResults?: number;
|
|
743
|
+
|
|
744
|
+
NextToken?: string;
|
|
745
|
+
|
|
746
|
+
DryRun?: boolean;
|
|
747
|
+
}
|
|
748
|
+
export declare namespace GetTransitGatewayRouteTablePropagationsRequest {
|
|
749
|
+
|
|
750
|
+
const filterSensitiveLog: (obj: GetTransitGatewayRouteTablePropagationsRequest) => any;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
export interface TransitGatewayRouteTablePropagation {
|
|
754
|
+
|
|
755
|
+
TransitGatewayAttachmentId?: string;
|
|
756
|
+
|
|
757
|
+
ResourceId?: string;
|
|
758
|
+
|
|
759
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
760
|
+
|
|
761
|
+
State?: TransitGatewayPropagationState | string;
|
|
762
|
+
}
|
|
763
|
+
export declare namespace TransitGatewayRouteTablePropagation {
|
|
764
|
+
|
|
765
|
+
const filterSensitiveLog: (obj: TransitGatewayRouteTablePropagation) => any;
|
|
766
|
+
}
|
|
767
|
+
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
768
|
+
|
|
769
|
+
TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[];
|
|
770
|
+
|
|
771
|
+
NextToken?: string;
|
|
772
|
+
}
|
|
773
|
+
export declare namespace GetTransitGatewayRouteTablePropagationsResult {
|
|
774
|
+
|
|
775
|
+
const filterSensitiveLog: (obj: GetTransitGatewayRouteTablePropagationsResult) => any;
|
|
776
|
+
}
|
|
777
|
+
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
778
|
+
|
|
779
|
+
VpnConnectionId: string | undefined;
|
|
780
|
+
|
|
781
|
+
VpnConnectionDeviceTypeId: string | undefined;
|
|
782
|
+
|
|
783
|
+
InternetKeyExchangeVersion?: string;
|
|
784
|
+
|
|
785
|
+
DryRun?: boolean;
|
|
786
|
+
}
|
|
787
|
+
export declare namespace GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
788
|
+
|
|
789
|
+
const filterSensitiveLog: (obj: GetVpnConnectionDeviceSampleConfigurationRequest) => any;
|
|
790
|
+
}
|
|
791
|
+
export interface GetVpnConnectionDeviceSampleConfigurationResult {
|
|
792
|
+
|
|
793
|
+
VpnConnectionDeviceSampleConfiguration?: string;
|
|
794
|
+
}
|
|
795
|
+
export declare namespace GetVpnConnectionDeviceSampleConfigurationResult {
|
|
796
|
+
|
|
797
|
+
const filterSensitiveLog: (obj: GetVpnConnectionDeviceSampleConfigurationResult) => any;
|
|
798
|
+
}
|
|
799
|
+
export interface GetVpnConnectionDeviceTypesRequest {
|
|
800
|
+
|
|
801
|
+
MaxResults?: number;
|
|
802
|
+
|
|
803
|
+
NextToken?: string;
|
|
804
|
+
|
|
805
|
+
DryRun?: boolean;
|
|
806
|
+
}
|
|
807
|
+
export declare namespace GetVpnConnectionDeviceTypesRequest {
|
|
808
|
+
|
|
809
|
+
const filterSensitiveLog: (obj: GetVpnConnectionDeviceTypesRequest) => any;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export interface VpnConnectionDeviceType {
|
|
813
|
+
|
|
814
|
+
VpnConnectionDeviceTypeId?: string;
|
|
815
|
+
|
|
816
|
+
Vendor?: string;
|
|
817
|
+
|
|
818
|
+
Platform?: string;
|
|
819
|
+
|
|
820
|
+
Software?: string;
|
|
821
|
+
}
|
|
822
|
+
export declare namespace VpnConnectionDeviceType {
|
|
823
|
+
|
|
824
|
+
const filterSensitiveLog: (obj: VpnConnectionDeviceType) => any;
|
|
825
|
+
}
|
|
826
|
+
export interface GetVpnConnectionDeviceTypesResult {
|
|
827
|
+
|
|
828
|
+
VpnConnectionDeviceTypes?: VpnConnectionDeviceType[];
|
|
829
|
+
|
|
830
|
+
NextToken?: string;
|
|
831
|
+
}
|
|
832
|
+
export declare namespace GetVpnConnectionDeviceTypesResult {
|
|
833
|
+
|
|
834
|
+
const filterSensitiveLog: (obj: GetVpnConnectionDeviceTypesResult) => any;
|
|
835
|
+
}
|
|
836
|
+
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
837
|
+
|
|
838
|
+
ClientVpnEndpointId: string | undefined;
|
|
839
|
+
|
|
840
|
+
CertificateRevocationList: string | undefined;
|
|
841
|
+
|
|
842
|
+
DryRun?: boolean;
|
|
843
|
+
}
|
|
844
|
+
export declare namespace ImportClientVpnClientCertificateRevocationListRequest {
|
|
845
|
+
|
|
846
|
+
const filterSensitiveLog: (obj: ImportClientVpnClientCertificateRevocationListRequest) => any;
|
|
847
|
+
}
|
|
848
|
+
export interface ImportClientVpnClientCertificateRevocationListResult {
|
|
849
|
+
|
|
850
|
+
Return?: boolean;
|
|
851
|
+
}
|
|
852
|
+
export declare namespace ImportClientVpnClientCertificateRevocationListResult {
|
|
853
|
+
|
|
854
|
+
const filterSensitiveLog: (obj: ImportClientVpnClientCertificateRevocationListResult) => any;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
export interface ClientData {
|
|
858
|
+
|
|
859
|
+
Comment?: string;
|
|
860
|
+
|
|
861
|
+
UploadEnd?: Date;
|
|
862
|
+
|
|
863
|
+
UploadSize?: number;
|
|
864
|
+
|
|
865
|
+
UploadStart?: Date;
|
|
866
|
+
}
|
|
867
|
+
export declare namespace ClientData {
|
|
868
|
+
|
|
869
|
+
const filterSensitiveLog: (obj: ClientData) => any;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
export interface UserBucket {
|
|
873
|
+
|
|
874
|
+
S3Bucket?: string;
|
|
875
|
+
|
|
876
|
+
S3Key?: string;
|
|
877
|
+
}
|
|
878
|
+
export declare namespace UserBucket {
|
|
879
|
+
|
|
880
|
+
const filterSensitiveLog: (obj: UserBucket) => any;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
export interface ImageDiskContainer {
|
|
884
|
+
|
|
885
|
+
Description?: string;
|
|
886
|
+
|
|
887
|
+
DeviceName?: string;
|
|
888
|
+
|
|
889
|
+
Format?: string;
|
|
890
|
+
|
|
891
|
+
SnapshotId?: string;
|
|
892
|
+
|
|
893
|
+
Url?: string;
|
|
894
|
+
|
|
895
|
+
UserBucket?: UserBucket;
|
|
896
|
+
}
|
|
897
|
+
export declare namespace ImageDiskContainer {
|
|
898
|
+
|
|
899
|
+
const filterSensitiveLog: (obj: ImageDiskContainer) => any;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
export interface ImportImageLicenseConfigurationRequest {
|
|
903
|
+
|
|
904
|
+
LicenseConfigurationArn?: string;
|
|
905
|
+
}
|
|
906
|
+
export declare namespace ImportImageLicenseConfigurationRequest {
|
|
907
|
+
|
|
908
|
+
const filterSensitiveLog: (obj: ImportImageLicenseConfigurationRequest) => any;
|
|
909
|
+
}
|
|
910
|
+
export interface ImportImageRequest {
|
|
911
|
+
|
|
912
|
+
Architecture?: string;
|
|
913
|
+
|
|
914
|
+
ClientData?: ClientData;
|
|
915
|
+
|
|
916
|
+
ClientToken?: string;
|
|
917
|
+
|
|
918
|
+
Description?: string;
|
|
919
|
+
|
|
920
|
+
DiskContainers?: ImageDiskContainer[];
|
|
921
|
+
|
|
922
|
+
DryRun?: boolean;
|
|
923
|
+
|
|
924
|
+
Encrypted?: boolean;
|
|
925
|
+
|
|
926
|
+
Hypervisor?: string;
|
|
927
|
+
|
|
928
|
+
KmsKeyId?: string;
|
|
929
|
+
|
|
930
|
+
LicenseType?: string;
|
|
931
|
+
|
|
932
|
+
Platform?: string;
|
|
933
|
+
|
|
934
|
+
RoleName?: string;
|
|
935
|
+
|
|
936
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[];
|
|
937
|
+
|
|
938
|
+
TagSpecifications?: TagSpecification[];
|
|
939
|
+
|
|
940
|
+
UsageOperation?: string;
|
|
941
|
+
|
|
942
|
+
BootMode?: BootModeValues | string;
|
|
943
|
+
}
|
|
944
|
+
export declare namespace ImportImageRequest {
|
|
945
|
+
|
|
946
|
+
const filterSensitiveLog: (obj: ImportImageRequest) => any;
|
|
947
|
+
}
|
|
948
|
+
export interface ImportImageResult {
|
|
949
|
+
|
|
950
|
+
Architecture?: string;
|
|
951
|
+
|
|
952
|
+
Description?: string;
|
|
953
|
+
|
|
954
|
+
Encrypted?: boolean;
|
|
955
|
+
|
|
956
|
+
Hypervisor?: string;
|
|
957
|
+
|
|
958
|
+
ImageId?: string;
|
|
959
|
+
|
|
960
|
+
ImportTaskId?: string;
|
|
961
|
+
|
|
962
|
+
KmsKeyId?: string;
|
|
963
|
+
|
|
964
|
+
LicenseType?: string;
|
|
965
|
+
|
|
966
|
+
Platform?: string;
|
|
967
|
+
|
|
968
|
+
Progress?: string;
|
|
969
|
+
|
|
970
|
+
SnapshotDetails?: SnapshotDetail[];
|
|
971
|
+
|
|
972
|
+
Status?: string;
|
|
973
|
+
|
|
974
|
+
StatusMessage?: string;
|
|
975
|
+
|
|
976
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
977
|
+
|
|
978
|
+
Tags?: Tag[];
|
|
979
|
+
|
|
980
|
+
UsageOperation?: string;
|
|
981
|
+
}
|
|
982
|
+
export declare namespace ImportImageResult {
|
|
983
|
+
|
|
984
|
+
const filterSensitiveLog: (obj: ImportImageResult) => any;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export interface DiskImageDetail {
|
|
988
|
+
|
|
989
|
+
Bytes: number | undefined;
|
|
990
|
+
|
|
991
|
+
Format: DiskImageFormat | string | undefined;
|
|
992
|
+
|
|
993
|
+
ImportManifestUrl: string | undefined;
|
|
994
|
+
}
|
|
995
|
+
export declare namespace DiskImageDetail {
|
|
996
|
+
|
|
997
|
+
const filterSensitiveLog: (obj: DiskImageDetail) => any;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
export interface VolumeDetail {
|
|
1001
|
+
|
|
1002
|
+
Size: number | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export declare namespace VolumeDetail {
|
|
1005
|
+
|
|
1006
|
+
const filterSensitiveLog: (obj: VolumeDetail) => any;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
export interface DiskImage {
|
|
1010
|
+
|
|
1011
|
+
Description?: string;
|
|
1012
|
+
|
|
1013
|
+
Image?: DiskImageDetail;
|
|
1014
|
+
|
|
1015
|
+
Volume?: VolumeDetail;
|
|
1016
|
+
}
|
|
1017
|
+
export declare namespace DiskImage {
|
|
1018
|
+
|
|
1019
|
+
const filterSensitiveLog: (obj: DiskImage) => any;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
export interface UserData {
|
|
1023
|
+
|
|
1024
|
+
Data?: string;
|
|
1025
|
+
}
|
|
1026
|
+
export declare namespace UserData {
|
|
1027
|
+
|
|
1028
|
+
const filterSensitiveLog: (obj: UserData) => any;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
export interface ImportInstanceLaunchSpecification {
|
|
1032
|
+
|
|
1033
|
+
AdditionalInfo?: string;
|
|
1034
|
+
|
|
1035
|
+
Architecture?: ArchitectureValues | string;
|
|
1036
|
+
|
|
1037
|
+
GroupIds?: string[];
|
|
1038
|
+
|
|
1039
|
+
GroupNames?: string[];
|
|
1040
|
+
|
|
1041
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
1042
|
+
|
|
1043
|
+
InstanceType?: _InstanceType | string;
|
|
1044
|
+
|
|
1045
|
+
Monitoring?: boolean;
|
|
1046
|
+
|
|
1047
|
+
Placement?: Placement;
|
|
1048
|
+
|
|
1049
|
+
PrivateIpAddress?: string;
|
|
1050
|
+
|
|
1051
|
+
SubnetId?: string;
|
|
1052
|
+
|
|
1053
|
+
UserData?: UserData;
|
|
1054
|
+
}
|
|
1055
|
+
export declare namespace ImportInstanceLaunchSpecification {
|
|
1056
|
+
|
|
1057
|
+
const filterSensitiveLog: (obj: ImportInstanceLaunchSpecification) => any;
|
|
1058
|
+
}
|
|
1059
|
+
export interface ImportInstanceRequest {
|
|
1060
|
+
|
|
1061
|
+
Description?: string;
|
|
1062
|
+
|
|
1063
|
+
DiskImages?: DiskImage[];
|
|
1064
|
+
|
|
1065
|
+
DryRun?: boolean;
|
|
1066
|
+
|
|
1067
|
+
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
1068
|
+
|
|
1069
|
+
Platform: PlatformValues | string | undefined;
|
|
1070
|
+
}
|
|
1071
|
+
export declare namespace ImportInstanceRequest {
|
|
1072
|
+
|
|
1073
|
+
const filterSensitiveLog: (obj: ImportInstanceRequest) => any;
|
|
1074
|
+
}
|
|
1075
|
+
export interface ImportInstanceResult {
|
|
1076
|
+
|
|
1077
|
+
ConversionTask?: ConversionTask;
|
|
1078
|
+
}
|
|
1079
|
+
export declare namespace ImportInstanceResult {
|
|
1080
|
+
|
|
1081
|
+
const filterSensitiveLog: (obj: ImportInstanceResult) => any;
|
|
1082
|
+
}
|
|
1083
|
+
export interface ImportKeyPairRequest {
|
|
1084
|
+
|
|
1085
|
+
DryRun?: boolean;
|
|
1086
|
+
|
|
1087
|
+
KeyName: string | undefined;
|
|
1088
|
+
|
|
1089
|
+
PublicKeyMaterial: Uint8Array | undefined;
|
|
1090
|
+
|
|
1091
|
+
TagSpecifications?: TagSpecification[];
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace ImportKeyPairRequest {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: ImportKeyPairRequest) => any;
|
|
1096
|
+
}
|
|
1097
|
+
export interface ImportKeyPairResult {
|
|
1098
|
+
|
|
1099
|
+
KeyFingerprint?: string;
|
|
1100
|
+
|
|
1101
|
+
KeyName?: string;
|
|
1102
|
+
|
|
1103
|
+
KeyPairId?: string;
|
|
1104
|
+
|
|
1105
|
+
Tags?: Tag[];
|
|
1106
|
+
}
|
|
1107
|
+
export declare namespace ImportKeyPairResult {
|
|
1108
|
+
|
|
1109
|
+
const filterSensitiveLog: (obj: ImportKeyPairResult) => any;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
export interface SnapshotDiskContainer {
|
|
1113
|
+
|
|
1114
|
+
Description?: string;
|
|
1115
|
+
|
|
1116
|
+
Format?: string;
|
|
1117
|
+
|
|
1118
|
+
Url?: string;
|
|
1119
|
+
|
|
1120
|
+
UserBucket?: UserBucket;
|
|
1121
|
+
}
|
|
1122
|
+
export declare namespace SnapshotDiskContainer {
|
|
1123
|
+
|
|
1124
|
+
const filterSensitiveLog: (obj: SnapshotDiskContainer) => any;
|
|
1125
|
+
}
|
|
1126
|
+
export interface ImportSnapshotRequest {
|
|
1127
|
+
|
|
1128
|
+
ClientData?: ClientData;
|
|
1129
|
+
|
|
1130
|
+
ClientToken?: string;
|
|
1131
|
+
|
|
1132
|
+
Description?: string;
|
|
1133
|
+
|
|
1134
|
+
DiskContainer?: SnapshotDiskContainer;
|
|
1135
|
+
|
|
1136
|
+
DryRun?: boolean;
|
|
1137
|
+
|
|
1138
|
+
Encrypted?: boolean;
|
|
1139
|
+
|
|
1140
|
+
KmsKeyId?: string;
|
|
1141
|
+
|
|
1142
|
+
RoleName?: string;
|
|
1143
|
+
|
|
1144
|
+
TagSpecifications?: TagSpecification[];
|
|
1145
|
+
}
|
|
1146
|
+
export declare namespace ImportSnapshotRequest {
|
|
1147
|
+
|
|
1148
|
+
const filterSensitiveLog: (obj: ImportSnapshotRequest) => any;
|
|
1149
|
+
}
|
|
1150
|
+
export interface ImportSnapshotResult {
|
|
1151
|
+
|
|
1152
|
+
Description?: string;
|
|
1153
|
+
|
|
1154
|
+
ImportTaskId?: string;
|
|
1155
|
+
|
|
1156
|
+
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
1157
|
+
|
|
1158
|
+
Tags?: Tag[];
|
|
1159
|
+
}
|
|
1160
|
+
export declare namespace ImportSnapshotResult {
|
|
1161
|
+
|
|
1162
|
+
const filterSensitiveLog: (obj: ImportSnapshotResult) => any;
|
|
1163
|
+
}
|
|
1164
|
+
export interface ImportVolumeRequest {
|
|
1165
|
+
|
|
1166
|
+
AvailabilityZone: string | undefined;
|
|
1167
|
+
|
|
1168
|
+
Description?: string;
|
|
1169
|
+
|
|
1170
|
+
DryRun?: boolean;
|
|
1171
|
+
|
|
1172
|
+
Image: DiskImageDetail | undefined;
|
|
1173
|
+
|
|
1174
|
+
Volume: VolumeDetail | undefined;
|
|
1175
|
+
}
|
|
1176
|
+
export declare namespace ImportVolumeRequest {
|
|
1177
|
+
|
|
1178
|
+
const filterSensitiveLog: (obj: ImportVolumeRequest) => any;
|
|
1179
|
+
}
|
|
1180
|
+
export interface ImportVolumeResult {
|
|
1181
|
+
|
|
1182
|
+
ConversionTask?: ConversionTask;
|
|
1183
|
+
}
|
|
1184
|
+
export declare namespace ImportVolumeResult {
|
|
1185
|
+
|
|
1186
|
+
const filterSensitiveLog: (obj: ImportVolumeResult) => any;
|
|
1187
|
+
}
|
|
1188
|
+
export interface ListImagesInRecycleBinRequest {
|
|
1189
|
+
|
|
1190
|
+
ImageIds?: string[];
|
|
1191
|
+
|
|
1192
|
+
NextToken?: string;
|
|
1193
|
+
|
|
1194
|
+
MaxResults?: number;
|
|
1195
|
+
|
|
1196
|
+
DryRun?: boolean;
|
|
1197
|
+
}
|
|
1198
|
+
export declare namespace ListImagesInRecycleBinRequest {
|
|
1199
|
+
|
|
1200
|
+
const filterSensitiveLog: (obj: ListImagesInRecycleBinRequest) => any;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
export interface ImageRecycleBinInfo {
|
|
1204
|
+
|
|
1205
|
+
ImageId?: string;
|
|
1206
|
+
|
|
1207
|
+
Name?: string;
|
|
1208
|
+
|
|
1209
|
+
Description?: string;
|
|
1210
|
+
|
|
1211
|
+
RecycleBinEnterTime?: Date;
|
|
1212
|
+
|
|
1213
|
+
RecycleBinExitTime?: Date;
|
|
1214
|
+
}
|
|
1215
|
+
export declare namespace ImageRecycleBinInfo {
|
|
1216
|
+
|
|
1217
|
+
const filterSensitiveLog: (obj: ImageRecycleBinInfo) => any;
|
|
1218
|
+
}
|
|
1219
|
+
export interface ListImagesInRecycleBinResult {
|
|
1220
|
+
|
|
1221
|
+
Images?: ImageRecycleBinInfo[];
|
|
1222
|
+
|
|
1223
|
+
NextToken?: string;
|
|
1224
|
+
}
|
|
1225
|
+
export declare namespace ListImagesInRecycleBinResult {
|
|
1226
|
+
|
|
1227
|
+
const filterSensitiveLog: (obj: ListImagesInRecycleBinResult) => any;
|
|
1228
|
+
}
|
|
1229
|
+
export interface ListSnapshotsInRecycleBinRequest {
|
|
1230
|
+
|
|
1231
|
+
MaxResults?: number;
|
|
1232
|
+
|
|
1233
|
+
NextToken?: string;
|
|
1234
|
+
|
|
1235
|
+
SnapshotIds?: string[];
|
|
1236
|
+
|
|
1237
|
+
DryRun?: boolean;
|
|
1238
|
+
}
|
|
1239
|
+
export declare namespace ListSnapshotsInRecycleBinRequest {
|
|
1240
|
+
|
|
1241
|
+
const filterSensitiveLog: (obj: ListSnapshotsInRecycleBinRequest) => any;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export interface SnapshotRecycleBinInfo {
|
|
1245
|
+
|
|
1246
|
+
SnapshotId?: string;
|
|
1247
|
+
|
|
1248
|
+
RecycleBinEnterTime?: Date;
|
|
1249
|
+
|
|
1250
|
+
RecycleBinExitTime?: Date;
|
|
1251
|
+
|
|
1252
|
+
Description?: string;
|
|
1253
|
+
|
|
1254
|
+
VolumeId?: string;
|
|
1255
|
+
}
|
|
1256
|
+
export declare namespace SnapshotRecycleBinInfo {
|
|
1257
|
+
|
|
1258
|
+
const filterSensitiveLog: (obj: SnapshotRecycleBinInfo) => any;
|
|
1259
|
+
}
|
|
1260
|
+
export interface ListSnapshotsInRecycleBinResult {
|
|
1261
|
+
|
|
1262
|
+
Snapshots?: SnapshotRecycleBinInfo[];
|
|
1263
|
+
|
|
1264
|
+
NextToken?: string;
|
|
1265
|
+
}
|
|
1266
|
+
export declare namespace ListSnapshotsInRecycleBinResult {
|
|
1267
|
+
|
|
1268
|
+
const filterSensitiveLog: (obj: ListSnapshotsInRecycleBinResult) => any;
|
|
1269
|
+
}
|
|
1270
|
+
export interface ModifyAddressAttributeRequest {
|
|
1271
|
+
|
|
1272
|
+
AllocationId: string | undefined;
|
|
1273
|
+
|
|
1274
|
+
DomainName?: string;
|
|
1275
|
+
|
|
1276
|
+
DryRun?: boolean;
|
|
1277
|
+
}
|
|
1278
|
+
export declare namespace ModifyAddressAttributeRequest {
|
|
1279
|
+
|
|
1280
|
+
const filterSensitiveLog: (obj: ModifyAddressAttributeRequest) => any;
|
|
1281
|
+
}
|
|
1282
|
+
export interface ModifyAddressAttributeResult {
|
|
1283
|
+
|
|
1284
|
+
Address?: AddressAttribute;
|
|
1285
|
+
}
|
|
1286
|
+
export declare namespace ModifyAddressAttributeResult {
|
|
1287
|
+
|
|
1288
|
+
const filterSensitiveLog: (obj: ModifyAddressAttributeResult) => any;
|
|
1289
|
+
}
|
|
1290
|
+
export declare type ModifyAvailabilityZoneOptInStatus = "not-opted-in" | "opted-in";
|
|
1291
|
+
export interface ModifyAvailabilityZoneGroupRequest {
|
|
1292
|
+
|
|
1293
|
+
GroupName: string | undefined;
|
|
1294
|
+
|
|
1295
|
+
OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
|
|
1296
|
+
|
|
1297
|
+
DryRun?: boolean;
|
|
1298
|
+
}
|
|
1299
|
+
export declare namespace ModifyAvailabilityZoneGroupRequest {
|
|
1300
|
+
|
|
1301
|
+
const filterSensitiveLog: (obj: ModifyAvailabilityZoneGroupRequest) => any;
|
|
1302
|
+
}
|
|
1303
|
+
export interface ModifyAvailabilityZoneGroupResult {
|
|
1304
|
+
|
|
1305
|
+
Return?: boolean;
|
|
1306
|
+
}
|
|
1307
|
+
export declare namespace ModifyAvailabilityZoneGroupResult {
|
|
1308
|
+
|
|
1309
|
+
const filterSensitiveLog: (obj: ModifyAvailabilityZoneGroupResult) => any;
|
|
1310
|
+
}
|
|
1311
|
+
export interface ModifyCapacityReservationRequest {
|
|
1312
|
+
|
|
1313
|
+
CapacityReservationId: string | undefined;
|
|
1314
|
+
|
|
1315
|
+
InstanceCount?: number;
|
|
1316
|
+
|
|
1317
|
+
EndDate?: Date;
|
|
1318
|
+
|
|
1319
|
+
EndDateType?: EndDateType | string;
|
|
1320
|
+
|
|
1321
|
+
Accept?: boolean;
|
|
1322
|
+
|
|
1323
|
+
DryRun?: boolean;
|
|
1324
|
+
|
|
1325
|
+
AdditionalInfo?: string;
|
|
1326
|
+
}
|
|
1327
|
+
export declare namespace ModifyCapacityReservationRequest {
|
|
1328
|
+
|
|
1329
|
+
const filterSensitiveLog: (obj: ModifyCapacityReservationRequest) => any;
|
|
1330
|
+
}
|
|
1331
|
+
export interface ModifyCapacityReservationResult {
|
|
1332
|
+
|
|
1333
|
+
Return?: boolean;
|
|
1334
|
+
}
|
|
1335
|
+
export declare namespace ModifyCapacityReservationResult {
|
|
1336
|
+
|
|
1337
|
+
const filterSensitiveLog: (obj: ModifyCapacityReservationResult) => any;
|
|
1338
|
+
}
|
|
1339
|
+
export interface ModifyCapacityReservationFleetRequest {
|
|
1340
|
+
|
|
1341
|
+
CapacityReservationFleetId: string | undefined;
|
|
1342
|
+
|
|
1343
|
+
TotalTargetCapacity?: number;
|
|
1344
|
+
|
|
1345
|
+
EndDate?: Date;
|
|
1346
|
+
|
|
1347
|
+
DryRun?: boolean;
|
|
1348
|
+
|
|
1349
|
+
RemoveEndDate?: boolean;
|
|
1350
|
+
}
|
|
1351
|
+
export declare namespace ModifyCapacityReservationFleetRequest {
|
|
1352
|
+
|
|
1353
|
+
const filterSensitiveLog: (obj: ModifyCapacityReservationFleetRequest) => any;
|
|
1354
|
+
}
|
|
1355
|
+
export interface ModifyCapacityReservationFleetResult {
|
|
1356
|
+
|
|
1357
|
+
Return?: boolean;
|
|
1358
|
+
}
|
|
1359
|
+
export declare namespace ModifyCapacityReservationFleetResult {
|
|
1360
|
+
|
|
1361
|
+
const filterSensitiveLog: (obj: ModifyCapacityReservationFleetResult) => any;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
export interface DnsServersOptionsModifyStructure {
|
|
1365
|
+
|
|
1366
|
+
CustomDnsServers?: string[];
|
|
1367
|
+
|
|
1368
|
+
Enabled?: boolean;
|
|
1369
|
+
}
|
|
1370
|
+
export declare namespace DnsServersOptionsModifyStructure {
|
|
1371
|
+
|
|
1372
|
+
const filterSensitiveLog: (obj: DnsServersOptionsModifyStructure) => any;
|
|
1373
|
+
}
|
|
1374
|
+
export interface ModifyClientVpnEndpointRequest {
|
|
1375
|
+
|
|
1376
|
+
ClientVpnEndpointId: string | undefined;
|
|
1377
|
+
|
|
1378
|
+
ServerCertificateArn?: string;
|
|
1379
|
+
|
|
1380
|
+
ConnectionLogOptions?: ConnectionLogOptions;
|
|
1381
|
+
|
|
1382
|
+
DnsServers?: DnsServersOptionsModifyStructure;
|
|
1383
|
+
|
|
1384
|
+
VpnPort?: number;
|
|
1385
|
+
|
|
1386
|
+
Description?: string;
|
|
1387
|
+
|
|
1388
|
+
SplitTunnel?: boolean;
|
|
1389
|
+
|
|
1390
|
+
DryRun?: boolean;
|
|
1391
|
+
|
|
1392
|
+
SecurityGroupIds?: string[];
|
|
1393
|
+
|
|
1394
|
+
VpcId?: string;
|
|
1395
|
+
|
|
1396
|
+
SelfServicePortal?: SelfServicePortal | string;
|
|
1397
|
+
|
|
1398
|
+
ClientConnectOptions?: ClientConnectOptions;
|
|
1399
|
+
|
|
1400
|
+
SessionTimeoutHours?: number;
|
|
1401
|
+
|
|
1402
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
1403
|
+
}
|
|
1404
|
+
export declare namespace ModifyClientVpnEndpointRequest {
|
|
1405
|
+
|
|
1406
|
+
const filterSensitiveLog: (obj: ModifyClientVpnEndpointRequest) => any;
|
|
1407
|
+
}
|
|
1408
|
+
export interface ModifyClientVpnEndpointResult {
|
|
1409
|
+
|
|
1410
|
+
Return?: boolean;
|
|
1411
|
+
}
|
|
1412
|
+
export declare namespace ModifyClientVpnEndpointResult {
|
|
1413
|
+
|
|
1414
|
+
const filterSensitiveLog: (obj: ModifyClientVpnEndpointResult) => any;
|
|
1415
|
+
}
|
|
1416
|
+
export interface ModifyDefaultCreditSpecificationRequest {
|
|
1417
|
+
|
|
1418
|
+
DryRun?: boolean;
|
|
1419
|
+
|
|
1420
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
1421
|
+
|
|
1422
|
+
CpuCredits: string | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export declare namespace ModifyDefaultCreditSpecificationRequest {
|
|
1425
|
+
|
|
1426
|
+
const filterSensitiveLog: (obj: ModifyDefaultCreditSpecificationRequest) => any;
|
|
1427
|
+
}
|
|
1428
|
+
export interface ModifyDefaultCreditSpecificationResult {
|
|
1429
|
+
|
|
1430
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
1431
|
+
}
|
|
1432
|
+
export declare namespace ModifyDefaultCreditSpecificationResult {
|
|
1433
|
+
|
|
1434
|
+
const filterSensitiveLog: (obj: ModifyDefaultCreditSpecificationResult) => any;
|
|
1435
|
+
}
|
|
1436
|
+
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
1437
|
+
|
|
1438
|
+
KmsKeyId: string | undefined;
|
|
1439
|
+
|
|
1440
|
+
DryRun?: boolean;
|
|
1441
|
+
}
|
|
1442
|
+
export declare namespace ModifyEbsDefaultKmsKeyIdRequest {
|
|
1443
|
+
|
|
1444
|
+
const filterSensitiveLog: (obj: ModifyEbsDefaultKmsKeyIdRequest) => any;
|
|
1445
|
+
}
|
|
1446
|
+
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
1447
|
+
|
|
1448
|
+
KmsKeyId?: string;
|
|
1449
|
+
}
|
|
1450
|
+
export declare namespace ModifyEbsDefaultKmsKeyIdResult {
|
|
1451
|
+
|
|
1452
|
+
const filterSensitiveLog: (obj: ModifyEbsDefaultKmsKeyIdResult) => any;
|
|
1453
|
+
}
|
|
1454
|
+
export interface ModifyFleetRequest {
|
|
1455
|
+
|
|
1456
|
+
DryRun?: boolean;
|
|
1457
|
+
|
|
1458
|
+
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | string;
|
|
1459
|
+
|
|
1460
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[];
|
|
1461
|
+
|
|
1462
|
+
FleetId: string | undefined;
|
|
1463
|
+
|
|
1464
|
+
TargetCapacitySpecification?: TargetCapacitySpecificationRequest;
|
|
1465
|
+
|
|
1466
|
+
Context?: string;
|
|
1467
|
+
}
|
|
1468
|
+
export declare namespace ModifyFleetRequest {
|
|
1469
|
+
|
|
1470
|
+
const filterSensitiveLog: (obj: ModifyFleetRequest) => any;
|
|
1471
|
+
}
|
|
1472
|
+
export interface ModifyFleetResult {
|
|
1473
|
+
|
|
1474
|
+
Return?: boolean;
|
|
1475
|
+
}
|
|
1476
|
+
export declare namespace ModifyFleetResult {
|
|
1477
|
+
|
|
1478
|
+
const filterSensitiveLog: (obj: ModifyFleetResult) => any;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
export interface LoadPermissionRequest {
|
|
1482
|
+
|
|
1483
|
+
Group?: PermissionGroup | string;
|
|
1484
|
+
|
|
1485
|
+
UserId?: string;
|
|
1486
|
+
}
|
|
1487
|
+
export declare namespace LoadPermissionRequest {
|
|
1488
|
+
|
|
1489
|
+
const filterSensitiveLog: (obj: LoadPermissionRequest) => any;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export interface LoadPermissionModifications {
|
|
1493
|
+
|
|
1494
|
+
Add?: LoadPermissionRequest[];
|
|
1495
|
+
|
|
1496
|
+
Remove?: LoadPermissionRequest[];
|
|
1497
|
+
}
|
|
1498
|
+
export declare namespace LoadPermissionModifications {
|
|
1499
|
+
|
|
1500
|
+
const filterSensitiveLog: (obj: LoadPermissionModifications) => any;
|
|
1501
|
+
}
|
|
1502
|
+
export declare type OperationType = "add" | "remove";
|
|
1503
|
+
export interface ModifyFpgaImageAttributeRequest {
|
|
1504
|
+
|
|
1505
|
+
DryRun?: boolean;
|
|
1506
|
+
|
|
1507
|
+
FpgaImageId: string | undefined;
|
|
1508
|
+
|
|
1509
|
+
Attribute?: FpgaImageAttributeName | string;
|
|
1510
|
+
|
|
1511
|
+
OperationType?: OperationType | string;
|
|
1512
|
+
|
|
1513
|
+
UserIds?: string[];
|
|
1514
|
+
|
|
1515
|
+
UserGroups?: string[];
|
|
1516
|
+
|
|
1517
|
+
ProductCodes?: string[];
|
|
1518
|
+
|
|
1519
|
+
LoadPermission?: LoadPermissionModifications;
|
|
1520
|
+
|
|
1521
|
+
Description?: string;
|
|
1522
|
+
|
|
1523
|
+
Name?: string;
|
|
1524
|
+
}
|
|
1525
|
+
export declare namespace ModifyFpgaImageAttributeRequest {
|
|
1526
|
+
|
|
1527
|
+
const filterSensitiveLog: (obj: ModifyFpgaImageAttributeRequest) => any;
|
|
1528
|
+
}
|
|
1529
|
+
export interface ModifyFpgaImageAttributeResult {
|
|
1530
|
+
|
|
1531
|
+
FpgaImageAttribute?: FpgaImageAttribute;
|
|
1532
|
+
}
|
|
1533
|
+
export declare namespace ModifyFpgaImageAttributeResult {
|
|
1534
|
+
|
|
1535
|
+
const filterSensitiveLog: (obj: ModifyFpgaImageAttributeResult) => any;
|
|
1536
|
+
}
|
|
1537
|
+
export interface ModifyHostsRequest {
|
|
1538
|
+
|
|
1539
|
+
AutoPlacement?: AutoPlacement | string;
|
|
1540
|
+
|
|
1541
|
+
HostIds: string[] | undefined;
|
|
1542
|
+
|
|
1543
|
+
HostRecovery?: HostRecovery | string;
|
|
1544
|
+
|
|
1545
|
+
InstanceType?: string;
|
|
1546
|
+
|
|
1547
|
+
InstanceFamily?: string;
|
|
1548
|
+
}
|
|
1549
|
+
export declare namespace ModifyHostsRequest {
|
|
1550
|
+
|
|
1551
|
+
const filterSensitiveLog: (obj: ModifyHostsRequest) => any;
|
|
1552
|
+
}
|
|
1553
|
+
export interface ModifyHostsResult {
|
|
1554
|
+
|
|
1555
|
+
Successful?: string[];
|
|
1556
|
+
|
|
1557
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
1558
|
+
}
|
|
1559
|
+
export declare namespace ModifyHostsResult {
|
|
1560
|
+
|
|
1561
|
+
const filterSensitiveLog: (obj: ModifyHostsResult) => any;
|
|
1562
|
+
}
|
|
1563
|
+
export interface ModifyIdentityIdFormatRequest {
|
|
1564
|
+
|
|
1565
|
+
PrincipalArn: string | undefined;
|
|
1566
|
+
|
|
1567
|
+
Resource: string | undefined;
|
|
1568
|
+
|
|
1569
|
+
UseLongIds: boolean | undefined;
|
|
1570
|
+
}
|
|
1571
|
+
export declare namespace ModifyIdentityIdFormatRequest {
|
|
1572
|
+
|
|
1573
|
+
const filterSensitiveLog: (obj: ModifyIdentityIdFormatRequest) => any;
|
|
1574
|
+
}
|
|
1575
|
+
export interface ModifyIdFormatRequest {
|
|
1576
|
+
|
|
1577
|
+
Resource: string | undefined;
|
|
1578
|
+
|
|
1579
|
+
UseLongIds: boolean | undefined;
|
|
1580
|
+
}
|
|
1581
|
+
export declare namespace ModifyIdFormatRequest {
|
|
1582
|
+
|
|
1583
|
+
const filterSensitiveLog: (obj: ModifyIdFormatRequest) => any;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
export interface LaunchPermissionModifications {
|
|
1587
|
+
|
|
1588
|
+
Add?: LaunchPermission[];
|
|
1589
|
+
|
|
1590
|
+
Remove?: LaunchPermission[];
|
|
1591
|
+
}
|
|
1592
|
+
export declare namespace LaunchPermissionModifications {
|
|
1593
|
+
|
|
1594
|
+
const filterSensitiveLog: (obj: LaunchPermissionModifications) => any;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
export interface ModifyImageAttributeRequest {
|
|
1598
|
+
|
|
1599
|
+
Attribute?: string;
|
|
1600
|
+
|
|
1601
|
+
Description?: AttributeValue;
|
|
1602
|
+
|
|
1603
|
+
ImageId: string | undefined;
|
|
1604
|
+
|
|
1605
|
+
LaunchPermission?: LaunchPermissionModifications;
|
|
1606
|
+
|
|
1607
|
+
OperationType?: OperationType | string;
|
|
1608
|
+
|
|
1609
|
+
ProductCodes?: string[];
|
|
1610
|
+
|
|
1611
|
+
UserGroups?: string[];
|
|
1612
|
+
|
|
1613
|
+
UserIds?: string[];
|
|
1614
|
+
|
|
1615
|
+
Value?: string;
|
|
1616
|
+
|
|
1617
|
+
DryRun?: boolean;
|
|
1618
|
+
|
|
1619
|
+
OrganizationArns?: string[];
|
|
1620
|
+
|
|
1621
|
+
OrganizationalUnitArns?: string[];
|
|
1622
|
+
}
|
|
1623
|
+
export declare namespace ModifyImageAttributeRequest {
|
|
1624
|
+
|
|
1625
|
+
const filterSensitiveLog: (obj: ModifyImageAttributeRequest) => any;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
export interface EbsInstanceBlockDeviceSpecification {
|
|
1629
|
+
|
|
1630
|
+
DeleteOnTermination?: boolean;
|
|
1631
|
+
|
|
1632
|
+
VolumeId?: string;
|
|
1633
|
+
}
|
|
1634
|
+
export declare namespace EbsInstanceBlockDeviceSpecification {
|
|
1635
|
+
|
|
1636
|
+
const filterSensitiveLog: (obj: EbsInstanceBlockDeviceSpecification) => any;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
export interface InstanceBlockDeviceMappingSpecification {
|
|
1640
|
+
|
|
1641
|
+
DeviceName?: string;
|
|
1642
|
+
|
|
1643
|
+
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
1644
|
+
|
|
1645
|
+
NoDevice?: string;
|
|
1646
|
+
|
|
1647
|
+
VirtualName?: string;
|
|
1648
|
+
}
|
|
1649
|
+
export declare namespace InstanceBlockDeviceMappingSpecification {
|
|
1650
|
+
|
|
1651
|
+
const filterSensitiveLog: (obj: InstanceBlockDeviceMappingSpecification) => any;
|
|
1652
|
+
}
|
|
1653
|
+
export interface BlobAttributeValue {
|
|
1654
|
+
Value?: Uint8Array;
|
|
1655
|
+
}
|
|
1656
|
+
export declare namespace BlobAttributeValue {
|
|
1657
|
+
|
|
1658
|
+
const filterSensitiveLog: (obj: BlobAttributeValue) => any;
|
|
1659
|
+
}
|
|
1660
|
+
export interface ModifyInstanceAttributeRequest {
|
|
1661
|
+
|
|
1662
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
1663
|
+
|
|
1664
|
+
Attribute?: InstanceAttributeName | string;
|
|
1665
|
+
|
|
1666
|
+
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
1667
|
+
|
|
1668
|
+
DisableApiTermination?: AttributeBooleanValue;
|
|
1669
|
+
|
|
1670
|
+
DryRun?: boolean;
|
|
1671
|
+
|
|
1672
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
1673
|
+
|
|
1674
|
+
EnaSupport?: AttributeBooleanValue;
|
|
1675
|
+
|
|
1676
|
+
Groups?: string[];
|
|
1677
|
+
|
|
1678
|
+
InstanceId: string | undefined;
|
|
1679
|
+
|
|
1680
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1681
|
+
|
|
1682
|
+
InstanceType?: AttributeValue;
|
|
1683
|
+
|
|
1684
|
+
Kernel?: AttributeValue;
|
|
1685
|
+
|
|
1686
|
+
Ramdisk?: AttributeValue;
|
|
1687
|
+
|
|
1688
|
+
SriovNetSupport?: AttributeValue;
|
|
1689
|
+
|
|
1690
|
+
UserData?: BlobAttributeValue;
|
|
1691
|
+
|
|
1692
|
+
Value?: string;
|
|
1693
|
+
}
|
|
1694
|
+
export declare namespace ModifyInstanceAttributeRequest {
|
|
1695
|
+
|
|
1696
|
+
const filterSensitiveLog: (obj: ModifyInstanceAttributeRequest) => any;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
export interface CapacityReservationSpecification {
|
|
1700
|
+
|
|
1701
|
+
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
1702
|
+
|
|
1703
|
+
CapacityReservationTarget?: CapacityReservationTarget;
|
|
1704
|
+
}
|
|
1705
|
+
export declare namespace CapacityReservationSpecification {
|
|
1706
|
+
|
|
1707
|
+
const filterSensitiveLog: (obj: CapacityReservationSpecification) => any;
|
|
1708
|
+
}
|
|
1709
|
+
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
1710
|
+
|
|
1711
|
+
InstanceId: string | undefined;
|
|
1712
|
+
|
|
1713
|
+
CapacityReservationSpecification: CapacityReservationSpecification | undefined;
|
|
1714
|
+
|
|
1715
|
+
DryRun?: boolean;
|
|
1716
|
+
}
|
|
1717
|
+
export declare namespace ModifyInstanceCapacityReservationAttributesRequest {
|
|
1718
|
+
|
|
1719
|
+
const filterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesRequest) => any;
|
|
1720
|
+
}
|
|
1721
|
+
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
1722
|
+
|
|
1723
|
+
Return?: boolean;
|
|
1724
|
+
}
|
|
1725
|
+
export declare namespace ModifyInstanceCapacityReservationAttributesResult {
|
|
1726
|
+
|
|
1727
|
+
const filterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesResult) => any;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
export interface InstanceCreditSpecificationRequest {
|
|
1731
|
+
|
|
1732
|
+
InstanceId?: string;
|
|
1733
|
+
|
|
1734
|
+
CpuCredits?: string;
|
|
1735
|
+
}
|
|
1736
|
+
export declare namespace InstanceCreditSpecificationRequest {
|
|
1737
|
+
|
|
1738
|
+
const filterSensitiveLog: (obj: InstanceCreditSpecificationRequest) => any;
|
|
1739
|
+
}
|
|
1740
|
+
export interface ModifyInstanceCreditSpecificationRequest {
|
|
1741
|
+
|
|
1742
|
+
DryRun?: boolean;
|
|
1743
|
+
|
|
1744
|
+
ClientToken?: string;
|
|
1745
|
+
|
|
1746
|
+
InstanceCreditSpecifications: InstanceCreditSpecificationRequest[] | undefined;
|
|
1747
|
+
}
|
|
1748
|
+
export declare namespace ModifyInstanceCreditSpecificationRequest {
|
|
1749
|
+
|
|
1750
|
+
const filterSensitiveLog: (obj: ModifyInstanceCreditSpecificationRequest) => any;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
1754
|
+
|
|
1755
|
+
InstanceId?: string;
|
|
1756
|
+
}
|
|
1757
|
+
export declare namespace SuccessfulInstanceCreditSpecificationItem {
|
|
1758
|
+
|
|
1759
|
+
const filterSensitiveLog: (obj: SuccessfulInstanceCreditSpecificationItem) => any;
|
|
1760
|
+
}
|
|
1761
|
+
export declare enum UnsuccessfulInstanceCreditSpecificationErrorCode {
|
|
1762
|
+
INCORRECT_INSTANCE_STATE = "IncorrectInstanceState",
|
|
1763
|
+
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED = "InstanceCreditSpecification.NotSupported",
|
|
1764
|
+
INSTANCE_NOT_FOUND = "InvalidInstanceID.NotFound",
|
|
1765
|
+
INVALID_INSTANCE_ID = "InvalidInstanceID.Malformed"
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
1769
|
+
|
|
1770
|
+
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | string;
|
|
1771
|
+
|
|
1772
|
+
Message?: string;
|
|
1773
|
+
}
|
|
1774
|
+
export declare namespace UnsuccessfulInstanceCreditSpecificationItemError {
|
|
1775
|
+
|
|
1776
|
+
const filterSensitiveLog: (obj: UnsuccessfulInstanceCreditSpecificationItemError) => any;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
1780
|
+
|
|
1781
|
+
InstanceId?: string;
|
|
1782
|
+
|
|
1783
|
+
Error?: UnsuccessfulInstanceCreditSpecificationItemError;
|
|
1784
|
+
}
|
|
1785
|
+
export declare namespace UnsuccessfulInstanceCreditSpecificationItem {
|
|
1786
|
+
|
|
1787
|
+
const filterSensitiveLog: (obj: UnsuccessfulInstanceCreditSpecificationItem) => any;
|
|
1788
|
+
}
|
|
1789
|
+
export interface ModifyInstanceCreditSpecificationResult {
|
|
1790
|
+
|
|
1791
|
+
SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[];
|
|
1792
|
+
|
|
1793
|
+
UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[];
|
|
1794
|
+
}
|
|
1795
|
+
export declare namespace ModifyInstanceCreditSpecificationResult {
|
|
1796
|
+
|
|
1797
|
+
const filterSensitiveLog: (obj: ModifyInstanceCreditSpecificationResult) => any;
|
|
1798
|
+
}
|
|
1799
|
+
export interface ModifyInstanceEventStartTimeRequest {
|
|
1800
|
+
|
|
1801
|
+
DryRun?: boolean;
|
|
1802
|
+
|
|
1803
|
+
InstanceId: string | undefined;
|
|
1804
|
+
|
|
1805
|
+
InstanceEventId: string | undefined;
|
|
1806
|
+
|
|
1807
|
+
NotBefore: Date | undefined;
|
|
1808
|
+
}
|
|
1809
|
+
export declare namespace ModifyInstanceEventStartTimeRequest {
|
|
1810
|
+
|
|
1811
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventStartTimeRequest) => any;
|
|
1812
|
+
}
|
|
1813
|
+
export interface ModifyInstanceEventStartTimeResult {
|
|
1814
|
+
|
|
1815
|
+
Event?: InstanceStatusEvent;
|
|
1816
|
+
}
|
|
1817
|
+
export declare namespace ModifyInstanceEventStartTimeResult {
|
|
1818
|
+
|
|
1819
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventStartTimeResult) => any;
|
|
1820
|
+
}
|
|
1821
|
+
export interface ModifyInstanceEventWindowRequest {
|
|
1822
|
+
|
|
1823
|
+
DryRun?: boolean;
|
|
1824
|
+
|
|
1825
|
+
Name?: string;
|
|
1826
|
+
|
|
1827
|
+
InstanceEventWindowId: string | undefined;
|
|
1828
|
+
|
|
1829
|
+
TimeRanges?: InstanceEventWindowTimeRangeRequest[];
|
|
1830
|
+
|
|
1831
|
+
CronExpression?: string;
|
|
1832
|
+
}
|
|
1833
|
+
export declare namespace ModifyInstanceEventWindowRequest {
|
|
1834
|
+
|
|
1835
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventWindowRequest) => any;
|
|
1836
|
+
}
|
|
1837
|
+
export interface ModifyInstanceEventWindowResult {
|
|
1838
|
+
|
|
1839
|
+
InstanceEventWindow?: InstanceEventWindow;
|
|
1840
|
+
}
|
|
1841
|
+
export declare namespace ModifyInstanceEventWindowResult {
|
|
1842
|
+
|
|
1843
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventWindowResult) => any;
|
|
1844
|
+
}
|
|
1845
|
+
export interface ModifyInstanceMetadataOptionsRequest {
|
|
1846
|
+
|
|
1847
|
+
InstanceId: string | undefined;
|
|
1848
|
+
|
|
1849
|
+
HttpTokens?: HttpTokensState | string;
|
|
1850
|
+
|
|
1851
|
+
HttpPutResponseHopLimit?: number;
|
|
1852
|
+
|
|
1853
|
+
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
1854
|
+
|
|
1855
|
+
DryRun?: boolean;
|
|
1856
|
+
|
|
1857
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
1858
|
+
|
|
1859
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
1860
|
+
}
|
|
1861
|
+
export declare namespace ModifyInstanceMetadataOptionsRequest {
|
|
1862
|
+
|
|
1863
|
+
const filterSensitiveLog: (obj: ModifyInstanceMetadataOptionsRequest) => any;
|
|
1864
|
+
}
|
|
1865
|
+
export interface ModifyInstanceMetadataOptionsResult {
|
|
1866
|
+
|
|
1867
|
+
InstanceId?: string;
|
|
1868
|
+
|
|
1869
|
+
InstanceMetadataOptions?: InstanceMetadataOptionsResponse;
|
|
1870
|
+
}
|
|
1871
|
+
export declare namespace ModifyInstanceMetadataOptionsResult {
|
|
1872
|
+
|
|
1873
|
+
const filterSensitiveLog: (obj: ModifyInstanceMetadataOptionsResult) => any;
|
|
1874
|
+
}
|
|
1875
|
+
export declare type HostTenancy = "dedicated" | "host";
|
|
1876
|
+
export interface ModifyInstancePlacementRequest {
|
|
1877
|
+
|
|
1878
|
+
Affinity?: Affinity | string;
|
|
1879
|
+
|
|
1880
|
+
GroupName?: string;
|
|
1881
|
+
|
|
1882
|
+
HostId?: string;
|
|
1883
|
+
|
|
1884
|
+
InstanceId: string | undefined;
|
|
1885
|
+
|
|
1886
|
+
Tenancy?: HostTenancy | string;
|
|
1887
|
+
|
|
1888
|
+
PartitionNumber?: number;
|
|
1889
|
+
|
|
1890
|
+
HostResourceGroupArn?: string;
|
|
1891
|
+
}
|
|
1892
|
+
export declare namespace ModifyInstancePlacementRequest {
|
|
1893
|
+
|
|
1894
|
+
const filterSensitiveLog: (obj: ModifyInstancePlacementRequest) => any;
|
|
1895
|
+
}
|
|
1896
|
+
export interface ModifyInstancePlacementResult {
|
|
1897
|
+
|
|
1898
|
+
Return?: boolean;
|
|
1899
|
+
}
|
|
1900
|
+
export declare namespace ModifyInstancePlacementResult {
|
|
1901
|
+
|
|
1902
|
+
const filterSensitiveLog: (obj: ModifyInstancePlacementResult) => any;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
export interface RemoveIpamOperatingRegion {
|
|
1906
|
+
|
|
1907
|
+
RegionName?: string;
|
|
1908
|
+
}
|
|
1909
|
+
export declare namespace RemoveIpamOperatingRegion {
|
|
1910
|
+
|
|
1911
|
+
const filterSensitiveLog: (obj: RemoveIpamOperatingRegion) => any;
|
|
1912
|
+
}
|
|
1913
|
+
export interface ModifyIpamRequest {
|
|
1914
|
+
|
|
1915
|
+
DryRun?: boolean;
|
|
1916
|
+
|
|
1917
|
+
IpamId: string | undefined;
|
|
1918
|
+
|
|
1919
|
+
Description?: string;
|
|
1920
|
+
|
|
1921
|
+
AddOperatingRegions?: AddIpamOperatingRegion[];
|
|
1922
|
+
|
|
1923
|
+
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
1924
|
+
}
|
|
1925
|
+
export declare namespace ModifyIpamRequest {
|
|
1926
|
+
|
|
1927
|
+
const filterSensitiveLog: (obj: ModifyIpamRequest) => any;
|
|
1928
|
+
}
|
|
1929
|
+
export interface ModifyIpamResult {
|
|
1930
|
+
|
|
1931
|
+
Ipam?: Ipam;
|
|
1932
|
+
}
|
|
1933
|
+
export declare namespace ModifyIpamResult {
|
|
1934
|
+
|
|
1935
|
+
const filterSensitiveLog: (obj: ModifyIpamResult) => any;
|
|
1936
|
+
}
|
|
1937
|
+
export interface ModifyIpamPoolRequest {
|
|
1938
|
+
|
|
1939
|
+
DryRun?: boolean;
|
|
1940
|
+
|
|
1941
|
+
IpamPoolId: string | undefined;
|
|
1942
|
+
|
|
1943
|
+
Description?: string;
|
|
1944
|
+
|
|
1945
|
+
AutoImport?: boolean;
|
|
1946
|
+
|
|
1947
|
+
AllocationMinNetmaskLength?: number;
|
|
1948
|
+
|
|
1949
|
+
AllocationMaxNetmaskLength?: number;
|
|
1950
|
+
|
|
1951
|
+
AllocationDefaultNetmaskLength?: number;
|
|
1952
|
+
|
|
1953
|
+
ClearAllocationDefaultNetmaskLength?: boolean;
|
|
1954
|
+
|
|
1955
|
+
AddAllocationResourceTags?: RequestIpamResourceTag[];
|
|
1956
|
+
|
|
1957
|
+
RemoveAllocationResourceTags?: RequestIpamResourceTag[];
|
|
1958
|
+
}
|
|
1959
|
+
export declare namespace ModifyIpamPoolRequest {
|
|
1960
|
+
|
|
1961
|
+
const filterSensitiveLog: (obj: ModifyIpamPoolRequest) => any;
|
|
1962
|
+
}
|
|
1963
|
+
export interface ModifyIpamPoolResult {
|
|
1964
|
+
|
|
1965
|
+
IpamPool?: IpamPool;
|
|
1966
|
+
}
|
|
1967
|
+
export declare namespace ModifyIpamPoolResult {
|
|
1968
|
+
|
|
1969
|
+
const filterSensitiveLog: (obj: ModifyIpamPoolResult) => any;
|
|
1970
|
+
}
|
|
1971
|
+
export interface ModifyIpamResourceCidrRequest {
|
|
1972
|
+
|
|
1973
|
+
DryRun?: boolean;
|
|
1974
|
+
|
|
1975
|
+
ResourceId: string | undefined;
|
|
1976
|
+
|
|
1977
|
+
ResourceCidr: string | undefined;
|
|
1978
|
+
|
|
1979
|
+
ResourceRegion: string | undefined;
|
|
1980
|
+
|
|
1981
|
+
CurrentIpamScopeId: string | undefined;
|
|
1982
|
+
|
|
1983
|
+
DestinationIpamScopeId?: string;
|
|
1984
|
+
|
|
1985
|
+
Monitored: boolean | undefined;
|
|
1986
|
+
}
|
|
1987
|
+
export declare namespace ModifyIpamResourceCidrRequest {
|
|
1988
|
+
|
|
1989
|
+
const filterSensitiveLog: (obj: ModifyIpamResourceCidrRequest) => any;
|
|
1990
|
+
}
|
|
1991
|
+
export interface ModifyIpamResourceCidrResult {
|
|
1992
|
+
|
|
1993
|
+
IpamResourceCidr?: IpamResourceCidr;
|
|
1994
|
+
}
|
|
1995
|
+
export declare namespace ModifyIpamResourceCidrResult {
|
|
1996
|
+
|
|
1997
|
+
const filterSensitiveLog: (obj: ModifyIpamResourceCidrResult) => any;
|
|
1998
|
+
}
|
|
1999
|
+
export interface ModifyIpamScopeRequest {
|
|
2000
|
+
|
|
2001
|
+
DryRun?: boolean;
|
|
2002
|
+
|
|
2003
|
+
IpamScopeId: string | undefined;
|
|
2004
|
+
|
|
2005
|
+
Description?: string;
|
|
2006
|
+
}
|
|
2007
|
+
export declare namespace ModifyIpamScopeRequest {
|
|
2008
|
+
|
|
2009
|
+
const filterSensitiveLog: (obj: ModifyIpamScopeRequest) => any;
|
|
2010
|
+
}
|
|
2011
|
+
export interface ModifyIpamScopeResult {
|
|
2012
|
+
|
|
2013
|
+
IpamScope?: IpamScope;
|
|
2014
|
+
}
|
|
2015
|
+
export declare namespace ModifyIpamScopeResult {
|
|
2016
|
+
|
|
2017
|
+
const filterSensitiveLog: (obj: ModifyIpamScopeResult) => any;
|
|
2018
|
+
}
|
|
2019
|
+
export interface ModifyLaunchTemplateRequest {
|
|
2020
|
+
|
|
2021
|
+
DryRun?: boolean;
|
|
2022
|
+
|
|
2023
|
+
ClientToken?: string;
|
|
2024
|
+
|
|
2025
|
+
LaunchTemplateId?: string;
|
|
2026
|
+
|
|
2027
|
+
LaunchTemplateName?: string;
|
|
2028
|
+
|
|
2029
|
+
DefaultVersion?: string;
|
|
2030
|
+
}
|
|
2031
|
+
export declare namespace ModifyLaunchTemplateRequest {
|
|
2032
|
+
|
|
2033
|
+
const filterSensitiveLog: (obj: ModifyLaunchTemplateRequest) => any;
|
|
2034
|
+
}
|
|
2035
|
+
export interface ModifyLaunchTemplateResult {
|
|
2036
|
+
|
|
2037
|
+
LaunchTemplate?: LaunchTemplate;
|
|
2038
|
+
}
|
|
2039
|
+
export declare namespace ModifyLaunchTemplateResult {
|
|
2040
|
+
|
|
2041
|
+
const filterSensitiveLog: (obj: ModifyLaunchTemplateResult) => any;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
export interface RemovePrefixListEntry {
|
|
2045
|
+
|
|
2046
|
+
Cidr: string | undefined;
|
|
2047
|
+
}
|
|
2048
|
+
export declare namespace RemovePrefixListEntry {
|
|
2049
|
+
|
|
2050
|
+
const filterSensitiveLog: (obj: RemovePrefixListEntry) => any;
|
|
2051
|
+
}
|
|
2052
|
+
export interface ModifyManagedPrefixListRequest {
|
|
2053
|
+
|
|
2054
|
+
DryRun?: boolean;
|
|
2055
|
+
|
|
2056
|
+
PrefixListId: string | undefined;
|
|
2057
|
+
|
|
2058
|
+
CurrentVersion?: number;
|
|
2059
|
+
|
|
2060
|
+
PrefixListName?: string;
|
|
2061
|
+
|
|
2062
|
+
AddEntries?: AddPrefixListEntry[];
|
|
2063
|
+
|
|
2064
|
+
RemoveEntries?: RemovePrefixListEntry[];
|
|
2065
|
+
|
|
2066
|
+
MaxEntries?: number;
|
|
2067
|
+
}
|
|
2068
|
+
export declare namespace ModifyManagedPrefixListRequest {
|
|
2069
|
+
|
|
2070
|
+
const filterSensitiveLog: (obj: ModifyManagedPrefixListRequest) => any;
|
|
2071
|
+
}
|
|
2072
|
+
export interface ModifyManagedPrefixListResult {
|
|
2073
|
+
|
|
2074
|
+
PrefixList?: ManagedPrefixList;
|
|
2075
|
+
}
|
|
2076
|
+
export declare namespace ModifyManagedPrefixListResult {
|
|
2077
|
+
|
|
2078
|
+
const filterSensitiveLog: (obj: ModifyManagedPrefixListResult) => any;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
export interface NetworkInterfaceAttachmentChanges {
|
|
2082
|
+
|
|
2083
|
+
AttachmentId?: string;
|
|
2084
|
+
|
|
2085
|
+
DeleteOnTermination?: boolean;
|
|
2086
|
+
}
|
|
2087
|
+
export declare namespace NetworkInterfaceAttachmentChanges {
|
|
2088
|
+
|
|
2089
|
+
const filterSensitiveLog: (obj: NetworkInterfaceAttachmentChanges) => any;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
2093
|
+
|
|
2094
|
+
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
2095
|
+
|
|
2096
|
+
Description?: AttributeValue;
|
|
2097
|
+
|
|
2098
|
+
DryRun?: boolean;
|
|
2099
|
+
|
|
2100
|
+
Groups?: string[];
|
|
2101
|
+
|
|
2102
|
+
NetworkInterfaceId: string | undefined;
|
|
2103
|
+
|
|
2104
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
2105
|
+
}
|
|
2106
|
+
export declare namespace ModifyNetworkInterfaceAttributeRequest {
|
|
2107
|
+
|
|
2108
|
+
const filterSensitiveLog: (obj: ModifyNetworkInterfaceAttributeRequest) => any;
|
|
2109
|
+
}
|
|
2110
|
+
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
2111
|
+
|
|
2112
|
+
DryRun?: boolean;
|
|
2113
|
+
|
|
2114
|
+
InstanceId?: string;
|
|
2115
|
+
|
|
2116
|
+
PrivateDnsHostnameType?: HostnameType | string;
|
|
2117
|
+
|
|
2118
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
2119
|
+
|
|
2120
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
2121
|
+
}
|
|
2122
|
+
export declare namespace ModifyPrivateDnsNameOptionsRequest {
|
|
2123
|
+
|
|
2124
|
+
const filterSensitiveLog: (obj: ModifyPrivateDnsNameOptionsRequest) => any;
|
|
2125
|
+
}
|
|
2126
|
+
export interface ModifyPrivateDnsNameOptionsResult {
|
|
2127
|
+
|
|
2128
|
+
Return?: boolean;
|
|
2129
|
+
}
|
|
2130
|
+
export declare namespace ModifyPrivateDnsNameOptionsResult {
|
|
2131
|
+
|
|
2132
|
+
const filterSensitiveLog: (obj: ModifyPrivateDnsNameOptionsResult) => any;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
export interface ModifyReservedInstancesRequest {
|
|
2136
|
+
|
|
2137
|
+
ReservedInstancesIds: string[] | undefined;
|
|
2138
|
+
|
|
2139
|
+
ClientToken?: string;
|
|
2140
|
+
|
|
2141
|
+
TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
|
|
2142
|
+
}
|
|
2143
|
+
export declare namespace ModifyReservedInstancesRequest {
|
|
2144
|
+
|
|
2145
|
+
const filterSensitiveLog: (obj: ModifyReservedInstancesRequest) => any;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
export interface ModifyReservedInstancesResult {
|
|
2149
|
+
|
|
2150
|
+
ReservedInstancesModificationId?: string;
|
|
2151
|
+
}
|
|
2152
|
+
export declare namespace ModifyReservedInstancesResult {
|
|
2153
|
+
|
|
2154
|
+
const filterSensitiveLog: (obj: ModifyReservedInstancesResult) => any;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
export interface SecurityGroupRuleRequest {
|
|
2158
|
+
|
|
2159
|
+
IpProtocol?: string;
|
|
2160
|
+
|
|
2161
|
+
FromPort?: number;
|
|
2162
|
+
|
|
2163
|
+
ToPort?: number;
|
|
2164
|
+
|
|
2165
|
+
CidrIpv4?: string;
|
|
2166
|
+
|
|
2167
|
+
CidrIpv6?: string;
|
|
2168
|
+
|
|
2169
|
+
PrefixListId?: string;
|
|
2170
|
+
|
|
2171
|
+
ReferencedGroupId?: string;
|
|
2172
|
+
|
|
2173
|
+
Description?: string;
|
|
2174
|
+
}
|
|
2175
|
+
export declare namespace SecurityGroupRuleRequest {
|
|
2176
|
+
|
|
2177
|
+
const filterSensitiveLog: (obj: SecurityGroupRuleRequest) => any;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
export interface SecurityGroupRuleUpdate {
|
|
2181
|
+
|
|
2182
|
+
SecurityGroupRuleId?: string;
|
|
2183
|
+
|
|
2184
|
+
SecurityGroupRule?: SecurityGroupRuleRequest;
|
|
2185
|
+
}
|
|
2186
|
+
export declare namespace SecurityGroupRuleUpdate {
|
|
2187
|
+
|
|
2188
|
+
const filterSensitiveLog: (obj: SecurityGroupRuleUpdate) => any;
|
|
2189
|
+
}
|
|
2190
|
+
export interface ModifySecurityGroupRulesRequest {
|
|
2191
|
+
|
|
2192
|
+
GroupId: string | undefined;
|
|
2193
|
+
|
|
2194
|
+
SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
|
|
2195
|
+
|
|
2196
|
+
DryRun?: boolean;
|
|
2197
|
+
}
|
|
2198
|
+
export declare namespace ModifySecurityGroupRulesRequest {
|
|
2199
|
+
|
|
2200
|
+
const filterSensitiveLog: (obj: ModifySecurityGroupRulesRequest) => any;
|
|
2201
|
+
}
|
|
2202
|
+
export interface ModifySecurityGroupRulesResult {
|
|
2203
|
+
|
|
2204
|
+
Return?: boolean;
|
|
2205
|
+
}
|
|
2206
|
+
export declare namespace ModifySecurityGroupRulesResult {
|
|
2207
|
+
|
|
2208
|
+
const filterSensitiveLog: (obj: ModifySecurityGroupRulesResult) => any;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
export interface CreateVolumePermissionModifications {
|
|
2212
|
+
|
|
2213
|
+
Add?: CreateVolumePermission[];
|
|
2214
|
+
|
|
2215
|
+
Remove?: CreateVolumePermission[];
|
|
2216
|
+
}
|
|
2217
|
+
export declare namespace CreateVolumePermissionModifications {
|
|
2218
|
+
|
|
2219
|
+
const filterSensitiveLog: (obj: CreateVolumePermissionModifications) => any;
|
|
2220
|
+
}
|
|
2221
|
+
export interface ModifySnapshotAttributeRequest {
|
|
2222
|
+
|
|
2223
|
+
Attribute?: SnapshotAttributeName | string;
|
|
2224
|
+
|
|
2225
|
+
CreateVolumePermission?: CreateVolumePermissionModifications;
|
|
2226
|
+
|
|
2227
|
+
GroupNames?: string[];
|
|
2228
|
+
|
|
2229
|
+
OperationType?: OperationType | string;
|
|
2230
|
+
|
|
2231
|
+
SnapshotId: string | undefined;
|
|
2232
|
+
|
|
2233
|
+
UserIds?: string[];
|
|
2234
|
+
|
|
2235
|
+
DryRun?: boolean;
|
|
2236
|
+
}
|
|
2237
|
+
export declare namespace ModifySnapshotAttributeRequest {
|
|
2238
|
+
|
|
2239
|
+
const filterSensitiveLog: (obj: ModifySnapshotAttributeRequest) => any;
|
|
2240
|
+
}
|
|
2241
|
+
export declare enum TargetStorageTier {
|
|
2242
|
+
archive = "archive"
|
|
2243
|
+
}
|
|
2244
|
+
export interface ModifySnapshotTierRequest {
|
|
2245
|
+
|
|
2246
|
+
SnapshotId: string | undefined;
|
|
2247
|
+
|
|
2248
|
+
StorageTier?: TargetStorageTier | string;
|
|
2249
|
+
|
|
2250
|
+
DryRun?: boolean;
|
|
2251
|
+
}
|
|
2252
|
+
export declare namespace ModifySnapshotTierRequest {
|
|
2253
|
+
|
|
2254
|
+
const filterSensitiveLog: (obj: ModifySnapshotTierRequest) => any;
|
|
2255
|
+
}
|
|
2256
|
+
export interface ModifySnapshotTierResult {
|
|
2257
|
+
|
|
2258
|
+
SnapshotId?: string;
|
|
2259
|
+
|
|
2260
|
+
TieringStartTime?: Date;
|
|
2261
|
+
}
|
|
2262
|
+
export declare namespace ModifySnapshotTierResult {
|
|
2263
|
+
|
|
2264
|
+
const filterSensitiveLog: (obj: ModifySnapshotTierResult) => any;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
export interface ModifySpotFleetRequestRequest {
|
|
2268
|
+
|
|
2269
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | string;
|
|
2270
|
+
|
|
2271
|
+
LaunchTemplateConfigs?: LaunchTemplateConfig[];
|
|
2272
|
+
|
|
2273
|
+
SpotFleetRequestId: string | undefined;
|
|
2274
|
+
|
|
2275
|
+
TargetCapacity?: number;
|
|
2276
|
+
|
|
2277
|
+
OnDemandTargetCapacity?: number;
|
|
2278
|
+
|
|
2279
|
+
Context?: string;
|
|
2280
|
+
}
|
|
2281
|
+
export declare namespace ModifySpotFleetRequestRequest {
|
|
2282
|
+
|
|
2283
|
+
const filterSensitiveLog: (obj: ModifySpotFleetRequestRequest) => any;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
export interface ModifySpotFleetRequestResponse {
|
|
2287
|
+
|
|
2288
|
+
Return?: boolean;
|
|
2289
|
+
}
|
|
2290
|
+
export declare namespace ModifySpotFleetRequestResponse {
|
|
2291
|
+
|
|
2292
|
+
const filterSensitiveLog: (obj: ModifySpotFleetRequestResponse) => any;
|
|
2293
|
+
}
|
|
2294
|
+
export interface ModifySubnetAttributeRequest {
|
|
2295
|
+
|
|
2296
|
+
AssignIpv6AddressOnCreation?: AttributeBooleanValue;
|
|
2297
|
+
|
|
2298
|
+
MapPublicIpOnLaunch?: AttributeBooleanValue;
|
|
2299
|
+
|
|
2300
|
+
SubnetId: string | undefined;
|
|
2301
|
+
|
|
2302
|
+
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue;
|
|
2303
|
+
|
|
2304
|
+
CustomerOwnedIpv4Pool?: string;
|
|
2305
|
+
|
|
2306
|
+
EnableDns64?: AttributeBooleanValue;
|
|
2307
|
+
|
|
2308
|
+
PrivateDnsHostnameTypeOnLaunch?: HostnameType | string;
|
|
2309
|
+
|
|
2310
|
+
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue;
|
|
2311
|
+
|
|
2312
|
+
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue;
|
|
2313
|
+
|
|
2314
|
+
EnableLniAtDeviceIndex?: number;
|
|
2315
|
+
|
|
2316
|
+
DisableLniAtDeviceIndex?: AttributeBooleanValue;
|
|
2317
|
+
}
|
|
2318
|
+
export declare namespace ModifySubnetAttributeRequest {
|
|
2319
|
+
|
|
2320
|
+
const filterSensitiveLog: (obj: ModifySubnetAttributeRequest) => any;
|
|
2321
|
+
}
|
|
2322
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
2323
|
+
|
|
2324
|
+
TrafficMirrorFilterId: string | undefined;
|
|
2325
|
+
|
|
2326
|
+
AddNetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
2327
|
+
|
|
2328
|
+
RemoveNetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
2329
|
+
|
|
2330
|
+
DryRun?: boolean;
|
|
2331
|
+
}
|
|
2332
|
+
export declare namespace ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
2333
|
+
|
|
2334
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterNetworkServicesRequest) => any;
|
|
2335
|
+
}
|
|
2336
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
2337
|
+
|
|
2338
|
+
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
2339
|
+
}
|
|
2340
|
+
export declare namespace ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
2341
|
+
|
|
2342
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterNetworkServicesResult) => any;
|
|
2343
|
+
}
|
|
2344
|
+
export declare type TrafficMirrorFilterRuleField = "description" | "destination-port-range" | "protocol" | "source-port-range";
|
|
2345
|
+
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
2346
|
+
|
|
2347
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
2348
|
+
|
|
2349
|
+
TrafficDirection?: TrafficDirection | string;
|
|
2350
|
+
|
|
2351
|
+
RuleNumber?: number;
|
|
2352
|
+
|
|
2353
|
+
RuleAction?: TrafficMirrorRuleAction | string;
|
|
2354
|
+
|
|
2355
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest;
|
|
2356
|
+
|
|
2357
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest;
|
|
2358
|
+
|
|
2359
|
+
Protocol?: number;
|
|
2360
|
+
|
|
2361
|
+
DestinationCidrBlock?: string;
|
|
2362
|
+
|
|
2363
|
+
SourceCidrBlock?: string;
|
|
2364
|
+
|
|
2365
|
+
Description?: string;
|
|
2366
|
+
|
|
2367
|
+
RemoveFields?: (TrafficMirrorFilterRuleField | string)[];
|
|
2368
|
+
|
|
2369
|
+
DryRun?: boolean;
|
|
2370
|
+
}
|
|
2371
|
+
export declare namespace ModifyTrafficMirrorFilterRuleRequest {
|
|
2372
|
+
|
|
2373
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterRuleRequest) => any;
|
|
2374
|
+
}
|
|
2375
|
+
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
2376
|
+
|
|
2377
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
2378
|
+
}
|
|
2379
|
+
export declare namespace ModifyTrafficMirrorFilterRuleResult {
|
|
2380
|
+
|
|
2381
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterRuleResult) => any;
|
|
2382
|
+
}
|
|
2383
|
+
export declare type TrafficMirrorSessionField = "description" | "packet-length" | "virtual-network-id";
|
|
2384
|
+
export interface ModifyTrafficMirrorSessionRequest {
|
|
2385
|
+
|
|
2386
|
+
TrafficMirrorSessionId: string | undefined;
|
|
2387
|
+
|
|
2388
|
+
TrafficMirrorTargetId?: string;
|
|
2389
|
+
|
|
2390
|
+
TrafficMirrorFilterId?: string;
|
|
2391
|
+
|
|
2392
|
+
PacketLength?: number;
|
|
2393
|
+
|
|
2394
|
+
SessionNumber?: number;
|
|
2395
|
+
|
|
2396
|
+
VirtualNetworkId?: number;
|
|
2397
|
+
|
|
2398
|
+
Description?: string;
|
|
2399
|
+
|
|
2400
|
+
RemoveFields?: (TrafficMirrorSessionField | string)[];
|
|
2401
|
+
|
|
2402
|
+
DryRun?: boolean;
|
|
2403
|
+
}
|
|
2404
|
+
export declare namespace ModifyTrafficMirrorSessionRequest {
|
|
2405
|
+
|
|
2406
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorSessionRequest) => any;
|
|
2407
|
+
}
|
|
2408
|
+
export interface ModifyTrafficMirrorSessionResult {
|
|
2409
|
+
|
|
2410
|
+
TrafficMirrorSession?: TrafficMirrorSession;
|
|
2411
|
+
}
|
|
2412
|
+
export declare namespace ModifyTrafficMirrorSessionResult {
|
|
2413
|
+
|
|
2414
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorSessionResult) => any;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
export interface ModifyTransitGatewayOptions {
|
|
2418
|
+
|
|
2419
|
+
AddTransitGatewayCidrBlocks?: string[];
|
|
2420
|
+
|
|
2421
|
+
RemoveTransitGatewayCidrBlocks?: string[];
|
|
2422
|
+
|
|
2423
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
2424
|
+
|
|
2425
|
+
DnsSupport?: DnsSupportValue | string;
|
|
2426
|
+
|
|
2427
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
2428
|
+
|
|
2429
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
2430
|
+
|
|
2431
|
+
AssociationDefaultRouteTableId?: string;
|
|
2432
|
+
|
|
2433
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
2434
|
+
|
|
2435
|
+
PropagationDefaultRouteTableId?: string;
|
|
2436
|
+
}
|
|
2437
|
+
export declare namespace ModifyTransitGatewayOptions {
|
|
2438
|
+
|
|
2439
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayOptions) => any;
|
|
2440
|
+
}
|
|
2441
|
+
export interface ModifyTransitGatewayRequest {
|
|
2442
|
+
|
|
2443
|
+
TransitGatewayId: string | undefined;
|
|
2444
|
+
|
|
2445
|
+
Description?: string;
|
|
2446
|
+
|
|
2447
|
+
Options?: ModifyTransitGatewayOptions;
|
|
2448
|
+
|
|
2449
|
+
DryRun?: boolean;
|
|
2450
|
+
}
|
|
2451
|
+
export declare namespace ModifyTransitGatewayRequest {
|
|
2452
|
+
|
|
2453
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayRequest) => any;
|
|
2454
|
+
}
|
|
2455
|
+
export interface ModifyTransitGatewayResult {
|
|
2456
|
+
|
|
2457
|
+
TransitGateway?: TransitGateway;
|
|
2458
|
+
}
|
|
2459
|
+
export declare namespace ModifyTransitGatewayResult {
|
|
2460
|
+
|
|
2461
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayResult) => any;
|
|
2462
|
+
}
|
|
2463
|
+
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
2464
|
+
|
|
2465
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
2466
|
+
|
|
2467
|
+
PrefixListId: string | undefined;
|
|
2468
|
+
|
|
2469
|
+
TransitGatewayAttachmentId?: string;
|
|
2470
|
+
|
|
2471
|
+
Blackhole?: boolean;
|
|
2472
|
+
|
|
2473
|
+
DryRun?: boolean;
|
|
2474
|
+
}
|
|
2475
|
+
export declare namespace ModifyTransitGatewayPrefixListReferenceRequest {
|
|
2476
|
+
|
|
2477
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayPrefixListReferenceRequest) => any;
|
|
2478
|
+
}
|
|
2479
|
+
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
2480
|
+
|
|
2481
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
2482
|
+
}
|
|
2483
|
+
export declare namespace ModifyTransitGatewayPrefixListReferenceResult {
|
|
2484
|
+
|
|
2485
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayPrefixListReferenceResult) => any;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
2489
|
+
|
|
2490
|
+
DnsSupport?: DnsSupportValue | string;
|
|
2491
|
+
|
|
2492
|
+
Ipv6Support?: Ipv6SupportValue | string;
|
|
2493
|
+
|
|
2494
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
2495
|
+
}
|
|
2496
|
+
export declare namespace ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
2497
|
+
|
|
2498
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentRequestOptions) => any;
|
|
2499
|
+
}
|
|
2500
|
+
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
2501
|
+
|
|
2502
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
2503
|
+
|
|
2504
|
+
AddSubnetIds?: string[];
|
|
2505
|
+
|
|
2506
|
+
RemoveSubnetIds?: string[];
|
|
2507
|
+
|
|
2508
|
+
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
|
|
2509
|
+
|
|
2510
|
+
DryRun?: boolean;
|
|
2511
|
+
}
|
|
2512
|
+
export declare namespace ModifyTransitGatewayVpcAttachmentRequest {
|
|
2513
|
+
|
|
2514
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentRequest) => any;
|
|
2515
|
+
}
|
|
2516
|
+
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
2517
|
+
|
|
2518
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
2519
|
+
}
|
|
2520
|
+
export declare namespace ModifyTransitGatewayVpcAttachmentResult {
|
|
2521
|
+
|
|
2522
|
+
const filterSensitiveLog: (obj: ModifyTransitGatewayVpcAttachmentResult) => any;
|
|
2523
|
+
}
|
|
2524
|
+
export interface ModifyVolumeRequest {
|
|
2525
|
+
|
|
2526
|
+
DryRun?: boolean;
|
|
2527
|
+
|
|
2528
|
+
VolumeId: string | undefined;
|
|
2529
|
+
|
|
2530
|
+
Size?: number;
|
|
2531
|
+
|
|
2532
|
+
VolumeType?: VolumeType | string;
|
|
2533
|
+
|
|
2534
|
+
Iops?: number;
|
|
2535
|
+
|
|
2536
|
+
Throughput?: number;
|
|
2537
|
+
|
|
2538
|
+
MultiAttachEnabled?: boolean;
|
|
2539
|
+
}
|
|
2540
|
+
export declare namespace ModifyVolumeRequest {
|
|
2541
|
+
|
|
2542
|
+
const filterSensitiveLog: (obj: ModifyVolumeRequest) => any;
|
|
2543
|
+
}
|
|
2544
|
+
export interface ModifyVolumeResult {
|
|
2545
|
+
|
|
2546
|
+
VolumeModification?: VolumeModification;
|
|
2547
|
+
}
|
|
2548
|
+
export declare namespace ModifyVolumeResult {
|
|
2549
|
+
|
|
2550
|
+
const filterSensitiveLog: (obj: ModifyVolumeResult) => any;
|
|
2551
|
+
}
|
|
2552
|
+
export interface ModifyVolumeAttributeRequest {
|
|
2553
|
+
|
|
2554
|
+
AutoEnableIO?: AttributeBooleanValue;
|
|
2555
|
+
|
|
2556
|
+
VolumeId: string | undefined;
|
|
2557
|
+
|
|
2558
|
+
DryRun?: boolean;
|
|
2559
|
+
}
|
|
2560
|
+
export declare namespace ModifyVolumeAttributeRequest {
|
|
2561
|
+
|
|
2562
|
+
const filterSensitiveLog: (obj: ModifyVolumeAttributeRequest) => any;
|
|
2563
|
+
}
|
|
2564
|
+
export interface ModifyVpcAttributeRequest {
|
|
2565
|
+
|
|
2566
|
+
EnableDnsHostnames?: AttributeBooleanValue;
|
|
2567
|
+
|
|
2568
|
+
EnableDnsSupport?: AttributeBooleanValue;
|
|
2569
|
+
|
|
2570
|
+
VpcId: string | undefined;
|
|
2571
|
+
}
|
|
2572
|
+
export declare namespace ModifyVpcAttributeRequest {
|
|
2573
|
+
|
|
2574
|
+
const filterSensitiveLog: (obj: ModifyVpcAttributeRequest) => any;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
export interface ModifyVpcEndpointRequest {
|
|
2578
|
+
|
|
2579
|
+
DryRun?: boolean;
|
|
2580
|
+
|
|
2581
|
+
VpcEndpointId: string | undefined;
|
|
2582
|
+
|
|
2583
|
+
ResetPolicy?: boolean;
|
|
2584
|
+
|
|
2585
|
+
PolicyDocument?: string;
|
|
2586
|
+
|
|
2587
|
+
AddRouteTableIds?: string[];
|
|
2588
|
+
|
|
2589
|
+
RemoveRouteTableIds?: string[];
|
|
2590
|
+
|
|
2591
|
+
AddSubnetIds?: string[];
|
|
2592
|
+
|
|
2593
|
+
RemoveSubnetIds?: string[];
|
|
2594
|
+
|
|
2595
|
+
AddSecurityGroupIds?: string[];
|
|
2596
|
+
|
|
2597
|
+
RemoveSecurityGroupIds?: string[];
|
|
2598
|
+
|
|
2599
|
+
PrivateDnsEnabled?: boolean;
|
|
2600
|
+
}
|
|
2601
|
+
export declare namespace ModifyVpcEndpointRequest {
|
|
2602
|
+
|
|
2603
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointRequest) => any;
|
|
2604
|
+
}
|
|
2605
|
+
export interface ModifyVpcEndpointResult {
|
|
2606
|
+
|
|
2607
|
+
Return?: boolean;
|
|
2608
|
+
}
|
|
2609
|
+
export declare namespace ModifyVpcEndpointResult {
|
|
2610
|
+
|
|
2611
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointResult) => any;
|
|
2612
|
+
}
|
|
2613
|
+
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
2614
|
+
|
|
2615
|
+
DryRun?: boolean;
|
|
2616
|
+
|
|
2617
|
+
ConnectionNotificationId: string | undefined;
|
|
2618
|
+
|
|
2619
|
+
ConnectionNotificationArn?: string;
|
|
2620
|
+
|
|
2621
|
+
ConnectionEvents?: string[];
|
|
2622
|
+
}
|
|
2623
|
+
export declare namespace ModifyVpcEndpointConnectionNotificationRequest {
|
|
2624
|
+
|
|
2625
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointConnectionNotificationRequest) => any;
|
|
2626
|
+
}
|
|
2627
|
+
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
2628
|
+
|
|
2629
|
+
ReturnValue?: boolean;
|
|
2630
|
+
}
|
|
2631
|
+
export declare namespace ModifyVpcEndpointConnectionNotificationResult {
|
|
2632
|
+
|
|
2633
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointConnectionNotificationResult) => any;
|
|
2634
|
+
}
|
|
2635
|
+
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
2636
|
+
|
|
2637
|
+
DryRun?: boolean;
|
|
2638
|
+
|
|
2639
|
+
ServiceId: string | undefined;
|
|
2640
|
+
|
|
2641
|
+
PrivateDnsName?: string;
|
|
2642
|
+
|
|
2643
|
+
RemovePrivateDnsName?: boolean;
|
|
2644
|
+
|
|
2645
|
+
AcceptanceRequired?: boolean;
|
|
2646
|
+
|
|
2647
|
+
AddNetworkLoadBalancerArns?: string[];
|
|
2648
|
+
|
|
2649
|
+
RemoveNetworkLoadBalancerArns?: string[];
|
|
2650
|
+
|
|
2651
|
+
AddGatewayLoadBalancerArns?: string[];
|
|
2652
|
+
|
|
2653
|
+
RemoveGatewayLoadBalancerArns?: string[];
|
|
2654
|
+
}
|
|
2655
|
+
export declare namespace ModifyVpcEndpointServiceConfigurationRequest {
|
|
2656
|
+
|
|
2657
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointServiceConfigurationRequest) => any;
|
|
2658
|
+
}
|
|
2659
|
+
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
2660
|
+
|
|
2661
|
+
Return?: boolean;
|
|
2662
|
+
}
|
|
2663
|
+
export declare namespace ModifyVpcEndpointServiceConfigurationResult {
|
|
2664
|
+
|
|
2665
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointServiceConfigurationResult) => any;
|
|
2666
|
+
}
|
|
2667
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
2668
|
+
|
|
2669
|
+
DryRun?: boolean;
|
|
2670
|
+
|
|
2671
|
+
ServiceId: string | undefined;
|
|
2672
|
+
|
|
2673
|
+
PayerResponsibility: PayerResponsibility | string | undefined;
|
|
2674
|
+
}
|
|
2675
|
+
export declare namespace ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
2676
|
+
|
|
2677
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointServicePayerResponsibilityRequest) => any;
|
|
2678
|
+
}
|
|
2679
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
2680
|
+
|
|
2681
|
+
ReturnValue?: boolean;
|
|
2682
|
+
}
|
|
2683
|
+
export declare namespace ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
2684
|
+
|
|
2685
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointServicePayerResponsibilityResult) => any;
|
|
2686
|
+
}
|
|
2687
|
+
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
2688
|
+
|
|
2689
|
+
DryRun?: boolean;
|
|
2690
|
+
|
|
2691
|
+
ServiceId: string | undefined;
|
|
2692
|
+
|
|
2693
|
+
AddAllowedPrincipals?: string[];
|
|
2694
|
+
|
|
2695
|
+
RemoveAllowedPrincipals?: string[];
|
|
2696
|
+
}
|
|
2697
|
+
export declare namespace ModifyVpcEndpointServicePermissionsRequest {
|
|
2698
|
+
|
|
2699
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointServicePermissionsRequest) => any;
|
|
2700
|
+
}
|
|
2701
|
+
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
2702
|
+
|
|
2703
|
+
ReturnValue?: boolean;
|
|
2704
|
+
}
|
|
2705
|
+
export declare namespace ModifyVpcEndpointServicePermissionsResult {
|
|
2706
|
+
|
|
2707
|
+
const filterSensitiveLog: (obj: ModifyVpcEndpointServicePermissionsResult) => any;
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2710
|
+
export interface PeeringConnectionOptionsRequest {
|
|
2711
|
+
|
|
2712
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
2713
|
+
|
|
2714
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
2715
|
+
|
|
2716
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
2717
|
+
}
|
|
2718
|
+
export declare namespace PeeringConnectionOptionsRequest {
|
|
2719
|
+
|
|
2720
|
+
const filterSensitiveLog: (obj: PeeringConnectionOptionsRequest) => any;
|
|
2721
|
+
}
|
|
2722
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
2723
|
+
|
|
2724
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
2725
|
+
|
|
2726
|
+
DryRun?: boolean;
|
|
2727
|
+
|
|
2728
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
2729
|
+
|
|
2730
|
+
VpcPeeringConnectionId: string | undefined;
|
|
2731
|
+
}
|
|
2732
|
+
export declare namespace ModifyVpcPeeringConnectionOptionsRequest {
|
|
2733
|
+
|
|
2734
|
+
const filterSensitiveLog: (obj: ModifyVpcPeeringConnectionOptionsRequest) => any;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
export interface PeeringConnectionOptions {
|
|
2738
|
+
|
|
2739
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
2740
|
+
|
|
2741
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
2742
|
+
|
|
2743
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
2744
|
+
}
|
|
2745
|
+
export declare namespace PeeringConnectionOptions {
|
|
2746
|
+
|
|
2747
|
+
const filterSensitiveLog: (obj: PeeringConnectionOptions) => any;
|
|
2748
|
+
}
|
|
2749
|
+
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
2750
|
+
|
|
2751
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
2752
|
+
|
|
2753
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
2754
|
+
}
|
|
2755
|
+
export declare namespace ModifyVpcPeeringConnectionOptionsResult {
|
|
2756
|
+
|
|
2757
|
+
const filterSensitiveLog: (obj: ModifyVpcPeeringConnectionOptionsResult) => any;
|
|
2758
|
+
}
|
|
2759
|
+
export declare type VpcTenancy = "default";
|
|
2760
|
+
export interface ModifyVpcTenancyRequest {
|
|
2761
|
+
|
|
2762
|
+
VpcId: string | undefined;
|
|
2763
|
+
|
|
2764
|
+
InstanceTenancy: VpcTenancy | string | undefined;
|
|
2765
|
+
|
|
2766
|
+
DryRun?: boolean;
|
|
2767
|
+
}
|
|
2768
|
+
export declare namespace ModifyVpcTenancyRequest {
|
|
2769
|
+
|
|
2770
|
+
const filterSensitiveLog: (obj: ModifyVpcTenancyRequest) => any;
|
|
2771
|
+
}
|
|
2772
|
+
export interface ModifyVpcTenancyResult {
|
|
2773
|
+
|
|
2774
|
+
ReturnValue?: boolean;
|
|
2775
|
+
}
|
|
2776
|
+
export declare namespace ModifyVpcTenancyResult {
|
|
2777
|
+
|
|
2778
|
+
const filterSensitiveLog: (obj: ModifyVpcTenancyResult) => any;
|
|
2779
|
+
}
|
|
2780
|
+
export interface ModifyVpnConnectionRequest {
|
|
2781
|
+
|
|
2782
|
+
VpnConnectionId: string | undefined;
|
|
2783
|
+
|
|
2784
|
+
TransitGatewayId?: string;
|
|
2785
|
+
|
|
2786
|
+
CustomerGatewayId?: string;
|
|
2787
|
+
|
|
2788
|
+
VpnGatewayId?: string;
|
|
2789
|
+
|
|
2790
|
+
DryRun?: boolean;
|
|
2791
|
+
}
|
|
2792
|
+
export declare namespace ModifyVpnConnectionRequest {
|
|
2793
|
+
|
|
2794
|
+
const filterSensitiveLog: (obj: ModifyVpnConnectionRequest) => any;
|
|
2795
|
+
}
|
|
2796
|
+
export interface ModifyVpnConnectionResult {
|
|
2797
|
+
|
|
2798
|
+
VpnConnection?: VpnConnection;
|
|
2799
|
+
}
|
|
2800
|
+
export declare namespace ModifyVpnConnectionResult {
|
|
2801
|
+
|
|
2802
|
+
const filterSensitiveLog: (obj: ModifyVpnConnectionResult) => any;
|
|
2803
|
+
}
|
|
2804
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
2805
|
+
|
|
2806
|
+
VpnConnectionId: string | undefined;
|
|
2807
|
+
|
|
2808
|
+
LocalIpv4NetworkCidr?: string;
|
|
2809
|
+
|
|
2810
|
+
RemoteIpv4NetworkCidr?: string;
|
|
2811
|
+
|
|
2812
|
+
LocalIpv6NetworkCidr?: string;
|
|
2813
|
+
|
|
2814
|
+
RemoteIpv6NetworkCidr?: string;
|
|
2815
|
+
|
|
2816
|
+
DryRun?: boolean;
|
|
2817
|
+
}
|
|
2818
|
+
export declare namespace ModifyVpnConnectionOptionsRequest {
|
|
2819
|
+
|
|
2820
|
+
const filterSensitiveLog: (obj: ModifyVpnConnectionOptionsRequest) => any;
|
|
2821
|
+
}
|
|
2822
|
+
export interface ModifyVpnConnectionOptionsResult {
|
|
2823
|
+
|
|
2824
|
+
VpnConnection?: VpnConnection;
|
|
2825
|
+
}
|
|
2826
|
+
export declare namespace ModifyVpnConnectionOptionsResult {
|
|
2827
|
+
|
|
2828
|
+
const filterSensitiveLog: (obj: ModifyVpnConnectionOptionsResult) => any;
|
|
2829
|
+
}
|
|
2830
|
+
export interface ModifyVpnTunnelCertificateRequest {
|
|
2831
|
+
|
|
2832
|
+
VpnConnectionId: string | undefined;
|
|
2833
|
+
|
|
2834
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
2835
|
+
|
|
2836
|
+
DryRun?: boolean;
|
|
2837
|
+
}
|
|
2838
|
+
export declare namespace ModifyVpnTunnelCertificateRequest {
|
|
2839
|
+
|
|
2840
|
+
const filterSensitiveLog: (obj: ModifyVpnTunnelCertificateRequest) => any;
|
|
2841
|
+
}
|
|
2842
|
+
export interface ModifyVpnTunnelCertificateResult {
|
|
2843
|
+
|
|
2844
|
+
VpnConnection?: VpnConnection;
|
|
2845
|
+
}
|
|
2846
|
+
export declare namespace ModifyVpnTunnelCertificateResult {
|
|
2847
|
+
|
|
2848
|
+
const filterSensitiveLog: (obj: ModifyVpnTunnelCertificateResult) => any;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
export interface ModifyVpnTunnelOptionsSpecification {
|
|
2852
|
+
|
|
2853
|
+
TunnelInsideCidr?: string;
|
|
2854
|
+
|
|
2855
|
+
TunnelInsideIpv6Cidr?: string;
|
|
2856
|
+
|
|
2857
|
+
PreSharedKey?: string;
|
|
2858
|
+
|
|
2859
|
+
Phase1LifetimeSeconds?: number;
|
|
2860
|
+
|
|
2861
|
+
Phase2LifetimeSeconds?: number;
|
|
2862
|
+
|
|
2863
|
+
RekeyMarginTimeSeconds?: number;
|
|
2864
|
+
|
|
2865
|
+
RekeyFuzzPercentage?: number;
|
|
2866
|
+
|
|
2867
|
+
ReplayWindowSize?: number;
|
|
2868
|
+
|
|
2869
|
+
DPDTimeoutSeconds?: number;
|
|
2870
|
+
|
|
2871
|
+
DPDTimeoutAction?: string;
|
|
2872
|
+
|
|
2873
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
2874
|
+
|
|
2875
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
2876
|
+
|
|
2877
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
2878
|
+
|
|
2879
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
2880
|
+
|
|
2881
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
2882
|
+
|
|
2883
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
2884
|
+
|
|
2885
|
+
IKEVersions?: IKEVersionsRequestListValue[];
|
|
2886
|
+
|
|
2887
|
+
StartupAction?: string;
|
|
2888
|
+
}
|
|
2889
|
+
export declare namespace ModifyVpnTunnelOptionsSpecification {
|
|
2890
|
+
|
|
2891
|
+
const filterSensitiveLog: (obj: ModifyVpnTunnelOptionsSpecification) => any;
|
|
2892
|
+
}
|
|
2893
|
+
export interface ModifyVpnTunnelOptionsRequest {
|
|
2894
|
+
|
|
2895
|
+
VpnConnectionId: string | undefined;
|
|
2896
|
+
|
|
2897
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
2898
|
+
|
|
2899
|
+
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
2900
|
+
|
|
2901
|
+
DryRun?: boolean;
|
|
2902
|
+
}
|
|
2903
|
+
export declare namespace ModifyVpnTunnelOptionsRequest {
|
|
2904
|
+
|
|
2905
|
+
const filterSensitiveLog: (obj: ModifyVpnTunnelOptionsRequest) => any;
|
|
2906
|
+
}
|
|
2907
|
+
export interface ModifyVpnTunnelOptionsResult {
|
|
2908
|
+
|
|
2909
|
+
VpnConnection?: VpnConnection;
|
|
2910
|
+
}
|
|
2911
|
+
export declare namespace ModifyVpnTunnelOptionsResult {
|
|
2912
|
+
|
|
2913
|
+
const filterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
|
|
2914
|
+
}
|
|
2915
|
+
export interface MonitorInstancesRequest {
|
|
2916
|
+
|
|
2917
|
+
InstanceIds: string[] | undefined;
|
|
2918
|
+
|
|
2919
|
+
DryRun?: boolean;
|
|
2920
|
+
}
|
|
2921
|
+
export declare namespace MonitorInstancesRequest {
|
|
2922
|
+
|
|
2923
|
+
const filterSensitiveLog: (obj: MonitorInstancesRequest) => any;
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2926
|
+
export interface InstanceMonitoring {
|
|
2927
|
+
|
|
2928
|
+
InstanceId?: string;
|
|
2929
|
+
|
|
2930
|
+
Monitoring?: Monitoring;
|
|
2931
|
+
}
|
|
2932
|
+
export declare namespace InstanceMonitoring {
|
|
2933
|
+
|
|
2934
|
+
const filterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
2935
|
+
}
|
|
2936
|
+
export interface MonitorInstancesResult {
|
|
2937
|
+
|
|
2938
|
+
InstanceMonitorings?: InstanceMonitoring[];
|
|
2939
|
+
}
|
|
2940
|
+
export declare namespace MonitorInstancesResult {
|
|
2941
|
+
|
|
2942
|
+
const filterSensitiveLog: (obj: MonitorInstancesResult) => any;
|
|
2943
|
+
}
|
|
2944
|
+
export interface MoveAddressToVpcRequest {
|
|
2945
|
+
|
|
2946
|
+
DryRun?: boolean;
|
|
2947
|
+
|
|
2948
|
+
PublicIp: string | undefined;
|
|
2949
|
+
}
|
|
2950
|
+
export declare namespace MoveAddressToVpcRequest {
|
|
2951
|
+
|
|
2952
|
+
const filterSensitiveLog: (obj: MoveAddressToVpcRequest) => any;
|
|
2953
|
+
}
|
|
2954
|
+
export declare enum Status {
|
|
2955
|
+
inClassic = "InClassic",
|
|
2956
|
+
inVpc = "InVpc",
|
|
2957
|
+
moveInProgress = "MoveInProgress"
|
|
2958
|
+
}
|
|
2959
|
+
export interface MoveAddressToVpcResult {
|
|
2960
|
+
|
|
2961
|
+
AllocationId?: string;
|
|
2962
|
+
|
|
2963
|
+
Status?: Status | string;
|
|
2964
|
+
}
|
|
2965
|
+
export declare namespace MoveAddressToVpcResult {
|
|
2966
|
+
|
|
2967
|
+
const filterSensitiveLog: (obj: MoveAddressToVpcResult) => any;
|
|
2968
|
+
}
|
|
2969
|
+
export interface MoveByoipCidrToIpamRequest {
|
|
2970
|
+
|
|
2971
|
+
DryRun?: boolean;
|
|
2972
|
+
|
|
2973
|
+
Cidr: string | undefined;
|
|
2974
|
+
|
|
2975
|
+
IpamPoolId: string | undefined;
|
|
2976
|
+
|
|
2977
|
+
IpamPoolOwner: string | undefined;
|
|
2978
|
+
}
|
|
2979
|
+
export declare namespace MoveByoipCidrToIpamRequest {
|
|
2980
|
+
|
|
2981
|
+
const filterSensitiveLog: (obj: MoveByoipCidrToIpamRequest) => any;
|
|
2982
|
+
}
|
|
2983
|
+
export interface MoveByoipCidrToIpamResult {
|
|
2984
|
+
|
|
2985
|
+
ByoipCidr?: ByoipCidr;
|
|
2986
|
+
}
|
|
2987
|
+
export declare namespace MoveByoipCidrToIpamResult {
|
|
2988
|
+
|
|
2989
|
+
const filterSensitiveLog: (obj: MoveByoipCidrToIpamResult) => any;
|
|
2990
|
+
}
|
|
2991
|
+
|
|
2992
|
+
export interface CidrAuthorizationContext {
|
|
2993
|
+
|
|
2994
|
+
Message: string | undefined;
|
|
2995
|
+
|
|
2996
|
+
Signature: string | undefined;
|
|
2997
|
+
}
|
|
2998
|
+
export declare namespace CidrAuthorizationContext {
|
|
2999
|
+
|
|
3000
|
+
const filterSensitiveLog: (obj: CidrAuthorizationContext) => any;
|
|
3001
|
+
}
|
|
3002
|
+
export interface ProvisionByoipCidrRequest {
|
|
3003
|
+
|
|
3004
|
+
Cidr: string | undefined;
|
|
3005
|
+
|
|
3006
|
+
CidrAuthorizationContext?: CidrAuthorizationContext;
|
|
3007
|
+
|
|
3008
|
+
PubliclyAdvertisable?: boolean;
|
|
3009
|
+
|
|
3010
|
+
Description?: string;
|
|
3011
|
+
|
|
3012
|
+
DryRun?: boolean;
|
|
3013
|
+
|
|
3014
|
+
PoolTagSpecifications?: TagSpecification[];
|
|
3015
|
+
|
|
3016
|
+
MultiRegion?: boolean;
|
|
3017
|
+
}
|
|
3018
|
+
export declare namespace ProvisionByoipCidrRequest {
|
|
3019
|
+
|
|
3020
|
+
const filterSensitiveLog: (obj: ProvisionByoipCidrRequest) => any;
|
|
3021
|
+
}
|
|
3022
|
+
export interface ProvisionByoipCidrResult {
|
|
3023
|
+
|
|
3024
|
+
ByoipCidr?: ByoipCidr;
|
|
3025
|
+
}
|
|
3026
|
+
export declare namespace ProvisionByoipCidrResult {
|
|
3027
|
+
|
|
3028
|
+
const filterSensitiveLog: (obj: ProvisionByoipCidrResult) => any;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
export interface IpamCidrAuthorizationContext {
|
|
3032
|
+
|
|
3033
|
+
Message?: string;
|
|
3034
|
+
|
|
3035
|
+
Signature?: string;
|
|
3036
|
+
}
|
|
3037
|
+
export declare namespace IpamCidrAuthorizationContext {
|
|
3038
|
+
|
|
3039
|
+
const filterSensitiveLog: (obj: IpamCidrAuthorizationContext) => any;
|
|
3040
|
+
}
|
|
3041
|
+
export interface ProvisionIpamPoolCidrRequest {
|
|
3042
|
+
|
|
3043
|
+
DryRun?: boolean;
|
|
3044
|
+
|
|
3045
|
+
IpamPoolId: string | undefined;
|
|
3046
|
+
|
|
3047
|
+
Cidr?: string;
|
|
3048
|
+
|
|
3049
|
+
CidrAuthorizationContext?: IpamCidrAuthorizationContext;
|
|
3050
|
+
}
|
|
3051
|
+
export declare namespace ProvisionIpamPoolCidrRequest {
|
|
3052
|
+
|
|
3053
|
+
const filterSensitiveLog: (obj: ProvisionIpamPoolCidrRequest) => any;
|
|
3054
|
+
}
|
|
3055
|
+
export interface ProvisionIpamPoolCidrResult {
|
|
3056
|
+
|
|
3057
|
+
IpamPoolCidr?: IpamPoolCidr;
|
|
3058
|
+
}
|
|
3059
|
+
export declare namespace ProvisionIpamPoolCidrResult {
|
|
3060
|
+
|
|
3061
|
+
const filterSensitiveLog: (obj: ProvisionIpamPoolCidrResult) => any;
|
|
3062
|
+
}
|
|
3063
|
+
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
3064
|
+
|
|
3065
|
+
DryRun?: boolean;
|
|
3066
|
+
|
|
3067
|
+
IpamPoolId: string | undefined;
|
|
3068
|
+
|
|
3069
|
+
PoolId: string | undefined;
|
|
3070
|
+
|
|
3071
|
+
NetmaskLength: number | undefined;
|
|
3072
|
+
}
|
|
3073
|
+
export declare namespace ProvisionPublicIpv4PoolCidrRequest {
|
|
3074
|
+
|
|
3075
|
+
const filterSensitiveLog: (obj: ProvisionPublicIpv4PoolCidrRequest) => any;
|
|
3076
|
+
}
|
|
3077
|
+
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
3078
|
+
|
|
3079
|
+
PoolId?: string;
|
|
3080
|
+
|
|
3081
|
+
PoolAddressRange?: PublicIpv4PoolRange;
|
|
3082
|
+
}
|
|
3083
|
+
export declare namespace ProvisionPublicIpv4PoolCidrResult {
|
|
3084
|
+
|
|
3085
|
+
const filterSensitiveLog: (obj: ProvisionPublicIpv4PoolCidrResult) => any;
|
|
3086
|
+
}
|
|
3087
|
+
export interface PurchaseHostReservationRequest {
|
|
3088
|
+
|
|
3089
|
+
ClientToken?: string;
|
|
3090
|
+
|
|
3091
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
3092
|
+
|
|
3093
|
+
HostIdSet: string[] | undefined;
|
|
3094
|
+
|
|
3095
|
+
LimitPrice?: string;
|
|
3096
|
+
|
|
3097
|
+
OfferingId: string | undefined;
|
|
3098
|
+
|
|
3099
|
+
TagSpecifications?: TagSpecification[];
|
|
3100
|
+
}
|
|
3101
|
+
export declare namespace PurchaseHostReservationRequest {
|
|
3102
|
+
|
|
3103
|
+
const filterSensitiveLog: (obj: PurchaseHostReservationRequest) => any;
|
|
3104
|
+
}
|
|
3105
|
+
export interface PurchaseHostReservationResult {
|
|
3106
|
+
|
|
3107
|
+
ClientToken?: string;
|
|
3108
|
+
|
|
3109
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
3110
|
+
|
|
3111
|
+
Purchase?: Purchase[];
|
|
3112
|
+
|
|
3113
|
+
TotalHourlyPrice?: string;
|
|
3114
|
+
|
|
3115
|
+
TotalUpfrontPrice?: string;
|
|
3116
|
+
}
|
|
3117
|
+
export declare namespace PurchaseHostReservationResult {
|
|
3118
|
+
|
|
3119
|
+
const filterSensitiveLog: (obj: PurchaseHostReservationResult) => any;
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3122
|
+
export interface ReservedInstanceLimitPrice {
|
|
3123
|
+
|
|
3124
|
+
Amount?: number;
|
|
3125
|
+
|
|
3126
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
3127
|
+
}
|
|
3128
|
+
export declare namespace ReservedInstanceLimitPrice {
|
|
3129
|
+
|
|
3130
|
+
const filterSensitiveLog: (obj: ReservedInstanceLimitPrice) => any;
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
export interface PurchaseReservedInstancesOfferingRequest {
|
|
3134
|
+
|
|
3135
|
+
InstanceCount: number | undefined;
|
|
3136
|
+
|
|
3137
|
+
ReservedInstancesOfferingId: string | undefined;
|
|
3138
|
+
|
|
3139
|
+
DryRun?: boolean;
|
|
3140
|
+
|
|
3141
|
+
LimitPrice?: ReservedInstanceLimitPrice;
|
|
3142
|
+
|
|
3143
|
+
PurchaseTime?: Date;
|
|
3144
|
+
}
|
|
3145
|
+
export declare namespace PurchaseReservedInstancesOfferingRequest {
|
|
3146
|
+
|
|
3147
|
+
const filterSensitiveLog: (obj: PurchaseReservedInstancesOfferingRequest) => any;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
export interface PurchaseReservedInstancesOfferingResult {
|
|
3151
|
+
|
|
3152
|
+
ReservedInstancesId?: string;
|
|
3153
|
+
}
|
|
3154
|
+
export declare namespace PurchaseReservedInstancesOfferingResult {
|
|
3155
|
+
|
|
3156
|
+
const filterSensitiveLog: (obj: PurchaseReservedInstancesOfferingResult) => any;
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
export interface PurchaseRequest {
|
|
3160
|
+
|
|
3161
|
+
InstanceCount: number | undefined;
|
|
3162
|
+
|
|
3163
|
+
PurchaseToken: string | undefined;
|
|
3164
|
+
}
|
|
3165
|
+
export declare namespace PurchaseRequest {
|
|
3166
|
+
|
|
3167
|
+
const filterSensitiveLog: (obj: PurchaseRequest) => any;
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
export interface PurchaseScheduledInstancesRequest {
|
|
3171
|
+
|
|
3172
|
+
ClientToken?: string;
|
|
3173
|
+
|
|
3174
|
+
DryRun?: boolean;
|
|
3175
|
+
|
|
3176
|
+
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
3177
|
+
}
|
|
3178
|
+
export declare namespace PurchaseScheduledInstancesRequest {
|
|
3179
|
+
|
|
3180
|
+
const filterSensitiveLog: (obj: PurchaseScheduledInstancesRequest) => any;
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
export interface PurchaseScheduledInstancesResult {
|
|
3184
|
+
|
|
3185
|
+
ScheduledInstanceSet?: ScheduledInstance[];
|
|
3186
|
+
}
|
|
3187
|
+
export declare namespace PurchaseScheduledInstancesResult {
|
|
3188
|
+
|
|
3189
|
+
const filterSensitiveLog: (obj: PurchaseScheduledInstancesResult) => any;
|
|
3190
|
+
}
|
|
3191
|
+
export interface RebootInstancesRequest {
|
|
3192
|
+
|
|
3193
|
+
InstanceIds: string[] | undefined;
|
|
3194
|
+
|
|
3195
|
+
DryRun?: boolean;
|
|
3196
|
+
}
|
|
3197
|
+
export declare namespace RebootInstancesRequest {
|
|
3198
|
+
|
|
3199
|
+
const filterSensitiveLog: (obj: RebootInstancesRequest) => any;
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
export interface RegisterImageRequest {
|
|
3203
|
+
|
|
3204
|
+
ImageLocation?: string;
|
|
3205
|
+
|
|
3206
|
+
Architecture?: ArchitectureValues | string;
|
|
3207
|
+
|
|
3208
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3209
|
+
|
|
3210
|
+
Description?: string;
|
|
3211
|
+
|
|
3212
|
+
DryRun?: boolean;
|
|
3213
|
+
|
|
3214
|
+
EnaSupport?: boolean;
|
|
3215
|
+
|
|
3216
|
+
KernelId?: string;
|
|
3217
|
+
|
|
3218
|
+
Name: string | undefined;
|
|
3219
|
+
|
|
3220
|
+
BillingProducts?: string[];
|
|
3221
|
+
|
|
3222
|
+
RamdiskId?: string;
|
|
3223
|
+
|
|
3224
|
+
RootDeviceName?: string;
|
|
3225
|
+
|
|
3226
|
+
SriovNetSupport?: string;
|
|
3227
|
+
|
|
3228
|
+
VirtualizationType?: string;
|
|
3229
|
+
|
|
3230
|
+
BootMode?: BootModeValues | string;
|
|
3231
|
+
}
|
|
3232
|
+
export declare namespace RegisterImageRequest {
|
|
3233
|
+
|
|
3234
|
+
const filterSensitiveLog: (obj: RegisterImageRequest) => any;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
export interface RegisterImageResult {
|
|
3238
|
+
|
|
3239
|
+
ImageId?: string;
|
|
3240
|
+
}
|
|
3241
|
+
export declare namespace RegisterImageResult {
|
|
3242
|
+
|
|
3243
|
+
const filterSensitiveLog: (obj: RegisterImageResult) => any;
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
3247
|
+
|
|
3248
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
3249
|
+
|
|
3250
|
+
InstanceTagKeys?: string[];
|
|
3251
|
+
}
|
|
3252
|
+
export declare namespace RegisterInstanceTagAttributeRequest {
|
|
3253
|
+
|
|
3254
|
+
const filterSensitiveLog: (obj: RegisterInstanceTagAttributeRequest) => any;
|
|
3255
|
+
}
|
|
3256
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
3257
|
+
|
|
3258
|
+
DryRun?: boolean;
|
|
3259
|
+
|
|
3260
|
+
InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
|
|
3261
|
+
}
|
|
3262
|
+
export declare namespace RegisterInstanceEventNotificationAttributesRequest {
|
|
3263
|
+
|
|
3264
|
+
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesRequest) => any;
|
|
3265
|
+
}
|
|
3266
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
3267
|
+
|
|
3268
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
3269
|
+
}
|
|
3270
|
+
export declare namespace RegisterInstanceEventNotificationAttributesResult {
|
|
3271
|
+
|
|
3272
|
+
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesResult) => any;
|
|
3273
|
+
}
|
|
3274
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
3275
|
+
|
|
3276
|
+
TransitGatewayMulticastDomainId?: string;
|
|
3277
|
+
|
|
3278
|
+
GroupIpAddress?: string;
|
|
3279
|
+
|
|
3280
|
+
NetworkInterfaceIds?: string[];
|
|
3281
|
+
|
|
3282
|
+
DryRun?: boolean;
|
|
3283
|
+
}
|
|
3284
|
+
export declare namespace RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
3285
|
+
|
|
3286
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3289
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
3290
|
+
|
|
3291
|
+
TransitGatewayMulticastDomainId?: string;
|
|
3292
|
+
|
|
3293
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
3294
|
+
|
|
3295
|
+
GroupIpAddress?: string;
|
|
3296
|
+
}
|
|
3297
|
+
export declare namespace TransitGatewayMulticastRegisteredGroupMembers {
|
|
3298
|
+
|
|
3299
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupMembers) => any;
|
|
3300
|
+
}
|
|
3301
|
+
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
3302
|
+
|
|
3303
|
+
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
3304
|
+
}
|
|
3305
|
+
export declare namespace RegisterTransitGatewayMulticastGroupMembersResult {
|
|
3306
|
+
|
|
3307
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
3308
|
+
}
|
|
3309
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
3310
|
+
|
|
3311
|
+
TransitGatewayMulticastDomainId?: string;
|
|
3312
|
+
|
|
3313
|
+
GroupIpAddress?: string;
|
|
3314
|
+
|
|
3315
|
+
NetworkInterfaceIds?: string[];
|
|
3316
|
+
|
|
3317
|
+
DryRun?: boolean;
|
|
3318
|
+
}
|
|
3319
|
+
export declare namespace RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
3320
|
+
|
|
3321
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
3325
|
+
|
|
3326
|
+
TransitGatewayMulticastDomainId?: string;
|
|
3327
|
+
|
|
3328
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
3329
|
+
|
|
3330
|
+
GroupIpAddress?: string;
|
|
3331
|
+
}
|
|
3332
|
+
export declare namespace TransitGatewayMulticastRegisteredGroupSources {
|
|
3333
|
+
|
|
3334
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupSources) => any;
|
|
3335
|
+
}
|
|
3336
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
3337
|
+
|
|
3338
|
+
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
3339
|
+
}
|
|
3340
|
+
export declare namespace RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
3341
|
+
|
|
3342
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
3343
|
+
}
|
|
3344
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
3345
|
+
|
|
3346
|
+
TransitGatewayMulticastDomainId?: string;
|
|
3347
|
+
|
|
3348
|
+
TransitGatewayAttachmentId?: string;
|
|
3349
|
+
|
|
3350
|
+
SubnetIds?: string[];
|
|
3351
|
+
|
|
3352
|
+
DryRun?: boolean;
|
|
3353
|
+
}
|
|
3354
|
+
export declare namespace RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
3355
|
+
|
|
3356
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsRequest) => any;
|
|
3357
|
+
}
|
|
3358
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
3359
|
+
|
|
3360
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
3361
|
+
}
|
|
3362
|
+
export declare namespace RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
3363
|
+
|
|
3364
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
3365
|
+
}
|
|
3366
|
+
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
3367
|
+
|
|
3368
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
3369
|
+
|
|
3370
|
+
DryRun?: boolean;
|
|
3371
|
+
}
|
|
3372
|
+
export declare namespace RejectTransitGatewayPeeringAttachmentRequest {
|
|
3373
|
+
|
|
3374
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentRequest) => any;
|
|
3375
|
+
}
|
|
3376
|
+
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
3377
|
+
|
|
3378
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
3379
|
+
}
|
|
3380
|
+
export declare namespace RejectTransitGatewayPeeringAttachmentResult {
|
|
3381
|
+
|
|
3382
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentResult) => any;
|
|
3383
|
+
}
|
|
3384
|
+
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
3385
|
+
|
|
3386
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
3387
|
+
|
|
3388
|
+
DryRun?: boolean;
|
|
3389
|
+
}
|
|
3390
|
+
export declare namespace RejectTransitGatewayVpcAttachmentRequest {
|
|
3391
|
+
|
|
3392
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentRequest) => any;
|
|
3393
|
+
}
|
|
3394
|
+
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
3395
|
+
|
|
3396
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
3397
|
+
}
|
|
3398
|
+
export declare namespace RejectTransitGatewayVpcAttachmentResult {
|
|
3399
|
+
|
|
3400
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentResult) => any;
|
|
3401
|
+
}
|
|
3402
|
+
export interface RejectVpcEndpointConnectionsRequest {
|
|
3403
|
+
|
|
3404
|
+
DryRun?: boolean;
|
|
3405
|
+
|
|
3406
|
+
ServiceId: string | undefined;
|
|
3407
|
+
|
|
3408
|
+
VpcEndpointIds: string[] | undefined;
|
|
3409
|
+
}
|
|
3410
|
+
export declare namespace RejectVpcEndpointConnectionsRequest {
|
|
3411
|
+
|
|
3412
|
+
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsRequest) => any;
|
|
3413
|
+
}
|
|
3414
|
+
export interface RejectVpcEndpointConnectionsResult {
|
|
3415
|
+
|
|
3416
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
3417
|
+
}
|
|
3418
|
+
export declare namespace RejectVpcEndpointConnectionsResult {
|
|
3419
|
+
|
|
3420
|
+
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsResult) => any;
|
|
3421
|
+
}
|
|
3422
|
+
export interface RejectVpcPeeringConnectionRequest {
|
|
3423
|
+
|
|
3424
|
+
DryRun?: boolean;
|
|
3425
|
+
|
|
3426
|
+
VpcPeeringConnectionId: string | undefined;
|
|
3427
|
+
}
|
|
3428
|
+
export declare namespace RejectVpcPeeringConnectionRequest {
|
|
3429
|
+
|
|
3430
|
+
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionRequest) => any;
|
|
3431
|
+
}
|
|
3432
|
+
export interface RejectVpcPeeringConnectionResult {
|
|
3433
|
+
|
|
3434
|
+
Return?: boolean;
|
|
3435
|
+
}
|
|
3436
|
+
export declare namespace RejectVpcPeeringConnectionResult {
|
|
3437
|
+
|
|
3438
|
+
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionResult) => any;
|
|
3439
|
+
}
|
|
3440
|
+
export interface ReleaseAddressRequest {
|
|
3441
|
+
|
|
3442
|
+
AllocationId?: string;
|
|
3443
|
+
|
|
3444
|
+
PublicIp?: string;
|
|
3445
|
+
|
|
3446
|
+
NetworkBorderGroup?: string;
|
|
3447
|
+
|
|
3448
|
+
DryRun?: boolean;
|
|
3449
|
+
}
|
|
3450
|
+
export declare namespace ReleaseAddressRequest {
|
|
3451
|
+
|
|
3452
|
+
const filterSensitiveLog: (obj: ReleaseAddressRequest) => any;
|
|
3453
|
+
}
|
|
3454
|
+
export interface ReleaseHostsRequest {
|
|
3455
|
+
|
|
3456
|
+
HostIds: string[] | undefined;
|
|
3457
|
+
}
|
|
3458
|
+
export declare namespace ReleaseHostsRequest {
|
|
3459
|
+
|
|
3460
|
+
const filterSensitiveLog: (obj: ReleaseHostsRequest) => any;
|
|
3461
|
+
}
|
|
3462
|
+
export interface ReleaseHostsResult {
|
|
3463
|
+
|
|
3464
|
+
Successful?: string[];
|
|
3465
|
+
|
|
3466
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
3467
|
+
}
|
|
3468
|
+
export declare namespace ReleaseHostsResult {
|
|
3469
|
+
|
|
3470
|
+
const filterSensitiveLog: (obj: ReleaseHostsResult) => any;
|
|
3471
|
+
}
|
|
3472
|
+
export interface ReleaseIpamPoolAllocationRequest {
|
|
3473
|
+
|
|
3474
|
+
DryRun?: boolean;
|
|
3475
|
+
|
|
3476
|
+
IpamPoolId: string | undefined;
|
|
3477
|
+
|
|
3478
|
+
Cidr: string | undefined;
|
|
3479
|
+
|
|
3480
|
+
IpamPoolAllocationId?: string;
|
|
3481
|
+
}
|
|
3482
|
+
export declare namespace ReleaseIpamPoolAllocationRequest {
|
|
3483
|
+
|
|
3484
|
+
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationRequest) => any;
|
|
3485
|
+
}
|
|
3486
|
+
export interface ReleaseIpamPoolAllocationResult {
|
|
3487
|
+
|
|
3488
|
+
Success?: boolean;
|
|
3489
|
+
}
|
|
3490
|
+
export declare namespace ReleaseIpamPoolAllocationResult {
|
|
3491
|
+
|
|
3492
|
+
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationResult) => any;
|
|
3493
|
+
}
|
|
3494
|
+
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
3495
|
+
|
|
3496
|
+
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
3497
|
+
|
|
3498
|
+
AssociationId: string | undefined;
|
|
3499
|
+
}
|
|
3500
|
+
export declare namespace ReplaceIamInstanceProfileAssociationRequest {
|
|
3501
|
+
|
|
3502
|
+
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationRequest) => any;
|
|
3503
|
+
}
|
|
3504
|
+
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
3505
|
+
|
|
3506
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
3507
|
+
}
|
|
3508
|
+
export declare namespace ReplaceIamInstanceProfileAssociationResult {
|
|
3509
|
+
|
|
3510
|
+
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationResult) => any;
|
|
3511
|
+
}
|
|
3512
|
+
export interface ReplaceNetworkAclAssociationRequest {
|
|
3513
|
+
|
|
3514
|
+
AssociationId: string | undefined;
|
|
3515
|
+
|
|
3516
|
+
DryRun?: boolean;
|
|
3517
|
+
|
|
3518
|
+
NetworkAclId: string | undefined;
|
|
3519
|
+
}
|
|
3520
|
+
export declare namespace ReplaceNetworkAclAssociationRequest {
|
|
3521
|
+
|
|
3522
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationRequest) => any;
|
|
3523
|
+
}
|
|
3524
|
+
export interface ReplaceNetworkAclAssociationResult {
|
|
3525
|
+
|
|
3526
|
+
NewAssociationId?: string;
|
|
3527
|
+
}
|
|
3528
|
+
export declare namespace ReplaceNetworkAclAssociationResult {
|
|
3529
|
+
|
|
3530
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationResult) => any;
|
|
3531
|
+
}
|
|
3532
|
+
export interface ReplaceNetworkAclEntryRequest {
|
|
3533
|
+
|
|
3534
|
+
CidrBlock?: string;
|
|
3535
|
+
|
|
3536
|
+
DryRun?: boolean;
|
|
3537
|
+
|
|
3538
|
+
Egress: boolean | undefined;
|
|
3539
|
+
|
|
3540
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
3541
|
+
|
|
3542
|
+
Ipv6CidrBlock?: string;
|
|
3543
|
+
|
|
3544
|
+
NetworkAclId: string | undefined;
|
|
3545
|
+
|
|
3546
|
+
PortRange?: PortRange;
|
|
3547
|
+
|
|
3548
|
+
Protocol: string | undefined;
|
|
3549
|
+
|
|
3550
|
+
RuleAction: RuleAction | string | undefined;
|
|
3551
|
+
|
|
3552
|
+
RuleNumber: number | undefined;
|
|
3553
|
+
}
|
|
3554
|
+
export declare namespace ReplaceNetworkAclEntryRequest {
|
|
3555
|
+
|
|
3556
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclEntryRequest) => any;
|
|
3557
|
+
}
|
|
3558
|
+
export interface ReplaceRouteRequest {
|
|
3559
|
+
|
|
3560
|
+
DestinationCidrBlock?: string;
|
|
3561
|
+
|
|
3562
|
+
DestinationIpv6CidrBlock?: string;
|
|
3563
|
+
|
|
3564
|
+
DestinationPrefixListId?: string;
|
|
3565
|
+
|
|
3566
|
+
DryRun?: boolean;
|
|
3567
|
+
|
|
3568
|
+
VpcEndpointId?: string;
|
|
3569
|
+
|
|
3570
|
+
EgressOnlyInternetGatewayId?: string;
|
|
3571
|
+
|
|
3572
|
+
GatewayId?: string;
|
|
3573
|
+
|
|
3574
|
+
InstanceId?: string;
|
|
3575
|
+
|
|
3576
|
+
LocalTarget?: boolean;
|
|
3577
|
+
|
|
3578
|
+
NatGatewayId?: string;
|
|
3579
|
+
|
|
3580
|
+
TransitGatewayId?: string;
|
|
3581
|
+
|
|
3582
|
+
LocalGatewayId?: string;
|
|
3583
|
+
|
|
3584
|
+
CarrierGatewayId?: string;
|
|
3585
|
+
|
|
3586
|
+
NetworkInterfaceId?: string;
|
|
3587
|
+
|
|
3588
|
+
RouteTableId: string | undefined;
|
|
3589
|
+
|
|
3590
|
+
VpcPeeringConnectionId?: string;
|
|
3591
|
+
|
|
3592
|
+
CoreNetworkArn?: string;
|
|
3593
|
+
}
|
|
3594
|
+
export declare namespace ReplaceRouteRequest {
|
|
3595
|
+
|
|
3596
|
+
const filterSensitiveLog: (obj: ReplaceRouteRequest) => any;
|
|
3597
|
+
}
|
|
3598
|
+
export interface ReplaceRouteTableAssociationRequest {
|
|
3599
|
+
|
|
3600
|
+
AssociationId: string | undefined;
|
|
3601
|
+
|
|
3602
|
+
DryRun?: boolean;
|
|
3603
|
+
|
|
3604
|
+
RouteTableId: string | undefined;
|
|
3605
|
+
}
|
|
3606
|
+
export declare namespace ReplaceRouteTableAssociationRequest {
|
|
3607
|
+
|
|
3608
|
+
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationRequest) => any;
|
|
3609
|
+
}
|
|
3610
|
+
export interface ReplaceRouteTableAssociationResult {
|
|
3611
|
+
|
|
3612
|
+
NewAssociationId?: string;
|
|
3613
|
+
|
|
3614
|
+
AssociationState?: RouteTableAssociationState;
|
|
3615
|
+
}
|
|
3616
|
+
export declare namespace ReplaceRouteTableAssociationResult {
|
|
3617
|
+
|
|
3618
|
+
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationResult) => any;
|
|
3619
|
+
}
|
|
3620
|
+
export interface ReplaceTransitGatewayRouteRequest {
|
|
3621
|
+
|
|
3622
|
+
DestinationCidrBlock: string | undefined;
|
|
3623
|
+
|
|
3624
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
3625
|
+
|
|
3626
|
+
TransitGatewayAttachmentId?: string;
|
|
3627
|
+
|
|
3628
|
+
Blackhole?: boolean;
|
|
3629
|
+
|
|
3630
|
+
DryRun?: boolean;
|
|
3631
|
+
}
|
|
3632
|
+
export declare namespace ReplaceTransitGatewayRouteRequest {
|
|
3633
|
+
|
|
3634
|
+
const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteRequest) => any;
|
|
3635
|
+
}
|
|
3636
|
+
export interface ReplaceTransitGatewayRouteResult {
|
|
3637
|
+
|
|
3638
|
+
Route?: TransitGatewayRoute;
|
|
3639
|
+
}
|
|
3640
|
+
export declare namespace ReplaceTransitGatewayRouteResult {
|
|
3641
|
+
|
|
3642
|
+
const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteResult) => any;
|
|
3643
|
+
}
|
|
3644
|
+
export declare type ReportInstanceReasonCodes = "instance-stuck-in-state" | "not-accepting-credentials" | "other" | "password-not-available" | "performance-ebs-volume" | "performance-instance-store" | "performance-network" | "performance-other" | "unresponsive";
|
|
3645
|
+
export declare type ReportStatusType = "impaired" | "ok";
|
|
3646
|
+
export interface ReportInstanceStatusRequest {
|
|
3647
|
+
|
|
3648
|
+
Description?: string;
|
|
3649
|
+
|
|
3650
|
+
DryRun?: boolean;
|
|
3651
|
+
|
|
3652
|
+
EndTime?: Date;
|
|
3653
|
+
|
|
3654
|
+
Instances: string[] | undefined;
|
|
3655
|
+
|
|
3656
|
+
ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
|
|
3657
|
+
|
|
3658
|
+
StartTime?: Date;
|
|
3659
|
+
|
|
3660
|
+
Status: ReportStatusType | string | undefined;
|
|
3661
|
+
}
|
|
3662
|
+
export declare namespace ReportInstanceStatusRequest {
|
|
3663
|
+
|
|
3664
|
+
const filterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
|
|
3665
|
+
}
|
|
3666
|
+
|
|
3667
|
+
export interface RequestSpotFleetRequest {
|
|
3668
|
+
|
|
3669
|
+
DryRun?: boolean;
|
|
3670
|
+
|
|
3671
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
3672
|
+
}
|
|
3673
|
+
export declare namespace RequestSpotFleetRequest {
|
|
3674
|
+
|
|
3675
|
+
const filterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
export interface RequestSpotFleetResponse {
|
|
3679
|
+
|
|
3680
|
+
SpotFleetRequestId?: string;
|
|
3681
|
+
}
|
|
3682
|
+
export declare namespace RequestSpotFleetResponse {
|
|
3683
|
+
|
|
3684
|
+
const filterSensitiveLog: (obj: RequestSpotFleetResponse) => any;
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
export interface RequestSpotLaunchSpecification {
|
|
3688
|
+
|
|
3689
|
+
SecurityGroupIds?: string[];
|
|
3690
|
+
|
|
3691
|
+
SecurityGroups?: string[];
|
|
3692
|
+
|
|
3693
|
+
AddressingType?: string;
|
|
3694
|
+
|
|
3695
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3696
|
+
|
|
3697
|
+
EbsOptimized?: boolean;
|
|
3698
|
+
|
|
3699
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
3700
|
+
|
|
3701
|
+
ImageId?: string;
|
|
3702
|
+
|
|
3703
|
+
InstanceType?: _InstanceType | string;
|
|
3704
|
+
|
|
3705
|
+
KernelId?: string;
|
|
3706
|
+
|
|
3707
|
+
KeyName?: string;
|
|
3708
|
+
|
|
3709
|
+
Monitoring?: RunInstancesMonitoringEnabled;
|
|
3710
|
+
|
|
3711
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
3712
|
+
|
|
3713
|
+
Placement?: SpotPlacement;
|
|
3714
|
+
|
|
3715
|
+
RamdiskId?: string;
|
|
3716
|
+
|
|
3717
|
+
SubnetId?: string;
|
|
3718
|
+
|
|
3719
|
+
UserData?: string;
|
|
3720
|
+
}
|
|
3721
|
+
export declare namespace RequestSpotLaunchSpecification {
|
|
3722
|
+
|
|
3723
|
+
const filterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
|
|
3724
|
+
}
|
|
3725
|
+
|
|
3726
|
+
export interface RequestSpotInstancesRequest {
|
|
3727
|
+
|
|
3728
|
+
AvailabilityZoneGroup?: string;
|
|
3729
|
+
|
|
3730
|
+
BlockDurationMinutes?: number;
|
|
3731
|
+
|
|
3732
|
+
ClientToken?: string;
|
|
3733
|
+
|
|
3734
|
+
DryRun?: boolean;
|
|
3735
|
+
|
|
3736
|
+
InstanceCount?: number;
|
|
3737
|
+
|
|
3738
|
+
LaunchGroup?: string;
|
|
3739
|
+
|
|
3740
|
+
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
3741
|
+
|
|
3742
|
+
SpotPrice?: string;
|
|
3743
|
+
|
|
3744
|
+
Type?: SpotInstanceType | string;
|
|
3745
|
+
|
|
3746
|
+
ValidFrom?: Date;
|
|
3747
|
+
|
|
3748
|
+
ValidUntil?: Date;
|
|
3749
|
+
|
|
3750
|
+
TagSpecifications?: TagSpecification[];
|
|
3751
|
+
|
|
3752
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
3753
|
+
}
|
|
3754
|
+
export declare namespace RequestSpotInstancesRequest {
|
|
3755
|
+
|
|
3756
|
+
const filterSensitiveLog: (obj: RequestSpotInstancesRequest) => any;
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3759
|
+
export interface RequestSpotInstancesResult {
|
|
3760
|
+
|
|
3761
|
+
SpotInstanceRequests?: SpotInstanceRequest[];
|
|
3762
|
+
}
|
|
3763
|
+
export declare namespace RequestSpotInstancesResult {
|
|
3764
|
+
|
|
3765
|
+
const filterSensitiveLog: (obj: RequestSpotInstancesResult) => any;
|
|
3766
|
+
}
|
|
3767
|
+
export interface ResetAddressAttributeRequest {
|
|
3768
|
+
|
|
3769
|
+
AllocationId: string | undefined;
|
|
3770
|
+
|
|
3771
|
+
Attribute: AddressAttributeName | string | undefined;
|
|
3772
|
+
|
|
3773
|
+
DryRun?: boolean;
|
|
3774
|
+
}
|
|
3775
|
+
export declare namespace ResetAddressAttributeRequest {
|
|
3776
|
+
|
|
3777
|
+
const filterSensitiveLog: (obj: ResetAddressAttributeRequest) => any;
|
|
3778
|
+
}
|
|
3779
|
+
export interface ResetAddressAttributeResult {
|
|
3780
|
+
|
|
3781
|
+
Address?: AddressAttribute;
|
|
3782
|
+
}
|
|
3783
|
+
export declare namespace ResetAddressAttributeResult {
|
|
3784
|
+
|
|
3785
|
+
const filterSensitiveLog: (obj: ResetAddressAttributeResult) => any;
|
|
3786
|
+
}
|
|
3787
|
+
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
3788
|
+
|
|
3789
|
+
DryRun?: boolean;
|
|
3790
|
+
}
|
|
3791
|
+
export declare namespace ResetEbsDefaultKmsKeyIdRequest {
|
|
3792
|
+
|
|
3793
|
+
const filterSensitiveLog: (obj: ResetEbsDefaultKmsKeyIdRequest) => any;
|
|
3794
|
+
}
|
|
3795
|
+
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
3796
|
+
|
|
3797
|
+
KmsKeyId?: string;
|
|
3798
|
+
}
|
|
3799
|
+
export declare namespace ResetEbsDefaultKmsKeyIdResult {
|
|
3800
|
+
|
|
3801
|
+
const filterSensitiveLog: (obj: ResetEbsDefaultKmsKeyIdResult) => any;
|
|
3802
|
+
}
|
|
3803
|
+
export declare type ResetFpgaImageAttributeName = "loadPermission";
|
|
3804
|
+
export interface ResetFpgaImageAttributeRequest {
|
|
3805
|
+
|
|
3806
|
+
DryRun?: boolean;
|
|
3807
|
+
|
|
3808
|
+
FpgaImageId: string | undefined;
|
|
3809
|
+
|
|
3810
|
+
Attribute?: ResetFpgaImageAttributeName | string;
|
|
3811
|
+
}
|
|
3812
|
+
export declare namespace ResetFpgaImageAttributeRequest {
|
|
3813
|
+
|
|
3814
|
+
const filterSensitiveLog: (obj: ResetFpgaImageAttributeRequest) => any;
|
|
3815
|
+
}
|
|
3816
|
+
export interface ResetFpgaImageAttributeResult {
|
|
3817
|
+
|
|
3818
|
+
Return?: boolean;
|
|
3819
|
+
}
|
|
3820
|
+
export declare namespace ResetFpgaImageAttributeResult {
|
|
3821
|
+
|
|
3822
|
+
const filterSensitiveLog: (obj: ResetFpgaImageAttributeResult) => any;
|
|
3823
|
+
}
|
|
3824
|
+
export declare type ResetImageAttributeName = "launchPermission";
|
|
3825
|
+
|
|
3826
|
+
export interface ResetImageAttributeRequest {
|
|
3827
|
+
|
|
3828
|
+
Attribute: ResetImageAttributeName | string | undefined;
|
|
3829
|
+
|
|
3830
|
+
ImageId: string | undefined;
|
|
3831
|
+
|
|
3832
|
+
DryRun?: boolean;
|
|
3833
|
+
}
|
|
3834
|
+
export declare namespace ResetImageAttributeRequest {
|
|
3835
|
+
|
|
3836
|
+
const filterSensitiveLog: (obj: ResetImageAttributeRequest) => any;
|
|
3837
|
+
}
|