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 create_domain(options = {})
26
26
  # Calls the CreateDomain API operation.
27
27
  # @param [Hash] options
28
+ #
28
29
  # * `:domain_name` - *required* - (String)
29
30
  # @return [Core::Response]
30
31
  # The #data method of the response object returns
@@ -51,6 +52,7 @@ module AWS
51
52
  # @!method define_index_field(options = {})
52
53
  # Calls the DefineIndexField API operation.
53
54
  # @param [Hash] options
55
+ #
54
56
  # * `:domain_name` - *required* - (String)
55
57
  # * `:index_field` - *required* - (Hash)
56
58
  # * `:index_field_name` - *required* - (String) The name of a field
@@ -165,6 +167,7 @@ module AWS
165
167
  # @!method define_rank_expression(options = {})
166
168
  # Calls the DefineRankExpression API operation.
167
169
  # @param [Hash] options
170
+ #
168
171
  # * `:domain_name` - *required* - (String)
169
172
  # * `:rank_expression` - *required* - (Hash)
170
173
  # * `:rank_name` - *required* - (String) The name of a rank
@@ -220,6 +223,7 @@ module AWS
220
223
  # @!method delete_domain(options = {})
221
224
  # Calls the DeleteDomain API operation.
222
225
  # @param [Hash] options
226
+ #
223
227
  # * `:domain_name` - *required* - (String)
224
228
  # @return [Core::Response]
225
229
  # The #data method of the response object returns
@@ -246,6 +250,7 @@ module AWS
246
250
  # @!method delete_index_field(options = {})
247
251
  # Calls the DeleteIndexField API operation.
248
252
  # @param [Hash] options
253
+ #
249
254
  # * `:domain_name` - *required* - (String)
250
255
  # * `:index_field_name` - *required* - (String)
251
256
  # @return [Core::Response]
@@ -290,6 +295,7 @@ module AWS
290
295
  # @!method delete_rank_expression(options = {})
291
296
  # Calls the DeleteRankExpression API operation.
292
297
  # @param [Hash] options
298
+ #
293
299
  # * `:domain_name` - *required* - (String)
294
300
  # * `:rank_name` - *required* - (String) The name of the RankExpression
295
301
  # to delete.
@@ -310,6 +316,7 @@ module AWS
310
316
  # @!method describe_default_search_field(options = {})
311
317
  # Calls the DescribeDefaultSearchField API operation.
312
318
  # @param [Hash] options
319
+ #
313
320
  # * `:domain_name` - *required* - (String)
314
321
  # @return [Core::Response]
315
322
  # The #data method of the response object returns
@@ -326,6 +333,7 @@ module AWS
326
333
  # @!method describe_domains(options = {})
327
334
  # Calls the DescribeDomains API operation.
328
335
  # @param [Hash] options
336
+ #
329
337
  # * `:domain_names` - (Array<String>) Limits the DescribeDomains
330
338
  # response to the specified search domains.
331
339
  # @return [Core::Response]
@@ -353,6 +361,7 @@ module AWS
353
361
  # @!method describe_index_fields(options = {})
354
362
  # Calls the DescribeIndexFields API operation.
355
363
  # @param [Hash] options
364
+ #
356
365
  # * `:domain_name` - *required* - (String)
357
366
  # * `:field_names` - (Array<String>) Limits the DescribeIndexFields
358
367
  # response to the specified fields.
@@ -398,6 +407,7 @@ module AWS
398
407
  # @!method describe_rank_expressions(options = {})
399
408
  # Calls the DescribeRankExpressions API operation.
400
409
  # @param [Hash] options
410
+ #
401
411
  # * `:domain_name` - *required* - (String)
402
412
  # * `:rank_names` - (Array<String>) Limits the DescribeRankExpressions
403
413
  # response to the specified fields.
@@ -418,6 +428,7 @@ module AWS
418
428
  # @!method describe_service_access_policies(options = {})
419
429
  # Calls the DescribeServiceAccessPolicies API operation.
420
430
  # @param [Hash] options
431
+ #
421
432
  # * `:domain_name` - *required* - (String)
422
433
  # @return [Core::Response]
423
434
  # The #data method of the response object returns
@@ -434,6 +445,7 @@ module AWS
434
445
  # @!method describe_stemming_options(options = {})
435
446
  # Calls the DescribeStemmingOptions API operation.
436
447
  # @param [Hash] options
448
+ #
437
449
  # * `:domain_name` - *required* - (String)
438
450
  # @return [Core::Response]
439
451
  # The #data method of the response object returns
@@ -450,6 +462,7 @@ module AWS
450
462
  # @!method describe_stopword_options(options = {})
451
463
  # Calls the DescribeStopwordOptions API operation.
452
464
  # @param [Hash] options
465
+ #
453
466
  # * `:domain_name` - *required* - (String)
454
467
  # @return [Core::Response]
455
468
  # The #data method of the response object returns
@@ -466,6 +479,7 @@ module AWS
466
479
  # @!method describe_synonym_options(options = {})
467
480
  # Calls the DescribeSynonymOptions API operation.
468
481
  # @param [Hash] options
482
+ #
469
483
  # * `:domain_name` - *required* - (String)
470
484
  # @return [Core::Response]
471
485
  # The #data method of the response object returns
@@ -482,6 +496,7 @@ module AWS
482
496
  # @!method index_documents(options = {})
483
497
  # Calls the IndexDocuments API operation.
484
498
  # @param [Hash] options
499
+ #
485
500
  # * `:domain_name` - *required* - (String)
486
501
  # @return [Core::Response]
487
502
  # The #data method of the response object returns
@@ -492,6 +507,7 @@ module AWS
492
507
  # @!method update_default_search_field(options = {})
493
508
  # Calls the UpdateDefaultSearchField API operation.
494
509
  # @param [Hash] options
510
+ #
495
511
  # * `:domain_name` - *required* - (String)
496
512
  # * `:default_search_field` - *required* - (String) The IndexField to
497
513
  # use for search requests issued with the q parameter. The default is
@@ -511,6 +527,7 @@ module AWS
511
527
  # @!method update_service_access_policies(options = {})
512
528
  # Calls the UpdateServiceAccessPolicies API operation.
513
529
  # @param [Hash] options
530
+ #
514
531
  # * `:domain_name` - *required* - (String)
515
532
  # * `:access_policies` - *required* - (String)
516
533
  # @return [Core::Response]
@@ -528,6 +545,7 @@ module AWS
528
545
  # @!method update_stemming_options(options = {})
529
546
  # Calls the UpdateStemmingOptions API operation.
530
547
  # @param [Hash] options
548
+ #
531
549
  # * `:domain_name` - *required* - (String)
532
550
  # * `:stems` - *required* - (String)
533
551
  # @return [Core::Response]
@@ -545,6 +563,7 @@ module AWS
545
563
  # @!method update_stopword_options(options = {})
546
564
  # Calls the UpdateStopwordOptions API operation.
547
565
  # @param [Hash] options
566
+ #
548
567
  # * `:domain_name` - *required* - (String)
549
568
  # * `:stopwords` - *required* - (String)
550
569
  # @return [Core::Response]
@@ -562,6 +581,7 @@ module AWS
562
581
  # @!method update_synonym_options(options = {})
563
582
  # Calls the UpdateSynonymOptions API operation.
564
583
  # @param [Hash] options
584
+ #
565
585
  # * `:domain_name` - *required* - (String)
566
586
  # * `:synonyms` - *required* - (String)
567
587
  # @return [Core::Response]
@@ -30,6 +30,7 @@ module AWS
30
30
  # @!method delete_alarms(options = {})
31
31
  # Calls the DeleteAlarms API operation.
32
32
  # @param [Hash] options
33
+ #
33
34
  # * `:alarm_names` - *required* - (Array<String>) A list of alarms to
34
35
  # be deleted.
35
36
  # @return [Core::Response]
@@ -37,6 +38,7 @@ module AWS
37
38
  # @!method describe_alarm_history(options = {})
38
39
  # Calls the DescribeAlarmHistory API operation.
39
40
  # @param [Hash] options
41
+ #
40
42
  # * `:alarm_name` - (String) The name of the alarm.
41
43
  # * `:history_item_type` - (String) The type of alarm histories to
42
44
  # retrieve. Valid values include:
@@ -66,6 +68,7 @@ module AWS
66
68
  # @!method describe_alarms(options = {})
67
69
  # Calls the DescribeAlarms API operation.
68
70
  # @param [Hash] options
71
+ #
69
72
  # * `:alarm_names` - (Array<String>) A list of alarm names to retrieve
70
73
  # information for.
71
74
  # * `:alarm_name_prefix` - (String) The alarm name prefix. AlarmNames
@@ -113,6 +116,7 @@ module AWS
113
116
  # @!method describe_alarms_for_metric(options = {})
114
117
  # Calls the DescribeAlarmsForMetric API operation.
115
118
  # @param [Hash] options
119
+ #
116
120
  # * `:metric_name` - *required* - (String) The name of the metric.
117
121
  # * `:namespace` - *required* - (String) The namespace of the metric.
118
122
  # * `:statistic` - (String) The statistic for the metric. Valid values
@@ -189,6 +193,7 @@ module AWS
189
193
  # @!method disable_alarm_actions(options = {})
190
194
  # Calls the DisableAlarmActions API operation.
191
195
  # @param [Hash] options
196
+ #
192
197
  # * `:alarm_names` - *required* - (Array<String>) The names of the
193
198
  # alarms to disable actions for.
194
199
  # @return [Core::Response]
@@ -196,6 +201,7 @@ module AWS
196
201
  # @!method enable_alarm_actions(options = {})
197
202
  # Calls the EnableAlarmActions API operation.
198
203
  # @param [Hash] options
204
+ #
199
205
  # * `:alarm_names` - *required* - (Array<String>) The names of the
200
206
  # alarms to enable actions for.
201
207
  # @return [Core::Response]
@@ -203,6 +209,7 @@ module AWS
203
209
  # @!method get_metric_statistics(options = {})
204
210
  # Calls the GetMetricStatistics API operation.
205
211
  # @param [Hash] options
212
+ #
206
213
  # * `:namespace` - *required* - (String) The namespace of the metric.
207
214
  # * `:metric_name` - *required* - (String) The name of the metric.
208
215
  # * `:dimensions` - (Array<Hash>) A list of dimensions describing
@@ -272,6 +279,7 @@ module AWS
272
279
  # @!method list_metrics(options = {})
273
280
  # Calls the ListMetrics API operation.
274
281
  # @param [Hash] options
282
+ #
275
283
  # * `:namespace` - (String) The namespace to filter against.
