-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Sep 27, 2023
1 parent
f9df3e3
commit 707788e
Showing
21 changed files
with
861 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "CognitoIdentityServiceProvider", | ||
"description": "The UserPoolType Status field is no longer used." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Firehose", | ||
"description": "Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Iot", | ||
"description": "Added support for IoT Rules Engine Kafka Action Headers" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Textract", | ||
"description": "This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -695,83 +695,6 @@ | |
} | ||
], | ||
"ListUsers": [ | ||
{ | ||
"input": { | ||
"AttributesToGet": [ | ||
"email", | ||
"sub" | ||
], | ||
"Filter": "\"email\"^=\"testuser\"", | ||
"Limit": 3, | ||
"PaginationToken": "abcd1234EXAMPLE", | ||
"UserPoolId": "us-east-1_EXAMPLE" | ||
}, | ||
"output": { | ||
"PaginationToken": "efgh5678EXAMPLE", | ||
"Users": [ | ||
{ | ||
"Attributes": [ | ||
{ | ||
"Name": "sub", | ||
"Value": "eaad0219-2117-439f-8d46-4db20e59268f" | ||
}, | ||
{ | ||
"Name": "email", | ||
"Value": "[email protected]" | ||
} | ||
], | ||
"Enabled": true, | ||
"UserCreateDate": 1682955829.578, | ||
"UserLastModifiedDate": 1689030181.63, | ||
"UserStatus": "CONFIRMED", | ||
"Username": "testuser" | ||
}, | ||
{ | ||
"Attributes": [ | ||
{ | ||
"Name": "sub", | ||
"Value": "3b994cfd-0b07-4581-be46-3c82f9a70c90" | ||
}, | ||
{ | ||
"Name": "email", | ||
"Value": "[email protected]" | ||
} | ||
], | ||
"Enabled": true, | ||
"UserCreateDate": 1684427979.201, | ||
"UserLastModifiedDate": 1684427979.201, | ||
"UserStatus": "UNCONFIRMED", | ||
"Username": "testuser2" | ||
}, | ||
{ | ||
"Attributes": [ | ||
{ | ||
"Name": "sub", | ||
"Value": "5929e0d1-4c34-42d1-9b79-a5ecacfe66f7" | ||
}, | ||
{ | ||
"Name": "email", | ||
"Value": "[email protected]" | ||
} | ||
], | ||
"Enabled": true, | ||
"UserCreateDate": 1684427823.641, | ||
"UserLastModifiedDate": 1684427823.641, | ||
"UserStatus": "UNCONFIRMED", | ||
"Username": "[email protected]" | ||
} | ||
] | ||
}, | ||
"comments": { | ||
"input": { | ||
}, | ||
"output": { | ||
} | ||
}, | ||
"description": "This request submits a value for all possible parameters for ListUsers. By iterating the PaginationToken, you can page through and collect all users in a user pool.", | ||
"id": "a-listusers-request-for-the-next-3-users-whose-email-address-starts-with-testuser-1689977648246", | ||
"title": "A ListUsers request for the next 3 users whose email address starts with \"testuser.\"" | ||
}, | ||
{ | ||
"input": { | ||
"AttributesToGet": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.