@aws-sdk/client-ec2 3.204.0 → 3.206.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 (68) hide show
  1. package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +2 -1
  2. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +1 -2
  3. package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +3 -3
  4. package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
  5. package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +1 -2
  6. package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +1 -2
  7. package/dist-cjs/models/models_1.js +13 -13
  8. package/dist-cjs/models/models_2.js +14 -14
  9. package/dist-cjs/models/models_3.js +13 -13
  10. package/dist-cjs/models/models_4.js +14 -14
  11. package/dist-cjs/models/models_5.js +14 -14
  12. package/dist-cjs/models/models_6.js +12 -4
  13. package/dist-cjs/protocols/Aws_ec2.js +114 -0
  14. package/dist-es/commands/CreateSubnetCidrReservationCommand.js +2 -1
  15. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +1 -2
  16. package/dist-es/commands/DescribeLaunchTemplatesCommand.js +1 -1
  17. package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
  18. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +1 -2
  19. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +1 -2
  20. package/dist-es/models/models_1.js +6 -6
  21. package/dist-es/models/models_2.js +6 -6
  22. package/dist-es/models/models_3.js +6 -6
  23. package/dist-es/models/models_4.js +6 -6
  24. package/dist-es/models/models_5.js +6 -6
  25. package/dist-es/models/models_6.js +6 -0
  26. package/dist-es/protocols/Aws_ec2.js +114 -0
  27. package/dist-types/EC2.d.ts +51 -44
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -5
  30. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -2
  31. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
  33. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
  34. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +4 -4
  35. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  38. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
  39. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -2
  40. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +5 -5
  41. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +6 -5
  42. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -3
  43. package/dist-types/commands/ModifyHostsCommand.d.ts +8 -7
  44. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -2
  45. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -2
  46. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  47. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -0
  48. package/dist-types/commands/RunInstancesCommand.d.ts +3 -1
  49. package/dist-types/models/models_0.d.ts +24 -26
  50. package/dist-types/models/models_1.d.ts +201 -94
  51. package/dist-types/models/models_2.d.ts +58 -49
  52. package/dist-types/models/models_3.d.ts +95 -120
  53. package/dist-types/models/models_4.d.ts +96 -57
  54. package/dist-types/models/models_5.d.ts +75 -86
  55. package/dist-types/models/models_6.d.ts +77 -20
  56. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/models/models_1.d.ts +21 -18
  63. package/dist-types/ts3.4/models/models_2.d.ts +19 -18
  64. package/dist-types/ts3.4/models/models_3.d.ts +18 -24
  65. package/dist-types/ts3.4/models/models_4.d.ts +19 -15
  66. package/dist-types/ts3.4/models/models_5.d.ts +17 -18
  67. package/dist-types/ts3.4/models/models_6.d.ts +18 -1
  68. package/package.json +1 -1
@@ -1,5 +1,47 @@
1
1
  import { ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, Tenancy, VolumeType, Vpc } from "./models_1";
