Skip to content

Commit 605e71e

Browse files
author
AWS
committed
Amazon ElastiCache Update: Doc only update for ElastiCache
1 parent 479d938 commit 605e71e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
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 ElastiCache",
4+
"contributor": "",
5+
"description": "Doc only update for ElastiCache"
6+
}

services/elasticache/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,7 @@
29762976
"type":"structure",
29772977
"members":{
29782978
},
2979-
"documentation":"<p/>",
2979+
"documentation":"<p>The default user assigned to the user group.</p>",
29802980
"error":{
29812981
"code":"DefaultUserAssociatedToUserGroup",
29822982
"httpStatusCode":400,
@@ -4688,15 +4688,15 @@
46884688
},
46894689
"UserGroupIdsToAdd":{
46904690
"shape":"UserGroupIdList",
4691-
"documentation":"<p>The user group you are associating with the replication group.</p>"
4691+
"documentation":"<p>The ID of the user group you are associating with the replication group.</p>"
46924692
},
46934693
"UserGroupIdsToRemove":{
46944694
"shape":"UserGroupIdList",
4695-
"documentation":"<p>The user group to remove, meaning the users in the group no longer can access the replication group.</p>"
4695+
"documentation":"<p>The ID of the user group to disassociate from the replication group, meaning the users in the group no longer can access the replication group.</p>"
46964696
},
46974697
"RemoveUserGroups":{
46984698
"shape":"BooleanOptional",
4699-
"documentation":"<p>Removes the user groups that can access this replication group.</p>"
4699+
"documentation":"<p>Removes the user group associated with this replication group.</p>"
47004700
},
47014701
"LogDeliveryConfigurations":{
47024702
"shape":"LogDeliveryConfigurationRequestList",
@@ -5586,7 +5586,7 @@
55865586
},
55875587
"UserGroupIds":{
55885588
"shape":"UserGroupIdList",
5589-
"documentation":"<p>The list of user group IDs that have access to the replication group.</p>"
5589+
"documentation":"<p>The ID of the user group associated to the replication group.</p>"
55905590
},
55915591
"LogDeliveryConfigurations":{
55925592
"shape":"LogDeliveryConfigurationList",
@@ -5702,7 +5702,7 @@
57025702
},
57035703
"UserGroups":{
57045704
"shape":"UserGroupsUpdateStatus",
5705-
"documentation":"<p>The user groups being modified.</p>"
5705+
"documentation":"<p>The user group being modified.</p>"
57065706
},
57075707
"LogDeliveryConfigurations":{
57085708
"shape":"PendingLogDeliveryConfigurationList",
@@ -6762,7 +6762,7 @@
67626762
},
67636763
"PendingChanges":{
67646764
"shape":"UserGroupPendingChanges",
6765-
"documentation":"<p>A list of updates being applied to the user groups.</p>"
6765+
"documentation":"<p>A list of updates being applied to the user group.</p>"
67666766
},
67676767
"ReplicationGroups":{
67686768
"shape":"UGReplicationGroupIdList",
@@ -6847,11 +6847,11 @@
68476847
"members":{
68486848
"UserGroupIdsToAdd":{
68496849
"shape":"UserGroupIdList",
6850-
"documentation":"<p>The list of user group IDs to add.</p>"
6850+
"documentation":"<p>The ID of the user group to add.</p>"
68516851
},
68526852
"UserGroupIdsToRemove":{
68536853
"shape":"UserGroupIdList",
6854-
"documentation":"<p>The list of user group IDs to remove.</p>"
6854+
"documentation":"<p>The ID of the user group to remove.</p>"
68556855
}
68566856
},
68576857
"documentation":"<p>The status of the user group update.</p>"

0 commit comments

Comments
 (0)