aws-sdk-elasticache 1.97.0 → 1.99.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cd614dedf2ee360c31241653f0ffc5c5574113009feb460a234be5b0eed4f1e
4
- data.tar.gz: e9fd4f0fb90c5d6e73077cc70a2be8f3933448b262e89204ccfdb001e16defc4
3
+ metadata.gz: 4d75ab508f31b2a196e58ab70af7a13a45e8dd52aa5cde0d2fb70bd522cd57df
4
+ data.tar.gz: 52aabba2b2eca39d9e2ffab21138bbc60b76683e8c27c4ed47b45ae176cc6844
5
5
  SHA512:
6
- metadata.gz: f755da91b3e2cb0dc06de97f45bda53458b8923bbe8ff3160b831c3647d70ab1f481a50bd7caf96ec3053f866f730635d66bcffebe705d5a4bae6eb7a3d48def
7
- data.tar.gz: 73eeb5cb5b650529b8566e3850f7097d88b04d739523b4999d47eed3e23743763d881b7c35b4ef7d01f88e5bf9f0c633529ca5b02ddb76d36676fc4becc1fe0f
6
+ metadata.gz: f765c20b050bf799f5fba9b7f81a964554f6ca548133d586617fa849044bbcc75fdceec0f0371a2cdf0d1a2b2524fd2544282699b4e9dbc96975e9e88b5185dc
7
+ data.tar.gz: 80a5c694f90004ee2926459e0a39e2699ed0edb2762ec2b477b531a97a0423cfd929e53a8c4cff4c1ad9f8ace6d95e60ac4aebd5f43b86d804213867a898d820
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-04-16)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.98.0 (2024-03-27)
10
+ ------------------
11
+
12
+ * Feature - Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load
13
+
4
14
  1.97.0 (2024-03-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.99.0
@@ -2907,11 +2907,13 @@ module Aws::ElastiCache
2907
2907
  # major_engine_version: "String",
2908
2908
  # cache_usage_limits: {
2909
2909
  # data_storage: {
2910
- # maximum: 1, # required
2910
+ # maximum: 1,
2911
+ # minimum: 1,
2911
2912
  # unit: "GB", # required, accepts GB
2912
2913
  # },
2913
2914
  # ecpu_per_second: {
2914
- # maximum: 1, # required
2915
+ # maximum: 1,
2916
+ # minimum: 1,
2915
2917
  # },
2916
2918
  # },
2917
2919
  # kms_key_id: "String",
@@ -2939,8 +2941,10 @@ module Aws::ElastiCache
2939
2941
  # resp.serverless_cache.major_engine_version #=> String
2940
2942
  # resp.serverless_cache.full_engine_version #=> String
2941
2943
  # resp.serverless_cache.cache_usage_limits.data_storage.maximum #=> Integer
2944
+ # resp.serverless_cache.cache_usage_limits.data_storage.minimum #=> Integer
2942
2945
  # resp.serverless_cache.cache_usage_limits.data_storage.unit #=> String, one of "GB"
2943
2946
  # resp.serverless_cache.cache_usage_limits.ecpu_per_second.maximum #=> Integer
2947
+ # resp.serverless_cache.cache_usage_limits.ecpu_per_second.minimum #=> Integer
2944
2948
  # resp.serverless_cache.kms_key_id #=> String
2945
2949
  # resp.serverless_cache.security_group_ids #=> Array
2946
2950
  # resp.serverless_cache.security_group_ids[0] #=> String
@@ -4169,8 +4173,10 @@ module Aws::ElastiCache
4169
4173
  # resp.serverless_cache.major_engine_version #=> String
4170
4174
  # resp.serverless_cache.full_engine_version #=> String
4171
4175
  # resp.serverless_cache.cache_usage_limits.data_storage.maximum #=> Integer
4176
+ # resp.serverless_cache.cache_usage_limits.data_storage.minimum #=> Integer
4172
4177
  # resp.serverless_cache.cache_usage_limits.data_storage.unit #=> String, one of "GB"
4173
4178
  # resp.serverless_cache.cache_usage_limits.ecpu_per_second.maximum #=> Integer
4179
+ # resp.serverless_cache.cache_usage_limits.ecpu_per_second.minimum #=> Integer
4174
4180
  # resp.serverless_cache.kms_key_id #=> String
4175
4181
  # resp.serverless_cache.security_group_ids #=> Array
4176
4182
  # resp.serverless_cache.security_group_ids[0] #=> String
@@ -7741,8 +7747,10 @@ module Aws::ElastiCache
7741
7747
  # resp.serverless_caches[0].major_engine_version #=> String
7742
7748
  # resp.serverless_caches[0].full_engine_version #=> String
7743
7749
  # resp.serverless_caches[0].cache_usage_limits.data_storage.maximum #=> Integer
7750
+ # resp.serverless_caches[0].cache_usage_limits.data_storage.minimum #=> Integer
7744
7751
  # resp.serverless_caches[0].cache_usage_limits.data_storage.unit #=> String, one of "GB"
7745
7752
  # resp.serverless_caches[0].cache_usage_limits.ecpu_per_second.maximum #=> Integer
7753
+ # resp.serverless_caches[0].cache_usage_limits.ecpu_per_second.minimum #=> Integer
7746
7754
  # resp.serverless_caches[0].kms_key_id #=> String
7747
7755
  # resp.serverless_caches[0].security_group_ids #=> Array
7748
7756
  # resp.serverless_caches[0].security_group_ids[0] #=> String
@@ -10183,11 +10191,13 @@ module Aws::ElastiCache
10183
10191
  # description: "String",
10184
10192
  # cache_usage_limits: {
10185
10193
  # data_storage: {
10186
- # maximum: 1, # required
10194
+ # maximum: 1,
10195
+ # minimum: 1,
10187
10196
  # unit: "GB", # required, accepts GB
10188
10197
  # },
10189
10198
  # ecpu_per_second: {
10190
- # maximum: 1, # required
10199
+ # maximum: 1,
10200
+ # minimum: 1,
10191
10201
  # },
10192
10202
  # },
10193
10203
  # remove_user_group: false,
@@ -10207,8 +10217,10 @@ module Aws::ElastiCache
10207
10217
  # resp.serverless_cache.major_engine_version #=> String
10208
10218
  # resp.serverless_cache.full_engine_version #=> String
10209
10219
  # resp.serverless_cache.cache_usage_limits.data_storage.maximum #=> Integer
10220
+ # resp.serverless_cache.cache_usage_limits.data_storage.minimum #=> Integer
10210
10221
  # resp.serverless_cache.cache_usage_limits.data_storage.unit #=> String, one of "GB"
10211
10222
  # resp.serverless_cache.cache_usage_limits.ecpu_per_second.maximum #=> Integer
10223
+ # resp.serverless_cache.cache_usage_limits.ecpu_per_second.minimum #=> Integer
10212
10224
  # resp.serverless_cache.kms_key_id #=> String
10213
10225
  # resp.serverless_cache.security_group_ids #=> Array
10214
10226
  # resp.serverless_cache.security_group_ids[0] #=> String
@@ -11295,7 +11307,7 @@ module Aws::ElastiCache
11295
11307
  params: params,
11296
11308
  config: config)
11297
11309
  context[:gem_name] = 'aws-sdk-elasticache'
11298
- context[:gem_version] = '1.97.0'
11310
+ context[:gem_version] = '1.99.0'
11299
11311
  Seahorse::Client::Request.new(handlers, context)
11300
11312
  end
11301
11313
 
@@ -13,7 +13,7 @@ module Aws::ElastiCache
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
- APICallRateForCustomerExceededFault = Shapes::StructureShape.new(name: 'APICallRateForCustomerExceededFault')
16
+ APICallRateForCustomerExceededFault = Shapes::StructureShape.new(name: 'APICallRateForCustomerExceededFault', error: {"code"=>"APICallRateForCustomerExceeded", "httpStatusCode"=>400, "senderFault"=>true})
17
17
  AZMode = Shapes::StringShape.new(name: 'AZMode')
18
18
  AccessString = Shapes::StringShape.new(name: 'AccessString')
19
19
  AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
@@ -24,8 +24,8 @@ module Aws::ElastiCache
24
24
  Authentication = Shapes::StructureShape.new(name: 'Authentication')
25
25
  AuthenticationMode = Shapes::StructureShape.new(name: 'AuthenticationMode')
26
26
  AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
27
- AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
28
- AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
27
+ AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault', error: {"code"=>"AuthorizationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
28
+ AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault', error: {"code"=>"AuthorizationNotFound", "httpStatusCode"=>404, "senderFault"=>true})
29
29
  AuthorizeCacheSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeCacheSecurityGroupIngressMessage')
30
30
  AuthorizeCacheSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeCacheSecurityGroupIngressResult')
31
31
  AutomaticFailoverStatus = Shapes::StringShape.new(name: 'AutomaticFailoverStatus')
@@ -37,11 +37,11 @@ module Aws::ElastiCache
37
37
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
38
38
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
39
39
  CacheCluster = Shapes::StructureShape.new(name: 'CacheCluster')
40
- CacheClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheClusterAlreadyExistsFault')
40
+ CacheClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheClusterAlreadyExistsFault', error: {"code"=>"CacheClusterAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
41
41
  CacheClusterIdList = Shapes::ListShape.new(name: 'CacheClusterIdList')
42
42
  CacheClusterList = Shapes::ListShape.new(name: 'CacheClusterList')
43
43
  CacheClusterMessage = Shapes::StructureShape.new(name: 'CacheClusterMessage')
44
- CacheClusterNotFoundFault = Shapes::StructureShape.new(name: 'CacheClusterNotFoundFault')
44
+ CacheClusterNotFoundFault = Shapes::StructureShape.new(name: 'CacheClusterNotFoundFault', error: {"code"=>"CacheClusterNotFound", "httpStatusCode"=>404, "senderFault"=>true})
45
45
  CacheEngineVersion = Shapes::StructureShape.new(name: 'CacheEngineVersion')
46
46
  CacheEngineVersionList = Shapes::ListShape.new(name: 'CacheEngineVersionList')
47
47
  CacheEngineVersionMessage = Shapes::StructureShape.new(name: 'CacheEngineVersionMessage')
@@ -55,37 +55,37 @@ module Aws::ElastiCache
55
55
  CacheNodeUpdateStatus = Shapes::StructureShape.new(name: 'CacheNodeUpdateStatus')
56
56
  CacheNodeUpdateStatusList = Shapes::ListShape.new(name: 'CacheNodeUpdateStatusList')
57
57
  CacheParameterGroup = Shapes::StructureShape.new(name: 'CacheParameterGroup')
58
- CacheParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheParameterGroupAlreadyExistsFault')
58
+ CacheParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheParameterGroupAlreadyExistsFault', error: {"code"=>"CacheParameterGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
59
59
  CacheParameterGroupDetails = Shapes::StructureShape.new(name: 'CacheParameterGroupDetails')
60
60
  CacheParameterGroupList = Shapes::ListShape.new(name: 'CacheParameterGroupList')
61
61
  CacheParameterGroupNameMessage = Shapes::StructureShape.new(name: 'CacheParameterGroupNameMessage')
62
- CacheParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheParameterGroupNotFoundFault')
63
- CacheParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheParameterGroupQuotaExceededFault')
62
+ CacheParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheParameterGroupNotFoundFault', error: {"code"=>"CacheParameterGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
63
+ CacheParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheParameterGroupQuotaExceededFault', error: {"code"=>"CacheParameterGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
64
64
  CacheParameterGroupStatus = Shapes::StructureShape.new(name: 'CacheParameterGroupStatus')
65
65
  CacheParameterGroupsMessage = Shapes::StructureShape.new(name: 'CacheParameterGroupsMessage')
66
66
  CacheSecurityGroup = Shapes::StructureShape.new(name: 'CacheSecurityGroup')
67
- CacheSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupAlreadyExistsFault')
67
+ CacheSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupAlreadyExistsFault', error: {"code"=>"CacheSecurityGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
68
68
  CacheSecurityGroupMembership = Shapes::StructureShape.new(name: 'CacheSecurityGroupMembership')
69
69
  CacheSecurityGroupMembershipList = Shapes::ListShape.new(name: 'CacheSecurityGroupMembershipList')
70
70
  CacheSecurityGroupMessage = Shapes::StructureShape.new(name: 'CacheSecurityGroupMessage')
71
71
  CacheSecurityGroupNameList = Shapes::ListShape.new(name: 'CacheSecurityGroupNameList')
72
- CacheSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupNotFoundFault')
73
- CacheSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupQuotaExceededFault')
72
+ CacheSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupNotFoundFault', error: {"code"=>"CacheSecurityGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
73
+ CacheSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupQuotaExceededFault', error: {"code"=>"QuotaExceeded.CacheSecurityGroup", "httpStatusCode"=>400, "senderFault"=>true})
74
74
  CacheSecurityGroups = Shapes::ListShape.new(name: 'CacheSecurityGroups')
75
75
  CacheSubnetGroup = Shapes::StructureShape.new(name: 'CacheSubnetGroup')
76
- CacheSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupAlreadyExistsFault')
77
- CacheSubnetGroupInUse = Shapes::StructureShape.new(name: 'CacheSubnetGroupInUse')
76
+ CacheSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupAlreadyExistsFault', error: {"code"=>"CacheSubnetGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
77
+ CacheSubnetGroupInUse = Shapes::StructureShape.new(name: 'CacheSubnetGroupInUse', error: {"code"=>"CacheSubnetGroupInUse", "httpStatusCode"=>400, "senderFault"=>true})
78
78
  CacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'CacheSubnetGroupMessage')
79
- CacheSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupNotFoundFault')
80
- CacheSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupQuotaExceededFault')
79
+ CacheSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupNotFoundFault', error: {"code"=>"CacheSubnetGroupNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
80
+ CacheSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupQuotaExceededFault', error: {"code"=>"CacheSubnetGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
81
81
  CacheSubnetGroups = Shapes::ListShape.new(name: 'CacheSubnetGroups')
82
- CacheSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetQuotaExceededFault')
82
+ CacheSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetQuotaExceededFault', error: {"code"=>"CacheSubnetQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
83
83
  CacheUsageLimits = Shapes::StructureShape.new(name: 'CacheUsageLimits')
84
84
  ChangeType = Shapes::StringShape.new(name: 'ChangeType')
85
85
  CloudWatchLogsDestinationDetails = Shapes::StructureShape.new(name: 'CloudWatchLogsDestinationDetails')
86
86
  ClusterIdList = Shapes::ListShape.new(name: 'ClusterIdList')
87
87
  ClusterMode = Shapes::StringShape.new(name: 'ClusterMode')
88
- ClusterQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaForCustomerExceededFault')
88
+ ClusterQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaForCustomerExceededFault', error: {"code"=>"ClusterQuotaForCustomerExceeded", "httpStatusCode"=>400, "senderFault"=>true})
89
89
  CompleteMigrationMessage = Shapes::StructureShape.new(name: 'CompleteMigrationMessage')
90
90
  CompleteMigrationResponse = Shapes::StructureShape.new(name: 'CompleteMigrationResponse')
91
91
  ConfigureShard = Shapes::StructureShape.new(name: 'ConfigureShard')
@@ -122,8 +122,8 @@ module Aws::ElastiCache
122
122
  DecreaseNodeGroupsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DecreaseNodeGroupsInGlobalReplicationGroupResult')
123
123
  DecreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'DecreaseReplicaCountMessage')
124
124
  DecreaseReplicaCountResult = Shapes::StructureShape.new(name: 'DecreaseReplicaCountResult')
125
- DefaultUserAssociatedToUserGroupFault = Shapes::StructureShape.new(name: 'DefaultUserAssociatedToUserGroupFault')
126
- DefaultUserRequired = Shapes::StructureShape.new(name: 'DefaultUserRequired')
125
+ DefaultUserAssociatedToUserGroupFault = Shapes::StructureShape.new(name: 'DefaultUserAssociatedToUserGroupFault', error: {"code"=>"DefaultUserAssociatedToUserGroup", "httpStatusCode"=>400, "senderFault"=>true})
126
+ DefaultUserRequired = Shapes::StructureShape.new(name: 'DefaultUserRequired', error: {"code"=>"DefaultUserRequired", "httpStatusCode"=>400, "senderFault"=>true})
127
127
  DeleteCacheClusterMessage = Shapes::StructureShape.new(name: 'DeleteCacheClusterMessage')
128
128
  DeleteCacheClusterResult = Shapes::StructureShape.new(name: 'DeleteCacheClusterResult')
129
129
  DeleteCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheParameterGroupMessage')
@@ -172,7 +172,7 @@ module Aws::ElastiCache
172
172
  DisassociateGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupMessage')
173
173
  DisassociateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupResult')
174
174
  Double = Shapes::FloatShape.new(name: 'Double')
175
- DuplicateUserNameFault = Shapes::StructureShape.new(name: 'DuplicateUserNameFault')
175
+ DuplicateUserNameFault = Shapes::StructureShape.new(name: 'DuplicateUserNameFault', error: {"code"=>"DuplicateUserName", "httpStatusCode"=>400, "senderFault"=>true})
176
176
  EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
177
177
  EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
178
178
  ECPUPerSecond = Shapes::StructureShape.new(name: 'ECPUPerSecond')
@@ -195,37 +195,37 @@ module Aws::ElastiCache
195
195
  GlobalNodeGroupIdList = Shapes::ListShape.new(name: 'GlobalNodeGroupIdList')
196
196
  GlobalNodeGroupList = Shapes::ListShape.new(name: 'GlobalNodeGroupList')
197
197
  GlobalReplicationGroup = Shapes::StructureShape.new(name: 'GlobalReplicationGroup')
