@aws-sdk/client-cleanroomsml 3.721.0 → 3.726.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -237,7 +237,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
237
237
  }, "resolveRuntimeExtensions");
238
238
 
239
239
  // src/CleanRoomsMLClient.ts
240
- var _CleanRoomsMLClient = class _CleanRoomsMLClient extends import_smithy_client.Client {
240
+ var CleanRoomsMLClient = class extends import_smithy_client.Client {
241
+ static {
242
+ __name(this, "CleanRoomsMLClient");
243
+ }
244
+ /**
245
+ * The resolved configuration of CleanRoomsMLClient class. This is resolved and normalized from the {@link CleanRoomsMLClientConfig | constructor configuration interface}.
246
+ */
247
+ config;
241
248
  constructor(...[configuration]) {
242
249
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
243
250
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -247,7 +254,7 @@ var _CleanRoomsMLClient = class _CleanRoomsMLClient extends import_smithy_client
247
254
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
248
255
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
249
256
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
250
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
257
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
251
258
  super(_config_8);
252
259
  this.config = _config_8;
253
260
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -275,8 +282,6 @@ var _CleanRoomsMLClient = class _CleanRoomsMLClient extends import_smithy_client
275
282
  super.destroy();
276
283
  }
277
284
  };
278
- __name(_CleanRoomsMLClient, "CleanRoomsMLClient");
279
- var CleanRoomsMLClient = _CleanRoomsMLClient;
280
285
 
281
286
  // src/CleanRoomsML.ts
282
287
 
@@ -293,7 +298,10 @@ var import_core2 = require("@aws-sdk/core");
293
298
 
294
299
  // src/models/CleanRoomsMLServiceException.ts
295
300
 
296
- var _CleanRoomsMLServiceException = class _CleanRoomsMLServiceException extends import_smithy_client.ServiceException {
301
+ var CleanRoomsMLServiceException = class _CleanRoomsMLServiceException extends import_smithy_client.ServiceException {
302
+ static {
303
+ __name(this, "CleanRoomsMLServiceException");
304
+ }
297
305
  /**
298
306
  * @internal
299
307
  */
@@ -302,12 +310,15 @@ var _CleanRoomsMLServiceException = class _CleanRoomsMLServiceException extends
302
310
  Object.setPrototypeOf(this, _CleanRoomsMLServiceException.prototype);
303
311
  }
304
312
  };
305
- __name(_CleanRoomsMLServiceException, "CleanRoomsMLServiceException");
306
- var CleanRoomsMLServiceException = _CleanRoomsMLServiceException;
307
313
 
308
314
  // src/models/models_0.ts
309
315
 
310
- var _AccessDeniedException = class _AccessDeniedException extends CleanRoomsMLServiceException {
316
+ var AccessDeniedException = class _AccessDeniedException extends CleanRoomsMLServiceException {
317
+ static {
318
+ __name(this, "AccessDeniedException");
319
+ }
320
+ name = "AccessDeniedException";
321
+ $fault = "client";
311
322
  /**
312
323
  * @internal
313
324
  */
@@ -317,13 +328,9 @@ var _AccessDeniedException = class _AccessDeniedException extends CleanRoomsMLSe
317
328
  $fault: "client",
318
329
  ...opts
319
330
  });
320
- this.name = "AccessDeniedException";
321
- this.$fault = "client";
322
331
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
323
332
  }
324
333
  };
325
- __name(_AccessDeniedException, "AccessDeniedException");
326
- var AccessDeniedException = _AccessDeniedException;
327
334
  var AudienceSizeType = {
328
335
  ABSOLUTE: "ABSOLUTE",
329
336
  PERCENTAGE: "PERCENTAGE"
@@ -334,7 +341,12 @@ var AudienceExportJobStatus = {
334
341
  CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
335
342
  CREATE_PENDING: "CREATE_PENDING"
336
343
  };
337
- var _ValidationException = class _ValidationException extends CleanRoomsMLServiceException {
344
+ var ValidationException = class _ValidationException extends CleanRoomsMLServiceException {
345
+ static {
346
+ __name(this, "ValidationException");
347
+ }
348
+ name = "ValidationException";
349
+ $fault = "client";
338
350
  /**
339
351
  * @internal
340
352
  */
@@ -344,14 +356,15 @@ var _ValidationException = class _ValidationException extends CleanRoomsMLServic
344
356
  $fault: "client",
345
357
  ...opts
346
358
  });
347
- this.name = "ValidationException";
348
- this.$fault = "client";
349
359
  Object.setPrototypeOf(this, _ValidationException.prototype);
350
360
  }
351
361
  };
352
- __name(_ValidationException, "ValidationException");
353
- var ValidationException = _ValidationException;
354
- var _ConflictException = class _ConflictException extends CleanRoomsMLServiceException {
362
+ var ConflictException = class _ConflictException extends CleanRoomsMLServiceException {
363
+ static {
364
+ __name(this, "ConflictException");
365
+ }
366
+ name = "ConflictException";
367
+ $fault = "client";
355
368
  /**
356
369
  * @internal
357
370
  */
@@ -361,14 +374,15 @@ var _ConflictException = class _ConflictException extends CleanRoomsMLServiceExc
361
374
  $fault: "client",
362
375
  ...opts
363
376
  });
364
- this.name = "ConflictException";
365
- this.$fault = "client";
366
377
  Object.setPrototypeOf(this, _ConflictException.prototype);
367
378
  }
368
379
  };
369
- __name(_ConflictException, "ConflictException");
370
- var ConflictException = _ConflictException;
371
- var _ResourceNotFoundException = class _ResourceNotFoundException extends CleanRoomsMLServiceException {
380
+ var ResourceNotFoundException = class _ResourceNotFoundException extends CleanRoomsMLServiceException {
381
+ static {
382
+ __name(this, "ResourceNotFoundException");
383
+ }
384
+ name = "ResourceNotFoundException";
385
+ $fault = "client";
372
386
  /**
373
387
  * @internal
374
388
  */
@@ -378,14 +392,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends CleanR
378
392
  $fault: "client",
379
393
  ...opts
380
394
  });
381
- this.name = "ResourceNotFoundException";
382
- this.$fault = "client";
383
395
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
384
396
  }
385
397
  };
386
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
387
- var ResourceNotFoundException = _ResourceNotFoundException;
388
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends CleanRoomsMLServiceException {
398
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends CleanRoomsMLServiceException {
399
+ static {
400
+ __name(this, "ServiceQuotaExceededException");
401
+ }
402
+ name = "ServiceQuotaExceededException";
403
+ $fault = "client";
389
404
  /**
390
405
  * @internal
391
406
  */
@@ -395,13 +410,9 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
395
410
  $fault: "client",
396
411
  ...opts
397
412
  });
398
- this.name = "ServiceQuotaExceededException";
399
- this.$fault = "client";
400
413
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
401
414
  }
402
415
  };
403
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
404
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
405
416
  var WorkerComputeType = {
406
417
  CR1X: "CR.1X",
407
418
  CR4X: "CR.4X"
@@ -2969,813 +2980,871 @@ var _tK = "tagKeys";
2969
2980
  var _tMA = "trainedModelArn";
2970
2981
 
2971
2982
  // src/commands/CancelTrainedModelCommand.ts
2972
- var _CancelTrainedModelCommand = class _CancelTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2983
+ var CancelTrainedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2973
2984
  return [
2974
2985
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2975
2986
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2976
2987
  ];
2977
2988
  }).s("AWSStarkControlService", "CancelTrainedModel", {}).n("CleanRoomsMLClient", "CancelTrainedModelCommand").f(void 0, void 0).ser(se_CancelTrainedModelCommand).de(de_CancelTrainedModelCommand).build() {
2989
+ static {
2990
+ __name(this, "CancelTrainedModelCommand");
2991
+ }
2978
2992
  };
2979
- __name(_CancelTrainedModelCommand, "CancelTrainedModelCommand");
2980
- var CancelTrainedModelCommand = _CancelTrainedModelCommand;
2981
2993
 
2982
2994
  // src/commands/CancelTrainedModelInferenceJobCommand.ts
2983
2995
 
2984
2996
 
2985
2997
 
2986
- var _CancelTrainedModelInferenceJobCommand = class _CancelTrainedModelInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2998
+ var CancelTrainedModelInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2987
2999
  return [
2988
3000
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2989
3001
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2990
3002
  ];
2991
3003
  }).s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {}).n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand").f(void 0, void 0).ser(se_CancelTrainedModelInferenceJobCommand).de(de_CancelTrainedModelInferenceJobCommand).build() {
3004
+ static {
3005
+ __name(this, "CancelTrainedModelInferenceJobCommand");
3006
+ }
2992
3007
  };
2993
- __name(_CancelTrainedModelInferenceJobCommand, "CancelTrainedModelInferenceJobCommand");
2994
- var CancelTrainedModelInferenceJobCommand = _CancelTrainedModelInferenceJobCommand;
2995
3008
 
2996
3009
  // src/commands/CreateAudienceModelCommand.ts
2997
3010
 
2998
3011
 
2999
3012
 
3000
- var _CreateAudienceModelCommand = class _CreateAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3013
+ var CreateAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3001
3014
  return [
3002
3015
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3003
3016
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3004
3017
  ];
3005
3018
  }).s("AWSStarkControlService", "CreateAudienceModel", {}).n("CleanRoomsMLClient", "CreateAudienceModelCommand").f(void 0, void 0).ser(se_CreateAudienceModelCommand).de(de_CreateAudienceModelCommand).build() {
3019
+ static {
3020
+ __name(this, "CreateAudienceModelCommand");
3021
+ }
3006
3022
  };
3007
- __name(_CreateAudienceModelCommand, "CreateAudienceModelCommand");
3008
- var CreateAudienceModelCommand = _CreateAudienceModelCommand;
3009
3023
 
3010
3024
  // src/commands/CreateConfiguredAudienceModelCommand.ts
3011
3025
 
3012
3026
 
3013
3027
 
3014
- var _CreateConfiguredAudienceModelCommand = class _CreateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3028
+ var CreateConfiguredAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3015
3029
  return [
3016
3030
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3017
3031
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3018
3032
  ];
3019
3033
  }).s("AWSStarkControlService", "CreateConfiguredAudienceModel", {}).n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand").f(void 0, void 0).ser(se_CreateConfiguredAudienceModelCommand).de(de_CreateConfiguredAudienceModelCommand).build() {
3034
+ static {
3035
+ __name(this, "CreateConfiguredAudienceModelCommand");
3036
+ }
3020
3037
  };
3021
- __name(_CreateConfiguredAudienceModelCommand, "CreateConfiguredAudienceModelCommand");
3022
- var CreateConfiguredAudienceModelCommand = _CreateConfiguredAudienceModelCommand;
3023
3038
 
3024
3039
  // src/commands/CreateConfiguredModelAlgorithmAssociationCommand.ts
3025
3040
 
3026
3041
 
3027
3042
 
3028
- var _CreateConfiguredModelAlgorithmAssociationCommand = class _CreateConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3043
+ var CreateConfiguredModelAlgorithmAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3029
3044
  return [
3030
3045
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3031
3046
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3032
3047
  ];
3033
3048
  }).s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_CreateConfiguredModelAlgorithmAssociationCommand).de(de_CreateConfiguredModelAlgorithmAssociationCommand).build() {
3049
+ static {
3050
+ __name(this, "CreateConfiguredModelAlgorithmAssociationCommand");
3051
+ }
3034
3052
  };
3035
- __name(_CreateConfiguredModelAlgorithmAssociationCommand, "CreateConfiguredModelAlgorithmAssociationCommand");
3036
- var CreateConfiguredModelAlgorithmAssociationCommand = _CreateConfiguredModelAlgorithmAssociationCommand;
3037
3053
 
3038
3054
  // src/commands/CreateConfiguredModelAlgorithmCommand.ts
3039
3055
 
3040
3056
 
3041
3057
 
3042
- var _CreateConfiguredModelAlgorithmCommand = class _CreateConfiguredModelAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3058
+ var CreateConfiguredModelAlgorithmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3043
3059
  return [
3044
3060
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3045
3061
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3046
3062
  ];
3047
3063
  }).s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {}).n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand").f(void 0, void 0).ser(se_CreateConfiguredModelAlgorithmCommand).de(de_CreateConfiguredModelAlgorithmCommand).build() {
3064
+ static {
3065
+ __name(this, "CreateConfiguredModelAlgorithmCommand");
3066
+ }
3048
3067
  };
3049
- __name(_CreateConfiguredModelAlgorithmCommand, "CreateConfiguredModelAlgorithmCommand");
3050
- var CreateConfiguredModelAlgorithmCommand = _CreateConfiguredModelAlgorithmCommand;
3051
3068
 
3052
3069
  // src/commands/CreateMLInputChannelCommand.ts
3053
3070
 
3054
3071
 
3055
3072
 
3056
- var _CreateMLInputChannelCommand = class _CreateMLInputChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3073
+ var CreateMLInputChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3057
3074
  return [
3058
3075
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3059
3076
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3060
3077
  ];
3061
3078
  }).s("AWSStarkControlService", "CreateMLInputChannel", {}).n("CleanRoomsMLClient", "CreateMLInputChannelCommand").f(CreateMLInputChannelRequestFilterSensitiveLog, void 0).ser(se_CreateMLInputChannelCommand).de(de_CreateMLInputChannelCommand).build() {
3079
+ static {
3080
+ __name(this, "CreateMLInputChannelCommand");
3081
+ }
3062
3082
  };
3063
- __name(_CreateMLInputChannelCommand, "CreateMLInputChannelCommand");
3064
- var CreateMLInputChannelCommand = _CreateMLInputChannelCommand;
3065
3083
 
3066
3084
  // src/commands/CreateTrainedModelCommand.ts
3067
3085
 
3068
3086
 
3069
3087
 
3070
- var _CreateTrainedModelCommand = class _CreateTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3088
+ var CreateTrainedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3071
3089
  return [
3072
3090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3073
3091
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3074
3092
  ];
3075
3093
  }).s("AWSStarkControlService", "CreateTrainedModel", {}).n("CleanRoomsMLClient", "CreateTrainedModelCommand").f(void 0, void 0).ser(se_CreateTrainedModelCommand).de(de_CreateTrainedModelCommand).build() {
3094
+ static {
3095
+ __name(this, "CreateTrainedModelCommand");
3096
+ }
3076
3097
  };
3077
- __name(_CreateTrainedModelCommand, "CreateTrainedModelCommand");
3078
- var CreateTrainedModelCommand = _CreateTrainedModelCommand;
3079
3098
 
3080
3099
  // src/commands/CreateTrainingDatasetCommand.ts
3081
3100
 
3082
3101
 
3083
3102
 
3084
- var _CreateTrainingDatasetCommand = class _CreateTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3103
+ var CreateTrainingDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3085
3104
  return [
3086
3105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3087
3106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3088
3107
  ];
3089
3108
  }).s("AWSStarkControlService", "CreateTrainingDataset", {}).n("CleanRoomsMLClient", "CreateTrainingDatasetCommand").f(void 0, void 0).ser(se_CreateTrainingDatasetCommand).de(de_CreateTrainingDatasetCommand).build() {
3109
+ static {
3110
+ __name(this, "CreateTrainingDatasetCommand");
3111
+ }
3090
3112
  };
3091
- __name(_CreateTrainingDatasetCommand, "CreateTrainingDatasetCommand");
3092
- var CreateTrainingDatasetCommand = _CreateTrainingDatasetCommand;
3093
3113
 
3094
3114
  // src/commands/DeleteAudienceGenerationJobCommand.ts
3095
3115
 