2
+ import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservationType, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes a subnet CIDR reservation.</p>
5
+ */
6
+ export interface SubnetCidrReservation {
7
+ /**
8
+ * <p>The ID of the subnet CIDR reservation.</p>
9
+ */
10
+ SubnetCidrReservationId?: string;
11
+ /**
12
+ * <p>The ID of the subnet.</p>
13
+ */
14
+ SubnetId?: string;
15
+ /**
16
+ * <p>The CIDR that has been reserved.</p>
17
+ */
18
+ Cidr?: string;
19
+ /**
20
+ * <p>The type of reservation. </p>
21
+ */
22
+ ReservationType?: SubnetCidrReservationType | string;
23
+ /**
24
+ * <p>The ID of the account that owns the subnet CIDR reservation. </p>
25
+ */
26
+ OwnerId?: string;
27
+ /**
28
+ * <p>The
29
+ * description
30
+ * assigned to the subnet CIDR
31
+ * reservation.</p>
32
+ */
33
+ Description?: string;
34
+ /**
35
+ * <p>The tags assigned to the subnet CIDR reservation.</p>
36
+ */
37
+ Tags?: Tag[];
38
+ }
39
+ export interface CreateSubnetCidrReservationResult {
40
+ /**
41
+ * <p>Information about the created subnet CIDR reservation.</p>
42
+ */
43
+ SubnetCidrReservation?: SubnetCidrReservation;
44
+ }
3
45
  export interface CreateTagsRequest {
4
46
  /**
5
47
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3567,12 +3609,14 @@ export interface DeleteLaunchTemplateRequest {
3567
3609
  DryRun?: boolean;
3568
3610
  /**
3569
3611
  * <p>The ID of the launch template.</p>
3570
- * <p>You must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
3612
+ * <p>You must specify either the <code>LaunchTemplateId</code> or the
3613
+ * <code>LaunchTemplateName</code>, but not both.</p>
3571
3614
  */
3572
3615
  LaunchTemplateId?: string;
3573
3616
  /**
3574
3617
  * <p>The name of the launch template.</p>
3575
- * <p>You must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
3618
+ * <p>You must specify either the <code>LaunchTemplateName</code> or the
3619
+ * <code>LaunchTemplateId</code>, but not both.</p>
3576
3620
  */
3577
3621
  LaunchTemplateName?: string;
3578
3622
  }
@@ -3592,12 +3636,14 @@ export interface DeleteLaunchTemplateVersionsRequest {
3592
3636
  DryRun?: boolean;
3593
3637
  /**
3594
3638
  * <p>The ID of the launch template.</p>
3595
- * <p>You must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
3639
+ * <p>You must specify either the <code>LaunchTemplateId</code> or the
3640
+ * <code>LaunchTemplateName</code>, but not both.</p>
3596
3641
  */
3597
3642
  LaunchTemplateId?: string;
3598
3643
  /**
3599
3644
  * <p>The name of the launch template.</p>
3600
- * <p>You must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
3645
+ * <p>You must specify either the <code>LaunchTemplateName</code> or the
3646
+ * <code>LaunchTemplateId</code>, but not both.</p>
3601
3647
  */
3602
3648
  LaunchTemplateName?: string;
3603
3649
  /**
@@ -4105,7 +4151,7 @@ export interface DeleteSpotDatafeedSubscriptionRequest {
4105
4151
  * <p>Checks whether you have the required permissions for the action, without actually
4106
4152
  * making the request, and provides an error response. If you have the required
4107
4153
  * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
4108
- * <code>UnauthorizedOperation</code>.</p>
4154
+ * <code>UnauthorizedOperation</code>.</p>
4109
4155
  */
4110
4156
  DryRun?: boolean;
4111
4157
  }
@@ -4764,43 +4810,14 @@ export interface DeregisterInstanceEventNotificationAttributesResult {
4764
4810
  */
4765
4811
  InstanceTagAttribute?: InstanceTagNotificationAttribute;
4766
4812
  }
4767
- export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
4768
- /**
4769
- * <p>The ID of the transit gateway multicast domain.</p>
4770
- */
4771
- TransitGatewayMulticastDomainId?: string;
4772
- /**
4773
- * <p>The IP address assigned to the transit gateway multicast group.</p>
4774
- */
4775
- GroupIpAddress?: string;
4776
- /**
4777
- * <p>The IDs of the group members' network interfaces.</p>
4778
- */
4779
- NetworkInterfaceIds?: string[];
4780
- /**
4781
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4782
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4783
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4784
- */
4785
- DryRun?: boolean;
4786
- }
4787
4813
  /**
4788
- * <p>Describes the deregistered transit gateway multicast group members.</p>
4814
+ * @internal
4789
4815
  */
4790
- export interface TransitGatewayMulticastDeregisteredGroupMembers {
4791
- /**
4792
- * <p>The ID of the transit gateway multicast domain.</p>
4793
- */
4794
- TransitGatewayMulticastDomainId?: string;
4795
- /**
4796
- * <p>The network interface IDs of the deregistered members.</p>
4797
- */
4798
- DeregisteredNetworkInterfaceIds?: string[];
4799
- /**
4800
- * <p>The IP address assigned to the transit gateway multicast group.</p>
4801
- */
4802
- GroupIpAddress?: string;
4803
- }
4816
+ export declare const SubnetCidrReservationFilterSensitiveLog: (obj: SubnetCidrReservation) => any;
4817
+ /**
4818
+ * @internal
4819
+ */
4820
+ export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (obj: CreateSubnetCidrReservationResult) => any;
4804
4821
  /**
4805
4822
  * @internal
4806
4823
  */
