aws-sdk-lightsail 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36d6f183ac23f03ddec30bd869cf42d9b36b528f
4
- data.tar.gz: 2c0589292d48b0992f1e778a69efd70bf033c99c
3
+ metadata.gz: c416d24f3ee8b517bbb2d79761aa098e5ad6d37c
4
+ data.tar.gz: b87563d749cc59ba3a55fc0028026eda09e64ffb
5
5
  SHA512:
6
- metadata.gz: 5b10c27adb2e308df82748481098985b01560d9fa27fbbc7089ad6b991345fe72d5f8f8568efad1365ea72f3114e77b2ef73d90627884dcad9e4593821e4d2f0
7
- data.tar.gz: a7a782de5b08f80672691790fdc992663935c9d8bca5498986ff871ffaae8aa46eff862ba24c28f6a48bd1bbfbd2a92db94bb8f6be257ed24e13d1d3ef177463
6
+ metadata.gz: 1f8b94b97a61abf166b89f7855d915ba4b4e77194b43d14cd834ffd4ca5e41291ea0f7afdc37140279ff4abe79a3f69a56b4e477e46d6eeabd7e3384cffee5fa
7
+ data.tar.gz: 5132feef92ac26dfbbaf5a43800f97e7f19b60edf45fcf66ef07c20a2ceb796774becdacd4cf2d61583c0973cf0d08702878deccf7154eac0ee7a273f80e83a8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lightsail/customizations'
42
42
  # @service
43
43
  module Aws::Lightsail
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -178,11 +178,11 @@ module Aws::Lightsail
178
178
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
179
179
  # resp.operations[0].created_at #=> Time
180
180
  # resp.operations[0].location.availability_zone #=> String
181
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
181
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
182
182
  # resp.operations[0].is_terminal #=> Boolean
183
183
  # resp.operations[0].operation_details #=> String
184
184
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
185
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
185
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
186
186
  # resp.operations[0].status_changed_at #=> Time
187
187
  # resp.operations[0].error_code #=> String
188
188
  # resp.operations[0].error_details #=> String
@@ -229,11 +229,11 @@ module Aws::Lightsail
229
229
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
230
230
  # resp.operations[0].created_at #=> Time
231
231
  # resp.operations[0].location.availability_zone #=> String
232
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
232
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
233
233
  # resp.operations[0].is_terminal #=> Boolean
234
234
  # resp.operations[0].operation_details #=> String
235
235
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
236
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
236
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
237
237
  # resp.operations[0].status_changed_at #=> Time
238
238
  # resp.operations[0].error_code #=> String
239
239
  # resp.operations[0].error_details #=> String
@@ -249,6 +249,9 @@ module Aws::Lightsail
249
249
 
250
250
  # Attaches one or more Lightsail instances to a load balancer.
251
251
  #
252
+ # After some time, the instances are attached to the load balancer and
253
+ # the health check status is available.
254
+ #
252
255
  # @option params [required, String] :load_balancer_name
253
256
  # The name of the load balancer.
254
257
  #
@@ -256,6 +259,13 @@ module Aws::Lightsail
256
259
  # An array of strings representing the instance name(s) you want to
257
260
  # attach to your load balancer.
258
261
  #
262
+ # An instance must be `running` before you can attach it to your load
263
+ # balancer.
264
+ #
265
+ # There are no additional limits on the number of instances you can
266
+ # attach to your load balancer, aside from the limit of Lightsail
267
+ # instances you can create in your account (20).
268
+ #
259
269
  # @return [Types::AttachInstancesToLoadBalancerResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
260
270
  #
261
271
  # * {Types::AttachInstancesToLoadBalancerResult#operations #operations} => Array<Types::Operation>
@@ -275,11 +285,11 @@ module Aws::Lightsail
275
285
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
276
286
  # resp.operations[0].created_at #=> Time
277
287
  # resp.operations[0].location.availability_zone #=> String
278
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
288
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
279
289
  # resp.operations[0].is_terminal #=> Boolean
280
290
  # resp.operations[0].operation_details #=> String
281
291
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
282
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
292
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
283
293
  # resp.operations[0].status_changed_at #=> Time
284
294
  # resp.operations[0].error_code #=> String
285
295
  # resp.operations[0].error_details #=> String
@@ -294,17 +304,22 @@ module Aws::Lightsail
294
304
  end
295
305
 
296
306
  # Attaches a Transport Layer Security (TLS) certificate to your load
297
- # balancer.
307
+ # balancer. TLS is just an updated, more secure version of Secure Socket
308
+ # Layer (SSL).
298
309
  #
299
- # TLS is just an updated, more secure version of Secure Socket Layer
300
- # (SSL).
310
+ # Once you create and validate your certificate, you can attach it to
311
+ # your load balancer. You can also use this API to rotate the
312
+ # certificates on your account. Use the
313
+ # `AttachLoadBalancerTlsCertificate` operation with the non-attached
314
+ # certificate, and it will replace the existing one and become the
315
+ # attached certificate.
301
316
  #
302
317
  # @option params [required, String] :load_balancer_name
303
318
  # The name of the load balancer to which you want to associate the
304
- # TLS/SSL certificate.
319
+ # SSL/TLS certificate.
305
320
  #
306
321
  # @option params [required, String] :certificate_name
307
- # The name of your TLS/SSL certificate.
322
+ # The name of your SSL/TLS certificate.
308
323
  #
309
324
  # @return [Types::AttachLoadBalancerTlsCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
310
325
  #
@@ -325,11 +340,11 @@ module Aws::Lightsail
325
340
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
326
341
  # resp.operations[0].created_at #=> Time
327
342
  # resp.operations[0].location.availability_zone #=> String
328
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
343
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
329
344
  # resp.operations[0].is_terminal #=> Boolean
330
345
  # resp.operations[0].operation_details #=> String
331
346
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
332
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
347
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
333
348
  # resp.operations[0].status_changed_at #=> Time
334
349
  # resp.operations[0].error_code #=> String
335
350
  # resp.operations[0].error_details #=> String
@@ -370,11 +385,11 @@ module Aws::Lightsail
370
385
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
371
386
  # resp.operations[0].created_at #=> Time
372
387
  # resp.operations[0].location.availability_zone #=> String
373
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
388
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
374
389
  # resp.operations[0].is_terminal #=> Boolean
375
390
  # resp.operations[0].operation_details #=> String
376
391
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
377
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
392
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
378
393
  # resp.operations[0].status_changed_at #=> Time
379
394
  # resp.operations[0].error_code #=> String