3096
3116
 
3097
3117
 
3098
- var _DeleteAudienceGenerationJobCommand = class _DeleteAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3118
+ var DeleteAudienceGenerationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3099
3119
  return [
3100
3120
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3101
3121
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3102
3122
  ];
3103
3123
  }).s("AWSStarkControlService", "DeleteAudienceGenerationJob", {}).n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand").f(void 0, void 0).ser(se_DeleteAudienceGenerationJobCommand).de(de_DeleteAudienceGenerationJobCommand).build() {
3124
+ static {
3125
+ __name(this, "DeleteAudienceGenerationJobCommand");
3126
+ }
3104
3127
  };
3105
- __name(_DeleteAudienceGenerationJobCommand, "DeleteAudienceGenerationJobCommand");
3106
- var DeleteAudienceGenerationJobCommand = _DeleteAudienceGenerationJobCommand;
3107
3128
 
3108
3129
  // src/commands/DeleteAudienceModelCommand.ts
3109
3130
 
3110
3131
 
3111
3132
 
3112
- var _DeleteAudienceModelCommand = class _DeleteAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3133
+ var DeleteAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3113
3134
  return [
3114
3135
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3115
3136
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3116
3137
  ];
3117
3138
  }).s("AWSStarkControlService", "DeleteAudienceModel", {}).n("CleanRoomsMLClient", "DeleteAudienceModelCommand").f(void 0, void 0).ser(se_DeleteAudienceModelCommand).de(de_DeleteAudienceModelCommand).build() {
3139
+ static {
3140
+ __name(this, "DeleteAudienceModelCommand");
3141
+ }
3118
3142
  };
3119
- __name(_DeleteAudienceModelCommand, "DeleteAudienceModelCommand");
3120
- var DeleteAudienceModelCommand = _DeleteAudienceModelCommand;
3121
3143
 
3122
3144
  // src/commands/DeleteConfiguredAudienceModelCommand.ts
3123
3145
 
3124
3146
 
3125
3147
 
3126
- var _DeleteConfiguredAudienceModelCommand = class _DeleteConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3148
+ var DeleteConfiguredAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3127
3149
  return [
3128
3150
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3129
3151
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3130
3152
  ];
3131
3153
  }).s("AWSStarkControlService", "DeleteConfiguredAudienceModel", {}).n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand").f(void 0, void 0).ser(se_DeleteConfiguredAudienceModelCommand).de(de_DeleteConfiguredAudienceModelCommand).build() {
3154
+ static {
3155
+ __name(this, "DeleteConfiguredAudienceModelCommand");
3156
+ }
3132
3157
  };
3133
- __name(_DeleteConfiguredAudienceModelCommand, "DeleteConfiguredAudienceModelCommand");
3134
- var DeleteConfiguredAudienceModelCommand = _DeleteConfiguredAudienceModelCommand;
3135
3158
 
3136
3159
  // src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts
3137
3160
 
3138
3161
 
3139
3162
 
3140
- var _DeleteConfiguredAudienceModelPolicyCommand = class _DeleteConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3163
+ var DeleteConfiguredAudienceModelPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3141
3164
  return [
3142
3165
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3143
3166
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3144
3167
  ];
3145
3168
  }).s("AWSStarkControlService", "DeleteConfiguredAudienceModelPolicy", {}).n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand").f(void 0, void 0).ser(se_DeleteConfiguredAudienceModelPolicyCommand).de(de_DeleteConfiguredAudienceModelPolicyCommand).build() {
3169
+ static {
3170
+ __name(this, "DeleteConfiguredAudienceModelPolicyCommand");
3171
+ }
3146
3172
  };
3147
- __name(_DeleteConfiguredAudienceModelPolicyCommand, "DeleteConfiguredAudienceModelPolicyCommand");
3148
- var DeleteConfiguredAudienceModelPolicyCommand = _DeleteConfiguredAudienceModelPolicyCommand;
3149
3173
 
3150
3174
  // src/commands/DeleteConfiguredModelAlgorithmAssociationCommand.ts
3151
3175
 
3152
3176
 
3153
3177
 
3154
- var _DeleteConfiguredModelAlgorithmAssociationCommand = class _DeleteConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3178
+ var DeleteConfiguredModelAlgorithmAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3155
3179
  return [
3156
3180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3157
3181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3158
3182
  ];
3159
3183
  }).s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_DeleteConfiguredModelAlgorithmAssociationCommand).de(de_DeleteConfiguredModelAlgorithmAssociationCommand).build() {
3184
+ static {
3185
+ __name(this, "DeleteConfiguredModelAlgorithmAssociationCommand");
3186
+ }
3160
3187
  };
3161
- __name(_DeleteConfiguredModelAlgorithmAssociationCommand, "DeleteConfiguredModelAlgorithmAssociationCommand");
3162
- var DeleteConfiguredModelAlgorithmAssociationCommand = _DeleteConfiguredModelAlgorithmAssociationCommand;
3163
3188
 
3164
3189
  // src/commands/DeleteConfiguredModelAlgorithmCommand.ts
3165
3190
 
3166
3191
 
3167
3192
 
3168
- var _DeleteConfiguredModelAlgorithmCommand = class _DeleteConfiguredModelAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3193
+ var DeleteConfiguredModelAlgorithmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3169
3194
  return [
3170
3195
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3171
3196
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3172
3197
  ];
3173
3198
  }).s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {}).n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand").f(void 0, void 0).ser(se_DeleteConfiguredModelAlgorithmCommand).de(de_DeleteConfiguredModelAlgorithmCommand).build() {
3199
+ static {
3200
+ __name(this, "DeleteConfiguredModelAlgorithmCommand");
3201
+ }
3174
3202
  };
3175
- __name(_DeleteConfiguredModelAlgorithmCommand, "DeleteConfiguredModelAlgorithmCommand");
3176
- var DeleteConfiguredModelAlgorithmCommand = _DeleteConfiguredModelAlgorithmCommand;
3177
3203
 
3178
3204
  // src/commands/DeleteMLConfigurationCommand.ts
3179
3205
 
3180
3206
 
3181
3207
 
3182
- var _DeleteMLConfigurationCommand = class _DeleteMLConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3208
+ var DeleteMLConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3183
3209
  return [
3184
3210
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3185
3211
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3186
3212
  ];
3187
3213
  }).s("AWSStarkControlService", "DeleteMLConfiguration", {}).n("CleanRoomsMLClient", "DeleteMLConfigurationCommand").f(void 0, void 0).ser(se_DeleteMLConfigurationCommand).de(de_DeleteMLConfigurationCommand).build() {
3214
+ static {
3215
+ __name(this, "DeleteMLConfigurationCommand");
3216
+ }
3188
3217
  };
3189
- __name(_DeleteMLConfigurationCommand, "DeleteMLConfigurationCommand");
3190
- var DeleteMLConfigurationCommand = _DeleteMLConfigurationCommand;
3191
3218
 
3192
3219
  // src/commands/DeleteMLInputChannelDataCommand.ts
3193
3220
 
3194
3221
 
3195
3222
 
3196
- var _DeleteMLInputChannelDataCommand = class _DeleteMLInputChannelDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3223
+ var DeleteMLInputChannelDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3197
3224
  return [
3198
3225
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3199
3226
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3200
3227
  ];
3201
3228
  }).s("AWSStarkControlService", "DeleteMLInputChannelData", {}).n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand").f(void 0, void 0).ser(se_DeleteMLInputChannelDataCommand).de(de_DeleteMLInputChannelDataCommand).build() {
3229
+ static {
3230
+ __name(this, "DeleteMLInputChannelDataCommand");
3231
+ }
3202
3232
  };
3203
- __name(_DeleteMLInputChannelDataCommand, "DeleteMLInputChannelDataCommand");
3204
- var DeleteMLInputChannelDataCommand = _DeleteMLInputChannelDataCommand;
3205
3233
 
3206
3234
  // src/commands/DeleteTrainedModelOutputCommand.ts
3207
3235
 
3208
3236
 
3209
3237
 
3210
- var _DeleteTrainedModelOutputCommand = class _DeleteTrainedModelOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3238
+ var DeleteTrainedModelOutputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3211
3239
  return [
3212
3240
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3213
3241
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3214
3242
  ];
3215
3243
  }).s("AWSStarkControlService", "DeleteTrainedModelOutput", {}).n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand").f(void 0, void 0).ser(se_DeleteTrainedModelOutputCommand).de(de_DeleteTrainedModelOutputCommand).build() {
3244
+ static {
3245
+ __name(this, "DeleteTrainedModelOutputCommand");
3246
+ }
3216
3247
  };
3217
- __name(_DeleteTrainedModelOutputCommand, "DeleteTrainedModelOutputCommand");
3218
- var DeleteTrainedModelOutputCommand = _DeleteTrainedModelOutputCommand;
3219
3248
 
3220
3249
  // src/commands/DeleteTrainingDatasetCommand.ts
3221
3250
 
3222
3251
 
3223
3252
 
3224
- var _DeleteTrainingDatasetCommand = class _DeleteTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3253
+ var DeleteTrainingDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3225
3254
  return [
3226
3255
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3227
3256
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3228
3257
  ];
3229
3258
  }).s("AWSStarkControlService", "DeleteTrainingDataset", {}).n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand").f(void 0, void 0).ser(se_DeleteTrainingDatasetCommand).de(de_DeleteTrainingDatasetCommand).build() {
3259
+ static {
3260
+ __name(this, "DeleteTrainingDatasetCommand");
3261
+ }
3230
3262
  };
3231
- __name(_DeleteTrainingDatasetCommand, "DeleteTrainingDatasetCommand");
3232
- var DeleteTrainingDatasetCommand = _DeleteTrainingDatasetCommand;
3233
3263
 
3234
3264
  // src/commands/GetAudienceGenerationJobCommand.ts
3235
3265
 
3236
3266
 
3237
3267
 
3238
- var _GetAudienceGenerationJobCommand = class _GetAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3268
+ var GetAudienceGenerationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3239
3269
  return [
3240
3270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3241
3271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3242
3272
  ];
3243
3273
  }).s("AWSStarkControlService", "GetAudienceGenerationJob", {}).n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand").f(void 0, GetAudienceGenerationJobResponseFilterSensitiveLog).ser(se_GetAudienceGenerationJobCommand).de(de_GetAudienceGenerationJobCommand).build() {
3274
+ static {
3275
+ __name(this, "GetAudienceGenerationJobCommand");
3276
+ }
3244
3277
  };
3245
- __name(_GetAudienceGenerationJobCommand, "GetAudienceGenerationJobCommand");
3246
- var GetAudienceGenerationJobCommand = _GetAudienceGenerationJobCommand;
3247
3278
 
3248
3279
  // src/commands/GetAudienceModelCommand.ts
3249
3280
 
3250
3281
 
3251
3282
 
3252
- var _GetAudienceModelCommand = class _GetAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3283
+ var GetAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3253
3284
  return [
3254
3285
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3255
3286
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3256
3287
  ];
3257
3288
  }).s("AWSStarkControlService", "GetAudienceModel", {}).n("CleanRoomsMLClient", "GetAudienceModelCommand").f(void 0, void 0).ser(se_GetAudienceModelCommand).de(de_GetAudienceModelCommand).build() {
3289
+ static {
3290
+ __name(this, "GetAudienceModelCommand");
3291
+ }
3258
3292
  };
3259
- __name(_GetAudienceModelCommand, "GetAudienceModelCommand");
3260
- var GetAudienceModelCommand = _GetAudienceModelCommand;
3261
3293
 
3262
3294
  // src/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.ts
3263
3295
 
3264
3296
 
3265
3297
 
3266
- var _GetCollaborationConfiguredModelAlgorithmAssociationCommand = class _GetCollaborationConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3298
+ var GetCollaborationConfiguredModelAlgorithmAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3267
3299
  return [
3268
3300
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3269
3301
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3270
3302
  ];
3271
3303
  }).s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_GetCollaborationConfiguredModelAlgorithmAssociationCommand).de(de_GetCollaborationConfiguredModelAlgorithmAssociationCommand).build() {
3304
+ static {
3305
+ __name(this, "GetCollaborationConfiguredModelAlgorithmAssociationCommand");
3306
+ }
3272
3307
  };
3273
- __name(_GetCollaborationConfiguredModelAlgorithmAssociationCommand, "GetCollaborationConfiguredModelAlgorithmAssociationCommand");
3274
- var GetCollaborationConfiguredModelAlgorithmAssociationCommand = _GetCollaborationConfiguredModelAlgorithmAssociationCommand;
3275
3308
 
3276
3309
  // src/commands/GetCollaborationMLInputChannelCommand.ts
3277
3310
 
3278
3311
 
3279
3312
 
3280
- var _GetCollaborationMLInputChannelCommand = class _GetCollaborationMLInputChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3313
+ var GetCollaborationMLInputChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3281
3314
  return [
3282
3315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3283
3316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3284
3317
  ];
3285
3318
  }).s("AWSStarkControlService", "GetCollaborationMLInputChannel", {}).n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand").f(void 0, void 0).ser(se_GetCollaborationMLInputChannelCommand).de(de_GetCollaborationMLInputChannelCommand).build() {
3319
+ static {
3320
+ __name(this, "GetCollaborationMLInputChannelCommand");
3321
+ }
3286
3322
  };
3287
- __name(_GetCollaborationMLInputChannelCommand, "GetCollaborationMLInputChannelCommand");
3288
- var GetCollaborationMLInputChannelCommand = _GetCollaborationMLInputChannelCommand;
3289
3323
 
3290
3324
  // src/commands/GetCollaborationTrainedModelCommand.ts
3291
3325
 
3292
3326
 
3293
3327
 
3294
- var _GetCollaborationTrainedModelCommand = class _GetCollaborationTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3328
+ var GetCollaborationTrainedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3295
3329
  return [
3296
3330
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3297
3331
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3298
3332
  ];
3299
3333
  }).s("AWSStarkControlService", "GetCollaborationTrainedModel", {}).n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand").f(void 0, void 0).ser(se_GetCollaborationTrainedModelCommand).de(de_GetCollaborationTrainedModelCommand).build() {
3334
+ static {
3335
+ __name(this, "GetCollaborationTrainedModelCommand");
3336
+ }
3300
3337
  };
3301
- __name(_GetCollaborationTrainedModelCommand, "GetCollaborationTrainedModelCommand");
3302
- var GetCollaborationTrainedModelCommand = _GetCollaborationTrainedModelCommand;
3303
3338
 
3304
3339
  // src/commands/GetConfiguredAudienceModelCommand.ts
3305
3340
 
3306
3341
 
3307
3342
 
3308
- var _GetConfiguredAudienceModelCommand = class _GetConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3343
+ var GetConfiguredAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3309
3344
  return [
3310
3345
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3311
3346
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3312
3347
  ];
3313
3348
  }).s("AWSStarkControlService", "GetConfiguredAudienceModel", {}).n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand").f(void 0, void 0).ser(se_GetConfiguredAudienceModelCommand).de(de_GetConfiguredAudienceModelCommand).build() {
3349
+ static {
3350
+ __name(this, "GetConfiguredAudienceModelCommand");
3351
+ }
3314
3352
  };
3315
- __name(_GetConfiguredAudienceModelCommand, "GetConfiguredAudienceModelCommand");
3316
- var GetConfiguredAudienceModelCommand = _GetConfiguredAudienceModelCommand;
3317
3353
 
3318
3354
  // src/commands/GetConfiguredAudienceModelPolicyCommand.ts
3319
3355
 
3320
3356
 
3321
3357
 
