@aws-sdk/client-securityhub 3.721.0 → 3.723.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
@@ -276,7 +276,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
276
276
  }, "resolveRuntimeExtensions");
277
277
 
278
278
  // src/SecurityHubClient.ts
279
- var _SecurityHubClient = class _SecurityHubClient extends import_smithy_client.Client {
279
+ var SecurityHubClient = class extends import_smithy_client.Client {
280
+ static {
281
+ __name(this, "SecurityHubClient");
282
+ }
283
+ /**
284
+ * The resolved configuration of SecurityHubClient class. This is resolved and normalized from the {@link SecurityHubClientConfig | constructor configuration interface}.
285
+ */
286
+ config;
280
287
  constructor(...[configuration]) {
281
288
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
282
289
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -286,7 +293,7 @@ var _SecurityHubClient = class _SecurityHubClient extends import_smithy_client.C
286
293
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
287
294
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
288
295
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
289
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
296
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
290
297
  super(_config_8);
291
298
  this.config = _config_8;
292
299
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -314,8 +321,6 @@ var _SecurityHubClient = class _SecurityHubClient extends import_smithy_client.C
314
321
  super.destroy();
315
322
  }
316
323
  };
317
- __name(_SecurityHubClient, "SecurityHubClient");
318
- var SecurityHubClient = _SecurityHubClient;
319
324
 
320
325
  // src/SecurityHub.ts
321
326
 
@@ -332,7 +337,10 @@ var import_core2 = require("@aws-sdk/core");
332
337
 
333
338
  // src/models/SecurityHubServiceException.ts
334
339
 
335
- var _SecurityHubServiceException = class _SecurityHubServiceException extends import_smithy_client.ServiceException {
340
+ var SecurityHubServiceException = class _SecurityHubServiceException extends import_smithy_client.ServiceException {
341
+ static {
342
+ __name(this, "SecurityHubServiceException");
343
+ }
336
344
  /**
337
345
  * @internal
338
346
  */
@@ -341,11 +349,16 @@ var _SecurityHubServiceException = class _SecurityHubServiceException extends im
341
349
  Object.setPrototypeOf(this, _SecurityHubServiceException.prototype);
342
350
  }
343
351
  };
344
- __name(_SecurityHubServiceException, "SecurityHubServiceException");
345
- var SecurityHubServiceException = _SecurityHubServiceException;
346
352
 
347
353
  // src/models/models_0.ts
348
- var _InternalException = class _InternalException extends SecurityHubServiceException {
354
+ var InternalException = class _InternalException extends SecurityHubServiceException {
355
+ static {
356
+ __name(this, "InternalException");
357
+ }
358
+ name = "InternalException";
359
+ $fault = "server";
360
+ Message;
361
+ Code;
349
362
  /**
350
363
  * @internal
351
364
  */
@@ -355,16 +368,19 @@ var _InternalException = class _InternalException extends SecurityHubServiceExce
355
368
  $fault: "server",
356
369
  ...opts
357
370
  });
358
- this.name = "InternalException";
359
- this.$fault = "server";
360
371
  Object.setPrototypeOf(this, _InternalException.prototype);
361
372
  this.Message = opts.Message;
362
373
  this.Code = opts.Code;
363
374
  }
364
375
  };
365
- __name(_InternalException, "InternalException");
366
- var InternalException = _InternalException;
367
- var _InvalidAccessException = class _InvalidAccessException extends SecurityHubServiceException {
376
+ var InvalidAccessException = class _InvalidAccessException extends SecurityHubServiceException {
377
+ static {
378
+ __name(this, "InvalidAccessException");
379
+ }
380
+ name = "InvalidAccessException";
381
+ $fault = "client";
382
+ Message;
383
+ Code;
368
384
  /**
369
385
  * @internal
370
386
  */
@@ -374,16 +390,19 @@ var _InvalidAccessException = class _InvalidAccessException extends SecurityHubS
374
390
  $fault: "client",
375
391
  ...opts
376
392
  });
377
- this.name = "InvalidAccessException";
378
- this.$fault = "client";
379
393
  Object.setPrototypeOf(this, _InvalidAccessException.prototype);
380
394
  this.Message = opts.Message;
381
395
  this.Code = opts.Code;
382
396
  }
383
397
  };
384
- __name(_InvalidAccessException, "InvalidAccessException");
385
- var InvalidAccessException = _InvalidAccessException;
386
- var _InvalidInputException = class _InvalidInputException extends SecurityHubServiceException {
398
+ var InvalidInputException = class _InvalidInputException extends SecurityHubServiceException {
399
+ static {
400
+ __name(this, "InvalidInputException");
401
+ }
402
+ name = "InvalidInputException";
403
+ $fault = "client";
404
+ Message;
405
+ Code;
387
406
  /**
388
407
  * @internal
389
408
  */
@@ -393,16 +412,19 @@ var _InvalidInputException = class _InvalidInputException extends SecurityHubSer
393
412
  $fault: "client",
394
413
  ...opts
395
414
  });
396
- this.name = "InvalidInputException";
397
- this.$fault = "client";
398
415
  Object.setPrototypeOf(this, _InvalidInputException.prototype);
399
416
  this.Message = opts.Message;
400
417
  this.Code = opts.Code;
401
418
  }
402
419
  };
403
- __name(_InvalidInputException, "InvalidInputException");
404
- var InvalidInputException = _InvalidInputException;
405
- var _LimitExceededException = class _LimitExceededException extends SecurityHubServiceException {
420
+ var LimitExceededException = class _LimitExceededException extends SecurityHubServiceException {
421
+ static {
422
+ __name(this, "LimitExceededException");
423
+ }
424
+ name = "LimitExceededException";
425
+ $fault = "client";
426
+ Message;
427
+ Code;
406
428
  /**
407
429
  * @internal
408
430
  */
@@ -412,16 +434,19 @@ var _LimitExceededException = class _LimitExceededException extends SecurityHubS
412
434
  $fault: "client",
413
435
  ...opts
414
436
  });
415
- this.name = "LimitExceededException";
416
- this.$fault = "client";
417
437
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
418
438
  this.Message = opts.Message;
419
439
  this.Code = opts.Code;
420
440
  }
421
441
  };
422
- __name(_LimitExceededException, "LimitExceededException");
423
- var LimitExceededException = _LimitExceededException;
424
- var _ResourceNotFoundException = class _ResourceNotFoundException extends SecurityHubServiceException {
442
+ var ResourceNotFoundException = class _ResourceNotFoundException extends SecurityHubServiceException {
443
+ static {
444
+ __name(this, "ResourceNotFoundException");
445
+ }
446
+ name = "ResourceNotFoundException";
447
+ $fault = "client";
448
+ Message;
449
+ Code;
425
450
  /**
426
451
  * @internal
427
452
  */
@@ -431,16 +456,19 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Securi
431
456
  $fault: "client",
432
457
  ...opts
433
458
  });
434
- this.name = "ResourceNotFoundException";
435
- this.$fault = "client";
436
459
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
437
460
  this.Message = opts.Message;
438
461
  this.Code = opts.Code;
439
462
  }
440
463
  };
441
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
442
- var ResourceNotFoundException = _ResourceNotFoundException;
443
- var _AccessDeniedException = class _AccessDeniedException extends SecurityHubServiceException {
464
+ var AccessDeniedException = class _AccessDeniedException extends SecurityHubServiceException {
465
+ static {
466
+ __name(this, "AccessDeniedException");
467
+ }
468
+ name = "AccessDeniedException";
469
+ $fault = "client";
470
+ Message;
471
+ Code;
444
472
  /**
445
473
  * @internal
446
474
  */
@@ -450,15 +478,11 @@ var _AccessDeniedException = class _AccessDeniedException extends SecurityHubSer
450
478
  $fault: "client",
451
479
  ...opts
452
480
  });
453
- this.name = "AccessDeniedException";
454
- this.$fault = "client";
455
481
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
456
482
  this.Message = opts.Message;
457
483
  this.Code = opts.Code;
458
484
  }
459
485
  };
460
- __name(_AccessDeniedException, "AccessDeniedException");
461
- var AccessDeniedException = _AccessDeniedException;
462
486
  var SeverityLabel = {
463
487
  CRITICAL: "CRITICAL",
464
488
  HIGH: "HIGH",
@@ -671,7 +695,14 @@ var ControlFindingGenerator = {
671
695
  SECURITY_CONTROL: "SECURITY_CONTROL",
672
696
  STANDARD_CONTROL: "STANDARD_CONTROL"
673
697
  };
674
- var _ResourceConflictException = class _ResourceConflictException extends SecurityHubServiceException {
698
+ var ResourceConflictException = class _ResourceConflictException extends SecurityHubServiceException {
699
+ static {
700
+ __name(this, "ResourceConflictException");
701
+ }
702
+ name = "ResourceConflictException";
703
+ $fault = "client";
704
+ Message;
705
+ Code;
675
706
  /**
676
707
  * @internal
677
708
  */
@@ -681,15 +712,11 @@ var _ResourceConflictException = class _ResourceConflictException extends Securi
681
712
  $fault: "client",
682
713
  ...opts
683
714
  });
684
- this.name = "ResourceConflictException";
685
- this.$fault = "client";
686
715
  Object.setPrototypeOf(this, _ResourceConflictException.prototype);
687
716
  this.Message = opts.Message;
688
717
  this.Code = opts.Code;
689
718
  }
690
719
  };
691
- __name(_ResourceConflictException, "ResourceConflictException");
692
- var ResourceConflictException = _ResourceConflictException;
693
720
  var Policy;
694
721
  ((Policy2) => {
695
722
  Policy2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -727,7 +754,14 @@ var RegionAvailabilityStatus = {
727
754
  AVAILABLE: "AVAILABLE",
728
755
  UNAVAILABLE: "UNAVAILABLE"
729
756
  };
730
- var _ResourceInUseException = class _ResourceInUseException extends SecurityHubServiceException {
757
+ var ResourceInUseException = class _ResourceInUseException extends SecurityHubServiceException {
758
+ static {
759
+ __name(this, "ResourceInUseException");
760
+ }
761
+ name = "ResourceInUseException";
762
+ $fault = "client";
763
+ Message;
764
+ Code;
731
765
  /**
732
766
  * @internal
733
767
  */
@@ -737,15 +771,11 @@ var _ResourceInUseException = class _ResourceInUseException extends SecurityHubS
737
771
  $fault: "client",
738
772
  ...opts
739
773
  });
740
- this.name = "ResourceInUseException";
741
- this.$fault = "client";
742
774
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
743
775
  this.Message = opts.Message;
744
776
  this.Code = opts.Code;
745
777
  }
746
778
  };
747
- __name(_ResourceInUseException, "ResourceInUseException");
748
- var ResourceInUseException = _ResourceInUseException;
749
779
 