380
395
  # resp.operations[0].error_details #=> String
@@ -419,11 +434,11 @@ module Aws::Lightsail
419
434
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
420
435
  # resp.operation.created_at #=> Time
421
436
  # resp.operation.location.availability_zone #=> String
422
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
437
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
423
438
  # resp.operation.is_terminal #=> Boolean
424
439
  # resp.operation.operation_details #=> String
425
440
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
426
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
441
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
427
442
  # resp.operation.status_changed_at #=> Time
428
443
  # resp.operation.error_code #=> String
429
444
  # resp.operation.error_details #=> String
@@ -481,11 +496,11 @@ module Aws::Lightsail
481
496
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
482
497
  # resp.operations[0].created_at #=> Time
483
498
  # resp.operations[0].location.availability_zone #=> String
484
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
499
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
485
500
  # resp.operations[0].is_terminal #=> Boolean
486
501
  # resp.operations[0].operation_details #=> String
487
502
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
488
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
503
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
489
504
  # resp.operations[0].status_changed_at #=> Time
490
505
  # resp.operations[0].error_code #=> String
491
506
  # resp.operations[0].error_details #=> String
@@ -548,11 +563,11 @@ module Aws::Lightsail
548
563
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
549
564
  # resp.operations[0].created_at #=> Time
550
565
  # resp.operations[0].location.availability_zone #=> String
551
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
566
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
552
567
  # resp.operations[0].is_terminal #=> Boolean
553
568
  # resp.operations[0].operation_details #=> String
554
569
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
555
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
570
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
556
571
  # resp.operations[0].status_changed_at #=> Time
557
572
  # resp.operations[0].error_code #=> String
558
573
  # resp.operations[0].error_details #=> String
@@ -608,11 +623,11 @@ module Aws::Lightsail
608
623
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
609
624
  # resp.operations[0].created_at #=> Time
610
625
  # resp.operations[0].location.availability_zone #=> String
611
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
626
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
612
627
  # resp.operations[0].is_terminal #=> Boolean
613
628
  # resp.operations[0].operation_details #=> String
614
629
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
615
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
630
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
616
631
  # resp.operations[0].status_changed_at #=> Time
617
632
  # resp.operations[0].error_code #=> String
618
633
  # resp.operations[0].error_details #=> String
@@ -656,11 +671,11 @@ module Aws::Lightsail
656
671
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
657
672
  # resp.operation.created_at #=> Time
658
673
  # resp.operation.location.availability_zone #=> String
659
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
674
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
660
675
  # resp.operation.is_terminal #=> Boolean
661
676
  # resp.operation.operation_details #=> String
662
677
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
663
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
678
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
664
679
  # resp.operation.status_changed_at #=> Time
665
680
  # resp.operation.error_code #=> String
666
681
  # resp.operation.error_details #=> String
@@ -712,11 +727,11 @@ module Aws::Lightsail
712
727
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
713
728
  # resp.operation.created_at #=> Time
714
729
  # resp.operation.location.availability_zone #=> String
715
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
730
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
716
731
  # resp.operation.is_terminal #=> Boolean
717
732
  # resp.operation.operation_details #=> String
718
733
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
719
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
734
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
720
735
  # resp.operation.status_changed_at #=> Time
721
736
  # resp.operation.error_code #=> String
722
737
  # resp.operation.error_details #=> String
@@ -759,11 +774,11 @@ module Aws::Lightsail
759
774
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
760
775
  # resp.operations[0].created_at #=> Time
761
776
  # resp.operations[0].location.availability_zone #=> String
762
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
777
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
763
778
  # resp.operations[0].is_terminal #=> Boolean
764
779
  # resp.operations[0].operation_details #=> String
765
780
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
766
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
781
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
767
782
  # resp.operations[0].status_changed_at #=> Time
768
783
  # resp.operations[0].error_code #=> String
769
784
  # resp.operations[0].error_details #=> String
@@ -856,11 +871,11 @@ module Aws::Lightsail
856
871
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
857
872
  # resp.operations[0].created_at #=> Time
858
873
  # resp.operations[0].location.availability_zone #=> String
859
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
874
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
860
875
  # resp.operations[0].is_terminal #=> Boolean
861
876
  # resp.operations[0].operation_details #=> String
862
877
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
863
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
878
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
864
879
  # resp.operations[0].status_changed_at #=> Time
865
880
  # resp.operations[0].error_code #=> String
866
881
  # resp.operations[0].error_details #=> String
@@ -953,11 +968,11 @@ module Aws::Lightsail
953
968
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
954
969
  # resp.operations[0].created_at #=> Time
955
970
  # resp.operations[0].location.availability_zone #=> String
956
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
971
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
957
972
  # resp.operations[0].is_terminal #=> Boolean
958
973
  # resp.operations[0].operation_details #=> String
959
974
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
960
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
975
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
961
976
  # resp.operations[0].status_changed_at #=> Time
962
977
  # resp.operations[0].error_code #=> String
963
978
  # resp.operations[0].error_details #=> String
@@ -996,7 +1011,7 @@ module Aws::Lightsail
996
1011
  # resp.key_pair.support_code #=> String
997
1012
  # resp.key_pair.created_at #=> Time
998
1013
  # resp.key_pair.location.availability_zone #=> String
999
- # resp.key_pair.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1014
+ # resp.key_pair.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1000
1015
  # resp.key_pair.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1001
1016
  # resp.key_pair.fingerprint #=> String
1002
1017
  # resp.public_key_base_64 #=> String
@@ -1006,11 +1021,11 @@ module Aws::Lightsail
1006
1021
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1007
1022
  # resp.operation.created_at #=> Time
1008
1023
  # resp.operation.location.availability_zone #=> String
1009
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1024
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1010
1025
  # resp.operation.is_terminal #=> Boolean
1011
1026
  # resp.operation.operation_details #=> String
1012
1027
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1013
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1028
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1014
1029
  # resp.operation.status_changed_at #=> Time
1015
1030
  # resp.operation.error_code #=> String
1016
1031
  # resp.operation.error_details #=> String
@@ -1024,11 +1039,18 @@ module Aws::Lightsail
1024
1039
  req.send_request(options)
1025
1040
  end
1026
1041
 
1027
- # Creates a Lightsail load balancer.
1042
+ # Creates a Lightsail load balancer. To learn more about deciding
1043
+ # whether to load balance your application, see [Configure your
1044
+ # Lightsail instances for load balancing][1]. You can create up to 5
1045
+ # load balancers per AWS Region in your account.
1028
1046
  #
