@aws-sdk/client-ec2 3.348.0 → 3.352.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/EC2.js +6 -0
- package/dist-cjs/commands/CreateInstanceConnectEndpointCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceConnectEndpointCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceConnectEndpointsCommand.js +46 -0
- package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -2
- package/dist-cjs/commands/ImportImageCommand.js +2 -1
- package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/models/models_1.js +10 -10
- package/dist-cjs/models/models_2.js +10 -2
- package/dist-cjs/models/models_3.js +2 -26
- package/dist-cjs/models/models_4.js +26 -13
- package/dist-cjs/models/models_5.js +12 -41
- package/dist-cjs/models/models_6.js +41 -7
- package/dist-cjs/models/models_7.js +5 -0
- package/dist-cjs/pagination/DescribeInstanceConnectEndpointsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +341 -23
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/CreateInstanceConnectEndpointCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceConnectEndpointCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceConnectEndpointsCommand.js +42 -0
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +2 -1
- package/dist-es/commands/ImportInstanceCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +8 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/models/models_3.js +0 -24
- package/dist-es/models/models_4.js +24 -11
- package/dist-es/models/models_5.js +10 -33
- package/dist-es/models/models_6.js +33 -6
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/pagination/DescribeInstanceConnectEndpointsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +312 -0
- package/dist-types/EC2.d.ts +21 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +6 -10
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -11
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +120 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +99 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +9 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +0 -5
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +114 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +5 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateAddressCommand.d.ts +0 -6
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +3 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +4 -4
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -8
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +3 -3
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +18 -24
- package/dist-types/models/models_1.d.ts +151 -91
- package/dist-types/models/models_2.d.ts +115 -102
- package/dist-types/models/models_3.d.ts +186 -160
- package/dist-types/models/models_4.d.ts +154 -150
- package/dist-types/models/models_5.d.ts +148 -250
- package/dist-types/models/models_6.d.ts +239 -288
- package/dist-types/models/models_7.d.ts +299 -2
- package/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +51 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +39 -26
- package/dist-types/ts3.4/models/models_2.d.ts +34 -28
- package/dist-types/ts3.4/models/models_3.d.ts +40 -47
- package/dist-types/ts3.4/models/models_4.d.ts +47 -48
- package/dist-types/ts3.4/models/models_5.d.ts +49 -83
- package/dist-types/ts3.4/models/models_6.d.ts +85 -62
- package/dist-types/ts3.4/models/models_7.d.ts +55 -1
- package/dist-types/ts3.4/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +6 -6
|
@@ -1,9 +1,227 @@
|
|
|
1
|
-
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification,
|
|
2
|
-
import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
1
|
+
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CreditSpecificationRequest, DiskImageFormat, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, PlatformValues, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
3
3
|
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask,
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement
|
|
6
|
-
import { ClientData,
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
+
import { ClientData, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, UserBucket, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ImportImageResult {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The architecture of the virtual machine.</p>
|
|
13
|
+
*/
|
|
14
|
+
Architecture?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A description of the import task.</p>
|
|
17
|
+
*/
|
|
18
|
+
Description?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>Indicates whether the AMI is encrypted.</p>
|
|
21
|
+
*/
|
|
22
|
+
Encrypted?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The target hypervisor of the import task.</p>
|
|
25
|
+
*/
|
|
26
|
+
Hypervisor?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>
|
|
29
|
+
*/
|
|
30
|
+
ImageId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The task ID of the import image task.</p>
|
|
33
|
+
*/
|
|
34
|
+
ImportTaskId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The identifier for the symmetric KMS key that was used to create the encrypted AMI.</p>
|
|
37
|
+
*/
|
|
38
|
+
KmsKeyId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The license type of the virtual machine.</p>
|
|
41
|
+
*/
|
|
42
|
+
LicenseType?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The operating system of the virtual machine.</p>
|
|
45
|
+
*/
|
|
46
|
+
Platform?: string;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The progress of the task.</p>
|
|
49
|
+
*/
|
|
50
|
+
Progress?: string;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Information about the snapshots.</p>
|
|
53
|
+
*/
|
|
54
|
+
SnapshotDetails?: SnapshotDetail[];
|
|
55
|
+
/**
|
|
56
|
+
* <p>A brief status of the task.</p>
|
|
57
|
+
*/
|
|
58
|
+
Status?: string;
|
|
59
|
+
/**
|
|
60
|
+
* <p>A detailed status message of the import task.</p>
|
|
61
|
+
*/
|
|
62
|
+
StatusMessage?: string;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The ARNs of the license configurations.</p>
|
|
65
|
+
*/
|
|
66
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
67
|
+
/**
|
|
68
|
+
* <p>Any tags assigned to the import image task.</p>
|
|
69
|
+
*/
|
|
70
|
+
Tags?: Tag[];
|
|
71
|
+
/**
|
|
72
|
+
* <p>The usage operation value.</p>
|
|
73
|
+
*/
|
|
74
|
+
UsageOperation?: string;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* <p>Describes a disk image.</p>
|
|
79
|
+
*/
|
|
80
|
+
export interface DiskImageDetail {
|
|
81
|
+
/**
|
|
82
|
+
* <p>The size of the disk image, in GiB.</p>
|
|
83
|
+
*/
|
|
84
|
+
Bytes: number | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The disk image format.</p>
|
|
87
|
+
*/
|
|
88
|
+
Format: DiskImageFormat | string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
|
|
91
|
+
* For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
|
|
92
|
+
* Alternative" section of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer
|
|
93
|
+
* Guide</i>.</p>
|
|
94
|
+
* <p>For information about the import manifest referenced by this API action, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html">VM Import Manifest</a>.</p>
|
|
95
|
+
*/
|
|
96
|
+
ImportManifestUrl: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
* <p>Describes an EBS volume.</p>
|
|
101
|
+
*/
|
|
102
|
+
export interface VolumeDetail {
|
|
103
|
+
/**
|
|
104
|
+
* <p>The size of the volume, in GiB.</p>
|
|
105
|
+
*/
|
|
106
|
+
Size: number | undefined;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
* <p>Describes a disk image.</p>
|
|
111
|
+
*/
|
|
112
|
+
export interface DiskImage {
|
|
113
|
+
/**
|
|
114
|
+
* <p>A description of the disk image.</p>
|
|
115
|
+
*/
|
|
116
|
+
Description?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>Information about the disk image.</p>
|
|
119
|
+
*/
|
|
120
|
+
Image?: DiskImageDetail;
|
|
121
|
+
/**
|
|
122
|
+
* <p>Information about the volume.</p>
|
|
123
|
+
*/
|
|
124
|
+
Volume?: VolumeDetail;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
* <p>Describes the user data for an instance.</p>
|
|
129
|
+
*/
|
|
130
|
+
export interface UserData {
|
|
131
|
+
/**
|
|
132
|
+
* <p>The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you
|
|
133
|
+
* can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>
|
|
134
|
+
*/
|
|
135
|
+
Data?: string;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* <p>Describes the launch specification for VM import.</p>
|
|
140
|
+
*/
|
|
141
|
+
export interface ImportInstanceLaunchSpecification {
|
|
142
|
+
/**
|
|
143
|
+
* <p>Reserved.</p>
|
|
144
|
+
*/
|
|
145
|
+
AdditionalInfo?: string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The architecture of the instance.</p>
|
|
148
|
+
*/
|
|
149
|
+
Architecture?: ArchitectureValues | string;
|
|
150
|
+
/**
|
|
151
|
+
* <p>The security group IDs.</p>
|
|
152
|
+
*/
|
|
153
|
+
GroupIds?: string[];
|
|
154
|
+
/**
|
|
155
|
+
* <p>The security group names.</p>
|
|
156
|
+
*/
|
|
157
|
+
GroupNames?: string[];
|
|
158
|
+
/**
|
|
159
|
+
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
|
|
160
|
+
* operating system command for system shutdown).</p>
|
|
161
|
+
*/
|
|
162
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The instance type. For more information about the instance types that you can import, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types">Instance Types</a> in the
|
|
165
|
+
* VM Import/Export User Guide.</p>
|
|
166
|
+
*/
|
|
167
|
+
InstanceType?: _InstanceType | string;
|
|
168
|
+
/**
|
|
169
|
+
* <p>Indicates whether monitoring is enabled.</p>
|
|
170
|
+
*/
|
|
171
|
+
Monitoring?: boolean;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The placement information for the instance.</p>
|
|
174
|
+
*/
|
|
175
|
+
Placement?: Placement;
|
|
176
|
+
/**
|
|
177
|
+
* <p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>
|
|
178
|
+
*/
|
|
179
|
+
PrivateIpAddress?: string;
|
|
180
|
+
/**
|
|
181
|
+
* <p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>
|
|
182
|
+
*/
|
|
183
|
+
SubnetId?: string;
|
|
184
|
+
/**
|
|
185
|
+
* <p>The Base64-encoded user data to make available to the instance.</p>
|
|
186
|
+
*/
|
|
187
|
+
UserData?: UserData;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
export interface ImportInstanceRequest {
|
|
193
|
+
/**
|
|
194
|
+
* <p>A description for the instance being imported.</p>
|
|
195
|
+
*/
|
|
196
|
+
Description?: string;
|
|
197
|
+
/**
|
|
198
|
+
* <p>The disk image.</p>
|
|
199
|
+
*/
|
|
200
|
+
DiskImages?: DiskImage[];
|
|
201
|
+
/**
|
|
202
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
203
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
204
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
205
|
+
*/
|
|
206
|
+
DryRun?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The launch specification.</p>
|
|
209
|
+
*/
|
|
210
|
+
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
211
|
+
/**
|
|
212
|
+
* <p>The instance operating system.</p>
|
|
213
|
+
*/
|
|
214
|
+
Platform: PlatformValues | string | undefined;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface ImportInstanceResult {
|
|
220
|
+
/**
|
|
221
|
+
* <p>Information about the conversion task.</p>
|
|
222
|
+
*/
|
|
223
|
+
ConversionTask?: ConversionTask;
|
|
224
|
+
}
|
|
7
225
|
/**
|
|
8
226
|
* @public
|
|
9
227
|
*/
|
|
@@ -4926,11 +5144,11 @@ export interface RejectVpcPeeringConnectionResult {
|
|
|
4926
5144
|
*/
|
|
4927
5145
|
export interface ReleaseAddressRequest {
|
|
4928
5146
|
/**
|
|
4929
|
-
* <p>
|
|
5147
|
+
* <p>The allocation ID. This parameter is required.</p>
|
|
4930
5148
|
*/
|
|
4931
5149
|
AllocationId?: string;
|
|
4932
5150
|
/**
|
|
4933
|
-
* <p>
|
|
5151
|
+
* <p>Deprecated.</p>
|
|
4934
5152
|
*/
|
|
4935
5153
|
PublicIp?: string;
|
|
4936
5154
|
/**
|
|
@@ -7050,300 +7268,33 @@ export interface RunScheduledInstancesResult {
|
|
|
7050
7268
|
InstanceIdSet?: string[];
|
|
7051
7269
|
}
|
|
7052
7270
|
/**
|
|
7053
|
-
* @
|
|
7054
|
-
*/
|
|
7055
|
-
export interface SearchLocalGatewayRoutesRequest {
|
|
7056
|
-
/**
|
|
7057
|
-
* <p>The ID of the local gateway route table.</p>
|
|
7058
|
-
*/
|
|
7059
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
7060
|
-
/**
|
|
7061
|
-
* <p>One or more filters.</p>
|
|
7062
|
-
* <ul>
|
|
7063
|
-
* <li>
|
|
7064
|
-
* <p>
|
|
7065
|
-
* <code>prefix-list-id</code> - The ID of the prefix list.</p>
|
|
7066
|
-
* </li>
|
|
7067
|
-
* <li>
|
|
7068
|
-
* <p>
|
|
7069
|
-
* <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
|
|
7070
|
-
* </li>
|
|
7071
|
-
* <li>
|
|
7072
|
-
* <p>
|
|
7073
|
-
* <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
|
|
7074
|
-
* </li>
|
|
7075
|
-
* <li>
|
|
7076
|
-
* <p>
|
|
7077
|
-
* <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
|
|
7078
|
-
* </li>
|
|
7079
|
-
* <li>
|
|
7080
|
-
* <p>
|
|
7081
|
-
* <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter.
|
|
7082
|
-
* For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify <code>supernet-of-match</code>
|
|
7083
|
-
* as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
|
|
7084
|
-
* </li>
|
|
7085
|
-
* <li>
|
|
7086
|
-
* <p>
|
|
7087
|
-
* <code>state</code> - The state of the route.</p>
|
|
7088
|
-
* </li>
|
|
7089
|
-
* <li>
|
|
7090
|
-
* <p>
|
|
7091
|
-
* <code>type</code> - The route type.</p>
|
|
7092
|
-
* </li>
|
|
7093
|
-
* </ul>
|
|
7094
|
-
*/
|
|
7095
|
-
Filters?: Filter[];
|
|
7096
|
-
/**
|
|
7097
|
-
* <p>The maximum number of results to return with a single call.
|
|
7098
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7099
|
-
*/
|
|
7100
|
-
MaxResults?: number;
|
|
7101
|
-
/**
|
|
7102
|
-
* <p>The token for the next page of results.</p>
|
|
7103
|
-
*/
|
|
7104
|
-
NextToken?: string;
|
|
7105
|
-
/**
|
|
7106
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7107
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7108
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7109
|
-
*/
|
|
7110
|
-
DryRun?: boolean;
|
|
7111
|
-
}
|
|
7112
|
-
/**
|
|
7113
|
-
* @public
|
|
7114
|
-
*/
|
|
7115
|
-
export interface SearchLocalGatewayRoutesResult {
|
|
7116
|
-
/**
|
|
7117
|
-
* <p>Information about the routes.</p>
|
|
7118
|
-
*/
|
|
7119
|
-
Routes?: LocalGatewayRoute[];
|
|
7120
|
-
/**
|
|
7121
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
7122
|
-
*/
|
|
7123
|
-
NextToken?: string;
|
|
7124
|
-
}
|
|
7125
|
-
/**
|
|
7126
|
-
* @public
|
|
7271
|
+
* @internal
|
|
7127
7272
|
*/
|
|
7128
|
-
export
|
|
7129
|
-
/**
|
|
7130
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
7131
|
-
*/
|
|
7132
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
7133
|
-
/**
|
|
7134
|
-
* <p>One or more filters. The possible values are:</p>
|
|
7135
|
-
* <ul>
|
|
7136
|
-
* <li>
|
|
7137
|
-
* <p>
|
|
7138
|
-
* <code>group-ip-address</code> - The IP address of the transit gateway multicast group.</p>
|
|
7139
|
-
* </li>
|
|
7140
|
-
* <li>
|
|
7141
|
-
* <p>
|
|
7142
|
-
* <code>is-group-member</code> - The resource is a group member. Valid values are <code>true</code> | <code>false</code>.</p>
|
|
7143
|
-
* </li>
|
|
7144
|
-
* <li>
|
|
7145
|
-
* <p>
|
|
7146
|
-
* <code>is-group-source</code> - The resource is a group source. Valid values are <code>true</code> | <code>false</code>.</p>
|
|
7147
|
-
* </li>
|
|
7148
|
-
* <li>
|
|
7149
|
-
* <p>
|
|
7150
|
-
* <code>member-type</code> - The member type. Valid values are <code>igmp</code> | <code>static</code>.</p>
|
|
7151
|
-
* </li>
|
|
7152
|
-
* <li>
|
|
7153
|
-
* <p>
|
|
7154
|
-
* <code>resource-id</code> - The ID of the resource.</p>
|
|
7155
|
-
* </li>
|
|
7156
|
-
* <li>
|
|
7157
|
-
* <p>
|
|
7158
|
-
* <code>resource-type</code> - The type of resource. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>tgw-peering</code>.</p>
|
|
7159
|
-
* </li>
|
|
7160
|
-
* <li>
|
|
7161
|
-
* <p>
|
|
7162
|
-
* <code>source-type</code> - The source type. Valid values are <code>igmp</code> | <code>static</code>.</p>
|
|
7163
|
-
* </li>
|
|
7164
|
-
* <li>
|
|
7165
|
-
* <p>
|
|
7166
|
-
* <code>subnet-id</code> - The ID of the subnet.</p>
|
|
7167
|
-
* </li>
|
|
7168
|
-
* <li>
|
|
7169
|
-
* <p>
|
|
7170
|
-
* <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
|
|
7171
|
-
* </li>
|
|
7172
|
-
* </ul>
|
|
7173
|
-
*/
|
|
7174
|
-
Filters?: Filter[];
|
|
7175
|
-
/**
|
|
7176
|
-
* <p>The maximum number of results to return with a single call.
|
|
7177
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7178
|
-
*/
|
|
7179
|
-
MaxResults?: number;
|
|
7180
|
-
/**
|
|
7181
|
-
* <p>The token for the next page of results.</p>
|
|
7182
|
-
*/
|
|
7183
|
-
NextToken?: string;
|
|
7184
|
-
/**
|
|
7185
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7186
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7187
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7188
|
-
*/
|
|
7189
|
-
DryRun?: boolean;
|
|
7190
|
-
}
|
|
7273
|
+
export declare const ImportImageResultFilterSensitiveLog: (obj: ImportImageResult) => any;
|
|
7191
7274
|
/**
|
|
7192
|
-
* @
|
|
7193
|
-
* @enum
|
|
7275
|
+
* @internal
|
|
7194
7276
|
*/
|
|
7195
|
-
export declare const
|
|
7196
|
-
readonly igmp: "igmp";
|
|
7197
|
-
readonly static: "static";
|
|
7198
|
-
};
|
|
7277
|
+
export declare const DiskImageDetailFilterSensitiveLog: (obj: DiskImageDetail) => any;
|
|
7199
7278
|
/**
|
|
7200
|
-
* @
|
|
7279
|
+
* @internal
|
|
7201
7280
|
*/
|
|
7202
|
-
export
|
|
7281
|
+
export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
|
|
7203
7282
|
/**
|
|
7204
|
-
* @
|
|
7205
|
-
* <p>Describes the transit gateway multicast group resources.</p>
|
|
7283
|
+
* @internal
|
|
7206
7284
|
*/
|
|
7207
|
-
export
|
|
7208
|
-
/**
|
|
7209
|
-
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
7210
|
-
*/
|
|
7211
|
-
GroupIpAddress?: string;
|
|
7212
|
-
/**
|
|
7213
|
-
* <p>The ID of the transit gateway attachment.</p>
|
|
7214
|
-
*/
|
|
7215
|
-
TransitGatewayAttachmentId?: string;
|
|
7216
|
-
/**
|
|
7217
|
-
* <p>The ID of the subnet.</p>
|
|
7218
|
-
*/
|
|
7219
|
-
SubnetId?: string;
|
|
7220
|
-
/**
|
|
7221
|
-
* <p>The ID of the resource.</p>
|
|
7222
|
-
*/
|
|
7223
|
-
ResourceId?: string;
|
|
7224
|
-
/**
|
|
7225
|
-
* <p>The type of resource, for example a VPC attachment.</p>
|
|
7226
|
-
*/
|
|
7227
|
-
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
7228
|
-
/**
|
|
7229
|
-
* <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.</p>
|
|
7230
|
-
*/
|
|
7231
|
-
ResourceOwnerId?: string;
|
|
7232
|
-
/**
|
|
7233
|
-
* <p>The ID of the transit gateway attachment.</p>
|
|
7234
|
-
*/
|
|
7235
|
-
NetworkInterfaceId?: string;
|
|
7236
|
-
/**
|
|
7237
|
-
* <p>Indicates that the resource is a transit gateway multicast group member.</p>
|
|
7238
|
-
*/
|
|
7239
|
-
GroupMember?: boolean;
|
|
7240
|
-
/**
|
|
7241
|
-
* <p>Indicates that the resource is a transit gateway multicast group member.</p>
|
|
7242
|
-
*/
|
|
7243
|
-
GroupSource?: boolean;
|
|
7244
|
-
/**
|
|
7245
|
-
* <p>The member type (for example, <code>static</code>).</p>
|
|
7246
|
-
*/
|
|
7247
|
-
MemberType?: MembershipType | string;
|
|
7248
|
-
/**
|
|
7249
|
-
* <p>The source type.</p>
|
|
7250
|
-
*/
|
|
7251
|
-
SourceType?: MembershipType | string;
|
|
7252
|
-
}
|
|
7285
|
+
export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
|
|
7253
7286
|
/**
|
|
7254
|
-
* @
|
|
7287
|
+
* @internal
|
|
7255
7288
|
*/
|
|
7256
|
-
export
|
|
7257
|
-
/**
|
|
7258
|
-
* <p>Information about the transit gateway multicast group.</p>
|
|
7259
|
-
*/
|
|
7260
|
-
MulticastGroups?: TransitGatewayMulticastGroup[];
|
|
7261
|
-
/**
|
|
7262
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
7263
|
-
*/
|
|
7264
|
-
NextToken?: string;
|
|
7265
|
-
}
|
|
7289
|
+
export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (obj: ImportInstanceLaunchSpecification) => any;
|
|
7266
7290
|
/**
|
|
7267
|
-
* @
|
|
7291
|
+
* @internal
|
|
7268
7292
|
*/
|
|
7269
|
-
export
|
|
7270
|
-
/**
|
|
7271
|
-
* <p>The ID of the transit gateway route table.</p>
|
|
7272
|
-
*/
|
|
7273
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
7274
|
-
/**
|
|
7275
|
-
* <p>One or more filters. The possible values are:</p>
|
|
7276
|
-
* <ul>
|
|
7277
|
-
* <li>
|
|
7278
|
-
* <p>
|
|
7279
|
-
* <code>attachment.transit-gateway-attachment-id</code>- The id of the transit gateway attachment.</p>
|
|
7280
|
-
* </li>
|
|
7281
|
-
* <li>
|
|
7282
|
-
* <p>
|
|
7283
|
-
* <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p>
|
|
7284
|
-
* </li>
|
|
7285
|
-
* <li>
|
|
7286
|
-
* <p>
|
|
7287
|
-
* <code>attachment.resource-type</code> - The attachment resource type. Valid values
|
|
7288
|
-
* are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> |
|
|
7289
|
-
* <code>peering</code> | <code>connect</code>.</p>
|
|
7290
|
-
* </li>
|
|
7291
|
-
* <li>
|
|
7292
|
-
* <p>
|
|
7293
|
-
* <code>prefix-list-id</code> - The ID of the prefix list.</p>
|
|
7294
|
-
* </li>
|
|
7295
|
-
* <li>
|
|
7296
|
-
* <p>
|
|
7297
|
-
* <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
|
|
7298
|
-
* </li>
|
|
7299
|
-
* <li>
|
|
7300
|
-
* <p>
|
|
7301
|
-
* <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
|
|
7302
|
-
* </li>
|
|
7303
|
-
* <li>
|
|
7304
|
-
* <p>
|
|
7305
|
-
* <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
|
|
7306
|
-
* </li>
|
|
7307
|
-
* <li>
|
|
7308
|
-
* <p>
|
|
7309
|
-
* <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
|
|
7310
|
-
* </li>
|
|
7311
|
-
* <li>
|
|
7312
|
-
* <p>
|
|
7313
|
-
* <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p>
|
|
7314
|
-
* </li>
|
|
7315
|
-
* <li>
|
|
7316
|
-
* <p>
|
|
7317
|
-
* <code>type</code> - The type of route (<code>propagated</code> |
|
|
7318
|
-
* <code>static</code>).</p>
|
|
7319
|
-
* </li>
|
|
7320
|
-
* </ul>
|
|
7321
|
-
*/
|
|
7322
|
-
Filters: Filter[] | undefined;
|
|
7323
|
-
/**
|
|
7324
|
-
* <p>The maximum number of routes to return.</p>
|
|
7325
|
-
*/
|
|
7326
|
-
MaxResults?: number;
|
|
7327
|
-
/**
|
|
7328
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7329
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7330
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7331
|
-
*/
|
|
7332
|
-
DryRun?: boolean;
|
|
7333
|
-
}
|
|
7293
|
+
export declare const ImportInstanceRequestFilterSensitiveLog: (obj: ImportInstanceRequest) => any;
|
|
7334
7294
|
/**
|
|
7335
|
-
* @
|
|
7295
|
+
* @internal
|
|
7336
7296
|
*/
|
|
7337
|
-
export
|
|
7338
|
-
/**
|
|
7339
|
-
* <p>Information about the routes.</p>
|
|
7340
|
-
*/
|
|
7341
|
-
Routes?: TransitGatewayRoute[];
|
|
7342
|
-
/**
|
|
7343
|
-
* <p>Indicates whether there are additional routes available.</p>
|
|
7344
|
-
*/
|
|
7345
|
-
AdditionalRoutesAvailable?: boolean;
|
|
7346
|
-
}
|
|
7297
|
+
export declare const ImportInstanceResultFilterSensitiveLog: (obj: ImportInstanceResult) => any;
|
|
7347
7298
|
/**
|
|
7348
7299
|
* @internal
|
|
7349
7300
|
*/
|