@aws-sdk/client-application-auto-scaling 3.496.0 → 3.501.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 +22 -21
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1649,11 +1649,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1649
1649
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1650
1650
|
|
|
1651
1651
|
0 && (module.exports = {
|
|
1652
|
-
AdjustmentType,
|
|
1653
|
-
ApplicationAutoScaling,
|
|
1654
|
-
ApplicationAutoScalingClient,
|
|
1655
1652
|
ApplicationAutoScalingServiceException,
|
|
1656
|
-
|
|
1653
|
+
__Client,
|
|
1654
|
+
ApplicationAutoScalingClient,
|
|
1655
|
+
ApplicationAutoScaling,
|
|
1656
|
+
$Command,
|
|
1657
1657
|
DeleteScalingPolicyCommand,
|
|
1658
1658
|
DeleteScheduledActionCommand,
|
|
1659
1659
|
DeregisterScalableTargetCommand,
|
|
@@ -1661,31 +1661,32 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1661
1661
|
DescribeScalingActivitiesCommand,
|
|
1662
1662
|
DescribeScalingPoliciesCommand,
|
|
1663
1663
|
DescribeScheduledActionsCommand,
|
|
1664
|
-
FailedResourceAccessException,
|
|
1665
|
-
InternalServiceException,
|
|
1666
|
-
InvalidNextTokenException,
|
|
1667
|
-
LimitExceededException,
|
|
1668
1664
|
ListTagsForResourceCommand,
|
|
1669
|
-
MetricAggregationType,
|
|
1670
|
-
MetricStatistic,
|
|
1671
|
-
MetricType,
|
|
1672
|
-
ObjectNotFoundException,
|
|
1673
|
-
PolicyType,
|
|
1674
1665
|
PutScalingPolicyCommand,
|
|
1675
1666
|
PutScheduledActionCommand,
|
|
1676
1667
|
RegisterScalableTargetCommand,
|
|
1677
|
-
ResourceNotFoundException,
|
|
1678
|
-
ScalableDimension,
|
|
1679
|
-
ScalingActivityStatusCode,
|
|
1680
|
-
ServiceNamespace,
|
|
1681
1668
|
TagResourceCommand,
|
|
1682
|
-
TooManyTagsException,
|
|
1683
1669
|
UntagResourceCommand,
|
|
1684
|
-
ValidationException,
|
|
1685
|
-
__Client,
|
|
1686
1670
|
paginateDescribeScalableTargets,
|
|
1687
1671
|
paginateDescribeScalingActivities,
|
|
1688
1672
|
paginateDescribeScalingPolicies,
|
|
1689
|
-
paginateDescribeScheduledActions
|
|
1673
|
+
paginateDescribeScheduledActions,
|
|
1674
|
+
AdjustmentType,
|
|
1675
|
+
ConcurrentUpdateException,
|
|
1676
|
+
ScalableDimension,
|
|
1677
|
+
ServiceNamespace,
|
|
1678
|
+
InternalServiceException,
|
|
1679
|
+
ObjectNotFoundException,
|
|
1680
|
+
ValidationException,
|
|
1681
|
+
InvalidNextTokenException,
|
|
1682
|
+
ScalingActivityStatusCode,
|
|
1683
|
+
PolicyType,
|
|
1684
|
+
MetricAggregationType,
|
|
1685
|
+
MetricStatistic,
|
|
1686
|
+
MetricType,
|
|
1687
|
+
FailedResourceAccessException,
|
|
1688
|
+
ResourceNotFoundException,
|
|
1689
|
+
LimitExceededException,
|
|
1690
|
+
TooManyTagsException
|
|
1690
1691
|
});
|
|
1691
1692
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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-application-auto-scaling",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|