aws-sdk 1.13.0 → 1.14.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 +4 -4
- data/.yardopts +3 -3
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +55 -0
- data/lib/aws/api_config/SNS-2010-03-31.yml +0 -3
- data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +30 -0
- data/lib/aws/auto_scaling/client.rb +0 -530
- data/lib/aws/cloud_formation/client.rb +0 -356
- data/lib/aws/cloud_front/client.rb +0 -1567
- data/lib/aws/cloud_search/client.rb +0 -578
- data/lib/aws/cloud_watch/client.rb +0 -445
- data/lib/aws/data_pipeline/client.rb +0 -396
- data/lib/aws/direct_connect/client.rb +0 -248
- data/lib/aws/dynamo_db.rb +0 -1
- data/lib/aws/dynamo_db/client.rb +70 -1
- data/lib/aws/dynamo_db/client_v2.rb +1 -1
- data/lib/aws/ec2/client.rb +0 -3942
- data/lib/aws/ec2/reserved_instances_offering_collection.rb +9 -3
- data/lib/aws/ec2/tag_collection.rb +1 -1
- data/lib/aws/elastic_beanstalk/client.rb +0 -898
- data/lib/aws/elastic_transcoder/client.rb +0 -1755
- data/lib/aws/elasticache/client.rb +0 -947
- data/lib/aws/elb/client.rb +0 -509
- data/lib/aws/emr/client.rb +0 -314
- data/lib/aws/glacier/client.rb +0 -278
- data/lib/aws/iam/client.rb +0 -1155
- data/lib/aws/import_export/client.rb +0 -96
- data/lib/aws/ops_works/client.rb +0 -1255
- data/lib/aws/rds/client.rb +0 -2367
- data/lib/aws/redshift/client.rb +0 -1458
- data/lib/aws/route_53/client.rb +0 -420
- data/lib/aws/simple_db/client.rb +2 -250
- data/lib/aws/simple_email_service/client.rb +0 -282
- data/lib/aws/simple_workflow/client.rb +0 -1248
- data/lib/aws/sns/client.rb +0 -283
- data/lib/aws/sns/message.rb +1 -1
- data/lib/aws/sqs/client.rb +0 -255
- data/lib/aws/storage_gateway/client.rb +0 -582
- data/lib/aws/sts/client.rb +0 -183
- data/lib/aws/support/client.rb +0 -232
- data/lib/aws/version.rb +1 -1
- metadata +2 -3
- data/lib/aws/dynamo_db/client_base.rb +0 -92
@@ -26,953 +26,6 @@ module AWS
|
|
26
26
|
|
27
27
|
class Client::V20121115 < Client
|
28
28
|
|
29
|
-
# client methods #
|
30
|
-
|
31
|
-
# @!method authorize_cache_security_group_ingress(options = {})
|
32
|
-
# Calls the AuthorizeCacheSecurityGroupIngress API operation.
|
33
|
-
# @param [Hash] options
|
34
|
-
#
|
35
|
-
# * `:cache_security_group_name` - *required* - (String) The name of
|
36
|
-
# the Cache Security Group to authorize.
|
37
|
-
# * `:ec2_security_group_name` - *required* - (String) Name of the EC2
|
38
|
-
# Security Group to include in the authorization.
|
39
|
-
# * `:ec2_security_group_owner_id` - *required* - (String) AWS Account
|
40
|
-
# Number of the owner of the security group specified in the
|
41
|
-
# EC2SecurityGroupName parameter. The AWS Access Key ID is not an
|
42
|
-
# acceptable value.
|
43
|
-
# @return [Core::Response]
|
44
|
-
# The #data method of the response object returns
|
45
|
-
# a hash with the following structure:
|
46
|
-
#
|
47
|
-
# * `:owner_id` - (String)
|
48
|
-
# * `:cache_security_group_name` - (String)
|
49
|
-
# * `:description` - (String)
|
50
|
-
# * `:ec_2_security_groups` - (Array<Hash>)
|
51
|
-
# * `:status` - (String)
|
52
|
-
# * `:ec2_security_group_name` - (String)
|
53
|
-
# * `:ec2_security_group_owner_id` - (String)
|
54
|
-
|
55
|
-
# @!method create_cache_cluster(options = {})
|
56
|
-
# Calls the CreateCacheCluster API operation.
|
57
|
-
# @param [Hash] options
|
58
|
-
#
|
59
|
-
# * `:cache_cluster_id` - *required* - (String) The Cache Cluster
|
60
|
-
# identifier. This parameter is stored as a lowercase string.
|
61
|
-
# Constraints: Must contain from 1 to 20 alphanumeric characters or
|
62
|
-
# hyphens. First character must be a letter. Cannot end with a hyphen
|
63
|
-
# or contain two consecutive hyphens. Example: mycachecluster
|
64
|
-
# * `:num_cache_nodes` - *required* - (Integer) The number of Cache
|
65
|
-
# Nodes the Cache Cluster should have.
|
66
|
-
# * `:cache_node_type` - *required* - (String) The compute and memory
|
67
|
-
# capacity of nodes in a Cache Cluster. Valid values: cache.m1.large
|
68
|
-
# | cache.m1.xlarge | cache.m2.xlarge | cache.m2.2xlarge |
|
69
|
-
# cache.m2.4xlarge | cache.c1.xlarge
|
70
|
-
# * `:engine` - *required* - (String) The name of the cache engine to
|
71
|
-
# be used for this Cache Cluster. Currently, memcached is the only
|
72
|
-
# cache engine supported by the service.
|
73
|
-
# * `:engine_version` - (String) The version of the cache engine to be
|
74
|
-
# used for this cluster.
|
75
|
-
# * `:cache_parameter_group_name` - (String) The name of the cache
|
76
|
-
# parameter group to associate with this Cache cluster. If this
|
77
|
-
# argument is omitted, the default CacheParameterGroup for the
|
78
|
-
# specified engine will be used.
|
79
|
-
# * `:cache_subnet_group_name` - (String) The name of the Cache Subnet
|
80
|
-
# Group to be used for the Cache Cluster. Use this parameter only
|
81
|
-
# when you are creating a cluster in an Amazon Virtual Private Cloud
|
82
|
-
# (VPC).
|
83
|
-
# * `:cache_security_group_names` - (Array<String>) A list of Cache
|
84
|
-
# Security Group Names to associate with this Cache Cluster.
|
85
|
-
# * `:security_group_ids` - (Array<String>) Specifies the VPC Security
|
86
|
-
# Groups associated with the Cache Cluster. Use this parameter only
|
87
|
-
# when you are creating a cluster in an Amazon Virtual Private Cloud
|
88
|
-
# (VPC).
|
89
|
-
# * `:preferred_availability_zone` - (String) The EC2 Availability Zone
|
90
|
-
# that the Cache Cluster will be created in. In normal use, all
|
91
|
-
# CacheNodes belonging to a CacheCluster are placed in the preferred
|
92
|
-
# availability zone. In rare circumstances, some of the CacheNodes
|
93
|
-
# might temporarily be in a different availability zone. Default:
|
94
|
-
# System chosen (random) availability zone.
|
95
|
-
# * `:preferred_maintenance_window` - (String) The weekly time range
|
96
|
-
# (in UTC) during which system maintenance can occur. Example:
|
97
|
-
# sun:05:00-sun:09:00
|
98
|
-
# * `:port` - (Integer) The port number on which each of the Cache
|
99
|
-
# Nodes will accept connections.
|
100
|
-
# * `:notification_topic_arn` - (String) The Amazon Resource Name (ARN)
|
101
|
-
# of the Amazon Simple Notification Service (SNS) topic to which
|
102
|
-
# notifications will be sent. The Amazon SNS topic owner must be the
|
103
|
-
# same as the Cache Cluster owner.
|
104
|
-
# * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
|
105
|
-
# engine upgrades will be applied automatically to the Cache Cluster
|
106
|
-
# during the maintenance window. Default: `true`
|
107
|
-
# @return [Core::Response]
|
108
|
-
# The #data method of the response object returns
|
109
|
-
# a hash with the following structure:
|
110
|
-
#
|
111
|
-
# * `:cache_cluster_id` - (String)
|
112
|
-
# * `:configuration_endpoint` - (Hash)
|
113
|
-
# * `:address` - (String)
|
114
|
-
# * `:port` - (Integer)
|
115
|
-
# * `:client_download_landing_page` - (String)
|
116
|
-
# * `:cache_node_type` - (String)
|
117
|
-
# * `:engine` - (String)
|
118
|
-
# * `:engine_version` - (String)
|
119
|
-
# * `:cache_cluster_status` - (String)
|
120
|
-
# * `:num_cache_nodes` - (Integer)
|
121
|
-
# * `:preferred_availability_zone` - (String)
|
122
|
-
# * `:cache_cluster_create_time` - (Time)
|
123
|
-
# * `:preferred_maintenance_window` - (String)
|
124
|
-
# * `:pending_modified_values` - (Hash)
|
125
|
-
# * `:num_cache_nodes` - (Integer)
|
126
|
-
# * `:cache_node_ids_to_remove` - (Array<String>)
|
127
|
-
# * `:engine_version` - (String)
|
128
|
-
# * `:notification_configuration` - (Hash)
|
129
|
-
# * `:topic_arn` - (String)
|
130
|
-
# * `:topic_status` - (String)
|
131
|
-
# * `:cache_security_groups` - (Array<Hash>)
|
132
|
-
# * `:cache_security_group_name` - (String)
|
133
|
-
# * `:status` - (String)
|
134
|
-
# * `:cache_parameter_group` - (Hash)
|
135
|
-
# * `:cache_parameter_group_name` - (String)
|
136
|
-
# * `:parameter_apply_status` - (String)
|
137
|
-
# * `:cache_node_ids_to_reboot` - (Array<String>)
|
138
|
-
# * `:cache_subnet_group_name` - (String)
|
139
|
-
# * `:cache_nodes` - (Array<Hash>)
|
140
|
-
# * `:cache_node_id` - (String)
|
141
|
-
# * `:cache_node_status` - (String)
|
142
|
-
# * `:cache_node_create_time` - (Time)
|
143
|
-
# * `:endpoint` - (Hash)
|
144
|
-
# * `:address` - (String)
|
145
|
-
# * `:port` - (Integer)
|
146
|
-
# * `:parameter_group_status` - (String)
|
147
|
-
# * `:auto_minor_version_upgrade` - (Boolean)
|
148
|
-
# * `:security_groups` - (Array<Hash>)
|
149
|
-
# * `:security_group_id` - (String)
|
150
|
-
# * `:status` - (String)
|
151
|
-
|
152
|
-
# @!method create_cache_parameter_group(options = {})
|
153
|
-
# Calls the CreateCacheParameterGroup API operation.
|
154
|
-
# @param [Hash] options
|
155
|
-
#
|
156
|
-
# * `:cache_parameter_group_name` - *required* - (String) The name of
|
157
|
-
# the Cache Parameter Group.
|
158
|
-
# * `:cache_parameter_group_family` - *required* - (String) The name of
|
159
|
-
# the Cache Parameter Group Family the Cache Parameter Group can be
|
160
|
-
# used with. Currently, memcached1.4 is the only cache parameter
|
161
|
-
# group family supported by the service.
|
162
|
-
# * `:description` - *required* - (String) The description for the
|
163
|
-
# Cache Parameter Group.
|
164
|
-
# @return [Core::Response]
|
165
|
-
# The #data method of the response object returns
|
166
|
-
# a hash with the following structure:
|
167
|
-
#
|
168
|
-
# * `:cache_parameter_group_name` - (String)
|
169
|
-
# * `:cache_parameter_group_family` - (String)
|
170
|
-
# * `:description` - (String)
|
171
|
-
|
172
|
-
# @!method create_cache_security_group(options = {})
|
173
|
-
# Calls the CreateCacheSecurityGroup API operation.
|
174
|
-
# @param [Hash] options
|
175
|
-
#
|
176
|
-
# * `:cache_security_group_name` - *required* - (String) The name for
|
177
|
-
# the Cache Security Group. This value is stored as a lowercase
|
178
|
-
# string. Constraints: Must contain no more than 255 alphanumeric
|
179
|
-
# characters. Must not be "Default". Example: mysecuritygroup
|
180
|
-
# * `:description` - *required* - (String) The description for the
|
181
|
-
# Cache Security Group.
|
182
|
-
# @return [Core::Response]
|
183
|
-
# The #data method of the response object returns
|
184
|
-
# a hash with the following structure:
|
185
|
-
#
|
186
|
-
# * `:owner_id` - (String)
|
187
|
-
# * `:cache_security_group_name` - (String)
|
188
|
-
# * `:description` - (String)
|
189
|
-
# * `:ec_2_security_groups` - (Array<Hash>)
|
190
|
-
# * `:status` - (String)
|
191
|
-
# * `:ec2_security_group_name` - (String)
|
192
|
-
# * `:ec2_security_group_owner_id` - (String)
|
193
|
-
|
194
|
-
# @!method create_cache_subnet_group(options = {})
|
195
|
-
# Calls the CreateCacheSubnetGroup API operation.
|
196
|
-
# @param [Hash] options
|
197
|
-
#
|
198
|
-
# * `:cache_subnet_group_name` - *required* - (String) The name for the
|
199
|
-
# Cache Subnet Group. This value is stored as a lowercase string.
|
200
|
-
# Constraints: Must contain no more than 255 alphanumeric characters
|
201
|
-
# or hyphens. Example: mysubnetgroup
|
202
|
-
# * `:cache_subnet_group_description` - *required* - (String) The
|
203
|
-
# description for the Cache Subnet Group.
|
204
|
-
# * `:subnet_ids` - *required* - (Array<String>) The EC2 Subnet IDs for
|
205
|
-
# the Cache Subnet Group.
|
206
|
-
# @return [Core::Response]
|
207
|
-
# The #data method of the response object returns
|
208
|
-
# a hash with the following structure:
|
209
|
-
#
|
210
|
-
# * `:cache_subnet_group_name` - (String)
|
211
|
-
# * `:cache_subnet_group_description` - (String)
|
212
|
-
# * `:vpc_id` - (String)
|
213
|
-
# * `:subnets` - (Array<Hash>)
|
214
|
-
# * `:subnet_identifier` - (String)
|
215
|
-
# * `:subnet_availability_zone` - (Hash)
|
216
|
-
# * `:name` - (String)
|
217
|
-
|
218
|
-
# @!method delete_cache_cluster(options = {})
|
219
|
-
# Calls the DeleteCacheCluster API operation.
|
220
|
-
# @param [Hash] options
|
221
|
-
#
|
222
|
-
# * `:cache_cluster_id` - *required* - (String) The Cache Cluster
|
223
|
-
# identifier for the Cache Cluster to be deleted. This parameter
|
224
|
-
# isn't case sensitive.
|
225
|
-
# @return [Core::Response]
|
226
|
-
# The #data method of the response object returns
|
227
|
-
# a hash with the following structure:
|
228
|
-
#
|
229
|
-
# * `:cache_cluster_id` - (String)
|
230
|
-
# * `:configuration_endpoint` - (Hash)
|
231
|
-
# * `:address` - (String)
|
232
|
-
# * `:port` - (Integer)
|
233
|
-
# * `:client_download_landing_page` - (String)
|
234
|
-
# * `:cache_node_type` - (String)
|
235
|
-
# * `:engine` - (String)
|
236
|
-
# * `:engine_version` - (String)
|
237
|
-
# * `:cache_cluster_status` - (String)
|
238
|
-
# * `:num_cache_nodes` - (Integer)
|
239
|
-
# * `:preferred_availability_zone` - (String)
|
240
|
-
# * `:cache_cluster_create_time` - (Time)
|
241
|
-
# * `:preferred_maintenance_window` - (String)
|
242
|
-
# * `:pending_modified_values` - (Hash)
|
243
|
-
# * `:num_cache_nodes` - (Integer)
|
244
|
-
# * `:cache_node_ids_to_remove` - (Array<String>)
|
245
|
-
# * `:engine_version` - (String)
|
246
|
-
# * `:notification_configuration` - (Hash)
|
247
|
-
# * `:topic_arn` - (String)
|
248
|
-
# * `:topic_status` - (String)
|
249
|
-
# * `:cache_security_groups` - (Array<Hash>)
|
250
|
-
# * `:cache_security_group_name` - (String)
|
251
|
-
# * `:status` - (String)
|
252
|
-
# * `:cache_parameter_group` - (Hash)
|
253
|
-
# * `:cache_parameter_group_name` - (String)
|
254
|
-
# * `:parameter_apply_status` - (String)
|
255
|
-
# * `:cache_node_ids_to_reboot` - (Array<String>)
|
256
|
-
# * `:cache_subnet_group_name` - (String)
|
257
|
-
# * `:cache_nodes` - (Array<Hash>)
|
258
|
-
# * `:cache_node_id` - (String)
|
259
|
-
# * `:cache_node_status` - (String)
|
260
|
-
# * `:cache_node_create_time` - (Time)
|
261
|
-
# * `:endpoint` - (Hash)
|
262
|
-
# * `:address` - (String)
|
263
|
-
# * `:port` - (Integer)
|
264
|
-
# * `:parameter_group_status` - (String)
|
265
|
-
# * `:auto_minor_version_upgrade` - (Boolean)
|
266
|
-
# * `:security_groups` - (Array<Hash>)
|
267
|
-
# * `:security_group_id` - (String)
|
268
|
-
# * `:status` - (String)
|
269
|
-
|
270
|
-
# @!method delete_cache_parameter_group(options = {})
|
271
|
-
# Calls the DeleteCacheParameterGroup API operation.
|
272
|
-
# @param [Hash] options
|
273
|
-
#
|
274
|
-
# * `:cache_parameter_group_name` - *required* - (String) The name of
|
275
|
-
# the Cache Parameter Group to delete. The specified cache security
|
276
|
-
# group must not be associated with any Cache clusters.
|
277
|
-
# @return [Core::Response]
|
278
|
-
|
279
|
-
# @!method delete_cache_security_group(options = {})
|
280
|
-
# Calls the DeleteCacheSecurityGroup API operation.
|
281
|
-
# @param [Hash] options
|
282
|
-
#
|
283
|
-
# * `:cache_security_group_name` - *required* - (String) The name of
|
284
|
-
# the Cache Security Group to delete. You cannot delete the default
|
285
|
-
# security group.
|
286
|
-
# @return [Core::Response]
|
287
|
-
|
288
|
-
# @!method delete_cache_subnet_group(options = {})
|
289
|
-
# Calls the DeleteCacheSubnetGroup API operation.
|
290
|
-
# @param [Hash] options
|
291
|
-
#
|
292
|
-
# * `:cache_subnet_group_name` - *required* - (String) The name of the
|
293
|
-
# Cache Subnet Group to delete. Constraints: Must contain no more
|
294
|
-
# than 255 alphanumeric characters or hyphens.
|
295
|
-
# @return [Core::Response]
|
296
|
-
|
297
|
-
# @!method describe_cache_clusters(options = {})
|
298
|
-
# Calls the DescribeCacheClusters API operation.
|
299
|
-
# @param [Hash] options
|
300
|
-
#
|
301
|
-
# * `:cache_cluster_id` - (String) The user-supplied cluster
|
302
|
-
# identifier. If this parameter is specified, only information about
|
303
|
-
# that specific Cache Cluster is returned. This parameter isn't case
|
304
|
-
# sensitive.
|
305
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
306
|
-
# in the response. If more records exist than the specified
|
307
|
-
# MaxRecords value, a marker is included in the response so that the
|
308
|
-
# remaining results may be retrieved. Default: 100 Constraints:
|
309
|
-
# minimum 20, maximum 100
|
310
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
311
|
-
# DescribeCacheClusters request. If this parameter is specified, the
|
312
|
-
# response includes only records beyond the marker, up to the value
|
313
|
-
# specified by MaxRecords.
|
314
|
-
# * `:show_cache_node_info` - (Boolean) An optional flag that can be
|
315
|
-
# included in the DescribeCacheCluster request to retrieve Cache
|
316
|
-
# Nodes information.
|
317
|
-
# @return [Core::Response]
|
318
|
-
# The #data method of the response object returns
|
319
|
-
# a hash with the following structure:
|
320
|
-
#
|
321
|
-
# * `:marker` - (String)
|
322
|
-
# * `:cache_clusters` - (Array<Hash>)
|
323
|
-
# * `:cache_cluster_id` - (String)
|
324
|
-
# * `:configuration_endpoint` - (Hash)
|
325
|
-
# * `:address` - (String)
|
326
|
-
# * `:port` - (Integer)
|
327
|
-
# * `:client_download_landing_page` - (String)
|
328
|
-
# * `:cache_node_type` - (String)
|
329
|
-
# * `:engine` - (String)
|
330
|
-
# * `:engine_version` - (String)
|
331
|
-
# * `:cache_cluster_status` - (String)
|
332
|
-
# * `:num_cache_nodes` - (Integer)
|
333
|
-
# * `:preferred_availability_zone` - (String)
|
334
|
-
# * `:cache_cluster_create_time` - (Time)
|
335
|
-
# * `:preferred_maintenance_window` - (String)
|
336
|
-
# * `:pending_modified_values` - (Hash)
|
337
|
-
# * `:num_cache_nodes` - (Integer)
|
338
|
-
# * `:cache_node_ids_to_remove` - (Array<String>)
|
339
|
-
# * `:engine_version` - (String)
|
340
|
-
# * `:notification_configuration` - (Hash)
|
341
|
-
# * `:topic_arn` - (String)
|
342
|
-
# * `:topic_status` - (String)
|
343
|
-
# * `:cache_security_groups` - (Array<Hash>)
|
344
|
-
# * `:cache_security_group_name` - (String)
|
345
|
-
# * `:status` - (String)
|
346
|
-
# * `:cache_parameter_group` - (Hash)
|
347
|
-
# * `:cache_parameter_group_name` - (String)
|
348
|
-
# * `:parameter_apply_status` - (String)
|
349
|
-
# * `:cache_node_ids_to_reboot` - (Array<String>)
|
350
|
-
# * `:cache_subnet_group_name` - (String)
|
351
|
-
# * `:cache_nodes` - (Array<Hash>)
|
352
|
-
# * `:cache_node_id` - (String)
|
353
|
-
# * `:cache_node_status` - (String)
|
354
|
-
# * `:cache_node_create_time` - (Time)
|
355
|
-
# * `:endpoint` - (Hash)
|
356
|
-
# * `:address` - (String)
|
357
|
-
# * `:port` - (Integer)
|
358
|
-
# * `:parameter_group_status` - (String)
|
359
|
-
# * `:auto_minor_version_upgrade` - (Boolean)
|
360
|
-
# * `:security_groups` - (Array<Hash>)
|
361
|
-
# * `:security_group_id` - (String)
|
362
|
-
# * `:status` - (String)
|
363
|
-
|
364
|
-
# @!method describe_cache_engine_versions(options = {})
|
365
|
-
# Calls the DescribeCacheEngineVersions API operation.
|
366
|
-
# @param [Hash] options
|
367
|
-
#
|
368
|
-
# * `:engine` - (String) The cache engine to return.
|
369
|
-
# * `:engine_version` - (String) The cache engine version to return.
|
370
|
-
# Example: 1.4.14
|
371
|
-
# * `:cache_parameter_group_family` - (String) The name of a specific
|
372
|
-
# Cache Parameter Group family to return details for. Constraints:
|
373
|
-
# Must be 1 to 255 alphanumeric characters First character must be a
|
374
|
-
# letter Cannot end with a hyphen or contain two consecutive hyphens
|
375
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
376
|
-
# in the response. If more records exist than the specified
|
377
|
-
# MaxRecords value, a marker is included in the response so that the
|
378
|
-
# remaining results may be retrieved.
|
379
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
380
|
-
# DescribeCacheParameterGroups request. If this parameter is
|
381
|
-
# specified, the response includes only records beyond the marker, up
|
382
|
-
# to the value specified by MaxRecords.
|
383
|
-
# * `:default_only` - (Boolean) Indicates that only the default version
|
384
|
-
# of the specified engine or engine and major version combination is
|
385
|
-
# returned.
|
386
|
-
# @return [Core::Response]
|
387
|
-
# The #data method of the response object returns
|
388
|
-
# a hash with the following structure:
|
389
|
-
#
|
390
|
-
# * `:marker` - (String)
|
391
|
-
# * `:cache_engine_versions` - (Array<Hash>)
|
392
|
-
# * `:engine` - (String)
|
393
|
-
# * `:engine_version` - (String)
|
394
|
-
# * `:cache_parameter_group_family` - (String)
|
395
|
-
# * `:cache_engine_description` - (String)
|
396
|
-
# * `:cache_engine_version_description` - (String)
|
397
|
-
|
398
|
-
# @!method describe_cache_parameter_groups(options = {})
|
399
|
-
# Calls the DescribeCacheParameterGroups API operation.
|
400
|
-
# @param [Hash] options
|
401
|
-
#
|
402
|
-
# * `:cache_parameter_group_name` - (String) The name of a specific
|
403
|
-
# cache parameter group to return details for.
|
404
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
405
|
-
# in the response. If more records exist than the specified
|
406
|
-
# MaxRecords value, a marker is included in the response so that the
|
407
|
-
# remaining results may be retrieved.
|
408
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
409
|
-
# DescribeCacheParameterGroups request. If this parameter is
|
410
|
-
# specified, the response includes only records beyond the marker, up
|
411
|
-
# to the value specified by MaxRecords.
|
412
|
-
# @return [Core::Response]
|
413
|
-
# The #data method of the response object returns
|
414
|
-
# a hash with the following structure:
|
415
|
-
#
|
416
|
-
# * `:marker` - (String)
|
417
|
-
# * `:cache_parameter_groups` - (Array<Hash>)
|
418
|
-
# * `:cache_parameter_group_name` - (String)
|
419
|
-
# * `:cache_parameter_group_family` - (String)
|
420
|
-
# * `:description` - (String)
|
421
|
-
|
422
|
-
# @!method describe_cache_parameters(options = {})
|
423
|
-
# Calls the DescribeCacheParameters API operation.
|
424
|
-
# @param [Hash] options
|
425
|
-
#
|
426
|
-
# * `:cache_parameter_group_name` - *required* - (String) The name of a
|
427
|
-
# specific cache parameter group to return details for.
|
428
|
-
# * `:source` - (String) The parameter types to return. Valid values:
|
429
|
-
# user | system | engine-default
|
430
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
431
|
-
# in the response. If more records exist than the specified
|
432
|
-
# MaxRecords value, a marker is included in the response so that the
|
433
|
-
# remaining results may be retrieved.
|
434
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
435
|
-
# DescribeCacheClusters request. If this parameter is specified, the
|
436
|
-
# response includes only records beyond the marker, up to the value
|
437
|
-
# specified by MaxRecords.
|
438
|
-
# @return [Core::Response]
|
439
|
-
# The #data method of the response object returns
|
440
|
-
# a hash with the following structure:
|
441
|
-
#
|
442
|
-
# * `:marker` - (String)
|
443
|
-
# * `:parameters` - (Array<Hash>)
|
444
|
-
# * `:parameter_name` - (String)
|
445
|
-
# * `:parameter_value` - (String)
|
446
|
-
# * `:description` - (String)
|
447
|
-
# * `:source` - (String)
|
448
|
-
# * `:data_type` - (String)
|
449
|
-
# * `:allowed_values` - (String)
|
450
|
-
# * `:is_modifiable` - (Boolean)
|
451
|
-
# * `:minimum_engine_version` - (String)
|
452
|
-
# * `:cache_node_type_specific_parameters` - (Array<Hash>)
|
453
|
-
# * `:parameter_name` - (String)
|
454
|
-
# * `:description` - (String)
|
455
|
-
# * `:source` - (String)
|
456
|
-
# * `:data_type` - (String)
|
457
|
-
# * `:allowed_values` - (String)
|
458
|
-
# * `:is_modifiable` - (Boolean)
|
459
|
-
# * `:minimum_engine_version` - (String)
|
460
|
-
# * `:cache_node_type_specific_values` - (Array<Hash>)
|
461
|
-
# * `:cache_node_type` - (String)
|
462
|
-
# * `:value` - (String)
|
463
|
-
|
464
|
-
# @!method describe_cache_security_groups(options = {})
|
465
|
-
# Calls the DescribeCacheSecurityGroups API operation.
|
466
|
-
# @param [Hash] options
|
467
|
-
#
|
468
|
-
# * `:cache_security_group_name` - (String) The name of the Cache
|
469
|
-
# Security Group to return details for.
|
470
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
471
|
-
# in the response. If more records exist than the specified
|
472
|
-
# MaxRecords value, a marker is included in the response so that the
|
473
|
-
# remaining results may be retrieved. Default: 100 Constraints:
|
474
|
-
# minimum 20, maximum 100
|
475
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
476
|
-
# DescribeCacheClusters request. If this parameter is specified, the
|
477
|
-
# response includes only records beyond the marker, up to the value
|
478
|
-
# specified by MaxRecords.
|
479
|
-
# @return [Core::Response]
|
480
|
-
# The #data method of the response object returns
|
481
|
-
# a hash with the following structure:
|
482
|
-
#
|
483
|
-
# * `:marker` - (String)
|
484
|
-
# * `:cache_security_groups` - (Array<Hash>)
|
485
|
-
# * `:owner_id` - (String)
|
486
|
-
# * `:cache_security_group_name` - (String)
|
487
|
-
# * `:description` - (String)
|
488
|
-
# * `:ec_2_security_groups` - (Array<Hash>)
|
489
|
-
# * `:status` - (String)
|
490
|
-
# * `:ec2_security_group_name` - (String)
|
491
|
-
# * `:ec2_security_group_owner_id` - (String)
|
492
|
-
|
493
|
-
# @!method describe_cache_subnet_groups(options = {})
|
494
|
-
# Calls the DescribeCacheSubnetGroups API operation.
|
495
|
-
# @param [Hash] options
|
496
|
-
#
|
497
|
-
# * `:cache_subnet_group_name` - (String) The name of the Cache Subnet
|
498
|
-
# Group to return details for.
|
499
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
500
|
-
# in the response. If more records exist than the specified
|
501
|
-
# MaxRecords value, a marker is included in the response so that the
|
502
|
-
# remaining results may be retrieved. Default: 100 Constraints:
|
503
|
-
# minimum 20, maximum 100
|
504
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
505
|
-
# DescribeCacheSubnetGroups request. If this parameter is specified,
|
506
|
-
# the response includes only records beyond the marker, up to the
|
507
|
-
# value specified by MaxRecords.
|
508
|
-
# @return [Core::Response]
|
509
|
-
# The #data method of the response object returns
|
510
|
-
# a hash with the following structure:
|
511
|
-
#
|
512
|
-
# * `:marker` - (String)
|
513
|
-
# * `:cache_subnet_groups` - (Array<Hash>)
|
514
|
-
# * `:cache_subnet_group_name` - (String)
|
515
|
-
# * `:cache_subnet_group_description` - (String)
|
516
|
-
# * `:vpc_id` - (String)
|
517
|
-
# * `:subnets` - (Array<Hash>)
|
518
|
-
# * `:subnet_identifier` - (String)
|
519
|
-
# * `:subnet_availability_zone` - (Hash)
|
520
|
-
# * `:name` - (String)
|
521
|
-
|
522
|
-
# @!method describe_engine_default_parameters(options = {})
|
523
|
-
# Calls the DescribeEngineDefaultParameters API operation.
|
524
|
-
# @param [Hash] options
|
525
|
-
#
|
526
|
-
# * `:cache_parameter_group_family` - *required* - (String) The name of
|
527
|
-
# the Cache Parameter Group Family. Currently, memcached1.4 is the
|
528
|
-
# only cache parameter group family supported by the service.
|
529
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
530
|
-
# in the response. If more records exist than the specified
|
531
|
-
# MaxRecords value, a marker is included in the response so that the
|
532
|
-
# remaining results may be retrieved.
|
533
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
534
|
-
# DescribeCacheClusters request. If this parameter is specified, the
|
535
|
-
# response includes only records beyond the marker, up to the value
|
536
|
-
# specified by MaxRecords.
|
537
|
-
# @return [Core::Response]
|
538
|
-
# The #data method of the response object returns
|
539
|
-
# a hash with the following structure:
|
540
|
-
#
|
541
|
-
# * `:cache_parameter_group_family` - (String)
|
542
|
-
# * `:marker` - (String)
|
543
|
-
# * `:parameters` - (Array<Hash>)
|
544
|
-
# * `:parameter_name` - (String)
|
545
|
-
# * `:parameter_value` - (String)
|
546
|
-
# * `:description` - (String)
|
547
|
-
# * `:source` - (String)
|
548
|
-
# * `:data_type` - (String)
|
549
|
-
# * `:allowed_values` - (String)
|
550
|
-
# * `:is_modifiable` - (Boolean)
|
551
|
-
# * `:minimum_engine_version` - (String)
|
552
|
-
# * `:cache_node_type_specific_parameters` - (Array<Hash>)
|
553
|
-
# * `:parameter_name` - (String)
|
554
|
-
# * `:description` - (String)
|
555
|
-
# * `:source` - (String)
|
556
|
-
# * `:data_type` - (String)
|
557
|
-
# * `:allowed_values` - (String)
|
558
|
-
# * `:is_modifiable` - (Boolean)
|
559
|
-
# * `:minimum_engine_version` - (String)
|
560
|
-
# * `:cache_node_type_specific_values` - (Array<Hash>)
|
561
|
-
# * `:cache_node_type` - (String)
|
562
|
-
# * `:value` - (String)
|
563
|
-
|
564
|
-
# @!method describe_events(options = {})
|
565
|
-
# Calls the DescribeEvents API operation.
|
566
|
-
# @param [Hash] options
|
567
|
-
#
|
568
|
-
# * `:source_identifier` - (String) The identifier of the event source
|
569
|
-
# for which events will be returned. If not specified, then all
|
570
|
-
# sources are included in the response.
|
571
|
-
# * `:source_type` - (String) The event source to retrieve events for.
|
572
|
-
# If no value is specified, all events are returned. Valid values
|
573
|
-
# include:
|
574
|
-
# * `cache-cluster`
|
575
|
-
# * `cache-parameter-group`
|
576
|
-
# * `cache-security-group`
|
577
|
-
# * `cache-subnet-group`
|
578
|
-
# * `:start_time` - (String<ISO8601 datetime>) The beginning of the
|
579
|
-
# time interval to retrieve events for, specified in ISO 8601 format.
|
580
|
-
# * `:end_time` - (String<ISO8601 datetime>) The end of the time
|
581
|
-
# interval for which to retrieve events, specified in ISO 8601
|
582
|
-
# format.
|
583
|
-
# * `:duration` - (Integer) The number of minutes to retrieve events
|
584
|
-
# for.
|
585
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
586
|
-
# in the response. If more records exist than the specified
|
587
|
-
# MaxRecords value, a marker is included in the response so that the
|
588
|
-
# remaining results may be retrieved.
|
589
|
-
# * `:marker` - (String) An optional marker provided in the previous
|
590
|
-
# DescribeCacheClusters request. If this parameter is specified, the
|
591
|
-
# response includes only records beyond the marker, up to the value
|
592
|
-
# specified by MaxRecords.
|
593
|
-
# @return [Core::Response]
|
594
|
-
# The #data method of the response object returns
|
595
|
-
# a hash with the following structure:
|
596
|
-
#
|
597
|
-
# * `:marker` - (String)
|
598
|
-
# * `:events` - (Array<Hash>)
|
599
|
-
# * `:source_identifier` - (String)
|
600
|
-
# * `:source_type` - (String)
|
601
|
-
# * `:message` - (String)
|
602
|
-
# * `:date` - (Time)
|
603
|
-
|
604
|
-
# @!method describe_reserved_cache_nodes(options = {})
|
605
|
-
# Calls the DescribeReservedCacheNodes API operation.
|
606
|
-
# @param [Hash] options
|
607
|
-
#
|
608
|
-
# * `:reserved_cache_node_id` - (String) The reserved Cache Node
|
609
|
-
# identifier filter value. Specify this parameter to show only the
|
610
|
-
# reservation that matches the specified reservation ID.
|
611
|
-
# * `:reserved_cache_nodes_offering_id` - (String) The offering
|
612
|
-
# identifier filter value. Specify this parameter to show only
|
613
|
-
# purchased reservations matching the specified offering identifier.
|
614
|
-
# * `:cache_node_type` - (String) The Cache Node type filter value.
|
615
|
-
# Specify this parameter to show only those reservations matching the
|
616
|
-
# specified Cache Nodes type.
|
617
|
-
# * `:duration` - (String) The duration filter value, specified in
|
618
|
-
# years or seconds. Specify this parameter to show only reservations
|
619
|
-
# for this duration. Valid Values: 1 | 3 | 31536000 | 94608000
|
620
|
-
# * `:product_description` - (String) The product description filter
|
621
|
-
# value. Specify this parameter to show only those reservations
|
622
|
-
# matching the specified product description.
|
623
|
-
# * `:offering_type` - (String) The offering type filter value. Specify
|
624
|
-
# this parameter to show only the available offerings matching the
|
625
|
-
# specified offering type. Valid Values: "Light Utilization" |
|
626
|
-
# "Medium Utilization" | "Heavy Utilization"
|
627
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
628
|
-
# in the response. If more than the MaxRecords value is available, a
|
629
|
-
# marker is included in the response so that the following results
|
630
|
-
# can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
|
631
|
-
# * `:marker` - (String) The marker provided in the previous request.
|
632
|
-
# If this parameter is specified, the response includes records
|
633
|
-
# beyond the marker only, up to MaxRecords.
|
634
|
-
# @return [Core::Response]
|
635
|
-
# The #data method of the response object returns
|
636
|
-
# a hash with the following structure:
|
637
|
-
#
|
638
|
-
# * `:marker` - (String)
|
639
|
-
# * `:reserved_cache_nodes` - (Array<Hash>)
|
640
|
-
# * `:reserved_cache_node_id` - (String)
|
641
|
-
# * `:reserved_cache_nodes_offering_id` - (String)
|
642
|
-
# * `:cache_node_type` - (String)
|
643
|
-
# * `:start_time` - (Time)
|
644
|
-
# * `:duration` - (Integer)
|
645
|
-
# * `:fixed_price` - (Numeric)
|
646
|
-
# * `:usage_price` - (Numeric)
|
647
|
-
# * `:cache_node_count` - (Integer)
|
648
|
-
# * `:product_description` - (String)
|
649
|
-
# * `:offering_type` - (String)
|
650
|
-
# * `:state` - (String)
|
651
|
-
# * `:recurring_charges` - (Array<Hash>)
|
652
|
-
# * `:recurring_charge_amount` - (Numeric)
|
653
|
-
# * `:recurring_charge_frequency` - (String)
|
654
|
-
|
655
|
-
# @!method describe_reserved_cache_nodes_offerings(options = {})
|
656
|
-
# Calls the DescribeReservedCacheNodesOfferings API operation.
|
657
|
-
# @param [Hash] options
|
658
|
-
#
|
659
|
-
# * `:reserved_cache_nodes_offering_id` - (String) The offering
|
660
|
-
# identifier filter value. Specify this parameter to show only the
|
661
|
-
# available offering that matches the specified reservation
|
662
|
-
# identifier. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
|
663
|
-
# * `:cache_node_type` - (String) The Cache Node type filter value.
|
664
|
-
# Specify this parameter to show only the available offerings
|
665
|
-
# matching the specified Cache Node type.
|
666
|
-
# * `:duration` - (String) Duration filter value, specified in years or
|
667
|
-
# seconds. Specify this parameter to show only reservations for this
|
668
|
-
# duration. Valid Values: 1 | 3 | 31536000 | 94608000
|
669
|
-
# * `:product_description` - (String) Product description filter value.
|
670
|
-
# Specify this parameter to show only the available offerings
|
671
|
-
# matching the specified product description.
|
672
|
-
# * `:offering_type` - (String) The offering type filter value. Specify
|
673
|
-
# this parameter to show only the available offerings matching the
|
674
|
-
# specified offering type. Valid Values: "Light Utilization" |
|
675
|
-
# "Medium Utilization" | "Heavy Utilization"
|
676
|
-
# * `:max_records` - (Integer) The maximum number of records to include
|
677
|
-
# in the response. If more than the MaxRecords value is available, a
|
678
|
-
# marker is included in the response so that the following results
|
679
|
-
# can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
|
680
|
-
# * `:marker` - (String) The marker provided in the previous request.
|
681
|
-
# If this parameter is specified, the response includes records
|
682
|
-
# beyond the marker only, up to MaxRecords.
|
683
|
-
# @return [Core::Response]
|
684
|
-
# The #data method of the response object returns
|
685
|
-
# a hash with the following structure:
|
686
|
-
#
|
687
|
-
# * `:marker` - (String)
|
688
|
-
# * `:reserved_cache_nodes_offerings` - (Array<Hash>)
|
689
|
-
# * `:reserved_cache_nodes_offering_id` - (String)
|
690
|
-
# * `:cache_node_type` - (String)
|
691
|
-
# * `:duration` - (Integer)
|
692
|
-
# * `:fixed_price` - (Numeric)
|
693
|
-
# * `:usage_price` - (Numeric)
|
694
|
-
# * `:product_description` - (String)
|
695
|
-
# * `:offering_type` - (String)
|
696
|
-
# * `:recurring_charges` - (Array<Hash>)
|
697
|
-
# * `:recurring_charge_amount` - (Numeric)
|
698
|
-
# * `:recurring_charge_frequency` - (String)
|
699
|
-
|
700
|
-
# @!method modify_cache_cluster(options = {})
|
701
|
-
# Calls the ModifyCacheCluster API operation.
|
702
|
-
# @param [Hash] options
|
703
|
-
#
|
704
|
-
# * `:cache_cluster_id` - *required* - (String) The Cache Cluster
|
705
|
-
# identifier. This value is stored as a lowercase string.
|
706
|
-
# * `:num_cache_nodes` - (Integer) The number of Cache Nodes the Cache
|
707
|
-
# Cluster should have. If NumCacheNodes is greater than the existing
|
708
|
-
# number of Cache Nodes, Cache Nodes will be added. If NumCacheNodes
|
709
|
-
# is less than the existing number of Cache Nodes, Cache Nodes will
|
710
|
-
# be removed. When removing Cache Nodes, the Ids of the specific
|
711
|
-
# Cache Nodes to be removed must be supplied using the
|
712
|
-
# CacheNodeIdsToRemove parameter.
|
713
|
-
# * `:cache_node_ids_to_remove` - (Array<String>) The list of Cache
|
714
|
-
# Node IDs to be removed. This parameter is only valid when
|
715
|
-
# NumCacheNodes is less than the existing number of Cache Nodes. The
|
716
|
-
# number of Cache Node Ids supplied in this parameter must match the
|
717
|
-
# difference between the existing number of Cache Nodes in the
|
718
|
-
# cluster and the new NumCacheNodes requested.
|
719
|
-
# * `:cache_security_group_names` - (Array<String>) A list of Cache
|
720
|
-
# Security Group Names to authorize on this Cache Cluster. This
|
721
|
-
# change is asynchronously applied as soon as possible. Constraints:
|
722
|
-
# Must contain no more than 255 alphanumeric characters. Must not be
|
723
|
-
# "Default".
|
724
|
-
# * `:security_group_ids` - (Array<String>) Specifies the VPC Security
|
725
|
-
# Groups associated with the Cache Cluster. This parameter can be
|
726
|
-
# used only with clusters that are created in an Amazon Virtual
|
727
|
-
# Private Cloud (VPC).
|
728
|
-
# * `:preferred_maintenance_window` - (String) The weekly time range
|
729
|
-
# (in UTC) during which system maintenance can occur, which may
|
730
|
-
# result in an outage. This change is made immediately. If moving
|
731
|
-
# this window to the current time, there must be at least 120 minutes
|
732
|
-
# between the current time and end of the window to ensure pending
|
733
|
-
# changes are applied.
|
734
|
-
# * `:notification_topic_arn` - (String) The Amazon Resource Name (ARN)
|
735
|
-
# of the SNS topic to which notifications will be sent. The SNS topic
|
736
|
-
# owner must be same as the Cache Cluster owner.
|
737
|
-
# * `:cache_parameter_group_name` - (String) The name of the Cache
|
738
|
-
# Parameter Group to apply to this Cache Cluster. This change is
|
739
|
-
# asynchronously applied as soon as possible for parameters when the
|
740
|
-
# ApplyImmediately parameter is specified as `true` for this request.
|
741
|
-
# * `:notification_topic_status` - (String) The status of the Amazon
|
742
|
-
# SNS notification topic. The value can be active or inactive.
|
743
|
-
# Notifications are sent only if the status is active.
|
744
|
-
# * `:apply_immediately` - (Boolean) Specifies whether or not the
|
745
|
-
# modifications in this request and any pending modifications are
|
746
|
-
# asynchronously applied as soon as possible, regardless of the
|
747
|
-
# PreferredMaintenanceWindow setting for the Cache Cluster. If this
|
748
|
-
# parameter is passed as `false` , changes to the Cache Cluster are
|
749
|
-
# applied on the next maintenance reboot, or the next failure reboot,
|
750
|
-
# whichever occurs first. Default: `false`
|
751
|
-
# * `:engine_version` - (String) The version of the cache engine to
|
752
|
-
# upgrade this cluster to.
|
753
|
-
# * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
|
754
|
-
# engine upgrades will be applied automatically to the Cache Cluster
|
755
|
-
# during the maintenance window. Default: `true`
|
756
|
-
# @return [Core::Response]
|
757
|
-
# The #data method of the response object returns
|
758
|
-
# a hash with the following structure:
|
759
|
-
#
|
760
|
-
# * `:cache_cluster_id` - (String)
|
761
|
-
# * `:configuration_endpoint` - (Hash)
|
762
|
-
# * `:address` - (String)
|
763
|
-
# * `:port` - (Integer)
|
764
|
-
# * `:client_download_landing_page` - (String)
|
765
|
-
# * `:cache_node_type` - (String)
|
766
|
-
# * `:engine` - (String)
|
767
|
-
# * `:engine_version` - (String)
|
768
|
-
# * `:cache_cluster_status` - (String)
|
769
|
-
# * `:num_cache_nodes` - (Integer)
|
770
|
-
# * `:preferred_availability_zone` - (String)
|
771
|
-
# * `:cache_cluster_create_time` - (Time)
|
772
|
-
# * `:preferred_maintenance_window` - (String)
|
773
|
-
# * `:pending_modified_values` - (Hash)
|
774
|
-
# * `:num_cache_nodes` - (Integer)
|
775
|
-
# * `:cache_node_ids_to_remove` - (Array<String>)
|
776
|
-
# * `:engine_version` - (String)
|
777
|
-
# * `:notification_configuration` - (Hash)
|
778
|
-
# * `:topic_arn` - (String)
|
779
|
-
# * `:topic_status` - (String)
|
780
|
-
# * `:cache_security_groups` - (Array<Hash>)
|
781
|
-
# * `:cache_security_group_name` - (String)
|
782
|
-
# * `:status` - (String)
|
783
|
-
# * `:cache_parameter_group` - (Hash)
|
784
|
-
# * `:cache_parameter_group_name` - (String)
|
785
|
-
# * `:parameter_apply_status` - (String)
|
786
|
-
# * `:cache_node_ids_to_reboot` - (Array<String>)
|
787
|
-
# * `:cache_subnet_group_name` - (String)
|
788
|
-
# * `:cache_nodes` - (Array<Hash>)
|
789
|
-
# * `:cache_node_id` - (String)
|
790
|
-
# * `:cache_node_status` - (String)
|
791
|
-
# * `:cache_node_create_time` - (Time)
|
792
|
-
# * `:endpoint` - (Hash)
|
793
|
-
# * `:address` - (String)
|
794
|
-
# * `:port` - (Integer)
|
795
|
-
# * `:parameter_group_status` - (String)
|
796
|
-
# * `:auto_minor_version_upgrade` - (Boolean)
|
797
|
-
# * `:security_groups` - (Array<Hash>)
|
798
|
-
# * `:security_group_id` - (String)
|
799
|
-
# * `:status` - (String)
|
800
|
-
|
801
|
-
# @!method modify_cache_parameter_group(options = {})
|
802
|
-
# Calls the ModifyCacheParameterGroup API operation.
|
803
|
-
# @param [Hash] options
|
804
|
-
#
|
805
|
-
# * `:cache_parameter_group_name` - *required* - (String) The name of
|
806
|
-
# the cache parameter group to modify.
|
807
|
-
# * `:parameter_name_values` - *required* - (Array<Hash>) An array of
|
808
|
-
# parameter names and values for the parameter update. At least one
|
809
|
-
# parameter name and value must be supplied; subsequent arguments are
|
810
|
-
# optional. A maximum of 20 parameters may be modified in a single
|
811
|
-
# request.
|
812
|
-
# * `:parameter_name` - (String) Specifies the name of the parameter.
|
813
|
-
# * `:parameter_value` - (String) Specifies the value of the
|
814
|
-
# parameter.
|
815
|
-
# @return [Core::Response]
|
816
|
-
# The #data method of the response object returns
|
817
|
-
# a hash with the following structure:
|
818
|
-
#
|
819
|
-
# * `:cache_parameter_group_name` - (String)
|
820
|
-
|
821
|
-
# @!method modify_cache_subnet_group(options = {})
|
822
|
-
# Calls the ModifyCacheSubnetGroup API operation.
|
823
|
-
# @param [Hash] options
|
824
|
-
#
|
825
|
-
# * `:cache_subnet_group_name` - *required* - (String) The name for the
|
826
|
-
# Cache Subnet Group. This value is stored as a lowercase string.
|
827
|
-
# Constraints: Must contain no more than 255 alphanumeric characters
|
828
|
-
# or hyphens. Example: mysubnetgroup
|
829
|
-
# * `:cache_subnet_group_description` - (String) The description for
|
830
|
-
# the Cache Subnet Group.
|
831
|
-
# * `:subnet_ids` - (Array<String>) The EC2 Subnet IDs for the Cache
|
832
|
-
# Subnet Group.
|
833
|
-
# @return [Core::Response]
|
834
|
-
# The #data method of the response object returns
|
835
|
-
# a hash with the following structure:
|
836
|
-
#
|
837
|
-
# * `:cache_subnet_group_name` - (String)
|
838
|
-
# * `:cache_subnet_group_description` - (String)
|
839
|
-
# * `:vpc_id` - (String)
|
840
|
-
# * `:subnets` - (Array<Hash>)
|
841
|
-
# * `:subnet_identifier` - (String)
|
842
|
-
# * `:subnet_availability_zone` - (Hash)
|
843
|
-
# * `:name` - (String)
|
844
|
-
|
845
|
-
# @!method purchase_reserved_cache_nodes_offering(options = {})
|
846
|
-
# Calls the PurchaseReservedCacheNodesOffering API operation.
|
847
|
-
# @param [Hash] options
|
848
|
-
#
|
849
|
-
# * `:reserved_cache_nodes_offering_id` - *required* - (String) The ID
|
850
|
-
# of the Reserved Cache Node offering to purchase. Example:
|
851
|
-
# 438012d3-4052-4cc7-b2e3-8d3372e0e706
|
852
|
-
# * `:reserved_cache_node_id` - (String) Customer-specified identifier
|
853
|
-
# to track this reservation. Example: myreservationID
|
854
|
-
# * `:cache_node_count` - (Integer) The number of instances to reserve.
|
855
|
-
# Default: 1
|
856
|
-
# @return [Core::Response]
|
857
|
-
# The #data method of the response object returns
|
858
|
-
# a hash with the following structure:
|
859
|
-
#
|
860
|
-
# * `:reserved_cache_node_id` - (String)
|
861
|
-
# * `:reserved_cache_nodes_offering_id` - (String)
|
862
|
-
# * `:cache_node_type` - (String)
|
863
|
-
# * `:start_time` - (Time)
|
864
|
-
# * `:duration` - (Integer)
|
865
|
-
# * `:fixed_price` - (Numeric)
|
866
|
-
# * `:usage_price` - (Numeric)
|
867
|
-
# * `:cache_node_count` - (Integer)
|
868
|
-
# * `:product_description` - (String)
|
869
|
-
# * `:offering_type` - (String)
|
870
|
-
# * `:state` - (String)
|
871
|
-
# * `:recurring_charges` - (Array<Hash>)
|
872
|
-
# * `:recurring_charge_amount` - (Numeric)
|
873
|
-
# * `:recurring_charge_frequency` - (String)
|
874
|
-
|
875
|
-
# @!method reboot_cache_cluster(options = {})
|
876
|
-
# Calls the RebootCacheCluster API operation.
|
877
|
-
# @param [Hash] options
|
878
|
-
#
|
879
|
-
# * `:cache_cluster_id` - *required* - (String) The Cache Cluster
|
880
|
-
# identifier. This parameter is stored as a lowercase string.
|
881
|
-
# * `:cache_node_ids_to_reboot` - *required* - (Array<String>) A list
|
882
|
-
# of Cache Cluster Node Ids to reboot. To reboot an entire cache
|
883
|
-
# cluster, specify all cache cluster node Ids.
|
884
|
-
# @return [Core::Response]
|
885
|
-
# The #data method of the response object returns
|
886
|
-
# a hash with the following structure:
|
887
|
-
#
|
888
|
-
# * `:cache_cluster_id` - (String)
|
889
|
-
# * `:configuration_endpoint` - (Hash)
|
890
|
-
# * `:address` - (String)
|
891
|
-
# * `:port` - (Integer)
|
892
|
-
# * `:client_download_landing_page` - (String)
|
893
|
-
# * `:cache_node_type` - (String)
|
894
|
-
# * `:engine` - (String)
|
895
|
-
# * `:engine_version` - (String)
|
896
|
-
# * `:cache_cluster_status` - (String)
|
897
|
-
# * `:num_cache_nodes` - (Integer)
|
898
|
-
# * `:preferred_availability_zone` - (String)
|
899
|
-
# * `:cache_cluster_create_time` - (Time)
|
900
|
-
# * `:preferred_maintenance_window` - (String)
|
901
|
-
# * `:pending_modified_values` - (Hash)
|
902
|
-
# * `:num_cache_nodes` - (Integer)
|
903
|
-
# * `:cache_node_ids_to_remove` - (Array<String>)
|
904
|
-
# * `:engine_version` - (String)
|
905
|
-
# * `:notification_configuration` - (Hash)
|
906
|
-
# * `:topic_arn` - (String)
|
907
|
-
# * `:topic_status` - (String)
|
908
|
-
# * `:cache_security_groups` - (Array<Hash>)
|
909
|
-
# * `:cache_security_group_name` - (String)
|
910
|
-
# * `:status` - (String)
|
911
|
-
# * `:cache_parameter_group` - (Hash)
|
912
|
-
# * `:cache_parameter_group_name` - (String)
|
913
|
-
# * `:parameter_apply_status` - (String)
|
914
|
-
# * `:cache_node_ids_to_reboot` - (Array<String>)
|
915
|
-
# * `:cache_subnet_group_name` - (String)
|
916
|
-
# * `:cache_nodes` - (Array<Hash>)
|
917
|
-
# * `:cache_node_id` - (String)
|
918
|
-
# * `:cache_node_status` - (String)
|
919
|
-
# * `:cache_node_create_time` - (Time)
|
920
|
-
# * `:endpoint` - (Hash)
|
921
|
-
# * `:address` - (String)
|
922
|
-
# * `:port` - (Integer)
|
923
|
-
# * `:parameter_group_status` - (String)
|
924
|
-
# * `:auto_minor_version_upgrade` - (Boolean)
|
925
|
-
# * `:security_groups` - (Array<Hash>)
|
926
|
-
# * `:security_group_id` - (String)
|
927
|
-
# * `:status` - (String)
|
928
|
-
|
929
|
-
# @!method reset_cache_parameter_group(options = {})
|
930
|
-
# Calls the ResetCacheParameterGroup API operation.
|
931
|
-
# @param [Hash] options
|
932
|
-
#
|
933
|
-
# * `:cache_parameter_group_name` - *required* - (String) The name of
|
934
|
-
# the Cache Parameter Group.
|
935
|
-
# * `:reset_all_parameters` - (Boolean) Specifies whether ( `true` ) or
|
936
|
-
# not ( `false` ) to reset all parameters in the Cache Parameter
|
937
|
-
# Group to default values.
|
938
|
-
# * `:parameter_name_values` - *required* - (Array<Hash>) An array of
|
939
|
-
# parameter names which should be reset. If not resetting the entire
|
940
|
-
# CacheParameterGroup, at least one parameter name must be supplied.
|
941
|
-
# * `:parameter_name` - (String) Specifies the name of the parameter.
|
942
|
-
# * `:parameter_value` - (String) Specifies the value of the
|
943
|
-
# parameter.
|
944
|
-
# @return [Core::Response]
|
945
|
-
# The #data method of the response object returns
|
946
|
-
# a hash with the following structure:
|
947
|
-
#
|
948
|
-
# * `:cache_parameter_group_name` - (String)
|
949
|
-
|
950
|
-
# @!method revoke_cache_security_group_ingress(options = {})
|
951
|
-
# Calls the RevokeCacheSecurityGroupIngress API operation.
|
952
|
-
# @param [Hash] options
|
953
|
-
#
|
954
|
-
# * `:cache_security_group_name` - *required* - (String) The name of
|
955
|
-
# the Cache Security Group to revoke ingress from.
|
956
|
-
# * `:ec2_security_group_name` - *required* - (String) The name of the
|
957
|
-
# EC2 Security Group to revoke access from.
|
958
|
-
# * `:ec2_security_group_owner_id` - *required* - (String) The AWS
|
959
|
-
# Account Number of the owner of the security group specified in the
|
960
|
-
# EC2SecurityGroupName parameter. The AWS Access Key ID is not an
|
961
|
-
# acceptable value.
|
962
|
-
# @return [Core::Response]
|
963
|
-
# The #data method of the response object returns
|
964
|
-
# a hash with the following structure:
|
965
|
-
#
|
966
|
-
# * `:owner_id` - (String)
|
967
|
-
# * `:cache_security_group_name` - (String)
|
968
|
-
# * `:description` - (String)
|
969
|
-
# * `:ec_2_security_groups` - (Array<Hash>)
|
970
|
-
# * `:status` - (String)
|
971
|
-
# * `:ec2_security_group_name` - (String)
|
972
|
-
# * `:ec2_security_group_owner_id` - (String)
|
973
|
-
|
974
|
-
# end client methods #
|
975
|
-
|
976
29
|
define_client_methods('2012-11-15')
|
977
30
|
|
978
31
|
end
|