@aws-sdk/client-cognito-identity-provider 3.38.0 → 3.42.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 (117) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +134 -20
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +134 -20
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/CognitoIdentityProviderClient.d.ts +8 -0
  9. package/dist-types/commands/AddCustomAttributesCommand.d.ts +1 -1
  10. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -1
  12. package/dist-types/commands/AdminCreateUserCommand.d.ts +1 -1
  13. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +1 -1
  14. package/dist-types/commands/AdminDeleteUserCommand.d.ts +1 -1
  15. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +1 -1
  16. package/dist-types/commands/AdminDisableUserCommand.d.ts +1 -1
  17. package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
  18. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +1 -1
  19. package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
  20. package/dist-types/commands/AdminGetUserCommand.d.ts +1 -1
  21. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +1 -1
  22. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +1 -1
  23. package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
  24. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +1 -1
  25. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -1
  26. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +1 -1
  28. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +1 -1
  29. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +1 -1
  30. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +1 -1
  31. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -1
  32. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +1 -1
  33. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +1 -1
  34. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +1 -1
  35. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +1 -1
  36. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +1 -1
  37. package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
  38. package/dist-types/commands/ConfirmDeviceCommand.d.ts +1 -1
  39. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +1 -1
  40. package/dist-types/commands/ConfirmSignUpCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateResourceServerCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateUserPoolCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteResourceServerCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteUserPoolCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeResourceServerCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -1
  63. package/dist-types/commands/ForgetDeviceCommand.d.ts +1 -1
  64. package/dist-types/commands/ForgotPasswordCommand.d.ts +1 -1
  65. package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -1
  66. package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
  67. package/dist-types/commands/GetGroupCommand.d.ts +1 -1
  68. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +1 -1
  69. package/dist-types/commands/GetSigningCertificateCommand.d.ts +1 -1
  70. package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
  72. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  73. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
  74. package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
  75. package/dist-types/commands/InitiateAuthCommand.d.ts +1 -1
  76. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  77. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
  79. package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  81. package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  85. package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -1
  87. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -1
  88. package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
  89. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -1
  90. package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
  91. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
  92. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
  93. package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
  94. package/dist-types/commands/SignUpCommand.d.ts +1 -1
  95. package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
  96. package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
  97. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  98. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +1 -1
  108. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +1 -1
  109. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +1 -1
  110. package/dist-types/runtimeConfig.browser.d.ts +2 -3
  111. package/dist-types/runtimeConfig.d.ts +2 -0
  112. package/dist-types/runtimeConfig.native.d.ts +2 -0
  113. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -1
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  117. package/package.json +25 -25
@@ -21,7 +21,7 @@ export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __M
21
21
  *
22
22
  * @see {@link AdminGetDeviceCommandInput} for command's `input` shape.
