@aws-sdk/client-cognito-identity-provider 3.511.0 → 3.514.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
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class CreateGroupCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "CreateGroup", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class CreateIdentityProviderCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "CreateIdentityProvider", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class CreateResourceServerCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "CreateResourceServer", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class CreateUserImportJobCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "CreateUserImportJob", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class CreateUserPoolClientCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "CreateUserPoolClient", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class CreateUserPoolCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "CreateUserPool", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class CreateUserPoolDomainCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "CreateUserPoolDomain", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DeleteGroupCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DeleteGroup", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DeleteIdentityProviderCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DeleteIdentityProvider", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DeleteResourceServerCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DeleteResourceServer", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class DeleteUserPoolClientCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "DeleteUserPoolClient", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DeleteUserPoolCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DeleteUserPool", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DeleteUserPoolDomainCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DeleteUserPoolDomain", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DescribeIdentityProviderCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DescribeIdentityProvider", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DescribeResourceServerCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DescribeResourceServer", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class DescribeRiskConfigurationCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "DescribeRiskConfiguration", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DescribeUserImportJobCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DescribeUserImportJob", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class DescribeUserPoolClientCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "DescribeUserPoolClient", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DescribeUserPoolCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DescribeUserPool", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class DescribeUserPoolDomainCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "DescribeUserPoolDomain", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class GetCSVHeaderCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "GetCSVHeader", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class GetGroupCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "GetGroup", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class GetIdentityProviderByIdentifierCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "GetIdentityProviderByIdentifier", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class GetLogDeliveryConfigurationCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "GetLogDeliveryConfiguration", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class GetSigningCertificateCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "GetSigningCertificate", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class GetUICustomizationCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "GetUICustomization", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class GetUserPoolMfaConfigCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "GetUserPoolMfaConfig", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class ListGroupsCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "ListGroups", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class ListIdentityProvidersCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "ListIdentityProviders", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class ListResourceServersCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "ListResourceServers", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class ListTagsForResourceCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "ListTagsForResource", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class ListUserImportJobsCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "ListUserImportJobs", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class ListUserPoolClientsCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "ListUserPoolClients", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class ListUserPoolsCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "ListUserPools", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class ListUsersCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "ListUsers", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class ListUsersInGroupCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "ListUsersInGroup", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class SetLogDeliveryConfigurationCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "SetLogDeliveryConfiguration", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class SetRiskConfigurationCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "SetRiskConfiguration", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class SetUICustomizationCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSCognitoIdentityProviderService", "SetUICustomization", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class SetUserPoolMfaConfigCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "SetUserPoolMfaConfig", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class StartUserImportJobCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "StartUserImportJob", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class StopUserImportJobCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "StopUserImportJob", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class TagResourceCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "TagResource", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class UntagResourceCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "UntagResource", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class UpdateGroupCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "UpdateGroup", {})
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -14,7 +13,6 @@ export class UpdateIdentityProviderCommand extends $Command
14
13
  return [
15
14
  getSerdePlugin(config, this.serialize, this.deserialize),
16
15
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- getAwsAuthPlugin(config),
18
16
  ];
19
17
  })
20
18
  .s("AWSCognitoIdentityProviderService", "UpdateIdentityProvider", {})