aws-sdk 1.6.6 → 1.6.7

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.
@@ -17,13 +17,15 @@ module AWS
17
17
  # Client class for Elastic Load Balancing (ELB).
18
18
  class Client < Core::QueryClient
19
19
 
20
+ define_client_methods('2012-06-01')
21
+
20
22
  # @private
21
23
  CACHEABLE_REQUESTS = Set[]
22
24
 
23
25
  ## client methods ##
24
26
 
27
+ # @!method apply_security_groups_to_load_balancer(options = {})
25
28
  # Calls the ApplySecurityGroupsToLoadBalancer API operation.
26
- # @method apply_security_groups_to_load_balancer(options = {})
27
29
  # @param [Hash] options
28
30
  # * +:load_balancer_name+ - *required* - (String) The name associated
29
31
  # with the LoadBalancer. The name must be unique within the client
@@ -37,8 +39,8 @@ module AWS
37
39
  # a hash with the following structure:
38
40
  # * +:security_groups+ - (Array<String>)
39
41
 
42
+ # @!method attach_load_balancer_to_subnets(options = {})
40
43
  # Calls the AttachLoadBalancerToSubnets API operation.
41
- # @method attach_load_balancer_to_subnets(options = {})
42
44
  # @param [Hash] options
43
45
  # * +:load_balancer_name+ - *required* - (String) The name associated
44
46
  # with the LoadBalancer. The name must be unique within the client
@@ -50,8 +52,8 @@ module AWS
50
52
  # a hash with the following structure:
51
53
  # * +:subnets+ - (Array<String>)
52
54
 
55
+ # @!method configure_health_check(options = {})
53
56
  # Calls the ConfigureHealthCheck API operation.
54
- # @method configure_health_check(options = {})
55
57
  # @param [Hash] options
56
58
  # * +:load_balancer_name+ - *required* - (String) The mnemonic name
57
59
  # associated with the LoadBalancer. This name must be unique within
@@ -96,8 +98,8 @@ module AWS
96
98
  # * +:unhealthy_threshold+ - (Integer)
97
99
  # * +:healthy_threshold+ - (Integer)
98
100
 
101
+ # @!method create_app_cookie_stickiness_policy(options = {})
99
102
  # Calls the CreateAppCookieStickinessPolicy API operation.
100
- # @method create_app_cookie_stickiness_policy(options = {})
101
103
  # @param [Hash] options
102
104
  # * +:load_balancer_name+ - *required* - (String) The name associated
103
105
  # with the LoadBalancer. The name must be unique within the client
@@ -109,8 +111,8 @@ module AWS
109
111
  # cookie used for stickiness.
110
112
  # @return [Core::Response]
111
113
 
114
+ # @!method create_lb_cookie_stickiness_policy(options = {})
112
115
  # Calls the CreateLBCookieStickinessPolicy API operation.
113
- # @method create_lb_cookie_stickiness_policy(options = {})
114
116
  # @param [Hash] options
115
117
  # * +:load_balancer_name+ - *required* - (String) The name associated
116
118
  # with the LoadBalancer. The name must be unique within the client
@@ -124,8 +126,8 @@ module AWS
124
126
  # duration of the browser session.
125
127
  # @return [Core::Response]
126
128
 
129
+ # @!method create_load_balancer(options = {})
127
130
  # Calls the CreateLoadBalancer API operation.
128
- # @method create_load_balancer(options = {})
129
131
  # @param [Hash] options
130
132
  # * +:load_balancer_name+ - *required* - (String) The name associated
131
133
  # with the LoadBalancer. The name must be unique within your set of
@@ -178,8 +180,8 @@ module AWS
178
180
  # a hash with the following structure:
179
181
  # * +:dns_name+ - (String)
180
182
 
183
+ # @!method create_load_balancer_listeners(options = {})
181
184
  # Calls the CreateLoadBalancerListeners API operation.
182
- # @method create_load_balancer_listeners(options = {})
183
185
  # @param [Hash] options
184
186
  # * +:load_balancer_name+ - *required* - (String) The name of the new
185
187
  # LoadBalancer. The name must be unique within your AWS account.
@@ -213,8 +215,8 @@ module AWS
213
215
  # AWS Identity and Access Management UploadServerCertificate API.
214
216
  # @return [Core::Response]
215
217
 
218
+ # @!method create_load_balancer_policy(options = {})
216
219
  # Calls the CreateLoadBalancerPolicy API operation.
217
- # @method create_load_balancer_policy(options = {})
218
220
  # @param [Hash] options
219
221
  # * +:load_balancer_name+ - *required* - (String) The name associated
220
222
  # with the LoadBalancer for which the policy is being created. This
@@ -233,16 +235,16 @@ module AWS
233
235
  # associated with the policy.
234
236
  # @return [Core::Response]
235
237
 
238
+ # @!method delete_load_balancer(options = {})
236
239
  # Calls the DeleteLoadBalancer API operation.
237
- # @method delete_load_balancer(options = {})
238
240
  # @param [Hash] options
239
241
  # * +:load_balancer_name+ - *required* - (String) The name associated
240
242
  # with the LoadBalancer. The name must be unique within the client
241
243
  # AWS account.
242
244
  # @return [Core::Response]
243
245
 
246
+ # @!method delete_load_balancer_listeners(options = {})
244
247
  # Calls the DeleteLoadBalancerListeners API operation.
245
- # @method delete_load_balancer_listeners(options = {})
246
248
  # @param [Hash] options
247
249
  # * +:load_balancer_name+ - *required* - (String) The mnemonic name
248
250
  # associated with the LoadBalancer.
@@ -250,8 +252,8 @@ module AWS
250
252
  # port number(s) of the LoadBalancerListener(s) to be removed.
251
253
  # @return [Core::Response]
252
254
 
255
+ # @!method delete_load_balancer_policy(options = {})
253
256
  # Calls the DeleteLoadBalancerPolicy API operation.
254
- # @method delete_load_balancer_policy(options = {})
255
257
  # @param [Hash] options
256
258
  # * +:load_balancer_name+ - *required* - (String) The mnemonic name
257
259
  # associated with the LoadBalancer. The name must be unique within
