@aws-sdk/client-forecast 3.943.0 → 3.947.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 (104) hide show
  1. package/dist-cjs/index.js +6 -66
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ForecastClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +6 -66
  8. package/dist-types/Forecast.d.ts +1 -1
  9. package/dist-types/ForecastClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateExplainabilityCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateForecastCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
  21. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +3 -3
  22. package/dist-types/commands/CreatePredictorCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteForecastCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteMonitorCommand.d.ts +3 -3
  34. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +3 -3
  35. package/dist-types/commands/DeletePredictorCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +3 -3
  45. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeForecastCommand.d.ts +3 -3
  47. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +3 -3
  48. package/dist-types/commands/DescribeMonitorCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +3 -3
  50. package/dist-types/commands/DescribePredictorCommand.d.ts +3 -3
  51. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +3 -3
  52. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +3 -3
  53. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +3 -3
  54. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -3
  59. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListForecastsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -3
  63. package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -3
  65. package/dist-types/commands/ListPredictorsCommand.d.ts +3 -3
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  67. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -3
  68. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -3
  69. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -3
  70. package/dist-types/commands/ResumeResourceCommand.d.ts +3 -3
  71. package/dist-types/commands/StopResourceCommand.d.ts +3 -3
  72. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  73. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +3 -3
  75. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  76. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  77. package/dist-types/extensionConfiguration.d.ts +4 -4
  78. package/dist-types/models/ForecastServiceException.d.ts +1 -1
  79. package/dist-types/models/errors.d.ts +1 -1
  80. package/dist-types/pagination/Interfaces.d.ts +1 -1
  81. package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListExplainabilitiesPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListExplainabilityExportsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListForecastExportJobsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListForecastsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListMonitorEvaluationsPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListPredictorsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListWhatIfAnalysesPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListWhatIfForecastExportsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListWhatIfForecastsPaginator.d.ts +1 -1
  95. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  96. package/dist-types/runtimeConfig.d.ts +1 -1
  97. package/dist-types/runtimeConfig.native.d.ts +1 -1
  98. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  99. package/dist-types/runtimeExtensions.d.ts +1 -1
  100. package/dist-types/schemas/schemas_0.d.ts +1 -1
  101. package/dist-types/ts3.4/ForecastClient.d.ts +3 -3
  102. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  103. package/dist-types/ts3.4/models/ForecastServiceException.d.ts +1 -1
  104. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -1077,41 +1077,11 @@ var GetAccuracyMetricsResponse = [
1077
1077
  var HyperParameterTuningJobConfig = [3, n0, _HPTJC, 0, [_PR], [() => ParameterRanges]];
1078
1078
  var InputDataConfig = [3, n0, _IDC, 0, [_DGA, _SF], [0, () => SupplementaryFeatures]];
1079
1079
  var IntegerParameterRange = [3, n0, _IPR, 0, [_N, _MV, _MVi, _ST], [0, 1, 1, 0]];
1080
- var InvalidInputException = [
1081
- -3,
1082
- n0,
1083
- _IIE,
1084
- {
1085
- [_e]: _c,
1086
- [_hE]: 400,
1087
- },
1088
- [_M],
1089
- [0],
1090
- ];
1080
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1091
1081
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
1092
- var InvalidNextTokenException = [
1093
- -3,
1094
- n0,
1095
- _INTE,
1096
- {
1097
- [_e]: _c,
1098
- [_hE]: 400,
1099
- },
1100
- [_M],
1101
- [0],
1102
- ];
1082
+ var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1103
1083
  schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
1104
- var LimitExceededException = [
1105
- -3,
1106
- n0,
1107
- _LEE,
1108
- {
1109
- [_e]: _c,
1110
- [_hE]: 409,
1111
- },
1112
- [_M],
1113
- [0],
1114
- ];
1084
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
1115
1085
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1116
1086
  var ListDatasetGroupsRequest = [3, n0, _LDGR, 0, [_NT, _MR], [0, 1]];
1117
1087
  var ListDatasetGroupsResponse = [3, n0, _LDGRi, 0, [_DG, _NT], [() => DatasetGroups, 0]];
@@ -1319,41 +1289,11 @@ var PredictorSummary = [
1319
1289
  [0, 0, 0, 2, () => ReferencePredictorSummary, 0, 0, 4, 4],
1320
1290
  ];
1321
1291
  var ReferencePredictorSummary = [3, n0, _RPS, 0, [_Ar, _Sta], [0, 0]];
1322
- var ResourceAlreadyExistsException = [
1323
- -3,
1324
- n0,
1325
- _RAEE,
1326
- {
1327
- [_e]: _c,
1328
- [_hE]: 403,
1329
- },
1330
- [_M],
1331
- [0],
1332
- ];
1292
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
1333
1293
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1334
- var ResourceInUseException = [
1335
- -3,
1336
- n0,
1337
- _RIUE,
1338
- {
1339
- [_e]: _c,
1340
- [_hE]: 409,
1341
- },
1342
- [_M],
1343
- [0],
1344
- ];
1294
+ var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
1345
1295
  schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
1346
- var ResourceNotFoundException = [
1347
- -3,
1348
- n0,
1349
- _RNFE,
1350
- {
1351
- [_e]: _c,
1352
- [_hE]: 404,
1353
- },
1354
- [_M],
1355
- [0],
1356
- ];
1296
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1357
1297
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1358
1298
  var ResumeResourceRequest = [3, n0, _RRR, 0, [_RA], [0]];
1359
1299
  var S3Config = [3, n0, _SC, 0, [_Pa, _RAo, _KMSKA], [0, 0, 0]];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultForecastHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -876,41 +876,11 @@ export var GetAccuracyMetricsResponse = [
876
876
  export var HyperParameterTuningJobConfig = [3, n0, _HPTJC, 0, [_PR], [() => ParameterRanges]];
877
877
  export var InputDataConfig = [3, n0, _IDC, 0, [_DGA, _SF], [0, () => SupplementaryFeatures]];
878
878
  export var IntegerParameterRange = [3, n0, _IPR, 0, [_N, _MV, _MVi, _ST], [0, 1, 1, 0]];
879
- export var InvalidInputException = [
880
- -3,
881
- n0,
882
- _IIE,
883
- {
884
- [_e]: _c,
885
- [_hE]: 400,
886
- },
887
- [_M],
888
- [0],
889
- ];
879
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
890
880
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
891
- export var InvalidNextTokenException = [
892
- -3,
893
- n0,
894
- _INTE,
895
- {
896
- [_e]: _c,
897
- [_hE]: 400,
898
- },
899
- [_M],
900
- [0],
901
- ];
881
+ export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
902
882
  TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
903
- export var LimitExceededException = [
904
- -3,
905
- n0,
906
- _LEE,
907
- {
908
- [_e]: _c,
909
- [_hE]: 409,
910
- },
911
- [_M],
912
- [0],
913
- ];
883
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
914
884
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
915
885
  export var ListDatasetGroupsRequest = [3, n0, _LDGR, 0, [_NT, _MR], [0, 1]];
916
886
  export var ListDatasetGroupsResponse = [3, n0, _LDGRi, 0, [_DG, _NT], [() => DatasetGroups, 0]];
@@ -1118,41 +1088,11 @@ export var PredictorSummary = [
1118
1088
  [0, 0, 0, 2, () => ReferencePredictorSummary, 0, 0, 4, 4],
1119
1089
  ];
1120
1090
  export var ReferencePredictorSummary = [3, n0, _RPS, 0, [_Ar, _Sta], [0, 0]];
1121
- export var ResourceAlreadyExistsException = [
1122
- -3,
1123
- n0,
1124
- _RAEE,
1125
- {
1126
- [_e]: _c,
1127
- [_hE]: 403,
1128
- },
1129
- [_M],
1130
- [0],
1131
- ];
1091
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
1132
1092
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
1133
- export var ResourceInUseException = [
1134
- -3,
1135
- n0,
1136
- _RIUE,
1137
- {
1138
- [_e]: _c,
1139
- [_hE]: 409,
1140
- },
1141
- [_M],
1142
- [0],
1143
- ];
1093
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
1144
1094
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1145
- export var ResourceNotFoundException = [
1146
- -3,
1147
- n0,
1148
- _RNFE,
1149
- {
1150
- [_e]: _c,
1151
- [_hE]: 404,
1152
- },
1153
- [_M],
1154
- [0],
1155
- ];
1095
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1156
1096
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1157
1097
  export var ResumeResourceRequest = [3, n0, _RRR, 0, [_RA], [0]];
1158
1098
  export var S3Config = [3, n0, _SC, 0, [_Pa, _RAo, _KMSKA], [0, 0, 0]];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
3
3
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
4
4
  import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
11
11
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
12
12
  import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
@@ -71,7 +71,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
71
71
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
72
72
  import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "./commands/UpdateDatasetGroupCommand";
73
73
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
74
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
74
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
75
75
  export { __Client };
76
76
  /**
77
77
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ForecastHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ForecastHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { ForecastClientResolvedConfig } from "../ForecastClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ForecastClientResolvedConfig } from "../ForecastClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateExplainabilityExportRequest, CreateExplainabilityExportResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateExplainabilityExportRequest, CreateExplainabilityExportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateForecastRequest, CreateForecastResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateForecastRequest, CreateForecastResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateForecastExportJobRequest, CreateForecastExportJobResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateForecastExportJobRequest, CreateForecastExportJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateMonitorRequest, CreateMonitorResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateMonitorRequest, CreateMonitorResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreatePredictorBacktestExportJobRequest, CreatePredictorBacktestExportJobResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreatePredictorBacktestExportJobRequest, CreatePredictorBacktestExportJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreatePredictorRequest, CreatePredictorResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreatePredictorRequest, CreatePredictorResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateWhatIfAnalysisRequest, CreateWhatIfAnalysisResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateWhatIfAnalysisRequest, CreateWhatIfAnalysisResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateWhatIfForecastRequest, CreateWhatIfForecastResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateWhatIfForecastRequest, CreateWhatIfForecastResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { CreateWhatIfForecastExportRequest, CreateWhatIfForecastExportResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { CreateWhatIfForecastExportRequest, CreateWhatIfForecastExportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteDatasetRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteDatasetRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteDatasetGroupRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteDatasetGroupRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteDatasetImportJobRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteDatasetImportJobRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteExplainabilityRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteExplainabilityRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteExplainabilityExportRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteExplainabilityExportRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteForecastRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteForecastRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteForecastExportJobRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteForecastExportJobRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeleteMonitorRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeleteMonitorRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DeletePredictorRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import type { DeletePredictorRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */