@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
@@ -3,7 +3,50 @@ import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification
3
3
  import { IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
4
  import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
5
5
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
- import { CapacityReservationSpecification, PeeringConnectionOptions, Purchase } from "./models_5";
6
+ import { CapacityReservationSpecification, PeeringConnectionOptionsRequest, Purchase } from "./models_5";
7
+ export interface ModifyVpcPeeringConnectionOptionsRequest {
8
+ /**
9
+ * <p>The VPC peering connection options for the accepter VPC.</p>
10
+ */
11
+ AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
14
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
15
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ */
17
+ DryRun?: boolean;
18
+ /**
19
+ * <p>The VPC peering connection options for the requester VPC.</p>
20
+ */
21
+ RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
22
+ /**
23
+ * <p>The ID of the VPC peering connection.</p>
24
+ */
25
+ VpcPeeringConnectionId: string | undefined;
26
+ }
27
+ /**
28
+ * <note>
29
+ * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
30
+ * </note>
31
+ * <p>Describes the VPC peering connection options.</p>
32
+ */
33
+ export interface PeeringConnectionOptions {
34
+ /**
35
+ * <p>If true, the public DNS hostnames of instances in the specified VPC resolve to private
36
+ * IP addresses when queried from instances in the peer VPC.</p>
37
+ */
38
+ AllowDnsResolutionFromRemoteVpc?: boolean;
39
+ /**
40
+ * <p>If true, enables outbound communication from an EC2-Classic instance that's linked to
41
+ * a local VPC using ClassicLink to instances in a peer VPC.</p>
42
+ */
43
+ AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
44
+ /**
45
+ * <p>If true, enables outbound communication from instances in a local VPC to an
46
+ * EC2-Classic instance that's linked to a peer VPC using ClassicLink.</p>
47
+ */
48
+ AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
49
+ }
7
50
  export interface ModifyVpcPeeringConnectionOptionsResult {
8
51
  /**
9
52
  * <p>Information about the VPC peering connection options for the accepter VPC.</p>
@@ -569,8 +612,8 @@ export interface PurchaseHostReservationRequest {
569
612
  */
570
613
  ClientToken?: string;
571
614
  /**
572
- * <p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>,
573
- * and <code>totalHourlyPrice</code> amounts are specified. At this time, the only
615
+ * <p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>, and
616
+ * <code>totalHourlyPrice</code> amounts are specified. At this time, the only
574
617
  * supported currency is <code>USD</code>.</p>
575
618
  */
576
619
  CurrencyCode?: CurrencyCodeValues | string;
@@ -1640,7 +1683,7 @@ export interface RequestSpotInstancesRequest {
1640
1683
  ValidUntil?: Date;
1641
1684
  /**
1642
1685
  * <p>The key-value pair for tagging the Spot Instance request on creation. The value for
1643
- * <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
1686
+ * <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
1644
1687
  * Spot Instance request fails. To tag the Spot Instance request after it has been created,
1645
1688
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
1646
1689
  */
@@ -2190,10 +2233,12 @@ export interface HibernationOptionsRequest {
2190
2233
  */
2191
2234
  export interface SpotMarketOptions {
2192
2235
  /**
2193
- * <p>The maximum hourly price that you're willing to pay for a Spot Instance. We do not recommend
2194
- * using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
2236
+ * <p>The maximum hourly price that you're willing to pay for a Spot Instance. We do not
2237
+ * recommend using this parameter because it can lead to increased interruptions. If you do
2238
+ * not specify this parameter, you will pay the current Spot price.</p>
2195
2239
  * <important>
2196
- * <p>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</p>
2240
+ * <p>If you specify a maximum price, your Spot Instances will be interrupted more
2241
+ * frequently than if you do not specify this parameter.</p>
2197
2242
  * </important>
2198
2243
  */
2199
2244
  MaxPrice?: string;
@@ -2250,20 +2295,23 @@ export interface InstanceMarketOptionsRequest {
2250
2295
  export interface LaunchTemplateSpecification {
2251
2296
  /**
2252
2297
  * <p>The ID of the launch template.</p>
2253
- * <p>You must specify the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
2298
+ * <p>You must specify the <code>LaunchTemplateId</code> or the
2299
+ * <code>LaunchTemplateName</code>, but not both.</p>
2254
2300
  */
2255
2301
  LaunchTemplateId?: string;
2256
2302
  /**
2257
2303
  * <p>The name of the launch template.</p>
2258
- * <p>You must specify the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
2304
+ * <p>You must specify the <code>LaunchTemplateName</code> or the
2305
+ * <code>LaunchTemplateId</code>, but not both.</p>
2259
2306
  */
2260
2307
  LaunchTemplateName?: string;
2261
2308
  /**
2262
- * <p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>.</p>
2309
+ * <p>The launch template version number, <code>$Latest</code>, or
2310
+ * <code>$Default</code>.</p>
2263
2311
  * <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch
2264
2312
  * template.</p>
2265
- * <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch
2266
- * template.</p>
2313
+ * <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the
2314
+ * launch template.</p>
2267
2315
  * <p>Default: The default version of the launch template.</p>
2268
2316
  */
2269
2317
  Version?: string;
@@ -2474,8 +2522,10 @@ export interface RunInstancesRequest {
2474
2522
  */
2475
2523
  SubnetId?: string;
2476
2524
  /**
2477
- * <p>The user data script to make available to the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run commands
2478
- * on your Linux instance at launch</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html">Run commands on your Windows instance at launch</a>. If you are using a command line tool,
2525
+ * <p>The user data script to make available to the instance. For more information, see
2526
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run
2527
+ * commands on your Linux instance at launch</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html">Run commands on your
2528
+ * Windows instance at launch</a>. If you are using a command line tool,
2479
2529
  * base64-encoding is performed for you, and you can load the text from a file. Otherwise,
2480
2530
  * you must provide base64-encoded text. User data is limited to 16 KB.</p>
2481
2531
  */
@@ -2588,7 +2638,7 @@ export interface RunInstancesRequest {
2588
2638
  TagSpecifications?: TagSpecification[];
2589
2639
  /**
2590
2640
  * <p>The launch template to use to launch the instances. Any parameters that you specify in
2591
- * <a>RunInstances</a> override the same parameters in the launch template.
2641
+ * <a>RunInstances</a> override the same parameters in the launch template.
2592
2642
  * You can specify either the name or ID of a launch template, but not both.</p>
2593
2643
  */
2594
2644
  LaunchTemplate?: LaunchTemplateSpecification;
@@ -2604,7 +2654,7 @@ export interface RunInstancesRequest {
2604
2654
  * are <code>standard</code> and <code>unlimited</code>. To change this attribute after
2605
2655
  * launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html">
2606
2656
  * ModifyInstanceCreditSpecification</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable
2607
- * performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
2657
+ * performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
2608
2658
  * <p>Default: <code>standard</code> (T2 instances) or <code>unlimited</code> (T3/T3a/T4g
2609
2659
  * instances)</p>
2610
2660
  * <p>For T3 instances with <code>host</code> tenancy, only <code>standard</code> is
@@ -2624,7 +2674,7 @@ export interface RunInstancesRequest {
2624
2674
  CapacityReservationSpecification?: CapacityReservationSpecification;
2625
2675
  /**
2626
2676
  * <p>Indicates whether an instance is enabled for hibernation. For more information, see
2627
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
2677
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
2628
2678
  * your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
2629
2679
  * <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same
2630
2680
  * instance.</p>
@@ -2642,7 +2692,7 @@ export interface RunInstancesRequest {
2642
2692
  * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
2643
2693
  * more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html"> What is Amazon Web Services Nitro
2644
2694
  * Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
2645
- * Guide</i>.</p>
2695
+ * Guide</i>.</p>
2646
2696
  * <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same
2647
2697
  * instance.</p>
2648
2698
  */
@@ -2659,8 +2709,7 @@ export interface RunInstancesRequest {
2659
2709
  /**
2660
2710
  * <p>Indicates whether an instance is enabled for stop protection. For more information,
2661
2711
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
2662
- * protection</a>.
2663
- * </p>
2712
+ * protection</a>. </p>
2664
2713
  */
2665
2714
  DisableApiStop?: boolean;
2666
2715
  }
@@ -3613,6 +3662,14 @@ export interface WithdrawByoipCidrResult {
3613
3662
  */
3614
3663
  ByoipCidr?: ByoipCidr;
3615
3664
  }
3665
+ /**
3666
+ * @internal
3667
+ */
3668
+ export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (obj: ModifyVpcPeeringConnectionOptionsRequest) => any;
3669
+ /**
3670
+ * @internal
3671
+ */
3672
+ export declare const PeeringConnectionOptionsFilterSensitiveLog: (obj: PeeringConnectionOptions) => any;
3616
3673
  /**
3617
3674
  * @internal
3618
3675
  */
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- CreateSubnetCidrReservationRequest,
16
- CreateSubnetCidrReservationResult,
17
- } from "../models/models_1";
14
+ import { CreateSubnetCidrReservationRequest } from "../models/models_1";
15
+ import { CreateSubnetCidrReservationResult } from "../models/models_2";
18
16
  export interface CreateSubnetCidrReservationCommandInput
19
17
  extends CreateSubnetCidrReservationRequest {}
20
18
  export interface CreateSubnetCidrReservationCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DeregisterTransitGatewayMulticastGroupMembersRequest } from "../models/models_2";
15
- import { DeregisterTransitGatewayMulticastGroupMembersResult } from "../models/models_3";
14
+ import {
15
+ DeregisterTransitGatewayMulticastGroupMembersRequest,
16
+ DeregisterTransitGatewayMulticastGroupMembersResult,
17
+ } from "../models/models_3";
16
18
  export interface DeregisterTransitGatewayMulticastGroupMembersCommandInput
17
19
  extends DeregisterTransitGatewayMulticastGroupMembersRequest {}
18
20
  export interface DeregisterTransitGatewayMulticastGroupMembersCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeLaunchTemplatesRequest,
16
16
  DescribeLaunchTemplatesResult,
17
- } from "../models/models_3";
17
+ } from "../models/models_4";
18
18
  export interface DescribeLaunchTemplatesCommandInput
19
19
  extends DescribeLaunchTemplatesRequest {}
20
20
  export interface DescribeLaunchTemplatesCommandOutput
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- DisassociateTransitGatewayRouteTableRequest,
16
- DisassociateTransitGatewayRouteTableResult,
17
- } from "../models/models_4";
14
+ import { DisassociateTransitGatewayRouteTableRequest } from "../models/models_4";
15
+ import { DisassociateTransitGatewayRouteTableResult } from "../models/models_5";
18
16
  export interface DisassociateTransitGatewayRouteTableCommandInput
19
17
  extends DisassociateTransitGatewayRouteTableRequest {}
20
18
  export interface DisassociateTransitGatewayRouteTableCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DisassociateTrunkInterfaceRequest } from "../models/models_4";
15
- import { DisassociateTrunkInterfaceResult } from "../models/models_5";
14
+ import {
15
+ DisassociateTrunkInterfaceRequest,
16
+ DisassociateTrunkInterfaceResult,
17
+ } from "../models/models_5";
16
18
  export interface DisassociateTrunkInterfaceCommandInput
17
19
  extends DisassociateTrunkInterfaceRequest {}
18
20
  export interface DisassociateTrunkInterfaceCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyVpcPeeringConnectionOptionsRequest } from "../models/models_5";
15
- import { ModifyVpcPeeringConnectionOptionsResult } from "../models/models_6";
14
+ import {
15
+ ModifyVpcPeeringConnectionOptionsRequest,
16
+ ModifyVpcPeeringConnectionOptionsResult,
17
+ } from "../models/models_6";
16
18
  export interface ModifyVpcPeeringConnectionOptionsCommandInput
17
19
  extends ModifyVpcPeeringConnectionOptionsRequest {}
18
20
  export interface ModifyVpcPeeringConnectionOptionsCommandOutput
@@ -178,6 +178,10 @@ export interface MemoryMiBRequest {
178
178
  Min: number | undefined;
179
179
  Max?: number;
180
180
  }
181
+ export interface NetworkBandwidthGbpsRequest {
182
+ Min?: number;
183
+ Max?: number;
184
+ }
181
185
  export interface NetworkInterfaceCountRequest {
182
186
  Min?: number;
183
187
  Max?: number;
@@ -212,6 +216,8 @@ export interface InstanceRequirementsRequest {
212
216
  AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
213
217
  AcceleratorNames?: (AcceleratorName | string)[];
214
218
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
219
+ NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest;
220
+ AllowedInstanceTypes?: string[];
215
221
  }
216
222
  export interface Placement {
217
223
  AvailabilityZone?: string;
@@ -222,6 +228,7 @@ export interface Placement {
222
228
  Tenancy?: Tenancy | string;
223
229
  SpreadDomain?: string;
224
230
  HostResourceGroupArn?: string;
231
+ GroupId?: string;
225
232
  }
226
233
  export interface FleetLaunchTemplateOverridesRequest {
227
234
  InstanceType?: _InstanceType | string;
@@ -344,6 +351,10 @@ export interface MemoryMiB {
344
351
  Min?: number;
345
352
  Max?: number;
346
353
  }
354
+ export interface NetworkBandwidthGbps {
355
+ Min?: number;
356
+ Max?: number;
357
+ }
347
358
  export interface NetworkInterfaceCount {
348
359
  Min?: number;
349
360
  Max?: number;
@@ -378,6 +389,8 @@ export interface InstanceRequirements {
378
389
  AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
379
390
  AcceleratorNames?: (AcceleratorName | string)[];
380
391
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB;
392
+ NetworkBandwidthGbps?: NetworkBandwidthGbps;
393
+ AllowedInstanceTypes?: string[];
381
394
  }
382
395
  export interface PlacementResponse {
383
396
  GroupName?: string;
@@ -937,6 +950,7 @@ export interface LaunchTemplatePlacementRequest {
937
950
  SpreadDomain?: string;
938
951
  HostResourceGroupArn?: string;
939
952
  PartitionNumber?: number;
953
+ GroupId?: string;
940
954
  }
941
955
  export interface LaunchTemplatePrivateDnsNameOptionsRequest {
942
956
  HostnameType?: HostnameType | string;
@@ -1136,6 +1150,7 @@ export interface LaunchTemplatePlacement {
1136
1150
  SpreadDomain?: string;
1137
1151
  HostResourceGroupArn?: string;
1138
1152
  PartitionNumber?: number;
1153
+ GroupId?: string;
1139
1154
  }
1140
1155
  export interface LaunchTemplatePrivateDnsNameOptions {
1141
1156
  HostnameType?: HostnameType | string;
@@ -1945,18 +1960,6 @@ export interface CreateSubnetCidrReservationRequest {
1945
1960
  DryRun?: boolean;
1946
1961
  TagSpecifications?: TagSpecification[];
1947
1962
  }
1948
- export interface SubnetCidrReservation {
1949
- SubnetCidrReservationId?: string;
1950
- SubnetId?: string;
1951
- Cidr?: string;
1952
- ReservationType?: SubnetCidrReservationType | string;
1953
- OwnerId?: string;
1954
- Description?: string;
1955
- Tags?: Tag[];
1956
- }
1957
- export interface CreateSubnetCidrReservationResult {
1958
- SubnetCidrReservation?: SubnetCidrReservation;
1959
- }
1960
1963
  export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
1961
1964
  export declare const CreateDefaultSubnetResultFilterSensitiveLog: (
1962
1965
  obj: CreateDefaultSubnetResult
@@ -2008,6 +2011,9 @@ export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (
2008
2011
  export declare const MemoryMiBRequestFilterSensitiveLog: (
2009
2012
  obj: MemoryMiBRequest
2010
2013
  ) => any;
2014
+ export declare const NetworkBandwidthGbpsRequestFilterSensitiveLog: (
2015
+ obj: NetworkBandwidthGbpsRequest
2016
+ ) => any;
2011
2017
  export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (
2012
2018
  obj: NetworkInterfaceCountRequest
2013
2019
  ) => any;
@@ -2058,6 +2064,9 @@ export declare const MemoryGiBPerVCpuFilterSensitiveLog: (
2058
2064
  obj: MemoryGiBPerVCpu
2059
2065
  ) => any;
2060
2066
  export declare const MemoryMiBFilterSensitiveLog: (obj: MemoryMiB) => any;
2067
+ export declare const NetworkBandwidthGbpsFilterSensitiveLog: (
2068
+ obj: NetworkBandwidthGbps
2069
+ ) => any;
2061
2070
  export declare const NetworkInterfaceCountFilterSensitiveLog: (
2062
2071
  obj: NetworkInterfaceCount
2063
2072
  ) => any;
@@ -2606,9 +2615,3 @@ export declare const CreateSubnetResultFilterSensitiveLog: (
2606
2615
  export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (
2607
2616
  obj: CreateSubnetCidrReservationRequest
2608
2617
  ) => any;
2609
- export declare const SubnetCidrReservationFilterSensitiveLog: (
2610
- obj: SubnetCidrReservation
2611
- ) => any;
2612
- export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (
2613
- obj: CreateSubnetCidrReservationResult
2614
- ) => any;
@@ -32,11 +32,23 @@ import {
32
32
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
33
33
  LocalGatewayRouteTableVpcAssociation,
34
34
  ManagedPrefixList,
35
- SubnetCidrReservation,
35
+ SubnetCidrReservationType,
36
36
  Tenancy,
37
37
  VolumeType,
38
38
  Vpc,
39
39
  } from "./models_1";
40
+ export interface SubnetCidrReservation {
41
+ SubnetCidrReservationId?: string;
42
+ SubnetId?: string;
43
+ Cidr?: string;
44
+ ReservationType?: SubnetCidrReservationType | string;
45
+ OwnerId?: string;
46
+ Description?: string;
47
+ Tags?: Tag[];
48
+ }
49
+ export interface CreateSubnetCidrReservationResult {
50
+ SubnetCidrReservation?: SubnetCidrReservation;
51
+ }
40
52
  export interface CreateTagsRequest {
41
53
  DryRun?: boolean;
42
54
  Resources: string[] | undefined;
@@ -1562,17 +1574,12 @@ export interface InstanceTagNotificationAttribute {
1562
1574
  export interface DeregisterInstanceEventNotificationAttributesResult {
1563
1575
  InstanceTagAttribute?: InstanceTagNotificationAttribute;
1564
1576
  }
1565
- export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
1566
- TransitGatewayMulticastDomainId?: string;
1567
- GroupIpAddress?: string;
1568
- NetworkInterfaceIds?: string[];
1569
- DryRun?: boolean;
1570
- }
1571
- export interface TransitGatewayMulticastDeregisteredGroupMembers {
1572
- TransitGatewayMulticastDomainId?: string;
1573
- DeregisteredNetworkInterfaceIds?: string[];
1574
- GroupIpAddress?: string;
1575
- }
1577
+ export declare const SubnetCidrReservationFilterSensitiveLog: (
1578
+ obj: SubnetCidrReservation
1579
+ ) => any;
1580
+ export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (
1581
+ obj: CreateSubnetCidrReservationResult
1582
+ ) => any;
1576
1583
  export declare const CreateTagsRequestFilterSensitiveLog: (
1577
1584
  obj: CreateTagsRequest
1578
1585
  ) => any;
@@ -2308,9 +2315,3 @@ export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
2308
2315
  export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
2309
2316
  obj: DeregisterInstanceEventNotificationAttributesResult
2310
2317
  ) => any;
2311
- export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
2312
- obj: DeregisterTransitGatewayMulticastGroupMembersRequest
2313
- ) => any;
2314
- export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
2315
- obj: TransitGatewayMulticastDeregisteredGroupMembers
2316
- ) => any;
@@ -61,7 +61,6 @@ import {
61
61
  IpamPool,
62
62
  IpamScope,
63
63
  KeyType,
64
- LaunchTemplate,
65
64
  LaunchTemplateAndOverridesResponse,
66
65
  LogDestinationType,
67
66
  NetworkInterfaceStatus,
@@ -73,11 +72,18 @@ import {
73
72
  TargetCapacityUnitType,
74
73
  TrafficType,
75
74
  } from "./models_1";
76
- import {
77
- FleetStateCode,
78
- InstanceTagNotificationAttribute,
79
- TransitGatewayMulticastDeregisteredGroupMembers,
80
- } from "./models_2";
75
+ import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
76
+ export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
77
+ TransitGatewayMulticastDomainId?: string;
78
+ GroupIpAddress?: string;
79
+ NetworkInterfaceIds?: string[];
80
+ DryRun?: boolean;
81
+ }
82
+ export interface TransitGatewayMulticastDeregisteredGroupMembers {
83
+ TransitGatewayMulticastDomainId?: string;
84
+ DeregisteredNetworkInterfaceIds?: string[];
85
+ GroupIpAddress?: string;
86
+ }
81
87
  export interface DeregisterTransitGatewayMulticastGroupMembersResult {
82
88
  DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
83
89
  }
@@ -1925,18 +1931,12 @@ export interface KeyPairInfo {
1925
1931
  export interface DescribeKeyPairsResult {
1926
1932
  KeyPairs?: KeyPairInfo[];
1927
1933
  }
1928
- export interface DescribeLaunchTemplatesRequest {
1929
- DryRun?: boolean;
1930
- LaunchTemplateIds?: string[];
1931
- LaunchTemplateNames?: string[];
1932
- Filters?: Filter[];
1933
- NextToken?: string;
1934
- MaxResults?: number;
1935
- }
1936
- export interface DescribeLaunchTemplatesResult {
1937
- LaunchTemplates?: LaunchTemplate[];
1938
- NextToken?: string;
1939
- }
1934
+ export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
1935
+ obj: DeregisterTransitGatewayMulticastGroupMembersRequest
1936
+ ) => any;
1937
+ export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
1938
+ obj: TransitGatewayMulticastDeregisteredGroupMembers
1939
+ ) => any;
1940
1940
  export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
1941
1941
  obj: DeregisterTransitGatewayMulticastGroupMembersResult
1942
1942
  ) => any;
@@ -2603,9 +2603,3 @@ export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
2603
2603
  export declare const DescribeKeyPairsResultFilterSensitiveLog: (
2604
2604
  obj: DescribeKeyPairsResult
2605
2605
  ) => any;
2606
- export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (
2607
- obj: DescribeLaunchTemplatesRequest
2608
- ) => any;
2609
- export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (
2610
- obj: DescribeLaunchTemplatesResult
2611
- ) => any;
@@ -21,7 +21,6 @@ import {
21
21
  SubnetIpv6CidrBlockAssociation,
22
22
  Tag,
23
23
  TagSpecification,
24
- TransitGatewayAssociation,
25
24
  TransitGatewayAssociationState,
26
25
  TransitGatewayAttachmentResourceType,
27
26
  TransitGatewayAttachmentState,
@@ -44,6 +43,7 @@ import {
44
43
  InstanceRequirements,
45
44
  Ipv4PrefixSpecificationRequest,
46
45
  Ipv6PrefixSpecificationRequest,
46
+ LaunchTemplate,
47
47
  LaunchTemplateVersion,
48
48
  LocalGatewayRouteTable,
49
49
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
@@ -110,6 +110,18 @@ import {
110
110
  PermissionGroup,
111
111
  ProductCode,
112
112
  } from "./models_3";
113
+ export interface DescribeLaunchTemplatesRequest {
114
+ DryRun?: boolean;
115
+ LaunchTemplateIds?: string[];
116
+ LaunchTemplateNames?: string[];
117
+ Filters?: Filter[];
118
+ NextToken?: string;
119
+ MaxResults?: number;
120
+ }
121
+ export interface DescribeLaunchTemplatesResult {
122
+ LaunchTemplates?: LaunchTemplate[];
123
+ NextToken?: string;
124
+ }
113
125
  export interface DescribeLaunchTemplateVersionsRequest {
114
126
  DryRun?: boolean;
115
127
  LaunchTemplateId?: string;
@@ -1879,14 +1891,12 @@ export interface DisassociateTransitGatewayRouteTableRequest {
1879
1891
  TransitGatewayAttachmentId: string | undefined;
1880
1892
  DryRun?: boolean;
1881
1893
  }
1882
- export interface DisassociateTransitGatewayRouteTableResult {
1883
- Association?: TransitGatewayAssociation;
1884
- }
1885
- export interface DisassociateTrunkInterfaceRequest {
1886
- AssociationId: string | undefined;
1887
- ClientToken?: string;
1888
- DryRun?: boolean;
1889
- }
1894
+ export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (
1895
+ obj: DescribeLaunchTemplatesRequest
1896
+ ) => any;
1897
+ export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (
1898
+ obj: DescribeLaunchTemplatesResult
1899
+ ) => any;
1890
1900
  export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (
1891
1901
  obj: DescribeLaunchTemplateVersionsRequest
1892
1902
  ) => any;
@@ -2702,9 +2712,3 @@ export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveL
2702
2712
  export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (
2703
2713
  obj: DisassociateTransitGatewayRouteTableRequest
2704
2714
  ) => any;
2705
- export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (
2706
- obj: DisassociateTransitGatewayRouteTableResult
2707
- ) => any;
2708
- export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (
2709
- obj: DisassociateTrunkInterfaceRequest
2710
- ) => any;
@@ -26,6 +26,7 @@ import {
26
26
  Tag,
27
27
  TagSpecification,
28
28
  TargetConfigurationRequest,
29
+ TransitGatewayAssociation,
29
30
  TransitGatewayAssociationState,
30
31
  TransitGatewayAttachmentResourceType,
31
32
  TransitGatewayPolicyTableAssociation,
@@ -56,7 +57,6 @@ import {
56
57
  RequestIpamResourceTag,
57
58
  ResponseLaunchTemplateData,
58
59
  ShutdownBehavior,
59
- SubnetCidrReservation,
60
60
  TargetCapacitySpecificationRequest,
61
61
  TargetCapacityUnitType,
62
62
  VolumeType,
@@ -69,6 +69,7 @@ import {
69
69
  IpAddressType,
70
70
  IpamPoolCidr,
71
71
  PayerResponsibility,
72
+ SubnetCidrReservation,
72
73
  TrafficDirection,
73
74
  TrafficMirrorFilter,
74
75
  TrafficMirrorFilterRule,
@@ -122,6 +123,14 @@ import {
122
123
  TransitGatewayPropagationState,
123
124
  VolumeModification,
124
125
  } from "./models_4";
126
+ export interface DisassociateTransitGatewayRouteTableResult {
127
+ Association?: TransitGatewayAssociation;
128
+ }
129
+ export interface DisassociateTrunkInterfaceRequest {
130
+ AssociationId: string | undefined;
131
+ ClientToken?: string;
132
+ DryRun?: boolean;
133
+ }
125
134
  export interface DisassociateTrunkInterfaceResult {
126
135
  Return?: boolean;
127
136
  ClientToken?: string;
@@ -1378,6 +1387,7 @@ export interface ModifyInstancePlacementRequest {
1378
1387
  Tenancy?: HostTenancy | string;
1379
1388
  PartitionNumber?: number;
1380
1389
  HostResourceGroupArn?: string;
1390
+ GroupId?: string;
1381
1391
  }
1382
1392
  export interface ModifyInstancePlacementResult {
1383
1393
  Return?: boolean;
@@ -1752,17 +1762,12 @@ export interface PeeringConnectionOptionsRequest {
1752
1762
  AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
1753
1763
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
1754
1764
  }
1755
- export interface ModifyVpcPeeringConnectionOptionsRequest {
1756
- AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
1757
- DryRun?: boolean;
1758
- RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
1759
- VpcPeeringConnectionId: string | undefined;
1760
- }
1761
- export interface PeeringConnectionOptions {
1762
- AllowDnsResolutionFromRemoteVpc?: boolean;
1763
- AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
1764
- AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
1765
- }
1765
+ export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (
1766
+ obj: DisassociateTransitGatewayRouteTableResult
1767
+ ) => any;
1768
+ export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (
1769
+ obj: DisassociateTrunkInterfaceRequest
1770
+ ) => any;
1766
1771
  export declare const DisassociateTrunkInterfaceResultFilterSensitiveLog: (
1767
1772
  obj: DisassociateTrunkInterfaceResult
1768
1773
  ) => any;
@@ -2600,9 +2605,3 @@ export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog
2600
2605
  export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (
2601
2606
  obj: PeeringConnectionOptionsRequest
2602
2607
  ) => any;
2603
- export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (
2604
- obj: ModifyVpcPeeringConnectionOptionsRequest
2605
- ) => any;
2606
- export declare const PeeringConnectionOptionsFilterSensitiveLog: (
2607
- obj: PeeringConnectionOptions
2608
- ) => any;