aws-sdk-lightsail 1.12.0 → 1.13.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: 7bae507074fa998424ae51b7771f5736d0ac0d69
4
- data.tar.gz: a9b88a14ccd2599220a2a032cd280500474755d2
3
+ metadata.gz: ea13a60f75532dfde194ede68e78cbe7ac87d19b
4
+ data.tar.gz: 8d39eabdf01e76bb6d06f4fb33f5134fb8e29fed
5
5
  SHA512:
6
- metadata.gz: 43269e148e7802e08593b5ac4ae364547db29dacdfb83b832596b905a88515c149a23c30bd470faa0a693a89b8fef78012eb0c276b4a3ca8721ff9856f0f8ce1
7
- data.tar.gz: fc7d23e611d4701271162e91a340df99473e20f5c43bcc27d8bd4f527cd072afb33d2d8c8a1d3411160f17ecd16c6e55eba676e6f84377fc7361b5b69ab9be18
6
+ metadata.gz: a71935f29a081f276e779dba5c8e2701b4d11f4fca0c78654ffff693102cad0e0e2679064ebef9506f2c16f6acef552e886b2f17b16bc58e863570a724758084
7
+ data.tar.gz: d61c02f68873c148441b61241b4bfc07ae8b15317c3090dfd9f1ad29c7f7eec09ab14b735d87a4d5bc96fc26102c3ab536a7c5a2b439774de2e725a496e0e689
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lightsail/customizations'
42
42
  # @service
43
43
  module Aws::Lightsail
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -235,7 +235,7 @@ module Aws::Lightsail
235
235
  # resp.operations #=> Array
236
236
  # resp.operations[0].id #=> String
237
237
  # resp.operations[0].resource_name #=> String
238
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
238
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
239
239
  # resp.operations[0].created_at #=> Time
240
240
  # resp.operations[0].location.availability_zone #=> String
241
241
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -259,6 +259,14 @@ module Aws::Lightsail
259
259
  # Attaches a block storage disk to a running or stopped Lightsail
260
260
  # instance and exposes it to the instance with the specified disk name.
261
261
  #
262
+ # The `attach disk` operation supports tag-based access control via
263
+ # resource tags applied to the resource identified by diskName. For more
264
+ # information, see the [Lightsail Dev Guide][1].
265
+ #
266
+ #
267
+ #
268
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
269
+ #
262
270
  # @option params [required, String] :disk_name
263
271
  # The unique Lightsail disk name (e.g., `my-disk`).
264
272
  #
@@ -286,7 +294,7 @@ module Aws::Lightsail
286
294
  # resp.operations #=> Array
287
295
  # resp.operations[0].id #=> String
288
296
  # resp.operations[0].resource_name #=> String
289
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
297
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
290
298
  # resp.operations[0].created_at #=> Time
291
299
  # resp.operations[0].location.availability_zone #=> String
292
300
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -312,6 +320,15 @@ module Aws::Lightsail
312
320
  # After some time, the instances are attached to the load balancer and
313
321
  # the health check status is available.
314
322
  #
323
+ # The `attach instances to load balancer` operation supports tag-based
324
+ # access control via resource tags applied to the resource identified by
325
+ # loadBalancerName. For more information, see the [Lightsail Dev
326
+ # Guide][1].
327
+ #
328
+ #
329
+ #
330
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
331
+ #
315
332
  # @option params [required, String] :load_balancer_name
316
333
  # The name of the load balancer.
317
334
  #
@@ -342,7 +359,7 @@ module Aws::Lightsail
342
359
  # resp.operations #=> Array
343
360
  # resp.operations[0].id #=> String
344
361
  # resp.operations[0].resource_name #=> String
345
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
362
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
346
363
  # resp.operations[0].created_at #=> Time
347
364
  # resp.operations[0].location.availability_zone #=> String
348
365
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -374,6 +391,15 @@ module Aws::Lightsail
374
391
  # certificate, and it will replace the existing one and become the
375
392
  # attached certificate.
376
393
  #
394
+ # The `attach load balancer tls certificate` operation supports
395
+ # tag-based access control via resource tags applied to the resource
396
+ # identified by loadBalancerName. For more information, see the
397
+ # [Lightsail Dev Guide][1].
398
+ #
399
+ #
400
+ #
401
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
402
+ #
377
403
  # @option params [required, String] :load_balancer_name
378
404
  # The name of the load balancer to which you want to associate the
379
405
  # SSL/TLS certificate.
@@ -397,7 +423,7 @@ module Aws::Lightsail
397
423
  # resp.operations #=> Array
398
424
  # resp.operations[0].id #=> String
399
425
  # resp.operations[0].resource_name #=> String
400
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
426
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
401
427
  # resp.operations[0].created_at #=> Time
402
428
  # resp.operations[0].location.availability_zone #=> String
403
429
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -442,7 +468,7 @@ module Aws::Lightsail
442
468
  # resp.operations #=> Array
443
469
  # resp.operations[0].id #=> String
444
470
  # resp.operations[0].resource_name #=> String
445
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
471
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
446
472
  # resp.operations[0].created_at #=> Time
447
473
  # resp.operations[0].location.availability_zone #=> String
448
474
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -465,6 +491,14 @@ module Aws::Lightsail
465
491
 
466
492
  # Closes the public ports on a specific Amazon Lightsail instance.
467
493
  #
494
+ # The `close instance public ports` operation supports tag-based access
495
+ # control via resource tags applied to the resource identified by
496
+ # instanceName. For more information, see the [Lightsail Dev Guide][1].
497
+ #
498
+ #
499
+ #
500
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
501
+ #
468
502
  # @option params [required, Types::PortInfo] :port_info
469
503
  # Information about the public port you are trying to close.
470
504
  #
@@ -491,7 +525,7 @@ module Aws::Lightsail
491
525
  #
492
526
  # resp.operation.id #=> String
493
527
  # resp.operation.resource_name #=> String
494
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
528
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
495
529
  # resp.operation.created_at #=> Time
496
530
  # resp.operation.location.availability_zone #=> String
497
531
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -512,15 +546,129 @@ module Aws::Lightsail
512
546
  req.send_request(options)
513
547
  end
514
548
 
549
+ # Copies an instance or disk snapshot from one AWS Region to another in
550
+ # Amazon Lightsail.
551
+ #
552
+ # @option params [required, String] :source_snapshot_name
553
+ # The name of the source instance or disk snapshot to be copied.
554
+ #
555
+ # @option params [required, String] :target_snapshot_name
556
+ # The name of the new instance or disk snapshot to be created as a copy.
557
+ #
558
+ # @option params [required, String] :source_region
559
+ # The AWS Region where the source snapshot is located.
560
+ #
561
+ # @return [Types::CopySnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
562
+ #
563
+ # * {Types::CopySnapshotResult#operations #operations} => Array<Types::Operation>
564
+ #
565
+ # @example Request syntax with placeholder values
566
+ #
567
+ # resp = client.copy_snapshot({
568
+ # source_snapshot_name: "ResourceName", # required
569
+ # target_snapshot_name: "ResourceName", # required
570
+ # source_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2
571
+ # })
572
+ #
573
+ # @example Response structure
574
+ #
575
+ # resp.operations #=> Array
576
+ # resp.operations[0].id #=> String
577
+ # resp.operations[0].resource_name #=> String
578
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
579
+ # resp.operations[0].created_at #=> Time
580
+ # resp.operations[0].location.availability_zone #=> String
581
+ # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
582
+ # resp.operations[0].is_terminal #=> Boolean
583
+ # resp.operations[0].operation_details #=> String
584
+ # 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", "CreateRelationalDatabase", "UpdateRelationalDatabase", "DeleteRelationalDatabase", "CreateRelationalDatabaseFromSnapshot", "CreateRelationalDatabaseSnapshot", "DeleteRelationalDatabaseSnapshot", "UpdateRelationalDatabaseParameters", "StartRelationalDatabase", "RebootRelationalDatabase", "StopRelationalDatabase"
585
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
586
+ # resp.operations[0].status_changed_at #=> Time
587
+ # resp.operations[0].error_code #=> String
588
+ # resp.operations[0].error_details #=> String
589
+ #
590
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CopySnapshot AWS API Documentation
591
+ #
592
+ # @overload copy_snapshot(params = {})
593
+ # @param [Hash] params ({})
594
+ def copy_snapshot(params = {}, options = {})
595
+ req = build_request(:copy_snapshot, params)
596
+ req.send_request(options)
597
+ end
598
+
599
+ # Creates an AWS CloudFormation stack, which creates a new Amazon EC2
600
+ # instance from an exported Amazon Lightsail snapshot. This operation
601
+ # results in a CloudFormation stack record that can be used to track the
602
+ # AWS CloudFormation stack created. Use the `get cloud formation stack
603
+ # records` operation to get a list of the CloudFormation stacks created.
604
+ #
605
+ # Wait until after your new Amazon EC2 instance is created before
606
+ # running the `create cloud formation stack` operation again with the
607
+ # same export snapshot record.
608
+ #
609
+ # @option params [required, Array<Types::InstanceEntry>] :instances
610
+ # An array of parameters that will be used to create the new Amazon EC2
611
+ # instance. You can only pass one instance entry at a time in this
612
+ # array. You will get an invalid parameter error if you pass more than
613
+ # one instance entry in this array.
614
+ #
615
+ # @return [Types::CreateCloudFormationStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
616
+ #
617
+ # * {Types::CreateCloudFormationStackResult#operations #operations} => Array&lt;Types::Operation&gt;
618
+ #
619
+ # @example Request syntax with placeholder values
620
+ #
621
+ # resp = client.create_cloud_formation_stack({
622
+ # instances: [ # required
623
+ # {
624
+ # source_name: "ResourceName", # required
625
+ # instance_type: "NonEmptyString", # required
626
+ # port_info_source: "DEFAULT", # required, accepts DEFAULT, INSTANCE, NONE
627
+ # user_data: "string",
628
+ # availability_zone: "string", # required
629
+ # },
630
+ # ],
631
+ # })
632
+ #
633
+ # @example Response structure
634
+ #
635
+ # resp.operations #=> Array
636
+ # resp.operations[0].id #=> String
637
+ # resp.operations[0].resource_name #=> String
638
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
639
+ # resp.operations[0].created_at #=> Time
640
+ # resp.operations[0].location.availability_zone #=> String
641
+ # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
642
+ # resp.operations[0].is_terminal #=> Boolean
643
+ # resp.operations[0].operation_details #=> String
644
+ # 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", "CreateRelationalDatabase", "UpdateRelationalDatabase", "DeleteRelationalDatabase", "CreateRelationalDatabaseFromSnapshot", "CreateRelationalDatabaseSnapshot", "DeleteRelationalDatabaseSnapshot", "UpdateRelationalDatabaseParameters", "StartRelationalDatabase", "RebootRelationalDatabase", "StopRelationalDatabase"
645
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
646
+ # resp.operations[0].status_changed_at #=> Time
647
+ # resp.operations[0].error_code #=> String
648
+ # resp.operations[0].error_details #=> String
649
+ #
650
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateCloudFormationStack AWS API Documentation
651
+ #
652
+ # @overload create_cloud_formation_stack(params = {})
653
+ # @param [Hash] params ({})
654
+ def create_cloud_formation_stack(params = {}, options = {})
655
+ req = build_request(:create_cloud_formation_stack, params)
656
+ req.send_request(options)
657
+ end
658
+
515
659
  # Creates a block storage disk that can be attached to a Lightsail
516
660
  # instance in the same Availability Zone (e.g., `us-east-2a`). The disk
517
661
  # is created in the regional endpoint that you send the HTTP request to.
518
662
  # For more information, see [Regions and Availability Zones in
519
663
  # Lightsail][1].
520
664
  #
665
+ # The `create disk` operation supports tag-based access control via
666
+ # request tags. For more information, see the [Lightsail Dev Guide][2].
667
+ #
521
668
  #
522
669
  #
523
670
  # [1]: https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail
671
+ # [2]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
524
672
  #
525
673
  # @option params [required, String] :disk_name
526
674
  # The unique Lightsail disk name (e.g., `my-disk`).
@@ -536,6 +684,12 @@ module Aws::Lightsail
536
684
  # @option params [required, Integer] :size_in_gb
537
685
  # The size of the disk in GB (e.g., `32`).
538
686
  #
687
+ # @option params [Array<Types::Tag>] :tags
688
+ # The tag keys and optional values to add to the resource during create.
689
+ #
690
+ # To tag a resource after it has been created, see the `tag resource`
691
+ # operation.
692
+ #
539
693
  # @return [Types::CreateDiskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
540
694
  #
541
695
  # * {Types::CreateDiskResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -546,6 +700,12 @@ module Aws::Lightsail
546
700
  # disk_name: "ResourceName", # required
547
701
  # availability_zone: "NonEmptyString", # required
548
702
  # size_in_gb: 1, # required
703
+ # tags: [
704
+ # {
705
+ # key: "TagKey",
706
+ # value: "TagValue",
707
+ # },
708
+ # ],
549
709
  # })
550
710
  #
551
711
  # @example Response structure
@@ -553,7 +713,7 @@ module Aws::Lightsail
553
713
  # resp.operations #=> Array
554
714
  # resp.operations[0].id #=> String
555
715
  # resp.operations[0].resource_name #=> String
