aws-sdk-elasticache 1.98.0 → 1.99.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +1 -1
- data/lib/aws-sdk-elasticache/client_api.rb +77 -77
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d75ab508f31b2a196e58ab70af7a13a45e8dd52aa5cde0d2fb70bd522cd57df
|
4
|
+
data.tar.gz: 52aabba2b2eca39d9e2ffab21138bbc60b76683e8c27c4ed47b45ae176cc6844
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f765c20b050bf799f5fba9b7f81a964554f6ca548133d586617fa849044bbcc75fdceec0f0371a2cdf0d1a2b2524fd2544282699b4e9dbc96975e9e88b5185dc
|
7
|
+
data.tar.gz: 80a5c694f90004ee2926459e0a39e2699ed0edb2762ec2b477b531a97a0423cfd929e53a8c4cff4c1ad9f8ace6d95e60ac4aebd5f43b86d804213867a898d820
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.99.0
|
@@ -11307,7 +11307,7 @@ module Aws::ElastiCache
|
|
11307
11307
|
params: params,
|
11308
11308
|
config: config)
|
11309
11309
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11310
|
-
context[:gem_version] = '1.
|
11310
|
+
context[:gem_version] = '1.99.0'
|
11311
11311
|
Seahorse::Client::Request.new(handlers, context)
|
11312
11312
|
end
|
11313
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
|
|
data/lib/aws-sdk-elasticache.rb
CHANGED
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.
|
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-
|
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
|