@aws-sdk/client-forecast 3.1077.0 → 3.1078.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 +195 -757
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
- package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/CreateExplainabilityCommand.js +2 -14
- package/dist-es/commands/CreateExplainabilityExportCommand.js +2 -14
- package/dist-es/commands/CreateForecastCommand.js +2 -14
- package/dist-es/commands/CreateForecastExportJobCommand.js +2 -14
- package/dist-es/commands/CreateMonitorCommand.js +2 -14
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +2 -14
- package/dist-es/commands/CreatePredictorCommand.js +2 -14
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +2 -14
- package/dist-es/commands/CreateWhatIfForecastCommand.js +2 -14
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteExplainabilityCommand.js +2 -14
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +2 -14
- package/dist-es/commands/DeleteForecastCommand.js +2 -14
- package/dist-es/commands/DeleteForecastExportJobCommand.js +2 -14
- package/dist-es/commands/DeleteMonitorCommand.js +2 -14
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +2 -14
- package/dist-es/commands/DeletePredictorCommand.js +2 -14
- package/dist-es/commands/DeleteResourceTreeCommand.js +2 -14
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +2 -14
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +2 -14
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +2 -14
- package/dist-es/commands/DescribeAutoPredictorCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DescribeExplainabilityCommand.js +2 -14
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +2 -14
- package/dist-es/commands/DescribeForecastCommand.js +2 -14
- package/dist-es/commands/DescribeForecastExportJobCommand.js +2 -14
- package/dist-es/commands/DescribeMonitorCommand.js +2 -14
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +2 -14
- package/dist-es/commands/DescribePredictorCommand.js +2 -14
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +2 -14
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +2 -14
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +2 -14
- package/dist-es/commands/GetAccuracyMetricsCommand.js +2 -14
- package/dist-es/commands/ListDatasetGroupsCommand.js +2 -14
- package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListExplainabilitiesCommand.js +2 -14
- package/dist-es/commands/ListExplainabilityExportsCommand.js +2 -14
- package/dist-es/commands/ListForecastExportJobsCommand.js +2 -14
- package/dist-es/commands/ListForecastsCommand.js +2 -14
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +2 -14
- package/dist-es/commands/ListMonitorsCommand.js +2 -14
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +2 -14
- package/dist-es/commands/ListPredictorsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +2 -14
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +2 -14
- package/dist-es/commands/ListWhatIfForecastsCommand.js +2 -14
- package/dist-es/commands/ResumeResourceCommand.js +2 -14
- package/dist-es/commands/StopResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +3 -8
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +3 -8
- package/dist-types/commands/CreateForecastCommand.d.ts +3 -8
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateMonitorCommand.d.ts +3 -8
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreatePredictorCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteForecastCommand.d.ts +3 -8
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMonitorCommand.d.ts +3 -8
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeletePredictorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +3 -8
- package/dist-types/commands/DescribeForecastCommand.d.ts +3 -8
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMonitorCommand.d.ts +3 -8
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribePredictorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +3 -8
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -8
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListForecastsCommand.d.ts +3 -8
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMonitorsCommand.d.ts +3 -8
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListPredictorsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -8
- package/dist-types/commands/ResumeResourceCommand.d.ts +3 -8
- package/dist-types/commands/StopResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2002,760 +2003,197 @@ class ForecastClient extends Client {
|
|
|
2002
2003
|
}
|
|
2003
2004
|
}
|
|
2004
2005
|
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
class DeleteDatasetImportJobCommand extends Command
|
|
2198
|
-
.classBuilder()
|
|
2199
|
-
.ep(commonParams)
|
|
2200
|
-
.m(function (Command, cs, config, o) {
|
|
2201
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2202
|
-
})
|
|
2203
|
-
.s("AmazonForecast", "DeleteDatasetImportJob", {})
|
|
2204
|
-
.n("ForecastClient", "DeleteDatasetImportJobCommand")
|
|
2205
|
-
.sc(DeleteDatasetImportJob$)
|
|
2206
|
-
.build() {
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
class DeleteExplainabilityCommand extends Command
|
|
2210
|
-
.classBuilder()
|
|
2211
|
-
.ep(commonParams)
|
|
2212
|
-
.m(function (Command, cs, config, o) {
|
|
2213
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2214
|
-
})
|
|
2215
|
-
.s("AmazonForecast", "DeleteExplainability", {})
|
|
2216
|
-
.n("ForecastClient", "DeleteExplainabilityCommand")
|
|
2217
|
-
.sc(DeleteExplainability$)
|
|
2218
|
-
.build() {
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
class DeleteExplainabilityExportCommand extends Command
|
|
2222
|
-
.classBuilder()
|
|
2223
|
-
.ep(commonParams)
|
|
2224
|
-
.m(function (Command, cs, config, o) {
|
|
2225
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2226
|
-
})
|
|
2227
|
-
.s("AmazonForecast", "DeleteExplainabilityExport", {})
|
|
2228
|
-
.n("ForecastClient", "DeleteExplainabilityExportCommand")
|
|
2229
|
-
.sc(DeleteExplainabilityExport$)
|
|
2230
|
-
.build() {
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
class DeleteForecastCommand extends Command
|
|
2234
|
-
.classBuilder()
|
|
2235
|
-
.ep(commonParams)
|
|
2236
|
-
.m(function (Command, cs, config, o) {
|
|
2237
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2238
|
-
})
|
|
2239
|
-
.s("AmazonForecast", "DeleteForecast", {})
|
|
2240
|
-
.n("ForecastClient", "DeleteForecastCommand")
|
|
2241
|
-
.sc(DeleteForecast$)
|
|
2242
|
-
.build() {
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
class DeleteForecastExportJobCommand extends Command
|
|
2246
|
-
.classBuilder()
|
|
2247
|
-
.ep(commonParams)
|
|
2248
|
-
.m(function (Command, cs, config, o) {
|
|
2249
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2250
|
-
})
|
|
2251
|
-
.s("AmazonForecast", "DeleteForecastExportJob", {})
|
|
2252
|
-
.n("ForecastClient", "DeleteForecastExportJobCommand")
|
|
2253
|
-
.sc(DeleteForecastExportJob$)
|
|
2254
|
-
.build() {
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
class DeleteMonitorCommand extends Command
|
|
2258
|
-
.classBuilder()
|
|
2259
|
-
.ep(commonParams)
|
|
2260
|
-
.m(function (Command, cs, config, o) {
|
|
2261
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2262
|
-
})
|
|
2263
|
-
.s("AmazonForecast", "DeleteMonitor", {})
|
|
2264
|
-
.n("ForecastClient", "DeleteMonitorCommand")
|
|
2265
|
-
.sc(DeleteMonitor$)
|
|
2266
|
-
.build() {
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
class DeletePredictorBacktestExportJobCommand extends Command
|
|
2270
|
-
.classBuilder()
|
|
2271
|
-
.ep(commonParams)
|
|
2272
|
-
.m(function (Command, cs, config, o) {
|
|
2273
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2274
|
-
})
|
|
2275
|
-
.s("AmazonForecast", "DeletePredictorBacktestExportJob", {})
|
|
2276
|
-
.n("ForecastClient", "DeletePredictorBacktestExportJobCommand")
|
|
2277
|
-
.sc(DeletePredictorBacktestExportJob$)
|
|
2278
|
-
.build() {
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
class DeletePredictorCommand extends Command
|
|
2282
|
-
.classBuilder()
|
|
2283
|
-
.ep(commonParams)
|
|
2284
|
-
.m(function (Command, cs, config, o) {
|
|
2285
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2286
|
-
})
|
|
2287
|
-
.s("AmazonForecast", "DeletePredictor", {})
|
|
2288
|
-
.n("ForecastClient", "DeletePredictorCommand")
|
|
2289
|
-
.sc(DeletePredictor$)
|
|
2290
|
-
.build() {
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
class DeleteResourceTreeCommand extends Command
|
|
2294
|
-
.classBuilder()
|
|
2295
|
-
.ep(commonParams)
|
|
2296
|
-
.m(function (Command, cs, config, o) {
|
|
2297
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2298
|
-
})
|
|
2299
|
-
.s("AmazonForecast", "DeleteResourceTree", {})
|
|
2300
|
-
.n("ForecastClient", "DeleteResourceTreeCommand")
|
|
2301
|
-
.sc(DeleteResourceTree$)
|
|
2302
|
-
.build() {
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
class DeleteWhatIfAnalysisCommand extends Command
|
|
2306
|
-
.classBuilder()
|
|
2307
|
-
.ep(commonParams)
|
|
2308
|
-
.m(function (Command, cs, config, o) {
|
|
2309
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2310
|
-
})
|
|
2311
|
-
.s("AmazonForecast", "DeleteWhatIfAnalysis", {})
|
|
2312
|
-
.n("ForecastClient", "DeleteWhatIfAnalysisCommand")
|
|
2313
|
-
.sc(DeleteWhatIfAnalysis$)
|
|
2314
|
-
.build() {
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
class DeleteWhatIfForecastCommand extends Command
|
|
2318
|
-
.classBuilder()
|
|
2319
|
-
.ep(commonParams)
|
|
2320
|
-
.m(function (Command, cs, config, o) {
|
|
2321
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2322
|
-
})
|
|
2323
|
-
.s("AmazonForecast", "DeleteWhatIfForecast", {})
|
|
2324
|
-
.n("ForecastClient", "DeleteWhatIfForecastCommand")
|
|
2325
|
-
.sc(DeleteWhatIfForecast$)
|
|
2326
|
-
.build() {
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
class DeleteWhatIfForecastExportCommand extends Command
|
|
2330
|
-
.classBuilder()
|
|
2331
|
-
.ep(commonParams)
|
|
2332
|
-
.m(function (Command, cs, config, o) {
|
|
2333
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2334
|
-
})
|
|
2335
|
-
.s("AmazonForecast", "DeleteWhatIfForecastExport", {})
|
|
2336
|
-
.n("ForecastClient", "DeleteWhatIfForecastExportCommand")
|
|
2337
|
-
.sc(DeleteWhatIfForecastExport$)
|
|
2338
|
-
.build() {
|
|
2339
|
-
}
|
|
2340
|
-
|
|
2341
|
-
class DescribeAutoPredictorCommand extends Command
|
|
2342
|
-
.classBuilder()
|
|
2343
|
-
.ep(commonParams)
|
|
2344
|
-
.m(function (Command, cs, config, o) {
|
|
2345
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2346
|
-
})
|
|
2347
|
-
.s("AmazonForecast", "DescribeAutoPredictor", {})
|
|
2348
|
-
.n("ForecastClient", "DescribeAutoPredictorCommand")
|
|
2349
|
-
.sc(DescribeAutoPredictor$)
|
|
2350
|
-
.build() {
|
|
2351
|
-
}
|
|
2352
|
-
|
|
2353
|
-
class DescribeDatasetCommand extends Command
|
|
2354
|
-
.classBuilder()
|
|
2355
|
-
.ep(commonParams)
|
|
2356
|
-
.m(function (Command, cs, config, o) {
|
|
2357
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2358
|
-
})
|
|
2359
|
-
.s("AmazonForecast", "DescribeDataset", {})
|
|
2360
|
-
.n("ForecastClient", "DescribeDatasetCommand")
|
|
2361
|
-
.sc(DescribeDataset$)
|
|
2362
|
-
.build() {
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
class DescribeDatasetGroupCommand extends Command
|
|
2366
|
-
.classBuilder()
|
|
2367
|
-
.ep(commonParams)
|
|
2368
|
-
.m(function (Command, cs, config, o) {
|
|
2369
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2370
|
-
})
|
|
2371
|
-
.s("AmazonForecast", "DescribeDatasetGroup", {})
|
|
2372
|
-
.n("ForecastClient", "DescribeDatasetGroupCommand")
|
|
2373
|
-
.sc(DescribeDatasetGroup$)
|
|
2374
|
-
.build() {
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
class DescribeDatasetImportJobCommand extends Command
|
|
2378
|
-
.classBuilder()
|
|
2379
|
-
.ep(commonParams)
|
|
2380
|
-
.m(function (Command, cs, config, o) {
|
|
2381
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2382
|
-
})
|
|
2383
|
-
.s("AmazonForecast", "DescribeDatasetImportJob", {})
|
|
2384
|
-
.n("ForecastClient", "DescribeDatasetImportJobCommand")
|
|
2385
|
-
.sc(DescribeDatasetImportJob$)
|
|
2386
|
-
.build() {
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
class DescribeExplainabilityCommand extends Command
|
|
2390
|
-
.classBuilder()
|
|
2391
|
-
.ep(commonParams)
|
|
2392
|
-
.m(function (Command, cs, config, o) {
|
|
2393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2394
|
-
})
|
|
2395
|
-
.s("AmazonForecast", "DescribeExplainability", {})
|
|
2396
|
-
.n("ForecastClient", "DescribeExplainabilityCommand")
|
|
2397
|
-
.sc(DescribeExplainability$)
|
|
2398
|
-
.build() {
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
class DescribeExplainabilityExportCommand extends Command
|
|
2402
|
-
.classBuilder()
|
|
2403
|
-
.ep(commonParams)
|
|
2404
|
-
.m(function (Command, cs, config, o) {
|
|
2405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2406
|
-
})
|
|
2407
|
-
.s("AmazonForecast", "DescribeExplainabilityExport", {})
|
|
2408
|
-
.n("ForecastClient", "DescribeExplainabilityExportCommand")
|
|
2409
|
-
.sc(DescribeExplainabilityExport$)
|
|
2410
|
-
.build() {
|
|
2411
|
-
}
|
|
2412
|
-
|
|
2413
|
-
class DescribeForecastCommand extends Command
|
|
2414
|
-
.classBuilder()
|
|
2415
|
-
.ep(commonParams)
|
|
2416
|
-
.m(function (Command, cs, config, o) {
|
|
2417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2418
|
-
})
|
|
2419
|
-
.s("AmazonForecast", "DescribeForecast", {})
|
|
2420
|
-
.n("ForecastClient", "DescribeForecastCommand")
|
|
2421
|
-
.sc(DescribeForecast$)
|
|
2422
|
-
.build() {
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
|
-
class DescribeForecastExportJobCommand extends Command
|
|
2426
|
-
.classBuilder()
|
|
2427
|
-
.ep(commonParams)
|
|
2428
|
-
.m(function (Command, cs, config, o) {
|
|
2429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2430
|
-
})
|
|
2431
|
-
.s("AmazonForecast", "DescribeForecastExportJob", {})
|
|
2432
|
-
.n("ForecastClient", "DescribeForecastExportJobCommand")
|
|
2433
|
-
.sc(DescribeForecastExportJob$)
|
|
2434
|
-
.build() {
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
class DescribeMonitorCommand extends Command
|
|
2438
|
-
.classBuilder()
|
|
2439
|
-
.ep(commonParams)
|
|
2440
|
-
.m(function (Command, cs, config, o) {
|
|
2441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2442
|
-
})
|
|
2443
|
-
.s("AmazonForecast", "DescribeMonitor", {})
|
|
2444
|
-
.n("ForecastClient", "DescribeMonitorCommand")
|
|
2445
|
-
.sc(DescribeMonitor$)
|
|
2446
|
-
.build() {
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
|
-
class DescribePredictorBacktestExportJobCommand extends Command
|
|
2450
|
-
.classBuilder()
|
|
2451
|
-
.ep(commonParams)
|
|
2452
|
-
.m(function (Command, cs, config, o) {
|
|
2453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2454
|
-
})
|
|
2455
|
-
.s("AmazonForecast", "DescribePredictorBacktestExportJob", {})
|
|
2456
|
-
.n("ForecastClient", "DescribePredictorBacktestExportJobCommand")
|
|
2457
|
-
.sc(DescribePredictorBacktestExportJob$)
|
|
2458
|
-
.build() {
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
class DescribePredictorCommand extends Command
|
|
2462
|
-
.classBuilder()
|
|
2463
|
-
.ep(commonParams)
|
|
2464
|
-
.m(function (Command, cs, config, o) {
|
|
2465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2466
|
-
})
|
|
2467
|
-
.s("AmazonForecast", "DescribePredictor", {})
|
|
2468
|
-
.n("ForecastClient", "DescribePredictorCommand")
|
|
2469
|
-
.sc(DescribePredictor$)
|
|
2470
|
-
.build() {
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
class DescribeWhatIfAnalysisCommand extends Command
|
|
2474
|
-
.classBuilder()
|
|
2475
|
-
.ep(commonParams)
|
|
2476
|
-
.m(function (Command, cs, config, o) {
|
|
2477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2478
|
-
})
|
|
2479
|
-
.s("AmazonForecast", "DescribeWhatIfAnalysis", {})
|
|
2480
|
-
.n("ForecastClient", "DescribeWhatIfAnalysisCommand")
|
|
2481
|
-
.sc(DescribeWhatIfAnalysis$)
|
|
2482
|
-
.build() {
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
class DescribeWhatIfForecastCommand extends Command
|
|
2486
|
-
.classBuilder()
|
|
2487
|
-
.ep(commonParams)
|
|
2488
|
-
.m(function (Command, cs, config, o) {
|
|
2489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2490
|
-
})
|
|
2491
|
-
.s("AmazonForecast", "DescribeWhatIfForecast", {})
|
|
2492
|
-
.n("ForecastClient", "DescribeWhatIfForecastCommand")
|
|
2493
|
-
.sc(DescribeWhatIfForecast$)
|
|
2494
|
-
.build() {
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
class DescribeWhatIfForecastExportCommand extends Command
|
|
2498
|
-
.classBuilder()
|
|
2499
|
-
.ep(commonParams)
|
|
2500
|
-
.m(function (Command, cs, config, o) {
|
|
2501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2502
|
-
})
|
|
2503
|
-
.s("AmazonForecast", "DescribeWhatIfForecastExport", {})
|
|
2504
|
-
.n("ForecastClient", "DescribeWhatIfForecastExportCommand")
|
|
2505
|
-
.sc(DescribeWhatIfForecastExport$)
|
|
2506
|
-
.build() {
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
|
-
class GetAccuracyMetricsCommand extends Command
|
|
2510
|
-
.classBuilder()
|
|
2511
|
-
.ep(commonParams)
|
|
2512
|
-
.m(function (Command, cs, config, o) {
|
|
2513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2514
|
-
})
|
|
2515
|
-
.s("AmazonForecast", "GetAccuracyMetrics", {})
|
|
2516
|
-
.n("ForecastClient", "GetAccuracyMetricsCommand")
|
|
2517
|
-
.sc(GetAccuracyMetrics$)
|
|
2518
|
-
.build() {
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
class ListDatasetGroupsCommand extends Command
|
|
2522
|
-
.classBuilder()
|
|
2523
|
-
.ep(commonParams)
|
|
2524
|
-
.m(function (Command, cs, config, o) {
|
|
2525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2526
|
-
})
|
|
2527
|
-
.s("AmazonForecast", "ListDatasetGroups", {})
|
|
2528
|
-
.n("ForecastClient", "ListDatasetGroupsCommand")
|
|
2529
|
-
.sc(ListDatasetGroups$)
|
|
2530
|
-
.build() {
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
|
-
class ListDatasetImportJobsCommand extends Command
|
|
2534
|
-
.classBuilder()
|
|
2535
|
-
.ep(commonParams)
|
|
2536
|
-
.m(function (Command, cs, config, o) {
|
|
2537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2538
|
-
})
|
|
2539
|
-
.s("AmazonForecast", "ListDatasetImportJobs", {})
|
|
2540
|
-
.n("ForecastClient", "ListDatasetImportJobsCommand")
|
|
2541
|
-
.sc(ListDatasetImportJobs$)
|
|
2542
|
-
.build() {
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
|
-
class ListDatasetsCommand extends Command
|
|
2546
|
-
.classBuilder()
|
|
2547
|
-
.ep(commonParams)
|
|
2548
|
-
.m(function (Command, cs, config, o) {
|
|
2549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2550
|
-
})
|
|
2551
|
-
.s("AmazonForecast", "ListDatasets", {})
|
|
2552
|
-
.n("ForecastClient", "ListDatasetsCommand")
|
|
2553
|
-
.sc(ListDatasets$)
|
|
2554
|
-
.build() {
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
class ListExplainabilitiesCommand extends Command
|
|
2558
|
-
.classBuilder()
|
|
2559
|
-
.ep(commonParams)
|
|
2560
|
-
.m(function (Command, cs, config, o) {
|
|
2561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2562
|
-
})
|
|
2563
|
-
.s("AmazonForecast", "ListExplainabilities", {})
|
|
2564
|
-
.n("ForecastClient", "ListExplainabilitiesCommand")
|
|
2565
|
-
.sc(ListExplainabilities$)
|
|
2566
|
-
.build() {
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
class ListExplainabilityExportsCommand extends Command
|
|
2570
|
-
.classBuilder()
|
|
2571
|
-
.ep(commonParams)
|
|
2572
|
-
.m(function (Command, cs, config, o) {
|
|
2573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2574
|
-
})
|
|
2575
|
-
.s("AmazonForecast", "ListExplainabilityExports", {})
|
|
2576
|
-
.n("ForecastClient", "ListExplainabilityExportsCommand")
|
|
2577
|
-
.sc(ListExplainabilityExports$)
|
|
2578
|
-
.build() {
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
class ListForecastExportJobsCommand extends Command
|
|
2582
|
-
.classBuilder()
|
|
2583
|
-
.ep(commonParams)
|
|
2584
|
-
.m(function (Command, cs, config, o) {
|
|
2585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2586
|
-
})
|
|
2587
|
-
.s("AmazonForecast", "ListForecastExportJobs", {})
|
|
2588
|
-
.n("ForecastClient", "ListForecastExportJobsCommand")
|
|
2589
|
-
.sc(ListForecastExportJobs$)
|
|
2590
|
-
.build() {
|
|
2591
|
-
}
|
|
2592
|
-
|
|
2593
|
-
class ListForecastsCommand extends Command
|
|
2594
|
-
.classBuilder()
|
|
2595
|
-
.ep(commonParams)
|
|
2596
|
-
.m(function (Command, cs, config, o) {
|
|
2597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2598
|
-
})
|
|
2599
|
-
.s("AmazonForecast", "ListForecasts", {})
|
|
2600
|
-
.n("ForecastClient", "ListForecastsCommand")
|
|
2601
|
-
.sc(ListForecasts$)
|
|
2602
|
-
.build() {
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
class ListMonitorEvaluationsCommand extends Command
|
|
2606
|
-
.classBuilder()
|
|
2607
|
-
.ep(commonParams)
|
|
2608
|
-
.m(function (Command, cs, config, o) {
|
|
2609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2610
|
-
})
|
|
2611
|
-
.s("AmazonForecast", "ListMonitorEvaluations", {})
|
|
2612
|
-
.n("ForecastClient", "ListMonitorEvaluationsCommand")
|
|
2613
|
-
.sc(ListMonitorEvaluations$)
|
|
2614
|
-
.build() {
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
class ListMonitorsCommand extends Command
|
|
2618
|
-
.classBuilder()
|
|
2619
|
-
.ep(commonParams)
|
|
2620
|
-
.m(function (Command, cs, config, o) {
|
|
2621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2622
|
-
})
|
|
2623
|
-
.s("AmazonForecast", "ListMonitors", {})
|
|
2624
|
-
.n("ForecastClient", "ListMonitorsCommand")
|
|
2625
|
-
.sc(ListMonitors$)
|
|
2626
|
-
.build() {
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
class ListPredictorBacktestExportJobsCommand extends Command
|
|
2630
|
-
.classBuilder()
|
|
2631
|
-
.ep(commonParams)
|
|
2632
|
-
.m(function (Command, cs, config, o) {
|
|
2633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2634
|
-
})
|
|
2635
|
-
.s("AmazonForecast", "ListPredictorBacktestExportJobs", {})
|
|
2636
|
-
.n("ForecastClient", "ListPredictorBacktestExportJobsCommand")
|
|
2637
|
-
.sc(ListPredictorBacktestExportJobs$)
|
|
2638
|
-
.build() {
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
class ListPredictorsCommand extends Command
|
|
2642
|
-
.classBuilder()
|
|
2643
|
-
.ep(commonParams)
|
|
2644
|
-
.m(function (Command, cs, config, o) {
|
|
2645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2646
|
-
})
|
|
2647
|
-
.s("AmazonForecast", "ListPredictors", {})
|
|
2648
|
-
.n("ForecastClient", "ListPredictorsCommand")
|
|
2649
|
-
.sc(ListPredictors$)
|
|
2650
|
-
.build() {
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
class ListTagsForResourceCommand extends Command
|
|
2654
|
-
.classBuilder()
|
|
2655
|
-
.ep(commonParams)
|
|
2656
|
-
.m(function (Command, cs, config, o) {
|
|
2657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2658
|
-
})
|
|
2659
|
-
.s("AmazonForecast", "ListTagsForResource", {})
|
|
2660
|
-
.n("ForecastClient", "ListTagsForResourceCommand")
|
|
2661
|
-
.sc(ListTagsForResource$)
|
|
2662
|
-
.build() {
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
class ListWhatIfAnalysesCommand extends Command
|
|
2666
|
-
.classBuilder()
|
|
2667
|
-
.ep(commonParams)
|
|
2668
|
-
.m(function (Command, cs, config, o) {
|
|
2669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2670
|
-
})
|
|
2671
|
-
.s("AmazonForecast", "ListWhatIfAnalyses", {})
|
|
2672
|
-
.n("ForecastClient", "ListWhatIfAnalysesCommand")
|
|
2673
|
-
.sc(ListWhatIfAnalyses$)
|
|
2674
|
-
.build() {
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
class ListWhatIfForecastExportsCommand extends Command
|
|
2678
|
-
.classBuilder()
|
|
2679
|
-
.ep(commonParams)
|
|
2680
|
-
.m(function (Command, cs, config, o) {
|
|
2681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2682
|
-
})
|
|
2683
|
-
.s("AmazonForecast", "ListWhatIfForecastExports", {})
|
|
2684
|
-
.n("ForecastClient", "ListWhatIfForecastExportsCommand")
|
|
2685
|
-
.sc(ListWhatIfForecastExports$)
|
|
2686
|
-
.build() {
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
class ListWhatIfForecastsCommand extends Command
|
|
2690
|
-
.classBuilder()
|
|
2691
|
-
.ep(commonParams)
|
|
2692
|
-
.m(function (Command, cs, config, o) {
|
|
2693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2694
|
-
})
|
|
2695
|
-
.s("AmazonForecast", "ListWhatIfForecasts", {})
|
|
2696
|
-
.n("ForecastClient", "ListWhatIfForecastsCommand")
|
|
2697
|
-
.sc(ListWhatIfForecasts$)
|
|
2698
|
-
.build() {
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
class ResumeResourceCommand extends Command
|
|
2702
|
-
.classBuilder()
|
|
2703
|
-
.ep(commonParams)
|
|
2704
|
-
.m(function (Command, cs, config, o) {
|
|
2705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2706
|
-
})
|
|
2707
|
-
.s("AmazonForecast", "ResumeResource", {})
|
|
2708
|
-
.n("ForecastClient", "ResumeResourceCommand")
|
|
2709
|
-
.sc(ResumeResource$)
|
|
2710
|
-
.build() {
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
class StopResourceCommand extends Command
|
|
2714
|
-
.classBuilder()
|
|
2715
|
-
.ep(commonParams)
|
|
2716
|
-
.m(function (Command, cs, config, o) {
|
|
2717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2718
|
-
})
|
|
2719
|
-
.s("AmazonForecast", "StopResource", {})
|
|
2720
|
-
.n("ForecastClient", "StopResourceCommand")
|
|
2721
|
-
.sc(StopResource$)
|
|
2722
|
-
.build() {
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
class TagResourceCommand extends Command
|
|
2726
|
-
.classBuilder()
|
|
2727
|
-
.ep(commonParams)
|
|
2728
|
-
.m(function (Command, cs, config, o) {
|
|
2729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2730
|
-
})
|
|
2731
|
-
.s("AmazonForecast", "TagResource", {})
|
|
2732
|
-
.n("ForecastClient", "TagResourceCommand")
|
|
2733
|
-
.sc(TagResource$)
|
|
2734
|
-
.build() {
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
class UntagResourceCommand extends Command
|
|
2738
|
-
.classBuilder()
|
|
2739
|
-
.ep(commonParams)
|
|
2740
|
-
.m(function (Command, cs, config, o) {
|
|
2741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2742
|
-
})
|
|
2743
|
-
.s("AmazonForecast", "UntagResource", {})
|
|
2744
|
-
.n("ForecastClient", "UntagResourceCommand")
|
|
2745
|
-
.sc(UntagResource$)
|
|
2746
|
-
.build() {
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
class UpdateDatasetGroupCommand extends Command
|
|
2750
|
-
.classBuilder()
|
|
2751
|
-
.ep(commonParams)
|
|
2752
|
-
.m(function (Command, cs, config, o) {
|
|
2753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2754
|
-
})
|
|
2755
|
-
.s("AmazonForecast", "UpdateDatasetGroup", {})
|
|
2756
|
-
.n("ForecastClient", "UpdateDatasetGroupCommand")
|
|
2757
|
-
.sc(UpdateDatasetGroup$)
|
|
2758
|
-
.build() {
|
|
2006
|
+
const command = makeBuilder(commonParams, "AmazonForecast", "ForecastClient", getEndpointPlugin);
|
|
2007
|
+
const _ep0 = {};
|
|
2008
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2009
|
+
|
|
2010
|
+
class CreateAutoPredictorCommand extends command(_ep0, _mw0, "CreateAutoPredictor", CreateAutoPredictor$) {
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
class CreateDatasetGroupCommand extends command(_ep0, _mw0, "CreateDatasetGroup", CreateDatasetGroup$) {
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
class CreateDatasetImportJobCommand extends command(_ep0, _mw0, "CreateDatasetImportJob", CreateDatasetImportJob$) {
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
class CreateExplainabilityCommand extends command(_ep0, _mw0, "CreateExplainability", CreateExplainability$) {
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
class CreateExplainabilityExportCommand extends command(_ep0, _mw0, "CreateExplainabilityExport", CreateExplainabilityExport$) {
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
class CreateForecastCommand extends command(_ep0, _mw0, "CreateForecast", CreateForecast$) {
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
class CreateForecastExportJobCommand extends command(_ep0, _mw0, "CreateForecastExportJob", CreateForecastExportJob$) {
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
class CreateMonitorCommand extends command(_ep0, _mw0, "CreateMonitor", CreateMonitor$) {
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
class CreatePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "CreatePredictorBacktestExportJob", CreatePredictorBacktestExportJob$) {
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
class CreatePredictorCommand extends command(_ep0, _mw0, "CreatePredictor", CreatePredictor$) {
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
class CreateWhatIfAnalysisCommand extends command(_ep0, _mw0, "CreateWhatIfAnalysis", CreateWhatIfAnalysis$) {
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
class CreateWhatIfForecastCommand extends command(_ep0, _mw0, "CreateWhatIfForecast", CreateWhatIfForecast$) {
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
class CreateWhatIfForecastExportCommand extends command(_ep0, _mw0, "CreateWhatIfForecastExport", CreateWhatIfForecastExport$) {
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
class DeleteDatasetGroupCommand extends command(_ep0, _mw0, "DeleteDatasetGroup", DeleteDatasetGroup$) {
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
class DeleteDatasetImportJobCommand extends command(_ep0, _mw0, "DeleteDatasetImportJob", DeleteDatasetImportJob$) {
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
class DeleteExplainabilityCommand extends command(_ep0, _mw0, "DeleteExplainability", DeleteExplainability$) {
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
class DeleteExplainabilityExportCommand extends command(_ep0, _mw0, "DeleteExplainabilityExport", DeleteExplainabilityExport$) {
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
class DeleteForecastCommand extends command(_ep0, _mw0, "DeleteForecast", DeleteForecast$) {
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
class DeleteForecastExportJobCommand extends command(_ep0, _mw0, "DeleteForecastExportJob", DeleteForecastExportJob$) {
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
class DeleteMonitorCommand extends command(_ep0, _mw0, "DeleteMonitor", DeleteMonitor$) {
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
class DeletePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "DeletePredictorBacktestExportJob", DeletePredictorBacktestExportJob$) {
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
class DeletePredictorCommand extends command(_ep0, _mw0, "DeletePredictor", DeletePredictor$) {
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
class DeleteResourceTreeCommand extends command(_ep0, _mw0, "DeleteResourceTree", DeleteResourceTree$) {
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
class DeleteWhatIfAnalysisCommand extends command(_ep0, _mw0, "DeleteWhatIfAnalysis", DeleteWhatIfAnalysis$) {
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
class DeleteWhatIfForecastCommand extends command(_ep0, _mw0, "DeleteWhatIfForecast", DeleteWhatIfForecast$) {
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
class DeleteWhatIfForecastExportCommand extends command(_ep0, _mw0, "DeleteWhatIfForecastExport", DeleteWhatIfForecastExport$) {
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
class DescribeAutoPredictorCommand extends command(_ep0, _mw0, "DescribeAutoPredictor", DescribeAutoPredictor$) {
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
class DescribeDatasetGroupCommand extends command(_ep0, _mw0, "DescribeDatasetGroup", DescribeDatasetGroup$) {
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
class DescribeDatasetImportJobCommand extends command(_ep0, _mw0, "DescribeDatasetImportJob", DescribeDatasetImportJob$) {
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
class DescribeExplainabilityCommand extends command(_ep0, _mw0, "DescribeExplainability", DescribeExplainability$) {
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
class DescribeExplainabilityExportCommand extends command(_ep0, _mw0, "DescribeExplainabilityExport", DescribeExplainabilityExport$) {
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
class DescribeForecastCommand extends command(_ep0, _mw0, "DescribeForecast", DescribeForecast$) {
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
class DescribeForecastExportJobCommand extends command(_ep0, _mw0, "DescribeForecastExportJob", DescribeForecastExportJob$) {
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
class DescribeMonitorCommand extends command(_ep0, _mw0, "DescribeMonitor", DescribeMonitor$) {
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
class DescribePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "DescribePredictorBacktestExportJob", DescribePredictorBacktestExportJob$) {
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
class DescribePredictorCommand extends command(_ep0, _mw0, "DescribePredictor", DescribePredictor$) {
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
class DescribeWhatIfAnalysisCommand extends command(_ep0, _mw0, "DescribeWhatIfAnalysis", DescribeWhatIfAnalysis$) {
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
class DescribeWhatIfForecastCommand extends command(_ep0, _mw0, "DescribeWhatIfForecast", DescribeWhatIfForecast$) {
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
class DescribeWhatIfForecastExportCommand extends command(_ep0, _mw0, "DescribeWhatIfForecastExport", DescribeWhatIfForecastExport$) {
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
class GetAccuracyMetricsCommand extends command(_ep0, _mw0, "GetAccuracyMetrics", GetAccuracyMetrics$) {
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
class ListDatasetGroupsCommand extends command(_ep0, _mw0, "ListDatasetGroups", ListDatasetGroups$) {
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
class ListDatasetImportJobsCommand extends command(_ep0, _mw0, "ListDatasetImportJobs", ListDatasetImportJobs$) {
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
class ListExplainabilitiesCommand extends command(_ep0, _mw0, "ListExplainabilities", ListExplainabilities$) {
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
class ListExplainabilityExportsCommand extends command(_ep0, _mw0, "ListExplainabilityExports", ListExplainabilityExports$) {
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
class ListForecastExportJobsCommand extends command(_ep0, _mw0, "ListForecastExportJobs", ListForecastExportJobs$) {
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
class ListForecastsCommand extends command(_ep0, _mw0, "ListForecasts", ListForecasts$) {
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
class ListMonitorEvaluationsCommand extends command(_ep0, _mw0, "ListMonitorEvaluations", ListMonitorEvaluations$) {
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
class ListMonitorsCommand extends command(_ep0, _mw0, "ListMonitors", ListMonitors$) {
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
class ListPredictorBacktestExportJobsCommand extends command(_ep0, _mw0, "ListPredictorBacktestExportJobs", ListPredictorBacktestExportJobs$) {
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
class ListPredictorsCommand extends command(_ep0, _mw0, "ListPredictors", ListPredictors$) {
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
class ListWhatIfAnalysesCommand extends command(_ep0, _mw0, "ListWhatIfAnalyses", ListWhatIfAnalyses$) {
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
class ListWhatIfForecastExportsCommand extends command(_ep0, _mw0, "ListWhatIfForecastExports", ListWhatIfForecastExports$) {
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
class ListWhatIfForecastsCommand extends command(_ep0, _mw0, "ListWhatIfForecasts", ListWhatIfForecasts$) {
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
class ResumeResourceCommand extends command(_ep0, _mw0, "ResumeResource", ResumeResource$) {
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
class StopResourceCommand extends command(_ep0, _mw0, "StopResource", StopResource$) {
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
class UpdateDatasetGroupCommand extends command(_ep0, _mw0, "UpdateDatasetGroup", UpdateDatasetGroup$) {
|
|
2759
2197
|
}
|
|
2760
2198
|
|
|
2761
2199
|
const paginateListDatasetGroups = createPaginator(ForecastClient, ListDatasetGroupsCommand, "NextToken", "NextToken", "MaxResults");
|