Skip to content

Commit db80920

Browse files
author
AWS
committed
Amazon MemoryDB Update: Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
1 parent f3bc5ad commit db80920

File tree

3 files changed

+465
-56
lines changed

3 files changed

+465
-56
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 MemoryDB",
4+
"contributor": "",
5+
"description": "Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"output_token": "NextToken",
2525
"result_key": "Events"
2626
},
27+
"DescribeMultiRegionClusters": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "MultiRegionClusters"
32+
},
2733
"DescribeParameterGroups": {
2834
"input_token": "NextToken",
2935
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)