@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,3422 +0,0 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { DiskImageFormat, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, VolumeType } from "./models_1";
|
|
3
|
-
export declare type BgpStatus = "down" | "up";
|
|
4
|
-
|
|
5
|
-
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
6
|
-
|
|
7
|
-
TransitGatewayAsn?: number;
|
|
8
|
-
|
|
9
|
-
PeerAsn?: number;
|
|
10
|
-
|
|
11
|
-
TransitGatewayAddress?: string;
|
|
12
|
-
|
|
13
|
-
PeerAddress?: string;
|
|
14
|
-
|
|
15
|
-
BgpStatus?: BgpStatus | string;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace TransitGatewayAttachmentBgpConfiguration {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: TransitGatewayAttachmentBgpConfiguration) => any;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export interface TransitGatewayConnectPeerConfiguration {
|
|
23
|
-
|
|
24
|
-
TransitGatewayAddress?: string;
|
|
25
|
-
|
|
26
|
-
PeerAddress?: string;
|
|
27
|
-
|
|
28
|
-
InsideCidrBlocks?: string[];
|
|
29
|
-
|
|
30
|
-
Protocol?: ProtocolValue | string;
|
|
31
|
-
|
|
32
|
-
BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
|
|
33
|
-
}
|
|
34
|
-
export declare namespace TransitGatewayConnectPeerConfiguration {
|
|
35
|
-
|
|
36
|
-
const filterSensitiveLog: (obj: TransitGatewayConnectPeerConfiguration) => any;
|
|
37
|
-
}
|
|
38
|
-
export declare type TransitGatewayConnectPeerState = "available" | "deleted" | "deleting" | "pending";
|
|
39
|
-
|
|
40
|
-
export interface TransitGatewayConnectPeer {
|
|
41
|
-
|
|
42
|
-
TransitGatewayAttachmentId?: string;
|
|
43
|
-
|
|
44
|
-
TransitGatewayConnectPeerId?: string;
|
|
45
|
-
|
|
46
|
-
State?: TransitGatewayConnectPeerState | string;
|
|
47
|
-
|
|
48
|
-
CreationTime?: Date;
|
|
49
|
-
|
|
50
|
-
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
|
|
51
|
-
|
|
52
|
-
Tags?: Tag[];
|
|
53
|
-
}
|
|
54
|
-
export declare namespace TransitGatewayConnectPeer {
|
|
55
|
-
|
|
56
|
-
const filterSensitiveLog: (obj: TransitGatewayConnectPeer) => any;
|
|
57
|
-
}
|
|
58
|
-
export interface CreateTransitGatewayConnectPeerResult {
|
|
59
|
-
|
|
60
|
-
TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
|
|
61
|
-
}
|
|
62
|
-
export declare namespace CreateTransitGatewayConnectPeerResult {
|
|
63
|
-
|
|
64
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerResult) => any;
|
|
65
|
-
}
|
|
66
|
-
export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
|
|
67
|
-
export declare type Igmpv2SupportValue = "disable" | "enable";
|
|
68
|
-
export declare type StaticSourcesSupportValue = "disable" | "enable";
|
|
69
|
-
|
|
70
|
-
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
71
|
-
|
|
72
|
-
Igmpv2Support?: Igmpv2SupportValue | string;
|
|
73
|
-
|
|
74
|
-
StaticSourcesSupport?: StaticSourcesSupportValue | string;
|
|
75
|
-
|
|
76
|
-
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
77
|
-
}
|
|
78
|
-
export declare namespace CreateTransitGatewayMulticastDomainRequestOptions {
|
|
79
|
-
|
|
80
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequestOptions) => any;
|
|
81
|
-
}
|
|
82
|
-
export interface CreateTransitGatewayMulticastDomainRequest {
|
|
83
|
-
|
|
84
|
-
TransitGatewayId: string | undefined;
|
|
85
|
-
|
|
86
|
-
Options?: CreateTransitGatewayMulticastDomainRequestOptions;
|
|
87
|
-
|
|
88
|
-
TagSpecifications?: TagSpecification[];
|
|
89
|
-
|
|
90
|
-
DryRun?: boolean;
|
|
91
|
-
}
|
|
92
|
-
export declare namespace CreateTransitGatewayMulticastDomainRequest {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequest) => any;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export interface TransitGatewayMulticastDomainOptions {
|
|
98
|
-
|
|
99
|
-
Igmpv2Support?: Igmpv2SupportValue | string;
|
|
100
|
-
|
|
101
|
-
StaticSourcesSupport?: StaticSourcesSupportValue | string;
|
|
102
|
-
|
|
103
|
-
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
104
|
-
}
|
|
105
|
-
export declare namespace TransitGatewayMulticastDomainOptions {
|
|
106
|
-
|
|
107
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastDomainOptions) => any;
|
|
108
|
-
}
|
|
109
|
-
export declare type TransitGatewayMulticastDomainState = "available" | "deleted" | "deleting" | "pending";
|
|
110
|
-
|
|
111
|
-
export interface TransitGatewayMulticastDomain {
|
|
112
|
-
|
|
113
|
-
TransitGatewayMulticastDomainId?: string;
|
|
114
|
-
|
|
115
|
-
TransitGatewayId?: string;
|
|
116
|
-
|
|
117
|
-
TransitGatewayMulticastDomainArn?: string;
|
|
118
|
-
|
|
119
|
-
OwnerId?: string;
|
|
120
|
-
|
|
121
|
-
Options?: TransitGatewayMulticastDomainOptions;
|
|
122
|
-
|
|
123
|
-
State?: TransitGatewayMulticastDomainState | string;
|
|
124
|
-
|
|
125
|
-
CreationTime?: Date;
|
|
126
|
-
|
|
127
|
-
Tags?: Tag[];
|
|
128
|
-
}
|
|
129
|
-
export declare namespace TransitGatewayMulticastDomain {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastDomain) => any;
|
|
132
|
-
}
|
|
133
|
-
export interface CreateTransitGatewayMulticastDomainResult {
|
|
134
|
-
|
|
135
|
-
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
136
|
-
}
|
|
137
|
-
export declare namespace CreateTransitGatewayMulticastDomainResult {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
|
|
140
|
-
}
|
|
141
|
-
export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
142
|
-
|
|
143
|
-
TransitGatewayId: string | undefined;
|
|
144
|
-
|
|
145
|
-
PeerTransitGatewayId: string | undefined;
|
|
146
|
-
|
|
147
|
-
PeerAccountId: string | undefined;
|
|
148
|
-
|
|
149
|
-
PeerRegion: string | undefined;
|
|
150
|
-
|
|
151
|
-
TagSpecifications?: TagSpecification[];
|
|
152
|
-
|
|
153
|
-
DryRun?: boolean;
|
|
154
|
-
}
|
|
155
|
-
export declare namespace CreateTransitGatewayPeeringAttachmentRequest {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequest) => any;
|
|
158
|
-
}
|
|
159
|
-
export interface CreateTransitGatewayPeeringAttachmentResult {
|
|
160
|
-
|
|
161
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
162
|
-
}
|
|
163
|
-
export declare namespace CreateTransitGatewayPeeringAttachmentResult {
|
|
164
|
-
|
|
165
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentResult) => any;
|
|
166
|
-
}
|
|
167
|
-
export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
168
|
-
|
|
169
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
170
|
-
|
|
171
|
-
PrefixListId: string | undefined;
|
|
172
|
-
|
|
173
|
-
TransitGatewayAttachmentId?: string;
|
|
174
|
-
|
|
175
|
-
Blackhole?: boolean;
|
|
176
|
-
|
|
177
|
-
DryRun?: boolean;
|
|
178
|
-
}
|
|
179
|
-
export declare namespace CreateTransitGatewayPrefixListReferenceRequest {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceRequest) => any;
|
|
182
|
-
}
|
|
183
|
-
export declare type TransitGatewayPrefixListReferenceState = "available" | "deleting" | "modifying" | "pending";
|
|
184
|
-
|
|
185
|
-
export interface TransitGatewayPrefixListAttachment {
|
|
186
|
-
|
|
187
|
-
TransitGatewayAttachmentId?: string;
|
|
188
|
-
|
|
189
|
-
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
190
|
-
|
|
191
|
-
ResourceId?: string;
|
|
192
|
-
}
|
|
193
|
-
export declare namespace TransitGatewayPrefixListAttachment {
|
|
194
|
-
|
|
195
|
-
const filterSensitiveLog: (obj: TransitGatewayPrefixListAttachment) => any;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
export interface TransitGatewayPrefixListReference {
|
|
199
|
-
|
|
200
|
-
TransitGatewayRouteTableId?: string;
|
|
201
|
-
|
|
202
|
-
PrefixListId?: string;
|
|
203
|
-
|
|
204
|
-
PrefixListOwnerId?: string;
|
|
205
|
-
|
|
206
|
-
State?: TransitGatewayPrefixListReferenceState | string;
|
|
207
|
-
|
|
208
|
-
Blackhole?: boolean;
|
|
209
|
-
|
|
210
|
-
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
|
|
211
|
-
}
|
|
212
|
-
export declare namespace TransitGatewayPrefixListReference {
|
|
213
|
-
|
|
214
|
-
const filterSensitiveLog: (obj: TransitGatewayPrefixListReference) => any;
|
|
215
|
-
}
|
|
216
|
-
export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
217
|
-
|
|
218
|
-
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
219
|
-
}
|
|
220
|
-
export declare namespace CreateTransitGatewayPrefixListReferenceResult {
|
|
221
|
-
|
|
222
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceResult) => any;
|
|
223
|
-
}
|
|
224
|
-
export interface CreateTransitGatewayRouteRequest {
|
|
225
|
-
|
|
226
|
-
DestinationCidrBlock: string | undefined;
|
|
227
|
-
|
|
228
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
229
|
-
|
|
230
|
-
TransitGatewayAttachmentId?: string;
|
|
231
|
-
|
|
232
|
-
Blackhole?: boolean;
|
|
233
|
-
|
|
234
|
-
DryRun?: boolean;
|
|
235
|
-
}
|
|
236
|
-
export declare namespace CreateTransitGatewayRouteRequest {
|
|
237
|
-
|
|
238
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayRouteRequest) => any;
|
|
239
|
-
}
|
|
240
|
-
export declare type TransitGatewayRouteState = "active" | "blackhole" | "deleted" | "deleting" | "pending";
|
|
241
|
-
|
|
242
|
-
export interface TransitGatewayRouteAttachment {
|
|
243
|
-
|
|
244
|
-
ResourceId?: string;
|
|
245
|
-
|
|
246
|
-
TransitGatewayAttachmentId?: string;
|
|
247
|
-
|
|
248
|
-
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
249
|
-
}
|
|
250
|
-
export declare namespace TransitGatewayRouteAttachment {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: TransitGatewayRouteAttachment) => any;
|
|
253
|
-
}
|
|
254
|
-
export declare type TransitGatewayRouteType = "propagated" | "static";
|
|
255
|
-
|
|
256
|
-
export interface TransitGatewayRoute {
|
|
257
|
-
|
|
258
|
-
DestinationCidrBlock?: string;
|
|
259
|
-
|
|
260
|
-
PrefixListId?: string;
|
|
261
|
-
|
|
262
|
-
TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
|
|
263
|
-
|
|
264
|
-
Type?: TransitGatewayRouteType | string;
|
|
265
|
-
|
|
266
|
-
State?: TransitGatewayRouteState | string;
|
|
267
|
-
}
|
|
268
|
-
export declare namespace TransitGatewayRoute {
|
|
269
|
-
|
|
270
|
-
const filterSensitiveLog: (obj: TransitGatewayRoute) => any;
|
|
271
|
-
}
|
|
272
|
-
export interface CreateTransitGatewayRouteResult {
|
|
273
|
-
|
|
274
|
-
Route?: TransitGatewayRoute;
|
|
275
|
-
}
|
|
276
|
-
export declare namespace CreateTransitGatewayRouteResult {
|
|
277
|
-
|
|
278
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayRouteResult) => any;
|
|
279
|
-
}
|
|
280
|
-
export interface CreateTransitGatewayRouteTableRequest {
|
|
281
|
-
|
|
282
|
-
TransitGatewayId: string | undefined;
|
|
283
|
-
|
|
284
|
-
TagSpecifications?: TagSpecification[];
|
|
285
|
-
|
|
286
|
-
DryRun?: boolean;
|
|
287
|
-
}
|
|
288
|
-
export declare namespace CreateTransitGatewayRouteTableRequest {
|
|
289
|
-
|
|
290
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableRequest) => any;
|
|
291
|
-
}
|
|
292
|
-
export declare type TransitGatewayRouteTableState = "available" | "deleted" | "deleting" | "pending";
|
|
293
|
-
|
|
294
|
-
export interface TransitGatewayRouteTable {
|
|
295
|
-
|
|
296
|
-
TransitGatewayRouteTableId?: string;
|
|
297
|
-
|
|
298
|
-
TransitGatewayId?: string;
|
|
299
|
-
|
|
300
|
-
State?: TransitGatewayRouteTableState | string;
|
|
301
|
-
|
|
302
|
-
DefaultAssociationRouteTable?: boolean;
|
|
303
|
-
|
|
304
|
-
DefaultPropagationRouteTable?: boolean;
|
|
305
|
-
|
|
306
|
-
CreationTime?: Date;
|
|
307
|
-
|
|
308
|
-
Tags?: Tag[];
|
|
309
|
-
}
|
|
310
|
-
export declare namespace TransitGatewayRouteTable {
|
|
311
|
-
|
|
312
|
-
const filterSensitiveLog: (obj: TransitGatewayRouteTable) => any;
|
|
313
|
-
}
|
|
314
|
-
export interface CreateTransitGatewayRouteTableResult {
|
|
315
|
-
|
|
316
|
-
TransitGatewayRouteTable?: TransitGatewayRouteTable;
|
|
317
|
-
}
|
|
318
|
-
export declare namespace CreateTransitGatewayRouteTableResult {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableResult) => any;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
324
|
-
|
|
325
|
-
DnsSupport?: DnsSupportValue | string;
|
|
326
|
-
|
|
327
|
-
Ipv6Support?: Ipv6SupportValue | string;
|
|
328
|
-
|
|
329
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
330
|
-
}
|
|
331
|
-
export declare namespace CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
332
|
-
|
|
333
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequestOptions) => any;
|
|
334
|
-
}
|
|
335
|
-
export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
336
|
-
|
|
337
|
-
TransitGatewayId: string | undefined;
|
|
338
|
-
|
|
339
|
-
VpcId: string | undefined;
|
|
340
|
-
|
|
341
|
-
SubnetIds: string[] | undefined;
|
|
342
|
-
|
|
343
|
-
Options?: CreateTransitGatewayVpcAttachmentRequestOptions;
|
|
344
|
-
|
|
345
|
-
TagSpecifications?: TagSpecification[];
|
|
346
|
-
|
|
347
|
-
DryRun?: boolean;
|
|
348
|
-
}
|
|
349
|
-
export declare namespace CreateTransitGatewayVpcAttachmentRequest {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequest) => any;
|
|
352
|
-
}
|
|
353
|
-
export interface CreateTransitGatewayVpcAttachmentResult {
|
|
354
|
-
|
|
355
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
356
|
-
}
|
|
357
|
-
export declare namespace CreateTransitGatewayVpcAttachmentResult {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentResult) => any;
|
|
360
|
-
}
|
|
361
|
-
export interface CreateVolumeRequest {
|
|
362
|
-
|
|
363
|
-
AvailabilityZone: string | undefined;
|
|
364
|
-
|
|
365
|
-
Encrypted?: boolean;
|
|
366
|
-
|
|
367
|
-
Iops?: number;
|
|
368
|
-
|
|
369
|
-
KmsKeyId?: string;
|
|
370
|
-
|
|
371
|
-
OutpostArn?: string;
|
|
372
|
-
|
|
373
|
-
Size?: number;
|
|
374
|
-
|
|
375
|
-
SnapshotId?: string;
|
|
376
|
-
|
|
377
|
-
VolumeType?: VolumeType | string;
|
|
378
|
-
|
|
379
|
-
DryRun?: boolean;
|
|
380
|
-
|
|
381
|
-
TagSpecifications?: TagSpecification[];
|
|
382
|
-
|
|
383
|
-
MultiAttachEnabled?: boolean;
|
|
384
|
-
|
|
385
|
-
Throughput?: number;
|
|
386
|
-
|
|
387
|
-
ClientToken?: string;
|
|
388
|
-
}
|
|
389
|
-
export declare namespace CreateVolumeRequest {
|
|
390
|
-
|
|
391
|
-
const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
|
|
392
|
-
}
|
|
393
|
-
export declare type VolumeState = "available" | "creating" | "deleted" | "deleting" | "error" | "in-use";
|
|
394
|
-
|
|
395
|
-
export interface Volume {
|
|
396
|
-
|
|
397
|
-
Attachments?: VolumeAttachment[];
|
|
398
|
-
|
|
399
|
-
AvailabilityZone?: string;
|
|
400
|
-
|
|
401
|
-
CreateTime?: Date;
|
|
402
|
-
|
|
403
|
-
Encrypted?: boolean;
|
|
404
|
-
|
|
405
|
-
KmsKeyId?: string;
|
|
406
|
-
|
|
407
|
-
OutpostArn?: string;
|
|
408
|
-
|
|
409
|
-
Size?: number;
|
|
410
|
-
|
|
411
|
-
SnapshotId?: string;
|
|
412
|
-
|
|
413
|
-
State?: VolumeState | string;
|
|
414
|
-
|
|
415
|
-
VolumeId?: string;
|
|
416
|
-
|
|
417
|
-
Iops?: number;
|
|
418
|
-
|
|
419
|
-
Tags?: Tag[];
|
|
420
|
-
|
|
421
|
-
VolumeType?: VolumeType | string;
|
|
422
|
-
|
|
423
|
-
FastRestored?: boolean;
|
|
424
|
-
|
|
425
|
-
MultiAttachEnabled?: boolean;
|
|
426
|
-
|
|
427
|
-
Throughput?: number;
|
|
428
|
-
}
|
|
429
|
-
export declare namespace Volume {
|
|
430
|
-
|
|
431
|
-
const filterSensitiveLog: (obj: Volume) => any;
|
|
432
|
-
}
|
|
433
|
-
export interface CreateVpcRequest {
|
|
434
|
-
|
|
435
|
-
CidrBlock?: string;
|
|
436
|
-
|
|
437
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
438
|
-
|
|
439
|
-
Ipv6Pool?: string;
|
|
440
|
-
|
|
441
|
-
Ipv6CidrBlock?: string;
|
|
442
|
-
|
|
443
|
-
Ipv4IpamPoolId?: string;
|
|
444
|
-
|
|
445
|
-
Ipv4NetmaskLength?: number;
|
|
446
|
-
|
|
447
|
-
Ipv6IpamPoolId?: string;
|
|
448
|
-
|
|
449
|
-
Ipv6NetmaskLength?: number;
|
|
450
|
-
|
|
451
|
-
DryRun?: boolean;
|
|
452
|
-
|
|
453
|
-
InstanceTenancy?: Tenancy | string;
|
|
454
|
-
|
|
455
|
-
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
456
|
-
|
|
457
|
-
TagSpecifications?: TagSpecification[];
|
|
458
|
-
}
|
|
459
|
-
export declare namespace CreateVpcRequest {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: CreateVpcRequest) => any;
|
|
462
|
-
}
|
|
463
|
-
export interface CreateVpcResult {
|
|
464
|
-
|
|
465
|
-
Vpc?: Vpc;
|
|
466
|
-
}
|
|
467
|
-
export declare namespace CreateVpcResult {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: CreateVpcResult) => any;
|
|
470
|
-
}
|
|
471
|
-
export declare enum VpcEndpointType {
|
|
472
|
-
Gateway = "Gateway",
|
|
473
|
-
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
474
|
-
Interface = "Interface"
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
export interface CreateVpcEndpointRequest {
|
|
478
|
-
|
|
479
|
-
DryRun?: boolean;
|
|
480
|
-
|
|
481
|
-
VpcEndpointType?: VpcEndpointType | string;
|
|
482
|
-
|
|
483
|
-
VpcId: string | undefined;
|
|
484
|
-
|
|
485
|
-
ServiceName: string | undefined;
|
|
486
|
-
|
|
487
|
-
PolicyDocument?: string;
|
|
488
|
-
|
|
489
|
-
RouteTableIds?: string[];
|
|
490
|
-
|
|
491
|
-
SubnetIds?: string[];
|
|
492
|
-
|
|
493
|
-
SecurityGroupIds?: string[];
|
|
494
|
-
|
|
495
|
-
ClientToken?: string;
|
|
496
|
-
|
|
497
|
-
PrivateDnsEnabled?: boolean;
|
|
498
|
-
|
|
499
|
-
TagSpecifications?: TagSpecification[];
|
|
500
|
-
}
|
|
501
|
-
export declare namespace CreateVpcEndpointRequest {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: CreateVpcEndpointRequest) => any;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
export interface DnsEntry {
|
|
507
|
-
|
|
508
|
-
DnsName?: string;
|
|
509
|
-
|
|
510
|
-
HostedZoneId?: string;
|
|
511
|
-
}
|
|
512
|
-
export declare namespace DnsEntry {
|
|
513
|
-
|
|
514
|
-
const filterSensitiveLog: (obj: DnsEntry) => any;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
export interface SecurityGroupIdentifier {
|
|
518
|
-
|
|
519
|
-
GroupId?: string;
|
|
520
|
-
|
|
521
|
-
GroupName?: string;
|
|
522
|
-
}
|
|
523
|
-
export declare namespace SecurityGroupIdentifier {
|
|
524
|
-
|
|
525
|
-
const filterSensitiveLog: (obj: SecurityGroupIdentifier) => any;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
export interface LastError {
|
|
529
|
-
|
|
530
|
-
Message?: string;
|
|
531
|
-
|
|
532
|
-
Code?: string;
|
|
533
|
-
}
|
|
534
|
-
export declare namespace LastError {
|
|
535
|
-
|
|
536
|
-
const filterSensitiveLog: (obj: LastError) => any;
|
|
537
|
-
}
|
|
538
|
-
export declare enum State {
|
|
539
|
-
Available = "Available",
|
|
540
|
-
Deleted = "Deleted",
|
|
541
|
-
Deleting = "Deleting",
|
|
542
|
-
Expired = "Expired",
|
|
543
|
-
Failed = "Failed",
|
|
544
|
-
Pending = "Pending",
|
|
545
|
-
PendingAcceptance = "PendingAcceptance",
|
|
546
|
-
Rejected = "Rejected"
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
export interface VpcEndpoint {
|
|
550
|
-
|
|
551
|
-
VpcEndpointId?: string;
|
|
552
|
-
|
|
553
|
-
VpcEndpointType?: VpcEndpointType | string;
|
|
554
|
-
|
|
555
|
-
VpcId?: string;
|
|
556
|
-
|
|
557
|
-
ServiceName?: string;
|
|
558
|
-
|
|
559
|
-
State?: State | string;
|
|
560
|
-
|
|
561
|
-
PolicyDocument?: string;
|
|
562
|
-
|
|
563
|
-
RouteTableIds?: string[];
|
|
564
|
-
|
|
565
|
-
SubnetIds?: string[];
|
|
566
|
-
|
|
567
|
-
Groups?: SecurityGroupIdentifier[];
|
|
568
|
-
|
|
569
|
-
PrivateDnsEnabled?: boolean;
|
|
570
|
-
|
|
571
|
-
RequesterManaged?: boolean;
|
|
572
|
-
|
|
573
|
-
NetworkInterfaceIds?: string[];
|
|
574
|
-
|
|
575
|
-
DnsEntries?: DnsEntry[];
|
|
576
|
-
|
|
577
|
-
CreationTimestamp?: Date;
|
|
578
|
-
|
|
579
|
-
Tags?: Tag[];
|
|
580
|
-
|
|
581
|
-
OwnerId?: string;
|
|
582
|
-
|
|
583
|
-
LastError?: LastError;
|
|
584
|
-
}
|
|
585
|
-
export declare namespace VpcEndpoint {
|
|
586
|
-
|
|
587
|
-
const filterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
export interface CreateVpcEndpointResult {
|
|
591
|
-
|
|
592
|
-
VpcEndpoint?: VpcEndpoint;
|
|
593
|
-
|
|
594
|
-
ClientToken?: string;
|
|
595
|
-
}
|
|
596
|
-
export declare namespace CreateVpcEndpointResult {
|
|
597
|
-
|
|
598
|
-
const filterSensitiveLog: (obj: CreateVpcEndpointResult) => any;
|
|
599
|
-
}
|
|
600
|
-
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
601
|
-
|
|
602
|
-
DryRun?: boolean;
|
|
603
|
-
|
|
604
|
-
ServiceId?: string;
|
|
605
|
-
|
|
606
|
-
VpcEndpointId?: string;
|
|
607
|
-
|
|
608
|
-
ConnectionNotificationArn: string | undefined;
|
|
609
|
-
|
|
610
|
-
ConnectionEvents: string[] | undefined;
|
|
611
|
-
|
|
612
|
-
ClientToken?: string;
|
|
613
|
-
}
|
|
614
|
-
export declare namespace CreateVpcEndpointConnectionNotificationRequest {
|
|
615
|
-
|
|
616
|
-
const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationRequest) => any;
|
|
617
|
-
}
|
|
618
|
-
export declare enum ConnectionNotificationState {
|
|
619
|
-
Disabled = "Disabled",
|
|
620
|
-
Enabled = "Enabled"
|
|
621
|
-
}
|
|
622
|
-
export declare enum ConnectionNotificationType {
|
|
623
|
-
Topic = "Topic"
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
export interface ConnectionNotification {
|
|
627
|
-
|
|
628
|
-
ConnectionNotificationId?: string;
|
|
629
|
-
|
|
630
|
-
ServiceId?: string;
|
|
631
|
-
|
|
632
|
-
VpcEndpointId?: string;
|
|
633
|
-
|
|
634
|
-
ConnectionNotificationType?: ConnectionNotificationType | string;
|
|
635
|
-
|
|
636
|
-
ConnectionNotificationArn?: string;
|
|
637
|
-
|
|
638
|
-
ConnectionEvents?: string[];
|
|
639
|
-
|
|
640
|
-
ConnectionNotificationState?: ConnectionNotificationState | string;
|
|
641
|
-
}
|
|
642
|
-
export declare namespace ConnectionNotification {
|
|
643
|
-
|
|
644
|
-
const filterSensitiveLog: (obj: ConnectionNotification) => any;
|
|
645
|
-
}
|
|
646
|
-
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
647
|
-
|
|
648
|
-
ConnectionNotification?: ConnectionNotification;
|
|
649
|
-
|
|
650
|
-
ClientToken?: string;
|
|
651
|
-
}
|
|
652
|
-
export declare namespace CreateVpcEndpointConnectionNotificationResult {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationResult) => any;
|
|
655
|
-
}
|
|
656
|
-
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
657
|
-
|
|
658
|
-
DryRun?: boolean;
|
|
659
|
-
|
|
660
|
-
AcceptanceRequired?: boolean;
|
|
661
|
-
|
|
662
|
-
PrivateDnsName?: string;
|
|
663
|
-
|
|
664
|
-
NetworkLoadBalancerArns?: string[];
|
|
665
|
-
|
|
666
|
-
GatewayLoadBalancerArns?: string[];
|
|
667
|
-
|
|
668
|
-
ClientToken?: string;
|
|
669
|
-
|
|
670
|
-
TagSpecifications?: TagSpecification[];
|
|
671
|
-
}
|
|
672
|
-
export declare namespace CreateVpcEndpointServiceConfigurationRequest {
|
|
673
|
-
|
|
674
|
-
const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationRequest) => any;
|
|
675
|
-
}
|
|
676
|
-
export declare enum PayerResponsibility {
|
|
677
|
-
ServiceOwner = "ServiceOwner"
|
|
678
|
-
}
|
|
679
|
-
export declare enum DnsNameState {
|
|
680
|
-
Failed = "failed",
|
|
681
|
-
PendingVerification = "pendingVerification",
|
|
682
|
-
Verified = "verified"
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
export interface PrivateDnsNameConfiguration {
|
|
686
|
-
|
|
687
|
-
State?: DnsNameState | string;
|
|
688
|
-
|
|
689
|
-
Type?: string;
|
|
690
|
-
|
|
691
|
-
Value?: string;
|
|
692
|
-
|
|
693
|
-
Name?: string;
|
|
694
|
-
}
|
|
695
|
-
export declare namespace PrivateDnsNameConfiguration {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: PrivateDnsNameConfiguration) => any;
|
|
698
|
-
}
|
|
699
|
-
export declare enum ServiceState {
|
|
700
|
-
Available = "Available",
|
|
701
|
-
Deleted = "Deleted",
|
|
702
|
-
Deleting = "Deleting",
|
|
703
|
-
Failed = "Failed",
|
|
704
|
-
Pending = "Pending"
|
|
705
|
-
}
|
|
706
|
-
export declare enum ServiceType {
|
|
707
|
-
Gateway = "Gateway",
|
|
708
|
-
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
709
|
-
Interface = "Interface"
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
export interface ServiceTypeDetail {
|
|
713
|
-
|
|
714
|
-
ServiceType?: ServiceType | string;
|
|
715
|
-
}
|
|
716
|
-
export declare namespace ServiceTypeDetail {
|
|
717
|
-
|
|
718
|
-
const filterSensitiveLog: (obj: ServiceTypeDetail) => any;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
export interface ServiceConfiguration {
|
|
722
|
-
|
|
723
|
-
ServiceType?: ServiceTypeDetail[];
|
|
724
|
-
|
|
725
|
-
ServiceId?: string;
|
|
726
|
-
|
|
727
|
-
ServiceName?: string;
|
|
728
|
-
|
|
729
|
-
ServiceState?: ServiceState | string;
|
|
730
|
-
|
|
731
|
-
AvailabilityZones?: string[];
|
|
732
|
-
|
|
733
|
-
AcceptanceRequired?: boolean;
|
|
734
|
-
|
|
735
|
-
ManagesVpcEndpoints?: boolean;
|
|
736
|
-
|
|
737
|
-
NetworkLoadBalancerArns?: string[];
|
|
738
|
-
|
|
739
|
-
GatewayLoadBalancerArns?: string[];
|
|
740
|
-
|
|
741
|
-
BaseEndpointDnsNames?: string[];
|
|
742
|
-
|
|
743
|
-
PrivateDnsName?: string;
|
|
744
|
-
|
|
745
|
-
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
|
|
746
|
-
|
|
747
|
-
PayerResponsibility?: PayerResponsibility | string;
|
|
748
|
-
|
|
749
|
-
Tags?: Tag[];
|
|
750
|
-
}
|
|
751
|
-
export declare namespace ServiceConfiguration {
|
|
752
|
-
|
|
753
|
-
const filterSensitiveLog: (obj: ServiceConfiguration) => any;
|
|
754
|
-
}
|
|
755
|
-
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
756
|
-
|
|
757
|
-
ServiceConfiguration?: ServiceConfiguration;
|
|
758
|
-
|
|
759
|
-
ClientToken?: string;
|
|
760
|
-
}
|
|
761
|
-
export declare namespace CreateVpcEndpointServiceConfigurationResult {
|
|
762
|
-
|
|
763
|
-
const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationResult) => any;
|
|
764
|
-
}
|
|
765
|
-
export interface CreateVpcPeeringConnectionRequest {
|
|
766
|
-
|
|
767
|
-
DryRun?: boolean;
|
|
768
|
-
|
|
769
|
-
PeerOwnerId?: string;
|
|
770
|
-
|
|
771
|
-
PeerVpcId?: string;
|
|
772
|
-
|
|
773
|
-
VpcId?: string;
|
|
774
|
-
|
|
775
|
-
PeerRegion?: string;
|
|
776
|
-
|
|
777
|
-
TagSpecifications?: TagSpecification[];
|
|
778
|
-
}
|
|
779
|
-
export declare namespace CreateVpcPeeringConnectionRequest {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionRequest) => any;
|
|
782
|
-
}
|
|
783
|
-
export interface CreateVpcPeeringConnectionResult {
|
|
784
|
-
|
|
785
|
-
VpcPeeringConnection?: VpcPeeringConnection;
|
|
786
|
-
}
|
|
787
|
-
export declare namespace CreateVpcPeeringConnectionResult {
|
|
788
|
-
|
|
789
|
-
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionResult) => any;
|
|
790
|
-
}
|
|
791
|
-
export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
|
|
792
|
-
|
|
793
|
-
export interface IKEVersionsRequestListValue {
|
|
794
|
-
|
|
795
|
-
Value?: string;
|
|
796
|
-
}
|
|
797
|
-
export declare namespace IKEVersionsRequestListValue {
|
|
798
|
-
|
|
799
|
-
const filterSensitiveLog: (obj: IKEVersionsRequestListValue) => any;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
export interface Phase1DHGroupNumbersRequestListValue {
|
|
803
|
-
|
|
804
|
-
Value?: number;
|
|
805
|
-
}
|
|
806
|
-
export declare namespace Phase1DHGroupNumbersRequestListValue {
|
|
807
|
-
|
|
808
|
-
const filterSensitiveLog: (obj: Phase1DHGroupNumbersRequestListValue) => any;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
812
|
-
|
|
813
|
-
Value?: string;
|
|
814
|
-
}
|
|
815
|
-
export declare namespace Phase1EncryptionAlgorithmsRequestListValue {
|
|
816
|
-
|
|
817
|
-
const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsRequestListValue) => any;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
821
|
-
|
|
822
|
-
Value?: string;
|
|
823
|
-
}
|
|
824
|
-
export declare namespace Phase1IntegrityAlgorithmsRequestListValue {
|
|
825
|
-
|
|
826
|
-
const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsRequestListValue) => any;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
export interface Phase2DHGroupNumbersRequestListValue {
|
|
830
|
-
|
|
831
|
-
Value?: number;
|
|
832
|
-
}
|
|
833
|
-
export declare namespace Phase2DHGroupNumbersRequestListValue {
|
|
834
|
-
|
|
835
|
-
const filterSensitiveLog: (obj: Phase2DHGroupNumbersRequestListValue) => any;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
839
|
-
|
|
840
|
-
Value?: string;
|
|
841
|
-
}
|
|
842
|
-
export declare namespace Phase2EncryptionAlgorithmsRequestListValue {
|
|
843
|
-
|
|
844
|
-
const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsRequestListValue) => any;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
848
|
-
|
|
849
|
-
Value?: string;
|
|
850
|
-
}
|
|
851
|
-
export declare namespace Phase2IntegrityAlgorithmsRequestListValue {
|
|
852
|
-
|
|
853
|
-
const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsRequestListValue) => any;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
export interface VpnTunnelOptionsSpecification {
|
|
857
|
-
|
|
858
|
-
TunnelInsideCidr?: string;
|
|
859
|
-
|
|
860
|
-
TunnelInsideIpv6Cidr?: string;
|
|
861
|
-
|
|
862
|
-
PreSharedKey?: string;
|
|
863
|
-
|
|
864
|
-
Phase1LifetimeSeconds?: number;
|
|
865
|
-
|
|
866
|
-
Phase2LifetimeSeconds?: number;
|
|
867
|
-
|
|
868
|
-
RekeyMarginTimeSeconds?: number;
|
|
869
|
-
|
|
870
|
-
RekeyFuzzPercentage?: number;
|
|
871
|
-
|
|
872
|
-
ReplayWindowSize?: number;
|
|
873
|
-
|
|
874
|
-
DPDTimeoutSeconds?: number;
|
|
875
|
-
|
|
876
|
-
DPDTimeoutAction?: string;
|
|
877
|
-
|
|
878
|
-
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
879
|
-
|
|
880
|
-
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
881
|
-
|
|
882
|
-
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
883
|
-
|
|
884
|
-
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
885
|
-
|
|
886
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
887
|
-
|
|
888
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
889
|
-
|
|
890
|
-
IKEVersions?: IKEVersionsRequestListValue[];
|
|
891
|
-
|
|
892
|
-
StartupAction?: string;
|
|
893
|
-
}
|
|
894
|
-
export declare namespace VpnTunnelOptionsSpecification {
|
|
895
|
-
|
|
896
|
-
const filterSensitiveLog: (obj: VpnTunnelOptionsSpecification) => any;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
export interface VpnConnectionOptionsSpecification {
|
|
900
|
-
|
|
901
|
-
EnableAcceleration?: boolean;
|
|
902
|
-
|
|
903
|
-
StaticRoutesOnly?: boolean;
|
|
904
|
-
|
|
905
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
906
|
-
|
|
907
|
-
TunnelOptions?: VpnTunnelOptionsSpecification[];
|
|
908
|
-
|
|
909
|
-
LocalIpv4NetworkCidr?: string;
|
|
910
|
-
|
|
911
|
-
RemoteIpv4NetworkCidr?: string;
|
|
912
|
-
|
|
913
|
-
LocalIpv6NetworkCidr?: string;
|
|
914
|
-
|
|
915
|
-
RemoteIpv6NetworkCidr?: string;
|
|
916
|
-
}
|
|
917
|
-
export declare namespace VpnConnectionOptionsSpecification {
|
|
918
|
-
|
|
919
|
-
const filterSensitiveLog: (obj: VpnConnectionOptionsSpecification) => any;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
export interface CreateVpnConnectionRequest {
|
|
923
|
-
|
|
924
|
-
CustomerGatewayId: string | undefined;
|
|
925
|
-
|
|
926
|
-
Type: string | undefined;
|
|
927
|
-
|
|
928
|
-
VpnGatewayId?: string;
|
|
929
|
-
|
|
930
|
-
TransitGatewayId?: string;
|
|
931
|
-
|
|
932
|
-
DryRun?: boolean;
|
|
933
|
-
|
|
934
|
-
Options?: VpnConnectionOptionsSpecification;
|
|
935
|
-
|
|
936
|
-
TagSpecifications?: TagSpecification[];
|
|
937
|
-
}
|
|
938
|
-
export declare namespace CreateVpnConnectionRequest {
|
|
939
|
-
|
|
940
|
-
const filterSensitiveLog: (obj: CreateVpnConnectionRequest) => any;
|
|
941
|
-
}
|
|
942
|
-
export declare enum GatewayAssociationState {
|
|
943
|
-
associated = "associated",
|
|
944
|
-
associating = "associating",
|
|
945
|
-
disassociating = "disassociating",
|
|
946
|
-
not_associated = "not-associated"
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
export interface IKEVersionsListValue {
|
|
950
|
-
|
|
951
|
-
Value?: string;
|
|
952
|
-
}
|
|
953
|
-
export declare namespace IKEVersionsListValue {
|
|
954
|
-
|
|
955
|
-
const filterSensitiveLog: (obj: IKEVersionsListValue) => any;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
export interface Phase1DHGroupNumbersListValue {
|
|
959
|
-
|
|
960
|
-
Value?: number;
|
|
961
|
-
}
|
|
962
|
-
export declare namespace Phase1DHGroupNumbersListValue {
|
|
963
|
-
|
|
964
|
-
const filterSensitiveLog: (obj: Phase1DHGroupNumbersListValue) => any;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
export interface Phase1EncryptionAlgorithmsListValue {
|
|
968
|
-
|
|
969
|
-
Value?: string;
|
|
970
|
-
}
|
|
971
|
-
export declare namespace Phase1EncryptionAlgorithmsListValue {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsListValue) => any;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
export interface Phase1IntegrityAlgorithmsListValue {
|
|
977
|
-
|
|
978
|
-
Value?: string;
|
|
979
|
-
}
|
|
980
|
-
export declare namespace Phase1IntegrityAlgorithmsListValue {
|
|
981
|
-
|
|
982
|
-
const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsListValue) => any;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
export interface Phase2DHGroupNumbersListValue {
|
|
986
|
-
|
|
987
|
-
Value?: number;
|
|
988
|
-
}
|
|
989
|
-
export declare namespace Phase2DHGroupNumbersListValue {
|
|
990
|
-
|
|
991
|
-
const filterSensitiveLog: (obj: Phase2DHGroupNumbersListValue) => any;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
export interface Phase2EncryptionAlgorithmsListValue {
|
|
995
|
-
|
|
996
|
-
Value?: string;
|
|
997
|
-
}
|
|
998
|
-
export declare namespace Phase2EncryptionAlgorithmsListValue {
|
|
999
|
-
|
|
1000
|
-
const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsListValue) => any;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
export interface Phase2IntegrityAlgorithmsListValue {
|
|
1004
|
-
|
|
1005
|
-
Value?: string;
|
|
1006
|
-
}
|
|
1007
|
-
export declare namespace Phase2IntegrityAlgorithmsListValue {
|
|
1008
|
-
|
|
1009
|
-
const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsListValue) => any;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
export interface TunnelOption {
|
|
1013
|
-
|
|
1014
|
-
OutsideIpAddress?: string;
|
|
1015
|
-
|
|
1016
|
-
TunnelInsideCidr?: string;
|
|
1017
|
-
|
|
1018
|
-
TunnelInsideIpv6Cidr?: string;
|
|
1019
|
-
|
|
1020
|
-
PreSharedKey?: string;
|
|
1021
|
-
|
|
1022
|
-
Phase1LifetimeSeconds?: number;
|
|
1023
|
-
|
|
1024
|
-
Phase2LifetimeSeconds?: number;
|
|
1025
|
-
|
|
1026
|
-
RekeyMarginTimeSeconds?: number;
|
|
1027
|
-
|
|
1028
|
-
RekeyFuzzPercentage?: number;
|
|
1029
|
-
|
|
1030
|
-
ReplayWindowSize?: number;
|
|
1031
|
-
|
|
1032
|
-
DpdTimeoutSeconds?: number;
|
|
1033
|
-
|
|
1034
|
-
DpdTimeoutAction?: string;
|
|
1035
|
-
|
|
1036
|
-
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsListValue[];
|
|
1037
|
-
|
|
1038
|
-
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsListValue[];
|
|
1039
|
-
|
|
1040
|
-
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[];
|
|
1041
|
-
|
|
1042
|
-
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[];
|
|
1043
|
-
|
|
1044
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[];
|
|
1045
|
-
|
|
1046
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[];
|
|
1047
|
-
|
|
1048
|
-
IkeVersions?: IKEVersionsListValue[];
|
|
1049
|
-
|
|
1050
|
-
StartupAction?: string;
|
|
1051
|
-
}
|
|
1052
|
-
export declare namespace TunnelOption {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: TunnelOption) => any;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
export interface VpnConnectionOptions {
|
|
1058
|
-
|
|
1059
|
-
EnableAcceleration?: boolean;
|
|
1060
|
-
|
|
1061
|
-
StaticRoutesOnly?: boolean;
|
|
1062
|
-
|
|
1063
|
-
LocalIpv4NetworkCidr?: string;
|
|
1064
|
-
|
|
1065
|
-
RemoteIpv4NetworkCidr?: string;
|
|
1066
|
-
|
|
1067
|
-
LocalIpv6NetworkCidr?: string;
|
|
1068
|
-
|
|
1069
|
-
RemoteIpv6NetworkCidr?: string;
|
|
1070
|
-
|
|
1071
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
1072
|
-
|
|
1073
|
-
TunnelOptions?: TunnelOption[];
|
|
1074
|
-
}
|
|
1075
|
-
export declare namespace VpnConnectionOptions {
|
|
1076
|
-
|
|
1077
|
-
const filterSensitiveLog: (obj: VpnConnectionOptions) => any;
|
|
1078
|
-
}
|
|
1079
|
-
export declare type VpnStaticRouteSource = "Static";
|
|
1080
|
-
export declare type VpnState = "available" | "deleted" | "deleting" | "pending";
|
|
1081
|
-
|
|
1082
|
-
export interface VpnStaticRoute {
|
|
1083
|
-
|
|
1084
|
-
DestinationCidrBlock?: string;
|
|
1085
|
-
|
|
1086
|
-
Source?: VpnStaticRouteSource | string;
|
|
1087
|
-
|
|
1088
|
-
State?: VpnState | string;
|
|
1089
|
-
}
|
|
1090
|
-
export declare namespace VpnStaticRoute {
|
|
1091
|
-
|
|
1092
|
-
const filterSensitiveLog: (obj: VpnStaticRoute) => any;
|
|
1093
|
-
}
|
|
1094
|
-
export declare type TelemetryStatus = "DOWN" | "UP";
|
|
1095
|
-
|
|
1096
|
-
export interface VgwTelemetry {
|
|
1097
|
-
|
|
1098
|
-
AcceptedRouteCount?: number;
|
|
1099
|
-
|
|
1100
|
-
LastStatusChange?: Date;
|
|
1101
|
-
|
|
1102
|
-
OutsideIpAddress?: string;
|
|
1103
|
-
|
|
1104
|
-
Status?: TelemetryStatus | string;
|
|
1105
|
-
|
|
1106
|
-
StatusMessage?: string;
|
|
1107
|
-
|
|
1108
|
-
CertificateArn?: string;
|
|
1109
|
-
}
|
|
1110
|
-
export declare namespace VgwTelemetry {
|
|
1111
|
-
|
|
1112
|
-
const filterSensitiveLog: (obj: VgwTelemetry) => any;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
export interface VpnConnection {
|
|
1116
|
-
|
|
1117
|
-
CustomerGatewayConfiguration?: string;
|
|
1118
|
-
|
|
1119
|
-
CustomerGatewayId?: string;
|
|
1120
|
-
|
|
1121
|
-
Category?: string;
|
|
1122
|
-
|
|
1123
|
-
State?: VpnState | string;
|
|
1124
|
-
|
|
1125
|
-
Type?: GatewayType | string;
|
|
1126
|
-
|
|
1127
|
-
VpnConnectionId?: string;
|
|
1128
|
-
|
|
1129
|
-
VpnGatewayId?: string;
|
|
1130
|
-
|
|
1131
|
-
TransitGatewayId?: string;
|
|
1132
|
-
|
|
1133
|
-
CoreNetworkArn?: string;
|
|
1134
|
-
|
|
1135
|
-
CoreNetworkAttachmentArn?: string;
|
|
1136
|
-
|
|
1137
|
-
GatewayAssociationState?: GatewayAssociationState | string;
|
|
1138
|
-
|
|
1139
|
-
Options?: VpnConnectionOptions;
|
|
1140
|
-
|
|
1141
|
-
Routes?: VpnStaticRoute[];
|
|
1142
|
-
|
|
1143
|
-
Tags?: Tag[];
|
|
1144
|
-
|
|
1145
|
-
VgwTelemetry?: VgwTelemetry[];
|
|
1146
|
-
}
|
|
1147
|
-
export declare namespace VpnConnection {
|
|
1148
|
-
|
|
1149
|
-
const filterSensitiveLog: (obj: VpnConnection) => any;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
export interface CreateVpnConnectionResult {
|
|
1153
|
-
|
|
1154
|
-
VpnConnection?: VpnConnection;
|
|
1155
|
-
}
|
|
1156
|
-
export declare namespace CreateVpnConnectionResult {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: CreateVpnConnectionResult) => any;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
export interface CreateVpnConnectionRouteRequest {
|
|
1162
|
-
|
|
1163
|
-
DestinationCidrBlock: string | undefined;
|
|
1164
|
-
|
|
1165
|
-
VpnConnectionId: string | undefined;
|
|
1166
|
-
}
|
|
1167
|
-
export declare namespace CreateVpnConnectionRouteRequest {
|
|
1168
|
-
|
|
1169
|
-
const filterSensitiveLog: (obj: CreateVpnConnectionRouteRequest) => any;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
export interface CreateVpnGatewayRequest {
|
|
1173
|
-
|
|
1174
|
-
AvailabilityZone?: string;
|
|
1175
|
-
|
|
1176
|
-
Type: GatewayType | string | undefined;
|
|
1177
|
-
|
|
1178
|
-
TagSpecifications?: TagSpecification[];
|
|
1179
|
-
|
|
1180
|
-
AmazonSideAsn?: number;
|
|
1181
|
-
|
|
1182
|
-
DryRun?: boolean;
|
|
1183
|
-
}
|
|
1184
|
-
export declare namespace CreateVpnGatewayRequest {
|
|
1185
|
-
|
|
1186
|
-
const filterSensitiveLog: (obj: CreateVpnGatewayRequest) => any;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
export interface VpnGateway {
|
|
1190
|
-
|
|
1191
|
-
AvailabilityZone?: string;
|
|
1192
|
-
|
|
1193
|
-
State?: VpnState | string;
|
|
1194
|
-
|
|
1195
|
-
Type?: GatewayType | string;
|
|
1196
|
-
|
|
1197
|
-
VpcAttachments?: VpcAttachment[];
|
|
1198
|
-
|
|
1199
|
-
VpnGatewayId?: string;
|
|
1200
|
-
|
|
1201
|
-
AmazonSideAsn?: number;
|
|
1202
|
-
|
|
1203
|
-
Tags?: Tag[];
|
|
1204
|
-
}
|
|
1205
|
-
export declare namespace VpnGateway {
|
|
1206
|
-
|
|
1207
|
-
const filterSensitiveLog: (obj: VpnGateway) => any;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
export interface CreateVpnGatewayResult {
|
|
1211
|
-
|
|
1212
|
-
VpnGateway?: VpnGateway;
|
|
1213
|
-
}
|
|
1214
|
-
export declare namespace CreateVpnGatewayResult {
|
|
1215
|
-
|
|
1216
|
-
const filterSensitiveLog: (obj: CreateVpnGatewayResult) => any;
|
|
1217
|
-
}
|
|
1218
|
-
export interface DeleteCarrierGatewayRequest {
|
|
1219
|
-
|
|
1220
|
-
CarrierGatewayId: string | undefined;
|
|
1221
|
-
|
|
1222
|
-
DryRun?: boolean;
|
|
1223
|
-
}
|
|
1224
|
-
export declare namespace DeleteCarrierGatewayRequest {
|
|
1225
|
-
|
|
1226
|
-
const filterSensitiveLog: (obj: DeleteCarrierGatewayRequest) => any;
|
|
1227
|
-
}
|
|
1228
|
-
export interface DeleteCarrierGatewayResult {
|
|
1229
|
-
|
|
1230
|
-
CarrierGateway?: CarrierGateway;
|
|
1231
|
-
}
|
|
1232
|
-
export declare namespace DeleteCarrierGatewayResult {
|
|
1233
|
-
|
|
1234
|
-
const filterSensitiveLog: (obj: DeleteCarrierGatewayResult) => any;
|
|
1235
|
-
}
|
|
1236
|
-
export interface DeleteClientVpnEndpointRequest {
|
|
1237
|
-
|
|
1238
|
-
ClientVpnEndpointId: string | undefined;
|
|
1239
|
-
|
|
1240
|
-
DryRun?: boolean;
|
|
1241
|
-
}
|
|
1242
|
-
export declare namespace DeleteClientVpnEndpointRequest {
|
|
1243
|
-
|
|
1244
|
-
const filterSensitiveLog: (obj: DeleteClientVpnEndpointRequest) => any;
|
|
1245
|
-
}
|
|
1246
|
-
export interface DeleteClientVpnEndpointResult {
|
|
1247
|
-
|
|
1248
|
-
Status?: ClientVpnEndpointStatus;
|
|
1249
|
-
}
|
|
1250
|
-
export declare namespace DeleteClientVpnEndpointResult {
|
|
1251
|
-
|
|
1252
|
-
const filterSensitiveLog: (obj: DeleteClientVpnEndpointResult) => any;
|
|
1253
|
-
}
|
|
1254
|
-
export interface DeleteClientVpnRouteRequest {
|
|
1255
|
-
|
|
1256
|
-
ClientVpnEndpointId: string | undefined;
|
|
1257
|
-
|
|
1258
|
-
TargetVpcSubnetId?: string;
|
|
1259
|
-
|
|
1260
|
-
DestinationCidrBlock: string | undefined;
|
|
1261
|
-
|
|
1262
|
-
DryRun?: boolean;
|
|
1263
|
-
}
|
|
1264
|
-
export declare namespace DeleteClientVpnRouteRequest {
|
|
1265
|
-
|
|
1266
|
-
const filterSensitiveLog: (obj: DeleteClientVpnRouteRequest) => any;
|
|
1267
|
-
}
|
|
1268
|
-
export interface DeleteClientVpnRouteResult {
|
|
1269
|
-
|
|
1270
|
-
Status?: ClientVpnRouteStatus;
|
|
1271
|
-
}
|
|
1272
|
-
export declare namespace DeleteClientVpnRouteResult {
|
|
1273
|
-
|
|
1274
|
-
const filterSensitiveLog: (obj: DeleteClientVpnRouteResult) => any;
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
export interface DeleteCustomerGatewayRequest {
|
|
1278
|
-
|
|
1279
|
-
CustomerGatewayId: string | undefined;
|
|
1280
|
-
|
|
1281
|
-
DryRun?: boolean;
|
|
1282
|
-
}
|
|
1283
|
-
export declare namespace DeleteCustomerGatewayRequest {
|
|
1284
|
-
|
|
1285
|
-
const filterSensitiveLog: (obj: DeleteCustomerGatewayRequest) => any;
|
|
1286
|
-
}
|
|
1287
|
-
export interface DeleteDhcpOptionsRequest {
|
|
1288
|
-
|
|
1289
|
-
DhcpOptionsId: string | undefined;
|
|
1290
|
-
|
|
1291
|
-
DryRun?: boolean;
|
|
1292
|
-
}
|
|
1293
|
-
export declare namespace DeleteDhcpOptionsRequest {
|
|
1294
|
-
|
|
1295
|
-
const filterSensitiveLog: (obj: DeleteDhcpOptionsRequest) => any;
|
|
1296
|
-
}
|
|
1297
|
-
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
1298
|
-
|
|
1299
|
-
DryRun?: boolean;
|
|
1300
|
-
|
|
1301
|
-
EgressOnlyInternetGatewayId: string | undefined;
|
|
1302
|
-
}
|
|
1303
|
-
export declare namespace DeleteEgressOnlyInternetGatewayRequest {
|
|
1304
|
-
|
|
1305
|
-
const filterSensitiveLog: (obj: DeleteEgressOnlyInternetGatewayRequest) => any;
|
|
1306
|
-
}
|
|
1307
|
-
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
1308
|
-
|
|
1309
|
-
ReturnCode?: boolean;
|
|
1310
|
-
}
|
|
1311
|
-
export declare namespace DeleteEgressOnlyInternetGatewayResult {
|
|
1312
|
-
|
|
1313
|
-
const filterSensitiveLog: (obj: DeleteEgressOnlyInternetGatewayResult) => any;
|
|
1314
|
-
}
|
|
1315
|
-
export interface DeleteFleetsRequest {
|
|
1316
|
-
|
|
1317
|
-
DryRun?: boolean;
|
|
1318
|
-
|
|
1319
|
-
FleetIds: string[] | undefined;
|
|
1320
|
-
|
|
1321
|
-
TerminateInstances: boolean | undefined;
|
|
1322
|
-
}
|
|
1323
|
-
export declare namespace DeleteFleetsRequest {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: DeleteFleetsRequest) => any;
|
|
1326
|
-
}
|
|
1327
|
-
export declare enum FleetStateCode {
|
|
1328
|
-
ACTIVE = "active",
|
|
1329
|
-
DELETED = "deleted",
|
|
1330
|
-
DELETED_RUNNING = "deleted_running",
|
|
1331
|
-
DELETED_TERMINATING_INSTANCES = "deleted_terminating",
|
|
1332
|
-
FAILED = "failed",
|
|
1333
|
-
MODIFYING = "modifying",
|
|
1334
|
-
SUBMITTED = "submitted"
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
export interface DeleteFleetSuccessItem {
|
|
1338
|
-
|
|
1339
|
-
CurrentFleetState?: FleetStateCode | string;
|
|
1340
|
-
|
|
1341
|
-
PreviousFleetState?: FleetStateCode | string;
|
|
1342
|
-
|
|
1343
|
-
FleetId?: string;
|
|
1344
|
-
}
|
|
1345
|
-
export declare namespace DeleteFleetSuccessItem {
|
|
1346
|
-
|
|
1347
|
-
const filterSensitiveLog: (obj: DeleteFleetSuccessItem) => any;
|
|
1348
|
-
}
|
|
1349
|
-
export declare enum DeleteFleetErrorCode {
|
|
1350
|
-
FLEET_ID_DOES_NOT_EXIST = "fleetIdDoesNotExist",
|
|
1351
|
-
FLEET_ID_MALFORMED = "fleetIdMalformed",
|
|
1352
|
-
FLEET_NOT_IN_DELETABLE_STATE = "fleetNotInDeletableState",
|
|
1353
|
-
UNEXPECTED_ERROR = "unexpectedError"
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
export interface DeleteFleetError {
|
|
1357
|
-
|
|
1358
|
-
Code?: DeleteFleetErrorCode | string;
|
|
1359
|
-
|
|
1360
|
-
Message?: string;
|
|
1361
|
-
}
|
|
1362
|
-
export declare namespace DeleteFleetError {
|
|
1363
|
-
|
|
1364
|
-
const filterSensitiveLog: (obj: DeleteFleetError) => any;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
export interface DeleteFleetErrorItem {
|
|
1368
|
-
|
|
1369
|
-
Error?: DeleteFleetError;
|
|
1370
|
-
|
|
1371
|
-
FleetId?: string;
|
|
1372
|
-
}
|
|
1373
|
-
export declare namespace DeleteFleetErrorItem {
|
|
1374
|
-
|
|
1375
|
-
const filterSensitiveLog: (obj: DeleteFleetErrorItem) => any;
|
|
1376
|
-
}
|
|
1377
|
-
export interface DeleteFleetsResult {
|
|
1378
|
-
|
|
1379
|
-
SuccessfulFleetDeletions?: DeleteFleetSuccessItem[];
|
|
1380
|
-
|
|
1381
|
-
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[];
|
|
1382
|
-
}
|
|
1383
|
-
export declare namespace DeleteFleetsResult {
|
|
1384
|
-
|
|
1385
|
-
const filterSensitiveLog: (obj: DeleteFleetsResult) => any;
|
|
1386
|
-
}
|
|
1387
|
-
export interface DeleteFlowLogsRequest {
|
|
1388
|
-
|
|
1389
|
-
DryRun?: boolean;
|
|
1390
|
-
|
|
1391
|
-
FlowLogIds: string[] | undefined;
|
|
1392
|
-
}
|
|
1393
|
-
export declare namespace DeleteFlowLogsRequest {
|
|
1394
|
-
|
|
1395
|
-
const filterSensitiveLog: (obj: DeleteFlowLogsRequest) => any;
|
|
1396
|
-
}
|
|
1397
|
-
export interface DeleteFlowLogsResult {
|
|
1398
|
-
|
|
1399
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
1400
|
-
}
|
|
1401
|
-
export declare namespace DeleteFlowLogsResult {
|
|
1402
|
-
|
|
1403
|
-
const filterSensitiveLog: (obj: DeleteFlowLogsResult) => any;
|
|
1404
|
-
}
|
|
1405
|
-
export interface DeleteFpgaImageRequest {
|
|
1406
|
-
|
|
1407
|
-
DryRun?: boolean;
|
|
1408
|
-
|
|
1409
|
-
FpgaImageId: string | undefined;
|
|
1410
|
-
}
|
|
1411
|
-
export declare namespace DeleteFpgaImageRequest {
|
|
1412
|
-
|
|
1413
|
-
const filterSensitiveLog: (obj: DeleteFpgaImageRequest) => any;
|
|
1414
|
-
}
|
|
1415
|
-
export interface DeleteFpgaImageResult {
|
|
1416
|
-
|
|
1417
|
-
Return?: boolean;
|
|
1418
|
-
}
|
|
1419
|
-
export declare namespace DeleteFpgaImageResult {
|
|
1420
|
-
|
|
1421
|
-
const filterSensitiveLog: (obj: DeleteFpgaImageResult) => any;
|
|
1422
|
-
}
|
|
1423
|
-
export interface DeleteInstanceEventWindowRequest {
|
|
1424
|
-
|
|
1425
|
-
DryRun?: boolean;
|
|
1426
|
-
|
|
1427
|
-
ForceDelete?: boolean;
|
|
1428
|
-
|
|
1429
|
-
InstanceEventWindowId: string | undefined;
|
|
1430
|
-
}
|
|
1431
|
-
export declare namespace DeleteInstanceEventWindowRequest {
|
|
1432
|
-
|
|
1433
|
-
const filterSensitiveLog: (obj: DeleteInstanceEventWindowRequest) => any;
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
export interface InstanceEventWindowStateChange {
|
|
1437
|
-
|
|
1438
|
-
InstanceEventWindowId?: string;
|
|
1439
|
-
|
|
1440
|
-
State?: InstanceEventWindowState | string;
|
|
1441
|
-
}
|
|
1442
|
-
export declare namespace InstanceEventWindowStateChange {
|
|
1443
|
-
|
|
1444
|
-
const filterSensitiveLog: (obj: InstanceEventWindowStateChange) => any;
|
|
1445
|
-
}
|
|
1446
|
-
export interface DeleteInstanceEventWindowResult {
|
|
1447
|
-
|
|
1448
|
-
InstanceEventWindowState?: InstanceEventWindowStateChange;
|
|
1449
|
-
}
|
|
1450
|
-
export declare namespace DeleteInstanceEventWindowResult {
|
|
1451
|
-
|
|
1452
|
-
const filterSensitiveLog: (obj: DeleteInstanceEventWindowResult) => any;
|
|
1453
|
-
}
|
|
1454
|
-
export interface DeleteInternetGatewayRequest {
|
|
1455
|
-
|
|
1456
|
-
DryRun?: boolean;
|
|
1457
|
-
|
|
1458
|
-
InternetGatewayId: string | undefined;
|
|
1459
|
-
}
|
|
1460
|
-
export declare namespace DeleteInternetGatewayRequest {
|
|
1461
|
-
|
|
1462
|
-
const filterSensitiveLog: (obj: DeleteInternetGatewayRequest) => any;
|
|
1463
|
-
}
|
|
1464
|
-
export interface DeleteIpamRequest {
|
|
1465
|
-
|
|
1466
|
-
DryRun?: boolean;
|
|
1467
|
-
|
|
1468
|
-
IpamId: string | undefined;
|
|
1469
|
-
}
|
|
1470
|
-
export declare namespace DeleteIpamRequest {
|
|
1471
|
-
|
|
1472
|
-
const filterSensitiveLog: (obj: DeleteIpamRequest) => any;
|
|
1473
|
-
}
|
|
1474
|
-
export interface DeleteIpamResult {
|
|
1475
|
-
|
|
1476
|
-
Ipam?: Ipam;
|
|
1477
|
-
}
|
|
1478
|
-
export declare namespace DeleteIpamResult {
|
|
1479
|
-
|
|
1480
|
-
const filterSensitiveLog: (obj: DeleteIpamResult) => any;
|
|
1481
|
-
}
|
|
1482
|
-
export interface DeleteIpamPoolRequest {
|
|
1483
|
-
|
|
1484
|
-
DryRun?: boolean;
|
|
1485
|
-
|
|
1486
|
-
IpamPoolId: string | undefined;
|
|
1487
|
-
}
|
|
1488
|
-
export declare namespace DeleteIpamPoolRequest {
|
|
1489
|
-
|
|
1490
|
-
const filterSensitiveLog: (obj: DeleteIpamPoolRequest) => any;
|
|
1491
|
-
}
|
|
1492
|
-
export interface DeleteIpamPoolResult {
|
|
1493
|
-
|
|
1494
|
-
IpamPool?: IpamPool;
|
|
1495
|
-
}
|
|
1496
|
-
export declare namespace DeleteIpamPoolResult {
|
|
1497
|
-
|
|
1498
|
-
const filterSensitiveLog: (obj: DeleteIpamPoolResult) => any;
|
|
1499
|
-
}
|
|
1500
|
-
export interface DeleteIpamScopeRequest {
|
|
1501
|
-
|
|
1502
|
-
DryRun?: boolean;
|
|
1503
|
-
|
|
1504
|
-
IpamScopeId: string | undefined;
|
|
1505
|
-
}
|
|
1506
|
-
export declare namespace DeleteIpamScopeRequest {
|
|
1507
|
-
|
|
1508
|
-
const filterSensitiveLog: (obj: DeleteIpamScopeRequest) => any;
|
|
1509
|
-
}
|
|
1510
|
-
export interface DeleteIpamScopeResult {
|
|
1511
|
-
|
|
1512
|
-
IpamScope?: IpamScope;
|
|
1513
|
-
}
|
|
1514
|
-
export declare namespace DeleteIpamScopeResult {
|
|
1515
|
-
|
|
1516
|
-
const filterSensitiveLog: (obj: DeleteIpamScopeResult) => any;
|
|
1517
|
-
}
|
|
1518
|
-
export interface DeleteKeyPairRequest {
|
|
1519
|
-
|
|
1520
|
-
KeyName?: string;
|
|
1521
|
-
|
|
1522
|
-
KeyPairId?: string;
|
|
1523
|
-
|
|
1524
|
-
DryRun?: boolean;
|
|
1525
|
-
}
|
|
1526
|
-
export declare namespace DeleteKeyPairRequest {
|
|
1527
|
-
|
|
1528
|
-
const filterSensitiveLog: (obj: DeleteKeyPairRequest) => any;
|
|
1529
|
-
}
|
|
1530
|
-
export interface DeleteLaunchTemplateRequest {
|
|
1531
|
-
|
|
1532
|
-
DryRun?: boolean;
|
|
1533
|
-
|
|
1534
|
-
LaunchTemplateId?: string;
|
|
1535
|
-
|
|
1536
|
-
LaunchTemplateName?: string;
|
|
1537
|
-
}
|
|
1538
|
-
export declare namespace DeleteLaunchTemplateRequest {
|
|
1539
|
-
|
|
1540
|
-
const filterSensitiveLog: (obj: DeleteLaunchTemplateRequest) => any;
|
|
1541
|
-
}
|
|
1542
|
-
export interface DeleteLaunchTemplateResult {
|
|
1543
|
-
|
|
1544
|
-
LaunchTemplate?: LaunchTemplate;
|
|
1545
|
-
}
|
|
1546
|
-
export declare namespace DeleteLaunchTemplateResult {
|
|
1547
|
-
|
|
1548
|
-
const filterSensitiveLog: (obj: DeleteLaunchTemplateResult) => any;
|
|
1549
|
-
}
|
|
1550
|
-
export interface DeleteLaunchTemplateVersionsRequest {
|
|
1551
|
-
|
|
1552
|
-
DryRun?: boolean;
|
|
1553
|
-
|
|
1554
|
-
LaunchTemplateId?: string;
|
|
1555
|
-
|
|
1556
|
-
LaunchTemplateName?: string;
|
|
1557
|
-
|
|
1558
|
-
Versions: string[] | undefined;
|
|
1559
|
-
}
|
|
1560
|
-
export declare namespace DeleteLaunchTemplateVersionsRequest {
|
|
1561
|
-
|
|
1562
|
-
const filterSensitiveLog: (obj: DeleteLaunchTemplateVersionsRequest) => any;
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
1566
|
-
|
|
1567
|
-
LaunchTemplateId?: string;
|
|
1568
|
-
|
|
1569
|
-
LaunchTemplateName?: string;
|
|
1570
|
-
|
|
1571
|
-
VersionNumber?: number;
|
|
1572
|
-
}
|
|
1573
|
-
export declare namespace DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: DeleteLaunchTemplateVersionsResponseSuccessItem) => any;
|
|
1576
|
-
}
|
|
1577
|
-
export declare enum LaunchTemplateErrorCode {
|
|
1578
|
-
LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST = "launchTemplateIdDoesNotExist",
|
|
1579
|
-
LAUNCH_TEMPLATE_ID_MALFORMED = "launchTemplateIdMalformed",
|
|
1580
|
-
LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST = "launchTemplateNameDoesNotExist",
|
|
1581
|
-
LAUNCH_TEMPLATE_NAME_MALFORMED = "launchTemplateNameMalformed",
|
|
1582
|
-
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST = "launchTemplateVersionDoesNotExist",
|
|
1583
|
-
UNEXPECTED_ERROR = "unexpectedError"
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
export interface ResponseError {
|
|
1587
|
-
|
|
1588
|
-
Code?: LaunchTemplateErrorCode | string;
|
|
1589
|
-
|
|
1590
|
-
Message?: string;
|
|
1591
|
-
}
|
|
1592
|
-
export declare namespace ResponseError {
|
|
1593
|
-
|
|
1594
|
-
const filterSensitiveLog: (obj: ResponseError) => any;
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
1598
|
-
|
|
1599
|
-
LaunchTemplateId?: string;
|
|
1600
|
-
|
|
1601
|
-
LaunchTemplateName?: string;
|
|
1602
|
-
|
|
1603
|
-
VersionNumber?: number;
|
|
1604
|
-
|
|
1605
|
-
ResponseError?: ResponseError;
|
|
1606
|
-
}
|
|
1607
|
-
export declare namespace DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
1608
|
-
|
|
1609
|
-
const filterSensitiveLog: (obj: DeleteLaunchTemplateVersionsResponseErrorItem) => any;
|
|
1610
|
-
}
|
|
1611
|
-
export interface DeleteLaunchTemplateVersionsResult {
|
|
1612
|
-
|
|
1613
|
-
SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
|
|
1614
|
-
|
|
1615
|
-
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
1616
|
-
}
|
|
1617
|
-
export declare namespace DeleteLaunchTemplateVersionsResult {
|
|
1618
|
-
|
|
1619
|
-
const filterSensitiveLog: (obj: DeleteLaunchTemplateVersionsResult) => any;
|
|
1620
|
-
}
|
|
1621
|
-
export interface DeleteLocalGatewayRouteRequest {
|
|
1622
|
-
|
|
1623
|
-
DestinationCidrBlock: string | undefined;
|
|
1624
|
-
|
|
1625
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
1626
|
-
|
|
1627
|
-
DryRun?: boolean;
|
|
1628
|
-
}
|
|
1629
|
-
export declare namespace DeleteLocalGatewayRouteRequest {
|
|
1630
|
-
|
|
1631
|
-
const filterSensitiveLog: (obj: DeleteLocalGatewayRouteRequest) => any;
|
|
1632
|
-
}
|
|
1633
|
-
export interface DeleteLocalGatewayRouteResult {
|
|
1634
|
-
|
|
1635
|
-
Route?: LocalGatewayRoute;
|
|
1636
|
-
}
|
|
1637
|
-
export declare namespace DeleteLocalGatewayRouteResult {
|
|
1638
|
-
|
|
1639
|
-
const filterSensitiveLog: (obj: DeleteLocalGatewayRouteResult) => any;
|
|
1640
|
-
}
|
|
1641
|
-
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
1642
|
-
|
|
1643
|
-
LocalGatewayRouteTableVpcAssociationId: string | undefined;
|
|
1644
|
-
|
|
1645
|
-
DryRun?: boolean;
|
|
1646
|
-
}
|
|
1647
|
-
export declare namespace DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
1648
|
-
|
|
1649
|
-
const filterSensitiveLog: (obj: DeleteLocalGatewayRouteTableVpcAssociationRequest) => any;
|
|
1650
|
-
}
|
|
1651
|
-
export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
1652
|
-
|
|
1653
|
-
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
|
|
1654
|
-
}
|
|
1655
|
-
export declare namespace DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
1656
|
-
|
|
1657
|
-
const filterSensitiveLog: (obj: DeleteLocalGatewayRouteTableVpcAssociationResult) => any;
|
|
1658
|
-
}
|
|
1659
|
-
export interface DeleteManagedPrefixListRequest {
|
|
1660
|
-
|
|
1661
|
-
DryRun?: boolean;
|
|
1662
|
-
|
|
1663
|
-
PrefixListId: string | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export declare namespace DeleteManagedPrefixListRequest {
|
|
1666
|
-
|
|
1667
|
-
const filterSensitiveLog: (obj: DeleteManagedPrefixListRequest) => any;
|
|
1668
|
-
}
|
|
1669
|
-
export interface DeleteManagedPrefixListResult {
|
|
1670
|
-
|
|
1671
|
-
PrefixList?: ManagedPrefixList;
|
|
1672
|
-
}
|
|
1673
|
-
export declare namespace DeleteManagedPrefixListResult {
|
|
1674
|
-
|
|
1675
|
-
const filterSensitiveLog: (obj: DeleteManagedPrefixListResult) => any;
|
|
1676
|
-
}
|
|
1677
|
-
export interface DeleteNatGatewayRequest {
|
|
1678
|
-
|
|
1679
|
-
DryRun?: boolean;
|
|
1680
|
-
|
|
1681
|
-
NatGatewayId: string | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export declare namespace DeleteNatGatewayRequest {
|
|
1684
|
-
|
|
1685
|
-
const filterSensitiveLog: (obj: DeleteNatGatewayRequest) => any;
|
|
1686
|
-
}
|
|
1687
|
-
export interface DeleteNatGatewayResult {
|
|
1688
|
-
|
|
1689
|
-
NatGatewayId?: string;
|
|
1690
|
-
}
|
|
1691
|
-
export declare namespace DeleteNatGatewayResult {
|
|
1692
|
-
|
|
1693
|
-
const filterSensitiveLog: (obj: DeleteNatGatewayResult) => any;
|
|
1694
|
-
}
|
|
1695
|
-
export interface DeleteNetworkAclRequest {
|
|
1696
|
-
|
|
1697
|
-
DryRun?: boolean;
|
|
1698
|
-
|
|
1699
|
-
NetworkAclId: string | undefined;
|
|
1700
|
-
}
|
|
1701
|
-
export declare namespace DeleteNetworkAclRequest {
|
|
1702
|
-
|
|
1703
|
-
const filterSensitiveLog: (obj: DeleteNetworkAclRequest) => any;
|
|
1704
|
-
}
|
|
1705
|
-
export interface DeleteNetworkAclEntryRequest {
|
|
1706
|
-
|
|
1707
|
-
DryRun?: boolean;
|
|
1708
|
-
|
|
1709
|
-
Egress: boolean | undefined;
|
|
1710
|
-
|
|
1711
|
-
NetworkAclId: string | undefined;
|
|
1712
|
-
|
|
1713
|
-
RuleNumber: number | undefined;
|
|
1714
|
-
}
|
|
1715
|
-
export declare namespace DeleteNetworkAclEntryRequest {
|
|
1716
|
-
|
|
1717
|
-
const filterSensitiveLog: (obj: DeleteNetworkAclEntryRequest) => any;
|
|
1718
|
-
}
|
|
1719
|
-
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
1720
|
-
|
|
1721
|
-
DryRun?: boolean;
|
|
1722
|
-
|
|
1723
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1724
|
-
}
|
|
1725
|
-
export declare namespace DeleteNetworkInsightsAccessScopeRequest {
|
|
1726
|
-
|
|
1727
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeRequest) => any;
|
|
1728
|
-
}
|
|
1729
|
-
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
1730
|
-
|
|
1731
|
-
NetworkInsightsAccessScopeId?: string;
|
|
1732
|
-
}
|
|
1733
|
-
export declare namespace DeleteNetworkInsightsAccessScopeResult {
|
|
1734
|
-
|
|
1735
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeResult) => any;
|
|
1736
|
-
}
|
|
1737
|
-
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
1738
|
-
|
|
1739
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1740
|
-
|
|
1741
|
-
DryRun?: boolean;
|
|
1742
|
-
}
|
|
1743
|
-
export declare namespace DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
1744
|
-
|
|
1745
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeAnalysisRequest) => any;
|
|
1746
|
-
}
|
|
1747
|
-
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
1748
|
-
|
|
1749
|
-
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
1750
|
-
}
|
|
1751
|
-
export declare namespace DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
1752
|
-
|
|
1753
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsAccessScopeAnalysisResult) => any;
|
|
1754
|
-
}
|
|
1755
|
-
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
1756
|
-
|
|
1757
|
-
DryRun?: boolean;
|
|
1758
|
-
|
|
1759
|
-
NetworkInsightsAnalysisId: string | undefined;
|
|
1760
|
-
}
|
|
1761
|
-
export declare namespace DeleteNetworkInsightsAnalysisRequest {
|
|
1762
|
-
|
|
1763
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsAnalysisRequest) => any;
|
|
1764
|
-
}
|
|
1765
|
-
export interface DeleteNetworkInsightsAnalysisResult {
|
|
1766
|
-
|
|
1767
|
-
NetworkInsightsAnalysisId?: string;
|
|
1768
|
-
}
|
|
1769
|
-
export declare namespace DeleteNetworkInsightsAnalysisResult {
|
|
1770
|
-
|
|
1771
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsAnalysisResult) => any;
|
|
1772
|
-
}
|
|
1773
|
-
export interface DeleteNetworkInsightsPathRequest {
|
|
1774
|
-
|
|
1775
|
-
DryRun?: boolean;
|
|
1776
|
-
|
|
1777
|
-
NetworkInsightsPathId: string | undefined;
|
|
1778
|
-
}
|
|
1779
|
-
export declare namespace DeleteNetworkInsightsPathRequest {
|
|
1780
|
-
|
|
1781
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsPathRequest) => any;
|
|
1782
|
-
}
|
|
1783
|
-
export interface DeleteNetworkInsightsPathResult {
|
|
1784
|
-
|
|
1785
|
-
NetworkInsightsPathId?: string;
|
|
1786
|
-
}
|
|
1787
|
-
export declare namespace DeleteNetworkInsightsPathResult {
|
|
1788
|
-
|
|
1789
|
-
const filterSensitiveLog: (obj: DeleteNetworkInsightsPathResult) => any;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
export interface DeleteNetworkInterfaceRequest {
|
|
1793
|
-
|
|
1794
|
-
DryRun?: boolean;
|
|
1795
|
-
|
|
1796
|
-
NetworkInterfaceId: string | undefined;
|
|
1797
|
-
}
|
|
1798
|
-
export declare namespace DeleteNetworkInterfaceRequest {
|
|
1799
|
-
|
|
1800
|
-
const filterSensitiveLog: (obj: DeleteNetworkInterfaceRequest) => any;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
export interface DeleteNetworkInterfacePermissionRequest {
|
|
1804
|
-
|
|
1805
|
-
NetworkInterfacePermissionId: string | undefined;
|
|
1806
|
-
|
|
1807
|
-
Force?: boolean;
|
|
1808
|
-
|
|
1809
|
-
DryRun?: boolean;
|
|
1810
|
-
}
|
|
1811
|
-
export declare namespace DeleteNetworkInterfacePermissionRequest {
|
|
1812
|
-
|
|
1813
|
-
const filterSensitiveLog: (obj: DeleteNetworkInterfacePermissionRequest) => any;
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
export interface DeleteNetworkInterfacePermissionResult {
|
|
1817
|
-
|
|
1818
|
-
Return?: boolean;
|
|
1819
|
-
}
|
|
1820
|
-
export declare namespace DeleteNetworkInterfacePermissionResult {
|
|
1821
|
-
|
|
1822
|
-
const filterSensitiveLog: (obj: DeleteNetworkInterfacePermissionResult) => any;
|
|
1823
|
-
}
|
|
1824
|
-
export interface DeletePlacementGroupRequest {
|
|
1825
|
-
|
|
1826
|
-
DryRun?: boolean;
|
|
1827
|
-
|
|
1828
|
-
GroupName: string | undefined;
|
|
1829
|
-
}
|
|
1830
|
-
export declare namespace DeletePlacementGroupRequest {
|
|
1831
|
-
|
|
1832
|
-
const filterSensitiveLog: (obj: DeletePlacementGroupRequest) => any;
|
|
1833
|
-
}
|
|
1834
|
-
export interface DeletePublicIpv4PoolRequest {
|
|
1835
|
-
|
|
1836
|
-
DryRun?: boolean;
|
|
1837
|
-
|
|
1838
|
-
PoolId: string | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
export declare namespace DeletePublicIpv4PoolRequest {
|
|
1841
|
-
|
|
1842
|
-
const filterSensitiveLog: (obj: DeletePublicIpv4PoolRequest) => any;
|
|
1843
|
-
}
|
|
1844
|
-
export interface DeletePublicIpv4PoolResult {
|
|
1845
|
-
|
|
1846
|
-
ReturnValue?: boolean;
|
|
1847
|
-
}
|
|
1848
|
-
export declare namespace DeletePublicIpv4PoolResult {
|
|
1849
|
-
|
|
1850
|
-
const filterSensitiveLog: (obj: DeletePublicIpv4PoolResult) => any;
|
|
1851
|
-
}
|
|
1852
|
-
export interface DeleteQueuedReservedInstancesRequest {
|
|
1853
|
-
|
|
1854
|
-
DryRun?: boolean;
|
|
1855
|
-
|
|
1856
|
-
ReservedInstancesIds: string[] | undefined;
|
|
1857
|
-
}
|
|
1858
|
-
export declare namespace DeleteQueuedReservedInstancesRequest {
|
|
1859
|
-
|
|
1860
|
-
const filterSensitiveLog: (obj: DeleteQueuedReservedInstancesRequest) => any;
|
|
1861
|
-
}
|
|
1862
|
-
export declare enum DeleteQueuedReservedInstancesErrorCode {
|
|
1863
|
-
RESERVED_INSTANCES_ID_INVALID = "reserved-instances-id-invalid",
|
|
1864
|
-
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE = "reserved-instances-not-in-queued-state",
|
|
1865
|
-
UNEXPECTED_ERROR = "unexpected-error"
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
export interface DeleteQueuedReservedInstancesError {
|
|
1869
|
-
|
|
1870
|
-
Code?: DeleteQueuedReservedInstancesErrorCode | string;
|
|
1871
|
-
|
|
1872
|
-
Message?: string;
|
|
1873
|
-
}
|
|
1874
|
-
export declare namespace DeleteQueuedReservedInstancesError {
|
|
1875
|
-
|
|
1876
|
-
const filterSensitiveLog: (obj: DeleteQueuedReservedInstancesError) => any;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
export interface FailedQueuedPurchaseDeletion {
|
|
1880
|
-
|
|
1881
|
-
Error?: DeleteQueuedReservedInstancesError;
|
|
1882
|
-
|
|
1883
|
-
ReservedInstancesId?: string;
|
|
1884
|
-
}
|
|
1885
|
-
export declare namespace FailedQueuedPurchaseDeletion {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: FailedQueuedPurchaseDeletion) => any;
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
export interface SuccessfulQueuedPurchaseDeletion {
|
|
1891
|
-
|
|
1892
|
-
ReservedInstancesId?: string;
|
|
1893
|
-
}
|
|
1894
|
-
export declare namespace SuccessfulQueuedPurchaseDeletion {
|
|
1895
|
-
|
|
1896
|
-
const filterSensitiveLog: (obj: SuccessfulQueuedPurchaseDeletion) => any;
|
|
1897
|
-
}
|
|
1898
|
-
export interface DeleteQueuedReservedInstancesResult {
|
|
1899
|
-
|
|
1900
|
-
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
1901
|
-
|
|
1902
|
-
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
1903
|
-
}
|
|
1904
|
-
export declare namespace DeleteQueuedReservedInstancesResult {
|
|
1905
|
-
|
|
1906
|
-
const filterSensitiveLog: (obj: DeleteQueuedReservedInstancesResult) => any;
|
|
1907
|
-
}
|
|
1908
|
-
export interface DeleteRouteRequest {
|
|
1909
|
-
|
|
1910
|
-
DestinationCidrBlock?: string;
|
|
1911
|
-
|
|
1912
|
-
DestinationIpv6CidrBlock?: string;
|
|
1913
|
-
|
|
1914
|
-
DestinationPrefixListId?: string;
|
|
1915
|
-
|
|
1916
|
-
DryRun?: boolean;
|
|
1917
|
-
|
|
1918
|
-
RouteTableId: string | undefined;
|
|
1919
|
-
}
|
|
1920
|
-
export declare namespace DeleteRouteRequest {
|
|
1921
|
-
|
|
1922
|
-
const filterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
1923
|
-
}
|
|
1924
|
-
export interface DeleteRouteTableRequest {
|
|
1925
|
-
|
|
1926
|
-
DryRun?: boolean;
|
|
1927
|
-
|
|
1928
|
-
RouteTableId: string | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export declare namespace DeleteRouteTableRequest {
|
|
1931
|
-
|
|
1932
|
-
const filterSensitiveLog: (obj: DeleteRouteTableRequest) => any;
|
|
1933
|
-
}
|
|
1934
|
-
export interface DeleteSecurityGroupRequest {
|
|
1935
|
-
|
|
1936
|
-
GroupId?: string;
|
|
1937
|
-
|
|
1938
|
-
GroupName?: string;
|
|
1939
|
-
|
|
1940
|
-
DryRun?: boolean;
|
|
1941
|
-
}
|
|
1942
|
-
export declare namespace DeleteSecurityGroupRequest {
|
|
1943
|
-
|
|
1944
|
-
const filterSensitiveLog: (obj: DeleteSecurityGroupRequest) => any;
|
|
1945
|
-
}
|
|
1946
|
-
export interface DeleteSnapshotRequest {
|
|
1947
|
-
|
|
1948
|
-
SnapshotId: string | undefined;
|
|
1949
|
-
|
|
1950
|
-
DryRun?: boolean;
|
|
1951
|
-
}
|
|
1952
|
-
export declare namespace DeleteSnapshotRequest {
|
|
1953
|
-
|
|
1954
|
-
const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
1958
|
-
|
|
1959
|
-
DryRun?: boolean;
|
|
1960
|
-
}
|
|
1961
|
-
export declare namespace DeleteSpotDatafeedSubscriptionRequest {
|
|
1962
|
-
|
|
1963
|
-
const filterSensitiveLog: (obj: DeleteSpotDatafeedSubscriptionRequest) => any;
|
|
1964
|
-
}
|
|
1965
|
-
export interface DeleteSubnetRequest {
|
|
1966
|
-
|
|
1967
|
-
SubnetId: string | undefined;
|
|
1968
|
-
|
|
1969
|
-
DryRun?: boolean;
|
|
1970
|
-
}
|
|
1971
|
-
export declare namespace DeleteSubnetRequest {
|
|
1972
|
-
|
|
1973
|
-
const filterSensitiveLog: (obj: DeleteSubnetRequest) => any;
|
|
1974
|
-
}
|
|
1975
|
-
export interface DeleteSubnetCidrReservationRequest {
|
|
1976
|
-
|
|
1977
|
-
SubnetCidrReservationId: string | undefined;
|
|
1978
|
-
|
|
1979
|
-
DryRun?: boolean;
|
|
1980
|
-
}
|
|
1981
|
-
export declare namespace DeleteSubnetCidrReservationRequest {
|
|
1982
|
-
|
|
1983
|
-
const filterSensitiveLog: (obj: DeleteSubnetCidrReservationRequest) => any;
|
|
1984
|
-
}
|
|
1985
|
-
export interface DeleteSubnetCidrReservationResult {
|
|
1986
|
-
|
|
1987
|
-
DeletedSubnetCidrReservation?: SubnetCidrReservation;
|
|
1988
|
-
}
|
|
1989
|
-
export declare namespace DeleteSubnetCidrReservationResult {
|
|
1990
|
-
|
|
1991
|
-
const filterSensitiveLog: (obj: DeleteSubnetCidrReservationResult) => any;
|
|
1992
|
-
}
|
|
1993
|
-
export interface DeleteTagsRequest {
|
|
1994
|
-
|
|
1995
|
-
DryRun?: boolean;
|
|
1996
|
-
|
|
1997
|
-
Resources: string[] | undefined;
|
|
1998
|
-
|
|
1999
|
-
Tags?: Tag[];
|
|
2000
|
-
}
|
|
2001
|
-
export declare namespace DeleteTagsRequest {
|
|
2002
|
-
|
|
2003
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
2004
|
-
}
|
|
2005
|
-
export interface DeleteTrafficMirrorFilterRequest {
|
|
2006
|
-
|
|
2007
|
-
TrafficMirrorFilterId: string | undefined;
|
|
2008
|
-
|
|
2009
|
-
DryRun?: boolean;
|
|
2010
|
-
}
|
|
2011
|
-
export declare namespace DeleteTrafficMirrorFilterRequest {
|
|
2012
|
-
|
|
2013
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorFilterRequest) => any;
|
|
2014
|
-
}
|
|
2015
|
-
export interface DeleteTrafficMirrorFilterResult {
|
|
2016
|
-
|
|
2017
|
-
TrafficMirrorFilterId?: string;
|
|
2018
|
-
}
|
|
2019
|
-
export declare namespace DeleteTrafficMirrorFilterResult {
|
|
2020
|
-
|
|
2021
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorFilterResult) => any;
|
|
2022
|
-
}
|
|
2023
|
-
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
2024
|
-
|
|
2025
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
2026
|
-
|
|
2027
|
-
DryRun?: boolean;
|
|
2028
|
-
}
|
|
2029
|
-
export declare namespace DeleteTrafficMirrorFilterRuleRequest {
|
|
2030
|
-
|
|
2031
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleRequest) => any;
|
|
2032
|
-
}
|
|
2033
|
-
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
2034
|
-
|
|
2035
|
-
TrafficMirrorFilterRuleId?: string;
|
|
2036
|
-
}
|
|
2037
|
-
export declare namespace DeleteTrafficMirrorFilterRuleResult {
|
|
2038
|
-
|
|
2039
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleResult) => any;
|
|
2040
|
-
}
|
|
2041
|
-
export interface DeleteTrafficMirrorSessionRequest {
|
|
2042
|
-
|
|
2043
|
-
TrafficMirrorSessionId: string | undefined;
|
|
2044
|
-
|
|
2045
|
-
DryRun?: boolean;
|
|
2046
|
-
}
|
|
2047
|
-
export declare namespace DeleteTrafficMirrorSessionRequest {
|
|
2048
|
-
|
|
2049
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorSessionRequest) => any;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DeleteTrafficMirrorSessionResult {
|
|
2052
|
-
|
|
2053
|
-
TrafficMirrorSessionId?: string;
|
|
2054
|
-
}
|
|
2055
|
-
export declare namespace DeleteTrafficMirrorSessionResult {
|
|
2056
|
-
|
|
2057
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorSessionResult) => any;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DeleteTrafficMirrorTargetRequest {
|
|
2060
|
-
|
|
2061
|
-
TrafficMirrorTargetId: string | undefined;
|
|
2062
|
-
|
|
2063
|
-
DryRun?: boolean;
|
|
2064
|
-
}
|
|
2065
|
-
export declare namespace DeleteTrafficMirrorTargetRequest {
|
|
2066
|
-
|
|
2067
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorTargetRequest) => any;
|
|
2068
|
-
}
|
|
2069
|
-
export interface DeleteTrafficMirrorTargetResult {
|
|
2070
|
-
|
|
2071
|
-
TrafficMirrorTargetId?: string;
|
|
2072
|
-
}
|
|
2073
|
-
export declare namespace DeleteTrafficMirrorTargetResult {
|
|
2074
|
-
|
|
2075
|
-
const filterSensitiveLog: (obj: DeleteTrafficMirrorTargetResult) => any;
|
|
2076
|
-
}
|
|
2077
|
-
export interface DeleteTransitGatewayRequest {
|
|
2078
|
-
|
|
2079
|
-
TransitGatewayId: string | undefined;
|
|
2080
|
-
|
|
2081
|
-
DryRun?: boolean;
|
|
2082
|
-
}
|
|
2083
|
-
export declare namespace DeleteTransitGatewayRequest {
|
|
2084
|
-
|
|
2085
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayRequest) => any;
|
|
2086
|
-
}
|
|
2087
|
-
export interface DeleteTransitGatewayResult {
|
|
2088
|
-
|
|
2089
|
-
TransitGateway?: TransitGateway;
|
|
2090
|
-
}
|
|
2091
|
-
export declare namespace DeleteTransitGatewayResult {
|
|
2092
|
-
|
|
2093
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayResult) => any;
|
|
2094
|
-
}
|
|
2095
|
-
export interface DeleteTransitGatewayConnectRequest {
|
|
2096
|
-
|
|
2097
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
2098
|
-
|
|
2099
|
-
DryRun?: boolean;
|
|
2100
|
-
}
|
|
2101
|
-
export declare namespace DeleteTransitGatewayConnectRequest {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayConnectRequest) => any;
|
|
2104
|
-
}
|
|
2105
|
-
export interface DeleteTransitGatewayConnectResult {
|
|
2106
|
-
|
|
2107
|
-
TransitGatewayConnect?: TransitGatewayConnect;
|
|
2108
|
-
}
|
|
2109
|
-
export declare namespace DeleteTransitGatewayConnectResult {
|
|
2110
|
-
|
|
2111
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayConnectResult) => any;
|
|
2112
|
-
}
|
|
2113
|
-
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
2114
|
-
|
|
2115
|
-
TransitGatewayConnectPeerId: string | undefined;
|
|
2116
|
-
|
|
2117
|
-
DryRun?: boolean;
|
|
2118
|
-
}
|
|
2119
|
-
export declare namespace DeleteTransitGatewayConnectPeerRequest {
|
|
2120
|
-
|
|
2121
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerRequest) => any;
|
|
2122
|
-
}
|
|
2123
|
-
export interface DeleteTransitGatewayConnectPeerResult {
|
|
2124
|
-
|
|
2125
|
-
TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
|
|
2126
|
-
}
|
|
2127
|
-
export declare namespace DeleteTransitGatewayConnectPeerResult {
|
|
2128
|
-
|
|
2129
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerResult) => any;
|
|
2130
|
-
}
|
|
2131
|
-
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
2132
|
-
|
|
2133
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
2134
|
-
|
|
2135
|
-
DryRun?: boolean;
|
|
2136
|
-
}
|
|
2137
|
-
export declare namespace DeleteTransitGatewayMulticastDomainRequest {
|
|
2138
|
-
|
|
2139
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainRequest) => any;
|
|
2140
|
-
}
|
|
2141
|
-
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
2142
|
-
|
|
2143
|
-
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
2144
|
-
}
|
|
2145
|
-
export declare namespace DeleteTransitGatewayMulticastDomainResult {
|
|
2146
|
-
|
|
2147
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainResult) => any;
|
|
2148
|
-
}
|
|
2149
|
-
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
2150
|
-
|
|
2151
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
2152
|
-
|
|
2153
|
-
DryRun?: boolean;
|
|
2154
|
-
}
|
|
2155
|
-
export declare namespace DeleteTransitGatewayPeeringAttachmentRequest {
|
|
2156
|
-
|
|
2157
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentRequest) => any;
|
|
2158
|
-
}
|
|
2159
|
-
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
2160
|
-
|
|
2161
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
2162
|
-
}
|
|
2163
|
-
export declare namespace DeleteTransitGatewayPeeringAttachmentResult {
|
|
2164
|
-
|
|
2165
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentResult) => any;
|
|
2166
|
-
}
|
|
2167
|
-
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
2168
|
-
|
|
2169
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
2170
|
-
|
|
2171
|
-
PrefixListId: string | undefined;
|
|
2172
|
-
|
|
2173
|
-
DryRun?: boolean;
|
|
2174
|
-
}
|
|
2175
|
-
export declare namespace DeleteTransitGatewayPrefixListReferenceRequest {
|
|
2176
|
-
|
|
2177
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceRequest) => any;
|
|
2178
|
-
}
|
|
2179
|
-
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
2180
|
-
|
|
2181
|
-
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
2182
|
-
}
|
|
2183
|
-
export declare namespace DeleteTransitGatewayPrefixListReferenceResult {
|
|
2184
|
-
|
|
2185
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceResult) => any;
|
|
2186
|
-
}
|
|
2187
|
-
export interface DeleteTransitGatewayRouteRequest {
|
|
2188
|
-
|
|
2189
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
2190
|
-
|
|
2191
|
-
DestinationCidrBlock: string | undefined;
|
|
2192
|
-
|
|
2193
|
-
DryRun?: boolean;
|
|
2194
|
-
}
|
|
2195
|
-
export declare namespace DeleteTransitGatewayRouteRequest {
|
|
2196
|
-
|
|
2197
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteRequest) => any;
|
|
2198
|
-
}
|
|
2199
|
-
export interface DeleteTransitGatewayRouteResult {
|
|
2200
|
-
|
|
2201
|
-
Route?: TransitGatewayRoute;
|
|
2202
|
-
}
|
|
2203
|
-
export declare namespace DeleteTransitGatewayRouteResult {
|
|
2204
|
-
|
|
2205
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteResult) => any;
|
|
2206
|
-
}
|
|
2207
|
-
export interface DeleteTransitGatewayRouteTableRequest {
|
|
2208
|
-
|
|
2209
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
2210
|
-
|
|
2211
|
-
DryRun?: boolean;
|
|
2212
|
-
}
|
|
2213
|
-
export declare namespace DeleteTransitGatewayRouteTableRequest {
|
|
2214
|
-
|
|
2215
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableRequest) => any;
|
|
2216
|
-
}
|
|
2217
|
-
export interface DeleteTransitGatewayRouteTableResult {
|
|
2218
|
-
|
|
2219
|
-
TransitGatewayRouteTable?: TransitGatewayRouteTable;
|
|
2220
|
-
}
|
|
2221
|
-
export declare namespace DeleteTransitGatewayRouteTableResult {
|
|
2222
|
-
|
|
2223
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableResult) => any;
|
|
2224
|
-
}
|
|
2225
|
-
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
2226
|
-
|
|
2227
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
2228
|
-
|
|
2229
|
-
DryRun?: boolean;
|
|
2230
|
-
}
|
|
2231
|
-
export declare namespace DeleteTransitGatewayVpcAttachmentRequest {
|
|
2232
|
-
|
|
2233
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayVpcAttachmentRequest) => any;
|
|
2234
|
-
}
|
|
2235
|
-
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
2236
|
-
|
|
2237
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
2238
|
-
}
|
|
2239
|
-
export declare namespace DeleteTransitGatewayVpcAttachmentResult {
|
|
2240
|
-
|
|
2241
|
-
const filterSensitiveLog: (obj: DeleteTransitGatewayVpcAttachmentResult) => any;
|
|
2242
|
-
}
|
|
2243
|
-
export interface DeleteVolumeRequest {
|
|
2244
|
-
|
|
2245
|
-
VolumeId: string | undefined;
|
|
2246
|
-
|
|
2247
|
-
DryRun?: boolean;
|
|
2248
|
-
}
|
|
2249
|
-
export declare namespace DeleteVolumeRequest {
|
|
2250
|
-
|
|
2251
|
-
const filterSensitiveLog: (obj: DeleteVolumeRequest) => any;
|
|
2252
|
-
}
|
|
2253
|
-
export interface DeleteVpcRequest {
|
|
2254
|
-
|
|
2255
|
-
VpcId: string | undefined;
|
|
2256
|
-
|
|
2257
|
-
DryRun?: boolean;
|
|
2258
|
-
}
|
|
2259
|
-
export declare namespace DeleteVpcRequest {
|
|
2260
|
-
|
|
2261
|
-
const filterSensitiveLog: (obj: DeleteVpcRequest) => any;
|
|
2262
|
-
}
|
|
2263
|
-
export interface DeleteVpcEndpointConnectionNotificationsRequest {
|
|
2264
|
-
|
|
2265
|
-
DryRun?: boolean;
|
|
2266
|
-
|
|
2267
|
-
ConnectionNotificationIds: string[] | undefined;
|
|
2268
|
-
}
|
|
2269
|
-
export declare namespace DeleteVpcEndpointConnectionNotificationsRequest {
|
|
2270
|
-
|
|
2271
|
-
const filterSensitiveLog: (obj: DeleteVpcEndpointConnectionNotificationsRequest) => any;
|
|
2272
|
-
}
|
|
2273
|
-
export interface DeleteVpcEndpointConnectionNotificationsResult {
|
|
2274
|
-
|
|
2275
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
2276
|
-
}
|
|
2277
|
-
export declare namespace DeleteVpcEndpointConnectionNotificationsResult {
|
|
2278
|
-
|
|
2279
|
-
const filterSensitiveLog: (obj: DeleteVpcEndpointConnectionNotificationsResult) => any;
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
|
-
export interface DeleteVpcEndpointsRequest {
|
|
2283
|
-
|
|
2284
|
-
DryRun?: boolean;
|
|
2285
|
-
|
|
2286
|
-
VpcEndpointIds: string[] | undefined;
|
|
2287
|
-
}
|
|
2288
|
-
export declare namespace DeleteVpcEndpointsRequest {
|
|
2289
|
-
|
|
2290
|
-
const filterSensitiveLog: (obj: DeleteVpcEndpointsRequest) => any;
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
export interface DeleteVpcEndpointsResult {
|
|
2294
|
-
|
|
2295
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
2296
|
-
}
|
|
2297
|
-
export declare namespace DeleteVpcEndpointsResult {
|
|
2298
|
-
|
|
2299
|
-
const filterSensitiveLog: (obj: DeleteVpcEndpointsResult) => any;
|
|
2300
|
-
}
|
|
2301
|
-
export interface DeleteVpcEndpointServiceConfigurationsRequest {
|
|
2302
|
-
|
|
2303
|
-
DryRun?: boolean;
|
|
2304
|
-
|
|
2305
|
-
ServiceIds: string[] | undefined;
|
|
2306
|
-
}
|
|
2307
|
-
export declare namespace DeleteVpcEndpointServiceConfigurationsRequest {
|
|
2308
|
-
|
|
2309
|
-
const filterSensitiveLog: (obj: DeleteVpcEndpointServiceConfigurationsRequest) => any;
|
|
2310
|
-
}
|
|
2311
|
-
export interface DeleteVpcEndpointServiceConfigurationsResult {
|
|
2312
|
-
|
|
2313
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
2314
|
-
}
|
|
2315
|
-
export declare namespace DeleteVpcEndpointServiceConfigurationsResult {
|
|
2316
|
-
|
|
2317
|
-
const filterSensitiveLog: (obj: DeleteVpcEndpointServiceConfigurationsResult) => any;
|
|
2318
|
-
}
|
|
2319
|
-
export interface DeleteVpcPeeringConnectionRequest {
|
|
2320
|
-
|
|
2321
|
-
DryRun?: boolean;
|
|
2322
|
-
|
|
2323
|
-
VpcPeeringConnectionId: string | undefined;
|
|
2324
|
-
}
|
|
2325
|
-
export declare namespace DeleteVpcPeeringConnectionRequest {
|
|
2326
|
-
|
|
2327
|
-
const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionRequest) => any;
|
|
2328
|
-
}
|
|
2329
|
-
export interface DeleteVpcPeeringConnectionResult {
|
|
2330
|
-
|
|
2331
|
-
Return?: boolean;
|
|
2332
|
-
}
|
|
2333
|
-
export declare namespace DeleteVpcPeeringConnectionResult {
|
|
2334
|
-
|
|
2335
|
-
const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionResult) => any;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
export interface DeleteVpnConnectionRequest {
|
|
2339
|
-
|
|
2340
|
-
VpnConnectionId: string | undefined;
|
|
2341
|
-
|
|
2342
|
-
DryRun?: boolean;
|
|
2343
|
-
}
|
|
2344
|
-
export declare namespace DeleteVpnConnectionRequest {
|
|
2345
|
-
|
|
2346
|
-
const filterSensitiveLog: (obj: DeleteVpnConnectionRequest) => any;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
export interface DeleteVpnConnectionRouteRequest {
|
|
2350
|
-
|
|
2351
|
-
DestinationCidrBlock: string | undefined;
|
|
2352
|
-
|
|
2353
|
-
VpnConnectionId: string | undefined;
|
|
2354
|
-
}
|
|
2355
|
-
export declare namespace DeleteVpnConnectionRouteRequest {
|
|
2356
|
-
|
|
2357
|
-
const filterSensitiveLog: (obj: DeleteVpnConnectionRouteRequest) => any;
|
|
2358
|
-
}
|
|
2359
|
-
|
|
2360
|
-
export interface DeleteVpnGatewayRequest {
|
|
2361
|
-
|
|
2362
|
-
VpnGatewayId: string | undefined;
|
|
2363
|
-
|
|
2364
|
-
DryRun?: boolean;
|
|
2365
|
-
}
|
|
2366
|
-
export declare namespace DeleteVpnGatewayRequest {
|
|
2367
|
-
|
|
2368
|
-
const filterSensitiveLog: (obj: DeleteVpnGatewayRequest) => any;
|
|
2369
|
-
}
|
|
2370
|
-
export interface DeprovisionByoipCidrRequest {
|
|
2371
|
-
|
|
2372
|
-
Cidr: string | undefined;
|
|
2373
|
-
|
|
2374
|
-
DryRun?: boolean;
|
|
2375
|
-
}
|
|
2376
|
-
export declare namespace DeprovisionByoipCidrRequest {
|
|
2377
|
-
|
|
2378
|
-
const filterSensitiveLog: (obj: DeprovisionByoipCidrRequest) => any;
|
|
2379
|
-
}
|
|
2380
|
-
export interface DeprovisionByoipCidrResult {
|
|
2381
|
-
|
|
2382
|
-
ByoipCidr?: ByoipCidr;
|
|
2383
|
-
}
|
|
2384
|
-
export declare namespace DeprovisionByoipCidrResult {
|
|
2385
|
-
|
|
2386
|
-
const filterSensitiveLog: (obj: DeprovisionByoipCidrResult) => any;
|
|
2387
|
-
}
|
|
2388
|
-
export interface DeprovisionIpamPoolCidrRequest {
|
|
2389
|
-
|
|
2390
|
-
DryRun?: boolean;
|
|
2391
|
-
|
|
2392
|
-
IpamPoolId: string | undefined;
|
|
2393
|
-
|
|
2394
|
-
Cidr?: string;
|
|
2395
|
-
}
|
|
2396
|
-
export declare namespace DeprovisionIpamPoolCidrRequest {
|
|
2397
|
-
|
|
2398
|
-
const filterSensitiveLog: (obj: DeprovisionIpamPoolCidrRequest) => any;
|
|
2399
|
-
}
|
|
2400
|
-
export declare enum IpamPoolCidrFailureCode {
|
|
2401
|
-
cidr_not_available = "cidr-not-available"
|
|
2402
|
-
}
|
|
2403
|
-
|
|
2404
|
-
export interface IpamPoolCidrFailureReason {
|
|
2405
|
-
|
|
2406
|
-
Code?: IpamPoolCidrFailureCode | string;
|
|
2407
|
-
|
|
2408
|
-
Message?: string;
|
|
2409
|
-
}
|
|
2410
|
-
export declare namespace IpamPoolCidrFailureReason {
|
|
2411
|
-
|
|
2412
|
-
const filterSensitiveLog: (obj: IpamPoolCidrFailureReason) => any;
|
|
2413
|
-
}
|
|
2414
|
-
export declare enum IpamPoolCidrState {
|
|
2415
|
-
deprovisioned = "deprovisioned",
|
|
2416
|
-
failed_deprovision = "failed-deprovision",
|
|
2417
|
-
failed_import = "failed-import",
|
|
2418
|
-
failed_provision = "failed-provision",
|
|
2419
|
-
pending_deprovision = "pending-deprovision",
|
|
2420
|
-
pending_import = "pending-import",
|
|
2421
|
-
pending_provision = "pending-provision",
|
|
2422
|
-
provisioned = "provisioned"
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
|
-
export interface IpamPoolCidr {
|
|
2426
|
-
|
|
2427
|
-
Cidr?: string;
|
|
2428
|
-
|
|
2429
|
-
State?: IpamPoolCidrState | string;
|
|
2430
|
-
|
|
2431
|
-
FailureReason?: IpamPoolCidrFailureReason;
|
|
2432
|
-
}
|
|
2433
|
-
export declare namespace IpamPoolCidr {
|
|
2434
|
-
|
|
2435
|
-
const filterSensitiveLog: (obj: IpamPoolCidr) => any;
|
|
2436
|
-
}
|
|
2437
|
-
export interface DeprovisionIpamPoolCidrResult {
|
|
2438
|
-
|
|
2439
|
-
IpamPoolCidr?: IpamPoolCidr;
|
|
2440
|
-
}
|
|
2441
|
-
export declare namespace DeprovisionIpamPoolCidrResult {
|
|
2442
|
-
|
|
2443
|
-
const filterSensitiveLog: (obj: DeprovisionIpamPoolCidrResult) => any;
|
|
2444
|
-
}
|
|
2445
|
-
export interface DeprovisionPublicIpv4PoolCidrRequest {
|
|
2446
|
-
|
|
2447
|
-
DryRun?: boolean;
|
|
2448
|
-
|
|
2449
|
-
PoolId: string | undefined;
|
|
2450
|
-
|
|
2451
|
-
Cidr: string | undefined;
|
|
2452
|
-
}
|
|
2453
|
-
export declare namespace DeprovisionPublicIpv4PoolCidrRequest {
|
|
2454
|
-
|
|
2455
|
-
const filterSensitiveLog: (obj: DeprovisionPublicIpv4PoolCidrRequest) => any;
|
|
2456
|
-
}
|
|
2457
|
-
export interface DeprovisionPublicIpv4PoolCidrResult {
|
|
2458
|
-
|
|
2459
|
-
PoolId?: string;
|
|
2460
|
-
|
|
2461
|
-
DeprovisionedAddresses?: string[];
|
|
2462
|
-
}
|
|
2463
|
-
export declare namespace DeprovisionPublicIpv4PoolCidrResult {
|
|
2464
|
-
|
|
2465
|
-
const filterSensitiveLog: (obj: DeprovisionPublicIpv4PoolCidrResult) => any;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
export interface DeregisterImageRequest {
|
|
2469
|
-
|
|
2470
|
-
ImageId: string | undefined;
|
|
2471
|
-
|
|
2472
|
-
DryRun?: boolean;
|
|
2473
|
-
}
|
|
2474
|
-
export declare namespace DeregisterImageRequest {
|
|
2475
|
-
|
|
2476
|
-
const filterSensitiveLog: (obj: DeregisterImageRequest) => any;
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
export interface DeregisterInstanceTagAttributeRequest {
|
|
2480
|
-
|
|
2481
|
-
IncludeAllTagsOfInstance?: boolean;
|
|
2482
|
-
|
|
2483
|
-
InstanceTagKeys?: string[];
|
|
2484
|
-
}
|
|
2485
|
-
export declare namespace DeregisterInstanceTagAttributeRequest {
|
|
2486
|
-
|
|
2487
|
-
const filterSensitiveLog: (obj: DeregisterInstanceTagAttributeRequest) => any;
|
|
2488
|
-
}
|
|
2489
|
-
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
2490
|
-
|
|
2491
|
-
DryRun?: boolean;
|
|
2492
|
-
|
|
2493
|
-
InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
|
|
2494
|
-
}
|
|
2495
|
-
export declare namespace DeregisterInstanceEventNotificationAttributesRequest {
|
|
2496
|
-
|
|
2497
|
-
const filterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesRequest) => any;
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
|
-
export interface InstanceTagNotificationAttribute {
|
|
2501
|
-
|
|
2502
|
-
InstanceTagKeys?: string[];
|
|
2503
|
-
|
|
2504
|
-
IncludeAllTagsOfInstance?: boolean;
|
|
2505
|
-
}
|
|
2506
|
-
export declare namespace InstanceTagNotificationAttribute {
|
|
2507
|
-
|
|
2508
|
-
const filterSensitiveLog: (obj: InstanceTagNotificationAttribute) => any;
|
|
2509
|
-
}
|
|
2510
|
-
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
2511
|
-
|
|
2512
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
2513
|
-
}
|
|
2514
|
-
export declare namespace DeregisterInstanceEventNotificationAttributesResult {
|
|
2515
|
-
|
|
2516
|
-
const filterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesResult) => any;
|
|
2517
|
-
}
|
|
2518
|
-
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
2519
|
-
|
|
2520
|
-
TransitGatewayMulticastDomainId?: string;
|
|
2521
|
-
|
|
2522
|
-
GroupIpAddress?: string;
|
|
2523
|
-
|
|
2524
|
-
NetworkInterfaceIds?: string[];
|
|
2525
|
-
|
|
2526
|
-
DryRun?: boolean;
|
|
2527
|
-
}
|
|
2528
|
-
export declare namespace DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
2529
|
-
|
|
2530
|
-
const filterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
|
-
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
2534
|
-
|
|
2535
|
-
TransitGatewayMulticastDomainId?: string;
|
|
2536
|
-
|
|
2537
|
-
DeregisteredNetworkInterfaceIds?: string[];
|
|
2538
|
-
|
|
2539
|
-
GroupIpAddress?: string;
|
|
2540
|
-
}
|
|
2541
|
-
export declare namespace TransitGatewayMulticastDeregisteredGroupMembers {
|
|
2542
|
-
|
|
2543
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
|
|
2544
|
-
}
|
|
2545
|
-
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
2546
|
-
|
|
2547
|
-
DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
|
|
2548
|
-
}
|
|
2549
|
-
export declare namespace DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
2550
|
-
|
|
2551
|
-
const filterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
2552
|
-
}
|
|
2553
|
-
export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
2554
|
-
|
|
2555
|
-
TransitGatewayMulticastDomainId?: string;
|
|
2556
|
-
|
|
2557
|
-
GroupIpAddress?: string;
|
|
2558
|
-
|
|
2559
|
-
NetworkInterfaceIds?: string[];
|
|
2560
|
-
|
|
2561
|
-
DryRun?: boolean;
|
|
2562
|
-
}
|
|
2563
|
-
export declare namespace DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
2564
|
-
|
|
2565
|
-
const filterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
export interface TransitGatewayMulticastDeregisteredGroupSources {
|
|
2569
|
-
|
|
2570
|
-
TransitGatewayMulticastDomainId?: string;
|
|
2571
|
-
|
|
2572
|
-
DeregisteredNetworkInterfaceIds?: string[];
|
|
2573
|
-
|
|
2574
|
-
GroupIpAddress?: string;
|
|
2575
|
-
}
|
|
2576
|
-
export declare namespace TransitGatewayMulticastDeregisteredGroupSources {
|
|
2577
|
-
|
|
2578
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupSources) => any;
|
|
2579
|
-
}
|
|
2580
|
-
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
2581
|
-
|
|
2582
|
-
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
2583
|
-
}
|
|
2584
|
-
export declare namespace DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
2585
|
-
|
|
2586
|
-
const filterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
2587
|
-
}
|
|
2588
|
-
export interface DescribeAccountAttributesRequest {
|
|
2589
|
-
|
|
2590
|
-
AttributeNames?: (AccountAttributeName | string)[];
|
|
2591
|
-
|
|
2592
|
-
DryRun?: boolean;
|
|
2593
|
-
}
|
|
2594
|
-
export declare namespace DescribeAccountAttributesRequest {
|
|
2595
|
-
|
|
2596
|
-
const filterSensitiveLog: (obj: DescribeAccountAttributesRequest) => any;
|
|
2597
|
-
}
|
|
2598
|
-
export interface DescribeAccountAttributesResult {
|
|
2599
|
-
|
|
2600
|
-
AccountAttributes?: AccountAttribute[];
|
|
2601
|
-
}
|
|
2602
|
-
export declare namespace DescribeAccountAttributesResult {
|
|
2603
|
-
|
|
2604
|
-
const filterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
export interface Filter {
|
|
2608
|
-
|
|
2609
|
-
Name?: string;
|
|
2610
|
-
|
|
2611
|
-
Values?: string[];
|
|
2612
|
-
}
|
|
2613
|
-
export declare namespace Filter {
|
|
2614
|
-
|
|
2615
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2616
|
-
}
|
|
2617
|
-
export interface DescribeAddressesRequest {
|
|
2618
|
-
|
|
2619
|
-
Filters?: Filter[];
|
|
2620
|
-
|
|
2621
|
-
PublicIps?: string[];
|
|
2622
|
-
|
|
2623
|
-
AllocationIds?: string[];
|
|
2624
|
-
|
|
2625
|
-
DryRun?: boolean;
|
|
2626
|
-
}
|
|
2627
|
-
export declare namespace DescribeAddressesRequest {
|
|
2628
|
-
|
|
2629
|
-
const filterSensitiveLog: (obj: DescribeAddressesRequest) => any;
|
|
2630
|
-
}
|
|
2631
|
-
export interface DescribeAddressesResult {
|
|
2632
|
-
|
|
2633
|
-
Addresses?: Address[];
|
|
2634
|
-
}
|
|
2635
|
-
export declare namespace DescribeAddressesResult {
|
|
2636
|
-
|
|
2637
|
-
const filterSensitiveLog: (obj: DescribeAddressesResult) => any;
|
|
2638
|
-
}
|
|
2639
|
-
export interface DescribeAddressesAttributeRequest {
|
|
2640
|
-
|
|
2641
|
-
AllocationIds?: string[];
|
|
2642
|
-
|
|
2643
|
-
Attribute?: AddressAttributeName | string;
|
|
2644
|
-
|
|
2645
|
-
NextToken?: string;
|
|
2646
|
-
|
|
2647
|
-
MaxResults?: number;
|
|
2648
|
-
|
|
2649
|
-
DryRun?: boolean;
|
|
2650
|
-
}
|
|
2651
|
-
export declare namespace DescribeAddressesAttributeRequest {
|
|
2652
|
-
|
|
2653
|
-
const filterSensitiveLog: (obj: DescribeAddressesAttributeRequest) => any;
|
|
2654
|
-
}
|
|
2655
|
-
export interface DescribeAddressesAttributeResult {
|
|
2656
|
-
|
|
2657
|
-
Addresses?: AddressAttribute[];
|
|
2658
|
-
|
|
2659
|
-
NextToken?: string;
|
|
2660
|
-
}
|
|
2661
|
-
export declare namespace DescribeAddressesAttributeResult {
|
|
2662
|
-
|
|
2663
|
-
const filterSensitiveLog: (obj: DescribeAddressesAttributeResult) => any;
|
|
2664
|
-
}
|
|
2665
|
-
export interface DescribeAggregateIdFormatRequest {
|
|
2666
|
-
|
|
2667
|
-
DryRun?: boolean;
|
|
2668
|
-
}
|
|
2669
|
-
export declare namespace DescribeAggregateIdFormatRequest {
|
|
2670
|
-
|
|
2671
|
-
const filterSensitiveLog: (obj: DescribeAggregateIdFormatRequest) => any;
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
|
-
export interface IdFormat {
|
|
2675
|
-
|
|
2676
|
-
Deadline?: Date;
|
|
2677
|
-
|
|
2678
|
-
Resource?: string;
|
|
2679
|
-
|
|
2680
|
-
UseLongIds?: boolean;
|
|
2681
|
-
}
|
|
2682
|
-
export declare namespace IdFormat {
|
|
2683
|
-
|
|
2684
|
-
const filterSensitiveLog: (obj: IdFormat) => any;
|
|
2685
|
-
}
|
|
2686
|
-
export interface DescribeAggregateIdFormatResult {
|
|
2687
|
-
|
|
2688
|
-
UseLongIdsAggregated?: boolean;
|
|
2689
|
-
|
|
2690
|
-
Statuses?: IdFormat[];
|
|
2691
|
-
}
|
|
2692
|
-
export declare namespace DescribeAggregateIdFormatResult {
|
|
2693
|
-
|
|
2694
|
-
const filterSensitiveLog: (obj: DescribeAggregateIdFormatResult) => any;
|
|
2695
|
-
}
|
|
2696
|
-
export interface DescribeAvailabilityZonesRequest {
|
|
2697
|
-
|
|
2698
|
-
Filters?: Filter[];
|
|
2699
|
-
|
|
2700
|
-
ZoneNames?: string[];
|
|
2701
|
-
|
|
2702
|
-
ZoneIds?: string[];
|
|
2703
|
-
|
|
2704
|
-
AllAvailabilityZones?: boolean;
|
|
2705
|
-
|
|
2706
|
-
DryRun?: boolean;
|
|
2707
|
-
}
|
|
2708
|
-
export declare namespace DescribeAvailabilityZonesRequest {
|
|
2709
|
-
|
|
2710
|
-
const filterSensitiveLog: (obj: DescribeAvailabilityZonesRequest) => any;
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
export interface AvailabilityZoneMessage {
|
|
2714
|
-
|
|
2715
|
-
Message?: string;
|
|
2716
|
-
}
|
|
2717
|
-
export declare namespace AvailabilityZoneMessage {
|
|
2718
|
-
|
|
2719
|
-
const filterSensitiveLog: (obj: AvailabilityZoneMessage) => any;
|
|
2720
|
-
}
|
|
2721
|
-
export declare type AvailabilityZoneOptInStatus = "not-opted-in" | "opt-in-not-required" | "opted-in";
|
|
2722
|
-
export declare type AvailabilityZoneState = "available" | "impaired" | "information" | "unavailable";
|
|
2723
|
-
|
|
2724
|
-
export interface AvailabilityZone {
|
|
2725
|
-
|
|
2726
|
-
State?: AvailabilityZoneState | string;
|
|
2727
|
-
|
|
2728
|
-
OptInStatus?: AvailabilityZoneOptInStatus | string;
|
|
2729
|
-
|
|
2730
|
-
Messages?: AvailabilityZoneMessage[];
|
|
2731
|
-
|
|
2732
|
-
RegionName?: string;
|
|
2733
|
-
|
|
2734
|
-
ZoneName?: string;
|
|
2735
|
-
|
|
2736
|
-
ZoneId?: string;
|
|
2737
|
-
|
|
2738
|
-
GroupName?: string;
|
|
2739
|
-
|
|
2740
|
-
NetworkBorderGroup?: string;
|
|
2741
|
-
|
|
2742
|
-
ZoneType?: string;
|
|
2743
|
-
|
|
2744
|
-
ParentZoneName?: string;
|
|
2745
|
-
|
|
2746
|
-
ParentZoneId?: string;
|
|
2747
|
-
}
|
|
2748
|
-
export declare namespace AvailabilityZone {
|
|
2749
|
-
|
|
2750
|
-
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
2751
|
-
}
|
|
2752
|
-
export interface DescribeAvailabilityZonesResult {
|
|
2753
|
-
|
|
2754
|
-
AvailabilityZones?: AvailabilityZone[];
|
|
2755
|
-
}
|
|
2756
|
-
export declare namespace DescribeAvailabilityZonesResult {
|
|
2757
|
-
|
|
2758
|
-
const filterSensitiveLog: (obj: DescribeAvailabilityZonesResult) => any;
|
|
2759
|
-
}
|
|
2760
|
-
export interface DescribeBundleTasksRequest {
|
|
2761
|
-
|
|
2762
|
-
BundleIds?: string[];
|
|
2763
|
-
|
|
2764
|
-
Filters?: Filter[];
|
|
2765
|
-
|
|
2766
|
-
DryRun?: boolean;
|
|
2767
|
-
}
|
|
2768
|
-
export declare namespace DescribeBundleTasksRequest {
|
|
2769
|
-
|
|
2770
|
-
const filterSensitiveLog: (obj: DescribeBundleTasksRequest) => any;
|
|
2771
|
-
}
|
|
2772
|
-
export interface DescribeBundleTasksResult {
|
|
2773
|
-
|
|
2774
|
-
BundleTasks?: BundleTask[];
|
|
2775
|
-
}
|
|
2776
|
-
export declare namespace DescribeBundleTasksResult {
|
|
2777
|
-
|
|
2778
|
-
const filterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
2779
|
-
}
|
|
2780
|
-
export interface DescribeByoipCidrsRequest {
|
|
2781
|
-
|
|
2782
|
-
DryRun?: boolean;
|
|
2783
|
-
|
|
2784
|
-
MaxResults: number | undefined;
|
|
2785
|
-
|
|
2786
|
-
NextToken?: string;
|
|
2787
|
-
}
|
|
2788
|
-
export declare namespace DescribeByoipCidrsRequest {
|
|
2789
|
-
|
|
2790
|
-
const filterSensitiveLog: (obj: DescribeByoipCidrsRequest) => any;
|
|
2791
|
-
}
|
|
2792
|
-
export interface DescribeByoipCidrsResult {
|
|
2793
|
-
|
|
2794
|
-
ByoipCidrs?: ByoipCidr[];
|
|
2795
|
-
|
|
2796
|
-
NextToken?: string;
|
|
2797
|
-
}
|
|
2798
|
-
export declare namespace DescribeByoipCidrsResult {
|
|
2799
|
-
|
|
2800
|
-
const filterSensitiveLog: (obj: DescribeByoipCidrsResult) => any;
|
|
2801
|
-
}
|
|
2802
|
-
export interface DescribeCapacityReservationFleetsRequest {
|
|
2803
|
-
|
|
2804
|
-
CapacityReservationFleetIds?: string[];
|
|
2805
|
-
|
|
2806
|
-
NextToken?: string;
|
|
2807
|
-
|
|
2808
|
-
MaxResults?: number;
|
|
2809
|
-
|
|
2810
|
-
Filters?: Filter[];
|
|
2811
|
-
|
|
2812
|
-
DryRun?: boolean;
|
|
2813
|
-
}
|
|
2814
|
-
export declare namespace DescribeCapacityReservationFleetsRequest {
|
|
2815
|
-
|
|
2816
|
-
const filterSensitiveLog: (obj: DescribeCapacityReservationFleetsRequest) => any;
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
|
-
export interface CapacityReservationFleet {
|
|
2820
|
-
|
|
2821
|
-
CapacityReservationFleetId?: string;
|
|
2822
|
-
|
|
2823
|
-
CapacityReservationFleetArn?: string;
|
|
2824
|
-
|
|
2825
|
-
State?: CapacityReservationFleetState | string;
|
|
2826
|
-
|
|
2827
|
-
TotalTargetCapacity?: number;
|
|
2828
|
-
|
|
2829
|
-
TotalFulfilledCapacity?: number;
|
|
2830
|
-
|
|
2831
|
-
Tenancy?: FleetCapacityReservationTenancy | string;
|
|
2832
|
-
|
|
2833
|
-
EndDate?: Date;
|
|
2834
|
-
|
|
2835
|
-
CreateTime?: Date;
|
|
2836
|
-
|
|
2837
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
|
|
2838
|
-
|
|
2839
|
-
AllocationStrategy?: string;
|
|
2840
|
-
|
|
2841
|
-
InstanceTypeSpecifications?: FleetCapacityReservation[];
|
|
2842
|
-
|
|
2843
|
-
Tags?: Tag[];
|
|
2844
|
-
}
|
|
2845
|
-
export declare namespace CapacityReservationFleet {
|
|
2846
|
-
|
|
2847
|
-
const filterSensitiveLog: (obj: CapacityReservationFleet) => any;
|
|
2848
|
-
}
|
|
2849
|
-
export interface DescribeCapacityReservationFleetsResult {
|
|
2850
|
-
|
|
2851
|
-
CapacityReservationFleets?: CapacityReservationFleet[];
|
|
2852
|
-
|
|
2853
|
-
NextToken?: string;
|
|
2854
|
-
}
|
|
2855
|
-
export declare namespace DescribeCapacityReservationFleetsResult {
|
|
2856
|
-
|
|
2857
|
-
const filterSensitiveLog: (obj: DescribeCapacityReservationFleetsResult) => any;
|
|
2858
|
-
}
|
|
2859
|
-
export interface DescribeCapacityReservationsRequest {
|
|
2860
|
-
|
|
2861
|
-
CapacityReservationIds?: string[];
|
|
2862
|
-
|
|
2863
|
-
NextToken?: string;
|
|
2864
|
-
|
|
2865
|
-
MaxResults?: number;
|
|
2866
|
-
|
|
2867
|
-
Filters?: Filter[];
|
|
2868
|
-
|
|
2869
|
-
DryRun?: boolean;
|
|
2870
|
-
}
|
|
2871
|
-
export declare namespace DescribeCapacityReservationsRequest {
|
|
2872
|
-
|
|
2873
|
-
const filterSensitiveLog: (obj: DescribeCapacityReservationsRequest) => any;
|
|
2874
|
-
}
|
|
2875
|
-
export interface DescribeCapacityReservationsResult {
|
|
2876
|
-
|
|
2877
|
-
NextToken?: string;
|
|
2878
|
-
|
|
2879
|
-
CapacityReservations?: CapacityReservation[];
|
|
2880
|
-
}
|
|
2881
|
-
export declare namespace DescribeCapacityReservationsResult {
|
|
2882
|
-
|
|
2883
|
-
const filterSensitiveLog: (obj: DescribeCapacityReservationsResult) => any;
|
|
2884
|
-
}
|
|
2885
|
-
export interface DescribeCarrierGatewaysRequest {
|
|
2886
|
-
|
|
2887
|
-
CarrierGatewayIds?: string[];
|
|
2888
|
-
|
|
2889
|
-
Filters?: Filter[];
|
|
2890
|
-
|
|
2891
|
-
MaxResults?: number;
|
|
2892
|
-
|
|
2893
|
-
NextToken?: string;
|
|
2894
|
-
|
|
2895
|
-
DryRun?: boolean;
|
|
2896
|
-
}
|
|
2897
|
-
export declare namespace DescribeCarrierGatewaysRequest {
|
|
2898
|
-
|
|
2899
|
-
const filterSensitiveLog: (obj: DescribeCarrierGatewaysRequest) => any;
|
|
2900
|
-
}
|
|
2901
|
-
export interface DescribeCarrierGatewaysResult {
|
|
2902
|
-
|
|
2903
|
-
CarrierGateways?: CarrierGateway[];
|
|
2904
|
-
|
|
2905
|
-
NextToken?: string;
|
|
2906
|
-
}
|
|
2907
|
-
export declare namespace DescribeCarrierGatewaysResult {
|
|
2908
|
-
|
|
2909
|
-
const filterSensitiveLog: (obj: DescribeCarrierGatewaysResult) => any;
|
|
2910
|
-
}
|
|
2911
|
-
export interface DescribeClassicLinkInstancesRequest {
|
|
2912
|
-
|
|
2913
|
-
Filters?: Filter[];
|
|
2914
|
-
|
|
2915
|
-
DryRun?: boolean;
|
|
2916
|
-
|
|
2917
|
-
InstanceIds?: string[];
|
|
2918
|
-
|
|
2919
|
-
MaxResults?: number;
|
|
2920
|
-
|
|
2921
|
-
NextToken?: string;
|
|
2922
|
-
}
|
|
2923
|
-
export declare namespace DescribeClassicLinkInstancesRequest {
|
|
2924
|
-
|
|
2925
|
-
const filterSensitiveLog: (obj: DescribeClassicLinkInstancesRequest) => any;
|
|
2926
|
-
}
|
|
2927
|
-
|
|
2928
|
-
export interface ClassicLinkInstance {
|
|
2929
|
-
|
|
2930
|
-
Groups?: GroupIdentifier[];
|
|
2931
|
-
|
|
2932
|
-
InstanceId?: string;
|
|
2933
|
-
|
|
2934
|
-
Tags?: Tag[];
|
|
2935
|
-
|
|
2936
|
-
VpcId?: string;
|
|
2937
|
-
}
|
|
2938
|
-
export declare namespace ClassicLinkInstance {
|
|
2939
|
-
|
|
2940
|
-
const filterSensitiveLog: (obj: ClassicLinkInstance) => any;
|
|
2941
|
-
}
|
|
2942
|
-
export interface DescribeClassicLinkInstancesResult {
|
|
2943
|
-
|
|
2944
|
-
Instances?: ClassicLinkInstance[];
|
|
2945
|
-
|
|
2946
|
-
NextToken?: string;
|
|
2947
|
-
}
|
|
2948
|
-
export declare namespace DescribeClassicLinkInstancesResult {
|
|
2949
|
-
|
|
2950
|
-
const filterSensitiveLog: (obj: DescribeClassicLinkInstancesResult) => any;
|
|
2951
|
-
}
|
|
2952
|
-
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
2953
|
-
|
|
2954
|
-
ClientVpnEndpointId: string | undefined;
|
|
2955
|
-
|
|
2956
|
-
DryRun?: boolean;
|
|
2957
|
-
|
|
2958
|
-
NextToken?: string;
|
|
2959
|
-
|
|
2960
|
-
Filters?: Filter[];
|
|
2961
|
-
|
|
2962
|
-
MaxResults?: number;
|
|
2963
|
-
}
|
|
2964
|
-
export declare namespace DescribeClientVpnAuthorizationRulesRequest {
|
|
2965
|
-
|
|
2966
|
-
const filterSensitiveLog: (obj: DescribeClientVpnAuthorizationRulesRequest) => any;
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
|
-
export interface AuthorizationRule {
|
|
2970
|
-
|
|
2971
|
-
ClientVpnEndpointId?: string;
|
|
2972
|
-
|
|
2973
|
-
Description?: string;
|
|
2974
|
-
|
|
2975
|
-
GroupId?: string;
|
|
2976
|
-
|
|
2977
|
-
AccessAll?: boolean;
|
|
2978
|
-
|
|
2979
|
-
DestinationCidr?: string;
|
|
2980
|
-
|
|
2981
|
-
Status?: ClientVpnAuthorizationRuleStatus;
|
|
2982
|
-
}
|
|
2983
|
-
export declare namespace AuthorizationRule {
|
|
2984
|
-
|
|
2985
|
-
const filterSensitiveLog: (obj: AuthorizationRule) => any;
|
|
2986
|
-
}
|
|
2987
|
-
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
2988
|
-
|
|
2989
|
-
AuthorizationRules?: AuthorizationRule[];
|
|
2990
|
-
|
|
2991
|
-
NextToken?: string;
|
|
2992
|
-
}
|
|
2993
|
-
export declare namespace DescribeClientVpnAuthorizationRulesResult {
|
|
2994
|
-
|
|
2995
|
-
const filterSensitiveLog: (obj: DescribeClientVpnAuthorizationRulesResult) => any;
|
|
2996
|
-
}
|
|
2997
|
-
export interface DescribeClientVpnConnectionsRequest {
|
|
2998
|
-
|
|
2999
|
-
ClientVpnEndpointId: string | undefined;
|
|
3000
|
-
|
|
3001
|
-
Filters?: Filter[];
|
|
3002
|
-
|
|
3003
|
-
NextToken?: string;
|
|
3004
|
-
|
|
3005
|
-
MaxResults?: number;
|
|
3006
|
-
|
|
3007
|
-
DryRun?: boolean;
|
|
3008
|
-
}
|
|
3009
|
-
export declare namespace DescribeClientVpnConnectionsRequest {
|
|
3010
|
-
|
|
3011
|
-
const filterSensitiveLog: (obj: DescribeClientVpnConnectionsRequest) => any;
|
|
3012
|
-
}
|
|
3013
|
-
export declare type ClientVpnConnectionStatusCode = "active" | "failed-to-terminate" | "terminated" | "terminating";
|
|
3014
|
-
|
|
3015
|
-
export interface ClientVpnConnectionStatus {
|
|
3016
|
-
|
|
3017
|
-
Code?: ClientVpnConnectionStatusCode | string;
|
|
3018
|
-
|
|
3019
|
-
Message?: string;
|
|
3020
|
-
}
|
|
3021
|
-
export declare namespace ClientVpnConnectionStatus {
|
|
3022
|
-
|
|
3023
|
-
const filterSensitiveLog: (obj: ClientVpnConnectionStatus) => any;
|
|
3024
|
-
}
|
|
3025
|
-
|
|
3026
|
-
export interface ClientVpnConnection {
|
|
3027
|
-
|
|
3028
|
-
ClientVpnEndpointId?: string;
|
|
3029
|
-
|
|
3030
|
-
Timestamp?: string;
|
|
3031
|
-
|
|
3032
|
-
ConnectionId?: string;
|
|
3033
|
-
|
|
3034
|
-
Username?: string;
|
|
3035
|
-
|
|
3036
|
-
ConnectionEstablishedTime?: string;
|
|
3037
|
-
|
|
3038
|
-
IngressBytes?: string;
|
|
3039
|
-
|
|
3040
|
-
EgressBytes?: string;
|
|
3041
|
-
|
|
3042
|
-
IngressPackets?: string;
|
|
3043
|
-
|
|
3044
|
-
EgressPackets?: string;
|
|
3045
|
-
|
|
3046
|
-
ClientIp?: string;
|
|
3047
|
-
|
|
3048
|
-
CommonName?: string;
|
|
3049
|
-
|
|
3050
|
-
Status?: ClientVpnConnectionStatus;
|
|
3051
|
-
|
|
3052
|
-
ConnectionEndTime?: string;
|
|
3053
|
-
|
|
3054
|
-
PostureComplianceStatuses?: string[];
|
|
3055
|
-
}
|
|
3056
|
-
export declare namespace ClientVpnConnection {
|
|
3057
|
-
|
|
3058
|
-
const filterSensitiveLog: (obj: ClientVpnConnection) => any;
|
|
3059
|
-
}
|
|
3060
|
-
export interface DescribeClientVpnConnectionsResult {
|
|
3061
|
-
|
|
3062
|
-
Connections?: ClientVpnConnection[];
|
|
3063
|
-
|
|
3064
|
-
NextToken?: string;
|
|
3065
|
-
}
|
|
3066
|
-
export declare namespace DescribeClientVpnConnectionsResult {
|
|
3067
|
-
|
|
3068
|
-
const filterSensitiveLog: (obj: DescribeClientVpnConnectionsResult) => any;
|
|
3069
|
-
}
|
|
3070
|
-
export interface DescribeClientVpnEndpointsRequest {
|
|
3071
|
-
|
|
3072
|
-
ClientVpnEndpointIds?: string[];
|
|
3073
|
-
|
|
3074
|
-
MaxResults?: number;
|
|
3075
|
-
|
|
3076
|
-
NextToken?: string;
|
|
3077
|
-
|
|
3078
|
-
Filters?: Filter[];
|
|
3079
|
-
|
|
3080
|
-
DryRun?: boolean;
|
|
3081
|
-
}
|
|
3082
|
-
export declare namespace DescribeClientVpnEndpointsRequest {
|
|
3083
|
-
|
|
3084
|
-
const filterSensitiveLog: (obj: DescribeClientVpnEndpointsRequest) => any;
|
|
3085
|
-
}
|
|
3086
|
-
export declare type AssociatedNetworkType = "vpc";
|
|
3087
|
-
|
|
3088
|
-
export interface AssociatedTargetNetwork {
|
|
3089
|
-
|
|
3090
|
-
NetworkId?: string;
|
|
3091
|
-
|
|
3092
|
-
NetworkType?: AssociatedNetworkType | string;
|
|
3093
|
-
}
|
|
3094
|
-
export declare namespace AssociatedTargetNetwork {
|
|
3095
|
-
|
|
3096
|
-
const filterSensitiveLog: (obj: AssociatedTargetNetwork) => any;
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
export interface DirectoryServiceAuthentication {
|
|
3100
|
-
|
|
3101
|
-
DirectoryId?: string;
|
|
3102
|
-
}
|
|
3103
|
-
export declare namespace DirectoryServiceAuthentication {
|
|
3104
|
-
|
|
3105
|
-
const filterSensitiveLog: (obj: DirectoryServiceAuthentication) => any;
|
|
3106
|
-
}
|
|
3107
|
-
|
|
3108
|
-
export interface FederatedAuthentication {
|
|
3109
|
-
|
|
3110
|
-
SamlProviderArn?: string;
|
|
3111
|
-
|
|
3112
|
-
SelfServiceSamlProviderArn?: string;
|
|
3113
|
-
}
|
|
3114
|
-
export declare namespace FederatedAuthentication {
|
|
3115
|
-
|
|
3116
|
-
const filterSensitiveLog: (obj: FederatedAuthentication) => any;
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
export interface CertificateAuthentication {
|
|
3120
|
-
|
|
3121
|
-
ClientRootCertificateChain?: string;
|
|
3122
|
-
}
|
|
3123
|
-
export declare namespace CertificateAuthentication {
|
|
3124
|
-
|
|
3125
|
-
const filterSensitiveLog: (obj: CertificateAuthentication) => any;
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
export interface ClientVpnAuthentication {
|
|
3129
|
-
|
|
3130
|
-
Type?: ClientVpnAuthenticationType | string;
|
|
3131
|
-
|
|
3132
|
-
ActiveDirectory?: DirectoryServiceAuthentication;
|
|
3133
|
-
|
|
3134
|
-
MutualAuthentication?: CertificateAuthentication;
|
|
3135
|
-
|
|
3136
|
-
FederatedAuthentication?: FederatedAuthentication;
|
|
3137
|
-
}
|
|
3138
|
-
export declare namespace ClientVpnAuthentication {
|
|
3139
|
-
|
|
3140
|
-
const filterSensitiveLog: (obj: ClientVpnAuthentication) => any;
|
|
3141
|
-
}
|
|
3142
|
-
export declare type ClientVpnEndpointAttributeStatusCode = "applied" | "applying";
|
|
3143
|
-
|
|
3144
|
-
export interface ClientVpnEndpointAttributeStatus {
|
|
3145
|
-
|
|
3146
|
-
Code?: ClientVpnEndpointAttributeStatusCode | string;
|
|
3147
|
-
|
|
3148
|
-
Message?: string;
|
|
3149
|
-
}
|
|
3150
|
-
export declare namespace ClientVpnEndpointAttributeStatus {
|
|
3151
|
-
|
|
3152
|
-
const filterSensitiveLog: (obj: ClientVpnEndpointAttributeStatus) => any;
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
|
-
export interface ClientConnectResponseOptions {
|
|
3156
|
-
|
|
3157
|
-
Enabled?: boolean;
|
|
3158
|
-
|
|
3159
|
-
LambdaFunctionArn?: string;
|
|
3160
|
-
|
|
3161
|
-
Status?: ClientVpnEndpointAttributeStatus;
|
|
3162
|
-
}
|
|
3163
|
-
export declare namespace ClientConnectResponseOptions {
|
|
3164
|
-
|
|
3165
|
-
const filterSensitiveLog: (obj: ClientConnectResponseOptions) => any;
|
|
3166
|
-
}
|
|
3167
|
-
export interface ClientLoginBannerResponseOptions {
|
|
3168
|
-
Enabled?: boolean;
|
|
3169
|
-
BannerText?: string;
|
|
3170
|
-
}
|
|
3171
|
-
export declare namespace ClientLoginBannerResponseOptions {
|
|
3172
|
-
|
|
3173
|
-
const filterSensitiveLog: (obj: ClientLoginBannerResponseOptions) => any;
|
|
3174
|
-
}
|
|
3175
|
-
|
|
3176
|
-
export interface ConnectionLogResponseOptions {
|
|
3177
|
-
|
|
3178
|
-
Enabled?: boolean;
|
|
3179
|
-
|
|
3180
|
-
CloudwatchLogGroup?: string;
|
|
3181
|
-
|
|
3182
|
-
CloudwatchLogStream?: string;
|
|
3183
|
-
}
|
|
3184
|
-
export declare namespace ConnectionLogResponseOptions {
|
|
3185
|
-
|
|
3186
|
-
const filterSensitiveLog: (obj: ConnectionLogResponseOptions) => any;
|
|
3187
|
-
}
|
|
3188
|
-
export declare type VpnProtocol = "openvpn";
|
|
3189
|
-
|
|
3190
|
-
export interface ClientVpnEndpoint {
|
|
3191
|
-
|
|
3192
|
-
ClientVpnEndpointId?: string;
|
|
3193
|
-
|
|
3194
|
-
Description?: string;
|
|
3195
|
-
|
|
3196
|
-
Status?: ClientVpnEndpointStatus;
|
|
3197
|
-
|
|
3198
|
-
CreationTime?: string;
|
|
3199
|
-
|
|
3200
|
-
DeletionTime?: string;
|
|
3201
|
-
|
|
3202
|
-
DnsName?: string;
|
|
3203
|
-
|
|
3204
|
-
ClientCidrBlock?: string;
|
|
3205
|
-
|
|
3206
|
-
DnsServers?: string[];
|
|
3207
|
-
|
|
3208
|
-
SplitTunnel?: boolean;
|
|
3209
|
-
|
|
3210
|
-
VpnProtocol?: VpnProtocol | string;
|
|
3211
|
-
|
|
3212
|
-
TransportProtocol?: TransportProtocol | string;
|
|
3213
|
-
|
|
3214
|
-
VpnPort?: number;
|
|
3215
|
-
|
|
3216
|
-
AssociatedTargetNetworks?: AssociatedTargetNetwork[];
|
|
3217
|
-
|
|
3218
|
-
ServerCertificateArn?: string;
|
|
3219
|
-
|
|
3220
|
-
AuthenticationOptions?: ClientVpnAuthentication[];
|
|
3221
|
-
|
|
3222
|
-
ConnectionLogOptions?: ConnectionLogResponseOptions;
|
|
3223
|
-
|
|
3224
|
-
Tags?: Tag[];
|
|
3225
|
-
|
|
3226
|
-
SecurityGroupIds?: string[];
|
|
3227
|
-
|
|
3228
|
-
VpcId?: string;
|
|
3229
|
-
|
|
3230
|
-
SelfServicePortalUrl?: string;
|
|
3231
|
-
|
|
3232
|
-
ClientConnectOptions?: ClientConnectResponseOptions;
|
|
3233
|
-
SessionTimeoutHours?: number;
|
|
3234
|
-
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
|
|
3235
|
-
}
|
|
3236
|
-
export declare namespace ClientVpnEndpoint {
|
|
3237
|
-
|
|
3238
|
-
const filterSensitiveLog: (obj: ClientVpnEndpoint) => any;
|
|
3239
|
-
}
|
|
3240
|
-
export interface DescribeClientVpnEndpointsResult {
|
|
3241
|
-
|
|
3242
|
-
ClientVpnEndpoints?: ClientVpnEndpoint[];
|
|
3243
|
-
|
|
3244
|
-
NextToken?: string;
|
|
3245
|
-
}
|
|
3246
|
-
export declare namespace DescribeClientVpnEndpointsResult {
|
|
3247
|
-
|
|
3248
|
-
const filterSensitiveLog: (obj: DescribeClientVpnEndpointsResult) => any;
|
|
3249
|
-
}
|
|
3250
|
-
export interface DescribeClientVpnRoutesRequest {
|
|
3251
|
-
|
|
3252
|
-
ClientVpnEndpointId: string | undefined;
|
|
3253
|
-
|
|
3254
|
-
Filters?: Filter[];
|
|
3255
|
-
|
|
3256
|
-
MaxResults?: number;
|
|
3257
|
-
|
|
3258
|
-
NextToken?: string;
|
|
3259
|
-
|
|
3260
|
-
DryRun?: boolean;
|
|
3261
|
-
}
|
|
3262
|
-
export declare namespace DescribeClientVpnRoutesRequest {
|
|
3263
|
-
|
|
3264
|
-
const filterSensitiveLog: (obj: DescribeClientVpnRoutesRequest) => any;
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
export interface ClientVpnRoute {
|
|
3268
|
-
|
|
3269
|
-
ClientVpnEndpointId?: string;
|
|
3270
|
-
|
|
3271
|
-
DestinationCidr?: string;
|
|
3272
|
-
|
|
3273
|
-
TargetSubnet?: string;
|
|
3274
|
-
|
|
3275
|
-
Type?: string;
|
|
3276
|
-
|
|
3277
|
-
Origin?: string;
|
|
3278
|
-
|
|
3279
|
-
Status?: ClientVpnRouteStatus;
|
|
3280
|
-
|
|
3281
|
-
Description?: string;
|
|
3282
|
-
}
|
|
3283
|
-
export declare namespace ClientVpnRoute {
|
|
3284
|
-
|
|
3285
|
-
const filterSensitiveLog: (obj: ClientVpnRoute) => any;
|
|
3286
|
-
}
|
|
3287
|
-
export interface DescribeClientVpnRoutesResult {
|
|
3288
|
-
|
|
3289
|
-
Routes?: ClientVpnRoute[];
|
|
3290
|
-
|
|
3291
|
-
NextToken?: string;
|
|
3292
|
-
}
|
|
3293
|
-
export declare namespace DescribeClientVpnRoutesResult {
|
|
3294
|
-
|
|
3295
|
-
const filterSensitiveLog: (obj: DescribeClientVpnRoutesResult) => any;
|
|
3296
|
-
}
|
|
3297
|
-
export interface DescribeClientVpnTargetNetworksRequest {
|
|
3298
|
-
|
|
3299
|
-
ClientVpnEndpointId: string | undefined;
|
|
3300
|
-
|
|
3301
|
-
AssociationIds?: string[];
|
|
3302
|
-
|
|
3303
|
-
MaxResults?: number;
|
|
3304
|
-
|
|
3305
|
-
NextToken?: string;
|
|
3306
|
-
|
|
3307
|
-
Filters?: Filter[];
|
|
3308
|
-
|
|
3309
|
-
DryRun?: boolean;
|
|
3310
|
-
}
|
|
3311
|
-
export declare namespace DescribeClientVpnTargetNetworksRequest {
|
|
3312
|
-
|
|
3313
|
-
const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksRequest) => any;
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
export interface TargetNetwork {
|
|
3317
|
-
|
|
3318
|
-
AssociationId?: string;
|
|
3319
|
-
|
|
3320
|
-
VpcId?: string;
|
|
3321
|
-
|
|
3322
|
-
TargetNetworkId?: string;
|
|
3323
|
-
|
|
3324
|
-
ClientVpnEndpointId?: string;
|
|
3325
|
-
|
|
3326
|
-
Status?: AssociationStatus;
|
|
3327
|
-
|
|
3328
|
-
SecurityGroups?: string[];
|
|
3329
|
-
}
|
|
3330
|
-
export declare namespace TargetNetwork {
|
|
3331
|
-
|
|
3332
|
-
const filterSensitiveLog: (obj: TargetNetwork) => any;
|
|
3333
|
-
}
|
|
3334
|
-
export interface DescribeClientVpnTargetNetworksResult {
|
|
3335
|
-
|
|
3336
|
-
ClientVpnTargetNetworks?: TargetNetwork[];
|
|
3337
|
-
|
|
3338
|
-
NextToken?: string;
|
|
3339
|
-
}
|
|
3340
|
-
export declare namespace DescribeClientVpnTargetNetworksResult {
|
|
3341
|
-
|
|
3342
|
-
const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksResult) => any;
|
|
3343
|
-
}
|
|
3344
|
-
export interface DescribeCoipPoolsRequest {
|
|
3345
|
-
|
|
3346
|
-
PoolIds?: string[];
|
|
3347
|
-
|
|
3348
|
-
Filters?: Filter[];
|
|
3349
|
-
|
|
3350
|
-
MaxResults?: number;
|
|
3351
|
-
|
|
3352
|
-
NextToken?: string;
|
|
3353
|
-
|
|
3354
|
-
DryRun?: boolean;
|
|
3355
|
-
}
|
|
3356
|
-
export declare namespace DescribeCoipPoolsRequest {
|
|
3357
|
-
|
|
3358
|
-
const filterSensitiveLog: (obj: DescribeCoipPoolsRequest) => any;
|
|
3359
|
-
}
|
|
3360
|
-
|
|
3361
|
-
export interface CoipPool {
|
|
3362
|
-
|
|
3363
|
-
PoolId?: string;
|
|
3364
|
-
|
|
3365
|
-
PoolCidrs?: string[];
|
|
3366
|
-
|
|
3367
|
-
LocalGatewayRouteTableId?: string;
|
|
3368
|
-
|
|
3369
|
-
Tags?: Tag[];
|
|
3370
|
-
|
|
3371
|
-
PoolArn?: string;
|
|
3372
|
-
}
|
|
3373
|
-
export declare namespace CoipPool {
|
|
3374
|
-
|
|
3375
|
-
const filterSensitiveLog: (obj: CoipPool) => any;
|
|
3376
|
-
}
|
|
3377
|
-
export interface DescribeCoipPoolsResult {
|
|
3378
|
-
|
|
3379
|
-
CoipPools?: CoipPool[];
|
|
3380
|
-
|
|
3381
|
-
NextToken?: string;
|
|
3382
|
-
}
|
|
3383
|
-
export declare namespace DescribeCoipPoolsResult {
|
|
3384
|
-
|
|
3385
|
-
const filterSensitiveLog: (obj: DescribeCoipPoolsResult) => any;
|
|
3386
|
-
}
|
|
3387
|
-
export interface DescribeConversionTasksRequest {
|
|
3388
|
-
|
|
3389
|
-
ConversionTaskIds?: string[];
|
|
3390
|
-
|
|
3391
|
-
DryRun?: boolean;
|
|
3392
|
-
}
|
|
3393
|
-
export declare namespace DescribeConversionTasksRequest {
|
|
3394
|
-
|
|
3395
|
-
const filterSensitiveLog: (obj: DescribeConversionTasksRequest) => any;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
export interface DiskImageDescription {
|
|
3399
|
-
|
|
3400
|
-
Checksum?: string;
|
|
3401
|
-
|
|
3402
|
-
Format?: DiskImageFormat | string;
|
|
3403
|
-
|
|
3404
|
-
ImportManifestUrl?: string;
|
|
3405
|
-
|
|
3406
|
-
Size?: number;
|
|
3407
|
-
}
|
|
3408
|
-
export declare namespace DiskImageDescription {
|
|
3409
|
-
|
|
3410
|
-
const filterSensitiveLog: (obj: DiskImageDescription) => any;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
export interface DiskImageVolumeDescription {
|
|
3414
|
-
|
|
3415
|
-
Id?: string;
|
|
3416
|
-
|
|
3417
|
-
Size?: number;
|
|
3418
|
-
}
|
|
3419
|
-
export declare namespace DiskImageVolumeDescription {
|
|
3420
|
-
|
|
3421
|
-
const filterSensitiveLog: (obj: DiskImageVolumeDescription) => any;
|
|
3422
|
-
}
|