750
780
  // src/protocols/Aws_restJson1.ts
751
781
  var se_AcceptAdministratorInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -5187,1107 +5217,1186 @@ var _TK = "TagKeys";
5187
5217
  var _tK = "tagKeys";
5188
5218
 
5189
5219
  // src/commands/AcceptAdministratorInvitationCommand.ts
5190
- var _AcceptAdministratorInvitationCommand = class _AcceptAdministratorInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5220
+ var AcceptAdministratorInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5191
5221
  return [
5192
5222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5193
5223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5194
5224
  ];
5195
5225
  }).s("SecurityHubAPIService", "AcceptAdministratorInvitation", {}).n("SecurityHubClient", "AcceptAdministratorInvitationCommand").f(void 0, void 0).ser(se_AcceptAdministratorInvitationCommand).de(de_AcceptAdministratorInvitationCommand).build() {
5226
+ static {
5227
+ __name(this, "AcceptAdministratorInvitationCommand");
5228
+ }
5196
5229
  };
5197
- __name(_AcceptAdministratorInvitationCommand, "AcceptAdministratorInvitationCommand");
5198
- var AcceptAdministratorInvitationCommand = _AcceptAdministratorInvitationCommand;
5199
5230
 
5200
5231
  // src/commands/AcceptInvitationCommand.ts
5201
5232
 
5202
5233
 
5203
5234
 
5204
- var _AcceptInvitationCommand = class _AcceptInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5235
+ var AcceptInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5205
5236
  return [
5206
5237
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5207
5238
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5208
5239
  ];
5209
5240
  }).s("SecurityHubAPIService", "AcceptInvitation", {}).n("SecurityHubClient", "AcceptInvitationCommand").f(void 0, void 0).ser(se_AcceptInvitationCommand).de(de_AcceptInvitationCommand).build() {
5241
+ static {
5242
+ __name(this, "AcceptInvitationCommand");
5243
+ }
5210
5244
  };
5211
- __name(_AcceptInvitationCommand, "AcceptInvitationCommand");
5212
- var AcceptInvitationCommand = _AcceptInvitationCommand;
5213
5245
 
5214
5246
  // src/commands/BatchDeleteAutomationRulesCommand.ts
5215
5247
 
5216
5248
 
5217
5249
 
5218
- var _BatchDeleteAutomationRulesCommand = class _BatchDeleteAutomationRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5250
+ var BatchDeleteAutomationRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5219
5251
  return [
5220
5252
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5221
5253
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5222
5254
  ];
5223
5255
  }).s("SecurityHubAPIService", "BatchDeleteAutomationRules", {}).n("SecurityHubClient", "BatchDeleteAutomationRulesCommand").f(void 0, void 0).ser(se_BatchDeleteAutomationRulesCommand).de(de_BatchDeleteAutomationRulesCommand).build() {
5256
+ static {
5257
+ __name(this, "BatchDeleteAutomationRulesCommand");
5258
+ }
5224
5259
  };
5225
- __name(_BatchDeleteAutomationRulesCommand, "BatchDeleteAutomationRulesCommand");
5226
- var BatchDeleteAutomationRulesCommand = _BatchDeleteAutomationRulesCommand;
5227
5260
 
5228
5261
  // src/commands/BatchDisableStandardsCommand.ts
5229
5262
 
5230
5263
 
5231
5264
 
5232
- var _BatchDisableStandardsCommand = class _BatchDisableStandardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5265
+ var BatchDisableStandardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5233
5266
  return [
5234
5267
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5235
5268
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5236
5269
  ];
5237
5270
  }).s("SecurityHubAPIService", "BatchDisableStandards", {}).n("SecurityHubClient", "BatchDisableStandardsCommand").f(void 0, void 0).ser(se_BatchDisableStandardsCommand).de(de_BatchDisableStandardsCommand).build() {
5271
+ static {
5272
+ __name(this, "BatchDisableStandardsCommand");
5273
+ }
5238
5274
  };
5239
- __name(_BatchDisableStandardsCommand, "BatchDisableStandardsCommand");
5240
- var BatchDisableStandardsCommand = _BatchDisableStandardsCommand;
5241
5275
 
5242
5276
  // src/commands/BatchEnableStandardsCommand.ts
5243
5277
 
5244
5278
 
5245
5279
 
5246
- var _BatchEnableStandardsCommand = class _BatchEnableStandardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5280
+ var BatchEnableStandardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5247
5281
  return [
5248
5282
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5249
5283
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5250
5284
  ];
5251
5285
  }).s("SecurityHubAPIService", "BatchEnableStandards", {}).n("SecurityHubClient", "BatchEnableStandardsCommand").f(void 0, void 0).ser(se_BatchEnableStandardsCommand).de(de_BatchEnableStandardsCommand).build() {
5286
+ static {
5287
+ __name(this, "BatchEnableStandardsCommand");
5288
+ }
5252
5289
  };
5253
- __name(_BatchEnableStandardsCommand, "BatchEnableStandardsCommand");
5254
- var BatchEnableStandardsCommand = _BatchEnableStandardsCommand;
5255
5290
 
5256
5291
  // src/commands/BatchGetAutomationRulesCommand.ts
5257
5292
 
5258
5293
 
5259
5294
 
5260
- var _BatchGetAutomationRulesCommand = class _BatchGetAutomationRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5295
+ var BatchGetAutomationRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5261
5296
  return [
5262
5297
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5263
5298
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5264
5299
  ];
5265
5300
  }).s("SecurityHubAPIService", "BatchGetAutomationRules", {}).n("SecurityHubClient", "BatchGetAutomationRulesCommand").f(void 0, void 0).ser(se_BatchGetAutomationRulesCommand).de(de_BatchGetAutomationRulesCommand).build() {
5301
+ static {
5302
+ __name(this, "BatchGetAutomationRulesCommand");
5303
+ }
5266
5304
  };
5267
- __name(_BatchGetAutomationRulesCommand, "BatchGetAutomationRulesCommand");
5268
- var BatchGetAutomationRulesCommand = _BatchGetAutomationRulesCommand;
5269
5305
 
5270
5306
  // src/commands/BatchGetConfigurationPolicyAssociationsCommand.ts
5271
5307
 
5272
5308
 
5273
5309
 
5274
- var _BatchGetConfigurationPolicyAssociationsCommand = class _BatchGetConfigurationPolicyAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5310
+ var BatchGetConfigurationPolicyAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5275
5311
  return [
5276
5312
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5277
5313
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5278
5314
  ];
5279
5315
  }).s("SecurityHubAPIService", "BatchGetConfigurationPolicyAssociations", {}).n("SecurityHubClient", "BatchGetConfigurationPolicyAssociationsCommand").f(void 0, void 0).ser(se_BatchGetConfigurationPolicyAssociationsCommand).de(de_BatchGetConfigurationPolicyAssociationsCommand).build() {
5316
+ static {
5317
+ __name(this, "BatchGetConfigurationPolicyAssociationsCommand");
5318
+ }
5280
5319
  };
5281
- __name(_BatchGetConfigurationPolicyAssociationsCommand, "BatchGetConfigurationPolicyAssociationsCommand");
5282
- var BatchGetConfigurationPolicyAssociationsCommand = _BatchGetConfigurationPolicyAssociationsCommand;
5283
5320
 
5284
5321
  // src/commands/BatchGetSecurityControlsCommand.ts
5285
5322
 
5286
5323
 
5287
5324
 
5288
- var _BatchGetSecurityControlsCommand = class _BatchGetSecurityControlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5325
+ var BatchGetSecurityControlsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5289
5326
  return [
5290
5327
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5291
5328
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5292
5329
  ];
5293
5330
  }).s("SecurityHubAPIService", "BatchGetSecurityControls", {}).n("SecurityHubClient", "BatchGetSecurityControlsCommand").f(void 0, void 0).ser(se_BatchGetSecurityControlsCommand).de(de_BatchGetSecurityControlsCommand).build() {
5331
+ static {
5332
+ __name(this, "BatchGetSecurityControlsCommand");
5333
+ }
5294
5334
  };
5295
- __name(_BatchGetSecurityControlsCommand, "BatchGetSecurityControlsCommand");
5296
- var BatchGetSecurityControlsCommand = _BatchGetSecurityControlsCommand;
5297
5335
 
5298
5336
  // src/commands/BatchGetStandardsControlAssociationsCommand.ts
5299
5337
 
5300
5338
 
5301
5339
 
5302
- var _BatchGetStandardsControlAssociationsCommand = class _BatchGetStandardsControlAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5340
+ var BatchGetStandardsControlAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5303
5341
  return [
5304
5342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5305
5343
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5306
5344
  ];
5307
5345
  }).s("SecurityHubAPIService", "BatchGetStandardsControlAssociations", {}).n("SecurityHubClient", "BatchGetStandardsControlAssociationsCommand").f(void 0, void 0).ser(se_BatchGetStandardsControlAssociationsCommand).de(de_BatchGetStandardsControlAssociationsCommand).build() {
5346
+ static {
5347
+ __name(this, "BatchGetStandardsControlAssociationsCommand");
5348
+ }
5308
5349
  };
5309
- __name(_BatchGetStandardsControlAssociationsCommand, "BatchGetStandardsControlAssociationsCommand");
5310
- var BatchGetStandardsControlAssociationsCommand = _BatchGetStandardsControlAssociationsCommand;
5311
5350
 
5312
5351
  // src/commands/BatchImportFindingsCommand.ts
5313
5352
 
5314
5353
 
5315
5354
 
5316
- var _BatchImportFindingsCommand = class _BatchImportFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5355
+ var BatchImportFindingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5317
5356
  return [
5318
5357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5319
5358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5320
5359
  ];
5321
5360
  }).s("SecurityHubAPIService", "BatchImportFindings", {}).n("SecurityHubClient", "BatchImportFindingsCommand").f(void 0, void 0).ser(se_BatchImportFindingsCommand).de(de_BatchImportFindingsCommand).build() {
5361
+ static {
5362
+ __name(this, "BatchImportFindingsCommand");
5363
+ }
5322
5364
  };
5323
- __name(_BatchImportFindingsCommand, "BatchImportFindingsCommand");
5324
- var BatchImportFindingsCommand = _BatchImportFindingsCommand;
5325
5365
 
5326
5366
  // src/commands/BatchUpdateAutomationRulesCommand.ts
5327
5367
 
5328
5368
 
5329
5369
 
5330
- var _BatchUpdateAutomationRulesCommand = class _BatchUpdateAutomationRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5370
+ var BatchUpdateAutomationRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5331
5371
  return [
5332
5372
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5333
5373
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5334
5374
  ];
