Skip to content

Commit 208e318

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent e8a28c5 commit 208e318

File tree

4 files changed

+56
-11
lines changed

4 files changed

+56
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ElastiCache - Updated the API, and documentation for Amazon ElastiCache.
5+
46
2.11.385 (2019-10-29)
57
------------------
68

aws-sdk-core/apis/elasticache/2015-02-02/api-2.json

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,20 @@
956956
"ScaleDownModifications":{"shape":"NodeTypeList"}
957957
}
958958
},
959+
"AuthTokenUpdateStatus":{
960+
"type":"string",
961+
"enum":[
962+
"SETTING",
963+
"ROTATING"
964+
]
965+
},
966+
"AuthTokenUpdateStrategyType":{
967+
"type":"string",
968+
"enum":[
969+
"SET",
970+
"ROTATE"
971+
]
972+
},
959973
"AuthorizationAlreadyExistsFault":{
960974
"type":"structure",
961975
"members":{
@@ -1067,6 +1081,7 @@
10671081
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
10681082
"SnapshotWindow":{"shape":"String"},
10691083
"AuthTokenEnabled":{"shape":"BooleanOptional"},
1084+
"AuthTokenLastModifiedDate":{"shape":"TStamp"},
10701085
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
10711086
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
10721087
},
@@ -2176,7 +2191,9 @@
21762191
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
21772192
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
21782193
"SnapshotWindow":{"shape":"String"},
2179-
"CacheNodeType":{"shape":"String"}
2194+
"CacheNodeType":{"shape":"String"},
2195+
"AuthToken":{"shape":"String"},
2196+
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"}
21802197
}
21812198
},
21822199
"ModifyCacheClusterResult":{
@@ -2220,6 +2237,10 @@
22202237
"PrimaryClusterId":{"shape":"String"},
22212238
"SnapshottingClusterId":{"shape":"String"},
22222239
"AutomaticFailoverEnabled":{"shape":"BooleanOptional"},
2240+
"NodeGroupId":{
2241+
"shape":"String",
2242+
"deprecated":true
2243+
},
22232244
"CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
22242245
"SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
22252246
"PreferredMaintenanceWindow":{"shape":"String"},
@@ -2232,10 +2253,8 @@
22322253
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
22332254
"SnapshotWindow":{"shape":"String"},
22342255
"CacheNodeType":{"shape":"String"},
2235-
"NodeGroupId":{
2236-
"shape":"String",
2237-
"deprecated":true
2238-
}
2256+
"AuthToken":{"shape":"String"},
2257+
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"}
22392258
}
22402259
},
22412260
"ModifyReplicationGroupResult":{
@@ -2519,7 +2538,8 @@
25192538
"NumCacheNodes":{"shape":"IntegerOptional"},
25202539
"CacheNodeIdsToRemove":{"shape":"CacheNodeIdsList"},
25212540
"EngineVersion":{"shape":"String"},
2522-
"CacheNodeType":{"shape":"String"}
2541+
"CacheNodeType":{"shape":"String"},
2542+
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"}
25232543
}
25242544
},
25252545
"PreferredAvailabilityZoneList":{
@@ -2631,6 +2651,7 @@
26312651
"ClusterEnabled":{"shape":"BooleanOptional"},
26322652
"CacheNodeType":{"shape":"String"},
26332653
"AuthTokenEnabled":{"shape":"BooleanOptional"},
2654+
"AuthTokenLastModifiedDate":{"shape":"TStamp"},
26342655
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
26352656
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
26362657
"KmsKeyId":{"shape":"String"}
@@ -2705,7 +2726,8 @@
27052726
"members":{
27062727
"PrimaryClusterId":{"shape":"String"},
27072728
"AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"},
2708-
"Resharding":{"shape":"ReshardingStatus"}
2729+
"Resharding":{"shape":"ReshardingStatus"},
2730+
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"}
27092731
}
27102732
},
27112733
"ReservedCacheNode":{

0 commit comments

Comments
 (0)