556
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
716
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
557
717
  # resp.operations[0].created_at #=> Time
558
718
  # resp.operations[0].location.availability_zone #=> String
559
719
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -580,9 +740,15 @@ module Aws::Lightsail
580
740
  # send the HTTP request to. For more information, see [Regions and
581
741
  # Availability Zones in Lightsail][1].
582
742
  #
743
+ # The `create disk from snapshot` operation supports tag-based access
744
+ # control via request tags and resource tags applied to the resource
745
+ # identified by diskSnapshotName. For more information, see the
746
+ # [Lightsail Dev Guide][2].
747
+ #
583
748
  #
584
749
  #
585
750
  # [1]: https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail
751
+ # [2]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
586
752
  #
587
753
  # @option params [required, String] :disk_name
588
754
  # The unique Lightsail disk name (e.g., `my-disk`).
@@ -602,6 +768,12 @@ module Aws::Lightsail
602
768
  # @option params [required, Integer] :size_in_gb
603
769
  # The size of the disk in GB (e.g., `32`).
604
770
  #
771
+ # @option params [Array<Types::Tag>] :tags
772
+ # The tag keys and optional values to add to the resource during create.
773
+ #
774
+ # To tag a resource after it has been created, see the `tag resource`
775
+ # operation.
776
+ #
605
777
  # @return [Types::CreateDiskFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
606
778
  #
607
779
  # * {Types::CreateDiskFromSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -613,6 +785,12 @@ module Aws::Lightsail
613
785
  # disk_snapshot_name: "ResourceName", # required
614
786
  # availability_zone: "NonEmptyString", # required
615
787
  # size_in_gb: 1, # required
788
+ # tags: [
789
+ # {
790
+ # key: "TagKey",
791
+ # value: "TagValue",
792
+ # },
793
+ # ],
616
794
  # })
617
795
  #
618
796
  # @example Response structure
@@ -620,7 +798,7 @@ module Aws::Lightsail
620
798
  # resp.operations #=> Array
621
799
  # resp.operations[0].id #=> String
622
800
  # resp.operations[0].resource_name #=> String
623
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
801
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
624
802
  # resp.operations[0].created_at #=> Time
625
803
  # resp.operations[0].location.availability_zone #=> String
626
804
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -657,6 +835,14 @@ module Aws::Lightsail
657
835
  # You may remount and use your disk while the snapshot status is
658
836
  # pending.
659
837
  #
838
+ # The `create disk snapshot` operation supports tag-based access control
839
+ # via request tags. For more information, see the [Lightsail Dev
840
+ # Guide][1].
841
+ #
842
+ #
843
+ #
844
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
845
+ #
660
846
  # @option params [required, String] :disk_name
661
847
  # The unique name of the source disk (e.g., `my-source-disk`).
662
848
  #
@@ -664,6 +850,12 @@ module Aws::Lightsail
664
850
  # The name of the destination disk snapshot (e.g., `my-disk-snapshot`)
665
851
  # based on the source disk.
666
852
  #
853
+ # @option params [Array<Types::Tag>] :tags
854
+ # The tag keys and optional values to add to the resource during create.
855
+ #
856
+ # To tag a resource after it has been created, see the `tag resource`
857
+ # operation.
858
+ #
667
859
  # @return [Types::CreateDiskSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
668
860
  #
669
861
  # * {Types::CreateDiskSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -673,6 +865,12 @@ module Aws::Lightsail
673
865
  # resp = client.create_disk_snapshot({
674
866
  # disk_name: "ResourceName", # required
675
867
  # disk_snapshot_name: "ResourceName", # required
868
+ # tags: [
869
+ # {
870
+ # key: "TagKey",
871
+ # value: "TagValue",
872
+ # },
873
+ # ],
676
874
  # })
677
875
  #
678
876
  # @example Response structure
@@ -680,7 +878,7 @@ module Aws::Lightsail
680
878
  # resp.operations #=> Array
681
879
  # resp.operations[0].id #=> String
682
880
  # resp.operations[0].resource_name #=> String
683
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
881
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
684
882
  # resp.operations[0].created_at #=> Time
685
883
  # resp.operations[0].location.availability_zone #=> String
686
884
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -704,6 +902,13 @@ module Aws::Lightsail
704
902
  # Creates a domain resource for the specified domain (e.g.,
705
903
  # example.com).
706
904
  #
905
+ # The `create domain` operation supports tag-based access control via
906
+ # request tags. For more information, see the [Lightsail Dev Guide][1].
907
+ #
908
+ #
909
+ #
910
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
911
+ #
707
912
  # @option params [required, String] :domain_name
708
913
  # The domain name to manage (e.g., `example.com`).
709
914
  #
@@ -714,6 +919,12 @@ module Aws::Lightsail
714
919
  #
715
920
  # </note>
716
921
  #
922
+ # @option params [Array<Types::Tag>] :tags
923
+ # The tag keys and optional values to add to the resource during create.
924
+ #
925
+ # To tag a resource after it has been created, see the `tag resource`
926
+ # operation.
927
+ #
717
928
  # @return [Types::CreateDomainResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
718
929
  #
719
930
  # * {Types::CreateDomainResult#operation #operation} => Types::Operation
@@ -722,13 +933,19 @@ module Aws::Lightsail
722
933
  #
723
934
  # resp = client.create_domain({
724
935
  # domain_name: "DomainName", # required
936
+ # tags: [
937
+ # {
938
+ # key: "TagKey",
939
+ # value: "TagValue",
940
+ # },
941
+ # ],
725
942
  # })
726
943
  #
727
944
  # @example Response structure
728
945
  #
729
946
  # resp.operation.id #=> String
730
947
  # resp.operation.resource_name #=> String
731
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
948
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
732
949
  # resp.operation.created_at #=> Time
733
950
  # resp.operation.location.availability_zone #=> String
734
951
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -752,6 +969,14 @@ module Aws::Lightsail
752
969
  # Creates one of the following entry records associated with the domain:
753
970
  # A record, CNAME record, TXT record, or MX record.
754
971
  #
972
+ # The `create domain entry` operation supports tag-based access control
973
+ # via resource tags applied to the resource identified by domainName.
974
+ # For more information, see the [Lightsail Dev Guide][1].
975
+ #
976
+ #
977
+ #
978
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
979
+ #
755
980
  # @option params [required, String] :domain_name
756
981
  # The domain name (e.g., `example.com`) for which you want to create the
757
982
  # domain entry.
@@ -784,7 +1009,7 @@ module Aws::Lightsail
784
1009
  #
785
1010
  # resp.operation.id #=> String
786
1011
  # resp.operation.resource_name #=> String
787
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1012
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
788
1013
  # resp.operation.created_at #=> Time
789
1014
  # resp.operation.location.availability_zone #=> String
790
1015
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -809,12 +1034,26 @@ module Aws::Lightsail
809
1034
  # *instance*. You can use a snapshot to create a new instance that is
810
1035
  # based on that snapshot.
811
1036
  #
1037
+ # The `create instance snapshot` operation supports tag-based access
1038
+ # control via request tags. For more information, see the [Lightsail Dev
1039
+ # Guide][1].
1040
+ #
1041
+ #
1042
+ #
1043
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1044
+ #
812
1045
  # @option params [required, String] :instance_snapshot_name
813
1046
  # The name for your new snapshot.
814
1047
  #
815
1048
  # @option params [required, String] :instance_name
816
1049
  # The Lightsail instance on which to base your snapshot.
817
1050
  #
1051
+ # @option params [Array<Types::Tag>] :tags
1052
+ # The tag keys and optional values to add to the resource during create.
1053
+ #
1054
+ # To tag a resource after it has been created, see the `tag resource`
1055
+ # operation.
1056
+ #
818
1057
  # @return [Types::CreateInstanceSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
819
1058
  #
820
1059
  # * {Types::CreateInstanceSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -824,6 +1063,12 @@ module Aws::Lightsail
824
1063
  # resp = client.create_instance_snapshot({
825
1064
  # instance_snapshot_name: "ResourceName", # required
826
1065
  # instance_name: "ResourceName", # required
1066
+ # tags: [
1067
+ # {
1068
+ # key: "TagKey",
1069
+ # value: "TagValue",
1070
+ # },
1071
+ # ],
827
1072
  # })
828
1073
  #
829
1074
  # @example Response structure
@@ -831,7 +1076,7 @@ module Aws::Lightsail
831
1076
  # resp.operations #=> Array
832
1077
  # resp.operations[0].id #=> String
833
1078
  # resp.operations[0].resource_name #=> String
834
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1079
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
835
1080
  # resp.operations[0].created_at #=> Time
836
1081
  # resp.operations[0].location.availability_zone #=> String
837
1082
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -860,6 +1105,13 @@ module Aws::Lightsail
860
1105
  # updates or new application releases. Use the get blueprints operation
861
1106
  # to return a list of available blueprints.
862
1107
  #
1108
+ # The `create instances` operation supports tag-based access control via
1109
+ # request tags. For more information, see the [Lightsail Dev Guide][1].
1110
+ #
1111
+ #
1112
+ #
1113
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1114
+ #
863
1115
  # @option params [required, Array<String>] :instance_names
864
1116
  # The names to use for your new Lightsail instances. Separate multiple
865
1117
  # values using quotation marks and commas, for example:
@@ -912,6 +1164,12 @@ module Aws::Lightsail
912
1164
  # @option params [String] :key_pair_name
913
1165
  # The name of your key pair.
914
1166
  #
1167
+ # @option params [Array<Types::Tag>] :tags
1168
+ # The tag keys and optional values to add to the resource during create.
1169
+ #
1170
+ # To tag a resource after it has been created, see the `tag resource`
1171
+ # operation.
1172
+ #
915
1173
  # @return [Types::CreateInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
916
1174
  #
917
1175
  # * {Types::CreateInstancesResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -926,6 +1184,12 @@ module Aws::Lightsail
926
1184
  # bundle_id: "NonEmptyString", # required
927
1185
  # user_data: "string",
928
1186
  # key_pair_name: "ResourceName",
1187
+ # tags: [
1188
+ # {
1189
+ # key: "TagKey",
1190
+ # value: "TagValue",
1191
+ # },
1192
+ # ],
929
1193
  # })
930
1194
  #
931
1195
  # @example Response structure
@@ -933,7 +1197,7 @@ module Aws::Lightsail
933
1197
  # resp.operations #=> Array
934
1198
  # resp.operations[0].id #=> String
935
1199
  # resp.operations[0].resource_name #=> String
936
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1200
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
937
1201
  # resp.operations[0].created_at #=> Time
938
1202
  # resp.operations[0].location.availability_zone #=> String
939
1203
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -957,6 +1221,15 @@ module Aws::Lightsail
957
1221
  # Uses a specific snapshot as a blueprint for creating one or more new
958
1222
  # instances that are based on that identical configuration.
959
1223
  #
1224
+ # The `create instances from snapshot` operation supports tag-based
1225
+ # access control via request tags and resource tags applied to the
1226
+ # resource identified by instanceSnapshotName. For more information, see
1227
+ # the [Lightsail Dev Guide][1].
1228
+ #
1229
+ #
1230
+ #
1231
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1232
+ #
960
1233
  # @option params [required, Array<String>] :instance_names
961
1234
  # The names for your new instances.
962
1235
  #
@@ -1002,6 +1275,12 @@ module Aws::Lightsail
1002
1275
  # @option params [String] :key_pair_name
1003
1276
  # The name for your key pair.
1004
1277
  #
1278
+ # @option params [Array<Types::Tag>] :tags
1279
+ # The tag keys and optional values to add to the resource during create.
1280
+ #
1281
+ # To tag a resource after it has been created, see the `tag resource`
1282
+ # operation.
1283
+ #
1005
1284
  # @return [Types::CreateInstancesFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1006
1285
  #
1007
1286
  # * {Types::CreateInstancesFromSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -1023,6 +1302,12 @@ module Aws::Lightsail
1023
1302
  # bundle_id: "NonEmptyString", # required
1024
1303
  # user_data: "string",
1025
1304
  # key_pair_name: "ResourceName",
1305
+ # tags: [
1306
+ # {
1307
+ # key: "TagKey",
1308
+ # value: "TagValue",
1309
+ # },
1310
+ # ],
1026
1311
  # })
1027
1312
  #
1028
1313
  # @example Response structure
@@ -1030,7 +1315,7 @@ module Aws::Lightsail
1030
1315
  # resp.operations #=> Array
1031
1316
  # resp.operations[0].id #=> String
1032
1317
  # resp.operations[0].resource_name #=> String
1033
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1318
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1034
1319
  # resp.operations[0].created_at #=> Time
1035
1320
  # resp.operations[0].location.availability_zone #=> String
1036
1321
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1053,9 +1338,22 @@ module Aws::Lightsail
1053
1338
 
1054
1339
  # Creates an SSH key pair.
1055
1340
  #
1341
+ # The `create key pair` operation supports tag-based access control via
1342
+ # request tags. For more information, see the [Lightsail Dev Guide][1].
1343
+ #
1344
+ #
1345
+ #
1346
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1347
+ #
1056
1348
  # @option params [required, String] :key_pair_name
1057
1349
  # The name for your new key pair.
1058
1350
  #
