@aws-sdk/client-cognito-identity-provider 3.758.0 → 3.760.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -61
- package/dist-cjs/index.js +39 -6
- package/dist-es/models/models_0.js +13 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +13 -1
- package/dist-types/CognitoIdentityProvider.d.ts +5 -62
- package/dist-types/CognitoIdentityProviderClient.d.ts +5 -62
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +0 -3
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -2
- package/dist-types/commands/AdminCreateUserCommand.d.ts +12 -12
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +10 -13
- package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetUserCommand.d.ts +4 -3
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +3 -0
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +11 -12
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -12
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -3
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +10 -7
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +20 -20
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +0 -12
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +2 -3
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +4 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +7 -10
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +0 -3
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +4 -5
- package/dist-types/commands/CreateUserPoolCommand.d.ts +8 -10
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +7 -1
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/ForgetDeviceCommand.d.ts +2 -2
- package/dist-types/commands/ForgotPasswordCommand.d.ts +6 -11
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +26 -2
- package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupCommand.d.ts +23 -2
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +3 -1
- package/dist-types/commands/GetLogDeliveryConfigurationCommand.d.ts +22 -1
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +26 -5
- package/dist-types/commands/GetUICustomizationCommand.d.ts +5 -5
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -3
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +9 -3
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +39 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +5 -2
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -4
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +3 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +2 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +2 -2
- package/dist-types/commands/ListUsersCommand.d.ts +2 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +9 -2
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +5 -2
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +24 -5
- package/dist-types/commands/SetUICustomizationCommand.d.ts +23 -10
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +0 -3
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +2 -1
- package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/SignUpCommand.d.ts +3 -5
- package/dist-types/commands/StartUserImportJobCommand.d.ts +3 -1
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
- package/dist-types/commands/StopUserImportJobCommand.d.ts +3 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +13 -3
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +6 -2
- package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +4 -1
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -5
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +4 -5
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +7 -4
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +8 -7
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +4 -3
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +5 -3
- package/dist-types/index.d.ts +5 -62
- package/dist-types/models/models_0.d.ts +730 -642
- package/dist-types/models/models_1.d.ts +834 -558
- package/dist-types/ts3.4/models/models_0.d.ts +9 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -1
- package/package.json +1 -1
|
@@ -27,8 +27,12 @@ declare const UpdateDeviceStatusCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the
|
|
31
|
-
*
|
|
30
|
+
* <p>Updates the status of a the currently signed-in user's device so that it is
|
|
31
|
+
* marked as remembered or not remembered for the purpose of device authentication. Device
|
|
32
|
+
* authentication is a "remember me" mechanism that silently completes sign-in from trusted
|
|
33
|
+
* devices with a device key instead of a user-provided MFA code. This operation changes
|
|
34
|
+
* the status of a device without deleting it, so you can enable it again later. For more
|
|
35
|
+
* information about device authentication, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html">Working with devices</a>.</p>
|
|
32
36
|
* <p>Authorize this action with a signed-in user's access token. It must include the scope <code>aws.cognito.signin.user.admin</code>.</p>
|
|
33
37
|
* <note>
|
|
34
38
|
* <p>Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
@@ -27,7 +27,8 @@ declare const UpdateGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Given the name of a user pool group, updates any of the properties for precedence,
|
|
31
|
+
* IAM role, or description. For more information about user pool groups, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-user-groups.html">Adding groups to a user pool</a>.</p>
|
|
31
32
|
* <note>
|
|
32
33
|
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
33
34
|
* this operation, you must use IAM credentials to authorize requests, and you must
|
|
@@ -27,7 +27,10 @@ declare const UpdateIdentityProviderCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Modifies the configuration and trust relationship between a third-party identity
|
|
31
|
+
* provider (IdP) and a user pool. Amazon Cognito accepts sign-in with third-party identity
|
|
32
|
+
* providers through managed login and OIDC relying-party libraries. For more information,
|
|
33
|
+
* see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html">Third-party IdP sign-in</a>.</p>
|
|
31
34
|
* <note>
|
|
32
35
|
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
33
36
|
* this operation, you must use IAM credentials to authorize requests, and you must
|
|
@@ -35,11 +35,7 @@ declare const UpdateManagedLoginBrandingCommand_base: {
|
|
|
35
35
|
* image assets for your app client. Your branding settings might exceed 2MB in size. Amazon Cognito
|
|
36
36
|
* doesn't require that you pass all parameters in one request and preserves existing
|
|
37
37
|
* style settings that you don't specify. If your request is larger than 2MB, separate it
|
|
38
|
-
* into multiple requests, each with a size smaller than the limit
|
|
39
|
-
* <p>As a best practice, modify the output of <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBrandingByClient.html">DescribeManagedLoginBrandingByClient</a> into the request parameters for this
|
|
40
|
-
* operation. To get all settings, set <code>ReturnMergedResources</code> to
|
|
41
|
-
* <code>true</code>. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/managed-login-brandingdesigner.html#branding-designer-api">API and SDK operations for managed login branding</a>
|
|
42
|
-
* </p>
|
|
38
|
+
* into multiple requests, each with a size smaller than the limit.</p>
|
|
43
39
|
* <note>
|
|
44
40
|
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
45
41
|
* this operation, you must use IAM credentials to authorize requests, and you must
|
|
@@ -27,7 +27,8 @@ declare const UpdateResourceServerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the name and scopes of resource server. All other fields are read-only
|
|
30
|
+
* <p>Updates the name and scopes of a resource server. All other fields are read-only. For
|
|
31
|
+
* more information about resource servers, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-define-resource-servers.html">Access control with resource servers</a>.</p>
|
|
31
32
|
* <important>
|
|
32
33
|
* <p>If you don't provide a value for an attribute, it is set to the default
|
|
33
34
|
* value.</p>
|
|
@@ -27,11 +27,10 @@ declare const UpdateUserAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* prefix.</p>
|
|
30
|
+
* <p>Updates the currently signed-in user's attributes. To delete an attribute from
|
|
31
|
+
* the user, submit the attribute in your API request with a blank value.</p>
|
|
32
|
+
* <p>For custom attributes, you must add a <code>custom:</code> prefix to the attribute
|
|
33
|
+
* name, for example <code>custom:department</code>.</p>
|
|
35
34
|
* <p>Authorize this action with a signed-in user's access token. It must include the scope <code>aws.cognito.signin.user.admin</code>.</p>
|
|
36
35
|
* <note>
|
|
37
36
|
* <p>Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
@@ -27,13 +27,16 @@ declare const UpdateUserPoolClientCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
30
|
+
* <p>Given a user pool app client ID, updates the configuration. To avoid setting
|
|
31
|
+
* parameters to Amazon Cognito defaults, construct this API request to pass the existing
|
|
32
|
+
* configuration of your app client, modified to include the changes that you want to
|
|
33
|
+
* make.</p>
|
|
32
34
|
* <important>
|
|
33
35
|
* <p>If you don't provide a value for an attribute, Amazon Cognito sets it to its default value.</p>
|
|
34
36
|
* </important>
|
|
35
|
-
* <p>
|
|
36
|
-
*
|
|
37
|
+
* <p>Unlike app clients created in the console, Amazon Cognito doesn't automatically assign a
|
|
38
|
+
* branding style to app clients that you configure with this API operation. Managed login and classic hosted UI pages aren't
|
|
39
|
+
* available for your client until after you apply a branding style.</p>
|
|
37
40
|
* <note>
|
|
38
41
|
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
39
42
|
* this operation, you must use IAM credentials to authorize requests, and you must
|
|
@@ -27,7 +27,13 @@ declare const UpdateUserPoolCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <p>Updates the configuration of a user pool. To avoid setting parameters to Amazon Cognito
|
|
31
|
+
* defaults, construct this API request to pass the existing configuration of your user
|
|
32
|
+
* pool, modified to include the changes that you want to make.</p>
|
|
33
|
+
* <important>
|
|
34
|
+
* <p>If you don't provide a value for an attribute, Amazon Cognito sets it to its default value.</p>
|
|
35
|
+
* </important>
|
|
36
|
+
* <note>
|
|
31
37
|
* <p>This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers
|
|
32
38
|
* require you to register an origination phone number before you can send SMS messages
|
|
33
39
|
* to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a
|
|
@@ -44,11 +50,6 @@ declare const UpdateUserPoolCommand_base: {
|
|
|
44
50
|
* of the sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-sms-settings.html"> SMS message settings for Amazon Cognito user pools</a> in the <i>Amazon Cognito
|
|
45
51
|
* Developer Guide</i>.</p>
|
|
46
52
|
* </note>
|
|
47
|
-
* <p>Updates the specified user pool with the specified attributes. You can get a list of
|
|
48
|
-
* the current user pool settings using <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPool.html">DescribeUserPool</a>.</p>
|
|
49
|
-
* <important>
|
|
50
|
-
* <p>If you don't provide a value for an attribute, Amazon Cognito sets it to its default value.</p>
|
|
51
|
-
* </important>
|
|
52
53
|
* <note>
|
|
53
54
|
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
54
55
|
* this operation, you must use IAM credentials to authorize requests, and you must
|
|
@@ -106,7 +107,7 @@ declare const UpdateUserPoolCommand_base: {
|
|
|
106
107
|
* PreTokenGeneration: "STRING_VALUE",
|
|
107
108
|
* UserMigration: "STRING_VALUE",
|
|
108
109
|
* PreTokenGenerationConfig: { // PreTokenGenerationVersionConfigType
|
|
109
|
-
* LambdaVersion: "V1_0" || "V2_0", // required
|
|
110
|
+
* LambdaVersion: "V1_0" || "V2_0" || "V3_0", // required
|
|
110
111
|
* LambdaArn: "STRING_VALUE", // required
|
|
111
112
|
* },
|
|
112
113
|
* CustomSMSSender: { // CustomSMSLambdaVersionConfigType
|
|
@@ -27,9 +27,10 @@ declare const VerifySoftwareTokenCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>Registers the current user's time-based one-time password (TOTP) authenticator
|
|
31
|
+
* with a code generated in their authenticator app from a private key that's supplied
|
|
32
|
+
* by your user pool. Marks the user's software token MFA status as "verified" if
|
|
33
|
+
* successful. The request takes an access token or a session string, but not both.</p>
|
|
33
34
|
* <note>
|
|
34
35
|
* <p>Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies in requests for this API operation. For
|
|
35
36
|
* this operation, you can't use IAM credentials to authorize requests, and you can't
|
|
@@ -27,10 +27,12 @@ declare const VerifyUserAttributeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Submits a verification code for a signed-in user who has added or changed a value of
|
|
31
|
+
* an auto-verified attribute. When successful, the user's attribute becomes verified
|
|
32
|
+
* and the attribute <code>email_verified</code> or <code>phone_number_verified</code>
|
|
33
|
+
* becomes <code>true</code>.</p>
|
|
31
34
|
* <p> If your user pool requires verification before Amazon Cognito updates the attribute value,
|
|
32
|
-
*
|
|
33
|
-
* information, see <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UserAttributeUpdateSettingsType.html"> UserAttributeUpdateSettingsType</a>. </p>
|
|
35
|
+
* this operation updates the affected attribute to its pending value.</p>
|
|
34
36
|
* <p>Authorize this action with a signed-in user's access token. It must include the scope <code>aws.cognito.signin.user.admin</code>.</p>
|
|
35
37
|
* <note>
|
|
36
38
|
* <p>Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies in requests for this API operation. For
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <p>With the Amazon Cognito user pools API, you can configure user pools and authenticate users. To
|
|
3
3
|
* authenticate users from third-party identity providers (IdPs) in this API, you can
|
|
4
|
-
*
|
|
5
|
-
* about the authentication and authorization of federated users at <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html">Adding user pool sign-in through a third party</a> and in the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-userpools-server-contract-reference.html">User pool federation endpoints and
|
|
4
|
+
* <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation-consolidate-users.html">link IdP users to native user profiles</a>. Learn more
|
|
5
|
+
* about the authentication and authorization of federated users at <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html">Adding user pool sign-in through a third party</a> and in the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-userpools-server-contract-reference.html">User pool federation endpoints and managed login reference</a>.</p>
|
|
6
6
|
* <p>This API reference provides detailed information about API operations and object types
|
|
7
7
|
* in Amazon Cognito.</p>
|
|
8
8
|
* <p>Along with resource management operations, the Amazon Cognito user pools API includes classes
|
|
@@ -23,68 +23,11 @@
|
|
|
23
23
|
* requests to manage, authenticate, or authorize a user.</p>
|
|
24
24
|
* </li>
|
|
25
25
|
* </ol>
|
|
26
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations
|
|
27
|
-
*
|
|
26
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flows-public-server-side.html#user-pools-API-operations">Understanding API, OIDC, and managed login pages
|
|
27
|
+
* authentication</a> in the <i>Amazon Cognito Developer Guide</i>.</p>
|
|
28
28
|
* <p>With your Amazon Web Services SDK, you can build the logic to support operational flows in every use
|
|
29
29
|
* case for this API. You can also make direct REST API requests to <a href="https://docs.aws.amazon.com/general/latest/gr/cognito_identity.html#cognito_identity_your_user_pools_region">Amazon Cognito user pools service endpoints</a>. The following links can get you started
|
|
30
|
-
* with the <code>CognitoIdentityProvider</code> client in
|
|
31
|
-
* SDKs.</p>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/cli/latest/reference/cognito-idp/index.html#cli-aws-cognito-idp">Amazon Web Services
|
|
36
|
-
* Command Line Interface</a>
|
|
37
|
-
* </p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>
|
|
41
|
-
* <a href="https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/CognitoIdentityProvider/TCognitoIdentityProviderClient.html">Amazon Web Services SDK for .NET</a>
|
|
42
|
-
* </p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>
|
|
46
|
-
* <a href="https://sdk.amazonaws.com/cpp/api/LATEST/aws-cpp-sdk-cognito-idp/html/class_aws_1_1_cognito_identity_provider_1_1_cognito_identity_provider_client.html">Amazon Web Services SDK for C++</a>
|
|
47
|
-
* </p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>
|
|
51
|
-
* <a href="https://docs.aws.amazon.com/sdk-for-go/api/service/cognitoidentityprovider/#CognitoIdentityProvider">Amazon Web Services SDK for Go</a>
|
|
52
|
-
* </p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>
|
|
56
|
-
* <a href="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cognitoidentityprovider/CognitoIdentityProviderClient.html">Amazon Web Services SDK for Java V2</a>
|
|
57
|
-
* </p>
|
|
58
|
-
* </li>
|
|
59
|
-
* <li>
|
|
60
|
-
* <p>
|
|
61
|
-
* <a href="https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html">Amazon Web Services
|
|
62
|
-
* SDK for JavaScript</a>
|
|
63
|
-
* </p>
|
|
64
|
-
* </li>
|
|
65
|
-
* <li>
|
|
66
|
-
* <p>
|
|
67
|
-
* <a href="https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-cognito-idp-2016-04-18.html">Amazon Web Services SDK for PHP
|
|
68
|
-
* V3</a>
|
|
69
|
-
* </p>
|
|
70
|
-
* </li>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>
|
|
73
|
-
* <a href="https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cognito-idp.html">Amazon Web Services SDK for Python</a>
|
|
74
|
-
* </p>
|
|
75
|
-
* </li>
|
|
76
|
-
* <li>
|
|
77
|
-
* <p>
|
|
78
|
-
* <a href="https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CognitoIdentityProvider/Client.html">Amazon Web Services SDK
|
|
79
|
-
* for Ruby V3</a>
|
|
80
|
-
* </p>
|
|
81
|
-
* </li>
|
|
82
|
-
* <li>
|
|
83
|
-
* <p>
|
|
84
|
-
* <a href="https://sdk.amazonaws.com/kotlin/api/latest/cognitoidentityprovider/aws.sdk.kotlin.services.cognitoidentityprovider/-cognito-identity-provider-client/index.html">Amazon Web Services SDK for Kotlin</a>
|
|
85
|
-
* </p>
|
|
86
|
-
* </li>
|
|
87
|
-
* </ul>
|
|
30
|
+
* with the <code>CognitoIdentityProvider</code> client in supported Amazon Web Services SDKs.</p>
|
|
88
31
|
* <p>To get started with an Amazon Web Services SDK, see <a href="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>. For example actions and scenarios, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/service_code_examples_cognito-identity-provider.html">Code examples for Amazon Cognito Identity Provider using Amazon Web Services
|
|
89
32
|
* SDKs</a>.</p>
|
|
90
33
|
*
|