aws-sdk 1.11.2 → 1.11.3

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.
@@ -25,6 +25,7 @@ module AWS
25
25
  # @!method authorize_cache_security_group_ingress(options = {})
26
26
  # Calls the AuthorizeCacheSecurityGroupIngress API operation.
27
27
  # @param [Hash] options
28
+ #
28
29
  # * `:cache_security_group_name` - *required* - (String) The name of
29
30
  # the Cache Security Group to authorize.
30
31
  # * `:ec2_security_group_name` - *required* - (String) Name of the EC2
@@ -48,6 +49,7 @@ module AWS
48
49
  # @!method create_cache_cluster(options = {})
49
50
  # Calls the CreateCacheCluster API operation.
50
51
  # @param [Hash] options
52
+ #
51
53
  # * `:cache_cluster_id` - *required* - (String) The Cache Cluster
52
54
  # identifier. This parameter is stored as a lowercase string.
53
55
  # Constraints: Must contain from 1 to 20 alphanumeric characters or
@@ -144,6 +146,7 @@ module AWS
144
146
  # @!method create_cache_parameter_group(options = {})
145
147
  # Calls the CreateCacheParameterGroup API operation.
146
148
  # @param [Hash] options
149
+ #
147
150
  # * `:cache_parameter_group_name` - *required* - (String) The name of
148
151
  # the Cache Parameter Group.
149
152
  # * `:cache_parameter_group_family` - *required* - (String) The name of
@@ -163,6 +166,7 @@ module AWS
163
166
  # @!method create_cache_security_group(options = {})
164
167
  # Calls the CreateCacheSecurityGroup API operation.
165
168
  # @param [Hash] options
169
+ #
166
170
  # * `:cache_security_group_name` - *required* - (String) The name for
167
171
  # the Cache Security Group. This value is stored as a lowercase
168
172
  # string. Constraints: Must contain no more than 255 alphanumeric
@@ -184,6 +188,7 @@ module AWS
184
188
  # @!method create_cache_subnet_group(options = {})
185
189
  # Calls the CreateCacheSubnetGroup API operation.
186
190
  # @param [Hash] options
191
+ #
187
192
  # * `:cache_subnet_group_name` - *required* - (String) The name for the
188
193
  # Cache Subnet Group. This value is stored as a lowercase string.
189
194
  # Constraints: Must contain no more than 255 alphanumeric characters
@@ -207,6 +212,7 @@ module AWS
207
212
  # @!method delete_cache_cluster(options = {})
208
213
  # Calls the DeleteCacheCluster API operation.
209
214
  # @param [Hash] options
215
+ #
210
216
  # * `:cache_cluster_id` - *required* - (String) The Cache Cluster
211
217
  # identifier for the Cache Cluster to be deleted. This parameter
212
218
  # isn't case sensitive.
@@ -258,6 +264,7 @@ module AWS
258
264
  # @!method delete_cache_parameter_group(options = {})
259
265
  # Calls the DeleteCacheParameterGroup API operation.
260
266
  # @param [Hash] options
267
+ #
261
268
  # * `:cache_parameter_group_name` - *required* - (String) The name of
262
269
  # the Cache Parameter Group to delete. The specified cache security
263
270
  # group must not be associated with any Cache clusters.
@@ -266,6 +273,7 @@ module AWS
266
273
  # @!method delete_cache_security_group(options = {})
267
274
  # Calls the DeleteCacheSecurityGroup API operation.
268
275
  # @param [Hash] options
276
+ #
269
277
  # * `:cache_security_group_name` - *required* - (String) The name of
270
278
  # the Cache Security Group to delete. You cannot delete the default
271
279
  # security group.
@@ -274,6 +282,7 @@ module AWS
274
282
  # @!method delete_cache_subnet_group(options = {})
275
283
  # Calls the DeleteCacheSubnetGroup API operation.
276
284
  # @param [Hash] options
285
+ #
277
286
  # * `:cache_subnet_group_name` - *required* - (String) The name of the
278
287
  # Cache Subnet Group to delete. Constraints: Must contain no more
