@aws-sdk/client-ec2 3.130.0 → 3.136.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 (37) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-types/EC2.d.ts +36 -34
  3. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -3
  10. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -3
  14. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  17. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  18. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  20. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  21. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  22. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  23. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  24. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  25. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  26. package/dist-types/commands/RegisterImageCommand.d.ts +4 -2
  27. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  28. package/dist-types/models/models_0.d.ts +24 -6
  29. package/dist-types/models/models_1.d.ts +84 -47
  30. package/dist-types/models/models_2.d.ts +30 -12
  31. package/dist-types/models/models_3.d.ts +16 -9
  32. package/dist-types/models/models_4.d.ts +31 -13
  33. package/dist-types/models/models_5.d.ts +30 -18
  34. package/dist-types/models/models_6.d.ts +37 -13
  35. package/dist-types/ts3.4/models/models_0.d.ts +5 -1
  36. package/dist-types/ts3.4/models/models_2.d.ts +6 -0
  37. package/package.json +4 -4
@@ -2441,7 +2441,12 @@ export interface SpotOptions {
2441
2441
  */
2442
2442
  MinTargetCapacity?: number;
2443
2443
  /**
2444
- * <p>The maximum amount per hour for Spot Instances that you're willing to pay.</p>
2444
+ * <p>The maximum amount per hour for Spot Instances that you're willing to pay. We do not recommend
2445
+ * using this parameter because it can lead to increased interruptions. If you do not specify
2446
+ * this parameter, you will pay the current Spot price.</p>
2447
+ * <important>
2448
+ * <p>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</p>
2449
+ * </important>
2445
2450
  */
2446
2451
  MaxTotalPrice?: string;
2447
2452
  }
