@aws-sdk/client-personalize 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
@@ -230,7 +230,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
230
230
  }, "resolveRuntimeExtensions");
231
231
 
232
232
  // src/PersonalizeClient.ts
233
- var _PersonalizeClient = class _PersonalizeClient extends import_smithy_client.Client {
233
+ var PersonalizeClient = class extends import_smithy_client.Client {
234
+ static {
235
+ __name(this, "PersonalizeClient");
236
+ }
237
+ /**
238
+ * The resolved configuration of PersonalizeClient class. This is resolved and normalized from the {@link PersonalizeClientConfig | constructor configuration interface}.
239
+ */
240
+ config;
234
241
  constructor(...[configuration]) {
235
242
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
236
243
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -240,7 +247,7 @@ var _PersonalizeClient = class _PersonalizeClient extends import_smithy_client.C
240
247
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
241
248
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
242
249
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
243
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
250
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
244
251
  super(_config_8);
245
252
  this.config = _config_8;
246
253
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -268,8 +275,6 @@ var _PersonalizeClient = class _PersonalizeClient extends import_smithy_client.C
268
275
  super.destroy();
269
276
  }
270
277
  };
271
- __name(_PersonalizeClient, "PersonalizeClient");
272
- var PersonalizeClient = _PersonalizeClient;
273
278
 
274
279
  // src/Personalize.ts
275
280
 
@@ -289,7 +294,10 @@ var import_core2 = require("@aws-sdk/core");
289
294
 
290
295
  // src/models/PersonalizeServiceException.ts
291
296
 
292
- var _PersonalizeServiceException = class _PersonalizeServiceException extends import_smithy_client.ServiceException {
297
+ var PersonalizeServiceException = class _PersonalizeServiceException extends import_smithy_client.ServiceException {
298
+ static {
299
+ __name(this, "PersonalizeServiceException");
300
+ }
293
301
  /**
294
302
  * @internal
295
303
  */
@@ -298,15 +306,18 @@ var _PersonalizeServiceException = class _PersonalizeServiceException extends im
298
306
  Object.setPrototypeOf(this, _PersonalizeServiceException.prototype);
299
307
  }
300
308
  };
301
- __name(_PersonalizeServiceException, "PersonalizeServiceException");
302
- var PersonalizeServiceException = _PersonalizeServiceException;
303
309
 
304
310
  // src/models/models_0.ts
305
311
  var BatchInferenceJobMode = {
306
312
  BATCH_INFERENCE: "BATCH_INFERENCE",
307
313
  THEME_GENERATION: "THEME_GENERATION"
308
314
  };
309
- var _InvalidInputException = class _InvalidInputException extends PersonalizeServiceException {
315
+ var InvalidInputException = class _InvalidInputException extends PersonalizeServiceException {
316
+ static {
317
+ __name(this, "InvalidInputException");
318
+ }
319
+ name = "InvalidInputException";
320
+ $fault = "client";
310
321
  /**
311
322
  * @internal
312
323
  */
@@ -316,14 +327,15 @@ var _InvalidInputException = class _InvalidInputException extends PersonalizeSer
316
327
  $fault: "client",
317
328
  ...opts
318
329
  });
319
- this.name = "InvalidInputException";
320
- this.$fault = "client";
321
330
  Object.setPrototypeOf(this, _InvalidInputException.prototype);
322
331
  }
323
332
  };
324
- __name(_InvalidInputException, "InvalidInputException");
325
- var InvalidInputException = _InvalidInputException;
326
- var _LimitExceededException = class _LimitExceededException extends PersonalizeServiceException {
333
+ var LimitExceededException = class _LimitExceededException extends PersonalizeServiceException {
334
+ static {
335
+ __name(this, "LimitExceededException");
336
+ }
337
+ name = "LimitExceededException";
338
+ $fault = "client";
327
339
  /**
328
340
  * @internal
329
341
  */
@@ -333,14 +345,15 @@ var _LimitExceededException = class _LimitExceededException extends PersonalizeS
333
345
  $fault: "client",
334
346
  ...opts
335
347
  });
336
- this.name = "LimitExceededException";
337
- this.$fault = "client";
338
348
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
339
349
  }
340
350
  };
341
- __name(_LimitExceededException, "LimitExceededException");
342
- var LimitExceededException = _LimitExceededException;
343
- var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends PersonalizeServiceException {
351
+ var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends PersonalizeServiceException {
352
+ static {
353
+ __name(this, "ResourceAlreadyExistsException");
354
+ }
355
+ name = "ResourceAlreadyExistsException";
356
+ $fault = "client";
344
357
  /**
345
358
  * @internal
346
359
  */
@@ -350,14 +363,15 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
350
363
  $fault: "client",
351
364
  ...opts
352
365
  });
353
- this.name = "ResourceAlreadyExistsException";
354
- this.$fault = "client";
355
366
  Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
356
367
  }
357
368
  };
358
- __name(_ResourceAlreadyExistsException, "ResourceAlreadyExistsException");
359
- var ResourceAlreadyExistsException = _ResourceAlreadyExistsException;
360
- var _ResourceInUseException = class _ResourceInUseException extends PersonalizeServiceException {
369
+ var ResourceInUseException = class _ResourceInUseException extends PersonalizeServiceException {
370
+ static {
371
+ __name(this, "ResourceInUseException");
372
+ }
373
+ name = "ResourceInUseException";
374
+ $fault = "client";
361
375
  /**
362
376
  * @internal
363
377
  */
@@ -367,14 +381,15 @@ var _ResourceInUseException = class _ResourceInUseException extends PersonalizeS
367
381
  $fault: "client",
368
382
  ...opts
369
383
  });
370
- this.name = "ResourceInUseException";
371
- this.$fault = "client";
372
384
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
373
385
  }
374
386
  };
375
- __name(_ResourceInUseException, "ResourceInUseException");
376
- var ResourceInUseException = _ResourceInUseException;
377
- var _ResourceNotFoundException = class _ResourceNotFoundException extends PersonalizeServiceException {
387
+ var ResourceNotFoundException = class _ResourceNotFoundException extends PersonalizeServiceException {
388
+ static {
389
+ __name(this, "ResourceNotFoundException");
390
+ }
391
+ name = "ResourceNotFoundException";
392
+ $fault = "client";
378
393
  /**
379
394
  * @internal
380
395
  */
@@ -384,14 +399,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Person
384
399
  $fault: "client",
385
400
  ...opts
386
401
  });
387
- this.name = "ResourceNotFoundException";
388
- this.$fault = "client";
389
402
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
390
403
  }
391
404
  };
392
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
393
- var ResourceNotFoundException = _ResourceNotFoundException;
394
- var _TooManyTagsException = class _TooManyTagsException extends PersonalizeServiceException {
405
+ var TooManyTagsException = class _TooManyTagsException extends PersonalizeServiceException {
406
+ static {
407
+ __name(this, "TooManyTagsException");
408
+ }
409
+ name = "TooManyTagsException";
410
+ $fault = "client";
395
411
  /**
396
412
  * @internal
397
413
  */
@@ -401,13 +417,9 @@ var _TooManyTagsException = class _TooManyTagsException extends PersonalizeServi
401
417
  $fault: "client",
402
418
  ...opts
403
419
  });
404
- this.name = "TooManyTagsException";
405
- this.$fault = "client";
406
420
  Object.setPrototypeOf(this, _TooManyTagsException.prototype);
407
421
  }
408
422
  };
409
- __name(_TooManyTagsException, "TooManyTagsException");
410
- var TooManyTagsException = _TooManyTagsException;
411
423
  var IngestionMode = {
412
424
  ALL: "ALL",
413
425
  BULK: "BULK",
@@ -436,7 +448,12 @@ var TrainingType = {
436
448
  AUTOMATIC: "AUTOMATIC",
437
449
  MANUAL: "MANUAL"
438
450
  };
439
- var _InvalidNextTokenException = class _InvalidNextTokenException extends PersonalizeServiceException {
451
+ var InvalidNextTokenException = class _InvalidNextTokenException extends PersonalizeServiceException {
452
+ static {
453
+ __name(this, "InvalidNextTokenException");
454
+ }
455
+ name = "InvalidNextTokenException";
456
+ $fault = "client";
440
457
  /**
441
458
  * @internal
442
459
  */
@@ -446,17 +463,18 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends Person
446
463
  $fault: "client",
447
464
  ...opts
448
465
  });
449
- this.name = "InvalidNextTokenException";
450
- this.$fault = "client";
451
466
  Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
452
467
  }
453
468
  };
454
- __name(_InvalidNextTokenException, "InvalidNextTokenException");
455
- var InvalidNextTokenException = _InvalidNextTokenException;
456
469
  var RecipeProvider = {
457
470
  SERVICE: "SERVICE"
458
471
  };
459
- var _TooManyTagKeysException = class _TooManyTagKeysException extends PersonalizeServiceException {
472
+ var TooManyTagKeysException = class _TooManyTagKeysException extends PersonalizeServiceException {
473
+ static {
474
+ __name(this, "TooManyTagKeysException");
475
+ }
476
+ name = "TooManyTagKeysException";
477
+ $fault = "client";
460
478
  /**
461
479
  * @internal
462
480
  */
@@ -466,13 +484,9 @@ var _TooManyTagKeysException = class _TooManyTagKeysException extends Personaliz
466
484
  $fault: "client",
467
485
  ...opts
468
486
  });