5335
5375
  }).s("SecurityHubAPIService", "BatchUpdateAutomationRules", {}).n("SecurityHubClient", "BatchUpdateAutomationRulesCommand").f(void 0, void 0).ser(se_BatchUpdateAutomationRulesCommand).de(de_BatchUpdateAutomationRulesCommand).build() {
5376
+ static {
5377
+ __name(this, "BatchUpdateAutomationRulesCommand");
5378
+ }
5336
5379
  };
5337
- __name(_BatchUpdateAutomationRulesCommand, "BatchUpdateAutomationRulesCommand");
5338
- var BatchUpdateAutomationRulesCommand = _BatchUpdateAutomationRulesCommand;
5339
5380
 
5340
5381
  // src/commands/BatchUpdateFindingsCommand.ts
5341
5382
 
5342
5383
 
5343
5384
 
5344
- var _BatchUpdateFindingsCommand = class _BatchUpdateFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5385
+ var BatchUpdateFindingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5345
5386
  return [
5346
5387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5347
5388
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5348
5389
  ];
5349
5390
  }).s("SecurityHubAPIService", "BatchUpdateFindings", {}).n("SecurityHubClient", "BatchUpdateFindingsCommand").f(void 0, void 0).ser(se_BatchUpdateFindingsCommand).de(de_BatchUpdateFindingsCommand).build() {
5391
+ static {
5392
+ __name(this, "BatchUpdateFindingsCommand");
5393
+ }
5350
5394
  };
5351
- __name(_BatchUpdateFindingsCommand, "BatchUpdateFindingsCommand");
5352
- var BatchUpdateFindingsCommand = _BatchUpdateFindingsCommand;
5353
5395
 
5354
5396
  // src/commands/BatchUpdateStandardsControlAssociationsCommand.ts
5355
5397
 
5356
5398
 
5357
5399
 
5358
- var _BatchUpdateStandardsControlAssociationsCommand = class _BatchUpdateStandardsControlAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5400
+ var BatchUpdateStandardsControlAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5359
5401
  return [
5360
5402
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5361
5403
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5362
5404
  ];
5363
5405
  }).s("SecurityHubAPIService", "BatchUpdateStandardsControlAssociations", {}).n("SecurityHubClient", "BatchUpdateStandardsControlAssociationsCommand").f(void 0, void 0).ser(se_BatchUpdateStandardsControlAssociationsCommand).de(de_BatchUpdateStandardsControlAssociationsCommand).build() {
5406
+ static {
5407
+ __name(this, "BatchUpdateStandardsControlAssociationsCommand");
5408
+ }
5364
5409
  };
5365
- __name(_BatchUpdateStandardsControlAssociationsCommand, "BatchUpdateStandardsControlAssociationsCommand");
5366
- var BatchUpdateStandardsControlAssociationsCommand = _BatchUpdateStandardsControlAssociationsCommand;
5367
5410
 
5368
5411
  // src/commands/CreateActionTargetCommand.ts
5369
5412
 
5370
5413
 
5371
5414
 
5372
- var _CreateActionTargetCommand = class _CreateActionTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5415
+ var CreateActionTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5373
5416
  return [
5374
5417
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5375
5418
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5376
5419
  ];
5377
5420
  }).s("SecurityHubAPIService", "CreateActionTarget", {}).n("SecurityHubClient", "CreateActionTargetCommand").f(void 0, void 0).ser(se_CreateActionTargetCommand).de(de_CreateActionTargetCommand).build() {
5421
+ static {
5422
+ __name(this, "CreateActionTargetCommand");
5423
+ }
5378
5424
  };
5379
- __name(_CreateActionTargetCommand, "CreateActionTargetCommand");
5380
- var CreateActionTargetCommand = _CreateActionTargetCommand;
5381
5425
 
5382
5426
  // src/commands/CreateAutomationRuleCommand.ts
5383
5427
 
5384
5428
 
5385
5429
 
5386
- var _CreateAutomationRuleCommand = class _CreateAutomationRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5430
+ var CreateAutomationRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5387
5431
  return [
5388
5432
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5389
5433
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5390
5434
  ];
5391
5435
  }).s("SecurityHubAPIService", "CreateAutomationRule", {}).n("SecurityHubClient", "CreateAutomationRuleCommand").f(void 0, void 0).ser(se_CreateAutomationRuleCommand).de(de_CreateAutomationRuleCommand).build() {
5436
+ static {
5437
+ __name(this, "CreateAutomationRuleCommand");
5438
+ }
5392
5439
  };
5393
- __name(_CreateAutomationRuleCommand, "CreateAutomationRuleCommand");
5394
- var CreateAutomationRuleCommand = _CreateAutomationRuleCommand;
5395
5440
 
5396
5441
  // src/commands/CreateConfigurationPolicyCommand.ts
5397
5442
 
5398
5443
 
5399
5444
 
5400
- var _CreateConfigurationPolicyCommand = class _CreateConfigurationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5445
+ var CreateConfigurationPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5401
5446
  return [
5402
5447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5403
5448
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5404
5449
  ];
5405
5450
  }).s("SecurityHubAPIService", "CreateConfigurationPolicy", {}).n("SecurityHubClient", "CreateConfigurationPolicyCommand").f(void 0, void 0).ser(se_CreateConfigurationPolicyCommand).de(de_CreateConfigurationPolicyCommand).build() {
5451
+ static {
5452
+ __name(this, "CreateConfigurationPolicyCommand");
5453
+ }
5406
5454
  };
5407
- __name(_CreateConfigurationPolicyCommand, "CreateConfigurationPolicyCommand");
5408
- var CreateConfigurationPolicyCommand = _CreateConfigurationPolicyCommand;
5409
5455
 
5410
5456
  // src/commands/CreateFindingAggregatorCommand.ts
5411
5457
 
5412
5458
 
5413
5459
 
5414
- var _CreateFindingAggregatorCommand = class _CreateFindingAggregatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5460
+ var CreateFindingAggregatorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5415
5461
  return [
5416
5462
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5417
5463
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5418
5464
  ];
5419
5465
  }).s("SecurityHubAPIService", "CreateFindingAggregator", {}).n("SecurityHubClient", "CreateFindingAggregatorCommand").f(void 0, void 0).ser(se_CreateFindingAggregatorCommand).de(de_CreateFindingAggregatorCommand).build() {
5466
+ static {
5467
+ __name(this, "CreateFindingAggregatorCommand");
5468
+ }
5420
5469
  };
5421
- __name(_CreateFindingAggregatorCommand, "CreateFindingAggregatorCommand");
5422
- var CreateFindingAggregatorCommand = _CreateFindingAggregatorCommand;
5423
5470
 
5424
5471
  // src/commands/CreateInsightCommand.ts
5425
5472
 
5426
5473
 
5427
5474
 
5428
- var _CreateInsightCommand = class _CreateInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5475
+ var CreateInsightCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5429
5476
  return [
5430
5477
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5431
5478
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5432
5479
  ];
5433
5480
  }).s("SecurityHubAPIService", "CreateInsight", {}).n("SecurityHubClient", "CreateInsightCommand").f(void 0, void 0).ser(se_CreateInsightCommand).de(de_CreateInsightCommand).build() {
5481
+ static {
5482
+ __name(this, "CreateInsightCommand");
5483
+ }
5434
5484
  };
5435
- __name(_CreateInsightCommand, "CreateInsightCommand");
5436
- var CreateInsightCommand = _CreateInsightCommand;
5437
5485
 
5438
5486
  // src/commands/CreateMembersCommand.ts
5439
5487
 
5440
5488
 
5441
5489
 
5442
- var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5490
+ var CreateMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5443
5491
  return [
5444
5492
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5445
5493
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5446
5494
  ];
5447
5495
  }).s("SecurityHubAPIService", "CreateMembers", {}).n("SecurityHubClient", "CreateMembersCommand").f(void 0, void 0).ser(se_CreateMembersCommand).de(de_CreateMembersCommand).build() {
5496
+ static {
5497
+ __name(this, "CreateMembersCommand");
5498
+ }
5448
5499
  };
5449
- __name(_CreateMembersCommand, "CreateMembersCommand");
5450
- var CreateMembersCommand = _CreateMembersCommand;
5451
5500
 
5452
5501
  // src/commands/DeclineInvitationsCommand.ts
5453
5502
 
5454
5503
 
5455
5504
 
5456
- var _DeclineInvitationsCommand = class _DeclineInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5505
+ var DeclineInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5457
5506
  return [
5458
5507
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5459
5508
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5460
5509
  ];
5461
5510
  }).s("SecurityHubAPIService", "DeclineInvitations", {}).n("SecurityHubClient", "DeclineInvitationsCommand").f(void 0, void 0).ser(se_DeclineInvitationsCommand).de(de_DeclineInvitationsCommand).build() {
5511
+ static {
5512
+ __name(this, "DeclineInvitationsCommand");
5513
+ }
5462
5514
  };
5463
- __name(_DeclineInvitationsCommand, "DeclineInvitationsCommand");
5464
- var DeclineInvitationsCommand = _DeclineInvitationsCommand;
5465
5515
 
5466
5516
  // src/commands/DeleteActionTargetCommand.ts
5467
5517
 
5468
5518
 
5469
5519
 
5470
- var _DeleteActionTargetCommand = class _DeleteActionTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5520
+ var DeleteActionTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5471
5521
  return [
5472
5522
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5473
5523
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5474
5524
  ];
5475
5525
  }).s("SecurityHubAPIService", "DeleteActionTarget", {}).n("SecurityHubClient", "DeleteActionTargetCommand").f(void 0, void 0).ser(se_DeleteActionTargetCommand).de(de_DeleteActionTargetCommand).build() {
5526
+ static {
5527
+ __name(this, "DeleteActionTargetCommand");
5528
+ }
5476
5529
  };
5477
- __name(_DeleteActionTargetCommand, "DeleteActionTargetCommand");
5478
- var DeleteActionTargetCommand = _DeleteActionTargetCommand;
5479
5530
 
5480
5531
  // src/commands/DeleteConfigurationPolicyCommand.ts
5481
5532
 
5482
5533
 
5483
5534
 
5484
- var _DeleteConfigurationPolicyCommand = class _DeleteConfigurationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5535
+ var DeleteConfigurationPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5485
5536
  return [
5486
5537
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5487
5538
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5488
5539
  ];
5489
5540
  }).s("SecurityHubAPIService", "DeleteConfigurationPolicy", {}).n("SecurityHubClient", "DeleteConfigurationPolicyCommand").f(void 0, void 0).ser(se_DeleteConfigurationPolicyCommand).de(de_DeleteConfigurationPolicyCommand).build() {
5541
+ static {
5542
+ __name(this, "DeleteConfigurationPolicyCommand");
5543
+ }
5490
5544
  };
