@aws-sdk/client-application-auto-scaling 3.337.0 → 3.340.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 (71) hide show
  1. package/README.md +2 -2
  2. package/dist-cjs/ApplicationAutoScalingClient.js +2 -1
  3. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteScheduledActionCommand.js +2 -1
  5. package/dist-cjs/commands/DeregisterScalableTargetCommand.js +2 -1
  6. package/dist-cjs/commands/DescribeScalableTargetsCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -1
  10. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  11. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -1
  12. package/dist-cjs/commands/PutScheduledActionCommand.js +2 -1
  13. package/dist-cjs/commands/RegisterScalableTargetCommand.js +2 -1
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  16. package/dist-cjs/index.js +2 -2
  17. package/dist-cjs/models/ApplicationAutoScalingServiceException.js +2 -1
  18. package/dist-cjs/models/models_0.js +1 -0
  19. package/dist-es/ApplicationAutoScalingClient.js +1 -0
  20. package/dist-es/commands/DeleteScalingPolicyCommand.js +1 -0
  21. package/dist-es/commands/DeleteScheduledActionCommand.js +1 -0
  22. package/dist-es/commands/DeregisterScalableTargetCommand.js +1 -0
  23. package/dist-es/commands/DescribeScalableTargetsCommand.js +1 -0
  24. package/dist-es/commands/DescribeScalingActivitiesCommand.js +1 -0
  25. package/dist-es/commands/DescribeScalingPoliciesCommand.js +1 -0
  26. package/dist-es/commands/DescribeScheduledActionsCommand.js +1 -0
  27. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  28. package/dist-es/commands/PutScalingPolicyCommand.js +1 -0
  29. package/dist-es/commands/PutScheduledActionCommand.js +1 -0
  30. package/dist-es/commands/RegisterScalableTargetCommand.js +1 -0
  31. package/dist-es/commands/TagResourceCommand.js +1 -0
  32. package/dist-es/commands/UntagResourceCommand.js +1 -0
  33. package/dist-es/index.js +2 -2
  34. package/dist-es/models/ApplicationAutoScalingServiceException.js +1 -0
  35. package/dist-es/models/models_0.js +1 -0
  36. package/dist-types/ApplicationAutoScaling.d.ts +3 -3
  37. package/dist-types/ApplicationAutoScalingClient.d.ts +6 -6
  38. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +4 -0
  41. package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +4 -0
  42. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +4 -0
  43. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +5 -1
  44. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +4 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -1
  46. package/dist-types/commands/PutScalingPolicyCommand.d.ts +5 -1
  47. package/dist-types/commands/PutScheduledActionCommand.d.ts +4 -0
  48. package/dist-types/commands/RegisterScalableTargetCommand.d.ts +4 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +7 -3
  50. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  51. package/dist-types/index.d.ts +80 -2
  52. package/dist-types/models/ApplicationAutoScalingServiceException.d.ts +1 -0
  53. package/dist-types/models/models_0.d.ts +18 -187
  54. package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +3 -3
  55. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +1 -0
  56. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +1 -0
  57. package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +1 -0
  58. package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +1 -0
  59. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +1 -0
  60. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +1 -0
  61. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +1 -0
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  63. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +1 -0
  64. package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +1 -0
  65. package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +1 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  68. package/dist-types/ts3.4/index.d.ts +2 -2
  69. package/dist-types/ts3.4/models/ApplicationAutoScalingServiceException.d.ts +1 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  71. package/package.json +28 -28
package/README.md CHANGED
@@ -43,10 +43,10 @@ resources:</p>
43
43
  <p>Amazon Neptune clusters</p>
44
44
  </li>
45
45
  <li>
46
- <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
46
+ <p>Amazon SageMaker endpoint variants</p>
47
47
  </li>
48
48
  <li>
49
- <p>Amazon SageMaker endpoint variants</p>
49
+ <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
50
50
  </li>
51
51
  <li>