198
- GlobalReplicationGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'GlobalReplicationGroupAlreadyExistsFault')
198
+ GlobalReplicationGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'GlobalReplicationGroupAlreadyExistsFault', error: {"code"=>"GlobalReplicationGroupAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
199
199
  GlobalReplicationGroupInfo = Shapes::StructureShape.new(name: 'GlobalReplicationGroupInfo')
200
200
  GlobalReplicationGroupList = Shapes::ListShape.new(name: 'GlobalReplicationGroupList')
201
201
  GlobalReplicationGroupMember = Shapes::StructureShape.new(name: 'GlobalReplicationGroupMember')
202
202
  GlobalReplicationGroupMemberList = Shapes::ListShape.new(name: 'GlobalReplicationGroupMemberList')
203
- GlobalReplicationGroupNotFoundFault = Shapes::StructureShape.new(name: 'GlobalReplicationGroupNotFoundFault')
203
+ GlobalReplicationGroupNotFoundFault = Shapes::StructureShape.new(name: 'GlobalReplicationGroupNotFoundFault', error: {"code"=>"GlobalReplicationGroupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
204
204
  IncreaseNodeGroupsInGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'IncreaseNodeGroupsInGlobalReplicationGroupMessage')
205
205
  IncreaseNodeGroupsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'IncreaseNodeGroupsInGlobalReplicationGroupResult')
206
206
  IncreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'IncreaseReplicaCountMessage')
207
207
  IncreaseReplicaCountResult = Shapes::StructureShape.new(name: 'IncreaseReplicaCountResult')
208
208
  InputAuthenticationType = Shapes::StringShape.new(name: 'InputAuthenticationType')
209
- InsufficientCacheClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientCacheClusterCapacityFault')
209
+ InsufficientCacheClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientCacheClusterCapacityFault', error: {"code"=>"InsufficientCacheClusterCapacity", "httpStatusCode"=>400, "senderFault"=>true})
210
210
  Integer = Shapes::IntegerShape.new(name: 'Integer')
211
211
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
212
- InvalidARNFault = Shapes::StructureShape.new(name: 'InvalidARNFault')
213
- InvalidCacheClusterStateFault = Shapes::StructureShape.new(name: 'InvalidCacheClusterStateFault')
214
- InvalidCacheParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheParameterGroupStateFault')
215
- InvalidCacheSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheSecurityGroupStateFault')
216
- InvalidCredentialsException = Shapes::StructureShape.new(name: 'InvalidCredentialsException')
217
- InvalidGlobalReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalReplicationGroupStateFault')
218
- InvalidKMSKeyFault = Shapes::StructureShape.new(name: 'InvalidKMSKeyFault')
219
- InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException')
220
- InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
221
- InvalidReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidReplicationGroupStateFault')
222
- InvalidServerlessCacheSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidServerlessCacheSnapshotStateFault')
223
- InvalidServerlessCacheStateFault = Shapes::StructureShape.new(name: 'InvalidServerlessCacheStateFault')
224
- InvalidSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotStateFault')
225
- InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
226
- InvalidUserGroupStateFault = Shapes::StructureShape.new(name: 'InvalidUserGroupStateFault')
227
- InvalidUserStateFault = Shapes::StructureShape.new(name: 'InvalidUserStateFault')
228
- InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
212
+ InvalidARNFault = Shapes::StructureShape.new(name: 'InvalidARNFault', error: {"code"=>"InvalidARN", "httpStatusCode"=>400, "senderFault"=>true})
213
+ InvalidCacheClusterStateFault = Shapes::StructureShape.new(name: 'InvalidCacheClusterStateFault', error: {"code"=>"InvalidCacheClusterState", "httpStatusCode"=>400, "senderFault"=>true})
214
+ InvalidCacheParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheParameterGroupStateFault', error: {"code"=>"InvalidCacheParameterGroupState", "httpStatusCode"=>400, "senderFault"=>true})
215
+ InvalidCacheSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheSecurityGroupStateFault', error: {"code"=>"InvalidCacheSecurityGroupState", "httpStatusCode"=>400, "senderFault"=>true})
216
+ InvalidCredentialsException = Shapes::StructureShape.new(name: 'InvalidCredentialsException', error: {"code"=>"InvalidCredentialsException", "httpStatusCode"=>408, "senderFault"=>true})
217
+ InvalidGlobalReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalReplicationGroupStateFault', error: {"code"=>"InvalidGlobalReplicationGroupState", "httpStatusCode"=>400, "senderFault"=>true})
218
+ InvalidKMSKeyFault = Shapes::StructureShape.new(name: 'InvalidKMSKeyFault', error: {"code"=>"InvalidKMSKeyFault", "httpStatusCode"=>400, "senderFault"=>true})
219
+ InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException', error: {"code"=>"InvalidParameterCombination", "httpStatusCode"=>400, "senderFault"=>true})
220
+ InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException', error: {"code"=>"InvalidParameterValue", "httpStatusCode"=>400, "senderFault"=>true})
221
+ InvalidReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidReplicationGroupStateFault', error: {"code"=>"InvalidReplicationGroupState", "httpStatusCode"=>400, "senderFault"=>true})
222
+ InvalidServerlessCacheSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidServerlessCacheSnapshotStateFault', error: {"code"=>"InvalidServerlessCacheSnapshotStateFault", "httpStatusCode"=>400, "senderFault"=>true})
223
+ InvalidServerlessCacheStateFault = Shapes::StructureShape.new(name: 'InvalidServerlessCacheStateFault', error: {"code"=>"InvalidServerlessCacheStateFault", "httpStatusCode"=>400, "senderFault"=>true})
224
+ InvalidSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotStateFault', error: {"code"=>"InvalidSnapshotState", "httpStatusCode"=>400, "senderFault"=>true})
225
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet', error: {"code"=>"InvalidSubnet", "httpStatusCode"=>400, "senderFault"=>true})
226
+ InvalidUserGroupStateFault = Shapes::StructureShape.new(name: 'InvalidUserGroupStateFault', error: {"code"=>"InvalidUserGroupState", "httpStatusCode"=>400, "senderFault"=>true})
227
+ InvalidUserStateFault = Shapes::StructureShape.new(name: 'InvalidUserStateFault', error: {"code"=>"InvalidUserState", "httpStatusCode"=>400, "senderFault"=>true})
228
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault', error: {"code"=>"InvalidVPCNetworkStateFault", "httpStatusCode"=>400, "senderFault"=>true})
229
229
  IpDiscovery = Shapes::StringShape.new(name: 'IpDiscovery')
230
230
  KeyList = Shapes::ListShape.new(name: 'KeyList')