5491
- __name(_DeleteConfigurationPolicyCommand, "DeleteConfigurationPolicyCommand");
5492
- var DeleteConfigurationPolicyCommand = _DeleteConfigurationPolicyCommand;
5493
5545
 
5494
5546
  // src/commands/DeleteFindingAggregatorCommand.ts
5495
5547
 
5496
5548
 
5497
5549
 
5498
- var _DeleteFindingAggregatorCommand = class _DeleteFindingAggregatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5550
+ var DeleteFindingAggregatorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5499
5551
  return [
5500
5552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5501
5553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5502
5554
  ];
5503
5555
  }).s("SecurityHubAPIService", "DeleteFindingAggregator", {}).n("SecurityHubClient", "DeleteFindingAggregatorCommand").f(void 0, void 0).ser(se_DeleteFindingAggregatorCommand).de(de_DeleteFindingAggregatorCommand).build() {
5556
+ static {
5557
+ __name(this, "DeleteFindingAggregatorCommand");
5558
+ }
5504
5559
  };
5505
- __name(_DeleteFindingAggregatorCommand, "DeleteFindingAggregatorCommand");
5506
- var DeleteFindingAggregatorCommand = _DeleteFindingAggregatorCommand;
5507
5560
 
5508
5561
  // src/commands/DeleteInsightCommand.ts
5509
5562
 
5510
5563
 
5511
5564
 
5512
- var _DeleteInsightCommand = class _DeleteInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5565
+ var DeleteInsightCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5513
5566
  return [
5514
5567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5515
5568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5516
5569
  ];
5517
5570
  }).s("SecurityHubAPIService", "DeleteInsight", {}).n("SecurityHubClient", "DeleteInsightCommand").f(void 0, void 0).ser(se_DeleteInsightCommand).de(de_DeleteInsightCommand).build() {
5571
+ static {
5572
+ __name(this, "DeleteInsightCommand");
5573
+ }
5518
5574
  };
5519
- __name(_DeleteInsightCommand, "DeleteInsightCommand");
5520
- var DeleteInsightCommand = _DeleteInsightCommand;
5521
5575
 
5522
5576
  // src/commands/DeleteInvitationsCommand.ts
5523
5577
 
5524
5578
 
5525
5579
 
5526
- var _DeleteInvitationsCommand = class _DeleteInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5580
+ var DeleteInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5527
5581
  return [
5528
5582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5529
5583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5530
5584
  ];
5531
5585
  }).s("SecurityHubAPIService", "DeleteInvitations", {}).n("SecurityHubClient", "DeleteInvitationsCommand").f(void 0, void 0).ser(se_DeleteInvitationsCommand).de(de_DeleteInvitationsCommand).build() {
5586
+ static {
5587
+ __name(this, "DeleteInvitationsCommand");
5588
+ }
5532
5589
  };
5533
- __name(_DeleteInvitationsCommand, "DeleteInvitationsCommand");
5534
- var DeleteInvitationsCommand = _DeleteInvitationsCommand;
5535
5590
 
5536
5591
  // src/commands/DeleteMembersCommand.ts
5537
5592
 
5538
5593
 
5539
5594
 
5540
- var _DeleteMembersCommand = class _DeleteMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5595
+ var DeleteMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5541
5596
  return [
5542
5597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5543
5598
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5544
5599
  ];
5545
5600
  }).s("SecurityHubAPIService", "DeleteMembers", {}).n("SecurityHubClient", "DeleteMembersCommand").f(void 0, void 0).ser(se_DeleteMembersCommand).de(de_DeleteMembersCommand).build() {
5601
+ static {
5602
+ __name(this, "DeleteMembersCommand");
5603
+ }
5546
5604
  };
5547
- __name(_DeleteMembersCommand, "DeleteMembersCommand");
5548
- var DeleteMembersCommand = _DeleteMembersCommand;
5549
5605
 
5550
5606
  // src/commands/DescribeActionTargetsCommand.ts
5551
5607
 
5552
5608
 
5553
5609
 
5554
- var _DescribeActionTargetsCommand = class _DescribeActionTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5610
+ var DescribeActionTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5555
5611
  return [
5556
5612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5557
5613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5558
5614
  ];
5559
5615
  }).s("SecurityHubAPIService", "DescribeActionTargets", {}).n("SecurityHubClient", "DescribeActionTargetsCommand").f(void 0, void 0).ser(se_DescribeActionTargetsCommand).de(de_DescribeActionTargetsCommand).build() {
5616
+ static {
5617
+ __name(this, "DescribeActionTargetsCommand");
5618
+ }
5560
5619
  };
5561
- __name(_DescribeActionTargetsCommand, "DescribeActionTargetsCommand");
5562
- var DescribeActionTargetsCommand = _DescribeActionTargetsCommand;
5563
5620
 
5564
5621
  // src/commands/DescribeHubCommand.ts
5565
5622
 
5566
5623
 
5567
5624
 
5568
- var _DescribeHubCommand = class _DescribeHubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5625
+ var DescribeHubCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5569
5626
  return [
5570
5627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5571
5628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5572
5629
  ];
5573
5630
  }).s("SecurityHubAPIService", "DescribeHub", {}).n("SecurityHubClient", "DescribeHubCommand").f(void 0, void 0).ser(se_DescribeHubCommand).de(de_DescribeHubCommand).build() {
5631
+ static {
5632
+ __name(this, "DescribeHubCommand");
5633
+ }
5574
5634
  };
5575
- __name(_DescribeHubCommand, "DescribeHubCommand");
5576
- var DescribeHubCommand = _DescribeHubCommand;
5577
5635
 
5578
5636
  // src/commands/DescribeOrganizationConfigurationCommand.ts
5579
5637
 
5580
5638
 
5581
5639
 
5582
- var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5640
+ var DescribeOrganizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5583
5641
  return [
5584
5642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5585
5643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5586
5644
  ];
5587
5645
  }).s("SecurityHubAPIService", "DescribeOrganizationConfiguration", {}).n("SecurityHubClient", "DescribeOrganizationConfigurationCommand").f(void 0, void 0).ser(se_DescribeOrganizationConfigurationCommand).de(de_DescribeOrganizationConfigurationCommand).build() {
5646
+ static {
5647
+ __name(this, "DescribeOrganizationConfigurationCommand");
5648
+ }
5588
5649
  };
5589
- __name(_DescribeOrganizationConfigurationCommand, "DescribeOrganizationConfigurationCommand");
5590
- var DescribeOrganizationConfigurationCommand = _DescribeOrganizationConfigurationCommand;
5591
5650
 
5592
5651
  // src/commands/DescribeProductsCommand.ts
5593
5652
 
5594
5653
 
5595
5654
 
5596
- var _DescribeProductsCommand = class _DescribeProductsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5655
+ var DescribeProductsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5597
5656
  return [
5598
5657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5599
5658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5600
5659
  ];
5601
5660
  }).s("SecurityHubAPIService", "DescribeProducts", {}).n("SecurityHubClient", "DescribeProductsCommand").f(void 0, void 0).ser(se_DescribeProductsCommand).de(de_DescribeProductsCommand).build() {
5661
+ static {
5662
+ __name(this, "DescribeProductsCommand");
5663
+ }
5602
5664
  };
5603
- __name(_DescribeProductsCommand, "DescribeProductsCommand");
5604
- var DescribeProductsCommand = _DescribeProductsCommand;
5605
5665
 
5606
5666
  // src/commands/DescribeStandardsCommand.ts
5607
5667
 
5608
5668
 
5609
5669
 
5610
- var _DescribeStandardsCommand = class _DescribeStandardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5670
+ var DescribeStandardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5611
5671
  return [
5612
5672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5613
5673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5614
5674
  ];
5615
5675
  }).s("SecurityHubAPIService", "DescribeStandards", {}).n("SecurityHubClient", "DescribeStandardsCommand").f(void 0, void 0).ser(se_DescribeStandardsCommand).de(de_DescribeStandardsCommand).build() {
5676
+ static {
5677
+ __name(this, "DescribeStandardsCommand");
5678
+ }
5616
5679
  };
5617
- __name(_DescribeStandardsCommand, "DescribeStandardsCommand");
5618
- var DescribeStandardsCommand = _DescribeStandardsCommand;
5619
5680
 
5620
5681
  // src/commands/DescribeStandardsControlsCommand.ts
5621
5682
 
5622
5683
 
5623
5684
 
5624
- var _DescribeStandardsControlsCommand = class _DescribeStandardsControlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5685
+ var DescribeStandardsControlsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5625
5686
  return [
5626
5687
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5627
5688
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5628
5689
  ];
5629
5690
  }).s("SecurityHubAPIService", "DescribeStandardsControls", {}).n("SecurityHubClient", "DescribeStandardsControlsCommand").f(void 0, void 0).ser(se_DescribeStandardsControlsCommand).de(de_DescribeStandardsControlsCommand).build() {
5691
+ static {
5692
+ __name(this, "DescribeStandardsControlsCommand");
5693
+ }
5630
5694
  };
5631
- __name(_DescribeStandardsControlsCommand, "DescribeStandardsControlsCommand");
5632
- var DescribeStandardsControlsCommand = _DescribeStandardsControlsCommand;
5633
5695
 
5634
5696
  // src/commands/DisableImportFindingsForProductCommand.ts
5635
5697
 
5636
5698
 
5637
5699
 
5638
- var _DisableImportFindingsForProductCommand = class _DisableImportFindingsForProductCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5700
+ var DisableImportFindingsForProductCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5639
5701
  return [
5640
5702
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5641
5703
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5642
5704
  ];
5643
5705
  }).s("SecurityHubAPIService", "DisableImportFindingsForProduct", {}).n("SecurityHubClient", "DisableImportFindingsForProductCommand").f(void 0, void 0).ser(se_DisableImportFindingsForProductCommand).de(de_DisableImportFindingsForProductCommand).build() {
5706
+ static {
5707
+ __name(this, "DisableImportFindingsForProductCommand");
5708
+ }
5644
5709
  };
5645
- __name(_DisableImportFindingsForProductCommand, "DisableImportFindingsForProductCommand");
5646
- var DisableImportFindingsForProductCommand = _DisableImportFindingsForProductCommand;
5647
5710
 
5648
5711
  // src/commands/DisableOrganizationAdminAccountCommand.ts
5649
5712
 
5650
5713
 
5651
5714
 
5652
- var _DisableOrganizationAdminAccountCommand = class _DisableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5715
+ var DisableOrganizationAdminAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5653
5716
  return [
5654
5717
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5655
5718
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5656
5719
  ];
