@aws-sdk/client-auto-scaling-plans 3.296.0 → 3.298.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 (26) hide show
  1. package/dist-cjs/commands/CreateScalingPlanCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteScalingPlanCommand.js +2 -3
  3. package/dist-cjs/commands/DescribeScalingPlanResourcesCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeScalingPlansCommand.js +2 -3
  5. package/dist-cjs/commands/GetScalingPlanResourceForecastDataCommand.js +2 -3
  6. package/dist-cjs/commands/UpdateScalingPlanCommand.js +2 -3
  7. package/dist-cjs/models/models_0.js +1 -101
  8. package/dist-es/commands/CreateScalingPlanCommand.js +2 -3
  9. package/dist-es/commands/DeleteScalingPlanCommand.js +2 -3
  10. package/dist-es/commands/DescribeScalingPlanResourcesCommand.js +2 -3
  11. package/dist-es/commands/DescribeScalingPlansCommand.js +2 -3
  12. package/dist-es/commands/GetScalingPlanResourceForecastDataCommand.js +2 -3
  13. package/dist-es/commands/UpdateScalingPlanCommand.js +2 -3
  14. package/dist-es/models/models_0.js +0 -75
  15. package/dist-types/AutoScalingPlans.d.ts +7 -0
  16. package/dist-types/AutoScalingPlansClient.d.ts +24 -4
  17. package/dist-types/commands/CreateScalingPlanCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteScalingPlanCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeScalingPlanResourcesCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeScalingPlansCommand.d.ts +16 -0
  21. package/dist-types/commands/GetScalingPlanResourceForecastDataCommand.d.ts +16 -0
  22. package/dist-types/commands/UpdateScalingPlanCommand.d.ts +16 -0
  23. package/dist-types/models/AutoScalingPlansServiceException.d.ts +2 -0
  24. package/dist-types/models/models_0.d.ts +91 -100
  25. package/dist-types/ts3.4/models/models_0.d.ts +0 -69
  26. package/package.json +4 -3
@@ -4,7 +4,6 @@ exports.CreateScalingPlanCommand = 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
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class CreateScalingPlanCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateScalingPlanCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateScalingPlanRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateScalingPlanResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteScalingPlanCommand = 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
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class DeleteScalingPlanCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteScalingPlanCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteScalingPlanRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.DeleteScalingPlanResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DescribeScalingPlanResourcesCommand = 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
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class DescribeScalingPlanResourcesCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DescribeScalingPlanResourcesCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DescribeScalingPlanResourcesRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.DescribeScalingPlanResourcesResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DescribeScalingPlansCommand = 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
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class DescribeScalingPlansCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DescribeScalingPlansCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DescribeScalingPlansRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.DescribeScalingPlansResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.GetScalingPlanResourceForecastDataCommand = 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
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class GetScalingPlanResourceForecastDataCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class GetScalingPlanResourceForecastDataCommand extends smithy_client_1.Command
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.GetScalingPlanResourceForecastDataRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.GetScalingPlanResourceForecastDataResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdateScalingPlanCommand = 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
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdateScalingPlanCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdateScalingPlanCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdateScalingPlanRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.UpdateScalingPlanResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateScalingPlanResponseFilterSensitiveLog = exports.UpdateScalingPlanRequestFilterSensitiveLog = exports.GetScalingPlanResourceForecastDataResponseFilterSensitiveLog = exports.DatapointFilterSensitiveLog = exports.GetScalingPlanResourceForecastDataRequestFilterSensitiveLog = exports.DescribeScalingPlansResponseFilterSensitiveLog = exports.ScalingPlanFilterSensitiveLog = exports.DescribeScalingPlansRequestFilterSensitiveLog = exports.DescribeScalingPlanResourcesResponseFilterSensitiveLog = exports.ScalingPlanResourceFilterSensitiveLog = exports.ScalingPolicyFilterSensitiveLog = exports.DescribeScalingPlanResourcesRequestFilterSensitiveLog = exports.DeleteScalingPlanResponseFilterSensitiveLog = exports.DeleteScalingPlanRequestFilterSensitiveLog = exports.CreateScalingPlanResponseFilterSensitiveLog = exports.CreateScalingPlanRequestFilterSensitiveLog = exports.ScalingInstructionFilterSensitiveLog = exports.TargetTrackingConfigurationFilterSensitiveLog = exports.PredefinedScalingMetricSpecificationFilterSensitiveLog = exports.CustomizedScalingMetricSpecificationFilterSensitiveLog = exports.PredefinedLoadMetricSpecificationFilterSensitiveLog = exports.CustomizedLoadMetricSpecificationFilterSensitiveLog = exports.MetricDimensionFilterSensitiveLog = exports.ApplicationSourceFilterSensitiveLog = exports.TagFilterFilterSensitiveLog = exports.ForecastDataType = exports.ScalingPlanStatusCode = exports.InvalidNextTokenException = exports.ScalingStatusCode = exports.PolicyType = exports.ObjectNotFoundException = exports.ValidationException = exports.LimitExceededException = exports.InternalServiceException = exports.ScalingMetricType = exports.ServiceNamespace = exports.ScalingPolicyUpdateBehavior = exports.ScalableDimension = exports.PredictiveScalingMode = exports.PredictiveScalingMaxCapacityBehavior = exports.LoadMetricType = exports.MetricStatistic = exports.ConcurrentUpdateException = void 0;
3
+ exports.ForecastDataType = exports.ScalingPlanStatusCode = exports.InvalidNextTokenException = exports.ScalingStatusCode = exports.PolicyType = exports.ObjectNotFoundException = exports.ValidationException = exports.LimitExceededException = exports.InternalServiceException = exports.ScalingMetricType = exports.ServiceNamespace = exports.ScalingPolicyUpdateBehavior = exports.ScalableDimension = exports.PredictiveScalingMode = exports.PredictiveScalingMaxCapacityBehavior = exports.LoadMetricType = exports.MetricStatistic = exports.ConcurrentUpdateException = void 0;
4
4
  const AutoScalingPlansServiceException_1 = require("./AutoScalingPlansServiceException");
