@aws-sdk/client-personalize 3.650.0 → 3.654.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/commands/CreateBatchInferenceJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +11 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +11 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +12 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +11 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +11 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSolutionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
40
|
+
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDatasetGroupRequest;
|
|
44
|
+
output: CreateDatasetGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDatasetGroupCommandInput;
|
|
48
|
+
output: CreateDatasetGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
40
|
+
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDatasetImportJobRequest;
|
|
44
|
+
output: CreateDatasetImportJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDatasetImportJobCommandInput;
|
|
48
|
+
output: CreateDatasetImportJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEventTrackerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEventTrackerCommand extends CreateEventTrackerCommand_base {
|
|
40
|
+
export declare class CreateEventTrackerCommand extends CreateEventTrackerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEventTrackerRequest;
|
|
44
|
+
output: CreateEventTrackerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEventTrackerCommandInput;
|
|
48
|
+
output: CreateEventTrackerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFilterCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFilterCommand extends CreateFilterCommand_base {
|
|
36
|
+
export declare class CreateFilterCommand extends CreateFilterCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFilterRequest;
|
|
40
|
+
output: CreateFilterResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFilterCommandInput;
|
|
44
|
+
output: CreateFilterCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateMetricAttributionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateMetricAttributionCommand extends CreateMetricAttributionCommand_base {
|
|
40
|
+
export declare class CreateMetricAttributionCommand extends CreateMetricAttributionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateMetricAttributionRequest;
|
|
44
|
+
output: CreateMetricAttributionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateMetricAttributionCommandInput;
|
|
48
|
+
output: CreateMetricAttributionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateRecommenderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateRecommenderCommand extends CreateRecommenderCommand_base {
|
|
40
|
+
export declare class CreateRecommenderCommand extends CreateRecommenderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateRecommenderRequest;
|
|
44
|
+
output: CreateRecommenderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateRecommenderCommandInput;
|
|
48
|
+
output: CreateRecommenderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateSchemaCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
36
|
+
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateSchemaRequest;
|
|
40
|
+
output: CreateSchemaResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateSchemaCommandInput;
|
|
44
|
+
output: CreateSchemaCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateSolutionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateSolutionCommand extends CreateSolutionCommand_base {
|
|
39
|
+
export declare class CreateSolutionCommand extends CreateSolutionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateSolutionRequest;
|
|
43
|
+
output: CreateSolutionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateSolutionCommandInput;
|
|
47
|
+
output: CreateSolutionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSolutionVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSolutionVersionCommand extends CreateSolutionVersionCommand_base {
|
|
40
|
+
export declare class CreateSolutionVersionCommand extends CreateSolutionVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSolutionVersionRequest;
|
|
44
|
+
output: CreateSolutionVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSolutionVersionCommandInput;
|
|
48
|
+
output: CreateSolutionVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteCampaignCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
34
|
+
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteCampaignRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteCampaignCommandInput;
|
|
42
|
+
output: DeleteCampaignCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
34
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteDatasetRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteDatasetCommandInput;
|
|
42
|
+
output: DeleteDatasetCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
|
|
35
|
+
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteDatasetGroupRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteDatasetGroupCommandInput;
|
|
43
|
+
output: DeleteDatasetGroupCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteEventTrackerCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteEventTrackerCommand extends DeleteEventTrackerCommand_base {
|
|
35
|
+
export declare class DeleteEventTrackerCommand extends DeleteEventTrackerCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteEventTrackerRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteEventTrackerCommandInput;
|
|
43
|
+
output: DeleteEventTrackerCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteFilterCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
|
|
34
|
+
export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteFilterRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteFilterCommandInput;
|
|
42
|
+
output: DeleteFilterCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteMetricAttributionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteMetricAttributionCommand extends DeleteMetricAttributionCommand_base {
|
|
36
|
+
export declare class DeleteMetricAttributionCommand extends DeleteMetricAttributionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteMetricAttributionRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteMetricAttributionCommandInput;
|
|
44
|
+
output: DeleteMetricAttributionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteRecommenderCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteRecommenderCommand extends DeleteRecommenderCommand_base {
|
|
35
|
+
export declare class DeleteRecommenderCommand extends DeleteRecommenderCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteRecommenderRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteRecommenderCommandInput;
|
|
43
|
+
output: DeleteRecommenderCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
34
|
+
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteSchemaRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteSchemaCommandInput;
|
|
42
|
+
output: DeleteSchemaCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteSolutionCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteSolutionCommand extends DeleteSolutionCommand_base {
|
|
34
|
+
export declare class DeleteSolutionCommand extends DeleteSolutionCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteSolutionRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteSolutionCommandInput;
|
|
42
|
+
output: DeleteSolutionCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAlgorithmCommand extends DescribeAlgorithmCommand_base {
|
|
40
|
+
export declare class DescribeAlgorithmCommand extends DescribeAlgorithmCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAlgorithmRequest;
|
|
44
|
+
output: DescribeAlgorithmResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAlgorithmCommandInput;
|
|
48
|
+
output: DescribeAlgorithmCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeBatchInferenceJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeBatchInferenceJobCommand extends DescribeBatchInferenceJobCommand_base {
|
|
40
|
+
export declare class DescribeBatchInferenceJobCommand extends DescribeBatchInferenceJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeBatchInferenceJobRequest;
|
|
44
|
+
output: DescribeBatchInferenceJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeBatchInferenceJobCommandInput;
|
|
48
|
+
output: DescribeBatchInferenceJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeBatchSegmentJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeBatchSegmentJobCommand extends DescribeBatchSegmentJobCommand_base {
|
|
40
|
+
export declare class DescribeBatchSegmentJobCommand extends DescribeBatchSegmentJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeBatchSegmentJobRequest;
|
|
44
|
+
output: DescribeBatchSegmentJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeBatchSegmentJobCommandInput;
|
|
48
|
+
output: DescribeBatchSegmentJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeCampaignCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
|
|
39
|
+
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeCampaignRequest;
|
|
43
|
+
output: DescribeCampaignResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeCampaignCommandInput;
|
|
47
|
+
output: DescribeCampaignCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDataDeletionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDataDeletionJobCommand extends DescribeDataDeletionJobCommand_base {
|
|
40
|
+
export declare class DescribeDataDeletionJobCommand extends DescribeDataDeletionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDataDeletionJobRequest;
|
|
44
|
+
output: DescribeDataDeletionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDataDeletionJobCommandInput;
|
|
48
|
+
output: DescribeDataDeletionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
39
|
+
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeDatasetRequest;
|
|
43
|
+
output: DescribeDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeDatasetCommandInput;
|
|
47
|
+
output: DescribeDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDatasetExportJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDatasetExportJobCommand extends DescribeDatasetExportJobCommand_base {
|
|
40
|
+
export declare class DescribeDatasetExportJobCommand extends DescribeDatasetExportJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDatasetExportJobRequest;
|
|
44
|
+
output: DescribeDatasetExportJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDatasetExportJobCommandInput;
|
|
48
|
+
output: DescribeDatasetExportJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
|
|
40
|
+
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDatasetGroupRequest;
|
|
44
|
+
output: DescribeDatasetGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDatasetGroupCommandInput;
|
|
48
|
+
output: DescribeDatasetGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
|
|
40
|
+
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDatasetImportJobRequest;
|
|
44
|
+
output: DescribeDatasetImportJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDatasetImportJobCommandInput;
|
|
48
|
+
output: DescribeDatasetImportJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEventTrackerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEventTrackerCommand extends DescribeEventTrackerCommand_base {
|
|
40
|
+
export declare class DescribeEventTrackerCommand extends DescribeEventTrackerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEventTrackerRequest;
|
|
44
|
+
output: DescribeEventTrackerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEventTrackerCommandInput;
|
|
48
|
+
output: DescribeEventTrackerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeFeatureTransformationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeFeatureTransformationCommand extends DescribeFeatureTransformationCommand_base {
|
|
40
|
+
export declare class DescribeFeatureTransformationCommand extends DescribeFeatureTransformationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFeatureTransformationRequest;
|
|
44
|
+
output: DescribeFeatureTransformationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFeatureTransformationCommandInput;
|
|
48
|
+
output: DescribeFeatureTransformationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeFilterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeFilterCommand extends DescribeFilterCommand_base {
|
|
39
|
+
export declare class DescribeFilterCommand extends DescribeFilterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeFilterRequest;
|
|
43
|
+
output: DescribeFilterResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeFilterCommandInput;
|
|
47
|
+
output: DescribeFilterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeMetricAttributionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeMetricAttributionCommand extends DescribeMetricAttributionCommand_base {
|
|
40
|
+
export declare class DescribeMetricAttributionCommand extends DescribeMetricAttributionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeMetricAttributionRequest;
|
|
44
|
+
output: DescribeMetricAttributionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeMetricAttributionCommandInput;
|
|
48
|
+
output: DescribeMetricAttributionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeRecipeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
39
|
+
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeRecipeRequest;
|
|
43
|
+
output: DescribeRecipeResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeRecipeCommandInput;
|
|
47
|
+
output: DescribeRecipeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRecommenderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRecommenderCommand extends DescribeRecommenderCommand_base {
|
|
40
|
+
export declare class DescribeRecommenderCommand extends DescribeRecommenderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRecommenderRequest;
|
|
44
|
+
output: DescribeRecommenderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRecommenderCommandInput;
|
|
48
|
+
output: DescribeRecommenderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeSchemaCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
39
|
+
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeSchemaRequest;
|
|
43
|
+
output: DescribeSchemaResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeSchemaCommandInput;
|
|
47
|
+
output: DescribeSchemaCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeSolutionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeSolutionCommand extends DescribeSolutionCommand_base {
|
|
39
|
+
export declare class DescribeSolutionCommand extends DescribeSolutionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeSolutionRequest;
|
|
43
|
+
output: DescribeSolutionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeSolutionCommandInput;
|
|
47
|
+
output: DescribeSolutionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSolutionVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSolutionVersionCommand extends DescribeSolutionVersionCommand_base {
|
|
40
|
+
export declare class DescribeSolutionVersionCommand extends DescribeSolutionVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSolutionVersionRequest;
|
|
44
|
+
output: DescribeSolutionVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSolutionVersionCommandInput;
|
|
48
|
+
output: DescribeSolutionVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|