279
288
  # than 255 alphanumeric characters or hyphens.
@@ -282,6 +291,7 @@ module AWS
282
291
  # @!method describe_cache_clusters(options = {})
283
292
  # Calls the DescribeCacheClusters API operation.
284
293
  # @param [Hash] options
294
+ #
285
295
  # * `:cache_cluster_id` - (String) The user-supplied cluster
286
296
  # identifier. If this parameter is specified, only information about
287
297
  # that specific Cache Cluster is returned. This parameter isn't case
@@ -348,6 +358,7 @@ module AWS
348
358
  # @!method describe_cache_engine_versions(options = {})
349
359
  # Calls the DescribeCacheEngineVersions API operation.
350
360
  # @param [Hash] options
361
+ #
351
362
  # * `:engine` - (String) The cache engine to return.
352
363
  # * `:engine_version` - (String) The cache engine version to return.
353
364
  # Example: 1.4.14
@@ -381,6 +392,7 @@ module AWS
381
392
  # @!method describe_cache_parameter_groups(options = {})
382
393
  # Calls the DescribeCacheParameterGroups API operation.
383
394
  # @param [Hash] options
395
+ #
384
396
  # * `:cache_parameter_group_name` - (String) The name of a specific
385
397
  # cache parameter group to return details for.
386
398
  # * `:max_records` - (Integer) The maximum number of records to include
@@ -404,6 +416,7 @@ module AWS
404
416
  # @!method describe_cache_parameters(options = {})
405
417
  # Calls the DescribeCacheParameters API operation.
406
418
  # @param [Hash] options
419
+ #
407
420
  # * `:cache_parameter_group_name` - *required* - (String) The name of a
408
421
  # specific cache parameter group to return details for.
409
422
  # * `:source` - (String) The parameter types to return. Valid values:
@@ -445,6 +458,7 @@ module AWS
445
458
  # @!method describe_cache_security_groups(options = {})
446
459
  # Calls the DescribeCacheSecurityGroups API operation.
447
460
  # @param [Hash] options
461
+ #
448
462
  # * `:cache_security_group_name` - (String) The name of the Cache
449
463
  # Security Group to return details for.
450
464
  # * `:max_records` - (Integer) The maximum number of records to include
@@ -473,6 +487,7 @@ module AWS
473
487
  # @!method describe_cache_subnet_groups(options = {})
474
488
  # Calls the DescribeCacheSubnetGroups API operation.
475
489
  # @param [Hash] options
490
+ #
476
491
  # * `:cache_subnet_group_name` - (String) The name of the Cache Subnet
477
492
  # Group to return details for.
478
493
  # * `:max_records` - (Integer) The maximum number of records to include
@@ -501,6 +516,7 @@ module AWS
501
516
  # @!method describe_engine_default_parameters(options = {})
502
517
  # Calls the DescribeEngineDefaultParameters API operation.
503
518
  # @param [Hash] options
519
+ #
504
520
  # * `:cache_parameter_group_family` - *required* - (String) The name of
505
521
  # the Cache Parameter Group Family. Currently, memcached1.4 is the
506
522
  # only cache parameter group family supported by the service.
@@ -542,6 +558,7 @@ module AWS
542
558
  # @!method describe_events(options = {})
543
559
  # Calls the DescribeEvents API operation.
544
560
  # @param [Hash] options
561
+ #
545
562
  # * `:source_identifier` - (String) The identifier of the event source
546
563
  # for which events will be returned. If not specified, then all
547
564
  # sources are included in the response.
@@ -581,6 +598,7 @@ module AWS
581
598
  # @!method describe_reserved_cache_nodes(options = {})
582
599
  # Calls the DescribeReservedCacheNodes API operation.
583
600
  # @param [Hash] options
601
+ #
584
602
  # * `:reserved_cache_node_id` - (String) The reserved Cache Node
585
603
  # identifier filter value. Specify this parameter to show only the
586
604
  # reservation that matches the specified reservation ID.