1029
- # When you create a load balancer, you can specify certificates and port
1030
- # settings. You can create up to 5 load balancers per AWS Region in your
1031
- # account.
1047
+ # When you create a load balancer, you can specify a unique name and
1048
+ # port settings. To change additional load balancer settings, use the
1049
+ # `UpdateLoadBalancerAttribute` operation.
1050
+ #
1051
+ #
1052
+ #
1053
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/how-to/article/configure-lightsail-instances-for-load-balancing
1032
1054
  #
1033
1055
  # @option params [required, String] :load_balancer_name
1034
1056
  # The name of your load balancer.
@@ -1041,8 +1063,12 @@ module Aws::Lightsail
1041
1063
  # you didn't specify a health check path, Lightsail uses the root path
1042
1064
  # of your website (e.g., `"/"`).
1043
1065
  #
1066
+ # You may want to specify a custom health check path other than the root
1067
+ # of your application if your home page loads slowly or has a lot of
1068
+ # media or scripting on it.
1069
+ #
1044
1070
  # @option params [String] :certificate_name
1045
- # The name of the TLS/SSL certificate.
1071
+ # The name of the SSL/TLS certificate.
1046
1072
  #
1047
1073
  # If you specify `certificateName`, then `certificateDomainName` is
1048
1074
  # required (and vice-versa).
@@ -1055,8 +1081,9 @@ module Aws::Lightsail
1055
1081
  # required (and vice-versa).
1056
1082
  #
1057
1083
  # @option params [Array<String>] :certificate_alternative_names
1058
- # The alternative domain names to use with your TLS/SSL certificate
1059
- # (e.g., `www.example.com`, `www.ejemplo.com`, `ejemplo.com`).
1084
+ # The optional alternative domains and subdomains to use with your
1085
+ # SSL/TLS certificate (e.g., `www.example.com`, `example.com`,
1086
+ # `m.example.com`, `blog.example.com`).
1060
1087
  #
1061
1088
  # @return [Types::CreateLoadBalancerResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1062
1089
  #
@@ -1081,11 +1108,11 @@ module Aws::Lightsail
1081
1108
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1082
1109
  # resp.operations[0].created_at #=> Time
1083
1110
  # resp.operations[0].location.availability_zone #=> String
1084
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1111
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1085
1112
  # resp.operations[0].is_terminal #=> Boolean
1086
1113
  # resp.operations[0].operation_details #=> String
1087
1114
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1088
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1115
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1089
1116
  # resp.operations[0].status_changed_at #=> Time
1090
1117
  # resp.operations[0].error_code #=> String
1091
1118
  # resp.operations[0].error_details #=> String
@@ -1105,18 +1132,30 @@ module Aws::Lightsail
1105
1132
  # (SSL).
1106
1133
  #
1107
1134
  # @option params [required, String] :load_balancer_name
1108
- # The load balancer name where you want to create the TLS/SSL
1135
+ # The load balancer name where you want to create the SSL/TLS
1109
1136
  # certificate.
1110
1137
  #
1111
1138
  # @option params [required, String] :certificate_name
1112
- # The TLS/SSL certificate name.
1139
+ # The SSL/TLS certificate name.
1140
+ #
1141
+ # You can have up to 10 certificates in your account at one time. Each
1142
+ # Lightsail load balancer can have up to 2 certificates associated with
1143
+ # it at one time. There is also an overall limit to the number of
1144
+ # certificates that can be issue in a 365-day period. For more
1145
+ # information, see [Limits][1].
1146
+ #
1147
+ #
1148
+ #
1149
+ # [1]: http://docs.aws.amazon.com/acm/latest/userguide/acm-limits.html
1113
1150
  #
1114
1151
  # @option params [required, String] :certificate_domain_name
1115
- # The domain name (e.g., `example.com`) for your TLS/SSL certificate.
1152
+ # The domain name (e.g., `example.com`) for your SSL/TLS certificate.
1116
1153
  #
1117
1154
  # @option params [Array<String>] :certificate_alternative_names
1118
- # An array of strings listing alternative domain names for your TLS/SSL
1119
- # certificate.
1155
+ # An array of strings listing alternative domains and subdomains for
1156
+ # your SSL/TLS certificate. Lightsail will de-dupe the names for you.
1157
+ # You can have a maximum of 9 alternative names (in addition to the 1
1158
+ # primary domain). We do not support wildcards (e.g., `*.example.com`).
1120
1159
  #
1121
1160
  # @return [Types::CreateLoadBalancerTlsCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1122
1161
  #
@@ -1139,11 +1178,11 @@ module Aws::Lightsail
1139
1178
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1140
1179
  # resp.operations[0].created_at #=> Time
1141
1180
  # resp.operations[0].location.availability_zone #=> String
1142
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1181
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1143
1182
  # resp.operations[0].is_terminal #=> Boolean
1144
1183
  # resp.operations[0].operation_details #=> String
1145
1184
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1146
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1185
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1147
1186
  # resp.operations[0].status_changed_at #=> Time
1148
1187
  # resp.operations[0].error_code #=> String
1149
1188
  # resp.operations[0].error_details #=> String
@@ -1185,11 +1224,11 @@ module Aws::Lightsail
1185
1224
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1186
1225
  # resp.operations[0].created_at #=> Time
1187
1226
  # resp.operations[0].location.availability_zone #=> String
1188
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1227
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1189
1228
  # resp.operations[0].is_terminal #=> Boolean
1190
1229
  # resp.operations[0].operation_details #=> String
1191
1230
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1192
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1231
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1193
1232
  # resp.operations[0].status_changed_at #=> Time
1194
1233
  # resp.operations[0].error_code #=> String
1195
1234
  # resp.operations[0].error_details #=> String
@@ -1235,11 +1274,11 @@ module Aws::Lightsail
1235
1274
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1236
1275
  # resp.operations[0].created_at #=> Time
1237
1276
  # resp.operations[0].location.availability_zone #=> String
1238
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1277
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1239
1278
  # resp.operations[0].is_terminal #=> Boolean
1240
1279
  # resp.operations[0].operation_details #=> String
1241
1280
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1242
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1281
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1243
1282
  # resp.operations[0].status_changed_at #=> Time
1244
1283
  # resp.operations[0].error_code #=> String
1245
1284
  # resp.operations[0].error_details #=> String
@@ -1275,11 +1314,11 @@ module Aws::Lightsail
1275
1314
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1276
1315
  # resp.operation.created_at #=> Time