@@ -260,8 +262,8 @@ module AWS
260
262
  # policy being deleted.
261
263
  # @return [Core::Response]
262
264
 
265
+ # @!method deregister_instances_from_load_balancer(options = {})
263
266
  # Calls the DeregisterInstancesFromLoadBalancer API operation.
264
- # @method deregister_instances_from_load_balancer(options = {})
265
267
  # @param [Hash] options
266
268
  # * +:load_balancer_name+ - *required* - (String) The name associated
267
269
  # with the LoadBalancer. The name must be unique within the client
@@ -275,8 +277,8 @@ module AWS
275
277
  # * +:instances+ - (Array<Hash>)
276
278
  # * +:instance_id+ - (String)
277
279
 
280
+ # @!method describe_instance_health(options = {})
278
281
  # Calls the DescribeInstanceHealth API operation.
279
- # @method describe_instance_health(options = {})
280
282
  # @param [Hash] options
281
283
  # * +:load_balancer_name+ - *required* - (String) The name associated
282
284
  # with the LoadBalancer. The name must be unique within the client
@@ -293,8 +295,8 @@ module AWS
293
295
  # * +:reason_code+ - (String)
294
296
  # * +:description+ - (String)
295
297
 
298
+ # @!method describe_load_balancer_policies(options = {})
296
299
  # Calls the DescribeLoadBalancerPolicies API operation.
297
- # @method describe_load_balancer_policies(options = {})
298
300
  # @param [Hash] options
299
301
  # * +:load_balancer_name+ - (String) The mnemonic name associated with
300
302
  # the LoadBalancer. If no name is specified, the operation returns
@@ -313,8 +315,8 @@ module AWS
313
315
  # * +:attribute_name+ - (String)
314
316
  # * +:attribute_value+ - (String)
315
317
 
318
+ # @!method describe_load_balancer_policy_types(options = {})
316
319
  # Calls the DescribeLoadBalancerPolicyTypes API operation.
317
- # @method describe_load_balancer_policy_types(options = {})
318
320
  # @param [Hash] options
319
321
  # * +:policy_type_names+ - (Array<String>) Specifies the name of the
320
322
  # policy types. If no names are specified, returns the description of
@@ -332,8 +334,8 @@ module AWS
332
334
  # * +:default_value+ - (String)
333
335
  # * +:cardinality+ - (String)
334
336
 
337
+ # @!method describe_load_balancers(options = {})
335
338
  # Calls the DescribeLoadBalancers API operation.
336
- # @method describe_load_balancers(options = {})
337
339
  # @param [Hash] options
338
340
  # * +:load_balancer_names+ - (Array<String>) A list of names associated
339
341
  # with the LoadBalancers at creation time.
@@ -384,8 +386,8 @@ module AWS
384
386
  # * +:scheme+ - (String)
385
387
  # * +:next_marker+ - (String)
386
388
 
389
+ # @!method detach_load_balancer_from_subnets(options = {})
387
390
  # Calls the DetachLoadBalancerFromSubnets API operation.
388
- # @method detach_load_balancer_from_subnets(options = {})
389
391
  # @param [Hash] options
390
392
  # * +:load_balancer_name+ - *required* - (String) The name associated
391
393
  # with the LoadBalancer to be detached. The name must be unique
@@ -397,8 +399,8 @@ module AWS
397
399
  # a hash with the following structure:
398
400
  # * +:subnets+ - (Array<String>)
399
401
 
402
+ # @!method disable_availability_zones_for_load_balancer(options = {})
400
403
  # Calls the DisableAvailabilityZonesForLoadBalancer API operation.
401
- # @method disable_availability_zones_for_load_balancer(options = {})
402
404
  # @param [Hash] options
403
405
  # * +:load_balancer_name+ - *required* - (String) The name associated
404
406
  # with the LoadBalancer. The name must be unique within the client
@@ -414,8 +416,8 @@ module AWS
414
416
  # a hash with the following structure:
415
417
  # * +:availability_zones+ - (Array<String>)
416
418
 
419
+ # @!method enable_availability_zones_for_load_balancer(options = {})
417
420
  # Calls the EnableAvailabilityZonesForLoadBalancer API operation.
418
- # @method enable_availability_zones_for_load_balancer(options = {})
419
421
  # @param [Hash] options
420
422
  # * +:load_balancer_name+ - *required* - (String) The name associated
421
423
  # with the LoadBalancer. The name must be unique within the client
@@ -428,8 +430,8 @@ module AWS
428
430
  # a hash with the following structure:
429
431
  # * +:availability_zones+ - (Array<String>)
430
432
 
433
+ # @!method register_instances_with_load_balancer(options = {})
431
434
  # Calls the RegisterInstancesWithLoadBalancer API operation.
432
- # @method register_instances_with_load_balancer(options = {})
433
435
  # @param [Hash] options
434
436
  # * +:load_balancer_name+ - *required* - (String) The name associated
435
437
  # with the LoadBalancer. The name must be unique within the client
@@ -451,8 +453,8 @@ module AWS
451
453
  # * +:instances+ - (Array<Hash>)
452
454
  # * +:instance_id+ - (String)
453
455
 
456
+ # @!method set_load_balancer_listener_ssl_certificate(options = {})
454
457
  # Calls the SetLoadBalancerListenerSSLCertificate API operation.
455
- # @method set_load_balancer_listener_ssl_certificate(options = {})
456
458
  # @param [Hash] options
457
459
  # * +:load_balancer_name+ - *required* - (String) The name of the the
458
460
  # LoadBalancer.
@@ -464,8 +466,8 @@ module AWS
464
466
  # Management documentation.
465
467
  # @return [Core::Response]
466
468
 
469
+ # @!method set_load_balancer_policies_for_backend_server(options = {})
467
470
  # Calls the SetLoadBalancerPoliciesForBackendServer API operation.
468
- # @method set_load_balancer_policies_for_backend_server(options = {})
469
471
  # @param [Hash] options
470
472
  # * +:load_balancer_name+ - *required* - (String) The mnemonic name
471
473
  # associated with the LoadBalancer. This name must be unique within
@@ -477,8 +479,8 @@ module AWS
477
479
  # removed from the back-end server.