@@ -631,6 +649,7 @@ module AWS
631
649
  # @!method describe_reserved_cache_nodes_offerings(options = {})
632
650
  # Calls the DescribeReservedCacheNodesOfferings API operation.
633
651
  # @param [Hash] options
652
+ #
634
653
  # * `:reserved_cache_nodes_offering_id` - (String) The offering
635
654
  # identifier filter value. Specify this parameter to show only the
636
655
  # available offering that matches the specified reservation
@@ -675,6 +694,7 @@ module AWS
675
694
  # @!method modify_cache_cluster(options = {})
676
695
  # Calls the ModifyCacheCluster API operation.
677
696
  # @param [Hash] options
697
+ #
678
698
  # * `:cache_cluster_id` - *required* - (String) The Cache Cluster
679
699
  # identifier. This value is stored as a lowercase string.
680
700
  # * `:num_cache_nodes` - (Integer) The number of Cache Nodes the Cache
@@ -775,6 +795,7 @@ module AWS
775
795
  # @!method modify_cache_parameter_group(options = {})
776
796
  # Calls the ModifyCacheParameterGroup API operation.
777
797
  # @param [Hash] options
798
+ #
778
799
  # * `:cache_parameter_group_name` - *required* - (String) The name of
779
800
  # the cache parameter group to modify.
780
801
  # * `:parameter_name_values` - *required* - (Array<Hash>) An array of
@@ -794,6 +815,7 @@ module AWS
794
815
  # @!method modify_cache_subnet_group(options = {})
795
816
  # Calls the ModifyCacheSubnetGroup API operation.
796
817
  # @param [Hash] options
818
+ #
797
819
  # * `:cache_subnet_group_name` - *required* - (String) The name for the
798
820
  # Cache Subnet Group. This value is stored as a lowercase string.
799
821
  # Constraints: Must contain no more than 255 alphanumeric characters
@@ -817,6 +839,7 @@ module AWS
817
839
  # @!method purchase_reserved_cache_nodes_offering(options = {})
818
840
  # Calls the PurchaseReservedCacheNodesOffering API operation.
819
841
  # @param [Hash] options
842
+ #
820
843
  # * `:reserved_cache_nodes_offering_id` - *required* - (String) The ID
821
844
  # of the Reserved Cache Node offering to purchase. Example:
822
845
  # 438012d3-4052-4cc7-b2e3-8d3372e0e706
@@ -846,6 +869,7 @@ module AWS
846
869
  # @!method reboot_cache_cluster(options = {})
847
870
  # Calls the RebootCacheCluster API operation.
848
871
  # @param [Hash] options
872
+ #
849
873
  # * `:cache_cluster_id` - *required* - (String) The Cache Cluster
850
874
  # identifier. This parameter is stored as a lowercase string.
851
875
  # * `:cache_node_ids_to_reboot` - *required* - (Array<String>) A list
@@ -899,6 +923,7 @@ module AWS
899
923
  # @!method reset_cache_parameter_group(options = {})
900
924
  # Calls the ResetCacheParameterGroup API operation.
901
925
  # @param [Hash] options
926
+ #
902
927
  # * `:cache_parameter_group_name` - *required* - (String) The name of
903
928
  # the Cache Parameter Group.
904
929
  # * `:reset_all_parameters` - (Boolean) Specifies whether ( `true` ) or
@@ -919,6 +944,7 @@ module AWS
919
944
  # @!method revoke_cache_security_group_ingress(options = {})
920
945
  # Calls the RevokeCacheSecurityGroupIngress API operation.
921
946
  # @param [Hash] options
947
+ #
922
948
  # * `:cache_security_group_name` - *required* - (String) The name of
923
949
  # the Cache Security Group to revoke ingress from.
924
950
  # * `:ec2_security_group_name` - *required* - (String) The name of the
@@ -25,6 +25,7 @@ module AWS
25
25
  # @!method apply_security_groups_to_load_balancer(options = {})
26
26
  # Calls the ApplySecurityGroupsToLoadBalancer API operation.
27
27
  # @param [Hash] options
28
+ #
28
29
  # * `:load_balancer_name` - *required* - (String) The name associated
29
30
  # with the LoadBalancer. The name must be unique within the client
30
31
  # AWS account.
@@ -41,6 +42,7 @@ module AWS
41
42
  # @!method attach_load_balancer_to_subnets(options = {})
42
43
  # Calls the AttachLoadBalancerToSubnets API operation.
43
44
  # @param [Hash] options
45
+ #
44
46
  # * `:load_balancer_name` - *required* - (String) The name associated
45
47
  # with the LoadBalancer. The name must be unique within the client
46
48
  # AWS account.
@@ -55,6 +57,7 @@ module AWS
55
57
  # @!method configure_health_check(options = {})
56
58
  # Calls the ConfigureHealthCheck API operation.
57
59
  # @param [Hash] options
60
+ #
58
61
  # * `:load_balancer_name` - *required* - (String) The mnemonic name
59
62
  # associated with the LoadBalancer. This name must be unique within
60
63
  # the client AWS account.
@@ -102,6 +105,7 @@ module AWS
102
105
  # @!method create_app_cookie_stickiness_policy(options = {})
103
106
  # Calls the CreateAppCookieStickinessPolicy API operation.
104
107
  # @param [Hash] options
108
+ #
105
109
  # * `:load_balancer_name` - *required* - (String) The name associated
106
110
  # with the LoadBalancer. The name must be unique within the client
107
111
  # AWS account.
@@ -115,6 +119,7 @@ module AWS
115
119
  # @!method create_lb_cookie_stickiness_policy(options = {})
116
120
  # Calls the CreateLBCookieStickinessPolicy API operation.
117
121
  # @param [Hash] options
122
+ #
118
123
  # * `:load_balancer_name` - *required* - (String) The name associated
119
124
  # with the LoadBalancer. The name must be unique within the client
120
125
  # AWS account.
@@ -130,6 +135,7 @@ module AWS
130
135
  # @!method create_load_balancer(options = {})
131
136
  # Calls the CreateLoadBalancer API operation.
132
137
  # @param [Hash] options
138
+ #
133
139
  # * `:load_balancer_name` - *required* - (String) The name associated
134
140
  # with the LoadBalancer. The name must be unique within your set of
135
141
  # LoadBalancers.
@@ -185,6 +191,7 @@ module AWS
185
191
  # @!method create_load_balancer_listeners(options = {})
186
192
  # Calls the CreateLoadBalancerListeners API operation.
187
193
  # @param [Hash] options
194
+ #
188
195
  # * `:load_balancer_name` - *required* - (String) The name of the new
189
196
  # LoadBalancer. The name must be unique within your AWS account.
190
197
  # * `:listeners` - *required* - (Array<Hash>) A list of
@@ -220,6 +227,7 @@ module AWS
220
227
  # @!method create_load_balancer_policy(options = {})
221
228
  # Calls the CreateLoadBalancerPolicy API operation.
222
229
  # @param [Hash] options
230
+ #
223
231
  # * `:load_balancer_name` - *required* - (String) The name associated
224
232
  # with the LoadBalancer for which the policy is being created. This
225
233
  # name must be unique within the client AWS account.
@@ -240,6 +248,7 @@ module AWS
240
248
  # @!method delete_load_balancer(options = {})
241
249
  # Calls the DeleteLoadBalancer API operation.
242
250
  # @param [Hash] options
251
+ #
243
252
  # * `:load_balancer_name` - *required* - (String) The name associated
244
253
  # with the LoadBalancer. The name must be unique within the client
245
254
  # AWS account.
@@ -248,6 +257,7 @@ module AWS
248
257
  # @!method delete_load_balancer_listeners(options = {})
249
258
  # Calls the DeleteLoadBalancerListeners API operation.
250
259
  # @param [Hash] options
260
+ #
251
261
  # * `:load_balancer_name` - *required* - (String) The mnemonic name
252
262
  # associated with the LoadBalancer.
253
263
  # * `:load_balancer_ports` - *required* - (Array<Integer>) The client
@@ -257,6 +267,7 @@ module AWS
257
267
  # @!method delete_load_balancer_policy(options = {})
258
268
  # Calls the DeleteLoadBalancerPolicy API operation.
259
269
  # @param [Hash] options
270
+ #
260
271
  # * `:load_balancer_name` - *required* - (String) The mnemonic name
261
272
  # associated with the LoadBalancer. The name must be unique within
262
273
  # your AWS account.
@@ -267,6 +278,7 @@ module AWS
267
278
  # @!method deregister_instances_from_load_balancer(options = {})
268
279
  # Calls the DeregisterInstancesFromLoadBalancer API operation.
269
280
  # @param [Hash] options
281
+ #
270
282
  # * `:load_balancer_name` - *required* - (String) The name associated
271
283
  # with the LoadBalancer. The name must be unique within the client
272
284
  # AWS account.
@@ -283,6 +295,7 @@ module AWS
283
295
  # @!method describe_instance_health(options = {})
284
296
  # Calls the DescribeInstanceHealth API operation.
285
297
  # @param [Hash] options
298
+ #
286
299
  # * `:load_balancer_name` - *required* - (String) The name associated
287
300
  # with the LoadBalancer. The name must be unique within the client
288
301
  # AWS account.
@@ -302,6 +315,7 @@ module AWS
302
315
  # @!method describe_load_balancer_policies(options = {})
303
316
  # Calls the DescribeLoadBalancerPolicies API operation.
304
317
  # @param [Hash] options
318
+ #
305
319
  # * `:load_balancer_name` - (String) The mnemonic name associated with
306
320
  # the LoadBalancer. If no name is specified, the operation returns
307
321
  # the attributes of either all the sample policies pre-defined by
@@ -323,6 +337,7 @@ module AWS
323
337
  # @!method describe_load_balancer_policy_types(options = {})
324
338
  # Calls the DescribeLoadBalancerPolicyTypes API operation.
325
339
  # @param [Hash] options
340
+ #
326
341
  # * `:policy_type_names` - (Array<String>) Specifies the name of the
327
342
  # policy types. If no names are specified, returns the description of
328
343
  # all the policy types defined by Elastic Load Balancing service.
@@ -343,6 +358,7 @@ module AWS
343
358
  # @!method describe_load_balancers(options = {})
344
359
  # Calls the DescribeLoadBalancers API operation.
345
360
  # @param [Hash] options
361
+ #
346
362
  # * `:load_balancer_names` - (Array<String>) A list of names associated
347
363
  # with the LoadBalancers at creation time.
348
364
  # * `:marker` - (String) An optional parameter reserved for future use.
@@ -396,6 +412,7 @@ module AWS
396
412
  # @!method detach_load_balancer_from_subnets(options = {})
397
413
  # Calls the DetachLoadBalancerFromSubnets API operation.
398
414
  # @param [Hash] options
415
+ #
399
416
  # * `:load_balancer_name` - *required* - (String) The name associated
400
417
  # with the LoadBalancer to be detached. The name must be unique
401
418
  # within the client AWS account.
@@ -410,6 +427,7 @@ module AWS
410
427
  # @!method disable_availability_zones_for_load_balancer(options = {})
411
428
  # Calls the DisableAvailabilityZonesForLoadBalancer API operation.
412
429
  # @param [Hash] options
430
+ #
413
431
  # * `:load_balancer_name` - *required* - (String) The name associated
414
432
  # with the LoadBalancer. The name must be unique within the client
415
433
  # AWS account.
@@ -428,6 +446,7 @@ module AWS
428
446
  # @!method enable_availability_zones_for_load_balancer(options = {})
429
447
  # Calls the EnableAvailabilityZonesForLoadBalancer API operation.
430
448
  # @param [Hash] options
449
+ #
431
450
  # * `:load_balancer_name` - *required* - (String) The name associated
432
451
  # with the LoadBalancer. The name must be unique within the client
433
452
  # AWS account.