5
5
  class ConcurrentUpdateException extends AutoScalingPlansServiceException_1.AutoScalingPlansServiceException {
6
6
  constructor(opts) {
@@ -180,103 +180,3 @@ var ForecastDataType;
180
180
  ForecastDataType["ScheduledActionMaxCapacity"] = "ScheduledActionMaxCapacity";
181
181
  ForecastDataType["ScheduledActionMinCapacity"] = "ScheduledActionMinCapacity";
182
182
  })(ForecastDataType = exports.ForecastDataType || (exports.ForecastDataType = {}));
183
- const TagFilterFilterSensitiveLog = (obj) => ({
184
- ...obj,
185
- });
186
- exports.TagFilterFilterSensitiveLog = TagFilterFilterSensitiveLog;
187
- const ApplicationSourceFilterSensitiveLog = (obj) => ({
188
- ...obj,
189
- });
190
- exports.ApplicationSourceFilterSensitiveLog = ApplicationSourceFilterSensitiveLog;
191
- const MetricDimensionFilterSensitiveLog = (obj) => ({
192
- ...obj,
193
- });
194
- exports.MetricDimensionFilterSensitiveLog = MetricDimensionFilterSensitiveLog;
195
- const CustomizedLoadMetricSpecificationFilterSensitiveLog = (obj) => ({
196
- ...obj,
197
- });
198
- exports.CustomizedLoadMetricSpecificationFilterSensitiveLog = CustomizedLoadMetricSpecificationFilterSensitiveLog;
199
- const PredefinedLoadMetricSpecificationFilterSensitiveLog = (obj) => ({
200
- ...obj,
201
- });
202
- exports.PredefinedLoadMetricSpecificationFilterSensitiveLog = PredefinedLoadMetricSpecificationFilterSensitiveLog;
203
- const CustomizedScalingMetricSpecificationFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- });
206
- exports.CustomizedScalingMetricSpecificationFilterSensitiveLog = CustomizedScalingMetricSpecificationFilterSensitiveLog;
207
- const PredefinedScalingMetricSpecificationFilterSensitiveLog = (obj) => ({
208
- ...obj,
209
- });
210
- exports.PredefinedScalingMetricSpecificationFilterSensitiveLog = PredefinedScalingMetricSpecificationFilterSensitiveLog;
211
- const TargetTrackingConfigurationFilterSensitiveLog = (obj) => ({
212
- ...obj,
213
- });
214
- exports.TargetTrackingConfigurationFilterSensitiveLog = TargetTrackingConfigurationFilterSensitiveLog;
215
- const ScalingInstructionFilterSensitiveLog = (obj) => ({
216
- ...obj,
217
- });
218
- exports.ScalingInstructionFilterSensitiveLog = ScalingInstructionFilterSensitiveLog;
219
- const CreateScalingPlanRequestFilterSensitiveLog = (obj) => ({
220
- ...obj,
221
- });
222
- exports.CreateScalingPlanRequestFilterSensitiveLog = CreateScalingPlanRequestFilterSensitiveLog;
223
- const CreateScalingPlanResponseFilterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- exports.CreateScalingPlanResponseFilterSensitiveLog = CreateScalingPlanResponseFilterSensitiveLog;
227
- const DeleteScalingPlanRequestFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- });
230
- exports.DeleteScalingPlanRequestFilterSensitiveLog = DeleteScalingPlanRequestFilterSensitiveLog;
231
- const DeleteScalingPlanResponseFilterSensitiveLog = (obj) => ({
232
- ...obj,
233
- });
234
- exports.DeleteScalingPlanResponseFilterSensitiveLog = DeleteScalingPlanResponseFilterSensitiveLog;
235
- const DescribeScalingPlanResourcesRequestFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- exports.DescribeScalingPlanResourcesRequestFilterSensitiveLog = DescribeScalingPlanResourcesRequestFilterSensitiveLog;
239
- const ScalingPolicyFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
- exports.ScalingPolicyFilterSensitiveLog = ScalingPolicyFilterSensitiveLog;
243
- const ScalingPlanResourceFilterSensitiveLog = (obj) => ({
244
- ...obj,
245
- });
246
- exports.ScalingPlanResourceFilterSensitiveLog = ScalingPlanResourceFilterSensitiveLog;
247
- const DescribeScalingPlanResourcesResponseFilterSensitiveLog = (obj) => ({
248
- ...obj,
249
- });
250
- exports.DescribeScalingPlanResourcesResponseFilterSensitiveLog = DescribeScalingPlanResourcesResponseFilterSensitiveLog;
251
- const DescribeScalingPlansRequestFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- exports.DescribeScalingPlansRequestFilterSensitiveLog = DescribeScalingPlansRequestFilterSensitiveLog;
255
- const ScalingPlanFilterSensitiveLog = (obj) => ({
256
- ...obj,
257
- });
258
- exports.ScalingPlanFilterSensitiveLog = ScalingPlanFilterSensitiveLog;
259
- const DescribeScalingPlansResponseFilterSensitiveLog = (obj) => ({
260
- ...obj,
261
- });
262
- exports.DescribeScalingPlansResponseFilterSensitiveLog = DescribeScalingPlansResponseFilterSensitiveLog;
263
- const GetScalingPlanResourceForecastDataRequestFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- exports.GetScalingPlanResourceForecastDataRequestFilterSensitiveLog = GetScalingPlanResourceForecastDataRequestFilterSensitiveLog;
267
- const DatapointFilterSensitiveLog = (obj) => ({
268
- ...obj,
269
- });
270
- exports.DatapointFilterSensitiveLog = DatapointFilterSensitiveLog;
271
- const GetScalingPlanResourceForecastDataResponseFilterSensitiveLog = (obj) => ({
272
- ...obj,
273
- });
274
- exports.GetScalingPlanResourceForecastDataResponseFilterSensitiveLog = GetScalingPlanResourceForecastDataResponseFilterSensitiveLog;
275
- const UpdateScalingPlanRequestFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- exports.UpdateScalingPlanRequestFilterSensitiveLog = UpdateScalingPlanRequestFilterSensitiveLog;
279
- const UpdateScalingPlanResponseFilterSensitiveLog = (obj) => ({
280
- ...obj,
281
- });
282
- exports.UpdateScalingPlanResponseFilterSensitiveLog = UpdateScalingPlanResponseFilterSensitiveLog;
@@ -1,7 +1,6 @@
1
1
  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