5657
5720
  }).s("SecurityHubAPIService", "DisableOrganizationAdminAccount", {}).n("SecurityHubClient", "DisableOrganizationAdminAccountCommand").f(void 0, void 0).ser(se_DisableOrganizationAdminAccountCommand).de(de_DisableOrganizationAdminAccountCommand).build() {
5721
+ static {
5722
+ __name(this, "DisableOrganizationAdminAccountCommand");
5723
+ }
5658
5724
  };
5659
- __name(_DisableOrganizationAdminAccountCommand, "DisableOrganizationAdminAccountCommand");
5660
- var DisableOrganizationAdminAccountCommand = _DisableOrganizationAdminAccountCommand;
5661
5725
 
5662
5726
  // src/commands/DisableSecurityHubCommand.ts
5663
5727
 
5664
5728
 
5665
5729
 
5666
- var _DisableSecurityHubCommand = class _DisableSecurityHubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5730
+ var DisableSecurityHubCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5667
5731
  return [
5668
5732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5669
5733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5670
5734
  ];
5671
5735
  }).s("SecurityHubAPIService", "DisableSecurityHub", {}).n("SecurityHubClient", "DisableSecurityHubCommand").f(void 0, void 0).ser(se_DisableSecurityHubCommand).de(de_DisableSecurityHubCommand).build() {
5736
+ static {
5737
+ __name(this, "DisableSecurityHubCommand");
5738
+ }
5672
5739
  };
5673
- __name(_DisableSecurityHubCommand, "DisableSecurityHubCommand");
5674
- var DisableSecurityHubCommand = _DisableSecurityHubCommand;
5675
5740
 
5676
5741
  // src/commands/DisassociateFromAdministratorAccountCommand.ts
5677
5742
 
5678
5743
 
5679
5744
 
5680
- var _DisassociateFromAdministratorAccountCommand = class _DisassociateFromAdministratorAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5745
+ var DisassociateFromAdministratorAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5681
5746
  return [
5682
5747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5683
5748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5684
5749
  ];
5685
5750
  }).s("SecurityHubAPIService", "DisassociateFromAdministratorAccount", {}).n("SecurityHubClient", "DisassociateFromAdministratorAccountCommand").f(void 0, void 0).ser(se_DisassociateFromAdministratorAccountCommand).de(de_DisassociateFromAdministratorAccountCommand).build() {
5751
+ static {
5752
+ __name(this, "DisassociateFromAdministratorAccountCommand");
5753
+ }
5686
5754
  };
5687
- __name(_DisassociateFromAdministratorAccountCommand, "DisassociateFromAdministratorAccountCommand");
5688
- var DisassociateFromAdministratorAccountCommand = _DisassociateFromAdministratorAccountCommand;
5689
5755
 
5690
5756
  // src/commands/DisassociateFromMasterAccountCommand.ts
5691
5757
 
5692
5758
 
5693
5759
 
5694
- var _DisassociateFromMasterAccountCommand = class _DisassociateFromMasterAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5760
+ var DisassociateFromMasterAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5695
5761
  return [
5696
5762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5697
5763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5698
5764
  ];
5699
5765
  }).s("SecurityHubAPIService", "DisassociateFromMasterAccount", {}).n("SecurityHubClient", "DisassociateFromMasterAccountCommand").f(void 0, void 0).ser(se_DisassociateFromMasterAccountCommand).de(de_DisassociateFromMasterAccountCommand).build() {
5766
+ static {
5767
+ __name(this, "DisassociateFromMasterAccountCommand");
5768
+ }
5700
5769
  };
5701
- __name(_DisassociateFromMasterAccountCommand, "DisassociateFromMasterAccountCommand");
5702
- var DisassociateFromMasterAccountCommand = _DisassociateFromMasterAccountCommand;
5703
5770
 
5704
5771
  // src/commands/DisassociateMembersCommand.ts
5705
5772
 
5706
5773
 
5707
5774
 
5708
- var _DisassociateMembersCommand = class _DisassociateMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5775
+ var DisassociateMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5709
5776
  return [
5710
5777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5711
5778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5712
5779
  ];
5713
5780
  }).s("SecurityHubAPIService", "DisassociateMembers", {}).n("SecurityHubClient", "DisassociateMembersCommand").f(void 0, void 0).ser(se_DisassociateMembersCommand).de(de_DisassociateMembersCommand).build() {
5781
+ static {
5782
+ __name(this, "DisassociateMembersCommand");
5783
+ }
5714
5784
  };
5715
- __name(_DisassociateMembersCommand, "DisassociateMembersCommand");
5716
- var DisassociateMembersCommand = _DisassociateMembersCommand;
5717
5785
 
5718
5786
  // src/commands/EnableImportFindingsForProductCommand.ts
5719
5787
 
5720
5788
 
5721
5789
 
5722
- var _EnableImportFindingsForProductCommand = class _EnableImportFindingsForProductCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5790
+ var EnableImportFindingsForProductCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5723
5791
  return [
5724
5792
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5725
5793
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5726
5794
  ];
5727
5795
  }).s("SecurityHubAPIService", "EnableImportFindingsForProduct", {}).n("SecurityHubClient", "EnableImportFindingsForProductCommand").f(void 0, void 0).ser(se_EnableImportFindingsForProductCommand).de(de_EnableImportFindingsForProductCommand).build() {
5796
+ static {
5797
+ __name(this, "EnableImportFindingsForProductCommand");
5798
+ }
5728
5799
  };
5729
- __name(_EnableImportFindingsForProductCommand, "EnableImportFindingsForProductCommand");
5730
- var EnableImportFindingsForProductCommand = _EnableImportFindingsForProductCommand;
5731
5800
 
5732
5801
  // src/commands/EnableOrganizationAdminAccountCommand.ts
5733
5802
 
5734
5803
 
5735
5804
 
5736
- var _EnableOrganizationAdminAccountCommand = class _EnableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5805
+ var EnableOrganizationAdminAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5737
5806
  return [
5738
5807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5739
5808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5740
5809
  ];
5741
5810
  }).s("SecurityHubAPIService", "EnableOrganizationAdminAccount", {}).n("SecurityHubClient", "EnableOrganizationAdminAccountCommand").f(void 0, void 0).ser(se_EnableOrganizationAdminAccountCommand).de(de_EnableOrganizationAdminAccountCommand).build() {
5811
+ static {
5812
+ __name(this, "EnableOrganizationAdminAccountCommand");
5813
+ }
5742
5814
  };
5743
- __name(_EnableOrganizationAdminAccountCommand, "EnableOrganizationAdminAccountCommand");
5744
- var EnableOrganizationAdminAccountCommand = _EnableOrganizationAdminAccountCommand;
5745
5815
 
5746
5816
  // src/commands/EnableSecurityHubCommand.ts
5747
5817
 
5748
5818
 
5749
5819
 
5750
- var _EnableSecurityHubCommand = class _EnableSecurityHubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5820
+ var EnableSecurityHubCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5751
5821
  return [
5752
5822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5753
5823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5754
5824
  ];
5755
5825
  }).s("SecurityHubAPIService", "EnableSecurityHub", {}).n("SecurityHubClient", "EnableSecurityHubCommand").f(void 0, void 0).ser(se_EnableSecurityHubCommand).de(de_EnableSecurityHubCommand).build() {
5826
+ static {
5827
+ __name(this, "EnableSecurityHubCommand");
5828
+ }
5756
5829
  };
5757
- __name(_EnableSecurityHubCommand, "EnableSecurityHubCommand");
5758
- var EnableSecurityHubCommand = _EnableSecurityHubCommand;
5759
5830
 
5760
5831
  // src/commands/GetAdministratorAccountCommand.ts
5761
5832
 
5762
5833
 
5763
5834
 
5764
- var _GetAdministratorAccountCommand = class _GetAdministratorAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5835
+ var GetAdministratorAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5765
5836
  return [
5766
5837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5767
5838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5768
5839
  ];
5769
5840
  }).s("SecurityHubAPIService", "GetAdministratorAccount", {}).n("SecurityHubClient", "GetAdministratorAccountCommand").f(void 0, void 0).ser(se_GetAdministratorAccountCommand).de(de_GetAdministratorAccountCommand).build() {
5841
+ static {
5842
+ __name(this, "GetAdministratorAccountCommand");
5843
+ }
5770
5844
  };
5771
- __name(_GetAdministratorAccountCommand, "GetAdministratorAccountCommand");
5772
- var GetAdministratorAccountCommand = _GetAdministratorAccountCommand;
5773
5845
 
5774
5846
  // src/commands/GetConfigurationPolicyAssociationCommand.ts
5775
5847
 
5776
5848
 
5777
5849
 
5778
- var _GetConfigurationPolicyAssociationCommand = class _GetConfigurationPolicyAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5850
+ var GetConfigurationPolicyAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5779
5851
  return [
5780
5852
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5781
5853
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5782
5854
  ];
5783
5855
  }).s("SecurityHubAPIService", "GetConfigurationPolicyAssociation", {}).n("SecurityHubClient", "GetConfigurationPolicyAssociationCommand").f(void 0, void 0).ser(se_GetConfigurationPolicyAssociationCommand).de(de_GetConfigurationPolicyAssociationCommand).build() {
5856
+ static {
5857
+ __name(this, "GetConfigurationPolicyAssociationCommand");
5858
+ }
5784
5859
  };
5785
- __name(_GetConfigurationPolicyAssociationCommand, "GetConfigurationPolicyAssociationCommand");
5786
- var GetConfigurationPolicyAssociationCommand = _GetConfigurationPolicyAssociationCommand;
5787
5860
 
5788
5861
  // src/commands/GetConfigurationPolicyCommand.ts
5789
5862
 
5790
5863
 
5791
5864
 
5792
- var _GetConfigurationPolicyCommand = class _GetConfigurationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5865
+ var GetConfigurationPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5793
5866
  return [
5794
5867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5795
5868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5796
5869
  ];
5797
5870
  }).s("SecurityHubAPIService", "GetConfigurationPolicy", {}).n("SecurityHubClient", "GetConfigurationPolicyCommand").f(void 0, void 0).ser(se_GetConfigurationPolicyCommand).de(de_GetConfigurationPolicyCommand).build() {
5871
+ static {
5872
+ __name(this, "GetConfigurationPolicyCommand");
5873
+ }
5798
5874
  };
5799
- __name(_GetConfigurationPolicyCommand, "GetConfigurationPolicyCommand");
5800
- var GetConfigurationPolicyCommand = _GetConfigurationPolicyCommand;
5801
5875
 
5802
5876
  // src/commands/GetEnabledStandardsCommand.ts
5803
5877
 
5804
5878
 
5805
5879
 
5806
- var _GetEnabledStandardsCommand = class _GetEnabledStandardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5880
+ var GetEnabledStandardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5807
5881
  return [
5808
5882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5809
5883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5810
5884
  ];
