Skip to content

Commit 588a7e2

Browse files
author
awstools
committed
feat(client-cognito-identity-provider): Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
1 parent b1650d4 commit 588a7e2

File tree

80 files changed

+1165
-1016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1165
-1016
lines changed

clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export interface AddCustomAttributesCommandOutput extends AddCustomAttributesRes
3636
* <p>Adds additional user attributes to the user pool schema.</p>
3737
* <note>
3838
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
39-
* this operation, you must use IAM credentials to authorize requests, and you must
40-
* grant yourself the corresponding IAM permission in a policy.</p>
39+
* this operation, you must use IAM credentials to authorize requests, and you must
40+
* grant yourself the corresponding IAM permission in a policy.</p>
4141
* <p class="title">
4242
* <b>Learn more</b>
4343
* </p>

clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {}
3838
* identity tokens.</p>
3939
* <note>
4040
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
41-
* this operation, you must use IAM credentials to authorize requests, and you must
42-
* grant yourself the corresponding IAM permission in a policy.</p>
41+
* this operation, you must use IAM credentials to authorize requests, and you must
42+
* grant yourself the corresponding IAM permission in a policy.</p>
4343
* <p class="title">
4444
* <b>Learn more</b>
4545
* </p>

clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export interface AdminConfirmSignUpCommandOutput extends AdminConfirmSignUpRespo
4848
* when they respond to their invitation email message and choose a password.</p>
4949
* <note>
5050
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
51-
* this operation, you must use IAM credentials to authorize requests, and you must
52-
* grant yourself the corresponding IAM permission in a policy.</p>
51+
* this operation, you must use IAM credentials to authorize requests, and you must
52+
* grant yourself the corresponding IAM permission in a policy.</p>
5353
* <p class="title">
5454
* <b>Learn more</b>
5555
* </p>

clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, _
4343
* email or phone (SMS).</p>
4444
* <note>
4545
* <p>This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers
46-
* require you to register an origination phone number before you can send SMS messages
47-
* to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a
48-
* phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
49-
* Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must
50-
* receive SMS messages might not be able to sign up, activate their accounts, or sign
51-
* in.</p>
46+
* require you to register an origination phone number before you can send SMS messages
47+
* to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a
48+
* phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
49+
* Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must
50+
* receive SMS messages might not be able to sign up, activate their accounts, or sign
51+
* in.</p>
5252
* <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service,
53-
* Amazon Simple Notification Service might place your account in the SMS sandbox. In <i>
53+
* Amazon Simple Notification Service might place your account in the SMS sandbox. In <i>
5454
* <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
55-
* mode</a>
55+
* mode</a>
5656
* </i>, you can send messages only to verified phone
57-
* numbers. After you test your app while in the sandbox environment, you can move out
58-
* 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
59-
* Developer Guide</i>.</p>
57+
* numbers. After you test your app while in the sandbox environment, you can move out
58+
* 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
59+
* Developer Guide</i>.</p>
6060
* </note>
6161
* <p>This message is based on a template that you configured in your call to create or
6262
* update a user pool. This template includes your custom sign-up instructions and
@@ -67,8 +67,8 @@ export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, _
6767
* they sign in and change their password.</p>
6868
* <note>
6969
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
70-
* this operation, you must use IAM credentials to authorize requests, and you must
71-
* grant yourself the corresponding IAM permission in a policy.</p>
70+
* this operation, you must use IAM credentials to authorize requests, and you must
71+
* grant yourself the corresponding IAM permission in a policy.</p>
7272
* <p class="title">
7373
* <b>Learn more</b>
7474
* </p>

clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export interface AdminDeleteUserAttributesCommandOutput extends AdminDeleteUserA
4141
* user.</p>
4242
* <note>
4343
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
44-
* this operation, you must use IAM credentials to authorize requests, and you must
45-
* grant yourself the corresponding IAM permission in a policy.</p>
44+
* this operation, you must use IAM credentials to authorize requests, and you must
45+
* grant yourself the corresponding IAM permission in a policy.</p>
4646
* <p class="title">
4747
* <b>Learn more</b>
4848
* </p>

clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export interface AdminDeleteUserCommandOutput extends __MetadataBearer {}
3636
* <p>Deletes a user as an administrator. Works on any user.</p>
3737
* <note>
3838
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
39-
* this operation, you must use IAM credentials to authorize requests, and you must
40-
* grant yourself the corresponding IAM permission in a policy.</p>
39+
* this operation, you must use IAM credentials to authorize requests, and you must
40+
* grant yourself the corresponding IAM permission in a policy.</p>
4141
* <p class="title">
4242
* <b>Learn more</b>
4343
* </p>

clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export interface AdminDisableProviderForUserCommandOutput
6363
* assertion.</p>
6464
* <note>
6565
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
66-
* this operation, you must use IAM credentials to authorize requests, and you must
67-
* grant yourself the corresponding IAM permission in a policy.</p>
66+
* this operation, you must use IAM credentials to authorize requests, and you must
67+
* grant yourself the corresponding IAM permission in a policy.</p>
6868
* <p class="title">
6969
* <b>Learn more</b>
7070
* </p>

clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export interface AdminDisableUserCommandOutput extends AdminDisableUserResponse,
4242
* <code>ListUsers</code> API requests.</p>
4343
* <note>
4444
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
45-
* this operation, you must use IAM credentials to authorize requests, and you must
46-
* grant yourself the corresponding IAM permission in a policy.</p>
45+
* this operation, you must use IAM credentials to authorize requests, and you must
46+
* grant yourself the corresponding IAM permission in a policy.</p>
4747
* <p class="title">
4848
* <b>Learn more</b>
4949
* </p>

clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export interface AdminEnableUserCommandOutput extends AdminEnableUserResponse, _
4040
* <p>Enables the specified user as an administrator. Works on any user.</p>
4141
* <note>
4242
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
43-
* this operation, you must use IAM credentials to authorize requests, and you must
44-
* grant yourself the corresponding IAM permission in a policy.</p>
43+
* this operation, you must use IAM credentials to authorize requests, and you must
44+
* grant yourself the corresponding IAM permission in a policy.</p>
4545
* <p class="title">
4646
* <b>Learn more</b>
4747
* </p>

clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {}
3636
* <p>Forgets the device, as an administrator.</p>
3737
* <note>
3838
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
39-
* this operation, you must use IAM credentials to authorize requests, and you must
40-
* grant yourself the corresponding IAM permission in a policy.</p>
39+
* this operation, you must use IAM credentials to authorize requests, and you must
40+
* grant yourself the corresponding IAM permission in a policy.</p>
4141
* <p class="title">
4242
* <b>Learn more</b>
4343
* </p>

clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __M
4141
* <p>Gets the device, as an administrator.</p>
4242
* <note>
4343
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
44-
* this operation, you must use IAM credentials to authorize requests, and you must
45-
* grant yourself the corresponding IAM permission in a policy.</p>
44+
* this operation, you must use IAM credentials to authorize requests, and you must
45+
* grant yourself the corresponding IAM permission in a policy.</p>
4646
* <p class="title">
4747
* <b>Learn more</b>
4848
* </p>

clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __Metad
4242
* user.</p>
4343
* <note>
4444
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
45-
* this operation, you must use IAM credentials to authorize requests, and you must
46-
* grant yourself the corresponding IAM permission in a policy.</p>
45+
* this operation, you must use IAM credentials to authorize requests, and you must
46+
* grant yourself the corresponding IAM permission in a policy.</p>
4747
* <p class="title">
4848
* <b>Learn more</b>
4949
* </p>

clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@ export interface AdminInitiateAuthCommandOutput extends AdminInitiateAuthRespons
4141
* <p>Initiates the authentication flow, as an administrator.</p>
4242
* <note>
4343
* <p>This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers
44-
* require you to register an origination phone number before you can send SMS messages
45-
* to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a
46-
* phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
47-
* Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must
48-
* receive SMS messages might not be able to sign up, activate their accounts, or sign
49-
* in.</p>
44+
* require you to register an origination phone number before you can send SMS messages
45+
* to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a
46+
* phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
47+
* Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must
48+
* receive SMS messages might not be able to sign up, activate their accounts, or sign
49+
* in.</p>
5050
* <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service,
51-
* Amazon Simple Notification Service might place your account in the SMS sandbox. In <i>
51+
* Amazon Simple Notification Service might place your account in the SMS sandbox. In <i>
5252
* <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
53-
* mode</a>
53+
* mode</a>
5454
* </i>, you can send messages only to verified phone
55-
* numbers. After you test your app while in the sandbox environment, you can move out
56-
* 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
57-
* Developer Guide</i>.</p>
55+
* numbers. After you test your app while in the sandbox environment, you can move out
56+
* 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
57+
* Developer Guide</i>.</p>
5858
* </note>
5959
* <note>
6060
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
61-
* this operation, you must use IAM credentials to authorize requests, and you must
62-
* grant yourself the corresponding IAM permission in a policy.</p>
61+
* this operation, you must use IAM credentials to authorize requests, and you must
62+
* grant yourself the corresponding IAM permission in a policy.</p>
6363
* <p class="title">
6464
* <b>Learn more</b>
6565
* </p>

clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export interface AdminLinkProviderForUserCommandOutput extends AdminLinkProvider
5252
* </important>
5353
* <note>
5454
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
55-
* this operation, you must use IAM credentials to authorize requests, and you must
56-
* grant yourself the corresponding IAM permission in a policy.</p>
55+
* this operation, you must use IAM credentials to authorize requests, and you must
56+
* grant yourself the corresponding IAM permission in a policy.</p>
5757
* <p class="title">
5858
* <b>Learn more</b>
5959
* </p>

clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse,
4141
* <p>Lists devices, as an administrator.</p>
4242
* <note>
4343
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
44-
* this operation, you must use IAM credentials to authorize requests, and you must
45-
* grant yourself the corresponding IAM permission in a policy.</p>
44+
* this operation, you must use IAM credentials to authorize requests, and you must
45+
* grant yourself the corresponding IAM permission in a policy.</p>
4646
* <p class="title">
4747
* <b>Learn more</b>
4848
* </p>

clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export interface AdminListGroupsForUserCommandOutput extends AdminListGroupsForU
4040
* <p>Lists the groups that a user belongs to.</p>
4141
* <note>
4242
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
43-
* this operation, you must use IAM credentials to authorize requests, and you must
44-
* grant yourself the corresponding IAM permission in a policy.</p>
43+
* this operation, you must use IAM credentials to authorize requests, and you must
44+
* grant yourself the corresponding IAM permission in a policy.</p>
4545
* <p class="title">
4646
* <b>Learn more</b>
4747
* </p>

clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export interface AdminListUserAuthEventsCommandOutput extends AdminListUserAuthE
4141
* security.</p>
4242
* <note>
4343
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
44-
* this operation, you must use IAM credentials to authorize requests, and you must
45-
* grant yourself the corresponding IAM permission in a policy.</p>
44+
* this operation, you must use IAM credentials to authorize requests, and you must
45+
* grant yourself the corresponding IAM permission in a policy.</p>
4646
* <p class="title">
4747
* <b>Learn more</b>
4848
* </p>

clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer
3636
* <p>Removes the specified user from the specified group.</p>
3737
* <note>
3838
* <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
39-
* this operation, you must use IAM credentials to authorize requests, and you must
40-
* grant yourself the corresponding IAM permission in a policy.</p>
39+
* this operation, you must use IAM credentials to authorize requests, and you must
40+
* grant yourself the corresponding IAM permission in a policy.</p>
4141
* <p class="title">
4242
* <b>Learn more</b>
4343
* </p>

0 commit comments

Comments
 (0)