3322
- var _GetConfiguredAudienceModelPolicyCommand = class _GetConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3358
+ var GetConfiguredAudienceModelPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3323
3359
  return [
3324
3360
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3325
3361
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3326
3362
  ];
3327
3363
  }).s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {}).n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand").f(void 0, void 0).ser(se_GetConfiguredAudienceModelPolicyCommand).de(de_GetConfiguredAudienceModelPolicyCommand).build() {
3364
+ static {
3365
+ __name(this, "GetConfiguredAudienceModelPolicyCommand");
3366
+ }
3328
3367
  };
3329
- __name(_GetConfiguredAudienceModelPolicyCommand, "GetConfiguredAudienceModelPolicyCommand");
3330
- var GetConfiguredAudienceModelPolicyCommand = _GetConfiguredAudienceModelPolicyCommand;
3331
3368
 
3332
3369
  // src/commands/GetConfiguredModelAlgorithmAssociationCommand.ts
3333
3370
 
3334
3371
 
3335
3372
 
3336
- var _GetConfiguredModelAlgorithmAssociationCommand = class _GetConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3373
+ var GetConfiguredModelAlgorithmAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3337
3374
  return [
3338
3375
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3339
3376
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3340
3377
  ];
3341
3378
  }).s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_GetConfiguredModelAlgorithmAssociationCommand).de(de_GetConfiguredModelAlgorithmAssociationCommand).build() {
3379
+ static {
3380
+ __name(this, "GetConfiguredModelAlgorithmAssociationCommand");
3381
+ }
3342
3382
  };
3343
- __name(_GetConfiguredModelAlgorithmAssociationCommand, "GetConfiguredModelAlgorithmAssociationCommand");
3344
- var GetConfiguredModelAlgorithmAssociationCommand = _GetConfiguredModelAlgorithmAssociationCommand;
3345
3383
 
3346
3384
  // src/commands/GetConfiguredModelAlgorithmCommand.ts
3347
3385
 
3348
3386
 
3349
3387
 
3350
- var _GetConfiguredModelAlgorithmCommand = class _GetConfiguredModelAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3388
+ var GetConfiguredModelAlgorithmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3351
3389
  return [
3352
3390
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3353
3391
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3354
3392
  ];
3355
3393
  }).s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {}).n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand").f(void 0, void 0).ser(se_GetConfiguredModelAlgorithmCommand).de(de_GetConfiguredModelAlgorithmCommand).build() {
3394
+ static {
3395
+ __name(this, "GetConfiguredModelAlgorithmCommand");
3396
+ }
3356
3397
  };
3357
- __name(_GetConfiguredModelAlgorithmCommand, "GetConfiguredModelAlgorithmCommand");
3358
- var GetConfiguredModelAlgorithmCommand = _GetConfiguredModelAlgorithmCommand;
3359
3398
 
3360
3399
  // src/commands/GetMLConfigurationCommand.ts
3361
3400
 
3362
3401
 
3363
3402
 
3364
- var _GetMLConfigurationCommand = class _GetMLConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3403
+ var GetMLConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3365
3404
  return [
3366
3405
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3367
3406
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3368
3407
  ];
3369
3408
  }).s("AWSStarkControlService", "GetMLConfiguration", {}).n("CleanRoomsMLClient", "GetMLConfigurationCommand").f(void 0, void 0).ser(se_GetMLConfigurationCommand).de(de_GetMLConfigurationCommand).build() {
3409
+ static {
3410
+ __name(this, "GetMLConfigurationCommand");
3411
+ }
3370
3412
  };
3371
- __name(_GetMLConfigurationCommand, "GetMLConfigurationCommand");
3372
- var GetMLConfigurationCommand = _GetMLConfigurationCommand;
3373
3413
 
3374
3414
  // src/commands/GetMLInputChannelCommand.ts
3375
3415
 
3376
3416
 
3377
3417
 
3378
- var _GetMLInputChannelCommand = class _GetMLInputChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3418
+ var GetMLInputChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3379
3419
  return [
3380
3420
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3381
3421
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3382
3422
  ];
3383
3423
  }).s("AWSStarkControlService", "GetMLInputChannel", {}).n("CleanRoomsMLClient", "GetMLInputChannelCommand").f(void 0, GetMLInputChannelResponseFilterSensitiveLog).ser(se_GetMLInputChannelCommand).de(de_GetMLInputChannelCommand).build() {
3424
+ static {
3425
+ __name(this, "GetMLInputChannelCommand");
3426
+ }
3384
3427
  };
3385
- __name(_GetMLInputChannelCommand, "GetMLInputChannelCommand");
3386
- var GetMLInputChannelCommand = _GetMLInputChannelCommand;
3387
3428
 
3388
3429
  // src/commands/GetTrainedModelCommand.ts
3389
3430
 
3390
3431
 
3391
3432
 
3392
- var _GetTrainedModelCommand = class _GetTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3433
+ var GetTrainedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3393
3434
  return [
3394
3435
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3395
3436
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3396
3437
  ];
3397
3438
  }).s("AWSStarkControlService", "GetTrainedModel", {}).n("CleanRoomsMLClient", "GetTrainedModelCommand").f(void 0, void 0).ser(se_GetTrainedModelCommand).de(de_GetTrainedModelCommand).build() {
3439
+ static {
3440
+ __name(this, "GetTrainedModelCommand");
3441
+ }
3398
3442
  };
3399
- __name(_GetTrainedModelCommand, "GetTrainedModelCommand");
3400
- var GetTrainedModelCommand = _GetTrainedModelCommand;
3401
3443
 
3402
3444
  // src/commands/GetTrainedModelInferenceJobCommand.ts
3403
3445
 
3404
3446
 
3405
3447
 
3406
- var _GetTrainedModelInferenceJobCommand = class _GetTrainedModelInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3448
+ var GetTrainedModelInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3407
3449
  return [
3408
3450
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3409
3451
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3410
3452
  ];
3411
3453
  }).s("AWSStarkControlService", "GetTrainedModelInferenceJob", {}).n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand").f(void 0, void 0).ser(se_GetTrainedModelInferenceJobCommand).de(de_GetTrainedModelInferenceJobCommand).build() {
3454
+ static {
3455
+ __name(this, "GetTrainedModelInferenceJobCommand");
3456
+ }
3412
3457
  };
3413
- __name(_GetTrainedModelInferenceJobCommand, "GetTrainedModelInferenceJobCommand");
3414
- var GetTrainedModelInferenceJobCommand = _GetTrainedModelInferenceJobCommand;
3415
3458
 
3416
3459
  // src/commands/GetTrainingDatasetCommand.ts
3417
3460
 
3418
3461
 
3419
3462
 
3420
- var _GetTrainingDatasetCommand = class _GetTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3463
+ var GetTrainingDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3421
3464
  return [
3422
3465
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3423
3466
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3424
3467
  ];
3425
3468
  }).s("AWSStarkControlService", "GetTrainingDataset", {}).n("CleanRoomsMLClient", "GetTrainingDatasetCommand").f(void 0, void 0).ser(se_GetTrainingDatasetCommand).de(de_GetTrainingDatasetCommand).build() {
3469
+ static {
3470
+ __name(this, "GetTrainingDatasetCommand");
3471
+ }
3426
3472
  };
3427
- __name(_GetTrainingDatasetCommand, "GetTrainingDatasetCommand");
3428
- var GetTrainingDatasetCommand = _GetTrainingDatasetCommand;
3429
3473
 
3430
3474
  // src/commands/ListAudienceExportJobsCommand.ts
3431
3475
 
3432
3476
 
3433
3477
 
3434
- var _ListAudienceExportJobsCommand = class _ListAudienceExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3478
+ var ListAudienceExportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3435
3479
  return [
3436
3480
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3437
3481
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3438
3482
  ];
