@aws-sdk/client-ec2 3.525.0 → 3.525.1
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-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +7 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +5 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +38 -17
- package/dist-types/models/models_4.d.ts +11 -3
- package/dist-types/models/models_6.d.ts +1 -1
- package/dist-types/models/models_7.d.ts +1 -1
- package/package.json +1 -1
|
@@ -26,7 +26,7 @@ declare const DescribeCapacityBlockOfferingsCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Describes Capacity Block offerings available for purchase. With Capacity Blocks, you purchase a specific instance type for a period of time.</p>
|
|
29
|
+
* <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a specific instance type for a period of time.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -27,7 +27,13 @@ declare const DescribeFleetInstancesCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Describes the running instances for the specified EC2 Fleet.</p>
|
|
30
|
-
* <
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>Currently, <code>DescribeFleetInstances</code> does not support fleets of type
|
|
32
|
+
* <code>instant</code>. Instead, use <code>DescribeFleets</code>, specifying the
|
|
33
|
+
* <code>instant</code> fleet ID in the request.</p>
|
|
34
|
+
* </note>
|
|
35
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Describe your
|
|
36
|
+
* EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
31
37
|
* @example
|
|
32
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
39
|
* ```javascript
|
|
@@ -26,8 +26,13 @@ declare const DescribeFleetsCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Describes the specified EC2
|
|
30
|
-
* <
|
|
29
|
+
* <p>Describes the specified EC2 Fleet or all of your EC2 Fleets.</p>
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>If a fleet is of type <code>instant</code>, you must specify the fleet ID in the
|
|
32
|
+
* request, otherwise the fleet does not appear in the response.</p>
|
|
33
|
+
* </important>
|
|
34
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Describe your
|
|
35
|
+
* EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -55,6 +55,11 @@ declare const DescribeInstanceStatusCommand_base: {
|
|
|
55
55
|
* lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
56
56
|
* </li>
|
|
57
57
|
* </ul>
|
|
58
|
+
* <note>
|
|
59
|
+
* <p>The order of the elements in the response, including those within nested
|
|
60
|
+
* structures, might vary. Applications should not assume the elements appear in a
|
|
61
|
+
* particular order.</p>
|
|
62
|
+
* </note>
|
|
58
63
|
* @example
|
|
59
64
|
* Use a bare-bones client and the command you need to make an API call.
|
|
60
65
|
* ```javascript
|
|
@@ -42,6 +42,11 @@ declare const DescribeInstancesCommand_base: {
|
|
|
42
42
|
* not specify any instance IDs at all, the call fails. If you describe instances and
|
|
43
43
|
* specify only instance IDs that are in an unaffected zone, the call works
|
|
44
44
|
* normally.</p>
|
|
45
|
+
* <note>
|
|
46
|
+
* <p>The order of the elements in the response, including those within nested
|
|
47
|
+
* structures, might vary. Applications should not assume the elements appear in a
|
|
48
|
+
* particular order.</p>
|
|
49
|
+
* </note>
|
|
45
50
|
* @example
|
|
46
51
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
52
|
* ```javascript
|
|
@@ -29,6 +29,11 @@ declare const DescribeReservedInstancesCommand_base: {
|
|
|
29
29
|
* <p>Describes one or more of the Reserved Instances that you purchased.</p>
|
|
30
30
|
* <p>For more information about Reserved Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved
|
|
31
31
|
* Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
32
|
+
* <note>
|
|
33
|
+
* <p>The order of the elements in the response, including those within nested
|
|
34
|
+
* structures, might vary. Applications should not assume the elements appear in a
|
|
35
|
+
* particular order.</p>
|
|
36
|
+
* </note>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
39
|
* ```javascript
|
|
@@ -32,6 +32,11 @@ declare const DescribeReservedInstancesListingsCommand_base: {
|
|
|
32
32
|
* <p>As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.</p>
|
|
33
33
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a>
|
|
34
34
|
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
35
|
+
* <note>
|
|
36
|
+
* <p>The order of the elements in the response, including those within nested
|
|
37
|
+
* structures, might vary. Applications should not assume the elements appear in a
|
|
38
|
+
* particular order.</p>
|
|
39
|
+
* </note>
|
|
35
40
|
* @example
|
|
36
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
42
|
* ```javascript
|
|
@@ -28,6 +28,11 @@ declare const DescribeReservedInstancesModificationsCommand_base: {
|
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.</p>
|
|
30
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modifying Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>The order of the elements in the response, including those within nested
|
|
33
|
+
* structures, might vary. Applications should not assume the elements appear in a
|
|
34
|
+
* particular order.</p>
|
|
35
|
+
* </note>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -30,6 +30,11 @@ declare const DescribeReservedInstancesOfferingsCommand_base: {
|
|
|
30
30
|
* <p>If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.</p>
|
|
31
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a>
|
|
32
32
|
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <p>The order of the elements in the response, including those within nested
|
|
35
|
+
* structures, might vary. Applications should not assume the elements appear in a
|
|
36
|
+
* particular order.</p>
|
|
37
|
+
* </note>
|
|
33
38
|
* @example
|
|
34
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
40
|
* ```javascript
|
|
@@ -33,7 +33,7 @@ declare const ModifyInstancePlacementCommand_base: {
|
|
|
33
33
|
* <p>Modify the affinity between an instance and a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html">Dedicated
|
|
34
34
|
* Host</a>. When affinity is set to <code>host</code> and the instance is
|
|
35
35
|
* not associated with a specific Dedicated Host, the next time the instance is
|
|
36
|
-
*
|
|
36
|
+
* started, it is automatically associated with the host on which it lands. If the
|
|
37
37
|
* instance is restarted or rebooted, this relationship persists.</p>
|
|
38
38
|
* </li>
|
|
39
39
|
* <li>
|
|
@@ -1659,16 +1659,18 @@ export interface InstanceRequirementsRequest {
|
|
|
1659
1659
|
* selects instance types with your attributes, it will exclude instance types whose Spot
|
|
1660
1660
|
* price exceeds your specified threshold.</p>
|
|
1661
1661
|
* <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
|
|
1662
|
-
* <p>To indicate no price protection threshold, specify a high value, such as <code>999999</code>.</p>
|
|
1663
1662
|
* <p>If you set <code>TargetCapacityUnitType</code> to <code>vcpu</code> or
|
|
1664
1663
|
* <code>memory-mib</code>, the price protection threshold is applied based on the
|
|
1665
1664
|
* per-vCPU or per-memory price instead of the per-instance price.</p>
|
|
1666
1665
|
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</p>
|
|
1667
1666
|
* <note>
|
|
1668
1667
|
* <p>Only one of <code>SpotMaxPricePercentageOverLowestPrice</code> or
|
|
1669
|
-
*
|
|
1670
|
-
*
|
|
1671
|
-
*
|
|
1668
|
+
* <code>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</code> can be specified. If you
|
|
1669
|
+
* don't specify either, Amazon EC2 will automatically apply optimal price protection to
|
|
1670
|
+
* consistently select from a wide range of instance types. To indicate no price protection
|
|
1671
|
+
* threshold for Spot Instances, meaning you want to consider all instance types that match your
|
|
1672
|
+
* attributes, include one of these parameters and specify a high value, such as
|
|
1673
|
+
* <code>999999</code>.</p>
|
|
1672
1674
|
* </note>
|
|
1673
1675
|
* <p>Default: <code>100</code>
|
|
1674
1676
|
* </p>
|
|
@@ -1932,16 +1934,17 @@ export interface InstanceRequirementsRequest {
|
|
|
1932
1934
|
* selects instance types with your attributes, it will exclude instance types whose price
|
|
1933
1935
|
* exceeds your specified threshold.</p>
|
|
1934
1936
|
* <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
|
|
1935
|
-
* <p>To indicate no price protection threshold, specify a high value, such as
|
|
1936
|
-
* <code>999999</code>.</p>
|
|
1937
1937
|
* <p>If you set <code>DesiredCapacityType</code> to <code>vcpu</code> or
|
|
1938
1938
|
* <code>memory-mib</code>, the price protection threshold is based on the per vCPU or per
|
|
1939
1939
|
* memory price instead of the per instance price.</p>
|
|
1940
1940
|
* <note>
|
|
1941
1941
|
* <p>Only one of <code>SpotMaxPricePercentageOverLowestPrice</code> or
|
|
1942
1942
|
* <code>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</code> can be specified. If you
|
|
1943
|
-
* don't specify either,
|
|
1944
|
-
*
|
|
1943
|
+
* don't specify either, Amazon EC2 will automatically apply optimal price protection to
|
|
1944
|
+
* consistently select from a wide range of instance types. To indicate no price protection
|
|
1945
|
+
* threshold for Spot Instances, meaning you want to consider all instance types that match your
|
|
1946
|
+
* attributes, include one of these parameters and specify a high value, such as
|
|
1947
|
+
* <code>999999</code>.</p>
|
|
1945
1948
|
* </note>
|
|
1946
1949
|
*/
|
|
1947
1950
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number;
|
|
@@ -2051,6 +2054,14 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
2051
2054
|
/**
|
|
2052
2055
|
* @public
|
|
2053
2056
|
* <p>The number of units provided by the specified instance type.</p>
|
|
2057
|
+
* <note>
|
|
2058
|
+
* <p>When specifying weights, the price used in the <code>lowest-price</code> and
|
|
2059
|
+
* <code>price-capacity-optimized</code> allocation strategies is per
|
|
2060
|
+
* <i>unit</i> hour (where the instance price is divided by the specified
|
|
2061
|
+
* weight). However, if all the specified weights are above the requested
|
|
2062
|
+
* <code>TargetCapacity</code>, resulting in only 1 instance being launched, the price
|
|
2063
|
+
* used is per <i>instance</i> hour.</p>
|
|
2064
|
+
* </note>
|
|
2054
2065
|
*/
|
|
2055
2066
|
WeightedCapacity?: number;
|
|
2056
2067
|
/**
|
|
@@ -2918,17 +2929,18 @@ export interface InstanceRequirements {
|
|
|
2918
2929
|
* selects instance types with your attributes, it will exclude instance types whose Spot
|
|
2919
2930
|
* price exceeds your specified threshold.</p>
|
|
2920
2931
|
* <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
|
|
2921
|
-
* <p>To indicate no price protection threshold, specify a high value, such as
|
|
2922
|
-
* <code>999999</code>.</p>
|
|
2923
2932
|
* <p>If you set <code>TargetCapacityUnitType</code> to <code>vcpu</code> or
|
|
2924
2933
|
* <code>memory-mib</code>, the price protection threshold is applied based on the per-vCPU
|
|
2925
2934
|
* or per-memory price instead of the per-instance price.</p>
|
|
2926
2935
|
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</p>
|
|
2927
2936
|
* <note>
|
|
2928
2937
|
* <p>Only one of <code>SpotMaxPricePercentageOverLowestPrice</code> or
|
|
2929
|
-
*
|
|
2930
|
-
* don't specify either,
|
|
2931
|
-
*
|
|
2938
|
+
* <code>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</code> can be specified. If you
|
|
2939
|
+
* don't specify either, Amazon EC2 will automatically apply optimal price protection to
|
|
2940
|
+
* consistently select from a wide range of instance types. To indicate no price protection
|
|
2941
|
+
* threshold for Spot Instances, meaning you want to consider all instance types that match your
|
|
2942
|
+
* attributes, include one of these parameters and specify a high value, such as
|
|
2943
|
+
* <code>999999</code>.</p>
|
|
2932
2944
|
* </note>
|
|
2933
2945
|
* <p>Default: <code>100</code>
|
|
2934
2946
|
* </p>
|
|
@@ -3191,16 +3203,17 @@ export interface InstanceRequirements {
|
|
|
3191
3203
|
* selects instance types with your attributes, it will exclude instance types whose price
|
|
3192
3204
|
* exceeds your specified threshold.</p>
|
|
3193
3205
|
* <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
|
|
3194
|
-
* <p>To indicate no price protection threshold, specify a high value, such as
|
|
3195
|
-
* <code>999999</code>.</p>
|
|
3196
3206
|
* <p>If you set <code>DesiredCapacityType</code> to <code>vcpu</code> or
|
|
3197
3207
|
* <code>memory-mib</code>, the price protection threshold is based on the per vCPU or per
|
|
3198
3208
|
* memory price instead of the per instance price.</p>
|
|
3199
3209
|
* <note>
|
|
3200
3210
|
* <p>Only one of <code>SpotMaxPricePercentageOverLowestPrice</code> or
|
|
3201
3211
|
* <code>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</code> can be specified. If you
|
|
3202
|
-
* don't specify either,
|
|
3203
|
-
*
|
|
3212
|
+
* don't specify either, Amazon EC2 will automatically apply optimal price protection to
|
|
3213
|
+
* consistently select from a wide range of instance types. To indicate no price protection
|
|
3214
|
+
* threshold for Spot Instances, meaning you want to consider all instance types that match your
|
|
3215
|
+
* attributes, include one of these parameters and specify a high value, such as
|
|
3216
|
+
* <code>999999</code>.</p>
|
|
3204
3217
|
* </note>
|
|
3205
3218
|
*/
|
|
3206
3219
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number;
|
|
@@ -3254,6 +3267,14 @@ export interface FleetLaunchTemplateOverrides {
|
|
|
3254
3267
|
/**
|
|
3255
3268
|
* @public
|
|
3256
3269
|
* <p>The number of units provided by the specified instance type.</p>
|
|
3270
|
+
* <note>
|
|
3271
|
+
* <p>When specifying weights, the price used in the <code>lowest-price</code> and
|
|
3272
|
+
* <code>price-capacity-optimized</code> allocation strategies is per
|
|
3273
|
+
* <i>unit</i> hour (where the instance price is divided by the specified
|
|
3274
|
+
* weight). However, if all the specified weights are above the requested
|
|
3275
|
+
* <code>TargetCapacity</code>, resulting in only 1 instance being launched, the price
|
|
3276
|
+
* used is per <i>instance</i> hour.</p>
|
|
3277
|
+
* </note>
|
|
3257
3278
|
*/
|
|
3258
3279
|
WeightedCapacity?: number;
|
|
3259
3280
|
/**
|
|
@@ -2903,7 +2903,7 @@ export interface InstanceTopology {
|
|
|
2903
2903
|
/**
|
|
2904
2904
|
* @public
|
|
2905
2905
|
* <p>The network nodes. The nodes are hashed based on your account. Instances from
|
|
2906
|
-
* different accounts running under the same
|
|
2906
|
+
* different accounts running under the same server will return a different hashed list of
|
|
2907
2907
|
* strings.</p>
|
|
2908
2908
|
*/
|
|
2909
2909
|
NetworkNodes?: string[];
|
|
@@ -10035,6 +10035,14 @@ export interface LaunchTemplateOverrides {
|
|
|
10035
10035
|
/**
|
|
10036
10036
|
* @public
|
|
10037
10037
|
* <p>The number of units provided by the specified instance type.</p>
|
|
10038
|
+
* <note>
|
|
10039
|
+
* <p>When specifying weights, the price used in the <code>lowest-price</code> and
|
|
10040
|
+
* <code>price-capacity-optimized</code> allocation strategies is per
|
|
10041
|
+
* <i>unit</i> hour (where the instance price is divided by the specified
|
|
10042
|
+
* weight). However, if all the specified weights are above the requested
|
|
10043
|
+
* <code>TargetCapacity</code>, resulting in only 1 instance being launched, the price
|
|
10044
|
+
* used is per <i>instance</i> hour.</p>
|
|
10045
|
+
* </note>
|
|
10038
10046
|
*/
|
|
10039
10047
|
WeightedCapacity?: number;
|
|
10040
10048
|
/**
|
|
@@ -11205,8 +11213,8 @@ export interface SpotPrice {
|
|
|
11205
11213
|
export interface DescribeSpotPriceHistoryResult {
|
|
11206
11214
|
/**
|
|
11207
11215
|
* @public
|
|
11208
|
-
* <p>The token to include in another request to get the next page of items. This value is
|
|
11209
|
-
*
|
|
11216
|
+
* <p>The token to include in another request to get the next page of items. This value is
|
|
11217
|
+
* an empty string (<code>""</code>) or <code>null</code> when there are no more items to return.</p>
|
|
11210
11218
|
*/
|
|
11211
11219
|
NextToken?: string;
|
|
11212
11220
|
/**
|
|
@@ -4385,7 +4385,7 @@ export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
|
|
|
4385
4385
|
export interface ModifyInstancePlacementRequest {
|
|
4386
4386
|
/**
|
|
4387
4387
|
* @public
|
|
4388
|
-
* <p>The affinity setting for the instance
|
|
4388
|
+
* <p>The affinity setting for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-affinity">Host affinity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
4389
4389
|
*/
|
|
4390
4390
|
Affinity?: Affinity;
|
|
4391
4391
|
/**
|
|
@@ -2436,7 +2436,7 @@ export interface ScheduledInstancesNetworkInterface {
|
|
|
2436
2436
|
* assigned to a new network interface, not an existing one. You cannot specify more than one
|
|
2437
2437
|
* network interface in the request. If launching into a default subnet, the default value is
|
|
2438
2438
|
* <code>true</code>.</p>
|
|
2439
|
-
* <p>
|
|
2439
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
2440
2440
|
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
2441
2441
|
*/
|
|
2442
2442
|
AssociatePublicIpAddress?: boolean;
|
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.525.
|
|
4
|
+
"version": "3.525.1",
|
|
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",
|