- import { CreateScalingPlanRequestFilterSensitiveLog, CreateScalingPlanResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateScalingPlanCommand, serializeAws_json1_1CreateScalingPlanCommand, } from "../protocols/Aws_json1_1";
6
5
  export class CreateScalingPlanCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateScalingPlanCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateScalingPlanRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateScalingPlanResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  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
- import { DeleteScalingPlanRequestFilterSensitiveLog, DeleteScalingPlanResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DeleteScalingPlanCommand, serializeAws_json1_1DeleteScalingPlanCommand, } from "../protocols/Aws_json1_1";
6
5
  export class DeleteScalingPlanCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteScalingPlanCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteScalingPlanRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteScalingPlanResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  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
- import { DescribeScalingPlanResourcesRequestFilterSensitiveLog, DescribeScalingPlanResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeScalingPlanResourcesCommand, serializeAws_json1_1DescribeScalingPlanResourcesCommand, } from "../protocols/Aws_json1_1";
6
5
  export class DescribeScalingPlanResourcesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeScalingPlanResourcesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeScalingPlanResourcesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeScalingPlanResourcesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  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
- import { DescribeScalingPlansRequestFilterSensitiveLog, DescribeScalingPlansResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeScalingPlansCommand, serializeAws_json1_1DescribeScalingPlansCommand, } from "../protocols/Aws_json1_1";
6
5
  export class DescribeScalingPlansCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeScalingPlansCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeScalingPlansRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeScalingPlansResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  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