1277
1316
  # resp.operation.location.availability_zone #=> String
1278
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1317
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1279
1318
  # resp.operation.is_terminal #=> Boolean
1280
1319
  # resp.operation.operation_details #=> String
1281
1320
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1282
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1321
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1283
1322
  # resp.operation.status_changed_at #=> Time
1284
1323
  # resp.operation.error_code #=> String
1285
1324
  # resp.operation.error_details #=> String
@@ -1329,11 +1368,11 @@ module Aws::Lightsail
1329
1368
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1330
1369
  # resp.operation.created_at #=> Time
1331
1370
  # resp.operation.location.availability_zone #=> String
1332
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1371
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1333
1372
  # resp.operation.is_terminal #=> Boolean
1334
1373
  # resp.operation.operation_details #=> String
1335
1374
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1336
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1375
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1337
1376
  # resp.operation.status_changed_at #=> Time
1338
1377
  # resp.operation.error_code #=> String
1339
1378
  # resp.operation.error_details #=> String
@@ -1371,11 +1410,11 @@ module Aws::Lightsail
1371
1410
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1372
1411
  # resp.operations[0].created_at #=> Time
1373
1412
  # resp.operations[0].location.availability_zone #=> String
1374
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1413
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1375
1414
  # resp.operations[0].is_terminal #=> Boolean
1376
1415
  # resp.operations[0].operation_details #=> String
1377
1416
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1378
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1417
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1379
1418
  # resp.operations[0].status_changed_at #=> Time
1380
1419
  # resp.operations[0].error_code #=> String
1381
1420
  # resp.operations[0].error_details #=> String
@@ -1413,11 +1452,11 @@ module Aws::Lightsail
1413
1452
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1414
1453
  # resp.operations[0].created_at #=> Time
1415
1454
  # resp.operations[0].location.availability_zone #=> String
1416
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1455
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1417
1456
  # resp.operations[0].is_terminal #=> Boolean
1418
1457
  # resp.operations[0].operation_details #=> String
1419
1458
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1420
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1459
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1421
1460
  # resp.operations[0].status_changed_at #=> Time
1422
1461
  # resp.operations[0].error_code #=> String
1423
1462
  # resp.operations[0].error_details #=> String
@@ -1453,11 +1492,11 @@ module Aws::Lightsail
1453
1492
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1454
1493
  # resp.operation.created_at #=> Time
1455
1494
  # resp.operation.location.availability_zone #=> String
1456
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1495
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1457
1496
  # resp.operation.is_terminal #=> Boolean
1458
1497
  # resp.operation.operation_details #=> String
1459
1498
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1460
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1499
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1461
1500
  # resp.operation.status_changed_at #=> Time
1462
1501
  # resp.operation.error_code #=> String
1463
1502
  # resp.operation.error_details #=> String
@@ -1471,7 +1510,10 @@ module Aws::Lightsail
1471
1510
  req.send_request(options)
1472
1511
  end
1473
1512
 
1474
- # Deletes a Lightsail load balancer.
1513
+ # Deletes a Lightsail load balancer and all its associated SSL/TLS
1514
+ # certificates. Once the load balancer is deleted, you will need to
1515
+ # create a new load balancer, create a new certificate, and verify
1516
+ # domain ownership again.
1475
1517
  #
1476
1518
  # @option params [required, String] :load_balancer_name
1477
1519
  # The name of the load balancer you want to delete.
@@ -1494,11 +1536,11 @@ module Aws::Lightsail
1494
1536
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1495
1537
  # resp.operations[0].created_at #=> Time
1496
1538
  # resp.operations[0].location.availability_zone #=> String
1497
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1539
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1498
1540
  # resp.operations[0].is_terminal #=> Boolean
1499
1541
  # resp.operations[0].operation_details #=> String
1500
1542
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1501
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1543
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1502
1544
  # resp.operations[0].status_changed_at #=> Time
1503
1545
  # resp.operations[0].error_code #=> String
1504
1546
  # resp.operations[0].error_details #=> String
@@ -1512,17 +1554,22 @@ module Aws::Lightsail
1512
1554
  req.send_request(options)
1513
1555
  end
1514
1556
 
1515
- # Deletes a TLS/SSL certificate associated with a Lightsail load
1557
+ # Deletes an SSL/TLS certificate associated with a Lightsail load
1516
1558
  # balancer.
1517
1559
  #
1518
1560
  # @option params [required, String] :load_balancer_name
1519
1561
  # The load balancer name.
1520
1562
  #
1521
1563
  # @option params [required, String] :certificate_name
1522
- # The TLS/SSL certificate name.
1564
+ # The SSL/TLS certificate name.
1523
1565
  #
1524
1566
  # @option params [Boolean] :force
1525
- # When `true`, forces the deletion of a TLS/SSL certificate.
1567
+ # When `true`, forces the deletion of an SSL/TLS certificate.
1568
+ #
1569
+ # There can be two certificates associated with a Lightsail load
1570
+ # balancer: the primary and the backup. The force parameter is required
1571
+ # when the primary SSL/TLS certificate is in use by an instance attached
1572
+ # to the load balancer.
1526
1573
  #
1527
1574
  # @return [Types::DeleteLoadBalancerTlsCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1528
1575
  #
@@ -1544,11 +1591,11 @@ module Aws::Lightsail
1544
1591
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1545
1592
  # resp.operations[0].created_at #=> Time
1546
1593
  # resp.operations[0].location.availability_zone #=> String
1547
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1594
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1548
1595
  # resp.operations[0].is_terminal #=> Boolean
1549
1596
  # resp.operations[0].operation_details #=> String
1550
1597
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1551
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1598
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1552
1599
  # resp.operations[0].status_changed_at #=> Time
1553
1600
  # resp.operations[0].error_code #=> String
1554
1601
  # resp.operations[0].error_details #=> String
@@ -1588,11 +1635,11 @@ module Aws::Lightsail
1588
1635
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1589
1636
  # resp.operations[0].created_at #=> Time
1590
1637
  # resp.operations[0].location.availability_zone #=> String
1591
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1638
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1592
1639
  # resp.operations[0].is_terminal #=> Boolean
1593
1640
  # resp.operations[0].operation_details #=> String
1594
1641
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1595
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1642
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1596
1643
  # resp.operations[0].status_changed_at #=> Time
1597
1644
  # resp.operations[0].error_code #=> String
1598
1645
  # resp.operations[0].error_details #=> String
@@ -1608,6 +1655,9 @@ module Aws::Lightsail
1608
1655
 
