aws-sdk 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -8
  3. data/bin/aws-rb +0 -1
  4. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +2 -0
  5. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +101 -1
  6. data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
  7. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +28 -0
  8. data/lib/aws/auto_scaling/group.rb +1 -1
  9. data/lib/aws/core.rb +14 -0
  10. data/lib/aws/core/client.rb +2 -1
  11. data/lib/aws/core/configuration.rb +1 -1
  12. data/lib/aws/core/credential_providers.rb +23 -10
  13. data/lib/aws/core/http/connection_pool.rb +12 -2
  14. data/lib/aws/core/http/request.rb +3 -0
  15. data/lib/aws/core/log_formatter.rb +1 -1
  16. data/lib/aws/core/policy.rb +2 -3
  17. data/lib/aws/dynamo_db/table.rb +4 -8
  18. data/lib/aws/ec2/instance.rb +1 -1
  19. data/lib/aws/ec2/instance_collection.rb +12 -3
  20. data/lib/aws/elasticache/client.rb +5 -2
  21. data/lib/aws/glacier/vault.rb +1 -1
  22. data/lib/aws/iam/server_certificate.rb +24 -17
  23. data/lib/aws/rails.rb +1 -1
  24. data/lib/aws/record/abstract_base.rb +0 -1
  25. data/lib/aws/record/hash_model.rb +1 -1
  26. data/lib/aws/record/model.rb +1 -1
  27. data/lib/aws/route_53/hosted_zone_collection.rb +2 -1
  28. data/lib/aws/s3/bucket_lifecycle_configuration.rb +1 -2
  29. data/lib/aws/s3/client.rb +48 -2
  30. data/lib/aws/s3/presign_v4.rb +1 -0
  31. data/lib/aws/s3/s3_object.rb +1 -0
  32. data/lib/aws/simple_workflow/decision_task.rb +2 -2
  33. data/lib/aws/simple_workflow/decision_task_collection.rb +0 -2
  34. data/lib/aws/simple_workflow/option_formatters.rb +1 -1
  35. data/lib/aws/simple_workflow/workflow_type.rb +0 -2
  36. data/lib/aws/sqs/queue.rb +1 -1
  37. data/lib/aws/version.rb +1 -1
  38. metadata +3 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d429291c00a4103050a79b79de571925e3f1584
4
- data.tar.gz: 8ce5ac8e91b05f75e032d48bf87a87dc03665901
3
+ metadata.gz: 1944c9e7028cdb44606ba7face978c623e671606
4
+ data.tar.gz: 66772a9d7f1682dfad98b9bc21615d74f3acdb9c
5
5
  SHA512:
6
- metadata.gz: e16082d41ae775d88946a5b52a45e899710130975a8de1e59d9389406d1c45a5e49f398653c0b9a830e520f815d52636e4ecb6e1c95843892aa372e543592c96
7
- data.tar.gz: 0ada92c8b5824e4a01f903c6f1b97e4907f9b5f3e20553e6549f997c4c0ab7912d18b17f8f831f4f81302213ebd0437447b5d275b2b7ac0cf51646d3bc4f131f
6
+ metadata.gz: 4ae299a34d8855a9e79b4dfb5dd05201371286b475401f9083965e6ca216784b3e7dfa14dfb7ca38ce37bd9057fb029828d8b9728af622fc4500a8b7950a0368
7
+ data.tar.gz: 5390fd465d6c00c1bdd44e662ca363e056acfdaf13e60854516df0bd945a110b6f7d39f5452b7332c19feab502846c1a70465299bd9247f02f2db7f4168169a3
data/README.md CHANGED
@@ -93,9 +93,9 @@ The SDK currently supports the following services:
93
93
  <td>AWS CloudFormation</td>
94
94
  </tr>
95
95
  <tr>
96
- <td rowspan="4">AWS::CloudFront</td>
96
+ <td rowspan="6">AWS::CloudFront</td>
97
97
  <td>2013-05-12</td>
98
- <td rowspan="4">Amazon CloudFront</td>
98
+ <td rowspan="6">Amazon CloudFront</td>
99
99
  </tr>
100
100
  <tr>
101
101
  <td>2013-08-26</td>
@@ -107,9 +107,18 @@ The SDK currently supports the following services:
107
107
  <td>2013-11-11</td>
108
108
  </tr>
109
109
  <tr>
110
- <td>AWS::CloudSearch</td>
110
+ <td>2013-11-22</td>
111
+ </tr>
112
+ <tr>
113
+ <td>2014-01-31</td>
114
+ </tr>
115
+ <tr>
116
+ <td rowspan="2">AWS::CloudSearch</td>
111
117
  <td>2011-02-01</td>
112
- <td>Amazon CloudSearch</td>
118
+ <td rowspan="2">Amazon CloudSearch</td>
119
+ </tr>
120
+ <tr>
121
+ <td>2013-01-01</td>
113
122
  </tr>
114
123
  <tr>
115
124
  <td>AWS::CloudTrail</td>
@@ -140,9 +149,9 @@ The SDK currently supports the following services:
140
149
  <td>2012-08-10</td>
141
150
  </tr>
142
151
  <tr>
143
- <td rowspan="3">AWS::EC2</td>
152
+ <td rowspan="4">AWS::EC2</td>
144
153
  <td>2013-08-15</td>
145
- <td rowspan="3">Amazon Elastic Compute Cloud</td>
154
+ <td rowspan="4">Amazon Elastic Compute Cloud</td>
146
155
  </tr>
147
156
  <tr>
148
157
  <td>2013-10-01</td>
@@ -150,6 +159,9 @@ The SDK currently supports the following services:
150
159
  <tr>
151
160
  <td>2013-10-15</td>
152
161
  </tr>
162
+ <tr>
163
+ <td>2014-02-01</td>
164
+ </tr>
153
165
  <tr>
154
166
  <td>AWS::ElastiCache</td>
155
167
  <td>2013-06-15</td>
@@ -214,9 +226,12 @@ The SDK currently supports the following services:
214
226
  <td>Amazon Redshift</td>
215
227
  </tr>
216
228
  <tr>
217
- <td>AWS::Route53</td>
229
+ <td rowspan="2">AWS::Route53</td>
218
230
  <td>2012-12-12</td>
219
- <td>Amazon Route 53</td>
231
+ <td rowspan="2">Amazon Route 53</td>
232
+ </tr>
233
+ <tr>
234
+ <td>2013-04-01</td>
220
235
  </tr>
221
236
  <tr>
222
237
  <td>AWS::S3</td>
data/bin/aws-rb CHANGED
@@ -136,7 +136,6 @@ unless options[:repl] == 'irb'
136
136
  # we require them up front to squelch warnings from pry
