@aws-sdk/client-ec2 3.923.0 → 3.926.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.
- package/dist-cjs/index.js +53 -0
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/protocols/Aws_ec2.js +41 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +102 -58
- package/dist-types/models/models_4.d.ts +10 -1
- package/dist-types/models/models_6.d.ts +36 -2
- package/dist-types/models/models_7.d.ts +45 -29
- package/dist-types/ts3.4/models/models_1.d.ts +12 -0
- package/dist-types/ts3.4/models/models_4.d.ts +1 -0
- package/dist-types/ts3.4/models/models_6.d.ts +8 -2
- package/package.json +8 -8
|
@@ -2359,6 +2359,18 @@ export declare const _InstanceType: {
|
|
|
2359
2359
|
readonly r7iz_metal_16xl: "r7iz.metal-16xl";
|
|
2360
2360
|
readonly r7iz_metal_32xl: "r7iz.metal-32xl";
|
|
2361
2361
|
readonly r7iz_xlarge: "r7iz.xlarge";
|
|
2362
|
+
readonly r8a_12xlarge: "r8a.12xlarge";
|
|
2363
|
+
readonly r8a_16xlarge: "r8a.16xlarge";
|
|
2364
|
+
readonly r8a_24xlarge: "r8a.24xlarge";
|
|
2365
|
+
readonly r8a_2xlarge: "r8a.2xlarge";
|
|
2366
|
+
readonly r8a_48xlarge: "r8a.48xlarge";
|
|
2367
|
+
readonly r8a_4xlarge: "r8a.4xlarge";
|
|
2368
|
+
readonly r8a_8xlarge: "r8a.8xlarge";
|
|
2369
|
+
readonly r8a_large: "r8a.large";
|
|
2370
|
+
readonly r8a_medium: "r8a.medium";
|
|
2371
|
+
readonly r8a_metal_24xl: "r8a.metal-24xl";
|
|
2372
|
+
readonly r8a_metal_48xl: "r8a.metal-48xl";
|
|
2373
|
+
readonly r8a_xlarge: "r8a.xlarge";
|
|
2362
2374
|
readonly r8g_12xlarge: "r8g.12xlarge";
|
|
2363
2375
|
readonly r8g_16xlarge: "r8g.16xlarge";
|
|
2364
2376
|
readonly r8g_24xlarge: "r8g.24xlarge";
|
|
@@ -9665,61 +9677,78 @@ export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixLis
|
|
|
9665
9677
|
/**
|
|
9666
9678
|
* <p>Describes a condition used when creating or modifying resolver rules.</p>
|
|
9667
9679
|
* <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>
|
|
9668
|
-
* <p>There are three rule types
|
|
9680
|
+
* <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>
|
|
9669
9681
|
* <ul>
|
|
9670
9682
|
* <li>
|
|
9671
9683
|
* <p>
|
|
9672
|
-
* <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)
|
|
9684
|
+
* <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
|
|
9673
9685
|
* </li>
|
|
9674
9686
|
* <li>
|
|
9675
9687
|
* <p>
|
|
9676
|
-
* <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)
|
|
9677
|
-
*
|
|
9678
|
-
* <li>
|
|
9679
|
-
* <p>
|
|
9680
|
-
* <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
|
|
9681
|
-
* </li>
|
|
9682
|
-
* </ul>
|
|
9683
|
-
* <p>Condition availability by resource type:</p>
|
|
9684
|
-
* <ul>
|
|
9685
|
-
* <li>
|
|
9686
|
-
* <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>
|
|
9688
|
+
* <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
|
|
9689
|
+
* <p>If you choose this option, choose the following:</p>
|
|
9687
9690
|
* <ul>
|
|
9688
9691
|
* <li>
|
|
9689
|
-
* <p>
|
|
9692
|
+
* <p>
|
|
9693
|
+
* <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
|
|
9694
|
+
* </li>
|
|
9695
|
+
* <li>
|
|
9696
|
+
* <p>
|
|
9697
|
+
* <b>Conditions:</b>
|
|
9698
|
+
* </p>
|
|
9690
9699
|
* <ul>
|
|
9691
9700
|
* <li>
|
|
9692
|
-
* <p>
|
|
9701
|
+
* <p>
|
|
9702
|
+
* <b>Property</b>
|
|
9703
|
+
* </p>
|
|
9693
9704
|
* <ul>
|
|
9694
9705
|
* <li>
|
|
9695
|
-
* <p>
|
|
9706
|
+
* <p>
|
|
9707
|
+
* <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
|
|
9696
9708
|
* </li>
|
|
9697
9709
|
* <li>
|
|
9698
|
-
* <p>
|
|
9710
|
+
* <p>
|
|
9711
|
+
* <b>CIDR</b> (like 10.24.34.0/23)</p>
|
|
9699
9712
|
* </li>
|
|
9700
9713
|
* </ul>
|
|
9701
9714
|
* </li>
|
|
9702
9715
|
* <li>
|
|
9703
|
-
* <p>
|
|
9716
|
+
* <p>
|
|
9717
|
+
* <b>Operation</b>: Equals/Not equals</p>
|
|
9704
9718
|
* </li>
|
|
9705
9719
|
* <li>
|
|
9706
|
-
* <p>
|
|
9720
|
+
* <p>
|
|
9721
|
+
* <b>Value</b>: The value on which to match the condition</p>
|
|
9707
9722
|
* </li>
|
|
9708
9723
|
* </ul>
|
|
9709
9724
|
* </li>
|
|
9725
|
+
* </ul>
|
|
9726
|
+
* </li>
|
|
9727
|
+
* <li>
|
|
9728
|
+
* <p>
|
|
9729
|
+
* <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
|
|
9730
|
+
* <p>If you choose this option, choose the following:</p>
|
|
9731
|
+
* <ul>
|
|
9710
9732
|
* <li>
|
|
9711
|
-
* <p>
|
|
9733
|
+
* <p>
|
|
9734
|
+
* <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
|
|
9735
|
+
* </li>
|
|
9736
|
+
* <li>
|
|
9737
|
+
* <p>
|
|
9738
|
+
* <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
|
|
9739
|
+
* </li>
|
|
9740
|
+
* <li>
|
|
9741
|
+
* <p>
|
|
9742
|
+
* <b>Conditions</b>:</p>
|
|
9712
9743
|
* <ul>
|
|
9713
9744
|
* <li>
|
|
9714
|
-
* <p>
|
|
9745
|
+
* <p>
|
|
9746
|
+
* <b>Property</b>:</p>
|
|
9715
9747
|
* <ul>
|
|
9716
9748
|
* <li>
|
|
9717
9749
|
* <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
|
|
9718
9750
|
* </li>
|
|
9719
9751
|
* <li>
|
|
9720
|
-
* <p>Resource type (like VPC or Subnet)</p>
|
|
9721
|
-
* </li>
|
|
9722
|
-
* <li>
|
|
9723
9752
|
* <p>Resource owner (like 111122223333)</p>
|
|
9724
9753
|
* </li>
|
|
9725
9754
|
* <li>
|
|
@@ -9734,16 +9763,15 @@ export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixLis
|
|
|
9734
9763
|
* </ul>
|
|
9735
9764
|
* </li>
|
|
9736
9765
|
* <li>
|
|
9737
|
-
* <p>
|
|
9766
|
+
* <p>
|
|
9767
|
+
* <b>Operation</b>: Equals/Not equals</p>
|
|
9738
9768
|
* </li>
|
|
9739
9769
|
* <li>
|
|
9740
|
-
* <p>
|
|
9770
|
+
* <p>
|
|
9771
|
+
* <b>Value</b>: The value on which to match the condition</p>
|
|
9741
9772
|
* </li>
|
|
9742
9773
|
* </ul>
|
|
9743
9774
|
* </li>
|
|
9744
|
-
* <li>
|
|
9745
|
-
* <p>When setting conditions for a rule, one or more conditions is required.</p>
|
|
9746
|
-
* </li>
|
|
9747
9775
|
* </ul>
|
|
9748
9776
|
* </li>
|
|
9749
9777
|
* </ul>
|
|
@@ -9818,61 +9846,78 @@ export type IpamPrefixListResolverRuleType = (typeof IpamPrefixListResolverRuleT
|
|
|
9818
9846
|
/**
|
|
9819
9847
|
* <p>Describes a CIDR selection rule to include in a request. This is used when creating or modifying resolver rules.</p>
|
|
9820
9848
|
* <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>
|
|
9821
|
-
* <p>There are three rule types
|
|
9849
|
+
* <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>
|
|
9822
9850
|
* <ul>
|
|
9823
9851
|
* <li>
|
|
9824
9852
|
* <p>
|
|
9825
|
-
* <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)
|
|
9853
|
+
* <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
|
|
9826
9854
|
* </li>
|
|
9827
9855
|
* <li>
|
|
9828
9856
|
* <p>
|
|
9829
|
-
* <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)
|
|
9830
|
-
*
|
|
9831
|
-
* <li>
|
|
9832
|
-
* <p>
|
|
9833
|
-
* <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
|
|
9834
|
-
* </li>
|
|
9835
|
-
* </ul>
|
|
9836
|
-
* <p>Condition availability by resource type:</p>
|
|
9837
|
-
* <ul>
|
|
9838
|
-
* <li>
|
|
9839
|
-
* <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>
|
|
9857
|
+
* <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
|
|
9858
|
+
* <p>If you choose this option, choose the following:</p>
|
|
9840
9859
|
* <ul>
|
|
9841
9860
|
* <li>
|
|
9842
|
-
* <p>
|
|
9861
|
+
* <p>
|
|
9862
|
+
* <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
|
|
9863
|
+
* </li>
|
|
9864
|
+
* <li>
|
|
9865
|
+
* <p>
|
|
9866
|
+
* <b>Conditions:</b>
|
|
9867
|
+
* </p>
|
|
9843
9868
|
* <ul>
|
|
9844
9869
|
* <li>
|
|
9845
|
-
* <p>
|
|
9870
|
+
* <p>
|
|
9871
|
+
* <b>Property</b>
|
|
9872
|
+
* </p>
|
|
9846
9873
|
* <ul>
|
|
9847
9874
|
* <li>
|
|
9848
|
-
* <p>
|
|
9875
|
+
* <p>
|
|
9876
|
+
* <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
|
|
9849
9877
|
* </li>
|
|
9850
9878
|
* <li>
|
|
9851
|
-
* <p>
|
|
9879
|
+
* <p>
|
|
9880
|
+
* <b>CIDR</b> (like 10.24.34.0/23)</p>
|
|
9852
9881
|
* </li>
|
|
9853
9882
|
* </ul>
|
|
9854
9883
|
* </li>
|
|
9855
9884
|
* <li>
|
|
9856
|
-
* <p>
|
|
9885
|
+
* <p>
|
|
9886
|
+
* <b>Operation</b>: Equals/Not equals</p>
|
|
9857
9887
|
* </li>
|
|
9858
9888
|
* <li>
|
|
9859
|
-
* <p>
|
|
9889
|
+
* <p>
|
|
9890
|
+
* <b>Value</b>: The value on which to match the condition</p>
|
|
9860
9891
|
* </li>
|
|
9861
9892
|
* </ul>
|
|
9862
9893
|
* </li>
|
|
9894
|
+
* </ul>
|
|
9895
|
+
* </li>
|
|
9896
|
+
* <li>
|
|
9897
|
+
* <p>
|
|
9898
|
+
* <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
|
|
9899
|
+
* <p>If you choose this option, choose the following:</p>
|
|
9900
|
+
* <ul>
|
|
9863
9901
|
* <li>
|
|
9864
|
-
* <p>
|
|
9902
|
+
* <p>
|
|
9903
|
+
* <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
|
|
9904
|
+
* </li>
|
|
9905
|
+
* <li>
|
|
9906
|
+
* <p>
|
|
9907
|
+
* <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
|
|
9908
|
+
* </li>
|
|
9909
|
+
* <li>
|
|
9910
|
+
* <p>
|
|
9911
|
+
* <b>Conditions</b>:</p>
|
|
9865
9912
|
* <ul>
|
|
9866
9913
|
* <li>
|
|
9867
|
-
* <p>
|
|
9914
|
+
* <p>
|
|
9915
|
+
* <b>Property</b>:</p>
|
|
9868
9916
|
* <ul>
|
|
9869
9917
|
* <li>
|
|
9870
9918
|
* <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
|
|
9871
9919
|
* </li>
|
|
9872
9920
|
* <li>
|
|
9873
|
-
* <p>Resource type (like VPC or Subnet)</p>
|
|
9874
|
-
* </li>
|
|
9875
|
-
* <li>
|
|
9876
9921
|
* <p>Resource owner (like 111122223333)</p>
|
|
9877
9922
|
* </li>
|
|
9878
9923
|
* <li>
|
|
@@ -9887,16 +9932,15 @@ export type IpamPrefixListResolverRuleType = (typeof IpamPrefixListResolverRuleT
|
|
|
9887
9932
|
* </ul>
|
|
9888
9933
|
* </li>
|
|
9889
9934
|
* <li>
|
|
9890
|
-
* <p>
|
|
9935
|
+
* <p>
|
|
9936
|
+
* <b>Operation</b>: Equals/Not equals</p>
|
|
9891
9937
|
* </li>
|
|
9892
9938
|
* <li>
|
|
9893
|
-
* <p>
|
|
9939
|
+
* <p>
|
|
9940
|
+
* <b>Value</b>: The value on which to match the condition</p>
|
|
9894
9941
|
* </li>
|
|
9895
9942
|
* </ul>
|
|
9896
9943
|
* </li>
|
|
9897
|
-
* <li>
|
|
9898
|
-
* <p>When setting conditions for a rule, one or more conditions is required.</p>
|
|
9899
|
-
* </li>
|
|
9900
9944
|
* </ul>
|
|
9901
9945
|
* </li>
|
|
9902
9946
|
* </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
|
|
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
|
|
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
|
|
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
|
|
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)
|
|
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)
|
|
1306
|
-
*
|
|
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>
|
|
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>
|
|
1318
|
+
* <p>
|
|
1319
|
+
* <b>Property</b>
|
|
1320
|
+
* </p>
|
|
1322
1321
|
* <ul>
|
|
1323
1322
|
* <li>
|
|
1324
|
-
* <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>
|
|
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>
|
|
1333
|
+
* <p>
|
|
1334
|
+
* <b>Operation</b>: Equals/Not equals</p>
|
|
1333
1335
|
* </li>
|
|
1334
1336
|
* <li>
|
|
1335
|
-
* <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>
|
|
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>
|
|
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>
|
|
1383
|
+
* <p>
|
|
1384
|
+
* <b>Operation</b>: Equals/Not equals</p>
|
|
1367
1385
|
* </li>
|
|
1368
1386
|
* <li>
|
|
1369
|
-
* <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>
|
|
@@ -1199,6 +1199,18 @@ export declare const _InstanceType: {
|
|
|
1199
1199
|
readonly r7iz_metal_16xl: "r7iz.metal-16xl";
|
|
1200
1200
|
readonly r7iz_metal_32xl: "r7iz.metal-32xl";
|
|
1201
1201
|
readonly r7iz_xlarge: "r7iz.xlarge";
|
|
1202
|
+
readonly r8a_12xlarge: "r8a.12xlarge";
|
|
1203
|
+
readonly r8a_16xlarge: "r8a.16xlarge";
|
|
1204
|
+
readonly r8a_24xlarge: "r8a.24xlarge";
|
|
1205
|
+
readonly r8a_2xlarge: "r8a.2xlarge";
|
|
1206
|
+
readonly r8a_48xlarge: "r8a.48xlarge";
|
|
1207
|
+
readonly r8a_4xlarge: "r8a.4xlarge";
|
|
1208
|
+
readonly r8a_8xlarge: "r8a.8xlarge";
|
|
1209
|
+
readonly r8a_large: "r8a.large";
|
|
1210
|
+
readonly r8a_medium: "r8a.medium";
|
|
1211
|
+
readonly r8a_metal_24xl: "r8a.metal-24xl";
|
|
1212
|
+
readonly r8a_metal_48xl: "r8a.metal-48xl";
|
|
1213
|
+
readonly r8a_xlarge: "r8a.xlarge";
|
|
1202
1214
|
readonly r8g_12xlarge: "r8g.12xlarge";
|
|
1203
1215
|
readonly r8g_16xlarge: "r8g.16xlarge";
|
|
1204
1216
|
readonly r8g_24xlarge: "r8g.24xlarge";
|
|
@@ -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
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.926.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",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.926.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.926.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
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.926.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
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.926.0",
|
|
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.
|
|
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",
|