23
23
  * @see {@link AdminGetDeviceCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AdminGetDeviceCommand extends $Command<AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __Metad
22
22
  *
23
23
  * @see {@link AdminGetUserCommandInput} for command's `input` shape.
24
24
  * @see {@link AdminGetUserCommandOutput} for command's `response` shape.
25
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AdminGetUserCommand extends $Command<AdminGetUserCommandInput, AdminGetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface AdminInitiateAuthCommandOutput extends AdminInitiateAuthRespons
40
40
  *
41
41
  * @see {@link AdminInitiateAuthCommandInput} for command's `input` shape.
42
42
  * @see {@link AdminInitiateAuthCommandOutput} for command's `response` shape.
43
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class AdminInitiateAuthCommand extends $Command<AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface AdminLinkProviderForUserCommandOutput extends AdminLinkProvider
40
40
  *
41
41
  * @see {@link AdminLinkProviderForUserCommandInput} for command's `input` shape.
42
42
  * @see {@link AdminLinkProviderForUserCommandOutput} for command's `response` shape.
43
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class AdminLinkProviderForUserCommand extends $Command<AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse,
21
21
  *
22
22
  * @see {@link AdminListDevicesCommandInput} for command's `input` shape.
23
23
  * @see {@link AdminListDevicesCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AdminListDevicesCommand extends $Command<AdminListDevicesCommandInput, AdminListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AdminListGroupsForUserCommandOutput extends AdminListGroupsForU
21
21
  *
22
22
  * @see {@link AdminListGroupsForUserCommandInput} for command's `input` shape.
23
23
  * @see {@link AdminListGroupsForUserCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AdminListGroupsForUserCommand extends $Command<AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AdminListUserAuthEventsCommandOutput extends AdminListUserAuthE
21
21
  *
22
22
  * @see {@link AdminListUserAuthEventsCommandInput} for command's `input` shape.
23
23
  * @see {@link AdminListUserAuthEventsCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AdminListUserAuthEventsCommand extends $Command<AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer
21
21
  *
22
22
  * @see {@link AdminRemoveUserFromGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link AdminRemoveUserFromGroupCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AdminRemoveUserFromGroupCommand extends $Command<AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface AdminResetUserPasswordCommandOutput extends AdminResetUserPassw
49
49
  *
50
50
  * @see {@link AdminResetUserPasswordCommandInput} for command's `input` shape.
51
51
  * @see {@link AdminResetUserPasswordCommandOutput} for command's `response` shape.
52
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class AdminResetUserPasswordCommand extends $Command<AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface AdminRespondToAuthChallengeCommandOutput extends AdminRespondTo
39
39
  *
40
40
  * @see {@link AdminRespondToAuthChallengeCommandInput} for command's `input` shape.
41
41
  * @see {@link AdminRespondToAuthChallengeCommandOutput} for command's `response` shape.
42
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class AdminRespondToAuthChallengeCommand extends $Command<AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface AdminSetUserMFAPreferenceCommandOutput extends AdminSetUserMFAP
24
24
  *
25
25
  * @see {@link AdminSetUserMFAPreferenceCommandInput} for command's `input` shape.
26
26
  * @see {@link AdminSetUserMFAPreferenceCommandOutput} for command's `response` shape.
27
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class AdminSetUserMFAPreferenceCommand extends $Command<AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface AdminSetUserPasswordCommandOutput extends AdminSetUserPasswordR
29
29
  *
30
30
  * @see {@link AdminSetUserPasswordCommandInput} for command's `input` shape.
31
31
  * @see {@link AdminSetUserPasswordCommandOutput} for command's `response` shape.
32
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class AdminSetUserPasswordCommand extends $Command<AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface AdminSetUserSettingsCommandOutput extends AdminSetUserSettingsR
23
23
  *
24
24
  * @see {@link AdminSetUserSettingsCommandInput} for command's `input` shape.
25
25
  * @see {@link AdminSetUserSettingsCommandOutput} for command's `response` shape.
26
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AdminSetUserSettingsCommand extends $Command<AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AdminUpdateAuthEventFeedbackCommandOutput extends AdminUpdateAu
22
22
  *
23
23
  * @see {@link AdminUpdateAuthEventFeedbackCommandInput} for command's `input` shape.
24
24
  * @see {@link AdminUpdateAuthEventFeedbackCommandOutput} for command's `response` shape.
25
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AdminUpdateAuthEventFeedbackCommand extends $Command<AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AdminUpdateDeviceStatusCommandOutput extends AdminUpdateDeviceS
21
21
  *
22
22
  * @see {@link AdminUpdateDeviceStatusCommandInput} for command's `input` shape.
23
23
  * @see {@link AdminUpdateDeviceStatusCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AdminUpdateDeviceStatusCommand extends $Command<AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface AdminUpdateUserAttributesCommandOutput extends AdminUpdateUserA
44
44
  *
45
45
  * @see {@link AdminUpdateUserAttributesCommandInput} for command's `input` shape.
46
46
  * @see {@link AdminUpdateUserAttributesCommandOutput} for command's `response` shape.
47
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class AdminUpdateUserAttributesCommand extends $Command<AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface AdminUserGlobalSignOutCommandOutput extends AdminUserGlobalSign
23
23
  *
24
24
  * @see {@link AdminUserGlobalSignOutCommandInput} for command's `input` shape.
25
25
  * @see {@link AdminUserGlobalSignOutCommandOutput} for command's `response` shape.
26
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AdminUserGlobalSignOutCommand extends $Command<AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface AssociateSoftwareTokenCommandOutput extends AssociateSoftwareTo
29
29
  *
30
30
  * @see {@link AssociateSoftwareTokenCommandInput} for command's `input` shape.
31
31
  * @see {@link AssociateSoftwareTokenCommandOutput} for command's `response` shape.
32
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class AssociateSoftwareTokenCommand extends $Command<AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __M
20
20
  *
21
21
  * @see {@link ChangePasswordCommandInput} for command's `input` shape.
22
22
  * @see {@link ChangePasswordCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ChangePasswordCommand extends $Command<ChangePasswordCommandInput, ChangePasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __Met
21
21
  *
22
22
  * @see {@link ConfirmDeviceCommandInput} for command's `input` shape.
23
23
  * @see {@link ConfirmDeviceCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ConfirmDeviceCommand extends $Command<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ConfirmForgotPasswordCommandOutput extends ConfirmForgotPasswor
20
20
  *
21
21
  * @see {@link ConfirmForgotPasswordCommandInput} for command's `input` shape.
22
22
  * @see {@link ConfirmForgotPasswordCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ConfirmForgotPasswordCommand extends $Command<ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __Met
21
21
  *
22
22
  * @see {@link ConfirmSignUpCommandInput} for command's `input` shape.
23
23
  * @see {@link ConfirmSignUpCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ConfirmSignUpCommand extends $Command<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
21
21
  *
22
22
  * @see {@link CreateGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
20
20
  *
21
21
  * @see {@link CreateIdentityProviderCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateIdentityProviderCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateResourceServerCommandOutput extends CreateResourceServerR
20
20
  *
21
21
  * @see {@link CreateResourceServerCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateResourceServerCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateResourceServerCommand extends $Command<CreateResourceServerCommandInput, CreateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateUserImportJobCommandOutput extends CreateUserImportJobRes
20
20
  *
21
21
  * @see {@link CreateUserImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUserImportJobCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateUserImportJobCommand extends $Command<CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientR
22
22
  *
23
23
  * @see {@link CreateUserPoolClientCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateUserPoolClientCommandOutput} for command's `response` shape.
25
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateUserPoolClientCommand extends $Command<CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
38
38
  *
39
39
  * @see {@link CreateUserPoolCommandInput} for command's `input` shape.
40
40
  * @see {@link CreateUserPoolCommandOutput} for command's `response` shape.
41
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class CreateUserPoolCommand extends $Command<CreateUserPoolCommandInput, CreateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainR
20
20
  *
21
21
  * @see {@link CreateUserPoolDomainCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUserPoolDomainCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateUserPoolDomainCommand extends $Command<CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteGroupCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteGroupCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteIdentityProviderCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteIdentityProviderCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteResourceServerCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteResourceServerCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteResourceServerCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteResourceServerCommand extends $Command<DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserAttributesCommandOutput extends DeleteUserAttributesR
20
20
  *
21
21
  * @see {@link DeleteUserAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUserAttributesCommand extends $Command<DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteUserPoolClientCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserPoolClientCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUserPoolClientCommand extends $Command<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserPoolCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteUserPoolCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserPoolCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUserPoolCommand extends $Command<DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserPoolDomainCommandOutput extends DeleteUserPoolDomainR
20
20
  *
21
21
  * @see {@link DeleteUserPoolDomainCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserPoolDomainCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUserPoolDomainCommand extends $Command<DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeIdentityProviderCommandOutput extends DescribeIdentityP
20
20
  *
21
21
  * @see {@link DescribeIdentityProviderCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIdentityProviderCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeIdentityProviderCommand extends $Command<DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeResourceServerCommandOutput extends DescribeResourceSer
20
20
  *
21
21
  * @see {@link DescribeResourceServerCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeResourceServerCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeResourceServerCommand extends $Command<DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeRiskConfigurationCommandOutput extends DescribeRiskConf
20
20
  *
21
21
  * @see {@link DescribeRiskConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeRiskConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeRiskConfigurationCommand extends $Command<DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeUserImportJobCommandOutput extends DescribeUserImportJo
20
20
  *
21
21
  * @see {@link DescribeUserImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeUserImportJobCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeUserImportJobCommand extends $Command<DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeUserPoolClientCommandOutput extends DescribeUserPoolCli
21
21
  *
22
22
  * @see {@link DescribeUserPoolClientCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeUserPoolClientCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeUserPoolClientCommand extends $Command<DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeUserPoolCommandOutput extends DescribeUserPoolResponse,
20
20
  *
21
21
  * @see {@link DescribeUserPoolCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeUserPoolCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeUserPoolCommand extends $Command<DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeUserPoolDomainCommandOutput extends DescribeUserPoolDom
20
20
  *
21
21
  * @see {@link DescribeUserPoolDomainCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeUserPoolDomainCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeUserPoolDomainCommand extends $Command<DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ForgetDeviceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link ForgetDeviceCommandInput} for command's `input` shape.
22
22
  * @see {@link ForgetDeviceCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ForgetDeviceCommand extends $Command<ForgetDeviceCommandInput, ForgetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface ForgotPasswordCommandOutput extends ForgotPasswordResponse, __M
44
44
  *
45
45
  * @see {@link ForgotPasswordCommandInput} for command's `input` shape.
46
46
  * @see {@link ForgotPasswordCommandOutput} for command's `response` shape.
47
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class ForgotPasswordCommand extends $Command<ForgotPasswordCommandInput, ForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetCSVHeaderCommandOutput extends GetCSVHeaderResponse, __Metad
21
21
  *
22
22
  * @see {@link GetCSVHeaderCommandInput} for command's `input` shape.
23
23
  * @see {@link GetCSVHeaderCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetCSVHeaderCommand extends $Command<GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetDeviceCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDeviceCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
21
21
  *
22
22
  * @see {@link GetGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link GetGroupCommandOutput} for command's `response` shape.
24
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIdentityProviderByIdentifierCommandOutput extends GetIdentit
20
20
  *
21
21
  * @see {@link GetIdentityProviderByIdentifierCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIdentityProviderByIdentifierCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetIdentityProviderByIdentifierCommand extends $Command<GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSigningCertificateCommandOutput extends GetSigningCertificat
20
20
  *
21
21
  * @see {@link GetSigningCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSigningCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetSigningCertificateCommand extends $Command<GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetUICustomizationCommandOutput extends GetUICustomizationRespo
23
23
  *
24
24
  * @see {@link GetUICustomizationCommandInput} for command's `input` shape.
25
25
  * @see {@link GetUICustomizationCommandOutput} for command's `response` shape.
26
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetUICustomizationCommand extends $Command<GetUICustomizationCommandInput, GetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface GetUserAttributeVerificationCodeCommandOutput extends GetUserAt
37
37
  *
38
38
  * @see {@link GetUserAttributeVerificationCodeCommandInput} for command's `input` shape.
39
39
  * @see {@link GetUserAttributeVerificationCodeCommandOutput} for command's `response` shape.
40
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class GetUserAttributeVerificationCodeCommand extends $Command<GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetUserCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUserCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUserPoolMfaConfigCommandOutput extends GetUserPoolMfaConfigR
20
20
  *
21
21
  * @see {@link GetUserPoolMfaConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUserPoolMfaConfigCommandOutput} for command's `response` shape.
23
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetUserPoolMfaConfigCommand extends $Command<GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GlobalSignOutCommandOutput extends GlobalSignOutResponse, __Met
22
22
  *
23
23
  * @see {@link GlobalSignOutCommandInput} for command's `input` shape.
24
24
  * @see {@link GlobalSignOutCommandOutput} for command's `response` shape.
25
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GlobalSignOutCommand extends $Command<GlobalSignOutCommandInput, GlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {