Skip to content

Commit cee0522

Browse files
Update generated code (#1993)
update generated code
1 parent 319c733 commit cee0522

File tree

5 files changed

+89
-62
lines changed

5 files changed

+89
-62
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.362.0"
3+
"${LATEST}": "3.362.1"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Kinesis/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
### Changed
1616

1717
- Apply new CodingStandard from latest php-cs-fixer.
18+
- AWS enhancement: Documentation updates.
1819

1920
## 3.3.0
2021

src/Service/Kinesis/src/KinesisClient.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,9 @@ public function putRecords($input): PutRecordsOutput
11971197
* you must also have the `kinesis:TagResource` permission for the consumer that will be registered. Tags will take
11981198
* effect from the `CREATING` status of the consumer.
11991199
*
1200-
* You can register up to 20 consumers per stream. A given consumer can only be registered with one stream at a time.
1200+
* With On-demand Advantage streams, you can register up to 50 consumers per stream to use Enhanced Fan-out. With
1201+
* On-demand Standard and Provisioned streams, you can register up to 20 consumers per stream to use Enhanced Fan-out. A
1202+
* given consumer can only be registered with one stream at a time.
12011203
*
12021204
* For an example of how to use this operation, see Enhanced Fan-Out Using the Kinesis Data Streams API [^1].
12031205
*

src/Service/S3/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
- Apply new CodingStandard from latest php-cs-fixer.
2323
- Harden code against error cases
24+
- AWS enhancement: Documentation updates.
2425

2526
## 2.10.0
2627

0 commit comments

Comments
 (0)