[][src]Struct rusoto_lightsail::LightsailClient

pub struct LightsailClient { /* fields omitted */ }

A client for the Amazon Lightsail API.

Methods

impl LightsailClient[src]

pub fn new(region: Region) -> LightsailClient[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> LightsailClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    D: DispatchSignedRequest + Send + Sync + 'static, 
[src]

pub fn new_with_client(client: Client, region: Region) -> LightsailClient[src]

Trait Implementations

impl Clone for LightsailClient[src]

impl Lightsail for LightsailClient[src]

fn allocate_static_ip<'life0, 'async_trait>(
    &'life0 self,
    input: AllocateStaticIpRequest
) -> Pin<Box<dyn Future<Output = Result<AllocateStaticIpResult, RusotoError<AllocateStaticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Allocates a static IP address.

fn attach_disk<'life0, 'async_trait>(
    &'life0 self,
    input: AttachDiskRequest
) -> Pin<Box<dyn Future<Output = Result<AttachDiskResult, RusotoError<AttachDiskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches a block storage disk to a running or stopped Lightsail instance and exposes it to the instance with the specified disk name.

The attach disk operation supports tag-based access control via resource tags applied to the resource identified by disk name. For more information, see the Lightsail Dev Guide.

fn attach_instances_to_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: AttachInstancesToLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<AttachInstancesToLoadBalancerResult, RusotoError<AttachInstancesToLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches one or more Lightsail instances to a load balancer.

After some time, the instances are attached to the load balancer and the health check status is available.

The attach instances to load balancer operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn attach_load_balancer_tls_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: AttachLoadBalancerTlsCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<AttachLoadBalancerTlsCertificateResult, RusotoError<AttachLoadBalancerTlsCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches a Transport Layer Security (TLS) certificate to your load balancer. TLS is just an updated, more secure version of Secure Socket Layer (SSL).

Once you create and validate your certificate, you can attach it to your load balancer. You can also use this API to rotate the certificates on your account. Use the attach load balancer tls certificate operation with the non-attached certificate, and it will replace the existing one and become the attached certificate.

The attach load balancer tls certificate operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn attach_static_ip<'life0, 'async_trait>(
    &'life0 self,
    input: AttachStaticIpRequest
) -> Pin<Box<dyn Future<Output = Result<AttachStaticIpResult, RusotoError<AttachStaticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attaches a static IP address to a specific Amazon Lightsail instance.

fn close_instance_public_ports<'life0, 'async_trait>(
    &'life0 self,
    input: CloseInstancePublicPortsRequest
) -> Pin<Box<dyn Future<Output = Result<CloseInstancePublicPortsResult, RusotoError<CloseInstancePublicPortsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Closes the public ports on a specific Amazon Lightsail instance.

The close instance public ports operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn copy_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CopySnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CopySnapshotResult, RusotoError<CopySnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. This operation can also be used to copy a manual or automatic snapshot of an instance or a disk from one AWS Region to another in Amazon Lightsail.

When copying a manual snapshot, be sure to define the source region, source snapshot name, and target snapshot name parameters.

When copying an automatic snapshot, be sure to define the source region, source resource name, target snapshot name, and either the restore date or the use latest restorable auto snapshot parameters.

fn create_cloud_formation_stack<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCloudFormationStackRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCloudFormationStackResult, RusotoError<CreateCloudFormationStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot. This operation results in a CloudFormation stack record that can be used to track the AWS CloudFormation stack created. Use the get cloud formation stack records operation to get a list of the CloudFormation stacks created.

Wait until after your new Amazon EC2 instance is created before running the create cloud formation stack operation again with the same export snapshot record.

fn create_disk<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDiskRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDiskResult, RusotoError<CreateDiskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a block storage disk that can be attached to an Amazon Lightsail instance in the same Availability Zone (e.g., us-east-2a).

The create disk operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_disk_from_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDiskFromSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDiskFromSnapshotResult, RusotoError<CreateDiskFromSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a block storage disk from a manual or automatic snapshot of a disk. The resulting disk can be attached to an Amazon Lightsail instance in the same Availability Zone (e.g., us-east-2a).

The create disk from snapshot operation supports tag-based access control via request tags and resource tags applied to the resource identified by disk snapshot name. For more information, see the Lightsail Dev Guide.

fn create_disk_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDiskSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDiskSnapshotResult, RusotoError<CreateDiskSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a snapshot of a block storage disk. You can use snapshots for backups, to make copies of disks, and to save data before shutting down a Lightsail instance.

You can take a snapshot of an attached disk that is in use; however, snapshots only capture data that has been written to your disk at the time the snapshot command is issued. This may exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the disk long enough to take a snapshot, your snapshot should be complete. Nevertheless, if you cannot pause all file writes to the disk, you should unmount the disk from within the Lightsail instance, issue the create disk snapshot command, and then remount the disk to ensure a consistent and complete snapshot. You may remount and use your disk while the snapshot status is pending.

You can also use this operation to create a snapshot of an instance's system volume. You might want to do this, for example, to recover data from the system volume of a botched instance or to create a backup of the system volume like you would for a block storage disk. To create a snapshot of a system volume, just define the instance name parameter when issuing the snapshot command, and a snapshot of the defined instance's system volume will be created. After the snapshot is available, you can create a block storage disk from the snapshot and attach it to a running instance to access the data on the disk.

The create disk snapshot operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_domain<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDomainRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDomainResult, RusotoError<CreateDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a domain resource for the specified domain (e.g., example.com).

The create domain operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_domain_entry<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDomainEntryRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDomainEntryResult, RusotoError<CreateDomainEntryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates one of the following entry records associated with the domain: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).

The create domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Lightsail Dev Guide.

fn create_instance_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstanceSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstanceSnapshotResult, RusotoError<CreateInstanceSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot.

The create instance snapshot operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_instances<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstancesResult, RusotoError<CreateInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates one or more Amazon Lightsail instances.

The create instances operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_instances_from_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstancesFromSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstancesFromSnapshotResult, RusotoError<CreateInstancesFromSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates one or more new instances from a manual or automatic snapshot of an instance.

The create instances from snapshot operation supports tag-based access control via request tags and resource tags applied to the resource identified by instance snapshot name. For more information, see the Lightsail Dev Guide.

fn create_key_pair<'life0, 'async_trait>(
    &'life0 self,
    input: CreateKeyPairRequest
) -> Pin<Box<dyn Future<Output = Result<CreateKeyPairResult, RusotoError<CreateKeyPairError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an SSH key pair.

The create key pair operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLoadBalancerResult, RusotoError<CreateLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a Lightsail load balancer. To learn more about deciding whether to load balance your application, see Configure your Lightsail instances for load balancing. You can create up to 5 load balancers per AWS Region in your account.

When you create a load balancer, you can specify a unique name and port settings. To change additional load balancer settings, use the UpdateLoadBalancerAttribute operation.

The create load balancer operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_load_balancer_tls_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLoadBalancerTlsCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLoadBalancerTlsCertificateResult, RusotoError<CreateLoadBalancerTlsCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a Lightsail load balancer TLS certificate.

TLS is just an updated, more secure version of Secure Socket Layer (SSL).

The create load balancer tls certificate operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn create_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRelationalDatabaseResult, RusotoError<CreateRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new database in Amazon Lightsail.

The create relational database operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn create_relational_database_from_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRelationalDatabaseFromSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRelationalDatabaseFromSnapshotResult, RusotoError<CreateRelationalDatabaseFromSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new database from an existing database snapshot in Amazon Lightsail.

You can create a new database from a snapshot in if something goes wrong with your original database, or to change it to a different plan, such as a high availability or standard plan.

The create relational database from snapshot operation supports tag-based access control via request tags and resource tags applied to the resource identified by relationalDatabaseSnapshotName. For more information, see the Lightsail Dev Guide.

fn create_relational_database_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRelationalDatabaseSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRelationalDatabaseSnapshotResult, RusotoError<CreateRelationalDatabaseSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a snapshot of your database in Amazon Lightsail. You can use snapshots for backups, to make copies of a database, and to save data before deleting a database.

The create relational database snapshot operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.

fn delete_auto_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAutoSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAutoSnapshotResult, RusotoError<DeleteAutoSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an automatic snapshot of an instance or disk. For more information, see the Lightsail Dev Guide.

fn delete_disk<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDiskRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDiskResult, RusotoError<DeleteDiskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified block storage disk. The disk must be in the available state (not attached to a Lightsail instance).

The disk may remain in the deleting state for several minutes.

The delete disk operation supports tag-based access control via resource tags applied to the resource identified by disk name. For more information, see the Lightsail Dev Guide.

fn delete_disk_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDiskSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDiskSnapshotResult, RusotoError<DeleteDiskSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified disk snapshot.

When you make periodic snapshots of a disk, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the disk.

The delete disk snapshot operation supports tag-based access control via resource tags applied to the resource identified by disk snapshot name. For more information, see the Lightsail Dev Guide.

fn delete_domain<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDomainRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDomainResult, RusotoError<DeleteDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified domain recordset and all of its domain records.

The delete domain operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Lightsail Dev Guide.

fn delete_domain_entry<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDomainEntryRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDomainEntryResult, RusotoError<DeleteDomainEntryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specific domain entry.

The delete domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Lightsail Dev Guide.

fn delete_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInstanceResult, RusotoError<DeleteInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an Amazon Lightsail instance.

The delete instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn delete_instance_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInstanceSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInstanceSnapshotResult, RusotoError<DeleteInstanceSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specific snapshot of a virtual private server (or instance).

The delete instance snapshot operation supports tag-based access control via resource tags applied to the resource identified by instance snapshot name. For more information, see the Lightsail Dev Guide.

fn delete_key_pair<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteKeyPairRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteKeyPairResult, RusotoError<DeleteKeyPairError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specific SSH key pair.

The delete key pair operation supports tag-based access control via resource tags applied to the resource identified by key pair name. For more information, see the Lightsail Dev Guide.

fn delete_known_host_keys<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteKnownHostKeysRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteKnownHostKeysResult, RusotoError<DeleteKnownHostKeysError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the known host key or certificate used by the Amazon Lightsail browser-based SSH or RDP clients to authenticate an instance. This operation enables the Lightsail browser-based SSH or RDP clients to connect to the instance after a host key mismatch.

Perform this operation only if you were expecting the host key or certificate mismatch or if you are familiar with the new host key or certificate on the instance. For more information, see Troubleshooting connection issues when using the Amazon Lightsail browser-based SSH or RDP client.

fn delete_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLoadBalancerResult, RusotoError<DeleteLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Lightsail load balancer and all its associated SSL/TLS certificates. Once the load balancer is deleted, you will need to create a new load balancer, create a new certificate, and verify domain ownership again.

The delete load balancer operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn delete_load_balancer_tls_certificate<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLoadBalancerTlsCertificateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLoadBalancerTlsCertificateResult, RusotoError<DeleteLoadBalancerTlsCertificateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an SSL/TLS certificate associated with a Lightsail load balancer.

The delete load balancer tls certificate operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn delete_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRelationalDatabaseResult, RusotoError<DeleteRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a database in Amazon Lightsail.

The delete relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

fn delete_relational_database_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRelationalDatabaseSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRelationalDatabaseSnapshotResult, RusotoError<DeleteRelationalDatabaseSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a database snapshot in Amazon Lightsail.

The delete relational database snapshot operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

fn detach_disk<'life0, 'async_trait>(
    &'life0 self,
    input: DetachDiskRequest
) -> Pin<Box<dyn Future<Output = Result<DetachDiskResult, RusotoError<DetachDiskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Detaches a stopped block storage disk from a Lightsail instance. Make sure to unmount any file systems on the device within your operating system before stopping the instance and detaching the disk.

The detach disk operation supports tag-based access control via resource tags applied to the resource identified by disk name. For more information, see the Lightsail Dev Guide.

fn detach_instances_from_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: DetachInstancesFromLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<DetachInstancesFromLoadBalancerResult, RusotoError<DetachInstancesFromLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Detaches the specified instances from a Lightsail load balancer.

This operation waits until the instances are no longer needed before they are detached from the load balancer.

The detach instances from load balancer operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn detach_static_ip<'life0, 'async_trait>(
    &'life0 self,
    input: DetachStaticIpRequest
) -> Pin<Box<dyn Future<Output = Result<DetachStaticIpResult, RusotoError<DetachStaticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Detaches a static IP from the Amazon Lightsail instance to which it is attached.

fn disable_add_on<'life0, 'async_trait>(
    &'life0 self,
    input: DisableAddOnRequest
) -> Pin<Box<dyn Future<Output = Result<DisableAddOnResult, RusotoError<DisableAddOnError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables an add-on for an Amazon Lightsail resource. For more information, see the Lightsail Dev Guide.

fn download_default_key_pair<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DownloadDefaultKeyPairResult, RusotoError<DownloadDefaultKeyPairError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Downloads the default SSH key pair from the user's account.

fn enable_add_on<'life0, 'async_trait>(
    &'life0 self,
    input: EnableAddOnRequest
) -> Pin<Box<dyn Future<Output = Result<EnableAddOnResult, RusotoError<EnableAddOnError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables or modifies an add-on for an Amazon Lightsail resource. For more information, see the Lightsail Dev Guide.

fn export_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: ExportSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<ExportSnapshotResult, RusotoError<ExportSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2). This operation results in an export snapshot record that can be used with the create cloud formation stack operation to create new Amazon EC2 instances.

Exported instance snapshots appear in Amazon EC2 as Amazon Machine Images (AMIs), and the instance system disk appears as an Amazon Elastic Block Store (Amazon EBS) volume. Exported disk snapshots appear in Amazon EC2 as Amazon EBS volumes. Snapshots are exported to the same Amazon Web Services Region in Amazon EC2 as the source Lightsail snapshot.

The export snapshot operation supports tag-based access control via resource tags applied to the resource identified by source snapshot name. For more information, see the Lightsail Dev Guide.

Use the get instance snapshots or get disk snapshots operations to get a list of snapshots that you can export to Amazon EC2.

fn get_active_names<'life0, 'async_trait>(
    &'life0 self,
    input: GetActiveNamesRequest
) -> Pin<Box<dyn Future<Output = Result<GetActiveNamesResult, RusotoError<GetActiveNamesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the names of all active (not deleted) resources.

fn get_auto_snapshots<'life0, 'async_trait>(
    &'life0 self,
    input: GetAutoSnapshotsRequest
) -> Pin<Box<dyn Future<Output = Result<GetAutoSnapshotsResult, RusotoError<GetAutoSnapshotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the available automatic snapshots for an instance or disk. For more information, see the Lightsail Dev Guide.

fn get_blueprints<'life0, 'async_trait>(
    &'life0 self,
    input: GetBlueprintsRequest
) -> Pin<Box<dyn Future<Output = Result<GetBlueprintsResult, RusotoError<GetBlueprintsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the list of available instance images, or blueprints. You can use a blueprint to create a new instance already running a specific operating system, as well as a preinstalled app or development stack. The software each instance is running depends on the blueprint image you choose.

Use active blueprints when creating new instances. Inactive blueprints are listed to support customers with existing instances and are not necessarily available to create new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.

fn get_bundles<'life0, 'async_trait>(
    &'life0 self,
    input: GetBundlesRequest
) -> Pin<Box<dyn Future<Output = Result<GetBundlesResult, RusotoError<GetBundlesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the list of bundles that are available for purchase. A bundle describes the specs for your virtual private server (or instance).

fn get_cloud_formation_stack_records<'life0, 'async_trait>(
    &'life0 self,
    input: GetCloudFormationStackRecordsRequest
) -> Pin<Box<dyn Future<Output = Result<GetCloudFormationStackRecordsResult, RusotoError<GetCloudFormationStackRecordsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the CloudFormation stack record created as a result of the create cloud formation stack operation.

An AWS CloudFormation stack is used to create a new Amazon EC2 instance from an exported Lightsail snapshot.

fn get_disk<'life0, 'async_trait>(
    &'life0 self,
    input: GetDiskRequest
) -> Pin<Box<dyn Future<Output = Result<GetDiskResult, RusotoError<GetDiskError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific block storage disk.

fn get_disk_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: GetDiskSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<GetDiskSnapshotResult, RusotoError<GetDiskSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific block storage disk snapshot.

fn get_disk_snapshots<'life0, 'async_trait>(
    &'life0 self,
    input: GetDiskSnapshotsRequest
) -> Pin<Box<dyn Future<Output = Result<GetDiskSnapshotsResult, RusotoError<GetDiskSnapshotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all block storage disk snapshots in your AWS account and region.

If you are describing a long list of disk snapshots, you can paginate the output to make the list more manageable. You can use the pageToken and nextPageToken values to retrieve the next items in the list.

fn get_disks<'life0, 'async_trait>(
    &'life0 self,
    input: GetDisksRequest
) -> Pin<Box<dyn Future<Output = Result<GetDisksResult, RusotoError<GetDisksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all block storage disks in your AWS account and region.

If you are describing a long list of disks, you can paginate the output to make the list more manageable. You can use the pageToken and nextPageToken values to retrieve the next items in the list.

fn get_domain<'life0, 'async_trait>(
    &'life0 self,
    input: GetDomainRequest
) -> Pin<Box<dyn Future<Output = Result<GetDomainResult, RusotoError<GetDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific domain recordset.

fn get_domains<'life0, 'async_trait>(
    &'life0 self,
    input: GetDomainsRequest
) -> Pin<Box<dyn Future<Output = Result<GetDomainsResult, RusotoError<GetDomainsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of all domains in the user's account.

fn get_export_snapshot_records<'life0, 'async_trait>(
    &'life0 self,
    input: GetExportSnapshotRecordsRequest
) -> Pin<Box<dyn Future<Output = Result<GetExportSnapshotRecordsResult, RusotoError<GetExportSnapshotRecordsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the export snapshot record created as a result of the export snapshot operation.

An export snapshot record can be used to create a new Amazon EC2 instance and its related resources with the create cloud formation stack operation.

fn get_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceResult, RusotoError<GetInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific Amazon Lightsail instance, which is a virtual private server.

fn get_instance_access_details<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceAccessDetailsRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceAccessDetailsResult, RusotoError<GetInstanceAccessDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns temporary SSH keys you can use to connect to a specific virtual private server, or instance.

The get instance access details operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn get_instance_metric_data<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceMetricDataRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceMetricDataResult, RusotoError<GetInstanceMetricDataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the data points for the specified Amazon Lightsail instance metric, given an instance name.

fn get_instance_port_states<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstancePortStatesRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstancePortStatesResult, RusotoError<GetInstancePortStatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the port states for a specific virtual private server, or instance.

fn get_instance_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceSnapshotResult, RusotoError<GetInstanceSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific instance snapshot.

fn get_instance_snapshots<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceSnapshotsRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceSnapshotsResult, RusotoError<GetInstanceSnapshotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns all instance snapshots for the user's account.

fn get_instance_state<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceStateRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceStateResult, RusotoError<GetInstanceStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the state of a specific instance. Works on one instance at a time.

fn get_instances<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstancesResult, RusotoError<GetInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all Amazon Lightsail virtual private servers, or instances.

fn get_key_pair<'life0, 'async_trait>(
    &'life0 self,
    input: GetKeyPairRequest
) -> Pin<Box<dyn Future<Output = Result<GetKeyPairResult, RusotoError<GetKeyPairError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific key pair.

fn get_key_pairs<'life0, 'async_trait>(
    &'life0 self,
    input: GetKeyPairsRequest
) -> Pin<Box<dyn Future<Output = Result<GetKeyPairsResult, RusotoError<GetKeyPairsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all key pairs in the user's account.

fn get_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: GetLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<GetLoadBalancerResult, RusotoError<GetLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the specified Lightsail load balancer.

fn get_load_balancer_metric_data<'life0, 'async_trait>(
    &'life0 self,
    input: GetLoadBalancerMetricDataRequest
) -> Pin<Box<dyn Future<Output = Result<GetLoadBalancerMetricDataResult, RusotoError<GetLoadBalancerMetricDataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about health metrics for your Lightsail load balancer.

fn get_load_balancer_tls_certificates<'life0, 'async_trait>(
    &'life0 self,
    input: GetLoadBalancerTlsCertificatesRequest
) -> Pin<Box<dyn Future<Output = Result<GetLoadBalancerTlsCertificatesResult, RusotoError<GetLoadBalancerTlsCertificatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the TLS certificates that are associated with the specified Lightsail load balancer.

TLS is just an updated, more secure version of Secure Socket Layer (SSL).

You can have a maximum of 2 certificates associated with a Lightsail load balancer. One is active and the other is inactive.

fn get_load_balancers<'life0, 'async_trait>(
    &'life0 self,
    input: GetLoadBalancersRequest
) -> Pin<Box<dyn Future<Output = Result<GetLoadBalancersResult, RusotoError<GetLoadBalancersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all load balancers in an account.

If you are describing a long list of load balancers, you can paginate the output to make the list more manageable. You can use the pageToken and nextPageToken values to retrieve the next items in the list.

fn get_operation<'life0, 'async_trait>(
    &'life0 self,
    input: GetOperationRequest
) -> Pin<Box<dyn Future<Output = Result<GetOperationResult, RusotoError<GetOperationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on.

fn get_operations<'life0, 'async_trait>(
    &'life0 self,
    input: GetOperationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetOperationsResult, RusotoError<GetOperationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all operations.

Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations use the maximum (last) statusChangedAt value from the previous request.

fn get_operations_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: GetOperationsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<GetOperationsForResourceResult, RusotoError<GetOperationsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets operations for a specific resource (e.g., an instance or a static IP).

fn get_regions<'life0, 'async_trait>(
    &'life0 self,
    input: GetRegionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRegionsResult, RusotoError<GetRegionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of all valid regions for Amazon Lightsail. Use the include availability zones parameter to also return the Availability Zones in a region.

fn get_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseResult, RusotoError<GetRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific database in Amazon Lightsail.

fn get_relational_database_blueprints<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseBlueprintsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseBlueprintsResult, RusotoError<GetRelationalDatabaseBlueprintsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of available database blueprints in Amazon Lightsail. A blueprint describes the major engine version of a database.

You can use a blueprint ID to create a new database that runs a specific database engine.

fn get_relational_database_bundles<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseBundlesRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseBundlesResult, RusotoError<GetRelationalDatabaseBundlesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the list of bundles that are available in Amazon Lightsail. A bundle describes the performance specifications for a database.

You can use a bundle ID to create a new database with explicit performance specifications.

fn get_relational_database_events<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseEventsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseEventsResult, RusotoError<GetRelationalDatabaseEventsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of events for a specific database in Amazon Lightsail.

fn get_relational_database_log_events<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseLogEventsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseLogEventsResult, RusotoError<GetRelationalDatabaseLogEventsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of log events for a database in Amazon Lightsail.

fn get_relational_database_log_streams<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseLogStreamsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseLogStreamsResult, RusotoError<GetRelationalDatabaseLogStreamsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of available log streams for a specific database in Amazon Lightsail.

fn get_relational_database_master_user_password<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseMasterUserPasswordRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseMasterUserPasswordResult, RusotoError<GetRelationalDatabaseMasterUserPasswordError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the current, previous, or pending versions of the master user password for a Lightsail database.

The GetRelationalDatabaseMasterUserPassword operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName.

fn get_relational_database_metric_data<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseMetricDataRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseMetricDataResult, RusotoError<GetRelationalDatabaseMetricDataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the data points of the specified metric for a database in Amazon Lightsail.

fn get_relational_database_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseParametersRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseParametersResult, RusotoError<GetRelationalDatabaseParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns all of the runtime parameters offered by the underlying database software, or engine, for a specific database in Amazon Lightsail.

In addition to the parameter names and values, this operation returns other information about each parameter. This information includes whether changes require a reboot, whether the parameter is modifiable, the allowed values, and the data types.

fn get_relational_database_snapshot<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseSnapshotRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseSnapshotResult, RusotoError<GetRelationalDatabaseSnapshotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific database snapshot in Amazon Lightsail.

fn get_relational_database_snapshots<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabaseSnapshotsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabaseSnapshotsResult, RusotoError<GetRelationalDatabaseSnapshotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all of your database snapshots in Amazon Lightsail.

fn get_relational_databases<'life0, 'async_trait>(
    &'life0 self,
    input: GetRelationalDatabasesRequest
) -> Pin<Box<dyn Future<Output = Result<GetRelationalDatabasesResult, RusotoError<GetRelationalDatabasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all of your databases in Amazon Lightsail.

fn get_static_ip<'life0, 'async_trait>(
    &'life0 self,
    input: GetStaticIpRequest
) -> Pin<Box<dyn Future<Output = Result<GetStaticIpResult, RusotoError<GetStaticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specific static IP.

fn get_static_ips<'life0, 'async_trait>(
    &'life0 self,
    input: GetStaticIpsRequest
) -> Pin<Box<dyn Future<Output = Result<GetStaticIpsResult, RusotoError<GetStaticIpsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all static IPs in the user's account.

fn import_key_pair<'life0, 'async_trait>(
    &'life0 self,
    input: ImportKeyPairRequest
) -> Pin<Box<dyn Future<Output = Result<ImportKeyPairResult, RusotoError<ImportKeyPairError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Imports a public SSH key from a specific key pair.

fn is_vpc_peered<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<IsVpcPeeredResult, RusotoError<IsVpcPeeredError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a Boolean value indicating whether your Lightsail VPC is peered.

fn open_instance_public_ports<'life0, 'async_trait>(
    &'life0 self,
    input: OpenInstancePublicPortsRequest
) -> Pin<Box<dyn Future<Output = Result<OpenInstancePublicPortsResult, RusotoError<OpenInstancePublicPortsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds public ports to an Amazon Lightsail instance.

The open instance public ports operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn peer_vpc<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<PeerVpcResult, RusotoError<PeerVpcError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tries to peer the Lightsail VPC with the user's default VPC.

fn put_instance_public_ports<'life0, 'async_trait>(
    &'life0 self,
    input: PutInstancePublicPortsRequest
) -> Pin<Box<dyn Future<Output = Result<PutInstancePublicPortsResult, RusotoError<PutInstancePublicPortsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the specified open ports for an Amazon Lightsail instance, and closes all ports for every protocol not included in the current request.

The put instance public ports operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn reboot_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RebootInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<RebootInstanceResult, RusotoError<RebootInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restarts a specific instance.

The reboot instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn reboot_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: RebootRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<RebootRelationalDatabaseResult, RusotoError<RebootRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restarts a specific database in Amazon Lightsail.

The reboot relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

fn release_static_ip<'life0, 'async_trait>(
    &'life0 self,
    input: ReleaseStaticIpRequest
) -> Pin<Box<dyn Future<Output = Result<ReleaseStaticIpResult, RusotoError<ReleaseStaticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specific static IP from your account.

fn start_instance<'life0, 'async_trait>(
    &'life0 self,
    input: StartInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<StartInstanceResult, RusotoError<StartInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance, use the reboot instance operation.

When you start a stopped instance, Lightsail assigns a new public IP address to the instance. To use the same IP address after stopping and starting an instance, create a static IP address and attach it to the instance. For more information, see the Lightsail Dev Guide.

The start instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn start_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: StartRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<StartRelationalDatabaseResult, RusotoError<StartRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a specific database from a stopped state in Amazon Lightsail. To restart a database, use the reboot relational database operation.

The start relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

fn stop_instance<'life0, 'async_trait>(
    &'life0 self,
    input: StopInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<StopInstanceResult, RusotoError<StopInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops a specific Amazon Lightsail instance that is currently running.

When you start a stopped instance, Lightsail assigns a new public IP address to the instance. To use the same IP address after stopping and starting an instance, create a static IP address and attach it to the instance. For more information, see the Lightsail Dev Guide.

The stop instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Lightsail Dev Guide.

fn stop_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: StopRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<StopRelationalDatabaseResult, RusotoError<StopRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops a specific database that is currently running in Amazon Lightsail.

The stop relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResult, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to the specified Amazon Lightsail resource. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see the Lightsail Dev Guide.

The tag resource operation supports tag-based access control via request tags and resource tags applied to the resource identified by resource name. For more information, see the Lightsail Dev Guide.

fn unpeer_vpc<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<UnpeerVpcResult, RusotoError<UnpeerVpcError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to unpeer the Lightsail VPC from the user's default VPC.

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResult, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.

The untag resource operation supports tag-based access control via request tags and resource tags applied to the resource identified by resource name. For more information, see the Lightsail Dev Guide.

fn update_domain_entry<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDomainEntryRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDomainEntryResult, RusotoError<UpdateDomainEntryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a domain recordset after it is created.

The update domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Lightsail Dev Guide.

fn update_load_balancer_attribute<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLoadBalancerAttributeRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateLoadBalancerAttributeResult, RusotoError<UpdateLoadBalancerAttributeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attribute for a load balancer. You can only update one attribute at a time.

The update load balancer attribute operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Lightsail Dev Guide.

fn update_relational_database<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRelationalDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRelationalDatabaseResult, RusotoError<UpdateRelationalDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Allows the update of one or more attributes of a database in Amazon Lightsail.

Updates are applied immediately, or in cases where the updates could result in an outage, are applied during the database's predefined maintenance window.

The update relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

fn update_relational_database_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRelationalDatabaseParametersRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRelationalDatabaseParametersResult, RusotoError<UpdateRelationalDatabaseParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Allows the update of one or more parameters of a database in Amazon Lightsail.

Parameter updates don't cause outages; therefore, their application is not subject to the preferred maintenance window. However, there are two ways in which parameter updates are applied: dynamic or pending-reboot. Parameters marked with a dynamic apply type are applied immediately. Parameters marked with a pending-reboot apply type are applied only after the database is rebooted using the reboot relational database operation.

The update relational database parameters operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.