1351
+ # @option params [Array<Types::Tag>] :tags
1352
+ # The tag keys and optional values to add to the resource during create.
1353
+ #
1354
+ # To tag a resource after it has been created, see the `tag resource`
1355
+ # operation.
1356
+ #
1059
1357
  # @return [Types::CreateKeyPairResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1060
1358
  #
1061
1359
  # * {Types::CreateKeyPairResult#key_pair #key_pair} => Types::KeyPair
@@ -1067,6 +1365,12 @@ module Aws::Lightsail
1067
1365
  #
1068
1366
  # resp = client.create_key_pair({
1069
1367
  # key_pair_name: "ResourceName", # required
1368
+ # tags: [
1369
+ # {
1370
+ # key: "TagKey",
1371
+ # value: "TagValue",
1372
+ # },
1373
+ # ],
1070
1374
  # })
1071
1375
  #
1072
1376
  # @example Response structure
@@ -1077,13 +1381,16 @@ module Aws::Lightsail
1077
1381
  # resp.key_pair.created_at #=> Time
1078
1382
  # resp.key_pair.location.availability_zone #=> String
1079
1383
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
1080
- # resp.key_pair.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1384
+ # resp.key_pair.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1385
+ # resp.key_pair.tags #=> Array
1386
+ # resp.key_pair.tags[0].key #=> String
1387
+ # resp.key_pair.tags[0].value #=> String
1081
1388
  # resp.key_pair.fingerprint #=> String
1082
1389
  # resp.public_key_base_64 #=> String
1083
1390
  # resp.private_key_base_64 #=> String
1084
1391
  # resp.operation.id #=> String
1085
1392
  # resp.operation.resource_name #=> String
1086
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1393
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1087
1394
  # resp.operation.created_at #=> Time
1088
1395
  # resp.operation.location.availability_zone #=> String
1089
1396
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1113,9 +1420,14 @@ module Aws::Lightsail
1113
1420
  # port settings. To change additional load balancer settings, use the
1114
1421
  # `UpdateLoadBalancerAttribute` operation.
1115
1422
  #
1423
+ # The `create load balancer` operation supports tag-based access control
1424
+ # via request tags. For more information, see the [Lightsail Dev
1425
+ # Guide][2].
1426
+ #
1116
1427
  #
1117
1428
  #
1118
1429
  # [1]: https://lightsail.aws.amazon.com/ls/docs/how-to/article/configure-lightsail-instances-for-load-balancing
1430
+ # [2]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1119
1431
  #
1120
1432
  # @option params [required, String] :load_balancer_name
1121
1433
  # The name of your load balancer.
@@ -1150,6 +1462,12 @@ module Aws::Lightsail
1150
1462
  # SSL/TLS certificate (e.g., `www.example.com`, `example.com`,
1151
1463
  # `m.example.com`, `blog.example.com`).
1152
1464
  #
1465
+ # @option params [Array<Types::Tag>] :tags
1466
+ # The tag keys and optional values to add to the resource during create.
1467
+ #
1468
+ # To tag a resource after it has been created, see the `tag resource`
1469
+ # operation.
1470
+ #
1153
1471
  # @return [Types::CreateLoadBalancerResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1154
1472
  #
1155
1473
  # * {Types::CreateLoadBalancerResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -1163,6 +1481,12 @@ module Aws::Lightsail
1163
1481
  # certificate_name: "ResourceName",
1164
1482
  # certificate_domain_name: "DomainName",
1165
1483
  # certificate_alternative_names: ["DomainName"],
1484
+ # tags: [
1485
+ # {
1486
+ # key: "TagKey",
1487
+ # value: "TagValue",
1488
+ # },
1489
+ # ],
1166
1490
  # })
1167
1491
  #
1168
1492
  # @example Response structure
@@ -1170,7 +1494,7 @@ module Aws::Lightsail
1170
1494
  # resp.operations #=> Array
1171
1495
  # resp.operations[0].id #=> String
1172
1496
  # resp.operations[0].resource_name #=> String
1173
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1497
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1174
1498
  # resp.operations[0].created_at #=> Time
1175
1499
  # resp.operations[0].location.availability_zone #=> String
1176
1500
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1196,6 +1520,15 @@ module Aws::Lightsail
1196
1520
  # TLS is just an updated, more secure version of Secure Socket Layer
1197
1521
  # (SSL).
1198
1522
  #
1523
+ # The `create load balancer tls certificate` operation supports
1524
+ # tag-based access control via resource tags applied to the resource
1525
+ # identified by loadBalancerName. For more information, see the
1526
+ # [Lightsail Dev Guide][1].
1527
+ #
1528
+ #
1529
+ #
1530
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1531
+ #
1199
1532
  # @option params [required, String] :load_balancer_name
1200
1533
  # The load balancer name where you want to create the SSL/TLS
1201
1534
  # certificate.
@@ -1222,6 +1555,12 @@ module Aws::Lightsail
1222
1555
  # You can have a maximum of 9 alternative names (in addition to the 1
1223
1556
  # primary domain). We do not support wildcards (e.g., `*.example.com`).
1224
1557
  #
1558
+ # @option params [Array<Types::Tag>] :tags
1559
+ # The tag keys and optional values to add to the resource during create.
1560
+ #
1561
+ # To tag a resource after it has been created, see the `tag resource`
1562
+ # operation.
1563
+ #
1225
1564
  # @return [Types::CreateLoadBalancerTlsCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1226
1565
  #
1227
1566
  # * {Types::CreateLoadBalancerTlsCertificateResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -1233,6 +1572,12 @@ module Aws::Lightsail
1233
1572
  # certificate_name: "ResourceName", # required
1234
1573
  # certificate_domain_name: "DomainName", # required
1235
1574
  # certificate_alternative_names: ["DomainName"],
1575
+ # tags: [
1576
+ # {
1577
+ # key: "TagKey",
1578
+ # value: "TagValue",
1579
+ # },
1580
+ # ],
1236
1581
  # })
1237
1582
  #
1238
1583
  # @example Response structure
@@ -1240,7 +1585,7 @@ module Aws::Lightsail
1240
1585
  # resp.operations #=> Array
1241
1586
  # resp.operations[0].id #=> String
1242
1587
  # resp.operations[0].resource_name #=> String
1243
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1588
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1244
1589
  # resp.operations[0].created_at #=> Time
1245
1590
  # resp.operations[0].location.availability_zone #=> String
1246
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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1263,6 +1608,14 @@ module Aws::Lightsail
1263
1608
 
1264
1609
  # Creates a new database in Amazon Lightsail.
1265
1610
  #
1611
+ # The `create relational database` operation supports tag-based access
1612
+ # control via request tags. For more information, see the [Lightsail Dev
1613
+ # Guide][1].
1614
+ #
1615
+ #
1616
+ #
1617
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1618
+ #
1266
1619
  # @option params [required, String] :relational_database_name
1267
1620
  # The name to use for your new database.
1268
1621
  #
@@ -1386,6 +1739,12 @@ module Aws::Lightsail
1386
1739
  # is available only to your Lightsail resources in the same region as
1387
1740
  # your database.
1388
1741
  #
1742
+ # @option params [Array<Types::Tag>] :tags
1743
+ # The tag keys and optional values to add to the resource during create.
1744
+ #
1745
+ # To tag a resource after it has been created, see the `tag resource`
1746
+ # operation.
1747
+ #
1389
1748
  # @return [Types::CreateRelationalDatabaseResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1390
1749
  #
1391
1750
  # * {Types::CreateRelationalDatabaseResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -1403,6 +1762,12 @@ module Aws::Lightsail
1403
1762
  # preferred_backup_window: "string",
1404
1763
  # preferred_maintenance_window: "string",
1405
1764
  # publicly_accessible: false,
1765
+ # tags: [
1766
+ # {
1767
+ # key: "TagKey",
1768
+ # value: "TagValue",
1769
+ # },
1770
+ # ],
1406
1771
  # })
1407
1772
  #
1408
1773
  # @example Response structure
@@ -1410,7 +1775,7 @@ module Aws::Lightsail
1410
1775
  # resp.operations #=> Array
1411
1776
  # resp.operations[0].id #=> String
1412
1777
  # resp.operations[0].resource_name #=> String
1413
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1778
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1414
1779
  # resp.operations[0].created_at #=> Time
1415
1780
  # resp.operations[0].location.availability_zone #=> String
1416
1781
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1438,6 +1803,15 @@ module Aws::Lightsail
1438
1803
  # wrong with your original database, or to change it to a different
1439
1804
  # plan, such as a high availability or standard plan.
1440
1805
  #
1806
+ # The `create relational database from snapshot` operation supports
1807
+ # tag-based access control via request tags and resource tags applied to
1808
+ # the resource identified by relationalDatabaseSnapshotName. For more
1809
+ # information, see the [Lightsail Dev Guide][1].
1810
+ #
1811
+ #
1812
+ #
1813
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1814
+ #
1441
1815
  # @option params [required, String] :relational_database_name
1442
1816
  # The name to use for your new database.
1443
1817
  #
@@ -1505,6 +1879,12 @@ module Aws::Lightsail
1505
1879
  # Constraints: Cannot be specified if the `restore time` parameter is
1506
1880
  # provided.
1507
1881
  #
1882
+ # @option params [Array<Types::Tag>] :tags
1883
+ # The tag keys and optional values to add to the resource during create.
1884
+ #
1885
+ # To tag a resource after it has been created, see the `tag resource`
1886
+ # operation.
1887
+ #
1508
1888
  # @return [Types::CreateRelationalDatabaseFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1509
1889
  #
1510
1890
  # * {Types::CreateRelationalDatabaseFromSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -1520,6 +1900,12 @@ module Aws::Lightsail
1520
1900
  # source_relational_database_name: "ResourceName",
1521
1901
  # restore_time: Time.now,
1522
1902
  # use_latest_restorable_time: false,
1903
+ # tags: [
1904
+ # {
1905
+ # key: "TagKey",
1906
+ # value: "TagValue",
1907
+ # },
1908
+ # ],
1523
1909
  # })
1524
1910
  #
1525
1911
  # @example Response structure
@@ -1527,7 +1913,7 @@ module Aws::Lightsail
1527
1913
  # resp.operations #=> Array
1528
1914
  # resp.operations[0].id #=> String
1529
1915
  # resp.operations[0].resource_name #=> String
1530
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1916
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1531
1917
  # resp.operations[0].created_at #=> Time
1532
1918
  # resp.operations[0].location.availability_zone #=> String
1533
1919
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1552,6 +1938,14 @@ module Aws::Lightsail
1552
1938
  # snapshots for backups, to make copies of a database, and to save data
1553
1939
  # before deleting a database.
1554
1940
  #
1941
+ # The `create relational database snapshot` operation supports tag-based
1942
+ # access control via request tags. For more information, see the
1943
+ # [Lightsail Dev Guide][1].
1944
+ #
1945
+ #
1946
+ #
1947
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
1948
+ #
1555
1949
  # @option params [required, String] :relational_database_name
1556
1950
  # The name of the database on which to base your new snapshot.
1557
1951
  #
@@ -1564,6 +1958,12 @@ module Aws::Lightsail
1564
1958
  #
1565
1959
  # * The first and last character must be a letter or number.
1566
1960
  #
1961
+ # @option params [Array<Types::Tag>] :tags
1962
+ # The tag keys and optional values to add to the resource during create.
1963
+ #
1964
+ # To tag a resource after it has been created, see the `tag resource`
1965
+ # operation.
1966
+ #
1567
1967
  # @return [Types::CreateRelationalDatabaseSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1568
1968
  #
1569
1969
  # * {Types::CreateRelationalDatabaseSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
@@ -1573,6 +1973,12 @@ module Aws::Lightsail
1573
1973
  # resp = client.create_relational_database_snapshot({
1574
1974
  # relational_database_name: "ResourceName", # required
1575
1975
  # relational_database_snapshot_name: "ResourceName", # required
1976
+ # tags: [
1977
+ # {
1978
+ # key: "TagKey",
1979
+ # value: "TagValue",
1980
+ # },
1981
+ # ],
1576
1982
  # })
1577
1983
  #
1578
1984
  # @example Response structure
@@ -1580,7 +1986,7 @@ module Aws::Lightsail
1580
1986
  # resp.operations #=> Array
1581
1987
  # resp.operations[0].id #=> String
1582
1988
  # resp.operations[0].resource_name #=> String
1583
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
1989
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1584
1990
  # resp.operations[0].created_at #=> Time
1585
1991
  # resp.operations[0].location.availability_zone #=> String
1586
1992
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1608,6 +2014,14 @@ module Aws::Lightsail
1608
2014
  #
1609
2015
  # </note>
1610
2016
  #
2017
+ # The `delete disk` operation supports tag-based access control via
2018
+ # resource tags applied to the resource identified by diskName. For more
2019
+ # information, see the [Lightsail Dev Guide][1].
2020
+ #
2021
+ #
2022
+ #
2023
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2024
+ #
1611
2025
  # @option params [required, String] :disk_name
1612
2026
  # The unique name of the disk you want to delete (e.g., `my-disk`).
1613
2027
  #
@@ -1626,7 +2040,7 @@ module Aws::Lightsail
1626
2040
  # resp.operations #=> Array
1627
2041
  # resp.operations[0].id #=> String
1628
2042
  # resp.operations[0].resource_name #=> String
1629
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2043
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1630
2044
  # resp.operations[0].created_at #=> Time
