@aws-sdk/client-cleanroomsml 3.477.0 → 3.481.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/commands/CreateAudienceModelCommand.js +18 -41
- package/dist-cjs/commands/CreateConfiguredAudienceModelCommand.js +18 -41
- package/dist-cjs/commands/CreateTrainingDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeleteAudienceGenerationJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteAudienceModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfiguredAudienceModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfiguredAudienceModelPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrainingDatasetCommand.js +18 -41
- package/dist-cjs/commands/GetAudienceGenerationJobCommand.js +18 -41
- package/dist-cjs/commands/GetAudienceModelCommand.js +18 -41
- package/dist-cjs/commands/GetConfiguredAudienceModelCommand.js +18 -41
- package/dist-cjs/commands/GetConfiguredAudienceModelPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetTrainingDatasetCommand.js +18 -41
- package/dist-cjs/commands/ListAudienceExportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListAudienceGenerationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListAudienceModelsCommand.js +18 -41
- package/dist-cjs/commands/ListConfiguredAudienceModelsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTrainingDatasetsCommand.js +18 -41
- package/dist-cjs/commands/PutConfiguredAudienceModelPolicyCommand.js +18 -41
- package/dist-cjs/commands/StartAudienceExportJobCommand.js +18 -41
- package/dist-cjs/commands/StartAudienceGenerationJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateConfiguredAudienceModelCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAudienceExportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAudienceGenerationJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAudienceModelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListConfiguredAudienceModelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrainingDatasetsPaginator.js +2 -24
- package/dist-es/commands/CreateAudienceModelCommand.js +18 -41
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +18 -41
- package/dist-es/commands/CreateTrainingDatasetCommand.js +18 -41
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +18 -41
- package/dist-es/commands/DeleteAudienceModelCommand.js +18 -41
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +18 -41
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +18 -41
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +18 -41
- package/dist-es/commands/GetAudienceModelCommand.js +18 -41
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +18 -41
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +18 -41
- package/dist-es/commands/GetTrainingDatasetCommand.js +18 -41
- package/dist-es/commands/ListAudienceExportJobsCommand.js +18 -41
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +18 -41
- package/dist-es/commands/ListAudienceModelsCommand.js +18 -41
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTrainingDatasetsCommand.js +18 -41
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +18 -41
- package/dist-es/commands/StartAudienceExportJobCommand.js +18 -41
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAudienceExportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListAudienceGenerationJobsPaginator.js +2 -23
- package/dist-es/pagination/ListAudienceModelsPaginator.js +2 -23
- package/dist-es/pagination/ListConfiguredAudienceModelsPaginator.js +2 -23
- package/dist-es/pagination/ListTrainingDatasetsPaginator.js +2 -23
- package/dist-types/commands/CreateAudienceModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAudienceModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +6 -21
- package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +6 -21
- package/dist-types/commands/GetAudienceModelCommand.d.ts +6 -21
- package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +6 -21
- package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetTrainingDatasetCommand.d.ts +6 -21
- package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListAudienceModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +6 -21
- package/dist-types/commands/StartAudienceExportJobCommand.d.ts +6 -21
- package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAudienceExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAudienceGenerationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAudienceModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfiguredAudienceModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingDatasetsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAudienceExportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAudienceGenerationJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAudienceModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrainingDatasetsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { CreateAudienceModelRequest, CreateAudienceModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAudienceModelCommandInput extends CreateAudienceModelRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAudienceModelCommandOutput extends CreateAudienceModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAudienceModelCommand_base: {
|
|
24
|
+
new (input: CreateAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Defines the information necessary to create an audience model. An audience model is a machine learning model that Clean Rooms ML trains to measure similarity between users. Clean Rooms ML manages training and storing the audience model. The audience model can be used in multiple calls to the <a>StartAudienceGenerationJob</a> API.</p>
|
|
@@ -74,23 +77,5 @@ export interface CreateAudienceModelCommandOutput extends CreateAudienceModelRes
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class CreateAudienceModelCommand extends
|
|
78
|
-
readonly input: CreateAudienceModelCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: CreateAudienceModelCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class CreateAudienceModelCommand extends CreateAudienceModelCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { CreateConfiguredAudienceModelRequest, CreateConfiguredAudienceModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateConfiguredAudienceModelCommandInput extends CreateConfigu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateConfiguredAudienceModelCommandOutput extends CreateConfiguredAudienceModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateConfiguredAudienceModelCommand_base: {
|
|
24
|
+
new (input: CreateConfiguredAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Defines the information necessary to create a configured audience model.</p>
|
|
@@ -90,23 +93,5 @@ export interface CreateConfiguredAudienceModelCommandOutput extends CreateConfig
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class CreateConfiguredAudienceModelCommand extends
|
|
94
|
-
readonly input: CreateConfiguredAudienceModelCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: CreateConfiguredAudienceModelCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { CreateTrainingDatasetRequest, CreateTrainingDatasetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTrainingDatasetCommandInput extends CreateTrainingDataset
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTrainingDatasetCommandOutput extends CreateTrainingDatasetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTrainingDatasetCommand_base: {
|
|
24
|
+
new (input: CreateTrainingDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Defines the information necessary to create a training dataset, or seed audience. In Clean Rooms ML, the <code>TrainingDataset</code> is metadata that points to a Glue table, which is read only during <code>AudienceModel</code> creation.</p>
|
|
@@ -87,23 +90,5 @@ export interface CreateTrainingDatasetCommandOutput extends CreateTrainingDatase
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class CreateTrainingDatasetCommand extends
|
|
91
|
-
readonly input: CreateTrainingDatasetCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: CreateTrainingDatasetCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class CreateTrainingDatasetCommand extends CreateTrainingDatasetCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { DeleteAudienceGenerationJobRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAudienceGenerationJobCommandInput extends DeleteAudienceG
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAudienceGenerationJobCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAudienceGenerationJobCommand_base: {
|
|
24
|
+
new (input: DeleteAudienceGenerationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified audience generation job, and removes all data associated with the job.</p>
|
|
@@ -61,23 +64,5 @@ export interface DeleteAudienceGenerationJobCommandOutput extends __MetadataBear
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteAudienceGenerationJobCommand extends
|
|
65
|
-
readonly input: DeleteAudienceGenerationJobCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteAudienceGenerationJobCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteAudienceGenerationJobCommand extends DeleteAudienceGenerationJobCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { DeleteAudienceModelRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAudienceModelCommandInput extends DeleteAudienceModelRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAudienceModelCommand_base: {
|
|
24
|
+
new (input: DeleteAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Specifies an audience model that you want to delete. You can't delete an audience model if there are any configured audience models that depend on the audience model.</p>
|
|
@@ -61,23 +64,5 @@ export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteAudienceModelCommand extends
|
|
65
|
-
readonly input: DeleteAudienceModelCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteAudienceModelCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteAudienceModelCommand extends DeleteAudienceModelCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { DeleteConfiguredAudienceModelRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteConfiguredAudienceModelCommandInput extends DeleteConfigu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteConfiguredAudienceModelCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteConfiguredAudienceModelCommand_base: {
|
|
24
|
+
new (input: DeleteConfiguredAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.</p>
|
|
@@ -61,23 +64,5 @@ export interface DeleteConfiguredAudienceModelCommandOutput extends __MetadataBe
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteConfiguredAudienceModelCommand extends
|
|
65
|
-
readonly input: DeleteConfiguredAudienceModelCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteConfiguredAudienceModelCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteConfiguredAudienceModelCommand extends DeleteConfiguredAudienceModelCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { DeleteConfiguredAudienceModelPolicyRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteConfiguredAudienceModelPolicyCommandInput extends DeleteC
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteConfiguredAudienceModelPolicyCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
|
|
24
|
+
new (input: DeleteConfiguredAudienceModelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified configured audience model policy.</p>
|
|
@@ -58,23 +61,5 @@ export interface DeleteConfiguredAudienceModelPolicyCommandOutput extends __Meta
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class DeleteConfiguredAudienceModelPolicyCommand extends
|
|
62
|
-
readonly input: DeleteConfiguredAudienceModelPolicyCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: DeleteConfiguredAudienceModelPolicyCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class DeleteConfiguredAudienceModelPolicyCommand extends DeleteConfiguredAudienceModelPolicyCommand_base {
|
|
80
65
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { DeleteTrainingDatasetRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTrainingDatasetCommandInput extends DeleteTrainingDataset
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTrainingDatasetCommand_base: {
|
|
24
|
+
new (input: DeleteTrainingDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Specifies a training dataset that you want to delete. You can't delete a training dataset if there are any audience models that depend on the training dataset. In Clean Rooms ML, the <code>TrainingDataset</code> is metadata that points to a Glue table, which is read only during <code>AudienceModel</code> creation. This action deletes the metadata.</p>
|
|
@@ -61,23 +64,5 @@ export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteTrainingDatasetCommand extends
|
|
65
|
-
readonly input: DeleteTrainingDatasetCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteTrainingDatasetCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteTrainingDatasetCommand extends DeleteTrainingDatasetCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { GetAudienceGenerationJobRequest, GetAudienceGenerationJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAudienceGenerationJobCommandInput extends GetAudienceGenerat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAudienceGenerationJobCommandOutput extends GetAudienceGenerationJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAudienceGenerationJobCommand_base: {
|
|
24
|
+
new (input: GetAudienceGenerationJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about an audience generation job.</p>
|
|
@@ -93,23 +96,5 @@ export interface GetAudienceGenerationJobCommandOutput extends GetAudienceGenera
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class GetAudienceGenerationJobCommand extends
|
|
97
|
-
readonly input: GetAudienceGenerationJobCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: GetAudienceGenerationJobCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class GetAudienceGenerationJobCommand extends GetAudienceGenerationJobCommand_base {
|
|
115
100
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { GetAudienceModelRequest, GetAudienceModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAudienceModelCommandInput extends GetAudienceModelRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAudienceModelCommandOutput extends GetAudienceModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAudienceModelCommand_base: {
|
|
24
|
+
new (input: GetAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetAudienceModelCommandInput, GetAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about an audience model</p>
|
|
@@ -83,23 +86,5 @@ export interface GetAudienceModelCommandOutput extends GetAudienceModelResponse,
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetAudienceModelCommand extends
|
|
87
|
-
readonly input: GetAudienceModelCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetAudienceModelCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAudienceModelCommandInput, GetAudienceModelCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetAudienceModelCommand extends GetAudienceModelCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { GetConfiguredAudienceModelRequest, GetConfiguredAudienceModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConfiguredAudienceModelCommandInput extends GetConfiguredAud
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConfiguredAudienceModelCommandOutput extends GetConfiguredAudienceModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConfiguredAudienceModelCommand_base: {
|
|
24
|
+
new (input: GetConfiguredAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredAudienceModelCommandInput, GetConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a specified configured audience model.</p>
|
|
@@ -88,23 +91,5 @@ export interface GetConfiguredAudienceModelCommandOutput extends GetConfiguredAu
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class GetConfiguredAudienceModelCommand extends
|
|
92
|
-
readonly input: GetConfiguredAudienceModelCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GetConfiguredAudienceModelCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredAudienceModelCommandInput, GetConfiguredAudienceModelCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class GetConfiguredAudienceModelCommand extends GetConfiguredAudienceModelCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { GetConfiguredAudienceModelPolicyRequest, GetConfiguredAudienceModelPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConfiguredAudienceModelPolicyCommandInput extends GetConfigu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConfiguredAudienceModelPolicyCommandOutput extends GetConfiguredAudienceModelPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConfiguredAudienceModelPolicyCommand_base: {
|
|
24
|
+
new (input: GetConfiguredAudienceModelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredAudienceModelPolicyCommandInput, GetConfiguredAudienceModelPolicyCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a configured audience model policy.</p>
|
|
@@ -62,23 +65,5 @@ export interface GetConfiguredAudienceModelPolicyCommandOutput extends GetConfig
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class GetConfiguredAudienceModelPolicyCommand extends
|
|
66
|
-
readonly input: GetConfiguredAudienceModelPolicyCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: GetConfiguredAudienceModelPolicyCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredAudienceModelPolicyCommandInput, GetConfiguredAudienceModelPolicyCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class GetConfiguredAudienceModelPolicyCommand extends GetConfiguredAudienceModelPolicyCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { GetTrainingDatasetRequest, GetTrainingDatasetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTrainingDatasetCommandInput extends GetTrainingDatasetReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTrainingDatasetCommandOutput extends GetTrainingDatasetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTrainingDatasetCommand_base: {
|
|
24
|
+
new (input: GetTrainingDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a training dataset.</p>
|
|
@@ -91,23 +94,5 @@ export interface GetTrainingDatasetCommandOutput extends GetTrainingDatasetRespo
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class GetTrainingDatasetCommand extends
|
|
95
|
-
readonly input: GetTrainingDatasetCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: GetTrainingDatasetCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class GetTrainingDatasetCommand extends GetTrainingDatasetCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
5
4
|
import { ListAudienceExportJobsRequest, ListAudienceExportJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAudienceExportJobsCommandInput extends ListAudienceExportJo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAudienceExportJobsCommandOutput extends ListAudienceExportJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAudienceExportJobsCommand_base: {
|
|
24
|
+
new (input: ListAudienceExportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the audience export jobs.</p>
|
|
@@ -78,23 +81,5 @@ export interface ListAudienceExportJobsCommandOutput extends ListAudienceExportJ
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListAudienceExportJobsCommand extends
|
|
82
|
-
readonly input: ListAudienceExportJobsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListAudienceExportJobsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListAudienceExportJobsCommand extends ListAudienceExportJobsCommand_base {
|
|
100
85
|
}
|