@aws-sdk/client-personalize 3.529.1 → 3.535.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-types/Personalize.d.ts +18 -1
- package/dist-types/PersonalizeClient.d.ts +1 -1
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFilterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSolutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +2 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSolutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/StopRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +679 -679
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Personalize.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { PersonalizeClientConfig } from "./PersonalizeClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -802,6 +802,7 @@ export interface Personalize {
|
|
|
802
802
|
options: __HttpHandlerOptions,
|
|
803
803
|
cb: (err: any, data?: GetSolutionMetricsCommandOutput) => void
|
|
804
804
|
): void;
|
|
805
|
+
listBatchInferenceJobs(): Promise<ListBatchInferenceJobsCommandOutput>;
|
|
805
806
|
listBatchInferenceJobs(
|
|
806
807
|
args: ListBatchInferenceJobsCommandInput,
|
|
807
808
|
options?: __HttpHandlerOptions
|
|
@@ -815,6 +816,7 @@ export interface Personalize {
|
|
|
815
816
|
options: __HttpHandlerOptions,
|
|
816
817
|
cb: (err: any, data?: ListBatchInferenceJobsCommandOutput) => void
|
|
817
818
|
): void;
|
|
819
|
+
listBatchSegmentJobs(): Promise<ListBatchSegmentJobsCommandOutput>;
|
|
818
820
|
listBatchSegmentJobs(
|
|
819
821
|
args: ListBatchSegmentJobsCommandInput,
|
|
820
822
|
options?: __HttpHandlerOptions
|
|
@@ -828,6 +830,7 @@ export interface Personalize {
|
|
|
828
830
|
options: __HttpHandlerOptions,
|
|
829
831
|
cb: (err: any, data?: ListBatchSegmentJobsCommandOutput) => void
|
|
830
832
|
): void;
|
|
833
|
+
listCampaigns(): Promise<ListCampaignsCommandOutput>;
|
|
831
834
|
listCampaigns(
|
|
832
835
|
args: ListCampaignsCommandInput,
|
|
833
836
|
options?: __HttpHandlerOptions
|
|
@@ -841,6 +844,7 @@ export interface Personalize {
|
|
|
841
844
|
options: __HttpHandlerOptions,
|
|
842
845
|
cb: (err: any, data?: ListCampaignsCommandOutput) => void
|
|
843
846
|
): void;
|
|
847
|
+
listDatasetExportJobs(): Promise<ListDatasetExportJobsCommandOutput>;
|
|
844
848
|
listDatasetExportJobs(
|
|
845
849
|
args: ListDatasetExportJobsCommandInput,
|
|
846
850
|
options?: __HttpHandlerOptions
|
|
@@ -854,6 +858,7 @@ export interface Personalize {
|
|
|
854
858
|
options: __HttpHandlerOptions,
|
|
855
859
|
cb: (err: any, data?: ListDatasetExportJobsCommandOutput) => void
|
|
856
860
|
): void;
|
|
861
|
+
listDatasetGroups(): Promise<ListDatasetGroupsCommandOutput>;
|
|
857
862
|
listDatasetGroups(
|
|
858
863
|
args: ListDatasetGroupsCommandInput,
|
|
859
864
|
options?: __HttpHandlerOptions
|
|
@@ -867,6 +872,7 @@ export interface Personalize {
|
|
|
867
872
|
options: __HttpHandlerOptions,
|
|
868
873
|
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
869
874
|
): void;
|
|
875
|
+
listDatasetImportJobs(): Promise<ListDatasetImportJobsCommandOutput>;
|
|
870
876
|
listDatasetImportJobs(
|
|
871
877
|
args: ListDatasetImportJobsCommandInput,
|
|
872
878
|
options?: __HttpHandlerOptions
|
|
@@ -880,6 +886,7 @@ export interface Personalize {
|
|
|
880
886
|
options: __HttpHandlerOptions,
|
|
881
887
|
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
882
888
|
): void;
|
|
889
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
883
890
|
listDatasets(
|
|
884
891
|
args: ListDatasetsCommandInput,
|
|
885
892
|
options?: __HttpHandlerOptions
|
|
@@ -893,6 +900,7 @@ export interface Personalize {
|
|
|
893
900
|
options: __HttpHandlerOptions,
|
|
894
901
|
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
895
902
|
): void;
|
|
903
|
+
listEventTrackers(): Promise<ListEventTrackersCommandOutput>;
|
|
896
904
|
listEventTrackers(
|
|
897
905
|
args: ListEventTrackersCommandInput,
|
|
898
906
|
options?: __HttpHandlerOptions
|
|
@@ -906,6 +914,7 @@ export interface Personalize {
|
|
|
906
914
|
options: __HttpHandlerOptions,
|
|
907
915
|
cb: (err: any, data?: ListEventTrackersCommandOutput) => void
|
|
908
916
|
): void;
|
|
917
|
+
listFilters(): Promise<ListFiltersCommandOutput>;
|
|
909
918
|
listFilters(
|
|
910
919
|
args: ListFiltersCommandInput,
|
|
911
920
|
options?: __HttpHandlerOptions
|
|
@@ -919,6 +928,7 @@ export interface Personalize {
|
|
|
919
928
|
options: __HttpHandlerOptions,
|
|
920
929
|
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
921
930
|
): void;
|
|
931
|
+
listMetricAttributionMetrics(): Promise<ListMetricAttributionMetricsCommandOutput>;
|
|
922
932
|
listMetricAttributionMetrics(
|
|
923
933
|
args: ListMetricAttributionMetricsCommandInput,
|
|
924
934
|
options?: __HttpHandlerOptions
|
|
@@ -932,6 +942,7 @@ export interface Personalize {
|
|
|
932
942
|
options: __HttpHandlerOptions,
|
|
933
943
|
cb: (err: any, data?: ListMetricAttributionMetricsCommandOutput) => void
|
|
934
944
|
): void;
|
|
945
|
+
listMetricAttributions(): Promise<ListMetricAttributionsCommandOutput>;
|
|
935
946
|
listMetricAttributions(
|
|
936
947
|
args: ListMetricAttributionsCommandInput,
|
|
937
948
|
options?: __HttpHandlerOptions
|
|
@@ -945,6 +956,7 @@ export interface Personalize {
|
|
|
945
956
|
options: __HttpHandlerOptions,
|
|
946
957
|
cb: (err: any, data?: ListMetricAttributionsCommandOutput) => void
|
|
947
958
|
): void;
|
|
959
|
+
listRecipes(): Promise<ListRecipesCommandOutput>;
|
|
948
960
|
listRecipes(
|
|
949
961
|
args: ListRecipesCommandInput,
|
|
950
962
|
options?: __HttpHandlerOptions
|
|
@@ -958,6 +970,7 @@ export interface Personalize {
|
|
|
958
970
|
options: __HttpHandlerOptions,
|
|
959
971
|
cb: (err: any, data?: ListRecipesCommandOutput) => void
|
|
960
972
|
): void;
|
|
973
|
+
listRecommenders(): Promise<ListRecommendersCommandOutput>;
|
|
961
974
|
listRecommenders(
|
|
962
975
|
args: ListRecommendersCommandInput,
|
|
963
976
|
options?: __HttpHandlerOptions
|
|
@@ -971,6 +984,7 @@ export interface Personalize {
|
|
|
971
984
|
options: __HttpHandlerOptions,
|
|
972
985
|
cb: (err: any, data?: ListRecommendersCommandOutput) => void
|
|
973
986
|
): void;
|
|
987
|
+
listSchemas(): Promise<ListSchemasCommandOutput>;
|
|
974
988
|
listSchemas(
|
|
975
989
|
args: ListSchemasCommandInput,
|
|
976
990
|
options?: __HttpHandlerOptions
|
|
@@ -984,6 +998,7 @@ export interface Personalize {
|
|
|
984
998
|
options: __HttpHandlerOptions,
|
|
985
999
|
cb: (err: any, data?: ListSchemasCommandOutput) => void
|
|
986
1000
|
): void;
|
|
1001
|
+
listSolutions(): Promise<ListSolutionsCommandOutput>;
|
|
987
1002
|
listSolutions(
|
|
988
1003
|
args: ListSolutionsCommandInput,
|
|
989
1004
|
options?: __HttpHandlerOptions
|
|
@@ -997,6 +1012,7 @@ export interface Personalize {
|
|
|
997
1012
|
options: __HttpHandlerOptions,
|
|
998
1013
|
cb: (err: any, data?: ListSolutionsCommandOutput) => void
|
|
999
1014
|
): void;
|
|
1015
|
+
listSolutionVersions(): Promise<ListSolutionVersionsCommandOutput>;
|
|
1000
1016
|
listSolutionVersions(
|
|
1001
1017
|
args: ListSolutionVersionsCommandInput,
|
|
1002
1018
|
options?: __HttpHandlerOptions
|
|
@@ -1114,6 +1130,7 @@ export interface Personalize {
|
|
|
1114
1130
|
options: __HttpHandlerOptions,
|
|
1115
1131
|
cb: (err: any, data?: UpdateDatasetCommandOutput) => void
|
|
1116
1132
|
): void;
|
|
1133
|
+
updateMetricAttribution(): Promise<UpdateMetricAttributionCommandOutput>;
|
|
1117
1134
|
updateMetricAttribution(
|
|
1118
1135
|
args: UpdateMetricAttributionCommandInput,
|
|
1119
1136
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateBatchInferenceJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBatchInferenceJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBatchInferenceJobCommandInput,
|
|
32
|
+
CreateBatchInferenceJobCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBatchInferenceJobCommand extends CreateBatchInferenceJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateBatchSegmentJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBatchSegmentJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBatchSegmentJobCommandInput,
|
|
32
|
+
CreateBatchSegmentJobCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBatchSegmentJobCommand extends CreateBatchSegmentJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateCampaignCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateCampaignCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateCampaignCommandInput,
|
|
31
|
+
CreateCampaignCommandOutput,
|
|
32
|
+
PersonalizeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDatasetCommandInput,
|
|
31
|
+
CreateDatasetCommandOutput,
|
|
32
|
+
PersonalizeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDatasetExportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDatasetExportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDatasetExportJobCommandInput,
|
|
32
|
+
CreateDatasetExportJobCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDatasetExportJobCommand extends CreateDatasetExportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDatasetGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDatasetGroupCommandInput,
|
|
32
|
+
CreateDatasetGroupCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDatasetImportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDatasetImportJobCommandInput,
|
|
32
|
+
CreateDatasetImportJobCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEventTrackerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEventTrackerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEventTrackerCommandInput,
|
|
32
|
+
CreateEventTrackerCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEventTrackerCommand extends CreateEventTrackerCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateFilterCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateFilterCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateFilterCommandInput,
|
|
28
|
+
CreateFilterCommandOutput,
|
|
29
|
+
PersonalizeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateFilterCommand extends CreateFilterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateMetricAttributionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateMetricAttributionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateMetricAttributionCommandInput,
|
|
32
|
+
CreateMetricAttributionCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateMetricAttributionCommand extends CreateMetricAttributionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateRecommenderCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateRecommenderCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateRecommenderCommandInput,
|
|
32
|
+
CreateRecommenderCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateRecommenderCommand extends CreateRecommenderCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateSchemaCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateSchemaCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateSchemaCommandInput,
|
|
28
|
+
CreateSchemaCommandOutput,
|
|
29
|
+
PersonalizeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateSolutionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateSolutionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateSolutionCommandInput,
|
|
31
|
+
CreateSolutionCommandOutput,
|
|
32
|
+
PersonalizeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateSolutionCommand extends CreateSolutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateSolutionVersionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateSolutionVersionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateSolutionVersionCommandInput,
|
|
32
|
+
CreateSolutionVersionCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateSolutionVersionCommand extends CreateSolutionVersionCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteCampaignCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteCampaignCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteCampaignCommandInput,
|
|
26
|
+
DeleteCampaignCommandOutput,
|
|
27
|
+
PersonalizeClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteDatasetCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteDatasetCommandInput,
|
|
26
|
+
DeleteDatasetCommandOutput,
|
|
27
|
+
PersonalizeClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteDatasetGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteDatasetGroupCommandInput,
|
|
27
|
+
DeleteDatasetGroupCommandOutput,
|
|
28
|
+
PersonalizeClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteEventTrackerCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteEventTrackerCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteEventTrackerCommandInput,
|
|
27
|
+
DeleteEventTrackerCommandOutput,
|
|
28
|
+
PersonalizeClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteEventTrackerCommand extends DeleteEventTrackerCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteFilterCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteFilterCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteFilterCommandInput,
|
|
26
|
+
DeleteFilterCommandOutput,
|
|
27
|
+
PersonalizeClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteFilterCommand extends DeleteFilterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteMetricAttributionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteMetricAttributionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteMetricAttributionCommandInput,
|
|
28
|
+
DeleteMetricAttributionCommandOutput,
|
|
29
|
+
PersonalizeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteMetricAttributionCommand extends DeleteMetricAttributionCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteRecommenderCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteRecommenderCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteRecommenderCommandInput,
|
|
27
|
+
DeleteRecommenderCommandOutput,
|
|
28
|
+
PersonalizeClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteRecommenderCommand extends DeleteRecommenderCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteSchemaCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteSchemaCommandInput,
|
|
26
|
+
DeleteSchemaCommandOutput,
|
|
27
|
+
PersonalizeClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteSolutionCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteSolutionCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteSolutionCommandInput,
|
|
26
|
+
DeleteSolutionCommandOutput,
|
|
27
|
+
PersonalizeClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteSolutionCommand extends DeleteSolutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAlgorithmCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAlgorithmCommandInput,
|
|
32
|
+
DescribeAlgorithmCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAlgorithmCommand extends DescribeAlgorithmCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeBatchInferenceJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeBatchInferenceJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeBatchInferenceJobCommandInput,
|
|
32
|
+
DescribeBatchInferenceJobCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeBatchInferenceJobCommand extends DescribeBatchInferenceJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeBatchSegmentJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeBatchSegmentJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeBatchSegmentJobCommandInput,
|
|
32
|
+
DescribeBatchSegmentJobCommandOutput,
|
|
33
|
+
PersonalizeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeBatchSegmentJobCommand extends DescribeBatchSegmentJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeCampaignCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeCampaignCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeCampaignCommandInput,
|
|
31
|
+
DescribeCampaignCommandOutput,
|
|
32
|
+
PersonalizeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeDatasetCommandInput,
|
|
31
|
+
DescribeDatasetCommandOutput,
|
|
32
|
+
PersonalizeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {}
|