@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,8 +1,148 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent,
|
|
1
|
+
import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, SubnetCidrReservation, TransitGatewayPrefixListReference, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import {
|
|
5
|
-
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
4
|
+
import { AttributeBooleanValue, BootModeValues, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
|
|
5
|
+
import { AnalysisStatus, ArchitectureType, VerifiedAccessLogs } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
13
|
+
*/
|
|
14
|
+
VerifiedAccessInstanceId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>Details about the logging options.</p>
|
|
17
|
+
*/
|
|
18
|
+
AccessLogs?: VerifiedAccessLogs;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The current logging configuration for the Verified Access instances.</p>
|
|
26
|
+
*/
|
|
27
|
+
LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
|
|
28
|
+
/**
|
|
29
|
+
* <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>
|
|
30
|
+
*/
|
|
31
|
+
NextToken?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface DescribeVerifiedAccessInstancesRequest {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The IDs of the Verified Access instances.</p>
|
|
39
|
+
*/
|
|
40
|
+
VerifiedAccessInstanceIds?: string[];
|
|
41
|
+
/**
|
|
42
|
+
* <p>The maximum number of results to return with a single call.
|
|
43
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
44
|
+
*/
|
|
45
|
+
MaxResults?: number;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The token for the next page of results.</p>
|
|
48
|
+
*/
|
|
49
|
+
NextToken?: string;
|
|
50
|
+
/**
|
|
51
|
+
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
52
|
+
*/
|
|
53
|
+
Filters?: Filter[];
|
|
54
|
+
/**
|
|
55
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
56
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
57
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
58
|
+
*/
|
|
59
|
+
DryRun?: boolean;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface DescribeVerifiedAccessInstancesResult {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The IDs of the Verified Access instances.</p>
|
|
67
|
+
*/
|
|
68
|
+
VerifiedAccessInstances?: VerifiedAccessInstance[];
|
|
69
|
+
/**
|
|
70
|
+
* <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>
|
|
71
|
+
*/
|
|
72
|
+
NextToken?: string;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
78
|
+
/**
|
|
79
|
+
* <p>The IDs of the Verified Access trust providers.</p>
|
|
80
|
+
*/
|
|
81
|
+
VerifiedAccessTrustProviderIds?: string[];
|
|
82
|
+
/**
|
|
83
|
+
* <p>The maximum number of results to return with a single call.
|
|
84
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
85
|
+
*/
|
|
86
|
+
MaxResults?: number;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The token for the next page of results.</p>
|
|
89
|
+
*/
|
|
90
|
+
NextToken?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
93
|
+
*/
|
|
94
|
+
Filters?: Filter[];
|
|
95
|
+
/**
|
|
96
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
97
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
98
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
99
|
+
*/
|
|
100
|
+
DryRun?: boolean;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
106
|
+
/**
|
|
107
|
+
* <p>The IDs of the Verified Access trust providers.</p>
|
|
108
|
+
*/
|
|
109
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
|
|
110
|
+
/**
|
|
111
|
+
* <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>
|
|
112
|
+
*/
|
|
113
|
+
NextToken?: string;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* @enum
|
|
118
|
+
*/
|
|
119
|
+
export declare const VolumeAttributeName: {
|
|
120
|
+
readonly autoEnableIO: "autoEnableIO";
|
|
121
|
+
readonly productCodes: "productCodes";
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export type VolumeAttributeName = (typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export interface DescribeVolumeAttributeRequest {
|
|
131
|
+
/**
|
|
132
|
+
* <p>The attribute of the volume. This parameter is required.</p>
|
|
133
|
+
*/
|
|
134
|
+
Attribute: VolumeAttributeName | string | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The ID of the volume.</p>
|
|
137
|
+
*/
|
|
138
|
+
VolumeId: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
141
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
142
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
143
|
+
*/
|
|
144
|
+
DryRun?: boolean;
|
|
145
|
+
}
|
|
6
146
|
/**
|
|
7
147
|
* @public
|
|
8
148
|
*/
|
|
@@ -2359,11 +2499,11 @@ export interface DisableVpcClassicLinkDnsSupportResult {
|
|
|
2359
2499
|
*/
|
|
2360
2500
|
export interface DisassociateAddressRequest {
|
|
2361
2501
|
/**
|
|
2362
|
-
* <p>
|
|
2502
|
+
* <p>The association ID. This parameter is required.</p>
|
|
2363
2503
|
*/
|
|
2364
2504
|
AssociationId?: string;
|
|
2365
2505
|
/**
|
|
2366
|
-
* <p>
|
|
2506
|
+
* <p>Deprecated.</p>
|
|
2367
2507
|
*/
|
|
2368
2508
|
PublicIp?: string;
|
|
2369
2509
|
/**
|
|
@@ -6574,223 +6714,9 @@ export interface ImportImageRequest {
|
|
|
6574
6714
|
BootMode?: BootModeValues | string;
|
|
6575
6715
|
}
|
|
6576
6716
|
/**
|
|
6577
|
-
* @
|
|
6578
|
-
*/
|
|
6579
|
-
export interface ImportImageResult {
|
|
6580
|
-
/**
|
|
6581
|
-
* <p>The architecture of the virtual machine.</p>
|
|
6582
|
-
*/
|
|
6583
|
-
Architecture?: string;
|
|
6584
|
-
/**
|
|
6585
|
-
* <p>A description of the import task.</p>
|
|
6586
|
-
*/
|
|
6587
|
-
Description?: string;
|
|
6588
|
-
/**
|
|
6589
|
-
* <p>Indicates whether the AMI is encrypted.</p>
|
|
6590
|
-
*/
|
|
6591
|
-
Encrypted?: boolean;
|
|
6592
|
-
/**
|
|
6593
|
-
* <p>The target hypervisor of the import task.</p>
|
|
6594
|
-
*/
|
|
6595
|
-
Hypervisor?: string;
|
|
6596
|
-
/**
|
|
6597
|
-
* <p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>
|
|
6598
|
-
*/
|
|
6599
|
-
ImageId?: string;
|
|
6600
|
-
/**
|
|
6601
|
-
* <p>The task ID of the import image task.</p>
|
|
6602
|
-
*/
|
|
6603
|
-
ImportTaskId?: string;
|
|
6604
|
-
/**
|
|
6605
|
-
* <p>The identifier for the symmetric KMS key that was used to create the encrypted AMI.</p>
|
|
6606
|
-
*/
|
|
6607
|
-
KmsKeyId?: string;
|
|
6608
|
-
/**
|
|
6609
|
-
* <p>The license type of the virtual machine.</p>
|
|
6610
|
-
*/
|
|
6611
|
-
LicenseType?: string;
|
|
6612
|
-
/**
|
|
6613
|
-
* <p>The operating system of the virtual machine.</p>
|
|
6614
|
-
*/
|
|
6615
|
-
Platform?: string;
|
|
6616
|
-
/**
|
|
6617
|
-
* <p>The progress of the task.</p>
|
|
6618
|
-
*/
|
|
6619
|
-
Progress?: string;
|
|
6620
|
-
/**
|
|
6621
|
-
* <p>Information about the snapshots.</p>
|
|
6622
|
-
*/
|
|
6623
|
-
SnapshotDetails?: SnapshotDetail[];
|
|
6624
|
-
/**
|
|
6625
|
-
* <p>A brief status of the task.</p>
|
|
6626
|
-
*/
|
|
6627
|
-
Status?: string;
|
|
6628
|
-
/**
|
|
6629
|
-
* <p>A detailed status message of the import task.</p>
|
|
6630
|
-
*/
|
|
6631
|
-
StatusMessage?: string;
|
|
6632
|
-
/**
|
|
6633
|
-
* <p>The ARNs of the license configurations.</p>
|
|
6634
|
-
*/
|
|
6635
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
6636
|
-
/**
|
|
6637
|
-
* <p>Any tags assigned to the import image task.</p>
|
|
6638
|
-
*/
|
|
6639
|
-
Tags?: Tag[];
|
|
6640
|
-
/**
|
|
6641
|
-
* <p>The usage operation value.</p>
|
|
6642
|
-
*/
|
|
6643
|
-
UsageOperation?: string;
|
|
6644
|
-
}
|
|
6645
|
-
/**
|
|
6646
|
-
* @public
|
|
6647
|
-
* <p>Describes a disk image.</p>
|
|
6648
|
-
*/
|
|
6649
|
-
export interface DiskImageDetail {
|
|
6650
|
-
/**
|
|
6651
|
-
* <p>The size of the disk image, in GiB.</p>
|
|
6652
|
-
*/
|
|
6653
|
-
Bytes: number | undefined;
|
|
6654
|
-
/**
|
|
6655
|
-
* <p>The disk image format.</p>
|
|
6656
|
-
*/
|
|
6657
|
-
Format: DiskImageFormat | string | undefined;
|
|
6658
|
-
/**
|
|
6659
|
-
* <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
|
|
6660
|
-
* For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
|
|
6661
|
-
* 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
|
|
6662
|
-
* Guide</i>.</p>
|
|
6663
|
-
* <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>
|
|
6664
|
-
*/
|
|
6665
|
-
ImportManifestUrl: string | undefined;
|
|
6666
|
-
}
|
|
6667
|
-
/**
|
|
6668
|
-
* @public
|
|
6669
|
-
* <p>Describes an EBS volume.</p>
|
|
6670
|
-
*/
|
|
6671
|
-
export interface VolumeDetail {
|
|
6672
|
-
/**
|
|
6673
|
-
* <p>The size of the volume, in GiB.</p>
|
|
6674
|
-
*/
|
|
6675
|
-
Size: number | undefined;
|
|
6676
|
-
}
|
|
6677
|
-
/**
|
|
6678
|
-
* @public
|
|
6679
|
-
* <p>Describes a disk image.</p>
|
|
6680
|
-
*/
|
|
6681
|
-
export interface DiskImage {
|
|
6682
|
-
/**
|
|
6683
|
-
* <p>A description of the disk image.</p>
|
|
6684
|
-
*/
|
|
6685
|
-
Description?: string;
|
|
6686
|
-
/**
|
|
6687
|
-
* <p>Information about the disk image.</p>
|
|
6688
|
-
*/
|
|
6689
|
-
Image?: DiskImageDetail;
|
|
6690
|
-
/**
|
|
6691
|
-
* <p>Information about the volume.</p>
|
|
6692
|
-
*/
|
|
6693
|
-
Volume?: VolumeDetail;
|
|
6694
|
-
}
|
|
6695
|
-
/**
|
|
6696
|
-
* @public
|
|
6697
|
-
* <p>Describes the user data for an instance.</p>
|
|
6698
|
-
*/
|
|
6699
|
-
export interface UserData {
|
|
6700
|
-
/**
|
|
6701
|
-
* <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
|
|
6702
|
-
* can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>
|
|
6703
|
-
*/
|
|
6704
|
-
Data?: string;
|
|
6705
|
-
}
|
|
6706
|
-
/**
|
|
6707
|
-
* @public
|
|
6708
|
-
* <p>Describes the launch specification for VM import.</p>
|
|
6709
|
-
*/
|
|
6710
|
-
export interface ImportInstanceLaunchSpecification {
|
|
6711
|
-
/**
|
|
6712
|
-
* <p>Reserved.</p>
|
|
6713
|
-
*/
|
|
6714
|
-
AdditionalInfo?: string;
|
|
6715
|
-
/**
|
|
6716
|
-
* <p>The architecture of the instance.</p>
|
|
6717
|
-
*/
|
|
6718
|
-
Architecture?: ArchitectureValues | string;
|
|
6719
|
-
/**
|
|
6720
|
-
* <p>The security group IDs.</p>
|
|
6721
|
-
*/
|
|
6722
|
-
GroupIds?: string[];
|
|
6723
|
-
/**
|
|
6724
|
-
* <p>The security group names.</p>
|
|
6725
|
-
*/
|
|
6726
|
-
GroupNames?: string[];
|
|
6727
|
-
/**
|
|
6728
|
-
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
|
|
6729
|
-
* operating system command for system shutdown).</p>
|
|
6730
|
-
*/
|
|
6731
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
|
|
6732
|
-
/**
|
|
6733
|
-
* <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
|
|
6734
|
-
* VM Import/Export User Guide.</p>
|
|
6735
|
-
*/
|
|
6736
|
-
InstanceType?: _InstanceType | string;
|
|
6737
|
-
/**
|
|
6738
|
-
* <p>Indicates whether monitoring is enabled.</p>
|
|
6739
|
-
*/
|
|
6740
|
-
Monitoring?: boolean;
|
|
6741
|
-
/**
|
|
6742
|
-
* <p>The placement information for the instance.</p>
|
|
6743
|
-
*/
|
|
6744
|
-
Placement?: Placement;
|
|
6745
|
-
/**
|
|
6746
|
-
* <p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>
|
|
6747
|
-
*/
|
|
6748
|
-
PrivateIpAddress?: string;
|
|
6749
|
-
/**
|
|
6750
|
-
* <p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>
|
|
6751
|
-
*/
|
|
6752
|
-
SubnetId?: string;
|
|
6753
|
-
/**
|
|
6754
|
-
* <p>The Base64-encoded user data to make available to the instance.</p>
|
|
6755
|
-
*/
|
|
6756
|
-
UserData?: UserData;
|
|
6757
|
-
}
|
|
6758
|
-
/**
|
|
6759
|
-
* @public
|
|
6760
|
-
*/
|
|
6761
|
-
export interface ImportInstanceRequest {
|
|
6762
|
-
/**
|
|
6763
|
-
* <p>A description for the instance being imported.</p>
|
|
6764
|
-
*/
|
|
6765
|
-
Description?: string;
|
|
6766
|
-
/**
|
|
6767
|
-
* <p>The disk image.</p>
|
|
6768
|
-
*/
|
|
6769
|
-
DiskImages?: DiskImage[];
|
|
6770
|
-
/**
|
|
6771
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6772
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6773
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6774
|
-
*/
|
|
6775
|
-
DryRun?: boolean;
|
|
6776
|
-
/**
|
|
6777
|
-
* <p>The launch specification.</p>
|
|
6778
|
-
*/
|
|
6779
|
-
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
6780
|
-
/**
|
|
6781
|
-
* <p>The instance operating system.</p>
|
|
6782
|
-
*/
|
|
6783
|
-
Platform: PlatformValues | string | undefined;
|
|
6784
|
-
}
|
|
6785
|
-
/**
|
|
6786
|
-
* @public
|
|
6717
|
+
* @internal
|
|
6787
6718
|
*/
|
|
6788
|
-
export
|
|
6789
|
-
/**
|
|
6790
|
-
* <p>Information about the conversion task.</p>
|
|
6791
|
-
*/
|
|
6792
|
-
ConversionTask?: ConversionTask;
|
|
6793
|
-
}
|
|
6719
|
+
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (obj: DescribeVerifiedAccessTrustProvidersResult) => any;
|
|
6794
6720
|
/**
|
|
6795
6721
|
* @internal
|
|
6796
6722
|
*/
|
|
@@ -6811,31 +6737,3 @@ export declare const ImageDiskContainerFilterSensitiveLog: (obj: ImageDiskContai
|
|
|
6811
6737
|
* @internal
|
|
6812
6738
|
*/
|
|
6813
6739
|
export declare const ImportImageRequestFilterSensitiveLog: (obj: ImportImageRequest) => any;
|
|
6814
|
-
/**
|
|
6815
|
-
* @internal
|
|
6816
|
-
*/
|
|
6817
|
-
export declare const ImportImageResultFilterSensitiveLog: (obj: ImportImageResult) => any;
|
|
6818
|
-
/**
|
|
6819
|
-
* @internal
|
|
6820
|
-
*/
|
|
6821
|
-
export declare const DiskImageDetailFilterSensitiveLog: (obj: DiskImageDetail) => any;
|
|
6822
|
-
/**
|
|
6823
|
-
* @internal
|
|
6824
|
-
*/
|
|
6825
|
-
export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
|
|
6826
|
-
/**
|
|
6827
|
-
* @internal
|
|
6828
|
-
*/
|
|
6829
|
-
export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
|
|
6830
|
-
/**
|
|
6831
|
-
* @internal
|
|
6832
|
-
*/
|
|
6833
|
-
export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (obj: ImportInstanceLaunchSpecification) => any;
|
|
6834
|
-
/**
|
|
6835
|
-
* @internal
|
|
6836
|
-
*/
|
|
6837
|
-
export declare const ImportInstanceRequestFilterSensitiveLog: (obj: ImportInstanceRequest) => any;
|
|
6838
|
-
/**
|
|
6839
|
-
* @internal
|
|
6840
|
-
*/
|
|
6841
|
-
export declare const ImportInstanceResultFilterSensitiveLog: (obj: ImportInstanceResult) => any;
|