@aws-sdk/client-forecast 3.294.0 → 3.296.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 (131) hide show
  1. package/dist-cjs/commands/CreateAutoPredictorCommand.js +4 -4
  2. package/dist-cjs/commands/CreateDatasetCommand.js +4 -4
  3. package/dist-cjs/commands/CreateDatasetGroupCommand.js +4 -4
  4. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +4 -4
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +4 -4
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +4 -4
  7. package/dist-cjs/commands/CreateForecastCommand.js +4 -4
  8. package/dist-cjs/commands/CreateForecastExportJobCommand.js +4 -4
  9. package/dist-cjs/commands/CreateMonitorCommand.js +4 -4
  10. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +4 -4
  11. package/dist-cjs/commands/CreatePredictorCommand.js +4 -4
  12. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +4 -4
  13. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +4 -4
  14. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +4 -4
  15. package/dist-cjs/commands/DeleteDatasetCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteExplainabilityCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +4 -4
  20. package/dist-cjs/commands/DeleteForecastCommand.js +4 -4
  21. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +4 -4
  22. package/dist-cjs/commands/DeleteMonitorCommand.js +4 -4
  23. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +4 -4
  24. package/dist-cjs/commands/DeletePredictorCommand.js +4 -4
  25. package/dist-cjs/commands/DeleteResourceTreeCommand.js +4 -4
  26. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +4 -4
  27. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +4 -4
  28. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +4 -4
  29. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +4 -4
  30. package/dist-cjs/commands/DescribeDatasetCommand.js +4 -4
  31. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +4 -4
  32. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +4 -4
  33. package/dist-cjs/commands/DescribeExplainabilityCommand.js +4 -4
  34. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +4 -4
  35. package/dist-cjs/commands/DescribeForecastCommand.js +4 -4
  36. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +4 -4
  37. package/dist-cjs/commands/DescribeMonitorCommand.js +4 -4
  38. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +4 -4
  39. package/dist-cjs/commands/DescribePredictorCommand.js +4 -4
  40. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +4 -4
  41. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +4 -4
  42. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +4 -4
  43. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +4 -4
  44. package/dist-cjs/commands/ListDatasetGroupsCommand.js +4 -4
  45. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +4 -4
  46. package/dist-cjs/commands/ListDatasetsCommand.js +4 -4
  47. package/dist-cjs/commands/ListExplainabilitiesCommand.js +4 -4
  48. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +4 -4
  49. package/dist-cjs/commands/ListForecastExportJobsCommand.js +4 -4
  50. package/dist-cjs/commands/ListForecastsCommand.js +4 -4
  51. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +4 -4
  52. package/dist-cjs/commands/ListMonitorsCommand.js +4 -4
  53. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +4 -4
  54. package/dist-cjs/commands/ListPredictorsCommand.js +4 -4
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  56. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +4 -4
  57. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +4 -4
  58. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +4 -4
  59. package/dist-cjs/commands/ResumeResourceCommand.js +4 -4
  60. package/dist-cjs/commands/StopResourceCommand.js +4 -4
  61. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  62. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  63. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +4 -4
  64. package/dist-es/commands/CreateAutoPredictorCommand.js +4 -4
  65. package/dist-es/commands/CreateDatasetCommand.js +4 -4
  66. package/dist-es/commands/CreateDatasetGroupCommand.js +4 -4
  67. package/dist-es/commands/CreateDatasetImportJobCommand.js +4 -4
  68. package/dist-es/commands/CreateExplainabilityCommand.js +4 -4
  69. package/dist-es/commands/CreateExplainabilityExportCommand.js +4 -4
  70. package/dist-es/commands/CreateForecastCommand.js +4 -4
  71. package/dist-es/commands/CreateForecastExportJobCommand.js +4 -4
  72. package/dist-es/commands/CreateMonitorCommand.js +4 -4
  73. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +4 -4
  74. package/dist-es/commands/CreatePredictorCommand.js +4 -4
  75. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +4 -4
  76. package/dist-es/commands/CreateWhatIfForecastCommand.js +4 -4
  77. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +4 -4
  78. package/dist-es/commands/DeleteDatasetCommand.js +4 -4
  79. package/dist-es/commands/DeleteDatasetGroupCommand.js +4 -4
  80. package/dist-es/commands/DeleteDatasetImportJobCommand.js +4 -4
  81. package/dist-es/commands/DeleteExplainabilityCommand.js +4 -4
  82. package/dist-es/commands/DeleteExplainabilityExportCommand.js +4 -4
  83. package/dist-es/commands/DeleteForecastCommand.js +4 -4
  84. package/dist-es/commands/DeleteForecastExportJobCommand.js +4 -4
  85. package/dist-es/commands/DeleteMonitorCommand.js +4 -4
  86. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +4 -4
  87. package/dist-es/commands/DeletePredictorCommand.js +4 -4
  88. package/dist-es/commands/DeleteResourceTreeCommand.js +4 -4
  89. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +4 -4
  90. package/dist-es/commands/DeleteWhatIfForecastCommand.js +4 -4
  91. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +4 -4
  92. package/dist-es/commands/DescribeAutoPredictorCommand.js +4 -4
  93. package/dist-es/commands/DescribeDatasetCommand.js +4 -4
  94. package/dist-es/commands/DescribeDatasetGroupCommand.js +4 -4
  95. package/dist-es/commands/DescribeDatasetImportJobCommand.js +4 -4
  96. package/dist-es/commands/DescribeExplainabilityCommand.js +4 -4
  97. package/dist-es/commands/DescribeExplainabilityExportCommand.js +4 -4
  98. package/dist-es/commands/DescribeForecastCommand.js +4 -4
  99. package/dist-es/commands/DescribeForecastExportJobCommand.js +4 -4
  100. package/dist-es/commands/DescribeMonitorCommand.js +4 -4
  101. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +4 -4
  102. package/dist-es/commands/DescribePredictorCommand.js +4 -4
  103. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +4 -4
  104. package/dist-es/commands/DescribeWhatIfForecastCommand.js +4 -4
  105. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +4 -4
  106. package/dist-es/commands/GetAccuracyMetricsCommand.js +4 -4
  107. package/dist-es/commands/ListDatasetGroupsCommand.js +4 -4
  108. package/dist-es/commands/ListDatasetImportJobsCommand.js +4 -4
  109. package/dist-es/commands/ListDatasetsCommand.js +4 -4
  110. package/dist-es/commands/ListExplainabilitiesCommand.js +4 -4
  111. package/dist-es/commands/ListExplainabilityExportsCommand.js +4 -4
  112. package/dist-es/commands/ListForecastExportJobsCommand.js +4 -4
  113. package/dist-es/commands/ListForecastsCommand.js +4 -4
  114. package/dist-es/commands/ListMonitorEvaluationsCommand.js +4 -4
  115. package/dist-es/commands/ListMonitorsCommand.js +4 -4
  116. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +4 -4
  117. package/dist-es/commands/ListPredictorsCommand.js +4 -4
  118. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  119. package/dist-es/commands/ListWhatIfAnalysesCommand.js +4 -4
  120. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +4 -4
  121. package/dist-es/commands/ListWhatIfForecastsCommand.js +4 -4
  122. package/dist-es/commands/ResumeResourceCommand.js +4 -4
  123. package/dist-es/commands/StopResourceCommand.js +4 -4
  124. package/dist-es/commands/TagResourceCommand.js +4 -4
  125. package/dist-es/commands/UntagResourceCommand.js +4 -4
  126. package/dist-es/commands/UpdateDatasetGroupCommand.js +4 -4
  127. package/dist-types/ForecastClient.d.ts +4 -4
  128. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  129. package/dist-types/ts3.4/ForecastClient.d.ts +4 -4
  130. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  131. package/package.json +36 -36
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteMonitorRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteMonitorCommand, serializeAws_json1_1DeleteMonitorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteMonitorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteMonitorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteMonitorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeletePredictorBacktestExportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeletePredictorBacktestExportJobCommand, serializeAws_json1_1DeletePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeletePredictorBacktestExportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeletePredictorBacktestExportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeletePredictorBacktestExportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeletePredictorRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeletePredictorCommand, serializeAws_json1_1DeletePredictorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeletePredictorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeletePredictorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeletePredictorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteResourceTreeRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteResourceTreeCommand, serializeAws_json1_1DeleteResourceTreeCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteResourceTreeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteResourceTreeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteResourceTreeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteWhatIfAnalysisRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteWhatIfAnalysisCommand, serializeAws_json1_1DeleteWhatIfAnalysisCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteWhatIfAnalysisCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteWhatIfAnalysisCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteWhatIfAnalysisCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteWhatIfForecastRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteWhatIfForecastCommand, serializeAws_json1_1DeleteWhatIfForecastCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteWhatIfForecastCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteWhatIfForecastCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteWhatIfForecastCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteWhatIfForecastExportRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteWhatIfForecastExportCommand, serializeAws_json1_1DeleteWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteWhatIfForecastExportCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteWhatIfForecastExportCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteWhatIfForecastExportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeAutoPredictorRequestFilterSensitiveLog, DescribeAutoPredictorResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeAutoPredictorCommand, serializeAws_json1_1DescribeAutoPredictorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeAutoPredictorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeAutoPredictorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAutoPredictorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDatasetRequestFilterSensitiveLog, DescribeDatasetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeDatasetCommand, serializeAws_json1_1DescribeDatasetCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeDatasetCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeDatasetCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDatasetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDatasetGroupRequestFilterSensitiveLog, DescribeDatasetGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeDatasetGroupCommand, serializeAws_json1_1DescribeDatasetGroupCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeDatasetGroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeDatasetGroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDatasetGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDatasetImportJobRequestFilterSensitiveLog, DescribeDatasetImportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeDatasetImportJobCommand, serializeAws_json1_1DescribeDatasetImportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeDatasetImportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeDatasetImportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDatasetImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeExplainabilityRequestFilterSensitiveLog, DescribeExplainabilityResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeExplainabilityCommand, serializeAws_json1_1DescribeExplainabilityCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeExplainabilityCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeExplainabilityCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeExplainabilityCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeExplainabilityExportRequestFilterSensitiveLog, DescribeExplainabilityExportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeExplainabilityExportCommand, serializeAws_json1_1DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeExplainabilityExportCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeExplainabilityExportCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeExplainabilityExportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeForecastRequestFilterSensitiveLog, DescribeForecastResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeForecastCommand, serializeAws_json1_1DescribeForecastCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeForecastCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeForecastCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeForecastCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeForecastExportJobRequestFilterSensitiveLog, DescribeForecastExportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeForecastExportJobCommand, serializeAws_json1_1DescribeForecastExportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeForecastExportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeForecastExportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeForecastExportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeMonitorRequestFilterSensitiveLog, DescribeMonitorResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeMonitorCommand, serializeAws_json1_1DescribeMonitorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeMonitorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeMonitorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeMonitorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribePredictorBacktestExportJobRequestFilterSensitiveLog, DescribePredictorBacktestExportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribePredictorBacktestExportJobCommand, serializeAws_json1_1DescribePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribePredictorBacktestExportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribePredictorBacktestExportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribePredictorBacktestExportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribePredictorRequestFilterSensitiveLog, DescribePredictorResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribePredictorCommand, serializeAws_json1_1DescribePredictorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribePredictorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribePredictorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribePredictorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeWhatIfAnalysisRequestFilterSensitiveLog, DescribeWhatIfAnalysisResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeWhatIfAnalysisCommand, serializeAws_json1_1DescribeWhatIfAnalysisCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeWhatIfAnalysisCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeWhatIfAnalysisCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeWhatIfAnalysisCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeWhatIfForecastRequestFilterSensitiveLog, DescribeWhatIfForecastResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeWhatIfForecastCommand, serializeAws_json1_1DescribeWhatIfForecastCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeWhatIfForecastCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeWhatIfForecastCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeWhatIfForecastCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeWhatIfForecastExportRequestFilterSensitiveLog, DescribeWhatIfForecastExportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeWhatIfForecastExportCommand, serializeAws_json1_1DescribeWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeWhatIfForecastExportCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeWhatIfForecastExportCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeWhatIfForecastExportCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetAccuracyMetricsRequestFilterSensitiveLog, GetAccuracyMetricsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetAccuracyMetricsCommand, serializeAws_json1_1GetAccuracyMetricsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetAccuracyMetricsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetAccuracyMetricsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetAccuracyMetricsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListDatasetGroupsRequestFilterSensitiveLog, ListDatasetGroupsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDatasetGroupsCommand, serializeAws_json1_1ListDatasetGroupsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListDatasetGroupsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListDatasetGroupsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListDatasetGroupsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListDatasetImportJobsRequestFilterSensitiveLog, ListDatasetImportJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDatasetImportJobsCommand, serializeAws_json1_1ListDatasetImportJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListDatasetImportJobsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListDatasetImportJobsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListDatasetImportJobsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListDatasetsRequestFilterSensitiveLog, ListDatasetsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDatasetsCommand, serializeAws_json1_1ListDatasetsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListDatasetsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListDatasetsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListDatasetsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListExplainabilitiesRequestFilterSensitiveLog, ListExplainabilitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListExplainabilitiesCommand, serializeAws_json1_1ListExplainabilitiesCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListExplainabilitiesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListExplainabilitiesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListExplainabilitiesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListExplainabilityExportsRequestFilterSensitiveLog, ListExplainabilityExportsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListExplainabilityExportsCommand, serializeAws_json1_1ListExplainabilityExportsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListExplainabilityExportsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListExplainabilityExportsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListExplainabilityExportsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListForecastExportJobsRequestFilterSensitiveLog, ListForecastExportJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListForecastExportJobsCommand, serializeAws_json1_1ListForecastExportJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListForecastExportJobsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListForecastExportJobsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListForecastExportJobsCommand.getEndpointParameterInstructions()));