469
- this.name = "TooManyTagKeysException";
470
- this.$fault = "client";
471
487
  Object.setPrototypeOf(this, _TooManyTagKeysException.prototype);
472
488
  }
473
489
  };
474
- __name(_TooManyTagKeysException, "TooManyTagKeysException");
475
- var TooManyTagKeysException = _TooManyTagKeysException;
476
490
  var CreateFilterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
477
491
  ...obj,
478
492
  ...obj.filterExpression && { filterExpression: import_smithy_client.SENSITIVE_STRING }
@@ -2824,995 +2838,1066 @@ function sharedHeaders(operation) {
2824
2838
  __name(sharedHeaders, "sharedHeaders");
2825
2839
 
2826
2840
  // src/commands/CreateBatchInferenceJobCommand.ts
2827
- var _CreateBatchInferenceJobCommand = class _CreateBatchInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2841
+ var CreateBatchInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2828
2842
  return [
2829
2843
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2830
2844
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2831
2845
  ];
2832
2846
  }).s("AmazonPersonalize", "CreateBatchInferenceJob", {}).n("PersonalizeClient", "CreateBatchInferenceJobCommand").f(void 0, void 0).ser(se_CreateBatchInferenceJobCommand).de(de_CreateBatchInferenceJobCommand).build() {
2847
+ static {
2848
+ __name(this, "CreateBatchInferenceJobCommand");
2849
+ }
2833
2850
  };
2834
- __name(_CreateBatchInferenceJobCommand, "CreateBatchInferenceJobCommand");
2835
- var CreateBatchInferenceJobCommand = _CreateBatchInferenceJobCommand;
2836
2851
 
2837
2852
  // src/commands/CreateBatchSegmentJobCommand.ts
2838
2853
 
2839
2854
 
2840
2855
 
2841
- var _CreateBatchSegmentJobCommand = class _CreateBatchSegmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2856
+ var CreateBatchSegmentJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2842
2857
  return [
2843
2858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2844
2859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2845
2860
  ];
2846
2861
  }).s("AmazonPersonalize", "CreateBatchSegmentJob", {}).n("PersonalizeClient", "CreateBatchSegmentJobCommand").f(void 0, void 0).ser(se_CreateBatchSegmentJobCommand).de(de_CreateBatchSegmentJobCommand).build() {
2862
+ static {
2863
+ __name(this, "CreateBatchSegmentJobCommand");
2864
+ }
2847
2865
  };
2848
- __name(_CreateBatchSegmentJobCommand, "CreateBatchSegmentJobCommand");
2849
- var CreateBatchSegmentJobCommand = _CreateBatchSegmentJobCommand;
2850
2866
 
2851
2867
  // src/commands/CreateCampaignCommand.ts
2852
2868
 
2853
2869
 
2854
2870
 
2855
- var _CreateCampaignCommand = class _CreateCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2871
+ var CreateCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2856
2872
  return [
2857
2873
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2858
2874
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2859
2875
  ];
2860
2876
  }).s("AmazonPersonalize", "CreateCampaign", {}).n("PersonalizeClient", "CreateCampaignCommand").f(void 0, void 0).ser(se_CreateCampaignCommand).de(de_CreateCampaignCommand).build() {
2877
+ static {
2878
+ __name(this, "CreateCampaignCommand");
2879
+ }
2861
2880
  };
2862
- __name(_CreateCampaignCommand, "CreateCampaignCommand");
2863
- var CreateCampaignCommand = _CreateCampaignCommand;
2864
2881
 
2865
2882
  // src/commands/CreateDataDeletionJobCommand.ts
2866
2883
 
2867
2884
 
2868
2885
 
2869
- var _CreateDataDeletionJobCommand = class _CreateDataDeletionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2886
+ var CreateDataDeletionJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2870
2887
  return [
2871
2888
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2872
2889
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2873
2890
  ];
2874
2891
  }).s("AmazonPersonalize", "CreateDataDeletionJob", {}).n("PersonalizeClient", "CreateDataDeletionJobCommand").f(void 0, void 0).ser(se_CreateDataDeletionJobCommand).de(de_CreateDataDeletionJobCommand).build() {
2892
+ static {
2893
+ __name(this, "CreateDataDeletionJobCommand");
2894
+ }
2875
2895
  };
2876
- __name(_CreateDataDeletionJobCommand, "CreateDataDeletionJobCommand");
2877
- var CreateDataDeletionJobCommand = _CreateDataDeletionJobCommand;
2878
2896
 
2879
2897
  // src/commands/CreateDatasetCommand.ts
2880
2898
 
2881
2899
 
2882
2900
 
2883
- var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2901
+ var CreateDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2884
2902
  return [
2885
2903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2886
2904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2887
2905
  ];
2888
2906
  }).s("AmazonPersonalize", "CreateDataset", {}).n("PersonalizeClient", "CreateDatasetCommand").f(void 0, void 0).ser(se_CreateDatasetCommand).de(de_CreateDatasetCommand).build() {
2907
+ static {
2908
+ __name(this, "CreateDatasetCommand");
2909
+ }
2889
2910
  };
2890
- __name(_CreateDatasetCommand, "CreateDatasetCommand");
2891
- var CreateDatasetCommand = _CreateDatasetCommand;
2892
2911
 
2893
2912
  // src/commands/CreateDatasetExportJobCommand.ts
2894
2913
 
2895
2914
 
2896
2915
 
2897
- var _CreateDatasetExportJobCommand = class _CreateDatasetExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2916
+ var CreateDatasetExportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2898
2917
  return [
2899
2918
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2900
2919
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2901
2920
  ];
2902
2921
  }).s("AmazonPersonalize", "CreateDatasetExportJob", {}).n("PersonalizeClient", "CreateDatasetExportJobCommand").f(void 0, void 0).ser(se_CreateDatasetExportJobCommand).de(de_CreateDatasetExportJobCommand).build() {
2922
+ static {
2923
+ __name(this, "CreateDatasetExportJobCommand");
2924
+ }
2903
2925
  };
2904
- __name(_CreateDatasetExportJobCommand, "CreateDatasetExportJobCommand");
2905
- var CreateDatasetExportJobCommand = _CreateDatasetExportJobCommand;
2906
2926
 
2907
2927
  // src/commands/CreateDatasetGroupCommand.ts
2908
2928
 
2909
2929
 
2910
2930
 
2911
- var _CreateDatasetGroupCommand = class _CreateDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2931
+ var CreateDatasetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2912
2932
  return [
2913
2933
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2914
2934
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2915
2935
  ];
2916
2936
  }).s("AmazonPersonalize", "CreateDatasetGroup", {}).n("PersonalizeClient", "CreateDatasetGroupCommand").f(void 0, void 0).ser(se_CreateDatasetGroupCommand).de(de_CreateDatasetGroupCommand).build() {
2937
+ static {
2938
+ __name(this, "CreateDatasetGroupCommand");
2939
+ }
2917
2940
  };
2918
- __name(_CreateDatasetGroupCommand, "CreateDatasetGroupCommand");
2919
- var CreateDatasetGroupCommand = _CreateDatasetGroupCommand;
2920
2941
 
2921
2942
  // src/commands/CreateDatasetImportJobCommand.ts
2922
2943
 
2923
2944
 
2924
2945
 
2925
- var _CreateDatasetImportJobCommand = class _CreateDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2946
+ var CreateDatasetImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2926
2947
  return [
2927
2948
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2928
2949
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2929
2950
  ];
2930
2951
  }).s("AmazonPersonalize", "CreateDatasetImportJob", {}).n("PersonalizeClient", "CreateDatasetImportJobCommand").f(void 0, void 0).ser(se_CreateDatasetImportJobCommand).de(de_CreateDatasetImportJobCommand).build() {
2952
+ static {
2953
+ __name(this, "CreateDatasetImportJobCommand");
2954
+ }
2931
2955
  };
2932
- __name(_CreateDatasetImportJobCommand, "CreateDatasetImportJobCommand");
2933
- var CreateDatasetImportJobCommand = _CreateDatasetImportJobCommand;
2934
2956
 
2935
2957
  // src/commands/CreateEventTrackerCommand.ts
2936
2958
 
2937
2959
 
2938
2960
 
2939
- var _CreateEventTrackerCommand = class _CreateEventTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2961
+ var CreateEventTrackerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2940
2962
  return [
2941
2963
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2942
2964
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2943
2965
  ];
2944
2966
  }).s("AmazonPersonalize", "CreateEventTracker", {}).n("PersonalizeClient", "CreateEventTrackerCommand").f(void 0, void 0).ser(se_CreateEventTrackerCommand).de(de_CreateEventTrackerCommand).build() {
2967
+ static {
2968
+ __name(this, "CreateEventTrackerCommand");
2969
+ }
2945
2970
  };
2946
- __name(_CreateEventTrackerCommand, "CreateEventTrackerCommand");
2947
- var CreateEventTrackerCommand = _CreateEventTrackerCommand;
2948
2971
 
2949
2972
  // src/commands/CreateFilterCommand.ts
2950
2973
 
2951
2974
 
2952
2975
 
2953
- var _CreateFilterCommand = class _CreateFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2976
+ var CreateFilterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2954
2977
  return [
2955
2978
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2956
2979
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2957
2980
  ];
