@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
@@ -37,7 +37,7 @@ export interface InitiateAuthCommandOutput extends InitiateAuthResponse, __Metad
37
37
  *
38
38
  * @see {@link InitiateAuthCommandInput} for command's `input` shape.
39
39
  * @see {@link InitiateAuthCommandOutput} 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 InitiateAuthCommand extends $Command<InitiateAuthCommandInput, InitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListDevicesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDevicesCommandOutput} 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 ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
21
21
  *
22
22
  * @see {@link ListGroupsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListGroupsCommandOutput} 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 ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
20
20
  *
21
21
  * @see {@link ListIdentityProvidersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIdentityProvidersCommandOutput} 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 ListIdentityProvidersCommand extends $Command<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListResourceServersCommandOutput extends ListResourceServersRes
20
20
  *
21
21
  * @see {@link ListResourceServersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListResourceServersCommandOutput} 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 ListResourceServersCommand extends $Command<ListResourceServersCommandInput, ListResourceServersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  *
24
24
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo
20
20
  *
21
21
  * @see {@link ListUserImportJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUserImportJobsCommandOutput} 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 ListUserImportJobsCommand extends $Command<ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes
20
20
  *
21
21
  * @see {@link ListUserPoolClientsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUserPoolClientsCommandOutput} 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 ListUserPoolClientsCommand extends $Command<ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __Met
20
20
  *
21
21
  * @see {@link ListUserPoolsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUserPoolsCommandOutput} 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 ListUserPoolsCommand extends $Command<ListUserPoolsCommandInput, ListUserPoolsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link ListUsersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUsersCommandOutput} 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 ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse,
21
21
  *
22
22
  * @see {@link ListUsersInGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link ListUsersInGroupCommandOutput} 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 ListUsersInGroupCommand extends $Command<ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationC
38
38
  *
39
39
  * @see {@link ResendConfirmationCodeCommandInput} for command's `input` shape.
40
40
  * @see {@link ResendConfirmationCodeCommandOutput} 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 ResendConfirmationCodeCommand extends $Command<ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChalle
37
37
  *
38
38
  * @see {@link RespondToAuthChallengeCommandInput} for command's `input` shape.
39
39
  * @see {@link RespondToAuthChallengeCommandOutput} 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 RespondToAuthChallengeCommand extends $Command<RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __Metadat
21
21
  *
22
22
  * @see {@link RevokeTokenCommandInput} for command's `input` shape.
23
23
  * @see {@link RevokeTokenCommandOutput} 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 RevokeTokenCommand extends $Command<RevokeTokenCommandInput, RevokeTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationR
24
24
  *
25
25
  * @see {@link SetRiskConfigurationCommandInput} for command's `input` shape.
26
26
  * @see {@link SetRiskConfigurationCommandOutput} 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 SetRiskConfigurationCommand extends $Command<SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface SetUICustomizationCommandOutput extends SetUICustomizationRespo
31
31
  *
32
32
  * @see {@link SetUICustomizationCommandInput} for command's `input` shape.
33
33
  * @see {@link SetUICustomizationCommandOutput} for command's `response` shape.
34
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class SetUICustomizationCommand extends $Command<SetUICustomizationCommandInput, SetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceR
28
28
  *
29
29
  * @see {@link SetUserMFAPreferenceCommandInput} for command's `input` shape.
30
30
  * @see {@link SetUserMFAPreferenceCommandOutput} for command's `response` shape.
31
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class SetUserMFAPreferenceCommand extends $Command<SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigR
37
37
  *
38
38
  * @see {@link SetUserPoolMfaConfigCommandInput} for command's `input` shape.
39
39
  * @see {@link SetUserPoolMfaConfigCommandOutput} 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 SetUserPoolMfaConfigCommand extends $Command<SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface SetUserSettingsCommandOutput extends SetUserSettingsResponse, _
23
23
  *
24
24
  * @see {@link SetUserSettingsCommandInput} for command's `input` shape.