3439
3483
  }).s("AWSStarkControlService", "ListAudienceExportJobs", {}).n("CleanRoomsMLClient", "ListAudienceExportJobsCommand").f(void 0, void 0).ser(se_ListAudienceExportJobsCommand).de(de_ListAudienceExportJobsCommand).build() {
3484
+ static {
3485
+ __name(this, "ListAudienceExportJobsCommand");
3486
+ }
3440
3487
  };
3441
- __name(_ListAudienceExportJobsCommand, "ListAudienceExportJobsCommand");
3442
- var ListAudienceExportJobsCommand = _ListAudienceExportJobsCommand;
3443
3488
 
3444
3489
  // src/commands/ListAudienceGenerationJobsCommand.ts
3445
3490
 
3446
3491
 
3447
3492
 
3448
- var _ListAudienceGenerationJobsCommand = class _ListAudienceGenerationJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3493
+ var ListAudienceGenerationJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3449
3494
  return [
3450
3495
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3451
3496
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3452
3497
  ];
3453
3498
  }).s("AWSStarkControlService", "ListAudienceGenerationJobs", {}).n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand").f(void 0, void 0).ser(se_ListAudienceGenerationJobsCommand).de(de_ListAudienceGenerationJobsCommand).build() {
3499
+ static {
3500
+ __name(this, "ListAudienceGenerationJobsCommand");
3501
+ }
3454
3502
  };
3455
- __name(_ListAudienceGenerationJobsCommand, "ListAudienceGenerationJobsCommand");
3456
- var ListAudienceGenerationJobsCommand = _ListAudienceGenerationJobsCommand;
3457
3503
 
3458
3504
  // src/commands/ListAudienceModelsCommand.ts
3459
3505
 
3460
3506
 
3461
3507
 
3462
- var _ListAudienceModelsCommand = class _ListAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3508
+ var ListAudienceModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3463
3509
  return [
3464
3510
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3465
3511
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3466
3512
  ];
3467
3513
  }).s("AWSStarkControlService", "ListAudienceModels", {}).n("CleanRoomsMLClient", "ListAudienceModelsCommand").f(void 0, void 0).ser(se_ListAudienceModelsCommand).de(de_ListAudienceModelsCommand).build() {
3514
+ static {
3515
+ __name(this, "ListAudienceModelsCommand");
3516
+ }
3468
3517
  };
3469
- __name(_ListAudienceModelsCommand, "ListAudienceModelsCommand");
3470
- var ListAudienceModelsCommand = _ListAudienceModelsCommand;
3471
3518
 
3472
3519
  // src/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.ts
3473
3520
 
3474
3521
 
3475
3522
 
3476
- var _ListCollaborationConfiguredModelAlgorithmAssociationsCommand = class _ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3523
+ var ListCollaborationConfiguredModelAlgorithmAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3477
3524
  return [
3478
3525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3479
3526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3480
3527
  ];
3481
3528
  }).s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {}).n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand").f(void 0, void 0).ser(se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand).de(de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand).build() {
3529
+ static {
3530
+ __name(this, "ListCollaborationConfiguredModelAlgorithmAssociationsCommand");
3531
+ }
3482
3532
  };
3483
- __name(_ListCollaborationConfiguredModelAlgorithmAssociationsCommand, "ListCollaborationConfiguredModelAlgorithmAssociationsCommand");
3484
- var ListCollaborationConfiguredModelAlgorithmAssociationsCommand = _ListCollaborationConfiguredModelAlgorithmAssociationsCommand;
3485
3533
 
3486
3534
  // src/commands/ListCollaborationMLInputChannelsCommand.ts
3487
3535
 
3488
3536
 
3489
3537
 
3490
- var _ListCollaborationMLInputChannelsCommand = class _ListCollaborationMLInputChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3538
+ var ListCollaborationMLInputChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3491
3539
  return [
3492
3540
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3493
3541
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3494
3542
  ];
3495
3543
  }).s("AWSStarkControlService", "ListCollaborationMLInputChannels", {}).n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand").f(void 0, void 0).ser(se_ListCollaborationMLInputChannelsCommand).de(de_ListCollaborationMLInputChannelsCommand).build() {
3544
+ static {
3545
+ __name(this, "ListCollaborationMLInputChannelsCommand");
3546
+ }
3496
3547
  };
3497
- __name(_ListCollaborationMLInputChannelsCommand, "ListCollaborationMLInputChannelsCommand");
3498
- var ListCollaborationMLInputChannelsCommand = _ListCollaborationMLInputChannelsCommand;
3499
3548
 
3500
3549
  // src/commands/ListCollaborationTrainedModelExportJobsCommand.ts
3501
3550
 
3502
3551
 
3503
3552
 
3504
- var _ListCollaborationTrainedModelExportJobsCommand = class _ListCollaborationTrainedModelExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3553
+ var ListCollaborationTrainedModelExportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3505
3554
  return [
3506
3555
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3507
3556
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3508
3557
  ];
3509
3558
  }).s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {}).n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand").f(void 0, void 0).ser(se_ListCollaborationTrainedModelExportJobsCommand).de(de_ListCollaborationTrainedModelExportJobsCommand).build() {
3559
+ static {
3560
+ __name(this, "ListCollaborationTrainedModelExportJobsCommand");
3561
+ }
3510
3562
  };
3511
- __name(_ListCollaborationTrainedModelExportJobsCommand, "ListCollaborationTrainedModelExportJobsCommand");
3512
- var ListCollaborationTrainedModelExportJobsCommand = _ListCollaborationTrainedModelExportJobsCommand;
3513
3563
 
3514
3564
  // src/commands/ListCollaborationTrainedModelInferenceJobsCommand.ts
3515
3565
 
3516
3566
 
3517
3567
 
3518
- var _ListCollaborationTrainedModelInferenceJobsCommand = class _ListCollaborationTrainedModelInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3568
+ var ListCollaborationTrainedModelInferenceJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3519
3569
  return [
3520
3570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3521
3571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3522
3572
  ];
3523
3573
  }).s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {}).n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand").f(void 0, void 0).ser(se_ListCollaborationTrainedModelInferenceJobsCommand).de(de_ListCollaborationTrainedModelInferenceJobsCommand).build() {
3574
+ static {
3575
+ __name(this, "ListCollaborationTrainedModelInferenceJobsCommand");
3576
+ }
3524
3577
  };
3525
- __name(_ListCollaborationTrainedModelInferenceJobsCommand, "ListCollaborationTrainedModelInferenceJobsCommand");
3526
- var ListCollaborationTrainedModelInferenceJobsCommand = _ListCollaborationTrainedModelInferenceJobsCommand;
3527
3578
 
3528
3579
  // src/commands/ListCollaborationTrainedModelsCommand.ts
3529
3580
 
3530
3581
 
3531
3582
 
3532
- var _ListCollaborationTrainedModelsCommand = class _ListCollaborationTrainedModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3583
+ var ListCollaborationTrainedModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3533
3584
  return [
3534
3585
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3535
3586
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3536
3587
  ];
3537
3588
  }).s("AWSStarkControlService", "ListCollaborationTrainedModels", {}).n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand").f(void 0, void 0).ser(se_ListCollaborationTrainedModelsCommand).de(de_ListCollaborationTrainedModelsCommand).build() {
3589
+ static {
3590
+ __name(this, "ListCollaborationTrainedModelsCommand");
3591
+ }
3538
3592
  };
3539
- __name(_ListCollaborationTrainedModelsCommand, "ListCollaborationTrainedModelsCommand");
3540
- var ListCollaborationTrainedModelsCommand = _ListCollaborationTrainedModelsCommand;
3541
3593
 
3542
3594
  // src/commands/ListConfiguredAudienceModelsCommand.ts
3543
3595
 
3544
3596
 
3545
3597
 
3546
- var _ListConfiguredAudienceModelsCommand = class _ListConfiguredAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3598
+ var ListConfiguredAudienceModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3547
3599
  return [
3548
3600
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3549
3601
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3550
3602
  ];
