@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.
Files changed (113) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/EC2.js +15 -0
  3. package/dist-cjs/commands/CancelImageLaunchPermissionCommand.js +46 -0
  4. package/dist-cjs/commands/CreateDefaultSubnetCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +2 -1
  6. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +1 -2
  8. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
  9. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
  10. package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +3 -3
  12. package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
  13. package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +3 -3
  14. package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +1 -2
  15. package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +3 -3
  16. package/dist-cjs/commands/index.js +1 -0
  17. package/dist-cjs/models/models_0.js +10 -10
  18. package/dist-cjs/models/models_1.js +21 -21
  19. package/dist-cjs/models/models_2.js +22 -22
  20. package/dist-cjs/models/models_3.js +21 -21
  21. package/dist-cjs/models/models_4.js +22 -22
  22. package/dist-cjs/models/models_5.js +22 -22
  23. package/dist-cjs/models/models_6.js +20 -4
  24. package/dist-cjs/protocols/Aws_ec2.js +179 -22
  25. package/dist-cjs/runtimeConfig.browser.js +0 -3
  26. package/dist-cjs/runtimeConfig.js +0 -3
  27. package/dist-cjs/runtimeConfig.shared.js +3 -0
  28. package/dist-es/EC2.js +15 -0
  29. package/dist-es/commands/CancelImageLaunchPermissionCommand.js +42 -0
  30. package/dist-es/commands/CreateDefaultSubnetCommand.js +2 -1
  31. package/dist-es/commands/CreateSubnetCidrReservationCommand.js +2 -1
  32. package/dist-es/commands/CreateTagsCommand.js +1 -1
  33. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +1 -2
  34. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
  35. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
  36. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  37. package/dist-es/commands/DescribeLaunchTemplatesCommand.js +1 -1
  38. package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
  39. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +1 -1
  40. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +1 -2
  41. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +1 -1
  42. package/dist-es/commands/index.js +1 -0
  43. package/dist-es/models/models_0.js +6 -6
  44. package/dist-es/models/models_1.js +12 -12
  45. package/dist-es/models/models_2.js +12 -12
  46. package/dist-es/models/models_3.js +12 -12
  47. package/dist-es/models/models_4.js +12 -12
  48. package/dist-es/models/models_5.js +12 -13
  49. package/dist-es/models/models_6.js +13 -0
  50. package/dist-es/protocols/Aws_ec2.js +155 -0
  51. package/dist-es/runtimeConfig.browser.js +0 -3
  52. package/dist-es/runtimeConfig.js +0 -3
  53. package/dist-es/runtimeConfig.shared.js +3 -0
  54. package/dist-types/EC2.d.ts +17 -7
  55. package/dist-types/EC2Client.d.ts +3 -2
  56. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +39 -0
  57. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
  58. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +3 -3
  59. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
  60. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -2
  62. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  63. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -2
  64. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  68. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
  69. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -2
  71. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  72. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  73. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -0
  74. package/dist-types/commands/index.d.ts +1 -0
  75. package/dist-types/models/models_0.d.ts +26 -112
  76. package/dist-types/models/models_1.d.ts +247 -101
  77. package/dist-types/models/models_2.d.ts +96 -79
  78. package/dist-types/models/models_3.d.ts +80 -217
  79. package/dist-types/models/models_4.d.ts +230 -72
  80. package/dist-types/models/models_5.d.ts +61 -71
  81. package/dist-types/models/models_6.d.ts +70 -2
  82. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  83. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  84. package/dist-types/runtimeConfig.d.ts +2 -2
  85. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  86. package/dist-types/ts3.4/EC2.d.ts +17 -0
  87. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  88. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +41 -0
  89. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
  90. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +4 -2
  95. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -4
  98. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +4 -2
  100. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +13 -30
  103. package/dist-types/ts3.4/models/models_1.d.ts +51 -36
  104. package/dist-types/ts3.4/models/models_2.d.ts +36 -33
  105. package/dist-types/ts3.4/models/models_3.d.ts +32 -41
  106. package/dist-types/ts3.4/models/models_4.d.ts +42 -29
  107. package/dist-types/ts3.4/models/models_5.d.ts +29 -28
  108. package/dist-types/ts3.4/models/models_6.d.ts +28 -1
  109. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  113. 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, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
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
- export interface DescribeLaunchTemplatesRequest {
8165
- /**
8166
- * <p>Checks whether you have the required permissions for the action, without actually
8167
- * making the request, and provides an error response. If you have the required
8168
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8169
- * <code>UnauthorizedOperation</code>.</p>
8170
- */
8171
- DryRun?: boolean;
8172
- /**
8173
- * <p>One or more launch template IDs.</p>
8174
- */
8175
- LaunchTemplateIds?: string[];
8176
- /**
8177
- * <p>One or more launch template names.</p>
8178
- */
8179
- LaunchTemplateNames?: string[];
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;