{ "version":"2.0", "metadata":{ "apiVersion":"2016-11-28", "endpointPrefix":"lightsail", "jsonVersion":"1.1", "protocol":"json", "serviceFullName":"Amazon Lightsail", "serviceId":"Lightsail", "signatureVersion":"v4", "targetPrefix":"Lightsail_20161128", "uid":"lightsail-2016-11-28" }, "operations":{ "AllocateStaticIp":{ "name":"AllocateStaticIp", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AllocateStaticIpRequest"}, "output":{"shape":"AllocateStaticIpResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Allocates a static IP address.

" }, "AttachCertificateToDistribution":{ "name":"AttachCertificateToDistribution", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachCertificateToDistributionRequest"}, "output":{"shape":"AttachCertificateToDistributionResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Attaches an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution.

After the certificate is attached, your distribution accepts HTTPS traffic for all of the domains that are associated with the certificate.

Use the CreateCertificate action to create a certificate that you can attach to your distribution.

Only certificates created in the us-east-1 AWS Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.

" }, "AttachDisk":{ "name":"AttachDisk", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachDiskRequest"}, "output":{"shape":"AttachDiskResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "AttachInstancesToLoadBalancer":{ "name":"AttachInstancesToLoadBalancer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachInstancesToLoadBalancerRequest"}, "output":{"shape":"AttachInstancesToLoadBalancerResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "AttachLoadBalancerTlsCertificate":{ "name":"AttachLoadBalancerTlsCertificate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachLoadBalancerTlsCertificateRequest"}, "output":{"shape":"AttachLoadBalancerTlsCertificateResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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 AttachLoadBalancerTlsCertificate action with the non-attached certificate, and it will replace the existing one and become the attached certificate.

The AttachLoadBalancerTlsCertificate 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.

" }, "AttachStaticIp":{ "name":"AttachStaticIp", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AttachStaticIpRequest"}, "output":{"shape":"AttachStaticIpResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "CloseInstancePublicPorts":{ "name":"CloseInstancePublicPorts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CloseInstancePublicPortsRequest"}, "output":{"shape":"CloseInstancePublicPortsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Closes ports for a specific Amazon Lightsail instance.

The CloseInstancePublicPorts action supports tag-based access control via resource tags applied to the resource identified by instanceName. For more information, see the Lightsail Dev Guide.

" }, "CopySnapshot":{ "name":"CopySnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopySnapshotRequest"}, "output":{"shape":"CopySnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateCertificate":{ "name":"CreateCertificate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateCertificateRequest"}, "output":{"shape":"CreateCertificateResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service.

After the certificate is valid, use the AttachCertificateToDistribution action to use the certificate and its domains with your distribution. Or use the UpdateContainerService action to use the certificate and its domains with your container service.

Only certificates created in the us-east-1 AWS Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.

" }, "CreateCloudFormationStack":{ "name":"CreateCloudFormationStack", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateCloudFormationStackRequest"}, "output":{"shape":"CreateCloudFormationStackResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateContactMethod":{ "name":"CreateContactMethod", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateContactMethodRequest"}, "output":{"shape":"CreateContactMethodResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates an email or SMS text message contact method.

A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

" }, "CreateContainerService":{ "name":"CreateContainerService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateContainerServiceRequest"}, "output":{"shape":"CreateContainerServiceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates an Amazon Lightsail container service.

A Lightsail container service is a compute resource to which you can deploy containers. For more information, see Container services in Amazon Lightsail in the Lightsail Dev Guide.

" }, "CreateContainerServiceDeployment":{ "name":"CreateContainerServiceDeployment", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateContainerServiceDeploymentRequest"}, "output":{"shape":"CreateContainerServiceDeploymentResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates a deployment for your Amazon Lightsail container service.

A deployment specifies the containers that will be launched on the container service and their settings, such as the ports to open, the environment variables to apply, and the launch command to run. It also specifies the container that will serve as the public endpoint of the deployment and its settings, such as the HTTP or HTTPS port to use, and the health check configuration.

You can deploy containers to your container service using container images from a public registry like Docker Hub, or from your local machine. For more information, see Creating container images for your Amazon Lightsail container services in the Lightsail Dev Guide.

" }, "CreateContainerServiceRegistryLogin":{ "name":"CreateContainerServiceRegistryLogin", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateContainerServiceRegistryLoginRequest"}, "output":{"shape":"CreateContainerServiceRegistryLoginResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates a temporary set of log in credentials that you can use to log in to the Docker process on your local machine. After you're logged in, you can use the native Docker commands to push your local container images to the container image registry of your Amazon Lightsail account so that you can use them with your Lightsail container service. The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials.

You can only push container images to the container service registry of your Lightsail account. You cannot pull container images or perform any other container image management actions on the container service registry.

After you push your container images to the container image registry of your Lightsail account, use the RegisterContainerImage action to register the pushed images to a specific Lightsail container service.

This action is not required if you install and use the Lightsail Control (lightsailctl) plugin to push container images to your Lightsail container service. For more information, see Pushing and managing container images on your Amazon Lightsail container services in the Lightsail Dev Guide.

" }, "CreateDisk":{ "name":"CreateDisk", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDiskRequest"}, "output":{"shape":"CreateDiskResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateDiskFromSnapshot":{ "name":"CreateDiskFromSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDiskFromSnapshotRequest"}, "output":{"shape":"CreateDiskFromSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateDiskSnapshot":{ "name":"CreateDiskSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDiskSnapshotRequest"}, "output":{"shape":"CreateDiskSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateDistribution":{ "name":"CreateDistribution", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDistributionRequest"}, "output":{"shape":"CreateDistributionResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates an Amazon Lightsail content delivery network (CDN) distribution.

A distribution is a globally distributed network of caching servers that improve the performance of your website or web application hosted on a Lightsail instance. For more information, see Content delivery networks in Amazon Lightsail.

" }, "CreateDomain":{ "name":"CreateDomain", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDomainRequest"}, "output":{"shape":"CreateDomainResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateDomainEntry":{ "name":"CreateDomainEntry", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDomainEntryRequest"}, "output":{"shape":"CreateDomainEntryResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates one of the following domain name system (DNS) records in a domain DNS zone: 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.

" }, "CreateInstanceSnapshot":{ "name":"CreateInstanceSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateInstanceSnapshotRequest"}, "output":{"shape":"CreateInstanceSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateInstances":{ "name":"CreateInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateInstancesRequest"}, "output":{"shape":"CreateInstancesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateInstancesFromSnapshot":{ "name":"CreateInstancesFromSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateInstancesFromSnapshotRequest"}, "output":{"shape":"CreateInstancesFromSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateKeyPair":{ "name":"CreateKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateKeyPairRequest"}, "output":{"shape":"CreateKeyPairResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateLoadBalancer":{ "name":"CreateLoadBalancer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateLoadBalancerRequest"}, "output":{"shape":"CreateLoadBalancerResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateLoadBalancerTlsCertificate":{ "name":"CreateLoadBalancerTlsCertificate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateLoadBalancerTlsCertificateRequest"}, "output":{"shape":"CreateLoadBalancerTlsCertificateResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Creates an SSL/TLS certificate for an Amazon Lightsail load balancer.

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

The CreateLoadBalancerTlsCertificate 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.

" }, "CreateRelationalDatabase":{ "name":"CreateRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRelationalDatabaseRequest"}, "output":{"shape":"CreateRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateRelationalDatabaseFromSnapshot":{ "name":"CreateRelationalDatabaseFromSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRelationalDatabaseFromSnapshotRequest"}, "output":{"shape":"CreateRelationalDatabaseFromSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "CreateRelationalDatabaseSnapshot":{ "name":"CreateRelationalDatabaseSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRelationalDatabaseSnapshotRequest"}, "output":{"shape":"CreateRelationalDatabaseSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteAlarm":{ "name":"DeleteAlarm", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteAlarmRequest"}, "output":{"shape":"DeleteAlarmResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"OperationFailureException"}, {"shape":"UnauthenticatedException"}, {"shape":"AccessDeniedException"}, {"shape":"NotFoundException"} ], "documentation":"

Deletes an alarm.

An alarm is used to monitor a single metric for one of your resources. When a metric condition is met, the alarm can notify you by email, SMS text message, and a banner displayed on the Amazon Lightsail console. For more information, see Alarms in Amazon Lightsail.

" }, "DeleteAutoSnapshot":{ "name":"DeleteAutoSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteAutoSnapshotRequest"}, "output":{"shape":"DeleteAutoSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "DeleteCertificate":{ "name":"DeleteCertificate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteCertificateRequest"}, "output":{"shape":"DeleteCertificateResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"AccessDeniedException"}, {"shape":"NotFoundException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Deletes an SSL/TLS certificate for your Amazon Lightsail content delivery network (CDN) distribution.

Certificates that are currently attached to a distribution cannot be deleted. Use the DetachCertificateFromDistribution action to detach a certificate from a distribution.

" }, "DeleteContactMethod":{ "name":"DeleteContactMethod", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteContactMethodRequest"}, "output":{"shape":"DeleteContactMethodResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"OperationFailureException"}, {"shape":"UnauthenticatedException"}, {"shape":"AccessDeniedException"}, {"shape":"NotFoundException"} ], "documentation":"

Deletes a contact method.

A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

" }, "DeleteContainerImage":{ "name":"DeleteContainerImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteContainerImageRequest"}, "output":{"shape":"DeleteContainerImageResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Deletes a container image that is registered to your Amazon Lightsail container service.

" }, "DeleteContainerService":{ "name":"DeleteContainerService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteContainerServiceRequest"}, "output":{"shape":"DeleteContainerServiceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Deletes your Amazon Lightsail container service.

" }, "DeleteDisk":{ "name":"DeleteDisk", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDiskRequest"}, "output":{"shape":"DeleteDiskResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteDiskSnapshot":{ "name":"DeleteDiskSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDiskSnapshotRequest"}, "output":{"shape":"DeleteDiskSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteDistribution":{ "name":"DeleteDistribution", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDistributionRequest"}, "output":{"shape":"DeleteDistributionResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Deletes your Amazon Lightsail content delivery network (CDN) distribution.

" }, "DeleteDomain":{ "name":"DeleteDomain", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDomainRequest"}, "output":{"shape":"DeleteDomainResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteDomainEntry":{ "name":"DeleteDomainEntry", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDomainEntryRequest"}, "output":{"shape":"DeleteDomainEntryResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteInstance":{ "name":"DeleteInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteInstanceRequest"}, "output":{"shape":"DeleteInstanceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteInstanceSnapshot":{ "name":"DeleteInstanceSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteInstanceSnapshotRequest"}, "output":{"shape":"DeleteInstanceSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteKeyPair":{ "name":"DeleteKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteKeyPairRequest"}, "output":{"shape":"DeleteKeyPairResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteKnownHostKeys":{ "name":"DeleteKnownHostKeys", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteKnownHostKeysRequest"}, "output":{"shape":"DeleteKnownHostKeysResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteLoadBalancer":{ "name":"DeleteLoadBalancer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteLoadBalancerRequest"}, "output":{"shape":"DeleteLoadBalancerResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteLoadBalancerTlsCertificate":{ "name":"DeleteLoadBalancerTlsCertificate", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteLoadBalancerTlsCertificateRequest"}, "output":{"shape":"DeleteLoadBalancerTlsCertificateResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

The DeleteLoadBalancerTlsCertificate 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.

" }, "DeleteRelationalDatabase":{ "name":"DeleteRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRelationalDatabaseRequest"}, "output":{"shape":"DeleteRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DeleteRelationalDatabaseSnapshot":{ "name":"DeleteRelationalDatabaseSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRelationalDatabaseSnapshotRequest"}, "output":{"shape":"DeleteRelationalDatabaseSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DetachCertificateFromDistribution":{ "name":"DetachCertificateFromDistribution", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachCertificateFromDistributionRequest"}, "output":{"shape":"DetachCertificateFromDistributionResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Detaches an SSL/TLS certificate from your Amazon Lightsail content delivery network (CDN) distribution.

After the certificate is detached, your distribution stops accepting traffic for all of the domains that are associated with the certificate.

" }, "DetachDisk":{ "name":"DetachDisk", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachDiskRequest"}, "output":{"shape":"DetachDiskResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DetachInstancesFromLoadBalancer":{ "name":"DetachInstancesFromLoadBalancer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachInstancesFromLoadBalancerRequest"}, "output":{"shape":"DetachInstancesFromLoadBalancerResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "DetachStaticIp":{ "name":"DetachStaticIp", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DetachStaticIpRequest"}, "output":{"shape":"DetachStaticIpResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "DisableAddOn":{ "name":"DisableAddOn", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableAddOnRequest"}, "output":{"shape":"DisableAddOnResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "DownloadDefaultKeyPair":{ "name":"DownloadDefaultKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DownloadDefaultKeyPairRequest"}, "output":{"shape":"DownloadDefaultKeyPairResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "EnableAddOn":{ "name":"EnableAddOn", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableAddOnRequest"}, "output":{"shape":"EnableAddOnResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "ExportSnapshot":{ "name":"ExportSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ExportSnapshotRequest"}, "output":{"shape":"ExportSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetActiveNames":{ "name":"GetActiveNames", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetActiveNamesRequest"}, "output":{"shape":"GetActiveNamesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetAlarms":{ "name":"GetAlarms", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetAlarmsRequest"}, "output":{"shape":"GetAlarmsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"OperationFailureException"}, {"shape":"UnauthenticatedException"}, {"shape":"AccessDeniedException"}, {"shape":"NotFoundException"} ], "documentation":"

Returns information about the configured alarms. Specify an alarm name in your request to return information about a specific alarm, or specify a monitored resource name to return information about all alarms for a specific resource.

An alarm is used to monitor a single metric for one of your resources. When a metric condition is met, the alarm can notify you by email, SMS text message, and a banner displayed on the Amazon Lightsail console. For more information, see Alarms in Amazon Lightsail.

" }, "GetAutoSnapshots":{ "name":"GetAutoSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetAutoSnapshotsRequest"}, "output":{"shape":"GetAutoSnapshotsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetBlueprints":{ "name":"GetBlueprints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetBlueprintsRequest"}, "output":{"shape":"GetBlueprintsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetBundles":{ "name":"GetBundles", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetBundlesRequest"}, "output":{"shape":"GetBundlesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetCertificates":{ "name":"GetCertificates", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetCertificatesRequest"}, "output":{"shape":"GetCertificatesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about one or more Amazon Lightsail SSL/TLS certificates.

To get a summary of a certificate, ommit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.

" }, "GetCloudFormationStackRecords":{ "name":"GetCloudFormationStackRecords", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetCloudFormationStackRecordsRequest"}, "output":{"shape":"GetCloudFormationStackRecordsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetContactMethods":{ "name":"GetContactMethods", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContactMethodsRequest"}, "output":{"shape":"GetContactMethodsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about the configured contact methods. Specify a protocol in your request to return information about a specific contact method.

A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

" }, "GetContainerAPIMetadata":{ "name":"GetContainerAPIMetadata", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerAPIMetadataRequest"}, "output":{"shape":"GetContainerAPIMetadataResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about Amazon Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.

" }, "GetContainerImages":{ "name":"GetContainerImages", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerImagesRequest"}, "output":{"shape":"GetContainerImagesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the container images that are registered to your Amazon Lightsail container service.

If you created a deployment on your Lightsail container service that uses container images from a public registry like Docker Hub, those images are not returned as part of this action. Those images are not registered to your Lightsail container service.

" }, "GetContainerLog":{ "name":"GetContainerLog", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerLogRequest"}, "output":{"shape":"GetContainerLogResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the log events of a container of your Amazon Lightsail container service.

If your container service has more than one node (i.e., a scale greater than 1), then the log events that are returned for the specified container are merged from all nodes on your container service.

Container logs are retained for a certain amount of time. For more information, see Amazon Lightsail endpoints and quotas in the AWS General Reference.

" }, "GetContainerServiceDeployments":{ "name":"GetContainerServiceDeployments", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerServiceDeploymentsRequest"}, "output":{"shape":"GetContainerServiceDeploymentsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the deployments for your Amazon Lightsail container service

A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.

The deployments are ordered by version in ascending order. The newest version is listed at the top of the response.

A set number of deployments are kept before the oldest one is replaced with the newest one. For more information, see Amazon Lightsail endpoints and quotas in the AWS General Reference.

" }, "GetContainerServiceMetricData":{ "name":"GetContainerServiceMetricData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerServiceMetricDataRequest"}, "output":{"shape":"GetContainerServiceMetricDataResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the data points of a specific metric of your Amazon Lightsail container service.

Metrics report the utilization of your resources. Monitor and collect metric data regularly to maintain the reliability, availability, and performance of your resources.

" }, "GetContainerServicePowers":{ "name":"GetContainerServicePowers", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerServicePowersRequest"}, "output":{"shape":"GetContainerServicePowersResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the list of powers that can be specified for your Amazon Lightsail container services.

The power specifies the amount of memory, the number of vCPUs, and the base price of the container service.

" }, "GetContainerServices":{ "name":"GetContainerServices", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetContainerServicesRequest"}, "output":{"shape":"ContainerServicesListResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about one or more of your Amazon Lightsail container services.

" }, "GetDisk":{ "name":"GetDisk", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDiskRequest"}, "output":{"shape":"GetDiskResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific block storage disk.

" }, "GetDiskSnapshot":{ "name":"GetDiskSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDiskSnapshotRequest"}, "output":{"shape":"GetDiskSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific block storage disk snapshot.

" }, "GetDiskSnapshots":{ "name":"GetDiskSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDiskSnapshotsRequest"}, "output":{"shape":"GetDiskSnapshotsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetDisks":{ "name":"GetDisks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDisksRequest"}, "output":{"shape":"GetDisksResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetDistributionBundles":{ "name":"GetDistributionBundles", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDistributionBundlesRequest"}, "output":{"shape":"GetDistributionBundlesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the list bundles that can be applied to you Amazon Lightsail content delivery network (CDN) distributions.

A distribution bundle specifies the monthly network transfer quota and monthly cost of your dsitribution.

" }, "GetDistributionLatestCacheReset":{ "name":"GetDistributionLatestCacheReset", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDistributionLatestCacheResetRequest"}, "output":{"shape":"GetDistributionLatestCacheResetResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the timestamp and status of the last cache reset of a specific Amazon Lightsail content delivery network (CDN) distribution.

" }, "GetDistributionMetricData":{ "name":"GetDistributionMetricData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDistributionMetricDataRequest"}, "output":{"shape":"GetDistributionMetricDataResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the data points of a specific metric for an Amazon Lightsail content delivery network (CDN) distribution.

Metrics report the utilization of your resources, and the error counts generated by them. Monitor and collect metric data regularly to maintain the reliability, availability, and performance of your resources.

" }, "GetDistributions":{ "name":"GetDistributions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDistributionsRequest"}, "output":{"shape":"GetDistributionsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions.

" }, "GetDomain":{ "name":"GetDomain", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDomainRequest"}, "output":{"shape":"GetDomainResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific domain recordset.

" }, "GetDomains":{ "name":"GetDomains", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDomainsRequest"}, "output":{"shape":"GetDomainsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetExportSnapshotRecords":{ "name":"GetExportSnapshotRecords", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetExportSnapshotRecordsRequest"}, "output":{"shape":"GetExportSnapshotRecordsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetInstance":{ "name":"GetInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceRequest"}, "output":{"shape":"GetInstanceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetInstanceAccessDetails":{ "name":"GetInstanceAccessDetails", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceAccessDetailsRequest"}, "output":{"shape":"GetInstanceAccessDetailsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetInstanceMetricData":{ "name":"GetInstanceMetricData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceMetricDataRequest"}, "output":{"shape":"GetInstanceMetricDataResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

Metrics report the utilization of your resources, and the error counts generated by them. Monitor and collect metric data regularly to maintain the reliability, availability, and performance of your resources.

" }, "GetInstancePortStates":{ "name":"GetInstancePortStates", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstancePortStatesRequest"}, "output":{"shape":"GetInstancePortStatesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns the firewall port states for a specific Amazon Lightsail instance, the IP addresses allowed to connect to the instance through the ports, and the protocol.

" }, "GetInstanceSnapshot":{ "name":"GetInstanceSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceSnapshotRequest"}, "output":{"shape":"GetInstanceSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific instance snapshot.

" }, "GetInstanceSnapshots":{ "name":"GetInstanceSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceSnapshotsRequest"}, "output":{"shape":"GetInstanceSnapshotsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns all instance snapshots for the user's account.

" }, "GetInstanceState":{ "name":"GetInstanceState", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceStateRequest"}, "output":{"shape":"GetInstanceStateResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetInstances":{ "name":"GetInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstancesRequest"}, "output":{"shape":"GetInstancesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetKeyPair":{ "name":"GetKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetKeyPairRequest"}, "output":{"shape":"GetKeyPairResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific key pair.

" }, "GetKeyPairs":{ "name":"GetKeyPairs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetKeyPairsRequest"}, "output":{"shape":"GetKeyPairsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetLoadBalancer":{ "name":"GetLoadBalancer", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetLoadBalancerRequest"}, "output":{"shape":"GetLoadBalancerResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about the specified Lightsail load balancer.

" }, "GetLoadBalancerMetricData":{ "name":"GetLoadBalancerMetricData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetLoadBalancerMetricDataRequest"}, "output":{"shape":"GetLoadBalancerMetricDataResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about health metrics for your Lightsail load balancer.

Metrics report the utilization of your resources, and the error counts generated by them. Monitor and collect metric data regularly to maintain the reliability, availability, and performance of your resources.

" }, "GetLoadBalancerTlsCertificates":{ "name":"GetLoadBalancerTlsCertificates", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetLoadBalancerTlsCertificatesRequest"}, "output":{"shape":"GetLoadBalancerTlsCertificatesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetLoadBalancers":{ "name":"GetLoadBalancers", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetLoadBalancersRequest"}, "output":{"shape":"GetLoadBalancersResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about all load balancers in an account.

" }, "GetOperation":{ "name":"GetOperation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetOperationRequest"}, "output":{"shape":"GetOperationResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetOperations":{ "name":"GetOperations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetOperationsRequest"}, "output":{"shape":"GetOperationsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetOperationsForResource":{ "name":"GetOperationsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetOperationsForResourceRequest"}, "output":{"shape":"GetOperationsForResourceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetRegions":{ "name":"GetRegions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRegionsRequest"}, "output":{"shape":"GetRegionsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetRelationalDatabase":{ "name":"GetRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseRequest"}, "output":{"shape":"GetRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific database in Amazon Lightsail.

" }, "GetRelationalDatabaseBlueprints":{ "name":"GetRelationalDatabaseBlueprints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseBlueprintsRequest"}, "output":{"shape":"GetRelationalDatabaseBlueprintsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetRelationalDatabaseBundles":{ "name":"GetRelationalDatabaseBundles", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseBundlesRequest"}, "output":{"shape":"GetRelationalDatabaseBundlesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetRelationalDatabaseEvents":{ "name":"GetRelationalDatabaseEvents", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseEventsRequest"}, "output":{"shape":"GetRelationalDatabaseEventsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetRelationalDatabaseLogEvents":{ "name":"GetRelationalDatabaseLogEvents", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseLogEventsRequest"}, "output":{"shape":"GetRelationalDatabaseLogEventsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetRelationalDatabaseLogStreams":{ "name":"GetRelationalDatabaseLogStreams", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseLogStreamsRequest"}, "output":{"shape":"GetRelationalDatabaseLogStreamsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetRelationalDatabaseMasterUserPassword":{ "name":"GetRelationalDatabaseMasterUserPassword", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseMasterUserPasswordRequest"}, "output":{"shape":"GetRelationalDatabaseMasterUserPasswordResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetRelationalDatabaseMetricData":{ "name":"GetRelationalDatabaseMetricData", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseMetricDataRequest"}, "output":{"shape":"GetRelationalDatabaseMetricDataResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

Metrics report the utilization of your resources, and the error counts generated by them. Monitor and collect metric data regularly to maintain the reliability, availability, and performance of your resources.

" }, "GetRelationalDatabaseParameters":{ "name":"GetRelationalDatabaseParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseParametersRequest"}, "output":{"shape":"GetRelationalDatabaseParametersResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "GetRelationalDatabaseSnapshot":{ "name":"GetRelationalDatabaseSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseSnapshotRequest"}, "output":{"shape":"GetRelationalDatabaseSnapshotResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific database snapshot in Amazon Lightsail.

" }, "GetRelationalDatabaseSnapshots":{ "name":"GetRelationalDatabaseSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabaseSnapshotsRequest"}, "output":{"shape":"GetRelationalDatabaseSnapshotsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "GetRelationalDatabases":{ "name":"GetRelationalDatabases", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRelationalDatabasesRequest"}, "output":{"shape":"GetRelationalDatabasesResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about all of your databases in Amazon Lightsail.

" }, "GetStaticIp":{ "name":"GetStaticIp", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetStaticIpRequest"}, "output":{"shape":"GetStaticIpResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Returns information about a specific static IP.

" }, "GetStaticIps":{ "name":"GetStaticIps", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetStaticIpsRequest"}, "output":{"shape":"GetStaticIpsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "ImportKeyPair":{ "name":"ImportKeyPair", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportKeyPairRequest"}, "output":{"shape":"ImportKeyPairResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Imports a public SSH key from a specific key pair.

" }, "IsVpcPeered":{ "name":"IsVpcPeered", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"IsVpcPeeredRequest"}, "output":{"shape":"IsVpcPeeredResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "OpenInstancePublicPorts":{ "name":"OpenInstancePublicPorts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"OpenInstancePublicPortsRequest"}, "output":{"shape":"OpenInstancePublicPortsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol.

The OpenInstancePublicPorts action supports tag-based access control via resource tags applied to the resource identified by instanceName. For more information, see the Lightsail Dev Guide.

" }, "PeerVpc":{ "name":"PeerVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PeerVpcRequest"}, "output":{"shape":"PeerVpcResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "PutAlarm":{ "name":"PutAlarm", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutAlarmRequest"}, "output":{"shape":"PutAlarmResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"}, {"shape":"NotFoundException"} ], "documentation":"

Creates or updates an alarm, and associates it with the specified metric.

An alarm is used to monitor a single metric for one of your resources. When a metric condition is met, the alarm can notify you by email, SMS text message, and a banner displayed on the Amazon Lightsail console. For more information, see Alarms in Amazon Lightsail.

When this action creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed.

When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. The alarm is then evaluated with the updated configuration.

" }, "PutInstancePublicPorts":{ "name":"PutInstancePublicPorts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutInstancePublicPortsRequest"}, "output":{"shape":"PutInstancePublicPortsResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol. This action also closes all currently open ports that are not included in the request. Include all of the ports and the protocols you want to open in your PutInstancePublicPortsrequest. Or use the OpenInstancePublicPorts action to open ports without closing currently open ports.

The PutInstancePublicPorts action supports tag-based access control via resource tags applied to the resource identified by instanceName. For more information, see the Lightsail Dev Guide.

" }, "RebootInstance":{ "name":"RebootInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RebootInstanceRequest"}, "output":{"shape":"RebootInstanceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "RebootRelationalDatabase":{ "name":"RebootRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RebootRelationalDatabaseRequest"}, "output":{"shape":"RebootRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "RegisterContainerImage":{ "name":"RegisterContainerImage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RegisterContainerImageRequest"}, "output":{"shape":"RegisterContainerImageResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Registers a container image to your Amazon Lightsail container service.

This action is not required if you install and use the Lightsail Control (lightsailctl) plugin to push container images to your Lightsail container service. For more information, see Pushing and managing container images on your Amazon Lightsail container services in the Lightsail Dev Guide.

" }, "ReleaseStaticIp":{ "name":"ReleaseStaticIp", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ReleaseStaticIpRequest"}, "output":{"shape":"ReleaseStaticIpResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Deletes a specific static IP from your account.

" }, "ResetDistributionCache":{ "name":"ResetDistributionCache", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetDistributionCacheRequest"}, "output":{"shape":"ResetDistributionCacheResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Deletes currently cached content from your Amazon Lightsail content delivery network (CDN) distribution.

After resetting the cache, the next time a content request is made, your distribution pulls, serves, and caches it from the origin.

" }, "SendContactMethodVerification":{ "name":"SendContactMethodVerification", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"SendContactMethodVerificationRequest"}, "output":{"shape":"SendContactMethodVerificationResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"OperationFailureException"}, {"shape":"UnauthenticatedException"}, {"shape":"AccessDeniedException"}, {"shape":"NotFoundException"} ], "documentation":"

Sends a verification request to an email contact method to ensure it's owned by the requester. SMS contact methods don't need to be verified.

A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

A verification request is sent to the contact method when you initially create it. Use this action to send another verification request if a previous verification request was deleted, or has expired.

Notifications are not sent to an email contact method until after it is verified, and confirmed as valid.

" }, "SetIpAddressType":{ "name":"SetIpAddressType", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"SetIpAddressTypeRequest"}, "output":{"shape":"SetIpAddressTypeResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Sets the IP address type for an Amazon Lightsail resource.

Use this action to enable dual-stack for a resource, which enables IPv4 and IPv6 for the specified resource. Alternately, you can use this action to disable dual-stack, and enable IPv4 only.

" }, "StartInstance":{ "name":"StartInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StartInstanceRequest"}, "output":{"shape":"StartInstanceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "StartRelationalDatabase":{ "name":"StartRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StartRelationalDatabaseRequest"}, "output":{"shape":"StartRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "StopInstance":{ "name":"StopInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StopInstanceRequest"}, "output":{"shape":"StopInstanceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "StopRelationalDatabase":{ "name":"StopRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StopRelationalDatabaseRequest"}, "output":{"shape":"StopRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "TestAlarm":{ "name":"TestAlarm", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TestAlarmRequest"}, "output":{"shape":"TestAlarmResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"OperationFailureException"}, {"shape":"UnauthenticatedException"}, {"shape":"AccessDeniedException"}, {"shape":"NotFoundException"} ], "documentation":"

Tests an alarm by displaying a banner on the Amazon Lightsail console. If a notification trigger is configured for the specified alarm, the test also sends a notification to the notification protocol (Email and/or SMS) configured for the alarm.

An alarm is used to monitor a single metric for one of your resources. When a metric condition is met, the alarm can notify you by email, SMS text message, and a banner displayed on the Amazon Lightsail console. For more information, see Alarms in Amazon Lightsail.

" }, "UnpeerVpc":{ "name":"UnpeerVpc", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UnpeerVpcRequest"}, "output":{"shape":"UnpeerVpcResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "UpdateContainerService":{ "name":"UpdateContainerService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateContainerServiceRequest"}, "output":{"shape":"UpdateContainerServiceResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Updates the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names.

" }, "UpdateDistribution":{ "name":"UpdateDistribution", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateDistributionRequest"}, "output":{"shape":"UpdateDistributionResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Updates an existing Amazon Lightsail content delivery network (CDN) distribution.

Use this action to update the configuration of your existing distribution

" }, "UpdateDistributionBundle":{ "name":"UpdateDistributionBundle", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateDistributionBundleRequest"}, "output":{"shape":"UpdateDistributionBundleResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution.

A distribution bundle specifies the monthly network transfer quota and monthly cost of your dsitribution.

Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee.

You can update your distribution's bundle only one time within your monthly AWS billing cycle. To determine if you can update your distribution's bundle, use the GetDistributions action. The ableToUpdateBundle parameter in the result will indicate whether you can currently update your distribution's bundle.

" }, "UpdateDomainEntry":{ "name":"UpdateDomainEntry", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateDomainEntryRequest"}, "output":{"shape":"UpdateDomainEntryResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "UpdateLoadBalancerAttribute":{ "name":"UpdateLoadBalancerAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateLoadBalancerAttributeRequest"}, "output":{"shape":"UpdateLoadBalancerAttributeResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "UpdateRelationalDatabase":{ "name":"UpdateRelationalDatabase", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateRelationalDatabaseRequest"}, "output":{"shape":"UpdateRelationalDatabaseResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" }, "UpdateRelationalDatabaseParameters":{ "name":"UpdateRelationalDatabaseParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateRelationalDatabaseParametersRequest"}, "output":{"shape":"UpdateRelationalDatabaseParametersResult"}, "errors":[ {"shape":"ServiceException"}, {"shape":"InvalidInputException"}, {"shape":"NotFoundException"}, {"shape":"OperationFailureException"}, {"shape":"AccessDeniedException"}, {"shape":"AccountSetupInProgressException"}, {"shape":"UnauthenticatedException"} ], "documentation":"

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.

" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

Lightsail throws this exception when the user cannot be authenticated or uses invalid credentials to access a resource.

", "exception":true }, "AccessDirection":{ "type":"string", "enum":[ "inbound", "outbound" ] }, "AccountSetupInProgressException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

Lightsail throws this exception when an account is still in the setup in progress state.

", "exception":true }, "AddOn":{ "type":"structure", "members":{ "name":{ "shape":"string", "documentation":"

The name of the add-on.

" }, "status":{ "shape":"string", "documentation":"

The status of the add-on.

" }, "snapshotTimeOfDay":{ "shape":"TimeOfDay", "documentation":"

The daily time when an automatic snapshot is created.

The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).

The snapshot is automatically created between the time shown and up to 45 minutes after.

" }, "nextSnapshotTimeOfDay":{ "shape":"TimeOfDay", "documentation":"

The next daily time an automatic snapshot will be created.

The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).

The snapshot is automatically created between the time shown and up to 45 minutes after.

" } }, "documentation":"

Describes an add-on that is enabled for an Amazon Lightsail resource.

" }, "AddOnList":{ "type":"list", "member":{"shape":"AddOn"} }, "AddOnRequest":{ "type":"structure", "required":["addOnType"], "members":{ "addOnType":{ "shape":"AddOnType", "documentation":"

The add-on type.

" }, "autoSnapshotAddOnRequest":{ "shape":"AutoSnapshotAddOnRequest", "documentation":"

An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.

" } }, "documentation":"

Describes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource.

An additional cost may be associated with enabling add-ons. For more information, see the Lightsail pricing page.

" }, "AddOnRequestList":{ "type":"list", "member":{"shape":"AddOnRequest"} }, "AddOnType":{ "type":"string", "enum":["AutoSnapshot"] }, "Alarm":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the alarm.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the alarm.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the alarm was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

An object that lists information about the location of the alarm.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., Alarm).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about your Lightsail alarm. This code enables our support team to look up your Lightsail information more easily.

" }, "monitoredResourceInfo":{ "shape":"MonitoredResourceInfo", "documentation":"

An object that lists information about the resource monitored by the alarm.

" }, "comparisonOperator":{ "shape":"ComparisonOperator", "documentation":"

The arithmetic operation used when comparing the specified statistic and threshold.

" }, "evaluationPeriods":{ "shape":"integer", "documentation":"

The number of periods over which data is compared to the specified threshold.

" }, "period":{ "shape":"MetricPeriod", "documentation":"

The period, in seconds, over which the statistic is applied.

" }, "threshold":{ "shape":"double", "documentation":"

The value against which the specified statistic is compared.

" }, "datapointsToAlarm":{ "shape":"integer", "documentation":"

The number of data points that must not within the specified threshold to trigger the alarm.

" }, "treatMissingData":{ "shape":"TreatMissingData", "documentation":"

Specifies how the alarm handles missing data points.

An alarm can treat missing data in the following ways:

" }, "statistic":{ "shape":"MetricStatistic", "documentation":"

The statistic for the metric associated with the alarm.

The following statistics are available:

" }, "metricName":{ "shape":"MetricName", "documentation":"

The name of the metric associated with the alarm.

" }, "state":{ "shape":"AlarmState", "documentation":"

The current state of the alarm.

An alarm has the following possible states:

" }, "unit":{ "shape":"MetricUnit", "documentation":"

The unit of the metric associated with the alarm.

" }, "contactProtocols":{ "shape":"ContactProtocolsList", "documentation":"

The contact protocols for the alarm, such as Email, SMS (text messaging), or both.

" }, "notificationTriggers":{ "shape":"NotificationTriggerList", "documentation":"

The alarm states that trigger a notification.

" }, "notificationEnabled":{ "shape":"boolean", "documentation":"

Indicates whether the alarm is enabled.

" } }, "documentation":"

Describes an alarm.

An alarm is a way to monitor your Amazon Lightsail resource metrics. For more information, see Alarms in Amazon Lightsail.

" }, "AlarmState":{ "type":"string", "enum":[ "OK", "ALARM", "INSUFFICIENT_DATA" ] }, "AlarmsList":{ "type":"list", "member":{"shape":"Alarm"} }, "AllocateStaticIpRequest":{ "type":"structure", "required":["staticIpName"], "members":{ "staticIpName":{ "shape":"ResourceName", "documentation":"

The name of the static IP address.

" } } }, "AllocateStaticIpResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "AttachCertificateToDistributionRequest":{ "type":"structure", "required":[ "distributionName", "certificateName" ], "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution that the certificate will be attached to.

Use the GetDistributions action to get a list of distribution names that you can specify.

" }, "certificateName":{ "shape":"ResourceName", "documentation":"

The name of the certificate to attach to a distribution.

Only certificates with a status of ISSUED can be attached to a distribution.

Use the GetCertificates action to get a list of certificate names that you can specify.

This is the name of the certificate resource type and is used only to reference the certificate in other API actions. It can be different than the domain name of the certificate. For example, your certificate name might be WordPress-Blog-Certificate and the domain name of the certificate might be example.com.

" } } }, "AttachCertificateToDistributionResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "AttachDiskRequest":{ "type":"structure", "required":[ "diskName", "instanceName", "diskPath" ], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The unique Lightsail disk name (e.g., my-disk).

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the Lightsail instance where you want to utilize the storage disk.

" }, "diskPath":{ "shape":"NonEmptyString", "documentation":"

The disk path to expose to the instance (e.g., /dev/xvdf).

" } } }, "AttachDiskResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "AttachInstancesToLoadBalancerRequest":{ "type":"structure", "required":[ "loadBalancerName", "instanceNames" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer.

" }, "instanceNames":{ "shape":"ResourceNameList", "documentation":"

An array of strings representing the instance name(s) you want to attach to your load balancer.

An instance must be running before you can attach it to your load balancer.

There are no additional limits on the number of instances you can attach to your load balancer, aside from the limit of Lightsail instances you can create in your account (20).

" } } }, "AttachInstancesToLoadBalancerResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "AttachLoadBalancerTlsCertificateRequest":{ "type":"structure", "required":[ "loadBalancerName", "certificateName" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer to which you want to associate the SSL/TLS certificate.

" }, "certificateName":{ "shape":"ResourceName", "documentation":"

The name of your SSL/TLS certificate.

" } } }, "AttachLoadBalancerTlsCertificateResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.

" } } }, "AttachStaticIpRequest":{ "type":"structure", "required":[ "staticIpName", "instanceName" ], "members":{ "staticIpName":{ "shape":"ResourceName", "documentation":"

The name of the static IP.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The instance name to which you want to attach the static IP address.

" } } }, "AttachStaticIpResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "AttachedDisk":{ "type":"structure", "members":{ "path":{ "shape":"string", "documentation":"

The path of the disk (e.g., /dev/xvdf).

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB.

" } }, "documentation":"

Describes a block storage disk that is attached to an instance, and is included in an automatic snapshot.

" }, "AttachedDiskList":{ "type":"list", "member":{"shape":"AttachedDisk"} }, "AttachedDiskMap":{ "type":"map", "key":{"shape":"ResourceName"}, "value":{"shape":"DiskMapList"} }, "AutoSnapshotAddOnRequest":{ "type":"structure", "members":{ "snapshotTimeOfDay":{ "shape":"TimeOfDay", "documentation":"

The daily time when an automatic snapshot will be created.

Constraints:

" } }, "documentation":"

Describes a request to enable or modify the automatic snapshot add-on for an Amazon Lightsail instance or disk.

When you modify the automatic snapshot time for a resource, it is typically effective immediately except under the following conditions:

" }, "AutoSnapshotDate":{ "type":"string", "pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$" }, "AutoSnapshotDetails":{ "type":"structure", "members":{ "date":{ "shape":"string", "documentation":"

The date of the automatic snapshot in YYYY-MM-DD format.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the automatic snapshot was created.

" }, "status":{ "shape":"AutoSnapshotStatus", "documentation":"

The status of the automatic snapshot.

" }, "fromAttachedDisks":{ "shape":"AttachedDiskList", "documentation":"

An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.

" } }, "documentation":"

Describes an automatic snapshot.

" }, "AutoSnapshotDetailsList":{ "type":"list", "member":{"shape":"AutoSnapshotDetails"} }, "AutoSnapshotStatus":{ "type":"string", "enum":[ "Success", "Failed", "InProgress", "NotFound" ] }, "AvailabilityZone":{ "type":"structure", "members":{ "zoneName":{ "shape":"NonEmptyString", "documentation":"

The name of the Availability Zone. The format is us-east-2a (case-sensitive).

" }, "state":{ "shape":"NonEmptyString", "documentation":"

The state of the Availability Zone.

" } }, "documentation":"

Describes an Availability Zone.

" }, "AvailabilityZoneList":{ "type":"list", "member":{"shape":"AvailabilityZone"} }, "Base64":{"type":"string"}, "BehaviorEnum":{ "type":"string", "enum":[ "dont-cache", "cache" ] }, "Blueprint":{ "type":"structure", "members":{ "blueprintId":{ "shape":"NonEmptyString", "documentation":"

The ID for the virtual private server image (e.g., app_wordpress_4_4 or app_lamp_7_0).

" }, "name":{ "shape":"ResourceName", "documentation":"

The friendly name of the blueprint (e.g., Amazon Linux).

" }, "group":{ "shape":"NonEmptyString", "documentation":"

The group name of the blueprint (e.g., amazon-linux).

" }, "type":{ "shape":"BlueprintType", "documentation":"

The type of the blueprint (e.g., os or app).

" }, "description":{ "shape":"string", "documentation":"

The description of the blueprint.

" }, "isActive":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.

" }, "minPower":{ "shape":"integer", "documentation":"

The minimum bundle power required to run this blueprint. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500. 0 indicates that the blueprint runs on all instance sizes.

" }, "version":{ "shape":"string", "documentation":"

The version number of the operating system, application, or stack (e.g., 2016.03.0).

" }, "versionCode":{ "shape":"string", "documentation":"

The version code.

" }, "productUrl":{ "shape":"string", "documentation":"

The product URL to learn more about the image or blueprint.

" }, "licenseUrl":{ "shape":"string", "documentation":"

The end-user license agreement URL for the image or blueprint.

" }, "platform":{ "shape":"InstancePlatform", "documentation":"

The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.

" } }, "documentation":"

Describes a blueprint (a virtual private server image).

" }, "BlueprintList":{ "type":"list", "member":{"shape":"Blueprint"} }, "BlueprintType":{ "type":"string", "enum":[ "os", "app" ] }, "Bundle":{ "type":"structure", "members":{ "price":{ "shape":"float", "documentation":"

The price in US dollars (e.g., 5.0) of the bundle.

" }, "cpuCount":{ "shape":"integer", "documentation":"

The number of vCPUs included in the bundle (e.g., 2).

" }, "diskSizeInGb":{ "shape":"integer", "documentation":"

The size of the SSD (e.g., 30).

" }, "bundleId":{ "shape":"NonEmptyString", "documentation":"

The bundle ID (e.g., micro_1_0).

" }, "instanceType":{ "shape":"string", "documentation":"

The Amazon EC2 instance type (e.g., t2.micro).

" }, "isActive":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the bundle is active.

" }, "name":{ "shape":"string", "documentation":"

A friendly name for the bundle (e.g., Micro).

" }, "power":{ "shape":"integer", "documentation":"

A numeric value that represents the power of the bundle (e.g., 500). You can use the bundle's power value in conjunction with a blueprint's minimum power value to determine whether the blueprint will run on the bundle. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500.

" }, "ramSizeInGb":{ "shape":"float", "documentation":"

The amount of RAM in GB (e.g., 2.0).

" }, "transferPerMonthInGb":{ "shape":"integer", "documentation":"

The data transfer rate per month in GB (e.g., 2000).

" }, "supportedPlatforms":{ "shape":"InstancePlatformList", "documentation":"

The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports. You can only launch a WINDOWS bundle on a blueprint that supports the WINDOWS platform. LINUX_UNIX blueprints require a LINUX_UNIX bundle.

" } }, "documentation":"

Describes a bundle, which is a set of specs describing your virtual private server (or instance).

" }, "BundleList":{ "type":"list", "member":{"shape":"Bundle"} }, "CacheBehavior":{ "type":"structure", "members":{ "behavior":{ "shape":"BehaviorEnum", "documentation":"

The cache behavior of the distribution.

The following cache behaviors can be specified:

" } }, "documentation":"

Describes the default cache behavior of an Amazon Lightsail content delivery network (CDN) distribution.

" }, "CacheBehaviorList":{ "type":"list", "member":{"shape":"CacheBehaviorPerPath"} }, "CacheBehaviorPerPath":{ "type":"structure", "members":{ "path":{ "shape":"string", "documentation":"

The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/*), and file types (*.html, *jpg, *js). Directories and file paths are case-sensitive.

Examples:

" }, "behavior":{ "shape":"BehaviorEnum", "documentation":"

The cache behavior for the specified path.

You can specify one of the following per-path cache behaviors:

" } }, "documentation":"

Describes the per-path cache behavior of an Amazon Lightsail content delivery network (CDN) distribution.

A per-path cache behavior is used to override, or add an exception to, the default cache behavior of a distribution. For example, if the cacheBehavior is set to cache, then a per-path cache behavior can be used to specify a directory, file, or file type that your distribution will cache. Alternately, if the distribution's cacheBehavior is dont-cache, then a per-path cache behavior can be used to specify a directory, file, or file type that your distribution will not cache.

if the cacheBehavior's behavior is set to 'cache', then

" }, "CacheSettings":{ "type":"structure", "members":{ "defaultTTL":{ "shape":"long", "documentation":"

The default amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the content has been updated.

The value specified applies only when the origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects.

" }, "minimumTTL":{ "shape":"long", "documentation":"

The minimum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.

A value of 0 must be specified for minimumTTL if the distribution is configured to forward all headers to the origin.

" }, "maximumTTL":{ "shape":"long", "documentation":"

The maximum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.

The value specified applies only when the origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects.

" }, "allowedHTTPMethods":{ "shape":"NonEmptyString", "documentation":"

The HTTP methods that are processed and forwarded to the distribution's origin.

You can specify the following options:

If you specify the third option, you might need to restrict access to your distribution's origin so users can't perform operations that you don't want them to. For example, you might not want users to have permission to delete objects from your origin.

" }, "cachedHTTPMethods":{ "shape":"NonEmptyString", "documentation":"

The HTTP method responses that are cached by your distribution.

You can specify the following options:

" }, "forwardedCookies":{ "shape":"CookieObject", "documentation":"

An object that describes the cookies that are forwarded to the origin. Your content is cached based on the cookies that are forwarded.

" }, "forwardedHeaders":{ "shape":"HeaderObject", "documentation":"

An object that describes the headers that are forwarded to the origin. Your content is cached based on the headers that are forwarded.

" }, "forwardedQueryStrings":{ "shape":"QueryStringObject", "documentation":"

An object that describes the query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded.

" } }, "documentation":"

Describes the cache settings of an Amazon Lightsail content delivery network (CDN) distribution.

These settings apply only to your distribution's cacheBehaviors (including the defaultCacheBehavior) that have a behavior of cache.

" }, "Certificate":{ "type":"structure", "members":{ "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the certificate.

" }, "name":{ "shape":"CertificateName", "documentation":"

The name of the certificate (e.g., my-certificate).

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name of the certificate.

" }, "status":{ "shape":"CertificateStatus", "documentation":"

The validation status of the certificate.

" }, "serialNumber":{ "shape":"SerialNumber", "documentation":"

The serial number of the certificate.

" }, "subjectAlternativeNames":{ "shape":"SubjectAlternativeNameList", "documentation":"

An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) of the certificate.

" }, "domainValidationRecords":{ "shape":"DomainValidationRecordList", "documentation":"

An array of objects that describe the domain validation records of the certificate.

" }, "requestFailureReason":{ "shape":"RequestFailureReason", "documentation":"

The validation failure reason, if any, of the certificate.

The following failure reasons are possible:

" }, "inUseResourceCount":{ "shape":"InUseResourceCount", "documentation":"

The number of Lightsail resources that the certificate is attached to.

" }, "keyAlgorithm":{ "shape":"KeyAlgorithm", "documentation":"

The algorithm used to generate the key pair (the public and private key) of the certificate.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate was created.

" }, "issuedAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate was issued.

" }, "issuerCA":{ "shape":"IssuerCA", "documentation":"

The certificate authority that issued the certificate.

" }, "notBefore":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate is first valid.

" }, "notAfter":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate expires.

" }, "eligibleToRenew":{ "shape":"EligibleToRenew", "documentation":"

The renewal eligibility of the certificate.

" }, "renewalSummary":{ "shape":"RenewalSummary", "documentation":"

An object that describes the status of the certificate renewal managed by Lightsail.

" }, "revokedAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate was revoked. This value is present only when the certificate status is REVOKED.

" }, "revocationReason":{ "shape":"RevocationReason", "documentation":"

The reason the certificate was revoked. This value is present only when the certificate status is REVOKED.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about your Lightsail certificate. This code enables our support team to look up your Lightsail information more easily.

" } }, "documentation":"

Describes the full details of an Amazon Lightsail SSL/TLS certificate.

To get a summary of a certificate, use the GetCertificates action and ommit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.

" }, "CertificateName":{"type":"string"}, "CertificateStatus":{ "type":"string", "enum":[ "PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED" ] }, "CertificateStatusList":{ "type":"list", "member":{"shape":"CertificateStatus"} }, "CertificateSummary":{ "type":"structure", "members":{ "certificateArn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the certificate.

" }, "certificateName":{ "shape":"CertificateName", "documentation":"

The name of the certificate.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name of the certificate.

" }, "certificateDetail":{ "shape":"Certificate", "documentation":"

An object that describes a certificate in detail.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" } }, "documentation":"

Describes an Amazon Lightsail SSL/TLS certificate.

" }, "CertificateSummaryList":{ "type":"list", "member":{"shape":"CertificateSummary"} }, "CloseInstancePublicPortsRequest":{ "type":"structure", "required":[ "portInfo", "instanceName" ], "members":{ "portInfo":{ "shape":"PortInfo", "documentation":"

An object to describe the ports to close for the specified instance.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance for which to close ports.

" } } }, "CloseInstancePublicPortsResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CloudFormationStackRecord":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the CloudFormation stack record. It starts with CloudFormationStackRecord followed by a GUID.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the CloudFormation stack record.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when the CloudFormation stack record was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., CloudFormationStackRecord).

" }, "state":{ "shape":"RecordState", "documentation":"

The current state of the CloudFormation stack record.

" }, "sourceInfo":{ "shape":"CloudFormationStackRecordSourceInfoList", "documentation":"

A list of objects describing the source of the CloudFormation stack record.

" }, "destinationInfo":{ "shape":"DestinationInfo", "documentation":"

A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.

" } }, "documentation":"

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

A CloudFormation stack record provides information about the AWS CloudFormation stack used to create a new Amazon Elastic Compute Cloud instance from an exported Lightsail instance snapshot.

" }, "CloudFormationStackRecordList":{ "type":"list", "member":{"shape":"CloudFormationStackRecord"} }, "CloudFormationStackRecordSourceInfo":{ "type":"structure", "members":{ "resourceType":{ "shape":"CloudFormationStackRecordSourceType", "documentation":"

The Lightsail resource type (e.g., ExportSnapshotRecord).

" }, "name":{ "shape":"NonEmptyString", "documentation":"

The name of the record.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the export snapshot record.

" } }, "documentation":"

Describes the source of a CloudFormation stack record (i.e., the export snapshot record).

" }, "CloudFormationStackRecordSourceInfoList":{ "type":"list", "member":{"shape":"CloudFormationStackRecordSourceInfo"} }, "CloudFormationStackRecordSourceType":{ "type":"string", "enum":["ExportSnapshotRecord"] }, "ComparisonOperator":{ "type":"string", "enum":[ "GreaterThanOrEqualToThreshold", "GreaterThanThreshold", "LessThanThreshold", "LessThanOrEqualToThreshold" ] }, "ContactMethod":{ "type":"structure", "members":{ "contactEndpoint":{ "shape":"NonEmptyString", "documentation":"

The destination of the contact method, such as an email address or a mobile phone number.

" }, "status":{ "shape":"ContactMethodStatus", "documentation":"

The current status of the contact method.

A contact method has the following possible status:

" }, "protocol":{ "shape":"ContactProtocol", "documentation":"

The protocol of the contact method, such as email or SMS (text messaging).

" }, "name":{ "shape":"ResourceName", "documentation":"

The name of the contact method.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the contact method.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the contact method was created.

" }, "location":{"shape":"ResourceLocation"}, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., ContactMethod).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about your Lightsail contact method. This code enables our support team to look up your Lightsail information more easily.

" } }, "documentation":"

Describes a contact method.

A contact method is a way to send you notifications. For more information, see Notifications in Amazon Lightsail.

" }, "ContactMethodStatus":{ "type":"string", "enum":[ "PendingVerification", "Valid", "Invalid" ] }, "ContactMethodVerificationProtocol":{ "type":"string", "enum":["Email"] }, "ContactMethodsList":{ "type":"list", "member":{"shape":"ContactMethod"} }, "ContactProtocol":{ "type":"string", "enum":[ "Email", "SMS" ] }, "ContactProtocolsList":{ "type":"list", "member":{"shape":"ContactProtocol"} }, "Container":{ "type":"structure", "members":{ "image":{ "shape":"string", "documentation":"

The name of the image used for the container.

Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (:). For example, :container-service-1.mystaticwebsite.1. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, nginx:latest or nginx.

" }, "command":{ "shape":"StringList", "documentation":"

The launch command for the container.

" }, "environment":{ "shape":"Environment", "documentation":"

The environment variables of the container.

" }, "ports":{ "shape":"PortMap", "documentation":"

The open firewall ports of the container.

" } }, "documentation":"

Describes the settings of a container that will be launched, or that is launched, to an Amazon Lightsail container service.

" }, "ContainerImage":{ "type":"structure", "members":{ "image":{ "shape":"string", "documentation":"

The name of the container image.

" }, "digest":{ "shape":"string", "documentation":"

The digest of the container image.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the container image was created.

" } }, "documentation":"

Describes a container image that is registered to an Amazon Lightsail container service.

" }, "ContainerImageList":{ "type":"list", "member":{"shape":"ContainerImage"} }, "ContainerLabel":{ "type":"string", "max":53, "min":1, "pattern":"^[a-z0-9]{1,2}|[a-z0-9][a-z0-9-]+[a-z0-9]$" }, "ContainerMap":{ "type":"map", "key":{"shape":"ContainerName"}, "value":{"shape":"Container"} }, "ContainerName":{ "type":"string", "max":53, "min":1, "pattern":"^[a-z0-9]{1,2}|[a-z0-9][a-z0-9-]+[a-z0-9]$" }, "ContainerService":{ "type":"structure", "members":{ "containerServiceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the container service.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the container service was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

An object that describes the location of the container service, such as the AWS Region and Availability Zone.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type of the container service (i.e., ContainerService).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "power":{ "shape":"ContainerServicePowerName", "documentation":"

The power specification of the container service.

The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.

" }, "powerId":{ "shape":"string", "documentation":"

The ID of the power of the container service.

" }, "state":{ "shape":"ContainerServiceState", "documentation":"

The current state of the container service.

The state can be:

" }, "scale":{ "shape":"ContainerServiceScale", "documentation":"

The scale specification of the container service.

The scale specifies the allocated compute nodes of the container service.

" }, "currentDeployment":{ "shape":"ContainerServiceDeployment", "documentation":"

An object that describes the current container deployment of the container service.

" }, "nextDeployment":{ "shape":"ContainerServiceDeployment", "documentation":"

An object that describes the next deployment of the container service.

This value is null when there is no deployment in a pending state.

" }, "isDisabled":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the container service is disabled.

" }, "principalArn":{ "shape":"string", "documentation":"

The principal ARN of the container service.

The principal ARN can be used to create a trust relationship between your standard AWS account and your Lightsail container service. This allows you to give your service permission to access resources in your standard AWS account.

" }, "privateDomainName":{ "shape":"string", "documentation":"

The private domain name of the container service.

The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.

" }, "publicDomainNames":{ "shape":"ContainerServicePublicDomains", "documentation":"

The public domain name of the container service, such as example.com and www.example.com.

You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.

If you don't specify public domain names, then you can use the default domain of the container service.

You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the CreateCertificate action to create a certificate for the public domain names you want to use with your container service.

See CreateContainerService or UpdateContainerService for information about how to specify public domain names for your Lightsail container service.

" }, "url":{ "shape":"string", "documentation":"

The publicly accessible URL of the container service.

If no public endpoint is specified in the currentDeployment, this URL returns a 404 response.

" } }, "documentation":"

Describes an Amazon Lightsail container service.

" }, "ContainerServiceDeployment":{ "type":"structure", "members":{ "version":{ "shape":"integer", "documentation":"

The version number of the deployment.

" }, "state":{ "shape":"ContainerServiceDeploymentState", "documentation":"

The state of the deployment.

A deployment can be in one of the following states:

" }, "containers":{ "shape":"ContainerMap", "documentation":"

An object that describes the configuration for the containers of the deployment.

" }, "publicEndpoint":{ "shape":"ContainerServiceEndpoint", "documentation":"

An object that describes the endpoint of the deployment.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the deployment was created.

" } }, "documentation":"

Describes a container deployment configuration of an Amazon Lightsail container service.

A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.

" }, "ContainerServiceDeploymentList":{ "type":"list", "member":{"shape":"ContainerServiceDeployment"} }, "ContainerServiceDeploymentRequest":{ "type":"structure", "members":{ "containers":{ "shape":"ContainerMap", "documentation":"

An object that describes the configuration for the containers of the deployment.

" }, "publicEndpoint":{ "shape":"EndpointRequest", "documentation":"

An object that describes the endpoint of the deployment.

" } }, "documentation":"

Describes a container deployment configuration of an Amazon Lightsail container service.

A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.

" }, "ContainerServiceDeploymentState":{ "type":"string", "enum":[ "ACTIVATING", "ACTIVE", "INACTIVE", "FAILED" ] }, "ContainerServiceEndpoint":{ "type":"structure", "members":{ "containerName":{ "shape":"string", "documentation":"

The name of the container entry of the deployment that the endpoint configuration applies to.

" }, "containerPort":{ "shape":"integer", "documentation":"

The port of the specified container to which traffic is forwarded to.

" }, "healthCheck":{ "shape":"ContainerServiceHealthCheckConfig", "documentation":"

An object that describes the health check configuration of the container.

" } }, "documentation":"

Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.

" }, "ContainerServiceHealthCheckConfig":{ "type":"structure", "members":{ "healthyThreshold":{ "shape":"integer", "documentation":"

The number of consecutive health checks successes required before moving the container to the Healthy state. The default value is 2.

" }, "unhealthyThreshold":{ "shape":"integer", "documentation":"

The number of consecutive health check failures required before moving the container to the Unhealthy state. The default value is 2.

" }, "timeoutSeconds":{ "shape":"integer", "documentation":"

The amount of time, in seconds, during which no response means a failed health check. You can specify between 2 and 60 seconds. The default value is 2.

" }, "intervalSeconds":{ "shape":"integer", "documentation":"

The approximate interval, in seconds, between health checks of an individual container. You can specify between 5 and 300 seconds. The default value is 5.

" }, "path":{ "shape":"string", "documentation":"

The path on the container on which to perform the health check. The default value is /.

" }, "successCodes":{ "shape":"string", "documentation":"

The HTTP codes to use when checking for a successful response from a container. You can specify values between 200 and 499.

" } }, "documentation":"

Describes the health check configuration of an Amazon Lightsail container service.

" }, "ContainerServiceList":{ "type":"list", "member":{"shape":"ContainerService"} }, "ContainerServiceLogEvent":{ "type":"structure", "members":{ "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the container service log event was created.

" }, "message":{ "shape":"string", "documentation":"

The message of the container service log event.

" } }, "documentation":"

Describes the log events of a container of an Amazon Lightsail container service.

" }, "ContainerServiceLogEventList":{ "type":"list", "member":{"shape":"ContainerServiceLogEvent"} }, "ContainerServiceMetadataEntry":{ "type":"map", "key":{"shape":"string"}, "value":{"shape":"string"} }, "ContainerServiceMetadataEntryList":{ "type":"list", "member":{"shape":"ContainerServiceMetadataEntry"} }, "ContainerServiceMetricName":{ "type":"string", "enum":[ "CPUUtilization", "MemoryUtilization" ] }, "ContainerServiceName":{ "type":"string", "max":63, "min":1, "pattern":"^[a-z0-9]{1,2}|[a-z0-9][a-z0-9-]+[a-z0-9]$" }, "ContainerServicePower":{ "type":"structure", "members":{ "powerId":{ "shape":"string", "documentation":"

The ID of the power (e.g., nano-1).

" }, "price":{ "shape":"float", "documentation":"

The monthly price of the power in USD.

" }, "cpuCount":{ "shape":"float", "documentation":"

The number of vCPUs included in the power.

" }, "ramSizeInGb":{ "shape":"float", "documentation":"

The amount of RAM (in GB) of the power.

" }, "name":{ "shape":"string", "documentation":"

The friendly name of the power (e.g., nano).

" }, "isActive":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the power is active and can be specified for container services.

" } }, "documentation":"

Describes the powers that can be specified for an Amazon Lightsail container service.

The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.

" }, "ContainerServicePowerList":{ "type":"list", "member":{"shape":"ContainerServicePower"} }, "ContainerServicePowerName":{ "type":"string", "enum":[ "nano", "micro", "small", "medium", "large", "xlarge" ] }, "ContainerServiceProtocol":{ "type":"string", "enum":[ "HTTP", "HTTPS", "TCP", "UDP" ] }, "ContainerServicePublicDomains":{ "type":"map", "key":{"shape":"string"}, "value":{"shape":"ContainerServicePublicDomainsList"} }, "ContainerServicePublicDomainsList":{ "type":"list", "member":{"shape":"string"} }, "ContainerServiceRegistryLogin":{ "type":"structure", "members":{ "username":{ "shape":"string", "documentation":"

The container service registry username to use to push container images to the container image registry of a Lightsail account.

" }, "password":{ "shape":"string", "documentation":"

The container service registry password to use to push container images to the container image registry of a Lightsail account

" }, "expiresAt":{ "shape":"IsoDate", "documentation":"

The timestamp of when the container image registry username and password expire.

The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the CreateContainerServiceRegistryLogin action.

" }, "registry":{ "shape":"string", "documentation":"

The address to use to push container images to the container image registry of a Lightsail account.

" } }, "documentation":"

Describes the login information for the container image registry of an Amazon Lightsail account.

" }, "ContainerServiceScale":{ "type":"integer", "max":20, "min":1 }, "ContainerServiceState":{ "type":"string", "enum":[ "PENDING", "READY", "RUNNING", "UPDATING", "DELETING", "DISABLED" ] }, "ContainerServicesListResult":{ "type":"structure", "members":{ "containerServices":{ "shape":"ContainerServiceList", "documentation":"

An array of objects that describe one or more container services.

" } } }, "CookieObject":{ "type":"structure", "members":{ "option":{ "shape":"ForwardValues", "documentation":"

Specifies which cookies to forward to the distribution's origin for a cache behavior: all, none, or allow-list to forward only the cookies specified in the cookiesAllowList parameter.

" }, "cookiesAllowList":{ "shape":"StringList", "documentation":"

The specific cookies to forward to your distribution's origin.

" } }, "documentation":"

Describes whether an Amazon Lightsail content delivery network (CDN) distribution forwards cookies to the origin and, if so, which ones.

For the cookies that you specify, your distribution caches separate versions of the specified content based on the cookie values in viewer requests.

" }, "CopySnapshotRequest":{ "type":"structure", "required":[ "targetSnapshotName", "sourceRegion" ], "members":{ "sourceSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the source manual snapshot to copy.

Constraint:

" }, "sourceResourceName":{ "shape":"string", "documentation":"

The name of the source instance or disk from which the source automatic snapshot was created.

Constraint:

" }, "restoreDate":{ "shape":"string", "documentation":"

The date of the source automatic snapshot to copy. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.

Constraints:

" }, "useLatestRestorableAutoSnapshot":{ "shape":"boolean", "documentation":"

A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk.

Constraints:

" }, "targetSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the new manual snapshot to be created as a copy.

" }, "sourceRegion":{ "shape":"RegionName", "documentation":"

The AWS Region where the source manual or automatic snapshot is located.

" } } }, "CopySnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateCertificateRequest":{ "type":"structure", "required":[ "certificateName", "domainName" ], "members":{ "certificateName":{ "shape":"CertificateName", "documentation":"

The name for the certificate.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name (e.g., example.com) for the certificate.

" }, "subjectAlternativeNames":{ "shape":"SubjectAlternativeNameList", "documentation":"

An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate.

You can specify a maximum of nine alternate domains (in addition to the primary domain name).

Wildcard domain entries (e.g., *.example.com) are not supported.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the certificate during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateCertificateResult":{ "type":"structure", "members":{ "certificate":{ "shape":"CertificateSummary", "documentation":"

An object that describes the certificate created.

" }, "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateCloudFormationStackRequest":{ "type":"structure", "required":["instances"], "members":{ "instances":{ "shape":"InstanceEntryList", "documentation":"

An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.

" } } }, "CreateCloudFormationStackResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateContactMethodRequest":{ "type":"structure", "required":[ "protocol", "contactEndpoint" ], "members":{ "protocol":{ "shape":"ContactProtocol", "documentation":"

The protocol of the contact method, such as Email or SMS (text messaging).

The SMS protocol is supported only in the following AWS Regions.

For a list of countries/regions where SMS text messages can be sent, and the latest AWS Regions where SMS text messaging is supported, see Supported Regions and Countries in the Amazon SNS Developer Guide.

For more information about notifications in Amazon Lightsail, see Notifications in Amazon Lightsail.

" }, "contactEndpoint":{ "shape":"StringMax256", "documentation":"

The destination of the contact method, such as an email address or a mobile phone number.

Use the E.164 format when specifying a mobile phone number. E.164 is a standard for the phone number structure used for international telecommunication. Phone numbers that follow this format can have a maximum of 15 digits, and they are prefixed with the plus character (+) and the country code. For example, a U.S. phone number in E.164 format would be specified as +1XXX5550100. For more information, see E.164 on Wikipedia.

" } } }, "CreateContactMethodResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateContainerServiceDeploymentRequest":{ "type":"structure", "required":["serviceName"], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to create the deployment.

" }, "containers":{ "shape":"ContainerMap", "documentation":"

An object that describes the settings of the containers that will be launched on the container service.

" }, "publicEndpoint":{ "shape":"EndpointRequest", "documentation":"

An object that describes the settings of the public endpoint for the container service.

" } } }, "CreateContainerServiceDeploymentResult":{ "type":"structure", "members":{ "containerService":{ "shape":"ContainerService", "documentation":"

An object that describes a container service.

" } } }, "CreateContainerServiceRegistryLoginRequest":{ "type":"structure", "members":{ } }, "CreateContainerServiceRegistryLoginResult":{ "type":"structure", "members":{ "registryLogin":{ "shape":"ContainerServiceRegistryLogin", "documentation":"

An object that describes the log in information for the container service registry of your Lightsail account.

" } } }, "CreateContainerServiceRequest":{ "type":"structure", "required":[ "serviceName", "power", "scale" ], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name for the container service.

The name that you specify for your container service will make up part of its default domain. The default domain of a container service is typically https://<ServiceName>.<RandomGUID>.<AWSRegion>.cs.amazonlightsail.com. If the name of your container service is container-service-1, and it's located in the US East (Ohio) AWS region (us-east-2), then the domain for your container service will be like the following example: https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com

The following are the requirements for container service names:

" }, "power":{ "shape":"ContainerServicePowerName", "documentation":"

The power specification for the container service.

The power specifies the amount of memory, vCPUs, and base monthly cost of each node of the container service. The power and scale of a container service makes up its configured capacity. To determine the monthly price of your container service, multiply the base price of the power with the scale (the number of nodes) of the service.

Use the GetContainerServicePowers action to get a list of power options that you can specify using this parameter, and their base monthly cost.

" }, "scale":{ "shape":"ContainerServiceScale", "documentation":"

The scale specification for the container service.

The scale specifies the allocated compute nodes of the container service. The power and scale of a container service makes up its configured capacity. To determine the monthly price of your container service, multiply the base price of the power with the scale (the number of nodes) of the service.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the container service.

For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "publicDomainNames":{ "shape":"ContainerServicePublicDomains", "documentation":"

The public domain names to use with the container service, such as example.com and www.example.com.

You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.

If you don't specify public domain names, then you can use the default domain of the container service.

You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the CreateCertificate action to create a certificate for the public domain names you want to use with your container service.

You can specify public domain names using a string to array map as shown in the example later on this page.

" }, "deployment":{ "shape":"ContainerServiceDeploymentRequest", "documentation":"

An object that describes a deployment for the container service.

A deployment specifies the containers that will be launched on the container service and their settings, such as the ports to open, the environment variables to apply, and the launch command to run. It also specifies the container that will serve as the public endpoint of the deployment and its settings, such as the HTTP or HTTPS port to use, and the health check configuration.

" } } }, "CreateContainerServiceResult":{ "type":"structure", "members":{ "containerService":{ "shape":"ContainerService", "documentation":"

An object that describes a container service.

" } } }, "CreateDiskFromSnapshotRequest":{ "type":"structure", "required":[ "diskName", "availabilityZone", "sizeInGb" ], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The unique Lightsail disk name (e.g., my-disk).

" }, "diskSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the disk snapshot (e.g., my-snapshot) from which to create the new storage disk.

Constraint:

" }, "availabilityZone":{ "shape":"NonEmptyString", "documentation":"

The Availability Zone where you want to create the disk (e.g., us-east-2a). Choose the same Availability Zone as the Lightsail instance where you want to create the disk.

Use the GetRegions operation to list the Availability Zones where Lightsail is currently available.

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB (e.g., 32).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" }, "addOns":{ "shape":"AddOnRequestList", "documentation":"

An array of objects that represent the add-ons to enable for the new disk.

" }, "sourceDiskName":{ "shape":"string", "documentation":"

The name of the source disk from which the source automatic snapshot was created.

Constraints:

" }, "restoreDate":{ "shape":"string", "documentation":"

The date of the automatic snapshot to use for the new disk. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.

Constraints:

" }, "useLatestRestorableAutoSnapshot":{ "shape":"boolean", "documentation":"

A Boolean value to indicate whether to use the latest available automatic snapshot.

Constraints:

" } } }, "CreateDiskFromSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateDiskRequest":{ "type":"structure", "required":[ "diskName", "availabilityZone", "sizeInGb" ], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The unique Lightsail disk name (e.g., my-disk).

" }, "availabilityZone":{ "shape":"NonEmptyString", "documentation":"

The Availability Zone where you want to create the disk (e.g., us-east-2a). Use the same Availability Zone as the Lightsail instance to which you want to attach the disk.

Use the get regions operation to list the Availability Zones where Lightsail is currently available.

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB (e.g., 32).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" }, "addOns":{ "shape":"AddOnRequestList", "documentation":"

An array of objects that represent the add-ons to enable for the new disk.

" } } }, "CreateDiskResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateDiskSnapshotRequest":{ "type":"structure", "required":["diskSnapshotName"], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The unique name of the source disk (e.g., Disk-Virginia-1).

This parameter cannot be defined together with the instance name parameter. The disk name and instance name parameters are mutually exclusive.

" }, "diskSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the destination disk snapshot (e.g., my-disk-snapshot) based on the source disk.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The unique name of the source instance (e.g., Amazon_Linux-512MB-Virginia-1). When this is defined, a snapshot of the instance's system volume is created.

This parameter cannot be defined together with the disk name parameter. The instance name and disk name parameters are mutually exclusive.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateDiskSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateDistributionRequest":{ "type":"structure", "required":[ "distributionName", "origin", "defaultCacheBehavior", "bundleId" ], "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name for the distribution.

" }, "origin":{ "shape":"InputOrigin", "documentation":"

An object that describes the origin resource for the distribution, such as a Lightsail instance or load balancer.

The distribution pulls, caches, and serves content from the origin.

" }, "defaultCacheBehavior":{ "shape":"CacheBehavior", "documentation":"

An object that describes the default cache behavior for the distribution.

" }, "cacheBehaviorSettings":{ "shape":"CacheSettings", "documentation":"

An object that describes the cache behavior settings for the distribution.

" }, "cacheBehaviors":{ "shape":"CacheBehaviorList", "documentation":"

An array of objects that describe the per-path cache behavior for the distribution.

" }, "bundleId":{ "shape":"string", "documentation":"

The bundle ID to use for the distribution.

A distribution bundle describes the specifications of your distribution, such as the monthly cost and monthly network transfer quota.

Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can specify.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type for the distribution.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

The default value is dualstack.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the distribution during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateDistributionResult":{ "type":"structure", "members":{ "distribution":{ "shape":"LightsailDistribution", "documentation":"

An object that describes the distribution created.

" }, "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateDomainEntryRequest":{ "type":"structure", "required":[ "domainName", "domainEntry" ], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The domain name (e.g., example.com) for which you want to create the domain entry.

" }, "domainEntry":{ "shape":"DomainEntry", "documentation":"

An array of key-value pairs containing information about the domain entry request.

" } } }, "CreateDomainEntryResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateDomainRequest":{ "type":"structure", "required":["domainName"], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The domain name to manage (e.g., example.com).

You cannot register a new domain name using Lightsail. You must register a domain name using Amazon Route 53 or another domain name registrar. If you have already registered your domain, you can enter its name in this parameter to manage the DNS records for that domain.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateDomainResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateInstanceSnapshotRequest":{ "type":"structure", "required":[ "instanceSnapshotName", "instanceName" ], "members":{ "instanceSnapshotName":{ "shape":"ResourceName", "documentation":"

The name for your new snapshot.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The Lightsail instance on which to base your snapshot.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateInstanceSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateInstancesFromSnapshotRequest":{ "type":"structure", "required":[ "instanceNames", "availabilityZone", "bundleId" ], "members":{ "instanceNames":{ "shape":"StringList", "documentation":"

The names for your new instances.

" }, "attachedDiskMapping":{ "shape":"AttachedDiskMap", "documentation":"

An object containing information about one or more disk mappings.

" }, "availabilityZone":{ "shape":"string", "documentation":"

The Availability Zone where you want to create your instances. Use the following formatting: us-east-2a (case sensitive). You can get a list of Availability Zones by using the get regions operation. Be sure to add the include Availability Zones parameter to your request.

" }, "instanceSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the instance snapshot on which you are basing your new instances. Use the get instance snapshots operation to return information about your existing snapshots.

Constraint:

" }, "bundleId":{ "shape":"NonEmptyString", "documentation":"

The bundle of specification information for your virtual private server (or instance), including the pricing plan (e.g., micro_1_0).

" }, "userData":{ "shape":"string", "documentation":"

You can create a launch script that configures a server with additional user data. For example, apt-get -y update.

Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and CentOS use yum, Debian and Ubuntu use apt-get, and FreeBSD uses pkg. For a complete list, see the Dev Guide.

" }, "keyPairName":{ "shape":"ResourceName", "documentation":"

The name for your key pair.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" }, "addOns":{ "shape":"AddOnRequestList", "documentation":"

An array of objects representing the add-ons to enable for the new instance.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type for the instance.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

The default value is dualstack.

" }, "sourceInstanceName":{ "shape":"string", "documentation":"

The name of the source instance from which the source automatic snapshot was created.

Constraints:

" }, "restoreDate":{ "shape":"string", "documentation":"

The date of the automatic snapshot to use for the new instance. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.

Constraints:

" }, "useLatestRestorableAutoSnapshot":{ "shape":"boolean", "documentation":"

A Boolean value to indicate whether to use the latest available automatic snapshot.

Constraints:

" } } }, "CreateInstancesFromSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateInstancesRequest":{ "type":"structure", "required":[ "instanceNames", "availabilityZone", "blueprintId", "bundleId" ], "members":{ "instanceNames":{ "shape":"StringList", "documentation":"

The names to use for your new Lightsail instances. Separate multiple values using quotation marks and commas, for example: [\"MyFirstInstance\",\"MySecondInstance\"]

" }, "availabilityZone":{ "shape":"string", "documentation":"

The Availability Zone in which to create your instance. Use the following format: us-east-2a (case sensitive). You can get a list of Availability Zones by using the get regions operation. Be sure to add the include Availability Zones parameter to your request.

" }, "customImageName":{ "shape":"ResourceName", "documentation":"

(Deprecated) The name for your custom image.

In releases prior to June 12, 2017, this parameter was ignored by the API. It is now deprecated.

", "deprecated":true }, "blueprintId":{ "shape":"NonEmptyString", "documentation":"

The ID for a virtual private server image (e.g., app_wordpress_4_4 or app_lamp_7_0). Use the get blueprints operation to return a list of available images (or blueprints).

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.

" }, "bundleId":{ "shape":"NonEmptyString", "documentation":"

The bundle of specification information for your virtual private server (or instance), including the pricing plan (e.g., micro_1_0).

" }, "userData":{ "shape":"string", "documentation":"

A launch script you can create that configures a server with additional user data. For example, you might want to run apt-get -y update.

Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and CentOS use yum, Debian and Ubuntu use apt-get, and FreeBSD uses pkg. For a complete list, see the Dev Guide.

" }, "keyPairName":{ "shape":"ResourceName", "documentation":"

The name of your key pair.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" }, "addOns":{ "shape":"AddOnRequestList", "documentation":"

An array of objects representing the add-ons to enable for the new instance.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type for the instance.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

The default value is dualstack.

" } } }, "CreateInstancesResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateKeyPairRequest":{ "type":"structure", "required":["keyPairName"], "members":{ "keyPairName":{ "shape":"ResourceName", "documentation":"

The name for your new key pair.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateKeyPairResult":{ "type":"structure", "members":{ "keyPair":{ "shape":"KeyPair", "documentation":"

An array of key-value pairs containing information about the new key pair you just created.

" }, "publicKeyBase64":{ "shape":"Base64", "documentation":"

A base64-encoded public key of the ssh-rsa type.

" }, "privateKeyBase64":{ "shape":"Base64", "documentation":"

A base64-encoded RSA private key.

" }, "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateLoadBalancerRequest":{ "type":"structure", "required":[ "loadBalancerName", "instancePort" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of your load balancer.

" }, "instancePort":{ "shape":"Port", "documentation":"

The instance port where you're creating your load balancer.

" }, "healthCheckPath":{ "shape":"string", "documentation":"

The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., \"/\").

You may want to specify a custom health check path other than the root of your application if your home page loads slowly or has a lot of media or scripting on it.

" }, "certificateName":{ "shape":"ResourceName", "documentation":"

The name of the SSL/TLS certificate.

If you specify certificateName, then certificateDomainName is required (and vice-versa).

" }, "certificateDomainName":{ "shape":"DomainName", "documentation":"

The domain name with which your certificate is associated (e.g., example.com).

If you specify certificateDomainName, then certificateName is required (and vice-versa).

" }, "certificateAlternativeNames":{ "shape":"DomainNameList", "documentation":"

The optional alternative domains and subdomains to use with your SSL/TLS certificate (e.g., www.example.com, example.com, m.example.com, blog.example.com).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type for the load balancer.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

The default value is dualstack.

" } } }, "CreateLoadBalancerResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateLoadBalancerTlsCertificateRequest":{ "type":"structure", "required":[ "loadBalancerName", "certificateName", "certificateDomainName" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The load balancer name where you want to create the SSL/TLS certificate.

" }, "certificateName":{ "shape":"ResourceName", "documentation":"

The SSL/TLS certificate name.

You can have up to 10 certificates in your account at one time. Each Lightsail load balancer can have up to 2 certificates associated with it at one time. There is also an overall limit to the number of certificates that can be issue in a 365-day period. For more information, see Limits.

" }, "certificateDomainName":{ "shape":"DomainName", "documentation":"

The domain name (e.g., example.com) for your SSL/TLS certificate.

" }, "certificateAlternativeNames":{ "shape":"DomainNameList", "documentation":"

An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary domain). We do not support wildcards (e.g., *.example.com).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateLoadBalancerTlsCertificateResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateRelationalDatabaseFromSnapshotRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name to use for your new database.

Constraints:

" }, "availabilityZone":{ "shape":"string", "documentation":"

The Availability Zone in which to create your new database. Use the us-east-2a case-sensitive format.

You can get a list of Availability Zones by using the get regions operation. Be sure to add the include relational database Availability Zones parameter to your request.

" }, "publiclyAccessible":{ "shape":"boolean", "documentation":"

Specifies the accessibility options for your new database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.

" }, "relationalDatabaseSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the database snapshot from which to create your new database.

" }, "relationalDatabaseBundleId":{ "shape":"string", "documentation":"

The bundle ID for your new database. A bundle describes the performance specifications for your database.

You can get a list of database bundle IDs by using the get relational database bundles operation.

When creating a new database from a snapshot, you cannot choose a bundle that is smaller than the bundle of the source database.

" }, "sourceRelationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of the source database.

" }, "restoreTime":{ "shape":"IsoDate", "documentation":"

The date and time to restore your database from.

Constraints:

" }, "useLatestRestorableTime":{ "shape":"boolean", "documentation":"

Specifies whether your database is restored from the latest backup time. A value of true restores from the latest backup time.

Default: false

Constraints: Cannot be specified if the restore time parameter is provided.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateRelationalDatabaseFromSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateRelationalDatabaseRequest":{ "type":"structure", "required":[ "relationalDatabaseName", "relationalDatabaseBlueprintId", "relationalDatabaseBundleId", "masterDatabaseName", "masterUsername" ], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name to use for your new Lightsail database resource.

Constraints:

" }, "availabilityZone":{ "shape":"string", "documentation":"

The Availability Zone in which to create your new database. Use the us-east-2a case-sensitive format.

You can get a list of Availability Zones by using the get regions operation. Be sure to add the include relational database Availability Zones parameter to your request.

" }, "relationalDatabaseBlueprintId":{ "shape":"string", "documentation":"

The blueprint ID for your new database. A blueprint describes the major engine version of a database.

You can get a list of database blueprints IDs by using the get relational database blueprints operation.

" }, "relationalDatabaseBundleId":{ "shape":"string", "documentation":"

The bundle ID for your new database. A bundle describes the performance specifications for your database.

You can get a list of database bundle IDs by using the get relational database bundles operation.

" }, "masterDatabaseName":{ "shape":"string", "documentation":"

The name of the master database created when the Lightsail database resource is created.

Constraints:

" }, "masterUsername":{ "shape":"string", "documentation":"

The master user name for your new database.

Constraints:

" }, "masterUserPassword":{ "shape":"SensitiveString", "documentation":"

The password for the master user of your new database. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain 8 to 41 characters.

" }, "preferredBackupWindow":{ "shape":"string", "documentation":"

The daily time range during which automated backups are created for your new database if automated backups are enabled.

The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. For more information about the preferred backup window time blocks for each region, see the Working With Backups guide in the Amazon Relational Database Service (Amazon RDS) documentation.

Constraints:

" }, "preferredMaintenanceWindow":{ "shape":"string", "documentation":"

The weekly time range during which system maintenance can occur on your new database.

The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week.

Constraints:

" }, "publiclyAccessible":{ "shape":"boolean", "documentation":"

Specifies the accessibility options for your new database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateRelationalDatabaseResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "CreateRelationalDatabaseSnapshotRequest":{ "type":"structure", "required":[ "relationalDatabaseName", "relationalDatabaseSnapshotName" ], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of the database on which to base your new snapshot.

" }, "relationalDatabaseSnapshotName":{ "shape":"ResourceName", "documentation":"

The name for your new database snapshot.

Constraints:

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

" } } }, "CreateRelationalDatabaseSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteAlarmRequest":{ "type":"structure", "required":["alarmName"], "members":{ "alarmName":{ "shape":"ResourceName", "documentation":"

The name of the alarm to delete.

" } } }, "DeleteAlarmResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteAutoSnapshotRequest":{ "type":"structure", "required":[ "resourceName", "date" ], "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the source instance or disk from which to delete the automatic snapshot.

" }, "date":{ "shape":"AutoSnapshotDate", "documentation":"

The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the get auto snapshots operation to get the available automatic snapshots for a resource.

" } } }, "DeleteAutoSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteCertificateRequest":{ "type":"structure", "required":["certificateName"], "members":{ "certificateName":{ "shape":"CertificateName", "documentation":"

The name of the certificate to delete.

Use the GetCertificates action to get a list of certificate names that you can specify.

" } } }, "DeleteCertificateResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteContactMethodRequest":{ "type":"structure", "required":["protocol"], "members":{ "protocol":{ "shape":"ContactProtocol", "documentation":"

The protocol that will be deleted, such as Email or SMS (text messaging).

To delete an Email and an SMS contact method if you added both, you must run separate DeleteContactMethod actions to delete each protocol.

" } } }, "DeleteContactMethodResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteContainerImageRequest":{ "type":"structure", "required":[ "serviceName", "image" ], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to delete a registered container image.

" }, "image":{ "shape":"string", "documentation":"

The name of the container image to delete from the container service.

Use the GetContainerImages action to get the name of the container images that are registered to a container service.

Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (:). For example, :container-service-1.mystaticwebsite.1. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, nginx:latest or nginx.

" } } }, "DeleteContainerImageResult":{ "type":"structure", "members":{ } }, "DeleteContainerServiceRequest":{ "type":"structure", "required":["serviceName"], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service to delete.

" } } }, "DeleteContainerServiceResult":{ "type":"structure", "members":{ } }, "DeleteDiskRequest":{ "type":"structure", "required":["diskName"], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The unique name of the disk you want to delete (e.g., my-disk).

" }, "forceDeleteAddOns":{ "shape":"boolean", "documentation":"

A Boolean value to indicate whether to delete the enabled add-ons for the disk.

" } } }, "DeleteDiskResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteDiskSnapshotRequest":{ "type":"structure", "required":["diskSnapshotName"], "members":{ "diskSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the disk snapshot you want to delete (e.g., my-disk-snapshot).

" } } }, "DeleteDiskSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteDistributionRequest":{ "type":"structure", "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution to delete.

Use the GetDistributions action to get a list of distribution names that you can specify.

" } } }, "DeleteDistributionResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteDomainEntryRequest":{ "type":"structure", "required":[ "domainName", "domainEntry" ], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The name of the domain entry to delete.

" }, "domainEntry":{ "shape":"DomainEntry", "documentation":"

An array of key-value pairs containing information about your domain entries.

" } } }, "DeleteDomainEntryResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteDomainRequest":{ "type":"structure", "required":["domainName"], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The specific domain name to delete.

" } } }, "DeleteDomainResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteInstanceRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance to delete.

" }, "forceDeleteAddOns":{ "shape":"boolean", "documentation":"

A Boolean value to indicate whether to delete the enabled add-ons for the disk.

" } } }, "DeleteInstanceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteInstanceSnapshotRequest":{ "type":"structure", "required":["instanceSnapshotName"], "members":{ "instanceSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the snapshot to delete.

" } } }, "DeleteInstanceSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteKeyPairRequest":{ "type":"structure", "required":["keyPairName"], "members":{ "keyPairName":{ "shape":"ResourceName", "documentation":"

The name of the key pair to delete.

" } } }, "DeleteKeyPairResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteKnownHostKeysRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance for which you want to reset the host key or certificate.

" } } }, "DeleteKnownHostKeysResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteLoadBalancerRequest":{ "type":"structure", "required":["loadBalancerName"], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer you want to delete.

" } } }, "DeleteLoadBalancerResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteLoadBalancerTlsCertificateRequest":{ "type":"structure", "required":[ "loadBalancerName", "certificateName" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The load balancer name.

" }, "certificateName":{ "shape":"ResourceName", "documentation":"

The SSL/TLS certificate name.

" }, "force":{ "shape":"boolean", "documentation":"

When true, forces the deletion of an SSL/TLS certificate.

There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The force parameter is required when the primary SSL/TLS certificate is in use by an instance attached to the load balancer.

" } } }, "DeleteLoadBalancerTlsCertificateResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteRelationalDatabaseRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of the database that you are deleting.

" }, "skipFinalSnapshot":{ "shape":"boolean", "documentation":"

Determines whether a final database snapshot is created before your database is deleted. If true is specified, no database snapshot is created. If false is specified, a database snapshot is created before your database is deleted.

You must specify the final relational database snapshot name parameter if the skip final snapshot parameter is false.

Default: false

" }, "finalRelationalDatabaseSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the database snapshot created if skip final snapshot is false, which is the default value for that parameter.

Specifying this parameter and also specifying the skip final snapshot parameter to true results in an error.

Constraints:

" } } }, "DeleteRelationalDatabaseResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DeleteRelationalDatabaseSnapshotRequest":{ "type":"structure", "required":["relationalDatabaseSnapshotName"], "members":{ "relationalDatabaseSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the database snapshot that you are deleting.

" } } }, "DeleteRelationalDatabaseSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DestinationInfo":{ "type":"structure", "members":{ "id":{ "shape":"NonEmptyString", "documentation":"

The ID of the resource created at the destination.

" }, "service":{ "shape":"NonEmptyString", "documentation":"

The destination service of the record.

" } }, "documentation":"

Describes the destination of a record.

" }, "DetachCertificateFromDistributionRequest":{ "type":"structure", "required":["distributionName"], "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution from which to detach the certificate.

Use the GetDistributions action to get a list of distribution names that you can specify.

" } } }, "DetachCertificateFromDistributionResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DetachDiskRequest":{ "type":"structure", "required":["diskName"], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The unique name of the disk you want to detach from your instance (e.g., my-disk).

" } } }, "DetachDiskResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DetachInstancesFromLoadBalancerRequest":{ "type":"structure", "required":[ "loadBalancerName", "instanceNames" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the Lightsail load balancer.

" }, "instanceNames":{ "shape":"ResourceNameList", "documentation":"

An array of strings containing the names of the instances you want to detach from the load balancer.

" } } }, "DetachInstancesFromLoadBalancerResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DetachStaticIpRequest":{ "type":"structure", "required":["staticIpName"], "members":{ "staticIpName":{ "shape":"ResourceName", "documentation":"

The name of the static IP to detach from the instance.

" } } }, "DetachStaticIpResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "DisableAddOnRequest":{ "type":"structure", "required":[ "addOnType", "resourceName" ], "members":{ "addOnType":{ "shape":"AddOnType", "documentation":"

The add-on type to disable.

" }, "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the source resource for which to disable the add-on.

" } } }, "DisableAddOnResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "Disk":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The unique name of the disk.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the disk.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when the disk was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region and Availability Zone where the disk is located.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., Disk).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "addOns":{ "shape":"AddOnList", "documentation":"

An array of objects representing the add-ons enabled on the disk.

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB.

" }, "isSystemDisk":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

" }, "iops":{ "shape":"integer", "documentation":"

The input/output operations per second (IOPS) of the disk.

" }, "path":{ "shape":"string", "documentation":"

The disk path.

" }, "state":{ "shape":"DiskState", "documentation":"

Describes the status of the disk.

" }, "attachedTo":{ "shape":"ResourceName", "documentation":"

The resources to which the disk is attached.

" }, "isAttached":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the disk is attached.

" }, "attachmentState":{ "shape":"string", "documentation":"

(Deprecated) The attachment state of the disk.

In releases prior to November 14, 2017, this parameter returned attached for system disks in the API response. It is now deprecated, but still included in the response. Use isAttached instead.

", "deprecated":true }, "gbInUse":{ "shape":"integer", "documentation":"

(Deprecated) The number of GB in use by the disk.

In releases prior to November 14, 2017, this parameter was not included in the API response. It is now deprecated.

", "deprecated":true } }, "documentation":"

Describes a system disk or a block storage disk.

" }, "DiskInfo":{ "type":"structure", "members":{ "name":{ "shape":"string", "documentation":"

The disk name.

" }, "path":{ "shape":"NonEmptyString", "documentation":"

The disk path.

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB (e.g., 32).

" }, "isSystemDisk":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

" } }, "documentation":"

Describes a disk.

" }, "DiskInfoList":{ "type":"list", "member":{"shape":"DiskInfo"} }, "DiskList":{ "type":"list", "member":{"shape":"Disk"} }, "DiskMap":{ "type":"structure", "members":{ "originalDiskPath":{ "shape":"NonEmptyString", "documentation":"

The original disk path exposed to the instance (for example, /dev/sdh).

" }, "newDiskName":{ "shape":"ResourceName", "documentation":"

The new disk name (e.g., my-new-disk).

" } }, "documentation":"

Describes a block storage disk mapping.

" }, "DiskMapList":{ "type":"list", "member":{"shape":"DiskMap"} }, "DiskSnapshot":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the disk snapshot (e.g., my-disk-snapshot).

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the disk snapshot.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when the disk snapshot was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region and Availability Zone where the disk snapshot was created.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., DiskSnapshot).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB.

" }, "state":{ "shape":"DiskSnapshotState", "documentation":"

The status of the disk snapshot operation.

" }, "progress":{ "shape":"string", "documentation":"

The progress of the snapshot.

" }, "fromDiskName":{ "shape":"ResourceName", "documentation":"

The unique name of the source disk from which the disk snapshot was created.

" }, "fromDiskArn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created.

" }, "fromInstanceName":{ "shape":"ResourceName", "documentation":"

The unique name of the source instance from which the disk (system volume) snapshot was created.

" }, "fromInstanceArn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created.

" }, "isFromAutoSnapshot":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

" } }, "documentation":"

Describes a block storage disk snapshot.

" }, "DiskSnapshotInfo":{ "type":"structure", "members":{ "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB (e.g., 32).

" } }, "documentation":"

Describes a disk snapshot.

" }, "DiskSnapshotList":{ "type":"list", "member":{"shape":"DiskSnapshot"} }, "DiskSnapshotState":{ "type":"string", "enum":[ "pending", "completed", "error", "unknown" ] }, "DiskState":{ "type":"string", "enum":[ "pending", "error", "available", "in-use", "unknown" ] }, "DistributionBundle":{ "type":"structure", "members":{ "bundleId":{ "shape":"string", "documentation":"

The ID of the bundle.

" }, "name":{ "shape":"string", "documentation":"

The name of the distribution bundle.

" }, "price":{ "shape":"float", "documentation":"

The monthly price, in US dollars, of the bundle.

" }, "transferPerMonthInGb":{ "shape":"integer", "documentation":"

The monthly network transfer quota of the bundle.

" }, "isActive":{ "shape":"boolean", "documentation":"

Indicates whether the bundle is active, and can be specified for a new distribution.

" } }, "documentation":"

Describes the specifications of a distribution bundle.

" }, "DistributionBundleList":{ "type":"list", "member":{"shape":"DistributionBundle"} }, "DistributionList":{ "type":"list", "member":{"shape":"LightsailDistribution"} }, "DistributionMetricName":{ "type":"string", "enum":[ "Requests", "BytesDownloaded", "BytesUploaded", "TotalErrorRate", "Http4xxErrorRate", "Http5xxErrorRate" ] }, "Domain":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the domain.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when the domain recordset was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region and Availability Zones where the domain recordset was created.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "domainEntries":{ "shape":"DomainEntryList", "documentation":"

An array of key-value pairs containing information about the domain entries.

" } }, "documentation":"

Describes a domain where you are storing recordsets in Lightsail.

" }, "DomainEntry":{ "type":"structure", "members":{ "id":{ "shape":"NonEmptyString", "documentation":"

The ID of the domain recordset entry.

" }, "name":{ "shape":"DomainName", "documentation":"

The name of the domain.

" }, "target":{ "shape":"string", "documentation":"

The target AWS name server (e.g., ns-111.awsdns-22.com.).

For Lightsail load balancers, the value looks like ab1234c56789c6b86aba6fb203d443bc-123456789.us-east-2.elb.amazonaws.com. Be sure to also set isAlias to true when setting up an A record for a load balancer.

" }, "isAlias":{ "shape":"boolean", "documentation":"

When true, specifies whether the domain entry is an alias used by the Lightsail load balancer. You can include an alias (A type) record in your request, which points to a load balancer DNS name and routes traffic to your load balancer.

" }, "type":{ "shape":"DomainEntryType", "documentation":"

The type of domain entry, such as address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).

The following domain entry types can be used:

" }, "options":{ "shape":"DomainEntryOptions", "documentation":"

(Deprecated) The options for the domain entry.

In releases prior to November 29, 2017, this parameter was not included in the API response. It is now deprecated.

", "deprecated":true } }, "documentation":"

Describes a domain recordset entry.

" }, "DomainEntryList":{ "type":"list", "member":{"shape":"DomainEntry"} }, "DomainEntryOptions":{ "type":"map", "key":{"shape":"DomainEntryOptionsKeys"}, "value":{"shape":"string"} }, "DomainEntryOptionsKeys":{"type":"string"}, "DomainEntryType":{"type":"string"}, "DomainList":{ "type":"list", "member":{"shape":"Domain"} }, "DomainName":{"type":"string"}, "DomainNameList":{ "type":"list", "member":{"shape":"DomainName"} }, "DomainValidationRecord":{ "type":"structure", "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The domain name of the certificate validation record. For example, example.com or www.example.com.

" }, "resourceRecord":{ "shape":"ResourceRecord", "documentation":"

An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.

" } }, "documentation":"

Describes the domain validation records of an Amazon Lightsail SSL/TLS certificate.

" }, "DomainValidationRecordList":{ "type":"list", "member":{"shape":"DomainValidationRecord"} }, "DownloadDefaultKeyPairRequest":{ "type":"structure", "members":{ } }, "DownloadDefaultKeyPairResult":{ "type":"structure", "members":{ "publicKeyBase64":{ "shape":"Base64", "documentation":"

A base64-encoded public key of the ssh-rsa type.

" }, "privateKeyBase64":{ "shape":"Base64", "documentation":"

A base64-encoded RSA private key.

" } } }, "EligibleToRenew":{"type":"string"}, "EnableAddOnRequest":{ "type":"structure", "required":[ "resourceName", "addOnRequest" ], "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the source resource for which to enable or modify the add-on.

" }, "addOnRequest":{ "shape":"AddOnRequest", "documentation":"

An array of strings representing the add-on to enable or modify.

" } } }, "EnableAddOnResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "EndpointRequest":{ "type":"structure", "required":[ "containerName", "containerPort" ], "members":{ "containerName":{ "shape":"string", "documentation":"

The name of the container for the endpoint.

" }, "containerPort":{ "shape":"integer", "documentation":"

The port of the container to which traffic is forwarded to.

" }, "healthCheck":{ "shape":"ContainerServiceHealthCheckConfig", "documentation":"

An object that describes the health check configuration of the container.

" } }, "documentation":"

Describes the settings of a public endpoint for an Amazon Lightsail container service.

" }, "Environment":{ "type":"map", "key":{"shape":"string"}, "value":{"shape":"string"} }, "ExportSnapshotRecord":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The export snapshot record name.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the export snapshot record.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when the export snapshot record was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region and Availability Zone where the export snapshot record is located.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., ExportSnapshotRecord).

" }, "state":{ "shape":"RecordState", "documentation":"

The state of the export snapshot record.

" }, "sourceInfo":{ "shape":"ExportSnapshotRecordSourceInfo", "documentation":"

A list of objects describing the source of the export snapshot record.

" }, "destinationInfo":{ "shape":"DestinationInfo", "documentation":"

A list of objects describing the destination of the export snapshot record.

" } }, "documentation":"

Describes an export snapshot record.

" }, "ExportSnapshotRecordList":{ "type":"list", "member":{"shape":"ExportSnapshotRecord"} }, "ExportSnapshotRecordSourceInfo":{ "type":"structure", "members":{ "resourceType":{ "shape":"ExportSnapshotRecordSourceType", "documentation":"

The Lightsail resource type (e.g., InstanceSnapshot or DiskSnapshot).

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when the source instance or disk snapshot was created.

" }, "name":{ "shape":"NonEmptyString", "documentation":"

The name of the source instance or disk snapshot.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the source instance or disk snapshot.

" }, "fromResourceName":{ "shape":"NonEmptyString", "documentation":"

The name of the snapshot's source instance or disk.

" }, "fromResourceArn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the snapshot's source instance or disk.

" }, "instanceSnapshotInfo":{ "shape":"InstanceSnapshotInfo", "documentation":"

A list of objects describing an instance snapshot.

" }, "diskSnapshotInfo":{ "shape":"DiskSnapshotInfo", "documentation":"

A list of objects describing a disk snapshot.

" } }, "documentation":"

Describes the source of an export snapshot record.

" }, "ExportSnapshotRecordSourceType":{ "type":"string", "enum":[ "InstanceSnapshot", "DiskSnapshot" ] }, "ExportSnapshotRequest":{ "type":"structure", "required":["sourceSnapshotName"], "members":{ "sourceSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the instance or disk snapshot to be exported to Amazon EC2.

" } } }, "ExportSnapshotResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "ForwardValues":{ "type":"string", "enum":[ "none", "allow-list", "all" ] }, "GetActiveNamesRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetActiveNames request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetActiveNamesResult":{ "type":"structure", "members":{ "activeNames":{ "shape":"StringList", "documentation":"

The list of active names returned by the get active names request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetActiveNames request and specify the next page token using the pageToken parameter.

" } } }, "GetAlarmsRequest":{ "type":"structure", "members":{ "alarmName":{ "shape":"ResourceName", "documentation":"

The name of the alarm.

Specify an alarm name to return information about a specific alarm.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetAlarms request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" }, "monitoredResourceName":{ "shape":"ResourceName", "documentation":"

The name of the Lightsail resource being monitored by the alarm.

Specify a monitored resource name to return information about all alarms for a specific resource.

" } } }, "GetAlarmsResult":{ "type":"structure", "members":{ "alarms":{ "shape":"AlarmsList", "documentation":"

An array of objects that describe the alarms.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetAlarms request and specify the next page token using the pageToken parameter.

" } } }, "GetAutoSnapshotsRequest":{ "type":"structure", "required":["resourceName"], "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the source instance or disk from which to get automatic snapshot information.

" } } }, "GetAutoSnapshotsResult":{ "type":"structure", "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the source instance or disk for the automatic snapshots.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type (e.g., Instance or Disk).

" }, "autoSnapshots":{ "shape":"AutoSnapshotDetailsList", "documentation":"

An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

" } } }, "GetBlueprintsRequest":{ "type":"structure", "members":{ "includeInactive":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether to include inactive results in your request.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetBlueprints request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetBlueprintsResult":{ "type":"structure", "members":{ "blueprints":{ "shape":"BlueprintList", "documentation":"

An array of key-value pairs that contains information about the available blueprints.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetBlueprints request and specify the next page token using the pageToken parameter.

" } } }, "GetBundlesRequest":{ "type":"structure", "members":{ "includeInactive":{ "shape":"boolean", "documentation":"

A Boolean value that indicates whether to include inactive bundle results in your request.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetBundlesResult":{ "type":"structure", "members":{ "bundles":{ "shape":"BundleList", "documentation":"

An array of key-value pairs that contains information about the available bundles.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetBundles request and specify the next page token using the pageToken parameter.

" } } }, "GetCertificatesRequest":{ "type":"structure", "members":{ "certificateStatuses":{ "shape":"CertificateStatusList", "documentation":"

The status of the certificates for which to return information.

For example, specify ISSUED to return only certificates with an ISSUED status.

When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.

" }, "includeCertificateDetails":{ "shape":"IncludeCertificateDetails", "documentation":"

Indicates whether to include detailed information about the certificates in the response.

When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.

" }, "certificateName":{ "shape":"CertificateName", "documentation":"

The name for the certificate for which to return information.

When omitted, the response includes all of your certificates in the AWS Region where the request is made.

" } } }, "GetCertificatesResult":{ "type":"structure", "members":{ "certificates":{ "shape":"CertificateSummaryList", "documentation":"

An object that describes certificates.

" } } }, "GetCloudFormationStackRecordsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetClouFormationStackRecords request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetCloudFormationStackRecordsResult":{ "type":"structure", "members":{ "cloudFormationStackRecords":{ "shape":"CloudFormationStackRecordList", "documentation":"

A list of objects describing the CloudFormation stack records.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetCloudFormationStackRecords request and specify the next page token using the pageToken parameter.

" } } }, "GetContactMethodsRequest":{ "type":"structure", "members":{ "protocols":{ "shape":"ContactProtocolsList", "documentation":"

The protocols used to send notifications, such as Email, or SMS (text messaging).

Specify a protocol in your request to return information about a specific contact method protocol.

" } } }, "GetContactMethodsResult":{ "type":"structure", "members":{ "contactMethods":{ "shape":"ContactMethodsList", "documentation":"

An array of objects that describe the contact methods.

" } } }, "GetContainerAPIMetadataRequest":{ "type":"structure", "members":{ } }, "GetContainerAPIMetadataResult":{ "type":"structure", "members":{ "metadata":{ "shape":"ContainerServiceMetadataEntryList", "documentation":"

Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.

" } } }, "GetContainerImagesRequest":{ "type":"structure", "required":["serviceName"], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to return registered container images.

" } } }, "GetContainerImagesResult":{ "type":"structure", "members":{ "containerImages":{ "shape":"ContainerImageList", "documentation":"

An array of objects that describe container images that are registered to the container service.

" } } }, "GetContainerLogRequest":{ "type":"structure", "required":[ "serviceName", "containerName" ], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to get a container log.

" }, "containerName":{ "shape":"string", "documentation":"

The name of the container that is either running or previously ran on the container service for which to return a log.

" }, "startTime":{ "shape":"IsoDate", "documentation":"

The start of the time interval for which to get log data.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

" }, "endTime":{ "shape":"IsoDate", "documentation":"

The end of the time interval for which to get log data.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

" }, "filterPattern":{ "shape":"string", "documentation":"

The pattern to use to filter the returned log events to a specific term.

The following are a few examples of filter patterns that you can specify:

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetContainerLog request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetContainerLogResult":{ "type":"structure", "members":{ "logEvents":{ "shape":"ContainerServiceLogEventList", "documentation":"

An array of objects that describe the log events of a container.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetContainerLog request and specify the next page token using the pageToken parameter.

" } } }, "GetContainerServiceDeploymentsRequest":{ "type":"structure", "required":["serviceName"], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to return deployments.

" } } }, "GetContainerServiceDeploymentsResult":{ "type":"structure", "members":{ "deployments":{ "shape":"ContainerServiceDeploymentList", "documentation":"

An array of objects that describe deployments for a container service.

" } } }, "GetContainerServiceMetricDataRequest":{ "type":"structure", "required":[ "serviceName", "metricName", "startTime", "endTime", "period", "statistics" ], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to get metric data.

" }, "metricName":{ "shape":"ContainerServiceMetricName", "documentation":"

The metric for which you want to return information.

Valid container service metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.

" }, "startTime":{ "shape":"IsoDate", "documentation":"

The start time of the time period.

" }, "endTime":{ "shape":"IsoDate", "documentation":"

The end time of the time period.

" }, "period":{ "shape":"MetricPeriod", "documentation":"

The granularity, in seconds, of the returned data points.

All container service metric data is available in 5-minute (300 seconds) granularity.

" }, "statistics":{ "shape":"MetricStatisticList", "documentation":"

The statistic for the metric.

The following statistics are available:

" } } }, "GetContainerServiceMetricDataResult":{ "type":"structure", "members":{ "metricName":{ "shape":"ContainerServiceMetricName", "documentation":"

The name of the metric returned.

" }, "metricData":{ "shape":"MetricDatapointList", "documentation":"

An array of objects that describe the metric data returned.

" } } }, "GetContainerServicePowersRequest":{ "type":"structure", "members":{ } }, "GetContainerServicePowersResult":{ "type":"structure", "members":{ "powers":{ "shape":"ContainerServicePowerList", "documentation":"

An array of objects that describe the powers that can be specified for a container service.

" } } }, "GetContainerServicesRequest":{ "type":"structure", "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to return information.

When omitted, the response includes all of your container services in the AWS Region where the request is made.

" } } }, "GetDiskRequest":{ "type":"structure", "required":["diskName"], "members":{ "diskName":{ "shape":"ResourceName", "documentation":"

The name of the disk (e.g., my-disk).

" } } }, "GetDiskResult":{ "type":"structure", "members":{ "disk":{ "shape":"Disk", "documentation":"

An object containing information about the disk.

" } } }, "GetDiskSnapshotRequest":{ "type":"structure", "required":["diskSnapshotName"], "members":{ "diskSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the disk snapshot (e.g., my-disk-snapshot).

" } } }, "GetDiskSnapshotResult":{ "type":"structure", "members":{ "diskSnapshot":{ "shape":"DiskSnapshot", "documentation":"

An object containing information about the disk snapshot.

" } } }, "GetDiskSnapshotsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetDiskSnapshots request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetDiskSnapshotsResult":{ "type":"structure", "members":{ "diskSnapshots":{ "shape":"DiskSnapshotList", "documentation":"

An array of objects containing information about all block storage disk snapshots.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetDiskSnapshots request and specify the next page token using the pageToken parameter.

" } } }, "GetDisksRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetDisks request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetDisksResult":{ "type":"structure", "members":{ "disks":{ "shape":"DiskList", "documentation":"

An array of objects containing information about all block storage disks.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetDisks request and specify the next page token using the pageToken parameter.

" } } }, "GetDistributionBundlesRequest":{ "type":"structure", "members":{ } }, "GetDistributionBundlesResult":{ "type":"structure", "members":{ "bundles":{ "shape":"DistributionBundleList", "documentation":"

An object that describes a distribution bundle.

" } } }, "GetDistributionLatestCacheResetRequest":{ "type":"structure", "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution for which to return the timestamp of the last cache reset.

Use the GetDistributions action to get a list of distribution names that you can specify.

When omitted, the response includes the latest cache reset timestamp of all your distributions.

" } } }, "GetDistributionLatestCacheResetResult":{ "type":"structure", "members":{ "status":{ "shape":"string", "documentation":"

The status of the last cache reset.

" }, "createTime":{ "shape":"IsoDate", "documentation":"

The timestamp of the last cache reset (e.g., 1479734909.17) in Unix time format.

" } } }, "GetDistributionMetricDataRequest":{ "type":"structure", "required":[ "distributionName", "metricName", "startTime", "endTime", "period", "unit", "statistics" ], "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution for which to get metric data.

Use the GetDistributions action to get a list of distribution names that you can specify.

" }, "metricName":{ "shape":"DistributionMetricName", "documentation":"

The metric for which you want to return information.

Valid distribution metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.

" }, "startTime":{ "shape":"timestamp", "documentation":"

The start of the time interval for which to get metric data.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

" }, "endTime":{ "shape":"timestamp", "documentation":"

The end of the time interval for which to get metric data.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

" }, "period":{ "shape":"MetricPeriod", "documentation":"

The granularity, in seconds, for the metric data points that will be returned.

" }, "unit":{ "shape":"MetricUnit", "documentation":"

The unit for the metric data request.

Valid units depend on the metric data being requested. For the valid units with each available metric, see the metricName parameter.

" }, "statistics":{ "shape":"MetricStatisticList", "documentation":"

The statistic for the metric.

The following statistics are available:

" } } }, "GetDistributionMetricDataResult":{ "type":"structure", "members":{ "metricName":{ "shape":"DistributionMetricName", "documentation":"

The name of the metric returned.

" }, "metricData":{ "shape":"MetricDatapointList", "documentation":"

An array of objects that describe the metric data returned.

" } } }, "GetDistributionsRequest":{ "type":"structure", "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution for which to return information.

Use the GetDistributions action to get a list of distribution names that you can specify.

When omitted, the response includes all of your distributions in the AWS Region where the request is made.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetDistributions request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetDistributionsResult":{ "type":"structure", "members":{ "distributions":{ "shape":"DistributionList", "documentation":"

An array of objects that describe your distributions.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetDistributions request and specify the next page token using the pageToken parameter.

" } } }, "GetDomainRequest":{ "type":"structure", "required":["domainName"], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The domain name for which your want to return information about.

" } } }, "GetDomainResult":{ "type":"structure", "members":{ "domain":{ "shape":"Domain", "documentation":"

An array of key-value pairs containing information about your get domain request.

" } } }, "GetDomainsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetDomains request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetDomainsResult":{ "type":"structure", "members":{ "domains":{ "shape":"DomainList", "documentation":"

An array of key-value pairs containing information about each of the domain entries in the user's account.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetDomains request and specify the next page token using the pageToken parameter.

" } } }, "GetExportSnapshotRecordsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetExportSnapshotRecords request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetExportSnapshotRecordsResult":{ "type":"structure", "members":{ "exportSnapshotRecords":{ "shape":"ExportSnapshotRecordList", "documentation":"

A list of objects describing the export snapshot records.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetExportSnapshotRecords request and specify the next page token using the pageToken parameter.

" } } }, "GetInstanceAccessDetailsRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance to access.

" }, "protocol":{ "shape":"InstanceAccessProtocol", "documentation":"

The protocol to use to connect to your instance. Defaults to ssh.

" } } }, "GetInstanceAccessDetailsResult":{ "type":"structure", "members":{ "accessDetails":{ "shape":"InstanceAccessDetails", "documentation":"

An array of key-value pairs containing information about a get instance access request.

" } } }, "GetInstanceMetricDataRequest":{ "type":"structure", "required":[ "instanceName", "metricName", "period", "startTime", "endTime", "unit", "statistics" ], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance for which you want to get metrics data.

" }, "metricName":{ "shape":"InstanceMetricName", "documentation":"

The metric for which you want to return information.

Valid instance metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.

" }, "period":{ "shape":"MetricPeriod", "documentation":"

The granularity, in seconds, of the returned data points.

The StatusCheckFailed, StatusCheckFailed_Instance, and StatusCheckFailed_System instance metric data is available in 1-minute (60 seconds) granularity. All other instance metric data is available in 5-minute (300 seconds) granularity.

" }, "startTime":{ "shape":"timestamp", "documentation":"

The start time of the time period.

" }, "endTime":{ "shape":"timestamp", "documentation":"

The end time of the time period.

" }, "unit":{ "shape":"MetricUnit", "documentation":"

The unit for the metric data request. Valid units depend on the metric data being requested. For the valid units to specify with each available metric, see the metricName parameter.

" }, "statistics":{ "shape":"MetricStatisticList", "documentation":"

The statistic for the metric.

The following statistics are available:

" } } }, "GetInstanceMetricDataResult":{ "type":"structure", "members":{ "metricName":{ "shape":"InstanceMetricName", "documentation":"

The name of the metric returned.

" }, "metricData":{ "shape":"MetricDatapointList", "documentation":"

An array of objects that describe the metric data returned.

" } } }, "GetInstancePortStatesRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance for which to return firewall port states.

" } } }, "GetInstancePortStatesResult":{ "type":"structure", "members":{ "portStates":{ "shape":"InstancePortStateList", "documentation":"

An array of objects that describe the firewall port states for the specified instance.

" } } }, "GetInstanceRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance.

" } } }, "GetInstanceResult":{ "type":"structure", "members":{ "instance":{ "shape":"Instance", "documentation":"

An array of key-value pairs containing information about the specified instance.

" } } }, "GetInstanceSnapshotRequest":{ "type":"structure", "required":["instanceSnapshotName"], "members":{ "instanceSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the snapshot for which you are requesting information.

" } } }, "GetInstanceSnapshotResult":{ "type":"structure", "members":{ "instanceSnapshot":{ "shape":"InstanceSnapshot", "documentation":"

An array of key-value pairs containing information about the results of your get instance snapshot request.

" } } }, "GetInstanceSnapshotsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetInstanceSnapshots request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetInstanceSnapshotsResult":{ "type":"structure", "members":{ "instanceSnapshots":{ "shape":"InstanceSnapshotList", "documentation":"

An array of key-value pairs containing information about the results of your get instance snapshots request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetInstanceSnapshots request and specify the next page token using the pageToken parameter.

" } } }, "GetInstanceStateRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance to get state information about.

" } } }, "GetInstanceStateResult":{ "type":"structure", "members":{ "state":{ "shape":"InstanceState", "documentation":"

The state of the instance.

" } } }, "GetInstancesRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetInstances request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetInstancesResult":{ "type":"structure", "members":{ "instances":{ "shape":"InstanceList", "documentation":"

An array of key-value pairs containing information about your instances.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetInstances request and specify the next page token using the pageToken parameter.

" } } }, "GetKeyPairRequest":{ "type":"structure", "required":["keyPairName"], "members":{ "keyPairName":{ "shape":"ResourceName", "documentation":"

The name of the key pair for which you are requesting information.

" } } }, "GetKeyPairResult":{ "type":"structure", "members":{ "keyPair":{ "shape":"KeyPair", "documentation":"

An array of key-value pairs containing information about the key pair.

" } } }, "GetKeyPairsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetKeyPairs request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetKeyPairsResult":{ "type":"structure", "members":{ "keyPairs":{ "shape":"KeyPairList", "documentation":"

An array of key-value pairs containing information about the key pairs.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetKeyPairs request and specify the next page token using the pageToken parameter.

" } } }, "GetLoadBalancerMetricDataRequest":{ "type":"structure", "required":[ "loadBalancerName", "metricName", "period", "startTime", "endTime", "unit", "statistics" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer.

" }, "metricName":{ "shape":"LoadBalancerMetricName", "documentation":"

The metric for which you want to return information.

Valid load balancer metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.

" }, "period":{ "shape":"MetricPeriod", "documentation":"

The granularity, in seconds, of the returned data points.

" }, "startTime":{ "shape":"timestamp", "documentation":"

The start time of the period.

" }, "endTime":{ "shape":"timestamp", "documentation":"

The end time of the period.

" }, "unit":{ "shape":"MetricUnit", "documentation":"

The unit for the metric data request. Valid units depend on the metric data being requested. For the valid units with each available metric, see the metricName parameter.

" }, "statistics":{ "shape":"MetricStatisticList", "documentation":"

The statistic for the metric.

The following statistics are available:

" } } }, "GetLoadBalancerMetricDataResult":{ "type":"structure", "members":{ "metricName":{ "shape":"LoadBalancerMetricName", "documentation":"

The name of the metric returned.

" }, "metricData":{ "shape":"MetricDatapointList", "documentation":"

An array of objects that describe the metric data returned.

" } } }, "GetLoadBalancerRequest":{ "type":"structure", "required":["loadBalancerName"], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer.

" } } }, "GetLoadBalancerResult":{ "type":"structure", "members":{ "loadBalancer":{ "shape":"LoadBalancer", "documentation":"

An object containing information about your load balancer.

" } } }, "GetLoadBalancerTlsCertificatesRequest":{ "type":"structure", "required":["loadBalancerName"], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer you associated with your SSL/TLS certificate.

" } } }, "GetLoadBalancerTlsCertificatesResult":{ "type":"structure", "members":{ "tlsCertificates":{ "shape":"LoadBalancerTlsCertificateList", "documentation":"

An array of LoadBalancerTlsCertificate objects describing your SSL/TLS certificates.

" } } }, "GetLoadBalancersRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetLoadBalancers request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetLoadBalancersResult":{ "type":"structure", "members":{ "loadBalancers":{ "shape":"LoadBalancerList", "documentation":"

An array of LoadBalancer objects describing your load balancers.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetLoadBalancers request and specify the next page token using the pageToken parameter.

" } } }, "GetOperationRequest":{ "type":"structure", "required":["operationId"], "members":{ "operationId":{ "shape":"NonEmptyString", "documentation":"

A GUID used to identify the operation.

" } } }, "GetOperationResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "GetOperationsForResourceRequest":{ "type":"structure", "required":["resourceName"], "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the resource for which you are requesting information.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetOperationsForResource request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetOperationsForResourceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" }, "nextPageCount":{ "shape":"string", "documentation":"

(Deprecated) Returns the number of pages of results that remain.

In releases prior to June 12, 2017, this parameter returned null by the API. It is now deprecated, and the API returns the next page token parameter instead.

", "deprecated":true }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetOperationsForResource request and specify the next page token using the pageToken parameter.

" } } }, "GetOperationsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetOperations request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetOperationsResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetOperations request and specify the next page token using the pageToken parameter.

" } } }, "GetRegionsRequest":{ "type":"structure", "members":{ "includeAvailabilityZones":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether to also include Availability Zones in your get regions request. Availability Zones are indicated with a letter: e.g., us-east-2a.

" }, "includeRelationalDatabaseAvailabilityZones":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether to also include Availability Zones for databases in your get regions request. Availability Zones are indicated with a letter (e.g., us-east-2a).

" } } }, "GetRegionsResult":{ "type":"structure", "members":{ "regions":{ "shape":"RegionList", "documentation":"

An array of key-value pairs containing information about your get regions request.

" } } }, "GetRelationalDatabaseBlueprintsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseBlueprints request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabaseBlueprintsResult":{ "type":"structure", "members":{ "blueprints":{ "shape":"RelationalDatabaseBlueprintList", "documentation":"

An object describing the result of your get relational database blueprints request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetRelationalDatabaseBlueprints request and specify the next page token using the pageToken parameter.

" } } }, "GetRelationalDatabaseBundlesRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabaseBundlesResult":{ "type":"structure", "members":{ "bundles":{ "shape":"RelationalDatabaseBundleList", "documentation":"

An object describing the result of your get relational database bundles request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetRelationalDatabaseBundles request and specify the next page token using the pageToken parameter.

" } } }, "GetRelationalDatabaseEventsRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of the database from which to get events.

" }, "durationInMinutes":{ "shape":"integer", "documentation":"

The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.

Default: 60

The minimum is 1 and the maximum is 14 days (20160 minutes).

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabaseEventsResult":{ "type":"structure", "members":{ "relationalDatabaseEvents":{ "shape":"RelationalDatabaseEventList", "documentation":"

An object describing the result of your get relational database events request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetRelationalDatabaseEvents request and specify the next page token using the pageToken parameter.

" } } }, "GetRelationalDatabaseLogEventsRequest":{ "type":"structure", "required":[ "relationalDatabaseName", "logStreamName" ], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database for which to get log events.

" }, "logStreamName":{ "shape":"string", "documentation":"

The name of the log stream.

Use the get relational database log streams operation to get a list of available log streams.

" }, "startTime":{ "shape":"IsoDate", "documentation":"

The start of the time interval from which to get log events.

Constraints:

" }, "endTime":{ "shape":"IsoDate", "documentation":"

The end of the time interval from which to get log events.

Constraints:

" }, "startFromHead":{ "shape":"boolean", "documentation":"

Parameter to specify if the log should start from head or tail. If true is specified, the log event starts from the head of the log. If false is specified, the log event starts from the tail of the log.

For PostgreSQL, the default value of false is the only option available.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next or previous page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseLogEvents request. If your results are paginated, the response will return a next forward token and/or next backward token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabaseLogEventsResult":{ "type":"structure", "members":{ "resourceLogEvents":{ "shape":"LogEventList", "documentation":"

An object describing the result of your get relational database log events request.

" }, "nextBackwardToken":{ "shape":"string", "documentation":"

A token used for advancing to the previous page of results from your get relational database log events request.

" }, "nextForwardToken":{ "shape":"string", "documentation":"

A token used for advancing to the next page of results from your get relational database log events request.

" } } }, "GetRelationalDatabaseLogStreamsRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database for which to get log streams.

" } } }, "GetRelationalDatabaseLogStreamsResult":{ "type":"structure", "members":{ "logStreams":{ "shape":"StringList", "documentation":"

An object describing the result of your get relational database log streams request.

" } } }, "GetRelationalDatabaseMasterUserPasswordRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database for which to get the master user password.

" }, "passwordVersion":{ "shape":"RelationalDatabasePasswordVersion", "documentation":"

The password version to return.

Specifying CURRENT or PREVIOUS returns the current or previous passwords respectively. Specifying PENDING returns the newest version of the password that will rotate to CURRENT. After the PENDING password rotates to CURRENT, the PENDING password is no longer available.

Default: CURRENT

" } } }, "GetRelationalDatabaseMasterUserPasswordResult":{ "type":"structure", "members":{ "masterUserPassword":{ "shape":"SensitiveString", "documentation":"

The master user password for the password version specified.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the specified version of the master user password was created.

" } } }, "GetRelationalDatabaseMetricDataRequest":{ "type":"structure", "required":[ "relationalDatabaseName", "metricName", "period", "startTime", "endTime", "unit", "statistics" ], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database from which to get metric data.

" }, "metricName":{ "shape":"RelationalDatabaseMetricName", "documentation":"

The metric for which you want to return information.

Valid relational database metric names are listed below, along with the most useful statistics to include in your request, and the published unit value. All relational database metric data is available in 1-minute (60 seconds) granularity.

" }, "period":{ "shape":"MetricPeriod", "documentation":"

The granularity, in seconds, of the returned data points.

All relational database metric data is available in 1-minute (60 seconds) granularity.

" }, "startTime":{ "shape":"IsoDate", "documentation":"

The start of the time interval from which to get metric data.

Constraints:

" }, "endTime":{ "shape":"IsoDate", "documentation":"

The end of the time interval from which to get metric data.

Constraints:

" }, "unit":{ "shape":"MetricUnit", "documentation":"

The unit for the metric data request. Valid units depend on the metric data being requested. For the valid units with each available metric, see the metricName parameter.

" }, "statistics":{ "shape":"MetricStatisticList", "documentation":"

The statistic for the metric.

The following statistics are available:

" } } }, "GetRelationalDatabaseMetricDataResult":{ "type":"structure", "members":{ "metricName":{ "shape":"RelationalDatabaseMetricName", "documentation":"

The name of the metric returned.

" }, "metricData":{ "shape":"MetricDatapointList", "documentation":"

An array of objects that describe the metric data returned.

" } } }, "GetRelationalDatabaseParametersRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database for which to get parameters.

" }, "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseParameters request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabaseParametersResult":{ "type":"structure", "members":{ "parameters":{ "shape":"RelationalDatabaseParameterList", "documentation":"

An object describing the result of your get relational database parameters request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetRelationalDatabaseParameters request and specify the next page token using the pageToken parameter.

" } } }, "GetRelationalDatabaseRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of the database that you are looking up.

" } } }, "GetRelationalDatabaseResult":{ "type":"structure", "members":{ "relationalDatabase":{ "shape":"RelationalDatabase", "documentation":"

An object describing the specified database.

" } } }, "GetRelationalDatabaseSnapshotRequest":{ "type":"structure", "required":["relationalDatabaseSnapshotName"], "members":{ "relationalDatabaseSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of the database snapshot for which to get information.

" } } }, "GetRelationalDatabaseSnapshotResult":{ "type":"structure", "members":{ "relationalDatabaseSnapshot":{ "shape":"RelationalDatabaseSnapshot", "documentation":"

An object describing the specified database snapshot.

" } } }, "GetRelationalDatabaseSnapshotsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseSnapshots request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabaseSnapshotsResult":{ "type":"structure", "members":{ "relationalDatabaseSnapshots":{ "shape":"RelationalDatabaseSnapshotList", "documentation":"

An object describing the result of your get relational database snapshots request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetRelationalDatabaseSnapshots request and specify the next page token using the pageToken parameter.

" } } }, "GetRelationalDatabasesRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabases request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetRelationalDatabasesResult":{ "type":"structure", "members":{ "relationalDatabases":{ "shape":"RelationalDatabaseList", "documentation":"

An object describing the result of your get relational databases request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetRelationalDatabases request and specify the next page token using the pageToken parameter.

" } } }, "GetStaticIpRequest":{ "type":"structure", "required":["staticIpName"], "members":{ "staticIpName":{ "shape":"ResourceName", "documentation":"

The name of the static IP in Lightsail.

" } } }, "GetStaticIpResult":{ "type":"structure", "members":{ "staticIp":{ "shape":"StaticIp", "documentation":"

An array of key-value pairs containing information about the requested static IP.

" } } }, "GetStaticIpsRequest":{ "type":"structure", "members":{ "pageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetStaticIps request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

" } } }, "GetStaticIpsResult":{ "type":"structure", "members":{ "staticIps":{ "shape":"StaticIpList", "documentation":"

An array of key-value pairs containing information about your get static IPs request.

" }, "nextPageToken":{ "shape":"string", "documentation":"

The token to advance to the next page of results from your request.

A next page token is not returned if there are no more results to display.

To get the next page of results, perform another GetStaticIps request and specify the next page token using the pageToken parameter.

" } } }, "HeaderEnum":{ "type":"string", "enum":[ "Accept", "Accept-Charset", "Accept-Datetime", "Accept-Encoding", "Accept-Language", "Authorization", "CloudFront-Forwarded-Proto", "CloudFront-Is-Desktop-Viewer", "CloudFront-Is-Mobile-Viewer", "CloudFront-Is-SmartTV-Viewer", "CloudFront-Is-Tablet-Viewer", "CloudFront-Viewer-Country", "Host", "Origin", "Referer" ] }, "HeaderForwardList":{ "type":"list", "member":{"shape":"HeaderEnum"} }, "HeaderObject":{ "type":"structure", "members":{ "option":{ "shape":"ForwardValues", "documentation":"

The headers that you want your distribution to forward to your origin and base caching on.

You can configure your distribution to do one of the following:

" }, "headersAllowList":{ "shape":"HeaderForwardList", "documentation":"

The specific headers to forward to your distribution's origin.

" } }, "documentation":"

Describes the request headers that a Lightsail distribution bases caching on.

For the headers that you specify, your distribution caches separate versions of the specified content based on the header values in viewer requests. For example, suppose viewer requests for logo.jpg contain a custom product header that has a value of either acme or apex, and you configure your distribution to cache your content based on values in the product header. Your distribution forwards the product header to the origin and caches the response from the origin once for each header value.

" }, "HostKeyAttributes":{ "type":"structure", "members":{ "algorithm":{ "shape":"string", "documentation":"

The SSH host key algorithm or the RDP certificate format.

For SSH host keys, the algorithm may be ssh-rsa, ecdsa-sha2-nistp256, ssh-ed25519, etc. For RDP certificates, the algorithm is always x509-cert.

" }, "publicKey":{ "shape":"string", "documentation":"

The public SSH host key or the RDP certificate.

" }, "witnessedAt":{ "shape":"IsoDate", "documentation":"

The time that the SSH host key or RDP certificate was recorded by Lightsail.

" }, "fingerprintSHA1":{ "shape":"string", "documentation":"

The SHA-1 fingerprint of the returned SSH host key or RDP certificate.

" }, "fingerprintSHA256":{ "shape":"string", "documentation":"

The SHA-256 fingerprint of the returned SSH host key or RDP certificate.

" }, "notValidBefore":{ "shape":"IsoDate", "documentation":"

The returned RDP certificate is valid after this point in time.

This value is listed only for RDP certificates.

" }, "notValidAfter":{ "shape":"IsoDate", "documentation":"

The returned RDP certificate is not valid after this point in time.

This value is listed only for RDP certificates.

" } }, "documentation":"

Describes the public SSH host keys or the RDP certificate.

" }, "HostKeysList":{ "type":"list", "member":{"shape":"HostKeyAttributes"} }, "ImportKeyPairRequest":{ "type":"structure", "required":[ "keyPairName", "publicKeyBase64" ], "members":{ "keyPairName":{ "shape":"ResourceName", "documentation":"

The name of the key pair for which you want to import the public key.

" }, "publicKeyBase64":{ "shape":"Base64", "documentation":"

A base64-encoded public key of the ssh-rsa type.

" } } }, "ImportKeyPairResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "InUseResourceCount":{"type":"integer"}, "IncludeCertificateDetails":{"type":"boolean"}, "InputOrigin":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the origin resource.

" }, "regionName":{ "shape":"RegionName", "documentation":"

The AWS Region name of the origin resource.

" }, "protocolPolicy":{ "shape":"OriginProtocolPolicyEnum", "documentation":"

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

" } }, "documentation":"

Describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a Lightsail instance or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers via a worldwide network of edge servers.

" }, "Instance":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name the user gave the instance (e.g., Amazon_Linux-1GB-Ohio-1).

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the instance (e.g., arn:aws:lightsail:us-east-2:123456789101:Instance/244ad76f-8aad-4741-809f-12345EXAMPLE).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the instance was created (e.g., 1479734909.17) in Unix time format.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The region name and Availability Zone where the instance is located.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of resource (usually Instance).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "blueprintId":{ "shape":"NonEmptyString", "documentation":"

The blueprint ID (e.g., os_amlinux_2016_03).

" }, "blueprintName":{ "shape":"NonEmptyString", "documentation":"

The friendly name of the blueprint (e.g., Amazon Linux).

" }, "bundleId":{ "shape":"NonEmptyString", "documentation":"

The bundle for the instance (e.g., micro_1_0).

" }, "addOns":{ "shape":"AddOnList", "documentation":"

An array of objects representing the add-ons enabled on the instance.

" }, "isStaticIp":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether this instance has a static IP assigned to it.

" }, "privateIpAddress":{ "shape":"IpAddress", "documentation":"

The private IP address of the instance.

" }, "publicIpAddress":{ "shape":"IpAddress", "documentation":"

The public IP address of the instance.

" }, "ipv6Addresses":{ "shape":"Ipv6AddressList", "documentation":"

The IPv6 addresses of the instance.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type of the instance.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

" }, "hardware":{ "shape":"InstanceHardware", "documentation":"

The size of the vCPU and the amount of RAM for the instance.

" }, "networking":{ "shape":"InstanceNetworking", "documentation":"

Information about the public ports and monthly data transfer rates for the instance.

" }, "state":{ "shape":"InstanceState", "documentation":"

The status code and the state (e.g., running) for the instance.

" }, "username":{ "shape":"NonEmptyString", "documentation":"

The user name for connecting to the instance (e.g., ec2-user).

" }, "sshKeyName":{ "shape":"ResourceName", "documentation":"

The name of the SSH key being used to connect to the instance (e.g., LightsailDefaultKeyPair).

" } }, "documentation":"

Describes an instance (a virtual private server).

" }, "InstanceAccessDetails":{ "type":"structure", "members":{ "certKey":{ "shape":"string", "documentation":"

For SSH access, the public key to use when accessing your instance For OpenSSH clients (e.g., command line SSH), you should save this value to tempkey-cert.pub.

" }, "expiresAt":{ "shape":"IsoDate", "documentation":"

For SSH access, the date on which the temporary keys expire.

" }, "ipAddress":{ "shape":"IpAddress", "documentation":"

The public IP address of the Amazon Lightsail instance.

" }, "password":{ "shape":"string", "documentation":"

For RDP access, the password for your Amazon Lightsail instance. Password will be an empty string if the password for your new instance is not ready yet. When you create an instance, it can take up to 15 minutes for the instance to be ready.

If you create an instance using any key pair other than the default (LightsailDefaultKeyPair), password will always be an empty string.

If you change the Administrator password on the instance, Lightsail will continue to return the original password value. When accessing the instance using RDP, you need to manually enter the Administrator password after changing it from the default.

" }, "passwordData":{ "shape":"PasswordData", "documentation":"

For a Windows Server-based instance, an object with the data you can use to retrieve your password. This is only needed if password is empty and the instance is not new (and therefore the password is not ready yet). When you create an instance, it can take up to 15 minutes for the instance to be ready.

" }, "privateKey":{ "shape":"string", "documentation":"

For SSH access, the temporary private key. For OpenSSH clients (e.g., command line SSH), you should save this value to tempkey).

" }, "protocol":{ "shape":"InstanceAccessProtocol", "documentation":"

The protocol for these Amazon Lightsail instance access details.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The name of this Amazon Lightsail instance.

" }, "username":{ "shape":"string", "documentation":"

The user name to use when logging in to the Amazon Lightsail instance.

" }, "hostKeys":{ "shape":"HostKeysList", "documentation":"

Describes the public SSH host keys or the RDP certificate.

" } }, "documentation":"

The parameters for gaining temporary access to one of your Amazon Lightsail instances.

" }, "InstanceAccessProtocol":{ "type":"string", "enum":[ "ssh", "rdp" ] }, "InstanceEntry":{ "type":"structure", "required":[ "sourceName", "instanceType", "portInfoSource", "availabilityZone" ], "members":{ "sourceName":{ "shape":"ResourceName", "documentation":"

The name of the export snapshot record, which contains the exported Lightsail instance snapshot that will be used as the source of the new Amazon EC2 instance.

Use the get export snapshot records operation to get a list of export snapshot records that you can use to create a CloudFormation stack.

" }, "instanceType":{ "shape":"NonEmptyString", "documentation":"

The instance type (e.g., t2.micro) to use for the new Amazon EC2 instance.

" }, "portInfoSource":{ "shape":"PortInfoSourceType", "documentation":"

The port configuration to use for the new Amazon EC2 instance.

The following configuration options are available:

If you configured lightsail-connect as a cidrListAliases on your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to connect to your instance, that configuration is not carried over to your new Amazon EC2 instance.

" }, "userData":{ "shape":"string", "documentation":"

A launch script you can create that configures a server with additional user data. For example, you might want to run apt-get -y update.

Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and CentOS use yum, Debian and Ubuntu use apt-get, and FreeBSD uses pkg.

" }, "availabilityZone":{ "shape":"string", "documentation":"

The Availability Zone for the new Amazon EC2 instance.

" } }, "documentation":"

Describes the Amazon Elastic Compute Cloud instance and related resources to be created using the create cloud formation stack operation.

" }, "InstanceEntryList":{ "type":"list", "member":{"shape":"InstanceEntry"} }, "InstanceHardware":{ "type":"structure", "members":{ "cpuCount":{ "shape":"integer", "documentation":"

The number of vCPUs the instance has.

" }, "disks":{ "shape":"DiskList", "documentation":"

The disks attached to the instance.

" }, "ramSizeInGb":{ "shape":"float", "documentation":"

The amount of RAM in GB on the instance (e.g., 1.0).

" } }, "documentation":"

Describes the hardware for the instance.

" }, "InstanceHealthReason":{ "type":"string", "enum":[ "Lb.RegistrationInProgress", "Lb.InitialHealthChecking", "Lb.InternalError", "Instance.ResponseCodeMismatch", "Instance.Timeout", "Instance.FailedHealthChecks", "Instance.NotRegistered", "Instance.NotInUse", "Instance.DeregistrationInProgress", "Instance.InvalidState", "Instance.IpUnusable" ] }, "InstanceHealthState":{ "type":"string", "enum":[ "initial", "healthy", "unhealthy", "unused", "draining", "unavailable" ] }, "InstanceHealthSummary":{ "type":"structure", "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the Lightsail instance for which you are requesting health check data.

" }, "instanceHealth":{ "shape":"InstanceHealthState", "documentation":"

Describes the overall instance health. Valid values are below.

" }, "instanceHealthReason":{ "shape":"InstanceHealthReason", "documentation":"

More information about the instance health. If the instanceHealth is healthy, then an instanceHealthReason value is not provided.

If instanceHealth is initial, the instanceHealthReason value can be one of the following:

If instanceHealth is unhealthy, the instanceHealthReason value can be one of the following:

If instanceHealth is unused, the instanceHealthReason value can be one of the following:

If instanceHealth is draining, the instanceHealthReason value can be one of the following:

" } }, "documentation":"

Describes information about the health of the instance.

" }, "InstanceHealthSummaryList":{ "type":"list", "member":{"shape":"InstanceHealthSummary"} }, "InstanceList":{ "type":"list", "member":{"shape":"Instance"} }, "InstanceMetricName":{ "type":"string", "enum":[ "CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System", "BurstCapacityTime", "BurstCapacityPercentage" ] }, "InstanceNetworking":{ "type":"structure", "members":{ "monthlyTransfer":{ "shape":"MonthlyTransfer", "documentation":"

The amount of data in GB allocated for monthly data transfers.

" }, "ports":{ "shape":"InstancePortInfoList", "documentation":"

An array of key-value pairs containing information about the ports on the instance.

" } }, "documentation":"

Describes monthly data transfer rates and port information for an instance.

" }, "InstancePlatform":{ "type":"string", "enum":[ "LINUX_UNIX", "WINDOWS" ] }, "InstancePlatformList":{ "type":"list", "member":{"shape":"InstancePlatform"} }, "InstancePortInfo":{ "type":"structure", "members":{ "fromPort":{ "shape":"Port", "documentation":"

The first port in a range of open ports on an instance.

Allowed ports:

" }, "toPort":{ "shape":"Port", "documentation":"

The last port in a range of open ports on an instance.

Allowed ports:

" }, "protocol":{ "shape":"NetworkProtocol", "documentation":"

The IP protocol name.

The name can be one of the following:

" }, "accessFrom":{ "shape":"string", "documentation":"

The location from which access is allowed. For example, Anywhere (0.0.0.0/0), or Custom if a specific IP address or range of IP addresses is allowed.

" }, "accessType":{ "shape":"PortAccessType", "documentation":"

The type of access (Public or Private).

" }, "commonName":{ "shape":"string", "documentation":"

The common name of the port information.

" }, "accessDirection":{ "shape":"AccessDirection", "documentation":"

The access direction (inbound or outbound).

Lightsail currently supports only inbound access direction.

" }, "cidrs":{ "shape":"StringList", "documentation":"

The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.

The ipv6Cidrs parameter lists the IPv6 addresses that are allowed to connect to an instance.

For more information about CIDR block notation, see Classless Inter-Domain Routing on Wikipedia.

" }, "ipv6Cidrs":{ "shape":"StringList", "documentation":"

The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol. Only devices with an IPv6 address can connect to an instance through IPv6; otherwise, IPv4 should be used.

The cidrs parameter lists the IPv4 addresses that are allowed to connect to an instance.

For more information about CIDR block notation, see Classless Inter-Domain Routing on Wikipedia.

" }, "cidrListAliases":{ "shape":"StringList", "documentation":"

An alias that defines access for a preconfigured range of IP addresses.

The only alias currently supported is lightsail-connect, which allows IP addresses of the browser-based RDP/SSH client in the Lightsail console to connect to your instance.

" } }, "documentation":"

Describes information about ports for an Amazon Lightsail instance.

" }, "InstancePortInfoList":{ "type":"list", "member":{"shape":"InstancePortInfo"} }, "InstancePortState":{ "type":"structure", "members":{ "fromPort":{ "shape":"Port", "documentation":"

The first port in a range of open ports on an instance.

Allowed ports:

" }, "toPort":{ "shape":"Port", "documentation":"

The last port in a range of open ports on an instance.

Allowed ports:

" }, "protocol":{ "shape":"NetworkProtocol", "documentation":"

The IP protocol name.

The name can be one of the following:

" }, "state":{ "shape":"PortState", "documentation":"

Specifies whether the instance port is open or closed.

The port state for Lightsail instances is always open.

" }, "cidrs":{ "shape":"StringList", "documentation":"

The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.

The ipv6Cidrs parameter lists the IPv6 addresses that are allowed to connect to an instance.

For more information about CIDR block notation, see Classless Inter-Domain Routing on Wikipedia.

" }, "ipv6Cidrs":{ "shape":"StringList", "documentation":"

The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol. Only devices with an IPv6 address can connect to an instance through IPv6; otherwise, IPv4 should be used.

The cidrs parameter lists the IPv4 addresses that are allowed to connect to an instance.

For more information about CIDR block notation, see Classless Inter-Domain Routing on Wikipedia.

" }, "cidrListAliases":{ "shape":"StringList", "documentation":"

An alias that defines access for a preconfigured range of IP addresses.

The only alias currently supported is lightsail-connect, which allows IP addresses of the browser-based RDP/SSH client in the Lightsail console to connect to your instance.

" } }, "documentation":"

Describes open ports on an instance, the IP addresses allowed to connect to the instance through the ports, and the protocol.

" }, "InstancePortStateList":{ "type":"list", "member":{"shape":"InstancePortState"} }, "InstanceSnapshot":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the snapshot.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the snapshot (e.g., arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the snapshot was created (e.g., 1479907467.024).

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The region name and Availability Zone where you created the snapshot.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of resource (usually InstanceSnapshot).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "state":{ "shape":"InstanceSnapshotState", "documentation":"

The state the snapshot is in.

" }, "progress":{ "shape":"string", "documentation":"

The progress of the snapshot.

This is populated only for disk snapshots, and is null for instance snapshots.

" }, "fromAttachedDisks":{ "shape":"DiskList", "documentation":"

An array of disk objects containing information about all block storage disks.

" }, "fromInstanceName":{ "shape":"ResourceName", "documentation":"

The instance from which the snapshot was created.

" }, "fromInstanceArn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the instance from which the snapshot was created (e.g., arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE).

" }, "fromBlueprintId":{ "shape":"string", "documentation":"

The blueprint ID from which you created the snapshot (e.g., os_debian_8_3). A blueprint is a virtual private server (or instance) image used to create instances quickly.

" }, "fromBundleId":{ "shape":"string", "documentation":"

The bundle ID from which you created the snapshot (e.g., micro_1_0).

" }, "isFromAutoSnapshot":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size in GB of the SSD.

" } }, "documentation":"

Describes an instance snapshot.

" }, "InstanceSnapshotInfo":{ "type":"structure", "members":{ "fromBundleId":{ "shape":"NonEmptyString", "documentation":"

The bundle ID from which the source instance was created (e.g., micro_1_0).

" }, "fromBlueprintId":{ "shape":"NonEmptyString", "documentation":"

The blueprint ID from which the source instance (e.g., os_debian_8_3).

" }, "fromDiskInfo":{ "shape":"DiskInfoList", "documentation":"

A list of objects describing the disks that were attached to the source instance.

" } }, "documentation":"

Describes an instance snapshot.

" }, "InstanceSnapshotList":{ "type":"list", "member":{"shape":"InstanceSnapshot"} }, "InstanceSnapshotState":{ "type":"string", "enum":[ "pending", "error", "available" ] }, "InstanceState":{ "type":"structure", "members":{ "code":{ "shape":"integer", "documentation":"

The status code for the instance.

" }, "name":{ "shape":"string", "documentation":"

The state of the instance (e.g., running or pending).

" } }, "documentation":"

Describes the virtual private server (or instance) status.

" }, "InvalidInputException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

Lightsail throws this exception when user input does not conform to the validation rules of an input field.

Domain and distribution APIs are only available in the N. Virginia (us-east-1) AWS Region. Please set your AWS Region configuration to us-east-1 to create, view, or edit these resources.

", "exception":true }, "IpAddress":{ "type":"string", "pattern":"([0-9]{1,3}\\.){3}[0-9]{1,3}" }, "IpAddressType":{ "type":"string", "enum":[ "dualstack", "ipv4" ] }, "Ipv6Address":{ "type":"string", "pattern":"([A-F0-9]{1,4}:){7}[A-F0-9]{1,4}" }, "Ipv6AddressList":{ "type":"list", "member":{"shape":"Ipv6Address"} }, "IsVpcPeeredRequest":{ "type":"structure", "members":{ } }, "IsVpcPeeredResult":{ "type":"structure", "members":{ "isPeered":{ "shape":"boolean", "documentation":"

Returns true if the Lightsail VPC is peered; otherwise, false.

" } } }, "IsoDate":{"type":"timestamp"}, "IssuerCA":{"type":"string"}, "KeyAlgorithm":{"type":"string"}, "KeyPair":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The friendly name of the SSH key pair.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the key pair (e.g., arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the key pair was created (e.g., 1479816991.349).

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The region name and Availability Zone where the key pair was created.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type (usually KeyPair).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "fingerprint":{ "shape":"Base64", "documentation":"

The RSA fingerprint of the key pair.

" } }, "documentation":"

Describes the SSH key pair.

" }, "KeyPairList":{ "type":"list", "member":{"shape":"KeyPair"} }, "LightsailDistribution":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the distribution.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the distribution.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about your Lightsail distribution. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the distribution was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

An object that describes the location of the distribution, such as the AWS Region and Availability Zone.

Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type (e.g., Distribution).

" }, "alternativeDomainNames":{ "shape":"StringList", "documentation":"

The alternate domain names of the distribution.

" }, "status":{ "shape":"string", "documentation":"

The status of the distribution.

" }, "isEnabled":{ "shape":"boolean", "documentation":"

Indicates whether the distribution is enabled.

" }, "domainName":{ "shape":"string", "documentation":"

The domain name of the distribution.

" }, "bundleId":{ "shape":"string", "documentation":"

The ID of the bundle currently applied to the distribution.

" }, "certificateName":{ "shape":"ResourceName", "documentation":"

The name of the SSL/TLS certificate attached to the distribution, if any.

" }, "origin":{ "shape":"Origin", "documentation":"

An object that describes the origin resource of the distribution, such as a Lightsail instance or load balancer.

The distribution pulls, caches, and serves content from the origin.

" }, "originPublicDNS":{ "shape":"string", "documentation":"

The public DNS of the origin.

" }, "defaultCacheBehavior":{ "shape":"CacheBehavior", "documentation":"

An object that describes the default cache behavior of the distribution.

" }, "cacheBehaviorSettings":{ "shape":"CacheSettings", "documentation":"

An object that describes the cache behavior settings of the distribution.

" }, "cacheBehaviors":{ "shape":"CacheBehaviorList", "documentation":"

An array of objects that describe the per-path cache behavior of the distribution.

" }, "ableToUpdateBundle":{ "shape":"boolean", "documentation":"

Indicates whether the bundle that is currently applied to your distribution, specified using the distributionName parameter, can be changed to another bundle.

Use the UpdateDistributionBundle action to change your distribution's bundle.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type of the distribution.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" } }, "documentation":"

Describes an Amazon Lightsail content delivery network (CDN) distribution.

" }, "LoadBalancer":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the load balancer (e.g., my-load-balancer).

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the load balancer.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about your Lightsail load balancer. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The date when your load balancer was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region where your load balancer was created (e.g., us-east-2a). Lightsail automatically creates your load balancer across Availability Zones.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type (e.g., LoadBalancer.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "dnsName":{ "shape":"NonEmptyString", "documentation":"

The DNS name of your Lightsail load balancer.

" }, "state":{ "shape":"LoadBalancerState", "documentation":"

The status of your load balancer. Valid values are below.

" }, "protocol":{ "shape":"LoadBalancerProtocol", "documentation":"

The protocol you have enabled for your load balancer. Valid values are below.

You can't just have HTTP_HTTPS, but you can have just HTTP.

" }, "publicPorts":{ "shape":"PortList", "documentation":"

An array of public port settings for your load balancer. For HTTP, use port 80. For HTTPS, use port 443.

" }, "healthCheckPath":{ "shape":"NonEmptyString", "documentation":"

The path you specified to perform your health checks. If no path is specified, the load balancer tries to make a request to the default (root) page.

" }, "instancePort":{ "shape":"integer", "documentation":"

The port where the load balancer will direct traffic to your Lightsail instances. For HTTP traffic, it's port 80. For HTTPS traffic, it's port 443.

" }, "instanceHealthSummary":{ "shape":"InstanceHealthSummaryList", "documentation":"

An array of InstanceHealthSummary objects describing the health of the load balancer.

" }, "tlsCertificateSummaries":{ "shape":"LoadBalancerTlsCertificateSummaryList", "documentation":"

An array of LoadBalancerTlsCertificateSummary objects that provide additional information about the SSL/TLS certificates. For example, if true, the certificate is attached to the load balancer.

" }, "configurationOptions":{ "shape":"LoadBalancerConfigurationOptions", "documentation":"

A string to string map of the configuration options for your load balancer. Valid values are listed below.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type of the load balancer.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

" } }, "documentation":"

Describes the Lightsail load balancer.

" }, "LoadBalancerAttributeName":{ "type":"string", "enum":[ "HealthCheckPath", "SessionStickinessEnabled", "SessionStickiness_LB_CookieDurationSeconds" ] }, "LoadBalancerConfigurationOptions":{ "type":"map", "key":{"shape":"LoadBalancerAttributeName"}, "value":{"shape":"string"} }, "LoadBalancerList":{ "type":"list", "member":{"shape":"LoadBalancer"} }, "LoadBalancerMetricName":{ "type":"string", "enum":[ "ClientTLSNegotiationErrorCount", "HealthyHostCount", "UnhealthyHostCount", "HTTPCode_LB_4XX_Count", "HTTPCode_LB_5XX_Count", "HTTPCode_Instance_2XX_Count", "HTTPCode_Instance_3XX_Count", "HTTPCode_Instance_4XX_Count", "HTTPCode_Instance_5XX_Count", "InstanceResponseTime", "RejectedConnectionCount", "RequestCount" ] }, "LoadBalancerProtocol":{ "type":"string", "enum":[ "HTTP_HTTPS", "HTTP" ] }, "LoadBalancerState":{ "type":"string", "enum":[ "active", "provisioning", "active_impaired", "failed", "unknown" ] }, "LoadBalancerTlsCertificate":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the SSL/TLS certificate (e.g., my-certificate).

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the SSL/TLS certificate.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about your Lightsail load balancer or SSL/TLS certificate. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The time when you created your SSL/TLS certificate.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region and Availability Zone where you created your certificate.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type (e.g., LoadBalancerTlsCertificate).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The load balancer name where your SSL/TLS certificate is attached.

" }, "isAttached":{ "shape":"boolean", "documentation":"

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

" }, "status":{ "shape":"LoadBalancerTlsCertificateStatus", "documentation":"

The validation status of the SSL/TLS certificate. Valid values are below.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name for your SSL/TLS certificate.

" }, "domainValidationRecords":{ "shape":"LoadBalancerTlsCertificateDomainValidationRecordList", "documentation":"

An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records.

" }, "failureReason":{ "shape":"LoadBalancerTlsCertificateFailureReason", "documentation":"

The validation failure reason, if any, of the certificate.

The following failure reasons are possible:

" }, "issuedAt":{ "shape":"IsoDate", "documentation":"

The time when the SSL/TLS certificate was issued.

" }, "issuer":{ "shape":"NonEmptyString", "documentation":"

The issuer of the certificate.

" }, "keyAlgorithm":{ "shape":"NonEmptyString", "documentation":"

The algorithm used to generate the key pair (the public and private key).

" }, "notAfter":{ "shape":"IsoDate", "documentation":"

The timestamp when the SSL/TLS certificate expires.

" }, "notBefore":{ "shape":"IsoDate", "documentation":"

The timestamp when the SSL/TLS certificate is first valid.

" }, "renewalSummary":{ "shape":"LoadBalancerTlsCertificateRenewalSummary", "documentation":"

An object that describes the status of the certificate renewal managed by Lightsail.

" }, "revocationReason":{ "shape":"LoadBalancerTlsCertificateRevocationReason", "documentation":"

The reason the certificate was revoked. This value is present only when the certificate status is REVOKED.

" }, "revokedAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate was revoked. This value is present only when the certificate status is REVOKED.

" }, "serial":{ "shape":"NonEmptyString", "documentation":"

The serial number of the certificate.

" }, "signatureAlgorithm":{ "shape":"NonEmptyString", "documentation":"

The algorithm that was used to sign the certificate.

" }, "subject":{ "shape":"NonEmptyString", "documentation":"

The name of the entity that is associated with the public key contained in the certificate.

" }, "subjectAlternativeNames":{ "shape":"StringList", "documentation":"

An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate.

" } }, "documentation":"

Describes a load balancer SSL/TLS certificate.

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

" }, "LoadBalancerTlsCertificateDomainStatus":{ "type":"string", "enum":[ "PENDING_VALIDATION", "FAILED", "SUCCESS" ] }, "LoadBalancerTlsCertificateDomainValidationOption":{ "type":"structure", "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The fully qualified domain name in the certificate request.

" }, "validationStatus":{ "shape":"LoadBalancerTlsCertificateDomainStatus", "documentation":"

The status of the domain validation. Valid values are listed below.

" } }, "documentation":"

Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.

" }, "LoadBalancerTlsCertificateDomainValidationOptionList":{ "type":"list", "member":{"shape":"LoadBalancerTlsCertificateDomainValidationOption"} }, "LoadBalancerTlsCertificateDomainValidationRecord":{ "type":"structure", "members":{ "name":{ "shape":"NonEmptyString", "documentation":"

A fully qualified domain name in the certificate. For example, example.com.

" }, "type":{ "shape":"NonEmptyString", "documentation":"

The type of validation record. For example, CNAME for domain validation.

" }, "value":{ "shape":"NonEmptyString", "documentation":"

The value for that type.

" }, "validationStatus":{ "shape":"LoadBalancerTlsCertificateDomainStatus", "documentation":"

The validation status. Valid values are listed below.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name against which your SSL/TLS certificate was validated.

" } }, "documentation":"

Describes the validation record of each domain name in the SSL/TLS certificate.

" }, "LoadBalancerTlsCertificateDomainValidationRecordList":{ "type":"list", "member":{"shape":"LoadBalancerTlsCertificateDomainValidationRecord"} }, "LoadBalancerTlsCertificateFailureReason":{ "type":"string", "enum":[ "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "OTHER" ] }, "LoadBalancerTlsCertificateList":{ "type":"list", "member":{"shape":"LoadBalancerTlsCertificate"} }, "LoadBalancerTlsCertificateRenewalStatus":{ "type":"string", "enum":[ "PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED" ] }, "LoadBalancerTlsCertificateRenewalSummary":{ "type":"structure", "members":{ "renewalStatus":{ "shape":"LoadBalancerTlsCertificateRenewalStatus", "documentation":"

The renewal status of the certificate.

The following renewal status are possible:

" }, "domainValidationOptions":{ "shape":"LoadBalancerTlsCertificateDomainValidationOptionList", "documentation":"

Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request.

" } }, "documentation":"

Contains information about the status of Lightsail's managed renewal for the certificate.

The renewal status of the certificate.

The following renewal status are possible:

" }, "LoadBalancerTlsCertificateRevocationReason":{ "type":"string", "enum":[ "UNSPECIFIED", "KEY_COMPROMISE", "CA_COMPROMISE", "AFFILIATION_CHANGED", "SUPERCEDED", "CESSATION_OF_OPERATION", "CERTIFICATE_HOLD", "REMOVE_FROM_CRL", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE" ] }, "LoadBalancerTlsCertificateStatus":{ "type":"string", "enum":[ "PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED", "UNKNOWN" ] }, "LoadBalancerTlsCertificateSummary":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the SSL/TLS certificate.

" }, "isAttached":{ "shape":"boolean", "documentation":"

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

" } }, "documentation":"

Provides a summary of SSL/TLS certificate metadata.

" }, "LoadBalancerTlsCertificateSummaryList":{ "type":"list", "member":{"shape":"LoadBalancerTlsCertificateSummary"} }, "LogEvent":{ "type":"structure", "members":{ "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the database log event was created.

" }, "message":{ "shape":"string", "documentation":"

The message of the database log event.

" } }, "documentation":"

Describes a database log event.

" }, "LogEventList":{ "type":"list", "member":{"shape":"LogEvent"} }, "MetricDatapoint":{ "type":"structure", "members":{ "average":{ "shape":"double", "documentation":"

The average.

" }, "maximum":{ "shape":"double", "documentation":"

The maximum.

" }, "minimum":{ "shape":"double", "documentation":"

The minimum.

" }, "sampleCount":{ "shape":"double", "documentation":"

The sample count.

" }, "sum":{ "shape":"double", "documentation":"

The sum.

" }, "timestamp":{ "shape":"timestamp", "documentation":"

The timestamp (e.g., 1479816991.349).

" }, "unit":{ "shape":"MetricUnit", "documentation":"

The unit.

" } }, "documentation":"

Describes the metric data point.

" }, "MetricDatapointList":{ "type":"list", "member":{"shape":"MetricDatapoint"} }, "MetricName":{ "type":"string", "enum":[ "CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System", "ClientTLSNegotiationErrorCount", "HealthyHostCount", "UnhealthyHostCount", "HTTPCode_LB_4XX_Count", "HTTPCode_LB_5XX_Count", "HTTPCode_Instance_2XX_Count", "HTTPCode_Instance_3XX_Count", "HTTPCode_Instance_4XX_Count", "HTTPCode_Instance_5XX_Count", "InstanceResponseTime", "RejectedConnectionCount", "RequestCount", "DatabaseConnections", "DiskQueueDepth", "FreeStorageSpace", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "BurstCapacityTime", "BurstCapacityPercentage" ] }, "MetricPeriod":{ "type":"integer", "max":86400, "min":60 }, "MetricStatistic":{ "type":"string", "enum":[ "Minimum", "Maximum", "Sum", "Average", "SampleCount" ] }, "MetricStatisticList":{ "type":"list", "member":{"shape":"MetricStatistic"} }, "MetricUnit":{ "type":"string", "enum":[ "Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None" ] }, "MonitoredResourceInfo":{ "type":"structure", "members":{ "arn":{ "shape":"ResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource being monitored.

" }, "name":{ "shape":"ResourceName", "documentation":"

The name of the Lightsail resource being monitored.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type of the resource being monitored.

Instances, load balancers, and relational databases are the only Lightsail resources that can currently be monitored by alarms.

" } }, "documentation":"

Describes resource being monitored by an alarm.

An alarm is a way to monitor your Amazon Lightsail resource metrics. For more information, see Alarms in Amazon Lightsail.

" }, "MonthlyTransfer":{ "type":"structure", "members":{ "gbPerMonthAllocated":{ "shape":"integer", "documentation":"

The amount allocated per month (in GB).

" } }, "documentation":"

Describes the monthly data transfer in and out of your virtual private server (or instance).

" }, "NetworkProtocol":{ "type":"string", "enum":[ "tcp", "all", "udp", "icmp" ] }, "NonEmptyString":{ "type":"string", "pattern":".*\\S.*" }, "NotFoundException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

Lightsail throws this exception when it cannot find a resource.

", "exception":true }, "NotificationTriggerList":{ "type":"list", "member":{"shape":"AlarmState"} }, "OpenInstancePublicPortsRequest":{ "type":"structure", "required":[ "portInfo", "instanceName" ], "members":{ "portInfo":{ "shape":"PortInfo", "documentation":"

An object to describe the ports to open for the specified instance.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance for which to open ports.

" } } }, "OpenInstancePublicPortsResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "Operation":{ "type":"structure", "members":{ "id":{ "shape":"NonEmptyString", "documentation":"

The ID of the operation.

" }, "resourceName":{ "shape":"ResourceName", "documentation":"

The resource name.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the operation was initialized (e.g., 1479816991.349).

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The AWS Region and Availability Zone.

" }, "isTerminal":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the operation is terminal.

" }, "operationDetails":{ "shape":"string", "documentation":"

Details about the operation (e.g., Debian-1GB-Ohio-1).

" }, "operationType":{ "shape":"OperationType", "documentation":"

The type of operation.

" }, "status":{ "shape":"OperationStatus", "documentation":"

The status of the operation.

" }, "statusChangedAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the status was changed (e.g., 1479816991.349).

" }, "errorCode":{ "shape":"string", "documentation":"

The error code.

" }, "errorDetails":{ "shape":"string", "documentation":"

The error details.

" } }, "documentation":"

Describes the API operation.

" }, "OperationFailureException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

Lightsail throws this exception when an operation fails to execute.

", "exception":true }, "OperationList":{ "type":"list", "member":{"shape":"Operation"} }, "OperationStatus":{ "type":"string", "enum":[ "NotStarted", "Started", "Failed", "Completed", "Succeeded" ] }, "OperationType":{ "type":"string", "enum":[ "DeleteKnownHostKeys", "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", "EnableAddOn", "DisableAddOn", "PutAlarm", "GetAlarms", "DeleteAlarm", "TestAlarm", "CreateContactMethod", "GetContactMethods", "SendContactMethodVerification", "DeleteContactMethod", "CreateDistribution", "UpdateDistribution", "DeleteDistribution", "ResetDistributionCache", "AttachCertificateToDistribution", "DetachCertificateFromDistribution", "UpdateDistributionBundle", "SetIpAddressType", "CreateCertificate", "DeleteCertificate", "CreateContainerService", "UpdateContainerService", "DeleteContainerService", "CreateContainerServiceDeployment", "CreateContainerServiceRegistryLogin", "RegisterContainerImage", "DeleteContainerImage" ] }, "Origin":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the origin resource.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type of the origin resource (e.g., Instance).

" }, "regionName":{ "shape":"RegionName", "documentation":"

The AWS Region name of the origin resource.

" }, "protocolPolicy":{ "shape":"OriginProtocolPolicyEnum", "documentation":"

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

" } }, "documentation":"

Describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a Lightsail instance or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers via a worldwide network of edge servers.

" }, "OriginProtocolPolicyEnum":{ "type":"string", "enum":[ "http-only", "https-only" ] }, "PasswordData":{ "type":"structure", "members":{ "ciphertext":{ "shape":"string", "documentation":"

The encrypted password. Ciphertext will be an empty string if access to your new instance is not ready yet. When you create an instance, it can take up to 15 minutes for the instance to be ready.

If you use the default key pair (LightsailDefaultKeyPair), the decrypted password will be available in the password field.

If you are using a custom key pair, you need to use your own means of decryption.

If you change the Administrator password on the instance, Lightsail will continue to return the original ciphertext value. When accessing the instance using RDP, you need to manually enter the Administrator password after changing it from the default.

" }, "keyPairName":{ "shape":"ResourceName", "documentation":"

The name of the key pair that you used when creating your instance. If no key pair name was specified when creating the instance, Lightsail uses the default key pair (LightsailDefaultKeyPair).

If you are using a custom key pair, you need to use your own means of decrypting your password using the ciphertext. Lightsail creates the ciphertext by encrypting your password with the public key part of this key pair.

" } }, "documentation":"

The password data for the Windows Server-based instance, including the ciphertext and the key pair name.

" }, "PeerVpcRequest":{ "type":"structure", "members":{ } }, "PeerVpcResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "PendingMaintenanceAction":{ "type":"structure", "members":{ "action":{ "shape":"NonEmptyString", "documentation":"

The type of pending database maintenance action.

" }, "description":{ "shape":"NonEmptyString", "documentation":"

Additional detail about the pending database maintenance action.

" }, "currentApplyDate":{ "shape":"IsoDate", "documentation":"

The effective date of the pending database maintenance action.

" } }, "documentation":"

Describes a pending database maintenance action.

" }, "PendingMaintenanceActionList":{ "type":"list", "member":{"shape":"PendingMaintenanceAction"} }, "PendingModifiedRelationalDatabaseValues":{ "type":"structure", "members":{ "masterUserPassword":{ "shape":"string", "documentation":"

The password for the master user of the database.

" }, "engineVersion":{ "shape":"string", "documentation":"

The database engine version.

" }, "backupRetentionEnabled":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether automated backup retention is enabled.

" } }, "documentation":"

Describes a pending database value modification.

" }, "Port":{ "type":"integer", "max":65535, "min":-1 }, "PortAccessType":{ "type":"string", "enum":[ "Public", "Private" ] }, "PortInfo":{ "type":"structure", "members":{ "fromPort":{ "shape":"Port", "documentation":"

The first port in a range of open ports on an instance.

Allowed ports:

" }, "toPort":{ "shape":"Port", "documentation":"

The last port in a range of open ports on an instance.

Allowed ports:

" }, "protocol":{ "shape":"NetworkProtocol", "documentation":"

The IP protocol name.

The name can be one of the following:

" }, "cidrs":{ "shape":"StringList", "documentation":"

The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.

The ipv6Cidrs parameter lists the IPv6 addresses that are allowed to connect to an instance.

Examples:

For more information about CIDR block notation, see Classless Inter-Domain Routing on Wikipedia.

" }, "ipv6Cidrs":{ "shape":"StringList", "documentation":"

The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol. Only devices with an IPv6 address can connect to an instance through IPv6; otherwise, IPv4 should be used.

The cidrs parameter lists the IPv4 addresses that are allowed to connect to an instance.

For more information about CIDR block notation, see Classless Inter-Domain Routing on Wikipedia.

" }, "cidrListAliases":{ "shape":"StringList", "documentation":"

An alias that defines access for a preconfigured range of IP addresses.

The only alias currently supported is lightsail-connect, which allows IP addresses of the browser-based RDP/SSH client in the Lightsail console to connect to your instance.

" } }, "documentation":"

Describes ports to open on an instance, the IP addresses allowed to connect to the instance through the ports, and the protocol.

" }, "PortInfoList":{ "type":"list", "member":{"shape":"PortInfo"} }, "PortInfoSourceType":{ "type":"string", "enum":[ "DEFAULT", "INSTANCE", "NONE", "CLOSED" ] }, "PortList":{ "type":"list", "member":{"shape":"Port"} }, "PortMap":{ "type":"map", "key":{"shape":"string"}, "value":{"shape":"ContainerServiceProtocol"} }, "PortState":{ "type":"string", "enum":[ "open", "closed" ] }, "PutAlarmRequest":{ "type":"structure", "required":[ "alarmName", "metricName", "monitoredResourceName", "comparisonOperator", "threshold", "evaluationPeriods" ], "members":{ "alarmName":{ "shape":"ResourceName", "documentation":"

The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

" }, "metricName":{ "shape":"MetricName", "documentation":"

The name of the metric to associate with the alarm.

You can configure up to two alarms per metric.

The following metrics are available for each resource type:

For more information about these metrics, see Metrics available in Lightsail.

" }, "monitoredResourceName":{ "shape":"ResourceName", "documentation":"

The name of the Lightsail resource that will be monitored.

Instances, load balancers, and relational databases are the only Lightsail resources that can currently be monitored by alarms.

" }, "comparisonOperator":{ "shape":"ComparisonOperator", "documentation":"

The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

" }, "threshold":{ "shape":"double", "documentation":"

The value against which the specified statistic is compared.

" }, "evaluationPeriods":{ "shape":"integer", "documentation":"

The number of most recent periods over which data is compared to the specified threshold. If you are setting an \"M out of N\" alarm, this value (evaluationPeriods) is the N.

If you are setting an alarm that requires that a number of consecutive data points be breaching to trigger the alarm, this value specifies the rolling period of time in which data points are evaluated.

Each evaluation period is five minutes long. For example, specify an evaluation period of 24 to evaluate a metric over a rolling period of two hours.

You can specify a minimum valuation period of 1 (5 minutes), and a maximum evaluation period of 288 (24 hours).

" }, "datapointsToAlarm":{ "shape":"integer", "documentation":"

The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an \"M out of N\" alarm, this value (datapointsToAlarm) is the M.

" }, "treatMissingData":{ "shape":"TreatMissingData", "documentation":"

Sets how this alarm will handle missing data points.

An alarm can treat missing data in the following ways:

If treatMissingData is not specified, the default behavior of missing is used.

" }, "contactProtocols":{ "shape":"ContactProtocolsList", "documentation":"

The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

A notification is sent via the specified contact protocol if notifications are enabled for the alarm, and when the alarm is triggered.

A notification is not sent if a contact protocol is not specified, if the specified contact protocol is not configured in the AWS Region, or if notifications are not enabled for the alarm using the notificationEnabled paramater.

Use the CreateContactMethod action to configure a contact protocol in an AWS Region.

" }, "notificationTriggers":{ "shape":"NotificationTriggerList", "documentation":"

The alarm states that trigger a notification.

An alarm has the following possible states:

When you specify a notification trigger, the ALARM state must be specified. The INSUFFICIENT_DATA and OK states can be specified in addition to the ALARM state.

The notification trigger defaults to ALARM if you don't specify this parameter.

" }, "notificationEnabled":{ "shape":"boolean", "documentation":"

Indicates whether the alarm is enabled.

Notifications are enabled by default if you don't specify this parameter.

" } } }, "PutAlarmResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "PutInstancePublicPortsRequest":{ "type":"structure", "required":[ "portInfos", "instanceName" ], "members":{ "portInfos":{ "shape":"PortInfoList", "documentation":"

An array of objects to describe the ports to open for the specified instance.

" }, "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance for which to open ports.

" } } }, "PutInstancePublicPortsResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "QueryStringObject":{ "type":"structure", "members":{ "option":{ "shape":"boolean", "documentation":"

Indicates whether the distribution forwards and caches based on query strings.

" }, "queryStringsAllowList":{ "shape":"StringList", "documentation":"

The specific query strings that the distribution forwards to the origin.

Your distribution will cache content based on the specified query strings.

If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList parameter.

" } }, "documentation":"

Describes the query string parameters that an Amazon Lightsail content delivery network (CDN) distribution to bases caching on.

For the query strings that you specify, your distribution caches separate versions of the specified content based on the query string values in viewer requests.

" }, "RebootInstanceRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance to reboot.

" } } }, "RebootInstanceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "RebootRelationalDatabaseRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database to reboot.

" } } }, "RebootRelationalDatabaseResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "RecordState":{ "type":"string", "enum":[ "Started", "Succeeded", "Failed" ] }, "Region":{ "type":"structure", "members":{ "continentCode":{ "shape":"string", "documentation":"

The continent code (e.g., NA, meaning North America).

" }, "description":{ "shape":"string", "documentation":"

The description of the AWS Region (e.g., This region is recommended to serve users in the eastern United States and eastern Canada).

" }, "displayName":{ "shape":"string", "documentation":"

The display name (e.g., Ohio).

" }, "name":{ "shape":"RegionName", "documentation":"

The region name (e.g., us-east-2).

" }, "availabilityZones":{ "shape":"AvailabilityZoneList", "documentation":"

The Availability Zones. Follows the format us-east-2a (case-sensitive).

" }, "relationalDatabaseAvailabilityZones":{ "shape":"AvailabilityZoneList", "documentation":"

The Availability Zones for databases. Follows the format us-east-2a (case-sensitive).

" } }, "documentation":"

Describes the AWS Region.

" }, "RegionList":{ "type":"list", "member":{"shape":"Region"} }, "RegionName":{ "type":"string", "enum":[ "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" ] }, "RegisterContainerImageRequest":{ "type":"structure", "required":[ "serviceName", "label", "digest" ], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service for which to register a container image.

" }, "label":{ "shape":"ContainerLabel", "documentation":"

The label for the container image when it's registered to the container service.

Use a descriptive label that you can use to track the different versions of your registered container images.

Use the GetContainerImages action to return the container images registered to a Lightsail container service. The label is the <imagelabel> portion of the following image name example:

If the name of your container service is mycontainerservice, and the label that you specify is mystaticwebsite, then the name of the registered container image will be :mycontainerservice.mystaticwebsite.1.

The number at the end of these image name examples represents the version of the registered container image. If you push and register another container image to the same Lightsail container service, with the same label, then the version number for the new registered container image will be 2. If you push and register another container image, the version number will be 3, and so on.

" }, "digest":{ "shape":"string", "documentation":"

The digest of the container image to be registered.

" } } }, "RegisterContainerImageResult":{ "type":"structure", "members":{ "containerImage":{"shape":"ContainerImage"} } }, "RelationalDatabase":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The unique name of the database resource in Lightsail.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the database.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code for the database. Include this code in your email to support when you have questions about a database in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the database was created. Formatted in Unix time.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The Region name and Availability Zone where the database is located.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type for the database (for example, RelationalDatabase).

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "relationalDatabaseBlueprintId":{ "shape":"NonEmptyString", "documentation":"

The blueprint ID for the database. A blueprint describes the major engine version of a database.

" }, "relationalDatabaseBundleId":{ "shape":"NonEmptyString", "documentation":"

The bundle ID for the database. A bundle describes the performance specifications for your database.

" }, "masterDatabaseName":{ "shape":"string", "documentation":"

The name of the master database created when the Lightsail database resource is created.

" }, "hardware":{ "shape":"RelationalDatabaseHardware", "documentation":"

Describes the hardware of the database.

" }, "state":{ "shape":"NonEmptyString", "documentation":"

Describes the current state of the database.

" }, "secondaryAvailabilityZone":{ "shape":"string", "documentation":"

Describes the secondary Availability Zone of a high availability database.

The secondary database is used for failover support of a high availability database.

" }, "backupRetentionEnabled":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether automated backup retention is enabled for the database.

" }, "pendingModifiedValues":{ "shape":"PendingModifiedRelationalDatabaseValues", "documentation":"

Describes pending database value modifications.

" }, "engine":{ "shape":"NonEmptyString", "documentation":"

The database software (for example, MySQL).

" }, "engineVersion":{ "shape":"NonEmptyString", "documentation":"

The database engine version (for example, 5.7.23).

" }, "latestRestorableTime":{ "shape":"IsoDate", "documentation":"

The latest point in time to which the database can be restored. Formatted in Unix time.

" }, "masterUsername":{ "shape":"NonEmptyString", "documentation":"

The master user name of the database.

" }, "parameterApplyStatus":{ "shape":"NonEmptyString", "documentation":"

The status of parameter updates for the database.

" }, "preferredBackupWindow":{ "shape":"NonEmptyString", "documentation":"

The daily time range during which automated backups are created for the database (for example, 16:00-16:30).

" }, "preferredMaintenanceWindow":{ "shape":"NonEmptyString", "documentation":"

The weekly time range during which system maintenance can occur on the database.

In the format ddd:hh24:mi-ddd:hh24:mi. For example, Tue:17:00-Tue:17:30.

" }, "publiclyAccessible":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the database is publicly accessible.

" }, "masterEndpoint":{ "shape":"RelationalDatabaseEndpoint", "documentation":"

The master endpoint for the database.

" }, "pendingMaintenanceActions":{ "shape":"PendingMaintenanceActionList", "documentation":"

Describes the pending maintenance actions for the database.

" }, "caCertificateIdentifier":{ "shape":"string", "documentation":"

The certificate associated with the database.

" } }, "documentation":"

Describes a database.

" }, "RelationalDatabaseBlueprint":{ "type":"structure", "members":{ "blueprintId":{ "shape":"string", "documentation":"

The ID for the database blueprint.

" }, "engine":{ "shape":"RelationalDatabaseEngine", "documentation":"

The database software of the database blueprint (for example, MySQL).

" }, "engineVersion":{ "shape":"string", "documentation":"

The database engine version for the database blueprint (for example, 5.7.23).

" }, "engineDescription":{ "shape":"string", "documentation":"

The description of the database engine for the database blueprint.

" }, "engineVersionDescription":{ "shape":"string", "documentation":"

The description of the database engine version for the database blueprint.

" }, "isEngineDefault":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the engine version is the default for the database blueprint.

" } }, "documentation":"

Describes a database image, or blueprint. A blueprint describes the major engine version of a database.

" }, "RelationalDatabaseBlueprintList":{ "type":"list", "member":{"shape":"RelationalDatabaseBlueprint"} }, "RelationalDatabaseBundle":{ "type":"structure", "members":{ "bundleId":{ "shape":"string", "documentation":"

The ID for the database bundle.

" }, "name":{ "shape":"string", "documentation":"

The name for the database bundle.

" }, "price":{ "shape":"float", "documentation":"

The cost of the database bundle in US currency.

" }, "ramSizeInGb":{ "shape":"float", "documentation":"

The amount of RAM in GB (for example, 2.0) for the database bundle.

" }, "diskSizeInGb":{ "shape":"integer", "documentation":"

The size of the disk for the database bundle.

" }, "transferPerMonthInGb":{ "shape":"integer", "documentation":"

The data transfer rate per month in GB for the database bundle.

" }, "cpuCount":{ "shape":"integer", "documentation":"

The number of virtual CPUs (vCPUs) for the database bundle.

" }, "isEncrypted":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the database bundle is encrypted.

" }, "isActive":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the database bundle is active.

" } }, "documentation":"

Describes a database bundle. A bundle describes the performance specifications of the database.

" }, "RelationalDatabaseBundleList":{ "type":"list", "member":{"shape":"RelationalDatabaseBundle"} }, "RelationalDatabaseEndpoint":{ "type":"structure", "members":{ "port":{ "shape":"integer", "documentation":"

Specifies the port that the database is listening on.

" }, "address":{ "shape":"NonEmptyString", "documentation":"

Specifies the DNS address of the database.

" } }, "documentation":"

Describes an endpoint for a database.

" }, "RelationalDatabaseEngine":{ "type":"string", "enum":["mysql"] }, "RelationalDatabaseEvent":{ "type":"structure", "members":{ "resource":{ "shape":"ResourceName", "documentation":"

The database that the database event relates to.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the database event was created.

" }, "message":{ "shape":"string", "documentation":"

The message of the database event.

" }, "eventCategories":{ "shape":"StringList", "documentation":"

The category that the database event belongs to.

" } }, "documentation":"

Describes an event for a database.

" }, "RelationalDatabaseEventList":{ "type":"list", "member":{"shape":"RelationalDatabaseEvent"} }, "RelationalDatabaseHardware":{ "type":"structure", "members":{ "cpuCount":{ "shape":"integer", "documentation":"

The number of vCPUs for the database.

" }, "diskSizeInGb":{ "shape":"integer", "documentation":"

The size of the disk for the database.

" }, "ramSizeInGb":{ "shape":"float", "documentation":"

The amount of RAM in GB for the database.

" } }, "documentation":"

Describes the hardware of a database.

" }, "RelationalDatabaseList":{ "type":"list", "member":{"shape":"RelationalDatabase"} }, "RelationalDatabaseMetricName":{ "type":"string", "enum":[ "CPUUtilization", "DatabaseConnections", "DiskQueueDepth", "FreeStorageSpace", "NetworkReceiveThroughput", "NetworkTransmitThroughput" ] }, "RelationalDatabaseParameter":{ "type":"structure", "members":{ "allowedValues":{ "shape":"string", "documentation":"

Specifies the valid range of values for the parameter.

" }, "applyMethod":{ "shape":"string", "documentation":"

Indicates when parameter updates are applied.

Can be immediate or pending-reboot.

" }, "applyType":{ "shape":"string", "documentation":"

Specifies the engine-specific parameter type.

" }, "dataType":{ "shape":"string", "documentation":"

Specifies the valid data type for the parameter.

" }, "description":{ "shape":"string", "documentation":"

Provides a description of the parameter.

" }, "isModifiable":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the parameter can be modified.

" }, "parameterName":{ "shape":"string", "documentation":"

Specifies the name of the parameter.

" }, "parameterValue":{ "shape":"string", "documentation":"

Specifies the value of the parameter.

" } }, "documentation":"

Describes the parameters of a database.

" }, "RelationalDatabaseParameterList":{ "type":"list", "member":{"shape":"RelationalDatabaseParameter"} }, "RelationalDatabasePasswordVersion":{ "type":"string", "enum":[ "CURRENT", "PREVIOUS", "PENDING" ] }, "RelationalDatabaseSnapshot":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the database snapshot.

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the database snapshot.

" }, "supportCode":{ "shape":"string", "documentation":"

The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the database snapshot was created.

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The Region name and Availability Zone where the database snapshot is located.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The Lightsail resource type.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "engine":{ "shape":"NonEmptyString", "documentation":"

The software of the database snapshot (for example, MySQL)

" }, "engineVersion":{ "shape":"NonEmptyString", "documentation":"

The database engine version for the database snapshot (for example, 5.7.23).

" }, "sizeInGb":{ "shape":"integer", "documentation":"

The size of the disk in GB (for example, 32) for the database snapshot.

" }, "state":{ "shape":"NonEmptyString", "documentation":"

The state of the database snapshot.

" }, "fromRelationalDatabaseName":{ "shape":"NonEmptyString", "documentation":"

The name of the source database from which the database snapshot was created.

" }, "fromRelationalDatabaseArn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the database from which the database snapshot was created.

" }, "fromRelationalDatabaseBundleId":{ "shape":"string", "documentation":"

The bundle ID of the database from which the database snapshot was created.

" }, "fromRelationalDatabaseBlueprintId":{ "shape":"string", "documentation":"

The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.

" } }, "documentation":"

Describes a database snapshot.

" }, "RelationalDatabaseSnapshotList":{ "type":"list", "member":{"shape":"RelationalDatabaseSnapshot"} }, "ReleaseStaticIpRequest":{ "type":"structure", "required":["staticIpName"], "members":{ "staticIpName":{ "shape":"ResourceName", "documentation":"

The name of the static IP to delete.

" } } }, "ReleaseStaticIpResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "RenewalStatus":{ "type":"string", "enum":[ "PendingAutoRenewal", "PendingValidation", "Success", "Failed" ] }, "RenewalStatusReason":{"type":"string"}, "RenewalSummary":{ "type":"structure", "members":{ "domainValidationRecords":{ "shape":"DomainValidationRecordList", "documentation":"

An array of objects that describe the domain validation records of the certificate.

" }, "renewalStatus":{ "shape":"RenewalStatus", "documentation":"

The renewal status of the certificate.

The following renewal status are possible:

" }, "renewalStatusReason":{ "shape":"RenewalStatusReason", "documentation":"

The reason for the renewal status of the certificate.

" }, "updatedAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the certificate was last updated.

" } }, "documentation":"

Describes the status of a SSL/TLS certificate renewal managed by Amazon Lightsail.

" }, "RequestFailureReason":{"type":"string"}, "ResetDistributionCacheRequest":{ "type":"structure", "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution for which to reset cache.

Use the GetDistributions action to get a list of distribution names that you can specify.

" } } }, "ResetDistributionCacheResult":{ "type":"structure", "members":{ "status":{ "shape":"string", "documentation":"

The status of the reset cache request.

" }, "createTime":{ "shape":"IsoDate", "documentation":"

The timestamp of the reset cache request (e.g., 1479734909.17) in Unix time format.

" }, "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "ResourceArn":{ "type":"string", "pattern":"^arn:(aws[^:]*):([a-zA-Z0-9-]+):([a-z0-9-]+):([0-9]+):([a-zA-Z]+)/([a-zA-Z0-9-]+)$" }, "ResourceLocation":{ "type":"structure", "members":{ "availabilityZone":{ "shape":"string", "documentation":"

The Availability Zone. Follows the format us-east-2a (case-sensitive).

" }, "regionName":{ "shape":"RegionName", "documentation":"

The AWS Region name.

" } }, "documentation":"

Describes the resource location.

" }, "ResourceName":{ "type":"string", "pattern":"\\w[\\w\\-]*\\w" }, "ResourceNameList":{ "type":"list", "member":{"shape":"ResourceName"} }, "ResourceRecord":{ "type":"structure", "members":{ "name":{ "shape":"string", "documentation":"

The name of the record.

" }, "type":{ "shape":"string", "documentation":"

The DNS record type.

" }, "value":{ "shape":"string", "documentation":"

The value for the DNS record.

" } }, "documentation":"

Describes the domain name system (DNS) records to add to your domain's DNS to validate it for an Amazon Lightsail certificate.

" }, "ResourceType":{ "type":"string", "enum":[ "ContainerService", "Instance", "StaticIp", "KeyPair", "InstanceSnapshot", "Domain", "PeeredVpc", "LoadBalancer", "LoadBalancerTlsCertificate", "Disk", "DiskSnapshot", "RelationalDatabase", "RelationalDatabaseSnapshot", "ExportSnapshotRecord", "CloudFormationStackRecord", "Alarm", "ContactMethod", "Distribution", "Certificate" ] }, "RevocationReason":{"type":"string"}, "SendContactMethodVerificationRequest":{ "type":"structure", "required":["protocol"], "members":{ "protocol":{ "shape":"ContactMethodVerificationProtocol", "documentation":"

The protocol to verify, such as Email or SMS (text messaging).

" } } }, "SendContactMethodVerificationResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "SensitiveString":{ "type":"string", "sensitive":true }, "SerialNumber":{"type":"string"}, "ServiceException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

A general service exception.

", "exception":true, "fault":true }, "SetIpAddressTypeRequest":{ "type":"structure", "required":[ "resourceType", "resourceName", "ipAddressType" ], "members":{ "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type.

The possible values are Distribution, Instance, and LoadBalancer.

Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region. Set your AWS Region configuration to us-east-1 to create, view, or edit distributions.

" }, "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the resource for which to set the IP address type.

" }, "ipAddressType":{ "shape":"IpAddressType", "documentation":"

The IP address type to set for the specified resource.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

" } } }, "SetIpAddressTypeResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "StartInstanceRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance (a virtual private server) to start.

" } } }, "StartInstanceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "StartRelationalDatabaseRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database to start.

" } } }, "StartRelationalDatabaseResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "StaticIp":{ "type":"structure", "members":{ "name":{ "shape":"ResourceName", "documentation":"

The name of the static IP (e.g., StaticIP-Ohio-EXAMPLE).

" }, "arn":{ "shape":"NonEmptyString", "documentation":"

The Amazon Resource Name (ARN) of the static IP (e.g., arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).

" }, "supportCode":{ "shape":"string", "documentation":"

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

" }, "createdAt":{ "shape":"IsoDate", "documentation":"

The timestamp when the static IP was created (e.g., 1479735304.222).

" }, "location":{ "shape":"ResourceLocation", "documentation":"

The region and Availability Zone where the static IP was created.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The resource type (usually StaticIp).

" }, "ipAddress":{ "shape":"IpAddress", "documentation":"

The static IP address.

" }, "attachedTo":{ "shape":"ResourceName", "documentation":"

The instance where the static IP is attached (e.g., Amazon_Linux-1GB-Ohio-1).

" }, "isAttached":{ "shape":"boolean", "documentation":"

A Boolean value indicating whether the static IP is attached.

" } }, "documentation":"

Describes the static IP.

" }, "StaticIpList":{ "type":"list", "member":{"shape":"StaticIp"} }, "StopInstanceRequest":{ "type":"structure", "required":["instanceName"], "members":{ "instanceName":{ "shape":"ResourceName", "documentation":"

The name of the instance (a virtual private server) to stop.

" }, "force":{ "shape":"boolean", "documentation":"

When set to True, forces a Lightsail instance that is stuck in a stopping state to stop.

Only use the force parameter if your instance is stuck in the stopping state. In any other state, your instance should stop normally without adding this parameter to your API request.

" } } }, "StopInstanceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "StopRelationalDatabaseRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database to stop.

" }, "relationalDatabaseSnapshotName":{ "shape":"ResourceName", "documentation":"

The name of your new database snapshot to be created before stopping your database.

" } } }, "StopRelationalDatabaseResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "StringList":{ "type":"list", "member":{"shape":"string"} }, "StringMax256":{ "type":"string", "max":256, "min":1 }, "SubjectAlternativeNameList":{ "type":"list", "member":{"shape":"DomainName"} }, "Tag":{ "type":"structure", "members":{ "key":{ "shape":"TagKey", "documentation":"

The key of the tag.

Constraints: Tag keys accept a maximum of 128 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @

" }, "value":{ "shape":"TagValue", "documentation":"

The value of the tag.

Constraints: Tag values accept a maximum of 256 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @

" } }, "documentation":"

Describes a tag key and optional value assigned to an Amazon Lightsail resource.

For more information about tags in Lightsail, see the Lightsail Dev Guide.

" }, "TagKey":{"type":"string"}, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagList":{ "type":"list", "member":{"shape":"Tag"} }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceName", "tags" ], "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the resource to which you are adding tags.

" }, "resourceArn":{ "shape":"ResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource to which you want to add a tag.

" }, "tags":{ "shape":"TagList", "documentation":"

The tag key and optional value.

" } } }, "TagResourceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "TagValue":{"type":"string"}, "TestAlarmRequest":{ "type":"structure", "required":[ "alarmName", "state" ], "members":{ "alarmName":{ "shape":"ResourceName", "documentation":"

The name of the alarm to test.

" }, "state":{ "shape":"AlarmState", "documentation":"

The alarm state to test.

An alarm has the following possible states that can be tested:

" } } }, "TestAlarmResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "TimeOfDay":{ "type":"string", "pattern":"^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$" }, "TreatMissingData":{ "type":"string", "enum":[ "breaching", "notBreaching", "ignore", "missing" ] }, "UnauthenticatedException":{ "type":"structure", "members":{ "code":{"shape":"string"}, "docs":{"shape":"string"}, "message":{"shape":"string"}, "tip":{"shape":"string"} }, "documentation":"

Lightsail throws this exception when the user has not been authenticated.

", "exception":true }, "UnpeerVpcRequest":{ "type":"structure", "members":{ } }, "UnpeerVpcResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceName", "tagKeys" ], "members":{ "resourceName":{ "shape":"ResourceName", "documentation":"

The name of the resource from which you are removing a tag.

" }, "resourceArn":{ "shape":"ResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource from which you want to remove a tag.

" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

The tag keys to delete from the specified resource.

" } } }, "UntagResourceResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "UpdateContainerServiceRequest":{ "type":"structure", "required":["serviceName"], "members":{ "serviceName":{ "shape":"ContainerServiceName", "documentation":"

The name of the container service to update.

" }, "power":{ "shape":"ContainerServicePowerName", "documentation":"

The power for the container service.

The power specifies the amount of memory, vCPUs, and base monthly cost of each node of the container service. The power and scale of a container service makes up its configured capacity. To determine the monthly price of your container service, multiply the base price of the power with the scale (the number of nodes) of the service.

Use the GetContainerServicePowers action to view the specifications of each power option.

" }, "scale":{ "shape":"ContainerServiceScale", "documentation":"

The scale for the container service.

The scale specifies the allocated compute nodes of the container service. The power and scale of a container service makes up its configured capacity. To determine the monthly price of your container service, multiply the base price of the power with the scale (the number of nodes) of the service.

" }, "isDisabled":{ "shape":"boolean", "documentation":"

A Boolean value to indicate whether the container service is disabled.

" }, "publicDomainNames":{ "shape":"ContainerServicePublicDomains", "documentation":"

The public domain names to use with the container service, such as example.com and www.example.com.

You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.

If you don't specify public domain names, then you can use the default domain of the container service.

You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the CreateCertificate action to create a certificate for the public domain names you want to use with your container service.

You can specify public domain names using a string to array map as shown in the example later on this page.

" } } }, "UpdateContainerServiceResult":{ "type":"structure", "members":{ "containerService":{ "shape":"ContainerService", "documentation":"

An object that describes a container service.

" } } }, "UpdateDistributionBundleRequest":{ "type":"structure", "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution for which to update the bundle.

Use the GetDistributions action to get a list of distribution names that you can specify.

" }, "bundleId":{ "shape":"string", "documentation":"

The bundle ID of the new bundle to apply to your distribution.

Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can specify.

" } } }, "UpdateDistributionBundleResult":{ "type":"structure", "members":{ "operation":{"shape":"Operation"} } }, "UpdateDistributionRequest":{ "type":"structure", "required":["distributionName"], "members":{ "distributionName":{ "shape":"ResourceName", "documentation":"

The name of the distribution to update.

Use the GetDistributions action to get a list of distribution names that you can specify.

" }, "origin":{ "shape":"InputOrigin", "documentation":"

An object that describes the origin resource for the distribution, such as a Lightsail instance or load balancer.

The distribution pulls, caches, and serves content from the origin.

" }, "defaultCacheBehavior":{ "shape":"CacheBehavior", "documentation":"

An object that describes the default cache behavior for the distribution.

" }, "cacheBehaviorSettings":{ "shape":"CacheSettings", "documentation":"

An object that describes the cache behavior settings for the distribution.

The cacheBehaviorSettings specified in your UpdateDistributionRequest will replace your distribution's existing settings.

" }, "cacheBehaviors":{ "shape":"CacheBehaviorList", "documentation":"

An array of objects that describe the per-path cache behavior for the distribution.

" }, "isEnabled":{ "shape":"boolean", "documentation":"

Indicates whether to enable the distribution.

" } } }, "UpdateDistributionResult":{ "type":"structure", "members":{ "operation":{ "shape":"Operation", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "UpdateDomainEntryRequest":{ "type":"structure", "required":[ "domainName", "domainEntry" ], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The name of the domain recordset to update.

" }, "domainEntry":{ "shape":"DomainEntry", "documentation":"

An array of key-value pairs containing information about the domain entry.

" } } }, "UpdateDomainEntryResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "UpdateLoadBalancerAttributeRequest":{ "type":"structure", "required":[ "loadBalancerName", "attributeName", "attributeValue" ], "members":{ "loadBalancerName":{ "shape":"ResourceName", "documentation":"

The name of the load balancer that you want to modify (e.g., my-load-balancer.

" }, "attributeName":{ "shape":"LoadBalancerAttributeName", "documentation":"

The name of the attribute you want to update. Valid values are below.

" }, "attributeValue":{ "shape":"StringMax256", "documentation":"

The value that you want to specify for the attribute name.

" } } }, "UpdateLoadBalancerAttributeResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "UpdateRelationalDatabaseParametersRequest":{ "type":"structure", "required":[ "relationalDatabaseName", "parameters" ], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database for which to update parameters.

" }, "parameters":{ "shape":"RelationalDatabaseParameterList", "documentation":"

The database parameters to update.

" } } }, "UpdateRelationalDatabaseParametersResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "UpdateRelationalDatabaseRequest":{ "type":"structure", "required":["relationalDatabaseName"], "members":{ "relationalDatabaseName":{ "shape":"ResourceName", "documentation":"

The name of your database to update.

" }, "masterUserPassword":{ "shape":"SensitiveString", "documentation":"

The password for the master user of your database. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain 8 to 41 characters.

" }, "rotateMasterUserPassword":{ "shape":"boolean", "documentation":"

When true, the master user password is changed to a new strong password generated by Lightsail.

Use the get relational database master user password operation to get the new password.

" }, "preferredBackupWindow":{ "shape":"string", "documentation":"

The daily time range during which automated backups are created for your database if automated backups are enabled.

Constraints:

" }, "preferredMaintenanceWindow":{ "shape":"string", "documentation":"

The weekly time range during which system maintenance can occur on your database.

The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week.

Constraints:

" }, "enableBackupRetention":{ "shape":"boolean", "documentation":"

When true, enables automated backup retention for your database.

Updates are applied during the next maintenance window because this can result in an outage.

" }, "disableBackupRetention":{ "shape":"boolean", "documentation":"

When true, disables automated backup retention for your database.

Disabling backup retention deletes all automated database backups. Before disabling this, you may want to create a snapshot of your database using the create relational database snapshot operation.

Updates are applied during the next maintenance window because this can result in an outage.

" }, "publiclyAccessible":{ "shape":"boolean", "documentation":"

Specifies the accessibility options for your database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database.

" }, "applyImmediately":{ "shape":"boolean", "documentation":"

When true, applies changes immediately. When false, applies changes during the preferred maintenance window. Some changes may cause an outage.

Default: false

" }, "caCertificateIdentifier":{ "shape":"string", "documentation":"

Indicates the certificate that needs to be associated with the database.

" } } }, "UpdateRelationalDatabaseResult":{ "type":"structure", "members":{ "operations":{ "shape":"OperationList", "documentation":"

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

" } } }, "boolean":{"type":"boolean"}, "double":{"type":"double"}, "float":{"type":"float"}, "integer":{"type":"integer"}, "long":{"type":"long"}, "string":{"type":"string"}, "timestamp":{"type":"timestamp"} }, "documentation":"

Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build websites or web applications. It includes everything you need to launch your project quickly - instances (virtual private servers), container services, managed databases, SSD-based block storage, static IP addresses, load balancers, content delivery network (CDN) distributions, DNS management of registered domains, and resource snapshots (backups) - for a low, predictable monthly price.

You can manage your Lightsail resources using the Lightsail console, Lightsail API, AWS Command Line Interface (AWS CLI), or SDKs. For more information about Lightsail concepts and tasks, see the Lightsail Dev Guide.

This API Reference provides detailed information about the actions, data types, parameters, and errors of the Lightsail service. For more information about the supported AWS Regions, endpoints, and service quotas of the Lightsail service, see Amazon Lightsail Endpoints and Quotas in the AWS General Reference.

" }