Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.45.18 #5004

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.45.18 (2023-09-27)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API, documentation, and examples
* `service/firehose`: Updates service API and documentation
* Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
* `service/iot`: Updates service API and documentation
* Added support for IoT Rules Engine Kafka Action Headers
* `service/textract`: Updates service API and documentation

Release v1.45.17 (2023-09-26)
===

Expand Down
131 changes: 131 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.17"
const SDKVersion = "1.45.18"
12 changes: 10 additions & 2 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5571,7 +5571,11 @@
"Id":{"shape":"UserPoolIdType"},
"Name":{"shape":"UserPoolNameType"},
"LambdaConfig":{"shape":"LambdaConfigType"},
"Status":{"shape":"StatusType"},
"Status":{
"shape":"StatusType",
"deprecated":true,
"deprecatedMessage":"This property is no longer available."
},
"LastModifiedDate":{"shape":"DateType"},
"CreationDate":{"shape":"DateType"}
}
Expand Down Expand Up @@ -5630,7 +5634,11 @@
"Policies":{"shape":"UserPoolPolicyType"},
"DeletionProtection":{"shape":"DeletionProtectionType"},
"LambdaConfig":{"shape":"LambdaConfigType"},
"Status":{"shape":"StatusType"},
"Status":{
"shape":"StatusType",
"deprecated":true,
"deprecatedMessage":"This property is no longer available."
},
"LastModifiedDate":{"shape":"DateType"},
"CreationDate":{"shape":"DateType"},
"SchemaAttributes":{"shape":"SchemaAttributesListType"},
Expand Down
2 changes: 1 addition & 1 deletion models/apis/cognito-idp/2016-04-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@
"refs": {
"AdminAddUserToGroupRequest$Username": "<p>The username for the user.</p>",
"AdminConfirmSignUpRequest$Username": "<p>The user name for which you want to confirm user registration.</p>",
"AdminCreateUserRequest$Username": "<p>The username for the user. Must be unique within the user pool. Must be a UTF-8 string between 1 and 128 characters. After the user is created, the username can't be changed.</p>",
"AdminCreateUserRequest$Username": "<p>The value that you want to set as the username sign-in attribute. The following conditions apply to the username parameter.</p> <ul> <li> <p>The username can't be a duplicate of another username in the same user pool.</p> </li> <li> <p>You can't change the value of a username after you create it.</p> </li> <li> <p>You can only provide a value if usernames are a valid sign-in attribute for your user pool. If your user pool only supports phone numbers or email addresses as sign-in attributes, Amazon Cognito automatically generates a username value. For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#user-pool-settings-aliases\">Customizing sign-in attributes</a>.</p> </li> </ul>",
"AdminDeleteUserAttributesRequest$Username": "<p>The user name of the user from which you would like to delete attributes.</p>",
"AdminDeleteUserRequest$Username": "<p>The user name of the user you want to delete.</p>",
"AdminDisableUserRequest$Username": "<p>The user name of the user you want to disable.</p>",
Expand Down
77 changes: 0 additions & 77 deletions models/apis/cognito-idp/2016-04-18/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "testuser@example.com"
}
],
"Enabled": true,
"UserCreateDate": 1682955829.578,
"UserLastModifiedDate": 1689030181.63,
"UserStatus": "CONFIRMED",
"Username": "testuser"
},
{
"Attributes": [
{
"Name": "sub",
"Value": "3b994cfd-0b07-4581-be46-3c82f9a70c90"
},
{
"Name": "email",
"Value": "testuser2@example.com"
}
],
"Enabled": true,
"UserCreateDate": 1684427979.201,
"UserLastModifiedDate": 1684427979.201,
"UserStatus": "UNCONFIRMED",
"Username": "testuser2"
},
{
"Attributes": [
{
"Name": "sub",
"Value": "5929e0d1-4c34-42d1-9b79-a5ecacfe66f7"
},
{
"Name": "email",
"Value": "testuser3@example.com"
}
],
"Enabled": true,
"UserCreateDate": 1684427823.641,
"UserLastModifiedDate": 1684427823.641,
"UserStatus": "UNCONFIRMED",
"Username": "testuser3@example.com"
}
]
},
"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": [
Expand Down
Loading
Loading