3551
3603
  }).s("AWSStarkControlService", "ListConfiguredAudienceModels", {}).n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand").f(void 0, void 0).ser(se_ListConfiguredAudienceModelsCommand).de(de_ListConfiguredAudienceModelsCommand).build() {
3604
+ static {
3605
+ __name(this, "ListConfiguredAudienceModelsCommand");
3606
+ }
3552
3607
  };
3553
- __name(_ListConfiguredAudienceModelsCommand, "ListConfiguredAudienceModelsCommand");
3554
- var ListConfiguredAudienceModelsCommand = _ListConfiguredAudienceModelsCommand;
3555
3608
 
3556
3609
  // src/commands/ListConfiguredModelAlgorithmAssociationsCommand.ts
3557
3610
 
3558
3611
 
3559
3612
 
3560
- var _ListConfiguredModelAlgorithmAssociationsCommand = class _ListConfiguredModelAlgorithmAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3613
+ var ListConfiguredModelAlgorithmAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3561
3614
  return [
3562
3615
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3563
3616
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3564
3617
  ];
3565
3618
  }).s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {}).n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand").f(void 0, void 0).ser(se_ListConfiguredModelAlgorithmAssociationsCommand).de(de_ListConfiguredModelAlgorithmAssociationsCommand).build() {
3619
+ static {
3620
+ __name(this, "ListConfiguredModelAlgorithmAssociationsCommand");
3621
+ }
3566
3622
  };
3567
- __name(_ListConfiguredModelAlgorithmAssociationsCommand, "ListConfiguredModelAlgorithmAssociationsCommand");
3568
- var ListConfiguredModelAlgorithmAssociationsCommand = _ListConfiguredModelAlgorithmAssociationsCommand;
3569
3623
 
3570
3624
  // src/commands/ListConfiguredModelAlgorithmsCommand.ts
3571
3625
 
3572
3626
 
3573
3627
 
3574
- var _ListConfiguredModelAlgorithmsCommand = class _ListConfiguredModelAlgorithmsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3628
+ var ListConfiguredModelAlgorithmsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3575
3629
  return [
3576
3630
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3577
3631
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3578
3632
  ];
3579
3633
  }).s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {}).n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand").f(void 0, void 0).ser(se_ListConfiguredModelAlgorithmsCommand).de(de_ListConfiguredModelAlgorithmsCommand).build() {
3634
+ static {
3635
+ __name(this, "ListConfiguredModelAlgorithmsCommand");
3636
+ }
3580
3637
  };
3581
- __name(_ListConfiguredModelAlgorithmsCommand, "ListConfiguredModelAlgorithmsCommand");
3582
- var ListConfiguredModelAlgorithmsCommand = _ListConfiguredModelAlgorithmsCommand;
3583
3638
 
3584
3639
  // src/commands/ListMLInputChannelsCommand.ts
3585
3640
 
3586
3641
 
3587
3642
 
3588
- var _ListMLInputChannelsCommand = class _ListMLInputChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3643
+ var ListMLInputChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3589
3644
  return [
3590
3645
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3591
3646
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3592
3647
  ];
3593
3648
  }).s("AWSStarkControlService", "ListMLInputChannels", {}).n("CleanRoomsMLClient", "ListMLInputChannelsCommand").f(void 0, void 0).ser(se_ListMLInputChannelsCommand).de(de_ListMLInputChannelsCommand).build() {
3649
+ static {
3650
+ __name(this, "ListMLInputChannelsCommand");
3651
+ }
3594
3652
  };
3595
- __name(_ListMLInputChannelsCommand, "ListMLInputChannelsCommand");
3596
- var ListMLInputChannelsCommand = _ListMLInputChannelsCommand;
3597
3653
 
3598
3654
  // src/commands/ListTagsForResourceCommand.ts
3599
3655
 
3600
3656
 
3601
3657
 
3602
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3658
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3603
3659
  return [
3604
3660
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3605
3661
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3606
3662
  ];
3607
3663
  }).s("AWSStarkControlService", "ListTagsForResource", {}).n("CleanRoomsMLClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
3664
+ static {
3665
+ __name(this, "ListTagsForResourceCommand");
3666
+ }
3608
3667
  };
3609
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
3610
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3611
3668
 
3612
3669
  // src/commands/ListTrainedModelInferenceJobsCommand.ts
3613
3670
 
3614
3671
 
3615
3672
 
3616
- var _ListTrainedModelInferenceJobsCommand = class _ListTrainedModelInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3673
+ var ListTrainedModelInferenceJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3617
3674
  return [
3618
3675
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3619
3676
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3620
3677
  ];
3621
3678
  }).s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {}).n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand").f(void 0, void 0).ser(se_ListTrainedModelInferenceJobsCommand).de(de_ListTrainedModelInferenceJobsCommand).build() {
3679
+ static {
3680
+ __name(this, "ListTrainedModelInferenceJobsCommand");
3681
+ }
3622
3682
  };
3623
- __name(_ListTrainedModelInferenceJobsCommand, "ListTrainedModelInferenceJobsCommand");
3624
- var ListTrainedModelInferenceJobsCommand = _ListTrainedModelInferenceJobsCommand;
3625
3683
 
3626
3684
  // src/commands/ListTrainedModelsCommand.ts
3627
3685
 
3628
3686
 
3629
3687
 
3630
- var _ListTrainedModelsCommand = class _ListTrainedModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3688
+ var ListTrainedModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3631
3689
  return [
3632
3690
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3633
3691
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3634
3692
  ];
3635
3693
  }).s("AWSStarkControlService", "ListTrainedModels", {}).n("CleanRoomsMLClient", "ListTrainedModelsCommand").f(void 0, void 0).ser(se_ListTrainedModelsCommand).de(de_ListTrainedModelsCommand).build() {
3694
+ static {
3695
+ __name(this, "ListTrainedModelsCommand");
3696
+ }
3636
3697
  };
3637
- __name(_ListTrainedModelsCommand, "ListTrainedModelsCommand");
3638
- var ListTrainedModelsCommand = _ListTrainedModelsCommand;
3639
3698
 
3640
3699
  // src/commands/ListTrainingDatasetsCommand.ts
3641
3700
 
3642
3701
 
3643
3702
 
3644
- var _ListTrainingDatasetsCommand = class _ListTrainingDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3703
+ var ListTrainingDatasetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3645
3704
  return [
3646
3705
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3647
3706
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3648
3707
  ];
3649
3708
  }).s("AWSStarkControlService", "ListTrainingDatasets", {}).n("CleanRoomsMLClient", "ListTrainingDatasetsCommand").f(void 0, void 0).ser(se_ListTrainingDatasetsCommand).de(de_ListTrainingDatasetsCommand).build() {
3709
+ static {
3710
+ __name(this, "ListTrainingDatasetsCommand");
3711
+ }
3650
3712
  };
3651
- __name(_ListTrainingDatasetsCommand, "ListTrainingDatasetsCommand");
3652
- var ListTrainingDatasetsCommand = _ListTrainingDatasetsCommand;
3653
3713
 
3654
3714
  // src/commands/PutConfiguredAudienceModelPolicyCommand.ts
3655
3715
 
3656
3716
 
3657
3717
 
3658
- var _PutConfiguredAudienceModelPolicyCommand = class _PutConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3718
+ var PutConfiguredAudienceModelPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3659
3719
  return [
3660
3720
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3661
3721
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3662
3722
  ];
3663
3723
  }).s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {}).n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand").f(void 0, void 0).ser(se_PutConfiguredAudienceModelPolicyCommand).de(de_PutConfiguredAudienceModelPolicyCommand).build() {
3724
+ static {
3725
+ __name(this, "PutConfiguredAudienceModelPolicyCommand");
3726
+ }
3664
3727
  };
3665
- __name(_PutConfiguredAudienceModelPolicyCommand, "PutConfiguredAudienceModelPolicyCommand");
3666
- var PutConfiguredAudienceModelPolicyCommand = _PutConfiguredAudienceModelPolicyCommand;
3667
3728
 
