@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
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeWhatIfAnalysisRequest,
|
|
4
|
-
DescribeWhatIfAnalysisResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeWhatIfAnalysisCommandInput
|
|
8
|
-
extends DescribeWhatIfAnalysisRequest {}
|
|
4
|
+
export interface DescribeWhatIfAnalysisCommandInput extends DescribeWhatIfAnalysisRequest {}
|
|
9
5
|
export interface DescribeWhatIfAnalysisCommandOutput
|
|
10
|
-
extends DescribeWhatIfAnalysisResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeWhatIfAnalysisResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeWhatIfAnalysisCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeWhatIfAnalysisCommandInput
|
|
9
|
+
input: DescribeWhatIfAnalysisCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeWhatIfAnalysisCommandInput,
|
|
17
12
|
DescribeWhatIfAnalysisCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeWhatIfAnalysisCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeWhatIfAnalysisCommandInput
|
|
18
|
+
input: DescribeWhatIfAnalysisCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeWhatIfAnalysisCommandInput,
|
|
26
21
|
DescribeWhatIfAnalysisCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeWhatIfForecastRequest,
|
|
4
|
-
DescribeWhatIfForecastResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeWhatIfForecastRequest, DescribeWhatIfForecastResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeWhatIfForecastCommandInput
|
|
8
|
-
extends DescribeWhatIfForecastRequest {}
|
|
4
|
+
export interface DescribeWhatIfForecastCommandInput extends DescribeWhatIfForecastRequest {}
|
|
9
5
|
export interface DescribeWhatIfForecastCommandOutput
|
|
10
|
-
extends DescribeWhatIfForecastResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeWhatIfForecastResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeWhatIfForecastCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeWhatIfForecastCommandInput
|
|
9
|
+
input: DescribeWhatIfForecastCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeWhatIfForecastCommandInput,
|
|
17
12
|
DescribeWhatIfForecastCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeWhatIfForecastCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeWhatIfForecastCommandInput
|
|
18
|
+
input: DescribeWhatIfForecastCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeWhatIfForecastCommandInput,
|
|
26
21
|
DescribeWhatIfForecastCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeWhatIfForecastExportResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeWhatIfForecastExportCommandInput
|
|
8
|
-
extends DescribeWhatIfForecastExportRequest {}
|
|
7
|
+
export interface DescribeWhatIfForecastExportCommandInput extends DescribeWhatIfForecastExportRequest {}
|
|
9
8
|
export interface DescribeWhatIfForecastExportCommandOutput
|
|
10
|
-
extends DescribeWhatIfForecastExportResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeWhatIfForecastExportResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeWhatIfForecastExportCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeWhatIfForecastExportCommandInput
|
|
12
|
+
input: DescribeWhatIfForecastExportCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeWhatIfForecastExportCommandInput,
|
|
17
15
|
DescribeWhatIfForecastExportCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeWhatIfForecastExportCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeWhatIfForecastExportCommandInput
|
|
21
|
+
input: DescribeWhatIfForecastExportCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeWhatIfForecastExportCommandInput,
|
|
26
24
|
DescribeWhatIfForecastExportCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAccuracyMetricsRequest,
|
|
4
|
-
GetAccuracyMetricsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAccuracyMetricsRequest, GetAccuracyMetricsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAccuracyMetricsCommandInput
|
|
8
|
-
extends GetAccuracyMetricsRequest {}
|
|
4
|
+
export interface GetAccuracyMetricsCommandInput extends GetAccuracyMetricsRequest {}
|
|
9
5
|
export interface GetAccuracyMetricsCommandOutput
|
|
10
|
-
extends GetAccuracyMetricsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAccuracyMetricsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetAccuracyMetricsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAccuracyMetricsCommandInput
|
|
9
|
+
input: GetAccuracyMetricsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAccuracyMetricsCommandInput,
|
|
17
12
|
GetAccuracyMetricsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetAccuracyMetricsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetAccuracyMetricsCommandInput
|
|
18
|
+
input: GetAccuracyMetricsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetAccuracyMetricsCommandInput,
|
|
26
21
|
GetAccuracyMetricsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDatasetGroupsRequest,
|
|
4
|
-
ListDatasetGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDatasetGroupsCommandInput
|
|
8
|
-
extends ListDatasetGroupsRequest {}
|
|
4
|
+
export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest {}
|
|
9
5
|
export interface ListDatasetGroupsCommandOutput
|
|
10
|
-
extends ListDatasetGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDatasetGroupsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDatasetGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDatasetGroupsCommandInput
|
|
9
|
+
input: ListDatasetGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDatasetGroupsCommandInput,
|
|
17
12
|
ListDatasetGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDatasetImportJobsRequest,
|
|
4
|
-
ListDatasetImportJobsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDatasetImportJobsCommandInput
|
|
8
|
-
extends ListDatasetImportJobsRequest {}
|
|
4
|
+
export interface ListDatasetImportJobsCommandInput extends ListDatasetImportJobsRequest {}
|
|
9
5
|
export interface ListDatasetImportJobsCommandOutput
|
|
10
|
-
extends ListDatasetImportJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDatasetImportJobsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDatasetImportJobsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDatasetImportJobsCommandInput
|
|
9
|
+
input: ListDatasetImportJobsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDatasetImportJobsCommandInput,
|
|
17
12
|
ListDatasetImportJobsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
5
|
-
export interface ListDatasetsCommandOutput
|
|
6
|
-
extends ListDatasetsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListDatasetsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDatasetsCommandInput
|
|
8
|
+
input: ListDatasetsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDatasetsCommandInput,
|
|
13
11
|
ListDatasetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListExplainabilitiesRequest,
|
|
4
|
-
ListExplainabilitiesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListExplainabilitiesRequest, ListExplainabilitiesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListExplainabilitiesCommandInput
|
|
8
|
-
extends ListExplainabilitiesRequest {}
|
|
4
|
+
export interface ListExplainabilitiesCommandInput extends ListExplainabilitiesRequest {}
|
|
9
5
|
export interface ListExplainabilitiesCommandOutput
|
|
10
|
-
extends ListExplainabilitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListExplainabilitiesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListExplainabilitiesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListExplainabilitiesCommandInput
|
|
9
|
+
input: ListExplainabilitiesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListExplainabilitiesCommandInput,
|
|
17
12
|
ListExplainabilitiesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListExplainabilityExportsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListExplainabilityExportsCommandInput
|
|
8
|
-
extends ListExplainabilityExportsRequest {}
|
|
7
|
+
export interface ListExplainabilityExportsCommandInput extends ListExplainabilityExportsRequest {}
|
|
9
8
|
export interface ListExplainabilityExportsCommandOutput
|
|
10
|
-
extends ListExplainabilityExportsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListExplainabilityExportsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListExplainabilityExportsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListExplainabilityExportsCommandInput
|
|
12
|
+
input: ListExplainabilityExportsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListExplainabilityExportsCommandInput,
|
|
17
15
|
ListExplainabilityExportsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListForecastExportJobsRequest,
|
|
4
|
-
ListForecastExportJobsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListForecastExportJobsRequest, ListForecastExportJobsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListForecastExportJobsCommandInput
|
|
8
|
-
extends ListForecastExportJobsRequest {}
|
|
4
|
+
export interface ListForecastExportJobsCommandInput extends ListForecastExportJobsRequest {}
|
|
9
5
|
export interface ListForecastExportJobsCommandOutput
|
|
10
|
-
extends ListForecastExportJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListForecastExportJobsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListForecastExportJobsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListForecastExportJobsCommandInput
|
|
9
|
+
input: ListForecastExportJobsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListForecastExportJobsCommandInput,
|
|
17
12
|
ListForecastExportJobsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListForecastsRequest,
|
|
4
|
-
ListForecastsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListForecastsRequest, ListForecastsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListForecastsCommandInput extends ListForecastsRequest {}
|
|
8
|
-
export interface ListForecastsCommandOutput
|
|
9
|
-
extends ListForecastsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListForecastsCommandOutput extends ListForecastsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListForecastsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListForecastsCommandInput
|
|
8
|
+
input: ListForecastsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListForecastsCommandInput,
|
|
16
11
|
ListForecastsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMonitorEvaluationsRequest,
|
|
4
|
-
ListMonitorEvaluationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMonitorEvaluationsRequest, ListMonitorEvaluationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMonitorEvaluationsCommandInput
|
|
8
|
-
extends ListMonitorEvaluationsRequest {}
|
|
4
|
+
export interface ListMonitorEvaluationsCommandInput extends ListMonitorEvaluationsRequest {}
|
|
9
5
|
export interface ListMonitorEvaluationsCommandOutput
|
|
10
|
-
extends ListMonitorEvaluationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListMonitorEvaluationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListMonitorEvaluationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListMonitorEvaluationsCommandInput
|
|
9
|
+
input: ListMonitorEvaluationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListMonitorEvaluationsCommandInput,
|
|
17
12
|
ListMonitorEvaluationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListMonitorEvaluationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListMonitorEvaluationsCommandInput
|
|
18
|
+
input: ListMonitorEvaluationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListMonitorEvaluationsCommandInput,
|
|
26
21
|
ListMonitorEvaluationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListMonitorsCommandInput extends ListMonitorsRequest {}
|
|
5
|
-
export interface ListMonitorsCommandOutput
|
|
6
|
-
extends ListMonitorsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListMonitorsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListMonitorsCommandInput
|
|
8
|
+
input: ListMonitorsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListMonitorsCommandInput,
|
|
13
11
|
ListMonitorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPredictorBacktestExportJobsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPredictorBacktestExportJobsCommandInput
|
|
8
|
-
extends ListPredictorBacktestExportJobsRequest {}
|
|
7
|
+
export interface ListPredictorBacktestExportJobsCommandInput extends ListPredictorBacktestExportJobsRequest {}
|
|
9
8
|
export interface ListPredictorBacktestExportJobsCommandOutput
|
|
10
|
-
extends ListPredictorBacktestExportJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPredictorBacktestExportJobsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPredictorBacktestExportJobsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPredictorBacktestExportJobsCommandInput
|
|
12
|
+
input: ListPredictorBacktestExportJobsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPredictorBacktestExportJobsCommandInput,
|
|
17
15
|
ListPredictorBacktestExportJobsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPredictorsRequest,
|
|
4
|
-
ListPredictorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPredictorsRequest, ListPredictorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListPredictorsCommandInput extends ListPredictorsRequest {}
|
|
8
|
-
export interface ListPredictorsCommandOutput
|
|
9
|
-
extends ListPredictorsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListPredictorsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListPredictorsCommandInput
|
|
8
|
+
input: ListPredictorsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListPredictorsCommandInput,
|
|
16
11
|
ListPredictorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListWhatIfAnalysesRequest,
|
|
4
|
-
ListWhatIfAnalysesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListWhatIfAnalysesRequest, ListWhatIfAnalysesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListWhatIfAnalysesCommandInput
|
|
8
|
-
extends ListWhatIfAnalysesRequest {}
|
|
4
|
+
export interface ListWhatIfAnalysesCommandInput extends ListWhatIfAnalysesRequest {}
|
|
9
5
|
export interface ListWhatIfAnalysesCommandOutput
|
|
10
|
-
extends ListWhatIfAnalysesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListWhatIfAnalysesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListWhatIfAnalysesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListWhatIfAnalysesCommandInput
|
|
9
|
+
input: ListWhatIfAnalysesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListWhatIfAnalysesCommandInput,
|
|
17
12
|
ListWhatIfAnalysesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListWhatIfForecastExportsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListWhatIfForecastExportsCommandInput
|
|
8
|
-
extends ListWhatIfForecastExportsRequest {}
|
|
7
|
+
export interface ListWhatIfForecastExportsCommandInput extends ListWhatIfForecastExportsRequest {}
|
|
9
8
|
export interface ListWhatIfForecastExportsCommandOutput
|
|
10
|
-
extends ListWhatIfForecastExportsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListWhatIfForecastExportsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListWhatIfForecastExportsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListWhatIfForecastExportsCommandInput
|
|
12
|
+
input: ListWhatIfForecastExportsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListWhatIfForecastExportsCommandInput,
|
|
17
15
|
ListWhatIfForecastExportsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListWhatIfForecastsRequest,
|
|
4
|
-
ListWhatIfForecastsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListWhatIfForecastsRequest, ListWhatIfForecastsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListWhatIfForecastsCommandInput
|
|
8
|
-
extends ListWhatIfForecastsRequest {}
|
|
4
|
+
export interface ListWhatIfForecastsCommandInput extends ListWhatIfForecastsRequest {}
|
|
9
5
|
export interface ListWhatIfForecastsCommandOutput
|
|
10
|
-
extends ListWhatIfForecastsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListWhatIfForecastsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListWhatIfForecastsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListWhatIfForecastsCommandInput
|
|
9
|
+
input: ListWhatIfForecastsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListWhatIfForecastsCommandInput,
|
|
17
12
|
ListWhatIfForecastsCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface ResumeResourceCommandInput extends ResumeResourceRequest {}
|
|
|
5
5
|
export interface ResumeResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const ResumeResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: ResumeResourceCommandInput
|
|
8
|
+
input: ResumeResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ResumeResourceCommandInput,
|
|
11
11
|
ResumeResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const ResumeResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: ResumeResourceCommandInput
|
|
17
|
+
input: ResumeResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ResumeResourceCommandInput,
|
|
20
20
|
ResumeResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface StopResourceCommandInput extends StopResourceRequest {}
|
|
|
5
5
|
export interface StopResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const StopResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: StopResourceCommandInput
|
|
8
|
+
input: StopResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
StopResourceCommandInput,
|
|
11
11
|
StopResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const StopResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: StopResourceCommandInput
|
|
17
|
+
input: StopResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StopResourceCommandInput,
|
|
20
20
|
StopResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDatasetGroupRequest,
|
|
4
|
-
UpdateDatasetGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDatasetGroupRequest, UpdateDatasetGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDatasetGroupCommandInput
|
|
8
|
-
extends UpdateDatasetGroupRequest {}
|
|
4
|
+
export interface UpdateDatasetGroupCommandInput extends UpdateDatasetGroupRequest {}
|
|
9
5
|
export interface UpdateDatasetGroupCommandOutput
|
|
10
|
-
extends UpdateDatasetGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateDatasetGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateDatasetGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateDatasetGroupCommandInput
|
|
9
|
+
input: UpdateDatasetGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateDatasetGroupCommandInput,
|
|
17
12
|
UpdateDatasetGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateDatasetGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateDatasetGroupCommandInput
|
|
18
|
+
input: UpdateDatasetGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateDatasetGroupCommandInput,
|
|
26
21
|
UpdateDatasetGroupCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ForecastExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -12,8 +12,7 @@ export declare const OptimizationMetric: {
|
|
|
12
12
|
readonly RMSE: "RMSE";
|
|
13
13
|
readonly WAPE: "WAPE";
|
|
14
14
|
};
|
|
15
|
-
export type OptimizationMetric =
|
|
16
|
-
(typeof OptimizationMetric)[keyof typeof OptimizationMetric];
|
|
15
|
+
export type OptimizationMetric = (typeof OptimizationMetric)[keyof typeof OptimizationMetric];
|
|
17
16
|
export declare const DayOfWeek: {
|
|
18
17
|
readonly FRIDAY: "FRIDAY";
|
|
19
18
|
readonly MONDAY: "MONDAY";
|
|
@@ -72,8 +71,7 @@ export declare const TimePointGranularity: {
|
|
|
72
71
|
readonly ALL: "ALL";
|
|
73
72
|
readonly SPECIFIC: "SPECIFIC";
|
|
74
73
|
};
|
|
75
|
-
export type TimePointGranularity =
|
|
76
|
-
(typeof TimePointGranularity)[keyof typeof TimePointGranularity];
|
|
74
|
+
export type TimePointGranularity = (typeof TimePointGranularity)[keyof typeof TimePointGranularity];
|
|
77
75
|
export declare const TimeSeriesGranularity: {
|
|
78
76
|
readonly ALL: "ALL";
|
|
79
77
|
readonly SPECIFIC: "SPECIFIC";
|
|
@@ -114,8 +112,7 @@ export declare const EvaluationType: {
|
|
|
114
112
|
readonly COMPUTED: "COMPUTED";
|
|
115
113
|
readonly SUMMARY: "SUMMARY";
|
|
116
114
|
};
|
|
117
|
-
export type EvaluationType =
|
|
118
|
-
(typeof EvaluationType)[keyof typeof EvaluationType];
|
|
115
|
+
export type EvaluationType = (typeof EvaluationType)[keyof typeof EvaluationType];
|
|
119
116
|
export declare const FilterConditionString: {
|
|
120
117
|
readonly IS: "IS";
|
|
121
118
|
readonly IS_NOT: "IS_NOT";
|