@aws-sdk/client-personalize 3.1076.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 +222 -855
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +2 -14
- package/dist-es/commands/CreateCampaignCommand.js +2 -14
- package/dist-es/commands/CreateDataDeletionJobCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDatasetExportJobCommand.js +2 -14
- package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
- package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/CreateEventTrackerCommand.js +2 -14
- package/dist-es/commands/CreateFilterCommand.js +2 -14
- package/dist-es/commands/CreateMetricAttributionCommand.js +2 -14
- package/dist-es/commands/CreateRecommenderCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/CreateSolutionCommand.js +2 -14
- package/dist-es/commands/CreateSolutionVersionCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEventTrackerCommand.js +2 -14
- package/dist-es/commands/DeleteFilterCommand.js +2 -14
- package/dist-es/commands/DeleteMetricAttributionCommand.js +2 -14
- package/dist-es/commands/DeleteRecommenderCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteSolutionCommand.js +2 -14
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -14
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +2 -14
- package/dist-es/commands/DescribeCampaignCommand.js +2 -14
- package/dist-es/commands/DescribeDataDeletionJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DescribeEventTrackerCommand.js +2 -14
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +2 -14
- package/dist-es/commands/DescribeFilterCommand.js +2 -14
- package/dist-es/commands/DescribeMetricAttributionCommand.js +2 -14
- package/dist-es/commands/DescribeRecipeCommand.js +2 -14
- package/dist-es/commands/DescribeRecommenderCommand.js +2 -14
- package/dist-es/commands/DescribeSchemaCommand.js +2 -14
- package/dist-es/commands/DescribeSolutionCommand.js +2 -14
- package/dist-es/commands/DescribeSolutionVersionCommand.js +2 -14
- package/dist-es/commands/GetSolutionMetricsCommand.js +2 -14
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +2 -14
- package/dist-es/commands/ListCampaignsCommand.js +2 -14
- package/dist-es/commands/ListDataDeletionJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetExportJobsCommand.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/ListEventTrackersCommand.js +2 -14
- package/dist-es/commands/ListFiltersCommand.js +2 -14
- package/dist-es/commands/ListMetricAttributionMetricsCommand.js +2 -14
- package/dist-es/commands/ListMetricAttributionsCommand.js +2 -14
- package/dist-es/commands/ListRecipesCommand.js +2 -14
- package/dist-es/commands/ListRecommendersCommand.js +2 -14
- package/dist-es/commands/ListSchemasCommand.js +2 -14
- package/dist-es/commands/ListSolutionVersionsCommand.js +2 -14
- package/dist-es/commands/ListSolutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartRecommenderCommand.js +2 -14
- package/dist-es/commands/StopRecommenderCommand.js +2 -14
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetCommand.js +2 -14
- package/dist-es/commands/UpdateMetricAttributionCommand.js +2 -14
- package/dist-es/commands/UpdateRecommenderCommand.js +2 -14
- package/dist-es/commands/UpdateSolutionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetExportJobCommand.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/CreateEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/CreateRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolutionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommand.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/DeleteEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetExportJobCommand.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/DescribeEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFilterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSolutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetExportJobsCommand.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/ListEventTrackersCommand.d.ts +3 -8
- package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendersCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/StopRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/StopSolutionVersionCreationCommand.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/UpdateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolutionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.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/CreateEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.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/DeleteEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.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/DescribeEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.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/ListEventTrackersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.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/UpdateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultPersonalizeHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2132,6 +2134,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2132
2134
|
serviceTarget: "AmazonPersonalize",
|
|
2133
2135
|
},
|
|
2134
2136
|
serviceId: config?.serviceId ?? "Personalize",
|
|
2137
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2135
2138
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2136
2139
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2137
2140
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2165,7 +2168,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2165
2168
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2166
2169
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2167
2170
|
}, config),
|
|
2168
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2169
2171
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2170
2172
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2171
2173
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2253,856 +2255,221 @@ class PersonalizeClient extends Client {
|
|
|
2253
2255
|
}
|
|
2254
2256
|
}
|
|
2255
2257
|
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
}
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
class DeleteEventTrackerCommand extends Command
|
|
2473
|
-
.classBuilder()
|
|
2474
|
-
.ep(commonParams)
|
|
2475
|
-
.m(function (Command, cs, config, o) {
|
|
2476
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2477
|
-
})
|
|
2478
|
-
.s("AmazonPersonalize", "DeleteEventTracker", {})
|
|
2479
|
-
.n("PersonalizeClient", "DeleteEventTrackerCommand")
|
|
2480
|
-
.sc(DeleteEventTracker$)
|
|
2481
|
-
.build() {
|
|
2482
|
-
}
|
|
2483
|
-
|
|
2484
|
-
class DeleteFilterCommand extends Command
|
|
2485
|
-
.classBuilder()
|
|
2486
|
-
.ep(commonParams)
|
|
2487
|
-
.m(function (Command, cs, config, o) {
|
|
2488
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2489
|
-
})
|
|
2490
|
-
.s("AmazonPersonalize", "DeleteFilter", {})
|
|
2491
|
-
.n("PersonalizeClient", "DeleteFilterCommand")
|
|
2492
|
-
.sc(DeleteFilter$)
|
|
2493
|
-
.build() {
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
class DeleteMetricAttributionCommand extends Command
|
|
2497
|
-
.classBuilder()
|
|
2498
|
-
.ep(commonParams)
|
|
2499
|
-
.m(function (Command, cs, config, o) {
|
|
2500
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2501
|
-
})
|
|
2502
|
-
.s("AmazonPersonalize", "DeleteMetricAttribution", {})
|
|
2503
|
-
.n("PersonalizeClient", "DeleteMetricAttributionCommand")
|
|
2504
|
-
.sc(DeleteMetricAttribution$)
|
|
2505
|
-
.build() {
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
|
-
class DeleteRecommenderCommand extends Command
|
|
2509
|
-
.classBuilder()
|
|
2510
|
-
.ep(commonParams)
|
|
2511
|
-
.m(function (Command, cs, config, o) {
|
|
2512
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2513
|
-
})
|
|
2514
|
-
.s("AmazonPersonalize", "DeleteRecommender", {})
|
|
2515
|
-
.n("PersonalizeClient", "DeleteRecommenderCommand")
|
|
2516
|
-
.sc(DeleteRecommender$)
|
|
2517
|
-
.build() {
|
|
2518
|
-
}
|
|
2519
|
-
|
|
2520
|
-
class DeleteSchemaCommand extends Command
|
|
2521
|
-
.classBuilder()
|
|
2522
|
-
.ep(commonParams)
|
|
2523
|
-
.m(function (Command, cs, config, o) {
|
|
2524
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2525
|
-
})
|
|
2526
|
-
.s("AmazonPersonalize", "DeleteSchema", {})
|
|
2527
|
-
.n("PersonalizeClient", "DeleteSchemaCommand")
|
|
2528
|
-
.sc(DeleteSchema$)
|
|
2529
|
-
.build() {
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
class DeleteSolutionCommand extends Command
|
|
2533
|
-
.classBuilder()
|
|
2534
|
-
.ep(commonParams)
|
|
2535
|
-
.m(function (Command, cs, config, o) {
|
|
2536
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2537
|
-
})
|
|
2538
|
-
.s("AmazonPersonalize", "DeleteSolution", {})
|
|
2539
|
-
.n("PersonalizeClient", "DeleteSolutionCommand")
|
|
2540
|
-
.sc(DeleteSolution$)
|
|
2541
|
-
.build() {
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
class DescribeAlgorithmCommand extends Command
|
|
2545
|
-
.classBuilder()
|
|
2546
|
-
.ep(commonParams)
|
|
2547
|
-
.m(function (Command, cs, config, o) {
|
|
2548
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2549
|
-
})
|
|
2550
|
-
.s("AmazonPersonalize", "DescribeAlgorithm", {})
|
|
2551
|
-
.n("PersonalizeClient", "DescribeAlgorithmCommand")
|
|
2552
|
-
.sc(DescribeAlgorithm$)
|
|
2553
|
-
.build() {
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
|
-
class DescribeBatchInferenceJobCommand extends Command
|
|
2557
|
-
.classBuilder()
|
|
2558
|
-
.ep(commonParams)
|
|
2559
|
-
.m(function (Command, cs, config, o) {
|
|
2560
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2561
|
-
})
|
|
2562
|
-
.s("AmazonPersonalize", "DescribeBatchInferenceJob", {})
|
|
2563
|
-
.n("PersonalizeClient", "DescribeBatchInferenceJobCommand")
|
|
2564
|
-
.sc(DescribeBatchInferenceJob$)
|
|
2565
|
-
.build() {
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
class DescribeBatchSegmentJobCommand extends Command
|
|
2569
|
-
.classBuilder()
|
|
2570
|
-
.ep(commonParams)
|
|
2571
|
-
.m(function (Command, cs, config, o) {
|
|
2572
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2573
|
-
})
|
|
2574
|
-
.s("AmazonPersonalize", "DescribeBatchSegmentJob", {})
|
|
2575
|
-
.n("PersonalizeClient", "DescribeBatchSegmentJobCommand")
|
|
2576
|
-
.sc(DescribeBatchSegmentJob$)
|
|
2577
|
-
.build() {
|
|
2578
|
-
}
|
|
2579
|
-
|
|
2580
|
-
class DescribeCampaignCommand extends Command
|
|
2581
|
-
.classBuilder()
|
|
2582
|
-
.ep(commonParams)
|
|
2583
|
-
.m(function (Command, cs, config, o) {
|
|
2584
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2585
|
-
})
|
|
2586
|
-
.s("AmazonPersonalize", "DescribeCampaign", {})
|
|
2587
|
-
.n("PersonalizeClient", "DescribeCampaignCommand")
|
|
2588
|
-
.sc(DescribeCampaign$)
|
|
2589
|
-
.build() {
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
class DescribeDataDeletionJobCommand extends Command
|
|
2593
|
-
.classBuilder()
|
|
2594
|
-
.ep(commonParams)
|
|
2595
|
-
.m(function (Command, cs, config, o) {
|
|
2596
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2597
|
-
})
|
|
2598
|
-
.s("AmazonPersonalize", "DescribeDataDeletionJob", {})
|
|
2599
|
-
.n("PersonalizeClient", "DescribeDataDeletionJobCommand")
|
|
2600
|
-
.sc(DescribeDataDeletionJob$)
|
|
2601
|
-
.build() {
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
|
-
class DescribeDatasetCommand extends Command
|
|
2605
|
-
.classBuilder()
|
|
2606
|
-
.ep(commonParams)
|
|
2607
|
-
.m(function (Command, cs, config, o) {
|
|
2608
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2609
|
-
})
|
|
2610
|
-
.s("AmazonPersonalize", "DescribeDataset", {})
|
|
2611
|
-
.n("PersonalizeClient", "DescribeDatasetCommand")
|
|
2612
|
-
.sc(DescribeDataset$)
|
|
2613
|
-
.build() {
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
|
-
class DescribeDatasetExportJobCommand extends Command
|
|
2617
|
-
.classBuilder()
|
|
2618
|
-
.ep(commonParams)
|
|
2619
|
-
.m(function (Command, cs, config, o) {
|
|
2620
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2621
|
-
})
|
|
2622
|
-
.s("AmazonPersonalize", "DescribeDatasetExportJob", {})
|
|
2623
|
-
.n("PersonalizeClient", "DescribeDatasetExportJobCommand")
|
|
2624
|
-
.sc(DescribeDatasetExportJob$)
|
|
2625
|
-
.build() {
|
|
2626
|
-
}
|
|
2627
|
-
|
|
2628
|
-
class DescribeDatasetGroupCommand extends Command
|
|
2629
|
-
.classBuilder()
|
|
2630
|
-
.ep(commonParams)
|
|
2631
|
-
.m(function (Command, cs, config, o) {
|
|
2632
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2633
|
-
})
|
|
2634
|
-
.s("AmazonPersonalize", "DescribeDatasetGroup", {})
|
|
2635
|
-
.n("PersonalizeClient", "DescribeDatasetGroupCommand")
|
|
2636
|
-
.sc(DescribeDatasetGroup$)
|
|
2637
|
-
.build() {
|
|
2638
|
-
}
|
|
2639
|
-
|
|
2640
|
-
class DescribeDatasetImportJobCommand extends Command
|
|
2641
|
-
.classBuilder()
|
|
2642
|
-
.ep(commonParams)
|
|
2643
|
-
.m(function (Command, cs, config, o) {
|
|
2644
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2645
|
-
})
|
|
2646
|
-
.s("AmazonPersonalize", "DescribeDatasetImportJob", {})
|
|
2647
|
-
.n("PersonalizeClient", "DescribeDatasetImportJobCommand")
|
|
2648
|
-
.sc(DescribeDatasetImportJob$)
|
|
2649
|
-
.build() {
|
|
2650
|
-
}
|
|
2651
|
-
|
|
2652
|
-
class DescribeEventTrackerCommand extends Command
|
|
2653
|
-
.classBuilder()
|
|
2654
|
-
.ep(commonParams)
|
|
2655
|
-
.m(function (Command, cs, config, o) {
|
|
2656
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2657
|
-
})
|
|
2658
|
-
.s("AmazonPersonalize", "DescribeEventTracker", {})
|
|
2659
|
-
.n("PersonalizeClient", "DescribeEventTrackerCommand")
|
|
2660
|
-
.sc(DescribeEventTracker$)
|
|
2661
|
-
.build() {
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
|
-
class DescribeFeatureTransformationCommand extends Command
|
|
2665
|
-
.classBuilder()
|
|
2666
|
-
.ep(commonParams)
|
|
2667
|
-
.m(function (Command, cs, config, o) {
|
|
2668
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2669
|
-
})
|
|
2670
|
-
.s("AmazonPersonalize", "DescribeFeatureTransformation", {})
|
|
2671
|
-
.n("PersonalizeClient", "DescribeFeatureTransformationCommand")
|
|
2672
|
-
.sc(DescribeFeatureTransformation$)
|
|
2673
|
-
.build() {
|
|
2674
|
-
}
|
|
2675
|
-
|
|
2676
|
-
class DescribeFilterCommand extends Command
|
|
2677
|
-
.classBuilder()
|
|
2678
|
-
.ep(commonParams)
|
|
2679
|
-
.m(function (Command, cs, config, o) {
|
|
2680
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2681
|
-
})
|
|
2682
|
-
.s("AmazonPersonalize", "DescribeFilter", {})
|
|
2683
|
-
.n("PersonalizeClient", "DescribeFilterCommand")
|
|
2684
|
-
.sc(DescribeFilter$)
|
|
2685
|
-
.build() {
|
|
2686
|
-
}
|
|
2687
|
-
|
|
2688
|
-
class DescribeMetricAttributionCommand extends Command
|
|
2689
|
-
.classBuilder()
|
|
2690
|
-
.ep(commonParams)
|
|
2691
|
-
.m(function (Command, cs, config, o) {
|
|
2692
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2693
|
-
})
|
|
2694
|
-
.s("AmazonPersonalize", "DescribeMetricAttribution", {})
|
|
2695
|
-
.n("PersonalizeClient", "DescribeMetricAttributionCommand")
|
|
2696
|
-
.sc(DescribeMetricAttribution$)
|
|
2697
|
-
.build() {
|
|
2698
|
-
}
|
|
2699
|
-
|
|
2700
|
-
class DescribeRecipeCommand extends Command
|
|
2701
|
-
.classBuilder()
|
|
2702
|
-
.ep(commonParams)
|
|
2703
|
-
.m(function (Command, cs, config, o) {
|
|
2704
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2705
|
-
})
|
|
2706
|
-
.s("AmazonPersonalize", "DescribeRecipe", {})
|
|
2707
|
-
.n("PersonalizeClient", "DescribeRecipeCommand")
|
|
2708
|
-
.sc(DescribeRecipe$)
|
|
2709
|
-
.build() {
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
class DescribeRecommenderCommand extends Command
|
|
2713
|
-
.classBuilder()
|
|
2714
|
-
.ep(commonParams)
|
|
2715
|
-
.m(function (Command, cs, config, o) {
|
|
2716
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2717
|
-
})
|
|
2718
|
-
.s("AmazonPersonalize", "DescribeRecommender", {})
|
|
2719
|
-
.n("PersonalizeClient", "DescribeRecommenderCommand")
|
|
2720
|
-
.sc(DescribeRecommender$)
|
|
2721
|
-
.build() {
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
|
-
class DescribeSchemaCommand extends Command
|
|
2725
|
-
.classBuilder()
|
|
2726
|
-
.ep(commonParams)
|
|
2727
|
-
.m(function (Command, cs, config, o) {
|
|
2728
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2729
|
-
})
|
|
2730
|
-
.s("AmazonPersonalize", "DescribeSchema", {})
|
|
2731
|
-
.n("PersonalizeClient", "DescribeSchemaCommand")
|
|
2732
|
-
.sc(DescribeSchema$)
|
|
2733
|
-
.build() {
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
|
-
class DescribeSolutionCommand extends Command
|
|
2737
|
-
.classBuilder()
|
|
2738
|
-
.ep(commonParams)
|
|
2739
|
-
.m(function (Command, cs, config, o) {
|
|
2740
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2741
|
-
})
|
|
2742
|
-
.s("AmazonPersonalize", "DescribeSolution", {})
|
|
2743
|
-
.n("PersonalizeClient", "DescribeSolutionCommand")
|
|
2744
|
-
.sc(DescribeSolution$)
|
|
2745
|
-
.build() {
|
|
2746
|
-
}
|
|
2747
|
-
|
|
2748
|
-
class DescribeSolutionVersionCommand extends Command
|
|
2749
|
-
.classBuilder()
|
|
2750
|
-
.ep(commonParams)
|
|
2751
|
-
.m(function (Command, cs, config, o) {
|
|
2752
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2753
|
-
})
|
|
2754
|
-
.s("AmazonPersonalize", "DescribeSolutionVersion", {})
|
|
2755
|
-
.n("PersonalizeClient", "DescribeSolutionVersionCommand")
|
|
2756
|
-
.sc(DescribeSolutionVersion$)
|
|
2757
|
-
.build() {
|
|
2758
|
-
}
|
|
2759
|
-
|
|
2760
|
-
class GetSolutionMetricsCommand extends Command
|
|
2761
|
-
.classBuilder()
|
|
2762
|
-
.ep(commonParams)
|
|
2763
|
-
.m(function (Command, cs, config, o) {
|
|
2764
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2765
|
-
})
|
|
2766
|
-
.s("AmazonPersonalize", "GetSolutionMetrics", {})
|
|
2767
|
-
.n("PersonalizeClient", "GetSolutionMetricsCommand")
|
|
2768
|
-
.sc(GetSolutionMetrics$)
|
|
2769
|
-
.build() {
|
|
2770
|
-
}
|
|
2771
|
-
|
|
2772
|
-
class ListBatchInferenceJobsCommand extends Command
|
|
2773
|
-
.classBuilder()
|
|
2774
|
-
.ep(commonParams)
|
|
2775
|
-
.m(function (Command, cs, config, o) {
|
|
2776
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2777
|
-
})
|
|
2778
|
-
.s("AmazonPersonalize", "ListBatchInferenceJobs", {})
|
|
2779
|
-
.n("PersonalizeClient", "ListBatchInferenceJobsCommand")
|
|
2780
|
-
.sc(ListBatchInferenceJobs$)
|
|
2781
|
-
.build() {
|
|
2782
|
-
}
|
|
2783
|
-
|
|
2784
|
-
class ListBatchSegmentJobsCommand extends Command
|
|
2785
|
-
.classBuilder()
|
|
2786
|
-
.ep(commonParams)
|
|
2787
|
-
.m(function (Command, cs, config, o) {
|
|
2788
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2789
|
-
})
|
|
2790
|
-
.s("AmazonPersonalize", "ListBatchSegmentJobs", {})
|
|
2791
|
-
.n("PersonalizeClient", "ListBatchSegmentJobsCommand")
|
|
2792
|
-
.sc(ListBatchSegmentJobs$)
|
|
2793
|
-
.build() {
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
class ListCampaignsCommand extends Command
|
|
2797
|
-
.classBuilder()
|
|
2798
|
-
.ep(commonParams)
|
|
2799
|
-
.m(function (Command, cs, config, o) {
|
|
2800
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2801
|
-
})
|
|
2802
|
-
.s("AmazonPersonalize", "ListCampaigns", {})
|
|
2803
|
-
.n("PersonalizeClient", "ListCampaignsCommand")
|
|
2804
|
-
.sc(ListCampaigns$)
|
|
2805
|
-
.build() {
|
|
2806
|
-
}
|
|
2807
|
-
|
|
2808
|
-
class ListDataDeletionJobsCommand extends Command
|
|
2809
|
-
.classBuilder()
|
|
2810
|
-
.ep(commonParams)
|
|
2811
|
-
.m(function (Command, cs, config, o) {
|
|
2812
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2813
|
-
})
|
|
2814
|
-
.s("AmazonPersonalize", "ListDataDeletionJobs", {})
|
|
2815
|
-
.n("PersonalizeClient", "ListDataDeletionJobsCommand")
|
|
2816
|
-
.sc(ListDataDeletionJobs$)
|
|
2817
|
-
.build() {
|
|
2818
|
-
}
|
|
2819
|
-
|
|
2820
|
-
class ListDatasetExportJobsCommand extends Command
|
|
2821
|
-
.classBuilder()
|
|
2822
|
-
.ep(commonParams)
|
|
2823
|
-
.m(function (Command, cs, config, o) {
|
|
2824
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2825
|
-
})
|
|
2826
|
-
.s("AmazonPersonalize", "ListDatasetExportJobs", {})
|
|
2827
|
-
.n("PersonalizeClient", "ListDatasetExportJobsCommand")
|
|
2828
|
-
.sc(ListDatasetExportJobs$)
|
|
2829
|
-
.build() {
|
|
2830
|
-
}
|
|
2831
|
-
|
|
2832
|
-
class ListDatasetGroupsCommand extends Command
|
|
2833
|
-
.classBuilder()
|
|
2834
|
-
.ep(commonParams)
|
|
2835
|
-
.m(function (Command, cs, config, o) {
|
|
2836
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2837
|
-
})
|
|
2838
|
-
.s("AmazonPersonalize", "ListDatasetGroups", {})
|
|
2839
|
-
.n("PersonalizeClient", "ListDatasetGroupsCommand")
|
|
2840
|
-
.sc(ListDatasetGroups$)
|
|
2841
|
-
.build() {
|
|
2842
|
-
}
|
|
2843
|
-
|
|
2844
|
-
class ListDatasetImportJobsCommand extends Command
|
|
2845
|
-
.classBuilder()
|
|
2846
|
-
.ep(commonParams)
|
|
2847
|
-
.m(function (Command, cs, config, o) {
|
|
2848
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2849
|
-
})
|
|
2850
|
-
.s("AmazonPersonalize", "ListDatasetImportJobs", {})
|
|
2851
|
-
.n("PersonalizeClient", "ListDatasetImportJobsCommand")
|
|
2852
|
-
.sc(ListDatasetImportJobs$)
|
|
2853
|
-
.build() {
|
|
2854
|
-
}
|
|
2855
|
-
|
|
2856
|
-
class ListDatasetsCommand extends Command
|
|
2857
|
-
.classBuilder()
|
|
2858
|
-
.ep(commonParams)
|
|
2859
|
-
.m(function (Command, cs, config, o) {
|
|
2860
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2861
|
-
})
|
|
2862
|
-
.s("AmazonPersonalize", "ListDatasets", {})
|
|
2863
|
-
.n("PersonalizeClient", "ListDatasetsCommand")
|
|
2864
|
-
.sc(ListDatasets$)
|
|
2865
|
-
.build() {
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
class ListEventTrackersCommand extends Command
|
|
2869
|
-
.classBuilder()
|
|
2870
|
-
.ep(commonParams)
|
|
2871
|
-
.m(function (Command, cs, config, o) {
|
|
2872
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2873
|
-
})
|
|
2874
|
-
.s("AmazonPersonalize", "ListEventTrackers", {})
|
|
2875
|
-
.n("PersonalizeClient", "ListEventTrackersCommand")
|
|
2876
|
-
.sc(ListEventTrackers$)
|
|
2877
|
-
.build() {
|
|
2878
|
-
}
|
|
2879
|
-
|
|
2880
|
-
class ListFiltersCommand extends Command
|
|
2881
|
-
.classBuilder()
|
|
2882
|
-
.ep(commonParams)
|
|
2883
|
-
.m(function (Command, cs, config, o) {
|
|
2884
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2885
|
-
})
|
|
2886
|
-
.s("AmazonPersonalize", "ListFilters", {})
|
|
2887
|
-
.n("PersonalizeClient", "ListFiltersCommand")
|
|
2888
|
-
.sc(ListFilters$)
|
|
2889
|
-
.build() {
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
|
-
class ListMetricAttributionMetricsCommand extends Command
|
|
2893
|
-
.classBuilder()
|
|
2894
|
-
.ep(commonParams)
|
|
2895
|
-
.m(function (Command, cs, config, o) {
|
|
2896
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2897
|
-
})
|
|
2898
|
-
.s("AmazonPersonalize", "ListMetricAttributionMetrics", {})
|
|
2899
|
-
.n("PersonalizeClient", "ListMetricAttributionMetricsCommand")
|
|
2900
|
-
.sc(ListMetricAttributionMetrics$)
|
|
2901
|
-
.build() {
|
|
2902
|
-
}
|
|
2903
|
-
|
|
2904
|
-
class ListMetricAttributionsCommand extends Command
|
|
2905
|
-
.classBuilder()
|
|
2906
|
-
.ep(commonParams)
|
|
2907
|
-
.m(function (Command, cs, config, o) {
|
|
2908
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2909
|
-
})
|
|
2910
|
-
.s("AmazonPersonalize", "ListMetricAttributions", {})
|
|
2911
|
-
.n("PersonalizeClient", "ListMetricAttributionsCommand")
|
|
2912
|
-
.sc(ListMetricAttributions$)
|
|
2913
|
-
.build() {
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
|
-
class ListRecipesCommand extends Command
|
|
2917
|
-
.classBuilder()
|
|
2918
|
-
.ep(commonParams)
|
|
2919
|
-
.m(function (Command, cs, config, o) {
|
|
2920
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2921
|
-
})
|
|
2922
|
-
.s("AmazonPersonalize", "ListRecipes", {})
|
|
2923
|
-
.n("PersonalizeClient", "ListRecipesCommand")
|
|
2924
|
-
.sc(ListRecipes$)
|
|
2925
|
-
.build() {
|
|
2926
|
-
}
|
|
2927
|
-
|
|
2928
|
-
class ListRecommendersCommand extends Command
|
|
2929
|
-
.classBuilder()
|
|
2930
|
-
.ep(commonParams)
|
|
2931
|
-
.m(function (Command, cs, config, o) {
|
|
2932
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2933
|
-
})
|
|
2934
|
-
.s("AmazonPersonalize", "ListRecommenders", {})
|
|
2935
|
-
.n("PersonalizeClient", "ListRecommendersCommand")
|
|
2936
|
-
.sc(ListRecommenders$)
|
|
2937
|
-
.build() {
|
|
2938
|
-
}
|
|
2939
|
-
|
|
2940
|
-
class ListSchemasCommand extends Command
|
|
2941
|
-
.classBuilder()
|
|
2942
|
-
.ep(commonParams)
|
|
2943
|
-
.m(function (Command, cs, config, o) {
|
|
2944
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2945
|
-
})
|
|
2946
|
-
.s("AmazonPersonalize", "ListSchemas", {})
|
|
2947
|
-
.n("PersonalizeClient", "ListSchemasCommand")
|
|
2948
|
-
.sc(ListSchemas$)
|
|
2949
|
-
.build() {
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
class ListSolutionsCommand extends Command
|
|
2953
|
-
.classBuilder()
|
|
2954
|
-
.ep(commonParams)
|
|
2955
|
-
.m(function (Command, cs, config, o) {
|
|
2956
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2957
|
-
})
|
|
2958
|
-
.s("AmazonPersonalize", "ListSolutions", {})
|
|
2959
|
-
.n("PersonalizeClient", "ListSolutionsCommand")
|
|
2960
|
-
.sc(ListSolutions$)
|
|
2961
|
-
.build() {
|
|
2962
|
-
}
|
|
2963
|
-
|
|
2964
|
-
class ListSolutionVersionsCommand extends Command
|
|
2965
|
-
.classBuilder()
|
|
2966
|
-
.ep(commonParams)
|
|
2967
|
-
.m(function (Command, cs, config, o) {
|
|
2968
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2969
|
-
})
|
|
2970
|
-
.s("AmazonPersonalize", "ListSolutionVersions", {})
|
|
2971
|
-
.n("PersonalizeClient", "ListSolutionVersionsCommand")
|
|
2972
|
-
.sc(ListSolutionVersions$)
|
|
2973
|
-
.build() {
|
|
2974
|
-
}
|
|
2975
|
-
|
|
2976
|
-
class ListTagsForResourceCommand extends Command
|
|
2977
|
-
.classBuilder()
|
|
2978
|
-
.ep(commonParams)
|
|
2979
|
-
.m(function (Command, cs, config, o) {
|
|
2980
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2981
|
-
})
|
|
2982
|
-
.s("AmazonPersonalize", "ListTagsForResource", {})
|
|
2983
|
-
.n("PersonalizeClient", "ListTagsForResourceCommand")
|
|
2984
|
-
.sc(ListTagsForResource$)
|
|
2985
|
-
.build() {
|
|
2986
|
-
}
|
|
2987
|
-
|
|
2988
|
-
class StartRecommenderCommand extends Command
|
|
2989
|
-
.classBuilder()
|
|
2990
|
-
.ep(commonParams)
|
|
2991
|
-
.m(function (Command, cs, config, o) {
|
|
2992
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2993
|
-
})
|
|
2994
|
-
.s("AmazonPersonalize", "StartRecommender", {})
|
|
2995
|
-
.n("PersonalizeClient", "StartRecommenderCommand")
|
|
2996
|
-
.sc(StartRecommender$)
|
|
2997
|
-
.build() {
|
|
2998
|
-
}
|
|
2999
|
-
|
|
3000
|
-
class StopRecommenderCommand extends Command
|
|
3001
|
-
.classBuilder()
|
|
3002
|
-
.ep(commonParams)
|
|
3003
|
-
.m(function (Command, cs, config, o) {
|
|
3004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3005
|
-
})
|
|
3006
|
-
.s("AmazonPersonalize", "StopRecommender", {})
|
|
3007
|
-
.n("PersonalizeClient", "StopRecommenderCommand")
|
|
3008
|
-
.sc(StopRecommender$)
|
|
3009
|
-
.build() {
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
|
-
class StopSolutionVersionCreationCommand extends Command
|
|
3013
|
-
.classBuilder()
|
|
3014
|
-
.ep(commonParams)
|
|
3015
|
-
.m(function (Command, cs, config, o) {
|
|
3016
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3017
|
-
})
|
|
3018
|
-
.s("AmazonPersonalize", "StopSolutionVersionCreation", {})
|
|
3019
|
-
.n("PersonalizeClient", "StopSolutionVersionCreationCommand")
|
|
3020
|
-
.sc(StopSolutionVersionCreation$)
|
|
3021
|
-
.build() {
|
|
3022
|
-
}
|
|
3023
|
-
|
|
3024
|
-
class TagResourceCommand extends Command
|
|
3025
|
-
.classBuilder()
|
|
3026
|
-
.ep(commonParams)
|
|
3027
|
-
.m(function (Command, cs, config, o) {
|
|
3028
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3029
|
-
})
|
|
3030
|
-
.s("AmazonPersonalize", "TagResource", {})
|
|
3031
|
-
.n("PersonalizeClient", "TagResourceCommand")
|
|
3032
|
-
.sc(TagResource$)
|
|
3033
|
-
.build() {
|
|
3034
|
-
}
|
|
3035
|
-
|
|
3036
|
-
class UntagResourceCommand extends Command
|
|
3037
|
-
.classBuilder()
|
|
3038
|
-
.ep(commonParams)
|
|
3039
|
-
.m(function (Command, cs, config, o) {
|
|
3040
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3041
|
-
})
|
|
3042
|
-
.s("AmazonPersonalize", "UntagResource", {})
|
|
3043
|
-
.n("PersonalizeClient", "UntagResourceCommand")
|
|
3044
|
-
.sc(UntagResource$)
|
|
3045
|
-
.build() {
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
class UpdateCampaignCommand extends Command
|
|
3049
|
-
.classBuilder()
|
|
3050
|
-
.ep(commonParams)
|
|
3051
|
-
.m(function (Command, cs, config, o) {
|
|
3052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3053
|
-
})
|
|
3054
|
-
.s("AmazonPersonalize", "UpdateCampaign", {})
|
|
3055
|
-
.n("PersonalizeClient", "UpdateCampaignCommand")
|
|
3056
|
-
.sc(UpdateCampaign$)
|
|
3057
|
-
.build() {
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
class UpdateDatasetCommand extends Command
|
|
3061
|
-
.classBuilder()
|
|
3062
|
-
.ep(commonParams)
|
|
3063
|
-
.m(function (Command, cs, config, o) {
|
|
3064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3065
|
-
})
|
|
3066
|
-
.s("AmazonPersonalize", "UpdateDataset", {})
|
|
3067
|
-
.n("PersonalizeClient", "UpdateDatasetCommand")
|
|
3068
|
-
.sc(UpdateDataset$)
|
|
3069
|
-
.build() {
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
|
-
class UpdateMetricAttributionCommand extends Command
|
|
3073
|
-
.classBuilder()
|
|
3074
|
-
.ep(commonParams)
|
|
3075
|
-
.m(function (Command, cs, config, o) {
|
|
3076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3077
|
-
})
|
|
3078
|
-
.s("AmazonPersonalize", "UpdateMetricAttribution", {})
|
|
3079
|
-
.n("PersonalizeClient", "UpdateMetricAttributionCommand")
|
|
3080
|
-
.sc(UpdateMetricAttribution$)
|
|
3081
|
-
.build() {
|
|
3082
|
-
}
|
|
3083
|
-
|
|
3084
|
-
class UpdateRecommenderCommand extends Command
|
|
3085
|
-
.classBuilder()
|
|
3086
|
-
.ep(commonParams)
|
|
3087
|
-
.m(function (Command, cs, config, o) {
|
|
3088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3089
|
-
})
|
|
3090
|
-
.s("AmazonPersonalize", "UpdateRecommender", {})
|
|
3091
|
-
.n("PersonalizeClient", "UpdateRecommenderCommand")
|
|
3092
|
-
.sc(UpdateRecommender$)
|
|
3093
|
-
.build() {
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
class UpdateSolutionCommand extends Command
|
|
3097
|
-
.classBuilder()
|
|
3098
|
-
.ep(commonParams)
|
|
3099
|
-
.m(function (Command, cs, config, o) {
|
|
3100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3101
|
-
})
|
|
3102
|
-
.s("AmazonPersonalize", "UpdateSolution", {})
|
|
3103
|
-
.n("PersonalizeClient", "UpdateSolutionCommand")
|
|
3104
|
-
.sc(UpdateSolution$)
|
|
3105
|
-
.build() {
|
|
2258
|
+
const command = makeBuilder(commonParams, "AmazonPersonalize", "PersonalizeClient", getEndpointPlugin);
|
|
2259
|
+
const _ep0 = {};
|
|
2260
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2261
|
+
|
|
2262
|
+
class CreateBatchInferenceJobCommand extends command(_ep0, _mw0, "CreateBatchInferenceJob", CreateBatchInferenceJob$) {
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
class CreateBatchSegmentJobCommand extends command(_ep0, _mw0, "CreateBatchSegmentJob", CreateBatchSegmentJob$) {
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
class CreateDataDeletionJobCommand extends command(_ep0, _mw0, "CreateDataDeletionJob", CreateDataDeletionJob$) {
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
class CreateDatasetExportJobCommand extends command(_ep0, _mw0, "CreateDatasetExportJob", CreateDatasetExportJob$) {
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
class CreateDatasetGroupCommand extends command(_ep0, _mw0, "CreateDatasetGroup", CreateDatasetGroup$) {
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
class CreateDatasetImportJobCommand extends command(_ep0, _mw0, "CreateDatasetImportJob", CreateDatasetImportJob$) {
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
class CreateEventTrackerCommand extends command(_ep0, _mw0, "CreateEventTracker", CreateEventTracker$) {
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
class CreateFilterCommand extends command(_ep0, _mw0, "CreateFilter", CreateFilter$) {
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
class CreateMetricAttributionCommand extends command(_ep0, _mw0, "CreateMetricAttribution", CreateMetricAttribution$) {
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
class CreateRecommenderCommand extends command(_ep0, _mw0, "CreateRecommender", CreateRecommender$) {
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
class CreateSchemaCommand extends command(_ep0, _mw0, "CreateSchema", CreateSchema$) {
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
class CreateSolutionCommand extends command(_ep0, _mw0, "CreateSolution", CreateSolution$) {
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
class CreateSolutionVersionCommand extends command(_ep0, _mw0, "CreateSolutionVersion", CreateSolutionVersion$) {
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
class DeleteDatasetGroupCommand extends command(_ep0, _mw0, "DeleteDatasetGroup", DeleteDatasetGroup$) {
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
class DeleteEventTrackerCommand extends command(_ep0, _mw0, "DeleteEventTracker", DeleteEventTracker$) {
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
class DeleteFilterCommand extends command(_ep0, _mw0, "DeleteFilter", DeleteFilter$) {
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
class DeleteMetricAttributionCommand extends command(_ep0, _mw0, "DeleteMetricAttribution", DeleteMetricAttribution$) {
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
class DeleteRecommenderCommand extends command(_ep0, _mw0, "DeleteRecommender", DeleteRecommender$) {
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
class DeleteSchemaCommand extends command(_ep0, _mw0, "DeleteSchema", DeleteSchema$) {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
class DeleteSolutionCommand extends command(_ep0, _mw0, "DeleteSolution", DeleteSolution$) {
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
class DescribeAlgorithmCommand extends command(_ep0, _mw0, "DescribeAlgorithm", DescribeAlgorithm$) {
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
class DescribeBatchInferenceJobCommand extends command(_ep0, _mw0, "DescribeBatchInferenceJob", DescribeBatchInferenceJob$) {
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
class DescribeBatchSegmentJobCommand extends command(_ep0, _mw0, "DescribeBatchSegmentJob", DescribeBatchSegmentJob$) {
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
class DescribeCampaignCommand extends command(_ep0, _mw0, "DescribeCampaign", DescribeCampaign$) {
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
class DescribeDataDeletionJobCommand extends command(_ep0, _mw0, "DescribeDataDeletionJob", DescribeDataDeletionJob$) {
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
class DescribeDatasetExportJobCommand extends command(_ep0, _mw0, "DescribeDatasetExportJob", DescribeDatasetExportJob$) {
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
class DescribeDatasetGroupCommand extends command(_ep0, _mw0, "DescribeDatasetGroup", DescribeDatasetGroup$) {
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
class DescribeDatasetImportJobCommand extends command(_ep0, _mw0, "DescribeDatasetImportJob", DescribeDatasetImportJob$) {
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
class DescribeEventTrackerCommand extends command(_ep0, _mw0, "DescribeEventTracker", DescribeEventTracker$) {
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
class DescribeFeatureTransformationCommand extends command(_ep0, _mw0, "DescribeFeatureTransformation", DescribeFeatureTransformation$) {
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
class DescribeFilterCommand extends command(_ep0, _mw0, "DescribeFilter", DescribeFilter$) {
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
class DescribeMetricAttributionCommand extends command(_ep0, _mw0, "DescribeMetricAttribution", DescribeMetricAttribution$) {
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
class DescribeRecipeCommand extends command(_ep0, _mw0, "DescribeRecipe", DescribeRecipe$) {
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
class DescribeRecommenderCommand extends command(_ep0, _mw0, "DescribeRecommender", DescribeRecommender$) {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
class DescribeSchemaCommand extends command(_ep0, _mw0, "DescribeSchema", DescribeSchema$) {
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
class DescribeSolutionCommand extends command(_ep0, _mw0, "DescribeSolution", DescribeSolution$) {
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
class DescribeSolutionVersionCommand extends command(_ep0, _mw0, "DescribeSolutionVersion", DescribeSolutionVersion$) {
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
class GetSolutionMetricsCommand extends command(_ep0, _mw0, "GetSolutionMetrics", GetSolutionMetrics$) {
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
class ListBatchInferenceJobsCommand extends command(_ep0, _mw0, "ListBatchInferenceJobs", ListBatchInferenceJobs$) {
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
class ListBatchSegmentJobsCommand extends command(_ep0, _mw0, "ListBatchSegmentJobs", ListBatchSegmentJobs$) {
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
class ListCampaignsCommand extends command(_ep0, _mw0, "ListCampaigns", ListCampaigns$) {
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
class ListDataDeletionJobsCommand extends command(_ep0, _mw0, "ListDataDeletionJobs", ListDataDeletionJobs$) {
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
class ListDatasetExportJobsCommand extends command(_ep0, _mw0, "ListDatasetExportJobs", ListDatasetExportJobs$) {
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
class ListDatasetGroupsCommand extends command(_ep0, _mw0, "ListDatasetGroups", ListDatasetGroups$) {
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
class ListDatasetImportJobsCommand extends command(_ep0, _mw0, "ListDatasetImportJobs", ListDatasetImportJobs$) {
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
class ListEventTrackersCommand extends command(_ep0, _mw0, "ListEventTrackers", ListEventTrackers$) {
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
class ListFiltersCommand extends command(_ep0, _mw0, "ListFilters", ListFilters$) {
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
class ListMetricAttributionMetricsCommand extends command(_ep0, _mw0, "ListMetricAttributionMetrics", ListMetricAttributionMetrics$) {
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
class ListMetricAttributionsCommand extends command(_ep0, _mw0, "ListMetricAttributions", ListMetricAttributions$) {
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
class ListRecipesCommand extends command(_ep0, _mw0, "ListRecipes", ListRecipes$) {
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
class ListRecommendersCommand extends command(_ep0, _mw0, "ListRecommenders", ListRecommenders$) {
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
class ListSchemasCommand extends command(_ep0, _mw0, "ListSchemas", ListSchemas$) {
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
class ListSolutionsCommand extends command(_ep0, _mw0, "ListSolutions", ListSolutions$) {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
class ListSolutionVersionsCommand extends command(_ep0, _mw0, "ListSolutionVersions", ListSolutionVersions$) {
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
class StartRecommenderCommand extends command(_ep0, _mw0, "StartRecommender", StartRecommender$) {
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
class StopRecommenderCommand extends command(_ep0, _mw0, "StopRecommender", StopRecommender$) {
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
class StopSolutionVersionCreationCommand extends command(_ep0, _mw0, "StopSolutionVersionCreation", StopSolutionVersionCreation$) {
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
class UpdateCampaignCommand extends command(_ep0, _mw0, "UpdateCampaign", UpdateCampaign$) {
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
class UpdateDatasetCommand extends command(_ep0, _mw0, "UpdateDataset", UpdateDataset$) {
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
class UpdateMetricAttributionCommand extends command(_ep0, _mw0, "UpdateMetricAttribution", UpdateMetricAttribution$) {
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
class UpdateRecommenderCommand extends command(_ep0, _mw0, "UpdateRecommender", UpdateRecommender$) {
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
class UpdateSolutionCommand extends command(_ep0, _mw0, "UpdateSolution", UpdateSolution$) {
|
|
3106
2473
|
}
|
|
3107
2474
|
|
|
3108
2475
|
const paginateListBatchInferenceJobs = createPaginator(PersonalizeClient, ListBatchInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|