3668
3729
  // src/commands/PutMLConfigurationCommand.ts
3669
3730
 
3670
3731
 
3671
3732
 
3672
- var _PutMLConfigurationCommand = class _PutMLConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3733
+ var PutMLConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3673
3734
  return [
3674
3735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3675
3736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3676
3737
  ];
3677
3738
  }).s("AWSStarkControlService", "PutMLConfiguration", {}).n("CleanRoomsMLClient", "PutMLConfigurationCommand").f(void 0, void 0).ser(se_PutMLConfigurationCommand).de(de_PutMLConfigurationCommand).build() {
3739
+ static {
3740
+ __name(this, "PutMLConfigurationCommand");
3741
+ }
3678
3742
  };
3679
- __name(_PutMLConfigurationCommand, "PutMLConfigurationCommand");
3680
- var PutMLConfigurationCommand = _PutMLConfigurationCommand;
3681
3743
 
3682
3744
  // src/commands/StartAudienceExportJobCommand.ts
3683
3745
 
3684
3746
 
3685
3747
 
3686
- var _StartAudienceExportJobCommand = class _StartAudienceExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3748
+ var StartAudienceExportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3687
3749
  return [
3688
3750
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3689
3751
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3690
3752
  ];
3691
3753
  }).s("AWSStarkControlService", "StartAudienceExportJob", {}).n("CleanRoomsMLClient", "StartAudienceExportJobCommand").f(void 0, void 0).ser(se_StartAudienceExportJobCommand).de(de_StartAudienceExportJobCommand).build() {
3754
+ static {
3755
+ __name(this, "StartAudienceExportJobCommand");
3756
+ }
3692
3757
  };
3693
- __name(_StartAudienceExportJobCommand, "StartAudienceExportJobCommand");
3694
- var StartAudienceExportJobCommand = _StartAudienceExportJobCommand;
3695
3758
 
3696
3759
  // src/commands/StartAudienceGenerationJobCommand.ts
3697
3760
 
3698
3761
 
3699
3762
 
3700
- var _StartAudienceGenerationJobCommand = class _StartAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3763
+ var StartAudienceGenerationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3701
3764
  return [
3702
3765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3703
3766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3704
3767
  ];
3705
3768
  }).s("AWSStarkControlService", "StartAudienceGenerationJob", {}).n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand").f(StartAudienceGenerationJobRequestFilterSensitiveLog, void 0).ser(se_StartAudienceGenerationJobCommand).de(de_StartAudienceGenerationJobCommand).build() {
3769
+ static {
3770
+ __name(this, "StartAudienceGenerationJobCommand");
3771
+ }
3706
3772
  };
3707
- __name(_StartAudienceGenerationJobCommand, "StartAudienceGenerationJobCommand");
3708
- var StartAudienceGenerationJobCommand = _StartAudienceGenerationJobCommand;
3709
3773
 
3710
3774
  // src/commands/StartTrainedModelExportJobCommand.ts
3711
3775
 
3712
3776
 
3713
3777
 
3714
- var _StartTrainedModelExportJobCommand = class _StartTrainedModelExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3778
+ var StartTrainedModelExportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3715
3779
  return [
3716
3780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3717
3781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3718
3782
  ];
3719
3783
  }).s("AWSStarkControlService", "StartTrainedModelExportJob", {}).n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand").f(void 0, void 0).ser(se_StartTrainedModelExportJobCommand).de(de_StartTrainedModelExportJobCommand).build() {
3784
+ static {
3785
+ __name(this, "StartTrainedModelExportJobCommand");
3786
+ }
3720
3787
  };
3721
- __name(_StartTrainedModelExportJobCommand, "StartTrainedModelExportJobCommand");
3722
- var StartTrainedModelExportJobCommand = _StartTrainedModelExportJobCommand;
3723
3788
 
3724
3789
  // src/commands/StartTrainedModelInferenceJobCommand.ts
3725
3790
 
3726
3791
 
3727
3792
 
3728
- var _StartTrainedModelInferenceJobCommand = class _StartTrainedModelInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3793
+ var StartTrainedModelInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3729
3794
  return [
3730
3795
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3731
3796
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3732
3797
  ];
3733
3798
  }).s("AWSStarkControlService", "StartTrainedModelInferenceJob", {}).n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand").f(void 0, void 0).ser(se_StartTrainedModelInferenceJobCommand).de(de_StartTrainedModelInferenceJobCommand).build() {
3799
+ static {
3800
+ __name(this, "StartTrainedModelInferenceJobCommand");
3801
+ }
3734
3802
  };
3735
- __name(_StartTrainedModelInferenceJobCommand, "StartTrainedModelInferenceJobCommand");
3736
- var StartTrainedModelInferenceJobCommand = _StartTrainedModelInferenceJobCommand;
3737
3803
 
3738
3804
  // src/commands/TagResourceCommand.ts
3739
3805
 
3740
3806
 
3741
3807
 
3742
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3808
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3743
3809
  return [
3744
3810
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3745
3811
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3746
3812
  ];
3747
3813
  }).s("AWSStarkControlService", "TagResource", {}).n("CleanRoomsMLClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
3814
+ static {
3815
+ __name(this, "TagResourceCommand");
3816
+ }
3748
3817
  };
3749
- __name(_TagResourceCommand, "TagResourceCommand");
3750
- var TagResourceCommand = _TagResourceCommand;
3751
3818
 
3752
3819
  // src/commands/UntagResourceCommand.ts
3753
3820
 
3754
3821
 
3755
3822
 
3756
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3823
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3757
3824
  return [
3758
3825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3759
3826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3760
3827
  ];
3761
3828
  }).s("AWSStarkControlService", "UntagResource", {}).n("CleanRoomsMLClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
3829
+ static {
3830
+ __name(this, "UntagResourceCommand");
3831
+ }
3762
3832
  };
3763
- __name(_UntagResourceCommand, "UntagResourceCommand");
3764
- var UntagResourceCommand = _UntagResourceCommand;
3765
3833
 
3766
3834
  // src/commands/UpdateConfiguredAudienceModelCommand.ts
3767
3835
 
3768
3836
 
3769
3837
 
3770
- var _UpdateConfiguredAudienceModelCommand = class _UpdateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3838
+ var UpdateConfiguredAudienceModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3771
3839
  return [
3772
3840
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3773
3841
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3774
3842
  ];
3775
3843
  }).s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {}).n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand").f(void 0, void 0).ser(se_UpdateConfiguredAudienceModelCommand).de(de_UpdateConfiguredAudienceModelCommand).build() {
3844
+ static {
3845
+ __name(this, "UpdateConfiguredAudienceModelCommand");
3846
+ }
3776
3847
  };
3777
- __name(_UpdateConfiguredAudienceModelCommand, "UpdateConfiguredAudienceModelCommand");
3778
- var UpdateConfiguredAudienceModelCommand = _UpdateConfiguredAudienceModelCommand;
3779
3848
 
3780
3849
  // src/CleanRoomsML.ts
3781
3850
  var commands = {
@@ -3838,10 +3907,11 @@ var commands = {
3838
3907
  UntagResourceCommand,
3839
3908
  UpdateConfiguredAudienceModelCommand
3840
3909
  };
3841
- var _CleanRoomsML = class _CleanRoomsML extends CleanRoomsMLClient {
3910
+ var CleanRoomsML = class extends CleanRoomsMLClient {
3911
+ static {
3912
+ __name(this, "CleanRoomsML");
3913
+ }
3842
3914
  };
3843
- __name(_CleanRoomsML, "CleanRoomsML");
3844
- var CleanRoomsML = _CleanRoomsML;
3845
3915
  (0, import_smithy_client.createAggregatedClient)(commands, CleanRoomsML);
3846
3916
 
3847
3917
  // src/pagination/ListAudienceExportJobsPaginator.ts