2958
2981
  }).s("AmazonPersonalize", "CreateFilter", {}).n("PersonalizeClient", "CreateFilterCommand").f(CreateFilterRequestFilterSensitiveLog, void 0).ser(se_CreateFilterCommand).de(de_CreateFilterCommand).build() {
2982
+ static {
2983
+ __name(this, "CreateFilterCommand");
2984
+ }
2959
2985
  };
2960
- __name(_CreateFilterCommand, "CreateFilterCommand");
2961
- var CreateFilterCommand = _CreateFilterCommand;
2962
2986
 
2963
2987
  // src/commands/CreateMetricAttributionCommand.ts
2964
2988
 
2965
2989
 
2966
2990
 
2967
- var _CreateMetricAttributionCommand = class _CreateMetricAttributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2991
+ var CreateMetricAttributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2968
2992
  return [
2969
2993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2970
2994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2971
2995
  ];
2972
2996
  }).s("AmazonPersonalize", "CreateMetricAttribution", {}).n("PersonalizeClient", "CreateMetricAttributionCommand").f(void 0, void 0).ser(se_CreateMetricAttributionCommand).de(de_CreateMetricAttributionCommand).build() {
2997
+ static {
2998
+ __name(this, "CreateMetricAttributionCommand");
2999
+ }
2973
3000
  };
2974
- __name(_CreateMetricAttributionCommand, "CreateMetricAttributionCommand");
2975
- var CreateMetricAttributionCommand = _CreateMetricAttributionCommand;
2976
3001
 
2977
3002
  // src/commands/CreateRecommenderCommand.ts
2978
3003
 
2979
3004
 
2980
3005
 
2981
- var _CreateRecommenderCommand = class _CreateRecommenderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3006
+ var CreateRecommenderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2982
3007
  return [
2983
3008
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2984
3009
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2985
3010
  ];
2986
3011
  }).s("AmazonPersonalize", "CreateRecommender", {}).n("PersonalizeClient", "CreateRecommenderCommand").f(void 0, void 0).ser(se_CreateRecommenderCommand).de(de_CreateRecommenderCommand).build() {
3012
+ static {
3013
+ __name(this, "CreateRecommenderCommand");
3014
+ }
2987
3015
  };
2988
- __name(_CreateRecommenderCommand, "CreateRecommenderCommand");
2989
- var CreateRecommenderCommand = _CreateRecommenderCommand;
2990
3016
 
2991
3017
  // src/commands/CreateSchemaCommand.ts
2992
3018
 
2993
3019
 
2994
3020
 
2995
- var _CreateSchemaCommand = class _CreateSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3021
+ var CreateSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2996
3022
  return [
2997
3023
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2998
3024
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2999
3025
  ];
3000
3026
  }).s("AmazonPersonalize", "CreateSchema", {}).n("PersonalizeClient", "CreateSchemaCommand").f(void 0, void 0).ser(se_CreateSchemaCommand).de(de_CreateSchemaCommand).build() {
3027
+ static {
3028
+ __name(this, "CreateSchemaCommand");
3029
+ }
3001
3030
  };
3002
- __name(_CreateSchemaCommand, "CreateSchemaCommand");
3003
- var CreateSchemaCommand = _CreateSchemaCommand;
3004
3031
 
3005
3032
  // src/commands/CreateSolutionCommand.ts
3006
3033
 
3007
3034
 
3008
3035
 
3009
- var _CreateSolutionCommand = class _CreateSolutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3036
+ var CreateSolutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3010
3037
  return [
3011
3038
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3012
3039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3013
3040
  ];
3014
3041
  }).s("AmazonPersonalize", "CreateSolution", {}).n("PersonalizeClient", "CreateSolutionCommand").f(void 0, void 0).ser(se_CreateSolutionCommand).de(de_CreateSolutionCommand).build() {
3042
+ static {
3043
+ __name(this, "CreateSolutionCommand");
3044
+ }
3015
3045
  };
3016
- __name(_CreateSolutionCommand, "CreateSolutionCommand");
3017
- var CreateSolutionCommand = _CreateSolutionCommand;
3018
3046
 
3019
3047
  // src/commands/CreateSolutionVersionCommand.ts
3020
3048
 
3021
3049
 
3022
3050
 
3023
- var _CreateSolutionVersionCommand = class _CreateSolutionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3051
+ var CreateSolutionVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3024
3052
  return [
3025
3053
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3026
3054
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3027
3055
  ];
3028
3056
  }).s("AmazonPersonalize", "CreateSolutionVersion", {}).n("PersonalizeClient", "CreateSolutionVersionCommand").f(void 0, void 0).ser(se_CreateSolutionVersionCommand).de(de_CreateSolutionVersionCommand).build() {
3057
+ static {
3058
+ __name(this, "CreateSolutionVersionCommand");
3059
+ }
3029
3060
  };
3030
- __name(_CreateSolutionVersionCommand, "CreateSolutionVersionCommand");
3031
- var CreateSolutionVersionCommand = _CreateSolutionVersionCommand;
3032
3061
 
3033
3062
  // src/commands/DeleteCampaignCommand.ts
3034
3063
 
3035
3064
 
3036
3065
 
3037
- var _DeleteCampaignCommand = class _DeleteCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3066
+ var DeleteCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3038
3067
  return [
3039
3068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3040
3069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3041
3070
  ];
3042
3071
  }).s("AmazonPersonalize", "DeleteCampaign", {}).n("PersonalizeClient", "DeleteCampaignCommand").f(void 0, void 0).ser(se_DeleteCampaignCommand).de(de_DeleteCampaignCommand).build() {
3072
+ static {
3073
+ __name(this, "DeleteCampaignCommand");
3074
+ }
3043
3075
  };
3044
- __name(_DeleteCampaignCommand, "DeleteCampaignCommand");
3045
- var DeleteCampaignCommand = _DeleteCampaignCommand;
3046
3076
 
3047
3077
  // src/commands/DeleteDatasetCommand.ts
3048
3078
 
3049
3079
 
3050
3080
 
3051
- var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3081
+ var DeleteDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3052
3082
  return [
3053
3083
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3054
3084
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3055
3085
  ];
3056
3086
  }).s("AmazonPersonalize", "DeleteDataset", {}).n("PersonalizeClient", "DeleteDatasetCommand").f(void 0, void 0).ser(se_DeleteDatasetCommand).de(de_DeleteDatasetCommand).build() {
3087
+ static {
3088
+ __name(this, "DeleteDatasetCommand");
3089
+ }
3057
3090
  };
3058
- __name(_DeleteDatasetCommand, "DeleteDatasetCommand");
3059
- var DeleteDatasetCommand = _DeleteDatasetCommand;
3060
3091
 
3061
3092
  // src/commands/DeleteDatasetGroupCommand.ts
3062
3093
 
3063
3094
 
3064
3095
 
3065
- var _DeleteDatasetGroupCommand = class _DeleteDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3096
+ var DeleteDatasetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3066
3097
  return [
3067
3098
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3068
3099
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3069
3100
  ];
3070
3101
  }).s("AmazonPersonalize", "DeleteDatasetGroup", {}).n("PersonalizeClient", "DeleteDatasetGroupCommand").f(void 0, void 0).ser(se_DeleteDatasetGroupCommand).de(de_DeleteDatasetGroupCommand).build() {
3102
+ static {
3103
+ __name(this, "DeleteDatasetGroupCommand");
3104
+ }
3071
3105
  };
3072
- __name(_DeleteDatasetGroupCommand, "DeleteDatasetGroupCommand");
3073
- var DeleteDatasetGroupCommand = _DeleteDatasetGroupCommand;
3074
3106
 
3075
3107
  // src/commands/DeleteEventTrackerCommand.ts
3076
3108
 
3077
3109
 
3078
3110
 
3079
- var _DeleteEventTrackerCommand = class _DeleteEventTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3111
+ var DeleteEventTrackerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3080
3112
  return [
3081
3113
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3082
3114
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3083
3115
  ];
3084
3116
  }).s("AmazonPersonalize", "DeleteEventTracker", {}).n("PersonalizeClient", "DeleteEventTrackerCommand").f(void 0, void 0).ser(se_DeleteEventTrackerCommand).de(de_DeleteEventTrackerCommand).build() {
3117
+ static {
3118
+ __name(this, "DeleteEventTrackerCommand");
3119
+ }
3085
3120
  };
3086
- __name(_DeleteEventTrackerCommand, "DeleteEventTrackerCommand");
3087
- var DeleteEventTrackerCommand = _DeleteEventTrackerCommand;
3088
3121
 
3089
3122
  // src/commands/DeleteFilterCommand.ts
3090
3123
 
3091
3124
 
3092
3125
 
3093
- var _DeleteFilterCommand = class _DeleteFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3126
+ var DeleteFilterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3094
3127
  return [
3095
3128
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3096
3129
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3097
3130
  ];
3098
3131
  }).s("AmazonPersonalize", "DeleteFilter", {}).n("PersonalizeClient", "DeleteFilterCommand").f(void 0, void 0).ser(se_DeleteFilterCommand).de(de_DeleteFilterCommand).build() {
3132
+ static {
3133
+ __name(this, "DeleteFilterCommand");
3134
+ }
3099
3135
  };