231
231
  KinesisFirehoseDestinationDetails = Shapes::StructureShape.new(name: 'KinesisFirehoseDestinationDetails')
@@ -256,7 +256,7 @@ module Aws::ElastiCache
256
256
  MultiAZStatus = Shapes::StringShape.new(name: 'MultiAZStatus')
257
257
  NetworkType = Shapes::StringShape.new(name: 'NetworkType')
258
258
  NetworkTypeList = Shapes::ListShape.new(name: 'NetworkTypeList')
259
- NoOperationFault = Shapes::StructureShape.new(name: 'NoOperationFault')
259
+ NoOperationFault = Shapes::StructureShape.new(name: 'NoOperationFault', error: {"code"=>"NoOperationFault", "httpStatusCode"=>400, "senderFault"=>true})
260
260
  NodeGroup = Shapes::StructureShape.new(name: 'NodeGroup')
261
261
  NodeGroupConfiguration = Shapes::StructureShape.new(name: 'NodeGroupConfiguration')
262
262
  NodeGroupConfigurationList = Shapes::ListShape.new(name: 'NodeGroupConfigurationList')
@@ -265,14 +265,14 @@ module Aws::ElastiCache
265
265
  NodeGroupMemberList = Shapes::ListShape.new(name: 'NodeGroupMemberList')
266
266
  NodeGroupMemberUpdateStatus = Shapes::StructureShape.new(name: 'NodeGroupMemberUpdateStatus')
267
267
  NodeGroupMemberUpdateStatusList = Shapes::ListShape.new(name: 'NodeGroupMemberUpdateStatusList')
