Skip to content

Commit 9046598

Browse files
author
AWS
committed
Amazon ElastiCache Update: This release introduces User and UserGroup to allow customers to have access control list of the Redis resources for AWS ElastiCache. This release also adds support for Outposts for AWS ElastiCache.
1 parent 40da63f commit 9046598

File tree

3 files changed

+838
-6
lines changed

3 files changed

+838
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon ElastiCache",
4+
"description": "This release introduces User and UserGroup to allow customers to have access control list of the Redis resources for AWS ElastiCache. This release also adds support for Outposts for AWS ElastiCache."
5+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@
8989
"limit_key": "MaxRecords",
9090
"output_token": "Marker",
9191
"result_key": "UpdateActions"
92+
},
93+
"DescribeUserGroups": {
94+
"input_token": "Marker",
95+
"limit_key": "MaxRecords",
96+
"output_token": "Marker",
97+
"result_key": "UserGroups"
98+
},
99+
"DescribeUsers": {
100+
"input_token": "Marker",
101+
"limit_key": "MaxRecords",
102+
"output_token": "Marker",
103+
"result_key": "Users"
92104
}
93105
}
94106
}

0 commit comments

Comments
 (0)