@@ -443,6 +462,7 @@ module AWS
443
462
  # @!method register_instances_with_load_balancer(options = {})
444
463
  # Calls the RegisterInstancesWithLoadBalancer API operation.
445
464
  # @param [Hash] options
465
+ #
446
466
  # * `:load_balancer_name` - *required* - (String) The name associated
447
467
  # with the LoadBalancer. The name must be unique within the client
448
468
  # AWS account.
@@ -467,6 +487,7 @@ module AWS
467
487
  # @!method set_load_balancer_listener_ssl_certificate(options = {})
468
488
  # Calls the SetLoadBalancerListenerSSLCertificate API operation.
469
489
  # @param [Hash] options
490
+ #
470
491
  # * `:load_balancer_name` - *required* - (String) The name of the the
471
492
  # LoadBalancer.
472
493
  # * `:load_balancer_port` - *required* - (Integer) The port that uses
@@ -480,6 +501,7 @@ module AWS
480
501
  # @!method set_load_balancer_policies_for_backend_server(options = {})
481
502
  # Calls the SetLoadBalancerPoliciesForBackendServer API operation.
482
503
  # @param [Hash] options
504
+ #
483
505
  # * `:load_balancer_name` - *required* - (String) The mnemonic name
484
506
  # associated with the LoadBalancer. This name must be unique within
485
507
  # the client AWS account.
@@ -493,6 +515,7 @@ module AWS
493
515
  # @!method set_load_balancer_policies_of_listener(options = {})
494
516
  # Calls the SetLoadBalancerPoliciesOfListener API operation.
495
517
  # @param [Hash] options
518
+ #
496
519
  # * `:load_balancer_name` - *required* - (String) The name associated
497
520
  # with the LoadBalancer. The name must be unique within the client
498
521
  # AWS account.
@@ -25,18 +25,14 @@ module AWS
25
25
  # @!method add_instance_groups(options = {})
26
26
  # Calls the AddInstanceGroups API operation.
27
27
  # @param [Hash] options
28
+ #
28
29
  # * `:instance_groups` - *required* - (Array<Hash>) Instance Groups to
29
30
  # add.
30
31
  # * `:name` - (String) Friendly name given to the instance group.
31
32
  # * `:market` - (String) Market type of the Amazon EC2 instances used
32
- # to create a cluster node. Valid values include:
33
- # * `ON_DEMAND`
34
- # * `SPOT`
33
+ # to create a cluster node.
35
34
  # * `:instance_role` - *required* - (String) The role of the instance
36
- # group in the cluster. Valid values include:
37
- # * `MASTER`
38
- # * `CORE`
39
- # * `TASK`
35
+ # group in the cluster.
40
36
  # * `:bid_price` - (String) Bid price for each Amazon EC2 instance in
41
37
  # the instance group when launching nodes as Spot Instances,
42
38
  # expressed in USD.
@@ -56,6 +52,7 @@ module AWS
56
52
  # @!method add_job_flow_steps(options = {})
57
53
  # Calls the AddJobFlowSteps API operation.
58
54
  # @param [Hash] options
55
+ #
59
56
  # * `:job_flow_id` - *required* - (String) A string that uniquely
60
57
  # identifies the job flow. This identifier is returned by RunJobFlow
61
58
  # and can also be obtained from DescribeJobFlows.
@@ -63,10 +60,7 @@ module AWS
63
60
  # executed by the job flow.
64
61
  # * `:name` - *required* - (String) The name of the job flow step.
65
62
  # * `:action_on_failure` - (String) Specifies the action to take if
66
- # the job flow step fails. Valid values include:
67
- # * `TERMINATE_JOB_FLOW`
68
- # * `CANCEL_AND_WAIT`
69
- # * `CONTINUE`
63
+ # the job flow step fails.
70
64
  # * `:hadoop_jar_step` - *required* - (Hash) Specifies the JAR file
71
65
  # used for the job flow step.
72
66
  # * `:properties` - (Array<Hash>) A list of Java properties that
@@ -86,6 +80,7 @@ module AWS
86
80
  # @!method describe_job_flows(options = {})
