@aws-sdk/client-forecast 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Forecast.d.ts +204 -213
- package/dist-types/ts3.4/ForecastClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38