137
137
  require 'nokogiri'
138
138
  require 'json'
139
- require 'uuidtools'
140
139
  end
141
140
 
142
141
  class PryNotAvailable < StandardError; end
@@ -139,6 +139,8 @@
139
139
  - :boolean
140
140
  AssociatePublicIpAddress:
141
141
  - :boolean
142
+ PlacementTenancy:
143
+ - :string
142
144
  :outputs:
143
145
  :children:
144
146
  CreateLaunchConfigurationResult:
@@ -1,4 +1,4 @@
1
- # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License"). You
4
4
  # may not use this file except in compliance with the License. A copy of
@@ -652,6 +652,28 @@
652
652
  - :blob
653
653
  Exists:
654
654
  - :boolean
655
+ ComparisonOperator:
656
+ - :string
657
+ AttributeValueList:
658
+ - :list:
659
+ - :structure:
660
+ S:
661
+ - :string
662
+ N:
663
+ - :string
664
+ B:
665
+ - :blob
666
+ SS:
667
+ - :list:
668
+ - :string
669
+ NS:
670
+ - :list:
671
+ - :string
672
+ BS:
673
+ - :list:
674
+ - :blob
675
+ ConditionalOperator:
676
+ - :string
655
677
  ReturnValues:
656
678
  - :string
657
679
  ReturnConsumedCapacity:
@@ -1224,12 +1246,34 @@
1224
1246
  - :blob
1225
1247
  Exists:
1226
1248
  - :boolean
1249
+ ComparisonOperator:
1250
+ - :string
1251
+ AttributeValueList:
1252
+ - :list:
1253
+ - :structure:
1254
+ S:
1255
+ - :string
1256
+ N:
1257
+ - :string
1258
+ B:
1259
+ - :blob
1260
+ SS:
1261
+ - :list:
1262
+ - :string
1263
+ NS:
1264
+ - :list:
1265
+ - :string
1266
+ BS:
1267
+ - :list:
1268
+ - :blob
1227
1269
  ReturnValues:
1228
1270
  - :string
1229
1271
  ReturnConsumedCapacity:
1230
1272
  - :string
1231
1273
  ReturnItemCollectionMetrics:
1232
1274
  - :string
1275
+ ConditionalOperator:
1276
+ - :string
1233
1277
  :outputs:
1234
1278
  Attributes:
1235
1279
  :sym: :attributes
@@ -1369,6 +1413,35 @@
1369
1413
  ComparisonOperator:
1370
1414
  - :string
1371
1415
  - :required
1416
+ QueryFilter:
1417
+ - :map:
1418
+ :key:
1419
+ - :string
1420
+ :value:
1421
+ - :structure:
1422
+ AttributeValueList:
1423
+ - :list:
1424
+ - :structure:
1425
+ S:
1426
+ - :string
1427
+ N:
1428
+ - :string
1429
+ B:
1430
+ - :blob
1431
+ SS:
1432
+ - :list:
1433
+ - :string
1434
+ NS:
1435
+ - :list:
1436
+ - :string
1437
+ BS:
1438
+ - :list:
1439
+ - :blob
1440
+ ComparisonOperator:
1441
+ - :string
1442
+ - :required
1443
+ ConditionalOperator:
1444
+ - :string
1372
1445
  ScanIndexForward:
1373
1446
  - :boolean
1374
1447
  ExclusiveStartKey:
@@ -1423,6 +1496,9 @@
1423
1496
  Count:
1424
1497
  :sym: :count
1425
1498
  :type: :integer
1499
+ ScannedCount:
1500
+ :sym: :scanned_count
1501
+ :type: :integer
1426
1502
  LastEvaluatedKey:
1427
1503
  :sym: :last_evaluated_key
1428
1504
  :type: :map
@@ -1525,6 +1601,8 @@
1525
1601
  ComparisonOperator:
1526
1602
  - :string
1527
1603
  - :required
1604
+ ConditionalOperator:
1605
+ - :string
1528
1606
  ExclusiveStartKey:
1529
1607
  - :map:
1530
1608
  :key:
@@ -1724,6 +1802,28 @@
1724
1802
  - :blob
1725
1803
  Exists:
1726
1804
  - :boolean
1805
+ ComparisonOperator:
1806
+ - :string
1807
+ AttributeValueList:
1808
+ - :list:
1809
+ - :structure:
1810
+ S:
1811
+ - :string
1812
+ N:
1813
+ - :string
1814
+ B:
1815
+ - :blob
1816
+ SS:
1817
+ - :list:
1818
+ - :string
1819
+ NS:
1820
+ - :list:
1821
+ - :string
1822
+ BS:
1823
+ - :list:
1824
+ - :blob
1825
+ ConditionalOperator:
1826
+ - :string
1727
1827
  ReturnValues:
1728
1828
  - :string
1729
1829
  ReturnConsumedCapacity:
