@aws-sdk/client-cleanroomsml 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/CleanRoomsML.d.ts +6 -1
- package/dist-types/CleanRoomsMLClient.d.ts +1 -1
- package/dist-types/commands/CreateAudienceModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAudienceModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +2 -1
- package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +2 -1
- package/dist-types/commands/GetAudienceModelCommand.d.ts +2 -1
- package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +2 -1
- package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetTrainingDatasetCommand.d.ts +2 -1
- package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListAudienceModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +2 -1
- package/dist-types/commands/StartAudienceExportJobCommand.d.ts +2 -1
- package/dist-types/commands/StartAudienceGenerationJobCommand.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/UpdateConfiguredAudienceModelCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +233 -233
- 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/CleanRoomsML.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.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/UpdateConfiguredAudienceModelCommand.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: CleanRoomsMLClientConfig) => {
|
|
|
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: CleanRoomsMLClientConfig) => {
|
|
|
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: CleanRoomsMLClientConfig) => {
|
|
|
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 { CleanRoomsMLClientConfig } from "./CleanRoomsMLClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
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: CleanRoomsMLClientConfig) => {
|
|
|
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
|
};
|
|
@@ -276,6 +276,7 @@ export interface CleanRoomsML {
|
|
|
276
276
|
options: __HttpHandlerOptions,
|
|
277
277
|
cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void
|
|
278
278
|
): void;
|
|
279
|
+
listAudienceExportJobs(): Promise<ListAudienceExportJobsCommandOutput>;
|
|
279
280
|
listAudienceExportJobs(
|
|
280
281
|
args: ListAudienceExportJobsCommandInput,
|
|
281
282
|
options?: __HttpHandlerOptions
|
|
@@ -289,6 +290,7 @@ export interface CleanRoomsML {
|
|
|
289
290
|
options: __HttpHandlerOptions,
|
|
290
291
|
cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void
|
|
291
292
|
): void;
|
|
293
|
+
listAudienceGenerationJobs(): Promise<ListAudienceGenerationJobsCommandOutput>;
|
|
292
294
|
listAudienceGenerationJobs(
|
|
293
295
|
args: ListAudienceGenerationJobsCommandInput,
|
|
294
296
|
options?: __HttpHandlerOptions
|
|
@@ -302,6 +304,7 @@ export interface CleanRoomsML {
|
|
|
302
304
|
options: __HttpHandlerOptions,
|
|
303
305
|
cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void
|
|
304
306
|
): void;
|
|
307
|
+
listAudienceModels(): Promise<ListAudienceModelsCommandOutput>;
|
|
305
308
|
listAudienceModels(
|
|
306
309
|
args: ListAudienceModelsCommandInput,
|
|
307
310
|
options?: __HttpHandlerOptions
|
|
@@ -315,6 +318,7 @@ export interface CleanRoomsML {
|
|
|
315
318
|
options: __HttpHandlerOptions,
|
|
316
319
|
cb: (err: any, data?: ListAudienceModelsCommandOutput) => void
|
|
317
320
|
): void;
|
|
321
|
+
listConfiguredAudienceModels(): Promise<ListConfiguredAudienceModelsCommandOutput>;
|
|
318
322
|
listConfiguredAudienceModels(
|
|
319
323
|
args: ListConfiguredAudienceModelsCommandInput,
|
|
320
324
|
options?: __HttpHandlerOptions
|
|
@@ -341,6 +345,7 @@ export interface CleanRoomsML {
|
|
|
341
345
|
options: __HttpHandlerOptions,
|
|
342
346
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
343
347
|
): void;
|
|
348
|
+
listTrainingDatasets(): Promise<ListTrainingDatasetsCommandOutput>;
|
|
344
349
|
listTrainingDatasets(
|
|
345
350
|
args: ListTrainingDatasetsCommandInput,
|
|
346
351
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateAudienceModelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAudienceModelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAudienceModelCommandInput,
|
|
32
|
+
CreateAudienceModelCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAudienceModelCommand extends CreateAudienceModelCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateConfiguredAudienceModelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateConfiguredAudienceModelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateConfiguredAudienceModelCommandInput,
|
|
32
|
+
CreateConfiguredAudienceModelCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateTrainingDatasetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateTrainingDatasetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateTrainingDatasetCommandInput,
|
|
32
|
+
CreateTrainingDatasetCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateTrainingDatasetCommand extends CreateTrainingDatasetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteAudienceGenerationJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteAudienceGenerationJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteAudienceGenerationJobCommandInput,
|
|
28
|
+
DeleteAudienceGenerationJobCommandOutput,
|
|
29
|
+
CleanRoomsMLClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteAudienceGenerationJobCommand extends DeleteAudienceGenerationJobCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteAudienceModelCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteAudienceModelCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteAudienceModelCommandInput,
|
|
27
|
+
DeleteAudienceModelCommandOutput,
|
|
28
|
+
CleanRoomsMLClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteAudienceModelCommand extends DeleteAudienceModelCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteConfiguredAudienceModelCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteConfiguredAudienceModelCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteConfiguredAudienceModelCommandInput,
|
|
28
|
+
DeleteConfiguredAudienceModelCommandOutput,
|
|
29
|
+
CleanRoomsMLClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteConfiguredAudienceModelCommand extends DeleteConfiguredAudienceModelCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteConfiguredAudienceModelPolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
28
|
+
DeleteConfiguredAudienceModelPolicyCommandOutput,
|
|
29
|
+
CleanRoomsMLClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteConfiguredAudienceModelPolicyCommand extends DeleteConfiguredAudienceModelPolicyCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteTrainingDatasetCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteTrainingDatasetCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteTrainingDatasetCommandInput,
|
|
27
|
+
DeleteTrainingDatasetCommandOutput,
|
|
28
|
+
CleanRoomsMLClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteTrainingDatasetCommand extends DeleteTrainingDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetAudienceGenerationJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAudienceGenerationJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAudienceGenerationJobCommandInput,
|
|
32
|
+
GetAudienceGenerationJobCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetAudienceGenerationJobCommand extends GetAudienceGenerationJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetAudienceModelCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetAudienceModelCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetAudienceModelCommandInput,
|
|
31
|
+
GetAudienceModelCommandOutput,
|
|
32
|
+
CleanRoomsMLClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetAudienceModelCommand extends GetAudienceModelCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetConfiguredAudienceModelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetConfiguredAudienceModelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetConfiguredAudienceModelCommandInput,
|
|
32
|
+
GetConfiguredAudienceModelCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetConfiguredAudienceModelCommand extends GetConfiguredAudienceModelCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetConfiguredAudienceModelPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetConfiguredAudienceModelPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetConfiguredAudienceModelPolicyCommandInput,
|
|
32
|
+
GetConfiguredAudienceModelPolicyCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetConfiguredAudienceModelPolicyCommand extends GetConfiguredAudienceModelPolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTrainingDatasetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTrainingDatasetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTrainingDatasetCommandInput,
|
|
32
|
+
GetTrainingDatasetCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTrainingDatasetCommand extends GetTrainingDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAudienceExportJobsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListAudienceExportJobsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAudienceExportJobsCommandInput,
|
|
32
|
+
ListAudienceExportJobsCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAudienceExportJobsCommand extends ListAudienceExportJobsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAudienceGenerationJobsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListAudienceGenerationJobsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAudienceGenerationJobsCommandInput,
|
|
32
|
+
ListAudienceGenerationJobsCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAudienceGenerationJobsCommand extends ListAudienceGenerationJobsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAudienceModelsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListAudienceModelsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAudienceModelsCommandInput,
|
|
32
|
+
ListAudienceModelsCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAudienceModelsCommand extends ListAudienceModelsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListConfiguredAudienceModelsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListConfiguredAudienceModelsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListConfiguredAudienceModelsCommandInput,
|
|
32
|
+
ListConfiguredAudienceModelsCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListConfiguredAudienceModelsCommand extends ListConfiguredAudienceModelsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTrainingDatasetsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListTrainingDatasetsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTrainingDatasetsCommandInput,
|
|
32
|
+
ListTrainingDatasetsCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTrainingDatasetsCommand extends ListTrainingDatasetsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutConfiguredAudienceModelPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutConfiguredAudienceModelPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutConfiguredAudienceModelPolicyCommandInput,
|
|
32
|
+
PutConfiguredAudienceModelPolicyCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutConfiguredAudienceModelPolicyCommand extends PutConfiguredAudienceModelPolicyCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const StartAudienceExportJobCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: StartAudienceExportJobCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
StartAudienceExportJobCommandInput,
|
|
27
|
+
StartAudienceExportJobCommandOutput,
|
|
28
|
+
CleanRoomsMLClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class StartAudienceExportJobCommand extends StartAudienceExportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartAudienceGenerationJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartAudienceGenerationJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartAudienceGenerationJobCommandInput,
|
|
32
|
+
StartAudienceGenerationJobCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartAudienceGenerationJobCommand extends StartAudienceGenerationJobCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
CleanRoomsMLClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
CleanRoomsMLClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateConfiguredAudienceModelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateConfiguredAudienceModelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateConfiguredAudienceModelCommandInput,
|
|
32
|
+
UpdateConfiguredAudienceModelCommandOutput,
|
|
33
|
+
CleanRoomsMLClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateConfiguredAudienceModelCommand extends UpdateConfiguredAudienceModelCommand_base {}
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -2,7 +2,7 @@ import { CleanRoomsMLClientConfig } from "./CleanRoomsMLClient";
|
|
|
2
2
|
export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
3
3
|
apiVersion: string;
|
|
4
4
|
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
-
base64Encoder:
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
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
|
};
|