1631
2045
  # resp.operations[0].location.availability_zone #=> String
1632
2046
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1657,6 +2071,15 @@ module Aws::Lightsail
1657
2071
  # snapshots will have access to all the information needed to restore
1658
2072
  # the disk.
1659
2073
  #
2074
+ # The `delete disk snapshot` operation supports tag-based access control
2075
+ # via resource tags applied to the resource identified by
2076
+ # diskSnapshotName. For more information, see the [Lightsail Dev
2077
+ # Guide][1].
2078
+ #
2079
+ #
2080
+ #
2081
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2082
+ #
1660
2083
  # @option params [required, String] :disk_snapshot_name
1661
2084
  # The name of the disk snapshot you want to delete (e.g.,
1662
2085
  # `my-disk-snapshot`).
@@ -1676,7 +2099,7 @@ module Aws::Lightsail
1676
2099
  # resp.operations #=> Array
1677
2100
  # resp.operations[0].id #=> String
1678
2101
  # resp.operations[0].resource_name #=> String
1679
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2102
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1680
2103
  # resp.operations[0].created_at #=> Time
1681
2104
  # resp.operations[0].location.availability_zone #=> String
1682
2105
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1699,6 +2122,14 @@ module Aws::Lightsail
1699
2122
 
1700
2123
  # Deletes the specified domain recordset and all of its domain records.
1701
2124
  #
2125
+ # The `delete domain` operation supports tag-based access control via
2126
+ # resource tags applied to the resource identified by domainName. For
2127
+ # more information, see the [Lightsail Dev Guide][1].
2128
+ #
2129
+ #
2130
+ #
2131
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2132
+ #
1702
2133
  # @option params [required, String] :domain_name
1703
2134
  # The specific domain name to delete.
1704
2135
  #
@@ -1716,7 +2147,7 @@ module Aws::Lightsail
1716
2147
  #
1717
2148
  # resp.operation.id #=> String
1718
2149
  # resp.operation.resource_name #=> String
1719
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2150
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1720
2151
  # resp.operation.created_at #=> Time
1721
2152
  # resp.operation.location.availability_zone #=> String
1722
2153
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1739,6 +2170,14 @@ module Aws::Lightsail
1739
2170
 
1740
2171
  # Deletes a specific domain entry.
1741
2172
  #
2173
+ # The `delete domain entry` operation supports tag-based access control
2174
+ # via resource tags applied to the resource identified by domainName.
2175
+ # For more information, see the [Lightsail Dev Guide][1].
2176
+ #
2177
+ #
2178
+ #
2179
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2180
+ #
1742
2181
  # @option params [required, String] :domain_name
1743
2182
  # The name of the domain entry to delete.
1744
2183
  #
@@ -1770,7 +2209,7 @@ module Aws::Lightsail
1770
2209
  #
1771
2210
  # resp.operation.id #=> String
1772
2211
  # resp.operation.resource_name #=> String
1773
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2212
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1774
2213
  # resp.operation.created_at #=> Time
1775
2214
  # resp.operation.location.availability_zone #=> String
1776
2215
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1794,6 +2233,14 @@ module Aws::Lightsail
1794
2233
  # Deletes a specific Amazon Lightsail virtual private server, or
1795
2234
  # *instance*.
1796
2235
  #
2236
+ # The `delete instance` operation supports tag-based access control via
2237
+ # resource tags applied to the resource identified by instanceName. For
2238
+ # more information, see the [Lightsail Dev Guide][1].
2239
+ #
2240
+ #
2241
+ #
2242
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2243
+ #
1797
2244
  # @option params [required, String] :instance_name
1798
2245
  # The name of the instance to delete.
1799
2246
  #
@@ -1812,7 +2259,7 @@ module Aws::Lightsail
1812
2259
  # resp.operations #=> Array
1813
2260
  # resp.operations[0].id #=> String
1814
2261
  # resp.operations[0].resource_name #=> String
1815
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2262
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1816
2263
  # resp.operations[0].created_at #=> Time
1817
2264
  # resp.operations[0].location.availability_zone #=> String
1818
2265
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1836,6 +2283,15 @@ module Aws::Lightsail
1836
2283
  # Deletes a specific snapshot of a virtual private server (or
1837
2284
  # *instance*).
1838
2285
  #
2286
+ # The `delete instance snapshot` operation supports tag-based access
2287
+ # control via resource tags applied to the resource identified by
2288
+ # instanceSnapshotName. For more information, see the [Lightsail Dev
2289
+ # Guide][1].
2290
+ #
2291
+ #
2292
+ #
2293
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2294
+ #
1839
2295
  # @option params [required, String] :instance_snapshot_name
1840
2296
  # The name of the snapshot to delete.
1841
2297
  #
@@ -1854,7 +2310,7 @@ module Aws::Lightsail
1854
2310
  # resp.operations #=> Array
1855
2311
  # resp.operations[0].id #=> String
1856
2312
  # resp.operations[0].resource_name #=> String
1857
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2313
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1858
2314
  # resp.operations[0].created_at #=> Time
1859
2315
  # resp.operations[0].location.availability_zone #=> String
1860
2316
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1877,6 +2333,14 @@ module Aws::Lightsail
1877
2333
 
1878
2334
  # Deletes a specific SSH key pair.
1879
2335
  #
2336
+ # The `delete key pair` operation supports tag-based access control via
2337
+ # resource tags applied to the resource identified by keyPairName. For
2338
+ # more information, see the [Lightsail Dev Guide][1].
2339
+ #
2340
+ #
2341
+ #
2342
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2343
+ #
1880
2344
  # @option params [required, String] :key_pair_name
1881
2345
  # The name of the key pair to delete.
1882
2346
  #
@@ -1894,7 +2358,7 @@ module Aws::Lightsail
1894
2358
  #
1895
2359
  # resp.operation.id #=> String
1896
2360
  # resp.operation.resource_name #=> String
1897
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2361
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1898
2362
  # resp.operation.created_at #=> Time
1899
2363
  # resp.operation.location.availability_zone #=> String
1900
2364
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1920,6 +2384,15 @@ module Aws::Lightsail
1920
2384
  # create a new load balancer, create a new certificate, and verify
1921
2385
  # domain ownership again.
1922
2386
  #
2387
+ # The `delete load balancer` operation supports tag-based access control
2388
+ # via resource tags applied to the resource identified by
2389
+ # loadBalancerName. For more information, see the [Lightsail Dev
2390
+ # Guide][1].
2391
+ #
2392
+ #
2393
+ #
2394
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2395
+ #
1923
2396
  # @option params [required, String] :load_balancer_name
1924
2397
  # The name of the load balancer you want to delete.
1925
2398
  #
@@ -1938,7 +2411,7 @@ module Aws::Lightsail
1938
2411
  # resp.operations #=> Array
1939
2412
  # resp.operations[0].id #=> String
1940
2413
  # resp.operations[0].resource_name #=> String
1941
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2414
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1942
2415
  # resp.operations[0].created_at #=> Time
1943
2416
  # resp.operations[0].location.availability_zone #=> String
1944
2417
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -1962,6 +2435,15 @@ module Aws::Lightsail
1962
2435
  # Deletes an SSL/TLS certificate associated with a Lightsail load
1963
2436
  # balancer.
1964
2437
  #
2438
+ # The `delete load balancer tls certificate` operation supports
2439
+ # tag-based access control via resource tags applied to the resource
2440
+ # identified by loadBalancerName. For more information, see the
2441
+ # [Lightsail Dev Guide][1].
2442
+ #
2443
+ #
2444
+ #
2445
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2446
+ #
1965
2447
  # @option params [required, String] :load_balancer_name
1966
2448
  # The load balancer name.
1967
2449
  #
@@ -1993,7 +2475,7 @@ module Aws::Lightsail
1993
2475
  # resp.operations #=> Array
1994
2476
  # resp.operations[0].id #=> String
1995
2477
  # resp.operations[0].resource_name #=> String
1996
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2478
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
1997
2479
  # resp.operations[0].created_at #=> Time
1998
2480
  # resp.operations[0].location.availability_zone #=> String
1999
2481
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -2016,6 +2498,15 @@ module Aws::Lightsail
2016
2498
 
2017
2499
  # Deletes a database in Amazon Lightsail.
2018
2500
  #
2501
+ # The `delete relational database` operation supports tag-based access
2502
+ # control via resource tags applied to the resource identified by
2503
+ # relationalDatabaseName. For more information, see the [Lightsail Dev
2504
+ # Guide][1].
2505
+ #
2506
+ #
2507
+ #
2508
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2509
+ #
2019
2510
  # @option params [required, String] :relational_database_name
2020
2511
  # The name of the database that you are deleting.
2021
2512
  #
@@ -2062,7 +2553,7 @@ module Aws::Lightsail
2062
2553
  # resp.operations #=> Array
2063
2554
  # resp.operations[0].id #=> String
2064
2555
  # resp.operations[0].resource_name #=> String
2065
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2556
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
2066
2557
  # resp.operations[0].created_at #=> Time
2067
2558
  # resp.operations[0].location.availability_zone #=> String
2068
2559
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -2085,6 +2576,15 @@ module Aws::Lightsail
2085
2576
 
2086
2577
  # Deletes a database snapshot in Amazon Lightsail.
2087
2578
  #
2579
+ # The `delete relational database snapshot` operation supports tag-based
2580
+ # access control via resource tags applied to the resource identified by
2581
+ # relationalDatabaseName. For more information, see the [Lightsail Dev
2582
+ # Guide][1].
2583
+ #
2584
+ #
2585
+ #
2586
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2587
+ #
2088
2588
  # @option params [required, String] :relational_database_snapshot_name
2089
2589
  # The name of the database snapshot that you are deleting.
2090
2590
  #
@@ -2103,7 +2603,7 @@ module Aws::Lightsail
2103
2603
  # resp.operations #=> Array
2104
2604
  # resp.operations[0].id #=> String
2105
2605
  # resp.operations[0].resource_name #=> String
2106
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2606
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
2107
2607
  # resp.operations[0].created_at #=> Time
2108
2608
  # resp.operations[0].location.availability_zone #=> String
2109
2609
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -2128,6 +2628,14 @@ module Aws::Lightsail
2128
2628
  # sure to unmount any file systems on the device within your operating
2129
2629
  # system before stopping the instance and detaching the disk.
2130
2630
  #
2631
+ # The `detach disk` operation supports tag-based access control via
2632
+ # resource tags applied to the resource identified by diskName. For more
2633
+ # information, see the [Lightsail Dev Guide][1].
2634
+ #
2635
+ #
2636
+ #
2637
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2638
+ #
2131
2639
  # @option params [required, String] :disk_name
2132
2640
  # The unique name of the disk you want to detach from your instance
2133
2641
  # (e.g., `my-disk`).
@@ -2147,7 +2655,7 @@ module Aws::Lightsail
2147
2655
  # resp.operations #=> Array
2148
2656
  # resp.operations[0].id #=> String
2149
2657
  # resp.operations[0].resource_name #=> String
2150
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2658
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
2151
2659
  # resp.operations[0].created_at #=> Time
2152
2660
  # resp.operations[0].location.availability_zone #=> String
2153
2661
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -2173,6 +2681,15 @@ module Aws::Lightsail
2173
2681
  # This operation waits until the instances are no longer needed before
2174
2682
  # they are detached from the load balancer.
2175
2683
  #
2684
+ # The `detach instances from load balancer` operation supports tag-based
2685
+ # access control via resource tags applied to the resource identified by
2686
+ # loadBalancerName. For more information, see the [Lightsail Dev
2687
+ # Guide][1].
2688
+ #
2689
+ #
2690
+ #
2691
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2692
+ #
2176
2693
  # @option params [required, String] :load_balancer_name
2177
2694
  # The name of the Lightsail load balancer.
2178
2695
  #
@@ -2196,7 +2713,7 @@ module Aws::Lightsail
2196
2713
  # resp.operations #=> Array
2197
2714
  # resp.operations[0].id #=> String
2198
2715
  # resp.operations[0].resource_name #=> String
2199
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2716
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
2200
2717
  # resp.operations[0].created_at #=> Time
2201
2718
  # resp.operations[0].location.availability_zone #=> String
2202
2719
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -2238,7 +2755,7 @@ module Aws::Lightsail
2238
2755
  # resp.operations #=> Array
2239
2756
  # resp.operations[0].id #=> String
2240
2757
  # resp.operations[0].resource_name #=> String
2241
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
2758
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
2242
2759
  # resp.operations[0].created_at #=> Time
2243
2760
  # resp.operations[0].location.availability_zone #=> String
2244
2761
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -2280,6 +2797,74 @@ module Aws::Lightsail
2280
2797
  req.send_request(options)
2281
2798
  end
2282
2799
 