25
25
  * @see {@link SetUserSettingsCommandOutput} 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 SetUserSettingsCommand extends $Command<SetUserSettingsCommandInput, SetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface SignUpCommandOutput extends SignUpResponse, __MetadataBearer {
38
38
  *
39
39
  * @see {@link SignUpCommandInput} for command's `input` shape.
40
40
  * @see {@link SignUpCommandOutput} 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 SignUpCommand extends $Command<SignUpCommandInput, SignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface StartUserImportJobCommandOutput extends StartUserImportJobRespo
21
21
  *
22
22
  * @see {@link StartUserImportJobCommandInput} for command's `input` shape.
23
23
  * @see {@link StartUserImportJobCommandOutput} 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 StartUserImportJobCommand extends $Command<StartUserImportJobCommandInput, StartUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopUserImportJobCommandOutput extends StopUserImportJobRespons
20
20
  *
21
21
  * @see {@link StopUserImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StopUserImportJobCommandOutput} 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 StopUserImportJobCommand extends $Command<StopUserImportJobCommandInput, StopUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
33
33
  *
34
34
  * @see {@link TagResourceCommandInput} for command's `input` shape.
35
35
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
36
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
21
21
  *
22
22
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateAuthEventFeedbackCommandOutput extends UpdateAuthEventFee
22
22
  *
23
23
  * @see {@link UpdateAuthEventFeedbackCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateAuthEventFeedbackCommandOutput} 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 UpdateAuthEventFeedbackCommand extends $Command<UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDeviceStatusCommandOutput extends UpdateDeviceStatusRespo
20
20
  *
21
21
  * @see {@link UpdateDeviceStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDeviceStatusCommandOutput} 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 UpdateDeviceStatusCommand extends $Command<UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
21
21
  *
22
22
  * @see {@link UpdateGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateGroupCommandOutput} 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 UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
20
20
  *
21
21
  * @see {@link UpdateIdentityProviderCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIdentityProviderCommandOutput} 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 UpdateIdentityProviderCommand extends $Command<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateResourceServerCommandOutput extends UpdateResourceServerR
24
24
  *
25
25
  * @see {@link UpdateResourceServerCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateResourceServerCommandOutput} 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 UpdateResourceServerCommand extends $Command<UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface UpdateUserAttributesCommandOutput extends UpdateUserAttributesR
37
37
  *
38
38
  * @see {@link UpdateUserAttributesCommandInput} for command's `input` shape.
39
39
  * @see {@link UpdateUserAttributesCommandOutput} 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 UpdateUserAttributesCommand extends $Command<UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface UpdateUserPoolClientCommandOutput extends UpdateUserPoolClientR
27
27
  *
28
28
  * @see {@link UpdateUserPoolClientCommandInput} for command's `input` shape.
29
29
  * @see {@link UpdateUserPoolClientCommandOutput} for command's `response` shape.
30
- * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class UpdateUserPoolClientCommand extends $Command<UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface UpdateUserPoolCommandOutput extends UpdateUserPoolResponse, __M
39
39
  *
40
40
  * @see {@link UpdateUserPoolCommandInput} for command's `input` shape.
41
41
  * @see {@link UpdateUserPoolCommandOutput} 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 UpdateUserPoolCommand extends $Command<UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface UpdateUserPoolDomainCommandOutput extends UpdateUserPoolDomainR
40
40
  *
41
41
  * @see {@link UpdateUserPoolDomainCommandInput} for command's `input` shape.
42
42
  * @see {@link UpdateUserPoolDomainCommandOutput} 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 UpdateUserPoolDomainCommand extends $Command<UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface VerifySoftwareTokenCommandOutput extends VerifySoftwareTokenRes
22
22
  *
23
23
  * @see {@link VerifySoftwareTokenCommandInput} for command's `input` shape.
24
24
  * @see {@link VerifySoftwareTokenCommandOutput} 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 VerifySoftwareTokenCommand extends $Command<VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface VerifyUserAttributeCommandOutput extends VerifyUserAttributeRes
20
20
  *
21
21
  * @see {@link VerifyUserAttributeCommandInput} for command's `input` shape.
22
22
  * @see {@link VerifyUserAttributeCommandOutput} 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 VerifyUserAttributeCommand extends $Command<VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -32,9 +34,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
32
34
  signingEscapePath?: boolean | undefined;
33
35
  systemClockOffset?: number | undefined;
34
36
  signingRegion?: string | undefined;
35
- /**
36
- * @internal
37
- */
38
37
  signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
39
38
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
39
  };
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -139,6 +139,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
139
139
 
140
140
  logger?: __Logger;
141
141
 
142
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
143
+
144
+ useFipsEndpoint?: boolean | __Provider<boolean>;
145
+
142
146
  serviceId?: string;
143
147
 
144
148
  region?: string | __Provider<string>;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -30,7 +32,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
30
32
  signingEscapePath?: boolean | undefined;
31
33
  systemClockOffset?: number | undefined;
32
34
  signingRegion?: string | undefined;
33
-
34
35
  signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
36
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
37
  };
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity-provider",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4
- "version": "3.38.0",
4
+ "version": "3.42.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,34 +19,34 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.38.0",
25
- "@aws-sdk/config-resolver": "3.38.0",
26
- "@aws-sdk/credential-provider-node": "3.38.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.38.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.38.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.38.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.42.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.38.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"