3100
- __name(_DeleteFilterCommand, "DeleteFilterCommand");
3101
- var DeleteFilterCommand = _DeleteFilterCommand;
3102
3136
 
3103
3137
  // src/commands/DeleteMetricAttributionCommand.ts
3104
3138
 
3105
3139
 
3106
3140
 
3107
- var _DeleteMetricAttributionCommand = class _DeleteMetricAttributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3141
+ var DeleteMetricAttributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3108
3142
  return [
3109
3143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3110
3144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3111
3145
  ];
3112
3146
  }).s("AmazonPersonalize", "DeleteMetricAttribution", {}).n("PersonalizeClient", "DeleteMetricAttributionCommand").f(void 0, void 0).ser(se_DeleteMetricAttributionCommand).de(de_DeleteMetricAttributionCommand).build() {
3147
+ static {
3148
+ __name(this, "DeleteMetricAttributionCommand");
3149
+ }
3113
3150
  };
3114
- __name(_DeleteMetricAttributionCommand, "DeleteMetricAttributionCommand");
3115
- var DeleteMetricAttributionCommand = _DeleteMetricAttributionCommand;
3116
3151
 
3117
3152
  // src/commands/DeleteRecommenderCommand.ts
3118
3153
 
3119
3154
 
3120
3155
 
3121
- var _DeleteRecommenderCommand = class _DeleteRecommenderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3156
+ var DeleteRecommenderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3122
3157
  return [
3123
3158
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3124
3159
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3125
3160
  ];
3126
3161
  }).s("AmazonPersonalize", "DeleteRecommender", {}).n("PersonalizeClient", "DeleteRecommenderCommand").f(void 0, void 0).ser(se_DeleteRecommenderCommand).de(de_DeleteRecommenderCommand).build() {
3162
+ static {
3163
+ __name(this, "DeleteRecommenderCommand");
3164
+ }
3127
3165
  };
3128
- __name(_DeleteRecommenderCommand, "DeleteRecommenderCommand");
3129
- var DeleteRecommenderCommand = _DeleteRecommenderCommand;
3130
3166
 
3131
3167
  // src/commands/DeleteSchemaCommand.ts
3132
3168
 
3133
3169
 
3134
3170
 
3135
- var _DeleteSchemaCommand = class _DeleteSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3171
+ var DeleteSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3136
3172
  return [
3137
3173
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3138
3174
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3139
3175
  ];
3140
3176
  }).s("AmazonPersonalize", "DeleteSchema", {}).n("PersonalizeClient", "DeleteSchemaCommand").f(void 0, void 0).ser(se_DeleteSchemaCommand).de(de_DeleteSchemaCommand).build() {
3177
+ static {
3178
+ __name(this, "DeleteSchemaCommand");
3179
+ }
3141
3180
  };
3142
- __name(_DeleteSchemaCommand, "DeleteSchemaCommand");
3143
- var DeleteSchemaCommand = _DeleteSchemaCommand;
3144
3181
 
3145
3182
  // src/commands/DeleteSolutionCommand.ts
3146
3183
 
3147
3184
 
3148
3185
 
3149
- var _DeleteSolutionCommand = class _DeleteSolutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3186
+ var DeleteSolutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3150
3187
  return [
3151
3188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3152
3189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3153
3190
  ];
3154
3191
  }).s("AmazonPersonalize", "DeleteSolution", {}).n("PersonalizeClient", "DeleteSolutionCommand").f(void 0, void 0).ser(se_DeleteSolutionCommand).de(de_DeleteSolutionCommand).build() {
3192
+ static {
3193
+ __name(this, "DeleteSolutionCommand");
3194
+ }
3155
3195
  };
3156
- __name(_DeleteSolutionCommand, "DeleteSolutionCommand");
3157
- var DeleteSolutionCommand = _DeleteSolutionCommand;
3158
3196
 
3159
3197
  // src/commands/DescribeAlgorithmCommand.ts
3160
3198
 
3161
3199
 
3162
3200
 
3163
- var _DescribeAlgorithmCommand = class _DescribeAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3201
+ var DescribeAlgorithmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3164
3202
  return [
3165
3203
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3166
3204
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3167
3205
  ];
3168
3206
  }).s("AmazonPersonalize", "DescribeAlgorithm", {}).n("PersonalizeClient", "DescribeAlgorithmCommand").f(void 0, void 0).ser(se_DescribeAlgorithmCommand).de(de_DescribeAlgorithmCommand).build() {
3207
+ static {
3208
+ __name(this, "DescribeAlgorithmCommand");
3209
+ }
3169
3210
  };
3170
- __name(_DescribeAlgorithmCommand, "DescribeAlgorithmCommand");
3171
- var DescribeAlgorithmCommand = _DescribeAlgorithmCommand;
3172
3211
 
3173
3212
  // src/commands/DescribeBatchInferenceJobCommand.ts
3174
3213
 
3175
3214
 
3176
3215
 
3177
- var _DescribeBatchInferenceJobCommand = class _DescribeBatchInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3216
+ var DescribeBatchInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3178
3217
  return [
3179
3218
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3180
3219
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3181
3220
  ];
3182
3221
  }).s("AmazonPersonalize", "DescribeBatchInferenceJob", {}).n("PersonalizeClient", "DescribeBatchInferenceJobCommand").f(void 0, void 0).ser(se_DescribeBatchInferenceJobCommand).de(de_DescribeBatchInferenceJobCommand).build() {
3222
+ static {
3223
+ __name(this, "DescribeBatchInferenceJobCommand");
3224
+ }
3183
3225
  };
3184
- __name(_DescribeBatchInferenceJobCommand, "DescribeBatchInferenceJobCommand");
3185
- var DescribeBatchInferenceJobCommand = _DescribeBatchInferenceJobCommand;
3186
3226
 
3187
3227
  // src/commands/DescribeBatchSegmentJobCommand.ts
3188
3228
 
3189
3229
 
3190
3230
 
3191
- var _DescribeBatchSegmentJobCommand = class _DescribeBatchSegmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3231
+ var DescribeBatchSegmentJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3192
3232
  return [
3193
3233
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3194
3234
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3195
3235
  ];
3196
3236
  }).s("AmazonPersonalize", "DescribeBatchSegmentJob", {}).n("PersonalizeClient", "DescribeBatchSegmentJobCommand").f(void 0, void 0).ser(se_DescribeBatchSegmentJobCommand).de(de_DescribeBatchSegmentJobCommand).build() {
3237
+ static {
3238
+ __name(this, "DescribeBatchSegmentJobCommand");
3239
+ }
3197
3240
  };
3198
- __name(_DescribeBatchSegmentJobCommand, "DescribeBatchSegmentJobCommand");
3199
- var DescribeBatchSegmentJobCommand = _DescribeBatchSegmentJobCommand;
3200
3241
 
3201
3242
  // src/commands/DescribeCampaignCommand.ts
3202
3243
 
3203
3244
 
3204
3245
 
3205
- var _DescribeCampaignCommand = class _DescribeCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3246
+ var DescribeCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3206
3247
  return [
3207
3248
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3208
3249
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3209
3250
  ];
3210
3251
  }).s("AmazonPersonalize", "DescribeCampaign", {}).n("PersonalizeClient", "DescribeCampaignCommand").f(void 0, void 0).ser(se_DescribeCampaignCommand).de(de_DescribeCampaignCommand).build() {
3252
+ static {
3253
+ __name(this, "DescribeCampaignCommand");
3254
+ }
3211
3255
  };
3212
- __name(_DescribeCampaignCommand, "DescribeCampaignCommand");
3213
- var DescribeCampaignCommand = _DescribeCampaignCommand;
3214
3256
 
3215
3257
  // src/commands/DescribeDataDeletionJobCommand.ts
3216
3258
 
3217
3259
 
3218
3260
 
3219
- var _DescribeDataDeletionJobCommand = class _DescribeDataDeletionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3261
+ var DescribeDataDeletionJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3220
3262
  return [
3221
3263
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3222
3264
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3223
3265
  ];
3224
3266
  }).s("AmazonPersonalize", "DescribeDataDeletionJob", {}).n("PersonalizeClient", "DescribeDataDeletionJobCommand").f(void 0, void 0).ser(se_DescribeDataDeletionJobCommand).de(de_DescribeDataDeletionJobCommand).build() {
3267
+ static {
3268
+ __name(this, "DescribeDataDeletionJobCommand");
3269
+ }
3225
3270
  };
3226
- __name(_DescribeDataDeletionJobCommand, "DescribeDataDeletionJobCommand");
3227
- var DescribeDataDeletionJobCommand = _DescribeDataDeletionJobCommand;
3228
3271
 
3229
3272
  // src/commands/DescribeDatasetCommand.ts
3230
3273
 
3231
3274
 
3232
3275
 
3233
- var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3276
+ var DescribeDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3234
3277
  return [
3235
3278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3236
3279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3237
3280
  ];
3238
3281
  }).s("AmazonPersonalize", "DescribeDataset", {}).n("PersonalizeClient", "DescribeDatasetCommand").f(void 0, void 0).ser(se_DescribeDatasetCommand).de(de_DescribeDatasetCommand).build() {
3282
+ static {
3283
+ __name(this, "DescribeDatasetCommand");
3284
+ }
3239
3285
  };