1609
1656
  # Detaches the specified instances from a Lightsail load balancer.
1610
1657
  #
1658
+ # This operation waits until the instances are no longer needed before
1659
+ # they are detached from the load balancer.
1660
+ #
1611
1661
  # @option params [required, String] :load_balancer_name
1612
1662
  # The name of the Lightsail load balancer.
1613
1663
  #
@@ -1634,11 +1684,11 @@ module Aws::Lightsail
1634
1684
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1635
1685
  # resp.operations[0].created_at #=> Time
1636
1686
  # resp.operations[0].location.availability_zone #=> String
1637
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1687
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1638
1688
  # resp.operations[0].is_terminal #=> Boolean
1639
1689
  # resp.operations[0].operation_details #=> String
1640
1690
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1641
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1691
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1642
1692
  # resp.operations[0].status_changed_at #=> Time
1643
1693
  # resp.operations[0].error_code #=> String
1644
1694
  # resp.operations[0].error_details #=> String
@@ -1676,11 +1726,11 @@ module Aws::Lightsail
1676
1726
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1677
1727
  # resp.operations[0].created_at #=> Time
1678
1728
  # resp.operations[0].location.availability_zone #=> String
1679
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1729
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1680
1730
  # resp.operations[0].is_terminal #=> Boolean
1681
1731
  # resp.operations[0].operation_details #=> String
1682
1732
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
1683
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
1733
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
1684
1734
  # resp.operations[0].status_changed_at #=> Time
1685
1735
  # resp.operations[0].error_code #=> String
1686
1736
  # resp.operations[0].error_details #=> String
@@ -1870,7 +1920,7 @@ module Aws::Lightsail
1870
1920
  # resp.disk.support_code #=> String
1871
1921
  # resp.disk.created_at #=> Time
1872
1922
  # resp.disk.location.availability_zone #=> String
1873
- # resp.disk.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1923
+ # resp.disk.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1874
1924
  # resp.disk.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1875
1925
  # resp.disk.size_in_gb #=> Integer
1876
1926
  # resp.disk.is_system_disk #=> Boolean
@@ -1913,7 +1963,7 @@ module Aws::Lightsail
1913
1963
  # resp.disk_snapshot.support_code #=> String
1914
1964
  # resp.disk_snapshot.created_at #=> Time
1915
1965
  # resp.disk_snapshot.location.availability_zone #=> String
1916
- # resp.disk_snapshot.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1966
+ # resp.disk_snapshot.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1917
1967
  # resp.disk_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1918
1968
  # resp.disk_snapshot.size_in_gb #=> Integer
1919
1969
  # resp.disk_snapshot.state #=> String, one of "pending", "completed", "error", "unknown"
@@ -1960,7 +2010,7 @@ module Aws::Lightsail
1960
2010
  # resp.disk_snapshots[0].support_code #=> String
1961
2011
  # resp.disk_snapshots[0].created_at #=> Time
1962
2012
  # resp.disk_snapshots[0].location.availability_zone #=> String
1963
- # resp.disk_snapshots[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2013
+ # resp.disk_snapshots[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1964
2014
  # resp.disk_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
1965
2015
  # resp.disk_snapshots[0].size_in_gb #=> Integer
1966
2016
  # resp.disk_snapshots[0].state #=> String, one of "pending", "completed", "error", "unknown"
@@ -2008,7 +2058,7 @@ module Aws::Lightsail
2008
2058
  # resp.disks[0].support_code #=> String
2009
2059
  # resp.disks[0].created_at #=> Time
2010
2060
  # resp.disks[0].location.availability_zone #=> String
2011
- # resp.disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2061
+ # resp.disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2012
2062
  # resp.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2013
2063
  # resp.disks[0].size_in_gb #=> Integer
2014
2064
  # resp.disks[0].is_system_disk #=> Boolean
@@ -2052,7 +2102,7 @@ module Aws::Lightsail
2052
2102
  # resp.domain.support_code #=> String
2053
2103
  # resp.domain.created_at #=> Time
2054
2104
  # resp.domain.location.availability_zone #=> String
2055
- # resp.domain.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2105
+ # resp.domain.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2056
2106
  # resp.domain.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2057
2107
  # resp.domain.domain_entries #=> Array
2058
2108
  # resp.domain.domain_entries[0].id #=> String
@@ -2097,7 +2147,7 @@ module Aws::Lightsail
2097
2147
  # resp.domains[0].support_code #=> String
2098
2148
  # resp.domains[0].created_at #=> Time
2099
2149
  # resp.domains[0].location.availability_zone #=> String
2100
- # resp.domains[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2150
+ # resp.domains[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2101
2151
  # resp.domains[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2102
2152
  # resp.domains[0].domain_entries #=> Array
2103
2153
  # resp.domains[0].domain_entries[0].id #=> String
@@ -2141,7 +2191,7 @@ module Aws::Lightsail
2141
2191
  # resp.instance.support_code #=> String
2142
2192
  # resp.instance.created_at #=> Time
2143
2193
  # resp.instance.location.availability_zone #=> String
2144
- # resp.instance.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2194
+ # resp.instance.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2145
2195
  # resp.instance.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2146
2196
  # resp.instance.blueprint_id #=> String
2147
2197
  # resp.instance.blueprint_name #=> String
@@ -2157,7 +2207,7 @@ module Aws::Lightsail
2157
2207
  # resp.instance.hardware.disks[0].support_code #=> String
2158
2208
  # resp.instance.hardware.disks[0].created_at #=> Time
2159
2209
  # resp.instance.hardware.disks[0].location.availability_zone #=> String
2160
- # resp.instance.hardware.disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2210
+ # resp.instance.hardware.disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2161
2211
  # resp.instance.hardware.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2162
2212
  # resp.instance.hardware.disks[0].size_in_gb #=> Integer
2163
2213
  # resp.instance.hardware.disks[0].is_system_disk #=> Boolean
@@ -2351,7 +2401,7 @@ module Aws::Lightsail
2351
2401
  # resp.instance_snapshot.support_code #=> String
2352
2402
  # resp.instance_snapshot.created_at #=> Time
2353
2403
  # resp.instance_snapshot.location.availability_zone #=> String
2354
- # resp.instance_snapshot.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2404
+ # resp.instance_snapshot.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2355
2405
  # resp.instance_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2356
2406
  # resp.instance_snapshot.state #=> String, one of "pending", "error", "available"
2357
2407
  # resp.instance_snapshot.progress #=> String
