@aws-sdk/client-ec2 3.350.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 +5 -5
|
@@ -1,5 +1,95 @@
|
|
|
1
1
|
import { ApplianceModeSupportValue, CarrierGateway, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
2
|
+
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreatePublicIpv4PoolRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
9
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11
|
+
*/
|
|
12
|
+
DryRun?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
15
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
16
|
+
*/
|
|
17
|
+
TagSpecifications?: TagSpecification[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface CreatePublicIpv4PoolResult {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The ID of the public IPv4 pool.</p>
|
|
25
|
+
*/
|
|
26
|
+
PoolId?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface CreateReplaceRootVolumeTaskRequest {
|
|
32
|
+
/**
|
|
33
|
+
* <p>The ID of the instance for which to replace the root volume.</p>
|
|
34
|
+
*/
|
|
35
|
+
InstanceId: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The ID of the snapshot from which to restore the replacement root volume. The
|
|
38
|
+
* specified snapshot must be a snapshot that you previously created from the original
|
|
39
|
+
* root volume.</p>
|
|
40
|
+
* <p>If you want to restore the replacement root volume to the initial launch state,
|
|
41
|
+
* or if you want to restore the replacement root volume from an AMI, omit this
|
|
42
|
+
* parameter.</p>
|
|
43
|
+
*/
|
|
44
|
+
SnapshotId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
|
47
|
+
* If you do not specify a client token, a randomly generated token is used for the request
|
|
48
|
+
* to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
49
|
+
*/
|
|
50
|
+
ClientToken?: string;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
53
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
54
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
55
|
+
*/
|
|
56
|
+
DryRun?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The tags to apply to the root volume replacement task.</p>
|
|
59
|
+
*/
|
|
60
|
+
TagSpecifications?: TagSpecification[];
|
|
61
|
+
/**
|
|
62
|
+
* <p>The ID of the AMI to use to restore the root volume. The specified AMI must have the
|
|
63
|
+
* same product code, billing information, architecture type, and virtualization type as
|
|
64
|
+
* that of the instance.</p>
|
|
65
|
+
* <p>If you want to restore the replacement volume from a specific snapshot, or if you want
|
|
66
|
+
* to restore it to its launch state, omit this parameter.</p>
|
|
67
|
+
*/
|
|
68
|
+
ImageId?: string;
|
|
69
|
+
/**
|
|
70
|
+
* <p>Indicates whether to automatically delete the original root volume after the root volume
|
|
71
|
+
* replacement task completes. To delete the original root volume, specify <code>true</code>.
|
|
72
|
+
* If you choose to keep the original root volume after the replacement task completes, you must
|
|
73
|
+
* manually delete it when you no longer need it.</p>
|
|
74
|
+
*/
|
|
75
|
+
DeleteReplacedRootVolume?: boolean;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @enum
|
|
80
|
+
*/
|
|
81
|
+
export declare const ReplaceRootVolumeTaskState: {
|
|
82
|
+
readonly failed: "failed";
|
|
83
|
+
readonly failed_detached: "failed-detached";
|
|
84
|
+
readonly failing: "failing";
|
|
85
|
+
readonly in_progress: "in-progress";
|
|
86
|
+
readonly pending: "pending";
|
|
87
|
+
readonly succeeded: "succeeded";
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export type ReplaceRootVolumeTaskState = (typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
|
|
3
93
|
/**
|
|
4
94
|
* @public
|
|
5
95
|
* <p>Information about a root volume replacement task.</p>
|
|
@@ -5714,6 +5804,30 @@ export interface DeleteFpgaImageResult {
|
|
|
5714
5804
|
*/
|
|
5715
5805
|
Return?: boolean;
|
|
5716
5806
|
}
|
|
5807
|
+
/**
|
|
5808
|
+
* @public
|
|
5809
|
+
*/
|
|
5810
|
+
export interface DeleteInstanceConnectEndpointRequest {
|
|
5811
|
+
/**
|
|
5812
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5813
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5814
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5815
|
+
*/
|
|
5816
|
+
DryRun?: boolean;
|
|
5817
|
+
/**
|
|
5818
|
+
* <p>The ID of the EC2 Instance Connect Endpoint to delete.</p>
|
|
5819
|
+
*/
|
|
5820
|
+
InstanceConnectEndpointId: string | undefined;
|
|
5821
|
+
}
|
|
5822
|
+
/**
|
|
5823
|
+
* @public
|
|
5824
|
+
*/
|
|
5825
|
+
export interface DeleteInstanceConnectEndpointResult {
|
|
5826
|
+
/**
|
|
5827
|
+
* <p>Information about the EC2 Instance Connect Endpoint.</p>
|
|
5828
|
+
*/
|
|
5829
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint;
|
|
5830
|
+
}
|
|
5717
5831
|
/**
|
|
5718
5832
|
* @public
|
|
5719
5833
|
*/
|
|
@@ -6492,107 +6606,6 @@ export interface FailedQueuedPurchaseDeletion {
|
|
|
6492
6606
|
*/
|
|
6493
6607
|
ReservedInstancesId?: string;
|
|
6494
6608
|
}
|
|
6495
|
-
/**
|
|
6496
|
-
* @public
|
|
6497
|
-
* <p>Describes a Reserved Instance whose queued purchase was successfully deleted.</p>
|
|
6498
|
-
*/
|
|
6499
|
-
export interface SuccessfulQueuedPurchaseDeletion {
|
|
6500
|
-
/**
|
|
6501
|
-
* <p>The ID of the Reserved Instance.</p>
|
|
6502
|
-
*/
|
|
6503
|
-
ReservedInstancesId?: string;
|
|
6504
|
-
}
|
|
6505
|
-
/**
|
|
6506
|
-
* @public
|
|
6507
|
-
*/
|
|
6508
|
-
export interface DeleteQueuedReservedInstancesResult {
|
|
6509
|
-
/**
|
|
6510
|
-
* <p>Information about the queued purchases that were successfully deleted.</p>
|
|
6511
|
-
*/
|
|
6512
|
-
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
6513
|
-
/**
|
|
6514
|
-
* <p>Information about the queued purchases that could not be deleted.</p>
|
|
6515
|
-
*/
|
|
6516
|
-
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
6517
|
-
}
|
|
6518
|
-
/**
|
|
6519
|
-
* @public
|
|
6520
|
-
*/
|
|
6521
|
-
export interface DeleteRouteRequest {
|
|
6522
|
-
/**
|
|
6523
|
-
* <p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
|
|
6524
|
-
*/
|
|
6525
|
-
DestinationCidrBlock?: string;
|
|
6526
|
-
/**
|
|
6527
|
-
* <p>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
|
|
6528
|
-
*/
|
|
6529
|
-
DestinationIpv6CidrBlock?: string;
|
|
6530
|
-
/**
|
|
6531
|
-
* <p>The ID of the prefix list for the route.</p>
|
|
6532
|
-
*/
|
|
6533
|
-
DestinationPrefixListId?: string;
|
|
6534
|
-
/**
|
|
6535
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6536
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6537
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6538
|
-
*/
|
|
6539
|
-
DryRun?: boolean;
|
|
6540
|
-
/**
|
|
6541
|
-
* <p>The ID of the route table.</p>
|
|
6542
|
-
*/
|
|
6543
|
-
RouteTableId: string | undefined;
|
|
6544
|
-
}
|
|
6545
|
-
/**
|
|
6546
|
-
* @public
|
|
6547
|
-
*/
|
|
6548
|
-
export interface DeleteRouteTableRequest {
|
|
6549
|
-
/**
|
|
6550
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6551
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6552
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6553
|
-
*/
|
|
6554
|
-
DryRun?: boolean;
|
|
6555
|
-
/**
|
|
6556
|
-
* <p>The ID of the route table.</p>
|
|
6557
|
-
*/
|
|
6558
|
-
RouteTableId: string | undefined;
|
|
6559
|
-
}
|
|
6560
|
-
/**
|
|
6561
|
-
* @public
|
|
6562
|
-
*/
|
|
6563
|
-
export interface DeleteSecurityGroupRequest {
|
|
6564
|
-
/**
|
|
6565
|
-
* <p>The ID of the security group. Required for a nondefault VPC.</p>
|
|
6566
|
-
*/
|
|
6567
|
-
GroupId?: string;
|
|
6568
|
-
/**
|
|
6569
|
-
* <p>[EC2-Classic, default VPC] The name of the security group. You can specify either the
|
|
6570
|
-
* security group name or the security group ID. For security groups in a nondefault VPC,
|
|
6571
|
-
* you must specify the security group ID.</p>
|
|
6572
|
-
*/
|
|
6573
|
-
GroupName?: string;
|
|
6574
|
-
/**
|
|
6575
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6576
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6577
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6578
|
-
*/
|
|
6579
|
-
DryRun?: boolean;
|
|
6580
|
-
}
|
|
6581
|
-
/**
|
|
6582
|
-
* @public
|
|
6583
|
-
*/
|
|
6584
|
-
export interface DeleteSnapshotRequest {
|
|
6585
|
-
/**
|
|
6586
|
-
* <p>The ID of the EBS snapshot.</p>
|
|
6587
|
-
*/
|
|
6588
|
-
SnapshotId: string | undefined;
|
|
6589
|
-
/**
|
|
6590
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6591
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6592
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6593
|
-
*/
|
|
6594
|
-
DryRun?: boolean;
|
|
6595
|
-
}
|
|
6596
6609
|
/**
|
|
6597
6610
|
* @internal
|
|
6598
6611
|
*/
|
|
@@ -1,6 +1,107 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
-
import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
|
-
import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
2
|
+
import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
|
+
import { FailedQueuedPurchaseDeletion, FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Describes a Reserved Instance whose queued purchase was successfully deleted.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface SuccessfulQueuedPurchaseDeletion {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the Reserved Instance.</p>
|
|
11
|
+
*/
|
|
12
|
+
ReservedInstancesId?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteQueuedReservedInstancesResult {
|
|
18
|
+
/**
|
|
19
|
+
* <p>Information about the queued purchases that were successfully deleted.</p>
|
|
20
|
+
*/
|
|
21
|
+
SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
|
|
22
|
+
/**
|
|
23
|
+
* <p>Information about the queued purchases that could not be deleted.</p>
|
|
24
|
+
*/
|
|
25
|
+
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface DeleteRouteRequest {
|
|
31
|
+
/**
|
|
32
|
+
* <p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
|
|
33
|
+
*/
|
|
34
|
+
DestinationCidrBlock?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
|
|
37
|
+
*/
|
|
38
|
+
DestinationIpv6CidrBlock?: string;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The ID of the prefix list for the route.</p>
|
|
41
|
+
*/
|
|
42
|
+
DestinationPrefixListId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
45
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
46
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
47
|
+
*/
|
|
48
|
+
DryRun?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The ID of the route table.</p>
|
|
51
|
+
*/
|
|
52
|
+
RouteTableId: string | undefined;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface DeleteRouteTableRequest {
|
|
58
|
+
/**
|
|
59
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
60
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
61
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
62
|
+
*/
|
|
63
|
+
DryRun?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The ID of the route table.</p>
|
|
66
|
+
*/
|
|
67
|
+
RouteTableId: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface DeleteSecurityGroupRequest {
|
|
73
|
+
/**
|
|
74
|
+
* <p>The ID of the security group. Required for a nondefault VPC.</p>
|
|
75
|
+
*/
|
|
76
|
+
GroupId?: string;
|
|
77
|
+
/**
|
|
78
|
+
* <p>[EC2-Classic, default VPC] The name of the security group. You can specify either the
|
|
79
|
+
* security group name or the security group ID. For security groups in a nondefault VPC,
|
|
80
|
+
* you must specify the security group ID.</p>
|
|
81
|
+
*/
|
|
82
|
+
GroupName?: string;
|
|
83
|
+
/**
|
|
84
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
85
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
86
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
87
|
+
*/
|
|
88
|
+
DryRun?: boolean;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export interface DeleteSnapshotRequest {
|
|
94
|
+
/**
|
|
95
|
+
* <p>The ID of the EBS snapshot.</p>
|
|
96
|
+
*/
|
|
97
|
+
SnapshotId: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
100
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
101
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
102
|
+
*/
|
|
103
|
+
DryRun?: boolean;
|
|
104
|
+
}
|
|
4
105
|
/**
|
|
5
106
|
* @public
|
|
6
107
|
* <p>Contains the parameters for DeleteSpotDatafeedSubscription.</p>
|
|
@@ -1120,16 +1221,11 @@ export interface DescribeAddressesRequest {
|
|
|
1120
1221
|
* <ul>
|
|
1121
1222
|
* <li>
|
|
1122
1223
|
* <p>
|
|
1123
|
-
* <code>allocation-id</code> -
|
|
1124
|
-
* </li>
|
|
1125
|
-
* <li>
|
|
1126
|
-
* <p>
|
|
1127
|
-
* <code>association-id</code> - [EC2-VPC] The association ID for the address.</p>
|
|
1224
|
+
* <code>allocation-id</code> - The allocation ID for the address.</p>
|
|
1128
1225
|
* </li>
|
|
1129
1226
|
* <li>
|
|
1130
1227
|
* <p>
|
|
1131
|
-
* <code>
|
|
1132
|
-
* or in a VPC (<code>vpc</code>).</p>
|
|
1228
|
+
* <code>association-id</code> - The association ID for the address.</p>
|
|
1133
1229
|
* </li>
|
|
1134
1230
|
* <li>
|
|
1135
1231
|
* <p>
|
|
@@ -1142,7 +1238,7 @@ export interface DescribeAddressesRequest {
|
|
|
1142
1238
|
* </li>
|
|
1143
1239
|
* <li>
|
|
1144
1240
|
* <p>
|
|
1145
|
-
* <code>network-interface-id</code> -
|
|
1241
|
+
* <code>network-interface-id</code> - The ID of the network interface that the address is associated with, if any.</p>
|
|
1146
1242
|
* </li>
|
|
1147
1243
|
* <li>
|
|
1148
1244
|
* <p>
|
|
@@ -1150,7 +1246,7 @@ export interface DescribeAddressesRequest {
|
|
|
1150
1246
|
* </li>
|
|
1151
1247
|
* <li>
|
|
1152
1248
|
* <p>
|
|
1153
|
-
* <code>private-ip-address</code> -
|
|
1249
|
+
* <code>private-ip-address</code> - The private IP address associated with the Elastic IP address.</p>
|
|
1154
1250
|
* </li>
|
|
1155
1251
|
* <li>
|
|
1156
1252
|
* <p>
|
|
@@ -1174,7 +1270,7 @@ export interface DescribeAddressesRequest {
|
|
|
1174
1270
|
*/
|
|
1175
1271
|
PublicIps?: string[];
|
|
1176
1272
|
/**
|
|
1177
|
-
* <p>
|
|
1273
|
+
* <p>Information about the allocation IDs.</p>
|
|
1178
1274
|
*/
|
|
1179
1275
|
AllocationIds?: string[];
|
|
1180
1276
|
/**
|
|
@@ -7061,6 +7157,84 @@ export interface InstanceAttribute {
|
|
|
7061
7157
|
*/
|
|
7062
7158
|
DisableApiStop?: AttributeBooleanValue;
|
|
7063
7159
|
}
|
|
7160
|
+
/**
|
|
7161
|
+
* @public
|
|
7162
|
+
*/
|
|
7163
|
+
export interface DescribeInstanceConnectEndpointsRequest {
|
|
7164
|
+
/**
|
|
7165
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7166
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7167
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7168
|
+
*/
|
|
7169
|
+
DryRun?: boolean;
|
|
7170
|
+
/**
|
|
7171
|
+
* <p>The maximum number of items to return for this request.
|
|
7172
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
7173
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
7174
|
+
*/
|
|
7175
|
+
MaxResults?: number;
|
|
7176
|
+
/**
|
|
7177
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
7178
|
+
*/
|
|
7179
|
+
NextToken?: string;
|
|
7180
|
+
/**
|
|
7181
|
+
* <p>One or more filters.</p>
|
|
7182
|
+
* <ul>
|
|
7183
|
+
* <li>
|
|
7184
|
+
* <p>
|
|
7185
|
+
* <code>instance-connect-endpoint-id</code> - The ID of the EC2 Instance Connect Endpoint.</p>
|
|
7186
|
+
* </li>
|
|
7187
|
+
* <li>
|
|
7188
|
+
* <p>
|
|
7189
|
+
* <code>state</code> - The state of the EC2 Instance Connect Endpoint (<code>create-in-progress</code> | <code>create-complete</code> | <code>create-failed</code> |
|
|
7190
|
+
* <code>delete-in-progress</code> | <code>delete-complete</code> | <code>delete-failed</code>).</p>
|
|
7191
|
+
* </li>
|
|
7192
|
+
* <li>
|
|
7193
|
+
* <p>
|
|
7194
|
+
* <code>subnet-id</code> - The ID of the subnet in which the EC2 Instance
|
|
7195
|
+
* Connect Endpoint was created.</p>
|
|
7196
|
+
* </li>
|
|
7197
|
+
* <li>
|
|
7198
|
+
* <p>
|
|
7199
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
7200
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7201
|
+
* </li>
|
|
7202
|
+
* <li>
|
|
7203
|
+
* <p>
|
|
7204
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7205
|
+
* </li>
|
|
7206
|
+
* <li>
|
|
7207
|
+
* <p>
|
|
7208
|
+
* <code>tag-value</code> - The value of a tag assigned to the resource. Use this filter to find all resources
|
|
7209
|
+
* that have a tag with a specific value, regardless of tag key.</p>
|
|
7210
|
+
* </li>
|
|
7211
|
+
* <li>
|
|
7212
|
+
* <p>
|
|
7213
|
+
* <code>vpc-id</code> - The ID of the VPC in which the EC2 Instance Connect
|
|
7214
|
+
* Endpoint was created.</p>
|
|
7215
|
+
* </li>
|
|
7216
|
+
* </ul>
|
|
7217
|
+
*/
|
|
7218
|
+
Filters?: Filter[];
|
|
7219
|
+
/**
|
|
7220
|
+
* <p>One or more EC2 Instance Connect Endpoint IDs.</p>
|
|
7221
|
+
*/
|
|
7222
|
+
InstanceConnectEndpointIds?: string[];
|
|
7223
|
+
}
|
|
7224
|
+
/**
|
|
7225
|
+
* @public
|
|
7226
|
+
*/
|
|
7227
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
|
7228
|
+
/**
|
|
7229
|
+
* <p>Information about the EC2 Instance Connect Endpoints.</p>
|
|
7230
|
+
*/
|
|
7231
|
+
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[];
|
|
7232
|
+
/**
|
|
7233
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
7234
|
+
* are no more items to return.</p>
|
|
7235
|
+
*/
|
|
7236
|
+
NextToken?: string;
|
|
7237
|
+
}
|
|
7064
7238
|
/**
|
|
7065
7239
|
* @public
|
|
7066
7240
|
*/
|
|
@@ -7893,154 +8067,6 @@ export interface LicenseConfiguration {
|
|
|
7893
8067
|
*/
|
|
7894
8068
|
LicenseConfigurationArn?: string;
|
|
7895
8069
|
}
|
|
7896
|
-
/**
|
|
7897
|
-
* @public
|
|
7898
|
-
* @enum
|
|
7899
|
-
*/
|
|
7900
|
-
export declare const InstanceAutoRecoveryState: {
|
|
7901
|
-
readonly default: "default";
|
|
7902
|
-
readonly disabled: "disabled";
|
|
7903
|
-
};
|
|
7904
|
-
/**
|
|
7905
|
-
* @public
|
|
7906
|
-
*/
|
|
7907
|
-
export type InstanceAutoRecoveryState = (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
|
|
7908
|
-
/**
|
|
7909
|
-
* @public
|
|
7910
|
-
* <p>The maintenance options for the instance.</p>
|
|
7911
|
-
*/
|
|
7912
|
-
export interface InstanceMaintenanceOptions {
|
|
7913
|
-
/**
|
|
7914
|
-
* <p>Provides information on the current automatic recovery behavior of your
|
|
7915
|
-
* instance.</p>
|
|
7916
|
-
*/
|
|
7917
|
-
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
7918
|
-
}
|
|
7919
|
-
/**
|
|
7920
|
-
* @public
|
|
7921
|
-
* @enum
|
|
7922
|
-
*/
|
|
7923
|
-
export declare const InstanceMetadataEndpointState: {
|
|
7924
|
-
readonly disabled: "disabled";
|
|
7925
|
-
readonly enabled: "enabled";
|
|
7926
|
-
};
|
|
7927
|
-
/**
|
|
7928
|
-
* @public
|
|
7929
|
-
*/
|
|
7930
|
-
export type InstanceMetadataEndpointState = (typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
|
|
7931
|
-
/**
|
|
7932
|
-
* @public
|
|
7933
|
-
* @enum
|
|
7934
|
-
*/
|
|
7935
|
-
export declare const InstanceMetadataProtocolState: {
|
|
7936
|
-
readonly disabled: "disabled";
|
|
7937
|
-
readonly enabled: "enabled";
|
|
7938
|
-
};
|
|
7939
|
-
/**
|
|
7940
|
-
* @public
|
|
7941
|
-
*/
|
|
7942
|
-
export type InstanceMetadataProtocolState = (typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
|
|
7943
|
-
/**
|
|
7944
|
-
* @public
|
|
7945
|
-
* @enum
|
|
7946
|
-
*/
|
|
7947
|
-
export declare const HttpTokensState: {
|
|
7948
|
-
readonly optional: "optional";
|
|
7949
|
-
readonly required: "required";
|
|
7950
|
-
};
|
|
7951
|
-
/**
|
|
7952
|
-
* @public
|
|
7953
|
-
*/
|
|
7954
|
-
export type HttpTokensState = (typeof HttpTokensState)[keyof typeof HttpTokensState];
|
|
7955
|
-
/**
|
|
7956
|
-
* @public
|
|
7957
|
-
* @enum
|
|
7958
|
-
*/
|
|
7959
|
-
export declare const InstanceMetadataTagsState: {
|
|
7960
|
-
readonly disabled: "disabled";
|
|
7961
|
-
readonly enabled: "enabled";
|
|
7962
|
-
};
|
|
7963
|
-
/**
|
|
7964
|
-
* @public
|
|
7965
|
-
*/
|
|
7966
|
-
export type InstanceMetadataTagsState = (typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
|
|
7967
|
-
/**
|
|
7968
|
-
* @public
|
|
7969
|
-
* @enum
|
|
7970
|
-
*/
|
|
7971
|
-
export declare const InstanceMetadataOptionsState: {
|
|
7972
|
-
readonly applied: "applied";
|
|
7973
|
-
readonly pending: "pending";
|
|
7974
|
-
};
|
|
7975
|
-
/**
|
|
7976
|
-
* @public
|
|
7977
|
-
*/
|
|
7978
|
-
export type InstanceMetadataOptionsState = (typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
|
|
7979
|
-
/**
|
|
7980
|
-
* @public
|
|
7981
|
-
* <p>The metadata options for the instance.</p>
|
|
7982
|
-
*/
|
|
7983
|
-
export interface InstanceMetadataOptionsResponse {
|
|
7984
|
-
/**
|
|
7985
|
-
* <p>The state of the metadata option changes.</p>
|
|
7986
|
-
* <p>
|
|
7987
|
-
* <code>pending</code> - The metadata options are being updated and the instance is not
|
|
7988
|
-
* ready to process metadata traffic with the new selection.</p>
|
|
7989
|
-
* <p>
|
|
7990
|
-
* <code>applied</code> - The metadata options have been successfully applied on the
|
|
7991
|
-
* instance.</p>
|
|
7992
|
-
*/
|
|
7993
|
-
State?: InstanceMetadataOptionsState | string;
|
|
7994
|
-
/**
|
|
7995
|
-
* <p>IMDSv2 uses token-backed sessions. Indicates whether the use of HTTP tokens is
|
|
7996
|
-
* <code>optional</code> (in other words, indicates whether the use of IMDSv2 is
|
|
7997
|
-
* <code>optional</code>) or <code>required</code> (in other words, indicates whether
|
|
7998
|
-
* the use of IMDSv2 is <code>required</code>).</p>
|
|
7999
|
-
* <ul>
|
|
8000
|
-
* <li>
|
|
8001
|
-
* <p>
|
|
8002
|
-
* <code>optional</code> - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without
|
|
8003
|
-
* a session token in your request. If you retrieve the IAM role credentials
|
|
8004
|
-
* without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials
|
|
8005
|
-
* using a valid session token, the IMDSv2 role credentials are returned.</p>
|
|
8006
|
-
* </li>
|
|
8007
|
-
* <li>
|
|
8008
|
-
* <p>
|
|
8009
|
-
* <code>required</code> - When IMDSv2 is required, you must send a session token
|
|
8010
|
-
* with any instance metadata retrieval requests. In this state, retrieving the IAM role
|
|
8011
|
-
* credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.</p>
|
|
8012
|
-
* </li>
|
|
8013
|
-
* </ul>
|
|
8014
|
-
* <p>Default: <code>optional</code>
|
|
8015
|
-
* </p>
|
|
8016
|
-
*/
|
|
8017
|
-
HttpTokens?: HttpTokensState | string;
|
|
8018
|
-
/**
|
|
8019
|
-
* <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
|
|
8020
|
-
* number, the further instance metadata requests can travel.</p>
|
|
8021
|
-
* <p>Default: 1</p>
|
|
8022
|
-
* <p>Possible values: Integers from 1 to 64</p>
|
|
8023
|
-
*/
|
|
8024
|
-
HttpPutResponseHopLimit?: number;
|
|
8025
|
-
/**
|
|
8026
|
-
* <p>Indicates whether the HTTP metadata endpoint on your instances is enabled or
|
|
8027
|
-
* disabled.</p>
|
|
8028
|
-
* <p>If the value is <code>disabled</code>, you cannot access your instance
|
|
8029
|
-
* metadata.</p>
|
|
8030
|
-
*/
|
|
8031
|
-
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
8032
|
-
/**
|
|
8033
|
-
* <p>Indicates whether the IPv6 endpoint for the instance metadata service is enabled or
|
|
8034
|
-
* disabled.</p>
|
|
8035
|
-
*/
|
|
8036
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
8037
|
-
/**
|
|
8038
|
-
* <p>Indicates whether access to instance tags from the instance metadata is enabled or
|
|
8039
|
-
* disabled. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
|
|
8040
|
-
* instance tags using the instance metadata</a>.</p>
|
|
8041
|
-
*/
|
|
8042
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | string;
|
|
8043
|
-
}
|
|
8044
8070
|
/**
|
|
8045
8071
|
* @internal
|
|
8046
8072
|
*/
|