478
480
  # @return [Core::Response]
479
481
 
482
+ # @!method set_load_balancer_policies_of_listener(options = {})
480
483
  # Calls the SetLoadBalancerPoliciesOfListener API operation.
481
- # @method set_load_balancer_policies_of_listener(options = {})
482
484
  # @param [Hash] options
483
485
  # * +:load_balancer_name+ - *required* - (String) The name associated
484
486
  # with the LoadBalancer. The name must be unique within the client
@@ -493,8 +495,6 @@ module AWS
493
495
 
494
496
  ## end client methods ##
495
497
 
496
- define_client_methods('2012-06-01')
497
-
498
498
  end
499
499
  end
500
500
  end
@@ -13,15 +13,19 @@
13
13
 
14
14
  module AWS
15
15
  class EMR
16
+
17
+ # Client class for Elastic MapReduce (EMR).
16
18
  class Client < Core::QueryClient
17
19
 
20
+ define_client_methods('2009-03-31')
21
+
18
22
  # @private
19
23
  CACHEABLE_REQUESTS = Set[]
20
24
 
21
25
  ## client methods ##
22
26
 
27
+ # @!method add_instance_groups(options = {})
23
28
  # Calls the AddInstanceGroups API operation.
24
- # @method add_instance_groups(options = {})
25
29
  # @param [Hash] options
26
30
  # * +:instance_groups+ - *required* - (Array<Hash>) Instance Groups to
27
31
  # add.
@@ -45,8 +49,8 @@ module AWS
45
49
  # * +:job_flow_id+ - (String)
46
50
  # * +:instance_group_ids+ - (Array<String>)
47
51
 
52
+ # @!method add_job_flow_steps(options = {})
48
53
  # Calls the AddJobFlowSteps API operation.
49
- # @method add_job_flow_steps(options = {})
50
54
  # @param [Hash] options
51
55
  # * +:job_flow_id+ - *required* - (String) A string that uniquely
52
56
  # identifies the job flow. This identifier is returned by RunJobFlow
@@ -72,8 +76,8 @@ module AWS
72
76
  # passed to the JAR file's main function when executed.
73
77
  # @return [Core::Response]
74
78
 
79
+ # @!method describe_job_flows(options = {})
75
80
  # Calls the DescribeJobFlows API operation.
76
- # @method describe_job_flows(options = {})
77
81
  # @param [Hash] options
78
82
  # * +:created_after+ - (String<ISO8601 datetime>) Return only job flows
79
83
  # created after this date and time.
@@ -152,8 +156,8 @@ module AWS
152
156
  # * +:args+ - (Array<String>)
153
157
  # * +:supported_products+ - (Array<String>)
154
158
 
159
+ # @!method modify_instance_groups(options = {})
155
160
  # Calls the ModifyInstanceGroups API operation.
156
- # @method modify_instance_groups(options = {})
157
161
  # @param [Hash] options
158
162
  # * +:instance_groups+ - (Array<Hash>) Instance groups to change.
159
163
  # * +:instance_group_id+ - *required* - (String) Unique ID of the
@@ -162,8 +166,8 @@ module AWS
162
166
  # instance group.
163
167
  # @return [Core::Response]
164
168
 
169
+ # @!method run_job_flow(options = {})
165
170
  # Calls the RunJobFlow API operation.
166
- # @method run_job_flow(options = {})
167
171
  # @param [Hash] options
168
172
  # * +:name+ - *required* - (String) The name of the job flow.
169
173
  # * +:log_uri+ - (String) Specifies the location in Amazon S3 to write
@@ -271,8 +275,8 @@ module AWS
271
275
  # a hash with the following structure:
272
276
  # * +:job_flow_id+ - (String)
273
277
 
278
+ # @!method set_termination_protection(options = {})
274
279
  # Calls the SetTerminationProtection API operation.
275
- # @method set_termination_protection(options = {})
276
280
  # @param [Hash] options
277
281
  # * +:job_flow_ids+ - *required* - (Array<String>) A list of strings
278
282
  # that uniquely identify the job flows to protect. This identifier is
@@ -284,8 +288,8 @@ module AWS
284
288
  # user intervention, or job-flow error.
285
289
  # @return [Core::Response]
286
290
 
291
+ # @!method terminate_job_flows(options = {})
287
292
  # Calls the TerminateJobFlows API operation.
288
- # @method terminate_job_flows(options = {})
289
293
  # @param [Hash] options
290
294
  # * +:job_flow_ids+ - *required* - (Array<String>) A list of job flows
291
295
  # to be shutdown.
@@ -293,8 +297,6 @@ module AWS
293
297
 
294
298
  ## end client methods ##
295
299
 
296
- define_client_methods('2009-03-31')
297
-
298
300
  end
299
301
  end
300
302
  end
@@ -17,6 +17,8 @@ module AWS
17
17
  # Client class for AWS Identity and Access Management (IAM).
18
18
  class Client < Core::QueryClient
19
19
 
20
+ define_client_methods('2010-05-08')
21
+
20
22
  # @private