3240
- __name(_DescribeDatasetCommand, "DescribeDatasetCommand");
3241
- var DescribeDatasetCommand = _DescribeDatasetCommand;
3242
3286
 
3243
3287
  // src/commands/DescribeDatasetExportJobCommand.ts
3244
3288
 
3245
3289
 
3246
3290
 
3247
- var _DescribeDatasetExportJobCommand = class _DescribeDatasetExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3291
+ var DescribeDatasetExportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3248
3292
  return [
3249
3293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3250
3294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3251
3295
  ];
3252
3296
  }).s("AmazonPersonalize", "DescribeDatasetExportJob", {}).n("PersonalizeClient", "DescribeDatasetExportJobCommand").f(void 0, void 0).ser(se_DescribeDatasetExportJobCommand).de(de_DescribeDatasetExportJobCommand).build() {
3297
+ static {
3298
+ __name(this, "DescribeDatasetExportJobCommand");
3299
+ }
3253
3300
  };
3254
- __name(_DescribeDatasetExportJobCommand, "DescribeDatasetExportJobCommand");
3255
- var DescribeDatasetExportJobCommand = _DescribeDatasetExportJobCommand;
3256
3301
 
3257
3302
  // src/commands/DescribeDatasetGroupCommand.ts
3258
3303
 
3259
3304
 
3260
3305
 
3261
- var _DescribeDatasetGroupCommand = class _DescribeDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3306
+ var DescribeDatasetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3262
3307
  return [
3263
3308
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3264
3309
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3265
3310
  ];
3266
3311
  }).s("AmazonPersonalize", "DescribeDatasetGroup", {}).n("PersonalizeClient", "DescribeDatasetGroupCommand").f(void 0, void 0).ser(se_DescribeDatasetGroupCommand).de(de_DescribeDatasetGroupCommand).build() {
3312
+ static {
3313
+ __name(this, "DescribeDatasetGroupCommand");
3314
+ }
3267
3315
  };
3268
- __name(_DescribeDatasetGroupCommand, "DescribeDatasetGroupCommand");
3269
- var DescribeDatasetGroupCommand = _DescribeDatasetGroupCommand;
3270
3316
 
3271
3317
  // src/commands/DescribeDatasetImportJobCommand.ts
3272
3318
 
3273
3319
 
3274
3320
 
3275
- var _DescribeDatasetImportJobCommand = class _DescribeDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3321
+ var DescribeDatasetImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3276
3322
  return [
3277
3323
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3278
3324
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3279
3325
  ];
3280
3326
  }).s("AmazonPersonalize", "DescribeDatasetImportJob", {}).n("PersonalizeClient", "DescribeDatasetImportJobCommand").f(void 0, void 0).ser(se_DescribeDatasetImportJobCommand).de(de_DescribeDatasetImportJobCommand).build() {
3327
+ static {
3328
+ __name(this, "DescribeDatasetImportJobCommand");
3329
+ }
3281
3330
  };
3282
- __name(_DescribeDatasetImportJobCommand, "DescribeDatasetImportJobCommand");
3283
- var DescribeDatasetImportJobCommand = _DescribeDatasetImportJobCommand;
3284
3331
 
3285
3332
  // src/commands/DescribeEventTrackerCommand.ts
3286
3333
 
3287
3334
 
3288
3335
 
3289
- var _DescribeEventTrackerCommand = class _DescribeEventTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3336
+ var DescribeEventTrackerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3290
3337
  return [
3291
3338
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3292
3339
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3293
3340
  ];
3294
3341
  }).s("AmazonPersonalize", "DescribeEventTracker", {}).n("PersonalizeClient", "DescribeEventTrackerCommand").f(void 0, void 0).ser(se_DescribeEventTrackerCommand).de(de_DescribeEventTrackerCommand).build() {
3342
+ static {
3343
+ __name(this, "DescribeEventTrackerCommand");
3344
+ }
3295
3345
  };
3296
- __name(_DescribeEventTrackerCommand, "DescribeEventTrackerCommand");
3297
- var DescribeEventTrackerCommand = _DescribeEventTrackerCommand;
3298
3346
 
3299
3347
  // src/commands/DescribeFeatureTransformationCommand.ts
3300
3348
 
3301
3349
 
3302
3350
 
3303
- var _DescribeFeatureTransformationCommand = class _DescribeFeatureTransformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3351
+ var DescribeFeatureTransformationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3304
3352
  return [
3305
3353
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3306
3354
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3307
3355
  ];
3308
3356
  }).s("AmazonPersonalize", "DescribeFeatureTransformation", {}).n("PersonalizeClient", "DescribeFeatureTransformationCommand").f(void 0, void 0).ser(se_DescribeFeatureTransformationCommand).de(de_DescribeFeatureTransformationCommand).build() {
3357
+ static {
3358
+ __name(this, "DescribeFeatureTransformationCommand");
3359
+ }
3309
3360
  };
3310
- __name(_DescribeFeatureTransformationCommand, "DescribeFeatureTransformationCommand");
3311
- var DescribeFeatureTransformationCommand = _DescribeFeatureTransformationCommand;
3312
3361
 
3313
3362
  // src/commands/DescribeFilterCommand.ts
3314
3363
 
3315
3364
 
3316
3365
 
3317
- var _DescribeFilterCommand = class _DescribeFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3366
+ var DescribeFilterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3318
3367
  return [
3319
3368
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3320
3369
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3321
3370
  ];
3322
3371
  }).s("AmazonPersonalize", "DescribeFilter", {}).n("PersonalizeClient", "DescribeFilterCommand").f(void 0, DescribeFilterResponseFilterSensitiveLog).ser(se_DescribeFilterCommand).de(de_DescribeFilterCommand).build() {
3372
+ static {
3373
+ __name(this, "DescribeFilterCommand");
3374
+ }
3323
3375
  };
3324
- __name(_DescribeFilterCommand, "DescribeFilterCommand");
3325
- var DescribeFilterCommand = _DescribeFilterCommand;
3326
3376
 
3327
3377
  // src/commands/DescribeMetricAttributionCommand.ts
3328
3378
 
3329
3379
 
3330
3380
 
3331
- var _DescribeMetricAttributionCommand = class _DescribeMetricAttributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3381
+ var DescribeMetricAttributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3332
3382
  return [
3333
3383
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3334
3384
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3335
3385
  ];
3336
3386
  }).s("AmazonPersonalize", "DescribeMetricAttribution", {}).n("PersonalizeClient", "DescribeMetricAttributionCommand").f(void 0, void 0).ser(se_DescribeMetricAttributionCommand).de(de_DescribeMetricAttributionCommand).build() {
3387
+ static {
3388
+ __name(this, "DescribeMetricAttributionCommand");
3389
+ }
3337
3390
  };
3338
- __name(_DescribeMetricAttributionCommand, "DescribeMetricAttributionCommand");
3339
- var DescribeMetricAttributionCommand = _DescribeMetricAttributionCommand;
3340
3391
 
3341
3392
  // src/commands/DescribeRecipeCommand.ts
3342
3393
 
3343
3394
 
3344
3395
 
3345
- var _DescribeRecipeCommand = class _DescribeRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3396
+ var DescribeRecipeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3346
3397
  return [
3347
3398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3348
3399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3349
3400
  ];
3350
3401
  }).s("AmazonPersonalize", "DescribeRecipe", {}).n("PersonalizeClient", "DescribeRecipeCommand").f(void 0, void 0).ser(se_DescribeRecipeCommand).de(de_DescribeRecipeCommand).build() {
3402
+ static {
3403
+ __name(this, "DescribeRecipeCommand");
3404
+ }
3351
3405
  };
3352
- __name(_DescribeRecipeCommand, "DescribeRecipeCommand");
3353
- var DescribeRecipeCommand = _DescribeRecipeCommand;
3354
3406
 
3355
3407
  // src/commands/DescribeRecommenderCommand.ts
3356
3408
 
3357
3409
 
3358
3410
 
3359
- var _DescribeRecommenderCommand = class _DescribeRecommenderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3411
+ var DescribeRecommenderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3360
3412
  return [
3361
3413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3362
3414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3363
3415
  ];
3364
3416
  }).s("AmazonPersonalize", "DescribeRecommender", {}).n("PersonalizeClient", "DescribeRecommenderCommand").f(void 0, void 0).ser(se_DescribeRecommenderCommand).de(de_DescribeRecommenderCommand).build() {
3417
+ static {
3418
+ __name(this, "DescribeRecommenderCommand");
3419
+ }
3365
3420
  };
3366
- __name(_DescribeRecommenderCommand, "DescribeRecommenderCommand");
3367
- var DescribeRecommenderCommand = _DescribeRecommenderCommand;
3368
3421
 
3369
3422
  // src/commands/DescribeSchemaCommand.ts
3370
3423
 
3371
3424
 
3372
3425
 
3373
- var _DescribeSchemaCommand = class _DescribeSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3426
+ var DescribeSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3374
3427
  return [
3375
3428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3376
3429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3377
3430
  ];
3378
3431
  }).s("AmazonPersonalize", "DescribeSchema", {}).n("PersonalizeClient", "DescribeSchemaCommand").f(void 0, void 0).ser(se_DescribeSchemaCommand).de(de_DescribeSchemaCommand).build() {
3432
+ static {
3433
+ __name(this, "DescribeSchemaCommand");
3434
+ }
3379
3435
  };