5811
5885
  }).s("SecurityHubAPIService", "GetEnabledStandards", {}).n("SecurityHubClient", "GetEnabledStandardsCommand").f(void 0, void 0).ser(se_GetEnabledStandardsCommand).de(de_GetEnabledStandardsCommand).build() {
5886
+ static {
5887
+ __name(this, "GetEnabledStandardsCommand");
5888
+ }
5812
5889
  };
5813
- __name(_GetEnabledStandardsCommand, "GetEnabledStandardsCommand");
5814
- var GetEnabledStandardsCommand = _GetEnabledStandardsCommand;
5815
5890
 
5816
5891
  // src/commands/GetFindingAggregatorCommand.ts
5817
5892
 
5818
5893
 
5819
5894
 
5820
- var _GetFindingAggregatorCommand = class _GetFindingAggregatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5895
+ var GetFindingAggregatorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5821
5896
  return [
5822
5897
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5823
5898
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5824
5899
  ];
5825
5900
  }).s("SecurityHubAPIService", "GetFindingAggregator", {}).n("SecurityHubClient", "GetFindingAggregatorCommand").f(void 0, void 0).ser(se_GetFindingAggregatorCommand).de(de_GetFindingAggregatorCommand).build() {
5901
+ static {
5902
+ __name(this, "GetFindingAggregatorCommand");
5903
+ }
5826
5904
  };
5827
- __name(_GetFindingAggregatorCommand, "GetFindingAggregatorCommand");
5828
- var GetFindingAggregatorCommand = _GetFindingAggregatorCommand;
5829
5905
 
5830
5906
  // src/commands/GetFindingHistoryCommand.ts
5831
5907
 
5832
5908
 
5833
5909
 
5834
- var _GetFindingHistoryCommand = class _GetFindingHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5910
+ var GetFindingHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5835
5911
  return [
5836
5912
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5837
5913
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5838
5914
  ];
5839
5915
  }).s("SecurityHubAPIService", "GetFindingHistory", {}).n("SecurityHubClient", "GetFindingHistoryCommand").f(void 0, void 0).ser(se_GetFindingHistoryCommand).de(de_GetFindingHistoryCommand).build() {
5916
+ static {
5917
+ __name(this, "GetFindingHistoryCommand");
5918
+ }
5840
5919
  };
5841
- __name(_GetFindingHistoryCommand, "GetFindingHistoryCommand");
5842
- var GetFindingHistoryCommand = _GetFindingHistoryCommand;
5843
5920
 
5844
5921
  // src/commands/GetFindingsCommand.ts
5845
5922
 
5846
5923
 
5847
5924
 
5848
- var _GetFindingsCommand = class _GetFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5925
+ var GetFindingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5849
5926
  return [
5850
5927
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5851
5928
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5852
5929
  ];
5853
5930
  }).s("SecurityHubAPIService", "GetFindings", {}).n("SecurityHubClient", "GetFindingsCommand").f(void 0, void 0).ser(se_GetFindingsCommand).de(de_GetFindingsCommand).build() {
5931
+ static {
5932
+ __name(this, "GetFindingsCommand");
5933
+ }
5854
5934
  };
5855
- __name(_GetFindingsCommand, "GetFindingsCommand");
5856
- var GetFindingsCommand = _GetFindingsCommand;
5857
5935
 
5858
5936
  // src/commands/GetInsightResultsCommand.ts
5859
5937
 
5860
5938
 
5861
5939
 
5862
- var _GetInsightResultsCommand = class _GetInsightResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5940
+ var GetInsightResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5863
5941
  return [
5864
5942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5865
5943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5866
5944
  ];
5867
5945
  }).s("SecurityHubAPIService", "GetInsightResults", {}).n("SecurityHubClient", "GetInsightResultsCommand").f(void 0, void 0).ser(se_GetInsightResultsCommand).de(de_GetInsightResultsCommand).build() {
5946
+ static {
5947
+ __name(this, "GetInsightResultsCommand");
5948
+ }
5868
5949
  };
5869
- __name(_GetInsightResultsCommand, "GetInsightResultsCommand");
5870
- var GetInsightResultsCommand = _GetInsightResultsCommand;
5871
5950
 
5872
5951
  // src/commands/GetInsightsCommand.ts
5873
5952
 
5874
5953
 
5875
5954
 
5876
- var _GetInsightsCommand = class _GetInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5955
+ var GetInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5877
5956
  return [
5878
5957
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5879
5958
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5880
5959
  ];
5881
5960
  }).s("SecurityHubAPIService", "GetInsights", {}).n("SecurityHubClient", "GetInsightsCommand").f(void 0, void 0).ser(se_GetInsightsCommand).de(de_GetInsightsCommand).build() {
5961
+ static {
5962
+ __name(this, "GetInsightsCommand");
5963
+ }
5882
5964
  };
5883
- __name(_GetInsightsCommand, "GetInsightsCommand");
5884
- var GetInsightsCommand = _GetInsightsCommand;
5885
5965
 
5886
5966
  // src/commands/GetInvitationsCountCommand.ts
5887
5967
 
5888
5968
 
5889
5969
 
5890
- var _GetInvitationsCountCommand = class _GetInvitationsCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5970
+ var GetInvitationsCountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5891
5971
  return [
5892
5972
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5893
5973
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5894
5974
  ];
5895
5975
  }).s("SecurityHubAPIService", "GetInvitationsCount", {}).n("SecurityHubClient", "GetInvitationsCountCommand").f(void 0, void 0).ser(se_GetInvitationsCountCommand).de(de_GetInvitationsCountCommand).build() {
5976
+ static {
5977
+ __name(this, "GetInvitationsCountCommand");
5978
+ }
5896
5979
  };
5897
- __name(_GetInvitationsCountCommand, "GetInvitationsCountCommand");
5898
- var GetInvitationsCountCommand = _GetInvitationsCountCommand;
5899
5980
 
5900
5981
  // src/commands/GetMasterAccountCommand.ts
5901
5982
 
5902
5983
 
5903
5984
 
5904
- var _GetMasterAccountCommand = class _GetMasterAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5985
+ var GetMasterAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5905
5986
  return [
5906
5987
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5907
5988
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5908
5989
  ];
5909
5990
  }).s("SecurityHubAPIService", "GetMasterAccount", {}).n("SecurityHubClient", "GetMasterAccountCommand").f(void 0, void 0).ser(se_GetMasterAccountCommand).de(de_GetMasterAccountCommand).build() {
5991
+ static {
5992
+ __name(this, "GetMasterAccountCommand");
5993
+ }
5910
5994
  };
5911
- __name(_GetMasterAccountCommand, "GetMasterAccountCommand");
5912
- var GetMasterAccountCommand = _GetMasterAccountCommand;
5913
5995
 
5914
5996
  // src/commands/GetMembersCommand.ts
5915
5997
 
5916
5998
 
5917
5999
 
5918
- var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6000
+ var GetMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5919
6001
  return [
5920
6002
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5921
6003
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5922
6004
  ];
5923
6005
  }).s("SecurityHubAPIService", "GetMembers", {}).n("SecurityHubClient", "GetMembersCommand").f(void 0, void 0).ser(se_GetMembersCommand).de(de_GetMembersCommand).build() {
6006
+ static {
6007
+ __name(this, "GetMembersCommand");
6008
+ }
5924
6009
  };
5925
- __name(_GetMembersCommand, "GetMembersCommand");
5926
- var GetMembersCommand = _GetMembersCommand;
5927
6010
 
5928
6011
  // src/commands/GetSecurityControlDefinitionCommand.ts
5929
6012
 
5930
6013
 
5931
6014
 
5932
- var _GetSecurityControlDefinitionCommand = class _GetSecurityControlDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6015
+ var GetSecurityControlDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5933
6016
  return [
5934
6017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5935
6018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5936
6019
  ];
5937
6020
  }).s("SecurityHubAPIService", "GetSecurityControlDefinition", {}).n("SecurityHubClient", "GetSecurityControlDefinitionCommand").f(void 0, void 0).ser(se_GetSecurityControlDefinitionCommand).de(de_GetSecurityControlDefinitionCommand).build() {
6021
+ static {
6022
+ __name(this, "GetSecurityControlDefinitionCommand");
6023
+ }
5938
6024
  };
5939
- __name(_GetSecurityControlDefinitionCommand, "GetSecurityControlDefinitionCommand");
5940
- var GetSecurityControlDefinitionCommand = _GetSecurityControlDefinitionCommand;
5941
6025
 
5942
6026
  // src/commands/InviteMembersCommand.ts
5943
6027
 
5944
6028
 
5945
6029
 
5946
- var _InviteMembersCommand = class _InviteMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6030
+ var InviteMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5947
6031
  return [
5948
6032
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5949
6033
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5950
6034
  ];
5951
6035
  }).s("SecurityHubAPIService", "InviteMembers", {}).n("SecurityHubClient", "InviteMembersCommand").f(void 0, void 0).ser(se_InviteMembersCommand).de(de_InviteMembersCommand).build() {
6036
+ static {
6037
+ __name(this, "InviteMembersCommand");
6038
+ }
5952
6039
  };
5953
- __name(_InviteMembersCommand, "InviteMembersCommand");
5954
- var InviteMembersCommand = _InviteMembersCommand;
5955
6040
 
5956
6041
  // src/commands/ListAutomationRulesCommand.ts
5957
6042
 
5958
6043
 
5959
6044
 
5960
- var _ListAutomationRulesCommand = class _ListAutomationRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6045
+ var ListAutomationRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5961
6046
  return [
5962
6047
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5963
6048
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5964
6049
  ];
5965
6050
  }).s("SecurityHubAPIService", "ListAutomationRules", {}).n("SecurityHubClient", "ListAutomationRulesCommand").f(void 0, void 0).ser(se_ListAutomationRulesCommand).de(de_ListAutomationRulesCommand).build() {
6051
+ static {
6052
+ __name(this, "ListAutomationRulesCommand");
6053
+ }
5966
6054
  };
5967
- __name(_ListAutomationRulesCommand, "ListAutomationRulesCommand");
5968
- var ListAutomationRulesCommand = _ListAutomationRulesCommand;
5969
6055
 
5970
6056
  // src/commands/ListConfigurationPoliciesCommand.ts
5971
6057
 
5972
6058
 
5973
6059
 
5974
- var _ListConfigurationPoliciesCommand = class _ListConfigurationPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6060
+ var ListConfigurationPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5975
6061
  return [
5976
6062
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5977
6063
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5978
6064
  ];
5979
6065
  }).s("SecurityHubAPIService", "ListConfigurationPolicies", {}).n("SecurityHubClient", "ListConfigurationPoliciesCommand").f(void 0, void 0).ser(se_ListConfigurationPoliciesCommand).de(de_ListConfigurationPoliciesCommand).build() {
6066
+ static {
6067
+ __name(this, "ListConfigurationPoliciesCommand");
6068
+ }
5980
6069
  };