@@ -2361,7 +2411,7 @@ module Aws::Lightsail
2361
2411
  # resp.instance_snapshot.from_attached_disks[0].support_code #=> String
2362
2412
  # resp.instance_snapshot.from_attached_disks[0].created_at #=> Time
2363
2413
  # resp.instance_snapshot.from_attached_disks[0].location.availability_zone #=> String
2364
- # resp.instance_snapshot.from_attached_disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2414
+ # resp.instance_snapshot.from_attached_disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2365
2415
  # resp.instance_snapshot.from_attached_disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2366
2416
  # resp.instance_snapshot.from_attached_disks[0].size_in_gb #=> Integer
2367
2417
  # resp.instance_snapshot.from_attached_disks[0].is_system_disk #=> Boolean
@@ -2412,7 +2462,7 @@ module Aws::Lightsail
2412
2462
  # resp.instance_snapshots[0].support_code #=> String
2413
2463
  # resp.instance_snapshots[0].created_at #=> Time
2414
2464
  # resp.instance_snapshots[0].location.availability_zone #=> String
2415
- # resp.instance_snapshots[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2465
+ # resp.instance_snapshots[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2416
2466
  # resp.instance_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2417
2467
  # resp.instance_snapshots[0].state #=> String, one of "pending", "error", "available"
2418
2468
  # resp.instance_snapshots[0].progress #=> String
@@ -2422,7 +2472,7 @@ module Aws::Lightsail
2422
2472
  # resp.instance_snapshots[0].from_attached_disks[0].support_code #=> String
2423
2473
  # resp.instance_snapshots[0].from_attached_disks[0].created_at #=> Time
2424
2474
  # resp.instance_snapshots[0].from_attached_disks[0].location.availability_zone #=> String
2425
- # resp.instance_snapshots[0].from_attached_disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2475
+ # resp.instance_snapshots[0].from_attached_disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2426
2476
  # resp.instance_snapshots[0].from_attached_disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2427
2477
  # resp.instance_snapshots[0].from_attached_disks[0].size_in_gb #=> Integer
2428
2478
  # resp.instance_snapshots[0].from_attached_disks[0].is_system_disk #=> Boolean
@@ -2505,7 +2555,7 @@ module Aws::Lightsail
2505
2555
  # resp.instances[0].support_code #=> String
2506
2556
  # resp.instances[0].created_at #=> Time
2507
2557
  # resp.instances[0].location.availability_zone #=> String
2508
- # resp.instances[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2558
+ # resp.instances[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2509
2559
  # resp.instances[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2510
2560
  # resp.instances[0].blueprint_id #=> String
2511
2561
  # resp.instances[0].blueprint_name #=> String
@@ -2521,7 +2571,7 @@ module Aws::Lightsail
2521
2571
  # resp.instances[0].hardware.disks[0].support_code #=> String
2522
2572
  # resp.instances[0].hardware.disks[0].created_at #=> Time
2523
2573
  # resp.instances[0].hardware.disks[0].location.availability_zone #=> String
2524
- # resp.instances[0].hardware.disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2574
+ # resp.instances[0].hardware.disks[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2525
2575
  # resp.instances[0].hardware.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2526
2576
  # resp.instances[0].hardware.disks[0].size_in_gb #=> Integer
2527
2577
  # resp.instances[0].hardware.disks[0].is_system_disk #=> Boolean
@@ -2579,7 +2629,7 @@ module Aws::Lightsail
2579
2629
  # resp.key_pair.support_code #=> String
2580
2630
  # resp.key_pair.created_at #=> Time
2581
2631
  # resp.key_pair.location.availability_zone #=> String
2582
- # resp.key_pair.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2632
+ # resp.key_pair.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2583
2633
  # resp.key_pair.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2584
2634
  # resp.key_pair.fingerprint #=> String
2585
2635
  #
@@ -2617,7 +2667,7 @@ module Aws::Lightsail
2617
2667
  # resp.key_pairs[0].support_code #=> String
2618
2668
  # resp.key_pairs[0].created_at #=> Time
2619
2669
  # resp.key_pairs[0].location.availability_zone #=> String
2620
- # resp.key_pairs[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2670
+ # resp.key_pairs[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2621
2671
  # resp.key_pairs[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2622
2672
  # resp.key_pairs[0].fingerprint #=> String
2623
2673
  # resp.next_page_token #=> String
@@ -2653,7 +2703,7 @@ module Aws::Lightsail
2653
2703
  # resp.load_balancer.support_code #=> String
2654
2704
  # resp.load_balancer.created_at #=> Time
2655
2705
  # resp.load_balancer.location.availability_zone #=> String
2656
- # resp.load_balancer.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2706
+ # resp.load_balancer.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2657
2707
  # resp.load_balancer.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2658
2708
  # resp.load_balancer.dns_name #=> String
2659
2709
  # resp.load_balancer.state #=> String, one of "active", "provisioning", "active_impaired", "failed", "unknown"
@@ -2793,6 +2843,28 @@ module Aws::Lightsail
2793
2843
  # An array of statistics that you want to request metrics for. Valid
2794
2844
  # values are listed below.
2795
2845
  #
2846
+ # * <b> <code>SampleCount</code> </b> - The count (number) of data
2847
+ # points used for the statistical calculation.
2848
+ #
2849
+ # * <b> <code>Average</code> </b> - The value of Sum / SampleCount
2850
+ # during the specified period. By comparing this statistic with the
2851
+ # Minimum and Maximum, you can determine the full scope of a metric
2852
+ # and how close the average use is to the Minimum and Maximum. This
2853
+ # comparison helps you to know when to increase or decrease your
2854
+ # resources as needed.
2855
+ #
2856
+ # * <b> <code>Sum</code> </b> - All values submitted for the matching
2857
+ # metric added together. This statistic can be useful for determining
2858
+ # the total volume of a metric.
2859
+ #
2860
+ # * <b> <code>Minimum</code> </b> - The lowest value observed during the
2861
+ # specified period. You can use this value to determine low volumes of
2862
+ # activity for your application.
2863
+ #
2864
+ # * <b> <code>Maximum</code> </b> - The highest value observed during
2865
+ # the specified period. You can use this value to determine high
2866
+ # volumes of activity for your application.
2867
+ #
2796
2868
  # @return [Types::GetLoadBalancerMetricDataResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2797
2869
  #
2798
2870
  # * {Types::GetLoadBalancerMetricDataResult#metric_name #metric_name} => String
