aws-sdk 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +3 -3
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +55 -0
- data/lib/aws/api_config/SNS-2010-03-31.yml +0 -3
- data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +30 -0
- data/lib/aws/auto_scaling/client.rb +0 -530
- data/lib/aws/cloud_formation/client.rb +0 -356
- data/lib/aws/cloud_front/client.rb +0 -1567
- data/lib/aws/cloud_search/client.rb +0 -578
- data/lib/aws/cloud_watch/client.rb +0 -445
- data/lib/aws/data_pipeline/client.rb +0 -396
- data/lib/aws/direct_connect/client.rb +0 -248
- data/lib/aws/dynamo_db.rb +0 -1
- data/lib/aws/dynamo_db/client.rb +70 -1
- data/lib/aws/dynamo_db/client_v2.rb +1 -1
- data/lib/aws/ec2/client.rb +0 -3942
- data/lib/aws/ec2/reserved_instances_offering_collection.rb +9 -3
- data/lib/aws/ec2/tag_collection.rb +1 -1
- data/lib/aws/elastic_beanstalk/client.rb +0 -898
- data/lib/aws/elastic_transcoder/client.rb +0 -1755
- data/lib/aws/elasticache/client.rb +0 -947
- data/lib/aws/elb/client.rb +0 -509
- data/lib/aws/emr/client.rb +0 -314
- data/lib/aws/glacier/client.rb +0 -278
- data/lib/aws/iam/client.rb +0 -1155
- data/lib/aws/import_export/client.rb +0 -96
- data/lib/aws/ops_works/client.rb +0 -1255
- data/lib/aws/rds/client.rb +0 -2367
- data/lib/aws/redshift/client.rb +0 -1458
- data/lib/aws/route_53/client.rb +0 -420
- data/lib/aws/simple_db/client.rb +2 -250
- data/lib/aws/simple_email_service/client.rb +0 -282
- data/lib/aws/simple_workflow/client.rb +0 -1248
- data/lib/aws/sns/client.rb +0 -283
- data/lib/aws/sns/message.rb +1 -1
- data/lib/aws/sqs/client.rb +0 -255
- data/lib/aws/storage_gateway/client.rb +0 -582
- data/lib/aws/sts/client.rb +0 -183
- data/lib/aws/support/client.rb +0 -232
- data/lib/aws/version.rb +1 -1
- metadata +2 -3
- data/lib/aws/dynamo_db/client_base.rb +0 -92
data/lib/aws/elb/client.rb
CHANGED
@@ -26,515 +26,6 @@ module AWS
|
|
26
26
|
|
27
27
|
class Client::V20120601 < Client
|
28
28
|
|
29
|
-
# client methods #
|
30
|
-
|
31
|
-
# @!method apply_security_groups_to_load_balancer(options = {})
|
32
|
-
# Calls the ApplySecurityGroupsToLoadBalancer API operation.
|
33
|
-
# @param [Hash] options
|
34
|
-
#
|
35
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
36
|
-
# with the LoadBalancer. The name must be unique within the client
|
37
|
-
# AWS account.
|
38
|
-
# * `:security_groups` - *required* - (Array<String>) A list of
|
39
|
-
# security group IDs to associate with your LoadBalancer in VPC. The
|
40
|
-
# security group IDs must be provided as the ID and not the security
|
41
|
-
# group name (For example, sg-1234).
|
42
|
-
# @return [Core::Response]
|
43
|
-
# The #data method of the response object returns
|
44
|
-
# a hash with the following structure:
|
45
|
-
#
|
46
|
-
# * `:security_groups` - (Array<String>)
|
47
|
-
|
48
|
-
# @!method attach_load_balancer_to_subnets(options = {})
|
49
|
-
# Calls the AttachLoadBalancerToSubnets API operation.
|
50
|
-
# @param [Hash] options
|
51
|
-
#
|
52
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
53
|
-
# with the LoadBalancer. The name must be unique within the client
|
54
|
-
# AWS account.
|
55
|
-
# * `:subnets` - *required* - (Array<String>) A list of subnet IDs to
|
56
|
-
# add for the LoadBalancer.
|
57
|
-
# @return [Core::Response]
|
58
|
-
# The #data method of the response object returns
|
59
|
-
# a hash with the following structure:
|
60
|
-
#
|
61
|
-
# * `:subnets` - (Array<String>)
|
62
|
-
|
63
|
-
# @!method configure_health_check(options = {})
|
64
|
-
# Calls the ConfigureHealthCheck API operation.
|
65
|
-
# @param [Hash] options
|
66
|
-
#
|
67
|
-
# * `:load_balancer_name` - *required* - (String) The mnemonic name
|
68
|
-
# associated with the LoadBalancer. This name must be unique within
|
69
|
-
# the client AWS account.
|
70
|
-
# * `:health_check` - *required* - (Hash) A structure containing the
|
71
|
-
# configuration information for the new healthcheck.
|
72
|
-
# * `:target` - *required* - (String) Specifies the instance being
|
73
|
-
# checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The
|
74
|
-
# range of valid ports is one (1) through 65535. TCP is the
|
75
|
-
# default, specified as a TCP: port pair, for example "TCP:5000".
|
76
|
-
# In this case a healthcheck simply attempts to open a TCP
|
77
|
-
# connection to the instance on the specified port. Failure to
|
78
|
-
# connect within the configured timeout is considered unhealthy.
|
79
|
-
# SSL is also specified as SSL: port pair, for example, SSL:5000.
|
80
|
-
# For HTTP or HTTPS protocol, the situation is different. You have
|
81
|
-
# to include a ping path in the string. HTTP is specified as a
|
82
|
-
# HTTP:port;/;PathToPing; grouping, for example
|
83
|
-
# "HTTP:80/weather/us/wa/seattle". In this case, a HTTP GET request
|
84
|
-
# is issued to the instance on the given port and path. Any answer
|
85
|
-
# other than "200 OK" within the timeout period is considered
|
86
|
-
# unhealthy. The total length of the HTTP ping target needs to be
|
87
|
-
# 1024 16-bit Unicode characters or less.
|
88
|
-
# * `:interval` - *required* - (Integer) Specifies the approximate
|
89
|
-
# interval, in seconds, between health checks of an individual
|
90
|
-
# instance.
|
91
|
-
# * `:timeout` - *required* - (Integer) Specifies the amount of time,
|
92
|
-
# in seconds, during which no response means a failed health probe.
|
93
|
-
# This value must be less than the Interval value.
|
94
|
-
# * `:unhealthy_threshold` - *required* - (Integer) Specifies the
|
95
|
-
# number of consecutive health probe failures required before
|
96
|
-
# moving the instance to the Unhealthy state.
|
97
|
-
# * `:healthy_threshold` - *required* - (Integer) Specifies the
|
98
|
-
# number of consecutive health probe successes required before
|
99
|
-
# moving the instance to the Healthy state.
|
100
|
-
# @return [Core::Response]
|
101
|
-
# The #data method of the response object returns
|
102
|
-
# a hash with the following structure:
|
103
|
-
#
|
104
|
-
# * `:health_check` - (Hash)
|
105
|
-
# * `:target` - (String)
|
106
|
-
# * `:interval` - (Integer)
|
107
|
-
# * `:timeout` - (Integer)
|
108
|
-
# * `:unhealthy_threshold` - (Integer)
|
109
|
-
# * `:healthy_threshold` - (Integer)
|
110
|
-
|
111
|
-
# @!method create_app_cookie_stickiness_policy(options = {})
|
112
|
-
# Calls the CreateAppCookieStickinessPolicy API operation.
|
113
|
-
# @param [Hash] options
|
114
|
-
#
|
115
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
116
|
-
# with the LoadBalancer. The name must be unique within the client
|
117
|
-
# AWS account.
|
118
|
-
# * `:policy_name` - *required* - (String) The name of the policy being
|
119
|
-
# created. The name must be unique within the set of policies for
|
120
|
-
# this LoadBalancer.
|
121
|
-
# * `:cookie_name` - *required* - (String) Name of the application
|
122
|
-
# cookie used for stickiness.
|
123
|
-
# @return [Core::Response]
|
124
|
-
|
125
|
-
# @!method create_lb_cookie_stickiness_policy(options = {})
|
126
|
-
# Calls the CreateLBCookieStickinessPolicy API operation.
|
127
|
-
# @param [Hash] options
|
128
|
-
#
|
129
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
130
|
-
# with the LoadBalancer. The name must be unique within the client
|
131
|
-
# AWS account.
|
132
|
-
# * `:policy_name` - *required* - (String) The name of the policy being
|
133
|
-
# created. The name must be unique within the set of policies for
|
134
|
-
# this LoadBalancer.
|
135
|
-
# * `:cookie_expiration_period` - (Integer) The time period in seconds
|
136
|
-
# after which the cookie should be considered stale. Not specifying
|
137
|
-
# this parameter indicates that the sticky session will last for the
|
138
|
-
# duration of the browser session.
|
139
|
-
# @return [Core::Response]
|
140
|
-
|
141
|
-
# @!method create_load_balancer(options = {})
|
142
|
-
# Calls the CreateLoadBalancer API operation.
|
143
|
-
# @param [Hash] options
|
144
|
-
#
|
145
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
146
|
-
# with the LoadBalancer. The name must be unique within your set of
|
147
|
-
# LoadBalancers.
|
148
|
-
# * `:listeners` - *required* - (Array<Hash>) A list of the following
|
149
|
-
# tuples: LoadBalancerPort, InstancePort, and Protocol.
|
150
|
-
# * `:protocol` - *required* - (String) Specifies the LoadBalancer
|
151
|
-
# transport protocol to use for routing - HTTP, HTTPS, TCP or SSL.
|
152
|
-
# This property cannot be modified for the life of the
|
153
|
-
# LoadBalancer.
|
154
|
-
# * `:load_balancer_port` - *required* - (Integer) Specifies the
|
155
|
-
# external LoadBalancer port number. This property cannot be
|
156
|
-
# modified for the life of the LoadBalancer.
|
157
|
-
# * `:instance_protocol` - (String) Specifies the protocol to use for
|
158
|
-
# routing traffic to back-end instances - HTTP, HTTPS, TCP, or SSL.
|
159
|
-
# This property cannot be modified for the life of the
|
160
|
-
# LoadBalancer. If the front-end protocol is HTTP or HTTPS,
|
161
|
-
# InstanceProtocol has to be at the same protocol layer, i.e., HTTP
|
162
|
-
# or HTTPS. Likewise, if the front-end protocol is TCP or SSL,
|
163
|
-
# InstanceProtocol has to be TCP or SSL. If there is another
|
164
|
-
# listener with the same InstancePort whose InstanceProtocol is
|
165
|
-
# secure, i.e., HTTPS or SSL, the listener's InstanceProtocol has
|
166
|
-
# to be secure, i.e., HTTPS or SSL. If there is another listener
|
167
|
-
# with the same InstancePort whose InstanceProtocol is HTTP or TCP,
|
168
|
-
# the listener's InstanceProtocol must be either HTTP or TCP.
|
169
|
-
# * `:instance_port` - *required* - (Integer) Specifies the TCP port
|
170
|
-
# on which the instance server is listening. This property cannot
|
171
|
-
# be modified for the life of the LoadBalancer.
|
172
|
-
# * `:ssl_certificate_id` - (String) The ARN string of the server
|
173
|
-
# certificate. To get the ARN of the server certificate, call the
|
174
|
-
# AWS Identity and Access Management UploadServerCertificate API.
|
175
|
-
# * `:availability_zones` - (Array<String>) A list of Availability
|
176
|
-
# Zones. At least one Availability Zone must be specified. Specified
|
177
|
-
# Availability Zones must be in the same EC2 Region as the
|
178
|
-
# LoadBalancer. Traffic will be equally distributed across all zones.
|
179
|
-
# This list can be modified after the creation of the LoadBalancer.
|
180
|
-
# * `:subnets` - (Array<String>) A list of subnet IDs in your VPC to
|
181
|
-
# attach to your LoadBalancer.
|
182
|
-
# * `:security_groups` - (Array<String>) The security groups assigned
|
183
|
-
# to your LoadBalancer within your VPC.
|
184
|
-
# * `:scheme` - (String) The type of a LoadBalancer. This option is
|
185
|
-
# only available for LoadBalancers attached to a Amazon VPC. By
|
186
|
-
# default, Elastic Load Balancer creates an internet-facing load
|
187
|
-
# balancer with publicly resolvable DNS name that resolves to public
|
188
|
-
# IP addresses. Specify the value internal for this option to create
|
189
|
-
# an internal load balancer with a DNS name that resolves to private
|
190
|
-
# IP addresses.
|
191
|
-
# @return [Core::Response]
|
192
|
-
# The #data method of the response object returns
|
193
|
-
# a hash with the following structure:
|
194
|
-
#
|
195
|
-
# * `:dns_name` - (String)
|
196
|
-
|
197
|
-
# @!method create_load_balancer_listeners(options = {})
|
198
|
-
# Calls the CreateLoadBalancerListeners API operation.
|
199
|
-
# @param [Hash] options
|
200
|
-
#
|
201
|
-
# * `:load_balancer_name` - *required* - (String) The name of the new
|
202
|
-
# LoadBalancer. The name must be unique within your AWS account.
|
203
|
-
# * `:listeners` - *required* - (Array<Hash>) A list of
|
204
|
-
# LoadBalancerPort, InstancePort, Protocol, and SSLCertificateId
|
205
|
-
# items.
|
206
|
-
# * `:protocol` - *required* - (String) Specifies the LoadBalancer
|
207
|
-
# transport protocol to use for routing - HTTP, HTTPS, TCP or SSL.
|
208
|
-
# This property cannot be modified for the life of the
|
209
|
-
# LoadBalancer.
|
210
|
-
# * `:load_balancer_port` - *required* - (Integer) Specifies the
|
211
|
-
# external LoadBalancer port number. This property cannot be
|
212
|
-
# modified for the life of the LoadBalancer.
|
213
|
-
# * `:instance_protocol` - (String) Specifies the protocol to use for
|
214
|
-
# routing traffic to back-end instances - HTTP, HTTPS, TCP, or SSL.
|
215
|
-
# This property cannot be modified for the life of the
|
216
|
-
# LoadBalancer. If the front-end protocol is HTTP or HTTPS,
|
217
|
-
# InstanceProtocol has to be at the same protocol layer, i.e., HTTP
|
218
|
-
# or HTTPS. Likewise, if the front-end protocol is TCP or SSL,
|
219
|
-
# InstanceProtocol has to be TCP or SSL. If there is another
|
220
|
-
# listener with the same InstancePort whose InstanceProtocol is
|
221
|
-
# secure, i.e., HTTPS or SSL, the listener's InstanceProtocol has
|
222
|
-
# to be secure, i.e., HTTPS or SSL. If there is another listener
|
223
|
-
# with the same InstancePort whose InstanceProtocol is HTTP or TCP,
|
224
|
-
# the listener's InstanceProtocol must be either HTTP or TCP.
|
225
|
-
# * `:instance_port` - *required* - (Integer) Specifies the TCP port
|
226
|
-
# on which the instance server is listening. This property cannot
|
227
|
-
# be modified for the life of the LoadBalancer.
|
228
|
-
# * `:ssl_certificate_id` - (String) The ARN string of the server
|
229
|
-
# certificate. To get the ARN of the server certificate, call the
|
230
|
-
# AWS Identity and Access Management UploadServerCertificate API.
|
231
|
-
# @return [Core::Response]
|
232
|
-
|
233
|
-
# @!method create_load_balancer_policy(options = {})
|
234
|
-
# Calls the CreateLoadBalancerPolicy API operation.
|
235
|
-
# @param [Hash] options
|
236
|
-
#
|
237
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
238
|
-
# with the LoadBalancer for which the policy is being created. This
|
239
|
-
# name must be unique within the client AWS account.
|
240
|
-
# * `:policy_name` - *required* - (String) The name of the LoadBalancer
|
241
|
-
# policy being created. The name must be unique within the set of
|
242
|
-
# policies for this LoadBalancer.
|
243
|
-
# * `:policy_type_name` - *required* - (String) The name of the base
|
244
|
-
# policy type being used to create this policy. To get the list of
|
245
|
-
# policy types, use the DescribeLoadBalancerPolicyTypes action.
|
246
|
-
# * `:policy_attributes` - (Array<Hash>) A list of attributes
|
247
|
-
# associated with the policy being created.
|
248
|
-
# * `:attribute_name` - (String) The name of the attribute associated
|
249
|
-
# with the policy.
|
250
|
-
# * `:attribute_value` - (String) The value of the attribute
|
251
|
-
# associated with the policy.
|
252
|
-
# @return [Core::Response]
|
253
|
-
|
254
|
-
# @!method delete_load_balancer(options = {})
|
255
|
-
# Calls the DeleteLoadBalancer API operation.
|
256
|
-
# @param [Hash] options
|
257
|
-
#
|
258
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
259
|
-
# with the LoadBalancer. The name must be unique within the client
|
260
|
-
# AWS account.
|
261
|
-
# @return [Core::Response]
|
262
|
-
|
263
|
-
# @!method delete_load_balancer_listeners(options = {})
|
264
|
-
# Calls the DeleteLoadBalancerListeners API operation.
|
265
|
-
# @param [Hash] options
|
266
|
-
#
|
267
|
-
# * `:load_balancer_name` - *required* - (String) The mnemonic name
|
268
|
-
# associated with the LoadBalancer.
|
269
|
-
# * `:load_balancer_ports` - *required* - (Array<Integer>) The client
|
270
|
-
# port number(s) of the LoadBalancerListener(s) to be removed.
|
271
|
-
# @return [Core::Response]
|
272
|
-
|
273
|
-
# @!method delete_load_balancer_policy(options = {})
|
274
|
-
# Calls the DeleteLoadBalancerPolicy API operation.
|
275
|
-
# @param [Hash] options
|
276
|
-
#
|
277
|
-
# * `:load_balancer_name` - *required* - (String) The mnemonic name
|
278
|
-
# associated with the LoadBalancer. The name must be unique within
|
279
|
-
# your AWS account.
|
280
|
-
# * `:policy_name` - *required* - (String) The mnemonic name for the
|
281
|
-
# policy being deleted.
|
282
|
-
# @return [Core::Response]
|
283
|
-
|
284
|
-
# @!method deregister_instances_from_load_balancer(options = {})
|
285
|
-
# Calls the DeregisterInstancesFromLoadBalancer API operation.
|
286
|
-
# @param [Hash] options
|
287
|
-
#
|
288
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
289
|
-
# with the LoadBalancer. The name must be unique within the client
|
290
|
-
# AWS account.
|
291
|
-
# * `:instances` - *required* - (Array<Hash>) A list of EC2 instance
|
292
|
-
# IDs consisting of all instances to be deregistered.
|
293
|
-
# * `:instance_id` - (String) Provides an EC2 instance ID.
|
294
|
-
# @return [Core::Response]
|
295
|
-
# The #data method of the response object returns
|
296
|
-
# a hash with the following structure:
|
297
|
-
#
|
298
|
-
# * `:instances` - (Array<Hash>)
|
299
|
-
# * `:instance_id` - (String)
|
300
|
-
|
301
|
-
# @!method describe_instance_health(options = {})
|
302
|
-
# Calls the DescribeInstanceHealth API operation.
|
303
|
-
# @param [Hash] options
|
304
|
-
#
|
305
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
306
|
-
# with the LoadBalancer. The name must be unique within the client
|
307
|
-
# AWS account.
|
308
|
-
# * `:instances` - (Array<Hash>) A list of instance IDs whose states
|
309
|
-
# are being queried.
|
310
|
-
# * `:instance_id` - (String) Provides an EC2 instance ID.
|
311
|
-
# @return [Core::Response]
|
312
|
-
# The #data method of the response object returns
|
313
|
-
# a hash with the following structure:
|
314
|
-
#
|
315
|
-
# * `:instance_states` - (Array<Hash>)
|
316
|
-
# * `:instance_id` - (String)
|
317
|
-
# * `:state` - (String)
|
318
|
-
# * `:reason_code` - (String)
|
319
|
-
# * `:description` - (String)
|
320
|
-
|
321
|
-
# @!method describe_load_balancer_policies(options = {})
|
322
|
-
# Calls the DescribeLoadBalancerPolicies API operation.
|
323
|
-
# @param [Hash] options
|
324
|
-
#
|
325
|
-
# * `:load_balancer_name` - (String) The mnemonic name associated with
|
326
|
-
# the LoadBalancer. If no name is specified, the operation returns
|
327
|
-
# the attributes of either all the sample policies pre-defined by
|
328
|
-
# Elastic Load Balancing or the specified sample polices.
|
329
|
-
# * `:policy_names` - (Array<String>) The names of LoadBalancer
|
330
|
-
# policies you've created or Elastic Load Balancing sample policy
|
331
|
-
# names.
|
332
|
-
# @return [Core::Response]
|
333
|
-
# The #data method of the response object returns
|
334
|
-
# a hash with the following structure:
|
335
|
-
#
|
336
|
-
# * `:policy_descriptions` - (Array<Hash>)
|
337
|
-
# * `:policy_name` - (String)
|
338
|
-
# * `:policy_type_name` - (String)
|
339
|
-
# * `:policy_attribute_descriptions` - (Array<Hash>)
|
340
|
-
# * `:attribute_name` - (String)
|
341
|
-
# * `:attribute_value` - (String)
|
342
|
-
|
343
|
-
# @!method describe_load_balancer_policy_types(options = {})
|
344
|
-
# Calls the DescribeLoadBalancerPolicyTypes API operation.
|
345
|
-
# @param [Hash] options
|
346
|
-
#
|
347
|
-
# * `:policy_type_names` - (Array<String>) Specifies the name of the
|
348
|
-
# policy types. If no names are specified, returns the description of
|
349
|
-
# all the policy types defined by Elastic Load Balancing service.
|
350
|
-
# @return [Core::Response]
|
351
|
-
# The #data method of the response object returns
|
352
|
-
# a hash with the following structure:
|
353
|
-
#
|
354
|
-
# * `:policy_type_descriptions` - (Array<Hash>)
|
355
|
-
# * `:policy_type_name` - (String)
|
356
|
-
# * `:description` - (String)
|
357
|
-
# * `:policy_attribute_type_descriptions` - (Array<Hash>)
|
358
|
-
# * `:attribute_name` - (String)
|
359
|
-
# * `:attribute_type` - (String)
|
360
|
-
# * `:description` - (String)
|
361
|
-
# * `:default_value` - (String)
|
362
|
-
# * `:cardinality` - (String)
|
363
|
-
|
364
|
-
# @!method describe_load_balancers(options = {})
|
365
|
-
# Calls the DescribeLoadBalancers API operation.
|
366
|
-
# @param [Hash] options
|
367
|
-
#
|
368
|
-
# * `:load_balancer_names` - (Array<String>) A list of names associated
|
369
|
-
# with the LoadBalancers at creation time.
|
370
|
-
# * `:marker` - (String) An optional parameter reserved for future use.
|
371
|
-
# @return [Core::Response]
|
372
|
-
# The #data method of the response object returns
|
373
|
-
# a hash with the following structure:
|
374
|
-
#
|
375
|
-
# * `:load_balancer_descriptions` - (Array<Hash>)
|
376
|
-
# * `:load_balancer_name` - (String)
|
377
|
-
# * `:dns_name` - (String)
|
378
|
-
# * `:canonical_hosted_zone_name` - (String)
|
379
|
-
# * `:canonical_hosted_zone_name_id` - (String)
|
380
|
-
# * `:listener_descriptions` - (Array<Hash>)
|
381
|
-
# * `:listener` - (Hash)
|
382
|
-
# * `:protocol` - (String)
|
383
|
-
# * `:load_balancer_port` - (Integer)
|
384
|
-
# * `:instance_protocol` - (String)
|
385
|
-
# * `:instance_port` - (Integer)
|
386
|
-
# * `:ssl_certificate_id` - (String)
|
387
|
-
# * `:policy_names` - (Array<String>)
|
388
|
-
# * `:policies` - (Hash)
|
389
|
-
# * `:app_cookie_stickiness_policies` - (Array<Hash>)
|
390
|
-
# * `:policy_name` - (String)
|
391
|
-
# * `:cookie_name` - (String)
|
392
|
-
# * `:lb_cookie_stickiness_policies` - (Array<Hash>)
|
393
|
-
# * `:policy_name` - (String)
|
394
|
-
# * `:cookie_expiration_period` - (Integer)
|
395
|
-
# * `:other_policies` - (Array<String>)
|
396
|
-
# * `:backend_server_descriptions` - (Array<Hash>)
|
397
|
-
# * `:instance_port` - (Integer)
|
398
|
-
# * `:policy_names` - (Array<String>)
|
399
|
-
# * `:availability_zones` - (Array<String>)
|
400
|
-
# * `:subnets` - (Array<String>)
|
401
|
-
# * `:vpc_id` - (String)
|
402
|
-
# * `:instances` - (Array<Hash>)
|
403
|
-
# * `:instance_id` - (String)
|
404
|
-
# * `:health_check` - (Hash)
|
405
|
-
# * `:target` - (String)
|
406
|
-
# * `:interval` - (Integer)
|
407
|
-
# * `:timeout` - (Integer)
|
408
|
-
# * `:unhealthy_threshold` - (Integer)
|
409
|
-
# * `:healthy_threshold` - (Integer)
|
410
|
-
# * `:source_security_group` - (Hash)
|
411
|
-
# * `:owner_alias` - (String)
|
412
|
-
# * `:group_name` - (String)
|
413
|
-
# * `:security_groups` - (Array<String>)
|
414
|
-
# * `:created_time` - (Time)
|
415
|
-
# * `:scheme` - (String)
|
416
|
-
# * `:next_marker` - (String)
|
417
|
-
|
418
|
-
# @!method detach_load_balancer_from_subnets(options = {})
|
419
|
-
# Calls the DetachLoadBalancerFromSubnets API operation.
|
420
|
-
# @param [Hash] options
|
421
|
-
#
|
422
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
423
|
-
# with the LoadBalancer to be detached. The name must be unique
|
424
|
-
# within the client AWS account.
|
425
|
-
# * `:subnets` - *required* - (Array<String>) A list of subnet IDs to
|
426
|
-
# remove from the set of configured subnets for the LoadBalancer.
|
427
|
-
# @return [Core::Response]
|
428
|
-
# The #data method of the response object returns
|
429
|
-
# a hash with the following structure:
|
430
|
-
#
|
431
|
-
# * `:subnets` - (Array<String>)
|
432
|
-
|
433
|
-
# @!method disable_availability_zones_for_load_balancer(options = {})
|
434
|
-
# Calls the DisableAvailabilityZonesForLoadBalancer API operation.
|
435
|
-
# @param [Hash] options
|
436
|
-
#
|
437
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
438
|
-
# with the LoadBalancer. The name must be unique within the client
|
439
|
-
# AWS account.
|
440
|
-
# * `:availability_zones` - *required* - (Array<String>) A list of
|
441
|
-
# Availability Zones to be removed from the LoadBalancer. There must
|
442
|
-
# be at least one Availability Zone registered with a LoadBalancer at
|
443
|
-
# all times. The client cannot remove all the Availability Zones from
|
444
|
-
# a LoadBalancer. Specified Availability Zones must be in the same
|
445
|
-
# Region.
|
446
|
-
# @return [Core::Response]
|
447
|
-
# The #data method of the response object returns
|
448
|
-
# a hash with the following structure:
|
449
|
-
#
|
450
|
-
# * `:availability_zones` - (Array<String>)
|
451
|
-
|
452
|
-
# @!method enable_availability_zones_for_load_balancer(options = {})
|
453
|
-
# Calls the EnableAvailabilityZonesForLoadBalancer API operation.
|
454
|
-
# @param [Hash] options
|
455
|
-
#
|
456
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
457
|
-
# with the LoadBalancer. The name must be unique within the client
|
458
|
-
# AWS account.
|
459
|
-
# * `:availability_zones` - *required* - (Array<String>) A list of new
|
460
|
-
# Availability Zones for the LoadBalancer. Each Availability Zone
|
461
|
-
# must be in the same Region as the LoadBalancer.
|
462
|
-
# @return [Core::Response]
|
463
|
-
# The #data method of the response object returns
|
464
|
-
# a hash with the following structure:
|
465
|
-
#
|
466
|
-
# * `:availability_zones` - (Array<String>)
|
467
|
-
|
468
|
-
# @!method register_instances_with_load_balancer(options = {})
|
469
|
-
# Calls the RegisterInstancesWithLoadBalancer API operation.
|
470
|
-
# @param [Hash] options
|
471
|
-
#
|
472
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
473
|
-
# with the LoadBalancer. The name must be unique within the client
|
474
|
-
# AWS account.
|
475
|
-
# * `:instances` - *required* - (Array<Hash>) A list of instance IDs
|
476
|
-
# that should be registered with the LoadBalancer. When the instance
|
477
|
-
# is stopped and then restarted, the IP addresses associated with
|
478
|
-
# your instance changes. Elastic Load Balancing cannot recognize the
|
479
|
-
# new IP address, which prevents it from routing traffic to your
|
480
|
-
# instances. We recommend that you de-register your Amazon EC2
|
481
|
-
# instances from your load balancer after you stop your instance, and
|
482
|
-
# then register the load balancer with your instance after you've
|
483
|
-
# restarted. To de-register your instances from load balancer, use
|
484
|
-
# DeregisterInstancesFromLoadBalancer action.
|
485
|
-
# * `:instance_id` - (String) Provides an EC2 instance ID.
|
486
|
-
# @return [Core::Response]
|
487
|
-
# The #data method of the response object returns
|
488
|
-
# a hash with the following structure:
|
489
|
-
#
|
490
|
-
# * `:instances` - (Array<Hash>)
|
491
|
-
# * `:instance_id` - (String)
|
492
|
-
|
493
|
-
# @!method set_load_balancer_listener_ssl_certificate(options = {})
|
494
|
-
# Calls the SetLoadBalancerListenerSSLCertificate API operation.
|
495
|
-
# @param [Hash] options
|
496
|
-
#
|
497
|
-
# * `:load_balancer_name` - *required* - (String) The name of the the
|
498
|
-
# LoadBalancer.
|
499
|
-
# * `:load_balancer_port` - *required* - (Integer) The port that uses
|
500
|
-
# the specified SSL certificate.
|
501
|
-
# * `:ssl_certificate_id` - *required* - (String) The ID of the SSL
|
502
|
-
# certificate chain to use. For more information on SSL certificates,
|
503
|
-
# see Managing Server Certificates in the AWS Identity and Access
|
504
|
-
# Management documentation.
|
505
|
-
# @return [Core::Response]
|
506
|
-
|
507
|
-
# @!method set_load_balancer_policies_for_backend_server(options = {})
|
508
|
-
# Calls the SetLoadBalancerPoliciesForBackendServer API operation.
|
509
|
-
# @param [Hash] options
|
510
|
-
#
|
511
|
-
# * `:load_balancer_name` - *required* - (String) The mnemonic name
|
512
|
-
# associated with the LoadBalancer. This name must be unique within
|
513
|
-
# the client AWS account.
|
514
|
-
# * `:instance_port` - *required* - (Integer) The port number
|
515
|
-
# associated with the back-end server.
|
516
|
-
# * `:policy_names` - *required* - (Array<String>) List of policy names
|
517
|
-
# to be set. If the list is empty, then all current polices are
|
518
|
-
# removed from the back-end server.
|
519
|
-
# @return [Core::Response]
|
520
|
-
|
521
|
-
# @!method set_load_balancer_policies_of_listener(options = {})
|
522
|
-
# Calls the SetLoadBalancerPoliciesOfListener API operation.
|
523
|
-
# @param [Hash] options
|
524
|
-
#
|
525
|
-
# * `:load_balancer_name` - *required* - (String) The name associated
|
526
|
-
# with the LoadBalancer. The name must be unique within the client
|
527
|
-
# AWS account.
|
528
|
-
# * `:load_balancer_port` - *required* - (Integer) The external port of
|
529
|
-
# the LoadBalancer with which this policy applies to.
|
530
|
-
# * `:policy_names` - *required* - (Array<String>) List of policies to
|
531
|
-
# be associated with the listener. Currently this list can have at
|
532
|
-
# most one policy. If the list is empty, the current policy is
|
533
|
-
# removed from the listener.
|
534
|
-
# @return [Core::Response]
|
535
|
-
|
536
|
-
# end client methods #
|
537
|
-
|
538
29
|
define_client_methods('2012-06-01')
|
539
30
|
|
540
31
|
end
|