Skip to content

Commit b112c0c

Browse files
author
AWS
committed
Amazon Connect Service Update: Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
1 parent c7f2474 commit b112c0c

File tree

3 files changed

+303
-6
lines changed

3 files changed

+303
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs."
6+
}

services/connect/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"output_token": "NextToken",
3333
"result_key": "Origins"
3434
},
35+
"ListAuthenticationProfiles": {
36+
"input_token": "NextToken",
37+
"limit_key": "MaxResults",
38+
"output_token": "NextToken",
39+
"result_key": "AuthenticationProfileSummaryList"
40+
},
3541
"ListBots": {
3642
"input_token": "NextToken",
3743
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)