276
284
  # * `:metric_name` - (String) The name of the metric to filter against.
277
285
  # * `:dimensions` - (Array<Hash>) A list of dimensions to filter
@@ -297,6 +305,7 @@ module AWS
297
305
  # @!method put_metric_alarm(options = {})
298
306
  # Calls the PutMetricAlarm API operation.
299
307
  # @param [Hash] options
308
+ #
300
309
  # * `:alarm_name` - *required* - (String) The descriptive name for the
301
310
  # alarm. This name must be unique within the user's AWS account
302
311
  # * `:alarm_description` - (String) The description for the alarm.
@@ -381,6 +390,7 @@ module AWS
381
390
  # @!method put_metric_data(options = {})
382
391
  # Calls the PutMetricData API operation.
383
392
  # @param [Hash] options
393
+ #
384
394
  # * `:namespace` - *required* - (String) The namespace for the metric
385
395
  # data.
386
396
  # * `:metric_data` - *required* - (Array<Hash>) A list of data
@@ -443,6 +453,7 @@ module AWS
443
453
  # @!method set_alarm_state(options = {})
444
454
  # Calls the SetAlarmState API operation.
445
455
  # @param [Hash] options
456
+ #
446
457
  # * `:alarm_name` - *required* - (String) The descriptive name for the
447
458
  # alarm. This name must be unique within the user's AWS account. The
448
459
  # maximum length is 255 characters.
@@ -25,6 +25,7 @@ module AWS
25
25
  # @!method activate_pipeline(options = {})
26
26
  # Calls the ActivatePipeline API operation.
27
27
  # @param [Hash] options
28
+ #
28
29
  # * `:pipeline_id` - *required* - (String) The identifier of the
29
30
  # pipeline to activate.
30
31
  # @return [Core::Response]
@@ -32,6 +33,7 @@ module AWS
32
33
  # @!method create_pipeline(options = {})
33
34
  # Calls the CreatePipeline API operation.
34
35
  # @param [Hash] options
36
+ #
35
37
  # * `:name` - *required* - (String) The name of the new pipeline. You
36
38
  # can use the same name for multiple pipelines associated with your
37
39
  # AWS account, because AWS Data Pipeline assigns each new pipeline a
@@ -60,6 +62,7 @@ module AWS
60
62
  # @!method delete_pipeline(options = {})
61
63
  # Calls the DeletePipeline API operation.
62
64
  # @param [Hash] options
65
+ #
63
66
  # * `:pipeline_id` - *required* - (String) The identifier of the
64
67
  # pipeline to be deleted.
65
68
  # @return [Core::Response]
@@ -67,6 +70,7 @@ module AWS
67
70
  # @!method describe_objects(options = {})
68
71
  # Calls the DescribeObjects API operation.
69
72
  # @param [Hash] options
73
+ #
70
74
  # * `:pipeline_id` - *required* - (String) Identifier of the pipeline
71
75
  # that contains the object definitions.
72
76
  # * `:object_ids` - *required* - (Array<String>) Identifiers of the
@@ -96,6 +100,7 @@ module AWS
96
100
  # @!method describe_pipelines(options = {})
97
101
  # Calls the DescribePipelines API operation.
98
102
  # @param [Hash] options
103
+ #
99
104
  # * `:pipeline_ids` - *required* - (Array<String>) Identifiers of the
100
105
  # pipelines to describe. You can pass as many as 25 identifiers in a
101
106
  # single call to DescribePipelines. You can obtain pipeline
@@ -116,6 +121,7 @@ module AWS
116
121
  # @!method evaluate_expression(options = {})
117
122
  # Calls the EvaluateExpression API operation.
118
123
  # @param [Hash] options
124
+ #
119
125
  # * `:pipeline_id` - *required* - (String) The identifier of the
120
126
  # pipeline.
121
127
  # * `:object_id` - *required* - (String) The identifier of the object.
@@ -129,6 +135,7 @@ module AWS
129
135
  # @!method get_pipeline_definition(options = {})
130
136
  # Calls the GetPipelineDefinition API operation.
131
137
  # @param [Hash] options
138
+ #
132
139
  # * `:pipeline_id` - *required* - (String) The identifier of the
133
140
  # pipeline.
134
141
  # * `:version` - (String) The version of the pipeline definition to
@@ -148,6 +155,7 @@ module AWS
148
155
  # @!method list_pipelines(options = {})
149
156
  # Calls the ListPipelines API operation.
150
157
  # @param [Hash] options
158
+ #
151
159
  # * `:marker` - (String) The starting point for the results to be
152
160
  # returned. The first time you call ListPipelines, this value should
153
161
  # be empty. As long as the action returns HasMoreResults as True, you
@@ -166,6 +174,7 @@ module AWS
166
174
  # @!method poll_for_task(options = {})
167
175
  # Calls the PollForTask API operation.
168
176
  # @param [Hash] options
177
+ #
169
178
  # * `:worker_group` - *required* - (String) Indicates the type of task
170
179
  # the task runner is configured to accept and process. The worker
171
180
  # group is set as a field on objects in the pipeline when they are
@@ -209,6 +218,7 @@ module AWS
209
218
  # @!method put_pipeline_definition(options = {})
210
219
  # Calls the PutPipelineDefinition API operation.
211
220
  # @param [Hash] options
221
+ #
212
222
  # * `:pipeline_id` - *required* - (String) The identifier of the
213
223
  # pipeline to be configured.
214
224
  # * `:pipeline_objects` - *required* - (Array<Hash>) The objects that
@@ -235,6 +245,7 @@ module AWS
235
245
  # @!method query_objects(options = {})
236
246
  # Calls the QueryObjects API operation.
237
247
  # @param [Hash] options
248
+ #
238
249
  # * `:pipeline_id` - *required* - (String) Identifier of the pipeline
239
250
  # to be queried for object names.
240
251
  # * `:query` - (Hash) Query that defines the objects to be returned.
@@ -299,6 +310,7 @@ module AWS
299
310
  # @!method report_task_progress(options = {})
300
311
  # Calls the ReportTaskProgress API operation.
301
312
  # @param [Hash] options
313
+ #
302
314
  # * `:task_id` - *required* - (String) Identifier of the task assigned
303
315
  # to the task runner. This value is provided in the TaskObject that
304
316
  # the service returns with the response for the PollForTask action.
@@ -311,6 +323,7 @@ module AWS
311
323
  # @!method report_task_runner_heartbeat(options = {})
312
324
  # Calls the ReportTaskRunnerHeartbeat API operation.
313
325
  # @param [Hash] options
326
+ #
314
327
  # * `:taskrunner_id` - *required* - (String) The identifier of the task
315
328
  # runner. This value should be unique across your AWS account. In the
316
329
  # case of AWS Data Pipeline Task Runner launched on a resource
@@ -335,6 +348,7 @@ module AWS
335
348
  # @!method set_status(options = {})
336
349
  # Calls the SetStatus API operation.
337
350
  # @param [Hash] options
351
+ #
338
352
  # * `:pipeline_id` - *required* - (String) Identifies the pipeline that
339
353
  # contains the objects.
340
354
  # * `:object_ids` - *required* - (Array<String>) Identifies an array of
@@ -349,6 +363,7 @@ module AWS
349
363
  # @!method set_task_status(options = {})
350
364
  # Calls the SetTaskStatus API operation.
351
365
  # @param [Hash] options
366
+ #
352
367
  # * `:task_id` - *required* - (String) Identifies the task assigned to
353
368
  # the task runner. This value is set in the TaskObject that is
354
369
  # returned by the PollForTask action.
@@ -376,6 +391,7 @@ module AWS
376
391
  # @!method validate_pipeline_definition(options = {})
377
392
  # Calls the ValidatePipelineDefinition API operation.
378
393
  # @param [Hash] options
394
+ #
379
395
  # * `:pipeline_id` - *required* - (String) Identifies the pipeline
380
396
  # whose definition is to be validated.
381
397
  # * `:pipeline_objects` - *required* - (Array<Hash>) A list of objects
@@ -25,6 +25,7 @@ module AWS
25
25
  # @!method create_connection(options = {})
26
26
  # Calls the CreateConnection API operation.
27
27
  # @param [Hash] options
28
+ #
28
29
  # * `:offering_id` - *required* - (String)
29
30
  # * `:connection_name` - *required* - (String)
30
31
  # @return [Core::Response]
@@ -40,6 +41,7 @@ module AWS
40
41
  # @!method create_private_virtual_interface(options = {})
41
42
  # Calls the CreatePrivateVirtualInterface API operation.
42
43
  # @param [Hash] options
44
+ #
43
45
  # * `:connection_id` - (String)
44
46
  # * `:new_private_virtual_interface` - (Hash) Detailed information of
45
47
  # the private virtual interface to be created. Default: None
@@ -73,6 +75,7 @@ module AWS
73
75
  # @!method create_public_virtual_interface(options = {})
74
76
  # Calls the CreatePublicVirtualInterface API operation.
75
77
  # @param [Hash] options
78
+ #
76
79
  # * `:connection_id` - (String)
77
80
  # * `:new_public_virtual_interface` - (Hash) Detailed information of
78
81
  # the public virtual interface to be created. Default: None
@@ -109,6 +112,7 @@ module AWS
109
112
  # @!method delete_connection(options = {})
110
113
  # Calls the DeleteConnection API operation.
111
114
  # @param [Hash] options
115
+ #
112
116
  # * `:connection_id` - *required* - (String)
113
117
  # @return [Core::Response]
114
118
  # The #data method of the response object returns
@@ -123,6 +127,7 @@ module AWS
123
127
  # @!method delete_virtual_interface(options = {})
124
128
  # Calls the DeleteVirtualInterface API operation.
125
129
  # @param [Hash] options
130
+ #
126
131
  # * `:virtual_interface_id` - (String)
127
132
  # @return [Core::Response]
128
133
  # The #data method of the response object returns
@@ -133,6 +138,7 @@ module AWS
133
138
  # @!method describe_connection_detail(options = {})
134
139
  # Calls the DescribeConnectionDetail API operation.
135
140
  # @param [Hash] options
141
+ #
136
142
  # * `:connection_id` - *required* - (String)
137
143
  # @return [Core::Response]
138
144
  # The #data method of the response object returns
@@ -160,6 +166,7 @@ module AWS
160
166
  # @!method describe_connections(options = {})
161
167
  # Calls the DescribeConnections API operation.
162
168
  # @param [Hash] options
169
+ #
163
170
  # * `:connection_id` - (String)
164
171
  # @return [Core::Response]
165
172
  # The #data method of the response object returns