@@ -5805,11 +5822,3 @@ export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (obj: I
5805
5822
  * @internal
5806
5823
  */
5807
5824
  export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesResult) => any;
5808
- /**
5809
- * @internal
5810
- */
5811
- export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
5812
- /**
5813
- * @internal
5814
- */
5815
- export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
@@ -1,6 +1,43 @@
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, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
- import { FleetStateCode, InstanceTagNotificationAttribute, TransitGatewayMulticastDeregisteredGroupMembers } from "./models_2";
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
+ 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
+ }
4
41
  export interface DeregisterTransitGatewayMulticastGroupMembersResult {
5
42
  /**
6
43
  * <p>Information about the deregistered members.</p>
@@ -3805,8 +3842,8 @@ export interface DescribeHostReservationOfferingsRequest {
3805
3842
  */
3806
3843
  MaxResults?: number;
3807
3844
  /**
3808
- * <p>This is the minimum duration of the reservation you'd like to purchase, specified
3809
- * in seconds. Reservations are available in one-year and three-year terms. The number of
3845
+ * <p>This is the minimum duration of the reservation you'd like to purchase, specified in
3846
+ * seconds. Reservations are available in one-year and three-year terms. The number of
3810
3847
  * seconds specified must be the number of seconds in a year (365x24x60x60) times one of
3811
3848
  * the supported durations (1 or 3). For example, specify 31536000 for one year.</p>
3812
3849
  */
@@ -3854,8 +3891,7 @@ export interface HostOffering {
3854
3891
  */
3855
3892
  PaymentOption?: PaymentOption | string;
3856
3893
  /**
3857
- * <p>The upfront price of the offering. Does not apply to No Upfront
3858
- * offerings.</p>
3894
+ * <p>The upfront price of the offering. Does not apply to No Upfront offerings.</p>
3859
3895
  */
3860
3896
  UpfrontPrice?: string;
3861
3897
  }
@@ -3890,14 +3926,14 @@ export interface DescribeHostReservationsRequest {
3890
3926
  * <code>retired</code>).</p>
3891
3927
  * </li>
3892
3928
  * <li>
3893
- * <p>
3929
+ * <p>
3894
3930
  * <code>tag:<key></code> - 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.
3895
3931
  * 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>
3896
- * </li>
3932
+ * </li>
3897
3933
  * <li>
3898
- * <p>
3934
+ * <p>
3899
3935
  * <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>
3900
- * </li>
3936
+ * </li>
3901
3937
  * </ul>
3902
3938
  */
3903
3939
  Filter?: Filter[];
@@ -3921,8 +3957,7 @@ export declare enum ReservationState {
3921
3957
  RETIRED = "retired"
3922
3958
  }
3923
3959
  /**
3924
- * <p>Details about the Dedicated Host Reservation and associated Dedicated
3925
- * Hosts.</p>
3960
+ * <p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>
3926
3961
  */
3927
3962
  export interface HostReservation {
3928
3963
  /**
@@ -3936,8 +3971,8 @@ export interface HostReservation {
3936
3971
  */
3937
3972
  CurrencyCode?: CurrencyCodeValues | string;
3938
3973
  /**
3939
- * <p>The length of the reservation's term, specified in seconds. Can be <code>31536000
3940
- * (1 year)</code> | <code>94608000 (3 years)</code>.</p>
3974
+ * <p>The length of the reservation's term, specified in seconds. Can be <code>31536000 (1
3975
+ * year)</code> | <code>94608000 (3 years)</code>.</p>
3941
3976
  */
3942
3977
  Duration?: number;
3943
3978
  /**
@@ -3958,13 +3993,12 @@ export interface HostReservation {
3958
3993
  HourlyPrice?: string;
3959
3994
  /**
3960
3995
  * <p>The instance family of the Dedicated Host Reservation. The instance family on the
3961
- * Dedicated Host must be the same in order for it to benefit from the
3962
- * reservation.</p>
3996
+ * Dedicated Host must be the same in order for it to benefit from the reservation.</p>
3963
3997
  */
3964
3998
  InstanceFamily?: string;
3965
3999
  /**
3966
- * <p>The ID of the reservation. This remains the same regardless of which Dedicated
3967
- * Hosts are associated with it.</p>
4000
+ * <p>The ID of the reservation. This remains the same regardless of which Dedicated Hosts
4001
+ * are associated with it.</p>
3968
4002
  */
3969
4003
  OfferingId?: string;
3970
4004
  /**
@@ -4009,8 +4043,7 @@ export interface DescribeHostsRequest {
4009
4043
  * </li>
4010
4044
  * <li>
4011
4045
  * <p>
4012
- * <code>availability-zone</code> - The Availability Zone of the
4013
- * host.</p>
4046
+ * <code>availability-zone</code> - The Availability Zone of the host.</p>
4014
4047
  * </li>
4015
4048
  * <li>
4016
4049
  * <p>
@@ -4019,13 +4052,13 @@ export interface DescribeHostsRequest {
4019
4052
  * </li>
4020
4053
  * <li>
4021
4054
  * <p>
4022
- * <code>host-reservation-id</code> - The ID of the reservation assigned to
4023
- * this host.</p>
4055
+ * <code>host-reservation-id</code> - The ID of the reservation assigned to this
4056
+ * host.</p>
4024
4057
  * </li>
4025
4058
  * <li>
4026
4059
  * <p>
4027
- * <code>instance-type</code> - The instance type size that the Dedicated Host
4028
- * is configured to support.</p>
4060
+ * <code>instance-type</code> - The instance type size that the Dedicated Host is
4061
+ * configured to support.</p>
4029
4062
  * </li>
4030
4063
  * <li>
4031
4064
  * <p>
@@ -4035,9 +4068,9 @@ export interface DescribeHostsRequest {
4035
4068
  * <code>released-permanent-failure</code>).</p>
4036
4069
  * </li>
4037
4070
  * <li>
4038
- * <p>
4071
+ * <p>
4039
4072
  * <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>
4040
- * </li>
4073
+ * </li>
4041
4074
  * </ul>
4042
4075
  */
4043
4076
  Filter?: Filter[];
@@ -4048,7 +4081,8 @@ export interface DescribeHostsRequest {
4048
4081
  HostIds?: string[];
4049
4082
  /**
4050
4083
  * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
4051
- * <p>You cannot specify this parameter and the host IDs parameter in the same request.</p>
4084
+ * <p>You cannot specify this parameter and the host IDs parameter in the same
4085
+ * request.</p>
4052
4086
  */
4053
4087
  MaxResults?: number;
4054
4088
  /**
@@ -4058,12 +4092,12 @@ export interface DescribeHostsRequest {
4058
4092
  }
4059
4093
  /**
4060
4094
  * <p>Information about the number of instances that can be launched onto the Dedicated
4061
- * Host.</p>
4095
+ * Host.</p>
4062
4096
  */
4063
4097
  export interface InstanceCapacity {
4064
4098
  /**
4065
4099
  * <p>The number of instances that can be launched onto the Dedicated Host based on the
4066
- * host's available capacity.</p>
4100
+ * host's available capacity.</p>
4067
4101
  */
4068
4102
  AvailableCapacity?: number;
4069
4103
  /**
@@ -4072,19 +4106,20 @@ export interface InstanceCapacity {
4072
4106
  InstanceType?: string;
4073
4107
  /**
4074
4108
  * <p>The total number of instances that can be launched onto the Dedicated Host if there
4075
- * are no instances running on it.</p>
4109
+ * are no instances running on it.</p>
4076
4110
  */
4077
4111
  TotalCapacity?: number;
4078
4112
  }
4079
4113
  /**
4080
- * <p>The capacity information for instances that can be launched onto the Dedicated Host. </p>
4114
+ * <p>The capacity information for instances that can be launched onto the Dedicated Host.
4115
+ * </p>
4081
4116
  */
4082
4117
  export interface AvailableCapacity {
4083
4118
  /**
4084
- * <p>The number of instances that can be launched onto the Dedicated Host depending on
4085
- * the host's available capacity. For Dedicated Hosts that support multiple instance types,
4086
- * this parameter represents the number of instances for each instance size that is
4087
- * supported on the host.</p>
4119
+ * <p>The number of instances that can be launched onto the Dedicated Host depending on the
4120
+ * host's available capacity. For Dedicated Hosts that support multiple instance types,
4121
+ * this parameter represents the number of instances for each instance size that is
4122
+ * supported on the host.</p>
4088
4123
  */
4089
4124
  AvailableInstanceCapacity?: InstanceCapacity[];
4090
4125
  /**
@@ -4102,12 +4137,12 @@ export interface HostProperties {
4102
4137
  Cores?: number;
4103
4138
  /**
4104
4139
  * <p>The instance type supported by the Dedicated Host. For example, <code>m5.large</code>.
4105
- * If the host supports multiple instance types, no <b>instanceType</b>
4106
- * is returned.</p>
4140
+ * If the host supports multiple instance types, no <b>instanceType</b> is returned.</p>
4107
4141
  */
4108
4142
  InstanceType?: string;
4109
4143
  /**
4110
- * <p>The instance family supported by the Dedicated Host. For example, <code>m5</code>.</p>
4144
+ * <p>The instance family supported by the Dedicated Host. For example,
4145
+ * <code>m5</code>.</p>
4111
4146
  */
4112
4147
  InstanceFamily?: string;
4113
4148
  /**
@@ -4128,7 +4163,8 @@ export interface HostInstance {
4128
4163
  */
4129
4164
  InstanceId?: string;
4130
4165
  /**
4131
- * <p>The instance type (for example, <code>m3.medium</code>) of the running instance.</p>
4166
+ * <p>The instance type (for example, <code>m3.medium</code>) of the running
4167
+ * instance.</p>
4132
4168
  */
4133
4169
  InstanceType?: string;
4134
4170
  /**
@@ -4165,13 +4201,12 @@ export interface Host {
4165
4201
  */
4166
4202
  HostProperties?: HostProperties;
4167
4203
  /**
4168
- * <p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response
4169
- * if the Dedicated Host doesn't have an associated reservation.</p>
4204
+ * <p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response if
4205
+ * the Dedicated Host doesn't have an associated reservation.</p>
4170
4206
  */
4171
4207
  HostReservationId?: string;
4172
4208
  /**
4173
- * <p>The IDs and instance type that are currently running on the Dedicated
4174
- * Host.</p>
4209
+ * <p>The IDs and instance type that are currently running on the Dedicated Host.</p>
4175
4210
  */
4176
4211
  Instances?: HostInstance[];
4177
4212
  /**
@@ -4195,9 +4230,10 @@ export interface Host {
4195
4230
  */
4196
4231
  HostRecovery?: HostRecovery | string;
4197
4232
  /**
4198
- * <p>Indicates whether the Dedicated Host supports multiple instance types of the same instance family.
4199
- * If the value is <code>on</code>, the Dedicated Host supports multiple instance types in the instance family.
4200
- * If the value is <code>off</code>, the Dedicated Host supports a single instance type only.</p>
4233
+ * <p>Indicates whether the Dedicated Host supports multiple instance types of the same
4234
+ * instance family. If the value is <code>on</code>, the Dedicated Host supports multiple
4235
+ * instance types in the instance family. If the value is <code>off</code>, the Dedicated
4236
+ * Host supports a single instance type only.</p>
4201
4237
  */
4202
4238
  AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | string;
4203
4239
  /**
@@ -4209,13 +4245,13 @@ export interface Host {
4209
4245
  */
4210
4246
  AvailabilityZoneId?: string;
4211
4247
  /**
4212
- * <p>Indicates whether the Dedicated Host is in a host resource group. If
4213
- * <b>memberOfServiceLinkedResourceGroup</b> is
4214
- * <code>true</code>, the host is in a host resource group; otherwise, it is not.</p>
4248
+ * <p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the
4249
+ * host is in a host resource group; otherwise, it is not.</p>
4215
4250
  */
4216
4251
  MemberOfServiceLinkedResourceGroup?: boolean;
4217
4252
  /**
4218
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.</p>
4253
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the
4254
+ * Dedicated Host is allocated.</p>
4219
4255
  */
4220
4256
  OutpostArn?: string;
4221
4257
  }
@@ -5315,7 +5351,7 @@ export interface InstanceAttribute {
5315
5351
  UserData?: AttributeValue;
5316
5352
  /**
5317
5353
  * <p>To enable the instance for Amazon Web Services Stop Protection, set this parameter to
5318
- * <code>true</code>; otherwise, set it to <code>false</code>.</p>
5354
+ * <code>true</code>; otherwise, set it to <code>false</code>.</p>
5319
5355
  */
5320
5356
  DisableApiStop?: AttributeBooleanValue;
5321
5357
  }
@@ -8187,67 +8223,14 @@ export interface DescribeKeyPairsResult {
8187
8223
  */
8188
8224
  KeyPairs?: KeyPairInfo[];
8189
8225
  }
8190
- export interface DescribeLaunchTemplatesRequest {
8191
- /**
8192
- * <p>Checks whether you have the required permissions for the action, without actually
8193
- * making the request, and provides an error response. If you have the required
8194
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8195
- * <code>UnauthorizedOperation</code>.</p>
8196
- */
8197
- DryRun?: boolean;
8198
- /**
8199
- * <p>One or more launch template IDs.</p>
8200
- */
8201
- LaunchTemplateIds?: string[];
8202
- /**
8203
- * <p>One or more launch template names.</p>
8204
- */
8205
- LaunchTemplateNames?: string[];
8206
- /**
8207
- * <p>One or more filters.</p>
8208
- * <ul>
8209
- * <li>
8210
- * <p>
8211
- * <code>create-time</code> - The time the launch template was created.</p>
8212
- * </li>
8213
- * <li>
8214
- * <p>
8215
- * <code>launch-template-name</code> - The name of the launch template.</p>
8216
- * </li>
8217
- * <li>
8218
- * <p>
8219
- * <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.
8220
- * 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>
8221
- * </li>
8222
- * <li>
8223
- * <p>
8224
- * <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>
8225
- * </li>
8226
- * </ul>
8227
- */
8228
- Filters?: Filter[];
8229
- /**
8230
- * <p>The token to request the next page of results.</p>
8231
- */
8232
- NextToken?: string;
8233
- /**
8234
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
8235
- * results, make another call with the returned <code>NextToken</code> value. This value
8236
- * can be between 1 and 200.</p>
8237
- */
8238
- MaxResults?: number;
8239
- }
8240
- export interface DescribeLaunchTemplatesResult {
8241
- /**
8242
- * <p>Information about the launch templates.</p>
8243
- */
8244
- LaunchTemplates?: LaunchTemplate[];
8245
- /**
8246
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
8247
- * when there are no more results to return.</p>
8248
- */
8249
- NextToken?: string;
8250
- }
8226
+ /**
8227
+ * @internal
8228
+ */
8229
+ export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
8230
+ /**
8231
+ * @internal
8232
+ */
8233
+ export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
8251
8234
  /**
8252
8235
  * @internal
8253
8236
  */
@@ -9208,11 +9191,3 @@ export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
9208
9191
  * @internal
9209
9192
  */
9210
9193
  export declare const DescribeKeyPairsResultFilterSensitiveLog: (obj: DescribeKeyPairsResult) => any;
9211
- /**
9212
- * @internal
9213
- */
9214
- export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (obj: DescribeLaunchTemplatesRequest) => any;
9215
- /**
9216
- * @internal
9217
- */
9218
- export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (obj: DescribeLaunchTemplatesResult) => any;