@@ -0,0 +1,1375 @@
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2014-03-24'
16
+ :operations:
17
+ - :name: AuthorizeCacheSecurityGroupIngress
18
+ :method: :authorize_cache_security_group_ingress
19
+ :inputs:
20
+ CacheSecurityGroupName:
21
+ - :string
22
+ - :required
23
+ EC2SecurityGroupName:
24
+ - :string
25
+ - :required
26
+ EC2SecurityGroupOwnerId:
27
+ - :string
28
+ - :required
29
+ :outputs:
30
+ :children:
31
+ AuthorizeCacheSecurityGroupIngressResult:
32
+ :ignore: true
33
+ :children:
34
+ CacheSecurityGroup:
35
+ :children:
36
+ EC2SecurityGroups:
37
+ :ignore: true
38
+ :children:
39
+ EC2SecurityGroup:
40
+ :rename: :ec2_security_groups
41
+ :list: true
42
+ :ignore: true
43
+ - :name: CopySnapshot
44
+ :method: :copy_snapshot
45
+ :inputs:
46
+ SourceSnapshotName:
47
+ - :string
48
+ - :required
49
+ TargetSnapshotName:
50
+ - :string
51
+ - :required
52
+ :outputs:
53
+ :children:
54
+ CopySnapshotResult:
55
+ :ignore: true
56
+ :children:
57
+ Snapshot:
58
+ :children:
59
+ NumCacheNodes:
60
+ :type: :integer
61
+ CacheClusterCreateTime:
62
+ :type: :time
63
+ Port:
64
+ :type: :integer
65
+ AutoMinorVersionUpgrade:
66
+ :type: :boolean
67
+ SnapshotRetentionLimit:
68
+ :type: :integer
69
+ NodeSnapshots:
70
+ :ignore: true
71
+ :children:
72
+ NodeSnapshot:
73
+ :rename: :node_snapshots
74
+ :list: true
75
+ :children:
76
+ CacheNodeCreateTime:
77
+ :type: :time
78
+ SnapshotCreateTime:
79
+ :type: :time
80
+ :ignore: true
81
+ - :name: CreateCacheCluster
82
+ :method: :create_cache_cluster
83
+ :inputs:
84
+ CacheClusterId:
85
+ - :string
86
+ - :required
87
+ ReplicationGroupId:
88
+ - :string
89
+ NumCacheNodes:
90
+ - :integer
91
+ CacheNodeType:
92
+ - :string
93
+ Engine:
94
+ - :string
95
+ EngineVersion:
96
+ - :string
97
+ CacheParameterGroupName:
98
+ - :string
99
+ CacheSubnetGroupName:
100
+ - :string
101
+ CacheSecurityGroupNames:
102
+ - :membered_list:
103
+ - :string
104
+ SecurityGroupIds:
105
+ - :membered_list:
106
+ - :string
107
+ SnapshotArns:
108
+ - :membered_list:
109
+ - :string
110
+ SnapshotName:
111
+ - :string
112
+ PreferredAvailabilityZone:
113
+ - :string
114
+ PreferredMaintenanceWindow:
115
+ - :string
116
+ Port:
117
+ - :integer
118
+ NotificationTopicArn:
119
+ - :string
120
+ AutoMinorVersionUpgrade:
121
+ - :boolean
122
+ SnapshotRetentionLimit:
123
+ - :integer
124
+ SnapshotWindow:
125
+ - :string
126
+ :outputs:
127
+ :children:
128
+ CreateCacheClusterResult:
129
+ :ignore: true
130
+ :children:
131
+ CacheCluster:
132
+ :children:
133
+ ConfigurationEndpoint:
134
+ :children:
135
+ Port:
136
+ :type: :integer
137
+ NumCacheNodes:
138
+ :type: :integer
139
+ CacheClusterCreateTime:
140
+ :type: :time
141
+ PendingModifiedValues:
142
+ :children:
143
+ NumCacheNodes:
144
+ :type: :integer
145
+ CacheNodeIdsToRemove:
146
+ :ignore: true
147
+ :children:
148
+ CacheNodeId:
149
+ :rename: :cache_node_ids_to_remove
150
+ :list: true
151
+ CacheSecurityGroups:
152
+ :ignore: true
153
+ :children:
154
+ CacheSecurityGroup:
155
+ :rename: :cache_security_groups
156
+ :list: true
157
+ CacheParameterGroup:
158
+ :children:
159
+ CacheNodeIdsToReboot:
160
+ :ignore: true
161
+ :children:
162
+ CacheNodeId:
163
+ :rename: :cache_node_ids_to_reboot
164
+ :list: true
165
+ CacheNodes:
166
+ :ignore: true
167
+ :children:
168
+ CacheNode:
169
+ :rename: :cache_nodes
170
+ :list: true
171
+ :children:
172
+ CacheNodeCreateTime:
173
+ :type: :time
174
+ Endpoint:
175
+ :children:
176
+ Port:
177
+ :type: :integer
178
+ AutoMinorVersionUpgrade:
179
+ :type: :boolean
180
+ SecurityGroups:
181
+ :ignore: true
182
+ :children:
183
+ member:
184
+ :rename: :security_groups
185
+ :list: true
186
+ SnapshotRetentionLimit:
187
+ :type: :integer
188
+ :ignore: true
189
+ - :name: CreateCacheParameterGroup
190
+ :method: :create_cache_parameter_group
191
+ :inputs:
192
+ CacheParameterGroupName:
193
+ - :string
194
+ - :required
195
+ CacheParameterGroupFamily:
196
+ - :string
197
+ - :required
198
+ Description:
199
+ - :string
200
+ - :required
201
+ :outputs:
202
+ :children:
203
+ CreateCacheParameterGroupResult:
204
+ :ignore: true
205
+ :children:
206
+ CacheParameterGroup:
207
+ :ignore: true
208
+ - :name: CreateCacheSecurityGroup
209
+ :method: :create_cache_security_group
210
+ :inputs:
211
+ CacheSecurityGroupName:
212
+ - :string
213
+ - :required
214
+ Description:
215
+ - :string
216
+ - :required
217
+ :outputs:
218
+ :children:
219
+ CreateCacheSecurityGroupResult:
220
+ :ignore: true
221
+ :children:
222
+ CacheSecurityGroup:
223
+ :children:
224
+ EC2SecurityGroups:
225
+ :ignore: true
226
+ :children:
227
+ EC2SecurityGroup:
228
+ :rename: :ec2_security_groups
229
+ :list: true
230
+ :ignore: true
231
+ - :name: CreateCacheSubnetGroup
232
+ :method: :create_cache_subnet_group
233
+ :inputs:
234
+ CacheSubnetGroupName:
235
+ - :string
236
+ - :required
237
+ CacheSubnetGroupDescription:
238
+ - :string
239
+ - :required
240
+ SubnetIds:
241
+ - :membered_list:
242
+ - :string
243
+ - :required
244
+ :outputs:
245
+ :children:
246
+ CreateCacheSubnetGroupResult:
247
+ :ignore: true
248
+ :children:
249
+ CacheSubnetGroup:
250
+ :children:
251
+ Subnets:
252
+ :ignore: true
253
+ :children:
254
+ Subnet:
255
+ :rename: :subnets
256
+ :list: true
257
+ :ignore: true
258
+ - :name: CreateReplicationGroup
259
+ :method: :create_replication_group
260
+ :inputs:
261
+ ReplicationGroupId:
262
+ - :string
263
+ - :required
264
+ PrimaryClusterId:
265
+ - :string
266
+ - :required
267
+ ReplicationGroupDescription:
268
+ - :string
269
+ - :required
270
+ :outputs:
271
+ :children:
272
+ CreateReplicationGroupResult:
273
+ :ignore: true
274
+ :children:
275
+ ReplicationGroup:
276
+ :children:
277
+ MemberClusters:
278
+ :ignore: true
279
+ :children:
280
+ ClusterId:
281
+ :rename: :member_clusters
282
+ :list: true
283
+ NodeGroups:
284
+ :ignore: true
285
+ :children:
286
+ NodeGroup:
287
+ :rename: :node_groups
288
+ :list: true
289
+ :children:
290
+ PrimaryEndpoint:
291
+ :children:
292
+ Port:
293
+ :type: :integer
294
+ NodeGroupMembers:
295
+ :ignore: true
296
+ :children:
297
+ NodeGroupMember:
298
+ :rename: :node_group_members
299
+ :list: true
300
+ :children:
301
+ ReadEndpoint:
302
+ :children:
303
+ Port:
304
+ :type: :integer
305
+ :ignore: true
306
+ - :name: CreateSnapshot
307
+ :method: :create_snapshot
308
+ :inputs:
309
+ CacheClusterId:
310
+ - :string
311
+ - :required
312
+ SnapshotName:
313
+ - :string
314
+ - :required
315
+ :outputs:
316
+ :children:
317
+ CreateSnapshotResult:
318
+ :ignore: true
319
+ :children:
320
+ Snapshot:
321
+ :children:
322
+ NumCacheNodes:
323
+ :type: :integer
324
+ CacheClusterCreateTime:
325
+ :type: :time
326
+ Port:
327
+ :type: :integer
328
+ AutoMinorVersionUpgrade:
329
+ :type: :boolean
330
+ SnapshotRetentionLimit:
331
+ :type: :integer
332
+ NodeSnapshots:
333
+ :ignore: true
334
+ :children:
335
+ NodeSnapshot:
336
+ :rename: :node_snapshots
337
+ :list: true
338
+ :children:
339
+ CacheNodeCreateTime:
340
+ :type: :time
341
+ SnapshotCreateTime:
342
+ :type: :time
343
+ :ignore: true
344
+ - :name: DeleteCacheCluster
345
+ :method: :delete_cache_cluster
346
+ :inputs:
347
+ CacheClusterId:
348
+ - :string
349
+ - :required
350
+ FinalSnapshotIdentifier:
351
+ - :string
352
+ :outputs:
353
+ :children:
354
+ DeleteCacheClusterResult:
355
+ :ignore: true
356
+ :children:
357
+ CacheCluster:
358
+ :children:
359
+ ConfigurationEndpoint:
360
+ :children:
361
+ Port:
362
+ :type: :integer
363
+ NumCacheNodes:
364
+ :type: :integer
365
+ CacheClusterCreateTime:
366
+ :type: :time
367
+ PendingModifiedValues:
368
+ :children:
369
+ NumCacheNodes:
370
+ :type: :integer
371
+ CacheNodeIdsToRemove:
372
+ :ignore: true
373
+ :children:
374
+ CacheNodeId:
375
+ :rename: :cache_node_ids_to_remove
376
+ :list: true
377
+ CacheSecurityGroups:
378
+ :ignore: true
379
+ :children:
380
+ CacheSecurityGroup:
381
+ :rename: :cache_security_groups
382
+ :list: true
383
+ CacheParameterGroup:
384
+ :children:
385
+ CacheNodeIdsToReboot:
386
+ :ignore: true
387
+ :children:
388
+ CacheNodeId:
389
+ :rename: :cache_node_ids_to_reboot
390
+ :list: true
391
+ CacheNodes:
392
+ :ignore: true
393
+ :children:
394
+ CacheNode:
395
+ :rename: :cache_nodes
396
+ :list: true
397
+ :children:
398
+ CacheNodeCreateTime:
399
+ :type: :time
400
+ Endpoint:
401
+ :children:
402
+ Port:
403
+ :type: :integer
404
+ AutoMinorVersionUpgrade:
405
+ :type: :boolean
406
+ SecurityGroups:
407
+ :ignore: true
408
+ :children:
409
+ member:
410
+ :rename: :security_groups
411
+ :list: true
412
+ SnapshotRetentionLimit:
413
+ :type: :integer
414
+ :ignore: true
415
+ - :name: DeleteCacheParameterGroup
416
+ :method: :delete_cache_parameter_group
417
+ :inputs:
418
+ CacheParameterGroupName:
419
+ - :string
420
+ - :required
421
+ :outputs:
422
+ :children:
423
+ DeleteCacheParameterGroupResult:
424
+ :ignore: true
425
+ - :name: DeleteCacheSecurityGroup
426
+ :method: :delete_cache_security_group
427
+ :inputs:
428
+ CacheSecurityGroupName:
429
+ - :string
430
+ - :required
431
+ :outputs:
432
+ :children:
433
+ DeleteCacheSecurityGroupResult:
434
+ :ignore: true
435
+ - :name: DeleteCacheSubnetGroup
436
+ :method: :delete_cache_subnet_group
437
+ :inputs:
438
+ CacheSubnetGroupName:
439
+ - :string
440
+ - :required
441
+ :outputs:
442
+ :children:
443
+ DeleteCacheSubnetGroupResult:
444
+ :ignore: true
445
+ - :name: DeleteReplicationGroup
446
+ :method: :delete_replication_group
447
+ :inputs:
448
+ ReplicationGroupId:
449
+ - :string
450
+ - :required
451
+ RetainPrimaryCluster:
452
+ - :boolean
453
+ FinalSnapshotIdentifier:
454
+ - :string
455
+ :outputs:
456
+ :children:
457
+ DeleteReplicationGroupResult:
458
+ :ignore: true
459
+ :children:
460
+ ReplicationGroup:
461
+ :children:
462
+ MemberClusters:
463
+ :ignore: true
464
+ :children:
465
+ ClusterId:
466
+ :rename: :member_clusters
467
+ :list: true
468
+ NodeGroups:
469
+ :ignore: true
470
+ :children:
471
+ NodeGroup:
472
+ :rename: :node_groups
473
+ :list: true
474
+ :children:
475
+ PrimaryEndpoint:
476
+ :children:
477
+ Port:
478
+ :type: :integer
479
+ NodeGroupMembers:
480
+ :ignore: true
481
+ :children:
482
+ NodeGroupMember:
483
+ :rename: :node_group_members
484
+ :list: true
485
+ :children:
486
+ ReadEndpoint:
487
+ :children:
488
+ Port:
489
+ :type: :integer
490
+ :ignore: true
491
+ - :name: DeleteSnapshot
492
+ :method: :delete_snapshot
493
+ :inputs:
494
+ SnapshotName:
495
+ - :string
496
+ - :required
497
+ :outputs:
498
+ :children:
499
+ DeleteSnapshotResult:
500
+ :ignore: true
501
+ :children:
502
+ Snapshot:
503
+ :children:
504
+ NumCacheNodes:
505
+ :type: :integer
506
+ CacheClusterCreateTime:
507
+ :type: :time
508
+ Port:
509
+ :type: :integer
510
+ AutoMinorVersionUpgrade:
511
+ :type: :boolean
512
+ SnapshotRetentionLimit:
513
+ :type: :integer
514
+ NodeSnapshots:
515
+ :ignore: true
516
+ :children:
517
+ NodeSnapshot:
518
+ :rename: :node_snapshots
519
+ :list: true
520
+ :children:
521
+ CacheNodeCreateTime:
522
+ :type: :time
523
+ SnapshotCreateTime:
524
+ :type: :time
525
+ :ignore: true
526
+ - :name: DescribeCacheClusters
527
+ :method: :describe_cache_clusters
528
+ :inputs:
529
+ CacheClusterId:
530
+ - :string
531
+ MaxRecords:
532
+ - :integer
533
+ Marker:
534
+ - :string
535
+ ShowCacheNodeInfo:
536
+ - :boolean
537
+ :outputs:
538
+ :children:
539
+ DescribeCacheClustersResult:
540
+ :ignore: true
541
+ :children:
542
+ CacheClusters:
543
+ :ignore: true
544
+ :children:
545
+ CacheCluster:
546
+ :rename: :cache_clusters
547
+ :list: true
548
+ :children:
549
+ ConfigurationEndpoint:
550
+ :children:
551
+ Port:
552
+ :type: :integer
553
+ NumCacheNodes:
554
+ :type: :integer
555
+ CacheClusterCreateTime:
556
+ :type: :time
557
+ PendingModifiedValues:
558
+ :children:
559
+ NumCacheNodes:
560
+ :type: :integer
561
+ CacheNodeIdsToRemove:
562
+ :ignore: true
563
+ :children:
564
+ CacheNodeId:
565
+ :rename: :cache_node_ids_to_remove
566
+ :list: true
567
+ CacheSecurityGroups:
568
+ :ignore: true
569
+ :children:
570
+ CacheSecurityGroup:
571
+ :rename: :cache_security_groups
572
+ :list: true
573
+ CacheParameterGroup:
574
+ :children:
575
+ CacheNodeIdsToReboot:
576
+ :ignore: true
577
+ :children:
578
+ CacheNodeId:
579
+ :rename: :cache_node_ids_to_reboot
580
+ :list: true
581
+ CacheNodes:
582
+ :ignore: true
583
+ :children:
584
+ CacheNode:
585
+ :rename: :cache_nodes
586
+ :list: true
587
+ :children:
588
+ CacheNodeCreateTime:
589
+ :type: :time
590
+ Endpoint:
591
+ :children:
592
+ Port:
593
+ :type: :integer
594
+ AutoMinorVersionUpgrade:
595
+ :type: :boolean
596
+ SecurityGroups:
597
+ :ignore: true
598
+ :children:
599
+ member:
600
+ :rename: :security_groups
601
+ :list: true
602
+ SnapshotRetentionLimit:
603
+ :type: :integer
604
+ - :name: DescribeCacheEngineVersions
605
+ :method: :describe_cache_engine_versions
606
+ :inputs:
607
+ Engine:
608
+ - :string
609
+ EngineVersion:
610
+ - :string
611
+ CacheParameterGroupFamily:
612
+ - :string
613
+ MaxRecords:
614
+ - :integer
615
+ Marker:
616
+ - :string
617
+ DefaultOnly:
618
+ - :boolean
619
+ :outputs:
620
+ :children:
621
+ DescribeCacheEngineVersionsResult:
622
+ :ignore: true
623
+ :children:
624
+ CacheEngineVersions:
625
+ :ignore: true
626
+ :children:
627
+ CacheEngineVersion:
628
+ :rename: :cache_engine_versions
629
+ :list: true
630
+ - :name: DescribeCacheParameterGroups
631
+ :method: :describe_cache_parameter_groups
632
+ :inputs:
633
+ CacheParameterGroupName:
634
+ - :string
635
+ MaxRecords:
636
+ - :integer
637
+ Marker:
638
+ - :string
639
+ :outputs:
640
+ :children:
641
+ DescribeCacheParameterGroupsResult:
642
+ :ignore: true
643
+ :children:
644
+ CacheParameterGroups:
645
+ :ignore: true
646
+ :children:
647
+ CacheParameterGroup:
648
+ :rename: :cache_parameter_groups
649
+ :list: true
650
+ - :name: DescribeCacheParameters
651
+ :method: :describe_cache_parameters
652
+ :inputs:
653
+ CacheParameterGroupName:
654
+ - :string
655
+ - :required
656
+ Source:
657
+ - :string
658
+ MaxRecords:
659
+ - :integer
660
+ Marker:
661
+ - :string
662
+ :outputs:
663
+ :children:
664
+ DescribeCacheParametersResult:
665
+ :ignore: true
666
+ :children:
667
+ Parameters:
668
+ :ignore: true
669
+ :children:
670
+ Parameter:
671
+ :rename: :parameters
672
+ :list: true
673
+ :children:
674
+ IsModifiable:
675
+ :type: :boolean
676
+ CacheNodeTypeSpecificParameters:
677
+ :ignore: true
678
+ :children:
679
+ CacheNodeTypeSpecificParameter:
680
+ :rename: :cache_node_type_specific_parameters
681
+ :list: true
682
+ :children:
683
+ IsModifiable:
684
+ :type: :boolean
685
+ CacheNodeTypeSpecificValues:
686
+ :ignore: true
687
+ :children:
688
+ CacheNodeTypeSpecificValue:
689
+ :rename: :cache_node_type_specific_values
690
+ :list: true
691
+ - :name: DescribeCacheSecurityGroups
692
+ :method: :describe_cache_security_groups
693
+ :inputs:
694
+ CacheSecurityGroupName:
695
+ - :string
696
+ MaxRecords:
697
+ - :integer
698
+ Marker:
699
+ - :string
700
+ :outputs:
701
+ :children:
702
+ DescribeCacheSecurityGroupsResult:
703
+ :ignore: true
704
+ :children:
705
+ CacheSecurityGroups:
706
+ :ignore: true
707
+ :children:
708
+ CacheSecurityGroup:
709
+ :rename: :cache_security_groups
710
+ :list: true
711
+ :children:
712
+ EC2SecurityGroups:
713
+ :ignore: true
714
+ :children:
715
+ EC2SecurityGroup:
716
+ :rename: :ec2_security_groups
717
+ :list: true
718
+ - :name: DescribeCacheSubnetGroups
719
+ :method: :describe_cache_subnet_groups
720
+ :inputs:
721
+ CacheSubnetGroupName:
722
+ - :string
723
+ MaxRecords:
724
+ - :integer
725
+ Marker:
726
+ - :string
727
+ :outputs:
728
+ :children:
729
+ DescribeCacheSubnetGroupsResult:
730
+ :ignore: true
731
+ :children:
732
+ CacheSubnetGroups:
733
+ :ignore: true
734
+ :children:
735
+ CacheSubnetGroup:
736
+ :rename: :cache_subnet_groups
737
+ :list: true
738
+ :children:
739
+ Subnets:
740
+ :ignore: true
741
+ :children:
742
+ Subnet:
743
+ :rename: :subnets
744
+ :list: true
745
+ - :name: DescribeEngineDefaultParameters
746
+ :method: :describe_engine_default_parameters
747
+ :inputs:
748
+ CacheParameterGroupFamily:
749
+ - :string
750
+ - :required
751
+ MaxRecords:
752
+ - :integer
753
+ Marker:
754
+ - :string
755
+ :outputs:
756
+ :children:
757
+ DescribeEngineDefaultParametersResult:
758
+ :ignore: true
759
+ :children:
760
+ EngineDefaults:
761
+ :children:
762
+ Parameters:
763
+ :ignore: true
764
+ :children:
765
+ Parameter:
766
+ :rename: :parameters
767
+ :list: true
768
+ :children:
769
+ IsModifiable:
770
+ :type: :boolean
771
+ CacheNodeTypeSpecificParameters:
772
+ :ignore: true
773
+ :children:
774
+ CacheNodeTypeSpecificParameter:
775
+ :rename: :cache_node_type_specific_parameters
776
+ :list: true
777
+ :children:
778
+ IsModifiable:
779
+ :type: :boolean
780
+ CacheNodeTypeSpecificValues:
781
+ :ignore: true
782
+ :children:
783
+ CacheNodeTypeSpecificValue:
784
+ :rename: :cache_node_type_specific_values
785
+ :list: true
786
+ :ignore: true
787
+ - :name: DescribeEvents
788
+ :method: :describe_events
789
+ :inputs:
790
+ SourceIdentifier:
791
+ - :string
792
+ SourceType:
793
+ - :string
794
+ StartTime:
795
+ - :timestamp
796
+ EndTime:
797
+ - :timestamp
798
+ Duration:
799
+ - :integer
800
+ MaxRecords:
801
+ - :integer
802
+ Marker:
803
+ - :string
804
+ :outputs:
805
+ :children:
806
+ DescribeEventsResult:
807
+ :ignore: true
808
+ :children:
809
+ Events:
810
+ :ignore: true
811
+ :children:
812
+ Event:
813
+ :rename: :events
814
+ :list: true
815
+ :children:
816
+ Date:
817
+ :type: :time
818
+ - :name: DescribeReplicationGroups
819
+ :method: :describe_replication_groups
820
+ :inputs:
821
+ ReplicationGroupId:
822
+ - :string
823
+ MaxRecords:
824
+ - :integer
825
+ Marker:
826
+ - :string
827
+ :outputs:
828
+ :children:
829
+ DescribeReplicationGroupsResult:
830
+ :ignore: true
831
+ :children:
832
+ ReplicationGroups:
833
+ :ignore: true
834
+ :children:
835
+ ReplicationGroup:
836
+ :rename: :replication_groups
837
+ :list: true
838
+ :children:
839
+ MemberClusters:
840
+ :ignore: true
841
+ :children:
842
+ ClusterId:
843
+ :rename: :member_clusters
844
+ :list: true
845
+ NodeGroups:
846
+ :ignore: true
847
+ :children:
848
+ NodeGroup:
849
+ :rename: :node_groups
850
+ :list: true
851
+ :children:
852
+ PrimaryEndpoint:
853
+ :children:
854
+ Port:
855
+ :type: :integer
856
+ NodeGroupMembers:
857
+ :ignore: true
858
+ :children:
859
+ NodeGroupMember:
860
+ :rename: :node_group_members
861
+ :list: true
862
+ :children:
863
+ ReadEndpoint:
864
+ :children:
865
+ Port:
866
+ :type: :integer
867
+ - :name: DescribeReservedCacheNodes
868
+ :method: :describe_reserved_cache_nodes
869
+ :inputs:
870
+ ReservedCacheNodeId:
871
+ - :string
872
+ ReservedCacheNodesOfferingId:
873
+ - :string
874
+ CacheNodeType:
875
+ - :string
876
+ Duration:
877
+ - :string
878
+ ProductDescription:
879
+ - :string
880
+ OfferingType:
881
+ - :string
882
+ MaxRecords:
883
+ - :integer
884
+ Marker:
885
+ - :string
886
+ :outputs:
887
+ :children:
888
+ DescribeReservedCacheNodesResult:
889
+ :ignore: true
890
+ :children:
891
+ ReservedCacheNodes:
892
+ :ignore: true
893
+ :children:
894
+ ReservedCacheNode:
895
+ :rename: :reserved_cache_nodes
896
+ :list: true
897
+ :children:
898
+ StartTime:
899
+ :type: :time
900
+ Duration:
901
+ :type: :integer
902
+ FixedPrice:
903
+ :type: :float
904
+ UsagePrice:
905
+ :type: :float
906
+ CacheNodeCount:
907
+ :type: :integer
908
+ RecurringCharges:
909
+ :ignore: true
910
+ :children:
911
+ RecurringCharge:
912
+ :rename: :recurring_charges
913
+ :list: true
914
+ :children:
915
+ RecurringChargeAmount:
916
+ :type: :float
917
+ - :name: DescribeReservedCacheNodesOfferings
918
+ :method: :describe_reserved_cache_nodes_offerings
919
+ :inputs:
920
+ ReservedCacheNodesOfferingId:
921
+ - :string
922
+ CacheNodeType:
923
+ - :string
924
+ Duration:
925
+ - :string
926
+ ProductDescription:
927
+ - :string
928
+ OfferingType:
929
+ - :string
930
+ MaxRecords:
931
+ - :integer
932
+ Marker:
933
+ - :string
934
+ :outputs:
935
+ :children:
936
+ DescribeReservedCacheNodesOfferingsResult:
937
+ :ignore: true
938
+ :children:
939
+ ReservedCacheNodesOfferings:
940
+ :ignore: true
941
+ :children:
942
+ ReservedCacheNodesOffering:
943
+ :rename: :reserved_cache_nodes_offerings
944
+ :list: true
945
+ :children:
946
+ Duration:
947
+ :type: :integer
948
+ FixedPrice:
949
+ :type: :float
950
+ UsagePrice:
951
+ :type: :float
952
+ RecurringCharges:
953
+ :ignore: true
954
+ :children:
955
+ RecurringCharge:
956
+ :rename: :recurring_charges
957
+ :list: true
958
+ :children:
959
+ RecurringChargeAmount:
960
+ :type: :float
961
+ - :name: DescribeSnapshots
962
+ :method: :describe_snapshots
963
+ :inputs:
964
+ CacheClusterId:
965
+ - :string
966
+ SnapshotName:
967
+ - :string
968
+ SnapshotSource:
969
+ - :string
970
+ Marker:
971
+ - :string
972
+ MaxRecords:
973
+ - :integer
974
+ :outputs:
975
+ :children:
976
+ DescribeSnapshotsResult:
977
+ :ignore: true
978
+ :children:
979
+ Snapshots:
980
+ :ignore: true
981
+ :children:
982
+ Snapshot:
983
+ :rename: :snapshots
984
+ :list: true
985
+ :children:
986
+ NumCacheNodes:
987
+ :type: :integer
988
+ CacheClusterCreateTime:
989
+ :type: :time
990
+ Port:
991
+ :type: :integer
992
+ AutoMinorVersionUpgrade:
993
+ :type: :boolean
994
+ SnapshotRetentionLimit:
995
+ :type: :integer
996
+ NodeSnapshots:
997
+ :ignore: true
998
+ :children:
999
+ NodeSnapshot:
1000
+ :rename: :node_snapshots
1001
+ :list: true
1002
+ :children:
1003
+ CacheNodeCreateTime:
1004
+ :type: :time
1005
+ SnapshotCreateTime:
1006
+ :type: :time
1007
+ - :name: ModifyCacheCluster
1008
+ :method: :modify_cache_cluster
1009
+ :inputs:
1010
+ CacheClusterId:
1011
+ - :string
1012
+ - :required
1013
+ NumCacheNodes:
1014
+ - :integer
1015
+ CacheNodeIdsToRemove:
1016
+ - :membered_list:
1017
+ - :string
1018
+ CacheSecurityGroupNames:
1019
+ - :membered_list:
1020
+ - :string
1021
+ SecurityGroupIds:
1022
+ - :membered_list:
1023
+ - :string
1024
+ PreferredMaintenanceWindow:
1025
+ - :string
1026
+ NotificationTopicArn:
1027
+ - :string
1028
+ CacheParameterGroupName:
1029
+ - :string
1030
+ NotificationTopicStatus:
1031
+ - :string
1032
+ ApplyImmediately:
1033
+ - :boolean
1034
+ EngineVersion:
1035
+ - :string
1036
+ AutoMinorVersionUpgrade:
1037
+ - :boolean
1038
+ SnapshotRetentionLimit:
1039
+ - :integer
1040
+ SnapshotWindow:
1041
+ - :string
1042
+ :outputs:
1043
+ :children:
1044
+ ModifyCacheClusterResult:
1045
+ :ignore: true
1046
+ :children:
1047
+ CacheCluster:
1048
+ :children:
1049
+ ConfigurationEndpoint:
1050
+ :children:
1051
+ Port:
1052
+ :type: :integer
1053
+ NumCacheNodes:
1054
+ :type: :integer
1055
+ CacheClusterCreateTime:
1056
+ :type: :time
1057
+ PendingModifiedValues:
1058
+ :children:
1059
+ NumCacheNodes:
1060
+ :type: :integer
1061
+ CacheNodeIdsToRemove:
1062
+ :ignore: true
1063
+ :children:
1064
+ CacheNodeId:
1065
+ :rename: :cache_node_ids_to_remove
1066
+ :list: true
1067
+ CacheSecurityGroups:
1068
+ :ignore: true
1069
+ :children:
1070
+ CacheSecurityGroup:
1071
+ :rename: :cache_security_groups
1072
+ :list: true
1073
+ CacheParameterGroup:
1074
+ :children:
1075
+ CacheNodeIdsToReboot:
1076
+ :ignore: true
1077
+ :children:
1078
+ CacheNodeId:
1079
+ :rename: :cache_node_ids_to_reboot
1080
+ :list: true
1081
+ CacheNodes:
1082
+ :ignore: true
1083
+ :children:
1084
+ CacheNode:
1085
+ :rename: :cache_nodes
1086
+ :list: true
1087
+ :children:
1088
+ CacheNodeCreateTime:
1089
+ :type: :time
1090
+ Endpoint:
1091
+ :children:
1092
+ Port:
1093
+ :type: :integer
1094
+ AutoMinorVersionUpgrade:
1095
+ :type: :boolean
1096
+ SecurityGroups:
1097
+ :ignore: true
1098
+ :children:
1099
+ member:
1100
+ :rename: :security_groups
1101
+ :list: true
1102
+ SnapshotRetentionLimit:
1103
+ :type: :integer
1104
+ :ignore: true
1105
+ - :name: ModifyCacheParameterGroup
1106
+ :method: :modify_cache_parameter_group
1107
+ :inputs:
1108
+ CacheParameterGroupName:
1109
+ - :string
1110
+ - :required
1111
+ ParameterNameValues:
1112
+ - :membered_list:
1113
+ - :structure:
1114
+ ParameterName:
1115
+ - :string
1116
+ ParameterValue:
1117
+ - :string
1118
+ - :required
1119
+ :outputs:
1120
+ :children:
1121
+ ModifyCacheParameterGroupResult:
1122
+ :ignore: true
1123
+ - :name: ModifyCacheSubnetGroup
1124
+ :method: :modify_cache_subnet_group
1125
+ :inputs:
1126
+ CacheSubnetGroupName:
1127
+ - :string
1128
+ - :required
1129
+ CacheSubnetGroupDescription:
1130
+ - :string
1131
+ SubnetIds:
1132
+ - :membered_list:
1133
+ - :string
1134
+ :outputs:
1135
+ :children:
1136
+ ModifyCacheSubnetGroupResult:
1137
+ :ignore: true
1138
+ :children:
1139
+ CacheSubnetGroup:
1140
+ :children:
1141
+ Subnets:
1142
+ :ignore: true
1143
+ :children:
1144
+ Subnet:
1145
+ :rename: :subnets
1146
+ :list: true
1147
+ :ignore: true
1148
+ - :name: ModifyReplicationGroup
1149
+ :method: :modify_replication_group
1150
+ :inputs:
1151
+ ReplicationGroupId:
1152
+ - :string
1153
+ - :required
1154
+ ReplicationGroupDescription:
1155
+ - :string
1156
+ CacheSecurityGroupNames:
1157
+ - :membered_list:
1158
+ - :string
1159
+ SecurityGroupIds:
1160
+ - :membered_list:
1161
+ - :string
1162
+ PreferredMaintenanceWindow:
1163
+ - :string
1164
+ NotificationTopicArn:
1165
+ - :string
1166
+ CacheParameterGroupName:
1167
+ - :string
1168
+ NotificationTopicStatus:
1169
+ - :string
1170
+ ApplyImmediately:
1171
+ - :boolean
1172
+ EngineVersion:
1173
+ - :string
1174
+ AutoMinorVersionUpgrade:
1175
+ - :boolean
1176
+ PrimaryClusterId:
1177
+ - :string
1178
+ SnapshotRetentionLimit:
1179
+ - :integer
1180
+ SnapshotWindow:
1181
+ - :string
1182
+ SnapshottingClusterId:
1183
+ - :string
1184
+ :outputs:
1185
+ :children:
1186
+ ModifyReplicationGroupResult:
1187
+ :ignore: true
1188
+ :children:
1189
+ ReplicationGroup:
1190
+ :children:
1191
+ MemberClusters:
1192
+ :ignore: true
1193
+ :children:
1194
+ ClusterId:
1195
+ :rename: :member_clusters
1196
+ :list: true
1197
+ NodeGroups:
1198
+ :ignore: true
1199
+ :children:
1200
+ NodeGroup:
1201
+ :rename: :node_groups
1202
+ :list: true
1203
+ :children:
1204
+ PrimaryEndpoint:
1205
+ :children:
1206
+ Port:
1207
+ :type: :integer
1208
+ NodeGroupMembers:
1209
+ :ignore: true
1210
+ :children:
1211
+ NodeGroupMember:
1212
+ :rename: :node_group_members
1213
+ :list: true
1214
+ :children:
1215
+ ReadEndpoint:
1216
+ :children:
1217
+ Port:
1218
+ :type: :integer
1219
+ :ignore: true
1220
+ - :name: PurchaseReservedCacheNodesOffering
1221
+ :method: :purchase_reserved_cache_nodes_offering
1222
+ :inputs:
1223
+ ReservedCacheNodesOfferingId:
1224
+ - :string
1225
+ - :required
1226
+ ReservedCacheNodeId:
1227
+ - :string
1228
+ CacheNodeCount:
1229
+ - :integer
1230
+ :outputs:
1231
+ :children:
1232
+ PurchaseReservedCacheNodesOfferingResult:
1233
+ :ignore: true
1234
+ :children:
1235
+ ReservedCacheNode:
1236
+ :children:
1237
+ StartTime:
1238
+ :type: :time
1239
+ Duration:
1240
+ :type: :integer
1241
+ FixedPrice:
1242
+ :type: :float
1243
+ UsagePrice:
1244
+ :type: :float
1245
+ CacheNodeCount:
1246
+ :type: :integer
1247
+ RecurringCharges:
1248
+ :ignore: true
1249
+ :children:
1250
+ RecurringCharge:
1251
+ :rename: :recurring_charges
1252
+ :list: true
1253
+ :children:
1254
+ RecurringChargeAmount:
1255
+ :type: :float
1256
+ :ignore: true
1257
+ - :name: RebootCacheCluster
1258
+ :method: :reboot_cache_cluster
1259
+ :inputs:
1260
+ CacheClusterId:
1261
+ - :string
1262
+ - :required
1263
+ CacheNodeIdsToReboot:
1264
+ - :membered_list:
1265
+ - :string
1266
+ - :required
1267
+ :outputs:
1268
+ :children:
1269
+ RebootCacheClusterResult:
1270
+ :ignore: true
1271
+ :children:
1272
+ CacheCluster:
1273
+ :children:
1274
+ ConfigurationEndpoint:
1275
+ :children:
1276
+ Port:
1277
+ :type: :integer
1278
+ NumCacheNodes:
1279
+ :type: :integer
1280
+ CacheClusterCreateTime:
1281
+ :type: :time
1282
+ PendingModifiedValues:
1283
+ :children:
1284
+ NumCacheNodes:
1285
+ :type: :integer
1286
+ CacheNodeIdsToRemove:
1287
+ :ignore: true
1288
+ :children:
1289
+ CacheNodeId:
1290
+ :rename: :cache_node_ids_to_remove
1291
+ :list: true
1292
+ CacheSecurityGroups:
1293
+ :ignore: true
1294
+ :children:
1295
+ CacheSecurityGroup:
1296
+ :rename: :cache_security_groups
1297
+ :list: true
1298
+ CacheParameterGroup:
1299
+ :children:
1300
+ CacheNodeIdsToReboot:
1301
+ :ignore: true
1302
+ :children:
1303
+ CacheNodeId:
1304
+ :rename: :cache_node_ids_to_reboot
1305
+ :list: true
1306
+ CacheNodes:
1307
+ :ignore: true
1308
+ :children:
1309
+ CacheNode:
1310
+ :rename: :cache_nodes
1311
+ :list: true
1312
+ :children:
1313
+ CacheNodeCreateTime:
1314
+ :type: :time
1315
+ Endpoint:
1316
+ :children:
1317
+ Port:
1318
+ :type: :integer
1319
+ AutoMinorVersionUpgrade:
1320
+ :type: :boolean
1321
+ SecurityGroups:
1322
+ :ignore: true
1323
+ :children:
1324
+ member:
1325
+ :rename: :security_groups
1326
+ :list: true
1327
+ SnapshotRetentionLimit:
1328
+ :type: :integer
1329
+ :ignore: true
1330
+ - :name: ResetCacheParameterGroup
1331
+ :method: :reset_cache_parameter_group
1332
+ :inputs:
1333
+ CacheParameterGroupName:
1334
+ - :string
1335
+ - :required
1336
+ ResetAllParameters:
1337
+ - :boolean
1338
+ ParameterNameValues:
1339
+ - :membered_list:
1340
+ - :structure:
1341
+ ParameterName:
1342
+ - :string
1343
+ ParameterValue:
1344
+ - :string
1345
+ - :required
1346
+ :outputs:
1347
+ :children:
1348
+ ResetCacheParameterGroupResult:
1349
+ :ignore: true
1350
+ - :name: RevokeCacheSecurityGroupIngress
1351
+ :method: :revoke_cache_security_group_ingress
1352
+ :inputs:
1353
+ CacheSecurityGroupName:
1354
+ - :string
1355
+ - :required
1356
+ EC2SecurityGroupName:
1357
+ - :string
1358
+ - :required
1359
+ EC2SecurityGroupOwnerId:
1360
+ - :string
1361
+ - :required
1362
+ :outputs:
1363
+ :children:
1364
+ RevokeCacheSecurityGroupIngressResult:
1365
+ :ignore: true
1366
+ :children:
1367
+ CacheSecurityGroup:
1368
+ :children:
1369
+ EC2SecurityGroups:
1370
+ :ignore: true
1371
+ :children:
1372
+ EC2SecurityGroup:
1373
+ :rename: :ec2_security_groups
1374
+ :list: true
1375
+ :ignore: true