- import { GetScalingPlanResourceForecastDataRequestFilterSensitiveLog, GetScalingPlanResourceForecastDataResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand, serializeAws_json1_1GetScalingPlanResourceForecastDataCommand, } from "../protocols/Aws_json1_1";
6
5
  export class GetScalingPlanResourceForecastDataCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetScalingPlanResourceForecastDataRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetScalingPlanResourceForecastDataResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  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
- import { UpdateScalingPlanRequestFilterSensitiveLog, UpdateScalingPlanResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateScalingPlanCommand, serializeAws_json1_1UpdateScalingPlanCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateScalingPlanCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateScalingPlanCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateScalingPlanRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateScalingPlanResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -171,78 +171,3 @@ export var ForecastDataType;
171
171
  ForecastDataType["ScheduledActionMaxCapacity"] = "ScheduledActionMaxCapacity";
172
172
  ForecastDataType["ScheduledActionMinCapacity"] = "ScheduledActionMinCapacity";
173
173
  })(ForecastDataType || (ForecastDataType = {}));
174
- export const TagFilterFilterSensitiveLog = (obj) => ({
175
- ...obj,
176
- });
177
- export const ApplicationSourceFilterSensitiveLog = (obj) => ({
178
- ...obj,
179
- });
180
- export const MetricDimensionFilterSensitiveLog = (obj) => ({
181
- ...obj,
182
- });
183
- export const CustomizedLoadMetricSpecificationFilterSensitiveLog = (obj) => ({
184
- ...obj,
185
- });
186
- export const PredefinedLoadMetricSpecificationFilterSensitiveLog = (obj) => ({
187
- ...obj,
188
- });
189
- export const CustomizedScalingMetricSpecificationFilterSensitiveLog = (obj) => ({
190
- ...obj,
191
- });
192
- export const PredefinedScalingMetricSpecificationFilterSensitiveLog = (obj) => ({
193
- ...obj,
194
- });
195
- export const TargetTrackingConfigurationFilterSensitiveLog = (obj) => ({
196
- ...obj,
197
- });
198
- export const ScalingInstructionFilterSensitiveLog = (obj) => ({
199
- ...obj,
200
- });
201
- export const CreateScalingPlanRequestFilterSensitiveLog = (obj) => ({
202
- ...obj,
203
- });
204
- export const CreateScalingPlanResponseFilterSensitiveLog = (obj) => ({
205
- ...obj,
206
- });
207
- export const DeleteScalingPlanRequestFilterSensitiveLog = (obj) => ({
208
- ...obj,
209
- });
210
- export const DeleteScalingPlanResponseFilterSensitiveLog = (obj) => ({
211
- ...obj,
212
- });
213
- export const DescribeScalingPlanResourcesRequestFilterSensitiveLog = (obj) => ({
214
- ...obj,
215
- });
216
- export const ScalingPolicyFilterSensitiveLog = (obj) => ({
217
- ...obj,
218
- });
219
- export const ScalingPlanResourceFilterSensitiveLog = (obj) => ({
220
- ...obj,
221
- });
222
- export const DescribeScalingPlanResourcesResponseFilterSensitiveLog = (obj) => ({
223
- ...obj,
224
- });
225
- export const DescribeScalingPlansRequestFilterSensitiveLog = (obj) => ({
226
- ...obj,
227
- });
228
- export const ScalingPlanFilterSensitiveLog = (obj) => ({
229
- ...obj,
230
- });
231
- export const DescribeScalingPlansResponseFilterSensitiveLog = (obj) => ({
232
- ...obj,
233
- });
234
- export const GetScalingPlanResourceForecastDataRequestFilterSensitiveLog = (obj) => ({
235
- ...obj,
236
- });
237
- export const DatapointFilterSensitiveLog = (obj) => ({
238
- ...obj,
239
- });
240
- export const GetScalingPlanResourceForecastDataResponseFilterSensitiveLog = (obj) => ({
241
- ...obj,
242
- });
243
- export const UpdateScalingPlanRequestFilterSensitiveLog = (obj) => ({
244
- ...obj,
245
- });
246
- export const UpdateScalingPlanResponseFilterSensitiveLog = (obj) => ({
247
- ...obj,
248
- });
@@ -7,6 +7,7 @@ import { DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput } f
7
7
  import { GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput } from "./commands/GetScalingPlanResourceForecastDataCommand";