52
52
  <p>Spot Fleets (Amazon EC2)</p>
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationAutoScalingClient = void 0;
3
+ exports.ApplicationAutoScalingClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class ApplicationAutoScalingClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteScalingPolicyCommand = void 0;
3
+ exports.DeleteScalingPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteScalingPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteScheduledActionCommand = void 0;
3
+ exports.DeleteScheduledActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteScheduledActionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterScalableTargetCommand = void 0;
3
+ exports.DeregisterScalableTargetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeregisterScalableTargetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeScalableTargetsCommand = void 0;
3
+ exports.DescribeScalableTargetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeScalableTargetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeScalingActivitiesCommand = void 0;
3
+ exports.DescribeScalingActivitiesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeScalingActivitiesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeScalingPoliciesCommand = void 0;
3
+ exports.DescribeScalingPoliciesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeScalingPoliciesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeScheduledActionsCommand = void 0;
3
+ exports.DescribeScheduledActionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeScheduledActionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutScalingPolicyCommand = void 0;
3
+ exports.PutScalingPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class PutScalingPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutScheduledActionCommand = void 0;
3
+ exports.PutScheduledActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class PutScheduledActionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterScalableTargetCommand = void 0;
3
+ exports.RegisterScalableTargetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class RegisterScalableTargetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ApplicationAutoScalingServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./ApplicationAutoScaling"), exports);
6
5
  tslib_1.__exportStar(require("./ApplicationAutoScalingClient"), exports);
