@aws-sdk/client-personalize 3.948.0 → 3.953.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 +930 -587
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +2 -2
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +2 -2
- package/dist-es/commands/CreateCampaignCommand.js +2 -2
- package/dist-es/commands/CreateDataDeletionJobCommand.js +2 -2
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreateDatasetExportJobCommand.js +2 -2
- package/dist-es/commands/CreateDatasetGroupCommand.js +2 -2
- package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -2
- package/dist-es/commands/CreateEventTrackerCommand.js +2 -2
- package/dist-es/commands/CreateFilterCommand.js +2 -2
- package/dist-es/commands/CreateMetricAttributionCommand.js +2 -2
- package/dist-es/commands/CreateRecommenderCommand.js +2 -2
- package/dist-es/commands/CreateSchemaCommand.js +2 -2
- package/dist-es/commands/CreateSolutionCommand.js +2 -2
- package/dist-es/commands/CreateSolutionVersionCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteEventTrackerCommand.js +2 -2
- package/dist-es/commands/DeleteFilterCommand.js +2 -2
- package/dist-es/commands/DeleteMetricAttributionCommand.js +2 -2
- package/dist-es/commands/DeleteRecommenderCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaCommand.js +2 -2
- package/dist-es/commands/DeleteSolutionCommand.js +2 -2
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -2
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +2 -2
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +2 -2
- package/dist-es/commands/DescribeCampaignCommand.js +2 -2
- package/dist-es/commands/DescribeDataDeletionJobCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -2
- package/dist-es/commands/DescribeEventTrackerCommand.js +2 -2
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +2 -2
- package/dist-es/commands/DescribeFilterCommand.js +2 -2
- package/dist-es/commands/DescribeMetricAttributionCommand.js +2 -2
- package/dist-es/commands/DescribeRecipeCommand.js +2 -2
- package/dist-es/commands/DescribeRecommenderCommand.js +2 -2
- package/dist-es/commands/DescribeSchemaCommand.js +2 -2
- package/dist-es/commands/DescribeSolutionCommand.js +2 -2
- package/dist-es/commands/DescribeSolutionVersionCommand.js +2 -2
- package/dist-es/commands/GetSolutionMetricsCommand.js +2 -2
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +2 -2
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +2 -2
- package/dist-es/commands/ListCampaignsCommand.js +2 -2
- package/dist-es/commands/ListDataDeletionJobsCommand.js +2 -2
- package/dist-es/commands/ListDatasetExportJobsCommand.js +2 -2
- package/dist-es/commands/ListDatasetGroupsCommand.js +2 -2
- package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListEventTrackersCommand.js +2 -2
- package/dist-es/commands/ListFiltersCommand.js +2 -2
- package/dist-es/commands/ListMetricAttributionMetricsCommand.js +2 -2
- package/dist-es/commands/ListMetricAttributionsCommand.js +2 -2
- package/dist-es/commands/ListRecipesCommand.js +2 -2
- package/dist-es/commands/ListRecommendersCommand.js +2 -2
- package/dist-es/commands/ListSchemasCommand.js +2 -2
- package/dist-es/commands/ListSolutionVersionsCommand.js +2 -2
- package/dist-es/commands/ListSolutionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartRecommenderCommand.js +2 -2
- package/dist-es/commands/StopRecommenderCommand.js +2 -2
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignCommand.js +2 -2
- package/dist-es/commands/UpdateDatasetCommand.js +2 -2
- package/dist-es/commands/UpdateMetricAttributionCommand.js +2 -2
- package/dist-es/commands/UpdateRecommenderCommand.js +2 -2
- package/dist-es/commands/UpdateSolutionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +568 -512
- package/dist-types/PersonalizeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +288 -330
- package/dist-types/ts3.4/PersonalizeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -332
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.personalize",
|
|
32
|
+
version: "2018-05-22",
|
|
33
|
+
serviceTarget: "AmazonPersonalize",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Personalize",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBatchInferenceJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBatchInferenceJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBatchInferenceJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBatchInferenceJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateBatchInferenceJob", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateBatchInferenceJobCommand")
|
|
14
|
-
.sc(CreateBatchInferenceJob)
|
|
14
|
+
.sc(CreateBatchInferenceJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBatchSegmentJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBatchSegmentJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBatchSegmentJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBatchSegmentJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateBatchSegmentJob", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateBatchSegmentJobCommand")
|
|
14
|
-
.sc(CreateBatchSegmentJob)
|
|
14
|
+
.sc(CreateBatchSegmentJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateCampaign", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateCampaignCommand")
|
|
14
|
-
.sc(CreateCampaign)
|
|
14
|
+
.sc(CreateCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDataDeletionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataDeletionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDataDeletionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDataDeletionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateDataDeletionJob", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateDataDeletionJobCommand")
|
|
14
|
-
.sc(CreateDataDeletionJob)
|
|
14
|
+
.sc(CreateDataDeletionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateDataset", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateDatasetCommand")
|
|
14
|
-
.sc(CreateDataset)
|
|
14
|
+
.sc(CreateDataset$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDatasetExportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDatasetExportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDatasetExportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDatasetExportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateDatasetExportJob", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateDatasetExportJobCommand")
|
|
14
|
-
.sc(CreateDatasetExportJob)
|
|
14
|
+
.sc(CreateDatasetExportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDatasetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDatasetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDatasetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDatasetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateDatasetGroup", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateDatasetGroupCommand")
|
|
14
|
-
.sc(CreateDatasetGroup)
|
|
14
|
+
.sc(CreateDatasetGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDatasetImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDatasetImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDatasetImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDatasetImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateDatasetImportJob", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateDatasetImportJobCommand")
|
|
14
|
-
.sc(CreateDatasetImportJob)
|
|
14
|
+
.sc(CreateDatasetImportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateEventTracker } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEventTracker$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEventTrackerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEventTrackerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateEventTracker", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateEventTrackerCommand")
|
|
14
|
-
.sc(CreateEventTracker)
|
|
14
|
+
.sc(CreateEventTracker$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFilter } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFilter$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFilterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFilterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateFilter", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateFilterCommand")
|
|
14
|
-
.sc(CreateFilter)
|
|
14
|
+
.sc(CreateFilter$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMetricAttribution } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMetricAttribution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMetricAttributionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMetricAttributionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateMetricAttribution", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateMetricAttributionCommand")
|
|
14
|
-
.sc(CreateMetricAttribution)
|
|
14
|
+
.sc(CreateMetricAttribution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRecommender } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRecommender$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRecommenderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRecommenderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateRecommender", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateRecommenderCommand")
|
|
14
|
-
.sc(CreateRecommender)
|
|
14
|
+
.sc(CreateRecommender$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateSchema", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateSchemaCommand")
|
|
14
|
-
.sc(CreateSchema)
|
|
14
|
+
.sc(CreateSchema$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSolution } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSolution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSolutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSolutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateSolution", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateSolutionCommand")
|
|
14
|
-
.sc(CreateSolution)
|
|
14
|
+
.sc(CreateSolution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSolutionVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSolutionVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSolutionVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSolutionVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "CreateSolutionVersion", {})
|
|
13
13
|
.n("PersonalizeClient", "CreateSolutionVersionCommand")
|
|
14
|
-
.sc(CreateSolutionVersion)
|
|
14
|
+
.sc(CreateSolutionVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteCampaign", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteCampaignCommand")
|
|
14
|
-
.sc(DeleteCampaign)
|
|
14
|
+
.sc(DeleteCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteDataset", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteDatasetCommand")
|
|
14
|
-
.sc(DeleteDataset)
|
|
14
|
+
.sc(DeleteDataset$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteDatasetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDatasetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDatasetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDatasetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteDatasetGroup", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteDatasetGroupCommand")
|
|
14
|
-
.sc(DeleteDatasetGroup)
|
|
14
|
+
.sc(DeleteDatasetGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteEventTracker } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEventTracker$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEventTrackerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEventTrackerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteEventTracker", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteEventTrackerCommand")
|
|
14
|
-
.sc(DeleteEventTracker)
|
|
14
|
+
.sc(DeleteEventTracker$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFilter } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFilter$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFilterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFilterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteFilter", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteFilterCommand")
|
|
14
|
-
.sc(DeleteFilter)
|
|
14
|
+
.sc(DeleteFilter$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMetricAttribution } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMetricAttribution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMetricAttributionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMetricAttributionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteMetricAttribution", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteMetricAttributionCommand")
|
|
14
|
-
.sc(DeleteMetricAttribution)
|
|
14
|
+
.sc(DeleteMetricAttribution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRecommender } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRecommender$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRecommenderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRecommenderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteRecommender", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteRecommenderCommand")
|
|
14
|
-
.sc(DeleteRecommender)
|
|
14
|
+
.sc(DeleteRecommender$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteSchema", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteSchemaCommand")
|
|
14
|
-
.sc(DeleteSchema)
|
|
14
|
+
.sc(DeleteSchema$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSolution } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSolution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSolutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSolutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DeleteSolution", {})
|
|
13
13
|
.n("PersonalizeClient", "DeleteSolutionCommand")
|
|
14
|
-
.sc(DeleteSolution)
|
|
14
|
+
.sc(DeleteSolution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAlgorithm } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAlgorithm$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAlgorithmCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAlgorithmCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeAlgorithm", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeAlgorithmCommand")
|
|
14
|
-
.sc(DescribeAlgorithm)
|
|
14
|
+
.sc(DescribeAlgorithm$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBatchInferenceJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBatchInferenceJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBatchInferenceJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBatchInferenceJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeBatchInferenceJob", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeBatchInferenceJobCommand")
|
|
14
|
-
.sc(DescribeBatchInferenceJob)
|
|
14
|
+
.sc(DescribeBatchInferenceJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBatchSegmentJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBatchSegmentJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBatchSegmentJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBatchSegmentJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeBatchSegmentJob", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeBatchSegmentJobCommand")
|
|
14
|
-
.sc(DescribeBatchSegmentJob)
|
|
14
|
+
.sc(DescribeBatchSegmentJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCampaign } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCampaign$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCampaignCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCampaignCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeCampaign", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeCampaignCommand")
|
|
14
|
-
.sc(DescribeCampaign)
|
|
14
|
+
.sc(DescribeCampaign$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDataDeletionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDataDeletionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDataDeletionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDataDeletionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeDataDeletionJob", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeDataDeletionJobCommand")
|
|
14
|
-
.sc(DescribeDataDeletionJob)
|
|
14
|
+
.sc(DescribeDataDeletionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeDataset", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeDatasetCommand")
|
|
14
|
-
.sc(DescribeDataset)
|
|
14
|
+
.sc(DescribeDataset$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDatasetExportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDatasetExportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDatasetExportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDatasetExportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeDatasetExportJob", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeDatasetExportJobCommand")
|
|
14
|
-
.sc(DescribeDatasetExportJob)
|
|
14
|
+
.sc(DescribeDatasetExportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDatasetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDatasetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDatasetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDatasetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeDatasetGroup", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeDatasetGroupCommand")
|
|
14
|
-
.sc(DescribeDatasetGroup)
|
|
14
|
+
.sc(DescribeDatasetGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDatasetImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDatasetImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDatasetImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDatasetImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeDatasetImportJob", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeDatasetImportJobCommand")
|
|
14
|
-
.sc(DescribeDatasetImportJob)
|
|
14
|
+
.sc(DescribeDatasetImportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeEventTracker } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEventTracker$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEventTrackerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEventTrackerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeEventTracker", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeEventTrackerCommand")
|
|
14
|
-
.sc(DescribeEventTracker)
|
|
14
|
+
.sc(DescribeEventTracker$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeFeatureTransformation } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFeatureTransformation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFeatureTransformationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFeatureTransformationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonPersonalize", "DescribeFeatureTransformation", {})
|
|
13
13
|
.n("PersonalizeClient", "DescribeFeatureTransformationCommand")
|
|
14
|
-
.sc(DescribeFeatureTransformation)
|
|
14
|
+
.sc(DescribeFeatureTransformation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|