3380
- __name(_DescribeSchemaCommand, "DescribeSchemaCommand");
3381
- var DescribeSchemaCommand = _DescribeSchemaCommand;
3382
3436
 
3383
3437
  // src/commands/DescribeSolutionCommand.ts
3384
3438
 
3385
3439
 
3386
3440
 
3387
- var _DescribeSolutionCommand = class _DescribeSolutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3441
+ var DescribeSolutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3388
3442
  return [
3389
3443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3390
3444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3391
3445
  ];
3392
3446
  }).s("AmazonPersonalize", "DescribeSolution", {}).n("PersonalizeClient", "DescribeSolutionCommand").f(void 0, void 0).ser(se_DescribeSolutionCommand).de(de_DescribeSolutionCommand).build() {
3447
+ static {
3448
+ __name(this, "DescribeSolutionCommand");
3449
+ }
3393
3450
  };
3394
- __name(_DescribeSolutionCommand, "DescribeSolutionCommand");
3395
- var DescribeSolutionCommand = _DescribeSolutionCommand;
3396
3451
 
3397
3452
  // src/commands/DescribeSolutionVersionCommand.ts
3398
3453
 
3399
3454
 
3400
3455
 
3401
- var _DescribeSolutionVersionCommand = class _DescribeSolutionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3456
+ var DescribeSolutionVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3402
3457
  return [
3403
3458
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3404
3459
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3405
3460
  ];
3406
3461
  }).s("AmazonPersonalize", "DescribeSolutionVersion", {}).n("PersonalizeClient", "DescribeSolutionVersionCommand").f(void 0, void 0).ser(se_DescribeSolutionVersionCommand).de(de_DescribeSolutionVersionCommand).build() {
3462
+ static {
3463
+ __name(this, "DescribeSolutionVersionCommand");
3464
+ }
3407
3465
  };
3408
- __name(_DescribeSolutionVersionCommand, "DescribeSolutionVersionCommand");
3409
- var DescribeSolutionVersionCommand = _DescribeSolutionVersionCommand;
3410
3466
 
3411
3467
  // src/commands/GetSolutionMetricsCommand.ts
3412
3468
 
3413
3469
 
3414
3470
 
3415
- var _GetSolutionMetricsCommand = class _GetSolutionMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3471
+ var GetSolutionMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3416
3472
  return [
3417
3473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3418
3474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3419
3475
  ];
3420
3476
  }).s("AmazonPersonalize", "GetSolutionMetrics", {}).n("PersonalizeClient", "GetSolutionMetricsCommand").f(void 0, void 0).ser(se_GetSolutionMetricsCommand).de(de_GetSolutionMetricsCommand).build() {
3477
+ static {
3478
+ __name(this, "GetSolutionMetricsCommand");
3479
+ }
3421
3480
  };
3422
- __name(_GetSolutionMetricsCommand, "GetSolutionMetricsCommand");
3423
- var GetSolutionMetricsCommand = _GetSolutionMetricsCommand;
3424
3481
 
3425
3482
  // src/commands/ListBatchInferenceJobsCommand.ts
3426
3483
 
3427
3484
 
3428
3485
 
3429
- var _ListBatchInferenceJobsCommand = class _ListBatchInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3486
+ var ListBatchInferenceJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3430
3487
  return [
3431
3488
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3432
3489
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3433
3490
  ];
3434
3491
  }).s("AmazonPersonalize", "ListBatchInferenceJobs", {}).n("PersonalizeClient", "ListBatchInferenceJobsCommand").f(void 0, void 0).ser(se_ListBatchInferenceJobsCommand).de(de_ListBatchInferenceJobsCommand).build() {
3492
+ static {
3493
+ __name(this, "ListBatchInferenceJobsCommand");
3494
+ }
3435
3495
  };
3436
- __name(_ListBatchInferenceJobsCommand, "ListBatchInferenceJobsCommand");
3437
- var ListBatchInferenceJobsCommand = _ListBatchInferenceJobsCommand;
3438
3496
 
3439
3497
  // src/commands/ListBatchSegmentJobsCommand.ts
3440
3498
 
3441
3499
 
3442
3500
 
3443
- var _ListBatchSegmentJobsCommand = class _ListBatchSegmentJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3501
+ var ListBatchSegmentJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3444
3502
  return [
3445
3503
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3446
3504
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3447
3505
  ];
3448
3506
  }).s("AmazonPersonalize", "ListBatchSegmentJobs", {}).n("PersonalizeClient", "ListBatchSegmentJobsCommand").f(void 0, void 0).ser(se_ListBatchSegmentJobsCommand).de(de_ListBatchSegmentJobsCommand).build() {
3507
+ static {
3508
+ __name(this, "ListBatchSegmentJobsCommand");
3509
+ }
3449
3510
  };
3450
- __name(_ListBatchSegmentJobsCommand, "ListBatchSegmentJobsCommand");
3451
- var ListBatchSegmentJobsCommand = _ListBatchSegmentJobsCommand;
3452
3511
 
3453
3512
  // src/commands/ListCampaignsCommand.ts
3454
3513
 
3455
3514
 
3456
3515
 
3457
- var _ListCampaignsCommand = class _ListCampaignsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3516
+ var ListCampaignsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3458
3517
  return [
3459
3518
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3460
3519
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3461
3520
  ];
3462
3521
  }).s("AmazonPersonalize", "ListCampaigns", {}).n("PersonalizeClient", "ListCampaignsCommand").f(void 0, void 0).ser(se_ListCampaignsCommand).de(de_ListCampaignsCommand).build() {
3522
+ static {
3523
+ __name(this, "ListCampaignsCommand");
3524
+ }
3463
3525
  };
3464
- __name(_ListCampaignsCommand, "ListCampaignsCommand");
3465
- var ListCampaignsCommand = _ListCampaignsCommand;
3466
3526
 
3467
3527
  // src/commands/ListDataDeletionJobsCommand.ts
3468
3528
 
3469
3529
 
3470
3530
 
3471
- var _ListDataDeletionJobsCommand = class _ListDataDeletionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3531
+ var ListDataDeletionJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3472
3532
  return [
3473
3533
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3474
3534
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3475
3535
  ];
3476
3536
  }).s("AmazonPersonalize", "ListDataDeletionJobs", {}).n("PersonalizeClient", "ListDataDeletionJobsCommand").f(void 0, void 0).ser(se_ListDataDeletionJobsCommand).de(de_ListDataDeletionJobsCommand).build() {
3537
+ static {
3538
+ __name(this, "ListDataDeletionJobsCommand");
3539
+ }
3477
3540
  };
3478
- __name(_ListDataDeletionJobsCommand, "ListDataDeletionJobsCommand");
3479
- var ListDataDeletionJobsCommand = _ListDataDeletionJobsCommand;
3480
3541
 
3481
3542
  // src/commands/ListDatasetExportJobsCommand.ts
3482
3543
 
3483
3544
 
3484
3545
 
3485
- var _ListDatasetExportJobsCommand = class _ListDatasetExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3546
+ var ListDatasetExportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3486
3547
  return [
3487
3548
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3488
3549
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3489
3550
  ];
3490
3551
  }).s("AmazonPersonalize", "ListDatasetExportJobs", {}).n("PersonalizeClient", "ListDatasetExportJobsCommand").f(void 0, void 0).ser(se_ListDatasetExportJobsCommand).de(de_ListDatasetExportJobsCommand).build() {
3552
+ static {
3553
+ __name(this, "ListDatasetExportJobsCommand");
3554
+ }
3491
3555
  };
3492
- __name(_ListDatasetExportJobsCommand, "ListDatasetExportJobsCommand");
3493
- var ListDatasetExportJobsCommand = _ListDatasetExportJobsCommand;
3494
3556
 
3495
3557
  // src/commands/ListDatasetGroupsCommand.ts
3496
3558
 
3497
3559
 
3498
3560
 
3499
- var _ListDatasetGroupsCommand = class _ListDatasetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3561
+ var ListDatasetGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3500
3562
  return [
3501
3563
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3502
3564
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3503
3565
  ];
3504
3566
  }).s("AmazonPersonalize", "ListDatasetGroups", {}).n("PersonalizeClient", "ListDatasetGroupsCommand").f(void 0, void 0).ser(se_ListDatasetGroupsCommand).de(de_ListDatasetGroupsCommand).build() {
3567
+ static {
3568
+ __name(this, "ListDatasetGroupsCommand");
3569
+ }
3505
3570
  };
3506
- __name(_ListDatasetGroupsCommand, "ListDatasetGroupsCommand");
3507
- var ListDatasetGroupsCommand = _ListDatasetGroupsCommand;
3508
3571
 
3509
3572
  // src/commands/ListDatasetImportJobsCommand.ts
3510
3573
 
3511
3574
 
3512
3575
 
3513
- var _ListDatasetImportJobsCommand = class _ListDatasetImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3576
+ var ListDatasetImportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3514
3577
  return [
3515
3578
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3516
3579
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3517
3580
  ];
3518
3581
  }).s("AmazonPersonalize", "ListDatasetImportJobs", {}).n("PersonalizeClient", "ListDatasetImportJobsCommand").f(void 0, void 0).ser(se_ListDatasetImportJobsCommand).de(de_ListDatasetImportJobsCommand).build() {
3582
+ static {
3583
+ __name(this, "ListDatasetImportJobsCommand");
3584
+ }
3519
3585
  };