@@ -2837,8 +2909,11 @@ module Aws::Lightsail
2837
2909
  # TLS is just an updated, more secure version of Secure Socket Layer
2838
2910
  # (SSL).
2839
2911
  #
2912
+ # You can have a maximum of 2 certificates associated with a Lightsail
2913
+ # load balancer. One is active and the other is inactive.
2914
+ #
2840
2915
  # @option params [required, String] :load_balancer_name
2841
- # The name of the load balancer where you stored your TLS/SSL
2916
+ # The name of the load balancer you associated with your SSL/TLS
2842
2917
  # certificate.
2843
2918
  #
2844
2919
  # @return [Types::GetLoadBalancerTlsCertificatesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2859,7 +2934,7 @@ module Aws::Lightsail
2859
2934
  # resp.tls_certificates[0].support_code #=> String
2860
2935
  # resp.tls_certificates[0].created_at #=> Time
2861
2936
  # resp.tls_certificates[0].location.availability_zone #=> String
2862
- # resp.tls_certificates[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2937
+ # resp.tls_certificates[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2863
2938
  # resp.tls_certificates[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2864
2939
  # resp.tls_certificates[0].load_balancer_name #=> String
2865
2940
  # resp.tls_certificates[0].is_attached #=> Boolean
@@ -2927,7 +3002,7 @@ module Aws::Lightsail
2927
3002
  # resp.load_balancers[0].support_code #=> String
2928
3003
  # resp.load_balancers[0].created_at #=> Time
2929
3004
  # resp.load_balancers[0].location.availability_zone #=> String
2930
- # resp.load_balancers[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3005
+ # resp.load_balancers[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2931
3006
  # resp.load_balancers[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2932
3007
  # resp.load_balancers[0].dns_name #=> String
2933
3008
  # resp.load_balancers[0].state #=> String, one of "active", "provisioning", "active_impaired", "failed", "unknown"
@@ -2980,11 +3055,11 @@ module Aws::Lightsail
2980
3055
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
2981
3056
  # resp.operation.created_at #=> Time
2982
3057
  # resp.operation.location.availability_zone #=> String
2983
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3058
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2984
3059
  # resp.operation.is_terminal #=> Boolean
2985
3060
  # resp.operation.operation_details #=> String
2986
3061
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
2987
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3062
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
2988
3063
  # resp.operation.status_changed_at #=> Time
2989
3064
  # resp.operation.error_code #=> String
2990
3065
  # resp.operation.error_details #=> String
@@ -3028,11 +3103,11 @@ module Aws::Lightsail
3028
3103
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3029
3104
  # resp.operations[0].created_at #=> Time
3030
3105
  # resp.operations[0].location.availability_zone #=> String
3031
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3106
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3032
3107
  # resp.operations[0].is_terminal #=> Boolean
3033
3108
  # resp.operations[0].operation_details #=> String
3034
3109
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3035
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3110
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3036
3111
  # resp.operations[0].status_changed_at #=> Time
3037
3112
  # resp.operations[0].error_code #=> String
3038
3113
  # resp.operations[0].error_details #=> String
@@ -3078,11 +3153,11 @@ module Aws::Lightsail
3078
3153
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3079
3154
  # resp.operations[0].created_at #=> Time
3080
3155
  # resp.operations[0].location.availability_zone #=> String
3081
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3156
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3082
3157
  # resp.operations[0].is_terminal #=> Boolean
3083
3158
  # resp.operations[0].operation_details #=> String
3084
3159
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3085
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3160
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3086
3161
  # resp.operations[0].status_changed_at #=> Time
3087
3162
  # resp.operations[0].error_code #=> String
3088
3163
  # resp.operations[0].error_details #=> String
@@ -3123,7 +3198,7 @@ module Aws::Lightsail
3123
3198
  # resp.regions[0].continent_code #=> String
3124
3199
  # resp.regions[0].description #=> String
3125
3200
  # resp.regions[0].display_name #=> String
3126
- # resp.regions[0].name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3201
+ # resp.regions[0].name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3127
3202
  # resp.regions[0].availability_zones #=> Array
3128
3203
  # resp.regions[0].availability_zones[0].zone_name #=> String
3129
3204
  # resp.regions[0].availability_zones[0].state #=> String
@@ -3159,7 +3234,7 @@ module Aws::Lightsail
3159
3234
  # resp.static_ip.support_code #=> String
3160
3235
  # resp.static_ip.created_at #=> Time
3161
3236
  # resp.static_ip.location.availability_zone #=> String
3162
- # resp.static_ip.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3237
+ # resp.static_ip.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3163
3238
  # resp.static_ip.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3164
3239
  # resp.static_ip.ip_address #=> String
3165
3240
  # resp.static_ip.attached_to #=> String
@@ -3199,7 +3274,7 @@ module Aws::Lightsail
3199
3274
  # resp.static_ips[0].support_code #=> String
3200
3275
  # resp.static_ips[0].created_at #=> Time
3201
3276
  # resp.static_ips[0].location.availability_zone #=> String
3202
- # resp.static_ips[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3277
+ # resp.static_ips[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3203
3278
  # resp.static_ips[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3204
3279
  # resp.static_ips[0].ip_address #=> String
3205
3280
  # resp.static_ips[0].attached_to #=> String
@@ -3241,11 +3316,11 @@ module Aws::Lightsail
3241
3316
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3242
3317
  # resp.operation.created_at #=> Time
3243
3318
  # resp.operation.location.availability_zone #=> String
3244
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3319
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3245
3320
  # resp.operation.is_terminal #=> Boolean
3246
3321
  # resp.operation.operation_details #=> String
3247
3322
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3248
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3323
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3249
3324
  # resp.operation.status_changed_at #=> Time
3250
3325
  # resp.operation.error_code #=> String
3251
3326
  # resp.operation.error_details #=> String
@@ -3310,11 +3385,11 @@ module Aws::Lightsail
3310
3385
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3311
3386
  # resp.operation.created_at #=> Time
3312
3387
  # resp.operation.location.availability_zone #=> String
3313
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3388
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3314
3389
  # resp.operation.is_terminal #=> Boolean
3315
3390
  # resp.operation.operation_details #=> String
3316
3391
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3317
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3392
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3318
3393
  # resp.operation.status_changed_at #=> Time
3319
3394
  # resp.operation.error_code #=> String
3320
3395
  # resp.operation.error_details #=> String
@@ -3341,11 +3416,11 @@ module Aws::Lightsail
3341
3416
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3342
3417
  # resp.operation.created_at #=> Time
