@aws-sdk/client-cognito-identity-provider 3.511.0 → 3.513.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +156 -0
  3. package/dist-cjs/index.js +142 -237
  4. package/dist-cjs/runtimeConfig.shared.js +16 -0
  5. package/dist-es/CognitoIdentityProviderClient.js +17 -3
  6. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  7. package/dist-es/auth/httpAuthSchemeProvider.js +150 -0
  8. package/dist-es/commands/AddCustomAttributesCommand.js +0 -2
  9. package/dist-es/commands/AdminAddUserToGroupCommand.js +0 -2
  10. package/dist-es/commands/AdminConfirmSignUpCommand.js +0 -2
  11. package/dist-es/commands/AdminCreateUserCommand.js +0 -2
  12. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +0 -2
  13. package/dist-es/commands/AdminDeleteUserCommand.js +0 -2
  14. package/dist-es/commands/AdminDisableProviderForUserCommand.js +0 -2
  15. package/dist-es/commands/AdminDisableUserCommand.js +0 -2
  16. package/dist-es/commands/AdminEnableUserCommand.js +0 -2
  17. package/dist-es/commands/AdminForgetDeviceCommand.js +0 -2
  18. package/dist-es/commands/AdminGetDeviceCommand.js +0 -2
  19. package/dist-es/commands/AdminGetUserCommand.js +0 -2
  20. package/dist-es/commands/AdminInitiateAuthCommand.js +0 -2
  21. package/dist-es/commands/AdminLinkProviderForUserCommand.js +0 -2
  22. package/dist-es/commands/AdminListDevicesCommand.js +0 -2
  23. package/dist-es/commands/AdminListGroupsForUserCommand.js +0 -2
  24. package/dist-es/commands/AdminListUserAuthEventsCommand.js +0 -2
  25. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +0 -2
  26. package/dist-es/commands/AdminResetUserPasswordCommand.js +0 -2
  27. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +0 -2
  28. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +0 -2
  29. package/dist-es/commands/AdminSetUserPasswordCommand.js +0 -2
  30. package/dist-es/commands/AdminSetUserSettingsCommand.js +0 -2
  31. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -2
  32. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +0 -2
  33. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +0 -2
  34. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +0 -2
  35. package/dist-es/commands/CreateGroupCommand.js +0 -2
  36. package/dist-es/commands/CreateIdentityProviderCommand.js +0 -2
  37. package/dist-es/commands/CreateResourceServerCommand.js +0 -2
  38. package/dist-es/commands/CreateUserImportJobCommand.js +0 -2
  39. package/dist-es/commands/CreateUserPoolClientCommand.js +0 -2
  40. package/dist-es/commands/CreateUserPoolCommand.js +0 -2
  41. package/dist-es/commands/CreateUserPoolDomainCommand.js +0 -2
  42. package/dist-es/commands/DeleteGroupCommand.js +0 -2
  43. package/dist-es/commands/DeleteIdentityProviderCommand.js +0 -2
  44. package/dist-es/commands/DeleteResourceServerCommand.js +0 -2
  45. package/dist-es/commands/DeleteUserPoolClientCommand.js +0 -2
  46. package/dist-es/commands/DeleteUserPoolCommand.js +0 -2
  47. package/dist-es/commands/DeleteUserPoolDomainCommand.js +0 -2
  48. package/dist-es/commands/DescribeIdentityProviderCommand.js +0 -2
  49. package/dist-es/commands/DescribeResourceServerCommand.js +0 -2
  50. package/dist-es/commands/DescribeRiskConfigurationCommand.js +0 -2
  51. package/dist-es/commands/DescribeUserImportJobCommand.js +0 -2
  52. package/dist-es/commands/DescribeUserPoolClientCommand.js +0 -2
  53. package/dist-es/commands/DescribeUserPoolCommand.js +0 -2
  54. package/dist-es/commands/DescribeUserPoolDomainCommand.js +0 -2
  55. package/dist-es/commands/GetCSVHeaderCommand.js +0 -2
  56. package/dist-es/commands/GetGroupCommand.js +0 -2
  57. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +0 -2
  58. package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +0 -2
  59. package/dist-es/commands/GetSigningCertificateCommand.js +0 -2
  60. package/dist-es/commands/GetUICustomizationCommand.js +0 -2
  61. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +0 -2
  62. package/dist-es/commands/ListGroupsCommand.js +0 -2
  63. package/dist-es/commands/ListIdentityProvidersCommand.js +0 -2
  64. package/dist-es/commands/ListResourceServersCommand.js +0 -2
  65. package/dist-es/commands/ListTagsForResourceCommand.js +0 -2
  66. package/dist-es/commands/ListUserImportJobsCommand.js +0 -2
  67. package/dist-es/commands/ListUserPoolClientsCommand.js +0 -2
  68. package/dist-es/commands/ListUserPoolsCommand.js +0 -2
  69. package/dist-es/commands/ListUsersCommand.js +0 -2
  70. package/dist-es/commands/ListUsersInGroupCommand.js +0 -2
  71. package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +0 -2
  72. package/dist-es/commands/SetRiskConfigurationCommand.js +0 -2
  73. package/dist-es/commands/SetUICustomizationCommand.js +0 -2
  74. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +0 -2
  75. package/dist-es/commands/StartUserImportJobCommand.js +0 -2
  76. package/dist-es/commands/StopUserImportJobCommand.js +0 -2
  77. package/dist-es/commands/TagResourceCommand.js +0 -2
  78. package/dist-es/commands/UntagResourceCommand.js +0 -2
  79. package/dist-es/commands/UpdateGroupCommand.js +0 -2
  80. package/dist-es/commands/UpdateIdentityProviderCommand.js +0 -2
  81. package/dist-es/commands/UpdateResourceServerCommand.js +0 -2
  82. package/dist-es/commands/UpdateUserPoolClientCommand.js +0 -2
  83. package/dist-es/commands/UpdateUserPoolCommand.js +0 -2
  84. package/dist-es/commands/UpdateUserPoolDomainCommand.js +0 -2
  85. package/dist-es/runtimeConfig.shared.js +16 -0
  86. package/dist-es/runtimeExtensions.js +3 -0
  87. package/dist-types/CognitoIdentityProviderClient.d.ts +13 -11
  88. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  89. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  90. package/dist-types/extensionConfiguration.d.ts +2 -1
  91. package/dist-types/runtimeConfig.browser.d.ts +13 -3
  92. package/dist-types/runtimeConfig.d.ts +12 -2
  93. package/dist-types/runtimeConfig.native.d.ts +14 -4
  94. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  95. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +11 -9
  96. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  97. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  98. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -5
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +29 -4
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -8
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  103. package/package.json +7 -7
package/dist-cjs/index.js CHANGED
@@ -314,13 +314,14 @@ module.exports = __toCommonJS(src_exports);
314
314
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
315
315
  var import_middleware_logger = require("@aws-sdk/middleware-logger");
316
316
  var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
317
- var import_middleware_signing = require("@aws-sdk/middleware-signing");
318
317
  var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
319
318
  var import_config_resolver = require("@smithy/config-resolver");
319
+ var import_core = require("@smithy/core");
320
320
  var import_middleware_content_length = require("@smithy/middleware-content-length");
321
321
  var import_middleware_endpoint = require("@smithy/middleware-endpoint");
322
322
  var import_middleware_retry = require("@smithy/middleware-retry");
323
323
 
324
+ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
324
325
 
325
326
  // src/endpoint/EndpointParameters.ts
326
327
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
@@ -345,19 +346,62 @@ var import_runtimeConfig = require("././runtimeConfig");
345
346
  var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
346
347
  var import_protocol_http = require("@smithy/protocol-http");
347
348
  var import_smithy_client = require("@smithy/smithy-client");
349
+
350
+ // src/auth/httpAuthExtensionConfiguration.ts
351
+ var getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
352
+ const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
353
+ let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
354
+ let _credentials = runtimeConfig.credentials;
355
+ return {
356
+ setHttpAuthScheme(httpAuthScheme) {
357
+ const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
358
+ if (index === -1) {
359
+ _httpAuthSchemes.push(httpAuthScheme);
360
+ } else {
361
+ _httpAuthSchemes.splice(index, 1, httpAuthScheme);
362
+ }
363
+ },
364
+ httpAuthSchemes() {
365
+ return _httpAuthSchemes;
366
+ },
367
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
368
+ _httpAuthSchemeProvider = httpAuthSchemeProvider;
369
+ },
370
+ httpAuthSchemeProvider() {
371
+ return _httpAuthSchemeProvider;
372
+ },
373
+ setCredentials(credentials) {
374
+ _credentials = credentials;
375
+ },
376
+ credentials() {
377
+ return _credentials;
378
+ }
379
+ };
380
+ }, "getHttpAuthExtensionConfiguration");
381
+ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
382
+ return {
383
+ httpAuthSchemes: config.httpAuthSchemes(),
384
+ httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
385
+ credentials: config.credentials()
386
+ };
387
+ }, "resolveHttpAuthRuntimeConfig");
388
+
389
+ // src/runtimeExtensions.ts
348
390
  var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
349
391
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
350
392
  const extensionConfiguration = {
351
393
  ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
352
394
  ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
353
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
395
+ ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
396
+ ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
354
397
  };
355
398
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
356
399
  return {
357
400
  ...runtimeConfig,
358
401
  ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
359
402
  ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
360
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
403
+ ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
404
+ ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
361
405
  };
362
406
  }, "resolveRuntimeExtensions");
363
407
 
@@ -370,8 +414,8 @@ var _CognitoIdentityProviderClient = class _CognitoIdentityProviderClient extend
370
414
  const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
371
415
  const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
372
416
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
373
- const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
374
- const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
417
+ const _config_6 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_5);
418
+ const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
375
419
  const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
376
420
  super(_config_8);
377
421
  this.config = _config_8;
@@ -381,6 +425,13 @@ var _CognitoIdentityProviderClient = class _CognitoIdentityProviderClient extend
381
425
  this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
382
426
  this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
383
427
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
428
+ this.middlewareStack.use(
429
+ (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
430
+ httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
431
+ identityProviderConfigProvider: this.getIdentityProviderConfigProvider()
432
+ })
433
+ );
434
+ this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
384
435
  }
385
436
  /**
386
437
  * Destroy underlying resources, like sockets. It's usually not necessary to do this.
@@ -390,6 +441,14 @@ var _CognitoIdentityProviderClient = class _CognitoIdentityProviderClient extend
390
441
  destroy() {
391
442
  super.destroy();
392
443
  }
444
+ getDefaultHttpAuthSchemeParametersProvider() {
445
+ return import_httpAuthSchemeProvider.defaultCognitoIdentityProviderHttpAuthSchemeParametersProvider;
446
+ }
447
+ getIdentityProviderConfigProvider() {
448
+ return async (config) => new import_core.DefaultIdentityProviderConfig({
449
+ "aws.auth#sigv4": config.credentials
450
+ });
451
+ }
393
452
  };
394
453
  __name(_CognitoIdentityProviderClient, "CognitoIdentityProviderClient");
395
454
  var CognitoIdentityProviderClient = _CognitoIdentityProviderClient;
@@ -399,7 +458,6 @@ var CognitoIdentityProviderClient = _CognitoIdentityProviderClient;
399
458
 
400
459
  // src/commands/AddCustomAttributesCommand.ts
401
460
 
402
-
403
461
  var import_middleware_serde = require("@smithy/middleware-serde");
404
462
 
405
463
  var import_types = require("@smithy/types");
@@ -4704,8 +4762,7 @@ var _AddCustomAttributesCommand = class _AddCustomAttributesCommand extends impo
4704
4762
  }).m(function(Command, cs, config, o) {
4705
4763
  return [
4706
4764
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4707
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4708
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4765
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4709
4766
  ];
4710
4767
  }).s("AWSCognitoIdentityProviderService", "AddCustomAttributes", {}).n("CognitoIdentityProviderClient", "AddCustomAttributesCommand").f(void 0, void 0).ser(se_AddCustomAttributesCommand).de(de_AddCustomAttributesCommand).build() {
4711
4768
  };
@@ -4717,14 +4774,12 @@ var AddCustomAttributesCommand = _AddCustomAttributesCommand;
4717
4774
 
4718
4775
 
4719
4776
 
4720
-
4721
4777
  var _AdminAddUserToGroupCommand = class _AdminAddUserToGroupCommand extends import_smithy_client.Command.classBuilder().ep({
4722
4778
  ...commonParams
4723
4779
  }).m(function(Command, cs, config, o) {
4724
4780
  return [
4725
4781
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4726
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4727
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4782
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4728
4783
  ];
4729
4784
  }).s("AWSCognitoIdentityProviderService", "AdminAddUserToGroup", {}).n("CognitoIdentityProviderClient", "AdminAddUserToGroupCommand").f(AdminAddUserToGroupRequestFilterSensitiveLog, void 0).ser(se_AdminAddUserToGroupCommand).de(de_AdminAddUserToGroupCommand).build() {
4730
4785
  };
@@ -4736,14 +4791,12 @@ var AdminAddUserToGroupCommand = _AdminAddUserToGroupCommand;
4736
4791
 
4737
4792
 
4738
4793
 
4739
-
4740
4794
  var _AdminConfirmSignUpCommand = class _AdminConfirmSignUpCommand extends import_smithy_client.Command.classBuilder().ep({
4741
4795
  ...commonParams
4742
4796
  }).m(function(Command, cs, config, o) {
4743
4797
  return [
4744
4798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4745
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4746
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4799
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4747
4800
  ];
4748
4801
  }).s("AWSCognitoIdentityProviderService", "AdminConfirmSignUp", {}).n("CognitoIdentityProviderClient", "AdminConfirmSignUpCommand").f(AdminConfirmSignUpRequestFilterSensitiveLog, void 0).ser(se_AdminConfirmSignUpCommand).de(de_AdminConfirmSignUpCommand).build() {
4749
4802
  };
@@ -4755,14 +4808,12 @@ var AdminConfirmSignUpCommand = _AdminConfirmSignUpCommand;
4755
4808
 
4756
4809
 
4757
4810
 
4758
-
4759
4811
  var _AdminCreateUserCommand = class _AdminCreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
4760
4812
  ...commonParams
4761
4813
  }).m(function(Command, cs, config, o) {
4762
4814
  return [
4763
4815
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4764
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4765
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4816
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4766
4817
  ];
4767
4818
  }).s("AWSCognitoIdentityProviderService", "AdminCreateUser", {}).n("CognitoIdentityProviderClient", "AdminCreateUserCommand").f(AdminCreateUserRequestFilterSensitiveLog, AdminCreateUserResponseFilterSensitiveLog).ser(se_AdminCreateUserCommand).de(de_AdminCreateUserCommand).build() {
4768
4819
  };
@@ -4774,14 +4825,12 @@ var AdminCreateUserCommand = _AdminCreateUserCommand;
4774
4825
 
4775
4826
 
4776
4827
 
4777
-
4778
4828
  var _AdminDeleteUserAttributesCommand = class _AdminDeleteUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
4779
4829
  ...commonParams
4780
4830
  }).m(function(Command, cs, config, o) {
4781
4831
  return [
4782
4832
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4783
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4784
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4833
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4785
4834
  ];
4786
4835
  }).s("AWSCognitoIdentityProviderService", "AdminDeleteUserAttributes", {}).n("CognitoIdentityProviderClient", "AdminDeleteUserAttributesCommand").f(AdminDeleteUserAttributesRequestFilterSensitiveLog, void 0).ser(se_AdminDeleteUserAttributesCommand).de(de_AdminDeleteUserAttributesCommand).build() {
4787
4836
  };
@@ -4793,14 +4842,12 @@ var AdminDeleteUserAttributesCommand = _AdminDeleteUserAttributesCommand;
4793
4842
 
4794
4843
 
4795
4844
 
4796
-
4797
4845
  var _AdminDeleteUserCommand = class _AdminDeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
4798
4846
  ...commonParams
4799
4847
  }).m(function(Command, cs, config, o) {
4800
4848
  return [
4801
4849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4802
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4803
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4850
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4804
4851
  ];
4805
4852
  }).s("AWSCognitoIdentityProviderService", "AdminDeleteUser", {}).n("CognitoIdentityProviderClient", "AdminDeleteUserCommand").f(AdminDeleteUserRequestFilterSensitiveLog, void 0).ser(se_AdminDeleteUserCommand).de(de_AdminDeleteUserCommand).build() {
4806
4853
  };
@@ -4812,14 +4859,12 @@ var AdminDeleteUserCommand = _AdminDeleteUserCommand;
4812
4859
 
4813
4860
 
4814
4861
 
4815
-
4816
4862
  var _AdminDisableProviderForUserCommand = class _AdminDisableProviderForUserCommand extends import_smithy_client.Command.classBuilder().ep({
4817
4863
  ...commonParams
4818
4864
  }).m(function(Command, cs, config, o) {
4819
4865
  return [
4820
4866
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4821
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4822
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4867
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4823
4868
  ];
4824
4869
  }).s("AWSCognitoIdentityProviderService", "AdminDisableProviderForUser", {}).n("CognitoIdentityProviderClient", "AdminDisableProviderForUserCommand").f(void 0, void 0).ser(se_AdminDisableProviderForUserCommand).de(de_AdminDisableProviderForUserCommand).build() {
4825
4870
  };
@@ -4831,14 +4876,12 @@ var AdminDisableProviderForUserCommand = _AdminDisableProviderForUserCommand;
4831
4876
 
4832
4877
 
4833
4878
 
4834
-
4835
4879
  var _AdminDisableUserCommand = class _AdminDisableUserCommand extends import_smithy_client.Command.classBuilder().ep({
4836
4880
  ...commonParams
4837
4881
  }).m(function(Command, cs, config, o) {
4838
4882
  return [
4839
4883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4840
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4841
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4884
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4842
4885
  ];
4843
4886
  }).s("AWSCognitoIdentityProviderService", "AdminDisableUser", {}).n("CognitoIdentityProviderClient", "AdminDisableUserCommand").f(AdminDisableUserRequestFilterSensitiveLog, void 0).ser(se_AdminDisableUserCommand).de(de_AdminDisableUserCommand).build() {
4844
4887
  };
@@ -4850,14 +4893,12 @@ var AdminDisableUserCommand = _AdminDisableUserCommand;
4850
4893
 
4851
4894
 
4852
4895
 
4853
-
4854
4896
  var _AdminEnableUserCommand = class _AdminEnableUserCommand extends import_smithy_client.Command.classBuilder().ep({
4855
4897
  ...commonParams
4856
4898
  }).m(function(Command, cs, config, o) {
4857
4899
  return [
4858
4900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4859
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4860
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4901
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4861
4902
  ];
4862
4903
  }).s("AWSCognitoIdentityProviderService", "AdminEnableUser", {}).n("CognitoIdentityProviderClient", "AdminEnableUserCommand").f(AdminEnableUserRequestFilterSensitiveLog, void 0).ser(se_AdminEnableUserCommand).de(de_AdminEnableUserCommand).build() {
4863
4904
  };
@@ -4869,14 +4910,12 @@ var AdminEnableUserCommand = _AdminEnableUserCommand;
4869
4910
 
4870
4911
 
4871
4912
 
4872
-
4873
4913
  var _AdminForgetDeviceCommand = class _AdminForgetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
4874
4914
  ...commonParams
4875
4915
  }).m(function(Command, cs, config, o) {
4876
4916
  return [
4877
4917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4878
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4879
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4918
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4880
4919
  ];
4881
4920
  }).s("AWSCognitoIdentityProviderService", "AdminForgetDevice", {}).n("CognitoIdentityProviderClient", "AdminForgetDeviceCommand").f(AdminForgetDeviceRequestFilterSensitiveLog, void 0).ser(se_AdminForgetDeviceCommand).de(de_AdminForgetDeviceCommand).build() {
4882
4921
  };
@@ -4888,14 +4927,12 @@ var AdminForgetDeviceCommand = _AdminForgetDeviceCommand;
4888
4927
 
4889
4928
 
4890
4929
 
4891
-
4892
4930
  var _AdminGetDeviceCommand = class _AdminGetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
4893
4931
  ...commonParams
4894
4932
  }).m(function(Command, cs, config, o) {
4895
4933
  return [
4896
4934
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4897
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4898
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4935
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4899
4936
  ];
4900
4937
  }).s("AWSCognitoIdentityProviderService", "AdminGetDevice", {}).n("CognitoIdentityProviderClient", "AdminGetDeviceCommand").f(AdminGetDeviceRequestFilterSensitiveLog, AdminGetDeviceResponseFilterSensitiveLog).ser(se_AdminGetDeviceCommand).de(de_AdminGetDeviceCommand).build() {
4901
4938
  };
@@ -4907,14 +4944,12 @@ var AdminGetDeviceCommand = _AdminGetDeviceCommand;
4907
4944
 
4908
4945
 
4909
4946
 
4910
-
4911
4947
  var _AdminGetUserCommand = class _AdminGetUserCommand extends import_smithy_client.Command.classBuilder().ep({
4912
4948
  ...commonParams
4913
4949
  }).m(function(Command, cs, config, o) {
4914
4950
  return [
4915
4951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4916
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4917
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4952
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4918
4953
  ];
4919
4954
  }).s("AWSCognitoIdentityProviderService", "AdminGetUser", {}).n("CognitoIdentityProviderClient", "AdminGetUserCommand").f(AdminGetUserRequestFilterSensitiveLog, AdminGetUserResponseFilterSensitiveLog).ser(se_AdminGetUserCommand).de(de_AdminGetUserCommand).build() {
4920
4955
  };
@@ -4926,14 +4961,12 @@ var AdminGetUserCommand = _AdminGetUserCommand;
4926
4961
 
4927
4962
 
4928
4963
 
4929
-
4930
4964
  var _AdminInitiateAuthCommand = class _AdminInitiateAuthCommand extends import_smithy_client.Command.classBuilder().ep({
4931
4965
  ...commonParams
4932
4966
  }).m(function(Command, cs, config, o) {
4933
4967
  return [
4934
4968
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4935
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4936
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4969
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4937
4970
  ];
4938
4971
  }).s("AWSCognitoIdentityProviderService", "AdminInitiateAuth", {}).n("CognitoIdentityProviderClient", "AdminInitiateAuthCommand").f(AdminInitiateAuthRequestFilterSensitiveLog, AdminInitiateAuthResponseFilterSensitiveLog).ser(se_AdminInitiateAuthCommand).de(de_AdminInitiateAuthCommand).build() {
4939
4972
  };
@@ -4945,14 +4978,12 @@ var AdminInitiateAuthCommand = _AdminInitiateAuthCommand;
4945
4978
 
4946
4979
 
4947
4980
 
4948
-
4949
4981
  var _AdminLinkProviderForUserCommand = class _AdminLinkProviderForUserCommand extends import_smithy_client.Command.classBuilder().ep({
4950
4982
  ...commonParams
4951
4983
  }).m(function(Command, cs, config, o) {
4952
4984
  return [
4953
4985
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4954
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4955
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
4986
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4956
4987
  ];
4957
4988
  }).s("AWSCognitoIdentityProviderService", "AdminLinkProviderForUser", {}).n("CognitoIdentityProviderClient", "AdminLinkProviderForUserCommand").f(void 0, void 0).ser(se_AdminLinkProviderForUserCommand).de(de_AdminLinkProviderForUserCommand).build() {
4958
4989
  };
@@ -4964,14 +4995,12 @@ var AdminLinkProviderForUserCommand = _AdminLinkProviderForUserCommand;
4964
4995
 
4965
4996
 
4966
4997
 
4967
-
4968
4998
  var _AdminListDevicesCommand = class _AdminListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
4969
4999
  ...commonParams
4970
5000
  }).m(function(Command, cs, config, o) {
4971
5001
  return [
4972
5002
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4973
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4974
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5003
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4975
5004
  ];
4976
5005
  }).s("AWSCognitoIdentityProviderService", "AdminListDevices", {}).n("CognitoIdentityProviderClient", "AdminListDevicesCommand").f(AdminListDevicesRequestFilterSensitiveLog, AdminListDevicesResponseFilterSensitiveLog).ser(se_AdminListDevicesCommand).de(de_AdminListDevicesCommand).build() {
4977
5006
  };
@@ -4983,14 +5012,12 @@ var AdminListDevicesCommand = _AdminListDevicesCommand;
4983
5012
 
4984
5013
 
4985
5014
 
4986
-
4987
5015
  var _AdminListGroupsForUserCommand = class _AdminListGroupsForUserCommand extends import_smithy_client.Command.classBuilder().ep({
4988
5016
  ...commonParams
4989
5017
  }).m(function(Command, cs, config, o) {
4990
5018
  return [
4991
5019
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4992
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
4993
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5020
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4994
5021
  ];
4995
5022
  }).s("AWSCognitoIdentityProviderService", "AdminListGroupsForUser", {}).n("CognitoIdentityProviderClient", "AdminListGroupsForUserCommand").f(AdminListGroupsForUserRequestFilterSensitiveLog, void 0).ser(se_AdminListGroupsForUserCommand).de(de_AdminListGroupsForUserCommand).build() {
4996
5023
  };
@@ -5002,14 +5029,12 @@ var AdminListGroupsForUserCommand = _AdminListGroupsForUserCommand;
5002
5029
 
5003
5030
 
5004
5031
 
5005
-
5006
5032
  var _AdminListUserAuthEventsCommand = class _AdminListUserAuthEventsCommand extends import_smithy_client.Command.classBuilder().ep({
5007
5033
  ...commonParams
5008
5034
  }).m(function(Command, cs, config, o) {
5009
5035
  return [
5010
5036
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5011
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5012
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5037
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5013
5038
  ];
5014
5039
  }).s("AWSCognitoIdentityProviderService", "AdminListUserAuthEvents", {}).n("CognitoIdentityProviderClient", "AdminListUserAuthEventsCommand").f(AdminListUserAuthEventsRequestFilterSensitiveLog, void 0).ser(se_AdminListUserAuthEventsCommand).de(de_AdminListUserAuthEventsCommand).build() {
5015
5040
  };
@@ -5021,14 +5046,12 @@ var AdminListUserAuthEventsCommand = _AdminListUserAuthEventsCommand;
5021
5046
 
5022
5047
 
5023
5048
 
5024
-
5025
5049
  var _AdminRemoveUserFromGroupCommand = class _AdminRemoveUserFromGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5026
5050
  ...commonParams
5027
5051
  }).m(function(Command, cs, config, o) {
5028
5052
  return [
5029
5053
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5030
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5031
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5054
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5032
5055
  ];
5033
5056
  }).s("AWSCognitoIdentityProviderService", "AdminRemoveUserFromGroup", {}).n("CognitoIdentityProviderClient", "AdminRemoveUserFromGroupCommand").f(AdminRemoveUserFromGroupRequestFilterSensitiveLog, void 0).ser(se_AdminRemoveUserFromGroupCommand).de(de_AdminRemoveUserFromGroupCommand).build() {
5034
5057
  };
@@ -5040,14 +5063,12 @@ var AdminRemoveUserFromGroupCommand = _AdminRemoveUserFromGroupCommand;
5040
5063
 
5041
5064
 
5042
5065
 
5043
-
5044
5066
  var _AdminResetUserPasswordCommand = class _AdminResetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
5045
5067
  ...commonParams
5046
5068
  }).m(function(Command, cs, config, o) {
5047
5069
  return [
5048
5070
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5049
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5050
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5071
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5051
5072
  ];
5052
5073
  }).s("AWSCognitoIdentityProviderService", "AdminResetUserPassword", {}).n("CognitoIdentityProviderClient", "AdminResetUserPasswordCommand").f(AdminResetUserPasswordRequestFilterSensitiveLog, void 0).ser(se_AdminResetUserPasswordCommand).de(de_AdminResetUserPasswordCommand).build() {
5053
5074
  };
@@ -5059,14 +5080,12 @@ var AdminResetUserPasswordCommand = _AdminResetUserPasswordCommand;
5059
5080
 
5060
5081
 
5061
5082
 
5062
-
5063
5083
  var _AdminRespondToAuthChallengeCommand = class _AdminRespondToAuthChallengeCommand extends import_smithy_client.Command.classBuilder().ep({
5064
5084
  ...commonParams
5065
5085
  }).m(function(Command, cs, config, o) {
5066
5086
  return [
5067
5087
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5068
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5069
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5088
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5070
5089
  ];
5071
5090
  }).s("AWSCognitoIdentityProviderService", "AdminRespondToAuthChallenge", {}).n("CognitoIdentityProviderClient", "AdminRespondToAuthChallengeCommand").f(AdminRespondToAuthChallengeRequestFilterSensitiveLog, AdminRespondToAuthChallengeResponseFilterSensitiveLog).ser(se_AdminRespondToAuthChallengeCommand).de(de_AdminRespondToAuthChallengeCommand).build() {
5072
5091
  };
@@ -5078,14 +5097,12 @@ var AdminRespondToAuthChallengeCommand = _AdminRespondToAuthChallengeCommand;
5078
5097
 
5079
5098
 
5080
5099
 
5081
-
5082
5100
  var _AdminSetUserMFAPreferenceCommand = class _AdminSetUserMFAPreferenceCommand extends import_smithy_client.Command.classBuilder().ep({
5083
5101
  ...commonParams
5084
5102
  }).m(function(Command, cs, config, o) {
5085
5103
  return [
5086
5104
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5087
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5088
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5105
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5089
5106
  ];
5090
5107
  }).s("AWSCognitoIdentityProviderService", "AdminSetUserMFAPreference", {}).n("CognitoIdentityProviderClient", "AdminSetUserMFAPreferenceCommand").f(AdminSetUserMFAPreferenceRequestFilterSensitiveLog, void 0).ser(se_AdminSetUserMFAPreferenceCommand).de(de_AdminSetUserMFAPreferenceCommand).build() {
5091
5108
  };
@@ -5097,14 +5114,12 @@ var AdminSetUserMFAPreferenceCommand = _AdminSetUserMFAPreferenceCommand;
5097
5114
 
5098
5115
 
5099
5116
 
5100
-
5101
5117
  var _AdminSetUserPasswordCommand = class _AdminSetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
5102
5118
  ...commonParams
5103
5119
  }).m(function(Command, cs, config, o) {
5104
5120
  return [
5105
5121
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5106
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5107
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5122
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5108
5123
  ];
5109
5124
  }).s("AWSCognitoIdentityProviderService", "AdminSetUserPassword", {}).n("CognitoIdentityProviderClient", "AdminSetUserPasswordCommand").f(AdminSetUserPasswordRequestFilterSensitiveLog, void 0).ser(se_AdminSetUserPasswordCommand).de(de_AdminSetUserPasswordCommand).build() {
5110
5125
  };
@@ -5116,14 +5131,12 @@ var AdminSetUserPasswordCommand = _AdminSetUserPasswordCommand;
5116
5131
 
5117
5132
 
5118
5133
 
5119
-
5120
5134
  var _AdminSetUserSettingsCommand = class _AdminSetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
5121
5135
  ...commonParams
5122
5136
  }).m(function(Command, cs, config, o) {
5123
5137
  return [
5124
5138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5125
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5126
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5139
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5127
5140
  ];
5128
5141
  }).s("AWSCognitoIdentityProviderService", "AdminSetUserSettings", {}).n("CognitoIdentityProviderClient", "AdminSetUserSettingsCommand").f(AdminSetUserSettingsRequestFilterSensitiveLog, void 0).ser(se_AdminSetUserSettingsCommand).de(de_AdminSetUserSettingsCommand).build() {
5129
5142
  };
@@ -5135,14 +5148,12 @@ var AdminSetUserSettingsCommand = _AdminSetUserSettingsCommand;
5135
5148
 
5136
5149
 
5137
5150
 
5138
-
5139
5151
  var _AdminUpdateAuthEventFeedbackCommand = class _AdminUpdateAuthEventFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
5140
5152
  ...commonParams
5141
5153
  }).m(function(Command, cs, config, o) {
5142
5154
  return [
5143
5155
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5144
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5145
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5156
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5146
5157
  ];
5147
5158
  }).s("AWSCognitoIdentityProviderService", "AdminUpdateAuthEventFeedback", {}).n("CognitoIdentityProviderClient", "AdminUpdateAuthEventFeedbackCommand").f(AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog, void 0).ser(se_AdminUpdateAuthEventFeedbackCommand).de(de_AdminUpdateAuthEventFeedbackCommand).build() {
5148
5159
  };
@@ -5154,14 +5165,12 @@ var AdminUpdateAuthEventFeedbackCommand = _AdminUpdateAuthEventFeedbackCommand;
5154
5165
 
5155
5166
 
5156
5167
 
5157
-
5158
5168
  var _AdminUpdateDeviceStatusCommand = class _AdminUpdateDeviceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
5159
5169
  ...commonParams
5160
5170
  }).m(function(Command, cs, config, o) {
5161
5171
  return [
5162
5172
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5163
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5164
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5173
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5165
5174
  ];
5166
5175
  }).s("AWSCognitoIdentityProviderService", "AdminUpdateDeviceStatus", {}).n("CognitoIdentityProviderClient", "AdminUpdateDeviceStatusCommand").f(AdminUpdateDeviceStatusRequestFilterSensitiveLog, void 0).ser(se_AdminUpdateDeviceStatusCommand).de(de_AdminUpdateDeviceStatusCommand).build() {
5167
5176
  };
@@ -5173,14 +5182,12 @@ var AdminUpdateDeviceStatusCommand = _AdminUpdateDeviceStatusCommand;
5173
5182
 
5174
5183
 
5175
5184
 
5176
-
5177
5185
  var _AdminUpdateUserAttributesCommand = class _AdminUpdateUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
5178
5186
  ...commonParams
5179
5187
  }).m(function(Command, cs, config, o) {
5180
5188
  return [
5181
5189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5182
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5183
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5190
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5184
5191
  ];
5185
5192
  }).s("AWSCognitoIdentityProviderService", "AdminUpdateUserAttributes", {}).n("CognitoIdentityProviderClient", "AdminUpdateUserAttributesCommand").f(AdminUpdateUserAttributesRequestFilterSensitiveLog, void 0).ser(se_AdminUpdateUserAttributesCommand).de(de_AdminUpdateUserAttributesCommand).build() {
5186
5193
  };
@@ -5192,14 +5199,12 @@ var AdminUpdateUserAttributesCommand = _AdminUpdateUserAttributesCommand;
5192
5199
 
5193
5200
 
5194
5201
 
5195
-
5196
5202
  var _AdminUserGlobalSignOutCommand = class _AdminUserGlobalSignOutCommand extends import_smithy_client.Command.classBuilder().ep({
5197
5203
  ...commonParams
5198
5204
  }).m(function(Command, cs, config, o) {
5199
5205
  return [
5200
5206
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5201
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5202
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5207
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5203
5208
  ];
5204
5209
  }).s("AWSCognitoIdentityProviderService", "AdminUserGlobalSignOut", {}).n("CognitoIdentityProviderClient", "AdminUserGlobalSignOutCommand").f(AdminUserGlobalSignOutRequestFilterSensitiveLog, void 0).ser(se_AdminUserGlobalSignOutCommand).de(de_AdminUserGlobalSignOutCommand).build() {
5205
5210
  };
@@ -5296,14 +5301,12 @@ var ConfirmSignUpCommand = _ConfirmSignUpCommand;
5296
5301
 
5297
5302
 
5298
5303
 
5299
-
5300
5304
  var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5301
5305
  ...commonParams
5302
5306
  }).m(function(Command, cs, config, o) {
5303
5307
  return [
5304
5308
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5305
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5306
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5309
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5307
5310
  ];
5308
5311
  }).s("AWSCognitoIdentityProviderService", "CreateGroup", {}).n("CognitoIdentityProviderClient", "CreateGroupCommand").f(void 0, void 0).ser(se_CreateGroupCommand).de(de_CreateGroupCommand).build() {
5309
5312
  };
@@ -5315,14 +5318,12 @@ var CreateGroupCommand = _CreateGroupCommand;
5315
5318
 
5316
5319
 
5317
5320
 
5318
-
5319
5321
  var _CreateIdentityProviderCommand = class _CreateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
5320
5322
  ...commonParams
5321
5323
  }).m(function(Command, cs, config, o) {
5322
5324
  return [
5323
5325
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5324
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5325
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5326
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5326
5327
  ];
5327
5328
  }).s("AWSCognitoIdentityProviderService", "CreateIdentityProvider", {}).n("CognitoIdentityProviderClient", "CreateIdentityProviderCommand").f(void 0, void 0).ser(se_CreateIdentityProviderCommand).de(de_CreateIdentityProviderCommand).build() {
5328
5329
  };
@@ -5334,14 +5335,12 @@ var CreateIdentityProviderCommand = _CreateIdentityProviderCommand;
5334
5335
 
5335
5336
 
5336
5337
 
5337
-
5338
5338
  var _CreateResourceServerCommand = class _CreateResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
5339
5339
  ...commonParams
5340
5340
  }).m(function(Command, cs, config, o) {
5341
5341
  return [
5342
5342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5343
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5344
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5343
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5345
5344
  ];
5346
5345
  }).s("AWSCognitoIdentityProviderService", "CreateResourceServer", {}).n("CognitoIdentityProviderClient", "CreateResourceServerCommand").f(void 0, void 0).ser(se_CreateResourceServerCommand).de(de_CreateResourceServerCommand).build() {
5347
5346
  };
@@ -5353,14 +5352,12 @@ var CreateResourceServerCommand = _CreateResourceServerCommand;
5353
5352
 
5354
5353
 
5355
5354
 
5356
-
5357
5355
  var _CreateUserImportJobCommand = class _CreateUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
5358
5356
  ...commonParams
5359
5357
  }).m(function(Command, cs, config, o) {
5360
5358
  return [
5361
5359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5362
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5363
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5360
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5364
5361
  ];
5365
5362
  }).s("AWSCognitoIdentityProviderService", "CreateUserImportJob", {}).n("CognitoIdentityProviderClient", "CreateUserImportJobCommand").f(void 0, void 0).ser(se_CreateUserImportJobCommand).de(de_CreateUserImportJobCommand).build() {
5366
5363
  };
@@ -5372,14 +5369,12 @@ var CreateUserImportJobCommand = _CreateUserImportJobCommand;
5372
5369
 
5373
5370
 
5374
5371
 
5375
-
5376
5372
  var _CreateUserPoolClientCommand = class _CreateUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
5377
5373
  ...commonParams
5378
5374
  }).m(function(Command, cs, config, o) {
5379
5375
  return [
5380
5376
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5381
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5382
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5377
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5383
5378
  ];
5384
5379
  }).s("AWSCognitoIdentityProviderService", "CreateUserPoolClient", {}).n("CognitoIdentityProviderClient", "CreateUserPoolClientCommand").f(void 0, CreateUserPoolClientResponseFilterSensitiveLog).ser(se_CreateUserPoolClientCommand).de(de_CreateUserPoolClientCommand).build() {
5385
5380
  };
@@ -5391,14 +5386,12 @@ var CreateUserPoolClientCommand = _CreateUserPoolClientCommand;
5391
5386
 
5392
5387
 
5393
5388
 
5394
-
5395
5389
  var _CreateUserPoolCommand = class _CreateUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
5396
5390
  ...commonParams
5397
5391
  }).m(function(Command, cs, config, o) {
5398
5392
  return [
5399
5393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5400
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5401
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5394
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5402
5395
  ];
5403
5396
  }).s("AWSCognitoIdentityProviderService", "CreateUserPool", {}).n("CognitoIdentityProviderClient", "CreateUserPoolCommand").f(void 0, void 0).ser(se_CreateUserPoolCommand).de(de_CreateUserPoolCommand).build() {
5404
5397
  };
@@ -5410,14 +5403,12 @@ var CreateUserPoolCommand = _CreateUserPoolCommand;
5410
5403
 
5411
5404
 
5412
5405
 
5413
-
5414
5406
  var _CreateUserPoolDomainCommand = class _CreateUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
5415
5407
  ...commonParams
5416
5408
  }).m(function(Command, cs, config, o) {
5417
5409
  return [
5418
5410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5419
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5420
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5411
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5421
5412
  ];
5422
5413
  }).s("AWSCognitoIdentityProviderService", "CreateUserPoolDomain", {}).n("CognitoIdentityProviderClient", "CreateUserPoolDomainCommand").f(void 0, void 0).ser(se_CreateUserPoolDomainCommand).de(de_CreateUserPoolDomainCommand).build() {
5423
5414
  };
@@ -5429,14 +5420,12 @@ var CreateUserPoolDomainCommand = _CreateUserPoolDomainCommand;
5429
5420
 
5430
5421
 
5431
5422
 
5432
-
5433
5423
  var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5434
5424
  ...commonParams
5435
5425
  }).m(function(Command, cs, config, o) {
5436
5426
  return [
5437
5427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5438
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5439
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5428
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5440
5429
  ];
5441
5430
  }).s("AWSCognitoIdentityProviderService", "DeleteGroup", {}).n("CognitoIdentityProviderClient", "DeleteGroupCommand").f(void 0, void 0).ser(se_DeleteGroupCommand).de(de_DeleteGroupCommand).build() {
5442
5431
  };
@@ -5448,14 +5437,12 @@ var DeleteGroupCommand = _DeleteGroupCommand;
5448
5437
 
5449
5438
 
5450
5439
 
5451
-
5452
5440
  var _DeleteIdentityProviderCommand = class _DeleteIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
5453
5441
  ...commonParams
5454
5442
  }).m(function(Command, cs, config, o) {
5455
5443
  return [
5456
5444
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5457
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5458
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5445
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5459
5446
  ];
5460
5447
  }).s("AWSCognitoIdentityProviderService", "DeleteIdentityProvider", {}).n("CognitoIdentityProviderClient", "DeleteIdentityProviderCommand").f(void 0, void 0).ser(se_DeleteIdentityProviderCommand).de(de_DeleteIdentityProviderCommand).build() {
5461
5448
  };
@@ -5467,14 +5454,12 @@ var DeleteIdentityProviderCommand = _DeleteIdentityProviderCommand;
5467
5454
 
5468
5455
 
5469
5456
 
5470
-
5471
5457
  var _DeleteResourceServerCommand = class _DeleteResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
5472
5458
  ...commonParams
5473
5459
  }).m(function(Command, cs, config, o) {
5474
5460
  return [
5475
5461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5476
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5477
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5462
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5478
5463
  ];
5479
5464
  }).s("AWSCognitoIdentityProviderService", "DeleteResourceServer", {}).n("CognitoIdentityProviderClient", "DeleteResourceServerCommand").f(void 0, void 0).ser(se_DeleteResourceServerCommand).de(de_DeleteResourceServerCommand).build() {
5480
5465
  };
@@ -5520,14 +5505,12 @@ var DeleteUserCommand = _DeleteUserCommand;
5520
5505
 
5521
5506
 
5522
5507
 
5523
-
5524
5508
  var _DeleteUserPoolClientCommand = class _DeleteUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
5525
5509
  ...commonParams
5526
5510
  }).m(function(Command, cs, config, o) {
5527
5511
  return [
5528
5512
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5529
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5530
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5513
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5531
5514
  ];
5532
5515
  }).s("AWSCognitoIdentityProviderService", "DeleteUserPoolClient", {}).n("CognitoIdentityProviderClient", "DeleteUserPoolClientCommand").f(DeleteUserPoolClientRequestFilterSensitiveLog, void 0).ser(se_DeleteUserPoolClientCommand).de(de_DeleteUserPoolClientCommand).build() {
5533
5516
  };
@@ -5539,14 +5522,12 @@ var DeleteUserPoolClientCommand = _DeleteUserPoolClientCommand;
5539
5522
 
5540
5523
 
5541
5524
 
5542
-
5543
5525
  var _DeleteUserPoolCommand = class _DeleteUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
5544
5526
  ...commonParams
5545
5527
  }).m(function(Command, cs, config, o) {
5546
5528
  return [
5547
5529
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5548
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5549
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5530
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5550
5531
  ];
5551
5532
  }).s("AWSCognitoIdentityProviderService", "DeleteUserPool", {}).n("CognitoIdentityProviderClient", "DeleteUserPoolCommand").f(void 0, void 0).ser(se_DeleteUserPoolCommand).de(de_DeleteUserPoolCommand).build() {
5552
5533
  };
@@ -5558,14 +5539,12 @@ var DeleteUserPoolCommand = _DeleteUserPoolCommand;
5558
5539
 
5559
5540
 
5560
5541
 
5561
-
5562
5542
  var _DeleteUserPoolDomainCommand = class _DeleteUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
5563
5543
  ...commonParams
5564
5544
  }).m(function(Command, cs, config, o) {
5565
5545
  return [
5566
5546
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5567
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5568
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5547
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5569
5548
  ];
5570
5549
  }).s("AWSCognitoIdentityProviderService", "DeleteUserPoolDomain", {}).n("CognitoIdentityProviderClient", "DeleteUserPoolDomainCommand").f(void 0, void 0).ser(se_DeleteUserPoolDomainCommand).de(de_DeleteUserPoolDomainCommand).build() {
5571
5550
  };
@@ -5577,14 +5556,12 @@ var DeleteUserPoolDomainCommand = _DeleteUserPoolDomainCommand;
5577
5556
 
5578
5557
 
5579
5558
 
5580
-
5581
5559
  var _DescribeIdentityProviderCommand = class _DescribeIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
5582
5560
  ...commonParams
5583
5561
  }).m(function(Command, cs, config, o) {
5584
5562
  return [
5585
5563
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5586
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5587
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5564
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5588
5565
  ];
5589
5566
  }).s("AWSCognitoIdentityProviderService", "DescribeIdentityProvider", {}).n("CognitoIdentityProviderClient", "DescribeIdentityProviderCommand").f(void 0, void 0).ser(se_DescribeIdentityProviderCommand).de(de_DescribeIdentityProviderCommand).build() {
5590
5567
  };
@@ -5596,14 +5573,12 @@ var DescribeIdentityProviderCommand = _DescribeIdentityProviderCommand;
5596
5573
 
5597
5574
 
5598
5575
 
5599
-
5600
5576
  var _DescribeResourceServerCommand = class _DescribeResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
5601
5577
  ...commonParams
5602
5578
  }).m(function(Command, cs, config, o) {
5603
5579
  return [
5604
5580
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5605
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5606
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5581
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5607
5582
  ];
5608
5583
  }).s("AWSCognitoIdentityProviderService", "DescribeResourceServer", {}).n("CognitoIdentityProviderClient", "DescribeResourceServerCommand").f(void 0, void 0).ser(se_DescribeResourceServerCommand).de(de_DescribeResourceServerCommand).build() {
5609
5584
  };
@@ -5615,14 +5590,12 @@ var DescribeResourceServerCommand = _DescribeResourceServerCommand;
5615
5590
 
5616
5591
 
5617
5592
 
5618
-
5619
5593
  var _DescribeRiskConfigurationCommand = class _DescribeRiskConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5620
5594
  ...commonParams
5621
5595
  }).m(function(Command, cs, config, o) {
5622
5596
  return [
5623
5597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5624
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5625
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5598
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5626
5599
  ];
5627
5600
  }).s("AWSCognitoIdentityProviderService", "DescribeRiskConfiguration", {}).n("CognitoIdentityProviderClient", "DescribeRiskConfigurationCommand").f(DescribeRiskConfigurationRequestFilterSensitiveLog, DescribeRiskConfigurationResponseFilterSensitiveLog).ser(se_DescribeRiskConfigurationCommand).de(de_DescribeRiskConfigurationCommand).build() {
5628
5601
  };
@@ -5634,14 +5607,12 @@ var DescribeRiskConfigurationCommand = _DescribeRiskConfigurationCommand;
5634
5607
 
5635
5608
 
5636
5609
 
5637
-
5638
5610
  var _DescribeUserImportJobCommand = class _DescribeUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
5639
5611
  ...commonParams
5640
5612
  }).m(function(Command, cs, config, o) {
5641
5613
  return [
5642
5614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5643
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5644
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5615
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5645
5616
  ];
5646
5617
  }).s("AWSCognitoIdentityProviderService", "DescribeUserImportJob", {}).n("CognitoIdentityProviderClient", "DescribeUserImportJobCommand").f(void 0, void 0).ser(se_DescribeUserImportJobCommand).de(de_DescribeUserImportJobCommand).build() {
5647
5618
  };
@@ -5653,14 +5624,12 @@ var DescribeUserImportJobCommand = _DescribeUserImportJobCommand;
5653
5624
 
5654
5625
 
5655
5626
 
5656
-
5657
5627
  var _DescribeUserPoolClientCommand = class _DescribeUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
5658
5628
  ...commonParams
5659
5629
  }).m(function(Command, cs, config, o) {
5660
5630
  return [
5661
5631
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5662
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5663
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5632
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5664
5633
  ];
5665
5634
  }).s("AWSCognitoIdentityProviderService", "DescribeUserPoolClient", {}).n("CognitoIdentityProviderClient", "DescribeUserPoolClientCommand").f(DescribeUserPoolClientRequestFilterSensitiveLog, DescribeUserPoolClientResponseFilterSensitiveLog).ser(se_DescribeUserPoolClientCommand).de(de_DescribeUserPoolClientCommand).build() {
5666
5635
  };
@@ -5672,14 +5641,12 @@ var DescribeUserPoolClientCommand = _DescribeUserPoolClientCommand;
5672
5641
 
5673
5642
 
5674
5643
 
5675
-
5676
5644
  var _DescribeUserPoolCommand = class _DescribeUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
5677
5645
  ...commonParams
5678
5646
  }).m(function(Command, cs, config, o) {
5679
5647
  return [
5680
5648
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5681
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5682
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5649
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5683
5650
  ];
5684
5651
  }).s("AWSCognitoIdentityProviderService", "DescribeUserPool", {}).n("CognitoIdentityProviderClient", "DescribeUserPoolCommand").f(void 0, void 0).ser(se_DescribeUserPoolCommand).de(de_DescribeUserPoolCommand).build() {
5685
5652
  };
@@ -5691,14 +5658,12 @@ var DescribeUserPoolCommand = _DescribeUserPoolCommand;
5691
5658
 
5692
5659
 
5693
5660
 
5694
-
5695
5661
  var _DescribeUserPoolDomainCommand = class _DescribeUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
5696
5662
  ...commonParams
5697
5663
  }).m(function(Command, cs, config, o) {
5698
5664
  return [
5699
5665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5700
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5701
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5666
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5702
5667
  ];
5703
5668
  }).s("AWSCognitoIdentityProviderService", "DescribeUserPoolDomain", {}).n("CognitoIdentityProviderClient", "DescribeUserPoolDomainCommand").f(void 0, void 0).ser(se_DescribeUserPoolDomainCommand).de(de_DescribeUserPoolDomainCommand).build() {
5704
5669
  };
@@ -5744,14 +5709,12 @@ var ForgotPasswordCommand = _ForgotPasswordCommand;
5744
5709
 
5745
5710
 
5746
5711
 
5747
-
5748
5712
  var _GetCSVHeaderCommand = class _GetCSVHeaderCommand extends import_smithy_client.Command.classBuilder().ep({
5749
5713
  ...commonParams
5750
5714
  }).m(function(Command, cs, config, o) {
5751
5715
  return [
5752
5716
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5753
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5754
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5717
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5755
5718
  ];
5756
5719
  }).s("AWSCognitoIdentityProviderService", "GetCSVHeader", {}).n("CognitoIdentityProviderClient", "GetCSVHeaderCommand").f(void 0, void 0).ser(se_GetCSVHeaderCommand).de(de_GetCSVHeaderCommand).build() {
5757
5720
  };
@@ -5780,14 +5743,12 @@ var GetDeviceCommand = _GetDeviceCommand;
5780
5743
 
5781
5744
 
5782
5745
 
5783
-
5784
5746
  var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5785
5747
  ...commonParams
5786
5748
  }).m(function(Command, cs, config, o) {
5787
5749
  return [
5788
5750
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5789
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5790
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5751
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5791
5752
  ];
5792
5753
  }).s("AWSCognitoIdentityProviderService", "GetGroup", {}).n("CognitoIdentityProviderClient", "GetGroupCommand").f(void 0, void 0).ser(se_GetGroupCommand).de(de_GetGroupCommand).build() {
5793
5754
  };
@@ -5799,14 +5760,12 @@ var GetGroupCommand = _GetGroupCommand;
5799
5760
 
5800
5761
 
5801
5762
 
5802
-
5803
5763
  var _GetIdentityProviderByIdentifierCommand = class _GetIdentityProviderByIdentifierCommand extends import_smithy_client.Command.classBuilder().ep({
5804
5764
  ...commonParams
5805
5765
  }).m(function(Command, cs, config, o) {
5806
5766
  return [
5807
5767
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5808
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5809
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5768
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5810
5769
  ];
5811
5770
  }).s("AWSCognitoIdentityProviderService", "GetIdentityProviderByIdentifier", {}).n("CognitoIdentityProviderClient", "GetIdentityProviderByIdentifierCommand").f(void 0, void 0).ser(se_GetIdentityProviderByIdentifierCommand).de(de_GetIdentityProviderByIdentifierCommand).build() {
5812
5771
  };
@@ -5818,14 +5777,12 @@ var GetIdentityProviderByIdentifierCommand = _GetIdentityProviderByIdentifierCom
5818
5777
 
5819
5778
 
5820
5779
 
5821
-
5822
5780
  var _GetLogDeliveryConfigurationCommand = class _GetLogDeliveryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5823
5781
  ...commonParams
5824
5782
  }).m(function(Command, cs, config, o) {
5825
5783
  return [
5826
5784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5827
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5828
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5785
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5829
5786
  ];
5830
5787
  }).s("AWSCognitoIdentityProviderService", "GetLogDeliveryConfiguration", {}).n("CognitoIdentityProviderClient", "GetLogDeliveryConfigurationCommand").f(void 0, void 0).ser(se_GetLogDeliveryConfigurationCommand).de(de_GetLogDeliveryConfigurationCommand).build() {
5831
5788
  };
@@ -5837,14 +5794,12 @@ var GetLogDeliveryConfigurationCommand = _GetLogDeliveryConfigurationCommand;
5837
5794
 
5838
5795
 
5839
5796
 
5840
-
5841
5797
  var _GetSigningCertificateCommand = class _GetSigningCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5842
5798
  ...commonParams
5843
5799
  }).m(function(Command, cs, config, o) {
5844
5800
  return [
5845
5801
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5846
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5847
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5802
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5848
5803
  ];
5849
5804
  }).s("AWSCognitoIdentityProviderService", "GetSigningCertificate", {}).n("CognitoIdentityProviderClient", "GetSigningCertificateCommand").f(void 0, void 0).ser(se_GetSigningCertificateCommand).de(de_GetSigningCertificateCommand).build() {
5850
5805
  };
@@ -5856,14 +5811,12 @@ var GetSigningCertificateCommand = _GetSigningCertificateCommand;
5856
5811
 
5857
5812
 
5858
5813
 
5859
-
5860
5814
  var _GetUICustomizationCommand = class _GetUICustomizationCommand extends import_smithy_client.Command.classBuilder().ep({
5861
5815
  ...commonParams
5862
5816
  }).m(function(Command, cs, config, o) {
5863
5817
  return [
5864
5818
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5865
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5866
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5819
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5867
5820
  ];
5868
5821
  }).s("AWSCognitoIdentityProviderService", "GetUICustomization", {}).n("CognitoIdentityProviderClient", "GetUICustomizationCommand").f(GetUICustomizationRequestFilterSensitiveLog, GetUICustomizationResponseFilterSensitiveLog).ser(se_GetUICustomizationCommand).de(de_GetUICustomizationCommand).build() {
5869
5822
  };
@@ -5909,14 +5862,12 @@ var GetUserCommand = _GetUserCommand;
5909
5862
 
5910
5863
 
5911
5864
 
5912
-
5913
5865
  var _GetUserPoolMfaConfigCommand = class _GetUserPoolMfaConfigCommand extends import_smithy_client.Command.classBuilder().ep({
5914
5866
  ...commonParams
5915
5867
  }).m(function(Command, cs, config, o) {
5916
5868
  return [
5917
5869
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5918
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5919
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5870
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5920
5871
  ];
5921
5872
  }).s("AWSCognitoIdentityProviderService", "GetUserPoolMfaConfig", {}).n("CognitoIdentityProviderClient", "GetUserPoolMfaConfigCommand").f(void 0, void 0).ser(se_GetUserPoolMfaConfigCommand).de(de_GetUserPoolMfaConfigCommand).build() {
5922
5873
  };
@@ -5979,14 +5930,12 @@ var ListDevicesCommand = _ListDevicesCommand;
5979
5930
 
5980
5931
 
5981
5932
 
5982
-
5983
5933
  var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
5984
5934
  ...commonParams
5985
5935
  }).m(function(Command, cs, config, o) {
5986
5936
  return [
5987
5937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5988
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
5989
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5938
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5990
5939
  ];
5991
5940
  }).s("AWSCognitoIdentityProviderService", "ListGroups", {}).n("CognitoIdentityProviderClient", "ListGroupsCommand").f(void 0, void 0).ser(se_ListGroupsCommand).de(de_ListGroupsCommand).build() {
5992
5941
  };
@@ -5998,14 +5947,12 @@ var ListGroupsCommand = _ListGroupsCommand;
5998
5947
 
5999
5948
 
6000
5949
 
6001
-
6002
5950
  var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
6003
5951
  ...commonParams
6004
5952
  }).m(function(Command, cs, config, o) {
6005
5953
  return [
6006
5954
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6007
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6008
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5955
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6009
5956
  ];
6010
5957
  }).s("AWSCognitoIdentityProviderService", "ListIdentityProviders", {}).n("CognitoIdentityProviderClient", "ListIdentityProvidersCommand").f(void 0, void 0).ser(se_ListIdentityProvidersCommand).de(de_ListIdentityProvidersCommand).build() {
6011
5958
  };
@@ -6017,14 +5964,12 @@ var ListIdentityProvidersCommand = _ListIdentityProvidersCommand;
6017
5964
 
6018
5965
 
6019
5966
 
6020
-
6021
5967
  var _ListResourceServersCommand = class _ListResourceServersCommand extends import_smithy_client.Command.classBuilder().ep({
6022
5968
  ...commonParams
6023
5969
  }).m(function(Command, cs, config, o) {
6024
5970
  return [
6025
5971
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6026
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6027
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5972
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6028
5973
  ];
6029
5974
  }).s("AWSCognitoIdentityProviderService", "ListResourceServers", {}).n("CognitoIdentityProviderClient", "ListResourceServersCommand").f(void 0, void 0).ser(se_ListResourceServersCommand).de(de_ListResourceServersCommand).build() {
6030
5975
  };
@@ -6036,14 +5981,12 @@ var ListResourceServersCommand = _ListResourceServersCommand;
6036
5981
 
6037
5982
 
6038
5983
 
6039
-
6040
5984
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6041
5985
  ...commonParams
6042
5986
  }).m(function(Command, cs, config, o) {
6043
5987
  return [
6044
5988
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6045
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6046
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
5989
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6047
5990
  ];
6048
5991
  }).s("AWSCognitoIdentityProviderService", "ListTagsForResource", {}).n("CognitoIdentityProviderClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
6049
5992
  };
@@ -6055,14 +5998,12 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
6055
5998
 
6056
5999
 
6057
6000
 
6058
-
6059
6001
  var _ListUserImportJobsCommand = class _ListUserImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
6060
6002
  ...commonParams
6061
6003
  }).m(function(Command, cs, config, o) {
6062
6004
  return [
6063
6005
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6064
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6065
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6006
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6066
6007
  ];
6067
6008
  }).s("AWSCognitoIdentityProviderService", "ListUserImportJobs", {}).n("CognitoIdentityProviderClient", "ListUserImportJobsCommand").f(void 0, void 0).ser(se_ListUserImportJobsCommand).de(de_ListUserImportJobsCommand).build() {
6068
6009
  };
@@ -6074,14 +6015,12 @@ var ListUserImportJobsCommand = _ListUserImportJobsCommand;
6074
6015
 
6075
6016
 
6076
6017
 
6077
-
6078
6018
  var _ListUserPoolClientsCommand = class _ListUserPoolClientsCommand extends import_smithy_client.Command.classBuilder().ep({
6079
6019
  ...commonParams
6080
6020
  }).m(function(Command, cs, config, o) {
6081
6021
  return [
6082
6022
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6083
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6084
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6023
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6085
6024
  ];
6086
6025
  }).s("AWSCognitoIdentityProviderService", "ListUserPoolClients", {}).n("CognitoIdentityProviderClient", "ListUserPoolClientsCommand").f(void 0, ListUserPoolClientsResponseFilterSensitiveLog).ser(se_ListUserPoolClientsCommand).de(de_ListUserPoolClientsCommand).build() {
6087
6026
  };
@@ -6093,14 +6032,12 @@ var ListUserPoolClientsCommand = _ListUserPoolClientsCommand;
6093
6032
 
6094
6033
 
6095
6034
 
6096
-
6097
6035
  var _ListUserPoolsCommand = class _ListUserPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
6098
6036
  ...commonParams
6099
6037
  }).m(function(Command, cs, config, o) {
6100
6038
  return [
6101
6039
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6102
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6103
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6040
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6104
6041
  ];
6105
6042
  }).s("AWSCognitoIdentityProviderService", "ListUserPools", {}).n("CognitoIdentityProviderClient", "ListUserPoolsCommand").f(void 0, void 0).ser(se_ListUserPoolsCommand).de(de_ListUserPoolsCommand).build() {
6106
6043
  };
@@ -6112,14 +6049,12 @@ var ListUserPoolsCommand = _ListUserPoolsCommand;
6112
6049
 
6113
6050
 
6114
6051
 
6115
-
6116
6052
  var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
6117
6053
  ...commonParams
6118
6054
  }).m(function(Command, cs, config, o) {
6119
6055
  return [
6120
6056
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6121
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6122
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6057
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6123
6058
  ];
6124
6059
  }).s("AWSCognitoIdentityProviderService", "ListUsers", {}).n("CognitoIdentityProviderClient", "ListUsersCommand").f(void 0, ListUsersResponseFilterSensitiveLog).ser(se_ListUsersCommand).de(de_ListUsersCommand).build() {
6125
6060
  };
@@ -6131,14 +6066,12 @@ var ListUsersCommand = _ListUsersCommand;
6131
6066
 
6132
6067
 
6133
6068
 
6134
-
6135
6069
  var _ListUsersInGroupCommand = class _ListUsersInGroupCommand extends import_smithy_client.Command.classBuilder().ep({
6136
6070
  ...commonParams
6137
6071
  }).m(function(Command, cs, config, o) {
6138
6072
  return [
6139
6073
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6140
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6141
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6074
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6142
6075
  ];
6143
6076
  }).s("AWSCognitoIdentityProviderService", "ListUsersInGroup", {}).n("CognitoIdentityProviderClient", "ListUsersInGroupCommand").f(void 0, ListUsersInGroupResponseFilterSensitiveLog).ser(se_ListUsersInGroupCommand).de(de_ListUsersInGroupCommand).build() {
6144
6077
  };
@@ -6201,14 +6134,12 @@ var RevokeTokenCommand = _RevokeTokenCommand;
6201
6134
 
6202
6135
 
6203
6136
 
6204
-
6205
6137
  var _SetLogDeliveryConfigurationCommand = class _SetLogDeliveryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
6206
6138
  ...commonParams
6207
6139
  }).m(function(Command, cs, config, o) {
6208
6140
  return [
6209
6141
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6210
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6211
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6142
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6212
6143
  ];
6213
6144
  }).s("AWSCognitoIdentityProviderService", "SetLogDeliveryConfiguration", {}).n("CognitoIdentityProviderClient", "SetLogDeliveryConfigurationCommand").f(void 0, void 0).ser(se_SetLogDeliveryConfigurationCommand).de(de_SetLogDeliveryConfigurationCommand).build() {
6214
6145
  };
@@ -6220,14 +6151,12 @@ var SetLogDeliveryConfigurationCommand = _SetLogDeliveryConfigurationCommand;
6220
6151
 
6221
6152
 
6222
6153
 
6223
-
6224
6154
  var _SetRiskConfigurationCommand = class _SetRiskConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
6225
6155
  ...commonParams
6226
6156
  }).m(function(Command, cs, config, o) {
6227
6157
  return [
6228
6158
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6229
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6230
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6159
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6231
6160
  ];
6232
6161
  }).s("AWSCognitoIdentityProviderService", "SetRiskConfiguration", {}).n("CognitoIdentityProviderClient", "SetRiskConfigurationCommand").f(SetRiskConfigurationRequestFilterSensitiveLog, SetRiskConfigurationResponseFilterSensitiveLog).ser(se_SetRiskConfigurationCommand).de(de_SetRiskConfigurationCommand).build() {
6233
6162
  };
@@ -6239,14 +6168,12 @@ var SetRiskConfigurationCommand = _SetRiskConfigurationCommand;
6239
6168
 
6240
6169
 
6241
6170
 
6242
-
6243
6171
  var _SetUICustomizationCommand = class _SetUICustomizationCommand extends import_smithy_client.Command.classBuilder().ep({
6244
6172
  ...commonParams
6245
6173
  }).m(function(Command, cs, config, o) {
6246
6174
  return [
6247
6175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6248
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6249
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6176
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6250
6177
  ];
6251
6178
  }).s("AWSCognitoIdentityProviderService", "SetUICustomization", {}).n("CognitoIdentityProviderClient", "SetUICustomizationCommand").f(SetUICustomizationRequestFilterSensitiveLog, SetUICustomizationResponseFilterSensitiveLog).ser(se_SetUICustomizationCommand).de(de_SetUICustomizationCommand).build() {
6252
6179
  };
@@ -6275,14 +6202,12 @@ var SetUserMFAPreferenceCommand = _SetUserMFAPreferenceCommand;
6275
6202
 
6276
6203
 
6277
6204
 
6278
-
6279
6205
  var _SetUserPoolMfaConfigCommand = class _SetUserPoolMfaConfigCommand extends import_smithy_client.Command.classBuilder().ep({
6280
6206
  ...commonParams
6281
6207
  }).m(function(Command, cs, config, o) {
6282
6208
  return [
6283
6209
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6284
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6285
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6210
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6286
6211
  ];
6287
6212
  }).s("AWSCognitoIdentityProviderService", "SetUserPoolMfaConfig", {}).n("CognitoIdentityProviderClient", "SetUserPoolMfaConfigCommand").f(void 0, void 0).ser(se_SetUserPoolMfaConfigCommand).de(de_SetUserPoolMfaConfigCommand).build() {
6288
6213
  };
@@ -6328,14 +6253,12 @@ var SignUpCommand = _SignUpCommand;
6328
6253
 
6329
6254
 
6330
6255
 
6331
-
6332
6256
  var _StartUserImportJobCommand = class _StartUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
6333
6257
  ...commonParams
6334
6258
  }).m(function(Command, cs, config, o) {
6335
6259
  return [
6336
6260
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6337
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6338
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6261
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6339
6262
  ];
6340
6263
  }).s("AWSCognitoIdentityProviderService", "StartUserImportJob", {}).n("CognitoIdentityProviderClient", "StartUserImportJobCommand").f(void 0, void 0).ser(se_StartUserImportJobCommand).de(de_StartUserImportJobCommand).build() {
6341
6264
  };
@@ -6347,14 +6270,12 @@ var StartUserImportJobCommand = _StartUserImportJobCommand;
6347
6270
 
6348
6271
 
6349
6272
 
6350
-
6351
6273
  var _StopUserImportJobCommand = class _StopUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
6352
6274
  ...commonParams
6353
6275
  }).m(function(Command, cs, config, o) {
6354
6276
  return [
6355
6277
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6356
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6357
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6278
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6358
6279
  ];
6359
6280
  }).s("AWSCognitoIdentityProviderService", "StopUserImportJob", {}).n("CognitoIdentityProviderClient", "StopUserImportJobCommand").f(void 0, void 0).ser(se_StopUserImportJobCommand).de(de_StopUserImportJobCommand).build() {
6360
6281
  };
@@ -6366,14 +6287,12 @@ var StopUserImportJobCommand = _StopUserImportJobCommand;
6366
6287
 
6367
6288
 
6368
6289
 
6369
-
6370
6290
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6371
6291
  ...commonParams
6372
6292
  }).m(function(Command, cs, config, o) {
6373
6293
  return [
6374
6294
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6375
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6376
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6295
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6377
6296
  ];
6378
6297
  }).s("AWSCognitoIdentityProviderService", "TagResource", {}).n("CognitoIdentityProviderClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
6379
6298
  };
@@ -6385,14 +6304,12 @@ var TagResourceCommand = _TagResourceCommand;
6385
6304
 
6386
6305
 
6387
6306
 
6388
-
6389
6307
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6390
6308
  ...commonParams
6391
6309
  }).m(function(Command, cs, config, o) {
6392
6310
  return [
6393
6311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6394
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6395
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6312
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6396
6313
  ];
6397
6314
  }).s("AWSCognitoIdentityProviderService", "UntagResource", {}).n("CognitoIdentityProviderClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
6398
6315
  };
@@ -6438,14 +6355,12 @@ var UpdateDeviceStatusCommand = _UpdateDeviceStatusCommand;
6438
6355
 
6439
6356
 
6440
6357
 
6441
-
6442
6358
  var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
6443
6359
  ...commonParams
6444
6360
  }).m(function(Command, cs, config, o) {
6445
6361
  return [
6446
6362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6447
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6448
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6363
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6449
6364
  ];
6450
6365
  }).s("AWSCognitoIdentityProviderService", "UpdateGroup", {}).n("CognitoIdentityProviderClient", "UpdateGroupCommand").f(void 0, void 0).ser(se_UpdateGroupCommand).de(de_UpdateGroupCommand).build() {
6451
6366
  };
@@ -6457,14 +6372,12 @@ var UpdateGroupCommand = _UpdateGroupCommand;
6457
6372
 
6458
6373
 
6459
6374
 
6460
-
6461
6375
  var _UpdateIdentityProviderCommand = class _UpdateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
6462
6376
  ...commonParams
6463
6377
  }).m(function(Command, cs, config, o) {
6464
6378
  return [
6465
6379
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6466
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6467
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6380
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6468
6381
  ];
6469
6382
  }).s("AWSCognitoIdentityProviderService", "UpdateIdentityProvider", {}).n("CognitoIdentityProviderClient", "UpdateIdentityProviderCommand").f(void 0, void 0).ser(se_UpdateIdentityProviderCommand).de(de_UpdateIdentityProviderCommand).build() {
6470
6383
  };
@@ -6476,14 +6389,12 @@ var UpdateIdentityProviderCommand = _UpdateIdentityProviderCommand;
6476
6389
 
6477
6390
 
6478
6391
 
6479
-
6480
6392
  var _UpdateResourceServerCommand = class _UpdateResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
6481
6393
  ...commonParams
6482
6394
  }).m(function(Command, cs, config, o) {
6483
6395
  return [
6484
6396
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6485
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6486
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6397
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6487
6398
  ];
6488
6399
  }).s("AWSCognitoIdentityProviderService", "UpdateResourceServer", {}).n("CognitoIdentityProviderClient", "UpdateResourceServerCommand").f(void 0, void 0).ser(se_UpdateResourceServerCommand).de(de_UpdateResourceServerCommand).build() {
6489
6400
  };
@@ -6512,14 +6423,12 @@ var UpdateUserAttributesCommand = _UpdateUserAttributesCommand;
6512
6423
 
6513
6424
 
6514
6425
 
6515
-
6516
6426
  var _UpdateUserPoolClientCommand = class _UpdateUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
6517
6427
  ...commonParams
6518
6428
  }).m(function(Command, cs, config, o) {
6519
6429
  return [
6520
6430
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6521
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6522
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6431
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6523
6432
  ];
6524
6433
  }).s("AWSCognitoIdentityProviderService", "UpdateUserPoolClient", {}).n("CognitoIdentityProviderClient", "UpdateUserPoolClientCommand").f(UpdateUserPoolClientRequestFilterSensitiveLog, UpdateUserPoolClientResponseFilterSensitiveLog).ser(se_UpdateUserPoolClientCommand).de(de_UpdateUserPoolClientCommand).build() {
6525
6434
  };
@@ -6531,14 +6440,12 @@ var UpdateUserPoolClientCommand = _UpdateUserPoolClientCommand;
6531
6440
 
6532
6441
 
6533
6442
 
6534
-
6535
6443
  var _UpdateUserPoolCommand = class _UpdateUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
6536
6444
  ...commonParams
6537
6445
  }).m(function(Command, cs, config, o) {
6538
6446
  return [
6539
6447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6540
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6541
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6448
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6542
6449
  ];
6543
6450
  }).s("AWSCognitoIdentityProviderService", "UpdateUserPool", {}).n("CognitoIdentityProviderClient", "UpdateUserPoolCommand").f(void 0, void 0).ser(se_UpdateUserPoolCommand).de(de_UpdateUserPoolCommand).build() {
6544
6451
  };
@@ -6550,14 +6457,12 @@ var UpdateUserPoolCommand = _UpdateUserPoolCommand;
6550
6457
 
6551
6458
 
6552
6459
 
6553
-
6554
6460
  var _UpdateUserPoolDomainCommand = class _UpdateUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
6555
6461
  ...commonParams
6556
6462
  }).m(function(Command, cs, config, o) {
6557
6463
  return [
6558
6464
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6559
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
6560
- (0, import_middleware_signing.getAwsAuthPlugin)(config)
6465
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6561
6466
  ];
6562
6467
  }).s("AWSCognitoIdentityProviderService", "UpdateUserPoolDomain", {}).n("CognitoIdentityProviderClient", "UpdateUserPoolDomainCommand").f(void 0, void 0).ser(se_UpdateUserPoolDomainCommand).de(de_UpdateUserPoolDomainCommand).build() {
6563
6468
  };
@@ -6711,7 +6616,7 @@ var CognitoIdentityProvider = _CognitoIdentityProvider;
6711
6616
  (0, import_smithy_client.createAggregatedClient)(commands, CognitoIdentityProvider);
6712
6617
 
6713
6618
  // src/pagination/AdminListGroupsForUserPaginator.ts
6714
- var import_core = require("@smithy/core");
6619
+
6715
6620
  var paginateAdminListGroupsForUser = (0, import_core.createPaginator)(CognitoIdentityProviderClient, AdminListGroupsForUserCommand, "NextToken", "NextToken", "Limit");
6716
6621
 
6717
6622
  // src/pagination/AdminListUserAuthEventsPaginator.ts