@aws-sdk/client-auto-scaling-plans 3.31.0 → 3.35.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 (161) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/AutoScalingPlans.js +0 -0
  3. package/dist-cjs/AutoScalingPlans.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/AutoScalingPlansClient.js +14 -14
  5. package/dist-cjs/AutoScalingPlansClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateScalingPlanCommand.js +5 -5
  7. package/dist-cjs/commands/CreateScalingPlanCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/DeleteScalingPlanCommand.js +5 -5
  9. package/dist-cjs/commands/DeleteScalingPlanCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/DescribeScalingPlanResourcesCommand.js +5 -5
  11. package/dist-cjs/commands/DescribeScalingPlanResourcesCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DescribeScalingPlansCommand.js +5 -5
  13. package/dist-cjs/commands/DescribeScalingPlansCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/GetScalingPlanResourceForecastDataCommand.js +5 -5
  15. package/dist-cjs/commands/GetScalingPlanResourceForecastDataCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/UpdateScalingPlanCommand.js +5 -5
  17. package/dist-cjs/commands/UpdateScalingPlanCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  19. package/dist-cjs/endpoints.js.map +1 -0
  20. package/dist-cjs/index.js +13 -0
  21. package/dist-cjs/index.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  23. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  24. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  25. package/dist-cjs/models/models_0.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +60 -60
  27. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  29. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  31. package/dist-cjs/runtimeConfig.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  33. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  35. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  36. package/{dist/es → dist-es}/AutoScalingPlans.js +1 -38
  37. package/dist-es/AutoScalingPlans.js.map +1 -0
  38. package/dist-es/AutoScalingPlansClient.js +38 -0
  39. package/dist-es/AutoScalingPlansClient.js.map +1 -0
  40. package/{dist/es → dist-es}/commands/CreateScalingPlanCommand.js +4 -29
  41. package/dist-es/commands/CreateScalingPlanCommand.js.map +1 -0
  42. package/{dist/es → dist-es}/commands/DeleteScalingPlanCommand.js +4 -33
  43. package/dist-es/commands/DeleteScalingPlanCommand.js.map +1 -0
  44. package/{dist/es → dist-es}/commands/DescribeScalingPlanResourcesCommand.js +4 -29
  45. package/dist-es/commands/DescribeScalingPlanResourcesCommand.js.map +1 -0
  46. package/{dist/es → dist-es}/commands/DescribeScalingPlansCommand.js +4 -29
  47. package/dist-es/commands/DescribeScalingPlansCommand.js.map +1 -0
  48. package/{dist/es → dist-es}/commands/GetScalingPlanResourceForecastDataCommand.js +4 -32
  49. package/dist-es/commands/GetScalingPlanResourceForecastDataCommand.js.map +1 -0
  50. package/{dist/es → dist-es}/commands/UpdateScalingPlanCommand.js +4 -31
  51. package/dist-es/commands/UpdateScalingPlanCommand.js.map +1 -0
  52. package/{dist/es → dist-es}/endpoints.js +1 -1
  53. package/dist-es/endpoints.js.map +1 -0
  54. package/{dist/es → dist-es}/index.js +0 -0
  55. package/dist-es/index.js.map +1 -0
  56. package/{dist/es → dist-es}/models/index.js +0 -0
  57. package/dist-es/models/index.js.map +1 -0
  58. package/{dist/es → dist-es}/models/models_0.js +0 -93
  59. package/dist-es/models/models_0.js.map +1 -0
  60. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +138 -143
  61. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  62. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  63. package/dist-es/runtimeConfig.browser.js.map +1 -0
  64. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  65. package/dist-es/runtimeConfig.js.map +1 -0
  66. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  67. package/dist-es/runtimeConfig.native.js.map +1 -0
  68. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  69. package/dist-es/runtimeConfig.shared.js.map +1 -0
  70. package/{dist/types → dist-types}/AutoScalingPlans.d.ts +1 -1
  71. package/{dist/types → dist-types}/AutoScalingPlansClient.d.ts +7 -7
  72. package/{dist/types → dist-types}/commands/CreateScalingPlanCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/DeleteScalingPlanCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/DescribeScalingPlanResourcesCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/DescribeScalingPlansCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/GetScalingPlanResourceForecastDataCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/UpdateScalingPlanCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  79. package/{dist/types → dist-types}/index.d.ts +0 -0
  80. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  81. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  82. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  83. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  84. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  85. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  86. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  87. package/{dist/types → dist-types}/ts3.4/AutoScalingPlans.d.ts +1 -1
  88. package/{dist/types → dist-types}/ts3.4/AutoScalingPlansClient.d.ts +7 -7
  89. package/{dist/types → dist-types}/ts3.4/commands/CreateScalingPlanCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/ts3.4/commands/DeleteScalingPlanCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/ts3.4/commands/DescribeScalingPlanResourcesCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/ts3.4/commands/DescribeScalingPlansCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/ts3.4/commands/GetScalingPlanResourceForecastDataCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/ts3.4/commands/UpdateScalingPlanCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  96. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  97. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  98. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  100. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  101. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  102. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  103. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  104. package/package.json +50 -50
  105. package/{AutoScalingPlans.ts → src/AutoScalingPlans.ts} +2 -1
  106. package/{AutoScalingPlansClient.ts → src/AutoScalingPlansClient.ts} +30 -29
  107. package/{commands → src/commands}/CreateScalingPlanCommand.ts +8 -7
  108. package/{commands → src/commands}/DeleteScalingPlanCommand.ts +8 -7
  109. package/{commands → src/commands}/DescribeScalingPlanResourcesCommand.ts +8 -7
  110. package/{commands → src/commands}/DescribeScalingPlansCommand.ts +8 -7
  111. package/{commands → src/commands}/GetScalingPlanResourceForecastDataCommand.ts +11 -10
  112. package/{commands → src/commands}/UpdateScalingPlanCommand.ts +8 -7
  113. package/{endpoints.ts → src/endpoints.ts} +1 -1
  114. package/{index.ts → src/index.ts} +0 -0
  115. package/{models → src/models}/index.ts +0 -0
  116. package/{models → src/models}/models_0.ts +0 -0
  117. package/{protocols → src/protocols}/Aws_json1_1.ts +27 -26
  118. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  119. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  120. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  121. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  122. package/tsconfig.es.json +1 -3
  123. package/tsconfig.json +7 -7
  124. package/tsconfig.types.json +9 -0
  125. package/dist/cjs/AutoScalingPlans.js.map +0 -1
  126. package/dist/cjs/AutoScalingPlansClient.js.map +0 -1
  127. package/dist/cjs/commands/CreateScalingPlanCommand.js.map +0 -1
  128. package/dist/cjs/commands/DeleteScalingPlanCommand.js.map +0 -1
  129. package/dist/cjs/commands/DescribeScalingPlanResourcesCommand.js.map +0 -1
  130. package/dist/cjs/commands/DescribeScalingPlansCommand.js.map +0 -1
  131. package/dist/cjs/commands/GetScalingPlanResourceForecastDataCommand.js.map +0 -1
  132. package/dist/cjs/commands/UpdateScalingPlanCommand.js.map +0 -1
  133. package/dist/cjs/endpoints.js.map +0 -1
  134. package/dist/cjs/index.js +0 -13
  135. package/dist/cjs/index.js.map +0 -1
  136. package/dist/cjs/models/models_0.js.map +0 -1
  137. package/dist/cjs/package.json +0 -91
  138. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  139. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  140. package/dist/cjs/runtimeConfig.js.map +0 -1
  141. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  142. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  143. package/dist/es/AutoScalingPlans.js.map +0 -1
  144. package/dist/es/AutoScalingPlansClient.js +0 -80
  145. package/dist/es/AutoScalingPlansClient.js.map +0 -1
  146. package/dist/es/commands/CreateScalingPlanCommand.js.map +0 -1
  147. package/dist/es/commands/DeleteScalingPlanCommand.js.map +0 -1
  148. package/dist/es/commands/DescribeScalingPlanResourcesCommand.js.map +0 -1
  149. package/dist/es/commands/DescribeScalingPlansCommand.js.map +0 -1
  150. package/dist/es/commands/GetScalingPlanResourceForecastDataCommand.js.map +0 -1
  151. package/dist/es/commands/UpdateScalingPlanCommand.js.map +0 -1
  152. package/dist/es/endpoints.js.map +0 -1
  153. package/dist/es/index.js.map +0 -1
  154. package/dist/es/models/index.js.map +0 -1
  155. package/dist/es/models/models_0.js.map +0 -1
  156. package/dist/es/package.json +0 -91
  157. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  158. package/dist/es/runtimeConfig.browser.js.map +0 -1
  159. package/dist/es/runtimeConfig.js.map +0 -1
  160. package/dist/es/runtimeConfig.native.js.map +0 -1
  161. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1CreateScalingPlanCommand, serializeAws_json1_1CreateScalingPlanCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates a scaling plan. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AutoScalingPlansClient, CreateScalingPlanCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import