268
- NodeGroupNotFoundFault = Shapes::StructureShape.new(name: 'NodeGroupNotFoundFault')
268
+ NodeGroupNotFoundFault = Shapes::StructureShape.new(name: 'NodeGroupNotFoundFault', error: {"code"=>"NodeGroupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
269
269
  NodeGroupUpdateStatus = Shapes::StructureShape.new(name: 'NodeGroupUpdateStatus')
270
270
  NodeGroupUpdateStatusList = Shapes::ListShape.new(name: 'NodeGroupUpdateStatusList')
271
- NodeGroupsPerReplicationGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'NodeGroupsPerReplicationGroupQuotaExceededFault')
271
+ NodeGroupsPerReplicationGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'NodeGroupsPerReplicationGroupQuotaExceededFault', error: {"code"=>"NodeGroupsPerReplicationGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
272
272
  NodeGroupsToRemoveList = Shapes::ListShape.new(name: 'NodeGroupsToRemoveList')
273
273
  NodeGroupsToRetainList = Shapes::ListShape.new(name: 'NodeGroupsToRetainList')
274
- NodeQuotaForClusterExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForClusterExceededFault')
275
- NodeQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForCustomerExceededFault')
274
+ NodeQuotaForClusterExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForClusterExceededFault', error: {"code"=>"NodeQuotaForClusterExceeded", "httpStatusCode"=>400, "senderFault"=>true})
275
+ NodeQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForCustomerExceededFault', error: {"code"=>"NodeQuotaForCustomerExceeded", "httpStatusCode"=>400, "senderFault"=>true})
276
276
  NodeSnapshot = Shapes::StructureShape.new(name: 'NodeSnapshot')
277
277
  NodeSnapshotList = Shapes::ListShape.new(name: 'NodeSnapshotList')
278
278
  NodeTypeList = Shapes::ListShape.new(name: 'NodeTypeList')
@@ -288,7 +288,7 @@ module Aws::ElastiCache
288
288
  PasswordListInput = Shapes::ListShape.new(name: 'PasswordListInput')
289
289
  PendingAutomaticFailoverStatus = Shapes::StringShape.new(name: 'PendingAutomaticFailoverStatus')
290
290
  PendingLogDeliveryConfiguration = Shapes::StructureShape.new(name: 'PendingLogDeliveryConfiguration')
291
- PendingLogDeliveryConfigurationList = Shapes::ListShape.new(name: 'PendingLogDeliveryConfigurationList')
291
+ PendingLogDeliveryConfigurationList = Shapes::ListShape.new(name: 'PendingLogDeliveryConfigurationList', locationName: "PendingLogDeliveryConfiguration")
292
292
  PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
293
293
  PreferredAvailabilityZoneList = Shapes::ListShape.new(name: 'PreferredAvailabilityZoneList')
294
294
  PreferredOutpostArnList = Shapes::ListShape.new(name: 'PreferredOutpostArnList')
@@ -308,25 +308,25 @@ module Aws::ElastiCache
308
308
  RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
309
309
  ReplicaConfigurationList = Shapes::ListShape.new(name: 'ReplicaConfigurationList')
310
310
  ReplicationGroup = Shapes::StructureShape.new(name: 'ReplicationGroup')
311
- ReplicationGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReplicationGroupAlreadyExistsFault')
312
- ReplicationGroupAlreadyUnderMigrationFault = Shapes::StructureShape.new(name: 'ReplicationGroupAlreadyUnderMigrationFault')
311
+ ReplicationGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReplicationGroupAlreadyExistsFault', error: {"code"=>"ReplicationGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
312
+ ReplicationGroupAlreadyUnderMigrationFault = Shapes::StructureShape.new(name: 'ReplicationGroupAlreadyUnderMigrationFault', error: {"code"=>"ReplicationGroupAlreadyUnderMigrationFault", "httpStatusCode"=>400, "senderFault"=>true})
313
313
  ReplicationGroupIdList = Shapes::ListShape.new(name: 'ReplicationGroupIdList')
314
314
  ReplicationGroupList = Shapes::ListShape.new(name: 'ReplicationGroupList')
315
315
  ReplicationGroupMessage = Shapes::StructureShape.new(name: 'ReplicationGroupMessage')
316
- ReplicationGroupNotFoundFault = Shapes::StructureShape.new(name: 'ReplicationGroupNotFoundFault')
317
- ReplicationGroupNotUnderMigrationFault = Shapes::StructureShape.new(name: 'ReplicationGroupNotUnderMigrationFault')
316
+ ReplicationGroupNotFoundFault = Shapes::StructureShape.new(name: 'ReplicationGroupNotFoundFault', error: {"code"=>"ReplicationGroupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
317
+ ReplicationGroupNotUnderMigrationFault = Shapes::StructureShape.new(name: 'ReplicationGroupNotUnderMigrationFault', error: {"code"=>"ReplicationGroupNotUnderMigrationFault", "httpStatusCode"=>400, "senderFault"=>true})
318
318
  ReplicationGroupOutpostArnList = Shapes::ListShape.new(name: 'ReplicationGroupOutpostArnList')
319
319
  ReplicationGroupPendingModifiedValues = Shapes::StructureShape.new(name: 'ReplicationGroupPendingModifiedValues')
320
320
  ReservedCacheNode = Shapes::StructureShape.new(name: 'ReservedCacheNode')
321
- ReservedCacheNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeAlreadyExistsFault')
321
+ ReservedCacheNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeAlreadyExistsFault', error: {"code"=>"ReservedCacheNodeAlreadyExists", "httpStatusCode"=>404, "senderFault"=>true})
322
322
  ReservedCacheNodeList = Shapes::ListShape.new(name: 'ReservedCacheNodeList')
323
323
  ReservedCacheNodeMessage = Shapes::StructureShape.new(name: 'ReservedCacheNodeMessage')
324
- ReservedCacheNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeNotFoundFault')
325
- ReservedCacheNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeQuotaExceededFault')
324
+ ReservedCacheNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeNotFoundFault', error: {"code"=>"ReservedCacheNodeNotFound", "httpStatusCode"=>404, "senderFault"=>true})
325
+ ReservedCacheNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeQuotaExceededFault', error: {"code"=>"ReservedCacheNodeQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
326
326
  ReservedCacheNodesOffering = Shapes::StructureShape.new(name: 'ReservedCacheNodesOffering')
327
327
  ReservedCacheNodesOfferingList = Shapes::ListShape.new(name: 'ReservedCacheNodesOfferingList')
328
328
  ReservedCacheNodesOfferingMessage = Shapes::StructureShape.new(name: 'ReservedCacheNodesOfferingMessage')
329
- ReservedCacheNodesOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedCacheNodesOfferingNotFoundFault')
329
+ ReservedCacheNodesOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedCacheNodesOfferingNotFoundFault', error: {"code"=>"ReservedCacheNodesOfferingNotFound", "httpStatusCode"=>404, "senderFault"=>true})
330
330
  ResetCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetCacheParameterGroupMessage')
331
331
  ReshardingConfiguration = Shapes::StructureShape.new(name: 'ReshardingConfiguration')
332
332
  ReshardingConfigurationList = Shapes::ListShape.new(name: 'ReshardingConfigurationList')
@@ -337,20 +337,20 @@ module Aws::ElastiCache
337
337
  SecurityGroupMembership = Shapes::StructureShape.new(name: 'SecurityGroupMembership')
338
338
  SecurityGroupMembershipList = Shapes::ListShape.new(name: 'SecurityGroupMembershipList')
339
339
  ServerlessCache = Shapes::StructureShape.new(name: 'ServerlessCache')
340
- ServerlessCacheAlreadyExistsFault = Shapes::StructureShape.new(name: 'ServerlessCacheAlreadyExistsFault')
340
+ ServerlessCacheAlreadyExistsFault = Shapes::StructureShape.new(name: 'ServerlessCacheAlreadyExistsFault', error: {"code"=>"ServerlessCacheAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
341
341
  ServerlessCacheConfiguration = Shapes::StructureShape.new(name: 'ServerlessCacheConfiguration')
342
342
  ServerlessCacheList = Shapes::ListShape.new(name: 'ServerlessCacheList')
343
- ServerlessCacheNotFoundFault = Shapes::StructureShape.new(name: 'ServerlessCacheNotFoundFault')
344
- ServerlessCacheQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ServerlessCacheQuotaForCustomerExceededFault')
343
+ ServerlessCacheNotFoundFault = Shapes::StructureShape.new(name: 'ServerlessCacheNotFoundFault', error: {"code"=>"ServerlessCacheNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
344
+ ServerlessCacheQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ServerlessCacheQuotaForCustomerExceededFault', error: {"code"=>"ServerlessCacheQuotaForCustomerExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
345
345
  ServerlessCacheSnapshot = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshot')
346
- ServerlessCacheSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshotAlreadyExistsFault')
346
+ ServerlessCacheSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshotAlreadyExistsFault', error: {"code"=>"ServerlessCacheSnapshotAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
347
347
  ServerlessCacheSnapshotList = Shapes::ListShape.new(name: 'ServerlessCacheSnapshotList')
348
- ServerlessCacheSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshotNotFoundFault')
349
- ServerlessCacheSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshotQuotaExceededFault')
350
- ServiceLinkedRoleNotFoundFault = Shapes::StructureShape.new(name: 'ServiceLinkedRoleNotFoundFault')
348
+ ServerlessCacheSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshotNotFoundFault', error: {"code"=>"ServerlessCacheSnapshotNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
349
+ ServerlessCacheSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'ServerlessCacheSnapshotQuotaExceededFault', error: {"code"=>"ServerlessCacheSnapshotQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
350
+ ServiceLinkedRoleNotFoundFault = Shapes::StructureShape.new(name: 'ServiceLinkedRoleNotFoundFault', error: {"code"=>"ServiceLinkedRoleNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
351
351
  ServiceUpdate = Shapes::StructureShape.new(name: 'ServiceUpdate')
352
352
  ServiceUpdateList = Shapes::ListShape.new(name: 'ServiceUpdateList')
353
- ServiceUpdateNotFoundFault = Shapes::StructureShape.new(name: 'ServiceUpdateNotFoundFault')
353
+ ServiceUpdateNotFoundFault = Shapes::StructureShape.new(name: 'ServiceUpdateNotFoundFault', error: {"code"=>"ServiceUpdateNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
354
354
  ServiceUpdateSeverity = Shapes::StringShape.new(name: 'ServiceUpdateSeverity')
355
355
  ServiceUpdateStatus = Shapes::StringShape.new(name: 'ServiceUpdateStatus')
356
356
  ServiceUpdateStatusList = Shapes::ListShape.new(name: 'ServiceUpdateStatusList')
@@ -359,12 +359,12 @@ module Aws::ElastiCache
359
359
  SlaMet = Shapes::StringShape.new(name: 'SlaMet')
360
360
  SlotMigration = Shapes::StructureShape.new(name: 'SlotMigration')
361
361
  Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
362
- SnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotAlreadyExistsFault')
362
+ SnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotAlreadyExistsFault', error: {"code"=>"SnapshotAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
363
363
  SnapshotArnsList = Shapes::ListShape.new(name: 'SnapshotArnsList')
364
- SnapshotFeatureNotSupportedFault = Shapes::StructureShape.new(name: 'SnapshotFeatureNotSupportedFault')
364
+ SnapshotFeatureNotSupportedFault = Shapes::StructureShape.new(name: 'SnapshotFeatureNotSupportedFault', error: {"code"=>"SnapshotFeatureNotSupportedFault", "httpStatusCode"=>400, "senderFault"=>true})
365
365
  SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
366
- SnapshotNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotNotFoundFault')
367
- SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
366
+ SnapshotNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotNotFoundFault', error: {"code"=>"SnapshotNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
367
+ SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault', error: {"code"=>"SnapshotQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
368
368
  SourceType = Shapes::StringShape.new(name: 'SourceType')
369
369
  StartMigrationMessage = Shapes::StructureShape.new(name: 'StartMigrationMessage')
370
370
  StartMigrationResponse = Shapes::StructureShape.new(name: 'StartMigrationResponse')
@@ -372,18 +372,18 @@ module Aws::ElastiCache
372
372
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
373
373
  SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
374
374
  SubnetIdsList = Shapes::ListShape.new(name: 'SubnetIdsList')
375
- SubnetInUse = Shapes::StructureShape.new(name: 'SubnetInUse')
375
+ SubnetInUse = Shapes::StructureShape.new(name: 'SubnetInUse', error: {"code"=>"SubnetInUse", "httpStatusCode"=>400, "senderFault"=>true})
376
376
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
377
- SubnetNotAllowedFault = Shapes::StructureShape.new(name: 'SubnetNotAllowedFault')
377
+ SubnetNotAllowedFault = Shapes::StructureShape.new(name: 'SubnetNotAllowedFault', error: {"code"=>"SubnetNotAllowedFault", "httpStatusCode"=>400, "senderFault"=>true})
378
378
  SubnetOutpost = Shapes::StructureShape.new(name: 'SubnetOutpost')
379
379
  TStamp = Shapes::TimestampShape.new(name: 'TStamp')
380
380
  Tag = Shapes::StructureShape.new(name: 'Tag')
381
381
  TagList = Shapes::ListShape.new(name: 'TagList')
382
382
  TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
383
- TagNotFoundFault = Shapes::StructureShape.new(name: 'TagNotFoundFault')
384
- TagQuotaPerResourceExceeded = Shapes::StructureShape.new(name: 'TagQuotaPerResourceExceeded')
383
+ TagNotFoundFault = Shapes::StructureShape.new(name: 'TagNotFoundFault', error: {"code"=>"TagNotFound", "httpStatusCode"=>404, "senderFault"=>true})
384
+ TagQuotaPerResourceExceeded = Shapes::StructureShape.new(name: 'TagQuotaPerResourceExceeded', error: {"code"=>"TagQuotaPerResourceExceeded", "httpStatusCode"=>400, "senderFault"=>true})
385
385
  TestFailoverMessage = Shapes::StructureShape.new(name: 'TestFailoverMessage')
386
- TestFailoverNotAvailableFault = Shapes::StructureShape.new(name: 'TestFailoverNotAvailableFault')
386
+ TestFailoverNotAvailableFault = Shapes::StructureShape.new(name: 'TestFailoverNotAvailableFault', error: {"code"=>"TestFailoverNotAvailableFault", "httpStatusCode"=>400, "senderFault"=>true})
387
387
  TestFailoverResult = Shapes::StructureShape.new(name: 'TestFailoverResult')
388
388
  TestMigrationMessage = Shapes::StructureShape.new(name: 'TestMigrationMessage')
389
389
  TestMigrationResponse = Shapes::StructureShape.new(name: 'TestMigrationResponse')
@@ -400,24 +400,24 @@ module Aws::ElastiCache
400
400
  UpdateActionStatusList = Shapes::ListShape.new(name: 'UpdateActionStatusList')
401
401
  UpdateActionsMessage = Shapes::StructureShape.new(name: 'UpdateActionsMessage')
402
402
  User = Shapes::StructureShape.new(name: 'User')
403
- UserAlreadyExistsFault = Shapes::StructureShape.new(name: 'UserAlreadyExistsFault')
403
+ UserAlreadyExistsFault = Shapes::StructureShape.new(name: 'UserAlreadyExistsFault', error: {"code"=>"UserAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
404
404
  UserGroup = Shapes::StructureShape.new(name: 'UserGroup')
405
- UserGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'UserGroupAlreadyExistsFault')
405
+ UserGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'UserGroupAlreadyExistsFault', error: {"code"=>"UserGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
406
406
  UserGroupId = Shapes::StringShape.new(name: 'UserGroupId')
407
407
  UserGroupIdList = Shapes::ListShape.new(name: 'UserGroupIdList')
408
408
  UserGroupIdListInput = Shapes::ListShape.new(name: 'UserGroupIdListInput')
409
409
  UserGroupList = Shapes::ListShape.new(name: 'UserGroupList')
410
- UserGroupNotFoundFault = Shapes::StructureShape.new(name: 'UserGroupNotFoundFault')
410
+ UserGroupNotFoundFault = Shapes::StructureShape.new(name: 'UserGroupNotFoundFault', error: {"code"=>"UserGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
411
411
  UserGroupPendingChanges = Shapes::StructureShape.new(name: 'UserGroupPendingChanges')
412
- UserGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'UserGroupQuotaExceededFault')
412
+ UserGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'UserGroupQuotaExceededFault', error: {"code"=>"UserGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
413
413
  UserGroupsUpdateStatus = Shapes::StructureShape.new(name: 'UserGroupsUpdateStatus')
414
414
  UserId = Shapes::StringShape.new(name: 'UserId')
415
415
  UserIdList = Shapes::ListShape.new(name: 'UserIdList')
416
416
  UserIdListInput = Shapes::ListShape.new(name: 'UserIdListInput')
417
417
  UserList = Shapes::ListShape.new(name: 'UserList')
418
418
  UserName = Shapes::StringShape.new(name: 'UserName')
419
- UserNotFoundFault = Shapes::StructureShape.new(name: 'UserNotFoundFault')
420
- UserQuotaExceededFault = Shapes::StructureShape.new(name: 'UserQuotaExceededFault')
419
+ UserNotFoundFault = Shapes::StructureShape.new(name: 'UserNotFoundFault', error: {"code"=>"UserNotFound", "httpStatusCode"=>404, "senderFault"=>true})
420
+ UserQuotaExceededFault = Shapes::StructureShape.new(name: 'UserQuotaExceededFault', error: {"code"=>"UserQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
421
421
 
422
422
  APICallRateForCustomerExceededFault.struct_class = Types::APICallRateForCustomerExceededFault
423
423
 
@@ -867,7 +867,8 @@ module Aws::ElastiCache
867
867
 
868
868
  CustomerNodeEndpointList.member = Shapes::ShapeRef.new(shape: CustomerNodeEndpoint)
869
869
 
870
- DataStorage.add_member(:maximum, Shapes::ShapeRef.new(shape: IntegerOptional, required: true, location_name: "Maximum"))
870
+ DataStorage.add_member(:maximum, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Maximum"))
871
+ DataStorage.add_member(:minimum, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Minimum"))
871
872
  DataStorage.add_member(:unit, Shapes::ShapeRef.new(shape: DataStorageUnit, required: true, location_name: "Unit"))
872
873
  DataStorage.struct_class = Types::DataStorage
873
874
 
@@ -1130,7 +1131,8 @@ module Aws::ElastiCache
1130
1131
 
1131
1132
  EC2SecurityGroupList.member = Shapes::ShapeRef.new(shape: EC2SecurityGroup, location_name: "EC2SecurityGroup")
1132
1133
 
1133
- ECPUPerSecond.add_member(:maximum, Shapes::ShapeRef.new(shape: IntegerOptional, required: true, location_name: "Maximum"))
1134
+ ECPUPerSecond.add_member(:maximum, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Maximum"))
1135
+ ECPUPerSecond.add_member(:minimum, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Minimum"))
1134
1136
  ECPUPerSecond.struct_class = Types::ECPUPerSecond
1135
1137
 
1136
1138
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
@@ -3184,6 +3184,10 @@ module Aws::ElastiCache
3184
3184
  # The upper limit for data storage the cache is set to use.
3185
3185
  # @return [Integer]
3186
3186
  #
3187
+ # @!attribute [rw] minimum
3188
+ # The lower limit for data storage the cache is set to use.
3189
+ # @return [Integer]
3190
+ #
3187
3191
  # @!attribute [rw] unit
3188
3192
  # The unit that the storage is measured in, in GB.
3189
3193
  # @return [String]
@@ -3192,6 +3196,7 @@ module Aws::ElastiCache
3192
3196
  #
3193
3197
  class DataStorage < Struct.new(
3194
3198
  :maximum,
3199
+ :minimum,
3195
3200
  :unit)
3196
3201
  SENSITIVE = []
3197
3202
  include Aws::Structure
@@ -4951,10 +4956,16 @@ module Aws::ElastiCache
4951
4956
  # consume per second.
4952
4957
  # @return [Integer]
4953
4958
  #
4959
+ # @!attribute [rw] minimum
4960
+ # The configuration for the minimum number of ECPUs the cache should
4961
+ # be able consume per second.
4962
+ # @return [Integer]
4963
+ #
4954
4964
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ECPUPerSecond AWS API Documentation
4955
4965
  #
4956
4966
  class ECPUPerSecond < Struct.new(
4957
- :maximum)
4967
+ :maximum,
4968
+ :minimum)
4958
4969
  SENSITIVE = []
4959
4970
  include Aws::Structure
4960
4971
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticache/customizations'
53
53
  # @!group service
54
54
  module Aws::ElastiCache
55
55
 
56
- GEM_VERSION = '1.97.0'
56
+ GEM_VERSION = '1.99.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -388,11 +388,13 @@ module Aws
388
388
  ?major_engine_version: ::String,
389
389
  ?cache_usage_limits: {
390
390
  data_storage: {
391
- maximum: ::Integer,
391
+ maximum: ::Integer?,
392
+ minimum: ::Integer?,
392
393
  unit: ("GB")
393
394
  }?,
394
395
  ecpu_per_second: {
395
- maximum: ::Integer
396
+ maximum: ::Integer?,
397
+ minimum: ::Integer?
396
398
  }?
397
399
  },
398
400
  ?kms_key_id: ::String,
@@ -1225,11 +1227,13 @@ module Aws
1225
1227
  ?description: ::String,
1226
1228
  ?cache_usage_limits: {
1227
1229
  data_storage: {
1228
- maximum: ::Integer,
1230
+ maximum: ::Integer?,
1231
+ minimum: ::Integer?,
1229
1232
  unit: ("GB")
1230
1233
  }?,
1231
1234
  ecpu_per_second: {
1232
- maximum: ::Integer
1235
+ maximum: ::Integer?,
1236
+ minimum: ::Integer?
1233
1237
  }?
1234
1238
  },
1235
1239
  ?remove_user_group: bool,
data/sig/types.rbs CHANGED
@@ -557,6 +557,7 @@ module Aws::ElastiCache
557
557
 
558
558
  class DataStorage
559
559
  attr_accessor maximum: ::Integer
560
+ attr_accessor minimum: ::Integer
560
561
  attr_accessor unit: ("GB")
561
562
  SENSITIVE: []
562
563
  end
@@ -925,6 +926,7 @@ module Aws::ElastiCache
925
926
 
926
927
  class ECPUPerSecond
927
928
  attr_accessor maximum: ::Integer
929
+ attr_accessor minimum: ::Integer
928
930
  SENSITIVE: []
929
931
  end
930
932
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core