@@ -8283,16 +8288,18 @@ export interface DescribeLaunchTemplateVersionsRequest {
8283
8288
  */
8284
8289
  DryRun?: boolean;
8285
8290
  /**
8286
- * <p>The ID of the launch template. To describe one or more versions of a specified launch
8287
- * template, you must specify either the launch template ID or the launch template name in
8288
- * the request. To describe all the latest or default launch template versions in your
8291
+ * <p>The ID of the launch template.</p>
8292
+ * <p>To describe one or more versions of a specified launch
8293
+ * template, you must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
8294
+ * <p>To describe all the latest or default launch template versions in your
8289
8295
  * account, you must omit this parameter.</p>
8290
8296
  */
8291
8297
  LaunchTemplateId?: string;
8292
8298
  /**
8293
- * <p>The name of the launch template. To describe one or more versions of a specified
8294
- * launch template, you must specify either the launch template ID or the launch template
8295
- * name in the request. To describe all the latest or default launch template versions in
8299
+ * <p>The name of the launch template.</p>
8300
+ * <p>To describe one or more versions of a specified
8301
+ * launch template, you must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
8302
+ * <p>To describe all the latest or default launch template versions in
8296
8303
  * your account, you must omit this parameter.</p>
8297
8304
  */
8298
8305
  LaunchTemplateName?: string;
@@ -8306,7 +8313,7 @@ export interface DescribeLaunchTemplateVersionsRequest {
8306
8313
  * version, the valid value is <code>$Latest</code>. To describe all launch templates in
8307
8314
  * your account that are defined as the default version, the valid value is
8308
8315
  * <code>$Default</code>. You can specify <code>$Latest</code> and
8309
- * <code>$Default</code> in the same call. You cannot specify numbers.</p>
8316
+ * <code>$Default</code> in the same request. You cannot specify numbers.</p>
8310
8317
  */
8311
8318
  Versions?: string[];
8312
8319
  /**
@@ -8349,7 +8356,7 @@ export interface DescribeLaunchTemplateVersionsRequest {
8349
8356
  * <p>
8350
8357
  * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
8351
8358
  * instance metadata service is enabled (<code>enabled</code> |
8352
- * <code>disabled</code>).</p>
8359
+ * <code>disabled</code>).</p>
8353
8360
  * </li>
8354
8361
  * <li>
8355
8362
  * <p>
@@ -3695,10 +3695,11 @@ export interface SpotFleetLaunchSpecification {
3695
3695
  */
3696
3696
  RamdiskId?: string;
3697
3697
  /**
3698
- * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance.
3699
- * If this value is not specified, the default is the Spot price specified for the fleet.
3700
- * To determine the Spot price per unit hour, divide the Spot price by the
3701
- * value of <code>WeightedCapacity</code>.</p>
3698
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to
3699
+ * increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
3700
+ * <important>
3701
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
3702
+ * </important>
3702
3703
  */
3703
3704
  SpotPrice?: string;
3704
3705
  /**
@@ -3744,8 +3745,11 @@ export interface LaunchTemplateOverrides {
3744
3745
  */
3745
3746
  InstanceType?: _InstanceType | string;
3746
3747
  /**
3747
- * <p>The maximum price per unit hour that you are willing to pay for a Spot
3748
- * Instance.</p>
3748
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to
3749
+ * increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
3750
+ * <important>
3751
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
3752
+ * </important>
3749
3753
  */
3750
3754
  SpotPrice?: string;
3751
3755
  /**
@@ -4040,8 +4044,11 @@ export interface SpotFleetRequestConfigData {
4040
4044
  */
4041
4045
  LaunchTemplateConfigs?: LaunchTemplateConfig[];
4042
4046
  /**
4043
- * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. The
4044
- * default is the On-Demand price.</p>
4047
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
4048
+ * 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>
4049
+ * <important>
4050
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
4051
+ * </important>
4045
4052
  */
4046
4053
  SpotPrice?: string;
4047
4054
  /**
@@ -4626,7 +4633,11 @@ export interface SpotInstanceRequest {
4626
4633
  */
4627
4634
  SpotInstanceRequestId?: string;
4628
4635
  /**
4629
- * <p>The maximum price per hour that you are willing to pay for a Spot Instance.</p>
4636
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
4637
+ * 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>
4638
+ * <important>
4639
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
4640
+ * </important>
4630
4641
  */
4631
4642
  SpotPrice?: string;
4632
4643
  /**
@@ -4792,8 +4803,11 @@ export declare namespace DescribeSpotPriceHistoryRequest {
4792
4803
  const filterSensitiveLog: (obj: DescribeSpotPriceHistoryRequest) => any;
4793
4804
  }
4794
4805
  /**
4795
- * <p>Describes the maximum price per hour that you are willing to pay for a Spot
4796
- * Instance.</p>
4806
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
4807
+ * 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>
4808
+ * <important>
4809
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
4810
+ * </important>
4797
4811
  */
4798
4812
  export interface SpotPrice {
4799
4813
  /**
@@ -4809,7 +4823,11 @@ export interface SpotPrice {
4809
4823
  */
4810
4824
  ProductDescription?: RIProductDescription | string;
4811
4825
  /**
4812
- * <p>The maximum price per hour that you are willing to pay for a Spot Instance.</p>
4826
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
4827
+ * 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>
4828
+ * <important>
4829
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
4830
+ * </important>
4813
4831
  */
4814
4832
  SpotPrice?: string;
4815
4833
  /**
@@ -7637,7 +7655,7 @@ export declare namespace PrivateDnsDetails {
7637
7655
  */
7638
7656
  export interface ServiceDetail {
7639
7657
  /**
7640
- * <p>The Amazon Resource Name (ARN) of the service.</p>
7658
+ * <p>The name of the service.</p>
7641
7659
  */
7642
7660
  ServiceName?: string;
7643
7661
  /**
@@ -1082,7 +1082,7 @@ export declare enum IpamAddressHistoryResourceType {
1082
1082
  vpc = "vpc"
1083
1083
  }
1084
1084
  /**
1085
- * <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
1085
+ * <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
1086
1086
  * </p>
1087
1087
  */
1088
1088
  export interface IpamAddressHistoryRecord {
@@ -1111,11 +1111,11 @@ export interface IpamAddressHistoryRecord {
1111
1111
  */
1112
1112
  ResourceName?: string;
1113
1113
  /**
1114
- * <p>The compliance status of a resource. For more information on compliance statuses, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1114
+ * <p>The compliance status of a resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1115
1115
  */
1116
1116
  ResourceComplianceStatus?: IpamComplianceStatus | string;
1117
1117
  /**
1118
- * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1118
+ * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1119
1119
  */
1120
1120
  ResourceOverlapStatus?: IpamOverlapStatus | string;
1121
1121
  /**
@@ -1356,19 +1356,33 @@ export interface IpamResourceCidr {
1356
1356
  */
1357
1357
  ResourceTags?: IpamResourceTag[];
1358
1358
  /**
1359
- * <p>The IP address space in the IPAM pool that is allocated to this resource. To convert the decimal to a percentage, multiply the decimal by 100.</p>
1359
+ * <p>The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:</p>
1360
+ * <ul>
1361
+ * <li>
1362
+ * <p>For a resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
1363
+ * </p>
1364
+ * </li>
1365
+ * <li>
1366
+ * <p>For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
1367
+ * </p>
1368
+ * </li>
1369
+ * <li>
1370
+ * <p>For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
1371
+ * </p>
1372
+ * </li>
1373
+ * </ul>
1360
1374
  */
1361
1375
  IpUsage?: number;
1362
1376
  /**
1363
- * <p>The compliance status of the IPAM resource. For more information on compliance statuses, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1377
+ * <p>The compliance status of the IPAM resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1364
1378
  */
1365
1379
  ComplianceStatus?: IpamComplianceStatus | string;
1366
1380
  /**
1367
- * <p>The management state of the resource. For more information about management states, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1381
+ * <p>The management state of the resource. For more information about management states, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1368
1382
  */
1369
1383
  ManagementState?: IpamManagementState | string;
1370
1384
  /**
1371
- * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1385
+ * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
1372
1386
  */
1373
1387
  OverlapStatus?: IpamOverlapStatus | string;
1374
1388
  /**
@@ -2169,12 +2183,10 @@ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
2169
2183
  * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
2170
2184
  * </li>
2171
2185
  * <li>
2172
- *
2173
2186
  * <p>
2174
2187
  * <code>state</code> - The state of the subnet association. Valid values are
2175
- * <code>associated</code> |
2176
- * <code>associating</code>
2177
- * | <code>disassociated</code> | <code>disassociating</code>.</p>
2188
+ * <code>associated</code> | <code>associating</code> |
2189
+ * <code>disassociated</code> | <code>disassociating</code>.</p>
2178
2190
  * </li>
2179
2191
  * <li>
2180
2192
  * <p>
@@ -5109,7 +5121,7 @@ export declare namespace ModifyInstancePlacementResult {
5109
5121
  /**
5110
5122
  * <p>Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
5111
5123
  * discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
5112
- * <p>For more information about operating Regions, see <a href="/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>
5124
+ * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>
5113
5125
  * </p>
5114
5126
  */
5115
5127
  export interface RemoveIpamOperatingRegion {
@@ -5142,7 +5154,7 @@ export interface ModifyIpamRequest {
5142
5154
  /**
5143
5155
  * <p>Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
5144
5156
  * discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
5145
- * <p>For more information about operating Regions, see <a href="/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
5157
+ * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
5146
5158
  */
5147
5159
  AddOperatingRegions?: AddIpamOperatingRegion[];
5148
5160
  /**
@@ -5215,7 +5227,7 @@ export interface ModifyIpamPoolRequest {
5215
5227
  */
5216
5228
  ClearAllocationDefaultNetmaskLength?: boolean;
5217
5229
  /**
5218
- * <p>Add tag allocation rules to a pool. For more information about allocation rules, see <a href="/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
5230
+ * <p>Add tag allocation rules to a pool. For more information about allocation rules, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
5219
5231
  */
5220
5232
  AddAllocationResourceTags?: RequestIpamResourceTag[];
5221
5233
  /**
@@ -5341,13 +5353,13 @@ export interface ModifyLaunchTemplateRequest {
5341
5353
  */
5342
5354
  ClientToken?: string;
5343
5355
  /**
5344
- * <p>The ID of the launch template. You must specify either the launch template ID or
5345
- * launch template name in the request.</p>
5356
+ * <p>The ID of the launch template.</p>
5357
+ * <p>You must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
5346
5358
  */
5347
5359
  LaunchTemplateId?: string;
5348
5360
  /**
5349
- * <p>The name of the launch template. You must specify either the launch template ID or
5350
- * launch template name in the request.</p>
5361
+ * <p>The name of the launch template.</p>
5362
+ * <p>You must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
5351
5363
  */
5352
5364
  LaunchTemplateName?: string;
5353
5365
  /**
@@ -976,8 +976,11 @@ export interface RequestSpotInstancesRequest {
976
976
  */
977
977
  LaunchSpecification?: RequestSpotLaunchSpecification;
978
978
  /**
979
- * <p>The maximum price per hour that you are willing to pay for a Spot Instance. The
980
- * default is the On-Demand price.</p>
979
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
980
+ * 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>
981
+ * <important>
982
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
983
+ * </important>
981
984
  */
982
985
  SpotPrice?: string;
983
986
  /**
@@ -1752,8 +1755,11 @@ export declare namespace HibernationOptionsRequest {
1752
1755
  */
1753
1756
  export interface SpotMarketOptions {
1754
1757
  /**
1755
- * <p>The maximum hourly price you're willing to pay for the Spot Instances. The default is
1756
- * the On-Demand price.</p>
1758
+ * <p>The maximum hourly price that you're willing to pay for a Spot Instance. We do not recommend
1759
+ * 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>
1760
+ * <important>
1761
+ * <p>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</p>
1762
+ * </important>
1757
1763
  */
1758
1764
  MaxPrice?: string;
1759
1765
  /**
@@ -1821,10 +1827,12 @@ export declare namespace InstanceMarketOptionsRequest {
1821
1827
  export interface LaunchTemplateSpecification {
1822
1828
  /**
1823
1829
  * <p>The ID of the launch template.</p>
1830
+ * <p>You must specify the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
1824
1831
  */
1825
1832
  LaunchTemplateId?: string;
1826
1833
  /**
1827
1834
  * <p>The name of the launch template.</p>
1835
+ * <p>You must specify the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
1828
1836
  */
1829
1837
  LaunchTemplateName?: string;
1830
1838
  /**
@@ -2158,14 +2166,31 @@ export interface RunInstancesRequest {
2158
2166
  */
2159
2167
  ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
2160
2168
  /**
2161
- * <p>The tags to apply to the resources during launch. You can only tag instances and
2162
- * volumes on launch. The specified tags are applied to all instances or volumes that are
2163
- * created during launch. To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
2169
+ * <p>The tags to apply to the resources that are created during instance launch.</p>
2170
+ * <p>You can specify tags for the following resources only:</p>
2171
+ * <ul>
2172
+ * <li>
2173
+ * <p>Instances</p>
2174
+ * </li>
2175
+ * <li>
2176
+ * <p>Volumes</p>
2177
+ * </li>
2178
+ * <li>
2179
+ * <p>Elastic graphics</p>
2180
+ * </li>
2181
+ * <li>
2182
+ * <p>Spot Instance requests</p>
2183
+ * </li>
2184
+ * <li>
2185
+ * <p>Network interfaces</p>
2186
+ * </li>
2187
+ * </ul>
2188
+ * <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
2164
2189
  */
2165
2190
  TagSpecifications?: TagSpecification[];
2166
2191
  /**
2167
2192
  * <p>The launch template to use to launch the instances. Any parameters that you specify in
2168
- * <a>RunInstances</a> override the same parameters in the launch template.
2193
+ * <a>RunInstances</a> override the same parameters in the launch template.
2169
2194
  * You can specify either the name or ID of a launch template, but not both.</p>
2170
2195
  */
2171
2196
  LaunchTemplate?: LaunchTemplateSpecification;
@@ -2181,10 +2206,9 @@ export interface RunInstancesRequest {
2181
2206
  * are <code>standard</code> and <code>unlimited</code>. To change this attribute after
2182
2207
  * launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html">
2183
2208
  * ModifyInstanceCreditSpecification</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable
2184
- * performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
2209
+ * performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
2185
2210
  * <p>Default: <code>standard</code> (T2 instances) or <code>unlimited</code> (T3/T3a
2186
2211
  * instances)</p>
2187
- *
2188
2212
  * <p>For T3 instances with <code>host</code> tenancy, only <code>standard</code> is
2189
2213
  * supported.</p>
2190
2214
  */
@@ -2202,7 +2226,7 @@ export interface RunInstancesRequest {
2202
2226
  CapacityReservationSpecification?: CapacityReservationSpecification;
2203
2227
  /**
2204
2228
  * <p>Indicates whether an instance is enabled for hibernation. For more information, see
2205
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
2229
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
2206
2230
  * your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
2207
2231
  * <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same
2208
2232
  * instance.</p>
@@ -2220,7 +2244,7 @@ export interface RunInstancesRequest {
2220
2244
  * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
2221
2245
  * more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html"> What is Amazon Web Services Nitro
2222
2246
  * Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
2223
- * Guide</i>.</p>
2247
+ * Guide</i>.</p>
2224
2248
  * <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same
2225
2249
  * instance.</p>
2226
2250
  */
@@ -2237,7 +2261,7 @@ export interface RunInstancesRequest {
2237
2261
  /**
2238
2262
  * <p>Indicates whether an instance is enabled for stop protection. For more information,
2239
2263
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
2240
- * Protection</a>.
2264
+ * protection</a>.
2241
2265
  * </p>
2242
2266
  */
2243
2267
  DisableApiStop?: boolean;
@@ -163,6 +163,7 @@ export declare namespace AcceptTransitGatewayPeeringAttachmentRequest {
163
163
  export interface PeeringTgwInfo {
164
164
 
165
165
  TransitGatewayId?: string;
166
+
166
167
  CoreNetworkId?: string;
167
168
 
168
169
  OwnerId?: string;
@@ -177,7 +178,9 @@ export declare enum DynamicRoutingValue {
177
178
  disable = "disable",
178
179
  enable = "enable"
179
180
  }
181
+
180
182
  export interface TransitGatewayPeeringAttachmentOptions {
183
+
181
184
  DynamicRouting?: DynamicRoutingValue | string;
182
185
  }
183
186
  export declare namespace TransitGatewayPeeringAttachmentOptions {
@@ -217,6 +220,7 @@ export interface TransitGatewayPeeringAttachment {
217
220
  RequesterTgwInfo?: PeeringTgwInfo;
218
221
 
219
222
  AccepterTgwInfo?: PeeringTgwInfo;
223
+
220
224
  Options?: TransitGatewayPeeringAttachmentOptions;
221
225
 
222
226
  Status?: PeeringAttachmentStatus;
@@ -2807,7 +2811,7 @@ export declare namespace CreateCapacityReservationResult {
2807
2811
  export declare enum FleetInstanceMatchCriteria {
2808
2812
  open = "open"
2809
2813
  }
2810
- export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6a.2xlarge" | "c6a.32xlarge" | "c6a.48xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.large" | "c6a.metal" | "c6a.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.2xlarge" | "c6i.32xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.large" | "c6i.metal" | "c6i.xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.large" | "c7g.medium" | "c7g.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "dl1.24xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.2xlarge" | "g5.48xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.xlarge" | "g5g.16xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.metal" | "g5g.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "i4i.16xlarge" | "i4i.2xlarge" | "i4i.32xlarge" | "i4i.4xlarge" | "i4i.8xlarge" | "i4i.large" | "i4i.metal" | "i4i.xlarge" | "im4gn.16xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.large" | "im4gn.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "is4gen.large" | "is4gen.medium" | "is4gen.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.2xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.large" | "m6a.metal" | "m6a.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.metal" | "m6i.xlarge" | "mac1.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.2xlarge" | "r6i.32xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.large" | "r6i.metal" | "r6i.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "x2idn.16xlarge" | "x2idn.24xlarge" | "x2idn.32xlarge" | "x2idn.metal" | "x2iedn.16xlarge" | "x2iedn.24xlarge" | "x2iedn.2xlarge" | "x2iedn.32xlarge" | "x2iedn.4xlarge" | "x2iedn.8xlarge" | "x2iedn.metal" | "x2iedn.xlarge" | "x2iezn.12xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.metal" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
2814
+ export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6a.2xlarge" | "c6a.32xlarge" | "c6a.48xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.large" | "c6a.metal" | "c6a.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.2xlarge" | "c6i.32xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.large" | "c6i.metal" | "c6i.xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.large" | "c7g.medium" | "c7g.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "dl1.24xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.2xlarge" | "g5.48xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.xlarge" | "g5g.16xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.metal" | "g5g.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "i4i.16xlarge" | "i4i.2xlarge" | "i4i.32xlarge" | "i4i.4xlarge" | "i4i.8xlarge" | "i4i.large" | "i4i.metal" | "i4i.xlarge" | "im4gn.16xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.large" | "im4gn.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "is4gen.large" | "is4gen.medium" | "is4gen.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.2xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.large" | "m6a.metal" | "m6a.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.metal" | "m6i.xlarge" | "mac1.metal" | "mac2.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.2xlarge" | "r6i.32xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.large" | "r6i.metal" | "r6i.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "x2idn.16xlarge" | "x2idn.24xlarge" | "x2idn.32xlarge" | "x2idn.metal" | "x2iedn.16xlarge" | "x2iedn.24xlarge" | "x2iedn.2xlarge" | "x2iedn.32xlarge" | "x2iedn.4xlarge" | "x2iedn.8xlarge" | "x2iedn.metal" | "x2iedn.xlarge" | "x2iezn.12xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.metal" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
2811
2815
 
2812
2816
  export interface ReservationFleetInstanceSpecification {
2813
2817
 
@@ -288,7 +288,9 @@ export declare namespace CreateTransitGatewayMulticastDomainResult {
288
288
 
289
289
  const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
290
290
  }
291
+
291
292
  export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
293
+
292
294
  DynamicRouting?: DynamicRoutingValue | string;
293
295
  }
294
296
  export declare namespace CreateTransitGatewayPeeringAttachmentRequestOptions {
@@ -304,6 +306,7 @@ export interface CreateTransitGatewayPeeringAttachmentRequest {
304
306
  PeerAccountId: string | undefined;
305
307
 
306
308
  PeerRegion: string | undefined;
309
+
307
310
  Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
308
311
 
309
312
  TagSpecifications?: TagSpecification[];
@@ -459,6 +462,7 @@ export interface TransitGatewayRoute {
459
462
  DestinationCidrBlock?: string;
460
463
 
461
464
  PrefixListId?: string;
465
+
462
466
  TransitGatewayRouteTableAnnouncementId?: string;
463
467
 
464
468
  TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
@@ -553,9 +557,11 @@ export interface TransitGatewayRouteTableAnnouncement {
553
557
  TransitGatewayRouteTableAnnouncementId?: string;
554
558
 
555
559
  TransitGatewayId?: string;
560
+
556
561
  CoreNetworkId?: string;
557
562
 
558
563
  PeerTransitGatewayId?: string;
564
+
559
565
  PeerCoreNetworkId?: string;
560
566
 
561
567
  PeeringAttachmentId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.130.0",
4
+ "version": "3.136.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.130.0",
21
+ "@aws-sdk/client-sts": "3.131.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.130.0",
24
- "@aws-sdk/fetch-http-handler": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.131.0",
24
+ "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
27
27
  "@aws-sdk/middleware-content-length": "3.127.0",