@aws-sdk/client-personalize 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +219 -853
- 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-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/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/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2254,856 +2255,221 @@ class PersonalizeClient extends Client {
|
|
|
2254
2255
|
}
|
|
2255
2256
|
}
|
|
2256
2257
|
|
|
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
|
-
|
|
2473
|
-
class DeleteEventTrackerCommand extends Command
|
|
2474
|
-
.classBuilder()
|
|
2475
|
-
.ep(commonParams)
|
|
2476
|
-
.m(function (Command, cs, config, o) {
|
|
2477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2478
|
-
})
|
|
2479
|
-
.s("AmazonPersonalize", "DeleteEventTracker", {})
|
|
2480
|
-
.n("PersonalizeClient", "DeleteEventTrackerCommand")
|
|
2481
|
-
.sc(DeleteEventTracker$)
|
|
2482
|
-
.build() {
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
class DeleteFilterCommand extends Command
|
|
2486
|
-
.classBuilder()
|
|
2487
|
-
.ep(commonParams)
|
|
2488
|
-
.m(function (Command, cs, config, o) {
|
|
2489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2490
|
-
})
|
|
2491
|
-
.s("AmazonPersonalize", "DeleteFilter", {})
|
|
2492
|
-
.n("PersonalizeClient", "DeleteFilterCommand")
|
|
2493
|
-
.sc(DeleteFilter$)
|
|
2494
|
-
.build() {
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
class DeleteMetricAttributionCommand extends Command
|
|
2498
|
-
.classBuilder()
|
|
2499
|
-
.ep(commonParams)
|
|
2500
|
-
.m(function (Command, cs, config, o) {
|
|
2501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2502
|
-
})
|
|
2503
|
-
.s("AmazonPersonalize", "DeleteMetricAttribution", {})
|
|
2504
|
-
.n("PersonalizeClient", "DeleteMetricAttributionCommand")
|
|
2505
|
-
.sc(DeleteMetricAttribution$)
|
|
2506
|
-
.build() {
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
|
-
class DeleteRecommenderCommand extends Command
|
|
2510
|
-
.classBuilder()
|
|
2511
|
-
.ep(commonParams)
|
|
2512
|
-
.m(function (Command, cs, config, o) {
|
|
2513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2514
|
-
})
|
|
2515
|
-
.s("AmazonPersonalize", "DeleteRecommender", {})
|
|
2516
|
-
.n("PersonalizeClient", "DeleteRecommenderCommand")
|
|
2517
|
-
.sc(DeleteRecommender$)
|
|
2518
|
-
.build() {
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
class DeleteSchemaCommand extends Command
|
|
2522
|
-
.classBuilder()
|
|
2523
|
-
.ep(commonParams)
|
|
2524
|
-
.m(function (Command, cs, config, o) {
|
|
2525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2526
|
-
})
|
|
2527
|
-
.s("AmazonPersonalize", "DeleteSchema", {})
|
|
2528
|
-
.n("PersonalizeClient", "DeleteSchemaCommand")
|
|
2529
|
-
.sc(DeleteSchema$)
|
|
2530
|
-
.build() {
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
|
-
class DeleteSolutionCommand extends Command
|
|
2534
|
-
.classBuilder()
|
|
2535
|
-
.ep(commonParams)
|
|
2536
|
-
.m(function (Command, cs, config, o) {
|
|
2537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2538
|
-
})
|
|
2539
|
-
.s("AmazonPersonalize", "DeleteSolution", {})
|
|
2540
|
-
.n("PersonalizeClient", "DeleteSolutionCommand")
|
|
2541
|
-
.sc(DeleteSolution$)
|
|
2542
|
-
.build() {
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
|
-
class DescribeAlgorithmCommand extends Command
|
|
2546
|
-
.classBuilder()
|
|
2547
|
-
.ep(commonParams)
|
|
2548
|
-
.m(function (Command, cs, config, o) {
|
|
2549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2550
|
-
})
|
|
2551
|
-
.s("AmazonPersonalize", "DescribeAlgorithm", {})
|
|
2552
|
-
.n("PersonalizeClient", "DescribeAlgorithmCommand")
|
|
2553
|
-
.sc(DescribeAlgorithm$)
|
|
2554
|
-
.build() {
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
class DescribeBatchInferenceJobCommand extends Command
|
|
2558
|
-
.classBuilder()
|
|
2559
|
-
.ep(commonParams)
|
|
2560
|
-
.m(function (Command, cs, config, o) {
|
|
2561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2562
|
-
})
|
|
2563
|
-
.s("AmazonPersonalize", "DescribeBatchInferenceJob", {})
|
|
2564
|
-
.n("PersonalizeClient", "DescribeBatchInferenceJobCommand")
|
|
2565
|
-
.sc(DescribeBatchInferenceJob$)
|
|
2566
|
-
.build() {
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
class DescribeBatchSegmentJobCommand extends Command
|
|
2570
|
-
.classBuilder()
|
|
2571
|
-
.ep(commonParams)
|
|
2572
|
-
.m(function (Command, cs, config, o) {
|
|
2573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2574
|
-
})
|
|
2575
|
-
.s("AmazonPersonalize", "DescribeBatchSegmentJob", {})
|
|
2576
|
-
.n("PersonalizeClient", "DescribeBatchSegmentJobCommand")
|
|
2577
|
-
.sc(DescribeBatchSegmentJob$)
|
|
2578
|
-
.build() {
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
class DescribeCampaignCommand extends Command
|
|
2582
|
-
.classBuilder()
|
|
2583
|
-
.ep(commonParams)
|
|
2584
|
-
.m(function (Command, cs, config, o) {
|
|
2585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2586
|
-
})
|
|
2587
|
-
.s("AmazonPersonalize", "DescribeCampaign", {})
|
|
2588
|
-
.n("PersonalizeClient", "DescribeCampaignCommand")
|
|
2589
|
-
.sc(DescribeCampaign$)
|
|
2590
|
-
.build() {
|
|
2591
|
-
}
|
|
2592
|
-
|
|
2593
|
-
class DescribeDataDeletionJobCommand extends Command
|
|
2594
|
-
.classBuilder()
|
|
2595
|
-
.ep(commonParams)
|
|
2596
|
-
.m(function (Command, cs, config, o) {
|
|
2597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2598
|
-
})
|
|
2599
|
-
.s("AmazonPersonalize", "DescribeDataDeletionJob", {})
|
|
2600
|
-
.n("PersonalizeClient", "DescribeDataDeletionJobCommand")
|
|
2601
|
-
.sc(DescribeDataDeletionJob$)
|
|
2602
|
-
.build() {
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
class DescribeDatasetCommand extends Command
|
|
2606
|
-
.classBuilder()
|
|
2607
|
-
.ep(commonParams)
|
|
2608
|
-
.m(function (Command, cs, config, o) {
|
|
2609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2610
|
-
})
|
|
2611
|
-
.s("AmazonPersonalize", "DescribeDataset", {})
|
|
2612
|
-
.n("PersonalizeClient", "DescribeDatasetCommand")
|
|
2613
|
-
.sc(DescribeDataset$)
|
|
2614
|
-
.build() {
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
class DescribeDatasetExportJobCommand extends Command
|
|
2618
|
-
.classBuilder()
|
|
2619
|
-
.ep(commonParams)
|
|
2620
|
-
.m(function (Command, cs, config, o) {
|
|
2621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2622
|
-
})
|
|
2623
|
-
.s("AmazonPersonalize", "DescribeDatasetExportJob", {})
|
|
2624
|
-
.n("PersonalizeClient", "DescribeDatasetExportJobCommand")
|
|
2625
|
-
.sc(DescribeDatasetExportJob$)
|
|
2626
|
-
.build() {
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
class DescribeDatasetGroupCommand extends Command
|
|
2630
|
-
.classBuilder()
|
|
2631
|
-
.ep(commonParams)
|
|
2632
|
-
.m(function (Command, cs, config, o) {
|
|
2633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2634
|
-
})
|
|
2635
|
-
.s("AmazonPersonalize", "DescribeDatasetGroup", {})
|
|
2636
|
-
.n("PersonalizeClient", "DescribeDatasetGroupCommand")
|
|
2637
|
-
.sc(DescribeDatasetGroup$)
|
|
2638
|
-
.build() {
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
class DescribeDatasetImportJobCommand extends Command
|
|
2642
|
-
.classBuilder()
|
|
2643
|
-
.ep(commonParams)
|
|
2644
|
-
.m(function (Command, cs, config, o) {
|
|
2645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2646
|
-
})
|
|
2647
|
-
.s("AmazonPersonalize", "DescribeDatasetImportJob", {})
|
|
2648
|
-
.n("PersonalizeClient", "DescribeDatasetImportJobCommand")
|
|
2649
|
-
.sc(DescribeDatasetImportJob$)
|
|
2650
|
-
.build() {
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
class DescribeEventTrackerCommand extends Command
|
|
2654
|
-
.classBuilder()
|
|
2655
|
-
.ep(commonParams)
|
|
2656
|
-
.m(function (Command, cs, config, o) {
|
|
2657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2658
|
-
})
|
|
2659
|
-
.s("AmazonPersonalize", "DescribeEventTracker", {})
|
|
2660
|
-
.n("PersonalizeClient", "DescribeEventTrackerCommand")
|
|
2661
|
-
.sc(DescribeEventTracker$)
|
|
2662
|
-
.build() {
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
class DescribeFeatureTransformationCommand extends Command
|
|
2666
|
-
.classBuilder()
|
|
2667
|
-
.ep(commonParams)
|
|
2668
|
-
.m(function (Command, cs, config, o) {
|
|
2669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2670
|
-
})
|
|
2671
|
-
.s("AmazonPersonalize", "DescribeFeatureTransformation", {})
|
|
2672
|
-
.n("PersonalizeClient", "DescribeFeatureTransformationCommand")
|
|
2673
|
-
.sc(DescribeFeatureTransformation$)
|
|
2674
|
-
.build() {
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
class DescribeFilterCommand extends Command
|
|
2678
|
-
.classBuilder()
|
|
2679
|
-
.ep(commonParams)
|
|
2680
|
-
.m(function (Command, cs, config, o) {
|
|
2681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2682
|
-
})
|
|
2683
|
-
.s("AmazonPersonalize", "DescribeFilter", {})
|
|
2684
|
-
.n("PersonalizeClient", "DescribeFilterCommand")
|
|
2685
|
-
.sc(DescribeFilter$)
|
|
2686
|
-
.build() {
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
class DescribeMetricAttributionCommand extends Command
|
|
2690
|
-
.classBuilder()
|
|
2691
|
-
.ep(commonParams)
|
|
2692
|
-
.m(function (Command, cs, config, o) {
|
|
2693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2694
|
-
})
|
|
2695
|
-
.s("AmazonPersonalize", "DescribeMetricAttribution", {})
|
|
2696
|
-
.n("PersonalizeClient", "DescribeMetricAttributionCommand")
|
|
2697
|
-
.sc(DescribeMetricAttribution$)
|
|
2698
|
-
.build() {
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
class DescribeRecipeCommand extends Command
|
|
2702
|
-
.classBuilder()
|
|
2703
|
-
.ep(commonParams)
|
|
2704
|
-
.m(function (Command, cs, config, o) {
|
|
2705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2706
|
-
})
|
|
2707
|
-
.s("AmazonPersonalize", "DescribeRecipe", {})
|
|
2708
|
-
.n("PersonalizeClient", "DescribeRecipeCommand")
|
|
2709
|
-
.sc(DescribeRecipe$)
|
|
2710
|
-
.build() {
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
class DescribeRecommenderCommand extends Command
|
|
2714
|
-
.classBuilder()
|
|
2715
|
-
.ep(commonParams)
|
|
2716
|
-
.m(function (Command, cs, config, o) {
|
|
2717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2718
|
-
})
|
|
2719
|
-
.s("AmazonPersonalize", "DescribeRecommender", {})
|
|
2720
|
-
.n("PersonalizeClient", "DescribeRecommenderCommand")
|
|
2721
|
-
.sc(DescribeRecommender$)
|
|
2722
|
-
.build() {
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
class DescribeSchemaCommand extends Command
|
|
2726
|
-
.classBuilder()
|
|
2727
|
-
.ep(commonParams)
|
|
2728
|
-
.m(function (Command, cs, config, o) {
|
|
2729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2730
|
-
})
|
|
2731
|
-
.s("AmazonPersonalize", "DescribeSchema", {})
|
|
2732
|
-
.n("PersonalizeClient", "DescribeSchemaCommand")
|
|
2733
|
-
.sc(DescribeSchema$)
|
|
2734
|
-
.build() {
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
class DescribeSolutionCommand extends Command
|
|
2738
|
-
.classBuilder()
|
|
2739
|
-
.ep(commonParams)
|
|
2740
|
-
.m(function (Command, cs, config, o) {
|
|
2741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2742
|
-
})
|
|
2743
|
-
.s("AmazonPersonalize", "DescribeSolution", {})
|
|
2744
|
-
.n("PersonalizeClient", "DescribeSolutionCommand")
|
|
2745
|
-
.sc(DescribeSolution$)
|
|
2746
|
-
.build() {
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
class DescribeSolutionVersionCommand extends Command
|
|
2750
|
-
.classBuilder()
|
|
2751
|
-
.ep(commonParams)
|
|
2752
|
-
.m(function (Command, cs, config, o) {
|
|
2753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2754
|
-
})
|
|
2755
|
-
.s("AmazonPersonalize", "DescribeSolutionVersion", {})
|
|
2756
|
-
.n("PersonalizeClient", "DescribeSolutionVersionCommand")
|
|
2757
|
-
.sc(DescribeSolutionVersion$)
|
|
2758
|
-
.build() {
|
|
2759
|
-
}
|
|
2760
|
-
|
|
2761
|
-
class GetSolutionMetricsCommand extends Command
|
|
2762
|
-
.classBuilder()
|
|
2763
|
-
.ep(commonParams)
|
|
2764
|
-
.m(function (Command, cs, config, o) {
|
|
2765
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2766
|
-
})
|
|
2767
|
-
.s("AmazonPersonalize", "GetSolutionMetrics", {})
|
|
2768
|
-
.n("PersonalizeClient", "GetSolutionMetricsCommand")
|
|
2769
|
-
.sc(GetSolutionMetrics$)
|
|
2770
|
-
.build() {
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
class ListBatchInferenceJobsCommand extends Command
|
|
2774
|
-
.classBuilder()
|
|
2775
|
-
.ep(commonParams)
|
|
2776
|
-
.m(function (Command, cs, config, o) {
|
|
2777
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2778
|
-
})
|
|
2779
|
-
.s("AmazonPersonalize", "ListBatchInferenceJobs", {})
|
|
2780
|
-
.n("PersonalizeClient", "ListBatchInferenceJobsCommand")
|
|
2781
|
-
.sc(ListBatchInferenceJobs$)
|
|
2782
|
-
.build() {
|
|
2783
|
-
}
|
|
2784
|
-
|
|
2785
|
-
class ListBatchSegmentJobsCommand extends Command
|
|
2786
|
-
.classBuilder()
|
|
2787
|
-
.ep(commonParams)
|
|
2788
|
-
.m(function (Command, cs, config, o) {
|
|
2789
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2790
|
-
})
|
|
2791
|
-
.s("AmazonPersonalize", "ListBatchSegmentJobs", {})
|
|
2792
|
-
.n("PersonalizeClient", "ListBatchSegmentJobsCommand")
|
|
2793
|
-
.sc(ListBatchSegmentJobs$)
|
|
2794
|
-
.build() {
|
|
2795
|
-
}
|
|
2796
|
-
|
|
2797
|
-
class ListCampaignsCommand extends Command
|
|
2798
|
-
.classBuilder()
|
|
2799
|
-
.ep(commonParams)
|
|
2800
|
-
.m(function (Command, cs, config, o) {
|
|
2801
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2802
|
-
})
|
|
2803
|
-
.s("AmazonPersonalize", "ListCampaigns", {})
|
|
2804
|
-
.n("PersonalizeClient", "ListCampaignsCommand")
|
|
2805
|
-
.sc(ListCampaigns$)
|
|
2806
|
-
.build() {
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
|
-
class ListDataDeletionJobsCommand extends Command
|
|
2810
|
-
.classBuilder()
|
|
2811
|
-
.ep(commonParams)
|
|
2812
|
-
.m(function (Command, cs, config, o) {
|
|
2813
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2814
|
-
})
|
|
2815
|
-
.s("AmazonPersonalize", "ListDataDeletionJobs", {})
|
|
2816
|
-
.n("PersonalizeClient", "ListDataDeletionJobsCommand")
|
|
2817
|
-
.sc(ListDataDeletionJobs$)
|
|
2818
|
-
.build() {
|
|
2819
|
-
}
|
|
2820
|
-
|
|
2821
|
-
class ListDatasetExportJobsCommand extends Command
|
|
2822
|
-
.classBuilder()
|
|
2823
|
-
.ep(commonParams)
|
|
2824
|
-
.m(function (Command, cs, config, o) {
|
|
2825
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2826
|
-
})
|
|
2827
|
-
.s("AmazonPersonalize", "ListDatasetExportJobs", {})
|
|
2828
|
-
.n("PersonalizeClient", "ListDatasetExportJobsCommand")
|
|
2829
|
-
.sc(ListDatasetExportJobs$)
|
|
2830
|
-
.build() {
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
class ListDatasetGroupsCommand extends Command
|
|
2834
|
-
.classBuilder()
|
|
2835
|
-
.ep(commonParams)
|
|
2836
|
-
.m(function (Command, cs, config, o) {
|
|
2837
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2838
|
-
})
|
|
2839
|
-
.s("AmazonPersonalize", "ListDatasetGroups", {})
|
|
2840
|
-
.n("PersonalizeClient", "ListDatasetGroupsCommand")
|
|
2841
|
-
.sc(ListDatasetGroups$)
|
|
2842
|
-
.build() {
|
|
2843
|
-
}
|
|
2844
|
-
|
|
2845
|
-
class ListDatasetImportJobsCommand extends Command
|
|
2846
|
-
.classBuilder()
|
|
2847
|
-
.ep(commonParams)
|
|
2848
|
-
.m(function (Command, cs, config, o) {
|
|
2849
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2850
|
-
})
|
|
2851
|
-
.s("AmazonPersonalize", "ListDatasetImportJobs", {})
|
|
2852
|
-
.n("PersonalizeClient", "ListDatasetImportJobsCommand")
|
|
2853
|
-
.sc(ListDatasetImportJobs$)
|
|
2854
|
-
.build() {
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
|
-
class ListDatasetsCommand extends Command
|
|
2858
|
-
.classBuilder()
|
|
2859
|
-
.ep(commonParams)
|
|
2860
|
-
.m(function (Command, cs, config, o) {
|
|
2861
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2862
|
-
})
|
|
2863
|
-
.s("AmazonPersonalize", "ListDatasets", {})
|
|
2864
|
-
.n("PersonalizeClient", "ListDatasetsCommand")
|
|
2865
|
-
.sc(ListDatasets$)
|
|
2866
|
-
.build() {
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
|
-
class ListEventTrackersCommand extends Command
|
|
2870
|
-
.classBuilder()
|
|
2871
|
-
.ep(commonParams)
|
|
2872
|
-
.m(function (Command, cs, config, o) {
|
|
2873
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2874
|
-
})
|
|
2875
|
-
.s("AmazonPersonalize", "ListEventTrackers", {})
|
|
2876
|
-
.n("PersonalizeClient", "ListEventTrackersCommand")
|
|
2877
|
-
.sc(ListEventTrackers$)
|
|
2878
|
-
.build() {
|
|
2879
|
-
}
|
|
2880
|
-
|
|
2881
|
-
class ListFiltersCommand extends Command
|
|
2882
|
-
.classBuilder()
|
|
2883
|
-
.ep(commonParams)
|
|
2884
|
-
.m(function (Command, cs, config, o) {
|
|
2885
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2886
|
-
})
|
|
2887
|
-
.s("AmazonPersonalize", "ListFilters", {})
|
|
2888
|
-
.n("PersonalizeClient", "ListFiltersCommand")
|
|
2889
|
-
.sc(ListFilters$)
|
|
2890
|
-
.build() {
|
|
2891
|
-
}
|
|
2892
|
-
|
|
2893
|
-
class ListMetricAttributionMetricsCommand extends Command
|
|
2894
|
-
.classBuilder()
|
|
2895
|
-
.ep(commonParams)
|
|
2896
|
-
.m(function (Command, cs, config, o) {
|
|
2897
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2898
|
-
})
|
|
2899
|
-
.s("AmazonPersonalize", "ListMetricAttributionMetrics", {})
|
|
2900
|
-
.n("PersonalizeClient", "ListMetricAttributionMetricsCommand")
|
|
2901
|
-
.sc(ListMetricAttributionMetrics$)
|
|
2902
|
-
.build() {
|
|
2903
|
-
}
|
|
2904
|
-
|
|
2905
|
-
class ListMetricAttributionsCommand extends Command
|
|
2906
|
-
.classBuilder()
|
|
2907
|
-
.ep(commonParams)
|
|
2908
|
-
.m(function (Command, cs, config, o) {
|
|
2909
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2910
|
-
})
|
|
2911
|
-
.s("AmazonPersonalize", "ListMetricAttributions", {})
|
|
2912
|
-
.n("PersonalizeClient", "ListMetricAttributionsCommand")
|
|
2913
|
-
.sc(ListMetricAttributions$)
|
|
2914
|
-
.build() {
|
|
2915
|
-
}
|
|
2916
|
-
|
|
2917
|
-
class ListRecipesCommand extends Command
|
|
2918
|
-
.classBuilder()
|
|
2919
|
-
.ep(commonParams)
|
|
2920
|
-
.m(function (Command, cs, config, o) {
|
|
2921
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2922
|
-
})
|
|
2923
|
-
.s("AmazonPersonalize", "ListRecipes", {})
|
|
2924
|
-
.n("PersonalizeClient", "ListRecipesCommand")
|
|
2925
|
-
.sc(ListRecipes$)
|
|
2926
|
-
.build() {
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
|
-
class ListRecommendersCommand extends Command
|
|
2930
|
-
.classBuilder()
|
|
2931
|
-
.ep(commonParams)
|
|
2932
|
-
.m(function (Command, cs, config, o) {
|
|
2933
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2934
|
-
})
|
|
2935
|
-
.s("AmazonPersonalize", "ListRecommenders", {})
|
|
2936
|
-
.n("PersonalizeClient", "ListRecommendersCommand")
|
|
2937
|
-
.sc(ListRecommenders$)
|
|
2938
|
-
.build() {
|
|
2939
|
-
}
|
|
2940
|
-
|
|
2941
|
-
class ListSchemasCommand extends Command
|
|
2942
|
-
.classBuilder()
|
|
2943
|
-
.ep(commonParams)
|
|
2944
|
-
.m(function (Command, cs, config, o) {
|
|
2945
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2946
|
-
})
|
|
2947
|
-
.s("AmazonPersonalize", "ListSchemas", {})
|
|
2948
|
-
.n("PersonalizeClient", "ListSchemasCommand")
|
|
2949
|
-
.sc(ListSchemas$)
|
|
2950
|
-
.build() {
|
|
2951
|
-
}
|
|
2952
|
-
|
|
2953
|
-
class ListSolutionsCommand extends Command
|
|
2954
|
-
.classBuilder()
|
|
2955
|
-
.ep(commonParams)
|
|
2956
|
-
.m(function (Command, cs, config, o) {
|
|
2957
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2958
|
-
})
|
|
2959
|
-
.s("AmazonPersonalize", "ListSolutions", {})
|
|
2960
|
-
.n("PersonalizeClient", "ListSolutionsCommand")
|
|
2961
|
-
.sc(ListSolutions$)
|
|
2962
|
-
.build() {
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
|
-
class ListSolutionVersionsCommand extends Command
|
|
2966
|
-
.classBuilder()
|
|
2967
|
-
.ep(commonParams)
|
|
2968
|
-
.m(function (Command, cs, config, o) {
|
|
2969
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2970
|
-
})
|
|
2971
|
-
.s("AmazonPersonalize", "ListSolutionVersions", {})
|
|
2972
|
-
.n("PersonalizeClient", "ListSolutionVersionsCommand")
|
|
2973
|
-
.sc(ListSolutionVersions$)
|
|
2974
|
-
.build() {
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
|
-
class ListTagsForResourceCommand extends Command
|
|
2978
|
-
.classBuilder()
|
|
2979
|
-
.ep(commonParams)
|
|
2980
|
-
.m(function (Command, cs, config, o) {
|
|
2981
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2982
|
-
})
|
|
2983
|
-
.s("AmazonPersonalize", "ListTagsForResource", {})
|
|
2984
|
-
.n("PersonalizeClient", "ListTagsForResourceCommand")
|
|
2985
|
-
.sc(ListTagsForResource$)
|
|
2986
|
-
.build() {
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
class StartRecommenderCommand extends Command
|
|
2990
|
-
.classBuilder()
|
|
2991
|
-
.ep(commonParams)
|
|
2992
|
-
.m(function (Command, cs, config, o) {
|
|
2993
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2994
|
-
})
|
|
2995
|
-
.s("AmazonPersonalize", "StartRecommender", {})
|
|
2996
|
-
.n("PersonalizeClient", "StartRecommenderCommand")
|
|
2997
|
-
.sc(StartRecommender$)
|
|
2998
|
-
.build() {
|
|
2999
|
-
}
|
|
3000
|
-
|
|
3001
|
-
class StopRecommenderCommand extends Command
|
|
3002
|
-
.classBuilder()
|
|
3003
|
-
.ep(commonParams)
|
|
3004
|
-
.m(function (Command, cs, config, o) {
|
|
3005
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3006
|
-
})
|
|
3007
|
-
.s("AmazonPersonalize", "StopRecommender", {})
|
|
3008
|
-
.n("PersonalizeClient", "StopRecommenderCommand")
|
|
3009
|
-
.sc(StopRecommender$)
|
|
3010
|
-
.build() {
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
class StopSolutionVersionCreationCommand extends Command
|
|
3014
|
-
.classBuilder()
|
|
3015
|
-
.ep(commonParams)
|
|
3016
|
-
.m(function (Command, cs, config, o) {
|
|
3017
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3018
|
-
})
|
|
3019
|
-
.s("AmazonPersonalize", "StopSolutionVersionCreation", {})
|
|
3020
|
-
.n("PersonalizeClient", "StopSolutionVersionCreationCommand")
|
|
3021
|
-
.sc(StopSolutionVersionCreation$)
|
|
3022
|
-
.build() {
|
|
3023
|
-
}
|
|
3024
|
-
|
|
3025
|
-
class TagResourceCommand extends Command
|
|
3026
|
-
.classBuilder()
|
|
3027
|
-
.ep(commonParams)
|
|
3028
|
-
.m(function (Command, cs, config, o) {
|
|
3029
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3030
|
-
})
|
|
3031
|
-
.s("AmazonPersonalize", "TagResource", {})
|
|
3032
|
-
.n("PersonalizeClient", "TagResourceCommand")
|
|
3033
|
-
.sc(TagResource$)
|
|
3034
|
-
.build() {
|
|
3035
|
-
}
|
|
3036
|
-
|
|
3037
|
-
class UntagResourceCommand extends Command
|
|
3038
|
-
.classBuilder()
|
|
3039
|
-
.ep(commonParams)
|
|
3040
|
-
.m(function (Command, cs, config, o) {
|
|
3041
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3042
|
-
})
|
|
3043
|
-
.s("AmazonPersonalize", "UntagResource", {})
|
|
3044
|
-
.n("PersonalizeClient", "UntagResourceCommand")
|
|
3045
|
-
.sc(UntagResource$)
|
|
3046
|
-
.build() {
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
|
-
class UpdateCampaignCommand extends Command
|
|
3050
|
-
.classBuilder()
|
|
3051
|
-
.ep(commonParams)
|
|
3052
|
-
.m(function (Command, cs, config, o) {
|
|
3053
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3054
|
-
})
|
|
3055
|
-
.s("AmazonPersonalize", "UpdateCampaign", {})
|
|
3056
|
-
.n("PersonalizeClient", "UpdateCampaignCommand")
|
|
3057
|
-
.sc(UpdateCampaign$)
|
|
3058
|
-
.build() {
|
|
3059
|
-
}
|
|
3060
|
-
|
|
3061
|
-
class UpdateDatasetCommand extends Command
|
|
3062
|
-
.classBuilder()
|
|
3063
|
-
.ep(commonParams)
|
|
3064
|
-
.m(function (Command, cs, config, o) {
|
|
3065
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3066
|
-
})
|
|
3067
|
-
.s("AmazonPersonalize", "UpdateDataset", {})
|
|
3068
|
-
.n("PersonalizeClient", "UpdateDatasetCommand")
|
|
3069
|
-
.sc(UpdateDataset$)
|
|
3070
|
-
.build() {
|
|
3071
|
-
}
|
|
3072
|
-
|
|
3073
|
-
class UpdateMetricAttributionCommand extends Command
|
|
3074
|
-
.classBuilder()
|
|
3075
|
-
.ep(commonParams)
|
|
3076
|
-
.m(function (Command, cs, config, o) {
|
|
3077
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3078
|
-
})
|
|
3079
|
-
.s("AmazonPersonalize", "UpdateMetricAttribution", {})
|
|
3080
|
-
.n("PersonalizeClient", "UpdateMetricAttributionCommand")
|
|
3081
|
-
.sc(UpdateMetricAttribution$)
|
|
3082
|
-
.build() {
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
class UpdateRecommenderCommand extends Command
|
|
3086
|
-
.classBuilder()
|
|
3087
|
-
.ep(commonParams)
|
|
3088
|
-
.m(function (Command, cs, config, o) {
|
|
3089
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3090
|
-
})
|
|
3091
|
-
.s("AmazonPersonalize", "UpdateRecommender", {})
|
|
3092
|
-
.n("PersonalizeClient", "UpdateRecommenderCommand")
|
|
3093
|
-
.sc(UpdateRecommender$)
|
|
3094
|
-
.build() {
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
|
-
class UpdateSolutionCommand extends Command
|
|
3098
|
-
.classBuilder()
|
|
3099
|
-
.ep(commonParams)
|
|
3100
|
-
.m(function (Command, cs, config, o) {
|
|
3101
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3102
|
-
})
|
|
3103
|
-
.s("AmazonPersonalize", "UpdateSolution", {})
|
|
3104
|
-
.n("PersonalizeClient", "UpdateSolutionCommand")
|
|
3105
|
-
.sc(UpdateSolution$)
|
|
3106
|
-
.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$) {
|
|
3107
2473
|
}
|
|
3108
2474
|
|
|
3109
2475
|
const paginateListBatchInferenceJobs = createPaginator(PersonalizeClient, ListBatchInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|