@aws-sdk/client-ec2 3.202.0 → 3.205.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/CancelImageLaunchPermissionCommand.js +46 -0
- package/dist-cjs/commands/CreateDefaultSubnetCommand.js +2 -1
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +2 -1
- package/dist-cjs/commands/CreateTagsCommand.js +2 -2
- package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +1 -2
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
- package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
- package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +3 -3
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_1.js +21 -21
- package/dist-cjs/models/models_2.js +22 -22
- package/dist-cjs/models/models_3.js +21 -21
- package/dist-cjs/models/models_4.js +22 -22
- package/dist-cjs/models/models_5.js +22 -22
- package/dist-cjs/models/models_6.js +20 -4
- package/dist-cjs/protocols/Aws_ec2.js +179 -22
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/CancelImageLaunchPermissionCommand.js +42 -0
- package/dist-es/commands/CreateDefaultSubnetCommand.js +2 -1
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +2 -1
- package/dist-es/commands/CreateTagsCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +1 -2
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/DescribeLaunchTemplatesCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
- package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +1 -1
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +1 -2
- package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +6 -6
- package/dist-es/models/models_1.js +12 -12
- package/dist-es/models/models_2.js +12 -12
- package/dist-es/models/models_3.js +12 -12
- package/dist-es/models/models_4.js +12 -12
- package/dist-es/models/models_5.js +12 -13
- package/dist-es/models/models_6.js +13 -0
- package/dist-es/protocols/Aws_ec2.js +155 -0
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/EC2.d.ts +17 -7
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +39 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +26 -112
- package/dist-types/models/models_1.d.ts +247 -101
- package/dist-types/models/models_2.d.ts +96 -79
- package/dist-types/models/models_3.d.ts +80 -217
- package/dist-types/models/models_4.d.ts +230 -72
- package/dist-types/models/models_5.d.ts +61 -71
- package/dist-types/models/models_6.d.ts +70 -2
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -30
- package/dist-types/ts3.4/models/models_1.d.ts +51 -36
- package/dist-types/ts3.4/models/models_2.d.ts +36 -33
- package/dist-types/ts3.4/models/models_3.d.ts +32 -41
- package/dist-types/ts3.4/models/models_4.d.ts +42 -29
- package/dist-types/ts3.4/models/models_5.d.ts +29 -28
- package/dist-types/ts3.4/models/models_6.d.ts +28 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +5 -4
|
@@ -1,6 +1,69 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType,
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
3
|
import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
5
|
+
/**
|
|
6
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
7
|
+
*/
|
|
8
|
+
TransitGatewayMulticastDomainId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
11
|
+
*/
|
|
12
|
+
GroupIpAddress?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The IDs of the group members' network interfaces.</p>
|
|
15
|
+
*/
|
|
16
|
+
NetworkInterfaceIds?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
19
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
20
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
21
|
+
*/
|
|
22
|
+
DryRun?: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>Describes the deregistered transit gateway multicast group members.</p>
|
|
26
|
+
*/
|
|
27
|
+
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
30
|
+
*/
|
|
31
|
+
TransitGatewayMulticastDomainId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The network interface IDs of the deregistered members.</p>
|
|
34
|
+
*/
|
|
35
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
36
|
+
/**
|
|
37
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
38
|
+
*/
|
|
39
|
+
GroupIpAddress?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
42
|
+
/**
|
|
43
|
+
* <p>Information about the deregistered members.</p>
|
|
44
|
+
*/
|
|
45
|
+
DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
|
|
46
|
+
}
|
|
47
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
50
|
+
*/
|
|
51
|
+
TransitGatewayMulticastDomainId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
54
|
+
*/
|
|
55
|
+
GroupIpAddress?: string;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The IDs of the group sources' network interfaces.</p>
|
|
58
|
+
*/
|
|
59
|
+
NetworkInterfaceIds?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
62
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
63
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
64
|
+
*/
|
|
65
|
+
DryRun?: boolean;
|
|
66
|
+
}
|
|
4
67
|
/**
|
|
5
68
|
* <p>Describes the deregistered transit gateway multicast group sources.</p>
|
|
6
69
|
*/
|
|
@@ -8161,206 +8224,22 @@ export interface DescribeKeyPairsResult {
|
|
|
8161
8224
|
*/
|
|
8162
8225
|
KeyPairs?: KeyPairInfo[];
|
|
8163
8226
|
}
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
/**
|
|
8181
|
-
* <p>One or more filters.</p>
|
|
8182
|
-
* <ul>
|
|
8183
|
-
* <li>
|
|
8184
|
-
* <p>
|
|
8185
|
-
* <code>create-time</code> - The time the launch template was created.</p>
|
|
8186
|
-
* </li>
|
|
8187
|
-
* <li>
|
|
8188
|
-
* <p>
|
|
8189
|
-
* <code>launch-template-name</code> - The name of the launch template.</p>
|
|
8190
|
-
* </li>
|
|
8191
|
-
* <li>
|
|
8192
|
-
* <p>
|
|
8193
|
-
* <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.
|
|
8194
|
-
* 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>
|
|
8195
|
-
* </li>
|
|
8196
|
-
* <li>
|
|
8197
|
-
* <p>
|
|
8198
|
-
* <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>
|
|
8199
|
-
* </li>
|
|
8200
|
-
* </ul>
|
|
8201
|
-
*/
|
|
8202
|
-
Filters?: Filter[];
|
|
8203
|
-
/**
|
|
8204
|
-
* <p>The token to request the next page of results.</p>
|
|
8205
|
-
*/
|
|
8206
|
-
NextToken?: string;
|
|
8207
|
-
/**
|
|
8208
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
8209
|
-
* results, make another call with the returned <code>NextToken</code> value. This value
|
|
8210
|
-
* can be between 1 and 200.</p>
|
|
8211
|
-
*/
|
|
8212
|
-
MaxResults?: number;
|
|
8213
|
-
}
|
|
8214
|
-
export interface DescribeLaunchTemplatesResult {
|
|
8215
|
-
/**
|
|
8216
|
-
* <p>Information about the launch templates.</p>
|
|
8217
|
-
*/
|
|
8218
|
-
LaunchTemplates?: LaunchTemplate[];
|
|
8219
|
-
/**
|
|
8220
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
8221
|
-
* when there are no more results to return.</p>
|
|
8222
|
-
*/
|
|
8223
|
-
NextToken?: string;
|
|
8224
|
-
}
|
|
8225
|
-
export interface DescribeLaunchTemplateVersionsRequest {
|
|
8226
|
-
/**
|
|
8227
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
8228
|
-
* making the request, and provides an error response. If you have the required
|
|
8229
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
8230
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
8231
|
-
*/
|
|
8232
|
-
DryRun?: boolean;
|
|
8233
|
-
/**
|
|
8234
|
-
* <p>The ID of the launch template.</p>
|
|
8235
|
-
* <p>To describe one or more versions of a specified launch
|
|
8236
|
-
* template, you must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
|
|
8237
|
-
* <p>To describe all the latest or default launch template versions in your
|
|
8238
|
-
* account, you must omit this parameter.</p>
|
|
8239
|
-
*/
|
|
8240
|
-
LaunchTemplateId?: string;
|
|
8241
|
-
/**
|
|
8242
|
-
* <p>The name of the launch template.</p>
|
|
8243
|
-
* <p>To describe one or more versions of a specified
|
|
8244
|
-
* launch template, you must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
|
|
8245
|
-
* <p>To describe all the latest or default launch template versions in
|
|
8246
|
-
* your account, you must omit this parameter.</p>
|
|
8247
|
-
*/
|
|
8248
|
-
LaunchTemplateName?: string;
|
|
8249
|
-
/**
|
|
8250
|
-
* <p>One or more versions of the launch template. Valid values depend on whether you are
|
|
8251
|
-
* describing a specified launch template (by ID or name) or all launch templates in your
|
|
8252
|
-
* account.</p>
|
|
8253
|
-
* <p>To describe one or more versions of a specified launch template, valid values are
|
|
8254
|
-
* <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
|
|
8255
|
-
* <p>To describe all launch templates in your account that are defined as the latest
|
|
8256
|
-
* version, the valid value is <code>$Latest</code>. To describe all launch templates in
|
|
8257
|
-
* your account that are defined as the default version, the valid value is
|
|
8258
|
-
* <code>$Default</code>. You can specify <code>$Latest</code> and
|
|
8259
|
-
* <code>$Default</code> in the same request. You cannot specify numbers.</p>
|
|
8260
|
-
*/
|
|
8261
|
-
Versions?: string[];
|
|
8262
|
-
/**
|
|
8263
|
-
* <p>The version number after which to describe launch template versions.</p>
|
|
8264
|
-
*/
|
|
8265
|
-
MinVersion?: string;
|
|
8266
|
-
/**
|
|
8267
|
-
* <p>The version number up to which to describe launch template versions.</p>
|
|
8268
|
-
*/
|
|
8269
|
-
MaxVersion?: string;
|
|
8270
|
-
/**
|
|
8271
|
-
* <p>The token to request the next page of results.</p>
|
|
8272
|
-
*/
|
|
8273
|
-
NextToken?: string;
|
|
8274
|
-
/**
|
|
8275
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
8276
|
-
* results, make another call with the returned <code>NextToken</code> value. This value
|
|
8277
|
-
* can be between 1 and 200.</p>
|
|
8278
|
-
*/
|
|
8279
|
-
MaxResults?: number;
|
|
8280
|
-
/**
|
|
8281
|
-
* <p>One or more filters.</p>
|
|
8282
|
-
* <ul>
|
|
8283
|
-
* <li>
|
|
8284
|
-
* <p>
|
|
8285
|
-
* <code>create-time</code> - The time the launch template version was
|
|
8286
|
-
* created.</p>
|
|
8287
|
-
* </li>
|
|
8288
|
-
* <li>
|
|
8289
|
-
* <p>
|
|
8290
|
-
* <code>ebs-optimized</code> - A boolean that indicates whether the instance is
|
|
8291
|
-
* optimized for Amazon EBS I/O.</p>
|
|
8292
|
-
* </li>
|
|
8293
|
-
* <li>
|
|
8294
|
-
* <p>
|
|
8295
|
-
* <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
|
|
8296
|
-
* your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
|
|
8297
|
-
* </li>
|
|
8298
|
-
* <li>
|
|
8299
|
-
* <p>
|
|
8300
|
-
* <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
|
|
8301
|
-
* instance metadata service is enabled (<code>enabled</code> |
|
|
8302
|
-
* <code>disabled</code>).</p>
|
|
8303
|
-
* </li>
|
|
8304
|
-
* <li>
|
|
8305
|
-
* <p>
|
|
8306
|
-
* <code>host-resource-group-arn</code> - The ARN of the host resource group in
|
|
8307
|
-
* which to launch the instances.</p>
|
|
8308
|
-
* </li>
|
|
8309
|
-
* <li>
|
|
8310
|
-
* <p>
|
|
8311
|
-
* <code>http-tokens</code> - The state of token usage for your instance metadata
|
|
8312
|
-
* requests (<code>optional</code> | <code>required</code>).</p>
|
|
8313
|
-
* </li>
|
|
8314
|
-
* <li>
|
|
8315
|
-
* <p>
|
|
8316
|
-
* <code>iam-instance-profile</code> - The ARN of the IAM instance
|
|
8317
|
-
* profile.</p>
|
|
8318
|
-
* </li>
|
|
8319
|
-
* <li>
|
|
8320
|
-
* <p>
|
|
8321
|
-
* <code>image-id</code> - The ID of the AMI.</p>
|
|
8322
|
-
* </li>
|
|
8323
|
-
* <li>
|
|
8324
|
-
* <p>
|
|
8325
|
-
* <code>instance-type</code> - The instance type.</p>
|
|
8326
|
-
* </li>
|
|
8327
|
-
* <li>
|
|
8328
|
-
* <p>
|
|
8329
|
-
* <code>is-default-version</code> - A boolean that indicates whether the launch
|
|
8330
|
-
* template version is the default version.</p>
|
|
8331
|
-
* </li>
|
|
8332
|
-
* <li>
|
|
8333
|
-
* <p>
|
|
8334
|
-
* <code>kernel-id</code> - The kernel ID.</p>
|
|
8335
|
-
* </li>
|
|
8336
|
-
* <li>
|
|
8337
|
-
* <p>
|
|
8338
|
-
* <code>license-configuration-arn</code> - The ARN of the license
|
|
8339
|
-
* configuration.</p>
|
|
8340
|
-
* </li>
|
|
8341
|
-
* <li>
|
|
8342
|
-
* <p>
|
|
8343
|
-
* <code>network-card-index</code> - The index of the network card.</p>
|
|
8344
|
-
* </li>
|
|
8345
|
-
* <li>
|
|
8346
|
-
* <p>
|
|
8347
|
-
* <code>ram-disk-id</code> - The RAM disk ID.</p>
|
|
8348
|
-
* </li>
|
|
8349
|
-
* </ul>
|
|
8350
|
-
*/
|
|
8351
|
-
Filters?: Filter[];
|
|
8352
|
-
}
|
|
8353
|
-
export interface DescribeLaunchTemplateVersionsResult {
|
|
8354
|
-
/**
|
|
8355
|
-
* <p>Information about the launch template versions.</p>
|
|
8356
|
-
*/
|
|
8357
|
-
LaunchTemplateVersions?: LaunchTemplateVersion[];
|
|
8358
|
-
/**
|
|
8359
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
8360
|
-
* when there are no more results to return.</p>
|
|
8361
|
-
*/
|
|
8362
|
-
NextToken?: string;
|
|
8363
|
-
}
|
|
8227
|
+
/**
|
|
8228
|
+
* @internal
|
|
8229
|
+
*/
|
|
8230
|
+
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
8231
|
+
/**
|
|
8232
|
+
* @internal
|
|
8233
|
+
*/
|
|
8234
|
+
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
|
|
8235
|
+
/**
|
|
8236
|
+
* @internal
|
|
8237
|
+
*/
|
|
8238
|
+
export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
8239
|
+
/**
|
|
8240
|
+
* @internal
|
|
8241
|
+
*/
|
|
8242
|
+
export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
8364
8243
|
/**
|
|
8365
8244
|
* @internal
|
|
8366
8245
|
*/
|
|
@@ -9313,19 +9192,3 @@ export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
|
9313
9192
|
* @internal
|
|
9314
9193
|
*/
|
|
9315
9194
|
export declare const DescribeKeyPairsResultFilterSensitiveLog: (obj: DescribeKeyPairsResult) => any;
|
|
9316
|
-
/**
|
|
9317
|
-
* @internal
|
|
9318
|
-
*/
|
|
9319
|
-
export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (obj: DescribeLaunchTemplatesRequest) => any;
|
|
9320
|
-
/**
|
|
9321
|
-
* @internal
|
|
9322
|
-
*/
|
|
9323
|
-
export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (obj: DescribeLaunchTemplatesResult) => any;
|
|
9324
|
-
/**
|
|
9325
|
-
* @internal
|
|
9326
|
-
*/
|
|
9327
|
-
export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsRequest) => any;
|
|
9328
|
-
/**
|
|
9329
|
-
* @internal
|
|
9330
|
-
*/
|
|
9331
|
-
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;
|