2800
+ # Exports a Amazon Lightsail instance or block storage disk snapshot to
2801
+ # Amazon Elastic Compute Cloud (Amazon EC2). This operation results in
2802
+ # an export snapshot record that can be used with the `create cloud
2803
+ # formation stack` operation to create new Amazon EC2 instances.
2804
+ #
2805
+ # Exported instance snapshots appear in Amazon EC2 as Amazon Machine
2806
+ # Images (AMIs), and the instance system disk appears as an Amazon
2807
+ # Elastic Block Store (Amazon EBS) volume. Exported disk snapshots
2808
+ # appear in Amazon EC2 as Amazon EBS volumes. Snapshots are exported to
2809
+ # the same Amazon Web Services Region in Amazon EC2 as the source
2810
+ # Lightsail snapshot.
2811
+ #
2812
+ #
2813
+ #
2814
+ # The `export snapshot` operation supports tag-based access control via
2815
+ # resource tags applied to the resource identified by
2816
+ # sourceSnapshotName. For more information, see the [Lightsail Dev
2817
+ # Guide][1].
2818
+ #
2819
+ # <note markdown="1"> Use the `get instance snapshots` or `get disk snapshots` operations to
2820
+ # get a list of snapshots that you can export to Amazon EC2.
2821
+ #
2822
+ # </note>
2823
+ #
2824
+ #
2825
+ #
2826
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2827
+ #
2828
+ # @option params [required, String] :source_snapshot_name
2829
+ # The name of the instance or disk snapshot to be exported to Amazon
2830
+ # EC2.
2831
+ #
2832
+ # @return [Types::ExportSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2833
+ #
2834
+ # * {Types::ExportSnapshotResult#operations #operations} => Array&lt;Types::Operation&gt;
2835
+ #
2836
+ # @example Request syntax with placeholder values
2837
+ #
2838
+ # resp = client.export_snapshot({
2839
+ # source_snapshot_name: "ResourceName", # required
2840
+ # })
2841
+ #
2842
+ # @example Response structure
2843
+ #
2844
+ # resp.operations #=> Array
2845
+ # resp.operations[0].id #=> String
2846
+ # resp.operations[0].resource_name #=> String
2847
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
2848
+ # resp.operations[0].created_at #=> Time
2849
+ # resp.operations[0].location.availability_zone #=> String
2850
+ # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2851
+ # resp.operations[0].is_terminal #=> Boolean
2852
+ # resp.operations[0].operation_details #=> String
2853
+ # 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", "CreateRelationalDatabase", "UpdateRelationalDatabase", "DeleteRelationalDatabase", "CreateRelationalDatabaseFromSnapshot", "CreateRelationalDatabaseSnapshot", "DeleteRelationalDatabaseSnapshot", "UpdateRelationalDatabaseParameters", "StartRelationalDatabase", "RebootRelationalDatabase", "StopRelationalDatabase"
2854
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
2855
+ # resp.operations[0].status_changed_at #=> Time
2856
+ # resp.operations[0].error_code #=> String
2857
+ # resp.operations[0].error_details #=> String
2858
+ #
2859
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ExportSnapshot AWS API Documentation
2860
+ #
2861
+ # @overload export_snapshot(params = {})
2862
+ # @param [Hash] params ({})
2863
+ def export_snapshot(params = {}, options = {})
2864
+ req = build_request(:export_snapshot, params)
2865
+ req.send_request(options)
2866
+ end
2867
+
2283
2868
  # Returns the names of all active (not deleted) resources.
2284
2869
  #
2285
2870
  # @option params [String] :page_token
@@ -2413,6 +2998,54 @@ module Aws::Lightsail
2413
2998
  req.send_request(options)
2414
2999
  end
2415
3000
 
3001
+ # Returns the CloudFormation stack record created as a result of the
3002
+ # `create cloud formation stack` operation.
3003
+ #
3004
+ # An AWS CloudFormation stack is used to create a new Amazon EC2
3005
+ # instance from an exported Lightsail snapshot.
3006
+ #
3007
+ # @option params [String] :page_token
3008
+ # A token used for advancing to a specific page of results for your `get
3009
+ # cloud formation stack records` request.
3010
+ #
3011
+ # @return [Types::GetCloudFormationStackRecordsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3012
+ #
3013
+ # * {Types::GetCloudFormationStackRecordsResult#cloud_formation_stack_records #cloud_formation_stack_records} => Array&lt;Types::CloudFormationStackRecord&gt;
3014
+ # * {Types::GetCloudFormationStackRecordsResult#next_page_token #next_page_token} => String
3015
+ #
3016
+ # @example Request syntax with placeholder values
3017
+ #
3018
+ # resp = client.get_cloud_formation_stack_records({
3019
+ # page_token: "string",
3020
+ # })
3021
+ #
3022
+ # @example Response structure
3023
+ #
3024
+ # resp.cloud_formation_stack_records #=> Array
3025
+ # resp.cloud_formation_stack_records[0].name #=> String
3026
+ # resp.cloud_formation_stack_records[0].arn #=> String
3027
+ # resp.cloud_formation_stack_records[0].created_at #=> Time
3028
+ # resp.cloud_formation_stack_records[0].location.availability_zone #=> String
3029
+ # resp.cloud_formation_stack_records[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3030
+ # resp.cloud_formation_stack_records[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3031
+ # resp.cloud_formation_stack_records[0].state #=> String, one of "Started", "Succeeded", "Failed"
3032
+ # resp.cloud_formation_stack_records[0].source_info #=> Array
3033
+ # resp.cloud_formation_stack_records[0].source_info[0].resource_type #=> String, one of "ExportSnapshotRecord"
3034
+ # resp.cloud_formation_stack_records[0].source_info[0].name #=> String
3035
+ # resp.cloud_formation_stack_records[0].source_info[0].arn #=> String
3036
+ # resp.cloud_formation_stack_records[0].destination_info.id #=> String
3037
+ # resp.cloud_formation_stack_records[0].destination_info.service #=> String
3038
+ # resp.next_page_token #=> String
3039
+ #
3040
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetCloudFormationStackRecords AWS API Documentation
3041
+ #
3042
+ # @overload get_cloud_formation_stack_records(params = {})
3043
+ # @param [Hash] params ({})
3044
+ def get_cloud_formation_stack_records(params = {}, options = {})
3045
+ req = build_request(:get_cloud_formation_stack_records, params)
3046
+ req.send_request(options)
3047
+ end
3048
+
2416
3049
  # Returns information about a specific block storage disk.
2417
3050
  #
2418
3051
  # @option params [required, String] :disk_name
@@ -2436,7 +3069,10 @@ module Aws::Lightsail
2436
3069
  # resp.disk.created_at #=> Time
2437
3070
  # resp.disk.location.availability_zone #=> String
2438
3071
  # resp.disk.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2439
- # resp.disk.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3072
+ # resp.disk.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3073
+ # resp.disk.tags #=> Array
3074
+ # resp.disk.tags[0].key #=> String
3075
+ # resp.disk.tags[0].value #=> String
2440
3076
  # resp.disk.size_in_gb #=> Integer
2441
3077
  # resp.disk.is_system_disk #=> Boolean
2442
3078
  # resp.disk.iops #=> Integer
@@ -2479,7 +3115,10 @@ module Aws::Lightsail
2479
3115
  # resp.disk_snapshot.created_at #=> Time
2480
3116
  # resp.disk_snapshot.location.availability_zone #=> String
2481
3117
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2482
- # resp.disk_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3118
+ # resp.disk_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3119
+ # resp.disk_snapshot.tags #=> Array
3120
+ # resp.disk_snapshot.tags[0].key #=> String
3121
+ # resp.disk_snapshot.tags[0].value #=> String
2483
3122
  # resp.disk_snapshot.size_in_gb #=> Integer
2484
3123
  # resp.disk_snapshot.state #=> String, one of "pending", "completed", "error", "unknown"
2485
3124
  # resp.disk_snapshot.progress #=> String
@@ -2526,7 +3165,10 @@ module Aws::Lightsail
2526
3165
  # resp.disk_snapshots[0].created_at #=> Time
2527
3166
  # resp.disk_snapshots[0].location.availability_zone #=> String
2528
3167
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2529
- # resp.disk_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3168
+ # resp.disk_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3169
+ # resp.disk_snapshots[0].tags #=> Array
3170
+ # resp.disk_snapshots[0].tags[0].key #=> String
3171
+ # resp.disk_snapshots[0].tags[0].value #=> String
2530
3172
  # resp.disk_snapshots[0].size_in_gb #=> Integer
2531
3173
  # resp.disk_snapshots[0].state #=> String, one of "pending", "completed", "error", "unknown"
2532
3174
  # resp.disk_snapshots[0].progress #=> String
@@ -2574,7 +3216,10 @@ module Aws::Lightsail
2574
3216
  # resp.disks[0].created_at #=> Time
2575
3217
  # resp.disks[0].location.availability_zone #=> String
2576
3218
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2577
- # resp.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3219
+ # resp.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3220
+ # resp.disks[0].tags #=> Array
3221
+ # resp.disks[0].tags[0].key #=> String
3222
+ # resp.disks[0].tags[0].value #=> String
2578
3223
  # resp.disks[0].size_in_gb #=> Integer
2579
3224
  # resp.disks[0].is_system_disk #=> Boolean
2580
3225
  # resp.disks[0].iops #=> Integer
@@ -2618,7 +3263,10 @@ module Aws::Lightsail
2618
3263
  # resp.domain.created_at #=> Time
2619
3264
  # resp.domain.location.availability_zone #=> String
2620
3265
  # resp.domain.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2621
- # resp.domain.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3266
+ # resp.domain.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3267
+ # resp.domain.tags #=> Array
3268
+ # resp.domain.tags[0].key #=> String
3269
+ # resp.domain.tags[0].value #=> String
2622
3270
  # resp.domain.domain_entries #=> Array
2623
3271
  # resp.domain.domain_entries[0].id #=> String
2624
3272
  # resp.domain.domain_entries[0].name #=> String
@@ -2663,7 +3311,10 @@ module Aws::Lightsail
2663
3311
  # resp.domains[0].created_at #=> Time
2664
3312
  # resp.domains[0].location.availability_zone #=> String
2665
3313
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2666
- # resp.domains[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3314
+ # resp.domains[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3315
+ # resp.domains[0].tags #=> Array
3316
+ # resp.domains[0].tags[0].key #=> String
3317
+ # resp.domains[0].tags[0].value #=> String
2667
3318
  # resp.domains[0].domain_entries #=> Array
2668
3319
  # resp.domains[0].domain_entries[0].id #=> String
2669
3320
  # resp.domains[0].domain_entries[0].name #=> String
@@ -2683,6 +3334,65 @@ module Aws::Lightsail
2683
3334
  req.send_request(options)
2684
3335
  end
2685
3336
 
3337
+ # Returns the export snapshot record created as a result of the `export
3338
+ # snapshot` operation.
3339
+ #
3340
+ # An export snapshot record can be used to create a new Amazon EC2
3341
+ # instance and its related resources with the `create cloud formation
3342
+ # stack` operation.
3343
+ #
3344
+ # @option params [String] :page_token
3345
+ # A token used for advancing to a specific page of results for your `get
3346
+ # export snapshot records` request.
3347
+ #
3348
+ # @return [Types::GetExportSnapshotRecordsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3349
+ #
3350
+ # * {Types::GetExportSnapshotRecordsResult#export_snapshot_records #export_snapshot_records} => Array&lt;Types::ExportSnapshotRecord&gt;
3351
+ # * {Types::GetExportSnapshotRecordsResult#next_page_token #next_page_token} => String
3352
+ #
3353
+ # @example Request syntax with placeholder values
3354
+ #
3355
+ # resp = client.get_export_snapshot_records({
3356
+ # page_token: "string",
3357
+ # })
3358
+ #
3359
+ # @example Response structure
3360
+ #
3361
+ # resp.export_snapshot_records #=> Array
3362
+ # resp.export_snapshot_records[0].name #=> String
3363
+ # resp.export_snapshot_records[0].arn #=> String
3364
+ # resp.export_snapshot_records[0].created_at #=> Time
3365
+ # resp.export_snapshot_records[0].location.availability_zone #=> String
3366
+ # resp.export_snapshot_records[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3367
+ # resp.export_snapshot_records[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3368
+ # resp.export_snapshot_records[0].state #=> String, one of "Started", "Succeeded", "Failed"
3369
+ # resp.export_snapshot_records[0].source_info.resource_type #=> String, one of "InstanceSnapshot", "DiskSnapshot"
3370
+ # resp.export_snapshot_records[0].source_info.created_at #=> Time
3371
+ # resp.export_snapshot_records[0].source_info.name #=> String
3372
+ # resp.export_snapshot_records[0].source_info.arn #=> String
3373
+ # resp.export_snapshot_records[0].source_info.from_resource_name #=> String
3374
+ # resp.export_snapshot_records[0].source_info.from_resource_arn #=> String
3375
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_bundle_id #=> String
3376
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_blueprint_id #=> String
3377
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_disk_info #=> Array
3378
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_disk_info[0].name #=> String
3379
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_disk_info[0].path #=> String
3380
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_disk_info[0].size_in_gb #=> Integer
3381
+ # resp.export_snapshot_records[0].source_info.instance_snapshot_info.from_disk_info[0].is_system_disk #=> Boolean
3382
+ # resp.export_snapshot_records[0].source_info.disk_snapshot_info.size_in_gb #=> Integer
3383
+ # resp.export_snapshot_records[0].destination_info.id #=> String
3384
+ # resp.export_snapshot_records[0].destination_info.service #=> String
3385
+ # resp.next_page_token #=> String
3386
+ #
3387
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetExportSnapshotRecords AWS API Documentation
3388
+ #
3389
+ # @overload get_export_snapshot_records(params = {})
3390
+ # @param [Hash] params ({})
3391
+ def get_export_snapshot_records(params = {}, options = {})
3392
+ req = build_request(:get_export_snapshot_records, params)
3393
+ req.send_request(options)
3394
+ end
3395
+
2686
3396
  # Returns information about a specific Amazon Lightsail instance, which
2687
3397
  # is a virtual private server.
2688
3398
  #
@@ -2707,7 +3417,10 @@ module Aws::Lightsail
2707
3417
  # resp.instance.created_at #=> Time
2708
3418
  # resp.instance.location.availability_zone #=> String
2709
3419
  # resp.instance.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2710
- # resp.instance.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3420
+ # resp.instance.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3421
+ # resp.instance.tags #=> Array
3422
+ # resp.instance.tags[0].key #=> String
3423
+ # resp.instance.tags[0].value #=> String
2711
3424
  # resp.instance.blueprint_id #=> String
2712
3425
  # resp.instance.blueprint_name #=> String
2713
3426
  # resp.instance.bundle_id #=> String
@@ -2723,7 +3436,10 @@ module Aws::Lightsail
2723
3436
  # resp.instance.hardware.disks[0].created_at #=> Time
2724
3437
  # resp.instance.hardware.disks[0].location.availability_zone #=> String
2725
3438
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2726
- # resp.instance.hardware.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3439
+ # resp.instance.hardware.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3440
+ # resp.instance.hardware.disks[0].tags #=> Array
3441
+ # resp.instance.hardware.disks[0].tags[0].key #=> String
3442
+ # resp.instance.hardware.disks[0].tags[0].value #=> String
2727
3443
  # resp.instance.hardware.disks[0].size_in_gb #=> Integer
2728
3444
  # resp.instance.hardware.disks[0].is_system_disk #=> Boolean
2729
3445
  # resp.instance.hardware.disks[0].iops #=> Integer
@@ -2760,6 +3476,14 @@ module Aws::Lightsail
2760
3476
  # Returns temporary SSH keys you can use to connect to a specific
2761
3477
  # virtual private server, or *instance*.
2762
3478
  #
3479
+ # The `get instance access details` operation supports tag-based access
3480
+ # control via resource tags applied to the resource identified by
3481
+ # instanceName. For more information, see the [Lightsail Dev Guide][1].
3482
+ #
3483
+ #
3484
+ #
3485
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
3486
+ #
2763
3487
  # @option params [required, String] :instance_name
2764
3488
  # The name of the instance to access.
2765
3489
  #
@@ -2917,7 +3641,10 @@ module Aws::Lightsail
2917
3641
  # resp.instance_snapshot.created_at #=> Time
2918
3642
  # resp.instance_snapshot.location.availability_zone #=> String
2919
3643
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2920
- # resp.instance_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3644
+ # resp.instance_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3645
+ # resp.instance_snapshot.tags #=> Array
3646
+ # resp.instance_snapshot.tags[0].key #=> String
3647
+ # resp.instance_snapshot.tags[0].value #=> String
2921
3648
  # resp.instance_snapshot.state #=> String, one of "pending", "error", "available"
2922
3649
  # resp.instance_snapshot.progress #=> String
2923
3650
  # resp.instance_snapshot.from_attached_disks #=> Array
@@ -2927,7 +3654,10 @@ module Aws::Lightsail
2927
3654
  # resp.instance_snapshot.from_attached_disks[0].created_at #=> Time
2928
3655
  # resp.instance_snapshot.from_attached_disks[0].location.availability_zone #=> String
2929
3656
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2930
- # resp.instance_snapshot.from_attached_disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3657
+ # resp.instance_snapshot.from_attached_disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3658
+ # resp.instance_snapshot.from_attached_disks[0].tags #=> Array
3659
+ # resp.instance_snapshot.from_attached_disks[0].tags[0].key #=> String
3660
+ # resp.instance_snapshot.from_attached_disks[0].tags[0].value #=> String
2931
3661
  # resp.instance_snapshot.from_attached_disks[0].size_in_gb #=> Integer
2932
3662
  # resp.instance_snapshot.from_attached_disks[0].is_system_disk #=> Boolean
2933
3663
  # resp.instance_snapshot.from_attached_disks[0].iops #=> Integer
@@ -2978,7 +3708,10 @@ module Aws::Lightsail
2978
3708
  # resp.instance_snapshots[0].created_at #=> Time
2979
3709
  # resp.instance_snapshots[0].location.availability_zone #=> String
2980
3710
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2981
- # resp.instance_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3711
+ # resp.instance_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3712
+ # resp.instance_snapshots[0].tags #=> Array
3713
+ # resp.instance_snapshots[0].tags[0].key #=> String
3714
+ # resp.instance_snapshots[0].tags[0].value #=> String
2982
3715
  # resp.instance_snapshots[0].state #=> String, one of "pending", "error", "available"
2983
3716
  # resp.instance_snapshots[0].progress #=> String
2984
3717
  # resp.instance_snapshots[0].from_attached_disks #=> Array
@@ -2988,7 +3721,10 @@ module Aws::Lightsail
2988
3721
  # resp.instance_snapshots[0].from_attached_disks[0].created_at #=> Time
2989
3722
  # resp.instance_snapshots[0].from_attached_disks[0].location.availability_zone #=> String
2990
3723
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
2991
- # resp.instance_snapshots[0].from_attached_disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3724
+ # resp.instance_snapshots[0].from_attached_disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3725
+ # resp.instance_snapshots[0].from_attached_disks[0].tags #=> Array
3726
+ # resp.instance_snapshots[0].from_attached_disks[0].tags[0].key #=> String
3727
+ # resp.instance_snapshots[0].from_attached_disks[0].tags[0].value #=> String
2992
3728
  # resp.instance_snapshots[0].from_attached_disks[0].size_in_gb #=> Integer
2993
3729
  # resp.instance_snapshots[0].from_attached_disks[0].is_system_disk #=> Boolean
2994
3730
  # resp.instance_snapshots[0].from_attached_disks[0].iops #=> Integer
@@ -3071,7 +3807,10 @@ module Aws::Lightsail
3071
3807
  # resp.instances[0].created_at #=> Time
3072
3808
  # resp.instances[0].location.availability_zone #=> String
3073
3809
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3074
- # resp.instances[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3810
+ # resp.instances[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3811
+ # resp.instances[0].tags #=> Array
3812
+ # resp.instances[0].tags[0].key #=> String
3813
+ # resp.instances[0].tags[0].value #=> String
3075
3814
  # resp.instances[0].blueprint_id #=> String
3076
3815
  # resp.instances[0].blueprint_name #=> String
3077
3816
  # resp.instances[0].bundle_id #=> String
@@ -3087,7 +3826,10 @@ module Aws::Lightsail
3087
3826
  # resp.instances[0].hardware.disks[0].created_at #=> Time
3088
3827
  # resp.instances[0].hardware.disks[0].location.availability_zone #=> String
3089
3828
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3090
- # resp.instances[0].hardware.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3829
+ # resp.instances[0].hardware.disks[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3830
+ # resp.instances[0].hardware.disks[0].tags #=> Array
3831
+ # resp.instances[0].hardware.disks[0].tags[0].key #=> String
3832
+ # resp.instances[0].hardware.disks[0].tags[0].value #=> String
3091
3833
  # resp.instances[0].hardware.disks[0].size_in_gb #=> Integer
3092
3834
  # resp.instances[0].hardware.disks[0].is_system_disk #=> Boolean
3093
3835
  # resp.instances[0].hardware.disks[0].iops #=> Integer
@@ -3145,7 +3887,10 @@ module Aws::Lightsail
3145
3887
  # resp.key_pair.created_at #=> Time
3146
3888
  # resp.key_pair.location.availability_zone #=> String
3147
3889
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3148
- # resp.key_pair.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3890
+ # resp.key_pair.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3891
+ # resp.key_pair.tags #=> Array
3892
+ # resp.key_pair.tags[0].key #=> String
3893
+ # resp.key_pair.tags[0].value #=> String
3149
3894
  # resp.key_pair.fingerprint #=> String
3150
3895
  #
3151
3896
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetKeyPair AWS API Documentation
@@ -3183,7 +3928,10 @@ module Aws::Lightsail
3183
3928
  # resp.key_pairs[0].created_at #=> Time
3184
3929
  # resp.key_pairs[0].location.availability_zone #=> String
3185
3930
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3186
- # resp.key_pairs[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3931
+ # resp.key_pairs[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3932
+ # resp.key_pairs[0].tags #=> Array
3933
+ # resp.key_pairs[0].tags[0].key #=> String
3934
+ # resp.key_pairs[0].tags[0].value #=> String
3187
3935
  # resp.key_pairs[0].fingerprint #=> String
3188
3936
  # resp.next_page_token #=> String
3189
3937
  #
@@ -3219,7 +3967,10 @@ module Aws::Lightsail
3219
3967
  # resp.load_balancer.created_at #=> Time
3220
3968
  # resp.load_balancer.location.availability_zone #=> String
3221
3969
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3222
- # resp.load_balancer.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
3970
+ # resp.load_balancer.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3971
+ # resp.load_balancer.tags #=> Array
3972
+ # resp.load_balancer.tags[0].key #=> String
3973
+ # resp.load_balancer.tags[0].value #=> String
3223
3974
  # resp.load_balancer.dns_name #=> String
3224
3975
  # resp.load_balancer.state #=> String, one of "active", "provisioning", "active_impaired", "failed", "unknown"
3225
3976
  # resp.load_balancer.protocol #=> String, one of "HTTP_HTTPS", "HTTP"
@@ -3450,7 +4201,10 @@ module Aws::Lightsail
3450
4201
  # resp.tls_certificates[0].created_at #=> Time
3451
4202
  # resp.tls_certificates[0].location.availability_zone #=> String
3452
4203
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3453
- # resp.tls_certificates[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
4204
+ # resp.tls_certificates[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4205
+ # resp.tls_certificates[0].tags #=> Array
4206
+ # resp.tls_certificates[0].tags[0].key #=> String
4207
+ # resp.tls_certificates[0].tags[0].value #=> String
3454
4208
  # resp.tls_certificates[0].load_balancer_name #=> String
3455
4209
  # resp.tls_certificates[0].is_attached #=> Boolean
3456
4210
  # resp.tls_certificates[0].status #=> String, one of "PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED", "UNKNOWN"
@@ -3518,7 +4272,10 @@ module Aws::Lightsail
3518
4272
  # resp.load_balancers[0].created_at #=> Time
3519
4273
  # resp.load_balancers[0].location.availability_zone #=> String
3520
4274
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3521
- # resp.load_balancers[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
4275
+ # resp.load_balancers[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4276
+ # resp.load_balancers[0].tags #=> Array
4277
+ # resp.load_balancers[0].tags[0].key #=> String
4278
+ # resp.load_balancers[0].tags[0].value #=> String
3522
4279
  # resp.load_balancers[0].dns_name #=> String
3523
4280
  # resp.load_balancers[0].state #=> String, one of "active", "provisioning", "active_impaired", "failed", "unknown"
3524
4281
  # resp.load_balancers[0].protocol #=> String, one of "HTTP_HTTPS", "HTTP"
@@ -3567,7 +4324,7 @@ module Aws::Lightsail
3567
4324
  #
3568
4325
  # resp.operation.id #=> String
3569
4326
  # resp.operation.resource_name #=> String
3570
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
4327
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3571
4328
  # resp.operation.created_at #=> Time
3572
4329
  # resp.operation.location.availability_zone #=> String
3573
4330
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -3615,7 +4372,7 @@ module Aws::Lightsail
3615
4372
  # resp.operations #=> Array
3616
4373
  # resp.operations[0].id #=> String
3617
4374
  # resp.operations[0].resource_name #=> String
3618
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
4375
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3619
4376
  # resp.operations[0].created_at #=> Time
3620
4377
  # resp.operations[0].location.availability_zone #=> String
3621
4378
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -3665,7 +4422,7 @@ module Aws::Lightsail
3665
4422
  # resp.operations #=> Array
3666
4423
  # resp.operations[0].id #=> String
3667
4424
  # resp.operations[0].resource_name #=> String
3668
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
4425
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
3669
4426
  # resp.operations[0].created_at #=> Time
3670
4427
  # resp.operations[0].location.availability_zone #=> String
3671
4428
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -3759,7 +4516,10 @@ module Aws::Lightsail
3759
4516
  # resp.relational_database.created_at #=> Time
3760
4517
  # resp.relational_database.location.availability_zone #=> String
3761
4518
  # resp.relational_database.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
3762
- # resp.relational_database.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
4519
+ # resp.relational_database.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4520
+ # resp.relational_database.tags #=> Array
4521
+ # resp.relational_database.tags[0].key #=> String
4522
+ # resp.relational_database.tags[0].value #=> String
3763
4523
  # resp.relational_database.relational_database_blueprint_id #=> String
3764
4524
  # resp.relational_database.relational_database_bundle_id #=> String
3765
4525
  # resp.relational_database.master_database_name #=> String
@@ -3803,8 +4563,8 @@ module Aws::Lightsail
3803
4563
  # specific database engine.
3804
4564
  #
3805
4565
  # @option params [String] :page_token
3806
- # A token used for advancing to a specific page of results for your get
3807
- # relational database blueprints request.
4566
+ # A token used for advancing to a specific page of results for your `get
4567
+ # relational database blueprints` request.
3808
4568
  #