6
+ tslib_1.__exportStar(require("./ApplicationAutoScaling"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var ApplicationAutoScalingServiceException_1 = require("./models/ApplicationAutoScalingServiceException");
11
11
  Object.defineProperty(exports, "ApplicationAutoScalingServiceException", { enumerable: true, get: function () { return ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationAutoScalingServiceException = void 0;
3
+ exports.ApplicationAutoScalingServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class ApplicationAutoScalingServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -153,6 +153,7 @@ exports.MetricType = {
153
153
  EC2SpotFleetRequestAverageNetworkOut: "EC2SpotFleetRequestAverageNetworkOut",
154
154
  ECSServiceAverageCPUUtilization: "ECSServiceAverageCPUUtilization",
155
155
  ECSServiceAverageMemoryUtilization: "ECSServiceAverageMemoryUtilization",
156
+ ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage: "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
156
157
  ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage: "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
157
158
  ElastiCachePrimaryEngineCPUUtilization: "ElastiCachePrimaryEngineCPUUtilization",
158
159
  ElastiCacheReplicaEngineCPUUtilization: "ElastiCacheReplicaEngineCPUUtilization",
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class ApplicationAutoScalingClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteScalingPolicyCommand, se_DeleteScalingPolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteScalingPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteScheduledActionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeregisterScalableTargetCommand, se_DeregisterScalableTargetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeregisterScalableTargetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeScalableTargetsCommand, se_DescribeScalableTargetsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeScalableTargetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeScalingActivitiesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeScalingPoliciesCommand, se_DescribeScalingPoliciesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeScalingPoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeScheduledActionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutScalingPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutScheduledActionCommand, se_PutScheduledActionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutScheduledActionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RegisterScalableTargetCommand, se_RegisterScalableTargetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RegisterScalableTargetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./ApplicationAutoScaling";
2
1
  export * from "./ApplicationAutoScalingClient";
2
+ export * from "./ApplicationAutoScaling";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ApplicationAutoScalingServiceException } from "./models/ApplicationAutoScalingServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ApplicationAutoScalingServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -145,6 +145,7 @@ export const MetricType = {
145
145
  EC2SpotFleetRequestAverageNetworkOut: "EC2SpotFleetRequestAverageNetworkOut",
146
146
  ECSServiceAverageCPUUtilization: "ECSServiceAverageCPUUtilization",
147
147
  ECSServiceAverageMemoryUtilization: "ECSServiceAverageMemoryUtilization",
148
+ ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage: "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
148
149
  ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage: "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
149
150
  ElastiCachePrimaryEngineCPUUtilization: "ElastiCachePrimaryEngineCPUUtilization",
150
151
  ElastiCacheReplicaEngineCPUUtilization: "ElastiCacheReplicaEngineCPUUtilization",
@@ -132,10 +132,10 @@ export interface ApplicationAutoScaling {
132
132
  * <p>Amazon Neptune clusters</p>
133
133
  * </li>
134
134
  * <li>
135
- * <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
135
+ * <p>Amazon SageMaker endpoint variants</p>
136
136
  * </li>
137
137
  * <li>
138
- * <p>Amazon SageMaker endpoint variants</p>
138
+ * <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
139
139
  * </li>
140
140
  * <li>
141
141
  * <p>Spot Fleets (Amazon EC2)</p>
@@ -145,7 +145,7 @@ export interface ApplicationAutoScaling {
145
145
  * </li>
146
146
  * </ul>
147
147
  * <p>To learn more about Application Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/what-is-application-auto-scaling.html">Application Auto Scaling User
148
- * Guide</a>.</p>
148
+ * Guide</a>.</p>
149
149
  * <p>
150
150
  * <b>API Summary</b>
151
151
  * </p>
@@ -22,6 +22,7 @@ import { RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput
22
22
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
23
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
24
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
25
+ export { __Client };
25
26
  /**
26
27
  * @public
27
28
  */
@@ -136,7 +137,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
136
137
  /**
137
138
  * @public
138
139
  */
139
- type ApplicationAutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
+ export type ApplicationAutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
141
  /**
141
142
  * @public
142
143
  *
@@ -147,7 +148,7 @@ export interface ApplicationAutoScalingClientConfig extends ApplicationAutoScali
147
148
  /**
148
149
  * @public
149
150
  */
150
- type ApplicationAutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
+ export type ApplicationAutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
152
  /**
152
153
  * @public
153
154
  *
@@ -194,10 +195,10 @@ export interface ApplicationAutoScalingClientResolvedConfig extends ApplicationA
194
195
  * <p>Amazon Neptune clusters</p>
195
196
  * </li>
196
197
  * <li>
197
- * <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
198
+ * <p>Amazon SageMaker endpoint variants</p>
198
199
  * </li>
199
200
  * <li>
200
- * <p>Amazon SageMaker endpoint variants</p>
201
+ * <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
201
202
  * </li>
202
203
  * <li>
203
204
  * <p>Spot Fleets (Amazon EC2)</p>
@@ -207,7 +208,7 @@ export interface ApplicationAutoScalingClientResolvedConfig extends ApplicationA
207
208
  * </li>
208
209
  * </ul>
209
210
  * <p>To learn more about Application Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/what-is-application-auto-scaling.html">Application Auto Scaling User
210
- * Guide</a>.</p>
211
+ * Guide</a>.</p>
211
212
  * <p>
212
213
  * <b>API Summary</b>
213
214
  * </p>
@@ -245,4 +246,3 @@ export declare class ApplicationAutoScalingClient extends __Client<__HttpHandler
245
246
  */
246
247
  destroy(): void;
247
248
  }
248
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DeleteScalingPolicyRequest, DeleteScalingPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DeregisterScalableTargetRequest, DeregisterScalableTargetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScalableTargetsRequest, DescribeScalableTargetsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScalingActivitiesRequest, DescribeScalingActivitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScalingPoliciesRequest, DescribeScalingPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -66,7 +70,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
66
70
  * // TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
67
71
  * // TargetValue: Number("double"), // required
68
72
  * // PredefinedMetricSpecification: { // PredefinedMetricSpecification
69
- * // PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization", // required
73
+ * // PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization" || "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", // required
70
74
  * // ResourceLabel: "STRING_VALUE",
71
75
  * // },
72
76
  * // CustomizedMetricSpecification: { // CustomizedMetricSpecification
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScheduledActionsRequest, DescribeScheduledActionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -21,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
25
  * @public
22
26
  * <p>Returns all the tags on the specified Application Auto Scaling scalable target.</p>
23
27
  * <p>For general information about tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
24
- * resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
28
+ * resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
25
29
  * @example
26
30
  * Use a bare-bones client and the command you need to make an API call.
27
31
  * ```javascript
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { PutScalingPolicyRequest, PutScalingPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -72,7 +76,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
72
76
  * TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
73
77
  * TargetValue: Number("double"), // required
74
78
  * PredefinedMetricSpecification: { // PredefinedMetricSpecification
75
- * PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization", // required
79
+ * PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization" || "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", // required
76
80
  * ResourceLabel: "STRING_VALUE",
77
81
  * },
78
82
  * CustomizedMetricSpecification: { // CustomizedMetricSpecification