File tree Expand file tree Collapse file tree 5 files changed +89
-62
lines changed Expand file tree Collapse file tree 5 files changed +89
-62
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1515### Changed
1616
1717- Apply new CodingStandard from latest php-cs-fixer.
18+ - AWS enhancement: Documentation updates.
1819
1920## 3.3.0
2021
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments