@aws-sdk/client-auto-scaling-plans 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +16 -15
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1064,33 +1064,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1064
1064
  // Annotate the CommonJS export names for ESM import in node:
1065
1065
 
1066
1066
  0 && (module.exports = {
1067
- AutoScalingPlans,
1068
- AutoScalingPlansClient,
1069
1067
  AutoScalingPlansServiceException,
1070
- ConcurrentUpdateException,
1068
+ __Client,
1069
+ AutoScalingPlansClient,
1070
+ AutoScalingPlans,
1071
+ $Command,
1071
1072
  CreateScalingPlanCommand,
1072
1073
  DeleteScalingPlanCommand,
1073
1074
  DescribeScalingPlanResourcesCommand,
1074
1075
  DescribeScalingPlansCommand,
1075
- ForecastDataType,
1076
1076
  GetScalingPlanResourceForecastDataCommand,
1077
- InternalServiceException,
1078
- InvalidNextTokenException,
1079
- LimitExceededException,
1080
- LoadMetricType,
1077
+ UpdateScalingPlanCommand,
1078
+ ConcurrentUpdateException,
1081
1079
  MetricStatistic,
1082
- ObjectNotFoundException,
1083
- PolicyType,
1080
+ LoadMetricType,
1084
1081
  PredictiveScalingMaxCapacityBehavior,
1085
1082
  PredictiveScalingMode,
1086
1083
  ScalableDimension,
1087
- ScalingMetricType,
1088
- ScalingPlanStatusCode,
1089
1084
  ScalingPolicyUpdateBehavior,
1090
- ScalingStatusCode,
1091
1085
  ServiceNamespace,
1092
- UpdateScalingPlanCommand,
1086
+ ScalingMetricType,
1087
+ InternalServiceException,
1088
+ LimitExceededException,
1093
1089
  ValidationException,
1094
- __Client
1090
+ ObjectNotFoundException,
1091
+ PolicyType,
1092
+ ScalingStatusCode,
1093
+ InvalidNextTokenException,
1094
+ ScalingPlanStatusCode,
1095
+ ForecastDataType
1095
1096
  });
1096
1097
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling-plans",
3
3
  "description": "AWS SDK for JavaScript Auto Scaling Plans Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-auto-scaling-plans",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.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",