@aws-sdk/client-cleanroomsml 3.478.0 → 3.484.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 (105) 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-es/commands/CreateAudienceModelCommand.js +18 -41
  28. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +18 -41
  29. package/dist-es/commands/CreateTrainingDatasetCommand.js +18 -41
  30. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +18 -41
  31. package/dist-es/commands/DeleteAudienceModelCommand.js +18 -41
  32. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +18 -41
  33. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +18 -41
  34. package/dist-es/commands/DeleteTrainingDatasetCommand.js +18 -41
  35. package/dist-es/commands/GetAudienceGenerationJobCommand.js +18 -41
  36. package/dist-es/commands/GetAudienceModelCommand.js +18 -41
  37. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +18 -41
  38. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +18 -41
  39. package/dist-es/commands/GetTrainingDatasetCommand.js +18 -41
  40. package/dist-es/commands/ListAudienceExportJobsCommand.js +18 -41
  41. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +18 -41
  42. package/dist-es/commands/ListAudienceModelsCommand.js +18 -41
  43. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +18 -41
  44. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  45. package/dist-es/commands/ListTrainingDatasetsCommand.js +18 -41
  46. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +18 -41
  47. package/dist-es/commands/StartAudienceExportJobCommand.js +18 -41
  48. package/dist-es/commands/StartAudienceGenerationJobCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/UntagResourceCommand.js +18 -41
  51. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/CreateAudienceModelCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +6 -21
  55. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +6 -21
  57. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +6 -21
  61. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +6 -21
  62. package/dist-types/commands/GetAudienceModelCommand.d.ts +6 -21
  63. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +6 -21
  64. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +6 -21
  65. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +6 -21
  66. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListAudienceModelsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +6 -21
  72. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +6 -21
  73. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +6 -21
  74. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +6 -21
  75. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  76. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. 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 { 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;
@@ -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 {}
@@ -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 CreateTrainingDatasetCommandInput
21
15
  export interface CreateTrainingDatasetCommandOutput
22
16
  extends CreateTrainingDatasetResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateTrainingDatasetCommand extends $Command<
25
- CreateTrainingDatasetCommandInput,
26
- CreateTrainingDatasetCommandOutput,
27
- CleanRoomsMLClientResolvedConfig
28
- > {
29
- readonly input: CreateTrainingDatasetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateTrainingDatasetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CleanRoomsMLClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateTrainingDatasetCommand_base: {
19
+ new (
20
+ input: CreateTrainingDatasetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateTrainingDatasetCommandInput,
38
- CreateTrainingDatasetCommandOutput
23
+ CreateTrainingDatasetCommandOutput,
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 CreateTrainingDatasetCommand extends CreateTrainingDatasetCommand_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,
@@ -17,22 +11,16 @@ export interface DeleteAudienceGenerationJobCommandInput
17
11
  extends DeleteAudienceGenerationJobRequest {}
18
12
  export interface DeleteAudienceGenerationJobCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteAudienceGenerationJobCommand extends $Command<
21
- DeleteAudienceGenerationJobCommandInput,
22
- DeleteAudienceGenerationJobCommandOutput,
23
- CleanRoomsMLClientResolvedConfig
24
- > {
25
- readonly input: DeleteAudienceGenerationJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteAudienceGenerationJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CleanRoomsMLClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteAudienceGenerationJobCommand_base: {
15
+ new (
16
+ input: DeleteAudienceGenerationJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteAudienceGenerationJobCommandInput,
34
- DeleteAudienceGenerationJobCommandOutput
19
+ DeleteAudienceGenerationJobCommandOutput,
20
+ CleanRoomsMLClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteAudienceGenerationJobCommand extends DeleteAudienceGenerationJobCommand_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,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteAudienceModelCommandInput
17
11
  extends DeleteAudienceModelRequest {}
18
12
  export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteAudienceModelCommand extends $Command<
20
- DeleteAudienceModelCommandInput,
21
- DeleteAudienceModelCommandOutput,
22
- CleanRoomsMLClientResolvedConfig
23
- > {
24
- readonly input: DeleteAudienceModelCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteAudienceModelCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CleanRoomsMLClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteAudienceModelCommand_base: {
14
+ new (
15
+ input: DeleteAudienceModelCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteAudienceModelCommandInput,
18
+ DeleteAudienceModelCommandOutput,
19
+ CleanRoomsMLClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteAudienceModelCommand extends DeleteAudienceModelCommand_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,
@@ -17,22 +11,16 @@ export interface DeleteConfiguredAudienceModelCommandInput
17
11
  extends DeleteConfiguredAudienceModelRequest {}
18
12
  export interface DeleteConfiguredAudienceModelCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteConfiguredAudienceModelCommand extends $Command<
21
- DeleteConfiguredAudienceModelCommandInput,
22
- DeleteConfiguredAudienceModelCommandOutput,
23
- CleanRoomsMLClientResolvedConfig
24
- > {
25
- readonly input: DeleteConfiguredAudienceModelCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteConfiguredAudienceModelCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CleanRoomsMLClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteConfiguredAudienceModelCommand_base: {
15
+ new (
16
+ input: DeleteConfiguredAudienceModelCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteConfiguredAudienceModelCommandInput,
34
- DeleteConfiguredAudienceModelCommandOutput
19
+ DeleteConfiguredAudienceModelCommandOutput,
20
+ CleanRoomsMLClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteConfiguredAudienceModelCommand extends DeleteConfiguredAudienceModelCommand_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,
@@ -17,22 +11,16 @@ export interface DeleteConfiguredAudienceModelPolicyCommandInput
17
11
  extends DeleteConfiguredAudienceModelPolicyRequest {}
18
12
  export interface DeleteConfiguredAudienceModelPolicyCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteConfiguredAudienceModelPolicyCommand extends $Command<
21
- DeleteConfiguredAudienceModelPolicyCommandInput,
22
- DeleteConfiguredAudienceModelPolicyCommandOutput,
23
- CleanRoomsMLClientResolvedConfig
24
- > {
25
- readonly input: DeleteConfiguredAudienceModelPolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteConfiguredAudienceModelPolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CleanRoomsMLClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
15
+ new (
16
+ input: DeleteConfiguredAudienceModelPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteConfiguredAudienceModelPolicyCommandInput,
34
- DeleteConfiguredAudienceModelPolicyCommandOutput
19
+ DeleteConfiguredAudienceModelPolicyCommandOutput,
20
+ CleanRoomsMLClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteConfiguredAudienceModelPolicyCommand extends DeleteConfiguredAudienceModelPolicyCommand_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,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteTrainingDatasetCommandInput
17
11
  extends DeleteTrainingDatasetRequest {}
18
12
  export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteTrainingDatasetCommand extends $Command<
20
- DeleteTrainingDatasetCommandInput,
21
- DeleteTrainingDatasetCommandOutput,
22
- CleanRoomsMLClientResolvedConfig
23
- > {
24
- readonly input: DeleteTrainingDatasetCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteTrainingDatasetCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CleanRoomsMLClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DeleteTrainingDatasetCommand_base: {
14
+ new (
15
+ input: DeleteTrainingDatasetCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DeleteTrainingDatasetCommandInput,
33
- DeleteTrainingDatasetCommandOutput
18
+ DeleteTrainingDatasetCommandOutput,
19
+ CleanRoomsMLClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteTrainingDatasetCommand extends DeleteTrainingDatasetCommand_base {}