8
8
  import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from "./commands/UpdateScalingPlanCommand";
9
9
  /**
10
+ * @public
10
11
  * <fullname>AWS Auto Scaling</fullname>
11
12
  *
12
13
  *
@@ -45,12 +46,14 @@ import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from ".
45
46
  */
46
47
  export declare class AutoScalingPlans extends AutoScalingPlansClient {
47
48
  /**
49
+ * @public
48
50
  * <p>Creates a scaling plan. </p>
49
51
  */
50
52
  createScalingPlan(args: CreateScalingPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateScalingPlanCommandOutput>;
51
53
  createScalingPlan(args: CreateScalingPlanCommandInput, cb: (err: any, data?: CreateScalingPlanCommandOutput) => void): void;
52
54
  createScalingPlan(args: CreateScalingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScalingPlanCommandOutput) => void): void;
53
55
  /**
56
+ * @public
54
57
  * <p>Deletes the specified scaling plan.</p>
55
58
  * <p>Deleting a scaling plan deletes the underlying <a>ScalingInstruction</a> for
56
59
  * all of the scalable resources that are covered by the plan.</p>
@@ -61,18 +64,21 @@ export declare class AutoScalingPlans extends AutoScalingPlansClient {
61
64
  deleteScalingPlan(args: DeleteScalingPlanCommandInput, cb: (err: any, data?: DeleteScalingPlanCommandOutput) => void): void;
62
65
  deleteScalingPlan(args: DeleteScalingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScalingPlanCommandOutput) => void): void;
63
66
  /**
67
+ * @public
64
68
  * <p>Describes the scalable resources in the specified scaling plan.</p>
65
69
  */
66
70
  describeScalingPlanResources(args: DescribeScalingPlanResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingPlanResourcesCommandOutput>;
67
71
  describeScalingPlanResources(args: DescribeScalingPlanResourcesCommandInput, cb: (err: any, data?: DescribeScalingPlanResourcesCommandOutput) => void): void;
68
72
  describeScalingPlanResources(args: DescribeScalingPlanResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingPlanResourcesCommandOutput) => void): void;
69
73
  /**
74
+ * @public
70
75
  * <p>Describes one or more of your scaling plans.</p>
71
76
  */
72
77
  describeScalingPlans(args: DescribeScalingPlansCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingPlansCommandOutput>;
73
78
  describeScalingPlans(args: DescribeScalingPlansCommandInput, cb: (err: any, data?: DescribeScalingPlansCommandOutput) => void): void;
74
79
  describeScalingPlans(args: DescribeScalingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingPlansCommandOutput) => void): void;
75
80
  /**
81
+ * @public
76
82
  * <p>Retrieves the forecast data for a scalable resource.</p>
77
83
  * <p>Capacity forecasts are represented as predicted values, or data points, that are
78
84
  * calculated using historical data points from a specified CloudWatch load metric. Data points are
@@ -82,6 +88,7 @@ export declare class AutoScalingPlans extends AutoScalingPlansClient {
82
88
  getScalingPlanResourceForecastData(args: GetScalingPlanResourceForecastDataCommandInput, cb: (err: any, data?: GetScalingPlanResourceForecastDataCommandOutput) => void): void;
83
89
  getScalingPlanResourceForecastData(args: GetScalingPlanResourceForecastDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetScalingPlanResourceForecastDataCommandOutput) => void): void;
84
90
  /**
91
+ * @public
85
92
  * <p>Updates the specified scaling plan.</p>
86
93
  * <p>You cannot update a scaling plan if it is in the process of being created, updated, or
87
94
  * deleted.</p>
@@ -14,15 +14,24 @@ import { DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput } f
14
14
  import { GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput } from "./commands/GetScalingPlanResourceForecastDataCommand";
15
15
  import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from "./commands/UpdateScalingPlanCommand";
16
16
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
17
+ /**
18
+ * @public
19
+ */
17
20
  export type ServiceInputTypes = CreateScalingPlanCommandInput | DeleteScalingPlanCommandInput | DescribeScalingPlanResourcesCommandInput | DescribeScalingPlansCommandInput | GetScalingPlanResourceForecastDataCommandInput | UpdateScalingPlanCommandInput;
21
+ /**
22
+ * @public
23
+ */
18
24
  export type ServiceOutputTypes = CreateScalingPlanCommandOutput | DeleteScalingPlanCommandOutput | DescribeScalingPlanResourcesCommandOutput | DescribeScalingPlansCommandOutput | GetScalingPlanResourceForecastDataCommandOutput | UpdateScalingPlanCommandOutput;
25
+ /**
26
+ * @public
27
+ */
19
28
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
20
29
  /**
21
30
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
22
31
  */
23
32
  requestHandler?: __HttpHandler;
24
33
  /**
25
- * A constructor for a class implementing the {@link __Checksum} interface
34
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
26
35
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
27
36
  * @internal
28
37
  */
@@ -112,23 +121,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
112
121
  */
113
122
  logger?: __Logger;
114
123
  /**
115
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
124
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
116
125
  */
117
126
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
118
127
  }