12
- * // const { AutoScalingPlansClient, CreateScalingPlanCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import
13
- * const client = new AutoScalingPlansClient(config);
14
- * const command = new CreateScalingPlanCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link CreateScalingPlanCommandInput} for command's `input` shape.
19
- * @see {@link CreateScalingPlanCommandOutput} for command's `response` shape.
20
- * @see {@link AutoScalingPlansClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var CreateScalingPlanCommand = /** @class */ (function (_super) {
4
+ import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateScalingPlanCommand, serializeAws_json1_1CreateScalingPlanCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateScalingPlanCommand = (function (_super) {
24
7
  __extends(CreateScalingPlanCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function CreateScalingPlanCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  CreateScalingPlanCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateScalingPlanCommand.js","sourceRoot":"","sources":["../../src/commands/CreateScalingPlanCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAsBlC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteScalingPlanCommand, serializeAws_json1_1DeleteScalingPlanCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes the specified scaling plan.</p>
8
- * <p>Deleting a scaling plan deletes the underlying <a>ScalingInstruction</a> for
9
- * all of the scalable resources that are covered by the plan.</p>
10
- * <p>If the plan has launched resources or has scaling activities in progress, you must
11
- * delete those resources separately.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AutoScalingPlansClient, DeleteScalingPlanCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import
16
- * // const { AutoScalingPlansClient, DeleteScalingPlanCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import
17
- * const client = new AutoScalingPlansClient(config);
18
- * const command = new DeleteScalingPlanCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteScalingPlanCommandInput} for command's `input` shape.
23
- * @see {@link DeleteScalingPlanCommandOutput} for command's `response` shape.
24
- * @see {@link AutoScalingPlansClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var DeleteScalingPlanCommand = /** @class */ (function (_super) {
4
+ import { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteScalingPlanCommand, serializeAws_json1_1DeleteScalingPlanCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteScalingPlanCommand = (function (_super) {
28
7
  __extends(DeleteScalingPlanCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function DeleteScalingPlanCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  DeleteScalingPlanCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteScalingPlanCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteScalingPlanCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AA0BlC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeScalingPlanResourcesRequest, DescribeScalingPlanResourcesResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeScalingPlanResourcesCommand, serializeAws_json1_1DescribeScalingPlanResourcesCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Describes the scalable resources in the specified scaling plan.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AutoScalingPlansClient, DescribeScalingPlanResourcesCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import
12
- * // const { AutoScalingPlansClient, DescribeScalingPlanResourcesCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import
13
- * const client = new AutoScalingPlansClient(config);
14
- * const command = new DescribeScalingPlanResourcesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeScalingPlanResourcesCommandInput} for command's `input` shape.
19
- * @see {@link DescribeScalingPlanResourcesCommandOutput} for command's `response` shape.
20
- * @see {@link AutoScalingPlansClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeScalingPlanResourcesCommand = /** @class */ (function (_super) {
4
+ import { DescribeScalingPlanResourcesRequest, DescribeScalingPlanResourcesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeScalingPlanResourcesCommand, serializeAws_json1_1DescribeScalingPlanResourcesCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeScalingPlanResourcesCommand = (function (_super) {
24
7
  __extends(DescribeScalingPlanResourcesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeScalingPlanResourcesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeScalingPlanResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeScalingPlanResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeScalingPlanResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,0BAA0B,CAAC;AAwBlC;IAAyD,uDAIxD;IAIC,6CAAqB,KAA+C;QAApE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;IAIpE,CAAC;IAKD,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,oCAAoC,CAAC,kBAAkB;SAClF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeScalingPlansCommand, serializeAws_json1_1DescribeScalingPlansCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Describes one or more of your scaling plans.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AutoScalingPlansClient, DescribeScalingPlansCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import
12
- * // const { AutoScalingPlansClient, DescribeScalingPlansCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import
13
- * const client = new AutoScalingPlansClient(config);
14
- * const command = new DescribeScalingPlansCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeScalingPlansCommandInput} for command's `input` shape.
19
- * @see {@link DescribeScalingPlansCommandOutput} for command's `response` shape.
20
- * @see {@link AutoScalingPlansClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeScalingPlansCommand = /** @class */ (function (_super) {
4
+ import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeScalingPlansCommand, serializeAws_json1_1DescribeScalingPlansCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeScalingPlansCommand = (function (_super) {
24
7
  __extends(DescribeScalingPlansCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeScalingPlansCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeScalingPlansCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeScalingPlansCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeScalingPlansCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAsBlC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetScalingPlanResourceForecastDataRequest, GetScalingPlanResourceForecastDataResponse, } from "../models/models_0";
3
- import { deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand, serializeAws_json1_1GetScalingPlanResourceForecastDataCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieves the forecast data for a scalable resource.</p>
8
- * <p>Capacity forecasts are represented as predicted values, or data points, that are
9
- * calculated using historical data points from a specified CloudWatch load metric. Data points are
10
- * available for up to 56 days. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AutoScalingPlansClient, GetScalingPlanResourceForecastDataCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import
15
- * // const { AutoScalingPlansClient, GetScalingPlanResourceForecastDataCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import
16
- * const client = new AutoScalingPlansClient(config);
17
- * const command = new GetScalingPlanResourceForecastDataCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetScalingPlanResourceForecastDataCommandInput} for command's `input` shape.
22
- * @see {@link GetScalingPlanResourceForecastDataCommandOutput} for command's `response` shape.
23
- * @see {@link AutoScalingPlansClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var GetScalingPlanResourceForecastDataCommand = /** @class */ (function (_super) {
4
+ import { GetScalingPlanResourceForecastDataRequest, GetScalingPlanResourceForecastDataResponse, } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand, serializeAws_json1_1GetScalingPlanResourceForecastDataCommand, } from "../protocols/Aws_json1_1";
6
+ var GetScalingPlanResourceForecastDataCommand = (function (_super) {
27
7
  __extends(GetScalingPlanResourceForecastDataCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function GetScalingPlanResourceForecastDataCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  GetScalingPlanResourceForecastDataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetScalingPlanResourceForecastDataCommand.js","sourceRoot":"","sources":["../../src/commands/GetScalingPlanResourceForecastDataCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EACL,yCAAyC,EACzC,0CAA0C,GAC3C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,+DAA+D,EAC/D,6DAA6D,GAC9D,MAAM,0BAA0B,CAAC;AA2BlC;IAA+D,6DAI9D;IAIC,mDAAqB,KAAqD;QAA1E,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgD;;IAI1E,CAAC;IAKD,qEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,2CAA2C,CAAC;QAChE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yCAAyC,CAAC,kBAAkB;YACrF,wBAAwB,EAAE,0CAA0C,CAAC,kBAAkB;SACxF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,6DAAS,GAAjB,UACE,KAAqD,EACrD,OAAuB;QAEvB,OAAO,6DAA6D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAEO,+DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,+DAA+D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAIH,gDAAC;AAAD,CAAC,AA5DD,CAA+D,QAAQ,GA4DtE"}
@@ -1,42 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1UpdateScalingPlanCommand, serializeAws_json1_1UpdateScalingPlanCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates the specified scaling plan.</p>
8
- * <p>You cannot update a scaling plan if it is in the process of being created, updated, or
9
- * deleted.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AutoScalingPlansClient, UpdateScalingPlanCommand } from "@aws-sdk/client-auto-scaling-plans"; // ES Modules import
14
- * // const { AutoScalingPlansClient, UpdateScalingPlanCommand } = require("@aws-sdk/client-auto-scaling-plans"); // CommonJS import
15
- * const client = new AutoScalingPlansClient(config);
16
- * const command = new UpdateScalingPlanCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UpdateScalingPlanCommandInput} for command's `input` shape.
21
- * @see {@link UpdateScalingPlanCommandOutput} for command's `response` shape.
22
- * @see {@link AutoScalingPlansClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var UpdateScalingPlanCommand = /** @class */ (function (_super) {
4
+ import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateScalingPlanCommand, serializeAws_json1_1UpdateScalingPlanCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateScalingPlanCommand = (function (_super) {
26
7
  __extends(UpdateScalingPlanCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function UpdateScalingPlanCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  UpdateScalingPlanCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateScalingPlanCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateScalingPlanCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAwBlC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -47,7 +47,7 @@ var partitionHash = {
47
47
  };
48
48
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
49
49
  return __generator(this, function (_a) {
50
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "autoscaling-plans", regionHash: regionHash, partitionHash: partitionHash }))];
50
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "autoscaling-plans", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
53
  //# sourceMappingURL=endpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,0CAA0C;KACrD;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,6CAA6C;KACxD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,uCAAuC;KAClD;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,0CAA0C;KACrD;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,0CAA0C;KACrD;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,mBAAmB,EACnC,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AACvD,cAAc,sDAAsD,CAAC;AACrE,cAAc,qCAAqC,CAAC;AACpD,cAAc,gBAAgB,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -1,30 +1,18 @@
1
1
  import { __assign } from "tslib";
2
2
  export var ConcurrentUpdateException;
3
3
  (function (ConcurrentUpdateException) {
4
- /**
5
- * @internal
6
- */
7
4
  ConcurrentUpdateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(ConcurrentUpdateException || (ConcurrentUpdateException = {}));
9
6
  export var TagFilter;
10
7
  (function (TagFilter) {
11
- /**
12
- * @internal
13
- */
14
8
  TagFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(TagFilter || (TagFilter = {}));
16
10
  export var ApplicationSource;
17
11
  (function (ApplicationSource) {
18
- /**
19
- * @internal
20
- */
21
12
  ApplicationSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
13
  })(ApplicationSource || (ApplicationSource = {}));
23
14
  export var MetricDimension;
24
15
  (function (MetricDimension) {
25
- /**
26
- * @internal
27
- */
28
16
  MetricDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
17
  })(MetricDimension || (MetricDimension = {}));
30
18
  export var MetricStatistic;
@@ -37,9 +25,6 @@ export var MetricStatistic;
37
25
  })(MetricStatistic || (MetricStatistic = {}));
38
26
  export var CustomizedLoadMetricSpecification;
39
27
  (function (CustomizedLoadMetricSpecification) {
40
- /**
41
- * @internal
42
- */
43
28
  CustomizedLoadMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
44
29
  })(CustomizedLoadMetricSpecification || (CustomizedLoadMetricSpecification = {}));
45
30
  export var LoadMetricType;
@@ -51,9 +36,6 @@ export var LoadMetricType;
51
36
  })(LoadMetricType || (LoadMetricType = {}));
52
37
  export var PredefinedLoadMetricSpecification;
53
38
  (function (PredefinedLoadMetricSpecification) {
54
- /**
55
- * @internal
56
- */
57
39
  PredefinedLoadMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
40
  })(PredefinedLoadMetricSpecification || (PredefinedLoadMetricSpecification = {}));
59
41
  export var PredictiveScalingMaxCapacityBehavior;
@@ -93,9 +75,6 @@ export var ServiceNamespace;
93
75
  })(ServiceNamespace || (ServiceNamespace = {}));
94
76
  export var CustomizedScalingMetricSpecification;
95
77
  (function (CustomizedScalingMetricSpecification) {
96
- /**
97
- * @internal
98
- */
99
78
  CustomizedScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
100
79
  })(CustomizedScalingMetricSpecification || (CustomizedScalingMetricSpecification = {}));
101
80
  export var ScalingMetricType;
@@ -116,86 +95,50 @@ export var ScalingMetricType;
116
95
  })(ScalingMetricType || (ScalingMetricType = {}));
117
96
  export var PredefinedScalingMetricSpecification;
118
97
  (function (PredefinedScalingMetricSpecification) {
119
- /**
120
- * @internal
121
- */
122
98
  PredefinedScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
123
99
  })(PredefinedScalingMetricSpecification || (PredefinedScalingMetricSpecification = {}));
124
100
  export var TargetTrackingConfiguration;
125
101
  (function (TargetTrackingConfiguration) {
126
- /**
127
- * @internal
128
- */
129
102
  TargetTrackingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
103
  })(TargetTrackingConfiguration || (TargetTrackingConfiguration = {}));
131
104
  export var ScalingInstruction;
132
105
  (function (ScalingInstruction) {
133
- /**
134
- * @internal
135
- */
136
106
  ScalingInstruction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
107
  })(ScalingInstruction || (ScalingInstruction = {}));
138
108
  export var CreateScalingPlanRequest;
139
109
  (function (CreateScalingPlanRequest) {
140
- /**
141
- * @internal
142
- */
143
110
  CreateScalingPlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
144
111
  })(CreateScalingPlanRequest || (CreateScalingPlanRequest = {}));
145
112
  export var CreateScalingPlanResponse;
146
113
  (function (CreateScalingPlanResponse) {
147
- /**
148
- * @internal
149
- */
150
114
  CreateScalingPlanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
151
115
  })(CreateScalingPlanResponse || (CreateScalingPlanResponse = {}));
152
116
  export var InternalServiceException;
153
117
  (function (InternalServiceException) {
154
- /**
155
- * @internal
156
- */
157
118
  InternalServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
119
  })(InternalServiceException || (InternalServiceException = {}));
159
120
  export var LimitExceededException;
160
121
  (function (LimitExceededException) {
161
- /**
162
- * @internal
163
- */
164
122
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
123
  })(LimitExceededException || (LimitExceededException = {}));
166
124
  export var ValidationException;
167
125
  (function (ValidationException) {
168
- /**
169
- * @internal
170
- */
171
126
  ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
172
127
  })(ValidationException || (ValidationException = {}));
173
128
  export var DeleteScalingPlanRequest;
174
129
  (function (DeleteScalingPlanRequest) {
175
- /**
176
- * @internal
177
- */
178
130
  DeleteScalingPlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
131
  })(DeleteScalingPlanRequest || (DeleteScalingPlanRequest = {}));
180
132
  export var DeleteScalingPlanResponse;
181
133
  (function (DeleteScalingPlanResponse) {
182
- /**
183
- * @internal
184
- */
185
134
  DeleteScalingPlanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
135
  })(DeleteScalingPlanResponse || (DeleteScalingPlanResponse = {}));
187
136
  export var ObjectNotFoundException;
188
137
  (function (ObjectNotFoundException) {
189
- /**
190
- * @internal
191
- */
192
138
  ObjectNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
139
  })(ObjectNotFoundException || (ObjectNotFoundException = {}));
194
140
  export var DescribeScalingPlanResourcesRequest;
195
141
  (function (DescribeScalingPlanResourcesRequest) {
196
- /**
197
- * @internal
198
- */
199
142
  DescribeScalingPlanResourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
200
143
  })(DescribeScalingPlanResourcesRequest || (DescribeScalingPlanResourcesRequest = {}));
201
144
  export var PolicyType;
@@ -204,9 +147,6 @@ export var PolicyType;
204
147
  })(PolicyType || (PolicyType = {}));
205
148
  export var ScalingPolicy;
206
149
  (function (ScalingPolicy) {
207
- /**
208
- * @internal
209
- */
210
150
  ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
211
151
  })(ScalingPolicy || (ScalingPolicy = {}));
212
152
  export var ScalingStatusCode;
@@ -217,30 +157,18 @@ export var ScalingStatusCode;
217
157
  })(ScalingStatusCode || (ScalingStatusCode = {}));
218
158
  export var ScalingPlanResource;
219
159
  (function (ScalingPlanResource) {
220
- /**
221
- * @internal
222
- */
223
160
  ScalingPlanResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
224
161
  })(ScalingPlanResource || (ScalingPlanResource = {}));
225
162
  export var DescribeScalingPlanResourcesResponse;
226
163
  (function (DescribeScalingPlanResourcesResponse) {
227
- /**
228
- * @internal
229
- */
230
164
  DescribeScalingPlanResourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
231
165
  })(DescribeScalingPlanResourcesResponse || (DescribeScalingPlanResourcesResponse = {}));
232
166
  export var InvalidNextTokenException;
233
167
  (function (InvalidNextTokenException) {
234
- /**
235
- * @internal
236
- */
237
168
  InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
238
169
  })(InvalidNextTokenException || (InvalidNextTokenException = {}));
239
170
  export var DescribeScalingPlansRequest;
240
171
  (function (DescribeScalingPlansRequest) {
241
- /**
242
- * @internal
243
- */
244
172
  DescribeScalingPlansRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
245
173
  })(DescribeScalingPlansRequest || (DescribeScalingPlansRequest = {}));
246
174
  export var ScalingPlanStatusCode;
@@ -256,16 +184,10 @@ export var ScalingPlanStatusCode;
256
184
  })(ScalingPlanStatusCode || (ScalingPlanStatusCode = {}));
257
185
  export var ScalingPlan;
258
186
  (function (ScalingPlan) {
259
- /**
260
- * @internal
261
- */
262
187
  ScalingPlan.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
263
188
  })(ScalingPlan || (ScalingPlan = {}));
264
189
  export var DescribeScalingPlansResponse;
265
190
  (function (DescribeScalingPlansResponse) {
266
- /**
267
- * @internal
268
- */
269
191
  DescribeScalingPlansResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
192
  })(DescribeScalingPlansResponse || (DescribeScalingPlansResponse = {}));
271
193
  export var ForecastDataType;
@@ -277,37 +199,22 @@ export var ForecastDataType;
277
199
  })(ForecastDataType || (ForecastDataType = {}));
278
200
  export var GetScalingPlanResourceForecastDataRequest;
279
201
  (function (GetScalingPlanResourceForecastDataRequest) {
280
- /**
281
- * @internal
282
- */
283
202
  GetScalingPlanResourceForecastDataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
203
  })(GetScalingPlanResourceForecastDataRequest || (GetScalingPlanResourceForecastDataRequest = {}));
285
204
  export var Datapoint;
286
205
  (function (Datapoint) {
287
- /**
288
- * @internal
289
- */
290
206
  Datapoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
207
  })(Datapoint || (Datapoint = {}));
292
208
  export var GetScalingPlanResourceForecastDataResponse;
293
209
  (function (GetScalingPlanResourceForecastDataResponse) {
294
- /**
295
- * @internal
296
- */
297
210
  GetScalingPlanResourceForecastDataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
211
  })(GetScalingPlanResourceForecastDataResponse || (GetScalingPlanResourceForecastDataResponse = {}));
299
212
  export var UpdateScalingPlanRequest;
300
213
  (function (UpdateScalingPlanRequest) {
301
- /**
302
- * @internal
303
- */
304
214
  UpdateScalingPlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
215
  })(UpdateScalingPlanRequest || (UpdateScalingPlanRequest = {}));
306
216
  export var UpdateScalingPlanResponse;
307
217
  (function (UpdateScalingPlanResponse) {
308
- /**
309
- * @internal
310
- */
311
218
  UpdateScalingPlanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
219
  })(UpdateScalingPlanResponse || (UpdateScalingPlanResponse = {}));
313
220
  //# sourceMappingURL=models_0.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}