@@ -175,6 +182,7 @@ module AWS
175
182
  # @!method describe_offering_detail(options = {})
176
183
  # Calls the DescribeOfferingDetail API operation.
177
184
  # @param [Hash] options
185
+ #
178
186
  # * `:offering_id` - *required* - (String)
179
187
  # @return [Core::Response]
180
188
  # The #data method of the response object returns
@@ -201,6 +209,7 @@ module AWS
201
209
  # @!method describe_offerings(options = {})
202
210
  # Calls the DescribeOfferings API operation.
203
211
  # @param [Hash] options
212
+ #
204
213
  # @return [Core::Response]
205
214
  # The #data method of the response object returns
206
215
  # a hash with the following structure:
@@ -221,6 +230,7 @@ module AWS
221
230
  # @!method describe_virtual_gateways(options = {})
222
231
  # Calls the DescribeVirtualGateways API operation.
223
232
  # @param [Hash] options
233
+ #
224
234
  # @return [Core::Response]
225
235
  # The #data method of the response object returns
226
236
  # a hash with the following structure:
@@ -232,6 +242,7 @@ module AWS
232
242
  # @!method describe_virtual_interfaces(options = {})
233
243
  # Calls the DescribeVirtualInterfaces API operation.
234
244
  # @param [Hash] options
245
+ #
235
246
  # * `:connection_id` - (String)
236
247
  # * `:virtual_interface_id` - (String)
237
248
  # @return [Core::Response]
@@ -61,6 +61,7 @@ module AWS
61
61
  # @!method activate_license(options = {})
62
62
  # Calls the ActivateLicense API operation.
63
63
  # @param [Hash] options
64
+ #
64
65
  # * `:license_id` - *required* - (String) Specifies the ID for the
65
66
  # specific license to activate against.
66
67
  # * `:capacity` - *required* - (Integer) Specifies the additional
@@ -70,6 +71,7 @@ module AWS
70
71
  # @!method allocate_address(options = {})
71
72
  # Calls the AllocateAddress API operation.
72
73
  # @param [Hash] options
74
+ #
73
75
  # * `:domain` - (String) Set to vpc to allocate the address to your
74
76
  # VPC. By default, will allocate to EC2. Valid values include:
75
77
  # * `vpc`
@@ -85,6 +87,7 @@ module AWS
85
87
  # @!method assign_private_ip_addresses(options = {})
86
88
  # Calls the AssignPrivateIpAddresses API operation.
87
89
  # @param [Hash] options
90
+ #
88
91
  # * `:network_interface_id` - *required* - (String)
89
92
  # * `:private_ip_addresses` - (Array<String>)
90
93
  # * `:secondary_private_ip_address_count` - (Integer)
@@ -94,6 +97,7 @@ module AWS
94
97
  # @!method associate_address(options = {})
95
98
  # Calls the AssociateAddress API operation.
96
99
  # @param [Hash] options
100
+ #
97
101
  # * `:instance_id` - (String) The instance to associate with the IP
98
102
  # address.
99
103
  # * `:public_ip` - (String) IP address that you are assigning to the
@@ -112,6 +116,7 @@ module AWS
112
116
  # @!method associate_dhcp_options(options = {})
113
117
  # Calls the AssociateDhcpOptions API operation.
114
118
  # @param [Hash] options
119
+ #
115
120
  # * `:dhcp_options_id` - *required* - (String) The ID of the DHCP
116
121
  # options to associate with the VPC. Specify "default" to associate
117
122
  # the default DHCP options with the VPC.
@@ -122,6 +127,7 @@ module AWS
122
127
  # @!method associate_route_table(options = {})
123
128
  # Calls the AssociateRouteTable API operation.
124
129
  # @param [Hash] options
130
+ #
125
131
  # * `:subnet_id` - *required* - (String) The ID of the subnet.
126
132
  # * `:route_table_id` - *required* - (String) The ID of the route
127
133
  # table.
@@ -134,6 +140,7 @@ module AWS
134
140
  # @!method attach_internet_gateway(options = {})
135
141
  # Calls the AttachInternetGateway API operation.
136
142
  # @param [Hash] options
143
+ #
137
144
  # * `:internet_gateway_id` - *required* - (String) The ID of the
138
145
  # Internet gateway to attach.
139
146
  # * `:vpc_id` - *required* - (String) The ID of the VPC.
@@ -142,6 +149,7 @@ module AWS
142
149
  # @!method attach_network_interface(options = {})
143
150
  # Calls the AttachNetworkInterface API operation.
144
151
  # @param [Hash] options
152
+ #
145
153
  # * `:network_interface_id` - *required* - (String)
146
154
  # * `:instance_id` - *required* - (String)
147
155
  # * `:device_index` - *required* - (Integer)
@@ -154,6 +162,7 @@ module AWS
154
162
  # @!method attach_volume(options = {})
155
163
  # Calls the AttachVolume API operation.
156
164
  # @param [Hash] options
165
+ #
157
166
  # * `:volume_id` - *required* - (String) The ID of the Amazon EBS
158
167
  # volume. The volume and instance must be within the same
159
168
  # Availability Zone and the instance must be running.
@@ -176,6 +185,7 @@ module AWS
176
185
  # @!method attach_vpn_gateway(options = {})
177
186
  # Calls the AttachVpnGateway API operation.
178
187
  # @param [Hash] options
188
+ #
179
189
  # * `:vpn_gateway_id` - *required* - (String) The ID of the VPN gateway
180
190
  # to attach to the VPC.
181
191
  # * `:vpc_id` - *required* - (String) The ID of the VPC to attach to
@@ -191,6 +201,7 @@ module AWS
191
201
  # @!method authorize_security_group_egress(options = {})
192
202
  # Calls the AuthorizeSecurityGroupEgress API operation.
193
203
  # @param [Hash] options
204
+ #
194
205
  # * `:group_id` - *required* - (String) ID of the VPC security group to
195
206
  # modify.
196
207
  # * `:source_security_group_name` - (String) Deprecated.
@@ -228,6 +239,7 @@ module AWS
228
239
  # @!method authorize_security_group_ingress(options = {})
229
240
  # Calls the AuthorizeSecurityGroupIngress API operation.
230
241
  # @param [Hash] options
242
+ #
231
243
  # * `:group_name` - (String) Name of the standard (EC2) security group
232
244
  # to modify. The group must belong to your account. Can be used
233
245
  # instead of GroupID for standard (EC2) security groups.
@@ -270,6 +282,7 @@ module AWS
270
282
  # @!method bundle_instance(options = {})
271
283
  # Calls the BundleInstance API operation.
272
284
  # @param [Hash] options
285
+ #
273
286
  # * `:instance_id` - *required* - (String) The ID of the instance to
274
287
  # bundle.
275
288
  # * `:storage` - *required* - (Hash)
@@ -313,6 +326,7 @@ module AWS
313
326
  # @!method cancel_bundle_task(options = {})
314
327
  # Calls the CancelBundleTask API operation.
315
328
  # @param [Hash] options
329
+ #
316
330
  # * `:bundle_id` - *required* - (String) The ID of the bundle task to
317
331
  # cancel.
318
332
  # @return [Core::Response]
@@ -340,6 +354,7 @@ module AWS
340
354
  # @!method cancel_conversion_task(options = {})
341
355
  # Calls the CancelConversionTask API operation.
342
356
  # @param [Hash] options
357
+ #
343
358
  # * `:conversion_task_id` - *required* - (String)
344
359
  # * `:reason_message` - (String)
345
360
  # @return [Core::Response]
@@ -347,12 +362,14 @@ module AWS
347
362
  # @!method cancel_export_task(options = {})
348
363
  # Calls the CancelExportTask API operation.
349
364
  # @param [Hash] options
365
+ #
350
366
  # * `:export_task_id` - *required* - (String)
351
367
  # @return [Core::Response]
352
368
 
353
369
  # @!method cancel_reserved_instances_listing(options = {})
354
370
  # Calls the CancelReservedInstancesListing API operation.
355
371
  # @param [Hash] options
372
+ #
356
373
  # * `:reserved_instances_listing_id` - *required* - (String)
357
374
  # @return [Core::Response]
358
375
  # The #data method of the response object returns
@@ -381,6 +398,7 @@ module AWS
381
398
  # @!method cancel_spot_instance_requests(options = {})
382
399
  # Calls the CancelSpotInstanceRequests API operation.
383
400
  # @param [Hash] options
401
+ #
384
402
  # * `:spot_instance_request_ids` - *required* - (Array<String>)
385
403
  # Specifies the ID of the Spot Instance request.
386
404
  # @return [Core::Response]
@@ -394,6 +412,7 @@ module AWS
394
412
  # @!method confirm_product_instance(options = {})
395
413
  # Calls the ConfirmProductInstance API operation.
396
414
  # @param [Hash] options
415
+ #
397
416
  # * `:product_code` - *required* - (String) The product code to
398
417
  # confirm.
399
418
  # * `:instance_id` - *required* - (String) The ID of the instance to
@@ -407,6 +426,7 @@ module AWS
407
426
  # @!method copy_image(options = {})
408
427
  # Calls the CopyImage API operation.
409
428
  # @param [Hash] options
429
+ #
410
430
  # * `:source_region` - *required* - (String)
411
431
  # * `:source_image_id` - *required* - (String)
412
432
  # * `:name` - *required* - (String)
@@ -421,6 +441,7 @@ module AWS
421
441
  # @!method copy_snapshot(options = {})
422
442
  # Calls the CopySnapshot API operation.
423
443
  # @param [Hash] options
444
+ #
424
445
  # * `:source_region` - *required* - (String)
425
446
  # * `:source_snapshot_id` - *required* - (String)
426
447
  # * `:description` - (String)
@@ -433,6 +454,7 @@ module AWS
433
454
  # @!method create_customer_gateway(options = {})
434
455
  # Calls the CreateCustomerGateway API operation.
435
456
  # @param [Hash] options
457
+ #
436
458
  # * `:type` - *required* - (String) The type of VPN connection this
437
459
  # customer gateway supports.
438
460
  # * `:public_ip` - *required* - (String) The Internet-routable IP
@@ -457,6 +479,7 @@ module AWS
457
479
  # @!method create_dhcp_options(options = {})
458
480
  # Calls the CreateDhcpOptions API operation.
459
481
  # @param [Hash] options
482
+ #
460
483
  # * `:dhcp_configurations` - *required* - (Array<Hash>) A set of one or
461
484
  # more DHCP configurations.
462
485
  # * `:key` - (String) Contains the name of a DHCP option.
@@ -478,6 +501,7 @@ module AWS
478
501
  # @!method create_image(options = {})
479
502
  # Calls the CreateImage API operation.