128
+ /**
129
+ * @public
130
+ */
119
131
  type AutoScalingPlansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
120
132
  /**
121
- * The configuration interface of AutoScalingPlansClient class constructor that set the region, credentials and other options.
133
+ * @public
134
+ *
135
+ * The configuration interface of AutoScalingPlansClient class constructor that set the region, credentials and other options.
122
136
  */
123
137
  export interface AutoScalingPlansClientConfig extends AutoScalingPlansClientConfigType {
124
138
  }
139
+ /**
140
+ * @public
141
+ */
125
142
  type AutoScalingPlansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
126
143
  /**
127
- * The resolved configuration interface of AutoScalingPlansClient class. This is resolved and normalized from the {@link AutoScalingPlansClientConfig | constructor configuration interface}.
144
+ * @public
145
+ *
146
+ * The resolved configuration interface of AutoScalingPlansClient class. This is resolved and normalized from the {@link AutoScalingPlansClientConfig | constructor configuration interface}.
128
147
  */
129
148
  export interface AutoScalingPlansClientResolvedConfig extends AutoScalingPlansClientResolvedConfigType {
130
149
  }
131
150
  /**
151
+ * @public
132
152
  * <fullname>AWS Auto Scaling</fullname>
133
153
  *
134
154
  *
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateScalingPlanCommand}.
8
10
  */
9
11
  export interface CreateScalingPlanCommandInput extends CreateScalingPlanRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateScalingPlanCommand}.
13
17
  */
14
18
  export interface CreateScalingPlanCommandOutput extends CreateScalingPlanResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a scaling plan. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateScalingPlanCommandOutput extends CreateScalingPlanRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateScalingPlanCommandInput - {@link CreateScalingPlanCommandInput}
34
+ * @returns {@link CreateScalingPlanCommandOutput}
28
35
  * @see {@link CreateScalingPlanCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateScalingPlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateScalingPlanCommandOutput extends CreateScalingPlanRespons
48
55
  export declare class CreateScalingPlanCommand extends $Command<CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
49
56
  readonly input: CreateScalingPlanCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateScalingPlanCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }