@aws-sdk/client-cleanroomsml 3.462.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/LICENSE +201 -0
- package/README.md +405 -0
- package/dist-cjs/CleanRoomsML.js +61 -0
- package/dist-cjs/CleanRoomsMLClient.js +43 -0
- package/dist-cjs/commands/CreateAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/CreateConfiguredAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/CreateTrainingDatasetCommand.js +51 -0
- package/dist-cjs/commands/DeleteAudienceGenerationJobCommand.js +51 -0
- package/dist-cjs/commands/DeleteAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/DeleteConfiguredAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/DeleteConfiguredAudienceModelPolicyCommand.js +51 -0
- package/dist-cjs/commands/DeleteTrainingDatasetCommand.js +51 -0
- package/dist-cjs/commands/GetAudienceGenerationJobCommand.js +51 -0
- package/dist-cjs/commands/GetAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/GetConfiguredAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/GetConfiguredAudienceModelPolicyCommand.js +51 -0
- package/dist-cjs/commands/GetTrainingDatasetCommand.js +51 -0
- package/dist-cjs/commands/ListAudienceExportJobsCommand.js +51 -0
- package/dist-cjs/commands/ListAudienceGenerationJobsCommand.js +51 -0
- package/dist-cjs/commands/ListAudienceModelsCommand.js +51 -0
- package/dist-cjs/commands/ListConfiguredAudienceModelsCommand.js +51 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +51 -0
- package/dist-cjs/commands/ListTrainingDatasetsCommand.js +51 -0
- package/dist-cjs/commands/PutConfiguredAudienceModelPolicyCommand.js +51 -0
- package/dist-cjs/commands/StartAudienceExportJobCommand.js +51 -0
- package/dist-cjs/commands/StartAudienceGenerationJobCommand.js +51 -0
- package/dist-cjs/commands/TagResourceCommand.js +51 -0
- package/dist-cjs/commands/UntagResourceCommand.js +51 -0
- package/dist-cjs/commands/UpdateConfiguredAudienceModelCommand.js +51 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/CleanRoomsMLServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +131 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAudienceExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAudienceGenerationJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAudienceModelsPaginator.js +29 -0
- package/dist-cjs/pagination/ListConfiguredAudienceModelsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTrainingDatasetsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1835 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +24 -0
- package/dist-cjs/runtimeExtensions.js +22 -0
- package/dist-es/CleanRoomsML.js +57 -0
- package/dist-es/CleanRoomsMLClient.js +39 -0
- package/dist-es/commands/CreateAudienceModelCommand.js +47 -0
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +47 -0
- package/dist-es/commands/CreateTrainingDatasetCommand.js +47 -0
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +47 -0
- package/dist-es/commands/DeleteAudienceModelCommand.js +47 -0
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +47 -0
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +47 -0
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +47 -0
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +47 -0
- package/dist-es/commands/GetAudienceModelCommand.js +47 -0
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +47 -0
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +47 -0
- package/dist-es/commands/GetTrainingDatasetCommand.js +47 -0
- package/dist-es/commands/ListAudienceExportJobsCommand.js +47 -0
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +47 -0
- package/dist-es/commands/ListAudienceModelsCommand.js +47 -0
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +47 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +47 -0
- package/dist-es/commands/ListTrainingDatasetsCommand.js +47 -0
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +47 -0
- package/dist-es/commands/StartAudienceExportJobCommand.js +47 -0
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +47 -0
- package/dist-es/commands/TagResourceCommand.js +47 -0
- package/dist-es/commands/UntagResourceCommand.js +47 -0
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +47 -0
- package/dist-es/commands/index.js +25 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/CleanRoomsMLServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +123 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAudienceExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAudienceGenerationJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAudienceModelsPaginator.js +25 -0
- package/dist-es/pagination/ListConfiguredAudienceModelsPaginator.js +25 -0
- package/dist-es/pagination/ListTrainingDatasetsPaginator.js +25 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1782 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +20 -0
- package/dist-es/runtimeExtensions.js +18 -0
- package/dist-types/CleanRoomsML.d.ts +185 -0
- package/dist-types/CleanRoomsMLClient.d.ts +194 -0
- package/dist-types/commands/CreateAudienceModelCommand.d.ts +96 -0
- package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +112 -0
- package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +109 -0
- package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +83 -0
- package/dist-types/commands/DeleteAudienceModelCommand.d.ts +83 -0
- package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +83 -0
- package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +80 -0
- package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +83 -0
- package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +115 -0
- package/dist-types/commands/GetAudienceModelCommand.d.ts +105 -0
- package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +110 -0
- package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +84 -0
- package/dist-types/commands/GetTrainingDatasetCommand.d.ts +113 -0
- package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +100 -0
- package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +95 -0
- package/dist-types/commands/ListAudienceModelsCommand.d.ts +91 -0
- package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +99 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +84 -0
- package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +90 -0
- package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +86 -0
- package/dist-types/commands/StartAudienceExportJobCommand.d.ts +92 -0
- package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +101 -0
- package/dist-types/commands/TagResourceCommand.d.ts +83 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +83 -0
- package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +25 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist-types/index.d.ts +15 -0
- package/dist-types/models/CleanRoomsMLServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1729 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAudienceExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAudienceGenerationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAudienceModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredAudienceModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainingDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +227 -0
- package/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/dist-types/runtimeConfig.d.ts +46 -0
- package/dist-types/runtimeConfig.native.d.ts +45 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/CleanRoomsML.d.ts +438 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +269 -0
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +25 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/CleanRoomsMLServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +453 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAudienceExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAudienceGenerationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAudienceModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainingDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +102 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput } from "../commands/ListAudienceExportJobsCommand";
|
|
3
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAudienceExportJobs(config: CleanRoomsMLPaginationConfiguration, input: ListAudienceExportJobsCommandInput, ...additionalArguments: any): Paginator<ListAudienceExportJobsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput } from "../commands/ListAudienceGenerationJobsCommand";
|
|
3
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAudienceGenerationJobs(config: CleanRoomsMLPaginationConfiguration, input: ListAudienceGenerationJobsCommandInput, ...additionalArguments: any): Paginator<ListAudienceGenerationJobsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput } from "../commands/ListAudienceModelsCommand";
|
|
3
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAudienceModels(config: CleanRoomsMLPaginationConfiguration, input: ListAudienceModelsCommandInput, ...additionalArguments: any): Paginator<ListAudienceModelsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput } from "../commands/ListConfiguredAudienceModelsCommand";
|
|
3
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListConfiguredAudienceModels(config: CleanRoomsMLPaginationConfiguration, input: ListConfiguredAudienceModelsCommandInput, ...additionalArguments: any): Paginator<ListConfiguredAudienceModelsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput } from "../commands/ListTrainingDatasetsCommand";
|
|
3
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTrainingDatasets(config: CleanRoomsMLPaginationConfiguration, input: ListTrainingDatasetsCommandInput, ...additionalArguments: any): Paginator<ListTrainingDatasetsCommandOutput>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAudienceExportJobsPaginator";
|
|
3
|
+
export * from "./ListAudienceGenerationJobsPaginator";
|
|
4
|
+
export * from "./ListAudienceModelsPaginator";
|
|
5
|
+
export * from "./ListConfiguredAudienceModelsPaginator";
|
|
6
|
+
export * from "./ListTrainingDatasetsPaginator";
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput } from "../commands/CreateAudienceModelCommand";
|
|
4
|
+
import { CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput } from "../commands/CreateConfiguredAudienceModelCommand";
|
|
5
|
+
import { CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput } from "../commands/CreateTrainingDatasetCommand";
|
|
6
|
+
import { DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput } from "../commands/DeleteAudienceGenerationJobCommand";
|
|
7
|
+
import { DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput } from "../commands/DeleteAudienceModelCommand";
|
|
8
|
+
import { DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput } from "../commands/DeleteConfiguredAudienceModelCommand";
|
|
9
|
+
import { DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput } from "../commands/DeleteConfiguredAudienceModelPolicyCommand";
|
|
10
|
+
import { DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput } from "../commands/DeleteTrainingDatasetCommand";
|
|
11
|
+
import { GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput } from "../commands/GetAudienceGenerationJobCommand";
|
|
12
|
+
import { GetAudienceModelCommandInput, GetAudienceModelCommandOutput } from "../commands/GetAudienceModelCommand";
|
|
13
|
+
import { GetConfiguredAudienceModelCommandInput, GetConfiguredAudienceModelCommandOutput } from "../commands/GetConfiguredAudienceModelCommand";
|
|
14
|
+
import { GetConfiguredAudienceModelPolicyCommandInput, GetConfiguredAudienceModelPolicyCommandOutput } from "../commands/GetConfiguredAudienceModelPolicyCommand";
|
|
15
|
+
import { GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput } from "../commands/GetTrainingDatasetCommand";
|
|
16
|
+
import { ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput } from "../commands/ListAudienceExportJobsCommand";
|
|
17
|
+
import { ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput } from "../commands/ListAudienceGenerationJobsCommand";
|
|
18
|
+
import { ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput } from "../commands/ListAudienceModelsCommand";
|
|
19
|
+
import { ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput } from "../commands/ListConfiguredAudienceModelsCommand";
|
|
20
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
21
|
+
import { ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput } from "../commands/ListTrainingDatasetsCommand";
|
|
22
|
+
import { PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput } from "../commands/PutConfiguredAudienceModelPolicyCommand";
|
|
23
|
+
import { StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput } from "../commands/StartAudienceExportJobCommand";
|
|
24
|
+
import { StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput } from "../commands/StartAudienceGenerationJobCommand";
|
|
25
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
26
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
|
+
import { UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput } from "../commands/UpdateConfiguredAudienceModelCommand";
|
|
28
|
+
/**
|
|
29
|
+
* serializeAws_restJson1CreateAudienceModelCommand
|
|
30
|
+
*/
|
|
31
|
+
export declare const se_CreateAudienceModelCommand: (input: CreateAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
/**
|
|
33
|
+
* serializeAws_restJson1CreateConfiguredAudienceModelCommand
|
|
34
|
+
*/
|
|
35
|
+
export declare const se_CreateConfiguredAudienceModelCommand: (input: CreateConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
/**
|
|
37
|
+
* serializeAws_restJson1CreateTrainingDatasetCommand
|
|
38
|
+
*/
|
|
39
|
+
export declare const se_CreateTrainingDatasetCommand: (input: CreateTrainingDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_restJson1DeleteAudienceGenerationJobCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_DeleteAudienceGenerationJobCommand: (input: DeleteAudienceGenerationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_restJson1DeleteAudienceModelCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_DeleteAudienceModelCommand: (input: DeleteAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* serializeAws_restJson1DeleteConfiguredAudienceModelCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const se_DeleteConfiguredAudienceModelCommand: (input: DeleteConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* serializeAws_restJson1DeleteConfiguredAudienceModelPolicyCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const se_DeleteConfiguredAudienceModelPolicyCommand: (input: DeleteConfiguredAudienceModelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
/**
|
|
57
|
+
* serializeAws_restJson1DeleteTrainingDatasetCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const se_DeleteTrainingDatasetCommand: (input: DeleteTrainingDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_restJson1GetAudienceGenerationJobCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_GetAudienceGenerationJobCommand: (input: GetAudienceGenerationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_restJson1GetAudienceModelCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_GetAudienceModelCommand: (input: GetAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_restJson1GetConfiguredAudienceModelCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_GetConfiguredAudienceModelCommand: (input: GetConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_restJson1GetConfiguredAudienceModelPolicyCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_GetConfiguredAudienceModelPolicyCommand: (input: GetConfiguredAudienceModelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_restJson1GetTrainingDatasetCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_GetTrainingDatasetCommand: (input: GetTrainingDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_restJson1ListAudienceExportJobsCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_ListAudienceExportJobsCommand: (input: ListAudienceExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_restJson1ListAudienceGenerationJobsCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_ListAudienceGenerationJobsCommand: (input: ListAudienceGenerationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_restJson1ListAudienceModelsCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_ListAudienceModelsCommand: (input: ListAudienceModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_restJson1ListConfiguredAudienceModelsCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_ListConfiguredAudienceModelsCommand: (input: ListConfiguredAudienceModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_restJson1ListTrainingDatasetsCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_ListTrainingDatasetsCommand: (input: ListTrainingDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_restJson1PutConfiguredAudienceModelPolicyCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_PutConfiguredAudienceModelPolicyCommand: (input: PutConfiguredAudienceModelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_restJson1StartAudienceExportJobCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_StartAudienceExportJobCommand: (input: StartAudienceExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
/**
|
|
113
|
+
* serializeAws_restJson1StartAudienceGenerationJobCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const se_StartAudienceGenerationJobCommand: (input: StartAudienceGenerationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* serializeAws_restJson1TagResourceCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
/**
|
|
121
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* serializeAws_restJson1UpdateConfiguredAudienceModelCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const se_UpdateConfiguredAudienceModelCommand: (input: UpdateConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
/**
|
|
129
|
+
* deserializeAws_restJson1CreateAudienceModelCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const de_CreateAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAudienceModelCommandOutput>;
|
|
132
|
+
/**
|
|
133
|
+
* deserializeAws_restJson1CreateConfiguredAudienceModelCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const de_CreateConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredAudienceModelCommandOutput>;
|
|
136
|
+
/**
|
|
137
|
+
* deserializeAws_restJson1CreateTrainingDatasetCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const de_CreateTrainingDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainingDatasetCommandOutput>;
|
|
140
|
+
/**
|
|
141
|
+
* deserializeAws_restJson1DeleteAudienceGenerationJobCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const de_DeleteAudienceGenerationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAudienceGenerationJobCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* deserializeAws_restJson1DeleteAudienceModelCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const de_DeleteAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAudienceModelCommandOutput>;
|
|
148
|
+
/**
|
|
149
|
+
* deserializeAws_restJson1DeleteConfiguredAudienceModelCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const de_DeleteConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredAudienceModelCommandOutput>;
|
|
152
|
+
/**
|
|
153
|
+
* deserializeAws_restJson1DeleteConfiguredAudienceModelPolicyCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const de_DeleteConfiguredAudienceModelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredAudienceModelPolicyCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* deserializeAws_restJson1DeleteTrainingDatasetCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const de_DeleteTrainingDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrainingDatasetCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* deserializeAws_restJson1GetAudienceGenerationJobCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const de_GetAudienceGenerationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAudienceGenerationJobCommandOutput>;
|
|
164
|
+
/**
|
|
165
|
+
* deserializeAws_restJson1GetAudienceModelCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const de_GetAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAudienceModelCommandOutput>;
|
|
168
|
+
/**
|
|
169
|
+
* deserializeAws_restJson1GetConfiguredAudienceModelCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const de_GetConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredAudienceModelCommandOutput>;
|
|
172
|
+
/**
|
|
173
|
+
* deserializeAws_restJson1GetConfiguredAudienceModelPolicyCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const de_GetConfiguredAudienceModelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredAudienceModelPolicyCommandOutput>;
|
|
176
|
+
/**
|
|
177
|
+
* deserializeAws_restJson1GetTrainingDatasetCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const de_GetTrainingDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrainingDatasetCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* deserializeAws_restJson1ListAudienceExportJobsCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const de_ListAudienceExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAudienceExportJobsCommandOutput>;
|
|
184
|
+
/**
|
|
185
|
+
* deserializeAws_restJson1ListAudienceGenerationJobsCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const de_ListAudienceGenerationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAudienceGenerationJobsCommandOutput>;
|
|
188
|
+
/**
|
|
189
|
+
* deserializeAws_restJson1ListAudienceModelsCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const de_ListAudienceModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAudienceModelsCommandOutput>;
|
|
192
|
+
/**
|
|
193
|
+
* deserializeAws_restJson1ListConfiguredAudienceModelsCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const de_ListConfiguredAudienceModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredAudienceModelsCommandOutput>;
|
|
196
|
+
/**
|
|
197
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
200
|
+
/**
|
|
201
|
+
* deserializeAws_restJson1ListTrainingDatasetsCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const de_ListTrainingDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainingDatasetsCommandOutput>;
|
|
204
|
+
/**
|
|
205
|
+
* deserializeAws_restJson1PutConfiguredAudienceModelPolicyCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const de_PutConfiguredAudienceModelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfiguredAudienceModelPolicyCommandOutput>;
|
|
208
|
+
/**
|
|
209
|
+
* deserializeAws_restJson1StartAudienceExportJobCommand
|
|
210
|
+
*/
|
|
211
|
+
export declare const de_StartAudienceExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAudienceExportJobCommandOutput>;
|
|
212
|
+
/**
|
|
213
|
+
* deserializeAws_restJson1StartAudienceGenerationJobCommand
|
|
214
|
+
*/
|
|
215
|
+
export declare const de_StartAudienceGenerationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAudienceGenerationJobCommandOutput>;
|
|
216
|
+
/**
|
|
217
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
218
|
+
*/
|
|
219
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
220
|
+
/**
|
|
221
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
222
|
+
*/
|
|
223
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
224
|
+
/**
|
|
225
|
+
* deserializeAws_restJson1UpdateConfiguredAudienceModelCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const de_UpdateConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredAudienceModelCommandOutput>;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { CleanRoomsMLClientConfig } from "./CleanRoomsMLClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
|
15
|
+
updateHttpClientConfig(key: never, value: never): void;
|
|
16
|
+
httpHandlerConfigs(): {};
|
|
17
|
+
}) | RequestHandler;
|
|
18
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
20
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
apiVersion: string;
|
|
24
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
25
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
27
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
28
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
29
|
+
disableHostPrefix: boolean;
|
|
30
|
+
serviceId: string;
|
|
31
|
+
logger: import("@smithy/types").Logger;
|
|
32
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
33
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
36
|
+
}) => import("@smithy/types").EndpointV2;
|
|
37
|
+
tls?: boolean | undefined;
|
|
38
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
39
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
40
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
41
|
+
signingEscapePath?: boolean | undefined;
|
|
42
|
+
systemClockOffset?: number | undefined;
|
|
43
|
+
signingRegion?: string | undefined;
|
|
44
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
45
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
46
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
+
import { CleanRoomsMLClientConfig } from "./CleanRoomsMLClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
|
15
|
+
updateHttpClientConfig(key: never, value: never): void;
|
|
16
|
+
httpHandlerConfigs(): {};
|
|
17
|
+
}) | RequestHandler;
|
|
18
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
20
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
apiVersion: string;
|
|
24
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
25
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
27
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
28
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
29
|
+
disableHostPrefix: boolean;
|
|
30
|
+
serviceId: string;
|
|
31
|
+
logger: import("@smithy/types").Logger;
|
|
32
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
33
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
36
|
+
}) => import("@smithy/types").EndpointV2;
|
|
37
|
+
tls?: boolean | undefined;
|
|
38
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
39
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
40
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
41
|
+
signingEscapePath?: boolean | undefined;
|
|
42
|
+
systemClockOffset?: number | undefined;
|
|
43
|
+
signingRegion?: string | undefined;
|
|
44
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
45
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
46
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { CleanRoomsMLClientConfig } from "./CleanRoomsMLClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
|
9
|
+
updateHttpClientConfig(key: never, value: never): void;
|
|
10
|
+
httpHandlerConfigs(): {};
|
|
11
|
+
}) | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
12
|
+
apiVersion: string;
|
|
13
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
14
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
16
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
18
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
20
|
+
disableHostPrefix: boolean;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
27
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
28
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
29
|
+
logger: import("@smithy/types").Logger;
|
|
30
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
+
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
|
+
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
33
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
34
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
35
|
+
}) => import("@smithy/types").EndpointV2;
|
|
36
|
+
tls?: boolean | undefined;
|
|
37
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
38
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
39
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
40
|
+
signingEscapePath?: boolean | undefined;
|
|
41
|
+
systemClockOffset?: number | undefined;
|
|
42
|
+
signingRegion?: string | undefined;
|
|
43
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
44
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
45
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CleanRoomsMLClientConfig } from "./CleanRoomsMLClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
6
|
+
apiVersion: string;
|
|
7
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
9
|
+
disableHostPrefix: boolean;
|
|
10
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
12
|
+
}) => import("@smithy/types").EndpointV2;
|
|
13
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
14
|
+
logger: import("@smithy/types").Logger;
|
|
15
|
+
serviceId: string;
|
|
16
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
17
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
19
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CleanRoomsMLExtensionConfiguration } from "./extensionConfiguration";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface RuntimeExtension {
|
|
6
|
+
configure(extensionConfiguration: CleanRoomsMLExtensionConfiguration): void;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface RuntimeExtensionsConfig {
|
|
12
|
+
extensions: RuntimeExtension[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
|