5981
- __name(_ListConfigurationPoliciesCommand, "ListConfigurationPoliciesCommand");
5982
- var ListConfigurationPoliciesCommand = _ListConfigurationPoliciesCommand;
5983
6070
 
5984
6071
  // src/commands/ListConfigurationPolicyAssociationsCommand.ts
5985
6072
 
5986
6073
 
5987
6074
 
5988
- var _ListConfigurationPolicyAssociationsCommand = class _ListConfigurationPolicyAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6075
+ var ListConfigurationPolicyAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5989
6076
  return [
5990
6077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5991
6078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5992
6079
  ];
5993
6080
  }).s("SecurityHubAPIService", "ListConfigurationPolicyAssociations", {}).n("SecurityHubClient", "ListConfigurationPolicyAssociationsCommand").f(void 0, void 0).ser(se_ListConfigurationPolicyAssociationsCommand).de(de_ListConfigurationPolicyAssociationsCommand).build() {
6081
+ static {
6082
+ __name(this, "ListConfigurationPolicyAssociationsCommand");
6083
+ }
5994
6084
  };
5995
- __name(_ListConfigurationPolicyAssociationsCommand, "ListConfigurationPolicyAssociationsCommand");
5996
- var ListConfigurationPolicyAssociationsCommand = _ListConfigurationPolicyAssociationsCommand;
5997
6085
 
5998
6086
  // src/commands/ListEnabledProductsForImportCommand.ts
5999
6087
 
6000
6088
 
6001
6089
 
6002
- var _ListEnabledProductsForImportCommand = class _ListEnabledProductsForImportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6090
+ var ListEnabledProductsForImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6003
6091
  return [
6004
6092
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6005
6093
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6006
6094
  ];
6007
6095
  }).s("SecurityHubAPIService", "ListEnabledProductsForImport", {}).n("SecurityHubClient", "ListEnabledProductsForImportCommand").f(void 0, void 0).ser(se_ListEnabledProductsForImportCommand).de(de_ListEnabledProductsForImportCommand).build() {
6096
+ static {
6097
+ __name(this, "ListEnabledProductsForImportCommand");
6098
+ }
6008
6099
  };
6009
- __name(_ListEnabledProductsForImportCommand, "ListEnabledProductsForImportCommand");
6010
- var ListEnabledProductsForImportCommand = _ListEnabledProductsForImportCommand;
6011
6100
 
6012
6101
  // src/commands/ListFindingAggregatorsCommand.ts
6013
6102
 
6014
6103
 
6015
6104
 
6016
- var _ListFindingAggregatorsCommand = class _ListFindingAggregatorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6105
+ var ListFindingAggregatorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6017
6106
  return [
6018
6107
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6019
6108
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6020
6109
  ];
6021
6110
  }).s("SecurityHubAPIService", "ListFindingAggregators", {}).n("SecurityHubClient", "ListFindingAggregatorsCommand").f(void 0, void 0).ser(se_ListFindingAggregatorsCommand).de(de_ListFindingAggregatorsCommand).build() {
6111
+ static {
6112
+ __name(this, "ListFindingAggregatorsCommand");
6113
+ }
6022
6114
  };
6023
- __name(_ListFindingAggregatorsCommand, "ListFindingAggregatorsCommand");
6024
- var ListFindingAggregatorsCommand = _ListFindingAggregatorsCommand;
6025
6115
 
6026
6116
  // src/commands/ListInvitationsCommand.ts
6027
6117
 
6028
6118
 
6029
6119
 
6030
- var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6120
+ var ListInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6031
6121
  return [
6032
6122
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6033
6123
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6034
6124
  ];
6035
6125
  }).s("SecurityHubAPIService", "ListInvitations", {}).n("SecurityHubClient", "ListInvitationsCommand").f(void 0, void 0).ser(se_ListInvitationsCommand).de(de_ListInvitationsCommand).build() {
6126
+ static {
6127
+ __name(this, "ListInvitationsCommand");
6128
+ }
6036
6129
  };
6037
- __name(_ListInvitationsCommand, "ListInvitationsCommand");
6038
- var ListInvitationsCommand = _ListInvitationsCommand;
6039
6130
 
6040
6131
  // src/commands/ListMembersCommand.ts
6041
6132
 
6042
6133
 
6043
6134
 
6044
- var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6135
+ var ListMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6045
6136
  return [
6046
6137
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6047
6138
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6048
6139
  ];
6049
6140
  }).s("SecurityHubAPIService", "ListMembers", {}).n("SecurityHubClient", "ListMembersCommand").f(void 0, void 0).ser(se_ListMembersCommand).de(de_ListMembersCommand).build() {
6141
+ static {
6142
+ __name(this, "ListMembersCommand");
6143
+ }
6050
6144
  };
6051
- __name(_ListMembersCommand, "ListMembersCommand");
6052
- var ListMembersCommand = _ListMembersCommand;
6053
6145
 
6054
6146
  // src/commands/ListOrganizationAdminAccountsCommand.ts
6055
6147
 
6056
6148
 
6057
6149
 
6058
- var _ListOrganizationAdminAccountsCommand = class _ListOrganizationAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6150
+ var ListOrganizationAdminAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6059
6151
  return [
6060
6152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6061
6153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6062
6154
  ];
6063
6155
  }).s("SecurityHubAPIService", "ListOrganizationAdminAccounts", {}).n("SecurityHubClient", "ListOrganizationAdminAccountsCommand").f(void 0, void 0).ser(se_ListOrganizationAdminAccountsCommand).de(de_ListOrganizationAdminAccountsCommand).build() {
6156
+ static {
6157
+ __name(this, "ListOrganizationAdminAccountsCommand");
6158
+ }
6064
6159
  };
6065
- __name(_ListOrganizationAdminAccountsCommand, "ListOrganizationAdminAccountsCommand");
6066
- var ListOrganizationAdminAccountsCommand = _ListOrganizationAdminAccountsCommand;
6067
6160
 
6068
6161
  // src/commands/ListSecurityControlDefinitionsCommand.ts
6069
6162
 
6070
6163
 
6071
6164
 
6072
- var _ListSecurityControlDefinitionsCommand = class _ListSecurityControlDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6165
+ var ListSecurityControlDefinitionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6073
6166
  return [
6074
6167
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6075
6168
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6076
6169
  ];
6077
6170
  }).s("SecurityHubAPIService", "ListSecurityControlDefinitions", {}).n("SecurityHubClient", "ListSecurityControlDefinitionsCommand").f(void 0, void 0).ser(se_ListSecurityControlDefinitionsCommand).de(de_ListSecurityControlDefinitionsCommand).build() {
6171
+ static {
6172
+ __name(this, "ListSecurityControlDefinitionsCommand");
6173
+ }
6078
6174
  };
6079
- __name(_ListSecurityControlDefinitionsCommand, "ListSecurityControlDefinitionsCommand");
6080
- var ListSecurityControlDefinitionsCommand = _ListSecurityControlDefinitionsCommand;
6081
6175
 
6082
6176
  // src/commands/ListStandardsControlAssociationsCommand.ts
6083
6177
 
6084
6178
 
6085
6179
 
6086
- var _ListStandardsControlAssociationsCommand = class _ListStandardsControlAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6180
+ var ListStandardsControlAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6087
6181
  return [
6088
6182
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6089
6183
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6090
6184
  ];
6091
6185
  }).s("SecurityHubAPIService", "ListStandardsControlAssociations", {}).n("SecurityHubClient", "ListStandardsControlAssociationsCommand").f(void 0, void 0).ser(se_ListStandardsControlAssociationsCommand).de(de_ListStandardsControlAssociationsCommand).build() {
6186
+ static {
6187
+ __name(this, "ListStandardsControlAssociationsCommand");
6188
+ }
6092
6189
  };
6093
- __name(_ListStandardsControlAssociationsCommand, "ListStandardsControlAssociationsCommand");
6094
- var ListStandardsControlAssociationsCommand = _ListStandardsControlAssociationsCommand;
6095
6190
 
6096
6191
  // src/commands/ListTagsForResourceCommand.ts
6097
6192
 
6098
6193
 
6099
6194
 
6100
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6195
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6101
6196
  return [
6102
6197
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6103
6198
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6104
6199
  ];
6105
6200
  }).s("SecurityHubAPIService", "ListTagsForResource", {}).n("SecurityHubClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
6201
+ static {
6202
+ __name(this, "ListTagsForResourceCommand");
6203
+ }
6106
6204
  };
6107
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
6108
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
6109
6205
 
6110
6206
  // src/commands/StartConfigurationPolicyAssociationCommand.ts
6111
6207
 
6112
6208
 
6113
6209
 
6114
- var _StartConfigurationPolicyAssociationCommand = class _StartConfigurationPolicyAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6210
+ var StartConfigurationPolicyAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6115
6211
  return [
6116
6212
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6117
6213
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6118
6214
  ];
6119
6215
  }).s("SecurityHubAPIService", "StartConfigurationPolicyAssociation", {}).n("SecurityHubClient", "StartConfigurationPolicyAssociationCommand").f(void 0, void 0).ser(se_StartConfigurationPolicyAssociationCommand).de(de_StartConfigurationPolicyAssociationCommand).build() {
6216
+ static {
6217
+ __name(this, "StartConfigurationPolicyAssociationCommand");
6218
+ }
6120
6219
  };
6121
- __name(_StartConfigurationPolicyAssociationCommand, "StartConfigurationPolicyAssociationCommand");
6122
- var StartConfigurationPolicyAssociationCommand = _StartConfigurationPolicyAssociationCommand;
6123
6220
 
6124
6221
  // src/commands/StartConfigurationPolicyDisassociationCommand.ts
6125
6222
 
6126
6223
 
6127
6224
 
6128
- var _StartConfigurationPolicyDisassociationCommand = class _StartConfigurationPolicyDisassociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6225
+ var StartConfigurationPolicyDisassociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6129
6226
  return [
6130
6227
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6131
6228
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6132
6229
  ];
6133
6230
  }).s("SecurityHubAPIService", "StartConfigurationPolicyDisassociation", {}).n("SecurityHubClient", "StartConfigurationPolicyDisassociationCommand").f(void 0, void 0).ser(se_StartConfigurationPolicyDisassociationCommand).de(de_StartConfigurationPolicyDisassociationCommand).build() {
6231
+ static {
6232
+ __name(this, "StartConfigurationPolicyDisassociationCommand");
6233
+ }
6134
6234
  };
6135
- __name(_StartConfigurationPolicyDisassociationCommand, "StartConfigurationPolicyDisassociationCommand");
6136
- var StartConfigurationPolicyDisassociationCommand = _StartConfigurationPolicyDisassociationCommand;
6137
6235
 
