@aws-sdk/client-ec2 3.922.0 → 3.925.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 (40) hide show
  1. package/dist-cjs/index.js +42 -0
  2. package/dist-es/models/models_1.js +1 -0
  3. package/dist-es/protocols/Aws_ec2.js +41 -0
  4. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  5. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  9. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  12. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  15. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  20. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  21. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  23. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
  24. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
  25. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  26. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  29. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  30. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  31. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  32. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  33. package/dist-types/models/models_1.d.ts +91 -58
  34. package/dist-types/models/models_4.d.ts +10 -1
  35. package/dist-types/models/models_6.d.ts +36 -2
  36. package/dist-types/models/models_7.d.ts +45 -29
  37. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  38. package/dist-types/ts3.4/models/models_4.d.ts +1 -0
  39. package/dist-types/ts3.4/models/models_6.d.ts +8 -2
  40. package/package.json +5 -5
@@ -2457,6 +2457,7 @@ export declare const _InstanceType: {
2457
2457
  readonly trn1_2xlarge: "trn1.2xlarge";
2458
2458
  readonly trn1_32xlarge: "trn1.32xlarge";
2459
2459
  readonly trn1n_32xlarge: "trn1n.32xlarge";
2460
+ readonly trn2_3xlarge: "trn2.3xlarge";
2460
2461
  readonly trn2_48xlarge: "trn2.48xlarge";
2461
2462
  readonly u7i_12tb_224xlarge: "u7i-12tb.224xlarge";
2462
2463
  readonly u7i_6tb_112xlarge: "u7i-6tb.112xlarge";
@@ -9664,61 +9665,78 @@ export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixLis
9664
9665
  /**
9665
9666
  * <p>Describes a condition used when creating or modifying resolver rules.</p>
9666
9667
  * <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
9667
- * <p>There are three rule types:</p>
9668
+ * <p>There are three rule types. Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
9668
9669
  * <ul>
9669
9670
  * <li>
9670
9671
  * <p>
9671
- * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
9672
+ * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
9672
9673
  * </li>
9673
9674
  * <li>
9674
9675
  * <p>
9675
- * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool).</p>
9676
- * </li>
9677
- * <li>
9678
- * <p>
9679
- * <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
9680
- * </li>
9681
- * </ul>
9682
- * <p>Condition availability by resource type:</p>
9683
- * <ul>
9684
- * <li>
9685
- * <p>Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
9676
+ * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
9677
+ * <p>If you choose this option, choose the following:</p>
9686
9678
  * <ul>
9687
9679
  * <li>
9688
- * <p>Condition available for the <b>IPAM pool CIDR</b> resource type:</p>
9680
+ * <p>
9681
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9682
+ * </li>
9683
+ * <li>
9684
+ * <p>
9685
+ * <b>Conditions:</b>
9686
+ * </p>
9689
9687
  * <ul>
9690
9688
  * <li>
9691
- * <p>Property:</p>
9689
+ * <p>
9690
+ * <b>Property</b>
9691
+ * </p>
9692
9692
  * <ul>
9693
9693
  * <li>
9694
- * <p>IPAM Pool ID</p>
9694
+ * <p>
9695
+ * <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
9695
9696
  * </li>
9696
9697
  * <li>
9697
- * <p>CIDR (like 10.24.34.0/23)</p>
9698
+ * <p>
9699
+ * <b>CIDR</b> (like 10.24.34.0/23)</p>
9698
9700
  * </li>
9699
9701
  * </ul>
9700
9702
  * </li>
9701
9703
  * <li>
9702
- * <p>Operation: Equals/Not equals</p>
9704
+ * <p>
9705
+ * <b>Operation</b>: Equals/Not equals</p>
9703
9706
  * </li>
9704
9707
  * <li>
9705
- * <p>Value: The value on which to match the condition</p>
9708
+ * <p>
9709
+ * <b>Value</b>: The value on which to match the condition</p>
9706
9710
  * </li>
9707
9711
  * </ul>
9708
9712
  * </li>
9713
+ * </ul>
9714
+ * </li>
9715
+ * <li>
9716
+ * <p>
9717
+ * <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
9718
+ * <p>If you choose this option, choose the following:</p>
9719
+ * <ul>
9709
9720
  * <li>
9710
- * <p>Conditions for the <b>Scope resource CIDR</b> resource type:</p>
9721
+ * <p>
9722
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9723
+ * </li>
9724
+ * <li>
9725
+ * <p>
9726
+ * <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
9727
+ * </li>
9728
+ * <li>
9729
+ * <p>
9730
+ * <b>Conditions</b>:</p>
9711
9731
  * <ul>
9712
9732
  * <li>
9713
- * <p>Property:</p>
9733
+ * <p>
9734
+ * <b>Property</b>:</p>
9714
9735
  * <ul>
9715
9736
  * <li>
9716
9737
  * <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
9717
9738
  * </li>
9718
9739
  * <li>
9719
- * <p>Resource type (like VPC or Subnet)</p>
9720
- * </li>
9721
- * <li>
9722
9740
  * <p>Resource owner (like 111122223333)</p>
9723
9741
  * </li>
9724
9742
  * <li>
@@ -9733,16 +9751,15 @@ export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixLis
9733
9751
  * </ul>
9734
9752
  * </li>
9735
9753
  * <li>
9736
- * <p>Operation: Equals/Not equals</p>
9754
+ * <p>
9755
+ * <b>Operation</b>: Equals/Not equals</p>
9737
9756
  * </li>
9738
9757
  * <li>
9739
- * <p>Value: The value on which to match the condition</p>
9758
+ * <p>
9759
+ * <b>Value</b>: The value on which to match the condition</p>
9740
9760
  * </li>
9741
9761
  * </ul>
9742
9762
  * </li>
9743
- * <li>
9744
- * <p>When setting conditions for a rule, one or more conditions is required.</p>
9745
- * </li>
9746
9763
  * </ul>
9747
9764
  * </li>
9748
9765
  * </ul>
@@ -9817,61 +9834,78 @@ export type IpamPrefixListResolverRuleType = (typeof IpamPrefixListResolverRuleT
9817
9834
  /**
9818
9835
  * <p>Describes a CIDR selection rule to include in a request. This is used when creating or modifying resolver rules.</p>
9819
9836
  * <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
9820
- * <p>There are three rule types:</p>
9837
+ * <p>There are three rule types. Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
9821
9838
  * <ul>
9822
9839
  * <li>
9823
9840
  * <p>
9824
- * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
9841
+ * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
9825
9842
  * </li>
9826
9843
  * <li>
9827
9844
  * <p>
9828
- * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool).</p>
9829
- * </li>
9830
- * <li>
9831
- * <p>
9832
- * <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
9833
- * </li>
9834
- * </ul>
9835
- * <p>Condition availability by resource type:</p>
9836
- * <ul>
9837
- * <li>
9838
- * <p>Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
9845
+ * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
9846
+ * <p>If you choose this option, choose the following:</p>
9839
9847
  * <ul>
9840
9848
  * <li>
9841
- * <p>Condition available for the <b>IPAM pool CIDR</b> resource type:</p>
9849
+ * <p>
9850
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9851
+ * </li>
9852
+ * <li>
9853
+ * <p>
9854
+ * <b>Conditions:</b>
9855
+ * </p>
9842
9856
  * <ul>
9843
9857
  * <li>
9844
- * <p>Property:</p>
9858
+ * <p>
9859
+ * <b>Property</b>
9860
+ * </p>
9845
9861
  * <ul>
9846
9862
  * <li>
9847
- * <p>IPAM Pool ID</p>
9863
+ * <p>
9864
+ * <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
9848
9865
  * </li>
9849
9866
  * <li>
9850
- * <p>CIDR (like 10.24.34.0/23)</p>
9867
+ * <p>
9868
+ * <b>CIDR</b> (like 10.24.34.0/23)</p>
9851
9869
  * </li>
9852
9870
  * </ul>
9853
9871
  * </li>
9854
9872
  * <li>
9855
- * <p>Operation: Equals/Not equals</p>
9873
+ * <p>
9874
+ * <b>Operation</b>: Equals/Not equals</p>
9856
9875
  * </li>
9857
9876
  * <li>
9858
- * <p>Value: The value on which to match the condition</p>
9877
+ * <p>
9878
+ * <b>Value</b>: The value on which to match the condition</p>
9859
9879
  * </li>
9860
9880
  * </ul>
9861
9881
  * </li>
9882
+ * </ul>
9883
+ * </li>
9884
+ * <li>
9885
+ * <p>
9886
+ * <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
9887
+ * <p>If you choose this option, choose the following:</p>
9888
+ * <ul>
9862
9889
  * <li>
9863
- * <p>Conditions for the <b>Scope resource CIDR</b> resource type:</p>
9890
+ * <p>
9891
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9892
+ * </li>
9893
+ * <li>
9894
+ * <p>
9895
+ * <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
9896
+ * </li>
9897
+ * <li>
9898
+ * <p>
9899
+ * <b>Conditions</b>:</p>
9864
9900
  * <ul>
9865
9901
  * <li>
9866
- * <p>Property:</p>
9902
+ * <p>
9903
+ * <b>Property</b>:</p>
9867
9904
  * <ul>
9868
9905
  * <li>
9869
9906
  * <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
9870
9907
  * </li>
9871
9908
  * <li>
9872
- * <p>Resource type (like VPC or Subnet)</p>
9873
- * </li>
9874
- * <li>
9875
9909
  * <p>Resource owner (like 111122223333)</p>
9876
9910
  * </li>
9877
9911
  * <li>
@@ -9886,16 +9920,15 @@ export type IpamPrefixListResolverRuleType = (typeof IpamPrefixListResolverRuleT
9886
9920
  * </ul>
9887
9921
  * </li>
9888
9922
  * <li>
9889
- * <p>Operation: Equals/Not equals</p>
9923
+ * <p>
9924
+ * <b>Operation</b>: Equals/Not equals</p>
9890
9925
  * </li>
9891
9926
  * <li>
9892
- * <p>Value: The value on which to match the condition</p>
9927
+ * <p>
9928
+ * <b>Value</b>: The value on which to match the condition</p>
9893
9929
  * </li>
9894
9930
  * </ul>
9895
9931
  * </li>
9896
- * <li>
9897
- * <p>When setting conditions for a rule, one or more conditions is required.</p>
9898
- * </li>
9899
9932
  * </ul>
9900
9933
  * </li>
9901
9934
  * </ul>
@@ -3956,7 +3956,11 @@ export interface DescribeFastSnapshotRestoresRequest {
3956
3956
  * <ul>
3957
3957
  * <li>
3958
3958
  * <p>
3959
- * <code>availability-zone</code>: The Availability Zone of the snapshot.</p>
3959
+ * <code>availability-zone</code>: The Availability Zone of the snapshot. For example, <code>us-east-2a</code>.</p>
3960
+ * </li>
3961
+ * <li>
3962
+ * <p>
3963
+ * <code>availability-zone-id</code>: The ID of the Availability Zone of the snapshot. For example, <code>use2-az1</code>.</p>
3960
3964
  * </li>
3961
3965
  * <li>
3962
3966
  * <p>
@@ -4030,6 +4034,11 @@ export interface DescribeFastSnapshotRestoreSuccessItem {
4030
4034
  * @public
4031
4035
  */
4032
4036
  AvailabilityZone?: string | undefined;
4037
+ /**
4038
+ * <p>The ID of the Availability Zone.</p>
4039
+ * @public
4040
+ */
4041
+ AvailabilityZoneId?: string | undefined;
4033
4042
  /**
4034
4043
  * <p>The state of fast snapshot restores.</p>
4035
4044
  * @public
@@ -3208,9 +3208,16 @@ export interface DisableFastLaunchResult {
3208
3208
  export interface DisableFastSnapshotRestoresRequest {
3209
3209
  /**
3210
3210
  * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
3211
+ * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified in the request, but not both.</p>
3211
3212
  * @public
3212
3213
  */
3213
- AvailabilityZones: string[] | undefined;
3214
+ AvailabilityZones?: string[] | undefined;
3215
+ /**
3216
+ * <p>One or more Availability Zone IDs. For example, <code>use2-az1</code>.</p>
3217
+ * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified in the request, but not both.</p>
3218
+ * @public
3219
+ */
3220
+ AvailabilityZoneIds?: string[] | undefined;
3214
3221
  /**
3215
3222
  * <p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>.</p>
3216
3223
  * @public
@@ -3239,6 +3246,11 @@ export interface DisableFastSnapshotRestoreSuccessItem {
3239
3246
  * @public
3240
3247
  */
3241
3248
  AvailabilityZone?: string | undefined;
3249
+ /**
3250
+ * <p>The ID of the Availability Zone.</p>
3251
+ * @public
3252
+ */
3253
+ AvailabilityZoneId?: string | undefined;
3242
3254
  /**
3243
3255
  * <p>The state of fast snapshot restores for the snapshot.</p>
3244
3256
  * @public
@@ -3323,6 +3335,11 @@ export interface DisableFastSnapshotRestoreStateErrorItem {
3323
3335
  * @public
3324
3336
  */
3325
3337
  AvailabilityZone?: string | undefined;
3338
+ /**
3339
+ * <p>The ID of the Availability Zone.</p>
3340
+ * @public
3341
+ */
3342
+ AvailabilityZoneId?: string | undefined;
3326
3343
  /**
3327
3344
  * <p>The error.</p>
3328
3345
  * @public
@@ -4672,9 +4689,16 @@ export interface EnableFastLaunchResult {
4672
4689
  export interface EnableFastSnapshotRestoresRequest {
4673
4690
  /**
4674
4691
  * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
4692
+ * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified in the request, but not both.</p>
4675
4693
  * @public
4676
4694
  */
4677
- AvailabilityZones: string[] | undefined;
4695
+ AvailabilityZones?: string[] | undefined;
4696
+ /**
4697
+ * <p>One or more Availability Zone IDs. For example, <code>use2-az1</code>.</p>
4698
+ * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified in the request, but not both.</p>
4699
+ * @public
4700
+ */
4701
+ AvailabilityZoneIds?: string[] | undefined;
4678
4702
  /**
4679
4703
  * <p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>. You can specify
4680
4704
  * a snapshot that was shared with you from another Amazon Web Services account.</p>
@@ -4704,6 +4728,11 @@ export interface EnableFastSnapshotRestoreSuccessItem {
4704
4728
  * @public
4705
4729
  */
4706
4730
  AvailabilityZone?: string | undefined;
4731
+ /**
4732
+ * <p>The ID of the Availability Zone.</p>
4733
+ * @public
4734
+ */
4735
+ AvailabilityZoneId?: string | undefined;
4707
4736
  /**
4708
4737
  * <p>The state of fast snapshot restores.</p>
4709
4738
  * @public
@@ -4788,6 +4817,11 @@ export interface EnableFastSnapshotRestoreStateErrorItem {
4788
4817
  * @public
4789
4818
  */
4790
4819
  AvailabilityZone?: string | undefined;
4820
+ /**
4821
+ * <p>The ID of the Availability Zone.</p>
4822
+ * @public
4823
+ */
4824
+ AvailabilityZoneId?: string | undefined;
4791
4825
  /**
4792
4826
  * <p>The error.</p>
4793
4827
  * @public
@@ -1294,61 +1294,78 @@ export interface GetIpamPrefixListResolverRulesRequest {
1294
1294
  /**
1295
1295
  * <p>Describes a condition within a CIDR selection rule. Conditions define the criteria for selecting CIDRs from IPAM's database based on resource attributes.</p>
1296
1296
  * <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
1297
- * <p>There are three rule types:</p>
1297
+ * <p>There are three rule types. Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
1298
1298
  * <ul>
1299
1299
  * <li>
1300
1300
  * <p>
1301
- * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
1301
+ * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
1302
1302
  * </li>
1303
1303
  * <li>
1304
1304
  * <p>
1305
- * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool).</p>
1306
- * </li>
1307
- * <li>
1308
- * <p>
1309
- * <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
1310
- * </li>
1311
- * </ul>
1312
- * <p>Condition availability by resource type:</p>
1313
- * <ul>
1314
- * <li>
1315
- * <p>Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
1305
+ * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
1306
+ * <p>If you choose this option, choose the following:</p>
1316
1307
  * <ul>
1317
1308
  * <li>
1318
- * <p>Condition available for the <b>IPAM pool CIDR</b> resource type:</p>
1309
+ * <p>
1310
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
1311
+ * </li>
1312
+ * <li>
1313
+ * <p>
1314
+ * <b>Conditions:</b>
1315
+ * </p>
1319
1316
  * <ul>
1320
1317
  * <li>
1321
- * <p>Property:</p>
1318
+ * <p>
1319
+ * <b>Property</b>
1320
+ * </p>
1322
1321
  * <ul>
1323
1322
  * <li>
1324
- * <p>IPAM Pool ID</p>
1323
+ * <p>
1324
+ * <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
1325
1325
  * </li>
1326
1326
  * <li>
1327
- * <p>CIDR (like 10.24.34.0/23)</p>
1327
+ * <p>
1328
+ * <b>CIDR</b> (like 10.24.34.0/23)</p>
1328
1329
  * </li>
1329
1330
  * </ul>
1330
1331
  * </li>
1331
1332
  * <li>
1332
- * <p>Operation: Equals/Not equals</p>
1333
+ * <p>
1334
+ * <b>Operation</b>: Equals/Not equals</p>
1333
1335
  * </li>
1334
1336
  * <li>
1335
- * <p>Value: The value on which to match the condition</p>
1337
+ * <p>
1338
+ * <b>Value</b>: The value on which to match the condition</p>
1336
1339
  * </li>
1337
1340
  * </ul>
1338
1341
  * </li>
1342
+ * </ul>
1343
+ * </li>
1344
+ * <li>
1345
+ * <p>
1346
+ * <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
1347
+ * <p>If you choose this option, choose the following:</p>
1348
+ * <ul>
1339
1349
  * <li>
1340
- * <p>Conditions for the <b>Scope resource CIDR</b> resource type:</p>
1350
+ * <p>
1351
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
1352
+ * </li>
1353
+ * <li>
1354
+ * <p>
1355
+ * <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
1356
+ * </li>
1357
+ * <li>
1358
+ * <p>
1359
+ * <b>Conditions</b>:</p>
1341
1360
  * <ul>
1342
1361
  * <li>
1343
- * <p>Property:</p>
1362
+ * <p>
1363
+ * <b>Property</b>:</p>
1344
1364
  * <ul>
1345
1365
  * <li>
1346
1366
  * <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
1347
1367
  * </li>
1348
1368
  * <li>
1349
- * <p>Resource type (like VPC or Subnet)</p>
1350
- * </li>
1351
- * <li>
1352
1369
  * <p>Resource owner (like 111122223333)</p>
1353
1370
  * </li>
1354
1371
  * <li>
@@ -1363,16 +1380,15 @@ export interface GetIpamPrefixListResolverRulesRequest {
1363
1380
  * </ul>
1364
1381
  * </li>
1365
1382
  * <li>
1366
- * <p>Operation: Equals/Not equals</p>
1383
+ * <p>
1384
+ * <b>Operation</b>: Equals/Not equals</p>
1367
1385
  * </li>
1368
1386
  * <li>
1369
- * <p>Value: The value on which to match the condition</p>
1387
+ * <p>
1388
+ * <b>Value</b>: The value on which to match the condition</p>
1370
1389
  * </li>
1371
1390
  * </ul>
1372
1391
  * </li>
1373
- * <li>
1374
- * <p>When setting conditions for a rule, one or more conditions is required.</p>
1375
- * </li>
1376
1392
  * </ul>
1377
1393
  * </li>
1378
1394
  * </ul>
@@ -1297,6 +1297,7 @@ export declare const _InstanceType: {
1297
1297
  readonly trn1_2xlarge: "trn1.2xlarge";
1298
1298
  readonly trn1_32xlarge: "trn1.32xlarge";
1299
1299
  readonly trn1n_32xlarge: "trn1n.32xlarge";
1300
+ readonly trn2_3xlarge: "trn2.3xlarge";
1300
1301
  readonly trn2_48xlarge: "trn2.48xlarge";
1301
1302
  readonly u7i_12tb_224xlarge: "u7i-12tb.224xlarge";
1302
1303
  readonly u7i_6tb_112xlarge: "u7i-6tb.112xlarge";
@@ -873,6 +873,7 @@ export type FastSnapshotRestoreStateCode =
873
873
  export interface DescribeFastSnapshotRestoreSuccessItem {
874
874
  SnapshotId?: string | undefined;
875
875
  AvailabilityZone?: string | undefined;
876
+ AvailabilityZoneId?: string | undefined;
876
877
  State?: FastSnapshotRestoreStateCode | undefined;
877
878
  StateTransitionReason?: string | undefined;
878
879
  OwnerId?: string | undefined;
@@ -654,13 +654,15 @@ export interface DisableFastLaunchResult {
654
654
  StateTransitionTime?: Date | undefined;
655
655
  }
656
656
  export interface DisableFastSnapshotRestoresRequest {
657
- AvailabilityZones: string[] | undefined;
657
+ AvailabilityZones?: string[] | undefined;
658
+ AvailabilityZoneIds?: string[] | undefined;
658
659
  SourceSnapshotIds: string[] | undefined;
659
660
  DryRun?: boolean | undefined;
660
661
  }
661
662
  export interface DisableFastSnapshotRestoreSuccessItem {
662
663
  SnapshotId?: string | undefined;
663
664
  AvailabilityZone?: string | undefined;
665
+ AvailabilityZoneId?: string | undefined;
664
666
  State?: FastSnapshotRestoreStateCode | undefined;
665
667
  StateTransitionReason?: string | undefined;
666
668
  OwnerId?: string | undefined;
@@ -677,6 +679,7 @@ export interface DisableFastSnapshotRestoreStateError {
677
679
  }
678
680
  export interface DisableFastSnapshotRestoreStateErrorItem {
679
681
  AvailabilityZone?: string | undefined;
682
+ AvailabilityZoneId?: string | undefined;
680
683
  Error?: DisableFastSnapshotRestoreStateError | undefined;
681
684
  }
682
685
  export interface DisableFastSnapshotRestoreErrorItem {
@@ -1023,13 +1026,15 @@ export interface EnableFastLaunchResult {
1023
1026
  StateTransitionTime?: Date | undefined;
1024
1027
  }
1025
1028
  export interface EnableFastSnapshotRestoresRequest {
1026
- AvailabilityZones: string[] | undefined;
1029
+ AvailabilityZones?: string[] | undefined;
1030
+ AvailabilityZoneIds?: string[] | undefined;
1027
1031
  SourceSnapshotIds: string[] | undefined;
1028
1032
  DryRun?: boolean | undefined;
1029
1033
  }
1030
1034
  export interface EnableFastSnapshotRestoreSuccessItem {
1031
1035
  SnapshotId?: string | undefined;
1032
1036
  AvailabilityZone?: string | undefined;
1037
+ AvailabilityZoneId?: string | undefined;
1033
1038
  State?: FastSnapshotRestoreStateCode | undefined;
1034
1039
  StateTransitionReason?: string | undefined;
1035
1040
  OwnerId?: string | undefined;
@@ -1046,6 +1051,7 @@ export interface EnableFastSnapshotRestoreStateError {
1046
1051
  }
1047
1052
  export interface EnableFastSnapshotRestoreStateErrorItem {
1048
1053
  AvailabilityZone?: string | undefined;
1054
+ AvailabilityZoneId?: string | undefined;
1049
1055
  Error?: EnableFastSnapshotRestoreStateError | undefined;
1050
1056
  }
1051
1057
  export interface EnableFastSnapshotRestoreErrorItem {
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.922.0",
4
+ "version": "3.925.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -21,18 +21,18 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.922.0",
24
- "@aws-sdk/credential-provider-node": "3.922.0",
24
+ "@aws-sdk/credential-provider-node": "3.925.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
28
  "@aws-sdk/middleware-sdk-ec2": "3.922.0",
29
29
  "@aws-sdk/middleware-user-agent": "3.922.0",
30
- "@aws-sdk/region-config-resolver": "3.922.0",
30
+ "@aws-sdk/region-config-resolver": "3.925.0",
31
31
  "@aws-sdk/types": "3.922.0",
32
32
  "@aws-sdk/util-endpoints": "3.922.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.922.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.922.0",
35
- "@smithy/config-resolver": "^4.4.1",
35
+ "@smithy/config-resolver": "^4.4.2",
36
36
  "@smithy/core": "^3.17.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.5",
38
38
  "@smithy/hash-node": "^4.2.4",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
54
  "@smithy/util-defaults-mode-browser": "^4.3.5",
55
- "@smithy/util-defaults-mode-node": "^4.2.7",
55
+ "@smithy/util-defaults-mode-node": "^4.2.8",
56
56
  "@smithy/util-endpoints": "^3.2.4",
57
57
  "@smithy/util-middleware": "^4.2.4",
58
58
  "@smithy/util-retry": "^4.2.4",