@aws-sdk/client-personalize 3.194.0 → 3.195.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/CHANGELOG.md +11 -0
- package/dist-cjs/PersonalizeClient.js +11 -8
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +10 -0
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +10 -0
- package/dist-cjs/commands/CreateCampaignCommand.js +10 -0
- package/dist-cjs/commands/CreateDatasetCommand.js +10 -0
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +10 -0
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +10 -0
- package/dist-cjs/commands/CreateEventTrackerCommand.js +10 -0
- package/dist-cjs/commands/CreateFilterCommand.js +10 -0
- package/dist-cjs/commands/CreateRecommenderCommand.js +10 -0
- package/dist-cjs/commands/CreateSchemaCommand.js +10 -0
- package/dist-cjs/commands/CreateSolutionCommand.js +10 -0
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteCampaignCommand.js +10 -0
- package/dist-cjs/commands/DeleteDatasetCommand.js +10 -0
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +10 -0
- package/dist-cjs/commands/DeleteFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteRecommenderCommand.js +10 -0
- package/dist-cjs/commands/DeleteSchemaCommand.js +10 -0
- package/dist-cjs/commands/DeleteSolutionCommand.js +10 -0
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +10 -0
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeCampaignCommand.js +10 -0
- package/dist-cjs/commands/DescribeDatasetCommand.js +10 -0
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +10 -0
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +10 -0
- package/dist-cjs/commands/DescribeFilterCommand.js +10 -0
- package/dist-cjs/commands/DescribeRecipeCommand.js +10 -0
- package/dist-cjs/commands/DescribeRecommenderCommand.js +10 -0
- package/dist-cjs/commands/DescribeSchemaCommand.js +10 -0
- package/dist-cjs/commands/DescribeSolutionCommand.js +10 -0
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +10 -0
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +10 -0
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +10 -0
- package/dist-cjs/commands/ListCampaignsCommand.js +10 -0
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +10 -0
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +10 -0
- package/dist-cjs/commands/ListDatasetsCommand.js +10 -0
- package/dist-cjs/commands/ListEventTrackersCommand.js +10 -0
- package/dist-cjs/commands/ListFiltersCommand.js +10 -0
- package/dist-cjs/commands/ListRecipesCommand.js +10 -0
- package/dist-cjs/commands/ListRecommendersCommand.js +10 -0
- package/dist-cjs/commands/ListSchemasCommand.js +10 -0
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListSolutionsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/StartRecommenderCommand.js +10 -0
- package/dist-cjs/commands/StopRecommenderCommand.js +10 -0
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateCampaignCommand.js +10 -0
- package/dist-cjs/commands/UpdateRecommenderCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/PersonalizeClient.js +12 -9
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +10 -0
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +10 -0
- package/dist-es/commands/CreateCampaignCommand.js +10 -0
- package/dist-es/commands/CreateDatasetCommand.js +10 -0
- package/dist-es/commands/CreateDatasetExportJobCommand.js +10 -0
- package/dist-es/commands/CreateDatasetGroupCommand.js +10 -0
- package/dist-es/commands/CreateDatasetImportJobCommand.js +10 -0
- package/dist-es/commands/CreateEventTrackerCommand.js +10 -0
- package/dist-es/commands/CreateFilterCommand.js +10 -0
- package/dist-es/commands/CreateRecommenderCommand.js +10 -0
- package/dist-es/commands/CreateSchemaCommand.js +10 -0
- package/dist-es/commands/CreateSolutionCommand.js +10 -0
- package/dist-es/commands/CreateSolutionVersionCommand.js +10 -0
- package/dist-es/commands/DeleteCampaignCommand.js +10 -0
- package/dist-es/commands/DeleteDatasetCommand.js +10 -0
- package/dist-es/commands/DeleteDatasetGroupCommand.js +10 -0
- package/dist-es/commands/DeleteEventTrackerCommand.js +10 -0
- package/dist-es/commands/DeleteFilterCommand.js +10 -0
- package/dist-es/commands/DeleteRecommenderCommand.js +10 -0
- package/dist-es/commands/DeleteSchemaCommand.js +10 -0
- package/dist-es/commands/DeleteSolutionCommand.js +10 -0
- package/dist-es/commands/DescribeAlgorithmCommand.js +10 -0
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +10 -0
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +10 -0
- package/dist-es/commands/DescribeCampaignCommand.js +10 -0
- package/dist-es/commands/DescribeDatasetCommand.js +10 -0
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +10 -0
- package/dist-es/commands/DescribeDatasetGroupCommand.js +10 -0
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +10 -0
- package/dist-es/commands/DescribeEventTrackerCommand.js +10 -0
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +10 -0
- package/dist-es/commands/DescribeFilterCommand.js +10 -0
- package/dist-es/commands/DescribeRecipeCommand.js +10 -0
- package/dist-es/commands/DescribeRecommenderCommand.js +10 -0
- package/dist-es/commands/DescribeSchemaCommand.js +10 -0
- package/dist-es/commands/DescribeSolutionCommand.js +10 -0
- package/dist-es/commands/DescribeSolutionVersionCommand.js +10 -0
- package/dist-es/commands/GetSolutionMetricsCommand.js +10 -0
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +10 -0
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +10 -0
- package/dist-es/commands/ListCampaignsCommand.js +10 -0
- package/dist-es/commands/ListDatasetExportJobsCommand.js +10 -0
- package/dist-es/commands/ListDatasetGroupsCommand.js +10 -0
- package/dist-es/commands/ListDatasetImportJobsCommand.js +10 -0
- package/dist-es/commands/ListDatasetsCommand.js +10 -0
- package/dist-es/commands/ListEventTrackersCommand.js +10 -0
- package/dist-es/commands/ListFiltersCommand.js +10 -0
- package/dist-es/commands/ListRecipesCommand.js +10 -0
- package/dist-es/commands/ListRecommendersCommand.js +10 -0
- package/dist-es/commands/ListSchemasCommand.js +10 -0
- package/dist-es/commands/ListSolutionVersionsCommand.js +10 -0
- package/dist-es/commands/ListSolutionsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/StartRecommenderCommand.js +10 -0
- package/dist-es/commands/StopRecommenderCommand.js +10 -0
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateCampaignCommand.js +10 -0
- package/dist-es/commands/UpdateRecommenderCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/PersonalizeClient.d.ts +6 -9
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +2 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +2 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +2 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +2 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/PersonalizeClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +3 -1
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetSolutionMetricsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetSolutionMetricsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetSolutionMetricsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListBatchInferenceJobsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListBatchInferenceJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListBatchInferenceJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListBatchSegmentJobsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListBatchSegmentJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListBatchSegmentJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListCampaignsCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListCampaignsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListCampaignsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDatasetExportJobsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDatasetExportJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDatasetExportJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDatasetGroupsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDatasetGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDatasetGroupsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDatasetImportJobsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDatasetImportJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDatasetImportJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListDatasetsCommand extends $Command<
|
|
|
21
22
|
PersonalizeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListDatasetsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListDatasetsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListEventTrackersCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEventTrackersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEventTrackersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListFiltersCommand extends $Command<
|
|
|
21
22
|
PersonalizeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListFiltersCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListFiltersCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListRecipesCommand extends $Command<
|
|
|
21
22
|
PersonalizeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListRecipesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListRecipesCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListRecommendersCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListRecommendersCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListRecommendersCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListSchemasCommand extends $Command<
|
|
|
21
22
|
PersonalizeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListSchemasCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListSchemasCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListSolutionVersionsCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListSolutionVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSolutionVersionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListSolutionsCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListSolutionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListSolutionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class StartRecommenderCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: StartRecommenderCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: StartRecommenderCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class StopRecommenderCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: StopRecommenderCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: StopRecommenderCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StopSolutionVersionCreationCommand extends $Command<
|
|
|
21
22
|
PersonalizeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StopSolutionVersionCreationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StopSolutionVersionCreationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
PersonalizeClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateCampaignCommand extends $Command<
|
|
|
24
25
|
PersonalizeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateCampaignCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateCampaignCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateRecommenderCommand extends $Command<
|
|
|
25
26
|
PersonalizeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateRecommenderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateRecommenderCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { PersonalizeClientConfig } from "./PersonalizeClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.195.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.194.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {};
|
|
6
|
-
const partitionHash = {
|
|
7
|
-
aws: {
|
|
8
|
-
regions: [
|
|
9
|
-
"af-south-1",
|
|
10
|
-
"ap-east-1",
|
|
11
|
-
"ap-northeast-1",
|
|
12
|
-
"ap-northeast-2",
|
|
13
|
-
"ap-northeast-3",
|
|
14
|
-
"ap-south-1",
|
|
15
|
-
"ap-southeast-1",
|
|
16
|
-
"ap-southeast-2",
|
|
17
|
-
"ap-southeast-3",
|
|
18
|
-
"ca-central-1",
|
|
19
|
-
"eu-central-1",
|
|
20
|
-
"eu-north-1",
|
|
21
|
-
"eu-south-1",
|
|
22
|
-
"eu-west-1",
|
|
23
|
-
"eu-west-2",
|
|
24
|
-
"eu-west-3",
|
|
25
|
-
"me-central-1",
|
|
26
|
-
"me-south-1",
|
|
27
|
-
"sa-east-1",
|
|
28
|
-
"us-east-1",
|
|
29
|
-
"us-east-2",
|
|
30
|
-
"us-west-1",
|
|
31
|
-
"us-west-2",
|
|
32
|
-
],
|
|
33
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
34
|
-
variants: [
|
|
35
|
-
{
|
|
36
|
-
hostname: "personalize.{region}.amazonaws.com",
|
|
37
|
-
tags: [],
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
hostname: "personalize-fips.{region}.amazonaws.com",
|
|
41
|
-
tags: ["fips"],
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
hostname: "personalize-fips.{region}.api.aws",
|
|
45
|
-
tags: ["dualstack", "fips"],
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
hostname: "personalize.{region}.api.aws",
|
|
49
|
-
tags: ["dualstack"],
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
"aws-cn": {
|
|
54
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
55
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
56
|
-
variants: [
|
|
57
|
-
{
|
|
58
|
-
hostname: "personalize.{region}.amazonaws.com.cn",
|
|
59
|
-
tags: [],
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
hostname: "personalize-fips.{region}.amazonaws.com.cn",
|
|
63
|
-
tags: ["fips"],
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
hostname: "personalize-fips.{region}.api.amazonwebservices.com.cn",
|
|
67
|
-
tags: ["dualstack", "fips"],
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
hostname: "personalize.{region}.api.amazonwebservices.com.cn",
|
|
71
|
-
tags: ["dualstack"],
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
},
|
|
75
|
-
"aws-iso": {
|
|
76
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
77
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
78
|
-
variants: [
|
|
79
|
-
{
|
|
80
|
-
hostname: "personalize.{region}.c2s.ic.gov",
|
|
81
|
-
tags: [],
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
hostname: "personalize-fips.{region}.c2s.ic.gov",
|
|
85
|
-
tags: ["fips"],
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
},
|
|
89
|
-
"aws-iso-b": {
|
|
90
|
-
regions: ["us-isob-east-1"],
|
|
91
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
92
|
-
variants: [
|
|
93
|
-
{
|
|
94
|
-
hostname: "personalize.{region}.sc2s.sgov.gov",
|
|
95
|
-
tags: [],
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
hostname: "personalize-fips.{region}.sc2s.sgov.gov",
|
|
99
|
-
tags: ["fips"],
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
},
|
|
103
|
-
"aws-us-gov": {
|
|
104
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
105
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
106
|
-
variants: [
|
|
107
|
-
{
|
|
108
|
-
hostname: "personalize.{region}.amazonaws.com",
|
|
109
|
-
tags: [],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
hostname: "personalize-fips.{region}.amazonaws.com",
|
|
113
|
-
tags: ["fips"],
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
hostname: "personalize-fips.{region}.api.aws",
|
|
117
|
-
tags: ["dualstack", "fips"],
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
hostname: "personalize.{region}.api.aws",
|
|
121
|
-
tags: ["dualstack"],
|
|
122
|
-
},
|
|
123
|
-
],
|
|
124
|
-
},
|
|
125
|
-
};
|
|
126
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
127
|
-
...options,
|
|
128
|
-
signingService: "personalize",
|
|
129
|
-
regionHash,
|
|
130
|
-
partitionHash,
|
|
131
|
-
});
|
|
132
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|