|
956 | 956 | "ScaleDownModifications":{"shape":"NodeTypeList"} |
957 | 957 | } |
958 | 958 | }, |
| 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 | + }, |
959 | 973 | "AuthorizationAlreadyExistsFault":{ |
960 | 974 | "type":"structure", |
961 | 975 | "members":{ |
|
1067 | 1081 | "SnapshotRetentionLimit":{"shape":"IntegerOptional"}, |
1068 | 1082 | "SnapshotWindow":{"shape":"String"}, |
1069 | 1083 | "AuthTokenEnabled":{"shape":"BooleanOptional"}, |
| 1084 | + "AuthTokenLastModifiedDate":{"shape":"TStamp"}, |
1070 | 1085 | "TransitEncryptionEnabled":{"shape":"BooleanOptional"}, |
1071 | 1086 | "AtRestEncryptionEnabled":{"shape":"BooleanOptional"} |
1072 | 1087 | }, |
|
2176 | 2191 | "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"}, |
2177 | 2192 | "SnapshotRetentionLimit":{"shape":"IntegerOptional"}, |
2178 | 2193 | "SnapshotWindow":{"shape":"String"}, |
2179 | | - "CacheNodeType":{"shape":"String"} |
| 2194 | + "CacheNodeType":{"shape":"String"}, |
| 2195 | + "AuthToken":{"shape":"String"}, |
| 2196 | + "AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"} |
2180 | 2197 | } |
2181 | 2198 | }, |
2182 | 2199 | "ModifyCacheClusterResult":{ |
|
2220 | 2237 | "PrimaryClusterId":{"shape":"String"}, |
2221 | 2238 | "SnapshottingClusterId":{"shape":"String"}, |
2222 | 2239 | "AutomaticFailoverEnabled":{"shape":"BooleanOptional"}, |
| 2240 | + "NodeGroupId":{ |
| 2241 | + "shape":"String", |
| 2242 | + "deprecated":true |
| 2243 | + }, |
2223 | 2244 | "CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"}, |
2224 | 2245 | "SecurityGroupIds":{"shape":"SecurityGroupIdsList"}, |
2225 | 2246 | "PreferredMaintenanceWindow":{"shape":"String"}, |
|
2232 | 2253 | "SnapshotRetentionLimit":{"shape":"IntegerOptional"}, |
2233 | 2254 | "SnapshotWindow":{"shape":"String"}, |
2234 | 2255 | "CacheNodeType":{"shape":"String"}, |
2235 | | - "NodeGroupId":{ |
2236 | | - "shape":"String", |
2237 | | - "deprecated":true |
2238 | | - } |
| 2256 | + "AuthToken":{"shape":"String"}, |
| 2257 | + "AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"} |
2239 | 2258 | } |
2240 | 2259 | }, |
2241 | 2260 | "ModifyReplicationGroupResult":{ |
|
2519 | 2538 | "NumCacheNodes":{"shape":"IntegerOptional"}, |
2520 | 2539 | "CacheNodeIdsToRemove":{"shape":"CacheNodeIdsList"}, |
2521 | 2540 | "EngineVersion":{"shape":"String"}, |
2522 | | - "CacheNodeType":{"shape":"String"} |
| 2541 | + "CacheNodeType":{"shape":"String"}, |
| 2542 | + "AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"} |
2523 | 2543 | } |
2524 | 2544 | }, |
2525 | 2545 | "PreferredAvailabilityZoneList":{ |
|
2631 | 2651 | "ClusterEnabled":{"shape":"BooleanOptional"}, |
2632 | 2652 | "CacheNodeType":{"shape":"String"}, |
2633 | 2653 | "AuthTokenEnabled":{"shape":"BooleanOptional"}, |
| 2654 | + "AuthTokenLastModifiedDate":{"shape":"TStamp"}, |
2634 | 2655 | "TransitEncryptionEnabled":{"shape":"BooleanOptional"}, |
2635 | 2656 | "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}, |
2636 | 2657 | "KmsKeyId":{"shape":"String"} |
|
2705 | 2726 | "members":{ |
2706 | 2727 | "PrimaryClusterId":{"shape":"String"}, |
2707 | 2728 | "AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"}, |
2708 | | - "Resharding":{"shape":"ReshardingStatus"} |
| 2729 | + "Resharding":{"shape":"ReshardingStatus"}, |
| 2730 | + "AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"} |
2709 | 2731 | } |
2710 | 2732 | }, |
2711 | 2733 | "ReservedCacheNode":{ |
|
0 commit comments