3520
- __name(_ListDatasetImportJobsCommand, "ListDatasetImportJobsCommand");
3521
- var ListDatasetImportJobsCommand = _ListDatasetImportJobsCommand;
3522
3586
 
3523
3587
  // src/commands/ListDatasetsCommand.ts
3524
3588
 
3525
3589
 
3526
3590
 
3527
- var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3591
+ var ListDatasetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3528
3592
  return [
3529
3593
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3530
3594
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3531
3595
  ];
3532
3596
  }).s("AmazonPersonalize", "ListDatasets", {}).n("PersonalizeClient", "ListDatasetsCommand").f(void 0, void 0).ser(se_ListDatasetsCommand).de(de_ListDatasetsCommand).build() {
3597
+ static {
3598
+ __name(this, "ListDatasetsCommand");
3599
+ }
3533
3600
  };
3534
- __name(_ListDatasetsCommand, "ListDatasetsCommand");
3535
- var ListDatasetsCommand = _ListDatasetsCommand;
3536
3601
 
3537
3602
  // src/commands/ListEventTrackersCommand.ts
3538
3603
 
3539
3604
 
3540
3605
 
3541
- var _ListEventTrackersCommand = class _ListEventTrackersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3606
+ var ListEventTrackersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3542
3607
  return [
3543
3608
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3544
3609
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3545
3610
  ];
3546
3611
  }).s("AmazonPersonalize", "ListEventTrackers", {}).n("PersonalizeClient", "ListEventTrackersCommand").f(void 0, void 0).ser(se_ListEventTrackersCommand).de(de_ListEventTrackersCommand).build() {
3612
+ static {
3613
+ __name(this, "ListEventTrackersCommand");
3614
+ }
3547
3615
  };
3548
- __name(_ListEventTrackersCommand, "ListEventTrackersCommand");
3549
- var ListEventTrackersCommand = _ListEventTrackersCommand;
3550
3616
 
3551
3617
  // src/commands/ListFiltersCommand.ts
3552
3618
 
3553
3619
 
3554
3620
 
3555
- var _ListFiltersCommand = class _ListFiltersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3621
+ var ListFiltersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3556
3622
  return [
3557
3623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3558
3624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3559
3625
  ];
3560
3626
  }).s("AmazonPersonalize", "ListFilters", {}).n("PersonalizeClient", "ListFiltersCommand").f(void 0, void 0).ser(se_ListFiltersCommand).de(de_ListFiltersCommand).build() {
3627
+ static {
3628
+ __name(this, "ListFiltersCommand");
3629
+ }
3561
3630
  };
3562
- __name(_ListFiltersCommand, "ListFiltersCommand");
3563
- var ListFiltersCommand = _ListFiltersCommand;
3564
3631
 
3565
3632
  // src/commands/ListMetricAttributionMetricsCommand.ts
3566
3633
 
3567
3634
 
3568
3635
 
3569
- var _ListMetricAttributionMetricsCommand = class _ListMetricAttributionMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3636
+ var ListMetricAttributionMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3570
3637
  return [
3571
3638
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3572
3639
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3573
3640
  ];
3574
3641
  }).s("AmazonPersonalize", "ListMetricAttributionMetrics", {}).n("PersonalizeClient", "ListMetricAttributionMetricsCommand").f(void 0, void 0).ser(se_ListMetricAttributionMetricsCommand).de(de_ListMetricAttributionMetricsCommand).build() {
3642
+ static {
3643
+ __name(this, "ListMetricAttributionMetricsCommand");
3644
+ }
3575
3645
  };
3576
- __name(_ListMetricAttributionMetricsCommand, "ListMetricAttributionMetricsCommand");
3577
- var ListMetricAttributionMetricsCommand = _ListMetricAttributionMetricsCommand;
3578
3646
 
3579
3647
  // src/commands/ListMetricAttributionsCommand.ts
3580
3648
 
3581
3649
 
3582
3650
 
3583
- var _ListMetricAttributionsCommand = class _ListMetricAttributionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3651
+ var ListMetricAttributionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3584
3652
  return [
3585
3653
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3586
3654
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3587
3655
  ];
3588
3656
  }).s("AmazonPersonalize", "ListMetricAttributions", {}).n("PersonalizeClient", "ListMetricAttributionsCommand").f(void 0, void 0).ser(se_ListMetricAttributionsCommand).de(de_ListMetricAttributionsCommand).build() {
3657
+ static {
3658
+ __name(this, "ListMetricAttributionsCommand");
3659
+ }
3589
3660
  };
3590
- __name(_ListMetricAttributionsCommand, "ListMetricAttributionsCommand");
3591
- var ListMetricAttributionsCommand = _ListMetricAttributionsCommand;
3592
3661
 
3593
3662
  // src/commands/ListRecipesCommand.ts
3594
3663
 
3595
3664
 
3596
3665
 
3597
- var _ListRecipesCommand = class _ListRecipesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3666
+ var ListRecipesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3598
3667
  return [
3599
3668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3600
3669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3601
3670
  ];
3602
3671
  }).s("AmazonPersonalize", "ListRecipes", {}).n("PersonalizeClient", "ListRecipesCommand").f(void 0, void 0).ser(se_ListRecipesCommand).de(de_ListRecipesCommand).build() {
3672
+ static {
3673
+ __name(this, "ListRecipesCommand");
3674
+ }
3603
3675
  };
3604
- __name(_ListRecipesCommand, "ListRecipesCommand");
3605
- var ListRecipesCommand = _ListRecipesCommand;
3606
3676
 
3607
3677
  // src/commands/ListRecommendersCommand.ts
3608
3678
 
3609
3679
 
3610
3680
 
3611
- var _ListRecommendersCommand = class _ListRecommendersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3681
+ var ListRecommendersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3612
3682
  return [
3613
3683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3614
3684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3615
3685
  ];
3616
3686
  }).s("AmazonPersonalize", "ListRecommenders", {}).n("PersonalizeClient", "ListRecommendersCommand").f(void 0, void 0).ser(se_ListRecommendersCommand).de(de_ListRecommendersCommand).build() {
3687
+ static {
3688
+ __name(this, "ListRecommendersCommand");
3689
+ }
3617
3690
  };
3618
- __name(_ListRecommendersCommand, "ListRecommendersCommand");
3619
- var ListRecommendersCommand = _ListRecommendersCommand;
3620
3691
 
3621
3692
  // src/commands/ListSchemasCommand.ts
3622
3693
 
3623
3694
 
3624
3695
 
3625
- var _ListSchemasCommand = class _ListSchemasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3696
+ var ListSchemasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3626
3697
  return [
3627
3698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3628
3699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3629
3700
  ];
3630
3701
  }).s("AmazonPersonalize", "ListSchemas", {}).n("PersonalizeClient", "ListSchemasCommand").f(void 0, void 0).ser(se_ListSchemasCommand).de(de_ListSchemasCommand).build() {
3702
+ static {
3703
+ __name(this, "ListSchemasCommand");
3704
+ }
3631
3705
  };
3632
- __name(_ListSchemasCommand, "ListSchemasCommand");
3633
- var ListSchemasCommand = _ListSchemasCommand;
3634
3706
 
3635
3707
  // src/commands/ListSolutionsCommand.ts
3636
3708
 
3637
3709
 
3638
3710
 
3639
- var _ListSolutionsCommand = class _ListSolutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3711
+ var ListSolutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3640
3712
  return [
3641
3713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3642
3714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3643
3715
  ];
3644
3716
  }).s("AmazonPersonalize", "ListSolutions", {}).n("PersonalizeClient", "ListSolutionsCommand").f(void 0, void 0).ser(se_ListSolutionsCommand).de(de_ListSolutionsCommand).build() {
3717
+ static {
3718
+ __name(this, "ListSolutionsCommand");
3719
+ }
3645
3720
  };
3646
- __name(_ListSolutionsCommand, "ListSolutionsCommand");
3647
- var ListSolutionsCommand = _ListSolutionsCommand;
3648
3721
 
3649
3722
  // src/commands/ListSolutionVersionsCommand.ts
3650
3723
 
3651
3724
 
3652
3725
 
3653
- var _ListSolutionVersionsCommand = class _ListSolutionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3726
+ var ListSolutionVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3654
3727
  return [
3655
3728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3656
3729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3657
3730
  ];
3658
3731
  }).s("AmazonPersonalize", "ListSolutionVersions", {}).n("PersonalizeClient", "ListSolutionVersionsCommand").f(void 0, void 0).ser(se_ListSolutionVersionsCommand).de(de_ListSolutionVersionsCommand).build() {
3732
+ static {
3733
+ __name(this, "ListSolutionVersionsCommand");
3734
+ }
3659
3735
  };
3660
- __name(_ListSolutionVersionsCommand, "ListSolutionVersionsCommand");
3661
- var ListSolutionVersionsCommand = _ListSolutionVersionsCommand;
3662
3736
 
3663
3737
  // src/commands/ListTagsForResourceCommand.ts
3664
3738
 
3665
3739
 
3666
3740
 
3667
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3741
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3668
3742
  return [
3669
3743
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3670
3744
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3671
3745
  ];