480
503
  # @param [Hash] options
504
+ #
481
505
  # * `:instance_id` - *required* - (String) The ID of the instance from
482
506
  # which to create the new image.
483
507
  # * `:name` - *required* - (String) The name for the new AMI being
@@ -517,6 +541,7 @@ module AWS
517
541
  # @!method create_instance_export_task(options = {})
518
542
  # Calls the CreateInstanceExportTask API operation.
519
543
  # @param [Hash] options
544
+ #
520
545
  # * `:description` - (String)
521
546
  # * `:instance_id` - *required* - (String)
522
547
  # * `:target_environment` - (String) Valid values include:
@@ -551,6 +576,7 @@ module AWS
551
576
  # @!method create_internet_gateway(options = {})
552
577
  # Calls the CreateInternetGateway API operation.
553
578
  # @param [Hash] options
579
+ #
554
580
  # @return [Core::Response]
555
581
  # The #data method of the response object returns
556
582
  # a hash with the following structure:
@@ -567,6 +593,7 @@ module AWS
567
593
  # @!method create_key_pair(options = {})
568
594
  # Calls the CreateKeyPair API operation.
569
595
  # @param [Hash] options
596
+ #
570
597
  # * `:key_name` - *required* - (String) The unique name for the new key
571
598
  # pair.
572
599
  # @return [Core::Response]
@@ -581,6 +608,7 @@ module AWS
581
608
  # @!method create_network_acl(options = {})
582
609
  # Calls the CreateNetworkAcl API operation.
583
610
  # @param [Hash] options
611
+ #
584
612
  # * `:vpc_id` - *required* - (String) The ID of the VPC where the
585
613
  # network ACL will be created.
586
614
  # @return [Core::Response]
@@ -614,6 +642,7 @@ module AWS
614
642
  # @!method create_network_acl_entry(options = {})
615
643
  # Calls the CreateNetworkAclEntry API operation.
616
644
  # @param [Hash] options
645
+ #
617
646
  # * `:network_acl_id` - *required* - (String) ID of the ACL where the
618
647
  # entry will be created.
619
648
  # * `:rule_number` - *required* - (Integer) Rule number to assign to
@@ -647,6 +676,7 @@ module AWS
647
676
  # @!method create_network_interface(options = {})
648
677
  # Calls the CreateNetworkInterface API operation.
649
678
  # @param [Hash] options
679
+ #
650
680
  # * `:subnet_id` - *required* - (String)
651
681
  # * `:description` - (String)
652
682
  # * `:private_ip_address` - (String)
@@ -705,6 +735,7 @@ module AWS
705
735
  # @!method create_placement_group(options = {})
706
736
  # Calls the CreatePlacementGroup API operation.
707
737
  # @param [Hash] options
738
+ #
708
739
  # * `:group_name` - *required* - (String) The name of the
709
740
  # PlacementGroup.
710
741
  # * `:strategy` - *required* - (String) The PlacementGroup strategy.
@@ -715,6 +746,7 @@ module AWS
715
746
  # @!method create_reserved_instances_listing(options = {})
716
747
  # Calls the CreateReservedInstancesListing API operation.
717
748
  # @param [Hash] options
749
+ #
718
750
  # * `:reserved_instances_id` - *required* - (String)
719
751
  # * `:instance_count` - *required* - (Integer)
720
752
  # * `:price_schedules` - *required* - (Array<Hash>)
@@ -749,6 +781,7 @@ module AWS
749
781
  # @!method create_route(options = {})
750
782
  # Calls the CreateRoute API operation.
751
783
  # @param [Hash] options
784
+ #
752
785
  # * `:route_table_id` - *required* - (String) The ID of the route table
753
786
  # where the route will be added.
754
787
  # * `:destination_cidr_block` - *required* - (String) The CIDR address
@@ -765,6 +798,7 @@ module AWS
765
798
  # @!method create_route_table(options = {})
766
799
  # Calls the CreateRouteTable API operation.
767
800
  # @param [Hash] options
801
+ #
768
802
  # * `:vpc_id` - *required* - (String) The ID of the VPC where the route
769
803
  # table will be created.
770
804
  # @return [Core::Response]
@@ -795,6 +829,7 @@ module AWS
795
829
  # @!method create_security_group(options = {})
796
830
  # Calls the CreateSecurityGroup API operation.
797
831
  # @param [Hash] options
832
+ #
798
833
  # * `:group_name` - *required* - (String) Name of the security group.
799
834
  # * `:description` - *required* - (String) Description of the group.
800
835
  # This is informational only.
@@ -808,6 +843,7 @@ module AWS
808
843
  # @!method create_snapshot(options = {})
809
844
  # Calls the CreateSnapshot API operation.
810
845
  # @param [Hash] options
846
+ #
811
847
  # * `:volume_id` - *required* - (String) The ID of the volume from
812
848
  # which to create the snapshot.
813
849
  # * `:description` - (String) The description for the new snapshot.
@@ -831,6 +867,7 @@ module AWS
831
867
  # @!method create_spot_datafeed_subscription(options = {})
832
868
  # Calls the CreateSpotDatafeedSubscription API operation.
833
869
  # @param [Hash] options
870
+ #
834
871
  # * `:bucket` - *required* - (String) The Amazon S3 bucket in which to
835
872
  # store the Spot Instance datafeed.
836
873
  # * `:prefix` - (String) The prefix that is prepended to datafeed
@@ -851,6 +888,7 @@ module AWS
851
888
  # @!method create_subnet(options = {})
852
889
  # Calls the CreateSubnet API operation.
853
890
  # @param [Hash] options
891
+ #
854
892
  # * `:vpc_id` - *required* - (String) The ID of the VPC to create the
855
893
  # subnet in.
856
894
  # * `:cidr_block` - *required* - (String) The CIDR block the subnet is
@@ -877,6 +915,7 @@ module AWS
877
915
  # @!method create_tags(options = {})
878
916
  # Calls the CreateTags API operation.
879
917
  # @param [Hash] options
918
+ #
880
919
  # * `:resources` - *required* - (Array<String>) One or more IDs of
881
920
  # resources to tag. This could be the ID of an AMI, an instance, an
882
921
  # EBS volume, or snapshot, etc.
@@ -890,6 +929,7 @@ module AWS
890
929
  # @!method create_volume(options = {})
891
930
  # Calls the CreateVolume API operation.
892
931
  # @param [Hash] options
932
+ #
893
933
  # * `:size` - (Integer) The size of the volume, in gigabytes. Required
894
934
  # if you are not creating a volume from a snapshot.
895
935
  # * `:snapshot_id` - (String) The ID of the snapshot from which to
@@ -926,6 +966,7 @@ module AWS
926
966
  # @!method create_vpc(options = {})
927
967
  # Calls the CreateVpc API operation.
928
968
  # @param [Hash] options
969
+ #
929
970
  # * `:cidr_block` - *required* - (String) A valid CIDR block.
930
971
  # * `:instance_tenancy` - (String) The allowed tenancy of instances
931
972
  # launched into the VPC. A value of default means instances can be
@@ -949,6 +990,7 @@ module AWS
949
990
  # @!method create_vpn_connection(options = {})
950
991
  # Calls the CreateVpnConnection API operation.
951
992
  # @param [Hash] options
993
+ #
952
994
  # * `:type` - *required* - (String) The type of VPN connection.
953
995
  # * `:customer_gateway_id` - *required* - (String) The ID of the
954
996
  # customer gateway.
@@ -986,6 +1028,7 @@ module AWS
986
1028
  # @!method create_vpn_connection_route(options = {})
987
1029
  # Calls the CreateVpnConnectionRoute API operation.
988
1030
  # @param [Hash] options
1031
+ #
989
1032
  # * `:vpn_connection_id` - *required* - (String)
990
1033
  # * `:destination_cidr_block` - *required* - (String)
991
1034
  # @return [Core::Response]
@@ -993,6 +1036,7 @@ module AWS
993
1036
  # @!method create_vpn_gateway(options = {})
994
1037
  # Calls the CreateVpnGateway API operation.
995
1038
  # @param [Hash] options
1039
+ #
996
1040
  # * `:type` - *required* - (String) The type of VPN connection this VPN
997
1041
  # gateway supports.
998
1042
  # * `:availability_zone` - (String) The Availability Zone in which to
@@ -1016,6 +1060,7 @@ module AWS
1016
1060
  # @!method deactivate_license(options = {})
1017
1061
  # Calls the DeactivateLicense API operation.
1018
1062
  # @param [Hash] options
1063
+ #
1019
1064
  # * `:license_id` - *required* - (String) Specifies the ID for the
1020
1065
  # specific license to deactivate against.
1021
1066
  # * `:capacity` - *required* - (Integer) Specifies the amount of
@@ -1025,6 +1070,7 @@ module AWS
1025
1070
  # @!method delete_customer_gateway(options = {})
1026
1071
  # Calls the DeleteCustomerGateway API operation.
1027
1072
  # @param [Hash] options
1073
+ #
1028
1074
  # * `:customer_gateway_id` - *required* - (String) The ID of the
1029
1075
  # customer gateway to delete.
1030
1076
  # @return [Core::Response]
@@ -1032,6 +1078,7 @@ module AWS
1032
1078
  # @!method delete_dhcp_options(options = {})
1033
1079
  # Calls the DeleteDhcpOptions API operation.
1034
1080
  # @param [Hash] options
1081
+ #
1035
1082
  # * `:dhcp_options_id` - *required* - (String) The ID of the DHCP
1036
1083
  # options set to delete.
1037
1084
  # @return [Core::Response]
@@ -1039,6 +1086,7 @@ module AWS
1039
1086
  # @!method delete_internet_gateway(options = {})
1040
1087
  # Calls the DeleteInternetGateway API operation.
1041
1088
  # @param [Hash] options
1089
+ #
1042
1090
  # * `:internet_gateway_id` - *required* - (String) The ID of the
1043
1091
  # Internet gateway to be deleted.
1044
1092
  # @return [Core::Response]
@@ -1046,6 +1094,7 @@ module AWS
1046
1094
  # @!method delete_key_pair(options = {})
1047
1095
  # Calls the DeleteKeyPair API operation.
1048
1096
  # @param [Hash] options
1097
+ #
1049
1098
  # * `:key_name` - *required* - (String) The name of the Amazon EC2 key
1050
1099
  # pair to delete.
1051
1100
  # @return [Core::Response]
@@ -1053,6 +1102,7 @@ module AWS
1053
1102
  # @!method delete_network_acl(options = {})
1054
1103
  # Calls the DeleteNetworkAcl API operation.
