@aws-sdk/client-ec2 3.49.0 → 3.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/EC2.js +30 -0
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_5.js +23 -23
- package/dist-cjs/models/models_6.js +32 -2
- package/dist-cjs/pagination/ListImagesInRecycleBinPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +207 -13
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +39 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_5.js +12 -12
- package/dist-es/models/models_6.js +20 -0
- package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +199 -0
- package/dist-types/EC2.d.ts +40 -4
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +12 -4
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +3 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +3 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +37 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +28 -0
- package/dist-types/models/models_2.d.ts +25 -0
- package/dist-types/models/models_4.d.ts +1 -1
- package/dist-types/models/models_5.d.ts +90 -75
- package/dist-types/models/models_6.d.ts +107 -2
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/package.json +27 -27
- package/dist-types/ts3.4/EC2.d.ts +0 -2600
- package/dist-types/ts3.4/EC2Client.d.ts +0 -592
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -519
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -7
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3396
- package/dist-types/ts3.4/models/models_1.d.ts +0 -3934
- package/dist-types/ts3.4/models/models_2.d.ts +0 -3422
- package/dist-types/ts3.4/models/models_3.d.ts +0 -3964
- package/dist-types/ts3.4/models/models_4.d.ts +0 -3933
- package/dist-types/ts3.4/models/models_5.d.ts +0 -3831
- package/dist-types/ts3.4/models/models_6.d.ts +0 -1013
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -118
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +0 -1559
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -33
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -7
|
@@ -1,3396 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface AcceleratorCount {
|
|
3
|
-
|
|
4
|
-
Min?: number;
|
|
5
|
-
|
|
6
|
-
Max?: number;
|
|
7
|
-
}
|
|
8
|
-
export declare namespace AcceleratorCount {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: AcceleratorCount) => any;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export interface AcceleratorCountRequest {
|
|
14
|
-
|
|
15
|
-
Min?: number;
|
|
16
|
-
|
|
17
|
-
Max?: number;
|
|
18
|
-
}
|
|
19
|
-
export declare namespace AcceleratorCountRequest {
|
|
20
|
-
|
|
21
|
-
const filterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
22
|
-
}
|
|
23
|
-
export declare enum AcceleratorManufacturer {
|
|
24
|
-
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
25
|
-
AMD = "amd",
|
|
26
|
-
NVIDIA = "nvidia",
|
|
27
|
-
XILINX = "xilinx"
|
|
28
|
-
}
|
|
29
|
-
export declare enum AcceleratorName {
|
|
30
|
-
A100 = "a100",
|
|
31
|
-
K80 = "k80",
|
|
32
|
-
M60 = "m60",
|
|
33
|
-
RADEON_PRO_V520 = "radeon-pro-v520",
|
|
34
|
-
T4 = "t4",
|
|
35
|
-
V100 = "v100",
|
|
36
|
-
VU9P = "vu9p"
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface AcceleratorTotalMemoryMiB {
|
|
40
|
-
|
|
41
|
-
Min?: number;
|
|
42
|
-
|
|
43
|
-
Max?: number;
|
|
44
|
-
}
|
|
45
|
-
export declare namespace AcceleratorTotalMemoryMiB {
|
|
46
|
-
|
|
47
|
-
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiB) => any;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export interface AcceleratorTotalMemoryMiBRequest {
|
|
51
|
-
|
|
52
|
-
Min?: number;
|
|
53
|
-
|
|
54
|
-
Max?: number;
|
|
55
|
-
}
|
|
56
|
-
export declare namespace AcceleratorTotalMemoryMiBRequest {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
59
|
-
}
|
|
60
|
-
export declare enum AcceleratorType {
|
|
61
|
-
FPGA = "fpga",
|
|
62
|
-
GPU = "gpu",
|
|
63
|
-
INFERENCE = "inference"
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export interface TargetConfigurationRequest {
|
|
67
|
-
|
|
68
|
-
InstanceCount?: number;
|
|
69
|
-
|
|
70
|
-
OfferingId: string | undefined;
|
|
71
|
-
}
|
|
72
|
-
export declare namespace TargetConfigurationRequest {
|
|
73
|
-
|
|
74
|
-
const filterSensitiveLog: (obj: TargetConfigurationRequest) => any;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export interface AcceptReservedInstancesExchangeQuoteRequest {
|
|
78
|
-
|
|
79
|
-
DryRun?: boolean;
|
|
80
|
-
|
|
81
|
-
ReservedInstanceIds: string[] | undefined;
|
|
82
|
-
|
|
83
|
-
TargetConfigurations?: TargetConfigurationRequest[];
|
|
84
|
-
}
|
|
85
|
-
export declare namespace AcceptReservedInstancesExchangeQuoteRequest {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: AcceptReservedInstancesExchangeQuoteRequest) => any;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export interface AcceptReservedInstancesExchangeQuoteResult {
|
|
91
|
-
|
|
92
|
-
ExchangeId?: string;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace AcceptReservedInstancesExchangeQuoteResult {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: AcceptReservedInstancesExchangeQuoteResult) => any;
|
|
97
|
-
}
|
|
98
|
-
export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
99
|
-
|
|
100
|
-
TransitGatewayMulticastDomainId?: string;
|
|
101
|
-
|
|
102
|
-
TransitGatewayAttachmentId?: string;
|
|
103
|
-
|
|
104
|
-
SubnetIds?: string[];
|
|
105
|
-
|
|
106
|
-
DryRun?: boolean;
|
|
107
|
-
}
|
|
108
|
-
export declare namespace AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: AcceptTransitGatewayMulticastDomainAssociationsRequest) => any;
|
|
111
|
-
}
|
|
112
|
-
export declare type TransitGatewayAttachmentResourceType = "connect" | "direct-connect-gateway" | "peering" | "tgw-peering" | "vpc" | "vpn";
|
|
113
|
-
export declare type TransitGatewayMulitcastDomainAssociationState = "associated" | "associating" | "disassociated" | "disassociating" | "failed" | "pendingAcceptance" | "rejected";
|
|
114
|
-
|
|
115
|
-
export interface SubnetAssociation {
|
|
116
|
-
|
|
117
|
-
SubnetId?: string;
|
|
118
|
-
|
|
119
|
-
State?: TransitGatewayMulitcastDomainAssociationState | string;
|
|
120
|
-
}
|
|
121
|
-
export declare namespace SubnetAssociation {
|
|
122
|
-
|
|
123
|
-
const filterSensitiveLog: (obj: SubnetAssociation) => any;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export interface TransitGatewayMulticastDomainAssociations {
|
|
127
|
-
|
|
128
|
-
TransitGatewayMulticastDomainId?: string;
|
|
129
|
-
|
|
130
|
-
TransitGatewayAttachmentId?: string;
|
|
131
|
-
|
|
132
|
-
ResourceId?: string;
|
|
133
|
-
|
|
134
|
-
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
135
|
-
|
|
136
|
-
ResourceOwnerId?: string;
|
|
137
|
-
|
|
138
|
-
Subnets?: SubnetAssociation[];
|
|
139
|
-
}
|
|
140
|
-
export declare namespace TransitGatewayMulticastDomainAssociations {
|
|
141
|
-
|
|
142
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastDomainAssociations) => any;
|
|
143
|
-
}
|
|
144
|
-
export interface AcceptTransitGatewayMulticastDomainAssociationsResult {
|
|
145
|
-
|
|
146
|
-
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
147
|
-
}
|
|
148
|
-
export declare namespace AcceptTransitGatewayMulticastDomainAssociationsResult {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: AcceptTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
151
|
-
}
|
|
152
|
-
export interface AcceptTransitGatewayPeeringAttachmentRequest {
|
|
153
|
-
|
|
154
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
155
|
-
|
|
156
|
-
DryRun?: boolean;
|
|
157
|
-
}
|
|
158
|
-
export declare namespace AcceptTransitGatewayPeeringAttachmentRequest {
|
|
159
|
-
|
|
160
|
-
const filterSensitiveLog: (obj: AcceptTransitGatewayPeeringAttachmentRequest) => any;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
export interface PeeringTgwInfo {
|
|
164
|
-
|
|
165
|
-
TransitGatewayId?: string;
|
|
166
|
-
|
|
167
|
-
OwnerId?: string;
|
|
168
|
-
|
|
169
|
-
Region?: string;
|
|
170
|
-
}
|
|
171
|
-
export declare namespace PeeringTgwInfo {
|
|
172
|
-
|
|
173
|
-
const filterSensitiveLog: (obj: PeeringTgwInfo) => any;
|
|
174
|
-
}
|
|
175
|
-
export declare type TransitGatewayAttachmentState = "available" | "deleted" | "deleting" | "failed" | "failing" | "initiating" | "initiatingRequest" | "modifying" | "pending" | "pendingAcceptance" | "rejected" | "rejecting" | "rollingBack";
|
|
176
|
-
|
|
177
|
-
export interface PeeringAttachmentStatus {
|
|
178
|
-
|
|
179
|
-
Code?: string;
|
|
180
|
-
|
|
181
|
-
Message?: string;
|
|
182
|
-
}
|
|
183
|
-
export declare namespace PeeringAttachmentStatus {
|
|
184
|
-
|
|
185
|
-
const filterSensitiveLog: (obj: PeeringAttachmentStatus) => any;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
export interface Tag {
|
|
189
|
-
|
|
190
|
-
Key?: string;
|
|
191
|
-
|
|
192
|
-
Value?: string;
|
|
193
|
-
}
|
|
194
|
-
export declare namespace Tag {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export interface TransitGatewayPeeringAttachment {
|
|
200
|
-
|
|
201
|
-
TransitGatewayAttachmentId?: string;
|
|
202
|
-
|
|
203
|
-
RequesterTgwInfo?: PeeringTgwInfo;
|
|
204
|
-
|
|
205
|
-
AccepterTgwInfo?: PeeringTgwInfo;
|
|
206
|
-
|
|
207
|
-
Status?: PeeringAttachmentStatus;
|
|
208
|
-
|
|
209
|
-
State?: TransitGatewayAttachmentState | string;
|
|
210
|
-
|
|
211
|
-
CreationTime?: Date;
|
|
212
|
-
|
|
213
|
-
Tags?: Tag[];
|
|
214
|
-
}
|
|
215
|
-
export declare namespace TransitGatewayPeeringAttachment {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: TransitGatewayPeeringAttachment) => any;
|
|
218
|
-
}
|
|
219
|
-
export interface AcceptTransitGatewayPeeringAttachmentResult {
|
|
220
|
-
|
|
221
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
222
|
-
}
|
|
223
|
-
export declare namespace AcceptTransitGatewayPeeringAttachmentResult {
|
|
224
|
-
|
|
225
|
-
const filterSensitiveLog: (obj: AcceptTransitGatewayPeeringAttachmentResult) => any;
|
|
226
|
-
}
|
|
227
|
-
export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
228
|
-
|
|
229
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
230
|
-
|
|
231
|
-
DryRun?: boolean;
|
|
232
|
-
}
|
|
233
|
-
export declare namespace AcceptTransitGatewayVpcAttachmentRequest {
|
|
234
|
-
|
|
235
|
-
const filterSensitiveLog: (obj: AcceptTransitGatewayVpcAttachmentRequest) => any;
|
|
236
|
-
}
|
|
237
|
-
export declare type ApplianceModeSupportValue = "disable" | "enable";
|
|
238
|
-
export declare type DnsSupportValue = "disable" | "enable";
|
|
239
|
-
export declare type Ipv6SupportValue = "disable" | "enable";
|
|
240
|
-
|
|
241
|
-
export interface TransitGatewayVpcAttachmentOptions {
|
|
242
|
-
|
|
243
|
-
DnsSupport?: DnsSupportValue | string;
|
|
244
|
-
|
|
245
|
-
Ipv6Support?: Ipv6SupportValue | string;
|
|
246
|
-
|
|
247
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
248
|
-
}
|
|
249
|
-
export declare namespace TransitGatewayVpcAttachmentOptions {
|
|
250
|
-
|
|
251
|
-
const filterSensitiveLog: (obj: TransitGatewayVpcAttachmentOptions) => any;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export interface TransitGatewayVpcAttachment {
|
|
255
|
-
|
|
256
|
-
TransitGatewayAttachmentId?: string;
|
|
257
|
-
|
|
258
|
-
TransitGatewayId?: string;
|
|
259
|
-
|
|
260
|
-
VpcId?: string;
|
|
261
|
-
|
|
262
|
-
VpcOwnerId?: string;
|
|
263
|
-
|
|
264
|
-
State?: TransitGatewayAttachmentState | string;
|
|
265
|
-
|
|
266
|
-
SubnetIds?: string[];
|
|
267
|
-
|
|
268
|
-
CreationTime?: Date;
|
|
269
|
-
|
|
270
|
-
Options?: TransitGatewayVpcAttachmentOptions;
|
|
271
|
-
|
|
272
|
-
Tags?: Tag[];
|
|
273
|
-
}
|
|
274
|
-
export declare namespace TransitGatewayVpcAttachment {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: TransitGatewayVpcAttachment) => any;
|
|
277
|
-
}
|
|
278
|
-
export interface AcceptTransitGatewayVpcAttachmentResult {
|
|
279
|
-
|
|
280
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
281
|
-
}
|
|
282
|
-
export declare namespace AcceptTransitGatewayVpcAttachmentResult {
|
|
283
|
-
|
|
284
|
-
const filterSensitiveLog: (obj: AcceptTransitGatewayVpcAttachmentResult) => any;
|
|
285
|
-
}
|
|
286
|
-
export interface AcceptVpcEndpointConnectionsRequest {
|
|
287
|
-
|
|
288
|
-
DryRun?: boolean;
|
|
289
|
-
|
|
290
|
-
ServiceId: string | undefined;
|
|
291
|
-
|
|
292
|
-
VpcEndpointIds: string[] | undefined;
|
|
293
|
-
}
|
|
294
|
-
export declare namespace AcceptVpcEndpointConnectionsRequest {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: AcceptVpcEndpointConnectionsRequest) => any;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export interface UnsuccessfulItemError {
|
|
300
|
-
|
|
301
|
-
Code?: string;
|
|
302
|
-
|
|
303
|
-
Message?: string;
|
|
304
|
-
}
|
|
305
|
-
export declare namespace UnsuccessfulItemError {
|
|
306
|
-
|
|
307
|
-
const filterSensitiveLog: (obj: UnsuccessfulItemError) => any;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
export interface UnsuccessfulItem {
|
|
311
|
-
|
|
312
|
-
Error?: UnsuccessfulItemError;
|
|
313
|
-
|
|
314
|
-
ResourceId?: string;
|
|
315
|
-
}
|
|
316
|
-
export declare namespace UnsuccessfulItem {
|
|
317
|
-
|
|
318
|
-
const filterSensitiveLog: (obj: UnsuccessfulItem) => any;
|
|
319
|
-
}
|
|
320
|
-
export interface AcceptVpcEndpointConnectionsResult {
|
|
321
|
-
|
|
322
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
323
|
-
}
|
|
324
|
-
export declare namespace AcceptVpcEndpointConnectionsResult {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: AcceptVpcEndpointConnectionsResult) => any;
|
|
327
|
-
}
|
|
328
|
-
export interface AcceptVpcPeeringConnectionRequest {
|
|
329
|
-
|
|
330
|
-
DryRun?: boolean;
|
|
331
|
-
|
|
332
|
-
VpcPeeringConnectionId?: string;
|
|
333
|
-
}
|
|
334
|
-
export declare namespace AcceptVpcPeeringConnectionRequest {
|
|
335
|
-
|
|
336
|
-
const filterSensitiveLog: (obj: AcceptVpcPeeringConnectionRequest) => any;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
export interface CidrBlock {
|
|
340
|
-
|
|
341
|
-
CidrBlock?: string;
|
|
342
|
-
}
|
|
343
|
-
export declare namespace CidrBlock {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: CidrBlock) => any;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
export interface Ipv6CidrBlock {
|
|
349
|
-
|
|
350
|
-
Ipv6CidrBlock?: string;
|
|
351
|
-
}
|
|
352
|
-
export declare namespace Ipv6CidrBlock {
|
|
353
|
-
|
|
354
|
-
const filterSensitiveLog: (obj: Ipv6CidrBlock) => any;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
export interface VpcPeeringConnectionOptionsDescription {
|
|
358
|
-
|
|
359
|
-
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
360
|
-
|
|
361
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
362
|
-
|
|
363
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
364
|
-
}
|
|
365
|
-
export declare namespace VpcPeeringConnectionOptionsDescription {
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: VpcPeeringConnectionOptionsDescription) => any;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
export interface VpcPeeringConnectionVpcInfo {
|
|
371
|
-
|
|
372
|
-
CidrBlock?: string;
|
|
373
|
-
|
|
374
|
-
Ipv6CidrBlockSet?: Ipv6CidrBlock[];
|
|
375
|
-
|
|
376
|
-
CidrBlockSet?: CidrBlock[];
|
|
377
|
-
|
|
378
|
-
OwnerId?: string;
|
|
379
|
-
|
|
380
|
-
PeeringOptions?: VpcPeeringConnectionOptionsDescription;
|
|
381
|
-
|
|
382
|
-
VpcId?: string;
|
|
383
|
-
|
|
384
|
-
Region?: string;
|
|
385
|
-
}
|
|
386
|
-
export declare namespace VpcPeeringConnectionVpcInfo {
|
|
387
|
-
|
|
388
|
-
const filterSensitiveLog: (obj: VpcPeeringConnectionVpcInfo) => any;
|
|
389
|
-
}
|
|
390
|
-
export declare type VpcPeeringConnectionStateReasonCode = "active" | "deleted" | "deleting" | "expired" | "failed" | "initiating-request" | "pending-acceptance" | "provisioning" | "rejected";
|
|
391
|
-
|
|
392
|
-
export interface VpcPeeringConnectionStateReason {
|
|
393
|
-
|
|
394
|
-
Code?: VpcPeeringConnectionStateReasonCode | string;
|
|
395
|
-
|
|
396
|
-
Message?: string;
|
|
397
|
-
}
|
|
398
|
-
export declare namespace VpcPeeringConnectionStateReason {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: VpcPeeringConnectionStateReason) => any;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
export interface VpcPeeringConnection {
|
|
404
|
-
|
|
405
|
-
AccepterVpcInfo?: VpcPeeringConnectionVpcInfo;
|
|
406
|
-
|
|
407
|
-
ExpirationTime?: Date;
|
|
408
|
-
|
|
409
|
-
RequesterVpcInfo?: VpcPeeringConnectionVpcInfo;
|
|
410
|
-
|
|
411
|
-
Status?: VpcPeeringConnectionStateReason;
|
|
412
|
-
|
|
413
|
-
Tags?: Tag[];
|
|
414
|
-
|
|
415
|
-
VpcPeeringConnectionId?: string;
|
|
416
|
-
}
|
|
417
|
-
export declare namespace VpcPeeringConnection {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: VpcPeeringConnection) => any;
|
|
420
|
-
}
|
|
421
|
-
export interface AcceptVpcPeeringConnectionResult {
|
|
422
|
-
|
|
423
|
-
VpcPeeringConnection?: VpcPeeringConnection;
|
|
424
|
-
}
|
|
425
|
-
export declare namespace AcceptVpcPeeringConnectionResult {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: AcceptVpcPeeringConnectionResult) => any;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
export interface PortRange {
|
|
431
|
-
|
|
432
|
-
From?: number;
|
|
433
|
-
|
|
434
|
-
To?: number;
|
|
435
|
-
}
|
|
436
|
-
export declare namespace PortRange {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: PortRange) => any;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
export interface AnalysisAclRule {
|
|
442
|
-
|
|
443
|
-
Cidr?: string;
|
|
444
|
-
|
|
445
|
-
Egress?: boolean;
|
|
446
|
-
|
|
447
|
-
PortRange?: PortRange;
|
|
448
|
-
|
|
449
|
-
Protocol?: string;
|
|
450
|
-
|
|
451
|
-
RuleAction?: string;
|
|
452
|
-
|
|
453
|
-
RuleNumber?: number;
|
|
454
|
-
}
|
|
455
|
-
export declare namespace AnalysisAclRule {
|
|
456
|
-
|
|
457
|
-
const filterSensitiveLog: (obj: AnalysisAclRule) => any;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
export interface AnalysisComponent {
|
|
461
|
-
|
|
462
|
-
Id?: string;
|
|
463
|
-
|
|
464
|
-
Arn?: string;
|
|
465
|
-
|
|
466
|
-
Name?: string;
|
|
467
|
-
}
|
|
468
|
-
export declare namespace AnalysisComponent {
|
|
469
|
-
|
|
470
|
-
const filterSensitiveLog: (obj: AnalysisComponent) => any;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
export interface AnalysisPacketHeader {
|
|
474
|
-
|
|
475
|
-
DestinationAddresses?: string[];
|
|
476
|
-
|
|
477
|
-
DestinationPortRanges?: PortRange[];
|
|
478
|
-
|
|
479
|
-
Protocol?: string;
|
|
480
|
-
|
|
481
|
-
SourceAddresses?: string[];
|
|
482
|
-
|
|
483
|
-
SourcePortRanges?: PortRange[];
|
|
484
|
-
}
|
|
485
|
-
export declare namespace AnalysisPacketHeader {
|
|
486
|
-
|
|
487
|
-
const filterSensitiveLog: (obj: AnalysisPacketHeader) => any;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
export interface AnalysisRouteTableRoute {
|
|
491
|
-
|
|
492
|
-
DestinationCidr?: string;
|
|
493
|
-
|
|
494
|
-
DestinationPrefixListId?: string;
|
|
495
|
-
|
|
496
|
-
EgressOnlyInternetGatewayId?: string;
|
|
497
|
-
|
|
498
|
-
GatewayId?: string;
|
|
499
|
-
|
|
500
|
-
InstanceId?: string;
|
|
501
|
-
|
|
502
|
-
NatGatewayId?: string;
|
|
503
|
-
|
|
504
|
-
NetworkInterfaceId?: string;
|
|
505
|
-
|
|
506
|
-
Origin?: string;
|
|
507
|
-
|
|
508
|
-
TransitGatewayId?: string;
|
|
509
|
-
|
|
510
|
-
VpcPeeringConnectionId?: string;
|
|
511
|
-
}
|
|
512
|
-
export declare namespace AnalysisRouteTableRoute {
|
|
513
|
-
|
|
514
|
-
const filterSensitiveLog: (obj: AnalysisRouteTableRoute) => any;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
export interface AnalysisSecurityGroupRule {
|
|
518
|
-
|
|
519
|
-
Cidr?: string;
|
|
520
|
-
|
|
521
|
-
Direction?: string;
|
|
522
|
-
|
|
523
|
-
SecurityGroupId?: string;
|
|
524
|
-
|
|
525
|
-
PortRange?: PortRange;
|
|
526
|
-
|
|
527
|
-
PrefixListId?: string;
|
|
528
|
-
|
|
529
|
-
Protocol?: string;
|
|
530
|
-
}
|
|
531
|
-
export declare namespace AnalysisSecurityGroupRule {
|
|
532
|
-
|
|
533
|
-
const filterSensitiveLog: (obj: AnalysisSecurityGroupRule) => any;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
export interface PathComponent {
|
|
537
|
-
|
|
538
|
-
SequenceNumber?: number;
|
|
539
|
-
|
|
540
|
-
AclRule?: AnalysisAclRule;
|
|
541
|
-
|
|
542
|
-
AttachedTo?: AnalysisComponent;
|
|
543
|
-
|
|
544
|
-
Component?: AnalysisComponent;
|
|
545
|
-
|
|
546
|
-
DestinationVpc?: AnalysisComponent;
|
|
547
|
-
|
|
548
|
-
OutboundHeader?: AnalysisPacketHeader;
|
|
549
|
-
|
|
550
|
-
InboundHeader?: AnalysisPacketHeader;
|
|
551
|
-
|
|
552
|
-
RouteTableRoute?: AnalysisRouteTableRoute;
|
|
553
|
-
|
|
554
|
-
SecurityGroupRule?: AnalysisSecurityGroupRule;
|
|
555
|
-
|
|
556
|
-
SourceVpc?: AnalysisComponent;
|
|
557
|
-
|
|
558
|
-
Subnet?: AnalysisComponent;
|
|
559
|
-
|
|
560
|
-
Vpc?: AnalysisComponent;
|
|
561
|
-
}
|
|
562
|
-
export declare namespace PathComponent {
|
|
563
|
-
|
|
564
|
-
const filterSensitiveLog: (obj: PathComponent) => any;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
export interface AccessScopeAnalysisFinding {
|
|
568
|
-
|
|
569
|
-
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
570
|
-
|
|
571
|
-
NetworkInsightsAccessScopeId?: string;
|
|
572
|
-
|
|
573
|
-
FindingId?: string;
|
|
574
|
-
|
|
575
|
-
FindingComponents?: PathComponent[];
|
|
576
|
-
}
|
|
577
|
-
export declare namespace AccessScopeAnalysisFinding {
|
|
578
|
-
|
|
579
|
-
const filterSensitiveLog: (obj: AccessScopeAnalysisFinding) => any;
|
|
580
|
-
}
|
|
581
|
-
export declare type Protocol = "tcp" | "udp";
|
|
582
|
-
|
|
583
|
-
export interface PacketHeaderStatement {
|
|
584
|
-
|
|
585
|
-
SourceAddresses?: string[];
|
|
586
|
-
|
|
587
|
-
DestinationAddresses?: string[];
|
|
588
|
-
|
|
589
|
-
SourcePorts?: string[];
|
|
590
|
-
|
|
591
|
-
DestinationPorts?: string[];
|
|
592
|
-
|
|
593
|
-
SourcePrefixLists?: string[];
|
|
594
|
-
|
|
595
|
-
DestinationPrefixLists?: string[];
|
|
596
|
-
|
|
597
|
-
Protocols?: (Protocol | string)[];
|
|
598
|
-
}
|
|
599
|
-
export declare namespace PacketHeaderStatement {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: PacketHeaderStatement) => any;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
export interface ResourceStatement {
|
|
605
|
-
|
|
606
|
-
Resources?: string[];
|
|
607
|
-
|
|
608
|
-
ResourceTypes?: string[];
|
|
609
|
-
}
|
|
610
|
-
export declare namespace ResourceStatement {
|
|
611
|
-
|
|
612
|
-
const filterSensitiveLog: (obj: ResourceStatement) => any;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
export interface PathStatement {
|
|
616
|
-
|
|
617
|
-
PacketHeaderStatement?: PacketHeaderStatement;
|
|
618
|
-
|
|
619
|
-
ResourceStatement?: ResourceStatement;
|
|
620
|
-
}
|
|
621
|
-
export declare namespace PathStatement {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: PathStatement) => any;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
export interface ThroughResourcesStatement {
|
|
627
|
-
|
|
628
|
-
ResourceStatement?: ResourceStatement;
|
|
629
|
-
}
|
|
630
|
-
export declare namespace ThroughResourcesStatement {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: ThroughResourcesStatement) => any;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export interface AccessScopePath {
|
|
636
|
-
|
|
637
|
-
Source?: PathStatement;
|
|
638
|
-
|
|
639
|
-
Destination?: PathStatement;
|
|
640
|
-
|
|
641
|
-
ThroughResources?: ThroughResourcesStatement[];
|
|
642
|
-
}
|
|
643
|
-
export declare namespace AccessScopePath {
|
|
644
|
-
|
|
645
|
-
const filterSensitiveLog: (obj: AccessScopePath) => any;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
export interface PacketHeaderStatementRequest {
|
|
649
|
-
|
|
650
|
-
SourceAddresses?: string[];
|
|
651
|
-
|
|
652
|
-
DestinationAddresses?: string[];
|
|
653
|
-
|
|
654
|
-
SourcePorts?: string[];
|
|
655
|
-
|
|
656
|
-
DestinationPorts?: string[];
|
|
657
|
-
|
|
658
|
-
SourcePrefixLists?: string[];
|
|
659
|
-
|
|
660
|
-
DestinationPrefixLists?: string[];
|
|
661
|
-
|
|
662
|
-
Protocols?: (Protocol | string)[];
|
|
663
|
-
}
|
|
664
|
-
export declare namespace PacketHeaderStatementRequest {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: PacketHeaderStatementRequest) => any;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
export interface ResourceStatementRequest {
|
|
670
|
-
|
|
671
|
-
Resources?: string[];
|
|
672
|
-
|
|
673
|
-
ResourceTypes?: string[];
|
|
674
|
-
}
|
|
675
|
-
export declare namespace ResourceStatementRequest {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: ResourceStatementRequest) => any;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
export interface PathStatementRequest {
|
|
681
|
-
|
|
682
|
-
PacketHeaderStatement?: PacketHeaderStatementRequest;
|
|
683
|
-
|
|
684
|
-
ResourceStatement?: ResourceStatementRequest;
|
|
685
|
-
}
|
|
686
|
-
export declare namespace PathStatementRequest {
|
|
687
|
-
|
|
688
|
-
const filterSensitiveLog: (obj: PathStatementRequest) => any;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
export interface ThroughResourcesStatementRequest {
|
|
692
|
-
|
|
693
|
-
ResourceStatement?: ResourceStatementRequest;
|
|
694
|
-
}
|
|
695
|
-
export declare namespace ThroughResourcesStatementRequest {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: ThroughResourcesStatementRequest) => any;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
export interface AccessScopePathRequest {
|
|
701
|
-
|
|
702
|
-
Source?: PathStatementRequest;
|
|
703
|
-
|
|
704
|
-
Destination?: PathStatementRequest;
|
|
705
|
-
|
|
706
|
-
ThroughResources?: ThroughResourcesStatementRequest[];
|
|
707
|
-
}
|
|
708
|
-
export declare namespace AccessScopePathRequest {
|
|
709
|
-
|
|
710
|
-
const filterSensitiveLog: (obj: AccessScopePathRequest) => any;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
export interface AccountAttributeValue {
|
|
714
|
-
|
|
715
|
-
AttributeValue?: string;
|
|
716
|
-
}
|
|
717
|
-
export declare namespace AccountAttributeValue {
|
|
718
|
-
|
|
719
|
-
const filterSensitiveLog: (obj: AccountAttributeValue) => any;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
export interface AccountAttribute {
|
|
723
|
-
|
|
724
|
-
AttributeName?: string;
|
|
725
|
-
|
|
726
|
-
AttributeValues?: AccountAttributeValue[];
|
|
727
|
-
}
|
|
728
|
-
export declare namespace AccountAttribute {
|
|
729
|
-
|
|
730
|
-
const filterSensitiveLog: (obj: AccountAttribute) => any;
|
|
731
|
-
}
|
|
732
|
-
export declare type AccountAttributeName = "default-vpc" | "supported-platforms";
|
|
733
|
-
export declare enum InstanceHealthStatus {
|
|
734
|
-
HEALTHY_STATUS = "healthy",
|
|
735
|
-
UNHEALTHY_STATUS = "unhealthy"
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export interface ActiveInstance {
|
|
739
|
-
|
|
740
|
-
InstanceId?: string;
|
|
741
|
-
|
|
742
|
-
InstanceType?: string;
|
|
743
|
-
|
|
744
|
-
SpotInstanceRequestId?: string;
|
|
745
|
-
|
|
746
|
-
InstanceHealth?: InstanceHealthStatus | string;
|
|
747
|
-
}
|
|
748
|
-
export declare namespace ActiveInstance {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: ActiveInstance) => any;
|
|
751
|
-
}
|
|
752
|
-
export declare enum ActivityStatus {
|
|
753
|
-
ERROR = "error",
|
|
754
|
-
FULFILLED = "fulfilled",
|
|
755
|
-
PENDING_FULFILLMENT = "pending_fulfillment",
|
|
756
|
-
PENDING_TERMINATION = "pending_termination"
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
export interface AddIpamOperatingRegion {
|
|
760
|
-
|
|
761
|
-
RegionName?: string;
|
|
762
|
-
}
|
|
763
|
-
export declare namespace AddIpamOperatingRegion {
|
|
764
|
-
|
|
765
|
-
const filterSensitiveLog: (obj: AddIpamOperatingRegion) => any;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
export interface AddPrefixListEntry {
|
|
769
|
-
|
|
770
|
-
Cidr: string | undefined;
|
|
771
|
-
|
|
772
|
-
Description?: string;
|
|
773
|
-
}
|
|
774
|
-
export declare namespace AddPrefixListEntry {
|
|
775
|
-
|
|
776
|
-
const filterSensitiveLog: (obj: AddPrefixListEntry) => any;
|
|
777
|
-
}
|
|
778
|
-
export declare type DomainType = "standard" | "vpc";
|
|
779
|
-
|
|
780
|
-
export interface Address {
|
|
781
|
-
|
|
782
|
-
InstanceId?: string;
|
|
783
|
-
|
|
784
|
-
PublicIp?: string;
|
|
785
|
-
|
|
786
|
-
AllocationId?: string;
|
|
787
|
-
|
|
788
|
-
AssociationId?: string;
|
|
789
|
-
|
|
790
|
-
Domain?: DomainType | string;
|
|
791
|
-
|
|
792
|
-
NetworkInterfaceId?: string;
|
|
793
|
-
|
|
794
|
-
NetworkInterfaceOwnerId?: string;
|
|
795
|
-
|
|
796
|
-
PrivateIpAddress?: string;
|
|
797
|
-
|
|
798
|
-
Tags?: Tag[];
|
|
799
|
-
|
|
800
|
-
PublicIpv4Pool?: string;
|
|
801
|
-
|
|
802
|
-
NetworkBorderGroup?: string;
|
|
803
|
-
|
|
804
|
-
CustomerOwnedIp?: string;
|
|
805
|
-
|
|
806
|
-
CustomerOwnedIpv4Pool?: string;
|
|
807
|
-
|
|
808
|
-
CarrierIp?: string;
|
|
809
|
-
}
|
|
810
|
-
export declare namespace Address {
|
|
811
|
-
|
|
812
|
-
const filterSensitiveLog: (obj: Address) => any;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
export interface PtrUpdateStatus {
|
|
816
|
-
|
|
817
|
-
Value?: string;
|
|
818
|
-
|
|
819
|
-
Status?: string;
|
|
820
|
-
|
|
821
|
-
Reason?: string;
|
|
822
|
-
}
|
|
823
|
-
export declare namespace PtrUpdateStatus {
|
|
824
|
-
|
|
825
|
-
const filterSensitiveLog: (obj: PtrUpdateStatus) => any;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
export interface AddressAttribute {
|
|
829
|
-
|
|
830
|
-
PublicIp?: string;
|
|
831
|
-
|
|
832
|
-
AllocationId?: string;
|
|
833
|
-
|
|
834
|
-
PtrRecord?: string;
|
|
835
|
-
|
|
836
|
-
PtrRecordUpdate?: PtrUpdateStatus;
|
|
837
|
-
}
|
|
838
|
-
export declare namespace AddressAttribute {
|
|
839
|
-
|
|
840
|
-
const filterSensitiveLog: (obj: AddressAttribute) => any;
|
|
841
|
-
}
|
|
842
|
-
export declare type AddressAttributeName = "domain-name";
|
|
843
|
-
export declare enum AddressFamily {
|
|
844
|
-
ipv4 = "ipv4",
|
|
845
|
-
ipv6 = "ipv6"
|
|
846
|
-
}
|
|
847
|
-
export interface AdvertiseByoipCidrRequest {
|
|
848
|
-
|
|
849
|
-
Cidr: string | undefined;
|
|
850
|
-
|
|
851
|
-
DryRun?: boolean;
|
|
852
|
-
}
|
|
853
|
-
export declare namespace AdvertiseByoipCidrRequest {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: AdvertiseByoipCidrRequest) => any;
|
|
856
|
-
}
|
|
857
|
-
export declare type ByoipCidrState = "advertised" | "deprovisioned" | "failed-deprovision" | "failed-provision" | "pending-deprovision" | "pending-provision" | "provisioned" | "provisioned-not-publicly-advertisable";
|
|
858
|
-
|
|
859
|
-
export interface ByoipCidr {
|
|
860
|
-
|
|
861
|
-
Cidr?: string;
|
|
862
|
-
|
|
863
|
-
Description?: string;
|
|
864
|
-
|
|
865
|
-
StatusMessage?: string;
|
|
866
|
-
|
|
867
|
-
State?: ByoipCidrState | string;
|
|
868
|
-
}
|
|
869
|
-
export declare namespace ByoipCidr {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: ByoipCidr) => any;
|
|
872
|
-
}
|
|
873
|
-
export interface AdvertiseByoipCidrResult {
|
|
874
|
-
|
|
875
|
-
ByoipCidr?: ByoipCidr;
|
|
876
|
-
}
|
|
877
|
-
export declare namespace AdvertiseByoipCidrResult {
|
|
878
|
-
|
|
879
|
-
const filterSensitiveLog: (obj: AdvertiseByoipCidrResult) => any;
|
|
880
|
-
}
|
|
881
|
-
export declare type Affinity = "default" | "host";
|
|
882
|
-
export declare type ResourceType = "capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway";
|
|
883
|
-
|
|
884
|
-
export interface TagSpecification {
|
|
885
|
-
|
|
886
|
-
ResourceType?: ResourceType | string;
|
|
887
|
-
|
|
888
|
-
Tags?: Tag[];
|
|
889
|
-
}
|
|
890
|
-
export declare namespace TagSpecification {
|
|
891
|
-
|
|
892
|
-
const filterSensitiveLog: (obj: TagSpecification) => any;
|
|
893
|
-
}
|
|
894
|
-
export interface AllocateAddressRequest {
|
|
895
|
-
|
|
896
|
-
Domain?: DomainType | string;
|
|
897
|
-
|
|
898
|
-
Address?: string;
|
|
899
|
-
|
|
900
|
-
PublicIpv4Pool?: string;
|
|
901
|
-
|
|
902
|
-
NetworkBorderGroup?: string;
|
|
903
|
-
|
|
904
|
-
CustomerOwnedIpv4Pool?: string;
|
|
905
|
-
|
|
906
|
-
DryRun?: boolean;
|
|
907
|
-
|
|
908
|
-
TagSpecifications?: TagSpecification[];
|
|
909
|
-
}
|
|
910
|
-
export declare namespace AllocateAddressRequest {
|
|
911
|
-
|
|
912
|
-
const filterSensitiveLog: (obj: AllocateAddressRequest) => any;
|
|
913
|
-
}
|
|
914
|
-
export interface AllocateAddressResult {
|
|
915
|
-
|
|
916
|
-
PublicIp?: string;
|
|
917
|
-
|
|
918
|
-
AllocationId?: string;
|
|
919
|
-
|
|
920
|
-
PublicIpv4Pool?: string;
|
|
921
|
-
|
|
922
|
-
NetworkBorderGroup?: string;
|
|
923
|
-
|
|
924
|
-
Domain?: DomainType | string;
|
|
925
|
-
|
|
926
|
-
CustomerOwnedIp?: string;
|
|
927
|
-
|
|
928
|
-
CustomerOwnedIpv4Pool?: string;
|
|
929
|
-
|
|
930
|
-
CarrierIp?: string;
|
|
931
|
-
}
|
|
932
|
-
export declare namespace AllocateAddressResult {
|
|
933
|
-
|
|
934
|
-
const filterSensitiveLog: (obj: AllocateAddressResult) => any;
|
|
935
|
-
}
|
|
936
|
-
export declare type AutoPlacement = "off" | "on";
|
|
937
|
-
export declare type HostRecovery = "off" | "on";
|
|
938
|
-
export interface AllocateHostsRequest {
|
|
939
|
-
|
|
940
|
-
AutoPlacement?: AutoPlacement | string;
|
|
941
|
-
|
|
942
|
-
AvailabilityZone: string | undefined;
|
|
943
|
-
|
|
944
|
-
ClientToken?: string;
|
|
945
|
-
|
|
946
|
-
InstanceType?: string;
|
|
947
|
-
|
|
948
|
-
InstanceFamily?: string;
|
|
949
|
-
|
|
950
|
-
Quantity: number | undefined;
|
|
951
|
-
|
|
952
|
-
TagSpecifications?: TagSpecification[];
|
|
953
|
-
|
|
954
|
-
HostRecovery?: HostRecovery | string;
|
|
955
|
-
}
|
|
956
|
-
export declare namespace AllocateHostsRequest {
|
|
957
|
-
|
|
958
|
-
const filterSensitiveLog: (obj: AllocateHostsRequest) => any;
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
export interface AllocateHostsResult {
|
|
962
|
-
|
|
963
|
-
HostIds?: string[];
|
|
964
|
-
}
|
|
965
|
-
export declare namespace AllocateHostsResult {
|
|
966
|
-
|
|
967
|
-
const filterSensitiveLog: (obj: AllocateHostsResult) => any;
|
|
968
|
-
}
|
|
969
|
-
export interface AllocateIpamPoolCidrRequest {
|
|
970
|
-
|
|
971
|
-
DryRun?: boolean;
|
|
972
|
-
|
|
973
|
-
IpamPoolId: string | undefined;
|
|
974
|
-
|
|
975
|
-
Cidr?: string;
|
|
976
|
-
|
|
977
|
-
NetmaskLength?: number;
|
|
978
|
-
|
|
979
|
-
ClientToken?: string;
|
|
980
|
-
|
|
981
|
-
Description?: string;
|
|
982
|
-
|
|
983
|
-
PreviewNextCidr?: boolean;
|
|
984
|
-
|
|
985
|
-
DisallowedCidrs?: string[];
|
|
986
|
-
}
|
|
987
|
-
export declare namespace AllocateIpamPoolCidrRequest {
|
|
988
|
-
|
|
989
|
-
const filterSensitiveLog: (obj: AllocateIpamPoolCidrRequest) => any;
|
|
990
|
-
}
|
|
991
|
-
export declare enum IpamPoolAllocationResourceType {
|
|
992
|
-
custom = "custom",
|
|
993
|
-
ec2_public_ipv4_pool = "ec2-public-ipv4-pool",
|
|
994
|
-
ipam_pool = "ipam-pool",
|
|
995
|
-
vpc = "vpc"
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
export interface IpamPoolAllocation {
|
|
999
|
-
|
|
1000
|
-
Cidr?: string;
|
|
1001
|
-
|
|
1002
|
-
IpamPoolAllocationId?: string;
|
|
1003
|
-
|
|
1004
|
-
Description?: string;
|
|
1005
|
-
|
|
1006
|
-
ResourceId?: string;
|
|
1007
|
-
|
|
1008
|
-
ResourceType?: IpamPoolAllocationResourceType | string;
|
|
1009
|
-
|
|
1010
|
-
ResourceRegion?: string;
|
|
1011
|
-
|
|
1012
|
-
ResourceOwner?: string;
|
|
1013
|
-
}
|
|
1014
|
-
export declare namespace IpamPoolAllocation {
|
|
1015
|
-
|
|
1016
|
-
const filterSensitiveLog: (obj: IpamPoolAllocation) => any;
|
|
1017
|
-
}
|
|
1018
|
-
export interface AllocateIpamPoolCidrResult {
|
|
1019
|
-
|
|
1020
|
-
IpamPoolAllocation?: IpamPoolAllocation;
|
|
1021
|
-
}
|
|
1022
|
-
export declare namespace AllocateIpamPoolCidrResult {
|
|
1023
|
-
|
|
1024
|
-
const filterSensitiveLog: (obj: AllocateIpamPoolCidrResult) => any;
|
|
1025
|
-
}
|
|
1026
|
-
export declare type AllocationState = "available" | "pending" | "permanent-failure" | "released" | "released-permanent-failure" | "under-assessment";
|
|
1027
|
-
export declare enum AllocationStrategy {
|
|
1028
|
-
CAPACITY_OPTIMIZED = "capacityOptimized",
|
|
1029
|
-
CAPACITY_OPTIMIZED_PRIORITIZED = "capacityOptimizedPrioritized",
|
|
1030
|
-
DIVERSIFIED = "diversified",
|
|
1031
|
-
LOWEST_PRICE = "lowestPrice"
|
|
1032
|
-
}
|
|
1033
|
-
export declare enum PrincipalType {
|
|
1034
|
-
Account = "Account",
|
|
1035
|
-
All = "All",
|
|
1036
|
-
OrganizationUnit = "OrganizationUnit",
|
|
1037
|
-
Role = "Role",
|
|
1038
|
-
Service = "Service",
|
|
1039
|
-
User = "User"
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
export interface AllowedPrincipal {
|
|
1043
|
-
|
|
1044
|
-
PrincipalType?: PrincipalType | string;
|
|
1045
|
-
|
|
1046
|
-
Principal?: string;
|
|
1047
|
-
}
|
|
1048
|
-
export declare namespace AllowedPrincipal {
|
|
1049
|
-
|
|
1050
|
-
const filterSensitiveLog: (obj: AllowedPrincipal) => any;
|
|
1051
|
-
}
|
|
1052
|
-
export declare type AllowsMultipleInstanceTypes = "off" | "on";
|
|
1053
|
-
|
|
1054
|
-
export interface AlternatePathHint {
|
|
1055
|
-
|
|
1056
|
-
ComponentId?: string;
|
|
1057
|
-
|
|
1058
|
-
ComponentArn?: string;
|
|
1059
|
-
}
|
|
1060
|
-
export declare namespace AlternatePathHint {
|
|
1061
|
-
|
|
1062
|
-
const filterSensitiveLog: (obj: AlternatePathHint) => any;
|
|
1063
|
-
}
|
|
1064
|
-
export interface ApplySecurityGroupsToClientVpnTargetNetworkRequest {
|
|
1065
|
-
|
|
1066
|
-
ClientVpnEndpointId: string | undefined;
|
|
1067
|
-
|
|
1068
|
-
VpcId: string | undefined;
|
|
1069
|
-
|
|
1070
|
-
SecurityGroupIds: string[] | undefined;
|
|
1071
|
-
|
|
1072
|
-
DryRun?: boolean;
|
|
1073
|
-
}
|
|
1074
|
-
export declare namespace ApplySecurityGroupsToClientVpnTargetNetworkRequest {
|
|
1075
|
-
|
|
1076
|
-
const filterSensitiveLog: (obj: ApplySecurityGroupsToClientVpnTargetNetworkRequest) => any;
|
|
1077
|
-
}
|
|
1078
|
-
export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
|
|
1079
|
-
|
|
1080
|
-
SecurityGroupIds?: string[];
|
|
1081
|
-
}
|
|
1082
|
-
export declare namespace ApplySecurityGroupsToClientVpnTargetNetworkResult {
|
|
1083
|
-
|
|
1084
|
-
const filterSensitiveLog: (obj: ApplySecurityGroupsToClientVpnTargetNetworkResult) => any;
|
|
1085
|
-
}
|
|
1086
|
-
export interface AssignIpv6AddressesRequest {
|
|
1087
|
-
|
|
1088
|
-
Ipv6AddressCount?: number;
|
|
1089
|
-
|
|
1090
|
-
Ipv6Addresses?: string[];
|
|
1091
|
-
|
|
1092
|
-
Ipv6PrefixCount?: number;
|
|
1093
|
-
|
|
1094
|
-
Ipv6Prefixes?: string[];
|
|
1095
|
-
|
|
1096
|
-
NetworkInterfaceId: string | undefined;
|
|
1097
|
-
}
|
|
1098
|
-
export declare namespace AssignIpv6AddressesRequest {
|
|
1099
|
-
|
|
1100
|
-
const filterSensitiveLog: (obj: AssignIpv6AddressesRequest) => any;
|
|
1101
|
-
}
|
|
1102
|
-
export interface AssignIpv6AddressesResult {
|
|
1103
|
-
|
|
1104
|
-
AssignedIpv6Addresses?: string[];
|
|
1105
|
-
|
|
1106
|
-
AssignedIpv6Prefixes?: string[];
|
|
1107
|
-
|
|
1108
|
-
NetworkInterfaceId?: string;
|
|
1109
|
-
}
|
|
1110
|
-
export declare namespace AssignIpv6AddressesResult {
|
|
1111
|
-
|
|
1112
|
-
const filterSensitiveLog: (obj: AssignIpv6AddressesResult) => any;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
export interface AssignPrivateIpAddressesRequest {
|
|
1116
|
-
|
|
1117
|
-
AllowReassignment?: boolean;
|
|
1118
|
-
|
|
1119
|
-
NetworkInterfaceId: string | undefined;
|
|
1120
|
-
|
|
1121
|
-
PrivateIpAddresses?: string[];
|
|
1122
|
-
|
|
1123
|
-
SecondaryPrivateIpAddressCount?: number;
|
|
1124
|
-
|
|
1125
|
-
Ipv4Prefixes?: string[];
|
|
1126
|
-
|
|
1127
|
-
Ipv4PrefixCount?: number;
|
|
1128
|
-
}
|
|
1129
|
-
export declare namespace AssignPrivateIpAddressesRequest {
|
|
1130
|
-
|
|
1131
|
-
const filterSensitiveLog: (obj: AssignPrivateIpAddressesRequest) => any;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
export interface Ipv4PrefixSpecification {
|
|
1135
|
-
|
|
1136
|
-
Ipv4Prefix?: string;
|
|
1137
|
-
}
|
|
1138
|
-
export declare namespace Ipv4PrefixSpecification {
|
|
1139
|
-
|
|
1140
|
-
const filterSensitiveLog: (obj: Ipv4PrefixSpecification) => any;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
export interface AssignedPrivateIpAddress {
|
|
1144
|
-
|
|
1145
|
-
PrivateIpAddress?: string;
|
|
1146
|
-
}
|
|
1147
|
-
export declare namespace AssignedPrivateIpAddress {
|
|
1148
|
-
|
|
1149
|
-
const filterSensitiveLog: (obj: AssignedPrivateIpAddress) => any;
|
|
1150
|
-
}
|
|
1151
|
-
export interface AssignPrivateIpAddressesResult {
|
|
1152
|
-
|
|
1153
|
-
NetworkInterfaceId?: string;
|
|
1154
|
-
|
|
1155
|
-
AssignedPrivateIpAddresses?: AssignedPrivateIpAddress[];
|
|
1156
|
-
|
|
1157
|
-
AssignedIpv4Prefixes?: Ipv4PrefixSpecification[];
|
|
1158
|
-
}
|
|
1159
|
-
export declare namespace AssignPrivateIpAddressesResult {
|
|
1160
|
-
|
|
1161
|
-
const filterSensitiveLog: (obj: AssignPrivateIpAddressesResult) => any;
|
|
1162
|
-
}
|
|
1163
|
-
export interface AssociateAddressRequest {
|
|
1164
|
-
|
|
1165
|
-
AllocationId?: string;
|
|
1166
|
-
|
|
1167
|
-
InstanceId?: string;
|
|
1168
|
-
|
|
1169
|
-
PublicIp?: string;
|
|
1170
|
-
|
|
1171
|
-
AllowReassociation?: boolean;
|
|
1172
|
-
|
|
1173
|
-
DryRun?: boolean;
|
|
1174
|
-
|
|
1175
|
-
NetworkInterfaceId?: string;
|
|
1176
|
-
|
|
1177
|
-
PrivateIpAddress?: string;
|
|
1178
|
-
}
|
|
1179
|
-
export declare namespace AssociateAddressRequest {
|
|
1180
|
-
|
|
1181
|
-
const filterSensitiveLog: (obj: AssociateAddressRequest) => any;
|
|
1182
|
-
}
|
|
1183
|
-
export interface AssociateAddressResult {
|
|
1184
|
-
|
|
1185
|
-
AssociationId?: string;
|
|
1186
|
-
}
|
|
1187
|
-
export declare namespace AssociateAddressResult {
|
|
1188
|
-
|
|
1189
|
-
const filterSensitiveLog: (obj: AssociateAddressResult) => any;
|
|
1190
|
-
}
|
|
1191
|
-
export interface AssociateClientVpnTargetNetworkRequest {
|
|
1192
|
-
|
|
1193
|
-
ClientVpnEndpointId: string | undefined;
|
|
1194
|
-
|
|
1195
|
-
SubnetId: string | undefined;
|
|
1196
|
-
|
|
1197
|
-
ClientToken?: string;
|
|
1198
|
-
|
|
1199
|
-
DryRun?: boolean;
|
|
1200
|
-
}
|
|
1201
|
-
export declare namespace AssociateClientVpnTargetNetworkRequest {
|
|
1202
|
-
|
|
1203
|
-
const filterSensitiveLog: (obj: AssociateClientVpnTargetNetworkRequest) => any;
|
|
1204
|
-
}
|
|
1205
|
-
export declare type AssociationStatusCode = "associated" | "associating" | "association-failed" | "disassociated" | "disassociating";
|
|
1206
|
-
|
|
1207
|
-
export interface AssociationStatus {
|
|
1208
|
-
|
|
1209
|
-
Code?: AssociationStatusCode | string;
|
|
1210
|
-
|
|
1211
|
-
Message?: string;
|
|
1212
|
-
}
|
|
1213
|
-
export declare namespace AssociationStatus {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: AssociationStatus) => any;
|
|
1216
|
-
}
|
|
1217
|
-
export interface AssociateClientVpnTargetNetworkResult {
|
|
1218
|
-
|
|
1219
|
-
AssociationId?: string;
|
|
1220
|
-
|
|
1221
|
-
Status?: AssociationStatus;
|
|
1222
|
-
}
|
|
1223
|
-
export declare namespace AssociateClientVpnTargetNetworkResult {
|
|
1224
|
-
|
|
1225
|
-
const filterSensitiveLog: (obj: AssociateClientVpnTargetNetworkResult) => any;
|
|
1226
|
-
}
|
|
1227
|
-
export interface AssociateDhcpOptionsRequest {
|
|
1228
|
-
|
|
1229
|
-
DhcpOptionsId: string | undefined;
|
|
1230
|
-
|
|
1231
|
-
VpcId: string | undefined;
|
|
1232
|
-
|
|
1233
|
-
DryRun?: boolean;
|
|
1234
|
-
}
|
|
1235
|
-
export declare namespace AssociateDhcpOptionsRequest {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: AssociateDhcpOptionsRequest) => any;
|
|
1238
|
-
}
|
|
1239
|
-
export interface AssociateEnclaveCertificateIamRoleRequest {
|
|
1240
|
-
|
|
1241
|
-
CertificateArn?: string;
|
|
1242
|
-
|
|
1243
|
-
RoleArn?: string;
|
|
1244
|
-
|
|
1245
|
-
DryRun?: boolean;
|
|
1246
|
-
}
|
|
1247
|
-
export declare namespace AssociateEnclaveCertificateIamRoleRequest {
|
|
1248
|
-
|
|
1249
|
-
const filterSensitiveLog: (obj: AssociateEnclaveCertificateIamRoleRequest) => any;
|
|
1250
|
-
}
|
|
1251
|
-
export interface AssociateEnclaveCertificateIamRoleResult {
|
|
1252
|
-
|
|
1253
|
-
CertificateS3BucketName?: string;
|
|
1254
|
-
|
|
1255
|
-
CertificateS3ObjectKey?: string;
|
|
1256
|
-
|
|
1257
|
-
EncryptionKmsKeyId?: string;
|
|
1258
|
-
}
|
|
1259
|
-
export declare namespace AssociateEnclaveCertificateIamRoleResult {
|
|
1260
|
-
|
|
1261
|
-
const filterSensitiveLog: (obj: AssociateEnclaveCertificateIamRoleResult) => any;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
export interface IamInstanceProfileSpecification {
|
|
1265
|
-
|
|
1266
|
-
Arn?: string;
|
|
1267
|
-
|
|
1268
|
-
Name?: string;
|
|
1269
|
-
}
|
|
1270
|
-
export declare namespace IamInstanceProfileSpecification {
|
|
1271
|
-
|
|
1272
|
-
const filterSensitiveLog: (obj: IamInstanceProfileSpecification) => any;
|
|
1273
|
-
}
|
|
1274
|
-
export interface AssociateIamInstanceProfileRequest {
|
|
1275
|
-
|
|
1276
|
-
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
1277
|
-
|
|
1278
|
-
InstanceId: string | undefined;
|
|
1279
|
-
}
|
|
1280
|
-
export declare namespace AssociateIamInstanceProfileRequest {
|
|
1281
|
-
|
|
1282
|
-
const filterSensitiveLog: (obj: AssociateIamInstanceProfileRequest) => any;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
export interface IamInstanceProfile {
|
|
1286
|
-
|
|
1287
|
-
Arn?: string;
|
|
1288
|
-
|
|
1289
|
-
Id?: string;
|
|
1290
|
-
}
|
|
1291
|
-
export declare namespace IamInstanceProfile {
|
|
1292
|
-
|
|
1293
|
-
const filterSensitiveLog: (obj: IamInstanceProfile) => any;
|
|
1294
|
-
}
|
|
1295
|
-
export declare enum IamInstanceProfileAssociationState {
|
|
1296
|
-
ASSOCIATED = "associated",
|
|
1297
|
-
ASSOCIATING = "associating",
|
|
1298
|
-
DISASSOCIATED = "disassociated",
|
|
1299
|
-
DISASSOCIATING = "disassociating"
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
export interface IamInstanceProfileAssociation {
|
|
1303
|
-
|
|
1304
|
-
AssociationId?: string;
|
|
1305
|
-
|
|
1306
|
-
InstanceId?: string;
|
|
1307
|
-
|
|
1308
|
-
IamInstanceProfile?: IamInstanceProfile;
|
|
1309
|
-
|
|
1310
|
-
State?: IamInstanceProfileAssociationState | string;
|
|
1311
|
-
|
|
1312
|
-
Timestamp?: Date;
|
|
1313
|
-
}
|
|
1314
|
-
export declare namespace IamInstanceProfileAssociation {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: IamInstanceProfileAssociation) => any;
|
|
1317
|
-
}
|
|
1318
|
-
export interface AssociateIamInstanceProfileResult {
|
|
1319
|
-
|
|
1320
|
-
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
1321
|
-
}
|
|
1322
|
-
export declare namespace AssociateIamInstanceProfileResult {
|
|
1323
|
-
|
|
1324
|
-
const filterSensitiveLog: (obj: AssociateIamInstanceProfileResult) => any;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
export interface InstanceEventWindowAssociationRequest {
|
|
1328
|
-
|
|
1329
|
-
InstanceIds?: string[];
|
|
1330
|
-
|
|
1331
|
-
InstanceTags?: Tag[];
|
|
1332
|
-
|
|
1333
|
-
DedicatedHostIds?: string[];
|
|
1334
|
-
}
|
|
1335
|
-
export declare namespace InstanceEventWindowAssociationRequest {
|
|
1336
|
-
|
|
1337
|
-
const filterSensitiveLog: (obj: InstanceEventWindowAssociationRequest) => any;
|
|
1338
|
-
}
|
|
1339
|
-
export interface AssociateInstanceEventWindowRequest {
|
|
1340
|
-
|
|
1341
|
-
DryRun?: boolean;
|
|
1342
|
-
|
|
1343
|
-
InstanceEventWindowId: string | undefined;
|
|
1344
|
-
|
|
1345
|
-
AssociationTarget: InstanceEventWindowAssociationRequest | undefined;
|
|
1346
|
-
}
|
|
1347
|
-
export declare namespace AssociateInstanceEventWindowRequest {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: AssociateInstanceEventWindowRequest) => any;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
export interface InstanceEventWindowAssociationTarget {
|
|
1353
|
-
|
|
1354
|
-
InstanceIds?: string[];
|
|
1355
|
-
|
|
1356
|
-
Tags?: Tag[];
|
|
1357
|
-
|
|
1358
|
-
DedicatedHostIds?: string[];
|
|
1359
|
-
}
|
|
1360
|
-
export declare namespace InstanceEventWindowAssociationTarget {
|
|
1361
|
-
|
|
1362
|
-
const filterSensitiveLog: (obj: InstanceEventWindowAssociationTarget) => any;
|
|
1363
|
-
}
|
|
1364
|
-
export declare enum InstanceEventWindowState {
|
|
1365
|
-
active = "active",
|
|
1366
|
-
creating = "creating",
|
|
1367
|
-
deleted = "deleted",
|
|
1368
|
-
deleting = "deleting"
|
|
1369
|
-
}
|
|
1370
|
-
export declare enum WeekDay {
|
|
1371
|
-
friday = "friday",
|
|
1372
|
-
monday = "monday",
|
|
1373
|
-
saturday = "saturday",
|
|
1374
|
-
sunday = "sunday",
|
|
1375
|
-
thursday = "thursday",
|
|
1376
|
-
tuesday = "tuesday",
|
|
1377
|
-
wednesday = "wednesday"
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
export interface InstanceEventWindowTimeRange {
|
|
1381
|
-
|
|
1382
|
-
StartWeekDay?: WeekDay | string;
|
|
1383
|
-
|
|
1384
|
-
StartHour?: number;
|
|
1385
|
-
|
|
1386
|
-
EndWeekDay?: WeekDay | string;
|
|
1387
|
-
|
|
1388
|
-
EndHour?: number;
|
|
1389
|
-
}
|
|
1390
|
-
export declare namespace InstanceEventWindowTimeRange {
|
|
1391
|
-
|
|
1392
|
-
const filterSensitiveLog: (obj: InstanceEventWindowTimeRange) => any;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
export interface InstanceEventWindow {
|
|
1396
|
-
|
|
1397
|
-
InstanceEventWindowId?: string;
|
|
1398
|
-
|
|
1399
|
-
TimeRanges?: InstanceEventWindowTimeRange[];
|
|
1400
|
-
|
|
1401
|
-
Name?: string;
|
|
1402
|
-
|
|
1403
|
-
CronExpression?: string;
|
|
1404
|
-
|
|
1405
|
-
AssociationTarget?: InstanceEventWindowAssociationTarget;
|
|
1406
|
-
|
|
1407
|
-
State?: InstanceEventWindowState | string;
|
|
1408
|
-
|
|
1409
|
-
Tags?: Tag[];
|
|
1410
|
-
}
|
|
1411
|
-
export declare namespace InstanceEventWindow {
|
|
1412
|
-
|
|
1413
|
-
const filterSensitiveLog: (obj: InstanceEventWindow) => any;
|
|
1414
|
-
}
|
|
1415
|
-
export interface AssociateInstanceEventWindowResult {
|
|
1416
|
-
|
|
1417
|
-
InstanceEventWindow?: InstanceEventWindow;
|
|
1418
|
-
}
|
|
1419
|
-
export declare namespace AssociateInstanceEventWindowResult {
|
|
1420
|
-
|
|
1421
|
-
const filterSensitiveLog: (obj: AssociateInstanceEventWindowResult) => any;
|
|
1422
|
-
}
|
|
1423
|
-
export interface AssociateRouteTableRequest {
|
|
1424
|
-
|
|
1425
|
-
DryRun?: boolean;
|
|
1426
|
-
|
|
1427
|
-
RouteTableId: string | undefined;
|
|
1428
|
-
|
|
1429
|
-
SubnetId?: string;
|
|
1430
|
-
|
|
1431
|
-
GatewayId?: string;
|
|
1432
|
-
}
|
|
1433
|
-
export declare namespace AssociateRouteTableRequest {
|
|
1434
|
-
|
|
1435
|
-
const filterSensitiveLog: (obj: AssociateRouteTableRequest) => any;
|
|
1436
|
-
}
|
|
1437
|
-
export declare type RouteTableAssociationStateCode = "associated" | "associating" | "disassociated" | "disassociating" | "failed";
|
|
1438
|
-
|
|
1439
|
-
export interface RouteTableAssociationState {
|
|
1440
|
-
|
|
1441
|
-
State?: RouteTableAssociationStateCode | string;
|
|
1442
|
-
|
|
1443
|
-
StatusMessage?: string;
|
|
1444
|
-
}
|
|
1445
|
-
export declare namespace RouteTableAssociationState {
|
|
1446
|
-
|
|
1447
|
-
const filterSensitiveLog: (obj: RouteTableAssociationState) => any;
|
|
1448
|
-
}
|
|
1449
|
-
export interface AssociateRouteTableResult {
|
|
1450
|
-
|
|
1451
|
-
AssociationId?: string;
|
|
1452
|
-
|
|
1453
|
-
AssociationState?: RouteTableAssociationState;
|
|
1454
|
-
}
|
|
1455
|
-
export declare namespace AssociateRouteTableResult {
|
|
1456
|
-
|
|
1457
|
-
const filterSensitiveLog: (obj: AssociateRouteTableResult) => any;
|
|
1458
|
-
}
|
|
1459
|
-
export interface AssociateSubnetCidrBlockRequest {
|
|
1460
|
-
|
|
1461
|
-
Ipv6CidrBlock: string | undefined;
|
|
1462
|
-
|
|
1463
|
-
SubnetId: string | undefined;
|
|
1464
|
-
}
|
|
1465
|
-
export declare namespace AssociateSubnetCidrBlockRequest {
|
|
1466
|
-
|
|
1467
|
-
const filterSensitiveLog: (obj: AssociateSubnetCidrBlockRequest) => any;
|
|
1468
|
-
}
|
|
1469
|
-
export declare type SubnetCidrBlockStateCode = "associated" | "associating" | "disassociated" | "disassociating" | "failed" | "failing";
|
|
1470
|
-
|
|
1471
|
-
export interface SubnetCidrBlockState {
|
|
1472
|
-
|
|
1473
|
-
State?: SubnetCidrBlockStateCode | string;
|
|
1474
|
-
|
|
1475
|
-
StatusMessage?: string;
|
|
1476
|
-
}
|
|
1477
|
-
export declare namespace SubnetCidrBlockState {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: SubnetCidrBlockState) => any;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
export interface SubnetIpv6CidrBlockAssociation {
|
|
1483
|
-
|
|
1484
|
-
AssociationId?: string;
|
|
1485
|
-
|
|
1486
|
-
Ipv6CidrBlock?: string;
|
|
1487
|
-
|
|
1488
|
-
Ipv6CidrBlockState?: SubnetCidrBlockState;
|
|
1489
|
-
}
|
|
1490
|
-
export declare namespace SubnetIpv6CidrBlockAssociation {
|
|
1491
|
-
|
|
1492
|
-
const filterSensitiveLog: (obj: SubnetIpv6CidrBlockAssociation) => any;
|
|
1493
|
-
}
|
|
1494
|
-
export interface AssociateSubnetCidrBlockResult {
|
|
1495
|
-
|
|
1496
|
-
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
|
|
1497
|
-
|
|
1498
|
-
SubnetId?: string;
|
|
1499
|
-
}
|
|
1500
|
-
export declare namespace AssociateSubnetCidrBlockResult {
|
|
1501
|
-
|
|
1502
|
-
const filterSensitiveLog: (obj: AssociateSubnetCidrBlockResult) => any;
|
|
1503
|
-
}
|
|
1504
|
-
export interface AssociateTransitGatewayMulticastDomainRequest {
|
|
1505
|
-
|
|
1506
|
-
TransitGatewayMulticastDomainId?: string;
|
|
1507
|
-
|
|
1508
|
-
TransitGatewayAttachmentId?: string;
|
|
1509
|
-
|
|
1510
|
-
SubnetIds?: string[];
|
|
1511
|
-
|
|
1512
|
-
DryRun?: boolean;
|
|
1513
|
-
}
|
|
1514
|
-
export declare namespace AssociateTransitGatewayMulticastDomainRequest {
|
|
1515
|
-
|
|
1516
|
-
const filterSensitiveLog: (obj: AssociateTransitGatewayMulticastDomainRequest) => any;
|
|
1517
|
-
}
|
|
1518
|
-
export interface AssociateTransitGatewayMulticastDomainResult {
|
|
1519
|
-
|
|
1520
|
-
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
1521
|
-
}
|
|
1522
|
-
export declare namespace AssociateTransitGatewayMulticastDomainResult {
|
|
1523
|
-
|
|
1524
|
-
const filterSensitiveLog: (obj: AssociateTransitGatewayMulticastDomainResult) => any;
|
|
1525
|
-
}
|
|
1526
|
-
export interface AssociateTransitGatewayRouteTableRequest {
|
|
1527
|
-
|
|
1528
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1529
|
-
|
|
1530
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1531
|
-
|
|
1532
|
-
DryRun?: boolean;
|
|
1533
|
-
}
|
|
1534
|
-
export declare namespace AssociateTransitGatewayRouteTableRequest {
|
|
1535
|
-
|
|
1536
|
-
const filterSensitiveLog: (obj: AssociateTransitGatewayRouteTableRequest) => any;
|
|
1537
|
-
}
|
|
1538
|
-
export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
|
|
1539
|
-
|
|
1540
|
-
export interface TransitGatewayAssociation {
|
|
1541
|
-
|
|
1542
|
-
TransitGatewayRouteTableId?: string;
|
|
1543
|
-
|
|
1544
|
-
TransitGatewayAttachmentId?: string;
|
|
1545
|
-
|
|
1546
|
-
ResourceId?: string;
|
|
1547
|
-
|
|
1548
|
-
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
1549
|
-
|
|
1550
|
-
State?: TransitGatewayAssociationState | string;
|
|
1551
|
-
}
|
|
1552
|
-
export declare namespace TransitGatewayAssociation {
|
|
1553
|
-
|
|
1554
|
-
const filterSensitiveLog: (obj: TransitGatewayAssociation) => any;
|
|
1555
|
-
}
|
|
1556
|
-
export interface AssociateTransitGatewayRouteTableResult {
|
|
1557
|
-
|
|
1558
|
-
Association?: TransitGatewayAssociation;
|
|
1559
|
-
}
|
|
1560
|
-
export declare namespace AssociateTransitGatewayRouteTableResult {
|
|
1561
|
-
|
|
1562
|
-
const filterSensitiveLog: (obj: AssociateTransitGatewayRouteTableResult) => any;
|
|
1563
|
-
}
|
|
1564
|
-
export interface AssociateTrunkInterfaceRequest {
|
|
1565
|
-
|
|
1566
|
-
BranchInterfaceId: string | undefined;
|
|
1567
|
-
|
|
1568
|
-
TrunkInterfaceId: string | undefined;
|
|
1569
|
-
|
|
1570
|
-
VlanId?: number;
|
|
1571
|
-
|
|
1572
|
-
GreKey?: number;
|
|
1573
|
-
|
|
1574
|
-
ClientToken?: string;
|
|
1575
|
-
|
|
1576
|
-
DryRun?: boolean;
|
|
1577
|
-
}
|
|
1578
|
-
export declare namespace AssociateTrunkInterfaceRequest {
|
|
1579
|
-
|
|
1580
|
-
const filterSensitiveLog: (obj: AssociateTrunkInterfaceRequest) => any;
|
|
1581
|
-
}
|
|
1582
|
-
export declare enum InterfaceProtocolType {
|
|
1583
|
-
GRE = "GRE",
|
|
1584
|
-
VLAN = "VLAN"
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
export interface TrunkInterfaceAssociation {
|
|
1588
|
-
|
|
1589
|
-
AssociationId?: string;
|
|
1590
|
-
|
|
1591
|
-
BranchInterfaceId?: string;
|
|
1592
|
-
|
|
1593
|
-
TrunkInterfaceId?: string;
|
|
1594
|
-
|
|
1595
|
-
InterfaceProtocol?: InterfaceProtocolType | string;
|
|
1596
|
-
|
|
1597
|
-
VlanId?: number;
|
|
1598
|
-
|
|
1599
|
-
GreKey?: number;
|
|
1600
|
-
|
|
1601
|
-
Tags?: Tag[];
|
|
1602
|
-
}
|
|
1603
|
-
export declare namespace TrunkInterfaceAssociation {
|
|
1604
|
-
|
|
1605
|
-
const filterSensitiveLog: (obj: TrunkInterfaceAssociation) => any;
|
|
1606
|
-
}
|
|
1607
|
-
export interface AssociateTrunkInterfaceResult {
|
|
1608
|
-
|
|
1609
|
-
InterfaceAssociation?: TrunkInterfaceAssociation;
|
|
1610
|
-
|
|
1611
|
-
ClientToken?: string;
|
|
1612
|
-
}
|
|
1613
|
-
export declare namespace AssociateTrunkInterfaceResult {
|
|
1614
|
-
|
|
1615
|
-
const filterSensitiveLog: (obj: AssociateTrunkInterfaceResult) => any;
|
|
1616
|
-
}
|
|
1617
|
-
export interface AssociateVpcCidrBlockRequest {
|
|
1618
|
-
|
|
1619
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1620
|
-
|
|
1621
|
-
CidrBlock?: string;
|
|
1622
|
-
|
|
1623
|
-
VpcId: string | undefined;
|
|
1624
|
-
|
|
1625
|
-
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
1626
|
-
|
|
1627
|
-
Ipv6Pool?: string;
|
|
1628
|
-
|
|
1629
|
-
Ipv6CidrBlock?: string;
|
|
1630
|
-
|
|
1631
|
-
Ipv4IpamPoolId?: string;
|
|
1632
|
-
|
|
1633
|
-
Ipv4NetmaskLength?: number;
|
|
1634
|
-
|
|
1635
|
-
Ipv6IpamPoolId?: string;
|
|
1636
|
-
|
|
1637
|
-
Ipv6NetmaskLength?: number;
|
|
1638
|
-
}
|
|
1639
|
-
export declare namespace AssociateVpcCidrBlockRequest {
|
|
1640
|
-
|
|
1641
|
-
const filterSensitiveLog: (obj: AssociateVpcCidrBlockRequest) => any;
|
|
1642
|
-
}
|
|
1643
|
-
export declare type VpcCidrBlockStateCode = "associated" | "associating" | "disassociated" | "disassociating" | "failed" | "failing";
|
|
1644
|
-
|
|
1645
|
-
export interface VpcCidrBlockState {
|
|
1646
|
-
|
|
1647
|
-
State?: VpcCidrBlockStateCode | string;
|
|
1648
|
-
|
|
1649
|
-
StatusMessage?: string;
|
|
1650
|
-
}
|
|
1651
|
-
export declare namespace VpcCidrBlockState {
|
|
1652
|
-
|
|
1653
|
-
const filterSensitiveLog: (obj: VpcCidrBlockState) => any;
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
export interface VpcCidrBlockAssociation {
|
|
1657
|
-
|
|
1658
|
-
AssociationId?: string;
|
|
1659
|
-
|
|
1660
|
-
CidrBlock?: string;
|
|
1661
|
-
|
|
1662
|
-
CidrBlockState?: VpcCidrBlockState;
|
|
1663
|
-
}
|
|
1664
|
-
export declare namespace VpcCidrBlockAssociation {
|
|
1665
|
-
|
|
1666
|
-
const filterSensitiveLog: (obj: VpcCidrBlockAssociation) => any;
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
export interface VpcIpv6CidrBlockAssociation {
|
|
1670
|
-
|
|
1671
|
-
AssociationId?: string;
|
|
1672
|
-
|
|
1673
|
-
Ipv6CidrBlock?: string;
|
|
1674
|
-
|
|
1675
|
-
Ipv6CidrBlockState?: VpcCidrBlockState;
|
|
1676
|
-
|
|
1677
|
-
NetworkBorderGroup?: string;
|
|
1678
|
-
|
|
1679
|
-
Ipv6Pool?: string;
|
|
1680
|
-
}
|
|
1681
|
-
export declare namespace VpcIpv6CidrBlockAssociation {
|
|
1682
|
-
|
|
1683
|
-
const filterSensitiveLog: (obj: VpcIpv6CidrBlockAssociation) => any;
|
|
1684
|
-
}
|
|
1685
|
-
export interface AssociateVpcCidrBlockResult {
|
|
1686
|
-
|
|
1687
|
-
Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
|
|
1688
|
-
|
|
1689
|
-
CidrBlockAssociation?: VpcCidrBlockAssociation;
|
|
1690
|
-
|
|
1691
|
-
VpcId?: string;
|
|
1692
|
-
}
|
|
1693
|
-
export declare namespace AssociateVpcCidrBlockResult {
|
|
1694
|
-
|
|
1695
|
-
const filterSensitiveLog: (obj: AssociateVpcCidrBlockResult) => any;
|
|
1696
|
-
}
|
|
1697
|
-
export interface AttachClassicLinkVpcRequest {
|
|
1698
|
-
|
|
1699
|
-
DryRun?: boolean;
|
|
1700
|
-
|
|
1701
|
-
Groups: string[] | undefined;
|
|
1702
|
-
|
|
1703
|
-
InstanceId: string | undefined;
|
|
1704
|
-
|
|
1705
|
-
VpcId: string | undefined;
|
|
1706
|
-
}
|
|
1707
|
-
export declare namespace AttachClassicLinkVpcRequest {
|
|
1708
|
-
|
|
1709
|
-
const filterSensitiveLog: (obj: AttachClassicLinkVpcRequest) => any;
|
|
1710
|
-
}
|
|
1711
|
-
export interface AttachClassicLinkVpcResult {
|
|
1712
|
-
|
|
1713
|
-
Return?: boolean;
|
|
1714
|
-
}
|
|
1715
|
-
export declare namespace AttachClassicLinkVpcResult {
|
|
1716
|
-
|
|
1717
|
-
const filterSensitiveLog: (obj: AttachClassicLinkVpcResult) => any;
|
|
1718
|
-
}
|
|
1719
|
-
export interface AttachInternetGatewayRequest {
|
|
1720
|
-
|
|
1721
|
-
DryRun?: boolean;
|
|
1722
|
-
|
|
1723
|
-
InternetGatewayId: string | undefined;
|
|
1724
|
-
|
|
1725
|
-
VpcId: string | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export declare namespace AttachInternetGatewayRequest {
|
|
1728
|
-
|
|
1729
|
-
const filterSensitiveLog: (obj: AttachInternetGatewayRequest) => any;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
export interface AttachNetworkInterfaceRequest {
|
|
1733
|
-
|
|
1734
|
-
DeviceIndex: number | undefined;
|
|
1735
|
-
|
|
1736
|
-
DryRun?: boolean;
|
|
1737
|
-
|
|
1738
|
-
InstanceId: string | undefined;
|
|
1739
|
-
|
|
1740
|
-
NetworkInterfaceId: string | undefined;
|
|
1741
|
-
|
|
1742
|
-
NetworkCardIndex?: number;
|
|
1743
|
-
}
|
|
1744
|
-
export declare namespace AttachNetworkInterfaceRequest {
|
|
1745
|
-
|
|
1746
|
-
const filterSensitiveLog: (obj: AttachNetworkInterfaceRequest) => any;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
export interface AttachNetworkInterfaceResult {
|
|
1750
|
-
|
|
1751
|
-
AttachmentId?: string;
|
|
1752
|
-
|
|
1753
|
-
NetworkCardIndex?: number;
|
|
1754
|
-
}
|
|
1755
|
-
export declare namespace AttachNetworkInterfaceResult {
|
|
1756
|
-
|
|
1757
|
-
const filterSensitiveLog: (obj: AttachNetworkInterfaceResult) => any;
|
|
1758
|
-
}
|
|
1759
|
-
export interface AttachVolumeRequest {
|
|
1760
|
-
|
|
1761
|
-
Device: string | undefined;
|
|
1762
|
-
|
|
1763
|
-
InstanceId: string | undefined;
|
|
1764
|
-
|
|
1765
|
-
VolumeId: string | undefined;
|
|
1766
|
-
|
|
1767
|
-
DryRun?: boolean;
|
|
1768
|
-
}
|
|
1769
|
-
export declare namespace AttachVolumeRequest {
|
|
1770
|
-
|
|
1771
|
-
const filterSensitiveLog: (obj: AttachVolumeRequest) => any;
|
|
1772
|
-
}
|
|
1773
|
-
export declare type VolumeAttachmentState = "attached" | "attaching" | "busy" | "detached" | "detaching";
|
|
1774
|
-
|
|
1775
|
-
export interface VolumeAttachment {
|
|
1776
|
-
|
|
1777
|
-
AttachTime?: Date;
|
|
1778
|
-
|
|
1779
|
-
Device?: string;
|
|
1780
|
-
|
|
1781
|
-
InstanceId?: string;
|
|
1782
|
-
|
|
1783
|
-
State?: VolumeAttachmentState | string;
|
|
1784
|
-
|
|
1785
|
-
VolumeId?: string;
|
|
1786
|
-
|
|
1787
|
-
DeleteOnTermination?: boolean;
|
|
1788
|
-
}
|
|
1789
|
-
export declare namespace VolumeAttachment {
|
|
1790
|
-
|
|
1791
|
-
const filterSensitiveLog: (obj: VolumeAttachment) => any;
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
export interface AttachVpnGatewayRequest {
|
|
1795
|
-
|
|
1796
|
-
VpcId: string | undefined;
|
|
1797
|
-
|
|
1798
|
-
VpnGatewayId: string | undefined;
|
|
1799
|
-
|
|
1800
|
-
DryRun?: boolean;
|
|
1801
|
-
}
|
|
1802
|
-
export declare namespace AttachVpnGatewayRequest {
|
|
1803
|
-
|
|
1804
|
-
const filterSensitiveLog: (obj: AttachVpnGatewayRequest) => any;
|
|
1805
|
-
}
|
|
1806
|
-
export declare type AttachmentStatus = "attached" | "attaching" | "detached" | "detaching";
|
|
1807
|
-
|
|
1808
|
-
export interface VpcAttachment {
|
|
1809
|
-
|
|
1810
|
-
State?: AttachmentStatus | string;
|
|
1811
|
-
|
|
1812
|
-
VpcId?: string;
|
|
1813
|
-
}
|
|
1814
|
-
export declare namespace VpcAttachment {
|
|
1815
|
-
|
|
1816
|
-
const filterSensitiveLog: (obj: VpcAttachment) => any;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
export interface AttachVpnGatewayResult {
|
|
1820
|
-
|
|
1821
|
-
VpcAttachment?: VpcAttachment;
|
|
1822
|
-
}
|
|
1823
|
-
export declare namespace AttachVpnGatewayResult {
|
|
1824
|
-
|
|
1825
|
-
const filterSensitiveLog: (obj: AttachVpnGatewayResult) => any;
|
|
1826
|
-
}
|
|
1827
|
-
export interface AuthorizeClientVpnIngressRequest {
|
|
1828
|
-
|
|
1829
|
-
ClientVpnEndpointId: string | undefined;
|
|
1830
|
-
|
|
1831
|
-
TargetNetworkCidr: string | undefined;
|
|
1832
|
-
|
|
1833
|
-
AccessGroupId?: string;
|
|
1834
|
-
|
|
1835
|
-
AuthorizeAllGroups?: boolean;
|
|
1836
|
-
|
|
1837
|
-
Description?: string;
|
|
1838
|
-
|
|
1839
|
-
ClientToken?: string;
|
|
1840
|
-
|
|
1841
|
-
DryRun?: boolean;
|
|
1842
|
-
}
|
|
1843
|
-
export declare namespace AuthorizeClientVpnIngressRequest {
|
|
1844
|
-
|
|
1845
|
-
const filterSensitiveLog: (obj: AuthorizeClientVpnIngressRequest) => any;
|
|
1846
|
-
}
|
|
1847
|
-
export declare type ClientVpnAuthorizationRuleStatusCode = "active" | "authorizing" | "failed" | "revoking";
|
|
1848
|
-
|
|
1849
|
-
export interface ClientVpnAuthorizationRuleStatus {
|
|
1850
|
-
|
|
1851
|
-
Code?: ClientVpnAuthorizationRuleStatusCode | string;
|
|
1852
|
-
|
|
1853
|
-
Message?: string;
|
|
1854
|
-
}
|
|
1855
|
-
export declare namespace ClientVpnAuthorizationRuleStatus {
|
|
1856
|
-
|
|
1857
|
-
const filterSensitiveLog: (obj: ClientVpnAuthorizationRuleStatus) => any;
|
|
1858
|
-
}
|
|
1859
|
-
export interface AuthorizeClientVpnIngressResult {
|
|
1860
|
-
|
|
1861
|
-
Status?: ClientVpnAuthorizationRuleStatus;
|
|
1862
|
-
}
|
|
1863
|
-
export declare namespace AuthorizeClientVpnIngressResult {
|
|
1864
|
-
|
|
1865
|
-
const filterSensitiveLog: (obj: AuthorizeClientVpnIngressResult) => any;
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
export interface IpRange {
|
|
1869
|
-
|
|
1870
|
-
CidrIp?: string;
|
|
1871
|
-
|
|
1872
|
-
Description?: string;
|
|
1873
|
-
}
|
|
1874
|
-
export declare namespace IpRange {
|
|
1875
|
-
|
|
1876
|
-
const filterSensitiveLog: (obj: IpRange) => any;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
export interface Ipv6Range {
|
|
1880
|
-
|
|
1881
|
-
CidrIpv6?: string;
|
|
1882
|
-
|
|
1883
|
-
Description?: string;
|
|
1884
|
-
}
|
|
1885
|
-
export declare namespace Ipv6Range {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: Ipv6Range) => any;
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
export interface PrefixListId {
|
|
1891
|
-
|
|
1892
|
-
Description?: string;
|
|
1893
|
-
|
|
1894
|
-
PrefixListId?: string;
|
|
1895
|
-
}
|
|
1896
|
-
export declare namespace PrefixListId {
|
|
1897
|
-
|
|
1898
|
-
const filterSensitiveLog: (obj: PrefixListId) => any;
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
export interface UserIdGroupPair {
|
|
1902
|
-
|
|
1903
|
-
Description?: string;
|
|
1904
|
-
|
|
1905
|
-
GroupId?: string;
|
|
1906
|
-
|
|
1907
|
-
GroupName?: string;
|
|
1908
|
-
|
|
1909
|
-
PeeringStatus?: string;
|
|
1910
|
-
|
|
1911
|
-
UserId?: string;
|
|
1912
|
-
|
|
1913
|
-
VpcId?: string;
|
|
1914
|
-
|
|
1915
|
-
VpcPeeringConnectionId?: string;
|
|
1916
|
-
}
|
|
1917
|
-
export declare namespace UserIdGroupPair {
|
|
1918
|
-
|
|
1919
|
-
const filterSensitiveLog: (obj: UserIdGroupPair) => any;
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
export interface IpPermission {
|
|
1923
|
-
|
|
1924
|
-
FromPort?: number;
|
|
1925
|
-
|
|
1926
|
-
IpProtocol?: string;
|
|
1927
|
-
|
|
1928
|
-
IpRanges?: IpRange[];
|
|
1929
|
-
|
|
1930
|
-
Ipv6Ranges?: Ipv6Range[];
|
|
1931
|
-
|
|
1932
|
-
PrefixListIds?: PrefixListId[];
|
|
1933
|
-
|
|
1934
|
-
ToPort?: number;
|
|
1935
|
-
|
|
1936
|
-
UserIdGroupPairs?: UserIdGroupPair[];
|
|
1937
|
-
}
|
|
1938
|
-
export declare namespace IpPermission {
|
|
1939
|
-
|
|
1940
|
-
const filterSensitiveLog: (obj: IpPermission) => any;
|
|
1941
|
-
}
|
|
1942
|
-
export interface AuthorizeSecurityGroupEgressRequest {
|
|
1943
|
-
|
|
1944
|
-
DryRun?: boolean;
|
|
1945
|
-
|
|
1946
|
-
GroupId: string | undefined;
|
|
1947
|
-
|
|
1948
|
-
IpPermissions?: IpPermission[];
|
|
1949
|
-
|
|
1950
|
-
TagSpecifications?: TagSpecification[];
|
|
1951
|
-
|
|
1952
|
-
CidrIp?: string;
|
|
1953
|
-
|
|
1954
|
-
FromPort?: number;
|
|
1955
|
-
|
|
1956
|
-
IpProtocol?: string;
|
|
1957
|
-
|
|
1958
|
-
ToPort?: number;
|
|
1959
|
-
|
|
1960
|
-
SourceSecurityGroupName?: string;
|
|
1961
|
-
|
|
1962
|
-
SourceSecurityGroupOwnerId?: string;
|
|
1963
|
-
}
|
|
1964
|
-
export declare namespace AuthorizeSecurityGroupEgressRequest {
|
|
1965
|
-
|
|
1966
|
-
const filterSensitiveLog: (obj: AuthorizeSecurityGroupEgressRequest) => any;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
export interface ReferencedSecurityGroup {
|
|
1970
|
-
|
|
1971
|
-
GroupId?: string;
|
|
1972
|
-
|
|
1973
|
-
PeeringStatus?: string;
|
|
1974
|
-
|
|
1975
|
-
UserId?: string;
|
|
1976
|
-
|
|
1977
|
-
VpcId?: string;
|
|
1978
|
-
|
|
1979
|
-
VpcPeeringConnectionId?: string;
|
|
1980
|
-
}
|
|
1981
|
-
export declare namespace ReferencedSecurityGroup {
|
|
1982
|
-
|
|
1983
|
-
const filterSensitiveLog: (obj: ReferencedSecurityGroup) => any;
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
export interface SecurityGroupRule {
|
|
1987
|
-
|
|
1988
|
-
SecurityGroupRuleId?: string;
|
|
1989
|
-
|
|
1990
|
-
GroupId?: string;
|
|
1991
|
-
|
|
1992
|
-
GroupOwnerId?: string;
|
|
1993
|
-
|
|
1994
|
-
IsEgress?: boolean;
|
|
1995
|
-
|
|
1996
|
-
IpProtocol?: string;
|
|
1997
|
-
|
|
1998
|
-
FromPort?: number;
|
|
1999
|
-
|
|
2000
|
-
ToPort?: number;
|
|
2001
|
-
|
|
2002
|
-
CidrIpv4?: string;
|
|
2003
|
-
|
|
2004
|
-
CidrIpv6?: string;
|
|
2005
|
-
|
|
2006
|
-
PrefixListId?: string;
|
|
2007
|
-
|
|
2008
|
-
ReferencedGroupInfo?: ReferencedSecurityGroup;
|
|
2009
|
-
|
|
2010
|
-
Description?: string;
|
|
2011
|
-
|
|
2012
|
-
Tags?: Tag[];
|
|
2013
|
-
}
|
|
2014
|
-
export declare namespace SecurityGroupRule {
|
|
2015
|
-
|
|
2016
|
-
const filterSensitiveLog: (obj: SecurityGroupRule) => any;
|
|
2017
|
-
}
|
|
2018
|
-
export interface AuthorizeSecurityGroupEgressResult {
|
|
2019
|
-
|
|
2020
|
-
Return?: boolean;
|
|
2021
|
-
|
|
2022
|
-
SecurityGroupRules?: SecurityGroupRule[];
|
|
2023
|
-
}
|
|
2024
|
-
export declare namespace AuthorizeSecurityGroupEgressResult {
|
|
2025
|
-
|
|
2026
|
-
const filterSensitiveLog: (obj: AuthorizeSecurityGroupEgressResult) => any;
|
|
2027
|
-
}
|
|
2028
|
-
export interface AuthorizeSecurityGroupIngressRequest {
|
|
2029
|
-
|
|
2030
|
-
CidrIp?: string;
|
|
2031
|
-
|
|
2032
|
-
FromPort?: number;
|
|
2033
|
-
|
|
2034
|
-
GroupId?: string;
|
|
2035
|
-
|
|
2036
|
-
GroupName?: string;
|
|
2037
|
-
|
|
2038
|
-
IpPermissions?: IpPermission[];
|
|
2039
|
-
|
|
2040
|
-
IpProtocol?: string;
|
|
2041
|
-
|
|
2042
|
-
SourceSecurityGroupName?: string;
|
|
2043
|
-
|
|
2044
|
-
SourceSecurityGroupOwnerId?: string;
|
|
2045
|
-
|
|
2046
|
-
ToPort?: number;
|
|
2047
|
-
|
|
2048
|
-
DryRun?: boolean;
|
|
2049
|
-
|
|
2050
|
-
TagSpecifications?: TagSpecification[];
|
|
2051
|
-
}
|
|
2052
|
-
export declare namespace AuthorizeSecurityGroupIngressRequest {
|
|
2053
|
-
|
|
2054
|
-
const filterSensitiveLog: (obj: AuthorizeSecurityGroupIngressRequest) => any;
|
|
2055
|
-
}
|
|
2056
|
-
export interface AuthorizeSecurityGroupIngressResult {
|
|
2057
|
-
|
|
2058
|
-
Return?: boolean;
|
|
2059
|
-
|
|
2060
|
-
SecurityGroupRules?: SecurityGroupRule[];
|
|
2061
|
-
}
|
|
2062
|
-
export declare namespace AuthorizeSecurityGroupIngressResult {
|
|
2063
|
-
|
|
2064
|
-
const filterSensitiveLog: (obj: AuthorizeSecurityGroupIngressResult) => any;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
export interface S3Storage {
|
|
2068
|
-
|
|
2069
|
-
AWSAccessKeyId?: string;
|
|
2070
|
-
|
|
2071
|
-
Bucket?: string;
|
|
2072
|
-
|
|
2073
|
-
Prefix?: string;
|
|
2074
|
-
|
|
2075
|
-
UploadPolicy?: Uint8Array;
|
|
2076
|
-
|
|
2077
|
-
UploadPolicySignature?: string;
|
|
2078
|
-
}
|
|
2079
|
-
export declare namespace S3Storage {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: S3Storage) => any;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
export interface Storage {
|
|
2085
|
-
|
|
2086
|
-
S3?: S3Storage;
|
|
2087
|
-
}
|
|
2088
|
-
export declare namespace Storage {
|
|
2089
|
-
|
|
2090
|
-
const filterSensitiveLog: (obj: Storage) => any;
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
export interface BundleInstanceRequest {
|
|
2094
|
-
|
|
2095
|
-
InstanceId: string | undefined;
|
|
2096
|
-
|
|
2097
|
-
Storage: Storage | undefined;
|
|
2098
|
-
|
|
2099
|
-
DryRun?: boolean;
|
|
2100
|
-
}
|
|
2101
|
-
export declare namespace BundleInstanceRequest {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: BundleInstanceRequest) => any;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
export interface BundleTaskError {
|
|
2107
|
-
|
|
2108
|
-
Code?: string;
|
|
2109
|
-
|
|
2110
|
-
Message?: string;
|
|
2111
|
-
}
|
|
2112
|
-
export declare namespace BundleTaskError {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: BundleTaskError) => any;
|
|
2115
|
-
}
|
|
2116
|
-
export declare type BundleTaskState = "bundling" | "cancelling" | "complete" | "failed" | "pending" | "storing" | "waiting-for-shutdown";
|
|
2117
|
-
|
|
2118
|
-
export interface BundleTask {
|
|
2119
|
-
|
|
2120
|
-
BundleId?: string;
|
|
2121
|
-
|
|
2122
|
-
BundleTaskError?: BundleTaskError;
|
|
2123
|
-
|
|
2124
|
-
InstanceId?: string;
|
|
2125
|
-
|
|
2126
|
-
Progress?: string;
|
|
2127
|
-
|
|
2128
|
-
StartTime?: Date;
|
|
2129
|
-
|
|
2130
|
-
State?: BundleTaskState | string;
|
|
2131
|
-
|
|
2132
|
-
Storage?: Storage;
|
|
2133
|
-
|
|
2134
|
-
UpdateTime?: Date;
|
|
2135
|
-
}
|
|
2136
|
-
export declare namespace BundleTask {
|
|
2137
|
-
|
|
2138
|
-
const filterSensitiveLog: (obj: BundleTask) => any;
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
export interface BundleInstanceResult {
|
|
2142
|
-
|
|
2143
|
-
BundleTask?: BundleTask;
|
|
2144
|
-
}
|
|
2145
|
-
export declare namespace BundleInstanceResult {
|
|
2146
|
-
|
|
2147
|
-
const filterSensitiveLog: (obj: BundleInstanceResult) => any;
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
|
-
export interface CancelBundleTaskRequest {
|
|
2151
|
-
|
|
2152
|
-
BundleId: string | undefined;
|
|
2153
|
-
|
|
2154
|
-
DryRun?: boolean;
|
|
2155
|
-
}
|
|
2156
|
-
export declare namespace CancelBundleTaskRequest {
|
|
2157
|
-
|
|
2158
|
-
const filterSensitiveLog: (obj: CancelBundleTaskRequest) => any;
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
export interface CancelBundleTaskResult {
|
|
2162
|
-
|
|
2163
|
-
BundleTask?: BundleTask;
|
|
2164
|
-
}
|
|
2165
|
-
export declare namespace CancelBundleTaskResult {
|
|
2166
|
-
|
|
2167
|
-
const filterSensitiveLog: (obj: CancelBundleTaskResult) => any;
|
|
2168
|
-
}
|
|
2169
|
-
export interface CancelCapacityReservationRequest {
|
|
2170
|
-
|
|
2171
|
-
CapacityReservationId: string | undefined;
|
|
2172
|
-
|
|
2173
|
-
DryRun?: boolean;
|
|
2174
|
-
}
|
|
2175
|
-
export declare namespace CancelCapacityReservationRequest {
|
|
2176
|
-
|
|
2177
|
-
const filterSensitiveLog: (obj: CancelCapacityReservationRequest) => any;
|
|
2178
|
-
}
|
|
2179
|
-
export interface CancelCapacityReservationResult {
|
|
2180
|
-
|
|
2181
|
-
Return?: boolean;
|
|
2182
|
-
}
|
|
2183
|
-
export declare namespace CancelCapacityReservationResult {
|
|
2184
|
-
|
|
2185
|
-
const filterSensitiveLog: (obj: CancelCapacityReservationResult) => any;
|
|
2186
|
-
}
|
|
2187
|
-
export interface CancelCapacityReservationFleetsRequest {
|
|
2188
|
-
|
|
2189
|
-
DryRun?: boolean;
|
|
2190
|
-
|
|
2191
|
-
CapacityReservationFleetIds: string[] | undefined;
|
|
2192
|
-
}
|
|
2193
|
-
export declare namespace CancelCapacityReservationFleetsRequest {
|
|
2194
|
-
|
|
2195
|
-
const filterSensitiveLog: (obj: CancelCapacityReservationFleetsRequest) => any;
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
|
-
export interface CancelCapacityReservationFleetError {
|
|
2199
|
-
|
|
2200
|
-
Code?: string;
|
|
2201
|
-
|
|
2202
|
-
Message?: string;
|
|
2203
|
-
}
|
|
2204
|
-
export declare namespace CancelCapacityReservationFleetError {
|
|
2205
|
-
|
|
2206
|
-
const filterSensitiveLog: (obj: CancelCapacityReservationFleetError) => any;
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
export interface FailedCapacityReservationFleetCancellationResult {
|
|
2210
|
-
|
|
2211
|
-
CapacityReservationFleetId?: string;
|
|
2212
|
-
|
|
2213
|
-
CancelCapacityReservationFleetError?: CancelCapacityReservationFleetError;
|
|
2214
|
-
}
|
|
2215
|
-
export declare namespace FailedCapacityReservationFleetCancellationResult {
|
|
2216
|
-
|
|
2217
|
-
const filterSensitiveLog: (obj: FailedCapacityReservationFleetCancellationResult) => any;
|
|
2218
|
-
}
|
|
2219
|
-
export declare enum CapacityReservationFleetState {
|
|
2220
|
-
ACTIVE = "active",
|
|
2221
|
-
CANCELLED = "cancelled",
|
|
2222
|
-
CANCELLING = "cancelling",
|
|
2223
|
-
EXPIRED = "expired",
|
|
2224
|
-
EXPIRING = "expiring",
|
|
2225
|
-
FAILED = "failed",
|
|
2226
|
-
MODIFYING = "modifying",
|
|
2227
|
-
PARTIALLY_FULFILLED = "partially_fulfilled",
|
|
2228
|
-
SUBMITTED = "submitted"
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
export interface CapacityReservationFleetCancellationState {
|
|
2232
|
-
|
|
2233
|
-
CurrentFleetState?: CapacityReservationFleetState | string;
|
|
2234
|
-
|
|
2235
|
-
PreviousFleetState?: CapacityReservationFleetState | string;
|
|
2236
|
-
|
|
2237
|
-
CapacityReservationFleetId?: string;
|
|
2238
|
-
}
|
|
2239
|
-
export declare namespace CapacityReservationFleetCancellationState {
|
|
2240
|
-
|
|
2241
|
-
const filterSensitiveLog: (obj: CapacityReservationFleetCancellationState) => any;
|
|
2242
|
-
}
|
|
2243
|
-
export interface CancelCapacityReservationFleetsResult {
|
|
2244
|
-
|
|
2245
|
-
SuccessfulFleetCancellations?: CapacityReservationFleetCancellationState[];
|
|
2246
|
-
|
|
2247
|
-
FailedFleetCancellations?: FailedCapacityReservationFleetCancellationResult[];
|
|
2248
|
-
}
|
|
2249
|
-
export declare namespace CancelCapacityReservationFleetsResult {
|
|
2250
|
-
|
|
2251
|
-
const filterSensitiveLog: (obj: CancelCapacityReservationFleetsResult) => any;
|
|
2252
|
-
}
|
|
2253
|
-
export interface CancelConversionRequest {
|
|
2254
|
-
|
|
2255
|
-
ConversionTaskId: string | undefined;
|
|
2256
|
-
|
|
2257
|
-
DryRun?: boolean;
|
|
2258
|
-
|
|
2259
|
-
ReasonMessage?: string;
|
|
2260
|
-
}
|
|
2261
|
-
export declare namespace CancelConversionRequest {
|
|
2262
|
-
|
|
2263
|
-
const filterSensitiveLog: (obj: CancelConversionRequest) => any;
|
|
2264
|
-
}
|
|
2265
|
-
export interface CancelExportTaskRequest {
|
|
2266
|
-
|
|
2267
|
-
ExportTaskId: string | undefined;
|
|
2268
|
-
}
|
|
2269
|
-
export declare namespace CancelExportTaskRequest {
|
|
2270
|
-
|
|
2271
|
-
const filterSensitiveLog: (obj: CancelExportTaskRequest) => any;
|
|
2272
|
-
}
|
|
2273
|
-
export interface CancelImportTaskRequest {
|
|
2274
|
-
|
|
2275
|
-
CancelReason?: string;
|
|
2276
|
-
|
|
2277
|
-
DryRun?: boolean;
|
|
2278
|
-
|
|
2279
|
-
ImportTaskId?: string;
|
|
2280
|
-
}
|
|
2281
|
-
export declare namespace CancelImportTaskRequest {
|
|
2282
|
-
|
|
2283
|
-
const filterSensitiveLog: (obj: CancelImportTaskRequest) => any;
|
|
2284
|
-
}
|
|
2285
|
-
export interface CancelImportTaskResult {
|
|
2286
|
-
|
|
2287
|
-
ImportTaskId?: string;
|
|
2288
|
-
|
|
2289
|
-
PreviousState?: string;
|
|
2290
|
-
|
|
2291
|
-
State?: string;
|
|
2292
|
-
}
|
|
2293
|
-
export declare namespace CancelImportTaskResult {
|
|
2294
|
-
|
|
2295
|
-
const filterSensitiveLog: (obj: CancelImportTaskResult) => any;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
export interface CancelReservedInstancesListingRequest {
|
|
2299
|
-
|
|
2300
|
-
ReservedInstancesListingId: string | undefined;
|
|
2301
|
-
}
|
|
2302
|
-
export declare namespace CancelReservedInstancesListingRequest {
|
|
2303
|
-
|
|
2304
|
-
const filterSensitiveLog: (obj: CancelReservedInstancesListingRequest) => any;
|
|
2305
|
-
}
|
|
2306
|
-
export declare type ListingState = "available" | "cancelled" | "pending" | "sold";
|
|
2307
|
-
|
|
2308
|
-
export interface InstanceCount {
|
|
2309
|
-
|
|
2310
|
-
InstanceCount?: number;
|
|
2311
|
-
|
|
2312
|
-
State?: ListingState | string;
|
|
2313
|
-
}
|
|
2314
|
-
export declare namespace InstanceCount {
|
|
2315
|
-
|
|
2316
|
-
const filterSensitiveLog: (obj: InstanceCount) => any;
|
|
2317
|
-
}
|
|
2318
|
-
export declare type CurrencyCodeValues = "USD";
|
|
2319
|
-
|
|
2320
|
-
export interface PriceSchedule {
|
|
2321
|
-
|
|
2322
|
-
Active?: boolean;
|
|
2323
|
-
|
|
2324
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
2325
|
-
|
|
2326
|
-
Price?: number;
|
|
2327
|
-
|
|
2328
|
-
Term?: number;
|
|
2329
|
-
}
|
|
2330
|
-
export declare namespace PriceSchedule {
|
|
2331
|
-
|
|
2332
|
-
const filterSensitiveLog: (obj: PriceSchedule) => any;
|
|
2333
|
-
}
|
|
2334
|
-
export declare type ListingStatus = "active" | "cancelled" | "closed" | "pending";
|
|
2335
|
-
|
|
2336
|
-
export interface ReservedInstancesListing {
|
|
2337
|
-
|
|
2338
|
-
ClientToken?: string;
|
|
2339
|
-
|
|
2340
|
-
CreateDate?: Date;
|
|
2341
|
-
|
|
2342
|
-
InstanceCounts?: InstanceCount[];
|
|
2343
|
-
|
|
2344
|
-
PriceSchedules?: PriceSchedule[];
|
|
2345
|
-
|
|
2346
|
-
ReservedInstancesId?: string;
|
|
2347
|
-
|
|
2348
|
-
ReservedInstancesListingId?: string;
|
|
2349
|
-
|
|
2350
|
-
Status?: ListingStatus | string;
|
|
2351
|
-
|
|
2352
|
-
StatusMessage?: string;
|
|
2353
|
-
|
|
2354
|
-
Tags?: Tag[];
|
|
2355
|
-
|
|
2356
|
-
UpdateDate?: Date;
|
|
2357
|
-
}
|
|
2358
|
-
export declare namespace ReservedInstancesListing {
|
|
2359
|
-
|
|
2360
|
-
const filterSensitiveLog: (obj: ReservedInstancesListing) => any;
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
export interface CancelReservedInstancesListingResult {
|
|
2364
|
-
|
|
2365
|
-
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
2366
|
-
}
|
|
2367
|
-
export declare namespace CancelReservedInstancesListingResult {
|
|
2368
|
-
|
|
2369
|
-
const filterSensitiveLog: (obj: CancelReservedInstancesListingResult) => any;
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
export interface CancelSpotFleetRequestsRequest {
|
|
2373
|
-
|
|
2374
|
-
DryRun?: boolean;
|
|
2375
|
-
|
|
2376
|
-
SpotFleetRequestIds: string[] | undefined;
|
|
2377
|
-
|
|
2378
|
-
TerminateInstances: boolean | undefined;
|
|
2379
|
-
}
|
|
2380
|
-
export declare namespace CancelSpotFleetRequestsRequest {
|
|
2381
|
-
|
|
2382
|
-
const filterSensitiveLog: (obj: CancelSpotFleetRequestsRequest) => any;
|
|
2383
|
-
}
|
|
2384
|
-
export declare enum BatchState {
|
|
2385
|
-
ACTIVE = "active",
|
|
2386
|
-
CANCELLED = "cancelled",
|
|
2387
|
-
CANCELLED_RUNNING = "cancelled_running",
|
|
2388
|
-
CANCELLED_TERMINATING_INSTANCES = "cancelled_terminating",
|
|
2389
|
-
FAILED = "failed",
|
|
2390
|
-
MODIFYING = "modifying",
|
|
2391
|
-
SUBMITTED = "submitted"
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
export interface CancelSpotFleetRequestsSuccessItem {
|
|
2395
|
-
|
|
2396
|
-
CurrentSpotFleetRequestState?: BatchState | string;
|
|
2397
|
-
|
|
2398
|
-
PreviousSpotFleetRequestState?: BatchState | string;
|
|
2399
|
-
|
|
2400
|
-
SpotFleetRequestId?: string;
|
|
2401
|
-
}
|
|
2402
|
-
export declare namespace CancelSpotFleetRequestsSuccessItem {
|
|
2403
|
-
|
|
2404
|
-
const filterSensitiveLog: (obj: CancelSpotFleetRequestsSuccessItem) => any;
|
|
2405
|
-
}
|
|
2406
|
-
export declare enum CancelBatchErrorCode {
|
|
2407
|
-
FLEET_REQUEST_ID_DOES_NOT_EXIST = "fleetRequestIdDoesNotExist",
|
|
2408
|
-
FLEET_REQUEST_ID_MALFORMED = "fleetRequestIdMalformed",
|
|
2409
|
-
FLEET_REQUEST_NOT_IN_CANCELLABLE_STATE = "fleetRequestNotInCancellableState",
|
|
2410
|
-
UNEXPECTED_ERROR = "unexpectedError"
|
|
2411
|
-
}
|
|
2412
|
-
|
|
2413
|
-
export interface CancelSpotFleetRequestsError {
|
|
2414
|
-
|
|
2415
|
-
Code?: CancelBatchErrorCode | string;
|
|
2416
|
-
|
|
2417
|
-
Message?: string;
|
|
2418
|
-
}
|
|
2419
|
-
export declare namespace CancelSpotFleetRequestsError {
|
|
2420
|
-
|
|
2421
|
-
const filterSensitiveLog: (obj: CancelSpotFleetRequestsError) => any;
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
export interface CancelSpotFleetRequestsErrorItem {
|
|
2425
|
-
|
|
2426
|
-
Error?: CancelSpotFleetRequestsError;
|
|
2427
|
-
|
|
2428
|
-
SpotFleetRequestId?: string;
|
|
2429
|
-
}
|
|
2430
|
-
export declare namespace CancelSpotFleetRequestsErrorItem {
|
|
2431
|
-
|
|
2432
|
-
const filterSensitiveLog: (obj: CancelSpotFleetRequestsErrorItem) => any;
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
export interface CancelSpotFleetRequestsResponse {
|
|
2436
|
-
|
|
2437
|
-
SuccessfulFleetRequests?: CancelSpotFleetRequestsSuccessItem[];
|
|
2438
|
-
|
|
2439
|
-
UnsuccessfulFleetRequests?: CancelSpotFleetRequestsErrorItem[];
|
|
2440
|
-
}
|
|
2441
|
-
export declare namespace CancelSpotFleetRequestsResponse {
|
|
2442
|
-
|
|
2443
|
-
const filterSensitiveLog: (obj: CancelSpotFleetRequestsResponse) => any;
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
export interface CancelSpotInstanceRequestsRequest {
|
|
2447
|
-
|
|
2448
|
-
DryRun?: boolean;
|
|
2449
|
-
|
|
2450
|
-
SpotInstanceRequestIds: string[] | undefined;
|
|
2451
|
-
}
|
|
2452
|
-
export declare namespace CancelSpotInstanceRequestsRequest {
|
|
2453
|
-
|
|
2454
|
-
const filterSensitiveLog: (obj: CancelSpotInstanceRequestsRequest) => any;
|
|
2455
|
-
}
|
|
2456
|
-
export declare type CancelSpotInstanceRequestState = "active" | "cancelled" | "closed" | "completed" | "open";
|
|
2457
|
-
|
|
2458
|
-
export interface CancelledSpotInstanceRequest {
|
|
2459
|
-
|
|
2460
|
-
SpotInstanceRequestId?: string;
|
|
2461
|
-
|
|
2462
|
-
State?: CancelSpotInstanceRequestState | string;
|
|
2463
|
-
}
|
|
2464
|
-
export declare namespace CancelledSpotInstanceRequest {
|
|
2465
|
-
|
|
2466
|
-
const filterSensitiveLog: (obj: CancelledSpotInstanceRequest) => any;
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
export interface CancelSpotInstanceRequestsResult {
|
|
2470
|
-
|
|
2471
|
-
CancelledSpotInstanceRequests?: CancelledSpotInstanceRequest[];
|
|
2472
|
-
}
|
|
2473
|
-
export declare namespace CancelSpotInstanceRequestsResult {
|
|
2474
|
-
|
|
2475
|
-
const filterSensitiveLog: (obj: CancelSpotInstanceRequestsResult) => any;
|
|
2476
|
-
}
|
|
2477
|
-
export interface ConfirmProductInstanceRequest {
|
|
2478
|
-
|
|
2479
|
-
InstanceId: string | undefined;
|
|
2480
|
-
|
|
2481
|
-
ProductCode: string | undefined;
|
|
2482
|
-
|
|
2483
|
-
DryRun?: boolean;
|
|
2484
|
-
}
|
|
2485
|
-
export declare namespace ConfirmProductInstanceRequest {
|
|
2486
|
-
|
|
2487
|
-
const filterSensitiveLog: (obj: ConfirmProductInstanceRequest) => any;
|
|
2488
|
-
}
|
|
2489
|
-
export interface ConfirmProductInstanceResult {
|
|
2490
|
-
|
|
2491
|
-
OwnerId?: string;
|
|
2492
|
-
|
|
2493
|
-
Return?: boolean;
|
|
2494
|
-
}
|
|
2495
|
-
export declare namespace ConfirmProductInstanceResult {
|
|
2496
|
-
|
|
2497
|
-
const filterSensitiveLog: (obj: ConfirmProductInstanceResult) => any;
|
|
2498
|
-
}
|
|
2499
|
-
export interface CopyFpgaImageRequest {
|
|
2500
|
-
|
|
2501
|
-
DryRun?: boolean;
|
|
2502
|
-
|
|
2503
|
-
SourceFpgaImageId: string | undefined;
|
|
2504
|
-
|
|
2505
|
-
Description?: string;
|
|
2506
|
-
|
|
2507
|
-
Name?: string;
|
|
2508
|
-
|
|
2509
|
-
SourceRegion: string | undefined;
|
|
2510
|
-
|
|
2511
|
-
ClientToken?: string;
|
|
2512
|
-
}
|
|
2513
|
-
export declare namespace CopyFpgaImageRequest {
|
|
2514
|
-
|
|
2515
|
-
const filterSensitiveLog: (obj: CopyFpgaImageRequest) => any;
|
|
2516
|
-
}
|
|
2517
|
-
export interface CopyFpgaImageResult {
|
|
2518
|
-
|
|
2519
|
-
FpgaImageId?: string;
|
|
2520
|
-
}
|
|
2521
|
-
export declare namespace CopyFpgaImageResult {
|
|
2522
|
-
|
|
2523
|
-
const filterSensitiveLog: (obj: CopyFpgaImageResult) => any;
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
export interface CopyImageRequest {
|
|
2527
|
-
|
|
2528
|
-
ClientToken?: string;
|
|
2529
|
-
|
|
2530
|
-
Description?: string;
|
|
2531
|
-
|
|
2532
|
-
Encrypted?: boolean;
|
|
2533
|
-
|
|
2534
|
-
KmsKeyId?: string;
|
|
2535
|
-
|
|
2536
|
-
Name: string | undefined;
|
|
2537
|
-
|
|
2538
|
-
SourceImageId: string | undefined;
|
|
2539
|
-
|
|
2540
|
-
SourceRegion: string | undefined;
|
|
2541
|
-
|
|
2542
|
-
DestinationOutpostArn?: string;
|
|
2543
|
-
|
|
2544
|
-
DryRun?: boolean;
|
|
2545
|
-
}
|
|
2546
|
-
export declare namespace CopyImageRequest {
|
|
2547
|
-
|
|
2548
|
-
const filterSensitiveLog: (obj: CopyImageRequest) => any;
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
export interface CopyImageResult {
|
|
2552
|
-
|
|
2553
|
-
ImageId?: string;
|
|
2554
|
-
}
|
|
2555
|
-
export declare namespace CopyImageResult {
|
|
2556
|
-
|
|
2557
|
-
const filterSensitiveLog: (obj: CopyImageResult) => any;
|
|
2558
|
-
}
|
|
2559
|
-
export interface CopySnapshotRequest {
|
|
2560
|
-
|
|
2561
|
-
Description?: string;
|
|
2562
|
-
|
|
2563
|
-
DestinationOutpostArn?: string;
|
|
2564
|
-
|
|
2565
|
-
DestinationRegion?: string;
|
|
2566
|
-
|
|
2567
|
-
Encrypted?: boolean;
|
|
2568
|
-
|
|
2569
|
-
KmsKeyId?: string;
|
|
2570
|
-
|
|
2571
|
-
PresignedUrl?: string;
|
|
2572
|
-
|
|
2573
|
-
SourceRegion: string | undefined;
|
|
2574
|
-
|
|
2575
|
-
SourceSnapshotId: string | undefined;
|
|
2576
|
-
|
|
2577
|
-
TagSpecifications?: TagSpecification[];
|
|
2578
|
-
|
|
2579
|
-
DryRun?: boolean;
|
|
2580
|
-
}
|
|
2581
|
-
export declare namespace CopySnapshotRequest {
|
|
2582
|
-
|
|
2583
|
-
const filterSensitiveLog: (obj: CopySnapshotRequest) => any;
|
|
2584
|
-
}
|
|
2585
|
-
export interface CopySnapshotResult {
|
|
2586
|
-
|
|
2587
|
-
SnapshotId?: string;
|
|
2588
|
-
|
|
2589
|
-
Tags?: Tag[];
|
|
2590
|
-
}
|
|
2591
|
-
export declare namespace CopySnapshotResult {
|
|
2592
|
-
|
|
2593
|
-
const filterSensitiveLog: (obj: CopySnapshotResult) => any;
|
|
2594
|
-
}
|
|
2595
|
-
export declare type EndDateType = "limited" | "unlimited";
|
|
2596
|
-
export declare type InstanceMatchCriteria = "open" | "targeted";
|
|
2597
|
-
export declare enum CapacityReservationInstancePlatform {
|
|
2598
|
-
LINUX_UNIX = "Linux/UNIX",
|
|
2599
|
-
LINUX_WITH_SQL_SERVER_ENTERPRISE = "Linux with SQL Server Enterprise",
|
|
2600
|
-
LINUX_WITH_SQL_SERVER_STANDARD = "Linux with SQL Server Standard",
|
|
2601
|
-
LINUX_WITH_SQL_SERVER_WEB = "Linux with SQL Server Web",
|
|
2602
|
-
RED_HAT_ENTERPRISE_LINUX = "Red Hat Enterprise Linux",
|
|
2603
|
-
RHEL_WITH_HA = "RHEL with HA",
|
|
2604
|
-
RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE = "RHEL with HA and SQL Server Enterprise",
|
|
2605
|
-
RHEL_WITH_HA_AND_SQL_SERVER_STANDARD = "RHEL with HA and SQL Server Standard",
|
|
2606
|
-
RHEL_WITH_SQL_SERVER_ENTERPRISE = "RHEL with SQL Server Enterprise",
|
|
2607
|
-
RHEL_WITH_SQL_SERVER_STANDARD = "RHEL with SQL Server Standard",
|
|
2608
|
-
RHEL_WITH_SQL_SERVER_WEB = "RHEL with SQL Server Web",
|
|
2609
|
-
SUSE_LINUX = "SUSE Linux",
|
|
2610
|
-
WINDOWS = "Windows",
|
|
2611
|
-
WINDOWS_WITH_SQL_SERVER = "Windows with SQL Server",
|
|
2612
|
-
WINDOWS_WITH_SQL_SERVER_ENTERPRISE = "Windows with SQL Server Enterprise",
|
|
2613
|
-
WINDOWS_WITH_SQL_SERVER_STANDARD = "Windows with SQL Server Standard",
|
|
2614
|
-
WINDOWS_WITH_SQL_SERVER_WEB = "Windows with SQL Server Web"
|
|
2615
|
-
}
|
|
2616
|
-
export declare type CapacityReservationTenancy = "dedicated" | "default";
|
|
2617
|
-
export interface CreateCapacityReservationRequest {
|
|
2618
|
-
|
|
2619
|
-
ClientToken?: string;
|
|
2620
|
-
|
|
2621
|
-
InstanceType: string | undefined;
|
|
2622
|
-
|
|
2623
|
-
InstancePlatform: CapacityReservationInstancePlatform | string | undefined;
|
|
2624
|
-
|
|
2625
|
-
AvailabilityZone?: string;
|
|
2626
|
-
|
|
2627
|
-
AvailabilityZoneId?: string;
|
|
2628
|
-
|
|
2629
|
-
Tenancy?: CapacityReservationTenancy | string;
|
|
2630
|
-
|
|
2631
|
-
InstanceCount: number | undefined;
|
|
2632
|
-
|
|
2633
|
-
EbsOptimized?: boolean;
|
|
2634
|
-
|
|
2635
|
-
EphemeralStorage?: boolean;
|
|
2636
|
-
|
|
2637
|
-
EndDate?: Date;
|
|
2638
|
-
|
|
2639
|
-
EndDateType?: EndDateType | string;
|
|
2640
|
-
|
|
2641
|
-
InstanceMatchCriteria?: InstanceMatchCriteria | string;
|
|
2642
|
-
|
|
2643
|
-
TagSpecifications?: TagSpecification[];
|
|
2644
|
-
|
|
2645
|
-
DryRun?: boolean;
|
|
2646
|
-
|
|
2647
|
-
OutpostArn?: string;
|
|
2648
|
-
|
|
2649
|
-
PlacementGroupArn?: string;
|
|
2650
|
-
}
|
|
2651
|
-
export declare namespace CreateCapacityReservationRequest {
|
|
2652
|
-
|
|
2653
|
-
const filterSensitiveLog: (obj: CreateCapacityReservationRequest) => any;
|
|
2654
|
-
}
|
|
2655
|
-
export declare type CapacityReservationState = "active" | "cancelled" | "expired" | "failed" | "pending";
|
|
2656
|
-
|
|
2657
|
-
export interface CapacityReservation {
|
|
2658
|
-
|
|
2659
|
-
CapacityReservationId?: string;
|
|
2660
|
-
|
|
2661
|
-
OwnerId?: string;
|
|
2662
|
-
|
|
2663
|
-
CapacityReservationArn?: string;
|
|
2664
|
-
|
|
2665
|
-
AvailabilityZoneId?: string;
|
|
2666
|
-
|
|
2667
|
-
InstanceType?: string;
|
|
2668
|
-
|
|
2669
|
-
InstancePlatform?: CapacityReservationInstancePlatform | string;
|
|
2670
|
-
|
|
2671
|
-
AvailabilityZone?: string;
|
|
2672
|
-
|
|
2673
|
-
Tenancy?: CapacityReservationTenancy | string;
|
|
2674
|
-
|
|
2675
|
-
TotalInstanceCount?: number;
|
|
2676
|
-
|
|
2677
|
-
AvailableInstanceCount?: number;
|
|
2678
|
-
|
|
2679
|
-
EbsOptimized?: boolean;
|
|
2680
|
-
|
|
2681
|
-
EphemeralStorage?: boolean;
|
|
2682
|
-
|
|
2683
|
-
State?: CapacityReservationState | string;
|
|
2684
|
-
|
|
2685
|
-
StartDate?: Date;
|
|
2686
|
-
|
|
2687
|
-
EndDate?: Date;
|
|
2688
|
-
|
|
2689
|
-
EndDateType?: EndDateType | string;
|
|
2690
|
-
|
|
2691
|
-
InstanceMatchCriteria?: InstanceMatchCriteria | string;
|
|
2692
|
-
|
|
2693
|
-
CreateDate?: Date;
|
|
2694
|
-
|
|
2695
|
-
Tags?: Tag[];
|
|
2696
|
-
|
|
2697
|
-
OutpostArn?: string;
|
|
2698
|
-
|
|
2699
|
-
CapacityReservationFleetId?: string;
|
|
2700
|
-
|
|
2701
|
-
PlacementGroupArn?: string;
|
|
2702
|
-
}
|
|
2703
|
-
export declare namespace CapacityReservation {
|
|
2704
|
-
|
|
2705
|
-
const filterSensitiveLog: (obj: CapacityReservation) => any;
|
|
2706
|
-
}
|
|
2707
|
-
export interface CreateCapacityReservationResult {
|
|
2708
|
-
|
|
2709
|
-
CapacityReservation?: CapacityReservation;
|
|
2710
|
-
}
|
|
2711
|
-
export declare namespace CreateCapacityReservationResult {
|
|
2712
|
-
|
|
2713
|
-
const filterSensitiveLog: (obj: CreateCapacityReservationResult) => any;
|
|
2714
|
-
}
|
|
2715
|
-
export declare enum FleetInstanceMatchCriteria {
|
|
2716
|
-
open = "open"
|
|
2717
|
-
}
|
|
2718
|
-
export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.2xlarge" | "c6i.32xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.large" | "c6i.metal" | "c6i.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "dl1.24xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.2xlarge" | "g5.48xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.xlarge" | "g5g.16xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.metal" | "g5g.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "im4gn.16xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.large" | "im4gn.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "is4gen.large" | "is4gen.medium" | "is4gen.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.2xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.large" | "m6a.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.metal" | "m6i.xlarge" | "mac1.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.2xlarge" | "r6i.32xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.large" | "r6i.metal" | "r6i.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "x2iezn.12xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.metal" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
|
|
2719
|
-
|
|
2720
|
-
export interface ReservationFleetInstanceSpecification {
|
|
2721
|
-
|
|
2722
|
-
InstanceType?: _InstanceType | string;
|
|
2723
|
-
|
|
2724
|
-
InstancePlatform?: CapacityReservationInstancePlatform | string;
|
|
2725
|
-
|
|
2726
|
-
Weight?: number;
|
|
2727
|
-
|
|
2728
|
-
AvailabilityZone?: string;
|
|
2729
|
-
|
|
2730
|
-
AvailabilityZoneId?: string;
|
|
2731
|
-
|
|
2732
|
-
EbsOptimized?: boolean;
|
|
2733
|
-
|
|
2734
|
-
Priority?: number;
|
|
2735
|
-
}
|
|
2736
|
-
export declare namespace ReservationFleetInstanceSpecification {
|
|
2737
|
-
|
|
2738
|
-
const filterSensitiveLog: (obj: ReservationFleetInstanceSpecification) => any;
|
|
2739
|
-
}
|
|
2740
|
-
export declare enum FleetCapacityReservationTenancy {
|
|
2741
|
-
default = "default"
|
|
2742
|
-
}
|
|
2743
|
-
export interface CreateCapacityReservationFleetRequest {
|
|
2744
|
-
|
|
2745
|
-
AllocationStrategy?: string;
|
|
2746
|
-
|
|
2747
|
-
ClientToken?: string;
|
|
2748
|
-
|
|
2749
|
-
InstanceTypeSpecifications: ReservationFleetInstanceSpecification[] | undefined;
|
|
2750
|
-
|
|
2751
|
-
Tenancy?: FleetCapacityReservationTenancy | string;
|
|
2752
|
-
|
|
2753
|
-
TotalTargetCapacity: number | undefined;
|
|
2754
|
-
|
|
2755
|
-
EndDate?: Date;
|
|
2756
|
-
|
|
2757
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
|
|
2758
|
-
|
|
2759
|
-
TagSpecifications?: TagSpecification[];
|
|
2760
|
-
|
|
2761
|
-
DryRun?: boolean;
|
|
2762
|
-
}
|
|
2763
|
-
export declare namespace CreateCapacityReservationFleetRequest {
|
|
2764
|
-
|
|
2765
|
-
const filterSensitiveLog: (obj: CreateCapacityReservationFleetRequest) => any;
|
|
2766
|
-
}
|
|
2767
|
-
|
|
2768
|
-
export interface FleetCapacityReservation {
|
|
2769
|
-
|
|
2770
|
-
CapacityReservationId?: string;
|
|
2771
|
-
|
|
2772
|
-
AvailabilityZoneId?: string;
|
|
2773
|
-
|
|
2774
|
-
InstanceType?: _InstanceType | string;
|
|
2775
|
-
|
|
2776
|
-
InstancePlatform?: CapacityReservationInstancePlatform | string;
|
|
2777
|
-
|
|
2778
|
-
AvailabilityZone?: string;
|
|
2779
|
-
|
|
2780
|
-
TotalInstanceCount?: number;
|
|
2781
|
-
|
|
2782
|
-
FulfilledCapacity?: number;
|
|
2783
|
-
|
|
2784
|
-
EbsOptimized?: boolean;
|
|
2785
|
-
|
|
2786
|
-
CreateDate?: Date;
|
|
2787
|
-
|
|
2788
|
-
Weight?: number;
|
|
2789
|
-
|
|
2790
|
-
Priority?: number;
|
|
2791
|
-
}
|
|
2792
|
-
export declare namespace FleetCapacityReservation {
|
|
2793
|
-
|
|
2794
|
-
const filterSensitiveLog: (obj: FleetCapacityReservation) => any;
|
|
2795
|
-
}
|
|
2796
|
-
export interface CreateCapacityReservationFleetResult {
|
|
2797
|
-
|
|
2798
|
-
CapacityReservationFleetId?: string;
|
|
2799
|
-
|
|
2800
|
-
State?: CapacityReservationFleetState | string;
|
|
2801
|
-
|
|
2802
|
-
TotalTargetCapacity?: number;
|
|
2803
|
-
|
|
2804
|
-
TotalFulfilledCapacity?: number;
|
|
2805
|
-
|
|
2806
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
|
|
2807
|
-
|
|
2808
|
-
AllocationStrategy?: string;
|
|
2809
|
-
|
|
2810
|
-
CreateTime?: Date;
|
|
2811
|
-
|
|
2812
|
-
EndDate?: Date;
|
|
2813
|
-
|
|
2814
|
-
Tenancy?: FleetCapacityReservationTenancy | string;
|
|
2815
|
-
|
|
2816
|
-
FleetCapacityReservations?: FleetCapacityReservation[];
|
|
2817
|
-
|
|
2818
|
-
Tags?: Tag[];
|
|
2819
|
-
}
|
|
2820
|
-
export declare namespace CreateCapacityReservationFleetResult {
|
|
2821
|
-
|
|
2822
|
-
const filterSensitiveLog: (obj: CreateCapacityReservationFleetResult) => any;
|
|
2823
|
-
}
|
|
2824
|
-
export interface CreateCarrierGatewayRequest {
|
|
2825
|
-
|
|
2826
|
-
VpcId: string | undefined;
|
|
2827
|
-
|
|
2828
|
-
TagSpecifications?: TagSpecification[];
|
|
2829
|
-
|
|
2830
|
-
DryRun?: boolean;
|
|
2831
|
-
|
|
2832
|
-
ClientToken?: string;
|
|
2833
|
-
}
|
|
2834
|
-
export declare namespace CreateCarrierGatewayRequest {
|
|
2835
|
-
|
|
2836
|
-
const filterSensitiveLog: (obj: CreateCarrierGatewayRequest) => any;
|
|
2837
|
-
}
|
|
2838
|
-
export declare type CarrierGatewayState = "available" | "deleted" | "deleting" | "pending";
|
|
2839
|
-
|
|
2840
|
-
export interface CarrierGateway {
|
|
2841
|
-
|
|
2842
|
-
CarrierGatewayId?: string;
|
|
2843
|
-
|
|
2844
|
-
VpcId?: string;
|
|
2845
|
-
|
|
2846
|
-
State?: CarrierGatewayState | string;
|
|
2847
|
-
|
|
2848
|
-
OwnerId?: string;
|
|
2849
|
-
|
|
2850
|
-
Tags?: Tag[];
|
|
2851
|
-
}
|
|
2852
|
-
export declare namespace CarrierGateway {
|
|
2853
|
-
|
|
2854
|
-
const filterSensitiveLog: (obj: CarrierGateway) => any;
|
|
2855
|
-
}
|
|
2856
|
-
export interface CreateCarrierGatewayResult {
|
|
2857
|
-
|
|
2858
|
-
CarrierGateway?: CarrierGateway;
|
|
2859
|
-
}
|
|
2860
|
-
export declare namespace CreateCarrierGatewayResult {
|
|
2861
|
-
|
|
2862
|
-
const filterSensitiveLog: (obj: CreateCarrierGatewayResult) => any;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
export interface DirectoryServiceAuthenticationRequest {
|
|
2866
|
-
|
|
2867
|
-
DirectoryId?: string;
|
|
2868
|
-
}
|
|
2869
|
-
export declare namespace DirectoryServiceAuthenticationRequest {
|
|
2870
|
-
|
|
2871
|
-
const filterSensitiveLog: (obj: DirectoryServiceAuthenticationRequest) => any;
|
|
2872
|
-
}
|
|
2873
|
-
|
|
2874
|
-
export interface FederatedAuthenticationRequest {
|
|
2875
|
-
|
|
2876
|
-
SAMLProviderArn?: string;
|
|
2877
|
-
|
|
2878
|
-
SelfServiceSAMLProviderArn?: string;
|
|
2879
|
-
}
|
|
2880
|
-
export declare namespace FederatedAuthenticationRequest {
|
|
2881
|
-
|
|
2882
|
-
const filterSensitiveLog: (obj: FederatedAuthenticationRequest) => any;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
export interface CertificateAuthenticationRequest {
|
|
2886
|
-
|
|
2887
|
-
ClientRootCertificateChainArn?: string;
|
|
2888
|
-
}
|
|
2889
|
-
export declare namespace CertificateAuthenticationRequest {
|
|
2890
|
-
|
|
2891
|
-
const filterSensitiveLog: (obj: CertificateAuthenticationRequest) => any;
|
|
2892
|
-
}
|
|
2893
|
-
export declare type ClientVpnAuthenticationType = "certificate-authentication" | "directory-service-authentication" | "federated-authentication";
|
|
2894
|
-
|
|
2895
|
-
export interface ClientVpnAuthenticationRequest {
|
|
2896
|
-
|
|
2897
|
-
Type?: ClientVpnAuthenticationType | string;
|
|
2898
|
-
|
|
2899
|
-
ActiveDirectory?: DirectoryServiceAuthenticationRequest;
|
|
2900
|
-
|
|
2901
|
-
MutualAuthentication?: CertificateAuthenticationRequest;
|
|
2902
|
-
|
|
2903
|
-
FederatedAuthentication?: FederatedAuthenticationRequest;
|
|
2904
|
-
}
|
|
2905
|
-
export declare namespace ClientVpnAuthenticationRequest {
|
|
2906
|
-
|
|
2907
|
-
const filterSensitiveLog: (obj: ClientVpnAuthenticationRequest) => any;
|
|
2908
|
-
}
|
|
2909
|
-
|
|
2910
|
-
export interface ClientConnectOptions {
|
|
2911
|
-
|
|
2912
|
-
Enabled?: boolean;
|
|
2913
|
-
|
|
2914
|
-
LambdaFunctionArn?: string;
|
|
2915
|
-
}
|
|
2916
|
-
export declare namespace ClientConnectOptions {
|
|
2917
|
-
|
|
2918
|
-
const filterSensitiveLog: (obj: ClientConnectOptions) => any;
|
|
2919
|
-
}
|
|
2920
|
-
export interface ClientLoginBannerOptions {
|
|
2921
|
-
Enabled?: boolean;
|
|
2922
|
-
BannerText?: string;
|
|
2923
|
-
}
|
|
2924
|
-
export declare namespace ClientLoginBannerOptions {
|
|
2925
|
-
|
|
2926
|
-
const filterSensitiveLog: (obj: ClientLoginBannerOptions) => any;
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
|
-
export interface ConnectionLogOptions {
|
|
2930
|
-
|
|
2931
|
-
Enabled?: boolean;
|
|
2932
|
-
|
|
2933
|
-
CloudwatchLogGroup?: string;
|
|
2934
|
-
|
|
2935
|
-
CloudwatchLogStream?: string;
|
|
2936
|
-
}
|
|
2937
|
-
export declare namespace ConnectionLogOptions {
|
|
2938
|
-
|
|
2939
|
-
const filterSensitiveLog: (obj: ConnectionLogOptions) => any;
|
|
2940
|
-
}
|
|
2941
|
-
export declare type SelfServicePortal = "disabled" | "enabled";
|
|
2942
|
-
export declare type TransportProtocol = "tcp" | "udp";
|
|
2943
|
-
export interface CreateClientVpnEndpointRequest {
|
|
2944
|
-
|
|
2945
|
-
ClientCidrBlock: string | undefined;
|
|
2946
|
-
|
|
2947
|
-
ServerCertificateArn: string | undefined;
|
|
2948
|
-
|
|
2949
|
-
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
2950
|
-
|
|
2951
|
-
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
2952
|
-
|
|
2953
|
-
DnsServers?: string[];
|
|
2954
|
-
|
|
2955
|
-
TransportProtocol?: TransportProtocol | string;
|
|
2956
|
-
|
|
2957
|
-
VpnPort?: number;
|
|
2958
|
-
|
|
2959
|
-
Description?: string;
|
|
2960
|
-
|
|
2961
|
-
SplitTunnel?: boolean;
|
|
2962
|
-
|
|
2963
|
-
DryRun?: boolean;
|
|
2964
|
-
|
|
2965
|
-
ClientToken?: string;
|
|
2966
|
-
|
|
2967
|
-
TagSpecifications?: TagSpecification[];
|
|
2968
|
-
|
|
2969
|
-
SecurityGroupIds?: string[];
|
|
2970
|
-
|
|
2971
|
-
VpcId?: string;
|
|
2972
|
-
|
|
2973
|
-
SelfServicePortal?: SelfServicePortal | string;
|
|
2974
|
-
|
|
2975
|
-
ClientConnectOptions?: ClientConnectOptions;
|
|
2976
|
-
SessionTimeoutHours?: number;
|
|
2977
|
-
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
2978
|
-
}
|
|
2979
|
-
export declare namespace CreateClientVpnEndpointRequest {
|
|
2980
|
-
|
|
2981
|
-
const filterSensitiveLog: (obj: CreateClientVpnEndpointRequest) => any;
|
|
2982
|
-
}
|
|
2983
|
-
export declare type ClientVpnEndpointStatusCode = "available" | "deleted" | "deleting" | "pending-associate";
|
|
2984
|
-
|
|
2985
|
-
export interface ClientVpnEndpointStatus {
|
|
2986
|
-
|
|
2987
|
-
Code?: ClientVpnEndpointStatusCode | string;
|
|
2988
|
-
|
|
2989
|
-
Message?: string;
|
|
2990
|
-
}
|
|
2991
|
-
export declare namespace ClientVpnEndpointStatus {
|
|
2992
|
-
|
|
2993
|
-
const filterSensitiveLog: (obj: ClientVpnEndpointStatus) => any;
|
|
2994
|
-
}
|
|
2995
|
-
export interface CreateClientVpnEndpointResult {
|
|
2996
|
-
|
|
2997
|
-
ClientVpnEndpointId?: string;
|
|
2998
|
-
|
|
2999
|
-
Status?: ClientVpnEndpointStatus;
|
|
3000
|
-
|
|
3001
|
-
DnsName?: string;
|
|
3002
|
-
}
|
|
3003
|
-
export declare namespace CreateClientVpnEndpointResult {
|
|
3004
|
-
|
|
3005
|
-
const filterSensitiveLog: (obj: CreateClientVpnEndpointResult) => any;
|
|
3006
|
-
}
|
|
3007
|
-
export interface CreateClientVpnRouteRequest {
|
|
3008
|
-
|
|
3009
|
-
ClientVpnEndpointId: string | undefined;
|
|
3010
|
-
|
|
3011
|
-
DestinationCidrBlock: string | undefined;
|
|
3012
|
-
|
|
3013
|
-
TargetVpcSubnetId: string | undefined;
|
|
3014
|
-
|
|
3015
|
-
Description?: string;
|
|
3016
|
-
|
|
3017
|
-
ClientToken?: string;
|
|
3018
|
-
|
|
3019
|
-
DryRun?: boolean;
|
|
3020
|
-
}
|
|
3021
|
-
export declare namespace CreateClientVpnRouteRequest {
|
|
3022
|
-
|
|
3023
|
-
const filterSensitiveLog: (obj: CreateClientVpnRouteRequest) => any;
|
|
3024
|
-
}
|
|
3025
|
-
export declare type ClientVpnRouteStatusCode = "active" | "creating" | "deleting" | "failed";
|
|
3026
|
-
|
|
3027
|
-
export interface ClientVpnRouteStatus {
|
|
3028
|
-
|
|
3029
|
-
Code?: ClientVpnRouteStatusCode | string;
|
|
3030
|
-
|
|
3031
|
-
Message?: string;
|
|
3032
|
-
}
|
|
3033
|
-
export declare namespace ClientVpnRouteStatus {
|
|
3034
|
-
|
|
3035
|
-
const filterSensitiveLog: (obj: ClientVpnRouteStatus) => any;
|
|
3036
|
-
}
|
|
3037
|
-
export interface CreateClientVpnRouteResult {
|
|
3038
|
-
|
|
3039
|
-
Status?: ClientVpnRouteStatus;
|
|
3040
|
-
}
|
|
3041
|
-
export declare namespace CreateClientVpnRouteResult {
|
|
3042
|
-
|
|
3043
|
-
const filterSensitiveLog: (obj: CreateClientVpnRouteResult) => any;
|
|
3044
|
-
}
|
|
3045
|
-
export declare type GatewayType = "ipsec.1";
|
|
3046
|
-
|
|
3047
|
-
export interface CreateCustomerGatewayRequest {
|
|
3048
|
-
|
|
3049
|
-
BgpAsn: number | undefined;
|
|
3050
|
-
|
|
3051
|
-
PublicIp?: string;
|
|
3052
|
-
|
|
3053
|
-
CertificateArn?: string;
|
|
3054
|
-
|
|
3055
|
-
Type: GatewayType | string | undefined;
|
|
3056
|
-
|
|
3057
|
-
TagSpecifications?: TagSpecification[];
|
|
3058
|
-
|
|
3059
|
-
DeviceName?: string;
|
|
3060
|
-
|
|
3061
|
-
DryRun?: boolean;
|
|
3062
|
-
}
|
|
3063
|
-
export declare namespace CreateCustomerGatewayRequest {
|
|
3064
|
-
|
|
3065
|
-
const filterSensitiveLog: (obj: CreateCustomerGatewayRequest) => any;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
export interface CustomerGateway {
|
|
3069
|
-
|
|
3070
|
-
BgpAsn?: string;
|
|
3071
|
-
|
|
3072
|
-
CustomerGatewayId?: string;
|
|
3073
|
-
|
|
3074
|
-
IpAddress?: string;
|
|
3075
|
-
|
|
3076
|
-
CertificateArn?: string;
|
|
3077
|
-
|
|
3078
|
-
State?: string;
|
|
3079
|
-
|
|
3080
|
-
Type?: string;
|
|
3081
|
-
|
|
3082
|
-
DeviceName?: string;
|
|
3083
|
-
|
|
3084
|
-
Tags?: Tag[];
|
|
3085
|
-
}
|
|
3086
|
-
export declare namespace CustomerGateway {
|
|
3087
|
-
|
|
3088
|
-
const filterSensitiveLog: (obj: CustomerGateway) => any;
|
|
3089
|
-
}
|
|
3090
|
-
|
|
3091
|
-
export interface CreateCustomerGatewayResult {
|
|
3092
|
-
|
|
3093
|
-
CustomerGateway?: CustomerGateway;
|
|
3094
|
-
}
|
|
3095
|
-
export declare namespace CreateCustomerGatewayResult {
|
|
3096
|
-
|
|
3097
|
-
const filterSensitiveLog: (obj: CreateCustomerGatewayResult) => any;
|
|
3098
|
-
}
|
|
3099
|
-
export interface CreateDefaultSubnetRequest {
|
|
3100
|
-
|
|
3101
|
-
AvailabilityZone: string | undefined;
|
|
3102
|
-
|
|
3103
|
-
DryRun?: boolean;
|
|
3104
|
-
|
|
3105
|
-
Ipv6Native?: boolean;
|
|
3106
|
-
}
|
|
3107
|
-
export declare namespace CreateDefaultSubnetRequest {
|
|
3108
|
-
|
|
3109
|
-
const filterSensitiveLog: (obj: CreateDefaultSubnetRequest) => any;
|
|
3110
|
-
}
|
|
3111
|
-
export declare enum HostnameType {
|
|
3112
|
-
ip_name = "ip-name",
|
|
3113
|
-
resource_name = "resource-name"
|
|
3114
|
-
}
|
|
3115
|
-
|
|
3116
|
-
export interface PrivateDnsNameOptionsOnLaunch {
|
|
3117
|
-
|
|
3118
|
-
HostnameType?: HostnameType | string;
|
|
3119
|
-
|
|
3120
|
-
EnableResourceNameDnsARecord?: boolean;
|
|
3121
|
-
|
|
3122
|
-
EnableResourceNameDnsAAAARecord?: boolean;
|
|
3123
|
-
}
|
|
3124
|
-
export declare namespace PrivateDnsNameOptionsOnLaunch {
|
|
3125
|
-
|
|
3126
|
-
const filterSensitiveLog: (obj: PrivateDnsNameOptionsOnLaunch) => any;
|
|
3127
|
-
}
|
|
3128
|
-
export declare type SubnetState = "available" | "pending";
|
|
3129
|
-
|
|
3130
|
-
export interface Subnet {
|
|
3131
|
-
|
|
3132
|
-
AvailabilityZone?: string;
|
|
3133
|
-
|
|
3134
|
-
AvailabilityZoneId?: string;
|
|
3135
|
-
|
|
3136
|
-
AvailableIpAddressCount?: number;
|
|
3137
|
-
|
|
3138
|
-
CidrBlock?: string;
|
|
3139
|
-
|
|
3140
|
-
DefaultForAz?: boolean;
|
|
3141
|
-
|
|
3142
|
-
EnableLniAtDeviceIndex?: number;
|
|
3143
|
-
|
|
3144
|
-
MapPublicIpOnLaunch?: boolean;
|
|
3145
|
-
|
|
3146
|
-
MapCustomerOwnedIpOnLaunch?: boolean;
|
|
3147
|
-
|
|
3148
|
-
CustomerOwnedIpv4Pool?: string;
|
|
3149
|
-
|
|
3150
|
-
State?: SubnetState | string;
|
|
3151
|
-
|
|
3152
|
-
SubnetId?: string;
|
|
3153
|
-
|
|
3154
|
-
VpcId?: string;
|
|
3155
|
-
|
|
3156
|
-
OwnerId?: string;
|
|
3157
|
-
|
|
3158
|
-
AssignIpv6AddressOnCreation?: boolean;
|
|
3159
|
-
|
|
3160
|
-
Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[];
|
|
3161
|
-
|
|
3162
|
-
Tags?: Tag[];
|
|
3163
|
-
|
|
3164
|
-
SubnetArn?: string;
|
|
3165
|
-
|
|
3166
|
-
OutpostArn?: string;
|
|
3167
|
-
|
|
3168
|
-
EnableDns64?: boolean;
|
|
3169
|
-
|
|
3170
|
-
Ipv6Native?: boolean;
|
|
3171
|
-
|
|
3172
|
-
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch;
|
|
3173
|
-
}
|
|
3174
|
-
export declare namespace Subnet {
|
|
3175
|
-
|
|
3176
|
-
const filterSensitiveLog: (obj: Subnet) => any;
|
|
3177
|
-
}
|
|
3178
|
-
export interface CreateDefaultSubnetResult {
|
|
3179
|
-
|
|
3180
|
-
Subnet?: Subnet;
|
|
3181
|
-
}
|
|
3182
|
-
export declare namespace CreateDefaultSubnetResult {
|
|
3183
|
-
|
|
3184
|
-
const filterSensitiveLog: (obj: CreateDefaultSubnetResult) => any;
|
|
3185
|
-
}
|
|
3186
|
-
export interface CreateDefaultVpcRequest {
|
|
3187
|
-
|
|
3188
|
-
DryRun?: boolean;
|
|
3189
|
-
}
|
|
3190
|
-
export declare namespace CreateDefaultVpcRequest {
|
|
3191
|
-
|
|
3192
|
-
const filterSensitiveLog: (obj: CreateDefaultVpcRequest) => any;
|
|
3193
|
-
}
|
|
3194
|
-
export declare type Tenancy = "dedicated" | "default" | "host";
|
|
3195
|
-
export declare type VpcState = "available" | "pending";
|
|
3196
|
-
|
|
3197
|
-
export interface Vpc {
|
|
3198
|
-
|
|
3199
|
-
CidrBlock?: string;
|
|
3200
|
-
|
|
3201
|
-
DhcpOptionsId?: string;
|
|
3202
|
-
|
|
3203
|
-
State?: VpcState | string;
|
|
3204
|
-
|
|
3205
|
-
VpcId?: string;
|
|
3206
|
-
|
|
3207
|
-
OwnerId?: string;
|
|
3208
|
-
|
|
3209
|
-
InstanceTenancy?: Tenancy | string;
|
|
3210
|
-
|
|
3211
|
-
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[];
|
|
3212
|
-
|
|
3213
|
-
CidrBlockAssociationSet?: VpcCidrBlockAssociation[];
|
|
3214
|
-
|
|
3215
|
-
IsDefault?: boolean;
|
|
3216
|
-
|
|
3217
|
-
Tags?: Tag[];
|
|
3218
|
-
}
|
|
3219
|
-
export declare namespace Vpc {
|
|
3220
|
-
|
|
3221
|
-
const filterSensitiveLog: (obj: Vpc) => any;
|
|
3222
|
-
}
|
|
3223
|
-
export interface CreateDefaultVpcResult {
|
|
3224
|
-
|
|
3225
|
-
Vpc?: Vpc;
|
|
3226
|
-
}
|
|
3227
|
-
export declare namespace CreateDefaultVpcResult {
|
|
3228
|
-
|
|
3229
|
-
const filterSensitiveLog: (obj: CreateDefaultVpcResult) => any;
|
|
3230
|
-
}
|
|
3231
|
-
|
|
3232
|
-
export interface NewDhcpConfiguration {
|
|
3233
|
-
|
|
3234
|
-
Key?: string;
|
|
3235
|
-
|
|
3236
|
-
Values?: string[];
|
|
3237
|
-
}
|
|
3238
|
-
export declare namespace NewDhcpConfiguration {
|
|
3239
|
-
|
|
3240
|
-
const filterSensitiveLog: (obj: NewDhcpConfiguration) => any;
|
|
3241
|
-
}
|
|
3242
|
-
export interface CreateDhcpOptionsRequest {
|
|
3243
|
-
|
|
3244
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
3245
|
-
|
|
3246
|
-
TagSpecifications?: TagSpecification[];
|
|
3247
|
-
|
|
3248
|
-
DryRun?: boolean;
|
|
3249
|
-
}
|
|
3250
|
-
export declare namespace CreateDhcpOptionsRequest {
|
|
3251
|
-
|
|
3252
|
-
const filterSensitiveLog: (obj: CreateDhcpOptionsRequest) => any;
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
|
-
export interface AttributeValue {
|
|
3256
|
-
|
|
3257
|
-
Value?: string;
|
|
3258
|
-
}
|
|
3259
|
-
export declare namespace AttributeValue {
|
|
3260
|
-
|
|
3261
|
-
const filterSensitiveLog: (obj: AttributeValue) => any;
|
|
3262
|
-
}
|
|
3263
|
-
|
|
3264
|
-
export interface DhcpConfiguration {
|
|
3265
|
-
|
|
3266
|
-
Key?: string;
|
|
3267
|
-
|
|
3268
|
-
Values?: AttributeValue[];
|
|
3269
|
-
}
|
|
3270
|
-
export declare namespace DhcpConfiguration {
|
|
3271
|
-
|
|
3272
|
-
const filterSensitiveLog: (obj: DhcpConfiguration) => any;
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3275
|
-
export interface DhcpOptions {
|
|
3276
|
-
|
|
3277
|
-
DhcpConfigurations?: DhcpConfiguration[];
|
|
3278
|
-
|
|
3279
|
-
DhcpOptionsId?: string;
|
|
3280
|
-
|
|
3281
|
-
OwnerId?: string;
|
|
3282
|
-
|
|
3283
|
-
Tags?: Tag[];
|
|
3284
|
-
}
|
|
3285
|
-
export declare namespace DhcpOptions {
|
|
3286
|
-
|
|
3287
|
-
const filterSensitiveLog: (obj: DhcpOptions) => any;
|
|
3288
|
-
}
|
|
3289
|
-
export interface CreateDhcpOptionsResult {
|
|
3290
|
-
|
|
3291
|
-
DhcpOptions?: DhcpOptions;
|
|
3292
|
-
}
|
|
3293
|
-
export declare namespace CreateDhcpOptionsResult {
|
|
3294
|
-
|
|
3295
|
-
const filterSensitiveLog: (obj: CreateDhcpOptionsResult) => any;
|
|
3296
|
-
}
|
|
3297
|
-
export interface CreateEgressOnlyInternetGatewayRequest {
|
|
3298
|
-
|
|
3299
|
-
ClientToken?: string;
|
|
3300
|
-
|
|
3301
|
-
DryRun?: boolean;
|
|
3302
|
-
|
|
3303
|
-
VpcId: string | undefined;
|
|
3304
|
-
|
|
3305
|
-
TagSpecifications?: TagSpecification[];
|
|
3306
|
-
}
|
|
3307
|
-
export declare namespace CreateEgressOnlyInternetGatewayRequest {
|
|
3308
|
-
|
|
3309
|
-
const filterSensitiveLog: (obj: CreateEgressOnlyInternetGatewayRequest) => any;
|
|
3310
|
-
}
|
|
3311
|
-
|
|
3312
|
-
export interface InternetGatewayAttachment {
|
|
3313
|
-
|
|
3314
|
-
State?: AttachmentStatus | string;
|
|
3315
|
-
|
|
3316
|
-
VpcId?: string;
|
|
3317
|
-
}
|
|
3318
|
-
export declare namespace InternetGatewayAttachment {
|
|
3319
|
-
|
|
3320
|
-
const filterSensitiveLog: (obj: InternetGatewayAttachment) => any;
|
|
3321
|
-
}
|
|
3322
|
-
|
|
3323
|
-
export interface EgressOnlyInternetGateway {
|
|
3324
|
-
|
|
3325
|
-
Attachments?: InternetGatewayAttachment[];
|
|
3326
|
-
|
|
3327
|
-
EgressOnlyInternetGatewayId?: string;
|
|
3328
|
-
|
|
3329
|
-
Tags?: Tag[];
|
|
3330
|
-
}
|
|
3331
|
-
export declare namespace EgressOnlyInternetGateway {
|
|
3332
|
-
|
|
3333
|
-
const filterSensitiveLog: (obj: EgressOnlyInternetGateway) => any;
|
|
3334
|
-
}
|
|
3335
|
-
export interface CreateEgressOnlyInternetGatewayResult {
|
|
3336
|
-
|
|
3337
|
-
ClientToken?: string;
|
|
3338
|
-
|
|
3339
|
-
EgressOnlyInternetGateway?: EgressOnlyInternetGateway;
|
|
3340
|
-
}
|
|
3341
|
-
export declare namespace CreateEgressOnlyInternetGatewayResult {
|
|
3342
|
-
|
|
3343
|
-
const filterSensitiveLog: (obj: CreateEgressOnlyInternetGatewayResult) => any;
|
|
3344
|
-
}
|
|
3345
|
-
export declare enum FleetExcessCapacityTerminationPolicy {
|
|
3346
|
-
NO_TERMINATION = "no-termination",
|
|
3347
|
-
TERMINATION = "termination"
|
|
3348
|
-
}
|
|
3349
|
-
|
|
3350
|
-
export interface FleetLaunchTemplateSpecificationRequest {
|
|
3351
|
-
|
|
3352
|
-
LaunchTemplateId?: string;
|
|
3353
|
-
|
|
3354
|
-
LaunchTemplateName?: string;
|
|
3355
|
-
|
|
3356
|
-
Version?: string;
|
|
3357
|
-
}
|
|
3358
|
-
export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
3359
|
-
|
|
3360
|
-
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
3361
|
-
}
|
|
3362
|
-
export declare enum BareMetal {
|
|
3363
|
-
EXCLUDED = "excluded",
|
|
3364
|
-
INCLUDED = "included",
|
|
3365
|
-
REQUIRED = "required"
|
|
3366
|
-
}
|
|
3367
|
-
|
|
3368
|
-
export interface BaselineEbsBandwidthMbpsRequest {
|
|
3369
|
-
|
|
3370
|
-
Min?: number;
|
|
3371
|
-
|
|
3372
|
-
Max?: number;
|
|
3373
|
-
}
|
|
3374
|
-
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
3375
|
-
|
|
3376
|
-
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
3377
|
-
}
|
|
3378
|
-
export declare enum BurstablePerformance {
|
|
3379
|
-
EXCLUDED = "excluded",
|
|
3380
|
-
INCLUDED = "included",
|
|
3381
|
-
REQUIRED = "required"
|
|
3382
|
-
}
|
|
3383
|
-
export declare enum CpuManufacturer {
|
|
3384
|
-
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
3385
|
-
AMD = "amd",
|
|
3386
|
-
INTEL = "intel"
|
|
3387
|
-
}
|
|
3388
|
-
export declare enum InstanceGeneration {
|
|
3389
|
-
CURRENT = "current",
|
|
3390
|
-
PREVIOUS = "previous"
|
|
3391
|
-
}
|
|
3392
|
-
export declare enum LocalStorage {
|
|
3393
|
-
EXCLUDED = "excluded",
|
|
3394
|
-
INCLUDED = "included",
|
|
3395
|
-
REQUIRED = "required"
|
|
3396
|
-
}
|