6138
6236
  // src/commands/TagResourceCommand.ts
6139
6237
 
6140
6238
 
6141
6239
 
6142
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6240
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6143
6241
  return [
6144
6242
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6145
6243
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6146
6244
  ];
6147
6245
  }).s("SecurityHubAPIService", "TagResource", {}).n("SecurityHubClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
6246
+ static {
6247
+ __name(this, "TagResourceCommand");
6248
+ }
6148
6249
  };
6149
- __name(_TagResourceCommand, "TagResourceCommand");
6150
- var TagResourceCommand = _TagResourceCommand;
6151
6250
 
6152
6251
  // src/commands/UntagResourceCommand.ts
6153
6252
 
6154
6253
 
6155
6254
 
6156
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6255
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6157
6256
  return [
6158
6257
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6159
6258
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6160
6259
  ];
6161
6260
  }).s("SecurityHubAPIService", "UntagResource", {}).n("SecurityHubClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
6261
+ static {
6262
+ __name(this, "UntagResourceCommand");
6263
+ }
6162
6264
  };
6163
- __name(_UntagResourceCommand, "UntagResourceCommand");
6164
- var UntagResourceCommand = _UntagResourceCommand;
6165
6265
 
6166
6266
  // src/commands/UpdateActionTargetCommand.ts
6167
6267
 
6168
6268
 
6169
6269
 
6170
- var _UpdateActionTargetCommand = class _UpdateActionTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6270
+ var UpdateActionTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6171
6271
  return [
6172
6272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6173
6273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6174
6274
  ];
6175
6275
  }).s("SecurityHubAPIService", "UpdateActionTarget", {}).n("SecurityHubClient", "UpdateActionTargetCommand").f(void 0, void 0).ser(se_UpdateActionTargetCommand).de(de_UpdateActionTargetCommand).build() {
6276
+ static {
6277
+ __name(this, "UpdateActionTargetCommand");
6278
+ }
6176
6279
  };
6177
- __name(_UpdateActionTargetCommand, "UpdateActionTargetCommand");
6178
- var UpdateActionTargetCommand = _UpdateActionTargetCommand;
6179
6280
 
6180
6281
  // src/commands/UpdateConfigurationPolicyCommand.ts
6181
6282
 
6182
6283
 
6183
6284
 
6184
- var _UpdateConfigurationPolicyCommand = class _UpdateConfigurationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6285
+ var UpdateConfigurationPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6185
6286
  return [
6186
6287
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6187
6288
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6188
6289
  ];
6189
6290
  }).s("SecurityHubAPIService", "UpdateConfigurationPolicy", {}).n("SecurityHubClient", "UpdateConfigurationPolicyCommand").f(void 0, void 0).ser(se_UpdateConfigurationPolicyCommand).de(de_UpdateConfigurationPolicyCommand).build() {
6291
+ static {
6292
+ __name(this, "UpdateConfigurationPolicyCommand");
6293
+ }
6190
6294
  };
6191
- __name(_UpdateConfigurationPolicyCommand, "UpdateConfigurationPolicyCommand");
6192
- var UpdateConfigurationPolicyCommand = _UpdateConfigurationPolicyCommand;
6193
6295
 
6194
6296
  // src/commands/UpdateFindingAggregatorCommand.ts
6195
6297
 
6196
6298
 
6197
6299
 
6198
- var _UpdateFindingAggregatorCommand = class _UpdateFindingAggregatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6300
+ var UpdateFindingAggregatorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6199
6301
  return [
6200
6302
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6201
6303
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6202
6304
  ];
6203
6305
  }).s("SecurityHubAPIService", "UpdateFindingAggregator", {}).n("SecurityHubClient", "UpdateFindingAggregatorCommand").f(void 0, void 0).ser(se_UpdateFindingAggregatorCommand).de(de_UpdateFindingAggregatorCommand).build() {
6306
+ static {
6307
+ __name(this, "UpdateFindingAggregatorCommand");
6308
+ }
6204
6309
  };
6205
- __name(_UpdateFindingAggregatorCommand, "UpdateFindingAggregatorCommand");
6206
- var UpdateFindingAggregatorCommand = _UpdateFindingAggregatorCommand;
6207
6310
 
6208
6311
  // src/commands/UpdateFindingsCommand.ts
6209
6312
 
6210
6313
 
6211
6314
 
6212
- var _UpdateFindingsCommand = class _UpdateFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6315
+ var UpdateFindingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6213
6316
  return [
6214
6317
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6215
6318
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6216
6319
  ];
6217
6320
  }).s("SecurityHubAPIService", "UpdateFindings", {}).n("SecurityHubClient", "UpdateFindingsCommand").f(void 0, void 0).ser(se_UpdateFindingsCommand).de(de_UpdateFindingsCommand).build() {
6321
+ static {
6322
+ __name(this, "UpdateFindingsCommand");
6323
+ }
6218
6324
  };
6219
- __name(_UpdateFindingsCommand, "UpdateFindingsCommand");
6220
- var UpdateFindingsCommand = _UpdateFindingsCommand;
6221
6325
 
6222
6326
  // src/commands/UpdateInsightCommand.ts
6223
6327
 
6224
6328
 
6225
6329
 
6226
- var _UpdateInsightCommand = class _UpdateInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6330
+ var UpdateInsightCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6227
6331
  return [
6228
6332
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6229
6333
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6230
6334
  ];
6231
6335
  }).s("SecurityHubAPIService", "UpdateInsight", {}).n("SecurityHubClient", "UpdateInsightCommand").f(void 0, void 0).ser(se_UpdateInsightCommand).de(de_UpdateInsightCommand).build() {
6336
+ static {
6337
+ __name(this, "UpdateInsightCommand");
6338
+ }
6232
6339
  };
6233
- __name(_UpdateInsightCommand, "UpdateInsightCommand");
6234
- var UpdateInsightCommand = _UpdateInsightCommand;
6235
6340
 
6236
6341
  // src/commands/UpdateOrganizationConfigurationCommand.ts
6237
6342
 
6238
6343
 
6239
6344
 
6240
- var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6345
+ var UpdateOrganizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6241
6346
  return [
6242
6347
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6243
6348
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6244
6349
  ];
6245
6350
  }).s("SecurityHubAPIService", "UpdateOrganizationConfiguration", {}).n("SecurityHubClient", "UpdateOrganizationConfigurationCommand").f(void 0, void 0).ser(se_UpdateOrganizationConfigurationCommand).de(de_UpdateOrganizationConfigurationCommand).build() {
6351
+ static {
6352
+ __name(this, "UpdateOrganizationConfigurationCommand");
6353
+ }
6246
6354
  };
6247
- __name(_UpdateOrganizationConfigurationCommand, "UpdateOrganizationConfigurationCommand");
6248
- var UpdateOrganizationConfigurationCommand = _UpdateOrganizationConfigurationCommand;
6249
6355
 
6250
6356
  // src/commands/UpdateSecurityControlCommand.ts
6251
6357
 
6252
6358
 
6253
6359
 
6254
- var _UpdateSecurityControlCommand = class _UpdateSecurityControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6360
+ var UpdateSecurityControlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6255
6361
  return [
6256
6362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6257
6363
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6258
6364
  ];
6259
6365
  }).s("SecurityHubAPIService", "UpdateSecurityControl", {}).n("SecurityHubClient", "UpdateSecurityControlCommand").f(void 0, void 0).ser(se_UpdateSecurityControlCommand).de(de_UpdateSecurityControlCommand).build() {
6366
+ static {
6367
+ __name(this, "UpdateSecurityControlCommand");
6368
+ }
6260
6369
  };
6261
- __name(_UpdateSecurityControlCommand, "UpdateSecurityControlCommand");
6262
- var UpdateSecurityControlCommand = _UpdateSecurityControlCommand;
6263
6370
 
6264
6371
  // src/commands/UpdateSecurityHubConfigurationCommand.ts
6265
6372
 
6266
6373
 
6267
6374
 
6268
- var _UpdateSecurityHubConfigurationCommand = class _UpdateSecurityHubConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6375
+ var UpdateSecurityHubConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6269
6376
  return [
6270
6377
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6271
6378
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6272
6379
  ];
6273
6380
  }).s("SecurityHubAPIService", "UpdateSecurityHubConfiguration", {}).n("SecurityHubClient", "UpdateSecurityHubConfigurationCommand").f(void 0, void 0).ser(se_UpdateSecurityHubConfigurationCommand).de(de_UpdateSecurityHubConfigurationCommand).build() {
6381
+ static {
6382
+ __name(this, "UpdateSecurityHubConfigurationCommand");
6383
+ }
6274
6384
  };
6275
- __name(_UpdateSecurityHubConfigurationCommand, "UpdateSecurityHubConfigurationCommand");
6276
- var UpdateSecurityHubConfigurationCommand = _UpdateSecurityHubConfigurationCommand;
6277
6385
 
6278
6386
  // src/commands/UpdateStandardsControlCommand.ts
6279
6387
 
6280
6388
 
6281
6389
 
6282
- var _UpdateStandardsControlCommand = class _UpdateStandardsControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6390
+ var UpdateStandardsControlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6283
6391
  return [
6284
6392
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6285
6393
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6286
6394
  ];
6287
6395
  }).s("SecurityHubAPIService", "UpdateStandardsControl", {}).n("SecurityHubClient", "UpdateStandardsControlCommand").f(void 0, void 0).ser(se_UpdateStandardsControlCommand).de(de_UpdateStandardsControlCommand).build() {
6396
+ static {
6397
+ __name(this, "UpdateStandardsControlCommand");
6398
+ }
6288
6399
  };
6289
- __name(_UpdateStandardsControlCommand, "UpdateStandardsControlCommand");
6290
- var UpdateStandardsControlCommand = _UpdateStandardsControlCommand;
6291
6400
 
6292
6401
  // src/SecurityHub.ts
6293
6402
  var commands = {
@@ -6371,10 +6480,11 @@ var commands = {
6371
6480
  UpdateSecurityHubConfigurationCommand,
6372
6481
  UpdateStandardsControlCommand
6373
6482
  };
6374
- var _SecurityHub = class _SecurityHub extends SecurityHubClient {
6483
+ var SecurityHub = class extends SecurityHubClient {
6484
+ static {
6485
+ __name(this, "SecurityHub");
6486
+ }
6375
6487
  };
6376
- __name(_SecurityHub, "SecurityHub");
6377
- var SecurityHub = _SecurityHub;
6378
6488
  (0, import_smithy_client.createAggregatedClient)(commands, SecurityHub);
6379
6489
 
6380
6490
  // src/pagination/DescribeActionTargetsPaginator.ts