1055
1104
  # @param [Hash] options
1105
+ #
1056
1106
  # * `:network_acl_id` - *required* - (String) The ID of the network ACL
1057
1107
  # to be deleted.
1058
1108
  # @return [Core::Response]
@@ -1060,6 +1110,7 @@ module AWS
1060
1110
  # @!method delete_network_acl_entry(options = {})
1061
1111
  # Calls the DeleteNetworkAclEntry API operation.
1062
1112
  # @param [Hash] options
1113
+ #
1063
1114
  # * `:network_acl_id` - *required* - (String) ID of the network ACL.
1064
1115
  # * `:rule_number` - *required* - (Integer) Rule number for the entry
1065
1116
  # to delete.
@@ -1070,12 +1121,14 @@ module AWS
1070
1121
  # @!method delete_network_interface(options = {})
1071
1122
  # Calls the DeleteNetworkInterface API operation.
1072
1123
  # @param [Hash] options
1124
+ #
1073
1125
  # * `:network_interface_id` - *required* - (String)
1074
1126
  # @return [Core::Response]
1075
1127
 
1076
1128
  # @!method delete_placement_group(options = {})
1077
1129
  # Calls the DeletePlacementGroup API operation.
1078
1130
  # @param [Hash] options
1131
+ #
1079
1132
  # * `:group_name` - *required* - (String) The name of the
1080
1133
  # PlacementGroup to delete.
1081
1134
  # @return [Core::Response]
@@ -1083,6 +1136,7 @@ module AWS
1083
1136
  # @!method delete_route(options = {})
1084
1137
  # Calls the DeleteRoute API operation.
1085
1138
  # @param [Hash] options
1139
+ #
1086
1140
  # * `:route_table_id` - *required* - (String) The ID of the route table
1087
1141
  # where the route will be deleted.
1088
1142
  # * `:destination_cidr_block` - *required* - (String) The CIDR range
@@ -1093,6 +1147,7 @@ module AWS
1093
1147
  # @!method delete_route_table(options = {})
1094
1148
  # Calls the DeleteRouteTable API operation.
1095
1149
  # @param [Hash] options
1150
+ #
1096
1151
  # * `:route_table_id` - *required* - (String) The ID of the route table
1097
1152
  # to be deleted.
1098
1153
  # @return [Core::Response]
@@ -1100,6 +1155,7 @@ module AWS
1100
1155
  # @!method delete_security_group(options = {})
1101
1156
  # Calls the DeleteSecurityGroup API operation.
1102
1157
  # @param [Hash] options
1158
+ #
1103
1159
  # * `:group_name` - (String) The name of the Amazon EC2 security group
1104
1160
  # to delete.
1105
1161
  # * `:group_id` - (String) The ID of the Amazon EC2 security group to
@@ -1109,6 +1165,7 @@ module AWS
1109
1165
  # @!method delete_snapshot(options = {})
1110
1166
  # Calls the DeleteSnapshot API operation.
1111
1167
  # @param [Hash] options
1168
+ #
1112
1169
  # * `:snapshot_id` - *required* - (String) The ID of the snapshot to
1113
1170
  # delete.
1114
1171
  # @return [Core::Response]
@@ -1116,11 +1173,13 @@ module AWS
1116
1173
  # @!method delete_spot_datafeed_subscription(options = {})
1117
1174
  # Calls the DeleteSpotDatafeedSubscription API operation.
1118
1175
  # @param [Hash] options
1176
+ #
1119
1177
  # @return [Core::Response]
1120
1178
 
1121
1179
  # @!method delete_subnet(options = {})
1122
1180
  # Calls the DeleteSubnet API operation.
1123
1181
  # @param [Hash] options
1182
+ #
1124
1183
  # * `:subnet_id` - *required* - (String) The ID of the subnet you want
1125
1184
  # to delete.
1126
1185
  # @return [Core::Response]
@@ -1128,6 +1187,7 @@ module AWS
1128
1187
  # @!method delete_tags(options = {})
1129
1188
  # Calls the DeleteTags API operation.
1130
1189
  # @param [Hash] options
1190
+ #
1131
1191
  # * `:resources` - *required* - (Array<String>) A list of one or more
1132
1192
  # resource IDs. This could be the ID of an AMI, an instance, an EBS
1133
1193
  # volume, or snapshot, etc.
@@ -1142,6 +1202,7 @@ module AWS
1142
1202
  # @!method delete_volume(options = {})
1143
1203
  # Calls the DeleteVolume API operation.
1144
1204
  # @param [Hash] options
1205
+ #
1145
1206
  # * `:volume_id` - *required* - (String) The ID of the EBS volume to
1146
1207
  # delete.
1147
1208
  # @return [Core::Response]
@@ -1149,6 +1210,7 @@ module AWS
1149
1210
  # @!method delete_vpc(options = {})
1150
1211
  # Calls the DeleteVpc API operation.
1151
1212
  # @param [Hash] options
1213
+ #
1152
1214
  # * `:vpc_id` - *required* - (String) The ID of the VPC you want to
1153
1215
  # delete.
1154
1216
  # @return [Core::Response]
@@ -1156,6 +1218,7 @@ module AWS
1156
1218
  # @!method delete_vpn_connection(options = {})
1157
1219
  # Calls the DeleteVpnConnection API operation.
1158
1220
  # @param [Hash] options
1221
+ #
1159
1222
  # * `:vpn_connection_id` - *required* - (String) The ID of the VPN
1160
1223
  # connection to delete
1161
1224
  # @return [Core::Response]
@@ -1163,6 +1226,7 @@ module AWS
1163
1226
  # @!method delete_vpn_connection_route(options = {})
1164
1227
  # Calls the DeleteVpnConnectionRoute API operation.
1165
1228
  # @param [Hash] options
1229
+ #
1166
1230
  # * `:vpn_connection_id` - *required* - (String)
1167
1231
  # * `:destination_cidr_block` - *required* - (String)
1168
1232
  # @return [Core::Response]
@@ -1170,6 +1234,7 @@ module AWS
1170
1234
  # @!method delete_vpn_gateway(options = {})
1171
1235
  # Calls the DeleteVpnGateway API operation.
1172
1236
  # @param [Hash] options
1237
+ #
1173
1238
  # * `:vpn_gateway_id` - *required* - (String) The ID of the VPN gateway
1174
1239
  # to delete.
1175
1240
  # @return [Core::Response]
@@ -1177,6 +1242,7 @@ module AWS
1177
1242
  # @!method deregister_image(options = {})
1178
1243
  # Calls the DeregisterImage API operation.
1179
1244
  # @param [Hash] options
1245
+ #
1180
1246
  # * `:image_id` - *required* - (String) The ID of the AMI to
1181
1247
  # deregister.
1182
1248
  # @return [Core::Response]
@@ -1184,6 +1250,7 @@ module AWS
1184
1250
  # @!method describe_account_attributes(options = {})
1185
1251
  # Calls the DescribeAccountAttributes API operation.
1186
1252
  # @param [Hash] options
1253
+ #
1187
1254
  # * `:attribute_names` - (Array<String>)
1188
1255
  # @return [Core::Response]
1189
1256
  # The #data method of the response object returns
@@ -1197,6 +1264,7 @@ module AWS
1197
1264
  # @!method describe_addresses(options = {})
1198
1265
  # Calls the DescribeAddresses API operation.
1199
1266
  # @param [Hash] options
1267
+ #
1200
1268
  # * `:public_ips` - (Array<String>) The optional list of Elastic IP
1201
1269
  # addresses to describe.
1202
1270
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1223,6 +1291,7 @@ module AWS
1223
1291
  # @!method describe_availability_zones(options = {})
1224
1292
  # Calls the DescribeAvailabilityZones API operation.
1225
1293
  # @param [Hash] options
1294
+ #
1226
1295
  # * `:zone_names` - (Array<String>) A list of the availability zone
1227
1296
  # names to describe.
1228
1297
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1246,6 +1315,7 @@ module AWS
1246
1315
  # @!method describe_bundle_tasks(options = {})
1247
1316
  # Calls the DescribeBundleTasks API operation.
1248
1317
  # @param [Hash] options
1318
+ #
1249
1319
  # * `:bundle_ids` - (Array<String>) The list of bundle task IDs to
1250
1320
  # describe.
1251
1321
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1280,6 +1350,7 @@ module AWS
1280
1350
  # @!method describe_conversion_tasks(options = {})
1281
1351
  # Calls the DescribeConversionTasks API operation.
1282
1352
  # @param [Hash] options
1353
+ #
1283
1354
  # * `:filters` - (Array<Hash>)
1284
1355
  # * `:name` - (String) Specifies the name of the filter.
1285
1356
  # * `:values` - (Array<String>) Contains one or more values for the
@@ -1331,6 +1402,7 @@ module AWS
1331
1402
  # @!method describe_customer_gateways(options = {})
1332
1403
  # Calls the DescribeCustomerGateways API operation.
1333
1404
  # @param [Hash] options
1405
+ #
1334
1406
  # * `:customer_gateway_ids` - (Array<String>) A set of one or more
1335
1407
  # customer gateway IDs.
1336
1408
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1357,6 +1429,7 @@ module AWS
1357
1429
  # @!method describe_dhcp_options(options = {})
1358
1430
  # Calls the DescribeDhcpOptions API operation.
1359
1431
  # @param [Hash] options
1432
+ #
1360
1433
  # * `:dhcp_options_ids` - (Array<String>)
1361
1434
  # * `:filters` - (Array<Hash>) A list of filters used to match
1362
1435
  # properties for DhcpOptions. For a complete reference to the
@@ -1381,6 +1454,7 @@ module AWS
1381
1454
  # @!method describe_export_tasks(options = {})
1382
1455
  # Calls the DescribeExportTasks API operation.
1383
1456
  # @param [Hash] options
1457
+ #
1384
1458
  # * `:export_task_ids` - (Array<String>)
1385
1459
  # @return [Core::Response]
1386
1460
  # The #data method of the response object returns
@@ -1403,6 +1477,7 @@ module AWS
1403
1477
  # @!method describe_image_attribute(options = {})
1404
1478
  # Calls the DescribeImageAttribute API operation.
1405
1479
  # @param [Hash] options
1480
+ #
1406
1481
  # * `:image_id` - *required* - (String) The ID of the AMI whose
1407
1482
  # attribute is to be described.
1408
1483
  # * `:attribute` - *required* - (String) The name of the attribute to
@@ -1439,6 +1514,7 @@ module AWS
1439
1514
  # @!method describe_images(options = {})
1440
1515
  # Calls the DescribeImages API operation.
1441
1516
  # @param [Hash] options