21
23
  CACHEABLE_REQUESTS = Set[
22
24
  :get_group,
@@ -36,30 +38,30 @@ module AWS
36
38
 
37
39
  ## client methods ##
38
40
 
41
+ # @!method add_role_to_instance_profile(options = {})
39
42
  # Calls the AddRoleToInstanceProfile API operation.
40
- # @method add_role_to_instance_profile(options = {})
41
43
  # @param [Hash] options
42
44
  # * +:instance_profile_name+ - *required* - (String) Name of the
43
45
  # instance profile to update.
44
46
  # * +:role_name+ - *required* - (String) Name of the role to add.
45
47
  # @return [Core::Response]
46
48
 
49
+ # @!method add_user_to_group(options = {})
47
50
  # Calls the AddUserToGroup API operation.
48
- # @method add_user_to_group(options = {})
49
51
  # @param [Hash] options
50
52
  # * +:group_name+ - *required* - (String) Name of the group to update.
51
53
  # * +:user_name+ - *required* - (String) Name of the user to add.
52
54
  # @return [Core::Response]
53
55
 
56
+ # @!method change_password(options = {})
54
57
  # Calls the ChangePassword API operation.
55
- # @method change_password(options = {})
56
58
  # @param [Hash] options
57
59
  # * +:old_password+ - *required* - (String)
58
60
  # * +:new_password+ - *required* - (String)
59
61
  # @return [Core::Response]
60
62
 
63
+ # @!method create_access_key(options = {})
61
64
  # Calls the CreateAccessKey API operation.
62
- # @method create_access_key(options = {})
63
65
  # @param [Hash] options
64
66
  # * +:user_name+ - (String) The user name that the new key will belong
65
67
  # to.
@@ -73,15 +75,15 @@ module AWS
73
75
  # * +:secret_access_key+ - (String)
74
76
  # * +:create_date+ - (Time)
75
77
 
78
+ # @!method create_account_alias(options = {})
76
79
  # Calls the CreateAccountAlias API operation.
77
- # @method create_account_alias(options = {})
78
80
  # @param [Hash] options
79
81
  # * +:account_alias+ - *required* - (String) Name of the account alias
80
82
  # to create.
81
83
  # @return [Core::Response]
82
84
 
85
+ # @!method create_group(options = {})
83
86
  # Calls the CreateGroup API operation.
84
- # @method create_group(options = {})
85
87
  # @param [Hash] options
86
88
  # * +:path+ - (String) The path to the group. For more information
87
89
  # about paths, see Identifiers for IAM Entities in Using AWS Identity
@@ -99,8 +101,8 @@ module AWS
99
101
  # * +:arn+ - (String)
100
102
  # * +:create_date+ - (Time)
101
103
 
104
+ # @!method create_instance_profile(options = {})
102
105
  # Calls the CreateInstanceProfile API operation.
103
- # @method create_instance_profile(options = {})
104
106
  # @param [Hash] options
105
107
  # * +:instance_profile_name+ - *required* - (String) Name of the
106
108
  # instance profile to create.
@@ -125,8 +127,8 @@ module AWS
125
127
  # * +:create_date+ - (Time)
126
128
  # * +:assume_role_policy_document+ - (String)
127
129
 
130
+ # @!method create_login_profile(options = {})
128
131
  # Calls the CreateLoginProfile API operation.
129
- # @method create_login_profile(options = {})
130
132
  # @param [Hash] options
131
133
  # * +:user_name+ - *required* - (String) Name of the user to create a
132
134
  # password for.
@@ -139,8 +141,8 @@ module AWS
139
141
  # * +:user_name+ - (String)
140
142
  # * +:create_date+ - (Time)
141
143
 
144
+ # @!method create_role(options = {})
142
145
  # Calls the CreateRole API operation.
143
- # @method create_role(options = {})
144
146
  # @param [Hash] options
145
147
  # * +:path+ - (String) The path to the role. For more information about
146
148
  # paths, see Identifiers for IAM Entities in Using AWS Identity and
@@ -160,8 +162,8 @@ module AWS
160
162
  # * +:create_date+ - (Time)
161
163
  # * +:assume_role_policy_document+ - (String)
162
164
 
165
+ # @!method create_user(options = {})
163
166
  # Calls the CreateUser API operation.
164
- # @method create_user(options = {})
165
167
  # @param [Hash] options
166
168
  # * +:path+ - (String) The path for the user name. For more information
167
169
  # about paths, see Identifiers for IAM Entities in Using AWS Identity
@@ -178,8 +180,8 @@ module AWS
178
180
  # * +:arn+ - (String)
179
181
  # * +:create_date+ - (Time)
180
182
 
183
+ # @!method create_virtual_mfa_device(options = {})
181
184
  # Calls the CreateVirtualMFADevice API operation.
182
- # @method create_virtual_mfa_device(options = {})
183
185
  # @param [Hash] options
184
186
  # * +:path+ - (String) The path for the virtual MFA device. For more
185
187
  # information about paths, see Identifiers for IAM Entities in Using
@@ -203,8 +205,8 @@ module AWS
203
205
  # * +:create_date+ - (Time)
204
206
  # * +:enable_date+ - (Time)
205
207
 
208
+ # @!method deactivate_mfa_device(options = {})
206
209
  # Calls the DeactivateMFADevice API operation.
207
- # @method deactivate_mfa_device(options = {})
208
210
  # @param [Hash] options
209
211
  # * +:user_name+ - *required* - (String) Name of the user whose MFA
210
212
  # device you want to deactivate.
@@ -213,8 +215,8 @@ module AWS
213
215
  # serial number is the device ARN.
214
216
  # @return [Core::Response]
215
217
 
218
+ # @!method delete_access_key(options = {})
216
219
  # Calls the DeleteAccessKey API operation.
217
- # @method delete_access_key(options = {})
218
220
  # @param [Hash] options
219
221
  # * +:user_name+ - (String) Name of the user whose key you want to
220
222
  # delete.
@@ -222,26 +224,26 @@ module AWS
222
224
  # Access Key ID and Secret Access Key you want to delete.
223
225
  # @return [Core::Response]
224
226
 
227
+ # @!method delete_account_alias(options = {})
225
228
  # Calls the DeleteAccountAlias API operation.
226
- # @method delete_account_alias(options = {})
227
229
  # @param [Hash] options
228
230
  # * +:account_alias+ - *required* - (String) Name of the account alias
229
231
  # to delete.
230
232
  # @return [Core::Response]
231
233
 
234
+ # @!method delete_account_password_policy(options = {})
232
235
  # Calls the DeleteAccountPasswordPolicy API operation.
233
- # @method delete_account_password_policy(options = {})
234
236
  # @param [Hash] options
235
237
  # @return [Core::Response]
236
238
 
239
+ # @!method delete_group(options = {})
237
240
  # Calls the DeleteGroup API operation.
238
- # @method delete_group(options = {})
239
241
  # @param [Hash] options
240
242
  # * +:group_name+ - *required* - (String) Name of the group to delete.
241
243
  # @return [Core::Response]
242
244
 
245
+ # @!method delete_group_policy(options = {})
243
246
  # Calls the DeleteGroupPolicy API operation.
244
- # @method delete_group_policy(options = {})
245
247
  # @param [Hash] options
246
248
  # * +:group_name+ - *required* - (String) Name of the group the policy
247
249
  # is associated with.
@@ -249,28 +251,28 @@ module AWS
249
251
  # to delete.
250
252
  # @return [Core::Response]
251
253
 
254
+ # @!method delete_instance_profile(options = {})
252
255
  # Calls the DeleteInstanceProfile API operation.
253
- # @method delete_instance_profile(options = {})
254
256
  # @param [Hash] options
255
257
  # * +:instance_profile_name+ - *required* - (String) Name of the
256
258
  # instance profile to delete.
257
259
  # @return [Core::Response]
258
260
 
261
+ # @!method delete_login_profile(options = {})
259
262
  # Calls the DeleteLoginProfile API operation.
260
- # @method delete_login_profile(options = {})
261
263
  # @param [Hash] options
262
264
  # * +:user_name+ - *required* - (String) Name of the user whose
263
265
  # password you want to delete.
264
266
  # @return [Core::Response]
265
267
 
268
+ # @!method delete_role(options = {})
266
269
  # Calls the DeleteRole API operation.
267
- # @method delete_role(options = {})
268
270
  # @param [Hash] options
269
271
  # * +:role_name+ - *required* - (String) Name of the role to delete.
270
272
  # @return [Core::Response]
271
273
 
274
+ # @!method delete_role_policy(options = {})
272
275
  # Calls the DeleteRolePolicy API operation.
273
- # @method delete_role_policy(options = {})
274
276
  # @param [Hash] options
275
277
  # * +:role_name+ - *required* - (String) Name of the role the
276
278
  # associated with the policy.
@@ -278,15 +280,15 @@ module AWS
278
280
  # to delete.
279
281
  # @return [Core::Response]
280
282
 
283
+ # @!method delete_server_certificate(options = {})
281
284
  # Calls the DeleteServerCertificate API operation.
282
- # @method delete_server_certificate(options = {})
283
285
  # @param [Hash] options
284
286
  # * +:server_certificate_name+ - *required* - (String) The name of the
285
287
  # server certificate you want to delete.
286
288
  # @return [Core::Response]
287
289
 
290
+ # @!method delete_signing_certificate(options = {})
288
291
  # Calls the DeleteSigningCertificate API operation.
289
- # @method delete_signing_certificate(options = {})
290
292
  # @param [Hash] options
291
293
  # * +:user_name+ - (String) Name of the user the signing certificate
292
294
  # belongs to.
@@ -294,14 +296,14 @@ module AWS
294
296
  # certificate to delete.
295
297
  # @return [Core::Response]
296
298
 
299
+ # @!method delete_user(options = {})
297
300
  # Calls the DeleteUser API operation.
298
- # @method delete_user(options = {})
299
301
  # @param [Hash] options
300
302
  # * +:user_name+ - *required* - (String) Name of the user to delete.
301
303
  # @return [Core::Response]
302
304
 
305
+ # @!method delete_user_policy(options = {})
303
306
  # Calls the DeleteUserPolicy API operation.
304
- # @method delete_user_policy(options = {})
305
307
  # @param [Hash] options
306
308
  # * +:user_name+ - *required* - (String) Name of the user the policy is
307
309
  # associated with.
@@ -309,16 +311,16 @@ module AWS
309
311
  # to delete.
310
312
  # @return [Core::Response]
311
313
 
314
+ # @!method delete_virtual_mfa_device(options = {})
312
315
  # Calls the DeleteVirtualMFADevice API operation.
313
- # @method delete_virtual_mfa_device(options = {})
314
316
  # @param [Hash] options
315
317
  # * +:serial_number+ - *required* - (String) The serial number that
316
318
  # uniquely identifies the MFA device. For virtual MFA devices, the
317
319
  # serial number is the same as the ARN.
318
320
  # @return [Core::Response]
319
321
 
322
+ # @!method enable_mfa_device(options = {})
320
323
  # Calls the EnableMFADevice API operation.
321
- # @method enable_mfa_device(options = {})
322
324
  # @param [Hash] options
323
325
  # * +:user_name+ - *required* - (String) Name of the user for whom you
324
326
  # want to enable the MFA device.
@@ -331,8 +333,8 @@ module AWS
331
333
  # authentication code emitted by the device.
332
334
  # @return [Core::Response]
333
335
 
336
+ # @!method get_account_password_policy(options = {})
334
337
  # Calls the GetAccountPasswordPolicy API operation.
335
- # @method get_account_password_policy(options = {})
336
338
  # @param [Hash] options
337
339
  # @return [Core::Response]
338
340
  # The #data method of the response object returns
@@ -345,16 +347,16 @@ module AWS
345
347
  # * +:require_lowercase_characters+ - (Boolean)
346
348
  # * +:allow_users_to_change_password+ - (Boolean)
347
349
 
350
+ # @!method get_account_summary(options = {})
348
351
  # Calls the GetAccountSummary API operation.
349
- # @method get_account_summary(options = {})
350
352
  # @param [Hash] options
351
353
  # @return [Core::Response]
352
354
  # The #data method of the response object returns
353
355
  # a hash with the following structure:
354
356
  # * +:summary_map+ - (Hash<String,Integer>)
355
357
 
358
+ # @!method get_group(options = {})
356
359
  # Calls the GetGroup API operation.
357
- # @method get_group(options = {})
358
360
  # @param [Hash] options
359
361
  # * +:group_name+ - *required* - (String) Name of the group.
360
362
  # * +:marker+ - (String) Use this only when paginating results, and
@@ -383,8 +385,8 @@ module AWS
383
385
  # * +:is_truncated+ - (Boolean)
384
386
  # * +:marker+ - (String)
385
387
 
388
+ # @!method get_group_policy(options = {})
386
389
  # Calls the GetGroupPolicy API operation.
387
- # @method get_group_policy(options = {})
388
390
  # @param [Hash] options
389
391
  # * +:group_name+ - *required* - (String) Name of the group the policy
390
392
  # is associated with.
@@ -397,8 +399,8 @@ module AWS
397
399
  # * +:policy_name+ - (String)
398
400
  # * +:policy_document+ - (String)
399
401
 
402
+ # @!method get_instance_profile(options = {})
400
403
  # Calls the GetInstanceProfile API operation.
401
- # @method get_instance_profile(options = {})
402
404
  # @param [Hash] options
403
405
  # * +:instance_profile_name+ - *required* - (String) Name of the
404
406
  # instance profile to get information about.
@@ -419,8 +421,8 @@ module AWS
419
421
  # * +:create_date+ - (Time)
420
422
  # * +:assume_role_policy_document+ - (String)
421
423
 
424
+ # @!method get_login_profile(options = {})
422
425
  # Calls the GetLoginProfile API operation.
423
- # @method get_login_profile(options = {})
424
426
  # @param [Hash] options
425
427
  # * +:user_name+ - *required* - (String) Name of the user whose login
426
428
  # profile you want to retrieve.
@@ -431,8 +433,8 @@ module AWS
431
433
  # * +:user_name+ - (String)
432
434
  # * +:create_date+ - (Time)
433
435
 
436
+ # @!method get_role(options = {})
434
437
  # Calls the GetRole API operation.
435
- # @method get_role(options = {})
436
438
  # @param [Hash] options
437
439
  # * +:role_name+ - *required* - (String) Name of the role to get
438
440
  # information about.
@@ -447,8 +449,8 @@ module AWS
447
449
  # * +:create_date+ - (Time)
448
450
  # * +:assume_role_policy_document+ - (String)
449
451
 
452
+ # @!method get_role_policy(options = {})
450
453
  # Calls the GetRolePolicy API operation.
451
- # @method get_role_policy(options = {})
452
454
  # @param [Hash] options
453
455
  # * +:role_name+ - *required* - (String) Name of the role associated
454
456
  # with the policy.
@@ -461,8 +463,8 @@ module AWS
461
463
  # * +:policy_name+ - (String)
462
464
  # * +:policy_document+ - (String)
463
465
 
466
+ # @!method get_server_certificate(options = {})
464
467
  # Calls the GetServerCertificate API operation.
465
- # @method get_server_certificate(options = {})
466
468
  # @param [Hash] options
467
469
  # * +:server_certificate_name+ - *required* - (String) The name of the
468
470
  # server certificate you want to retrieve information about.
@@ -479,8 +481,8 @@ module AWS
479
481
  # * +:certificate_body+ - (String)
480
482
  # * +:certificate_chain+ - (String)
481
483
 
484
+ # @!method get_user(options = {})
482
485
  # Calls the GetUser API operation.
483
- # @method get_user(options = {})
484
486
  # @param [Hash] options
485
487
  # * +:user_name+ - (String) Name of the user to get information about.
486
488
  # This parameter is optional. If it is not included, it defaults to
@@ -495,8 +497,8 @@ module AWS
495
497
  # * +:arn+ - (String)
496
498
  # * +:create_date+ - (Time)
497
499
 
500
+ # @!method get_user_policy(options = {})
498
501
  # Calls the GetUserPolicy API operation.
499
- # @method get_user_policy(options = {})
500
502
  # @param [Hash] options
501
503
  # * +:user_name+ - *required* - (String) Name of the user who the
502
504
  # policy is associated with.
@@ -509,8 +511,8 @@ module AWS
509
511
  # * +:policy_name+ - (String)
510
512
  # * +:policy_document+ - (String)
511
513
 
514
+ # @!method list_access_keys(options = {})
512
515
  # Calls the ListAccessKeys API operation.
513
- # @method list_access_keys(options = {})
514
516
  # @param [Hash] options
515
517
  # * +:user_name+ - (String) Name of the user.
516
518
  # * +:marker+ - (String) Use this parameter only when paginating
@@ -532,8 +534,8 @@ module AWS
532
534
  # * +:is_truncated+ - (Boolean)
533
535
  # * +:marker+ - (String)
534
536
 
537
+ # @!method list_account_aliases(options = {})
535
538
  # Calls the ListAccountAliases API operation.
536
- # @method list_account_aliases(options = {})
537
539
  # @param [Hash] options
538
540
  # * +:marker+ - (String) Use this only when paginating results, and
539
541
  # only in a subsequent request after you've received a response where
@@ -550,8 +552,8 @@ module AWS
550
552
  # * +:is_truncated+ - (Boolean)
551
553
  # * +:marker+ - (String)
552
554
 
555
+ # @!method list_group_policies(options = {})
553
556
  # Calls the ListGroupPolicies API operation.
554
- # @method list_group_policies(options = {})
555
557
  # @param [Hash] options
556
558
  # * +:group_name+ - *required* - (String) The name of the group to list
557
559
  # policies for.
@@ -570,8 +572,8 @@ module AWS
570
572
  # * +:is_truncated+ - (Boolean)
571
573
  # * +:marker+ - (String)
572
574
 
575
+ # @!method list_groups(options = {})
573
576
  # Calls the ListGroups API operation.
574
- # @method list_groups(options = {})
575
577
  # @param [Hash] options
576
578
  # * +:path_prefix+ - (String) The path prefix for filtering the
577
579
  # results. For example: /division_abc/subdivision_xyz/, which would
@@ -598,8 +600,8 @@ module AWS
598
600
  # * +:is_truncated+ - (Boolean)
599
601
  # * +:marker+ - (String)
600
602
 
603
+ # @!method list_groups_for_user(options = {})
601
604
  # Calls the ListGroupsForUser API operation.
602
- # @method list_groups_for_user(options = {})
603
605
  # @param [Hash] options
604
606
  # * +:user_name+ - *required* - (String) The name of the user to list
605
607
  # groups for.
@@ -623,8 +625,8 @@ module AWS
623
625
  # * +:is_truncated+ - (Boolean)
624
626
  # * +:marker+ - (String)
625
627
 
628
+ # @!method list_instance_profiles(options = {})
626
629
  # Calls the ListInstanceProfiles API operation.
627
- # @method list_instance_profiles(options = {})
628
630
  # @param [Hash] options
629
631
  # * +:path_prefix+ - (String) The path prefix for filtering the
630
632
  # results. For example: /application_abc/component_xyz/, which would
@@ -659,8 +661,8 @@ module AWS
659
661
  # * +:is_truncated+ - (Boolean)
660
662
  # * +:marker+ - (String)
661
663
 
664
+ # @!method list_instance_profiles_for_role(options = {})
662
665
  # Calls the ListInstanceProfilesForRole API operation.
663
- # @method list_instance_profiles_for_role(options = {})
664
666
  # @param [Hash] options
665
667
  # * +:role_name+ - *required* - (String) The name of the role to list
666
668
  # instance profiles for.
@@ -691,8 +693,8 @@ module AWS
691
693
  # * +:is_truncated+ - (Boolean)
692
694
  # * +:marker+ - (String)
693
695
 
696
+ # @!method list_mfa_devices(options = {})
694
697
  # Calls the ListMFADevices API operation.
695
- # @method list_mfa_devices(options = {})
696
698
  # @param [Hash] options
697
699
  # * +:user_name+ - (String) Name of the user whose MFA devices you want
698
700
  # to list.
@@ -714,8 +716,8 @@ module AWS
714
716
  # * +:is_truncated+ - (Boolean)
715
717
  # * +:marker+ - (String)
716
718
 
719
+ # @!method list_role_policies(options = {})
717
720
  # Calls the ListRolePolicies API operation.
718
- # @method list_role_policies(options = {})
719
721
  # @param [Hash] options
720
722
  # * +:role_name+ - *required* - (String) The name of the role to list
721
723
  # policies for.
@@ -734,8 +736,8 @@ module AWS
734
736
  # * +:is_truncated+ - (Boolean)
735
737
  # * +:marker+ - (String)
736
738
 
739
+ # @!method list_roles(options = {})
737
740
  # Calls the ListRoles API operation.
738
- # @method list_roles(options = {})
739
741
  # @param [Hash] options
740
742
  # * +:path_prefix+ - (String) The path prefix for filtering the
741
743
  # results. For example: /application_abc/component_xyz/, which would
@@ -763,8 +765,8 @@ module AWS
763
765
  # * +:is_truncated+ - (Boolean)
764
766
  # * +:marker+ - (String)
765
767
 
768
+ # @!method list_server_certificates(options = {})
766
769
  # Calls the ListServerCertificates API operation.
767
- # @method list_server_certificates(options = {})
768
770
  # @param [Hash] options
769
771
  # * +:path_prefix+ - (String) The path prefix for filtering the
770
772
  # results. For example: /company/servercerts would get all server
@@ -792,8 +794,8 @@ module AWS
792
794
  # * +:is_truncated+ - (Boolean)
793
795
  # * +:marker+ - (String)
794
796
 
797
+ # @!method list_signing_certificates(options = {})
795
798
  # Calls the ListSigningCertificates API operation.
796
- # @method list_signing_certificates(options = {})
797
799
  # @param [Hash] options
798
800
  # * +:user_name+ - (String) The name of the user.
799
801
  # * +:marker+ - (String) Use this only when paginating results, and
@@ -816,8 +818,8 @@ module AWS
816
818
  # * +:is_truncated+ - (Boolean)
817
819
  # * +:marker+ - (String)
818
820
 
821
+ # @!method list_user_policies(options = {})
819
822
  # Calls the ListUserPolicies API operation.
820
- # @method list_user_policies(options = {})
821
823
  # @param [Hash] options
822
824
  # * +:user_name+ - *required* - (String) The name of the user to list
823
825
  # policies for.
@@ -836,8 +838,8 @@ module AWS
836
838
  # * +:is_truncated+ - (Boolean)
837
839
  # * +:marker+ - (String)
838
840
 
841
+ # @!method list_users(options = {})
839
842
  # Calls the ListUsers API operation.
840
- # @method list_users(options = {})
841
843
  # @param [Hash] options
842
844
  # * +:path_prefix+ - (String) The path prefix for filtering the
843
845
  # results. For example: /division_abc/subdivision_xyz/, which would
@@ -865,8 +867,8 @@ module AWS
865
867
  # * +:is_truncated+ - (Boolean)
866
868
  # * +:marker+ - (String)
867
869
 
870
+ # @!method list_virtual_mfa_devices(options = {})
868
871
  # Calls the ListVirtualMFADevices API operation.
869
- # @method list_virtual_mfa_devices(options = {})
870
872
  # @param [Hash] options
871
873
  # * +:assignment_status+ - (String) The status (unassigned or assigned)
872
874
  # of the devices to list. If you do not specify an AssignmentStatus,
@@ -897,8 +899,8 @@ module AWS
897
899
  # * +:is_truncated+ - (Boolean)
898
900
  # * +:marker+ - (String)
899
901
 
902
+ # @!method put_group_policy(options = {})
900
903
  # Calls the PutGroupPolicy API operation.
901
- # @method put_group_policy(options = {})
902
904
  # @param [Hash] options
903
905
  # * +:group_name+ - *required* - (String) Name of the group to
904
906
  # associate the policy with.
@@ -906,8 +908,8 @@ module AWS
906
908
  # * +:policy_document+ - *required* - (String) The policy document.
907
909
  # @return [Core::Response]
908
910
 
911
+ # @!method put_role_policy(options = {})
909
912
  # Calls the PutRolePolicy API operation.
910
- # @method put_role_policy(options = {})
911
913
  # @param [Hash] options
912
914
  # * +:role_name+ - *required* - (String) Name of the role to associate
913
915
  # the policy with.
@@ -915,8 +917,8 @@ module AWS
915
917
  # * +:policy_document+ - *required* - (String) The policy document.
916
918
  # @return [Core::Response]
917
919
 
920
+ # @!method put_user_policy(options = {})
918
921
  # Calls the PutUserPolicy API operation.
919
- # @method put_user_policy(options = {})
920
922
  # @param [Hash] options
921
923
  # * +:user_name+ - *required* - (String) Name of the user to associate
922
924
  # the policy with.
@@ -924,23 +926,23 @@ module AWS
924
926
  # * +:policy_document+ - *required* - (String) The policy document.
925
927
  # @return [Core::Response]
926
928
 
929
+ # @!method remove_role_from_instance_profile(options = {})
927
930
  # Calls the RemoveRoleFromInstanceProfile API operation.
928
- # @method remove_role_from_instance_profile(options = {})
929
931
  # @param [Hash] options
930
932
  # * +:instance_profile_name+ - *required* - (String) Name of the
931
933
  # instance profile to update.
932
934
  # * +:role_name+ - *required* - (String) Name of the role to remove.
933
935
  # @return [Core::Response]
934
936
 
937
+ # @!method remove_user_from_group(options = {})
935
938
  # Calls the RemoveUserFromGroup API operation.
936
- # @method remove_user_from_group(options = {})
937
939
  # @param [Hash] options
938
940
  # * +:group_name+ - *required* - (String) Name of the group to update.
939
941
  # * +:user_name+ - *required* - (String) Name of the user to remove.
940
942
  # @return [Core::Response]
941
943
 
944
+ # @!method resync_mfa_device(options = {})
942
945
  # Calls the ResyncMFADevice API operation.
943
- # @method resync_mfa_device(options = {})
944
946
  # @param [Hash] options
945
947
  # * +:user_name+ - *required* - (String) Name of the user whose MFA
946
948
  # device you want to resynchronize.
@@ -952,8 +954,8 @@ module AWS
952
954
  # authentication code emitted by the device.
953
955
  # @return [Core::Response]
954
956
 
957
+ # @!method update_access_key(options = {})
955
958
  # Calls the UpdateAccessKey API operation.
956
- # @method update_access_key(options = {})
957
959
  # @param [Hash] options
958
960
  # * +:user_name+ - (String) Name of the user whose key you want to
959
961
  # update.
@@ -964,8 +966,8 @@ module AWS
964
966
  # calls to AWS, while Inactive means the key cannot be used.
965
967
  # @return [Core::Response]
966
968
 
969
+ # @!method update_account_password_policy(options = {})
967
970
  # Calls the UpdateAccountPasswordPolicy API operation.
968
- # @method update_account_password_policy(options = {})
969
971
  # @param [Hash] options
970
972
  # * +:minimum_password_length+ - (Integer)
971
973
  # * +:require_symbols+ - (Boolean)
@@ -975,16 +977,16 @@ module AWS
975
977
  # * +:allow_users_to_change_password+ - (Boolean)
976
978
  # @return [Core::Response]
977
979
 
980
+ # @!method update_assume_role_policy(options = {})
978
981
  # Calls the UpdateAssumeRolePolicy API operation.
979
- # @method update_assume_role_policy(options = {})
980
982
  # @param [Hash] options
981
983
  # * +:role_name+ - *required* - (String) Name of the role to update.
982
984
  # * +:policy_document+ - *required* - (String) The policy that grants
983
985
  # an entity permission to assume the role.
984
986
  # @return [Core::Response]
985
987
 
988
+ # @!method update_group(options = {})
986
989
  # Calls the UpdateGroup API operation.
987
- # @method update_group(options = {})
988
990
  # @param [Hash] options
989
991
  # * +:group_name+ - *required* - (String) Name of the group to update.
990
992
  # If you're changing the name of the group, this is the original
@@ -995,16 +997,16 @@ module AWS
995
997
  # this if changing the group's name.
996
998
  # @return [Core::Response]
997
999
 
1000
+ # @!method update_login_profile(options = {})
998
1001
  # Calls the UpdateLoginProfile API operation.
999
- # @method update_login_profile(options = {})
1000
1002
  # @param [Hash] options
1001
1003
  # * +:user_name+ - *required* - (String) Name of the user whose
1002
1004
  # password you want to update.
1003
1005
  # * +:password+ - (String) The new password for the user name.
1004
1006
  # @return [Core::Response]
1005
1007
 
1008
+ # @!method update_server_certificate(options = {})
1006
1009
  # Calls the UpdateServerCertificate API operation.
1007
- # @method update_server_certificate(options = {})
1008
1010
  # @param [Hash] options
1009
1011
  # * +:server_certificate_name+ - *required* - (String) The name of the
1010
1012
  # server certificate that you want to update.
@@ -1016,8 +1018,8 @@ module AWS
1016
1018
  # server certificate's name.
1017
1019
  # @return [Core::Response]
1018
1020
 
1021
+ # @!method update_signing_certificate(options = {})
1019
1022
  # Calls the UpdateSigningCertificate API operation.
1020
- # @method update_signing_certificate(options = {})
1021
1023
  # @param [Hash] options
1022
1024
  # * +:user_name+ - (String) Name of the user the signing certificate
1023
1025
  # belongs to.
@@ -1028,8 +1030,8 @@ module AWS
1028
1030
  # calls to AWS, while Inactive means the certificate cannot be used.
1029
1031
  # @return [Core::Response]
1030
1032
 
1033
+ # @!method update_user(options = {})
1031
1034
  # Calls the UpdateUser API operation.
1032
- # @method update_user(options = {})
1033
1035
  # @param [Hash] options
1034
1036
  # * +:user_name+ - *required* - (String) Name of the user to update. If
1035
1037
  # you're changing the name of the user, this is the original user
@@ -1040,8 +1042,8 @@ module AWS
1040
1042
  # parameter only if you're changing the user's name.
1041
1043
  # @return [Core::Response]
1042
1044
 
1045
+ # @!method upload_server_certificate(options = {})
1043
1046
  # Calls the UploadServerCertificate API operation.
1044
- # @method upload_server_certificate(options = {})
1045
1047
  # @param [Hash] options
1046
1048
  # * +:path+ - (String) The path for the server certificate. For more
1047
1049
  # information about paths, see Identifiers for IAM Entities in Using
@@ -1066,8 +1068,8 @@ module AWS
1066
1068
  # * +:arn+ - (String)
1067
1069
  # * +:upload_date+ - (Time)
1068
1070
 
1071
+ # @!method upload_signing_certificate(options = {})
1069
1072
  # Calls the UploadSigningCertificate API operation.
1070
- # @method upload_signing_certificate(options = {})
1071
1073
  # @param [Hash] options
1072
1074
  # * +:user_name+ - (String) Name of the user the signing certificate is
1073
1075
  # for.
@@ -1085,8 +1087,6 @@ module AWS
1085
1087
 
1086
1088
  ## end client methods ##
1087
1089
 
1088
- define_client_methods('2010-05-08')
1089
-
1090
1090
  end
1091
1091
  end
1092
1092
  end