@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 { ListAudienceGenerationJobsRequest, ListAudienceGenerationJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAudienceGenerationJobsCommandInput extends ListAudienceGene
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAudienceGenerationJobsCommandOutput extends ListAudienceGenerationJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAudienceGenerationJobsCommand_base: {
|
|
24
|
+
new (input: ListAudienceGenerationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of audience generation jobs.</p>
|
|
@@ -73,23 +76,5 @@ export interface ListAudienceGenerationJobsCommandOutput extends ListAudienceGen
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListAudienceGenerationJobsCommand extends
|
|
77
|
-
readonly input: ListAudienceGenerationJobsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListAudienceGenerationJobsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListAudienceGenerationJobsCommand extends ListAudienceGenerationJobsCommand_base {
|
|
95
80
|
}
|
|
@@ -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 { ListAudienceModelsRequest, ListAudienceModelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAudienceModelsCommandInput extends ListAudienceModelsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAudienceModelsCommandOutput extends ListAudienceModelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAudienceModelsCommand_base: {
|
|
24
|
+
new (input: ListAudienceModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of audience models.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListAudienceModelsCommandOutput extends ListAudienceModelsRespo
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListAudienceModelsCommand extends
|
|
73
|
-
readonly input: ListAudienceModelsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListAudienceModelsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListAudienceModelsCommand extends ListAudienceModelsCommand_base {
|
|
91
76
|
}
|
|
@@ -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 { ListConfiguredAudienceModelsRequest, ListConfiguredAudienceModelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListConfiguredAudienceModelsCommandInput extends ListConfigured
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListConfiguredAudienceModelsCommandOutput extends ListConfiguredAudienceModelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListConfiguredAudienceModelsCommand_base: {
|
|
24
|
+
new (input: ListConfiguredAudienceModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the configured audience models.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListConfiguredAudienceModelsCommandOutput extends ListConfigure
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListConfiguredAudienceModelsCommand extends
|
|
81
|
-
readonly input: ListConfiguredAudienceModelsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListConfiguredAudienceModelsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListConfiguredAudienceModelsCommand extends ListConfiguredAudienceModelsCommand_base {
|
|
99
84
|
}
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of tags for a provided resource.</p>
|
|
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class ListTagsForResourceCommand extends
|
|
66
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { ListTrainingDatasetsRequest, ListTrainingDatasetsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTrainingDatasetsCommandInput extends ListTrainingDatasetsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTrainingDatasetsCommandOutput extends ListTrainingDatasetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTrainingDatasetsCommand_base: {
|
|
24
|
+
new (input: ListTrainingDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of training datasets.</p>
|
|
@@ -68,23 +71,5 @@ export interface ListTrainingDatasetsCommandOutput extends ListTrainingDatasetsR
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListTrainingDatasetsCommand extends
|
|
72
|
-
readonly input: ListTrainingDatasetsCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListTrainingDatasetsCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListTrainingDatasetsCommand extends ListTrainingDatasetsCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { PutConfiguredAudienceModelPolicyRequest, PutConfiguredAudienceModelPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutConfiguredAudienceModelPolicyCommandInput extends PutConfigu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutConfiguredAudienceModelPolicyCommandOutput extends PutConfiguredAudienceModelPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutConfiguredAudienceModelPolicyCommand_base: {
|
|
24
|
+
new (input: PutConfiguredAudienceModelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Create or update the resource policy for a configured audience model.</p>
|
|
@@ -64,23 +67,5 @@ export interface PutConfiguredAudienceModelPolicyCommandOutput extends PutConfig
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class PutConfiguredAudienceModelPolicyCommand extends
|
|
68
|
-
readonly input: PutConfiguredAudienceModelPolicyCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: PutConfiguredAudienceModelPolicyCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class PutConfiguredAudienceModelPolicyCommand extends PutConfiguredAudienceModelPolicyCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { StartAudienceExportJobRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartAudienceExportJobCommandInput extends StartAudienceExportJ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartAudienceExportJobCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartAudienceExportJobCommand_base: {
|
|
24
|
+
new (input: StartAudienceExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Export an audience of a specified size after you have generated an audience.</p>
|
|
@@ -70,23 +73,5 @@ export interface StartAudienceExportJobCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class StartAudienceExportJobCommand extends
|
|
74
|
-
readonly input: StartAudienceExportJobCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: StartAudienceExportJobCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class StartAudienceExportJobCommand extends StartAudienceExportJobCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { StartAudienceGenerationJobRequest, StartAudienceGenerationJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartAudienceGenerationJobCommandInput extends StartAudienceGen
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartAudienceGenerationJobCommandOutput extends StartAudienceGenerationJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartAudienceGenerationJobCommand_base: {
|
|
24
|
+
new (input: StartAudienceGenerationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Information necessary to start the audience generation job.</p>
|
|
@@ -79,23 +82,5 @@ export interface StartAudienceGenerationJobCommandOutput extends StartAudienceGe
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class StartAudienceGenerationJobCommand extends
|
|
83
|
-
readonly input: StartAudienceGenerationJobCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: StartAudienceGenerationJobCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class StartAudienceGenerationJobCommand extends StartAudienceGenerationJobCommand_base {
|
|
101
86
|
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds metadata tags to a specified resource.</p>
|
|
@@ -61,23 +64,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class TagResourceCommand extends
|
|
65
|
-
readonly input: TagResourceCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: TagResourceCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes metadata tags from a specified resource.</p>
|
|
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class UntagResourceCommand extends
|
|
65
|
-
readonly input: UntagResourceCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: UntagResourceCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateConfiguredAudienceModelRequest, UpdateConfiguredAudienceModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateConfiguredAudienceModelCommandInput extends UpdateConfigu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateConfiguredAudienceModelCommandOutput extends UpdateConfiguredAudienceModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateConfiguredAudienceModelCommand_base: {
|
|
24
|
+
new (input: UpdateConfiguredAudienceModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides the information necessary to update a configured audience model. Updates that impact audience generation jobs take effect when a new job starts, but do not impact currently running jobs.</p>
|
|
@@ -83,23 +86,5 @@ export interface UpdateConfiguredAudienceModelCommandOutput extends UpdateConfig
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class UpdateConfiguredAudienceModelCommand extends
|
|
87
|
-
readonly input: UpdateConfiguredAudienceModelCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: UpdateConfiguredAudienceModelCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsMLClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class UpdateConfiguredAudienceModelCommand extends UpdateConfiguredAudienceModelCommand_base {
|
|
105
90
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAudienceExportJobs: (config: CleanRoomsMLPaginationConfiguration, input: ListAudienceExportJobsCommandInput, ...rest: any[]) => Paginator<ListAudienceExportJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAudienceGenerationJobs: (config: CleanRoomsMLPaginationConfiguration, input: ListAudienceGenerationJobsCommandInput, ...rest: any[]) => Paginator<ListAudienceGenerationJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAudienceModels: (config: CleanRoomsMLPaginationConfiguration, input: ListAudienceModelsCommandInput, ...rest: any[]) => Paginator<ListAudienceModelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListConfiguredAudienceModels: (config: CleanRoomsMLPaginationConfiguration, input: ListConfiguredAudienceModelsCommandInput, ...rest: any[]) => Paginator<ListConfiguredAudienceModelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListTrainingDatasets: (config: CleanRoomsMLPaginationConfiguration, input: ListTrainingDatasetsCommandInput, ...rest: any[]) => Paginator<ListTrainingDatasetsCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CleanRoomsMLClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateAudienceModelCommandInput
|
|
|
21
15
|
export interface CreateAudienceModelCommandOutput
|
|
22
16
|
extends CreateAudienceModelResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateAudienceModelCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAudienceModelCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateAudienceModelCommandInput,
|
|
23
|
+
CreateAudienceModelCommandOutput,
|
|
24
|
+
CleanRoomsMLClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateAudienceModelCommand extends CreateAudienceModelCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CleanRoomsMLClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateConfiguredAudienceModelCommandInput
|
|
|
21
15
|
export interface CreateConfiguredAudienceModelCommandOutput
|
|
22
16
|
extends CreateConfiguredAudienceModelResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateConfiguredAudienceModelCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateConfiguredAudienceModelCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CleanRoomsMLClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateConfiguredAudienceModelCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateConfiguredAudienceModelCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateConfiguredAudienceModelCommandInput,
|
|
38
|
-
CreateConfiguredAudienceModelCommandOutput
|
|
23
|
+
CreateConfiguredAudienceModelCommandOutput,
|
|
24
|
+
CleanRoomsMLClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {}
|