3672
3746
  }).s("AmazonPersonalize", "ListTagsForResource", {}).n("PersonalizeClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
3747
+ static {
3748
+ __name(this, "ListTagsForResourceCommand");
3749
+ }
3673
3750
  };
3674
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
3675
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3676
3751
 
3677
3752
  // src/commands/StartRecommenderCommand.ts
3678
3753
 
3679
3754
 
3680
3755
 
3681
- var _StartRecommenderCommand = class _StartRecommenderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3756
+ var StartRecommenderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3682
3757
  return [
3683
3758
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3684
3759
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3685
3760
  ];
3686
3761
  }).s("AmazonPersonalize", "StartRecommender", {}).n("PersonalizeClient", "StartRecommenderCommand").f(void 0, void 0).ser(se_StartRecommenderCommand).de(de_StartRecommenderCommand).build() {
3762
+ static {
3763
+ __name(this, "StartRecommenderCommand");
3764
+ }
3687
3765
  };
3688
- __name(_StartRecommenderCommand, "StartRecommenderCommand");
3689
- var StartRecommenderCommand = _StartRecommenderCommand;
3690
3766
 
3691
3767
  // src/commands/StopRecommenderCommand.ts
3692
3768
 
3693
3769
 
3694
3770
 
3695
- var _StopRecommenderCommand = class _StopRecommenderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3771
+ var StopRecommenderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3696
3772
  return [
3697
3773
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3698
3774
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3699
3775
  ];
3700
3776
  }).s("AmazonPersonalize", "StopRecommender", {}).n("PersonalizeClient", "StopRecommenderCommand").f(void 0, void 0).ser(se_StopRecommenderCommand).de(de_StopRecommenderCommand).build() {
3777
+ static {
3778
+ __name(this, "StopRecommenderCommand");
3779
+ }
3701
3780
  };
3702
- __name(_StopRecommenderCommand, "StopRecommenderCommand");
3703
- var StopRecommenderCommand = _StopRecommenderCommand;
3704
3781
 
3705
3782
  // src/commands/StopSolutionVersionCreationCommand.ts
3706
3783
 
3707
3784
 
3708
3785
 
3709
- var _StopSolutionVersionCreationCommand = class _StopSolutionVersionCreationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3786
+ var StopSolutionVersionCreationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3710
3787
  return [
3711
3788
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3712
3789
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3713
3790
  ];
3714
3791
  }).s("AmazonPersonalize", "StopSolutionVersionCreation", {}).n("PersonalizeClient", "StopSolutionVersionCreationCommand").f(void 0, void 0).ser(se_StopSolutionVersionCreationCommand).de(de_StopSolutionVersionCreationCommand).build() {
3792
+ static {
3793
+ __name(this, "StopSolutionVersionCreationCommand");
3794
+ }
3715
3795
  };
3716
- __name(_StopSolutionVersionCreationCommand, "StopSolutionVersionCreationCommand");
3717
- var StopSolutionVersionCreationCommand = _StopSolutionVersionCreationCommand;
3718
3796
 
3719
3797
  // src/commands/TagResourceCommand.ts
3720
3798
 
3721
3799
 
3722
3800
 
3723
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3801
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3724
3802
  return [
3725
3803
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3726
3804
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3727
3805
  ];
3728
3806
  }).s("AmazonPersonalize", "TagResource", {}).n("PersonalizeClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
3807
+ static {
3808
+ __name(this, "TagResourceCommand");
3809
+ }
3729
3810
  };
3730
- __name(_TagResourceCommand, "TagResourceCommand");
3731
- var TagResourceCommand = _TagResourceCommand;
3732
3811
 
3733
3812
  // src/commands/UntagResourceCommand.ts
3734
3813
 
3735
3814
 
3736
3815
 
3737
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3816
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3738
3817
  return [
3739
3818
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3740
3819
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3741
3820
  ];
3742
3821
  }).s("AmazonPersonalize", "UntagResource", {}).n("PersonalizeClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
3822
+ static {
3823
+ __name(this, "UntagResourceCommand");
3824
+ }
3743
3825
  };
3744
- __name(_UntagResourceCommand, "UntagResourceCommand");
3745
- var UntagResourceCommand = _UntagResourceCommand;
3746
3826
 
3747
3827
  // src/commands/UpdateCampaignCommand.ts
3748
3828
 
3749
3829
 
3750
3830
 
3751
- var _UpdateCampaignCommand = class _UpdateCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3831
+ var UpdateCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3752
3832
  return [
3753
3833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3754
3834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3755
3835
  ];
3756
3836
  }).s("AmazonPersonalize", "UpdateCampaign", {}).n("PersonalizeClient", "UpdateCampaignCommand").f(void 0, void 0).ser(se_UpdateCampaignCommand).de(de_UpdateCampaignCommand).build() {
3837
+ static {
3838
+ __name(this, "UpdateCampaignCommand");
3839
+ }
3757
3840
  };
3758
- __name(_UpdateCampaignCommand, "UpdateCampaignCommand");
3759
- var UpdateCampaignCommand = _UpdateCampaignCommand;
3760
3841
 
3761
3842
  // src/commands/UpdateDatasetCommand.ts
3762
3843
 
3763
3844
 
3764
3845
 
3765
- var _UpdateDatasetCommand = class _UpdateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3846
+ var UpdateDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3766
3847
  return [
3767
3848
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3768
3849
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3769
3850
  ];
3770
3851
  }).s("AmazonPersonalize", "UpdateDataset", {}).n("PersonalizeClient", "UpdateDatasetCommand").f(void 0, void 0).ser(se_UpdateDatasetCommand).de(de_UpdateDatasetCommand).build() {
3852
+ static {
3853
+ __name(this, "UpdateDatasetCommand");
3854
+ }
3771
3855
  };
3772
- __name(_UpdateDatasetCommand, "UpdateDatasetCommand");
3773
- var UpdateDatasetCommand = _UpdateDatasetCommand;
3774
3856
 
3775
3857
  // src/commands/UpdateMetricAttributionCommand.ts
3776
3858
 
3777
3859
 
3778
3860
 
3779
- var _UpdateMetricAttributionCommand = class _UpdateMetricAttributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3861
+ var UpdateMetricAttributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3780
3862
  return [
3781
3863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3782
3864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3783
3865
  ];
3784
3866
  }).s("AmazonPersonalize", "UpdateMetricAttribution", {}).n("PersonalizeClient", "UpdateMetricAttributionCommand").f(void 0, void 0).ser(se_UpdateMetricAttributionCommand).de(de_UpdateMetricAttributionCommand).build() {
3867
+ static {
3868
+ __name(this, "UpdateMetricAttributionCommand");
3869
+ }
3785
3870
  };
3786
- __name(_UpdateMetricAttributionCommand, "UpdateMetricAttributionCommand");
3787
- var UpdateMetricAttributionCommand = _UpdateMetricAttributionCommand;
3788
3871
 
3789
3872
  // src/commands/UpdateRecommenderCommand.ts
3790
3873
 
3791
3874
 
3792
3875
 
3793
- var _UpdateRecommenderCommand = class _UpdateRecommenderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3876
+ var UpdateRecommenderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3794
3877
  return [
3795
3878
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3796
3879
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3797
3880
  ];
3798
3881
  }).s("AmazonPersonalize", "UpdateRecommender", {}).n("PersonalizeClient", "UpdateRecommenderCommand").f(void 0, void 0).ser(se_UpdateRecommenderCommand).de(de_UpdateRecommenderCommand).build() {
3882
+ static {
3883
+ __name(this, "UpdateRecommenderCommand");
3884
+ }
3799
3885
  };
3800
- __name(_UpdateRecommenderCommand, "UpdateRecommenderCommand");
3801
- var UpdateRecommenderCommand = _UpdateRecommenderCommand;
3802
3886
 
3803
3887
  // src/commands/UpdateSolutionCommand.ts
3804
3888
 
3805
3889
 
3806
3890
 
3807
- var _UpdateSolutionCommand = class _UpdateSolutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3891
+ var UpdateSolutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3808
3892
  return [
3809
3893
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3810
3894
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3811
3895
  ];
3812
3896
  }).s("AmazonPersonalize", "UpdateSolution", {}).n("PersonalizeClient", "UpdateSolutionCommand").f(void 0, void 0).ser(se_UpdateSolutionCommand).de(de_UpdateSolutionCommand).build() {
3897
+ static {
3898
+ __name(this, "UpdateSolutionCommand");
3899
+ }
3813
3900
  };
3814
- __name(_UpdateSolutionCommand, "UpdateSolutionCommand");
3815
- var UpdateSolutionCommand = _UpdateSolutionCommand;
3816
3901
 
3817
3902
  // src/Personalize.ts
3818
3903
  var commands = {
@@ -3888,10 +3973,11 @@ var commands = {
3888
3973
  UpdateRecommenderCommand,
3889
3974
  UpdateSolutionCommand
3890
3975
  };
3891
- var _Personalize = class _Personalize extends PersonalizeClient {
3976
+ var Personalize = class extends PersonalizeClient {
3977
+ static {
3978
+ __name(this, "Personalize");
3979
+ }
3892
3980
  };
3893
- __name(_Personalize, "Personalize");
3894
- var Personalize = _Personalize;
3895
3981
  (0, import_smithy_client.createAggregatedClient)(commands, Personalize);
3896
3982
 
3897
3983
  // src/pagination/ListBatchInferenceJobsPaginator.ts