3809
4569
  # @return [Types::GetRelationalDatabaseBlueprintsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3810
4570
  #
@@ -3844,8 +4604,8 @@ module Aws::Lightsail
3844
4604
  # performance specifications.
3845
4605
  #
3846
4606
  # @option params [String] :page_token
3847
- # A token used for advancing to a specific page of results for your get
3848
- # relational database bundles request.
4607
+ # A token used for advancing to a specific page of results for your `get
4608
+ # relational database bundles` request.
3849
4609
  #
3850
4610
  # @return [Types::GetRelationalDatabaseBundlesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3851
4611
  #
@@ -3973,8 +4733,8 @@ module Aws::Lightsail
3973
4733
  # Default: `false`
3974
4734
  #
3975
4735
  # @option params [String] :page_token
3976
- # A token used for advancing to a specific page of results for your get
3977
- # relational database log events request.
4736
+ # A token used for advancing to a specific page of results for your `get
4737
+ # relational database log events` request.
3978
4738
  #
3979
4739
  # @return [Types::GetRelationalDatabaseLogEventsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3980
4740
  #
@@ -4043,6 +4803,10 @@ module Aws::Lightsail
4043
4803
  # Returns the current, previous, or pending versions of the master user
4044
4804
  # password for a Lightsail database.
4045
4805
  #
4806
+ # The `asdf` operation GetRelationalDatabaseMasterUserPassword supports
4807
+ # tag-based access control via resource tags applied to the resource
4808
+ # identified by relationalDatabaseName.
4809
+ #
4046
4810
  # @option params [required, String] :relational_database_name
4047
4811
  # The name of your database for which to get the master user password.
4048
4812
  #
@@ -4176,8 +4940,8 @@ module Aws::Lightsail
4176
4940
  # The name of your database for which to get parameters.
4177
4941
  #
4178
4942
  # @option params [String] :page_token
4179
- # A token used for advancing to a specific page of results for your get
4180
- # relational database parameters request.
4943
+ # A token used for advancing to a specific page of results for your `get
4944
+ # relational database parameters` request.
4181
4945
  #
4182
4946
  # @return [Types::GetRelationalDatabaseParametersResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4183
4947
  #
@@ -4237,7 +5001,10 @@ module Aws::Lightsail
4237
5001
  # resp.relational_database_snapshot.created_at #=> Time
4238
5002
  # resp.relational_database_snapshot.location.availability_zone #=> String
4239
5003
  # resp.relational_database_snapshot.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
4240
- # resp.relational_database_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5004
+ # resp.relational_database_snapshot.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5005
+ # resp.relational_database_snapshot.tags #=> Array
5006
+ # resp.relational_database_snapshot.tags[0].key #=> String
5007
+ # resp.relational_database_snapshot.tags[0].value #=> String
4241
5008
  # resp.relational_database_snapshot.engine #=> String
4242
5009
  # resp.relational_database_snapshot.engine_version #=> String
4243
5010
  # resp.relational_database_snapshot.size_in_gb #=> Integer
@@ -4260,8 +5027,8 @@ module Aws::Lightsail
4260
5027
  # Lightsail.
4261
5028
  #
4262
5029
  # @option params [String] :page_token
4263
- # A token used for advancing to a specific page of results for your get
4264
- # relational database snapshots request.
5030
+ # A token used for advancing to a specific page of results for your `get
5031
+ # relational database snapshots` request.
4265
5032
  #
4266
5033
  # @return [Types::GetRelationalDatabaseSnapshotsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4267
5034
  #
@@ -4283,7 +5050,10 @@ module Aws::Lightsail
4283
5050
  # resp.relational_database_snapshots[0].created_at #=> Time
4284
5051
  # resp.relational_database_snapshots[0].location.availability_zone #=> String
4285
5052
  # resp.relational_database_snapshots[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
4286
- # resp.relational_database_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5053
+ # resp.relational_database_snapshots[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5054
+ # resp.relational_database_snapshots[0].tags #=> Array
5055
+ # resp.relational_database_snapshots[0].tags[0].key #=> String
5056
+ # resp.relational_database_snapshots[0].tags[0].value #=> String
4287
5057
  # resp.relational_database_snapshots[0].engine #=> String
4288
5058
  # resp.relational_database_snapshots[0].engine_version #=> String
4289
5059
  # resp.relational_database_snapshots[0].size_in_gb #=> Integer
@@ -4306,8 +5076,8 @@ module Aws::Lightsail
4306
5076
  # Returns information about all of your databases in Amazon Lightsail.
4307
5077
  #
4308
5078
  # @option params [String] :page_token
4309
- # A token used for advancing to a specific page of results for your get
4310
- # relational database request.
5079
+ # A token used for advancing to a specific page of results for your `get
5080
+ # relational database` request.
4311
5081
  #
4312
5082
  # @return [Types::GetRelationalDatabasesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4313
5083
  #
@@ -4329,7 +5099,10 @@ module Aws::Lightsail
4329
5099
  # resp.relational_databases[0].created_at #=> Time
4330
5100
  # resp.relational_databases[0].location.availability_zone #=> String
4331
5101
  # resp.relational_databases[0].location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
4332
- # resp.relational_databases[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5102
+ # resp.relational_databases[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5103
+ # resp.relational_databases[0].tags #=> Array
5104
+ # resp.relational_databases[0].tags[0].key #=> String
5105
+ # resp.relational_databases[0].tags[0].value #=> String
4333
5106
  # resp.relational_databases[0].relational_database_blueprint_id #=> String
4334
5107
  # resp.relational_databases[0].relational_database_bundle_id #=> String
4335
5108
  # resp.relational_databases[0].master_database_name #=> String
@@ -4390,7 +5163,7 @@ module Aws::Lightsail
4390
5163
  # resp.static_ip.created_at #=> Time
4391
5164
  # resp.static_ip.location.availability_zone #=> String
4392
5165
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
4393
- # resp.static_ip.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5166
+ # resp.static_ip.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4394
5167
  # resp.static_ip.ip_address #=> String
4395
5168
  # resp.static_ip.attached_to #=> String
4396
5169
  # resp.static_ip.is_attached #=> Boolean
@@ -4430,7 +5203,7 @@ module Aws::Lightsail
4430
5203
  # resp.static_ips[0].created_at #=> Time
4431
5204
  # resp.static_ips[0].location.availability_zone #=> String
4432
5205
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
4433
- # resp.static_ips[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5206
+ # resp.static_ips[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4434
5207
  # resp.static_ips[0].ip_address #=> String
4435
5208
  # resp.static_ips[0].attached_to #=> String
4436
5209
  # resp.static_ips[0].is_attached #=> Boolean
@@ -4468,7 +5241,7 @@ module Aws::Lightsail
4468
5241
  #
4469
5242
  # resp.operation.id #=> String
4470
5243
  # resp.operation.resource_name #=> String
4471
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5244
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4472
5245
  # resp.operation.created_at #=> Time
4473
5246
  # resp.operation.location.availability_zone #=> String
4474
5247
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4511,6 +5284,14 @@ module Aws::Lightsail
4511
5284
 
4512
5285
  # Adds public ports to an Amazon Lightsail instance.
4513
5286
  #
5287
+ # The `open instance public ports` operation supports tag-based access
5288
+ # control via resource tags applied to the resource identified by
5289
+ # instanceName. For more information, see the [Lightsail Dev Guide][1].
5290
+ #
5291
+ #
5292
+ #
5293
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5294
+ #
4514
5295
  # @option params [required, Types::PortInfo] :port_info
4515
5296
  # An array of key-value pairs containing information about the port
4516
5297
  # mappings.
@@ -4537,7 +5318,7 @@ module Aws::Lightsail
4537
5318
  #
4538
5319
  # resp.operation.id #=> String
4539
5320
  # resp.operation.resource_name #=> String
4540
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5321
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4541
5322
  # resp.operation.created_at #=> Time
4542
5323
  # resp.operation.location.availability_zone #=> String
4543
5324
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4568,7 +5349,7 @@ module Aws::Lightsail
4568
5349
  #
4569
5350
  # resp.operation.id #=> String
4570
5351
  # resp.operation.resource_name #=> String
4571
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5352
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4572
5353
  # resp.operation.created_at #=> Time
4573
5354
  # resp.operation.location.availability_zone #=> String
4574
5355
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4593,6 +5374,14 @@ module Aws::Lightsail
4593
5374
  # closes all ports for every protocol not included in the current
4594
5375
  # request.
4595
5376
  #
5377
+ # The `put instance public ports` operation supports tag-based access
5378
+ # control via resource tags applied to the resource identified by
5379
+ # instanceName. For more information, see the [Lightsail Dev Guide][1].
5380
+ #
5381
+ #
5382
+ #
5383
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5384
+ #
4596
5385
  # @option params [required, Array<Types::PortInfo>] :port_infos
4597
5386
  # Specifies information about the public port(s).
4598
5387
  #
@@ -4620,7 +5409,7 @@ module Aws::Lightsail
4620
5409
  #
4621
5410
  # resp.operation.id #=> String
4622
5411
  # resp.operation.resource_name #=> String
4623
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5412
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4624
5413
  # resp.operation.created_at #=> Time
4625
5414
  # resp.operation.location.availability_zone #=> String
4626
5415
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4646,6 +5435,14 @@ module Aws::Lightsail
4646
5435
  # the same IP address after restarting, create a static IP address and
4647
5436
  # attach it to the instance.
4648
5437
  #
5438
+ # The `reboot instance` operation supports tag-based access control via
5439
+ # resource tags applied to the resource identified by instanceName. For
5440
+ # more information, see the [Lightsail Dev Guide][1].
5441
+ #
5442
+ #
5443
+ #
5444
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5445
+ #
4649
5446
  # @option params [required, String] :instance_name
4650
5447
  # The name of the instance to reboot.
4651
5448
  #
@@ -4664,7 +5461,7 @@ module Aws::Lightsail
4664
5461
  # resp.operations #=> Array
4665
5462
  # resp.operations[0].id #=> String
4666
5463
  # resp.operations[0].resource_name #=> String
4667
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5464
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4668
5465
  # resp.operations[0].created_at #=> Time
4669
5466
  # resp.operations[0].location.availability_zone #=> String
4670
5467
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4687,6 +5484,15 @@ module Aws::Lightsail
4687
5484
 
4688
5485
  # Restarts a specific database in Amazon Lightsail.
4689
5486
  #
5487
+ # The `reboot relational database` operation supports tag-based access
5488
+ # control via resource tags applied to the resource identified by
5489
+ # relationalDatabaseName. For more information, see the [Lightsail Dev
5490
+ # Guide][1].
5491
+ #
5492
+ #
5493
+ #
5494
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5495
+ #
4690
5496
  # @option params [required, String] :relational_database_name
4691
5497
  # The name of your database to reboot.
4692
5498
  #
@@ -4705,7 +5511,7 @@ module Aws::Lightsail
4705
5511
  # resp.operations #=> Array
4706
5512
  # resp.operations[0].id #=> String
4707
5513
  # resp.operations[0].resource_name #=> String
4708
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5514
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4709
5515
  # resp.operations[0].created_at #=> Time
4710
5516
  # resp.operations[0].location.availability_zone #=> String
4711
5517
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4746,7 +5552,7 @@ module Aws::Lightsail
4746
5552
  # resp.operations #=> Array
4747
5553
  # resp.operations[0].id #=> String
4748
5554
  # resp.operations[0].resource_name #=> String
4749
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5555
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4750
5556
  # resp.operations[0].created_at #=> Time
4751
5557
  # resp.operations[0].location.availability_zone #=> String
4752
5558
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4770,6 +5576,14 @@ module Aws::Lightsail
4770
5576
  # Starts a specific Amazon Lightsail instance from a stopped state. To
4771
5577
  # restart an instance, use the reboot instance operation.
4772
5578
  #
5579
+ # The `start instance` operation supports tag-based access control via
5580
+ # resource tags applied to the resource identified by instanceName. For
5581
+ # more information, see the [Lightsail Dev Guide][1].
5582
+ #
5583
+ #
5584
+ #
5585
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5586
+ #
4773
5587
  # @option params [required, String] :instance_name
4774
5588
  # The name of the instance (a virtual private server) to start.
4775
5589
  #
@@ -4788,7 +5602,7 @@ module Aws::Lightsail
4788
5602
  # resp.operations #=> Array
4789
5603
  # resp.operations[0].id #=> String
4790
5604
  # resp.operations[0].resource_name #=> String
4791
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5605
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4792
5606
  # resp.operations[0].created_at #=> Time
4793
5607
  # resp.operations[0].location.availability_zone #=> String
4794
5608
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4812,6 +5626,15 @@ module Aws::Lightsail
4812
5626
  # Starts a specific database from a stopped state in Amazon Lightsail.
4813
5627
  # To restart a database, use the `reboot relational database` operation.
4814
5628
  #
5629
+ # The `start relational database` operation supports tag-based access
5630
+ # control via resource tags applied to the resource identified by
5631
+ # relationalDatabaseName. For more information, see the [Lightsail Dev
5632
+ # Guide][1].
5633
+ #
5634
+ #
5635
+ #
5636
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5637
+ #
4815
5638
  # @option params [required, String] :relational_database_name
4816
5639
  # The name of your database to start.
4817
5640
  #
@@ -4830,7 +5653,7 @@ module Aws::Lightsail
4830
5653
  # resp.operations #=> Array
4831
5654
  # resp.operations[0].id #=> String
4832
5655
  # resp.operations[0].resource_name #=> String
4833
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5656
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4834
5657
  # resp.operations[0].created_at #=> Time
4835
5658
  # resp.operations[0].location.availability_zone #=> String
4836
5659
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4853,6 +5676,14 @@ module Aws::Lightsail
4853
5676
 
4854
5677
  # Stops a specific Amazon Lightsail instance that is currently running.
4855
5678
  #
5679
+ # The `stop instance` operation supports tag-based access control via
5680
+ # resource tags applied to the resource identified by instanceName. For
5681
+ # more information, see the [Lightsail Dev Guide][1].
5682
+ #
5683
+ #
5684
+ #
5685
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5686
+ #
4856
5687
  # @option params [required, String] :instance_name
4857
5688
  # The name of the instance (a virtual private server) to stop.
4858
5689
  #
@@ -4880,7 +5711,7 @@ module Aws::Lightsail
4880
5711
  # resp.operations #=> Array
4881
5712
  # resp.operations[0].id #=> String
4882
5713
  # resp.operations[0].resource_name #=> String
4883
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5714
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4884
5715
  # resp.operations[0].created_at #=> Time
4885
5716
  # resp.operations[0].location.availability_zone #=> String
4886
5717
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4904,6 +5735,15 @@ module Aws::Lightsail
4904
5735
  # Stops a specific database that is currently running in Amazon
4905
5736
  # Lightsail.
4906
5737
  #
5738
+ # The `stop relational database` operation supports tag-based access
5739
+ # control via resource tags applied to the resource identified by
5740
+ # relationalDatabaseName. For more information, see the [Lightsail Dev
5741
+ # Guide][1].
5742
+ #
5743
+ #
5744
+ #
5745
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5746
+ #
4907
5747
  # @option params [required, String] :relational_database_name
4908
5748
  # The name of your database to stop.
4909
5749
  #
@@ -4927,7 +5767,7 @@ module Aws::Lightsail
4927
5767
  # resp.operations #=> Array
4928
5768
  # resp.operations[0].id #=> String
4929
5769
  # resp.operations[0].resource_name #=> String
4930
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5770
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4931
5771
  # resp.operations[0].created_at #=> Time
4932
5772
  # resp.operations[0].location.availability_zone #=> String
4933
5773
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4948,6 +5788,68 @@ module Aws::Lightsail
4948
5788
  req.send_request(options)
4949
5789
  end
4950
5790
 
5791
+ # Adds one or more tags to the specified Amazon Lightsail resource. Each
5792
+ # resource can have a maximum of 50 tags. Each tag consists of a key and
5793
+ # an optional value. Tag keys must be unique per resource. For more
5794
+ # information about tags, see the [Lightsail Dev Guide][1].
5795
+ #
5796
+ # The `tag resource` operation supports tag-based access control via
5797
+ # request tags and resource tags applied to the resource identified by
5798
+ # resourceName. For more information, see the [Lightsail Dev Guide][2].
5799
+ #
5800
+ #
5801
+ #
5802
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-tags
5803
+ # [2]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5804
+ #
5805
+ # @option params [required, String] :resource_name
5806
+ # The name of the resource to which you are adding tags.
5807
+ #
5808
+ # @option params [required, Array<Types::Tag>] :tags
5809
+ # The tag key and optional value.
5810
+ #
5811
+ # @return [Types::TagResourceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5812
+ #
5813
+ # * {Types::TagResourceResult#operations #operations} => Array&lt;Types::Operation&gt;
5814
+ #
5815
+ # @example Request syntax with placeholder values
5816
+ #
5817
+ # resp = client.tag_resource({
5818
+ # resource_name: "ResourceName", # required
5819
+ # tags: [ # required
5820
+ # {
5821
+ # key: "TagKey",
5822
+ # value: "TagValue",
5823
+ # },
5824
+ # ],
5825
+ # })
5826
+ #
5827
+ # @example Response structure
5828
+ #
5829
+ # resp.operations #=> Array
5830
+ # resp.operations[0].id #=> String
5831
+ # resp.operations[0].resource_name #=> String
5832
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5833
+ # resp.operations[0].created_at #=> Time
5834
+ # resp.operations[0].location.availability_zone #=> String
5835
+ # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
5836
+ # resp.operations[0].is_terminal #=> Boolean
5837
+ # resp.operations[0].operation_details #=> String
5838
+ # 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", "CreateRelationalDatabase", "UpdateRelationalDatabase", "DeleteRelationalDatabase", "CreateRelationalDatabaseFromSnapshot", "CreateRelationalDatabaseSnapshot", "DeleteRelationalDatabaseSnapshot", "UpdateRelationalDatabaseParameters", "StartRelationalDatabase", "RebootRelationalDatabase", "StopRelationalDatabase"
5839
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
5840
+ # resp.operations[0].status_changed_at #=> Time
5841
+ # resp.operations[0].error_code #=> String
5842
+ # resp.operations[0].error_details #=> String
5843
+ #
5844
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/TagResource AWS API Documentation
5845
+ #
5846
+ # @overload tag_resource(params = {})
5847
+ # @param [Hash] params ({})
5848
+ def tag_resource(params = {}, options = {})
5849
+ req = build_request(:tag_resource, params)
5850
+ req.send_request(options)
5851
+ end
5852
+
4951
5853
  # Attempts to unpeer the Lightsail VPC from the user's default VPC.
4952
5854
  #
4953
5855
  # @return [Types::UnpeerVpcResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4958,7 +5860,7 @@ module Aws::Lightsail
4958
5860
  #
4959
5861
  # resp.operation.id #=> String
4960
5862
  # resp.operation.resource_name #=> String
4961
- # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5863
+ # resp.operation.resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
4962
5864
  # resp.operation.created_at #=> Time
4963
5865
  # resp.operation.location.availability_zone #=> String
4964
5866
  # resp.operation.location.region_name #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -4979,8 +5881,70 @@ module Aws::Lightsail
4979
5881
  req.send_request(options)
4980
5882
  end
4981
5883
 
5884
+ # Deletes the specified set of tag keys and their values from the
5885
+ # specified Amazon Lightsail resource.
5886
+ #
5887
+ # The `untag resource` operation supports tag-based access control via
5888
+ # request tags and resource tags applied to the resource identified by
5889
+ # resourceName. For more information, see the [Lightsail Dev Guide][1].
5890
+ #
5891
+ #
5892
+ #
5893
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5894
+ #
5895
+ # @option params [required, String] :resource_name
5896
+ # The name of the resource from which you are removing a tag.
5897
+ #
5898
+ # @option params [required, Array<String>] :tag_keys
5899
+ # The tag keys to delete from the specified resource.
5900
+ #
5901
+ # @return [Types::UntagResourceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5902
+ #
5903
+ # * {Types::UntagResourceResult#operations #operations} => Array&lt;Types::Operation&gt;
5904
+ #
5905
+ # @example Request syntax with placeholder values
5906
+ #
5907
+ # resp = client.untag_resource({
5908
+ # resource_name: "ResourceName", # required
5909
+ # tag_keys: ["TagKey"], # required
5910
+ # })
5911
+ #
5912
+ # @example Response structure
5913
+ #
5914
+ # resp.operations #=> Array
5915
+ # resp.operations[0].id #=> String
5916
+ # resp.operations[0].resource_name #=> String
5917
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5918
+ # resp.operations[0].created_at #=> Time
5919
+ # resp.operations[0].location.availability_zone #=> String
5920
+ # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
5921
+ # resp.operations[0].is_terminal #=> Boolean
5922
+ # resp.operations[0].operation_details #=> String
5923
+ # 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", "CreateRelationalDatabase", "UpdateRelationalDatabase", "DeleteRelationalDatabase", "CreateRelationalDatabaseFromSnapshot", "CreateRelationalDatabaseSnapshot", "DeleteRelationalDatabaseSnapshot", "UpdateRelationalDatabaseParameters", "StartRelationalDatabase", "RebootRelationalDatabase", "StopRelationalDatabase"
5924
+ # resp.operations[0].status #=> String, one of "NotStarted", "Started", "Failed", "Completed", "Succeeded"
5925
+ # resp.operations[0].status_changed_at #=> Time
5926
+ # resp.operations[0].error_code #=> String
5927
+ # resp.operations[0].error_details #=> String
5928
+ #
5929
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UntagResource AWS API Documentation
5930
+ #
5931
+ # @overload untag_resource(params = {})
5932
+ # @param [Hash] params ({})
5933
+ def untag_resource(params = {}, options = {})
5934
+ req = build_request(:untag_resource, params)
5935
+ req.send_request(options)
5936
+ end
5937
+
4982
5938
  # Updates a domain recordset after it is created.
4983
5939
  #
5940
+ # The `update domain entry` operation supports tag-based access control
5941
+ # via resource tags applied to the resource identified by domainName.
5942
+ # For more information, see the [Lightsail Dev Guide][1].
5943
+ #
5944
+ #
5945
+ #
5946
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
5947
+ #
4984
5948
  # @option params [required, String] :domain_name
4985
5949
  # The name of the domain recordset to update.
4986
5950
  #
@@ -5013,7 +5977,7 @@ module Aws::Lightsail
5013
5977
  # resp.operations #=> Array
5014
5978
  # resp.operations[0].id #=> String
5015
5979
  # resp.operations[0].resource_name #=> String
5016
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
5980
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5017
5981
  # resp.operations[0].created_at #=> Time
5018
5982
  # resp.operations[0].location.availability_zone #=> String
5019
5983
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -5037,6 +6001,15 @@ module Aws::Lightsail
5037
6001
  # Updates the specified attribute for a load balancer. You can only
5038
6002
  # update one attribute at a time.
5039
6003
  #
6004
+ # The `update load balancer attribute` operation supports tag-based
6005
+ # access control via resource tags applied to the resource identified by
6006
+ # loadBalancerName. For more information, see the [Lightsail Dev
6007
+ # Guide][1].
6008
+ #
6009
+ #
6010
+ #
6011
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
6012
+ #
5040
6013
  # @option params [required, String] :load_balancer_name
5041
6014
  # The name of the load balancer that you want to modify (e.g.,
5042
6015
  # `my-load-balancer`.
@@ -5064,7 +6037,7 @@ module Aws::Lightsail
5064
6037
  # resp.operations #=> Array
5065
6038
  # resp.operations[0].id #=> String
5066
6039
  # resp.operations[0].resource_name #=> String
5067
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
6040
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5068
6041
  # resp.operations[0].created_at #=> Time
5069
6042
  # resp.operations[0].location.availability_zone #=> String
5070
6043
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -5092,6 +6065,15 @@ module Aws::Lightsail
5092
6065
  # result in an outage, are applied during the database's predefined
5093
6066
  # maintenance window.
5094
6067
  #
6068
+ # The `update relational database` operation supports tag-based access
6069
+ # control via resource tags applied to the resource identified by
6070
+ # relationalDatabaseName. For more information, see the [Lightsail Dev
6071
+ # Guide][1].
6072
+ #
6073
+ #
6074
+ #
6075
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
6076
+ #
5095
6077
  # @option params [required, String] :relational_database_name
5096
6078
  # The name of your database to update.
5097
6079
  #
@@ -5197,7 +6179,7 @@ module Aws::Lightsail
5197
6179
  # resp.operations #=> Array
5198
6180
  # resp.operations[0].id #=> String
5199
6181
  # resp.operations[0].resource_name #=> String
5200
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
6182
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5201
6183
  # resp.operations[0].created_at #=> Time
5202
6184
  # resp.operations[0].location.availability_zone #=> String
5203
6185
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -5229,6 +6211,15 @@ module Aws::Lightsail
5229
6211
  # type are applied only after the database is rebooted using the `reboot
5230
6212
  # relational database` operation.
5231
6213
  #
6214
+ # The `update relational database parameters` operation supports
6215
+ # tag-based access control via resource tags applied to the resource
6216
+ # identified by relationalDatabaseName. For more information, see the
6217
+ # [Lightsail Dev Guide][1].
6218
+ #
6219
+ #
6220
+ #
6221
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
6222
+ #
5232
6223
  # @option params [required, String] :relational_database_name
5233
6224
  # The name of your database for which to update parameters.
5234
6225
  #
@@ -5262,7 +6253,7 @@ module Aws::Lightsail
5262
6253
  # resp.operations #=> Array
5263
6254
  # resp.operations[0].id #=> String
5264
6255
  # resp.operations[0].resource_name #=> String
5265
- # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot"
6256
+ # resp.operations[0].resource_type #=> String, one of "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord"
5266
6257
  # resp.operations[0].created_at #=> Time
5267
6258
  # resp.operations[0].location.availability_zone #=> String
5268
6259
  # 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-west-2", "eu-west-3", "eu-central-1", "ca-central-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2"
@@ -5296,7 +6287,7 @@ module Aws::Lightsail
5296
6287
  params: params,
5297
6288
  config: config)
5298
6289
  context[:gem_name] = 'aws-sdk-lightsail'
5299
- context[:gem_version] = '1.12.0'
6290
+ context[:gem_version] = '1.13.0'
5300
6291
  Seahorse::Client::Request.new(handlers, context)
5301
6292
  end
5302
6293