87
81
  # Calls the DescribeJobFlows API operation.
88
82
  # @param [Hash] options
83
+ #
89
84
  # * `:created_after` - (String<ISO8601 datetime>) Return only job flows
90
85
  # created after this date and time.
91
86
  # * `:created_before` - (String<ISO8601 datetime>) Return only job
@@ -169,6 +164,7 @@ module AWS
169
164
  # @!method modify_instance_groups(options = {})
170
165
  # Calls the ModifyInstanceGroups API operation.
171
166
  # @param [Hash] options
167
+ #
172
168
  # * `:instance_groups` - (Array<Hash>) Instance groups to change.
173
169
  # * `:instance_group_id` - *required* - (String) Unique ID of the
174
170
  # instance group to expand or shrink.
@@ -179,6 +175,7 @@ module AWS
179
175
  # @!method run_job_flow(options = {})
180
176
  # Calls the RunJobFlow API operation.
181
177
  # @param [Hash] options
178
+ #
182
179
  # * `:name` - *required* - (String) The name of the job flow.
183
180
  # * `:log_uri` - (String) Specifies the location in Amazon S3 to write
184
181
  # the log files of the job flow. If a value is not provided, logs are
@@ -209,14 +206,9 @@ module AWS
209
206
  # flow's instance groups.
210
207
  # * `:name` - (String) Friendly name given to the instance group.
211
208
  # * `:market` - (String) Market type of the Amazon EC2 instances
212
- # used to create a cluster node. Valid values include:
213
- # * `ON_DEMAND`
214
- # * `SPOT`
209
+ # used to create a cluster node.
215
210
  # * `:instance_role` - *required* - (String) The role of the
216
- # instance group in the cluster. Valid values include:
217
- # * `MASTER`
218
- # * `CORE`
219
- # * `TASK`
211
+ # instance group in the cluster.
220
212
  # * `:bid_price` - (String) Bid price for each Amazon EC2 instance
221
213
  # in the instance group when launching nodes as Spot Instances,
222
214
  # expressed in USD.
@@ -255,10 +247,7 @@ module AWS
255
247
  # flow.
256
248
  # * `:name` - *required* - (String) The name of the job flow step.
257
249
  # * `:action_on_failure` - (String) Specifies the action to take if
258
- # the job flow step fails. Valid values include:
259
- # * `TERMINATE_JOB_FLOW`
260
- # * `CANCEL_AND_WAIT`
261
- # * `CONTINUE`
250
+ # the job flow step fails.
262
251
  # * `:hadoop_jar_step` - *required* - (Hash) Specifies the JAR file
263
252
  # used for the job flow step.
264
253
  # * `:properties` - (Array<Hash>) A list of Java properties that
@@ -309,6 +298,7 @@ module AWS
309
298
  # @!method set_termination_protection(options = {})
310
299
  # Calls the SetTerminationProtection API operation.
311
300
  # @param [Hash] options
301
+ #
312
302
  # * `:job_flow_ids` - *required* - (Array<String>) A list of strings
313
303
  # that uniquely identify the job flows to protect. This identifier is
314
304
  # returned by RunJobFlow and can also be obtained from
@@ -322,6 +312,7 @@ module AWS
322
312
  # @!method set_visible_to_all_users(options = {})
323
313
  # Calls the SetVisibleToAllUsers API operation.
324
314
  # @param [Hash] options
315
+ #
325
316
  # * `:job_flow_ids` - *required* - (Array<String>) Identifiers of the
326
317
  # job flows to receive the new visibility setting.
327
318
  # * `:visible_to_all_users` - *required* - (Boolean) Whether the
@@ -336,6 +327,7 @@ module AWS
336
327
  # @!method terminate_job_flows(options = {})
337
328
  # Calls the TerminateJobFlows API operation.
338
329
  # @param [Hash] options
330
+ #
339
331
  # * `:job_flow_ids` - *required* - (Array<String>) A list of job flows
340
332
  # to be shutdown.
341
333
  # @return [Core::Response]