1517
+ #
1442
1518
  # * `:image_ids` - (Array<String>) An optional list of the AMI IDs to
1443
1519
  # describe. If not specified, all AMIs will be described.
1444
1520
  # * `:owners` - (Array<String>) The optional list of owners for the
@@ -1501,6 +1577,7 @@ module AWS
1501
1577
  # @!method describe_instance_attribute(options = {})
1502
1578
  # Calls the DescribeInstanceAttribute API operation.
1503
1579
  # @param [Hash] options
1580
+ #
1504
1581
  # * `:instance_id` - *required* - (String) The ID of the instance whose
1505
1582
  # instance attribute is being described.
1506
1583
  # * `:attribute` - *required* - (String) The name of the attribute to
@@ -1554,6 +1631,7 @@ module AWS
1554
1631
  # @!method describe_instance_status(options = {})
1555
1632
  # Calls the DescribeInstanceStatus API operation.
1556
1633
  # @param [Hash] options
1634
+ #
1557
1635
  # * `:instance_ids` - (Array<String>) The list of instance IDs. If not
1558
1636
  # specified, all instances are described.
1559
1637
  # * `:filters` - (Array<Hash>) The list of filters to limit returned
@@ -1598,6 +1676,7 @@ module AWS
1598
1676
  # @!method describe_instances(options = {})
1599
1677
  # Calls the DescribeInstances API operation.
1600
1678
  # @param [Hash] options
1679
+ #
1601
1680
  # * `:instance_ids` - (Array<String>) An optional list of the instances
1602
1681
  # to describe.
1603
1682
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1712,6 +1791,7 @@ module AWS
1712
1791
  # @!method describe_internet_gateways(options = {})
1713
1792
  # Calls the DescribeInternetGateways API operation.
1714
1793
  # @param [Hash] options
1794
+ #
1715
1795
  # * `:internet_gateway_ids` - (Array<String>) One or more Internet
1716
1796
  # gateway IDs.
1717
1797
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1737,6 +1817,7 @@ module AWS
1737
1817
  # @!method describe_key_pairs(options = {})
1738
1818
  # Calls the DescribeKeyPairs API operation.
1739
1819
  # @param [Hash] options
1820
+ #
1740
1821
  # * `:key_names` - (Array<String>) The optional list of key pair names
1741
1822
  # to describe.
1742
1823
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1756,6 +1837,7 @@ module AWS
1756
1837
  # @!method describe_licenses(options = {})
1757
1838
  # Calls the DescribeLicenses API operation.
1758
1839
  # @param [Hash] options
1840
+ #
1759
1841
  # * `:license_ids` - (Array<String>) Specifies the license registration
1760
1842
  # for which details are to be returned.
1761
1843
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1784,6 +1866,7 @@ module AWS
1784
1866
  # @!method describe_network_acls(options = {})
1785
1867
  # Calls the DescribeNetworkAcls API operation.
1786
1868
  # @param [Hash] options
1869
+ #
1787
1870
  # * `:network_acl_ids` - (Array<String>) One or more network ACL IDs.
1788
1871
  # * `:filters` - (Array<Hash>) A list of filters used to match
1789
1872
  # properties for Network ACLs. For a complete reference to the
@@ -1823,6 +1906,7 @@ module AWS
1823
1906
  # @!method describe_network_interface_attribute(options = {})
1824
1907
  # Calls the DescribeNetworkInterfaceAttribute API operation.
1825
1908
  # @param [Hash] options
1909
+ #
1826
1910
  # * `:network_interface_id` - *required* - (String)
1827
1911
  # * `:description` - (String)
1828
1912
  # * `:source_dest_check` - (String)
@@ -1852,6 +1936,7 @@ module AWS
1852
1936
  # @!method describe_network_interfaces(options = {})
1853
1937
  # Calls the DescribeNetworkInterfaces API operation.
1854
1938
  # @param [Hash] options
1939
+ #
1855
1940
  # * `:network_interface_ids` - (Array<String>)
1856
1941
  # * `:filters` - (Array<Hash>)
1857
1942
  # * `:name` - (String) Specifies the name of the filter.
@@ -1907,6 +1992,7 @@ module AWS
1907
1992
  # @!method describe_placement_groups(options = {})
1908
1993
  # Calls the DescribePlacementGroups API operation.
1909
1994
  # @param [Hash] options
1995
+ #
1910
1996
  # * `:group_names` - (Array<String>) The name of the PlacementGroup.
1911
1997
  # * `:filters` - (Array<Hash>) A list of filters used to match
1912
1998
  # properties for Placement Groups. For a complete reference to the
@@ -1927,6 +2013,7 @@ module AWS
1927
2013
  # @!method describe_regions(options = {})
1928
2014
  # Calls the DescribeRegions API operation.
1929
2015
  # @param [Hash] options
2016
+ #
1930
2017
  # * `:region_names` - (Array<String>) The optional list of regions to
1931
2018
  # describe.
1932
2019
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1946,6 +2033,7 @@ module AWS
1946
2033
  # @!method describe_reserved_instances(options = {})
1947
2034
  # Calls the DescribeReservedInstances API operation.
1948
2035
  # @param [Hash] options
2036
+ #
1949
2037
  # * `:reserved_instances_ids` - (Array<String>) The optional list of
1950
2038
  # Reserved Instance IDs to describe.
1951
2039
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -1984,6 +2072,7 @@ module AWS
1984
2072
  # @!method describe_reserved_instances_listings(options = {})
1985
2073
  # Calls the DescribeReservedInstancesListings API operation.
1986
2074
  # @param [Hash] options
2075
+ #
1987
2076
  # * `:reserved_instances_id` - (String)
1988
2077
  # * `:reserved_instances_listing_id` - (String)
1989
2078
  # * `:filters` - (Array<Hash>)
@@ -2017,6 +2106,7 @@ module AWS
2017
2106
  # @!method describe_reserved_instances_offerings(options = {})
2018
2107
  # Calls the DescribeReservedInstancesOfferings API operation.
2019
2108
  # @param [Hash] options
2109
+ #
2020
2110
  # * `:reserved_instances_offering_ids` - (Array<String>) An optional
2021
2111
  # list of the unique IDs of the Reserved Instance offerings to
2022
2112
  # describe.
@@ -2083,6 +2173,7 @@ module AWS
2083
2173
  # @!method describe_route_tables(options = {})
2084
2174
  # Calls the DescribeRouteTables API operation.
2085
2175
  # @param [Hash] options
2176
+ #
2086
2177
  # * `:route_table_ids` - (Array<String>) One or more route table IDs.
2087
2178
  # * `:filters` - (Array<Hash>) A list of filters used to match
2088
2179
  # properties for Route Tables. For a complete reference to the
@@ -2119,6 +2210,7 @@ module AWS
2119
2210
  # @!method describe_security_groups(options = {})
2120
2211
  # Calls the DescribeSecurityGroups API operation.
2121
2212
  # @param [Hash] options
2213
+ #
2122
2214
  # * `:group_names` - (Array<String>) The optional list of Amazon EC2
2123
2215
  # security groups to describe.
2124
2216
  # * `:group_ids` - (Array<String>)
@@ -2166,6 +2258,7 @@ module AWS
2166
2258
  # @!method describe_snapshot_attribute(options = {})
2167
2259
  # Calls the DescribeSnapshotAttribute API operation.
2168
2260
  # @param [Hash] options
2261
+ #
2169
2262
  # * `:snapshot_id` - *required* - (String) The ID of the EBS snapshot
2170
2263
  # whose attribute is being described.
2171
2264
  # * `:attribute` - *required* - (String) The name of the EBS attribute
@@ -2188,6 +2281,7 @@ module AWS
2188
2281
  # @!method describe_snapshots(options = {})
2189
2282
  # Calls the DescribeSnapshots API operation.
2190
2283
  # @param [Hash] options
2284
+ #
2191
2285
  # * `:snapshot_ids` - (Array<String>) The optional list of EBS snapshot
2192
2286
  # IDs to describe.
2193
2287
  # * `:owner_ids` - (Array<String>) The optional list of EBS snapshot
@@ -2222,6 +2316,7 @@ module AWS
2222
2316
  # @!method describe_spot_datafeed_subscription(options = {})
2223
2317
  # Calls the DescribeSpotDatafeedSubscription API operation.
2224
2318
  # @param [Hash] options
2319
+ #
2225
2320
  # @return [Core::Response]
2226
2321
  # The #data method of the response object returns
2227
2322
  # a hash with the following structure:
@@ -2238,6 +2333,7 @@ module AWS
2238
2333
  # @!method describe_spot_instance_requests(options = {})
2239
2334
  # Calls the DescribeSpotInstanceRequests API operation.
2240
2335
  # @param [Hash] options
2336
+ #
2241
2337
  # * `:spot_instance_request_ids` - (Array<String>) The ID of the
2242
2338
  # request.
2243
2339
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -2320,6 +2416,7 @@ module AWS
2320
2416
  # @!method describe_spot_price_history(options = {})
2321
2417
  # Calls the DescribeSpotPriceHistory API operation.
2322
2418
  # @param [Hash] options
2419
+ #
2323
2420
  # * `:start_time` - (String<ISO8601 datetime>) The start date and time
2324
2421
  # of the Spot Instance price history data.
2325
2422
  # * `:end_time` - (String<ISO8601 datetime>) The end date and time of
@@ -2354,6 +2451,7 @@ module AWS
2354
2451
  # @!method describe_subnets(options = {})
2355
2452
  # Calls the DescribeSubnets API operation.
2356
2453
  # @param [Hash] options
2454
+ #
2357
2455
  # * `:subnet_ids` - (Array<String>) A set of one or more subnet IDs.
2358
2456
  # * `:filters` - (Array<Hash>) A list of filters used to match
2359
2457
  # properties for Subnets. For a complete reference to the available
@@ -2381,6 +2479,7 @@ module AWS
2381
2479
  # @!method describe_tags(options = {})
2382
2480
  # Calls the DescribeTags API operation.
2383
2481
  # @param [Hash] options
2482
+ #
2384
2483
  # * `:filters` - (Array<Hash>) A list of filters used to match
2385
2484
  # properties for tags.
2386
2485
  # * `:name` - (String) Specifies the name of the filter.
@@ -2399,6 +2498,7 @@ module AWS
2399
2498
  # @!method describe_volume_attribute(options = {})
2400
2499
  # Calls the DescribeVolumeAttribute API operation.
2401
2500
  # @param [Hash] options
2501
+ #
2402
2502
  # * `:volume_id` - *required* - (String)
2403
2503
  # * `:attribute` - (String) Valid values include:
2404
2504
  # * `autoEnableIO`
@@ -2417,6 +2517,7 @@ module AWS
2417
2517
  # @!method describe_volume_status(options = {})
2418
2518
  # Calls the DescribeVolumeStatus API operation.
2419
2519
  # @param [Hash] options
2520
+ #
2420
2521
  # * `:volume_ids` - (Array<String>)
2421
2522
  # * `:filters` - (Array<Hash>)
2422
2523
  # * `:name` - (String) Specifies the name of the filter.
@@ -2452,6 +2553,7 @@ module AWS
2452
2553
  # @!method describe_volumes(options = {})
2453
2554
  # Calls the DescribeVolumes API operation.
2454
2555
  # @param [Hash] options
2556
+ #
2455
2557
  # * `:volume_ids` - (Array<String>) The optional list of EBS volumes to
2456
2558
  # describe.
2457
2559
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -2487,6 +2589,7 @@ module AWS
2487
2589
  # @!method describe_vpc_attribute(options = {})
2488
2590
  # Calls the DescribeVpcAttribute API operation.
2489
2591
  # @param [Hash] options
2592
+ #
2490
2593
  # * `:vpc_id` - *required* - (String)
2491
2594
  # * `:attribute` - (String) Valid values include:
2492
2595
  # * `enableDnsSupport`
@@ -2504,6 +2607,7 @@ module AWS
2504
2607
  # @!method describe_vpcs(options = {})
2505
2608
  # Calls the DescribeVpcs API operation.
2506
2609
  # @param [Hash] options
2610
+ #
2507
2611
  # * `:vpc_ids` - (Array<String>) The ID of a VPC you want information
2508
2612
  # about.
2509
2613
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -2530,6 +2634,7 @@ module AWS
2530
2634
  # @!method describe_vpn_connections(options = {})
2531
2635
  # Calls the DescribeVpnConnections API operation.
2532
2636
  # @param [Hash] options
2637
+ #
2533
2638
  # * `:vpn_connection_ids` - (Array<String>) A VPN connection ID. More
2534
2639
  # than one may be specified per request.
2535
2640
  # * `:filters` - (Array<Hash>) A list of filters used to match
@@ -2569,6 +2674,7 @@ module AWS
2569
2674
  # @!method describe_vpn_gateways(options = {})
2570
2675
  # Calls the DescribeVpnGateways API operation.
2571
2676
  # @param [Hash] options
2677
+ #
2572
2678
  # * `:vpn_gateway_ids` - (Array<String>) A list of filters used to
2573
2679
  # match properties for VPN Gateways. For a complete reference to the
2574
2680
  # available filter keys for this operation, see the Amazon EC2 API
@@ -2599,6 +2705,7 @@ module AWS
2599
2705
  # @!method detach_internet_gateway(options = {})
2600
2706
  # Calls the DetachInternetGateway API operation.
2601
2707
  # @param [Hash] options
2708
+ #
2602
2709
  # * `:internet_gateway_id` - *required* - (String) The ID of the
2603
2710
  # Internet gateway to detach.
2604
2711
  # * `:vpc_id` - *required* - (String) The ID of the VPC.
@@ -2607,6 +2714,7 @@ module AWS
2607
2714
  # @!method detach_network_interface(options = {})
2608
2715
  # Calls the DetachNetworkInterface API operation.
2609
2716
  # @param [Hash] options
2717
+ #
2610
2718
  # * `:attachment_id` - *required* - (String)
2611
2719
  # * `:force` - (Boolean)
2612
2720
  # @return [Core::Response]
@@ -2614,6 +2722,7 @@ module AWS
2614
2722
  # @!method detach_volume(options = {})
2615
2723
  # Calls the DetachVolume API operation.
2616
2724
  # @param [Hash] options
2725
+ #
2617
2726
  # * `:volume_id` - *required* - (String) The ID of the volume to
2618
2727
  # detach.
2619
2728
  # * `:instance_id` - (String) The ID of the instance from which to
@@ -2642,6 +2751,7 @@ module AWS
2642
2751
  # @!method detach_vpn_gateway(options = {})
2643
2752
  # Calls the DetachVpnGateway API operation.
2644
2753
  # @param [Hash] options
2754
+ #
2645
2755
  # * `:vpn_gateway_id` - *required* - (String) The ID of the VPN gateway
2646
2756
  # to detach from the VPC.
2647
2757
  # * `:vpc_id` - *required* - (String) The ID of the VPC to detach the
@@ -2651,6 +2761,7 @@ module AWS
2651
2761
  # @!method disable_vgw_route_propagation(options = {})
2652
2762
  # Calls the DisableVgwRoutePropagation API operation.
2653
2763
  # @param [Hash] options
2764
+ #
2654
2765
  # * `:route_table_id` - *required* - (String)
2655
2766
  # * `:gateway_id` - *required* - (String)
2656
2767
  # @return [Core::Response]
@@ -2658,6 +2769,7 @@ module AWS
2658
2769
  # @!method disassociate_address(options = {})
2659
2770
  # Calls the DisassociateAddress API operation.
2660
2771
  # @param [Hash] options
2772
+ #
2661
2773
  # * `:public_ip` - (String) The elastic IP address that you are
2662
2774
  # disassociating from the instance.
2663
2775
  # * `:association_id` - (String) Association ID corresponding to the
@@ -2667,6 +2779,7 @@ module AWS
2667
2779
  # @!method disassociate_route_table(options = {})
2668
2780
  # Calls the DisassociateRouteTable API operation.
2669
2781
  # @param [Hash] options
2782
+ #
2670
2783
  # * `:association_id` - *required* - (String) The association ID
2671
2784
  # representing the current association between the route table and
2672
2785
  # subnet.
@@ -2675,6 +2788,7 @@ module AWS
2675
2788
  # @!method enable_vgw_route_propagation(options = {})
2676
2789
  # Calls the EnableVgwRoutePropagation API operation.
2677
2790
  # @param [Hash] options
2791
+ #
2678
2792
  # * `:route_table_id` - *required* - (String)
2679
2793
  # * `:gateway_id` - *required* - (String)
2680
2794
  # @return [Core::Response]
@@ -2682,12 +2796,14 @@ module AWS
2682
2796
  # @!method enable_volume_io(options = {})
2683
2797
  # Calls the EnableVolumeIO API operation.
2684
2798
  # @param [Hash] options
2799
+ #
2685
2800
  # * `:volume_id` - *required* - (String)
2686
2801
  # @return [Core::Response]
2687
2802
 
2688
2803
  # @!method get_console_output(options = {})
2689
2804
  # Calls the GetConsoleOutput API operation.
2690
2805
  # @param [Hash] options
2806
+ #
2691
2807
  # * `:instance_id` - *required* - (String) The ID of the instance for
2692
2808
  # which you want console output.
2693
2809
  # @return [Core::Response]
@@ -2701,6 +2817,7 @@ module AWS
2701
2817
  # @!method get_password_data(options = {})
2702
2818
  # Calls the GetPasswordData API operation.
2703
2819
  # @param [Hash] options
2820
+ #
2704
2821
  # * `:instance_id` - *required* - (String) The ID of the instance for
2705
2822
  # which you want the Windows administrator password.
2706
2823
  # @return [Core::Response]
@@ -2714,6 +2831,7 @@ module AWS
2714
2831
  # @!method import_instance(options = {})
2715
2832
  # Calls the ImportInstance API operation.
2716
2833
  # @param [Hash] options
2834
+ #
2717
2835
  # * `:description` - (String)
2718
2836
  # * `:launch_specification` - (Hash)
2719
2837
  # * `:architecture` - (String)
@@ -2829,6 +2947,7 @@ module AWS
2829
2947
  # @!method import_key_pair(options = {})
2830
2948
  # Calls the ImportKeyPair API operation.
2831
2949
  # @param [Hash] options
2950
+ #
2832
2951
  # * `:key_name` - *required* - (String) The unique name for the key
2833
2952
  # pair.
2834
2953
  # * `:public_key_material` - *required* - (String) The public key
@@ -2843,6 +2962,7 @@ module AWS
2843
2962
  # @!method import_volume(options = {})
2844
2963
  # Calls the ImportVolume API operation.
2845
2964
  # @param [Hash] options
2965
+ #
2846
2966
  # * `:availability_zone` - (String)
2847
2967
  # * `:image` - (Hash)
2848
2968
  # * `:format` - *required* - (String)
@@ -2897,6 +3017,7 @@ module AWS
2897
3017
  # @!method modify_image_attribute(options = {})
2898
3018
  # Calls the ModifyImageAttribute API operation.
2899
3019
  # @param [Hash] options
3020
+ #
2900
3021
  # * `:image_id` - *required* - (String) The ID of the AMI whose
2901
3022
  # attribute you want to modify.
2902
3023
  # * `:attribute` - (String) The name of the AMI attribute you want to
@@ -2934,6 +3055,7 @@ module AWS
2934
3055
  # @!method modify_instance_attribute(options = {})
2935
3056
  # Calls the ModifyInstanceAttribute API operation.
2936
3057
  # @param [Hash] options
3058
+ #
2937
3059
  # * `:instance_id` - *required* - (String) The ID of the instance whose
2938
3060
  # attribute is being modified.
2939
3061
  # * `:attribute` - (String) The name of the attribute being modified.
@@ -2995,6 +3117,7 @@ module AWS
2995
3117
  # @!method modify_network_interface_attribute(options = {})
2996
3118
  # Calls the ModifyNetworkInterfaceAttribute API operation.
2997
3119
  # @param [Hash] options
3120
+ #
2998
3121
  # * `:network_interface_id` - *required* - (String)
2999
3122
  # * `:description` - (Hash)
3000
3123
  # * `:value` - (String) String value
@@ -3009,6 +3132,7 @@ module AWS
3009
3132
  # @!method modify_snapshot_attribute(options = {})
3010
3133
  # Calls the ModifySnapshotAttribute API operation.
3011
3134
  # @param [Hash] options
3135
+ #
3012
3136
  # * `:snapshot_id` - *required* - (String) The ID of the EBS snapshot
3013
3137
  # whose attributes are being modified.
3014
3138
  # * `:attribute` - (String) The name of the attribute being modified.
@@ -3042,6 +3166,7 @@ module AWS
3042
3166
  # @!method modify_volume_attribute(options = {})
3043
3167
  # Calls the ModifyVolumeAttribute API operation.
3044
3168
  # @param [Hash] options
3169
+ #
3045
3170
  # * `:volume_id` - *required* - (String)
3046
3171
  # * `:auto_enable_io` - (Boolean)
3047
3172
  # @return [Core::Response]
@@ -3049,6 +3174,7 @@ module AWS
3049
3174
  # @!method modify_vpc_attribute(options = {})
3050
3175
  # Calls the ModifyVpcAttribute API operation.
3051
3176
  # @param [Hash] options
3177
+ #
3052
3178
  # * `:vpc_id` - *required* - (String)
3053
3179
  # * `:enable_dns_support` - (Hash)
3054
3180
  # * `:value` - (Boolean) Boolean value
@@ -3059,6 +3185,7 @@ module AWS
3059
3185
  # @!method monitor_instances(options = {})
3060
3186
  # Calls the MonitorInstances API operation.
3061
3187
  # @param [Hash] options
3188
+ #
3062
3189
  # * `:instance_ids` - *required* - (Array<String>) The list of Amazon
3063
3190
  # EC2 instances on which to enable monitoring.
3064
3191
  # @return [Core::Response]
@@ -3073,6 +3200,7 @@ module AWS
3073
3200
  # @!method purchase_reserved_instances_offering(options = {})
3074
3201
  # Calls the PurchaseReservedInstancesOffering API operation.
3075
3202
  # @param [Hash] options
3203
+ #
3076
3204
  # * `:reserved_instances_offering_id` - *required* - (String) The
3077
3205
  # unique ID of the Reserved Instances offering being purchased.
3078
3206
  # * `:instance_count` - *required* - (Integer) The number of Reserved
@@ -3089,6 +3217,7 @@ module AWS
3089
3217
  # @!method reboot_instances(options = {})
3090
3218
  # Calls the RebootInstances API operation.
3091
3219
  # @param [Hash] options
3220
+ #
3092
3221
  # * `:instance_ids` - *required* - (Array<String>) The list of
3093
3222
  # instances to terminate.
3094
3223
  # @return [Core::Response]
@@ -3096,6 +3225,7 @@ module AWS
3096
3225
  # @!method register_image(options = {})
3097
3226
  # Calls the RegisterImage API operation.
3098
3227
  # @param [Hash] options
3228
+ #
3099
3229
  # * `:image_location` - (String) The full path to your AMI manifest in
3100
3230
  # Amazon S3 storage.
3101
3231
  # * `:name` - (String) The name to give the new Amazon Machine Image.
@@ -3142,6 +3272,7 @@ module AWS
3142
3272
  # @!method release_address(options = {})
3143
3273
  # Calls the ReleaseAddress API operation.
3144
3274
  # @param [Hash] options
3275
+ #
3145
3276
  # * `:public_ip` - (String) The elastic IP address that you are
3146
3277
  # releasing from your account.
3147
3278
  # * `:allocation_id` - (String) The allocation ID that AWS provided
@@ -3151,6 +3282,7 @@ module AWS
3151
3282
  # @!method replace_network_acl_association(options = {})
3152
3283
  # Calls the ReplaceNetworkAclAssociation API operation.
3153
3284
  # @param [Hash] options
3285
+ #
3154
3286
  # * `:association_id` - *required* - (String) The ID representing the
3155
3287
  # current association between the original network ACL and the
3156
3288
  # subnet.
@@ -3165,6 +3297,7 @@ module AWS
3165
3297
  # @!method replace_network_acl_entry(options = {})
3166
3298
  # Calls the ReplaceNetworkAclEntry API operation.
3167
3299
  # @param [Hash] options
3300
+ #
3168
3301
  # * `:network_acl_id` - *required* - (String) ID of the ACL where the
3169
3302
  # entry will be replaced.
3170
3303
  # * `:rule_number` - *required* - (Integer) Rule number of the entry to
@@ -3197,6 +3330,7 @@ module AWS
3197
3330
  # @!method replace_route(options = {})
3198
3331
  # Calls the ReplaceRoute API operation.
3199
3332
  # @param [Hash] options
3333
+ #
3200
3334
  # * `:route_table_id` - *required* - (String) The ID of the route table
3201
3335
  # where the route will be replaced.
3202
3336
  # * `:destination_cidr_block` - *required* - (String) The CIDR address
@@ -3212,6 +3346,7 @@ module AWS
3212
3346
  # @!method replace_route_table_association(options = {})
3213
3347
  # Calls the ReplaceRouteTableAssociation API operation.
3214
3348
  # @param [Hash] options
3349
+ #
3215
3350
  # * `:association_id` - *required* - (String) The ID representing the
3216
3351
  # current association between the original route table and the
3217
3352
  # subnet.
@@ -3226,6 +3361,7 @@ module AWS
3226
3361
  # @!method report_instance_status(options = {})
3227
3362
  # Calls the ReportInstanceStatus API operation.
3228
3363
  # @param [Hash] options
3364
+ #
3229
3365
  # * `:instances` - (Array<String>)
3230
3366
  # * `:status` - (String)
3231
3367
  # * `:start_time` - (String<ISO8601 datetime>)
@@ -3237,6 +3373,7 @@ module AWS
3237
3373
  # @!method request_spot_instances(options = {})
3238
3374
  # Calls the RequestSpotInstances API operation.
3239
3375
  # @param [Hash] options
3376
+ #
3240
3377
  # * `:spot_price` - *required* - (String) Specifies the maximum hourly
3241
3378
  # price for any Spot Instance launched to fulfill the request.
3242
3379
  # * `:instance_count` - (Integer) Specifies the maximum number of Spot
@@ -3418,6 +3555,7 @@ module AWS
3418
3555
  # @!method reset_image_attribute(options = {})
3419
3556
  # Calls the ResetImageAttribute API operation.
3420
3557
  # @param [Hash] options
3558
+ #
3421
3559
  # * `:image_id` - *required* - (String) The ID of the AMI whose
3422
3560
  # attribute is being reset.
3423
3561
  # * `:attribute` - *required* - (String) The name of the attribute
@@ -3427,6 +3565,7 @@ module AWS
3427
3565
  # @!method reset_instance_attribute(options = {})
3428
3566
  # Calls the ResetInstanceAttribute API operation.
3429
3567
  # @param [Hash] options
3568
+ #
3430
3569
  # * `:instance_id` - *required* - (String) The ID of the Amazon EC2
3431
3570
  # instance whose attribute is being reset.
3432
3571
  # * `:attribute` - *required* - (String) The name of the attribute
@@ -3449,6 +3588,7 @@ module AWS
3449
3588
  # @!method reset_network_interface_attribute(options = {})
3450
3589
  # Calls the ResetNetworkInterfaceAttribute API operation.
3451
3590
  # @param [Hash] options
3591
+ #
3452
3592
  # * `:network_interface_id` - *required* - (String)
3453
3593
  # * `:source_dest_check` - (String)
3454
3594
  # @return [Core::Response]
@@ -3456,6 +3596,7 @@ module AWS
3456
3596
  # @!method reset_snapshot_attribute(options = {})
3457
3597
  # Calls the ResetSnapshotAttribute API operation.
3458
3598
  # @param [Hash] options
3599
+ #
3459
3600
  # * `:snapshot_id` - *required* - (String) The ID of the snapshot whose
3460
3601
  # attribute is being reset.
3461
3602
  # * `:attribute` - *required* - (String) The name of the attribute
@@ -3468,6 +3609,7 @@ module AWS
3468
3609
  # @!method revoke_security_group_egress(options = {})
3469
3610
  # Calls the RevokeSecurityGroupEgress API operation.
3470
3611
  # @param [Hash] options
3612
+ #
3471
3613
  # * `:group_id` - *required* - (String) ID of the VPC security group to
3472
3614
  # modify.
3473
3615
  # * `:source_security_group_name` - (String) Deprecated.
@@ -3505,6 +3647,7 @@ module AWS
3505
3647
  # @!method revoke_security_group_ingress(options = {})
3506
3648
  # Calls the RevokeSecurityGroupIngress API operation.
3507
3649
  # @param [Hash] options
3650
+ #
3508
3651
  # * `:group_name` - (String) Name of the standard (EC2) security group
3509
3652
  # to modify. The group must belong to your account. Can be used
3510
3653
  # instead of GroupID for standard (EC2) security groups.
@@ -3549,6 +3692,7 @@ module AWS
3549
3692
  # @!method run_instances(options = {})
3550
3693
  # Calls the RunInstances API operation.
3551
3694
  # @param [Hash] options
3695
+ #
3552
3696
  # * `:image_id` - *required* - (String) Unique ID of a machine image,
3553
3697
  # returned by a call to DescribeImages.
3554
3698
  # * `:min_count` - *required* - (Integer) Minimum number of instances
@@ -3769,6 +3913,7 @@ module AWS
3769
3913
  # @!method start_instances(options = {})
3770
3914
  # Calls the StartInstances API operation.
3771
3915
  # @param [Hash] options
3916
+ #
3772
3917
  # * `:instance_ids` - *required* - (Array<String>) The list of Amazon
3773
3918
  # EC2 instances to start.
3774
3919
  # * `:additional_info` - (String)
@@ -3788,6 +3933,7 @@ module AWS
3788
3933
  # @!method stop_instances(options = {})
3789
3934
  # Calls the StopInstances API operation.
3790
3935
  # @param [Hash] options
3936
+ #
3791
3937
  # * `:instance_ids` - *required* - (Array<String>) The list of Amazon
3792
3938
  # EC2 instances to stop.
3793
3939
  # * `:force` - (Boolean) Forces the instance to stop. The instance will
@@ -3811,6 +3957,7 @@ module AWS
3811
3957
  # @!method terminate_instances(options = {})
3812
3958
  # Calls the TerminateInstances API operation.
3813
3959
  # @param [Hash] options
3960
+ #
3814
3961
  # * `:instance_ids` - *required* - (Array<String>) The list of
3815
3962
  # instances to terminate.
3816
3963
  # @return [Core::Response]
@@ -3829,6 +3976,7 @@ module AWS
3829
3976
  # @!method unassign_private_ip_addresses(options = {})
3830
3977
  # Calls the UnassignPrivateIpAddresses API operation.
3831
3978
  # @param [Hash] options
3979
+ #
3832
3980
  # * `:network_interface_id` - *required* - (String)
3833
3981
  # * `:private_ip_addresses` - *required* - (Array<String>)
3834
3982
  # @return [Core::Response]
@@ -3836,6 +3984,7 @@ module AWS
3836
3984
  # @!method unmonitor_instances(options = {})
3837
3985
  # Calls the UnmonitorInstances API operation.
3838
3986
  # @param [Hash] options
3987
+ #
3839
3988
  # * `:instance_ids` - *required* - (Array<String>) The list of Amazon
3840
3989
  # EC2 instances on which to disable monitoring.
3841
3990
  # @return [Core::Response]