3343
3418
  # resp.operation.location.availability_zone #=> String
3344
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3419
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3345
3420
  # resp.operation.is_terminal #=> Boolean
3346
3421
  # resp.operation.operation_details #=> String
3347
3422
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3348
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3423
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3349
3424
  # resp.operation.status_changed_at #=> Time
3350
3425
  # resp.operation.error_code #=> String
3351
3426
  # resp.operation.error_details #=> String
@@ -3393,11 +3468,11 @@ module Aws::Lightsail
3393
3468
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3394
3469
  # resp.operation.created_at #=> Time
3395
3470
  # resp.operation.location.availability_zone #=> String
3396
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3471
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3397
3472
  # resp.operation.is_terminal #=> Boolean
3398
3473
  # resp.operation.operation_details #=> String
3399
3474
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3400
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3475
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3401
3476
  # resp.operation.status_changed_at #=> Time
3402
3477
  # resp.operation.error_code #=> String
3403
3478
  # resp.operation.error_details #=> String
@@ -3437,11 +3512,11 @@ module Aws::Lightsail
3437
3512
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3438
3513
  # resp.operations[0].created_at #=> Time
3439
3514
  # resp.operations[0].location.availability_zone #=> String
3440
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3515
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3441
3516
  # resp.operations[0].is_terminal #=> Boolean
3442
3517
  # resp.operations[0].operation_details #=> String
3443
3518
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3444
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3519
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3445
3520
  # resp.operations[0].status_changed_at #=> Time
3446
3521
  # resp.operations[0].error_code #=> String
3447
3522
  # resp.operations[0].error_details #=> String
@@ -3478,11 +3553,11 @@ module Aws::Lightsail
3478
3553
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3479
3554
  # resp.operations[0].created_at #=> Time
3480
3555
  # resp.operations[0].location.availability_zone #=> String
3481
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3556
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3482
3557
  # resp.operations[0].is_terminal #=> Boolean
3483
3558
  # resp.operations[0].operation_details #=> String
3484
3559
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3485
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3560
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3486
3561
  # resp.operations[0].status_changed_at #=> Time
3487
3562
  # resp.operations[0].error_code #=> String
3488
3563
  # resp.operations[0].error_details #=> String
@@ -3520,11 +3595,11 @@ module Aws::Lightsail
3520
3595
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3521
3596
  # resp.operations[0].created_at #=> Time
3522
3597
  # resp.operations[0].location.availability_zone #=> String
3523
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3598
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3524
3599
  # resp.operations[0].is_terminal #=> Boolean
3525
3600
  # resp.operations[0].operation_details #=> String
3526
3601
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3527
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3602
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3528
3603
  # resp.operations[0].status_changed_at #=> Time
3529
3604
  # resp.operations[0].error_code #=> String
3530
3605
  # resp.operations[0].error_details #=> String
@@ -3570,11 +3645,11 @@ module Aws::Lightsail
3570
3645
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3571
3646
  # resp.operations[0].created_at #=> Time
3572
3647
  # resp.operations[0].location.availability_zone #=> String
3573
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3648
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3574
3649
  # resp.operations[0].is_terminal #=> Boolean
3575
3650
  # resp.operations[0].operation_details #=> String
3576
3651
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3577
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3652
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3578
3653
  # resp.operations[0].status_changed_at #=> Time
3579
3654
  # resp.operations[0].error_code #=> String
3580
3655
  # resp.operations[0].error_details #=> String
@@ -3601,11 +3676,11 @@ module Aws::Lightsail
3601
3676
  # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3602
3677
  # resp.operation.created_at #=> Time
3603
3678
  # resp.operation.location.availability_zone #=> String
3604
- # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3679
+ # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3605
3680
  # resp.operation.is_terminal #=> Boolean
3606
3681
  # resp.operation.operation_details #=> String
3607
3682
  # resp.operation.operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3608
- # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3683
+ # resp.operation.status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3609
3684
  # resp.operation.status_changed_at #=> Time
3610
3685
  # resp.operation.error_code #=> String
3611
3686
  # resp.operation.error_details #=> String
@@ -3656,11 +3731,11 @@ module Aws::Lightsail
3656
3731
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3657
3732
  # resp.operations[0].created_at #=> Time
3658
3733
  # resp.operations[0].location.availability_zone #=> String
3659
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3734
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3660
3735
  # resp.operations[0].is_terminal #=> Boolean
3661
3736
  # resp.operations[0].operation_details #=> String
3662
3737
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3663
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3738
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3664
3739
  # resp.operations[0].status_changed_at #=> Time
3665
3740
  # resp.operations[0].error_code #=> String
3666
3741
  # resp.operations[0].error_details #=> String
@@ -3674,10 +3749,12 @@ module Aws::Lightsail
3674
3749
  req.send_request(options)
3675
3750
  end
3676
3751
 
3677
- # Updates the specified attribute for a load balancer.
3752
+ # Updates the specified attribute for a load balancer. You can only
3753
+ # update one attribute at a time.
3678
3754
  #
3679
3755
  # @option params [required, String] :load_balancer_name
3680
- # The name of the load balancer that you want to modify.
3756
+ # The name of the load balancer that you want to modify (e.g.,
3757
+ # `my-load-balancer`.
3681
3758
  #
3682
3759
  # @option params [required, String] :attribute_name
3683
3760
  # The name of the attribute you want to update. Valid values are below.
@@ -3705,11 +3782,11 @@ module Aws::Lightsail
3705
3782
  # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot"
3706
3783
  # resp.operations[0].created_at #=> Time
3707
3784
  # resp.operations[0].location.availability_zone #=> String
3708
- # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3785
+ # resp.operations[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "eu-west-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3709
3786
  # resp.operations[0].is_terminal #=> Boolean
3710
3787
  # resp.operations[0].operation_details #=> String
3711
3788
  # resp.operations[0].operation_type #=> String, one of "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot"
3712
- # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed"
3789
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
3713
3790
  # resp.operations[0].status_changed_at #=> Time
3714
3791
  # resp.operations[0].error_code #=> String
3715
3792
  # resp.operations[0].error_details #=> String
@@ -3736,7 +3813,7 @@ module Aws::Lightsail
3736
3813
  params: params,
3737
3814
  config: config)
3738
3815
  context[:gem_name] = 'aws-sdk-lightsail'
3739
- context[:gem_version] = '1.3.0'
3816
+ context[:gem_version] = '1.4.0'
3740
3817
  Seahorse::Client::Request.new(handlers, context)
3741
3818
  end
3742
3819