@aws-sdk/client-personalize 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +222 -855
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +2 -14
- package/dist-es/commands/CreateCampaignCommand.js +2 -14
- package/dist-es/commands/CreateDataDeletionJobCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDatasetExportJobCommand.js +2 -14
- package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
- package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/CreateEventTrackerCommand.js +2 -14
- package/dist-es/commands/CreateFilterCommand.js +2 -14
- package/dist-es/commands/CreateMetricAttributionCommand.js +2 -14
- package/dist-es/commands/CreateRecommenderCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/CreateSolutionCommand.js +2 -14
- package/dist-es/commands/CreateSolutionVersionCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEventTrackerCommand.js +2 -14
- package/dist-es/commands/DeleteFilterCommand.js +2 -14
- package/dist-es/commands/DeleteMetricAttributionCommand.js +2 -14
- package/dist-es/commands/DeleteRecommenderCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteSolutionCommand.js +2 -14
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -14
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +2 -14
- package/dist-es/commands/DescribeCampaignCommand.js +2 -14
- package/dist-es/commands/DescribeDataDeletionJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DescribeEventTrackerCommand.js +2 -14
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +2 -14
- package/dist-es/commands/DescribeFilterCommand.js +2 -14
- package/dist-es/commands/DescribeMetricAttributionCommand.js +2 -14
- package/dist-es/commands/DescribeRecipeCommand.js +2 -14
- package/dist-es/commands/DescribeRecommenderCommand.js +2 -14
- package/dist-es/commands/DescribeSchemaCommand.js +2 -14
- package/dist-es/commands/DescribeSolutionCommand.js +2 -14
- package/dist-es/commands/DescribeSolutionVersionCommand.js +2 -14
- package/dist-es/commands/GetSolutionMetricsCommand.js +2 -14
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +2 -14
- package/dist-es/commands/ListCampaignsCommand.js +2 -14
- package/dist-es/commands/ListDataDeletionJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetExportJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetGroupsCommand.js +2 -14
- package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListEventTrackersCommand.js +2 -14
- package/dist-es/commands/ListFiltersCommand.js +2 -14
- package/dist-es/commands/ListMetricAttributionMetricsCommand.js +2 -14
- package/dist-es/commands/ListMetricAttributionsCommand.js +2 -14
- package/dist-es/commands/ListRecipesCommand.js +2 -14
- package/dist-es/commands/ListRecommendersCommand.js +2 -14
- package/dist-es/commands/ListSchemasCommand.js +2 -14
- package/dist-es/commands/ListSolutionVersionsCommand.js +2 -14
- package/dist-es/commands/ListSolutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartRecommenderCommand.js +2 -14
- package/dist-es/commands/StopRecommenderCommand.js +2 -14
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetCommand.js +2 -14
- package/dist-es/commands/UpdateMetricAttributionCommand.js +2 -14
- package/dist-es/commands/UpdateRecommenderCommand.js +2 -14
- package/dist-es/commands/UpdateSolutionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/CreateRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolutionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFilterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSolutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventTrackersCommand.d.ts +3 -8
- package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendersCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/StopRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolutionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateSolutionRequest,
|
|
5
4
|
UpdateSolutionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateSolutionCommandInput extends UpdateSolutionRequest {}
|
|
15
8
|
export interface UpdateSolutionCommandOutput
|
|
16
9
|
extends UpdateSolutionResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateSolutionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateSolutionCommandInput,
|
|
23
16
|
UpdateSolutionCommandOutput,
|
|
24
|
-
PersonalizeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateSolutionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateSolutionCommandInput,
|
|
32
25
|
UpdateSolutionCommandOutput,
|
|
33
|
-
PersonalizeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateSolutionCommand extends UpdateSolutionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { PersonalizeExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PersonalizeClientConfig } from "./PersonalizeClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|
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.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,15 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-
|
|
23
|
-
"@aws-
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@smithy/
|
|
28
|
-
"@smithy/
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
30
|
-
"@smithy/types": "^4.15.0",
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
31
29
|
"tslib": "^2.6.2"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|