@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.
Files changed (125) hide show
  1. package/dist-cjs/commands/CreateAudienceModelCommand.js +18 -41
  2. package/dist-cjs/commands/CreateConfiguredAudienceModelCommand.js +18 -41
  3. package/dist-cjs/commands/CreateTrainingDatasetCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteAudienceGenerationJobCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteAudienceModelCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteConfiguredAudienceModelCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteConfiguredAudienceModelPolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteTrainingDatasetCommand.js +18 -41
  9. package/dist-cjs/commands/GetAudienceGenerationJobCommand.js +18 -41
  10. package/dist-cjs/commands/GetAudienceModelCommand.js +18 -41
  11. package/dist-cjs/commands/GetConfiguredAudienceModelCommand.js +18 -41
  12. package/dist-cjs/commands/GetConfiguredAudienceModelPolicyCommand.js +18 -41
  13. package/dist-cjs/commands/GetTrainingDatasetCommand.js +18 -41
  14. package/dist-cjs/commands/ListAudienceExportJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListAudienceGenerationJobsCommand.js +18 -41
  16. package/dist-cjs/commands/ListAudienceModelsCommand.js +18 -41
  17. package/dist-cjs/commands/ListConfiguredAudienceModelsCommand.js +18 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  19. package/dist-cjs/commands/ListTrainingDatasetsCommand.js +18 -41
  20. package/dist-cjs/commands/PutConfiguredAudienceModelPolicyCommand.js +18 -41
  21. package/dist-cjs/commands/StartAudienceExportJobCommand.js +18 -41
  22. package/dist-cjs/commands/StartAudienceGenerationJobCommand.js +18 -41
  23. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateConfiguredAudienceModelCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-cjs/pagination/ListAudienceExportJobsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListAudienceGenerationJobsPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListAudienceModelsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListConfiguredAudienceModelsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListTrainingDatasetsPaginator.js +2 -24
  32. package/dist-es/commands/CreateAudienceModelCommand.js +18 -41
  33. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +18 -41
  34. package/dist-es/commands/CreateTrainingDatasetCommand.js +18 -41
  35. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +18 -41
  36. package/dist-es/commands/DeleteAudienceModelCommand.js +18 -41
  37. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +18 -41
  38. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +18 -41
  39. package/dist-es/commands/DeleteTrainingDatasetCommand.js +18 -41
  40. package/dist-es/commands/GetAudienceGenerationJobCommand.js +18 -41
  41. package/dist-es/commands/GetAudienceModelCommand.js +18 -41
  42. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +18 -41
  43. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +18 -41
  44. package/dist-es/commands/GetTrainingDatasetCommand.js +18 -41
  45. package/dist-es/commands/ListAudienceExportJobsCommand.js +18 -41
  46. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +18 -41
  47. package/dist-es/commands/ListAudienceModelsCommand.js +18 -41
  48. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +18 -41
  49. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-es/commands/ListTrainingDatasetsCommand.js +18 -41
  51. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +18 -41
  52. package/dist-es/commands/StartAudienceExportJobCommand.js +18 -41
  53. package/dist-es/commands/StartAudienceGenerationJobCommand.js +18 -41
  54. package/dist-es/commands/TagResourceCommand.js +18 -41
  55. package/dist-es/commands/UntagResourceCommand.js +18 -41
  56. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +18 -41
  57. package/dist-es/endpoint/EndpointParameters.js +6 -0
  58. package/dist-es/pagination/ListAudienceExportJobsPaginator.js +2 -23
  59. package/dist-es/pagination/ListAudienceGenerationJobsPaginator.js +2 -23
  60. package/dist-es/pagination/ListAudienceModelsPaginator.js +2 -23
  61. package/dist-es/pagination/ListConfiguredAudienceModelsPaginator.js +2 -23
  62. package/dist-es/pagination/ListTrainingDatasetsPaginator.js +2 -23
  63. package/dist-types/commands/CreateAudienceModelCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +6 -21
  71. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +6 -21
  72. package/dist-types/commands/GetAudienceModelCommand.d.ts +6 -21
  73. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +6 -21
  74. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +6 -21
  75. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +6 -21
  76. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListAudienceModelsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +6 -21
  82. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +6 -21
  83. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +6 -21
  84. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +6 -21
  85. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +6 -21
  88. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  89. package/dist-types/pagination/ListAudienceExportJobsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListAudienceGenerationJobsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListAudienceModelsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListConfiguredAudienceModelsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListTrainingDatasetsPaginator.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  120. package/dist-types/ts3.4/pagination/ListAudienceExportJobsPaginator.d.ts +3 -3
  121. package/dist-types/ts3.4/pagination/ListAudienceGenerationJobsPaginator.d.ts +3 -3
  122. package/dist-types/ts3.4/pagination/ListAudienceModelsPaginator.d.ts +3 -3
  123. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelsPaginator.d.ts +3 -3
  124. package/dist-types/ts3.4/pagination/ListTrainingDatasetsPaginator.d.ts +3 -3
  125. 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<TagResourceCommandInput, TagResourceCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig> {
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 function paginateListAudienceExportJobs(config: CleanRoomsMLPaginationConfiguration, input: ListAudienceExportJobsCommandInput, ...additionalArguments: any): Paginator<ListAudienceExportJobsCommandOutput>;
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 function paginateListAudienceGenerationJobs(config: CleanRoomsMLPaginationConfiguration, input: ListAudienceGenerationJobsCommandInput, ...additionalArguments: any): Paginator<ListAudienceGenerationJobsCommandOutput>;
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 function paginateListAudienceModels(config: CleanRoomsMLPaginationConfiguration, input: ListAudienceModelsCommandInput, ...additionalArguments: any): Paginator<ListAudienceModelsCommandOutput>;
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 function paginateListConfiguredAudienceModels(config: CleanRoomsMLPaginationConfiguration, input: ListConfiguredAudienceModelsCommandInput, ...additionalArguments: any): Paginator<ListConfiguredAudienceModelsCommandOutput>;
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 function paginateListTrainingDatasets(config: CleanRoomsMLPaginationConfiguration, input: ListTrainingDatasetsCommandInput, ...additionalArguments: any): Paginator<ListTrainingDatasetsCommandOutput>;
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
- export declare class CreateAudienceModelCommand extends $Command<
25
- CreateAudienceModelCommandInput,
26
- CreateAudienceModelCommandOutput,
27
- CleanRoomsMLClientResolvedConfig
28
- > {
29
- readonly input: CreateAudienceModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAudienceModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CleanRoomsMLClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput>;
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
- export declare class CreateConfiguredAudienceModelCommand extends $Command<
25
- CreateConfiguredAudienceModelCommandInput,
26
- CreateConfiguredAudienceModelCommandOutput,
27
- CleanRoomsMLClientResolvedConfig
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
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {}