'2.0', 'service' => '

Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) 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, storage buckets, 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, Command Line Interface (CLI), or SDKs. For more information about Lightsail concepts and tasks, see the Amazon Lightsail Developer 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 Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see Amazon Lightsail Endpoints and Quotas in the Amazon Web Services General Reference.

', 'operations' => [ 'AllocateStaticIp' => '

Allocates a static IP address.

', 'AttachCertificateToDistribution' => '

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 Amazon Web Services Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.

', 'AttachDisk' => '

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 Amazon Lightsail Developer Guide.

', 'AttachInstancesToLoadBalancer' => '

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 Developer Guide.

', 'AttachLoadBalancerTlsCertificate' => '

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 Amazon Lightsail Developer Guide.

', 'AttachStaticIp' => '

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

', 'CloseInstancePublicPorts' => '

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 Amazon Lightsail Developer Guide.

', 'CopySnapshot' => '

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 Amazon Web Services 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.

', 'CreateBucket' => '

Creates an Amazon Lightsail bucket.

A bucket is a cloud storage resource available in the Lightsail object storage service. Use buckets to store objects such as data and its descriptive metadata. For more information about buckets, see Buckets in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'CreateBucketAccessKey' => '

Creates a new access key for the specified Amazon Lightsail bucket. Access keys consist of an access key ID and corresponding secret access key.

Access keys grant full programmatic access to the specified bucket and its objects. You can have a maximum of two access keys per bucket. Use the GetBucketAccessKeys action to get a list of current access keys for a specific bucket. For more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the Amazon Lightsail Developer Guide.

The secretAccessKey value is returned only in response to the CreateBucketAccessKey action. You can get a secret access key only when you first create an access key; you cannot get the secret access key later. If you lose the secret access key, you must create a new access key.

', 'CreateCertificate' => '

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 Amazon Web Services Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.

', 'CreateCloudFormationStack' => '

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' => '

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 Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

', 'CreateContainerService' => '

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' => '

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 such as Amazon ECR Public, or from your local machine. For more information, see Creating container images for your Amazon Lightsail container services in the Amazon Lightsail Developer Guide.

', 'CreateContainerServiceRegistryLogin' => '

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 Amazon Lightsail Developer Guide.

', 'CreateDisk' => '

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 Amazon Lightsail Developer Guide.

', 'CreateDiskFromSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'CreateDiskSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'CreateDistribution' => '

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' => '

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 Amazon Lightsail Developer Guide.

', 'CreateDomainEntry' => '

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 Amazon Lightsail Developer Guide.

', 'CreateGUISessionAccessDetails' => '

Creates two URLs that are used to access a virtual computer’s graphical user interface (GUI) session. The primary URL initiates a web-based NICE DCV session to the virtual computer\'s application. The secondary URL initiates a web-based NICE DCV session to the virtual computer\'s operating session.

Use StartGUISession to open the session.

', 'CreateInstanceSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'CreateInstances' => '

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 Developer Guide.

', 'CreateInstancesFromSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'CreateKeyPair' => '

Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.

Use the DownloadDefaultKeyPair action to create a Lightsail default key pair in an Amazon Web Services Region where a default key pair does not currently exist.

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

', 'CreateLoadBalancer' => '

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 Amazon Lightsail Developer Guide.

', 'CreateLoadBalancerTlsCertificate' => '

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 Amazon Lightsail Developer Guide.

', 'CreateRelationalDatabase' => '

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 Amazon Lightsail Developer Guide.

', 'CreateRelationalDatabaseFromSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'CreateRelationalDatabaseSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteAlarm' => '

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' => '

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

', 'DeleteBucket' => '

Deletes a Amazon Lightsail bucket.

When you delete your bucket, the bucket name is released and can be reused for a new bucket in your account or another Amazon Web Services account.

', 'DeleteBucketAccessKey' => '

Deletes an access key for the specified Amazon Lightsail bucket.

We recommend that you delete an access key if the secret access key is compromised.

For more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'DeleteCertificate' => '

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' => '

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 Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

', 'DeleteContainerImage' => '

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

', 'DeleteContainerService' => '

Deletes your Amazon Lightsail container service.

', 'DeleteDisk' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteDiskSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteDistribution' => '

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

', 'DeleteDomain' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteDomainEntry' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteInstance' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteInstanceSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteKeyPair' => '

Deletes the specified key pair by removing the public key from Amazon Lightsail.

You can delete key pairs that were created using the ImportKeyPair and CreateKeyPair actions, as well as the Lightsail default key pair. A new default key pair will not be created unless you launch an instance without specifying a custom key pair, or you call the DownloadDefaultKeyPair API.

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 Amazon Lightsail Developer Guide.

', 'DeleteKnownHostKeys' => '

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' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteLoadBalancerTlsCertificate' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteRelationalDatabase' => '

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 Amazon Lightsail Developer Guide.

', 'DeleteRelationalDatabaseSnapshot' => '

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 Amazon Lightsail Developer Guide.

', 'DetachCertificateFromDistribution' => '

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' => '

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 Amazon Lightsail Developer Guide.

', 'DetachInstancesFromLoadBalancer' => '

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 Amazon Lightsail Developer Guide.

', 'DetachStaticIp' => '

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

', 'DisableAddOn' => '

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

', 'DownloadDefaultKeyPair' => '

Downloads the regional Amazon Lightsail default key pair.

This action also creates a Lightsail default key pair if a default key pair does not currently exist in the Amazon Web Services Region.

', 'EnableAddOn' => '

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

', 'ExportSnapshot' => '

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 Amazon Lightsail Developer 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' => '

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

', 'GetAlarms' => '

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' => '

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

', 'GetBlueprints' => '

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.

', 'GetBucketAccessKeys' => '

Returns the existing access key IDs for the specified Amazon Lightsail bucket.

This action does not return the secret access key value of an access key. You can get a secret access key only when you create it from the response of the CreateBucketAccessKey action. If you lose the secret access key, you must create a new access key.

', 'GetBucketBundles' => '

Returns the bundles that you can apply to a Amazon Lightsail bucket.

The bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a bucket.

Use the UpdateBucketBundle action to update the bundle for a bucket.

', 'GetBucketMetricData' => '

Returns the data points of a specific metric for an Amazon Lightsail bucket.

Metrics report the utilization of a bucket. View and collect metric data regularly to monitor the number of objects stored in a bucket (including object versions) and the storage space used by those objects.

', 'GetBuckets' => '

Returns information about one or more Amazon Lightsail buckets. The information returned includes the synchronization status of the Amazon Simple Storage Service (Amazon S3) account-level block public access feature for your Lightsail buckets.

For more information about buckets, see Buckets in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'GetBundles' => '

Returns the bundles that you can apply to an Amazon Lightsail instance when you create it.

A bundle describes the specifications of an instance, such as the monthly cost, amount of memory, the number of vCPUs, amount of storage space, and monthly network data transfer quota.

Bundles are referred to as instance plans in the Lightsail console.

', 'GetCertificates' => '

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

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

', 'GetCloudFormationStackRecords' => '

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' => '

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 Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.

', 'GetContainerAPIMetadata' => '

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

', 'GetContainerImages' => '

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' => '

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 Amazon Web Services General Reference.

', 'GetContainerServiceDeployments' => '

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 Amazon Web Services General Reference.

', 'GetContainerServiceMetricData' => '

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' => '

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' => '

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

', 'GetCostEstimate' => '

Retrieves information about the cost estimate for a specified resource. A cost estimate will not generate for a resource that has been deleted.

', 'GetDisk' => '

Returns information about a specific block storage disk.

', 'GetDiskSnapshot' => '

Returns information about a specific block storage disk snapshot.

', 'GetDiskSnapshots' => '

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

', 'GetDisks' => '

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

', 'GetDistributionBundles' => '

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

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

', 'GetDistributionLatestCacheReset' => '

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

', 'GetDistributionMetricData' => '

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' => '

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

', 'GetDomain' => '

Returns information about a specific domain recordset.

', 'GetDomains' => '

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

', 'GetExportSnapshotRecords' => '

Returns all export snapshot records 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 CreateCloudFormationStack action.

', 'GetInstance' => '

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

', 'GetInstanceAccessDetails' => '

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 Amazon Lightsail Developer Guide.

', 'GetInstanceMetricData' => '

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' => '

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' => '

Returns information about a specific instance snapshot.

', 'GetInstanceSnapshots' => '

Returns all instance snapshots for the user\'s account.

', 'GetInstanceState' => '

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

', 'GetInstances' => '

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

', 'GetKeyPair' => '

Returns information about a specific key pair.

', 'GetKeyPairs' => '

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

', 'GetLoadBalancer' => '

Returns information about the specified Lightsail load balancer.

', 'GetLoadBalancerMetricData' => '

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' => '

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.

', 'GetLoadBalancerTlsPolicies' => '

Returns a list of TLS security policies that you can apply to Lightsail load balancers.

For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.

', 'GetLoadBalancers' => '

Returns information about all load balancers in an account.

', 'GetOperation' => '

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' => '

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' => '

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

', 'GetRegions' => '

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' => '

Returns information about a specific database in Amazon Lightsail.

', 'GetRelationalDatabaseBlueprints' => '

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' => '

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' => '

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

', 'GetRelationalDatabaseLogEvents' => '

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

', 'GetRelationalDatabaseLogStreams' => '

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

', 'GetRelationalDatabaseMasterUserPassword' => '

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' => '

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' => '

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' => '

Returns information about a specific database snapshot in Amazon Lightsail.

', 'GetRelationalDatabaseSnapshots' => '

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

', 'GetRelationalDatabases' => '

Returns information about all of your databases in Amazon Lightsail.

', 'GetStaticIp' => '

Returns information about an Amazon Lightsail static IP.

', 'GetStaticIps' => '

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

', 'ImportKeyPair' => '

Imports a public SSH key from a specific key pair.

', 'IsVpcPeered' => '

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

', 'OpenInstancePublicPorts' => '

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 Amazon Lightsail Developer Guide.

', 'PeerVpc' => '

Peers the Lightsail VPC with the user\'s default VPC.

', 'PutAlarm' => '

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' => '

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 Amazon Lightsail Developer Guide.

', 'RebootInstance' => '

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 Amazon Lightsail Developer Guide.

', 'RebootRelationalDatabase' => '

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 Amazon Lightsail Developer Guide.

', 'RegisterContainerImage' => '

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 Amazon Lightsail Developer Guide.

', 'ReleaseStaticIp' => '

Deletes a specific static IP from your account.

', 'ResetDistributionCache' => '

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' => '

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 Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services 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' => '

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.

', 'SetResourceAccessForBucket' => '

Sets the Amazon Lightsail resources that can access the specified Lightsail bucket.

Lightsail buckets currently support setting access for Lightsail instances in the same Amazon Web Services Region.

', 'StartGUISession' => '

Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application. The session will be active for 1 hour. Use this action to resume the session after it expires.

', 'StartInstance' => '

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 Amazon Lightsail Developer 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 Amazon Lightsail Developer Guide.

', 'StartRelationalDatabase' => '

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 Amazon Lightsail Developer Guide.

', 'StopGUISession' => '

Terminates a web-based NICE DCV session that’s used to access a virtual computer’s operating system or application. The session will close and any unsaved data will be lost.

', 'StopInstance' => '

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 Amazon Lightsail Developer 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 Amazon Lightsail Developer Guide.

', 'StopRelationalDatabase' => '

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 Amazon Lightsail Developer Guide.

', 'TagResource' => '

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 Amazon Lightsail Developer 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 Amazon Lightsail Developer Guide.

', 'TestAlarm' => '

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' => '

Unpeers the Lightsail VPC from the user\'s default VPC.

', 'UntagResource' => '

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 Amazon Lightsail Developer Guide.

', 'UpdateBucket' => '

Updates an existing Amazon Lightsail bucket.

Use this action to update the configuration of an existing bucket, such as versioning, public accessibility, and the Amazon Web Services accounts that can access the bucket.

', 'UpdateBucketBundle' => '

Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. You can update a bucket\'s bundle only one time within a monthly Amazon Web Services billing cycle. To determine if you can update a bucket\'s bundle, use the GetBuckets action. The ableToUpdateBundle parameter in the response will indicate whether you can currently update a bucket\'s bundle.

Update a bucket\'s bundle if it\'s consistently going over its storage space or data transfer quota, or if a bucket\'s usage is consistently in the lower range of its storage space or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might experience, we strongly recommend that you update a bucket\'s bundle only as a long-term strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle that will provide the bucket with ample storage space and data transfer for a long time to come.

', 'UpdateContainerService' => '

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

', 'UpdateDistribution' => '

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

Use this action to update the configuration of your existing distribution.

', 'UpdateDistributionBundle' => '

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 distribution.

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 Amazon Web Services 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' => '

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 Amazon Lightsail Developer Guide.

', 'UpdateInstanceMetadataOptions' => '

Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance. When you modify the parameters on a running instance, the GetInstance or GetInstances API operation initially responds with a state of pending. After the parameter modifications are successfully applied, the state changes to applied in subsequent GetInstance or GetInstances API calls. For more information, see Use IMDSv2 with an Amazon Lightsail instance in the Amazon Lightsail Developer Guide.

', 'UpdateLoadBalancerAttribute' => '

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 Amazon Lightsail Developer Guide.

', 'UpdateRelationalDatabase' => '

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 Amazon Lightsail Developer Guide.

', 'UpdateRelationalDatabaseParameters' => '

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 Amazon Lightsail Developer Guide.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

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

', 'refs' => [], ], 'AccessDirection' => [ 'base' => NULL, 'refs' => [ 'InstancePortInfo$accessDirection' => '

The access direction (inbound or outbound).

Lightsail currently supports only inbound access direction.

', ], ], 'AccessKey' => [ 'base' => '

Describes an access key for an Amazon Lightsail bucket.

Access keys grant full programmatic access to the specified bucket and its objects. You can have a maximum of two access keys per bucket. Use the CreateBucketAccessKey action to create an access key for a specific bucket. For more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the Amazon Lightsail Developer Guide.

The secretAccessKey value is returned only in response to the CreateBucketAccessKey action. You can get a secret access key only when you first create an access key; you cannot get the secret access key later. If you lose the secret access key, you must create a new access key.

', 'refs' => [ 'AccessKeyList$member' => NULL, 'CreateBucketAccessKeyResult$accessKey' => '

An object that describes the access key that is created.

', ], ], 'AccessKeyLastUsed' => [ 'base' => '

Describes the last time an access key was used.

This object does not include data in the response of a CreateBucketAccessKey action.

', 'refs' => [ 'AccessKey$lastUsed' => '

An object that describes the last time the access key was used.

This object does not include data in the response of a CreateBucketAccessKey action. If the access key has not been used, the region and serviceName values are N/A, and the lastUsedDate value is null.

', ], ], 'AccessKeyList' => [ 'base' => NULL, 'refs' => [ 'GetBucketAccessKeysResult$accessKeys' => '

An object that describes the access keys for the specified bucket.

', ], ], 'AccessReceiverList' => [ 'base' => NULL, 'refs' => [ 'Bucket$resourcesReceivingAccess' => '

An array of objects that describe Lightsail instances that have access to the bucket.

Use the SetResourceAccessForBucket action to update the instances that have access to a bucket.

', ], ], 'AccessRules' => [ 'base' => '

Describes the anonymous access permissions for an Amazon Lightsail bucket and its objects.

For more information about bucket access permissions, see Understanding bucket permissions in Amazon Lightsail in the

Amazon Lightsail Developer Guide.

', 'refs' => [ 'Bucket$accessRules' => '

An object that describes the access rules of the bucket.

', 'UpdateBucketRequest$accessRules' => '

An object that sets the public accessibility of objects in the specified bucket.

', ], ], 'AccessType' => [ 'base' => NULL, 'refs' => [ 'AccessRules$getObject' => '

Specifies the anonymous access to all objects in a bucket.

The following options can be specified:

', ], ], 'AccountLevelBpaSync' => [ 'base' => '

Describes the synchronization status of the Amazon Simple Storage Service (Amazon S3) account-level block public access (BPA) feature for your Lightsail buckets.

The account-level BPA feature of Amazon S3 provides centralized controls to limit public access to all Amazon S3 buckets in an account. BPA can make all Amazon S3 buckets in an Amazon Web Services account private regardless of the individual bucket and object permissions that are configured. Lightsail buckets take into account the Amazon S3 account-level BPA configuration when allowing or denying public access. To do this, Lightsail periodically fetches the account-level BPA configuration from Amazon S3. When the account-level BPA status is InSync, the Amazon S3 account-level BPA configuration is synchronized and it applies to your Lightsail buckets. For more information about Amazon Simple Storage Service account-level BPA and how it affects Lightsail buckets, see Block public access for buckets in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'GetBucketsResult$accountLevelBpaSync' => '

An object that describes the synchronization status of the Amazon S3 account-level block public access feature for your Lightsail buckets.

For more information about this feature and how it affects Lightsail buckets, see Block public access for buckets in Amazon Lightsail.

', ], ], 'AccountLevelBpaSyncStatus' => [ 'base' => NULL, 'refs' => [ 'AccountLevelBpaSync$status' => '

The status of the account-level BPA synchronization.

The following statuses are possible:

You might need to complete further actions if the status is Failed or Defaulted. The message parameter provides more information for those statuses.

', ], ], 'AccountSetupInProgressException' => [ 'base' => '

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

', 'refs' => [], ], 'AddOn' => [ 'base' => '

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

', 'refs' => [ 'AddOnList$member' => NULL, ], ], 'AddOnList' => [ 'base' => NULL, 'refs' => [ 'Disk$addOns' => '

An array of objects representing the add-ons enabled on the disk.

', 'Instance$addOns' => '

An array of objects representing the add-ons enabled on the instance.

', ], ], 'AddOnRequest' => [ 'base' => '

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.

', 'refs' => [ 'AddOnRequestList$member' => NULL, 'EnableAddOnRequest$addOnRequest' => '

An array of strings representing the add-on to enable or modify.

', ], ], 'AddOnRequestList' => [ 'base' => NULL, 'refs' => [ 'CreateDiskFromSnapshotRequest$addOns' => '

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

', 'CreateDiskRequest$addOns' => '

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

', 'CreateInstancesFromSnapshotRequest$addOns' => '

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

', 'CreateInstancesRequest$addOns' => '

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

', ], ], 'AddOnType' => [ 'base' => NULL, 'refs' => [ 'AddOnRequest$addOnType' => '

The add-on type.

', 'DisableAddOnRequest$addOnType' => '

The add-on type to disable.

', ], ], 'Alarm' => [ 'base' => '

Describes an alarm.

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

', 'refs' => [ 'AlarmsList$member' => NULL, ], ], 'AlarmState' => [ 'base' => NULL, 'refs' => [ 'Alarm$state' => '

The current state of the alarm.

An alarm has the following possible states:

', 'NotificationTriggerList$member' => NULL, 'TestAlarmRequest$state' => '

The alarm state to test.

An alarm has the following possible states that can be tested:

', ], ], 'AlarmsList' => [ 'base' => NULL, 'refs' => [ 'GetAlarmsResult$alarms' => '

An array of objects that describe the alarms.

', ], ], 'AllocateStaticIpRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateStaticIpResult' => [ 'base' => NULL, 'refs' => [], ], 'AppCategory' => [ 'base' => NULL, 'refs' => [ 'AppCategoryList$member' => NULL, 'Blueprint$appCategory' => '

Virtual computer blueprints that are supported by Lightsail for Research.

This parameter only applies to Lightsail for Research resources.

', 'GetBlueprintsRequest$appCategory' => '

Returns a list of blueprints that are specific to Lightsail for Research.

You must use this parameter to view Lightsail for Research blueprints.

', 'GetBundlesRequest$appCategory' => '

Returns a list of bundles that are specific to Lightsail for Research.

You must use this parameter to view Lightsail for Research bundles.

', ], ], 'AppCategoryList' => [ 'base' => NULL, 'refs' => [ 'Bundle$supportedAppCategories' => '

Virtual computer blueprints that are supported by a Lightsail for Research bundle.

This parameter only applies to Lightsail for Research resources.

', ], ], 'AttachCertificateToDistributionRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachCertificateToDistributionResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachDiskRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachDiskResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachInstancesToLoadBalancerRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachInstancesToLoadBalancerResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachLoadBalancerTlsCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachLoadBalancerTlsCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachStaticIpRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachStaticIpResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachedDisk' => [ 'base' => '

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

', 'refs' => [ 'AttachedDiskList$member' => NULL, ], ], 'AttachedDiskList' => [ 'base' => NULL, 'refs' => [ 'AutoSnapshotDetails$fromAttachedDisks' => '

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

', ], ], 'AttachedDiskMap' => [ 'base' => NULL, 'refs' => [ 'CreateInstancesFromSnapshotRequest$attachedDiskMapping' => '

An object containing information about one or more disk mappings.

', ], ], 'AutoMountStatus' => [ 'base' => NULL, 'refs' => [ 'Disk$autoMountStatus' => '

The status of automatically mounting a storage disk to a virtual computer.

This parameter only applies to Lightsail for Research resources.

', ], ], 'AutoSnapshotAddOnRequest' => [ 'base' => '

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:

', 'refs' => [ 'AddOnRequest$autoSnapshotAddOnRequest' => '

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

', ], ], 'AutoSnapshotDate' => [ 'base' => NULL, 'refs' => [ 'DeleteAutoSnapshotRequest$date' => '

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.

', ], ], 'AutoSnapshotDetails' => [ 'base' => '

Describes an automatic snapshot.

', 'refs' => [ 'AutoSnapshotDetailsList$member' => NULL, ], ], 'AutoSnapshotDetailsList' => [ 'base' => NULL, 'refs' => [ 'GetAutoSnapshotsResult$autoSnapshots' => '

An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

', ], ], 'AutoSnapshotStatus' => [ 'base' => NULL, 'refs' => [ 'AutoSnapshotDetails$status' => '

The status of the automatic snapshot.

', ], ], 'AvailabilityZone' => [ 'base' => '

Describes an Availability Zone. This is returned only as part of a GetRegions request.

', 'refs' => [ 'AvailabilityZoneList$member' => NULL, ], ], 'AvailabilityZoneList' => [ 'base' => NULL, 'refs' => [ 'Region$availabilityZones' => '

The Availability Zones. Follows the format us-east-2a (case-sensitive).

', 'Region$relationalDatabaseAvailabilityZones' => '

The Availability Zones for databases. Follows the format us-east-2a (case-sensitive).

', ], ], 'BPAStatusMessage' => [ 'base' => NULL, 'refs' => [ 'AccountLevelBpaSync$message' => '

A message that provides a reason for a Failed or Defaulted synchronization status.

The following messages are possible:

', ], ], 'Base64' => [ 'base' => NULL, 'refs' => [ 'CreateKeyPairResult$publicKeyBase64' => '

A base64-encoded public key of the ssh-rsa type.

', 'CreateKeyPairResult$privateKeyBase64' => '

A base64-encoded RSA private key.

', 'DownloadDefaultKeyPairResult$publicKeyBase64' => '

A base64-encoded public key of the ssh-rsa type.

', 'DownloadDefaultKeyPairResult$privateKeyBase64' => '

A base64-encoded RSA private key.

', 'ImportKeyPairRequest$publicKeyBase64' => '

A base64-encoded public key of the ssh-rsa type.

', 'KeyPair$fingerprint' => '

The RSA fingerprint of the key pair.

', ], ], 'BehaviorEnum' => [ 'base' => NULL, 'refs' => [ 'CacheBehavior$behavior' => '

The cache behavior of the distribution.

The following cache behaviors can be specified:

', 'CacheBehaviorPerPath$behavior' => '

The cache behavior for the specified path.

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

', ], ], 'Blueprint' => [ 'base' => '

Describes a blueprint (a virtual private server image).

', 'refs' => [ 'BlueprintList$member' => NULL, ], ], 'BlueprintList' => [ 'base' => NULL, 'refs' => [ 'GetBlueprintsResult$blueprints' => '

An array of key-value pairs that contains information about the available blueprints.

', ], ], 'BlueprintType' => [ 'base' => NULL, 'refs' => [ 'Blueprint$type' => '

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

', ], ], 'Bucket' => [ 'base' => '

Describes an Amazon Lightsail bucket.

', 'refs' => [ 'BucketList$member' => NULL, 'CreateBucketResult$bucket' => '

An object that describes the bucket that is created.

', 'UpdateBucketResult$bucket' => '

An object that describes the bucket that is updated.

', ], ], 'BucketAccessLogConfig' => [ 'base' => '

Describes the access log configuration for a bucket in the Amazon Lightsail object storage service.

For more information about bucket access logs, see Logging bucket requests using access logging in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'Bucket$accessLogConfig' => '

An object that describes the access log configuration for the bucket.

', 'UpdateBucketRequest$accessLogConfig' => '

An object that describes the access log configuration for the bucket.

', ], ], 'BucketAccessLogPrefix' => [ 'base' => NULL, 'refs' => [ 'BucketAccessLogConfig$prefix' => '

The optional object prefix for the bucket access log.

The prefix is an optional addition to the object key that organizes your access log files in the destination bucket. For example, if you specify a logs/ prefix, then each log object will begin with the logs/ prefix in its key (for example, logs/2021-11-01-21-32-16-E568B2907131C0C0).

This parameter can be optionally specified when enabling the access log for a bucket, and should be omitted when disabling the access log.

', ], ], 'BucketBundle' => [ 'base' => '

Describes the specifications of a bundle that can be applied to an Amazon Lightsail bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.

', 'refs' => [ 'BucketBundleList$member' => NULL, ], ], 'BucketBundleList' => [ 'base' => NULL, 'refs' => [ 'GetBucketBundlesResult$bundles' => '

An object that describes bucket bundles.

', ], ], 'BucketList' => [ 'base' => NULL, 'refs' => [ 'GetBucketsResult$buckets' => '

An array of objects that describe buckets.

', ], ], 'BucketMetricName' => [ 'base' => NULL, 'refs' => [ 'GetBucketMetricDataRequest$metricName' => '

The metric for which you want to return information.

Valid bucket metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.

These bucket metrics are reported once per day.

', 'GetBucketMetricDataResult$metricName' => '

The name of the metric returned.

', ], ], 'BucketName' => [ 'base' => NULL, 'refs' => [ 'Bucket$name' => '

The name of the bucket.

', 'BucketAccessLogConfig$destination' => '

The name of the bucket where the access logs are saved. The destination can be a Lightsail bucket in the same account, and in the same Amazon Web Services Region as the source bucket.

This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.

', 'CreateBucketAccessKeyRequest$bucketName' => '

The name of the bucket that the new access key will belong to, and grant access to.

', 'CreateBucketRequest$bucketName' => '

The name for the bucket.

For more information about bucket names, see Bucket naming rules in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'DeleteBucketAccessKeyRequest$bucketName' => '

The name of the bucket that the access key belongs to.

', 'DeleteBucketRequest$bucketName' => '

The name of the bucket to delete.

Use the GetBuckets action to get a list of bucket names that you can specify.

', 'GetBucketAccessKeysRequest$bucketName' => '

The name of the bucket for which to return access keys.

', 'GetBucketMetricDataRequest$bucketName' => '

The name of the bucket for which to get metric data.

', 'GetBucketsRequest$bucketName' => '

The name of the bucket for which to return information.

When omitted, the response includes all of your buckets in the Amazon Web Services Region where the request is made.

', 'SetResourceAccessForBucketRequest$bucketName' => '

The name of the bucket for which to set access to another Lightsail resource.

', 'UpdateBucketBundleRequest$bucketName' => '

The name of the bucket for which to update the bundle.

', 'UpdateBucketRequest$bucketName' => '

The name of the bucket to update.

', ], ], 'BucketState' => [ 'base' => '

Describes the state of an Amazon Lightsail bucket.

', 'refs' => [ 'Bucket$state' => '

An object that describes the state of the bucket.

', ], ], 'Bundle' => [ 'base' => '

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

', 'refs' => [ 'BundleList$member' => NULL, ], ], 'BundleList' => [ 'base' => NULL, 'refs' => [ 'GetBundlesResult$bundles' => '

An array of key-value pairs that contains information about the available bundles.

', ], ], 'CacheBehavior' => [ 'base' => '

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

', 'refs' => [ 'CreateDistributionRequest$defaultCacheBehavior' => '

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

', 'LightsailDistribution$defaultCacheBehavior' => '

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

', 'UpdateDistributionRequest$defaultCacheBehavior' => '

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

', ], ], 'CacheBehaviorList' => [ 'base' => NULL, 'refs' => [ 'CreateDistributionRequest$cacheBehaviors' => '

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

', 'LightsailDistribution$cacheBehaviors' => '

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

', 'UpdateDistributionRequest$cacheBehaviors' => '

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

', ], ], 'CacheBehaviorPerPath' => [ 'base' => '

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.

', 'refs' => [ 'CacheBehaviorList$member' => NULL, ], ], 'CacheSettings' => [ 'base' => '

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.

', 'refs' => [ 'CreateDistributionRequest$cacheBehaviorSettings' => '

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

', 'LightsailDistribution$cacheBehaviorSettings' => '

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

', 'UpdateDistributionRequest$cacheBehaviorSettings' => '

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

The cacheBehaviorSettings specified in your UpdateDistributionRequest will replace your distribution\'s existing settings.

', ], ], 'Certificate' => [ 'base' => '

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

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

', 'refs' => [ 'CertificateSummary$certificateDetail' => '

An object that describes a certificate in detail.

', ], ], 'CertificateDomainValidationStatus' => [ 'base' => NULL, 'refs' => [ 'DomainValidationRecord$validationStatus' => '

The validation status of the record.

', ], ], 'CertificateName' => [ 'base' => NULL, 'refs' => [ 'Certificate$name' => '

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

', 'CertificateSummary$certificateName' => '

The name of the certificate.

', 'CreateCertificateRequest$certificateName' => '

The name for the certificate.

', 'DeleteCertificateRequest$certificateName' => '

The name of the certificate to delete.

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

', 'GetCertificatesRequest$certificateName' => '

The name for the certificate for which to return information.

When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.

', ], ], 'CertificateStatus' => [ 'base' => NULL, 'refs' => [ 'Certificate$status' => '

The validation status of the certificate.

', 'CertificateStatusList$member' => NULL, ], ], 'CertificateStatusList' => [ 'base' => NULL, 'refs' => [ 'GetCertificatesRequest$certificateStatuses' => '

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 Amazon Web Services Region where the request is made, regardless of their current status.

', ], ], 'CertificateSummary' => [ 'base' => '

Describes an Amazon Lightsail SSL/TLS certificate.

', 'refs' => [ 'CertificateSummaryList$member' => NULL, 'CreateCertificateResult$certificate' => '

An object that describes the certificate created.

', ], ], 'CertificateSummaryList' => [ 'base' => NULL, 'refs' => [ 'GetCertificatesResult$certificates' => '

An object that describes certificates.

', ], ], 'CloseInstancePublicPortsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CloseInstancePublicPortsResult' => [ 'base' => NULL, 'refs' => [], ], 'CloudFormationStackRecord' => [ 'base' => '

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

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.

', 'refs' => [ 'CloudFormationStackRecordList$member' => NULL, ], ], 'CloudFormationStackRecordList' => [ 'base' => NULL, 'refs' => [ 'GetCloudFormationStackRecordsResult$cloudFormationStackRecords' => '

A list of objects describing the CloudFormation stack records.

', ], ], 'CloudFormationStackRecordSourceInfo' => [ 'base' => '

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

', 'refs' => [ 'CloudFormationStackRecordSourceInfoList$member' => NULL, ], ], 'CloudFormationStackRecordSourceInfoList' => [ 'base' => NULL, 'refs' => [ 'CloudFormationStackRecord$sourceInfo' => '

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

', ], ], 'CloudFormationStackRecordSourceType' => [ 'base' => NULL, 'refs' => [ 'CloudFormationStackRecordSourceInfo$resourceType' => '

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

', ], ], 'ComparisonOperator' => [ 'base' => NULL, 'refs' => [ 'Alarm$comparisonOperator' => '

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

', 'PutAlarmRequest$comparisonOperator' => '

The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

', ], ], 'ContactMethod' => [ 'base' => '

Describes a contact method.

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

', 'refs' => [ 'ContactMethodsList$member' => NULL, ], ], 'ContactMethodStatus' => [ 'base' => NULL, 'refs' => [ 'ContactMethod$status' => '

The current status of the contact method.

A contact method has the following possible status:

', ], ], 'ContactMethodVerificationProtocol' => [ 'base' => NULL, 'refs' => [ 'SendContactMethodVerificationRequest$protocol' => '

The protocol to verify, such as Email or SMS (text messaging).

', ], ], 'ContactMethodsList' => [ 'base' => NULL, 'refs' => [ 'GetContactMethodsResult$contactMethods' => '

An array of objects that describe the contact methods.

', ], ], 'ContactProtocol' => [ 'base' => NULL, 'refs' => [ 'ContactMethod$protocol' => '

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

', 'ContactProtocolsList$member' => NULL, 'CreateContactMethodRequest$protocol' => '

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

The SMS protocol is supported only in the following Amazon Web Services Regions.

For a list of countries/regions where SMS text messages can be sent, and the latest Amazon Web Services 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.

', 'DeleteContactMethodRequest$protocol' => '

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.

', ], ], 'ContactProtocolsList' => [ 'base' => NULL, 'refs' => [ 'Alarm$contactProtocols' => '

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

', 'GetContactMethodsRequest$protocols' => '

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.

', 'PutAlarmRequest$contactProtocols' => '

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 Amazon Web Services 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 Amazon Web Services Region.

', ], ], 'Container' => [ 'base' => '

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

', 'refs' => [ 'ContainerMap$value' => NULL, ], ], 'ContainerImage' => [ 'base' => '

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

', 'refs' => [ 'ContainerImageList$member' => NULL, 'RegisterContainerImageResult$containerImage' => '

An object that describes a container image that is registered to a Lightsail container service

', ], ], 'ContainerImageList' => [ 'base' => NULL, 'refs' => [ 'GetContainerImagesResult$containerImages' => '

An array of objects that describe container images that are registered to the container service.

', ], ], 'ContainerLabel' => [ 'base' => NULL, 'refs' => [ 'RegisterContainerImageRequest$label' => '

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.

', ], ], 'ContainerMap' => [ 'base' => NULL, 'refs' => [ 'ContainerServiceDeployment$containers' => '

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

', 'ContainerServiceDeploymentRequest$containers' => '

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

', 'CreateContainerServiceDeploymentRequest$containers' => '

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

', ], ], 'ContainerName' => [ 'base' => NULL, 'refs' => [ 'ContainerMap$key' => NULL, ], ], 'ContainerService' => [ 'base' => '

Describes an Amazon Lightsail container service.

', 'refs' => [ 'ContainerServiceList$member' => NULL, 'CreateContainerServiceDeploymentResult$containerService' => '

An object that describes a container service.

', 'CreateContainerServiceResult$containerService' => '

An object that describes a container service.

', 'UpdateContainerServiceResult$containerService' => '

An object that describes a container service.

', ], ], 'ContainerServiceDeployment' => [ 'base' => '

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.

', 'refs' => [ 'ContainerService$currentDeployment' => '

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

', 'ContainerService$nextDeployment' => '

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

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

', 'ContainerServiceDeploymentList$member' => NULL, ], ], 'ContainerServiceDeploymentList' => [ 'base' => NULL, 'refs' => [ 'GetContainerServiceDeploymentsResult$deployments' => '

An array of objects that describe deployments for a container service.

', ], ], 'ContainerServiceDeploymentRequest' => [ 'base' => '

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.

', 'refs' => [ 'CreateContainerServiceRequest$deployment' => '

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.

', ], ], 'ContainerServiceDeploymentState' => [ 'base' => NULL, 'refs' => [ 'ContainerServiceDeployment$state' => '

The state of the deployment.

A deployment can be in one of the following states:

', ], ], 'ContainerServiceECRImagePullerRole' => [ 'base' => '

Describes the activation status of the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.

When activated, Lightsail creates an Identity and Access Management (IAM) role for the specified Lightsail container service. You can use the ARN of the role to create a trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container service to pull images from Amazon ECR private repositories. For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'PrivateRegistryAccess$ecrImagePullerRole' => '

An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.

', ], ], 'ContainerServiceECRImagePullerRoleRequest' => [ 'base' => '

Describes a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.

When activated, Lightsail creates an Identity and Access Management (IAM) role for the specified Lightsail container service. You can use the ARN of the role to create a trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container service to pull images from Amazon ECR private repositories. For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'PrivateRegistryAccessRequest$ecrImagePullerRole' => '

An object to describe a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.

', ], ], 'ContainerServiceEndpoint' => [ 'base' => '

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

', 'refs' => [ 'ContainerServiceDeployment$publicEndpoint' => '

An object that describes the endpoint of the deployment.

', ], ], 'ContainerServiceHealthCheckConfig' => [ 'base' => '

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

', 'refs' => [ 'ContainerServiceEndpoint$healthCheck' => '

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

', 'EndpointRequest$healthCheck' => '

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

', ], ], 'ContainerServiceList' => [ 'base' => NULL, 'refs' => [ 'ContainerServicesListResult$containerServices' => '

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

', ], ], 'ContainerServiceLogEvent' => [ 'base' => '

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

', 'refs' => [ 'ContainerServiceLogEventList$member' => NULL, ], ], 'ContainerServiceLogEventList' => [ 'base' => NULL, 'refs' => [ 'GetContainerLogResult$logEvents' => '

An array of objects that describe the log events of a container.

', ], ], 'ContainerServiceMetadataEntry' => [ 'base' => NULL, 'refs' => [ 'ContainerServiceMetadataEntryList$member' => NULL, ], ], 'ContainerServiceMetadataEntryList' => [ 'base' => NULL, 'refs' => [ 'GetContainerAPIMetadataResult$metadata' => '

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

', ], ], 'ContainerServiceMetricName' => [ 'base' => NULL, 'refs' => [ 'GetContainerServiceMetricDataRequest$metricName' => '

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.

', 'GetContainerServiceMetricDataResult$metricName' => '

The name of the metric returned.

', ], ], 'ContainerServiceName' => [ 'base' => NULL, 'refs' => [ 'ContainerService$containerServiceName' => '

The name of the container service.

', 'CreateContainerServiceDeploymentRequest$serviceName' => '

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

', 'CreateContainerServiceRequest$serviceName' => '

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) Amazon Web Services 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:

', 'DeleteContainerImageRequest$serviceName' => '

The name of the container service for which to delete a registered container image.

', 'DeleteContainerServiceRequest$serviceName' => '

The name of the container service to delete.

', 'GetContainerImagesRequest$serviceName' => '

The name of the container service for which to return registered container images.

', 'GetContainerLogRequest$serviceName' => '

The name of the container service for which to get a container log.

', 'GetContainerServiceDeploymentsRequest$serviceName' => '

The name of the container service for which to return deployments.

', 'GetContainerServiceMetricDataRequest$serviceName' => '

The name of the container service for which to get metric data.

', 'GetContainerServicesRequest$serviceName' => '

The name of the container service for which to return information.

When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.

', 'RegisterContainerImageRequest$serviceName' => '

The name of the container service for which to register a container image.

', 'UpdateContainerServiceRequest$serviceName' => '

The name of the container service to update.

', ], ], 'ContainerServicePower' => [ 'base' => '

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.

', 'refs' => [ 'ContainerServicePowerList$member' => NULL, ], ], 'ContainerServicePowerList' => [ 'base' => NULL, 'refs' => [ 'GetContainerServicePowersResult$powers' => '

An array of objects that describe the powers that can be specified for a container service.

', ], ], 'ContainerServicePowerName' => [ 'base' => NULL, 'refs' => [ 'ContainerService$power' => '

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.

', 'CreateContainerServiceRequest$power' => '

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.

', 'UpdateContainerServiceRequest$power' => '

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.

', ], ], 'ContainerServiceProtocol' => [ 'base' => NULL, 'refs' => [ 'PortMap$value' => NULL, ], ], 'ContainerServicePublicDomains' => [ 'base' => NULL, 'refs' => [ 'ContainerService$publicDomainNames' => '

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.

', 'CreateContainerServiceRequest$publicDomainNames' => '

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.

', 'UpdateContainerServiceRequest$publicDomainNames' => '

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.

', ], ], 'ContainerServicePublicDomainsList' => [ 'base' => NULL, 'refs' => [ 'ContainerServicePublicDomains$value' => NULL, ], ], 'ContainerServiceRegistryLogin' => [ 'base' => '

Describes the sign-in credentials for the container image registry of an Amazon Lightsail account.

', 'refs' => [ 'CreateContainerServiceRegistryLoginResult$registryLogin' => '

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

', ], ], 'ContainerServiceScale' => [ 'base' => NULL, 'refs' => [ 'ContainerService$scale' => '

The scale specification of the container service.

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

', 'CreateContainerServiceRequest$scale' => '

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.

', 'UpdateContainerServiceRequest$scale' => '

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.

', ], ], 'ContainerServiceState' => [ 'base' => NULL, 'refs' => [ 'ContainerService$state' => '

The current state of the container service.

The following container service states are possible:

', ], ], 'ContainerServiceStateDetail' => [ 'base' => '

Describes the current state of a container service.

', 'refs' => [ 'ContainerService$stateDetail' => '

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

The state detail is populated only when a container service is in a PENDING, DEPLOYING, or UPDATING state.

', ], ], 'ContainerServiceStateDetailCode' => [ 'base' => NULL, 'refs' => [ 'ContainerServiceStateDetail$code' => '

The state code of the container service.

The following state codes are possible:

', ], ], 'ContainerServicesListResult' => [ 'base' => NULL, 'refs' => [], ], 'CookieObject' => [ 'base' => '

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.

', 'refs' => [ 'CacheSettings$forwardedCookies' => '

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

', ], ], 'CopySnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopySnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CostEstimate' => [ 'base' => '

Describes the estimated cost for resources in your Lightsail for Research account.

', 'refs' => [ 'CostEstimates$member' => NULL, ], ], 'CostEstimates' => [ 'base' => NULL, 'refs' => [ 'ResourceBudgetEstimate$costEstimates' => '

The cost estimate for the specified budget.

', ], ], 'CreateBucketAccessKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBucketAccessKeyResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateBucketRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBucketResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCloudFormationStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCloudFormationStackResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateContactMethodRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContactMethodResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateContainerServiceDeploymentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContainerServiceDeploymentResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateContainerServiceRegistryLoginRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContainerServiceRegistryLoginResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateContainerServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContainerServiceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDiskFromSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDiskFromSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDiskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDiskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDiskSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDiskSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDistributionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDistributionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainEntryResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateGUISessionAccessDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateGUISessionAccessDetailsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstancesFromSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstancesFromSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLoadBalancerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLoadBalancerResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLoadBalancerTlsCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLoadBalancerTlsCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelationalDatabaseFromSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelationalDatabaseFromSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelationalDatabaseSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelationalDatabaseSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'Currency' => [ 'base' => NULL, 'refs' => [ 'EstimateByTime$currency' => '

The currency of the estimate in USD.

', ], ], 'DeleteAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAlarmResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAutoSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAutoSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBucketAccessKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBucketAccessKeyResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBucketRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBucketResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContactMethodRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContactMethodResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContainerImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContainerImageResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContainerServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContainerServiceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDiskRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDiskResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDiskSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDiskSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDistributionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDistributionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainEntryResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKnownHostKeysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKnownHostKeysResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLoadBalancerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLoadBalancerResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLoadBalancerTlsCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLoadBalancerTlsCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRelationalDatabaseSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRelationalDatabaseSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'DestinationInfo' => [ 'base' => '

Describes the destination of a record.

', 'refs' => [ 'CloudFormationStackRecord$destinationInfo' => '

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

', 'ExportSnapshotRecord$destinationInfo' => '

A list of objects describing the destination of the export snapshot record.

', ], ], 'DetachCertificateFromDistributionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachCertificateFromDistributionResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachDiskRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachDiskResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachInstancesFromLoadBalancerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachInstancesFromLoadBalancerResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachStaticIpRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachStaticIpResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableAddOnRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableAddOnResult' => [ 'base' => NULL, 'refs' => [], ], 'Disk' => [ 'base' => '

Describes a block storage disk.

', 'refs' => [ 'DiskList$member' => NULL, 'GetDiskResult$disk' => '

An object containing information about the disk.

', ], ], 'DiskInfo' => [ 'base' => '

Describes a disk.

', 'refs' => [ 'DiskInfoList$member' => NULL, ], ], 'DiskInfoList' => [ 'base' => NULL, 'refs' => [ 'InstanceSnapshotInfo$fromDiskInfo' => '

A list of objects describing the disks that were attached to the source instance.

', ], ], 'DiskList' => [ 'base' => NULL, 'refs' => [ 'GetDisksResult$disks' => '

An array of objects containing information about all block storage disks.

', 'InstanceHardware$disks' => '

The disks attached to the instance.

', 'InstanceSnapshot$fromAttachedDisks' => '

An array of disk objects containing information about all block storage disks.

', ], ], 'DiskMap' => [ 'base' => '

Describes a block storage disk mapping.

', 'refs' => [ 'DiskMapList$member' => NULL, ], ], 'DiskMapList' => [ 'base' => NULL, 'refs' => [ 'AttachedDiskMap$value' => NULL, ], ], 'DiskSnapshot' => [ 'base' => '

Describes a block storage disk snapshot.

', 'refs' => [ 'DiskSnapshotList$member' => NULL, 'GetDiskSnapshotResult$diskSnapshot' => '

An object containing information about the disk snapshot.

', ], ], 'DiskSnapshotInfo' => [ 'base' => '

Describes a disk snapshot.

', 'refs' => [ 'ExportSnapshotRecordSourceInfo$diskSnapshotInfo' => '

A list of objects describing a disk snapshot.

', ], ], 'DiskSnapshotList' => [ 'base' => NULL, 'refs' => [ 'GetDiskSnapshotsResult$diskSnapshots' => '

An array of objects containing information about all block storage disk snapshots.

', ], ], 'DiskSnapshotState' => [ 'base' => NULL, 'refs' => [ 'DiskSnapshot$state' => '

The status of the disk snapshot operation.

', ], ], 'DiskState' => [ 'base' => NULL, 'refs' => [ 'Disk$state' => '

Describes the status of the disk.

', ], ], 'DistributionBundle' => [ 'base' => '

Describes the specifications of a distribution bundle.

', 'refs' => [ 'DistributionBundleList$member' => NULL, ], ], 'DistributionBundleList' => [ 'base' => NULL, 'refs' => [ 'GetDistributionBundlesResult$bundles' => '

An object that describes a distribution bundle.

', ], ], 'DistributionList' => [ 'base' => NULL, 'refs' => [ 'GetDistributionsResult$distributions' => '

An array of objects that describe your distributions.

', ], ], 'DistributionMetricName' => [ 'base' => NULL, 'refs' => [ 'GetDistributionMetricDataRequest$metricName' => '

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.

', 'GetDistributionMetricDataResult$metricName' => '

The name of the metric returned.

', ], ], 'DnsRecordCreationState' => [ 'base' => '

Describes the creation state of the canonical name (CNAME) records that are automatically added by Amazon Lightsail to the DNS of a domain to validate domain ownership for an SSL/TLS certificate.

When you create an SSL/TLS certificate for a Lightsail resource, you must add a set of CNAME records to the DNS of the domains for the certificate to validate that you own the domains. Lightsail can automatically add the CNAME records to the DNS of the domain if the DNS zone for the domain exists within your Lightsail account. If automatic record addition fails, or if you manage the DNS of your domain using a third-party service, then you must manually add the CNAME records to the DNS of your domain. For more information, see Verify an SSL/TLS certificate in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'DomainValidationRecord$dnsRecordCreationState' => '

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.

', ], ], 'DnsRecordCreationStateCode' => [ 'base' => NULL, 'refs' => [ 'DnsRecordCreationState$code' => '

The status code for the automated DNS record creation.

Following are the possible values:

', ], ], 'Domain' => [ 'base' => '

Describes a domain where you are storing recordsets.

', 'refs' => [ 'DomainList$member' => NULL, 'GetDomainResult$domain' => '

An array of key-value pairs containing information about your get domain request.

', ], ], 'DomainEntry' => [ 'base' => '

Describes a domain recordset entry.

', 'refs' => [ 'CreateDomainEntryRequest$domainEntry' => '

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

', 'DeleteDomainEntryRequest$domainEntry' => '

An array of key-value pairs containing information about your domain entries.

', 'DomainEntryList$member' => NULL, 'UpdateDomainEntryRequest$domainEntry' => '

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

', ], ], 'DomainEntryList' => [ 'base' => NULL, 'refs' => [ 'Domain$domainEntries' => '

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

', ], ], 'DomainEntryOptions' => [ 'base' => NULL, 'refs' => [ 'DomainEntry$options' => '

(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.

', ], ], 'DomainEntryOptionsKeys' => [ 'base' => NULL, 'refs' => [ 'DomainEntryOptions$key' => NULL, ], ], 'DomainEntryType' => [ 'base' => NULL, 'refs' => [ 'DomainEntry$type' => '

The type of domain entry, such as address for IPv4 (A), address for IPv6 (AAAA), 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:

', ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'GetDomainsResult$domains' => '

An array of key-value pairs containing information about each of the domain entries in the user\'s account.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'Certificate$domainName' => '

The domain name of the certificate.

', 'CertificateSummary$domainName' => '

The domain name of the certificate.

', 'CreateCertificateRequest$domainName' => '

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

', 'CreateDomainEntryRequest$domainName' => '

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

', 'CreateDomainRequest$domainName' => '

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

', 'CreateLoadBalancerRequest$certificateDomainName' => '

The domain name with which your certificate is associated (e.g., example.com).

If you specify certificateDomainName, then certificateName is required (and vice-versa).

', 'CreateLoadBalancerTlsCertificateRequest$certificateDomainName' => '

The domain name (e.g., example.com) for your SSL/TLS certificate.

', 'DeleteDomainEntryRequest$domainName' => '

The name of the domain entry to delete.

', 'DeleteDomainRequest$domainName' => '

The specific domain name to delete.

', 'DomainEntry$name' => '

The name of the domain.

', 'DomainNameList$member' => NULL, 'DomainValidationRecord$domainName' => '

The domain name of the certificate validation record. For example, example.com or www.example.com.

', 'GetDomainRequest$domainName' => '

The domain name for which your want to return information about.

', 'LoadBalancerTlsCertificate$domainName' => '

The domain name for your SSL/TLS certificate.

', 'LoadBalancerTlsCertificateDomainValidationOption$domainName' => '

The fully qualified domain name in the certificate request.

', 'LoadBalancerTlsCertificateDomainValidationRecord$domainName' => '

The domain name against which your SSL/TLS certificate was validated.

', 'SubjectAlternativeNameList$member' => NULL, 'UpdateDomainEntryRequest$domainName' => '

The name of the domain recordset to update.

', ], ], 'DomainNameList' => [ 'base' => NULL, 'refs' => [ 'CreateLoadBalancerRequest$certificateAlternativeNames' => '

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).

', 'CreateLoadBalancerTlsCertificateRequest$certificateAlternativeNames' => '

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).

', ], ], 'DomainValidationRecord' => [ 'base' => '

Describes the domain name system (DNS) records that you must add to the DNS of your registered domain to validate ownership for an Amazon Lightsail SSL/TLS certificate.

', 'refs' => [ 'DomainValidationRecordList$member' => NULL, ], ], 'DomainValidationRecordList' => [ 'base' => NULL, 'refs' => [ 'Certificate$domainValidationRecords' => '

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

', 'RenewalSummary$domainValidationRecords' => '

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

', ], ], 'DownloadDefaultKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'DownloadDefaultKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'EligibleToRenew' => [ 'base' => NULL, 'refs' => [ 'Certificate$eligibleToRenew' => '

The renewal eligibility of the certificate.

', ], ], 'EnableAddOnRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableAddOnResult' => [ 'base' => NULL, 'refs' => [], ], 'EndpointRequest' => [ 'base' => '

Describes the settings of a public endpoint for an Amazon Lightsail container service.

', 'refs' => [ 'ContainerServiceDeploymentRequest$publicEndpoint' => '

An object that describes the endpoint of the deployment.

', 'CreateContainerServiceDeploymentRequest$publicEndpoint' => '

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

', ], ], 'Environment' => [ 'base' => NULL, 'refs' => [ 'Container$environment' => '

The environment variables of the container.

', ], ], 'EstimateByTime' => [ 'base' => '

An estimate that\'s associated with a time period.

', 'refs' => [ 'EstimatesByTime$member' => NULL, ], ], 'EstimatesByTime' => [ 'base' => NULL, 'refs' => [ 'CostEstimate$resultsByTime' => '

The cost estimate result that\'s associated with a time period.

', ], ], 'ExportSnapshotRecord' => [ 'base' => '

Describes an export snapshot record.

', 'refs' => [ 'ExportSnapshotRecordList$member' => NULL, ], ], 'ExportSnapshotRecordList' => [ 'base' => NULL, 'refs' => [ 'GetExportSnapshotRecordsResult$exportSnapshotRecords' => '

A list of objects describing the export snapshot records.

', ], ], 'ExportSnapshotRecordSourceInfo' => [ 'base' => '

Describes the source of an export snapshot record.

', 'refs' => [ 'ExportSnapshotRecord$sourceInfo' => '

A list of objects describing the source of the export snapshot record.

', ], ], 'ExportSnapshotRecordSourceType' => [ 'base' => NULL, 'refs' => [ 'ExportSnapshotRecordSourceInfo$resourceType' => '

The Lightsail resource type (e.g., InstanceSnapshot or DiskSnapshot).

', ], ], 'ExportSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'ForwardValues' => [ 'base' => NULL, 'refs' => [ 'CookieObject$option' => '

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.

', 'HeaderObject$option' => '

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:

', ], ], 'GetActiveNamesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetActiveNamesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetAlarmsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAlarmsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetAutoSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAutoSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketAccessKeysRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketAccessKeysResult' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketBundlesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketBundlesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketMetricDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketMetricDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBucketsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetBundlesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBundlesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCertificatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCertificatesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCloudFormationStackRecordsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCloudFormationStackRecordsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContactMethodsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContactMethodsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerAPIMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerAPIMetadataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerLogRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerLogResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServiceDeploymentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServiceDeploymentsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServiceMetricDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServiceMetricDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServicePowersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServicePowersResult' => [ 'base' => NULL, 'refs' => [], ], 'GetContainerServicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCostEstimateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCostEstimateResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDiskRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDiskResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDiskSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDiskSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDiskSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDiskSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDisksRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDisksResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionBundlesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionBundlesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionLatestCacheResetRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionLatestCacheResetResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionMetricDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionMetricDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDistributionsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetExportSnapshotRecordsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExportSnapshotRecordsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceAccessDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceAccessDetailsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceMetricDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceMetricDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstancePortStatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstancePortStatesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceStateResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'GetKeyPairsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetKeyPairsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerMetricDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerMetricDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerTlsCertificatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerTlsCertificatesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerTlsPoliciesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancerTlsPoliciesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLoadBalancersResult' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationsForResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRegionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRegionsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseBlueprintsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseBlueprintsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseBundlesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseBundlesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseEventsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseEventsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseLogEventsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseLogEventsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseLogStreamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseLogStreamsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseMasterUserPasswordRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseMasterUserPasswordResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseMetricDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseMetricDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseParametersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseParametersResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabaseSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRelationalDatabasesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetStaticIpRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetStaticIpResult' => [ 'base' => NULL, 'refs' => [], ], 'GetStaticIpsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetStaticIpsResult' => [ 'base' => NULL, 'refs' => [], ], 'HeaderEnum' => [ 'base' => NULL, 'refs' => [ 'HeaderForwardList$member' => NULL, ], ], 'HeaderForwardList' => [ 'base' => NULL, 'refs' => [ 'HeaderObject$headersAllowList' => '

The specific headers to forward to your distribution\'s origin.

', ], ], 'HeaderObject' => [ 'base' => '

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.

', 'refs' => [ 'CacheSettings$forwardedHeaders' => '

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

', ], ], 'HostKeyAttributes' => [ 'base' => '

Describes the public SSH host keys or the RDP certificate.

', 'refs' => [ 'HostKeysList$member' => NULL, ], ], 'HostKeysList' => [ 'base' => NULL, 'refs' => [ 'InstanceAccessDetails$hostKeys' => '

Describes the public SSH host keys or the RDP certificate.

', ], ], 'HttpEndpoint' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptions$httpEndpoint' => '

Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

If the value is disabled, you cannot access your instance metadata.

', 'UpdateInstanceMetadataOptionsRequest$httpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not specified, the existing state is maintained.

If you specify a value of disabled, you cannot access your instance metadata.

', ], ], 'HttpProtocolIpv6' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptions$httpProtocolIpv6' => '

Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.

', 'UpdateInstanceMetadataOptionsRequest$httpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service. This setting applies only when the HTTP metadata endpoint is enabled.

This parameter is available only for instances in the Europe (Stockholm) Amazon Web Services Region (eu-north-1).

', ], ], 'HttpTokens' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptions$httpTokens' => '

The state of token usage for your instance metadata requests.

If the state is optional, you can choose whether to retrieve instance metadata with a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials by using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with all instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials. The version 1.0 credentials are not available.

Not all instance blueprints in Lightsail support version 2.0 credentials. Use the MetadataNoToken instance metric to track the number of calls to the instance metadata service that are using version 1.0 credentials. For more information, see Viewing instance metrics in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'UpdateInstanceMetadataOptionsRequest$httpTokens' => '

The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose whether to retrieve instance metadata with a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials by using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with all instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials. The version 1.0 credentials are not available.

', ], ], 'IAMAccessKeyId' => [ 'base' => NULL, 'refs' => [ 'AccessKey$accessKeyId' => '

The ID of the access key.

', ], ], 'ImportKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'InUseResourceCount' => [ 'base' => NULL, 'refs' => [ 'Certificate$inUseResourceCount' => '

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

', ], ], 'IncludeCertificateDetails' => [ 'base' => NULL, 'refs' => [ 'GetCertificatesRequest$includeCertificateDetails' => '

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.

', ], ], 'InputOrigin' => [ 'base' => '

Describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a Lightsail instance, bucket, or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers via a worldwide network of edge servers.

', 'refs' => [ 'CreateDistributionRequest$origin' => '

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

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

', 'UpdateDistributionRequest$origin' => '

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

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

', ], ], 'Instance' => [ 'base' => '

Describes an instance (a virtual private server).

', 'refs' => [ 'GetInstanceResult$instance' => '

An array of key-value pairs containing information about the specified instance.

', 'InstanceList$member' => NULL, ], ], 'InstanceAccessDetails' => [ 'base' => '

The parameters for gaining temporary access to one of your Amazon Lightsail instances.

', 'refs' => [ 'GetInstanceAccessDetailsResult$accessDetails' => '

An array of key-value pairs containing information about a get instance access request.

', ], ], 'InstanceAccessProtocol' => [ 'base' => NULL, 'refs' => [ 'GetInstanceAccessDetailsRequest$protocol' => '

The protocol to use to connect to your instance. Defaults to ssh.

', 'InstanceAccessDetails$protocol' => '

The protocol for these Amazon Lightsail instance access details.

', ], ], 'InstanceEntry' => [ 'base' => '

Describes the Amazon Elastic Compute Cloud instance and related resources to be created using the create cloud formation stack operation.

', 'refs' => [ 'InstanceEntryList$member' => NULL, ], ], 'InstanceEntryList' => [ 'base' => NULL, 'refs' => [ 'CreateCloudFormationStackRequest$instances' => '

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.

', ], ], 'InstanceHardware' => [ 'base' => '

Describes the hardware for the instance.

', 'refs' => [ 'Instance$hardware' => '

The size of the vCPU and the amount of RAM for the instance.

', ], ], 'InstanceHealthReason' => [ 'base' => NULL, 'refs' => [ 'InstanceHealthSummary$instanceHealthReason' => '

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:

', ], ], 'InstanceHealthState' => [ 'base' => NULL, 'refs' => [ 'InstanceHealthSummary$instanceHealth' => '

Describes the overall instance health. Valid values are below.

', ], ], 'InstanceHealthSummary' => [ 'base' => '

Describes information about the health of the instance.

', 'refs' => [ 'InstanceHealthSummaryList$member' => NULL, ], ], 'InstanceHealthSummaryList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancer$instanceHealthSummary' => '

An array of InstanceHealthSummary objects describing the health of the load balancer.

', ], ], 'InstanceList' => [ 'base' => NULL, 'refs' => [ 'GetInstancesResult$instances' => '

An array of key-value pairs containing information about your instances.

', ], ], 'InstanceMetadataOptions' => [ 'base' => '

The metadata options for the instance.

', 'refs' => [ 'Instance$metadataOptions' => '

The metadata options for the Amazon Lightsail instance.

', ], ], 'InstanceMetadataState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptions$state' => '

The state of the metadata option changes.

The following states are possible:

', ], ], 'InstanceMetricName' => [ 'base' => NULL, 'refs' => [ 'GetInstanceMetricDataRequest$metricName' => '

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.

', 'GetInstanceMetricDataResult$metricName' => '

The name of the metric returned.

', ], ], 'InstanceNetworking' => [ 'base' => '

Describes monthly data transfer rates and port information for an instance.

', 'refs' => [ 'Instance$networking' => '

Information about the public ports and monthly data transfer rates for the instance.

', ], ], 'InstancePlatform' => [ 'base' => NULL, 'refs' => [ 'Blueprint$platform' => '

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

', 'InstancePlatformList$member' => NULL, ], ], 'InstancePlatformList' => [ 'base' => NULL, 'refs' => [ 'Bundle$supportedPlatforms' => '

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.

', ], ], 'InstancePortInfo' => [ 'base' => '

Describes information about ports for an Amazon Lightsail instance.

', 'refs' => [ 'InstancePortInfoList$member' => NULL, ], ], 'InstancePortInfoList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworking$ports' => '

An array of key-value pairs containing information about the ports on the instance.

', ], ], 'InstancePortState' => [ 'base' => '

Describes open ports on an instance, the IP addresses allowed to connect to the instance through the ports, and the protocol.

', 'refs' => [ 'InstancePortStateList$member' => NULL, ], ], 'InstancePortStateList' => [ 'base' => NULL, 'refs' => [ 'GetInstancePortStatesResult$portStates' => '

An array of objects that describe the firewall port states for the specified instance.

', ], ], 'InstanceSnapshot' => [ 'base' => '

Describes an instance snapshot.

', 'refs' => [ 'GetInstanceSnapshotResult$instanceSnapshot' => '

An array of key-value pairs containing information about the results of your get instance snapshot request.

', 'InstanceSnapshotList$member' => NULL, ], ], 'InstanceSnapshotInfo' => [ 'base' => '

Describes an instance snapshot.

', 'refs' => [ 'ExportSnapshotRecordSourceInfo$instanceSnapshotInfo' => '

A list of objects describing an instance snapshot.

', ], ], 'InstanceSnapshotList' => [ 'base' => NULL, 'refs' => [ 'GetInstanceSnapshotsResult$instanceSnapshots' => '

An array of key-value pairs containing information about the results of your get instance snapshots request.

', ], ], 'InstanceSnapshotState' => [ 'base' => NULL, 'refs' => [ 'InstanceSnapshot$state' => '

The state the snapshot is in.

', ], ], 'InstanceState' => [ 'base' => '

Describes the virtual private server (or instance) status.

', 'refs' => [ 'GetInstanceStateResult$state' => '

The state of the instance.

', 'Instance$state' => '

The status code and the state (e.g., running) for the instance.

', ], ], 'InvalidInputException' => [ 'base' => '

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) Amazon Web Services Region. Please set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit these resources.

', 'refs' => [], ], 'IpAddress' => [ 'base' => NULL, 'refs' => [ 'Instance$privateIpAddress' => '

The private IP address of the instance.

', 'Instance$publicIpAddress' => '

The public IP address of the instance.

', 'InstanceAccessDetails$ipAddress' => '

The public IP address of the Amazon Lightsail instance.

', 'StaticIp$ipAddress' => '

The static IP address.

', ], ], 'IpAddressType' => [ 'base' => NULL, 'refs' => [ 'CreateDistributionRequest$ipAddressType' => '

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.

', 'CreateInstancesFromSnapshotRequest$ipAddressType' => '

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.

', 'CreateInstancesRequest$ipAddressType' => '

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.

', 'CreateLoadBalancerRequest$ipAddressType' => '

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.

', 'Instance$ipAddressType' => '

The IP address type of the instance.

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

', 'LightsailDistribution$ipAddressType' => '

The IP address type of the distribution.

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

', 'LoadBalancer$ipAddressType' => '

The IP address type of the load balancer.

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

', 'SetIpAddressTypeRequest$ipAddressType' => '

The IP address type to set for the specified resource.

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

', ], ], 'Ipv6Address' => [ 'base' => NULL, 'refs' => [ 'Ipv6AddressList$member' => NULL, ], ], 'Ipv6AddressList' => [ 'base' => NULL, 'refs' => [ 'Instance$ipv6Addresses' => '

The IPv6 addresses of the instance.

', ], ], 'IsVpcPeeredRequest' => [ 'base' => NULL, 'refs' => [], ], 'IsVpcPeeredResult' => [ 'base' => NULL, 'refs' => [], ], 'IsoDate' => [ 'base' => NULL, 'refs' => [ 'AccessKey$createdAt' => '

The timestamp when the access key was created.

', 'AccessKeyLastUsed$lastUsedDate' => '

The date and time when the access key was most recently used.

This value is null if the access key has not been used.

', 'AccountLevelBpaSync$lastSyncedAt' => '

The timestamp of when the account-level BPA configuration was last synchronized. This value is null when the account-level BPA configuration has not been synchronized.

', 'Alarm$createdAt' => '

The timestamp when the alarm was created.

', 'AutoSnapshotDetails$createdAt' => '

The timestamp when the automatic snapshot was created.

', 'Bucket$createdAt' => '

The timestamp when the distribution was created.

', 'Certificate$createdAt' => '

The timestamp when the certificate was created.

', 'Certificate$issuedAt' => '

The timestamp when the certificate was issued.

', 'Certificate$notBefore' => '

The timestamp when the certificate is first valid.

', 'Certificate$notAfter' => '

The timestamp when the certificate expires.

', 'Certificate$revokedAt' => '

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

', 'CloudFormationStackRecord$createdAt' => '

The date when the CloudFormation stack record was created.

', 'ContactMethod$createdAt' => '

The timestamp when the contact method was created.

', 'ContainerImage$createdAt' => '

The timestamp when the container image was created.

', 'ContainerService$createdAt' => '

The timestamp when the container service was created.

', 'ContainerServiceDeployment$createdAt' => '

The timestamp when the deployment was created.

', 'ContainerServiceLogEvent$createdAt' => '

The timestamp when the container service log event was created.

', 'ContainerServiceRegistryLogin$expiresAt' => '

The timestamp of when the container image registry sign-in credentials 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.

', 'CreateRelationalDatabaseFromSnapshotRequest$restoreTime' => '

The date and time to restore your database from.

Constraints:

', 'Disk$createdAt' => '

The date when the disk was created.

', 'DiskSnapshot$createdAt' => '

The date when the disk snapshot was created.

', 'Domain$createdAt' => '

The date when the domain recordset was created.

', 'DownloadDefaultKeyPairResult$createdAt' => '

The timestamp when the default key pair was created.

', 'ExportSnapshotRecord$createdAt' => '

The date when the export snapshot record was created.

', 'ExportSnapshotRecordSourceInfo$createdAt' => '

The date when the source instance or disk snapshot was created.

', 'GetBucketMetricDataRequest$startTime' => '

The timestamp indicating the earliest data to be returned.

', 'GetBucketMetricDataRequest$endTime' => '

The timestamp indicating the latest data to be returned.

', 'GetContainerLogRequest$startTime' => '

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.

', 'GetContainerLogRequest$endTime' => '

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.

', 'GetContainerServiceMetricDataRequest$startTime' => '

The start time of the time period.

', 'GetContainerServiceMetricDataRequest$endTime' => '

The end time of the time period.

', 'GetCostEstimateRequest$startTime' => '

The cost estimate start time.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

', 'GetCostEstimateRequest$endTime' => '

The cost estimate end time.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

', 'GetDistributionLatestCacheResetResult$createTime' => '

The timestamp of the last cache reset (e.g., 1479734909.17) in Unix time format.

', 'GetRelationalDatabaseLogEventsRequest$startTime' => '

The start of the time interval from which to get log events.

Constraints:

', 'GetRelationalDatabaseLogEventsRequest$endTime' => '

The end of the time interval from which to get log events.

Constraints:

', 'GetRelationalDatabaseMasterUserPasswordResult$createdAt' => '

The timestamp when the specified version of the master user password was created.

', 'GetRelationalDatabaseMetricDataRequest$startTime' => '

The start of the time interval from which to get metric data.

Constraints:

', 'GetRelationalDatabaseMetricDataRequest$endTime' => '

The end of the time interval from which to get metric data.

Constraints:

', 'HostKeyAttributes$witnessedAt' => '

The time that the SSH host key or RDP certificate was recorded by Lightsail.

', 'HostKeyAttributes$notValidBefore' => '

The returned RDP certificate is valid after this point in time.

This value is listed only for RDP certificates.

', 'HostKeyAttributes$notValidAfter' => '

The returned RDP certificate is not valid after this point in time.

This value is listed only for RDP certificates.

', 'Instance$createdAt' => '

The timestamp when the instance was created (e.g., 1479734909.17) in Unix time format.

', 'InstanceAccessDetails$expiresAt' => '

For SSH access, the date on which the temporary keys expire.

', 'InstanceSnapshot$createdAt' => '

The timestamp when the snapshot was created (e.g., 1479907467.024).

', 'KeyPair$createdAt' => '

The timestamp when the key pair was created (e.g., 1479816991.349).

', 'LightsailDistribution$createdAt' => '

The timestamp when the distribution was created.

', 'LoadBalancer$createdAt' => '

The date when your load balancer was created.

', 'LoadBalancerTlsCertificate$createdAt' => '

The time when you created your SSL/TLS certificate.

', 'LoadBalancerTlsCertificate$issuedAt' => '

The time when the SSL/TLS certificate was issued.

', 'LoadBalancerTlsCertificate$notAfter' => '

The timestamp when the SSL/TLS certificate expires.

', 'LoadBalancerTlsCertificate$notBefore' => '

The timestamp when the SSL/TLS certificate is first valid.

', 'LoadBalancerTlsCertificate$revokedAt' => '

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

', 'LogEvent$createdAt' => '

The timestamp when the database log event was created.

', 'Operation$createdAt' => '

The timestamp when the operation was initialized (e.g., 1479816991.349).

', 'Operation$statusChangedAt' => '

The timestamp when the status was changed (e.g., 1479816991.349).

', 'PendingMaintenanceAction$currentApplyDate' => '

The effective date of the pending database maintenance action.

', 'RelationalDatabase$createdAt' => '

The timestamp when the database was created. Formatted in Unix time.

', 'RelationalDatabase$latestRestorableTime' => '

The latest point in time to which the database can be restored. Formatted in Unix time.

', 'RelationalDatabaseEvent$createdAt' => '

The timestamp when the database event was created.

', 'RelationalDatabaseSnapshot$createdAt' => '

The timestamp when the database snapshot was created.

', 'RenewalSummary$updatedAt' => '

The timestamp when the certificate was last updated.

', 'ResetDistributionCacheResult$createTime' => '

The timestamp of the reset cache request (e.g., 1479734909.17) in Unix time format.

', 'ResourceBudgetEstimate$startTime' => '

The estimate start time.

', 'ResourceBudgetEstimate$endTime' => '

The estimate end time.

', 'StaticIp$createdAt' => '

The timestamp when the static IP was created (e.g., 1479735304.222).

', 'TimePeriod$start' => '

The beginning of the time period. The start date is inclusive. For example, if start is 2017-01-01, Lightsail for Research retrieves cost and usage data starting at 2017-01-01 up to the end date. The start date must be equal to or no later than the current date to avoid a validation error.

', 'TimePeriod$end' => '

The end of the time period. The end date is exclusive. For example, if end is 2017-05-01, Lightsail for Research retrieves cost and usage data from the start date up to, but not including, 2017-05-01.

', ], ], 'IssuerCA' => [ 'base' => NULL, 'refs' => [ 'Certificate$issuerCA' => '

The certificate authority that issued the certificate.

', ], ], 'KeyAlgorithm' => [ 'base' => NULL, 'refs' => [ 'Certificate$keyAlgorithm' => '

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

', ], ], 'KeyPair' => [ 'base' => '

Describes an SSH key pair.

', 'refs' => [ 'CreateKeyPairResult$keyPair' => '

An array of key-value pairs containing information about the new key pair you just created.

', 'GetKeyPairResult$keyPair' => '

An array of key-value pairs containing information about the key pair.

', 'KeyPairList$member' => NULL, ], ], 'KeyPairList' => [ 'base' => NULL, 'refs' => [ 'GetKeyPairsResult$keyPairs' => '

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

', ], ], 'LightsailDistribution' => [ 'base' => '

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

', 'refs' => [ 'CreateDistributionResult$distribution' => '

An object that describes the distribution created.

', 'DistributionList$member' => NULL, ], ], 'LoadBalancer' => [ 'base' => '

Describes a load balancer.

', 'refs' => [ 'GetLoadBalancerResult$loadBalancer' => '

An object containing information about your load balancer.

', 'LoadBalancerList$member' => NULL, ], ], 'LoadBalancerAttributeName' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerConfigurationOptions$key' => NULL, 'UpdateLoadBalancerAttributeRequest$attributeName' => '

The name of the attribute you want to update.

', ], ], 'LoadBalancerConfigurationOptions' => [ 'base' => NULL, 'refs' => [ 'LoadBalancer$configurationOptions' => '

A string to string map of the configuration options for your load balancer. Valid values are listed below.

', ], ], 'LoadBalancerList' => [ 'base' => NULL, 'refs' => [ 'GetLoadBalancersResult$loadBalancers' => '

An array of LoadBalancer objects describing your load balancers.

', ], ], 'LoadBalancerMetricName' => [ 'base' => NULL, 'refs' => [ 'GetLoadBalancerMetricDataRequest$metricName' => '

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.

', 'GetLoadBalancerMetricDataResult$metricName' => '

The name of the metric returned.

', ], ], 'LoadBalancerProtocol' => [ 'base' => NULL, 'refs' => [ 'LoadBalancer$protocol' => '

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.

', ], ], 'LoadBalancerState' => [ 'base' => NULL, 'refs' => [ 'LoadBalancer$state' => '

The status of your load balancer. Valid values are below.

', ], ], 'LoadBalancerTlsCertificate' => [ 'base' => '

Describes a load balancer SSL/TLS certificate.

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

', 'refs' => [ 'LoadBalancerTlsCertificateList$member' => NULL, ], ], 'LoadBalancerTlsCertificateDnsRecordCreationState' => [ 'base' => '

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.

', 'refs' => [ 'LoadBalancerTlsCertificateDomainValidationRecord$dnsRecordCreationState' => '

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of a domain to validate domain ownership.

', ], ], 'LoadBalancerTlsCertificateDnsRecordCreationStateCode' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificateDnsRecordCreationState$code' => '

The status code for the automated DNS record creation.

Following are the possible values:

', ], ], 'LoadBalancerTlsCertificateDomainStatus' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificateDomainValidationOption$validationStatus' => '

The status of the domain validation. Valid values are listed below.

', 'LoadBalancerTlsCertificateDomainValidationRecord$validationStatus' => '

The validation status. Valid values are listed below.

', ], ], 'LoadBalancerTlsCertificateDomainValidationOption' => [ 'base' => '

Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.

', 'refs' => [ 'LoadBalancerTlsCertificateDomainValidationOptionList$member' => NULL, ], ], 'LoadBalancerTlsCertificateDomainValidationOptionList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificateRenewalSummary$domainValidationOptions' => '

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.

', ], ], 'LoadBalancerTlsCertificateDomainValidationRecord' => [ 'base' => '

Describes the validation record of each domain name in the SSL/TLS certificate.

', 'refs' => [ 'LoadBalancerTlsCertificateDomainValidationRecordList$member' => NULL, ], ], 'LoadBalancerTlsCertificateDomainValidationRecordList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificate$domainValidationRecords' => '

An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records.

', ], ], 'LoadBalancerTlsCertificateFailureReason' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificate$failureReason' => '

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

The following failure reasons are possible:

', ], ], 'LoadBalancerTlsCertificateList' => [ 'base' => NULL, 'refs' => [ 'GetLoadBalancerTlsCertificatesResult$tlsCertificates' => '

An array of LoadBalancerTlsCertificate objects describing your SSL/TLS certificates.

', ], ], 'LoadBalancerTlsCertificateRenewalStatus' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificateRenewalSummary$renewalStatus' => '

The renewal status of the certificate.

The following renewal status are possible:

', ], ], 'LoadBalancerTlsCertificateRenewalSummary' => [ 'base' => '

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:

', 'refs' => [ 'LoadBalancerTlsCertificate$renewalSummary' => '

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

', ], ], 'LoadBalancerTlsCertificateRevocationReason' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificate$revocationReason' => '

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

', ], ], 'LoadBalancerTlsCertificateStatus' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerTlsCertificate$status' => '

The validation status of the SSL/TLS certificate. Valid values are below.

', ], ], 'LoadBalancerTlsCertificateSummary' => [ 'base' => '

Provides a summary of SSL/TLS certificate metadata.

', 'refs' => [ 'LoadBalancerTlsCertificateSummaryList$member' => NULL, ], ], 'LoadBalancerTlsCertificateSummaryList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancer$tlsCertificateSummaries' => '

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.

', ], ], 'LoadBalancerTlsPolicy' => [ 'base' => '

Describes the TLS security policies that are available for Lightsail load balancers.

For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'LoadBalancerTlsPolicyList$member' => NULL, ], ], 'LoadBalancerTlsPolicyList' => [ 'base' => NULL, 'refs' => [ 'GetLoadBalancerTlsPoliciesResult$tlsPolicies' => '

An array of objects that describe the TLS security policies that are available.

', ], ], 'LogEvent' => [ 'base' => '

Describes a database log event.

', 'refs' => [ 'LogEventList$member' => NULL, ], ], 'LogEventList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseLogEventsResult$resourceLogEvents' => '

An object describing the result of your get relational database log events request.

', ], ], 'MetricDatapoint' => [ 'base' => '

Describes the metric data point.

', 'refs' => [ 'MetricDatapointList$member' => NULL, ], ], 'MetricDatapointList' => [ 'base' => NULL, 'refs' => [ 'GetBucketMetricDataResult$metricData' => '

An array of objects that describe the metric data returned.

', 'GetContainerServiceMetricDataResult$metricData' => '

An array of objects that describe the metric data returned.

', 'GetDistributionMetricDataResult$metricData' => '

An array of objects that describe the metric data returned.

', 'GetInstanceMetricDataResult$metricData' => '

An array of objects that describe the metric data returned.

', 'GetLoadBalancerMetricDataResult$metricData' => '

An array of objects that describe the metric data returned.

', 'GetRelationalDatabaseMetricDataResult$metricData' => '

An array of objects that describe the metric data returned.

', ], ], 'MetricName' => [ 'base' => NULL, 'refs' => [ 'Alarm$metricName' => '

The name of the metric associated with the alarm.

', 'PutAlarmRequest$metricName' => '

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.

', ], ], 'MetricPeriod' => [ 'base' => NULL, 'refs' => [ 'Alarm$period' => '

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

', 'GetBucketMetricDataRequest$period' => '

The granularity, in seconds, of the returned data points.

Bucket storage metrics are reported once per day. Therefore, you should specify a period of 86400 seconds, which is the number of seconds in a day.

', 'GetContainerServiceMetricDataRequest$period' => '

The granularity, in seconds, of the returned data points.

All container service metric data is available in 5-minute (300 seconds) granularity.

', 'GetDistributionMetricDataRequest$period' => '

The granularity, in seconds, for the metric data points that will be returned.

', 'GetInstanceMetricDataRequest$period' => '

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.

', 'GetLoadBalancerMetricDataRequest$period' => '

The granularity, in seconds, of the returned data points.

', 'GetRelationalDatabaseMetricDataRequest$period' => '

The granularity, in seconds, of the returned data points.

All relational database metric data is available in 1-minute (60 seconds) granularity.

', ], ], 'MetricStatistic' => [ 'base' => NULL, 'refs' => [ 'Alarm$statistic' => '

The statistic for the metric associated with the alarm.

The following statistics are available:

', 'MetricStatisticList$member' => NULL, ], ], 'MetricStatisticList' => [ 'base' => NULL, 'refs' => [ 'GetBucketMetricDataRequest$statistics' => '

The statistic for the metric.

The following statistics are available:

', 'GetContainerServiceMetricDataRequest$statistics' => '

The statistic for the metric.

The following statistics are available:

', 'GetDistributionMetricDataRequest$statistics' => '

The statistic for the metric.

The following statistics are available:

', 'GetInstanceMetricDataRequest$statistics' => '

The statistic for the metric.

The following statistics are available:

', 'GetLoadBalancerMetricDataRequest$statistics' => '

The statistic for the metric.

The following statistics are available:

', 'GetRelationalDatabaseMetricDataRequest$statistics' => '

The statistic for the metric.

The following statistics are available:

', ], ], 'MetricUnit' => [ 'base' => NULL, 'refs' => [ 'Alarm$unit' => '

The unit of the metric associated with the alarm.

', 'GetBucketMetricDataRequest$unit' => '

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.

', 'GetDistributionMetricDataRequest$unit' => '

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.

', 'GetInstanceMetricDataRequest$unit' => '

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.

', 'GetLoadBalancerMetricDataRequest$unit' => '

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.

', 'GetRelationalDatabaseMetricDataRequest$unit' => '

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.

', 'MetricDatapoint$unit' => '

The unit.

', ], ], 'MonitoredResourceInfo' => [ 'base' => '

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.

', 'refs' => [ 'Alarm$monitoredResourceInfo' => '

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

', ], ], 'MonthlyTransfer' => [ 'base' => '

Describes the monthly data transfer in and out of your virtual private server (or instance).

', 'refs' => [ 'InstanceNetworking$monthlyTransfer' => '

The amount of data in GB allocated for monthly data transfers.

', ], ], 'NameServersUpdateState' => [ 'base' => '

Describes the state of the name server records update made by Amazon Lightsail to an Amazon Route 53 registered domain.

For more information, see DNS in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'RegisteredDomainDelegationInfo$nameServersUpdateState' => '

An object that describes the state of the name server records that are automatically added to the Route 53 domain by Lightsail.

', ], ], 'NameServersUpdateStateCode' => [ 'base' => NULL, 'refs' => [ 'NameServersUpdateState$code' => '

The status code for the name servers update.

Following are the possible values:

', ], ], 'NetworkProtocol' => [ 'base' => NULL, 'refs' => [ 'InstancePortInfo$protocol' => '

The IP protocol name.

The name can be one of the following:

', 'InstancePortState$protocol' => '

The IP protocol name.

The name can be one of the following:

', 'PortInfo$protocol' => '

The IP protocol name.

The name can be one of the following:

', ], ], 'NonEmptyString' => [ 'base' => NULL, 'refs' => [ 'AccessKey$secretAccessKey' => '

The secret access key used to sign requests.

You should store the secret access key in a safe location. We recommend that you delete the access key if the secret access key is compromised.

', 'Alarm$arn' => '

The Amazon Resource Name (ARN) of the alarm.

', 'AttachDiskRequest$diskPath' => '

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

', 'AvailabilityZone$zoneName' => '

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

', 'AvailabilityZone$state' => '

The state of the Availability Zone.

', 'Blueprint$blueprintId' => '

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

', 'Blueprint$group' => '

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

', 'Bucket$resourceType' => '

The Lightsail resource type of the bucket (for example, Bucket).

', 'Bucket$arn' => '

The Amazon Resource Name (ARN) of the bucket.

', 'Bucket$bundleId' => '

The ID of the bundle currently applied to the bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.

Use the UpdateBucketBundle action to change the bundle of a bucket.

', 'Bucket$url' => '

The URL of the bucket.

', 'Bucket$supportCode' => '

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

', 'Bucket$objectVersioning' => '

Indicates whether object versioning is enabled for the bucket.

The following options can be configured:

', 'BucketBundle$bundleId' => '

The ID of the bundle.

', 'BucketBundle$name' => '

The name of the bundle.

', 'BucketState$code' => '

The state code of the bucket.

The following codes are possible:

', 'Bundle$bundleId' => '

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

', 'CacheSettings$allowedHTTPMethods' => '

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.

', 'CacheSettings$cachedHTTPMethods' => '

The HTTP method responses that are cached by your distribution.

You can specify the following options:

', 'Certificate$arn' => '

The Amazon Resource Name (ARN) of the certificate.

', 'CertificateSummary$certificateArn' => '

The Amazon Resource Name (ARN) of the certificate.

', 'CloudFormationStackRecord$arn' => '

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

', 'CloudFormationStackRecordSourceInfo$name' => '

The name of the record.

', 'CloudFormationStackRecordSourceInfo$arn' => '

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

', 'ContactMethod$contactEndpoint' => '

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

', 'ContactMethod$arn' => '

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

', 'ContainerService$arn' => '

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

', 'CostEstimate$usageType' => '

The types of usage that are included in the estimate, such as costs, usage, or data transfer.

', 'CreateBucketRequest$bundleId' => '

The ID of the bundle to use for the bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.

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

Use the UpdateBucketBundle action to change the bundle after the bucket is created.

', 'CreateDiskFromSnapshotRequest$availabilityZone' => '

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.

', 'CreateDiskRequest$availabilityZone' => '

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.

', 'CreateInstancesFromSnapshotRequest$bundleId' => '

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

', 'CreateInstancesRequest$blueprintId' => '

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.

', 'CreateInstancesRequest$bundleId' => '

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

', 'DeleteBucketAccessKeyRequest$accessKeyId' => '

The ID of the access key to delete.

Use the GetBucketAccessKeys action to get a list of access key IDs that you can specify.

', 'DestinationInfo$id' => '

The ID of the resource created at the destination.

', 'DestinationInfo$service' => '

The destination service of the record.

', 'Disk$arn' => '

The Amazon Resource Name (ARN) of the disk.

', 'DiskInfo$path' => '

The disk path.

', 'DiskMap$originalDiskPath' => '

The original disk path exposed to the instance (for example, /dev/sdh).

', 'DiskSnapshot$arn' => '

The Amazon Resource Name (ARN) of the disk snapshot.

', 'DiskSnapshot$fromDiskArn' => '

The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created.

', 'DiskSnapshot$fromInstanceArn' => '

The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created.

', 'Domain$arn' => '

The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

', 'DomainEntry$id' => '

The ID of the domain recordset entry.

', 'ExportSnapshotRecord$arn' => '

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

', 'ExportSnapshotRecordSourceInfo$name' => '

The name of the source instance or disk snapshot.

', 'ExportSnapshotRecordSourceInfo$arn' => '

The Amazon Resource Name (ARN) of the source instance or disk snapshot.

', 'ExportSnapshotRecordSourceInfo$fromResourceName' => '

The name of the snapshot\'s source instance or disk.

', 'ExportSnapshotRecordSourceInfo$fromResourceArn' => '

The Amazon Resource Name (ARN) of the snapshot\'s source instance or disk.

', 'GetOperationRequest$operationId' => '

A GUID used to identify the operation.

', 'Instance$arn' => '

The Amazon Resource Name (ARN) of the instance (e.g., arn:aws:lightsail:us-east-2:123456789101:Instance/244ad76f-8aad-4741-809f-12345EXAMPLE).

', 'Instance$blueprintId' => '

The blueprint ID (e.g., os_amlinux_2016_03).

', 'Instance$blueprintName' => '

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

', 'Instance$bundleId' => '

The bundle for the instance (e.g., micro_1_0).

', 'Instance$username' => '

The user name for connecting to the instance (e.g., ec2-user).

', 'InstanceEntry$instanceType' => '

The instance type (e.g., t2.micro) to use for the new Amazon EC2 instance.

', 'InstanceSnapshot$arn' => '

The Amazon Resource Name (ARN) of the snapshot (e.g., arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE).

', 'InstanceSnapshot$fromInstanceArn' => '

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).

', 'InstanceSnapshotInfo$fromBundleId' => '

The bundle ID from which the source instance was created (e.g., micro_1_0).

', 'InstanceSnapshotInfo$fromBlueprintId' => '

The blueprint ID from which the source instance (e.g., os_debian_8_3).

', 'KeyPair$arn' => '

The Amazon Resource Name (ARN) of the key pair (e.g., arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).

', 'LightsailDistribution$arn' => '

The Amazon Resource Name (ARN) of the distribution.

', 'LoadBalancer$arn' => '

The Amazon Resource Name (ARN) of the load balancer.

', 'LoadBalancer$dnsName' => '

The DNS name of your Lightsail load balancer.

', 'LoadBalancer$healthCheckPath' => '

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.

', 'LoadBalancerTlsCertificate$arn' => '

The Amazon Resource Name (ARN) of the SSL/TLS certificate.

', 'LoadBalancerTlsCertificate$issuer' => '

The issuer of the certificate.

', 'LoadBalancerTlsCertificate$keyAlgorithm' => '

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

', 'LoadBalancerTlsCertificate$serial' => '

The serial number of the certificate.

', 'LoadBalancerTlsCertificate$signatureAlgorithm' => '

The algorithm that was used to sign the certificate.

', 'LoadBalancerTlsCertificate$subject' => '

The name of the entity that is associated with the public key contained in the certificate.

', 'LoadBalancerTlsCertificateDomainValidationRecord$name' => '

A fully qualified domain name in the certificate. For example, example.com.

', 'LoadBalancerTlsCertificateDomainValidationRecord$type' => '

The type of validation record. For example, CNAME for domain validation.

', 'LoadBalancerTlsCertificateDomainValidationRecord$value' => '

The value for that type.

', 'Operation$id' => '

The ID of the operation.

', 'PartnerIdList$member' => NULL, 'PendingMaintenanceAction$action' => '

The type of pending database maintenance action.

', 'PendingMaintenanceAction$description' => '

Additional detail about the pending database maintenance action.

', 'RelationalDatabase$arn' => '

The Amazon Resource Name (ARN) of the database.

', 'RelationalDatabase$relationalDatabaseBlueprintId' => '

The blueprint ID for the database. A blueprint describes the major engine version of a database.

', 'RelationalDatabase$relationalDatabaseBundleId' => '

The bundle ID for the database. A bundle describes the performance specifications for your database.

', 'RelationalDatabase$state' => '

Describes the current state of the database.

', 'RelationalDatabase$engine' => '

The database software (for example, MySQL).

', 'RelationalDatabase$engineVersion' => '

The database engine version (for example, 5.7.23).

', 'RelationalDatabase$masterUsername' => '

The master user name of the database.

', 'RelationalDatabase$parameterApplyStatus' => '

The status of parameter updates for the database.

', 'RelationalDatabase$preferredBackupWindow' => '

The daily time range during which automated backups are created for the database (for example, 16:00-16:30).

', 'RelationalDatabase$preferredMaintenanceWindow' => '

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.

', 'RelationalDatabaseEndpoint$address' => '

Specifies the DNS address of the database.

', 'RelationalDatabaseSnapshot$arn' => '

The Amazon Resource Name (ARN) of the database snapshot.

', 'RelationalDatabaseSnapshot$engine' => '

The software of the database snapshot (for example, MySQL)

', 'RelationalDatabaseSnapshot$engineVersion' => '

The database engine version for the database snapshot (for example, 5.7.23).

', 'RelationalDatabaseSnapshot$state' => '

The state of the database snapshot.

', 'RelationalDatabaseSnapshot$fromRelationalDatabaseName' => '

The name of the source database from which the database snapshot was created.

', 'RelationalDatabaseSnapshot$fromRelationalDatabaseArn' => '

The Amazon Resource Name (ARN) of the database from which the database snapshot was created.

', 'ResourceReceivingAccess$name' => '

The name of the Lightsail instance.

', 'ResourceReceivingAccess$resourceType' => '

The Lightsail resource type (for example, Instance).

', 'Session$name' => '

The session name.

', 'StaticIp$arn' => '

The Amazon Resource Name (ARN) of the static IP (e.g., arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).

', 'UpdateBucketBundleRequest$bundleId' => '

The ID of the new bundle to apply to the bucket.

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

', 'UpdateBucketRequest$versioning' => '

Specifies whether to enable or suspend versioning of objects in the bucket.

The following options can be specified:

', ], ], 'NotFoundException' => [ 'base' => '

Lightsail throws this exception when it cannot find a resource.

', 'refs' => [], ], 'NotificationTriggerList' => [ 'base' => NULL, 'refs' => [ 'Alarm$notificationTriggers' => '

The alarm states that trigger a notification.

', 'PutAlarmRequest$notificationTriggers' => '

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.

', ], ], 'OpenInstancePublicPortsRequest' => [ 'base' => NULL, 'refs' => [], ], 'OpenInstancePublicPortsResult' => [ 'base' => NULL, 'refs' => [], ], 'Operation' => [ 'base' => '

Describes the API operation.

', 'refs' => [ 'AttachCertificateToDistributionResult$operation' => '

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.

', 'CloseInstancePublicPortsResult$operation' => '

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.

', 'CreateDistributionResult$operation' => '

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.

', 'CreateDomainEntryResult$operation' => '

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.

', 'CreateDomainResult$operation' => '

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.

', 'CreateKeyPairResult$operation' => '

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.

', 'DeleteDistributionResult$operation' => '

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.

', 'DeleteDomainEntryResult$operation' => '

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.

', 'DeleteDomainResult$operation' => '

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.

', 'DeleteKeyPairResult$operation' => '

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.

', 'DetachCertificateFromDistributionResult$operation' => '

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.

', 'GetOperationResult$operation' => '

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.

', 'ImportKeyPairResult$operation' => '

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.

', 'OpenInstancePublicPortsResult$operation' => '

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.

', 'OperationList$member' => NULL, 'PeerVpcResult$operation' => '

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.

', 'PutInstancePublicPortsResult$operation' => '

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.

', 'ResetDistributionCacheResult$operation' => '

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.

', 'UnpeerVpcResult$operation' => '

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.

', 'UpdateDistributionBundleResult$operation' => '

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.

', 'UpdateDistributionResult$operation' => '

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.

', 'UpdateInstanceMetadataOptionsResult$operation' => '

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.

', ], ], 'OperationFailureException' => [ 'base' => '

Lightsail throws this exception when an operation fails to execute.

', 'refs' => [], ], 'OperationList' => [ 'base' => NULL, 'refs' => [ 'AllocateStaticIpResult$operations' => '

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.

', 'AttachDiskResult$operations' => '

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.

', 'AttachInstancesToLoadBalancerResult$operations' => '

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.

', 'AttachLoadBalancerTlsCertificateResult$operations' => '

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.

', 'AttachStaticIpResult$operations' => '

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.

', 'CopySnapshotResult$operations' => '

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.

', 'CreateBucketAccessKeyResult$operations' => '

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.

', 'CreateBucketResult$operations' => '

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.

', 'CreateCertificateResult$operations' => '

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.

', 'CreateCloudFormationStackResult$operations' => '

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.

', 'CreateContactMethodResult$operations' => '

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.

', 'CreateDiskFromSnapshotResult$operations' => '

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.

', 'CreateDiskResult$operations' => '

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.

', 'CreateDiskSnapshotResult$operations' => '

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.

', 'CreateInstanceSnapshotResult$operations' => '

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.

', 'CreateInstancesFromSnapshotResult$operations' => '

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.

', 'CreateInstancesResult$operations' => '

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.

', 'CreateLoadBalancerResult$operations' => '

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.

', 'CreateLoadBalancerTlsCertificateResult$operations' => '

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.

', 'CreateRelationalDatabaseFromSnapshotResult$operations' => '

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.

', 'CreateRelationalDatabaseResult$operations' => '

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.

', 'CreateRelationalDatabaseSnapshotResult$operations' => '

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.

', 'DeleteAlarmResult$operations' => '

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.

', 'DeleteAutoSnapshotResult$operations' => '

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.

', 'DeleteBucketAccessKeyResult$operations' => '

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.

', 'DeleteBucketResult$operations' => '

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.

', 'DeleteCertificateResult$operations' => '

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.

', 'DeleteContactMethodResult$operations' => '

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.

', 'DeleteDiskResult$operations' => '

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.

', 'DeleteDiskSnapshotResult$operations' => '

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.

', 'DeleteInstanceResult$operations' => '

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.

', 'DeleteInstanceSnapshotResult$operations' => '

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.

', 'DeleteKnownHostKeysResult$operations' => '

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.

', 'DeleteLoadBalancerResult$operations' => '

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.

', 'DeleteLoadBalancerTlsCertificateResult$operations' => '

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.

', 'DeleteRelationalDatabaseResult$operations' => '

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.

', 'DeleteRelationalDatabaseSnapshotResult$operations' => '

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.

', 'DetachDiskResult$operations' => '

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.

', 'DetachInstancesFromLoadBalancerResult$operations' => '

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.

', 'DetachStaticIpResult$operations' => '

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.

', 'DisableAddOnResult$operations' => '

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.

', 'EnableAddOnResult$operations' => '

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.

', 'ExportSnapshotResult$operations' => '

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.

', 'GetOperationsForResourceResult$operations' => '

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.

', 'GetOperationsResult$operations' => '

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.

', 'PutAlarmResult$operations' => '

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.

', 'RebootInstanceResult$operations' => '

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.

', 'RebootRelationalDatabaseResult$operations' => '

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.

', 'ReleaseStaticIpResult$operations' => '

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.

', 'SendContactMethodVerificationResult$operations' => '

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.

', 'SetIpAddressTypeResult$operations' => '

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.

', 'SetResourceAccessForBucketResult$operations' => '

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.

', 'StartGUISessionResult$operations' => '

The available API operations.

', 'StartInstanceResult$operations' => '

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.

', 'StartRelationalDatabaseResult$operations' => '

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.

', 'StopGUISessionResult$operations' => '

The available API operations.

', 'StopInstanceResult$operations' => '

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.

', 'StopRelationalDatabaseResult$operations' => '

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.

', 'TagResourceResult$operations' => '

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.

', 'TestAlarmResult$operations' => '

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.

', 'UntagResourceResult$operations' => '

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.

', 'UpdateBucketBundleResult$operations' => '

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.

', 'UpdateBucketResult$operations' => '

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.

', 'UpdateDomainEntryResult$operations' => '

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.

', 'UpdateLoadBalancerAttributeResult$operations' => '

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.

', 'UpdateRelationalDatabaseParametersResult$operations' => '

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.

', 'UpdateRelationalDatabaseResult$operations' => '

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.

', ], ], 'OperationStatus' => [ 'base' => NULL, 'refs' => [ 'Operation$status' => '

The status of the operation.

', ], ], 'OperationType' => [ 'base' => NULL, 'refs' => [ 'Operation$operationType' => '

The type of operation.

', ], ], 'Origin' => [ 'base' => '

Describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a Lightsail instance, bucket, or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers via a worldwide network of edge servers.

', 'refs' => [ 'LightsailDistribution$origin' => '

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

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

', ], ], 'OriginProtocolPolicyEnum' => [ 'base' => NULL, 'refs' => [ 'InputOrigin$protocolPolicy' => '

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

', 'Origin$protocolPolicy' => '

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

', ], ], 'PartnerIdList' => [ 'base' => NULL, 'refs' => [ 'Bucket$readonlyAccessAccounts' => '

An array of strings that specify the Amazon Web Services account IDs that have read-only access to the bucket.

', 'UpdateBucketRequest$readonlyAccessAccounts' => '

An array of strings to specify the Amazon Web Services account IDs that can access the bucket.

You can give a maximum of 10 Amazon Web Services accounts access to a bucket.

', ], ], 'PasswordData' => [ 'base' => '

The password data for the Windows Server-based instance, including the ciphertext and the key pair name.

', 'refs' => [ 'InstanceAccessDetails$passwordData' => '

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.

', ], ], 'PeerVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'PeerVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'PendingMaintenanceAction' => [ 'base' => '

Describes a pending database maintenance action.

', 'refs' => [ 'PendingMaintenanceActionList$member' => NULL, ], ], 'PendingMaintenanceActionList' => [ 'base' => NULL, 'refs' => [ 'RelationalDatabase$pendingMaintenanceActions' => '

Describes the pending maintenance actions for the database.

', ], ], 'PendingModifiedRelationalDatabaseValues' => [ 'base' => '

Describes a pending database value modification.

', 'refs' => [ 'RelationalDatabase$pendingModifiedValues' => '

Describes pending database value modifications.

', ], ], 'Port' => [ 'base' => NULL, 'refs' => [ 'CreateLoadBalancerRequest$instancePort' => '

The instance port where you\'re creating your load balancer.

', 'InstancePortInfo$fromPort' => '

The first port in a range of open ports on an instance.

Allowed ports:

', 'InstancePortInfo$toPort' => '

The last port in a range of open ports on an instance.

Allowed ports:

', 'InstancePortState$fromPort' => '

The first port in a range of open ports on an instance.

Allowed ports:

', 'InstancePortState$toPort' => '

The last port in a range of open ports on an instance.

Allowed ports:

', 'PortInfo$fromPort' => '

The first port in a range of open ports on an instance.

Allowed ports:

', 'PortInfo$toPort' => '

The last port in a range of open ports on an instance.

Allowed ports:

', 'PortList$member' => NULL, ], ], 'PortAccessType' => [ 'base' => NULL, 'refs' => [ 'InstancePortInfo$accessType' => '

The type of access (Public or Private).

', ], ], 'PortInfo' => [ 'base' => '

Describes ports to open on an instance, the IP addresses allowed to connect to the instance through the ports, and the protocol.

', 'refs' => [ 'CloseInstancePublicPortsRequest$portInfo' => '

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

', 'OpenInstancePublicPortsRequest$portInfo' => '

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

', 'PortInfoList$member' => NULL, ], ], 'PortInfoList' => [ 'base' => NULL, 'refs' => [ 'PutInstancePublicPortsRequest$portInfos' => '

An array of objects to describe the ports to open for the specified instance.

', ], ], 'PortInfoSourceType' => [ 'base' => NULL, 'refs' => [ 'InstanceEntry$portInfoSource' => '

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.

', ], ], 'PortList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancer$publicPorts' => '

An array of public port settings for your load balancer. For HTTP, use port 80. For HTTPS, use port 443.

', ], ], 'PortMap' => [ 'base' => NULL, 'refs' => [ 'Container$ports' => '

The open firewall ports of the container.

', ], ], 'PortState' => [ 'base' => NULL, 'refs' => [ 'InstancePortState$state' => '

Specifies whether the instance port is open or closed.

The port state for Lightsail instances is always open.

', ], ], 'PricingUnit' => [ 'base' => NULL, 'refs' => [ 'EstimateByTime$pricingUnit' => '

The unit of measurement that\'s used for the cost estimate.

', ], ], 'PrivateRegistryAccess' => [ 'base' => '

Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'ContainerService$privateRegistryAccess' => '

An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', ], ], 'PrivateRegistryAccessRequest' => [ 'base' => '

Describes a request to configure an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'CreateContainerServiceRequest$privateRegistryAccess' => '

An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', 'UpdateContainerServiceRequest$privateRegistryAccess' => '

An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

', ], ], 'PutAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutAlarmResult' => [ 'base' => NULL, 'refs' => [], ], 'PutInstancePublicPortsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutInstancePublicPortsResult' => [ 'base' => NULL, 'refs' => [], ], 'QueryStringObject' => [ 'base' => '

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.

', 'refs' => [ 'CacheSettings$forwardedQueryStrings' => '

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.

', ], ], 'R53HostedZoneDeletionState' => [ 'base' => '

Describes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically delegated to an Amazon Lightsail DNS zone.

', 'refs' => [ 'RegisteredDomainDelegationInfo$r53HostedZoneDeletionState' => '

Describes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically delegated to an Amazon Lightsail DNS zone.

', ], ], 'R53HostedZoneDeletionStateCode' => [ 'base' => NULL, 'refs' => [ 'R53HostedZoneDeletionState$code' => '

The status code for the deletion state.

Following are the possible values:

', ], ], 'RebootInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'RebootInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'RebootRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'RebootRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'RecordState' => [ 'base' => NULL, 'refs' => [ 'CloudFormationStackRecord$state' => '

The current state of the CloudFormation stack record.

', 'ExportSnapshotRecord$state' => '

The state of the export snapshot record.

', ], ], 'Region' => [ 'base' => '

Describes the Amazon Web Services Region.

', 'refs' => [ 'RegionList$member' => NULL, ], ], 'RegionList' => [ 'base' => NULL, 'refs' => [ 'GetRegionsResult$regions' => '

An array of key-value pairs containing information about your get regions request.

', ], ], 'RegionName' => [ 'base' => NULL, 'refs' => [ 'CopySnapshotRequest$sourceRegion' => '

The Amazon Web Services Region where the source manual or automatic snapshot is located.

', 'InputOrigin$regionName' => '

The AWS Region name of the origin resource.

', 'Origin$regionName' => '

The AWS Region name of the origin resource.

', 'Region$name' => '

The region name (e.g., us-east-2).

', 'ResourceLocation$regionName' => '

The Amazon Web Services Region name.

', ], ], 'RegisterContainerImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterContainerImageResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisteredDomainDelegationInfo' => [ 'base' => '

Describes the delegation state of an Amazon Route 53 registered domain to Amazon Lightsail.

When you delegate an Amazon Route 53 registered domain to Lightsail, you can manage the DNS of the domain using a Lightsail DNS zone. You no longer use the Route 53 hosted zone to manage the DNS of the domain. To delegate the domain, Lightsail automatically updates the domain\'s name servers in Route 53 to the name servers of the Lightsail DNS zone. Then, Lightsail automatically deletes the Route 53 hosted zone for the domain.

All of the following conditions must be true for automatic domain delegation to be successful:

If automatic domain delegation fails, or if you manage the DNS of your domain using a service other than Route 53, then you must manually add the Lightsail DNS zone name servers to your domain in order to delegate management of its DNS to Lightsail. For more information, see Creating a DNS zone to manage your domain’s records in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'refs' => [ 'Domain$registeredDomainDelegationInfo' => '

An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.

', ], ], 'RelationalDatabase' => [ 'base' => '

Describes a database.

', 'refs' => [ 'GetRelationalDatabaseResult$relationalDatabase' => '

An object describing the specified database.

', 'RelationalDatabaseList$member' => NULL, ], ], 'RelationalDatabaseBlueprint' => [ 'base' => '

Describes a database image, or blueprint. A blueprint describes the major engine version of a database.

', 'refs' => [ 'RelationalDatabaseBlueprintList$member' => NULL, ], ], 'RelationalDatabaseBlueprintList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseBlueprintsResult$blueprints' => '

An object describing the result of your get relational database blueprints request.

', ], ], 'RelationalDatabaseBundle' => [ 'base' => '

Describes a database bundle. A bundle describes the performance specifications of the database.

', 'refs' => [ 'RelationalDatabaseBundleList$member' => NULL, ], ], 'RelationalDatabaseBundleList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseBundlesResult$bundles' => '

An object describing the result of your get relational database bundles request.

', ], ], 'RelationalDatabaseEndpoint' => [ 'base' => '

Describes an endpoint for a database.

', 'refs' => [ 'RelationalDatabase$masterEndpoint' => '

The master endpoint for the database.

', ], ], 'RelationalDatabaseEngine' => [ 'base' => NULL, 'refs' => [ 'RelationalDatabaseBlueprint$engine' => '

The database software of the database blueprint (for example, MySQL).

', ], ], 'RelationalDatabaseEvent' => [ 'base' => '

Describes an event for a database.

', 'refs' => [ 'RelationalDatabaseEventList$member' => NULL, ], ], 'RelationalDatabaseEventList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseEventsResult$relationalDatabaseEvents' => '

An object describing the result of your get relational database events request.

', ], ], 'RelationalDatabaseHardware' => [ 'base' => '

Describes the hardware of a database.

', 'refs' => [ 'RelationalDatabase$hardware' => '

Describes the hardware of the database.

', ], ], 'RelationalDatabaseList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabasesResult$relationalDatabases' => '

An object describing the result of your get relational databases request.

', ], ], 'RelationalDatabaseMetricName' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseMetricDataRequest$metricName' => '

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.

', 'GetRelationalDatabaseMetricDataResult$metricName' => '

The name of the metric returned.

', ], ], 'RelationalDatabaseParameter' => [ 'base' => '

Describes the parameters of a database.

', 'refs' => [ 'RelationalDatabaseParameterList$member' => NULL, ], ], 'RelationalDatabaseParameterList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseParametersResult$parameters' => '

An object describing the result of your get relational database parameters request.

', 'UpdateRelationalDatabaseParametersRequest$parameters' => '

The database parameters to update.

', ], ], 'RelationalDatabasePasswordVersion' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseMasterUserPasswordRequest$passwordVersion' => '

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

', ], ], 'RelationalDatabaseSnapshot' => [ 'base' => '

Describes a database snapshot.

', 'refs' => [ 'GetRelationalDatabaseSnapshotResult$relationalDatabaseSnapshot' => '

An object describing the specified database snapshot.

', 'RelationalDatabaseSnapshotList$member' => NULL, ], ], 'RelationalDatabaseSnapshotList' => [ 'base' => NULL, 'refs' => [ 'GetRelationalDatabaseSnapshotsResult$relationalDatabaseSnapshots' => '

An object describing the result of your get relational database snapshots request.

', ], ], 'ReleaseStaticIpRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseStaticIpResult' => [ 'base' => NULL, 'refs' => [], ], 'RenewalStatus' => [ 'base' => NULL, 'refs' => [ 'RenewalSummary$renewalStatus' => '

The renewal status of the certificate.

The following renewal status are possible:

', ], ], 'RenewalStatusReason' => [ 'base' => NULL, 'refs' => [ 'RenewalSummary$renewalStatusReason' => '

The reason for the renewal status of the certificate.

', ], ], 'RenewalSummary' => [ 'base' => '

Describes the status of a SSL/TLS certificate renewal managed by Amazon Lightsail.

', 'refs' => [ 'Certificate$renewalSummary' => '

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

', ], ], 'RequestFailureReason' => [ 'base' => NULL, 'refs' => [ 'Certificate$requestFailureReason' => '

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

The following failure reasons are possible:

', ], ], 'ResetDistributionCacheRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetDistributionCacheResult' => [ 'base' => NULL, 'refs' => [], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'MonitoredResourceInfo$arn' => '

The Amazon Resource Name (ARN) of the resource being monitored.

', 'TagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource to which you want to add a tag.

', 'UntagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource from which you want to remove a tag.

', ], ], 'ResourceBucketAccess' => [ 'base' => NULL, 'refs' => [ 'SetResourceAccessForBucketRequest$access' => '

The access setting.

The following access settings are available:

', ], ], 'ResourceBudgetEstimate' => [ 'base' => '

Describes the estimated cost or usage that a budget tracks.

', 'refs' => [ 'ResourcesBudgetEstimate$member' => NULL, ], ], 'ResourceLocation' => [ 'base' => '

Describes the resource location.

', 'refs' => [ 'Alarm$location' => '

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

', 'Bucket$location' => '

An object that describes the location of the bucket, such as the Amazon Web Services Region and Availability Zone.

', 'CloudFormationStackRecord$location' => '

A list of objects describing the Availability Zone and Amazon Web Services Region of the CloudFormation stack record.

', 'ContactMethod$location' => '

An object that describes the location of the contact method, such as the Amazon Web Services Region and Availability Zone.

', 'ContainerService$location' => '

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

', 'Disk$location' => '

The AWS Region and Availability Zone where the disk is located.

', 'DiskSnapshot$location' => '

The AWS Region and Availability Zone where the disk snapshot was created.

', 'Domain$location' => '

The AWS Region and Availability Zones where the domain recordset was created.

', 'ExportSnapshotRecord$location' => '

The AWS Region and Availability Zone where the export snapshot record is located.

', 'Instance$location' => '

The region name and Availability Zone where the instance is located.

', 'InstanceSnapshot$location' => '

The region name and Availability Zone where you created the snapshot.

', 'KeyPair$location' => '

The region name and Availability Zone where the key pair was created.

', 'LightsailDistribution$location' => '

An object that describes the location of the distribution, such as the Amazon Web Services Region and Availability Zone.

Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.

', 'LoadBalancer$location' => '

The AWS Region where your load balancer was created (e.g., us-east-2a). Lightsail automatically creates your load balancer across Availability Zones.

', 'LoadBalancerTlsCertificate$location' => '

The Amazon Web Services Region and Availability Zone where you created your certificate.

', 'Operation$location' => '

The Amazon Web Services Region and Availability Zone.

', 'RelationalDatabase$location' => '

The Region name and Availability Zone where the database is located.

', 'RelationalDatabaseSnapshot$location' => '

The Region name and Availability Zone where the database snapshot is located.

', 'StaticIp$location' => '

The region and Availability Zone where the static IP was created.

', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'Alarm$name' => '

The name of the alarm.

', 'AllocateStaticIpRequest$staticIpName' => '

The name of the static IP address.

', 'AttachCertificateToDistributionRequest$distributionName' => '

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.

', 'AttachCertificateToDistributionRequest$certificateName' => '

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.

', 'AttachDiskRequest$diskName' => '

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

', 'AttachDiskRequest$instanceName' => '

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

', 'AttachInstancesToLoadBalancerRequest$loadBalancerName' => '

The name of the load balancer.

', 'AttachLoadBalancerTlsCertificateRequest$loadBalancerName' => '

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

', 'AttachLoadBalancerTlsCertificateRequest$certificateName' => '

The name of your SSL/TLS certificate.

', 'AttachStaticIpRequest$staticIpName' => '

The name of the static IP.

', 'AttachStaticIpRequest$instanceName' => '

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

', 'AttachedDiskMap$key' => NULL, 'Blueprint$name' => '

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

', 'CloseInstancePublicPortsRequest$instanceName' => '

The name of the instance for which to close ports.

', 'CloudFormationStackRecord$name' => '

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

', 'ContactMethod$name' => '

The name of the contact method.

', 'CopySnapshotRequest$sourceSnapshotName' => '

The name of the source manual snapshot to copy.

Constraint:

', 'CopySnapshotRequest$targetSnapshotName' => '

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

', 'CreateDiskFromSnapshotRequest$diskName' => '

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

', 'CreateDiskFromSnapshotRequest$diskSnapshotName' => '

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

Constraint:

', 'CreateDiskRequest$diskName' => '

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

', 'CreateDiskSnapshotRequest$diskName' => '

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.

', 'CreateDiskSnapshotRequest$diskSnapshotName' => '

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

', 'CreateDiskSnapshotRequest$instanceName' => '

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.

', 'CreateDistributionRequest$distributionName' => '

The name for the distribution.

', 'CreateGUISessionAccessDetailsRequest$resourceName' => '

The resource name.

', 'CreateGUISessionAccessDetailsResult$resourceName' => '

The resource name.

', 'CreateInstanceSnapshotRequest$instanceSnapshotName' => '

The name for your new snapshot.

', 'CreateInstanceSnapshotRequest$instanceName' => '

The Lightsail instance on which to base your snapshot.

', 'CreateInstancesFromSnapshotRequest$instanceSnapshotName' => '

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:

', 'CreateInstancesFromSnapshotRequest$keyPairName' => '

The name for your key pair.

', 'CreateInstancesRequest$customImageName' => '

(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.

', 'CreateInstancesRequest$keyPairName' => '

The name of your key pair.

', 'CreateKeyPairRequest$keyPairName' => '

The name for your new key pair.

', 'CreateLoadBalancerRequest$loadBalancerName' => '

The name of your load balancer.

', 'CreateLoadBalancerRequest$certificateName' => '

The name of the SSL/TLS certificate.

If you specify certificateName, then certificateDomainName is required (and vice-versa).

', 'CreateLoadBalancerTlsCertificateRequest$loadBalancerName' => '

The load balancer name where you want to create the SSL/TLS certificate.

', 'CreateLoadBalancerTlsCertificateRequest$certificateName' => '

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.

', 'CreateRelationalDatabaseFromSnapshotRequest$relationalDatabaseName' => '

The name to use for your new Lightsail database resource.

Constraints:

', 'CreateRelationalDatabaseFromSnapshotRequest$relationalDatabaseSnapshotName' => '

The name of the database snapshot from which to create your new database.

', 'CreateRelationalDatabaseFromSnapshotRequest$sourceRelationalDatabaseName' => '

The name of the source database.

', 'CreateRelationalDatabaseRequest$relationalDatabaseName' => '

The name to use for your new Lightsail database resource.

Constraints:

', 'CreateRelationalDatabaseSnapshotRequest$relationalDatabaseName' => '

The name of the database on which to base your new snapshot.

', 'CreateRelationalDatabaseSnapshotRequest$relationalDatabaseSnapshotName' => '

The name for your new database snapshot.

Constraints:

', 'DeleteAlarmRequest$alarmName' => '

The name of the alarm to delete.

', 'DeleteAutoSnapshotRequest$resourceName' => '

The name of the source instance or disk from which to delete the automatic snapshot.

', 'DeleteDiskRequest$diskName' => '

The unique name of the disk you want to delete (e.g., my-disk).

', 'DeleteDiskSnapshotRequest$diskSnapshotName' => '

The name of the disk snapshot you want to delete (e.g., my-disk-snapshot).

', 'DeleteDistributionRequest$distributionName' => '

The name of the distribution to delete.

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

', 'DeleteInstanceRequest$instanceName' => '

The name of the instance to delete.

', 'DeleteInstanceSnapshotRequest$instanceSnapshotName' => '

The name of the snapshot to delete.

', 'DeleteKeyPairRequest$keyPairName' => '

The name of the key pair to delete.

', 'DeleteKnownHostKeysRequest$instanceName' => '

The name of the instance for which you want to reset the host key or certificate.

', 'DeleteLoadBalancerRequest$loadBalancerName' => '

The name of the load balancer you want to delete.

', 'DeleteLoadBalancerTlsCertificateRequest$loadBalancerName' => '

The load balancer name.

', 'DeleteLoadBalancerTlsCertificateRequest$certificateName' => '

The SSL/TLS certificate name.

', 'DeleteRelationalDatabaseRequest$relationalDatabaseName' => '

The name of the database that you are deleting.

', 'DeleteRelationalDatabaseRequest$finalRelationalDatabaseSnapshotName' => '

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:

', 'DeleteRelationalDatabaseSnapshotRequest$relationalDatabaseSnapshotName' => '

The name of the database snapshot that you are deleting.

', 'DetachCertificateFromDistributionRequest$distributionName' => '

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.

', 'DetachDiskRequest$diskName' => '

The unique name of the disk you want to detach from your instance (e.g., my-disk).

', 'DetachInstancesFromLoadBalancerRequest$loadBalancerName' => '

The name of the Lightsail load balancer.

', 'DetachStaticIpRequest$staticIpName' => '

The name of the static IP to detach from the instance.

', 'DisableAddOnRequest$resourceName' => '

The name of the source resource for which to disable the add-on.

', 'Disk$name' => '

The unique name of the disk.

', 'Disk$attachedTo' => '

The resources to which the disk is attached.

', 'DiskMap$newDiskName' => '

The new disk name (e.g., my-new-disk).

', 'DiskSnapshot$name' => '

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

', 'DiskSnapshot$fromDiskName' => '

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

', 'DiskSnapshot$fromInstanceName' => '

The unique name of the source instance from which the disk (system volume) snapshot was created.

', 'Domain$name' => '

The name of the domain.

', 'EnableAddOnRequest$resourceName' => '

The name of the source resource for which to enable or modify the add-on.

', 'ExportSnapshotRecord$name' => '

The export snapshot record name.

', 'ExportSnapshotRequest$sourceSnapshotName' => '

The name of the instance or disk snapshot to be exported to Amazon EC2.

', 'GetAlarmsRequest$alarmName' => '

The name of the alarm.

Specify an alarm name to return information about a specific alarm.

', 'GetAlarmsRequest$monitoredResourceName' => '

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.

', 'GetAutoSnapshotsRequest$resourceName' => '

The name of the source instance or disk from which to get automatic snapshot information.

', 'GetAutoSnapshotsResult$resourceName' => '

The name of the source instance or disk for the automatic snapshots.

', 'GetCostEstimateRequest$resourceName' => '

The resource name.

', 'GetDiskRequest$diskName' => '

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

', 'GetDiskSnapshotRequest$diskSnapshotName' => '

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

', 'GetDistributionLatestCacheResetRequest$distributionName' => '

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.

', 'GetDistributionMetricDataRequest$distributionName' => '

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.

', 'GetDistributionsRequest$distributionName' => '

The name of the distribution for which to return information.

When omitted, the response includes all of your distributions in the Amazon Web Services Region where the request is made.

', 'GetInstanceAccessDetailsRequest$instanceName' => '

The name of the instance to access.

', 'GetInstanceMetricDataRequest$instanceName' => '

The name of the instance for which you want to get metrics data.

', 'GetInstancePortStatesRequest$instanceName' => '

The name of the instance for which to return firewall port states.

', 'GetInstanceRequest$instanceName' => '

The name of the instance.

', 'GetInstanceSnapshotRequest$instanceSnapshotName' => '

The name of the snapshot for which you are requesting information.

', 'GetInstanceStateRequest$instanceName' => '

The name of the instance to get state information about.

', 'GetKeyPairRequest$keyPairName' => '

The name of the key pair for which you are requesting information.

', 'GetLoadBalancerMetricDataRequest$loadBalancerName' => '

The name of the load balancer.

', 'GetLoadBalancerRequest$loadBalancerName' => '

The name of the load balancer.

', 'GetLoadBalancerTlsCertificatesRequest$loadBalancerName' => '

The name of the load balancer you associated with your SSL/TLS certificate.

', 'GetOperationsForResourceRequest$resourceName' => '

The name of the resource for which you are requesting information.

', 'GetRelationalDatabaseEventsRequest$relationalDatabaseName' => '

The name of the database from which to get events.

', 'GetRelationalDatabaseLogEventsRequest$relationalDatabaseName' => '

The name of your database for which to get log events.

', 'GetRelationalDatabaseLogStreamsRequest$relationalDatabaseName' => '

The name of your database for which to get log streams.

', 'GetRelationalDatabaseMasterUserPasswordRequest$relationalDatabaseName' => '

The name of your database for which to get the master user password.

', 'GetRelationalDatabaseMetricDataRequest$relationalDatabaseName' => '

The name of your database from which to get metric data.

', 'GetRelationalDatabaseParametersRequest$relationalDatabaseName' => '

The name of your database for which to get parameters.

', 'GetRelationalDatabaseRequest$relationalDatabaseName' => '

The name of the database that you are looking up.

', 'GetRelationalDatabaseSnapshotRequest$relationalDatabaseSnapshotName' => '

The name of the database snapshot for which to get information.

', 'GetStaticIpRequest$staticIpName' => '

The name of the static IP in Lightsail.

', 'ImportKeyPairRequest$keyPairName' => '

The name of the key pair for which you want to import the public key.

', 'InputOrigin$name' => '

The name of the origin resource.

', 'Instance$name' => '

The name the user gave the instance (e.g., Amazon_Linux-1GB-Ohio-1).

', 'Instance$sshKeyName' => '

The name of the SSH key being used to connect to the instance (e.g., LightsailDefaultKeyPair).

', 'InstanceAccessDetails$instanceName' => '

The name of this Amazon Lightsail instance.

', 'InstanceEntry$sourceName' => '

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.

', 'InstanceHealthSummary$instanceName' => '

The name of the Lightsail instance for which you are requesting health check data.

', 'InstanceSnapshot$name' => '

The name of the snapshot.

', 'InstanceSnapshot$fromInstanceName' => '

The instance from which the snapshot was created.

', 'KeyPair$name' => '

The friendly name of the SSH key pair.

', 'LightsailDistribution$name' => '

The name of the distribution.

', 'LightsailDistribution$certificateName' => '

The name of the SSL/TLS certificate attached to the distribution, if any.

', 'LoadBalancer$name' => '

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

', 'LoadBalancer$tlsPolicyName' => '

The name of the TLS security policy for the load balancer.

', 'LoadBalancerTlsCertificate$name' => '

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

', 'LoadBalancerTlsCertificate$loadBalancerName' => '

The load balancer name where your SSL/TLS certificate is attached.

', 'LoadBalancerTlsCertificateSummary$name' => '

The name of the SSL/TLS certificate.

', 'LoadBalancerTlsPolicy$name' => '

The name of the TLS security policy.

', 'MonitoredResourceInfo$name' => '

The name of the Lightsail resource being monitored.

', 'OpenInstancePublicPortsRequest$instanceName' => '

The name of the instance for which to open ports.

', 'Operation$resourceName' => '

The resource name.

', 'Origin$name' => '

The name of the origin resource.

', 'PasswordData$keyPairName' => '

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.

', 'PutAlarmRequest$alarmName' => '

The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

', 'PutAlarmRequest$monitoredResourceName' => '

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.

', 'PutInstancePublicPortsRequest$instanceName' => '

The name of the instance for which to open ports.

', 'RebootInstanceRequest$instanceName' => '

The name of the instance to reboot.

', 'RebootRelationalDatabaseRequest$relationalDatabaseName' => '

The name of your database to reboot.

', 'RelationalDatabase$name' => '

The unique name of the database resource in Lightsail.

', 'RelationalDatabaseEvent$resource' => '

The database that the database event relates to.

', 'RelationalDatabaseSnapshot$name' => '

The name of the database snapshot.

', 'ReleaseStaticIpRequest$staticIpName' => '

The name of the static IP to delete.

', 'ResetDistributionCacheRequest$distributionName' => '

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.

', 'ResourceBudgetEstimate$resourceName' => '

The resource name.

', 'ResourceNameList$member' => NULL, 'SetIpAddressTypeRequest$resourceName' => '

The name of the resource for which to set the IP address type.

', 'SetResourceAccessForBucketRequest$resourceName' => '

The name of the Lightsail instance for which to set bucket access. The instance must be in a running or stopped state.

', 'StartGUISessionRequest$resourceName' => '

The resource name.

', 'StartInstanceRequest$instanceName' => '

The name of the instance (a virtual private server) to start.

', 'StartRelationalDatabaseRequest$relationalDatabaseName' => '

The name of your database to start.

', 'StaticIp$name' => '

The name of the static IP (e.g., StaticIP-Ohio-EXAMPLE).

', 'StaticIp$attachedTo' => '

The instance where the static IP is attached (e.g., Amazon_Linux-1GB-Ohio-1).

', 'StopGUISessionRequest$resourceName' => '

The resource name.

', 'StopInstanceRequest$instanceName' => '

The name of the instance (a virtual private server) to stop.

', 'StopRelationalDatabaseRequest$relationalDatabaseName' => '

The name of your database to stop.

', 'StopRelationalDatabaseRequest$relationalDatabaseSnapshotName' => '

The name of your new database snapshot to be created before stopping your database.

', 'TagResourceRequest$resourceName' => '

The name of the resource to which you are adding tags.

', 'TestAlarmRequest$alarmName' => '

The name of the alarm to test.

', 'UntagResourceRequest$resourceName' => '

The name of the resource from which you are removing a tag.

', 'UpdateDistributionBundleRequest$distributionName' => '

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.

', 'UpdateDistributionRequest$distributionName' => '

The name of the distribution to update.

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

', 'UpdateInstanceMetadataOptionsRequest$instanceName' => '

The name of the instance for which to update metadata parameters.

', 'UpdateLoadBalancerAttributeRequest$loadBalancerName' => '

The name of the load balancer that you want to modify (e.g., my-load-balancer.

', 'UpdateRelationalDatabaseParametersRequest$relationalDatabaseName' => '

The name of your database for which to update parameters.

', 'UpdateRelationalDatabaseRequest$relationalDatabaseName' => '

The name of your Lightsail database resource to update.

', ], ], 'ResourceNameList' => [ 'base' => NULL, 'refs' => [ 'AttachInstancesToLoadBalancerRequest$instanceNames' => '

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).

', 'DetachInstancesFromLoadBalancerRequest$instanceNames' => '

An array of strings containing the names of the instances you want to detach from the load balancer.

', ], ], 'ResourceReceivingAccess' => [ 'base' => '

Describes an Amazon Lightsail instance that has access to a Lightsail bucket.

', 'refs' => [ 'AccessReceiverList$member' => NULL, ], ], 'ResourceRecord' => [ 'base' => '

Describes the domain name system (DNS) records to add to your domain\'s DNS to validate it for an Amazon Lightsail certificate.

', 'refs' => [ 'DomainValidationRecord$resourceRecord' => '

An object that describes the DNS records to add to your domain\'s DNS to validate it for the certificate.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'Alarm$resourceType' => '

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

', 'CloudFormationStackRecord$resourceType' => '

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

', 'ContactMethod$resourceType' => '

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

', 'ContainerService$resourceType' => '

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

', 'Disk$resourceType' => '

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

', 'DiskSnapshot$resourceType' => '

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

', 'Domain$resourceType' => '

The resource type.

', 'ExportSnapshotRecord$resourceType' => '

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

', 'GetAutoSnapshotsResult$resourceType' => '

The resource type (e.g., Instance or Disk).

', 'Instance$resourceType' => '

The type of resource (usually Instance).

', 'InstanceSnapshot$resourceType' => '

The type of resource (usually InstanceSnapshot).

', 'KeyPair$resourceType' => '

The resource type (usually KeyPair).

', 'LightsailDistribution$resourceType' => '

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

', 'LoadBalancer$resourceType' => '

The resource type (e.g., LoadBalancer.

', 'LoadBalancerTlsCertificate$resourceType' => '

The resource type (e.g., LoadBalancerTlsCertificate).

', 'MonitoredResourceInfo$resourceType' => '

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.

', 'Operation$resourceType' => '

The resource type.

', 'Origin$resourceType' => '

The resource type of the origin resource (e.g., Instance).

', 'RelationalDatabase$resourceType' => '

The Lightsail resource type for the database (for example, RelationalDatabase).

', 'RelationalDatabaseSnapshot$resourceType' => '

The Lightsail resource type.

', 'ResourceBudgetEstimate$resourceType' => '

The type of resource the budget will track.

', 'SetIpAddressTypeRequest$resourceType' => '

The resource type.

The possible values are Distribution, Instance, and LoadBalancer.

Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

', 'StaticIp$resourceType' => '

The resource type (usually StaticIp).

', ], ], 'ResourcesBudgetEstimate' => [ 'base' => NULL, 'refs' => [ 'GetCostEstimateResult$resourcesBudgetEstimate' => '

Returns the estimate\'s forecasted cost or usage.

', ], ], 'RevocationReason' => [ 'base' => NULL, 'refs' => [ 'Certificate$revocationReason' => '

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

', ], ], 'SendContactMethodVerificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendContactMethodVerificationResult' => [ 'base' => NULL, 'refs' => [], ], 'SensitiveNonEmptyString' => [ 'base' => NULL, 'refs' => [ 'Session$url' => '

The session URL.

', ], ], 'SensitiveString' => [ 'base' => NULL, 'refs' => [ 'CreateRelationalDatabaseRequest$masterUserPassword' => '

The password for the master user. The password can include any printable ASCII character except "/", """, or "@". It cannot contain spaces.

MySQL

Constraints: Must contain from 8 to 41 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

', 'GetRelationalDatabaseMasterUserPasswordResult$masterUserPassword' => '

The master user password for the password version specified.

', 'UpdateRelationalDatabaseRequest$masterUserPassword' => '

The password for the master user. The password can include any printable ASCII character except "/", """, or "@".

MySQL

Constraints: Must contain from 8 to 41 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

', ], ], 'SerialNumber' => [ 'base' => NULL, 'refs' => [ 'Certificate$serialNumber' => '

The serial number of the certificate.

', ], ], 'ServiceException' => [ 'base' => '

A general service exception.

', 'refs' => [], ], 'Session' => [ 'base' => '

Describes a web-based, remote graphical user interface (GUI), NICE DCV session. The session is used to access a virtual computer’s operating system or application.

', 'refs' => [ 'Sessions$member' => NULL, ], ], 'Sessions' => [ 'base' => NULL, 'refs' => [ 'CreateGUISessionAccessDetailsResult$sessions' => '

Returns information about the specified NICE DCV GUI session.

', ], ], 'SetIpAddressTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'SetIpAddressTypeResult' => [ 'base' => NULL, 'refs' => [], ], 'SetResourceAccessForBucketRequest' => [ 'base' => NULL, 'refs' => [], ], 'SetResourceAccessForBucketResult' => [ 'base' => NULL, 'refs' => [], ], 'StartGUISessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartGUISessionResult' => [ 'base' => NULL, 'refs' => [], ], 'StartInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'StartRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'StaticIp' => [ 'base' => '

Describes a static IP.

', 'refs' => [ 'GetStaticIpResult$staticIp' => '

An array of key-value pairs containing information about the requested static IP.

', 'StaticIpList$member' => NULL, ], ], 'StaticIpList' => [ 'base' => NULL, 'refs' => [ 'GetStaticIpsResult$staticIps' => '

An array of key-value pairs containing information about your get static IPs request.

', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'CreateGUISessionAccessDetailsResult$status' => '

The status of the operation.

', ], ], 'StatusType' => [ 'base' => NULL, 'refs' => [ 'AccessKey$status' => '

The status of the access key.

A status of Active means that the key is valid, while Inactive means it is not.

', ], ], 'StopGUISessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopGUISessionResult' => [ 'base' => NULL, 'refs' => [], ], 'StopInstanceOnIdleRequest' => [ 'base' => '

Describes a request to create or edit the StopInstanceOnIdle add-on.

This add-on only applies to Lightsail for Research resources.

', 'refs' => [ 'AddOnRequest$stopInstanceOnIdleRequest' => '

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

This object only applies to Lightsail for Research resources.

', ], ], 'StopInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'StopRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'Container$command' => '

The launch command for the container.

', 'CookieObject$cookiesAllowList' => '

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

', 'CreateInstancesFromSnapshotRequest$instanceNames' => '

The names for your new instances.

', 'CreateInstancesRequest$instanceNames' => '

The names to use for your new Lightsail instances. Separate multiple values using quotation marks and commas, for example: ["MyFirstInstance","MySecondInstance"]

', 'GetActiveNamesResult$activeNames' => '

The list of active names returned by the get active names request.

', 'GetRelationalDatabaseLogStreamsResult$logStreams' => '

An object describing the result of your get relational database log streams request.

', 'InstancePortInfo$cidrs' => '

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.

', 'InstancePortInfo$ipv6Cidrs' => '

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.

', 'InstancePortInfo$cidrListAliases' => '

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.

', 'InstancePortState$cidrs' => '

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.

', 'InstancePortState$ipv6Cidrs' => '

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.

', 'InstancePortState$cidrListAliases' => '

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.

', 'LightsailDistribution$alternativeDomainNames' => '

The alternate domain names of the distribution.

', 'LoadBalancerTlsCertificate$subjectAlternativeNames' => '

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

', 'LoadBalancerTlsPolicy$protocols' => '

The protocols used in a given TLS security policy.

', 'LoadBalancerTlsPolicy$ciphers' => '

The ciphers used by the TLS security policy.

The ciphers are listed in order of preference.

', 'PortInfo$cidrs' => '

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.

', 'PortInfo$ipv6Cidrs' => '

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.

', 'PortInfo$cidrListAliases' => '

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.

', 'QueryStringObject$queryStringsAllowList' => '

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.

', 'RelationalDatabaseEvent$eventCategories' => '

The category that the database event belongs to.

', ], ], 'StringMax256' => [ 'base' => NULL, 'refs' => [ 'CreateContactMethodRequest$contactEndpoint' => '

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.

', 'UpdateLoadBalancerAttributeRequest$attributeValue' => '

The value that you want to specify for the attribute name.

The following values are supported depending on what you specify for the attributeName request parameter:

', ], ], 'SubjectAlternativeNameList' => [ 'base' => NULL, 'refs' => [ 'Certificate$subjectAlternativeNames' => '

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

', 'CreateCertificateRequest$subjectAlternativeNames' => '

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.

', ], ], 'Tag' => [ 'base' => '

Describes a tag key and optional value assigned to an Amazon Lightsail resource.

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

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$key' => '

The key of the tag.

Constraints: Tag keys accept a maximum of 128 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The tag keys to delete from the specified resource.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'Bucket$tags' => '

The tag keys and optional values for the bucket. For more information, see Tags in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'Certificate$tags' => '

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

', 'CertificateSummary$tags' => '

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

', 'ContainerService$tags' => '

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

', 'CreateBucketRequest$tags' => '

The tag keys and optional values to add to the bucket during creation.

Use the TagResource action to tag the bucket after it\'s created.

', 'CreateCertificateRequest$tags' => '

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.

', 'CreateContainerServiceRequest$tags' => '

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

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

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

', 'CreateDiskFromSnapshotRequest$tags' => '

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.

', 'CreateDiskRequest$tags' => '

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.

', 'CreateDiskSnapshotRequest$tags' => '

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.

', 'CreateDistributionRequest$tags' => '

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.

', 'CreateDomainRequest$tags' => '

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.

', 'CreateInstanceSnapshotRequest$tags' => '

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.

', 'CreateInstancesFromSnapshotRequest$tags' => '

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.

', 'CreateInstancesRequest$tags' => '

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.

', 'CreateKeyPairRequest$tags' => '

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.

', 'CreateLoadBalancerRequest$tags' => '

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.

', 'CreateLoadBalancerTlsCertificateRequest$tags' => '

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.

', 'CreateRelationalDatabaseFromSnapshotRequest$tags' => '

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.

', 'CreateRelationalDatabaseRequest$tags' => '

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.

', 'CreateRelationalDatabaseSnapshotRequest$tags' => '

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.

', 'Disk$tags' => '

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

', 'DiskSnapshot$tags' => '

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

', 'Domain$tags' => '

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

', 'Instance$tags' => '

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

', 'InstanceSnapshot$tags' => '

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

', 'KeyPair$tags' => '

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

', 'LightsailDistribution$tags' => '

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

', 'LoadBalancer$tags' => '

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

', 'LoadBalancerTlsCertificate$tags' => '

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

', 'RelationalDatabase$tags' => '

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

', 'RelationalDatabaseSnapshot$tags' => '

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

', 'TagResourceRequest$tags' => '

The tag key and optional value.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$value' => '

The value of the tag.

Constraints: Tag values accept a maximum of 256 letters, numbers, spaces in UTF-8, or the following characters: + - = . _ : / @

', ], ], 'TestAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'TestAlarmResult' => [ 'base' => NULL, 'refs' => [], ], 'TimeOfDay' => [ 'base' => NULL, 'refs' => [ 'AddOn$snapshotTimeOfDay' => '

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.

', 'AddOn$nextSnapshotTimeOfDay' => '

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.

', 'AutoSnapshotAddOnRequest$snapshotTimeOfDay' => '

The daily time when an automatic snapshot will be created.

Constraints:

', ], ], 'TimePeriod' => [ 'base' => '

Sets the start date and end date for retrieving a cost estimate. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

', 'refs' => [ 'EstimateByTime$timePeriod' => '

The period of time, in days, that an estimate covers. The period has a start date and an end date. The start date must come before the end date.

', ], ], 'TreatMissingData' => [ 'base' => NULL, 'refs' => [ 'Alarm$treatMissingData' => '

Specifies how the alarm handles missing data points.

An alarm can treat missing data in the following ways:

', 'PutAlarmRequest$treatMissingData' => '

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.

', ], ], 'UnauthenticatedException' => [ 'base' => '

Lightsail throws this exception when the user has not been authenticated.

', 'refs' => [], ], 'UnpeerVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnpeerVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBucketBundleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBucketBundleResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBucketRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBucketResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContainerServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContainerServiceResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDistributionBundleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDistributionBundleResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDistributionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDistributionResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainEntryResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInstanceMetadataOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInstanceMetadataOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateLoadBalancerAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateLoadBalancerAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRelationalDatabaseParametersRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRelationalDatabaseParametersResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRelationalDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRelationalDatabaseResult' => [ 'base' => NULL, 'refs' => [], ], 'boolean' => [ 'base' => NULL, 'refs' => [ 'AccessRules$allowPublicOverrides' => '

A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual objects override the getObject option that is currently specified.

When this is true, you can use the PutObjectAcl Amazon S3 API action to set individual objects to public (read-only) using the public-read ACL, or to private using the private ACL.

', 'AccountLevelBpaSync$bpaImpactsLightsail' => '

A Boolean value that indicates whether account-level block public access is affecting your Lightsail buckets.

', 'Alarm$notificationEnabled' => '

Indicates whether the alarm is enabled.

', 'AttachDiskRequest$autoMounting' => '

A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer. The default value is False.

This value only applies to Lightsail for Research resources.

', 'Blueprint$isActive' => '

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.

', 'Bucket$ableToUpdateBundle' => '

Indicates whether the bundle that is currently applied to a bucket can be changed to another bundle.

You can update a bucket\'s bundle only one time within a monthly Amazon Web Services billing cycle.

Use the UpdateBucketBundle action to change a bucket\'s bundle.

', 'BucketAccessLogConfig$enabled' => '

A Boolean value that indicates whether bucket access logging is enabled for the bucket.

', 'BucketBundle$isActive' => '

Indicates whether the bundle is active. Use for a new or existing bucket.

', 'Bundle$isActive' => '

A Boolean value indicating whether the bundle is active.

', 'ContainerService$isDisabled' => '

A Boolean value indicating whether the container service is disabled.

', 'ContainerServiceECRImagePullerRole$isActive' => '

A Boolean value that indicates whether the role is activated.

', 'ContainerServiceECRImagePullerRoleRequest$isActive' => '

A Boolean value that indicates whether to activate the role.

', 'ContainerServicePower$isActive' => '

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

', 'CopySnapshotRequest$useLatestRestorableAutoSnapshot' => '

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

Constraints:

', 'CreateBucketRequest$enableObjectVersioning' => '

A Boolean value that indicates whether to enable versioning of objects in the bucket.

For more information about versioning, see Enabling and suspending object versioning in a bucket in Amazon Lightsail in the Amazon Lightsail Developer Guide.

', 'CreateDiskFromSnapshotRequest$useLatestRestorableAutoSnapshot' => '

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

Constraints:

', 'CreateInstancesFromSnapshotRequest$useLatestRestorableAutoSnapshot' => '

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

Constraints:

', 'CreateRelationalDatabaseFromSnapshotRequest$publiclyAccessible' => '

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.

', 'CreateRelationalDatabaseFromSnapshotRequest$useLatestRestorableTime' => '

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.

', 'CreateRelationalDatabaseRequest$publiclyAccessible' => '

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.

', 'DeleteBucketRequest$forceDelete' => '

A Boolean value that indicates whether to force delete the bucket.

You must force delete the bucket if it has one of the following conditions:

Force deleting a bucket might impact other resources that rely on the bucket, such as instances, distributions, or software that use the issued access keys.

', 'DeleteDiskRequest$forceDeleteAddOns' => '

A Boolean value to indicate whether to delete all add-ons for the disk.

', 'DeleteInstanceRequest$forceDeleteAddOns' => '

A Boolean value to indicate whether to delete all add-ons for the instance.

', 'DeleteLoadBalancerTlsCertificateRequest$force' => '

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.

', 'DeleteRelationalDatabaseRequest$skipFinalSnapshot' => '

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

', 'Disk$isSystemDisk' => '

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

', 'Disk$isAttached' => '

A Boolean value indicating whether the disk is attached.

', 'DiskInfo$isSystemDisk' => '

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

', 'DiskSnapshot$isFromAutoSnapshot' => '

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

', 'DistributionBundle$isActive' => '

Indicates whether the bundle is active, and can be specified for a new or existing distribution.

', 'DomainEntry$isAlias' => '

When true, specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another Amazon Web Services resource. You can include an alias (A type) record in your request, which points to the DNS name of a load balancer, container service, CDN distribution, or other Amazon Web Services resource and routes traffic to that resource.

', 'GetBlueprintsRequest$includeInactive' => '

A Boolean value that indicates whether to include inactive (unavailable) blueprints in the response of your request.

', 'GetBucketBundlesRequest$includeInactive' => '

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

', 'GetBucketsRequest$includeConnectedResources' => '

A Boolean value that indicates whether to include Lightsail instances that were given access to the bucket using the SetResourceAccessForBucket action.

', 'GetBundlesRequest$includeInactive' => '

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

', 'GetKeyPairsRequest$includeDefaultKeyPair' => '

A Boolean value that indicates whether to include the default key pair in the response of your request.

', 'GetRegionsRequest$includeAvailabilityZones' => '

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.

', 'GetRegionsRequest$includeRelationalDatabaseAvailabilityZones' => '

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).

', 'GetRelationalDatabaseBundlesRequest$includeInactive' => '

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

', 'GetRelationalDatabaseLogEventsRequest$startFromHead' => '

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.

', 'Instance$isStaticIp' => '

A Boolean value indicating whether this instance has a static IP assigned to it.

', 'InstanceSnapshot$isFromAutoSnapshot' => '

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

', 'IsVpcPeeredResult$isPeered' => '

Returns true if the Lightsail VPC is peered; otherwise, false.

', 'LightsailDistribution$isEnabled' => '

Indicates whether the distribution is enabled.

', 'LightsailDistribution$ableToUpdateBundle' => '

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.

', 'LoadBalancer$httpsRedirectionEnabled' => '

A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.

', 'LoadBalancerTlsCertificate$isAttached' => '

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

', 'LoadBalancerTlsCertificateSummary$isAttached' => '

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

', 'LoadBalancerTlsPolicy$isDefault' => '

A Boolean value that indicates whether the TLS security policy is the default.

', 'Operation$isTerminal' => '

A Boolean value indicating whether the operation is terminal.

', 'PendingModifiedRelationalDatabaseValues$backupRetentionEnabled' => '

A Boolean value indicating whether automated backup retention is enabled.

', 'PutAlarmRequest$notificationEnabled' => '

Indicates whether the alarm is enabled.

Notifications are enabled by default if you don\'t specify this parameter.

', 'QueryStringObject$option' => '

Indicates whether the distribution forwards and caches based on query strings.

', 'RelationalDatabase$backupRetentionEnabled' => '

A Boolean value indicating whether automated backup retention is enabled for the database.

', 'RelationalDatabase$publiclyAccessible' => '

A Boolean value indicating whether the database is publicly accessible.

', 'RelationalDatabaseBlueprint$isEngineDefault' => '

A Boolean value indicating whether the engine version is the default for the database blueprint.

', 'RelationalDatabaseBundle$isEncrypted' => '

A Boolean value indicating whether the database bundle is encrypted.

', 'RelationalDatabaseBundle$isActive' => '

A Boolean value indicating whether the database bundle is active.

', 'RelationalDatabaseParameter$isModifiable' => '

A Boolean value indicating whether the parameter can be modified.

', 'Session$isPrimary' => '

When true, this Boolean value indicates the primary session for the specified resource.

', 'StaticIp$isAttached' => '

A Boolean value indicating whether the static IP is attached.

', 'StopInstanceRequest$force' => '

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.

', 'UpdateContainerServiceRequest$isDisabled' => '

A Boolean value to indicate whether the container service is disabled.

', 'UpdateDistributionRequest$isEnabled' => '

Indicates whether to enable the distribution.

', 'UpdateRelationalDatabaseRequest$rotateMasterUserPassword' => '

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.

', 'UpdateRelationalDatabaseRequest$enableBackupRetention' => '

When true, enables automated backup retention for your database.

Updates are applied during the next maintenance window because this can result in an outage.

', 'UpdateRelationalDatabaseRequest$disableBackupRetention' => '

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.

', 'UpdateRelationalDatabaseRequest$publiclyAccessible' => '

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.

', 'UpdateRelationalDatabaseRequest$applyImmediately' => '

When true, applies changes immediately. When false, applies changes during the preferred maintenance window. Some changes may cause an outage.

Default: false

', ], ], 'double' => [ 'base' => NULL, 'refs' => [ 'Alarm$threshold' => '

The value against which the specified statistic is compared.

', 'EstimateByTime$usageCost' => '

The amount of cost or usage that\'s measured for the cost estimate.

', 'EstimateByTime$unit' => '

The number of pricing units used to calculate the total number of hours. For example, 1 unit equals 1 hour.

', 'MetricDatapoint$average' => '

The average.

', 'MetricDatapoint$maximum' => '

The maximum.

', 'MetricDatapoint$minimum' => '

The minimum.

', 'MetricDatapoint$sampleCount' => '

The sample count.

', 'MetricDatapoint$sum' => '

The sum.

', 'PutAlarmRequest$threshold' => '

The value against which the specified statistic is compared.

', ], ], 'float' => [ 'base' => NULL, 'refs' => [ 'BucketBundle$price' => '

The monthly price of the bundle, in US dollars.

', 'Bundle$price' => '

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

', 'Bundle$ramSizeInGb' => '

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

', 'ContainerServicePower$price' => '

The monthly price of the power in USD.

', 'ContainerServicePower$cpuCount' => '

The number of vCPUs included in the power.

', 'ContainerServicePower$ramSizeInGb' => '

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

', 'DistributionBundle$price' => '

The monthly price, in US dollars, of the bundle.

', 'InstanceHardware$ramSizeInGb' => '

The amount of RAM in GB on the instance (e.g., 1.0).

', 'RelationalDatabaseBundle$price' => '

The cost of the database bundle in US currency.

', 'RelationalDatabaseBundle$ramSizeInGb' => '

The amount of RAM in GB (for example, 2.0) for the database bundle.

', 'RelationalDatabaseHardware$ramSizeInGb' => '

The amount of RAM in GB for the database.

', ], ], 'integer' => [ 'base' => NULL, 'refs' => [ 'Alarm$evaluationPeriods' => '

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

', 'Alarm$datapointsToAlarm' => '

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

', 'AttachedDisk$sizeInGb' => '

The size of the disk in GB.

', 'Blueprint$minPower' => '

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.

', 'BucketBundle$storagePerMonthInGb' => '

The storage size of the bundle, in GB.

', 'BucketBundle$transferPerMonthInGb' => '

The monthly network transfer quota of the bundle.

', 'Bundle$cpuCount' => '

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

', 'Bundle$diskSizeInGb' => '

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

', 'Bundle$power' => '

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.

', 'Bundle$transferPerMonthInGb' => '

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

', 'ContainerServiceDeployment$version' => '

The version number of the deployment.

', 'ContainerServiceEndpoint$containerPort' => '

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

', 'ContainerServiceHealthCheckConfig$healthyThreshold' => '

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

', 'ContainerServiceHealthCheckConfig$unhealthyThreshold' => '

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

', 'ContainerServiceHealthCheckConfig$timeoutSeconds' => '

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.

', 'ContainerServiceHealthCheckConfig$intervalSeconds' => '

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.

', 'CreateDiskFromSnapshotRequest$sizeInGb' => '

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

', 'CreateDiskRequest$sizeInGb' => '

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

', 'CreateGUISessionAccessDetailsResult$percentageComplete' => '

The percentage of completion for the operation.

', 'Disk$sizeInGb' => '

The size of the disk in GB.

', 'Disk$iops' => '

The input/output operations per second (IOPS) of the disk.

', 'Disk$gbInUse' => '

(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.

', 'DiskInfo$sizeInGb' => '

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

', 'DiskSnapshot$sizeInGb' => '

The size of the disk in GB.

', 'DiskSnapshotInfo$sizeInGb' => '

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

', 'DistributionBundle$transferPerMonthInGb' => '

The monthly network transfer quota of the bundle.

', 'EndpointRequest$containerPort' => '

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

', 'GetRelationalDatabaseEventsRequest$durationInMinutes' => '

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).

', 'InstanceHardware$cpuCount' => '

The number of vCPUs the instance has.

', 'InstanceMetadataOptions$httpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. A larger number means that the instance metadata requests can travel farther.

', 'InstanceSnapshot$sizeInGb' => '

The size in GB of the SSD.

', 'InstanceState$code' => '

The status code for the instance.

', 'LoadBalancer$instancePort' => '

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.

', 'MonthlyTransfer$gbPerMonthAllocated' => '

The amount allocated per month (in GB).

', 'PutAlarmRequest$evaluationPeriods' => '

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).

', 'PutAlarmRequest$datapointsToAlarm' => '

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.

', 'RelationalDatabaseBundle$diskSizeInGb' => '

The size of the disk for the database bundle.

', 'RelationalDatabaseBundle$transferPerMonthInGb' => '

The data transfer rate per month in GB for the database bundle.

', 'RelationalDatabaseBundle$cpuCount' => '

The number of virtual CPUs (vCPUs) for the database bundle.

', 'RelationalDatabaseEndpoint$port' => '

Specifies the port that the database is listening on.

', 'RelationalDatabaseHardware$cpuCount' => '

The number of vCPUs for the database.

', 'RelationalDatabaseHardware$diskSizeInGb' => '

The size of the disk for the database.

', 'RelationalDatabaseSnapshot$sizeInGb' => '

The size of the disk in GB (for example, 32) for the database snapshot.

', 'UpdateInstanceMetadataOptionsRequest$httpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. A larger number means that the instance metadata requests can travel farther. If no parameter is specified, the existing state is maintained.

', ], ], 'long' => [ 'base' => NULL, 'refs' => [ 'CacheSettings$defaultTTL' => '

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.

', 'CacheSettings$minimumTTL' => '

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.

', 'CacheSettings$maximumTTL' => '

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.

', ], ], 'string' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$code' => NULL, 'AccessDeniedException$docs' => NULL, 'AccessDeniedException$message' => NULL, 'AccessDeniedException$tip' => NULL, 'AccessKeyLastUsed$region' => '

The Amazon Web Services Region where this access key was most recently used.

This value is N/A if the access key has not been used.

', 'AccessKeyLastUsed$serviceName' => '

The name of the Amazon Web Services service with which this access key was most recently used.

This value is N/A if the access key has not been used.

', 'AccountSetupInProgressException$code' => NULL, 'AccountSetupInProgressException$docs' => NULL, 'AccountSetupInProgressException$message' => NULL, 'AccountSetupInProgressException$tip' => NULL, 'AddOn$name' => '

The name of the add-on.

', 'AddOn$status' => '

The status of the add-on.

', 'AddOn$threshold' => '

The trigger threshold of the action.

This add-on only applies to Lightsail for Research resources.

', 'AddOn$duration' => '

The amount of idle time in minutes after which your virtual computer will automatically stop.

This add-on only applies to Lightsail for Research resources.

', 'Alarm$supportCode' => '

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.

', 'AttachedDisk$path' => '

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

', 'AutoSnapshotDetails$date' => '

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

', 'Blueprint$description' => '

The description of the blueprint.

', 'Blueprint$version' => '

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

', 'Blueprint$versionCode' => '

The version code.

', 'Blueprint$productUrl' => '

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

', 'Blueprint$licenseUrl' => '

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

', 'BucketState$message' => '

A message that describes the state of the bucket.

', 'Bundle$instanceType' => '

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

', 'Bundle$name' => '

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

', 'CacheBehaviorPerPath$path' => '

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:

', 'Certificate$supportCode' => '

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.

', 'ContactMethod$supportCode' => '

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.

', 'Container$image' => '

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, if your container service name is container-service-1, the container image label is mystaticsite, and you want to use the third (3) version of the registered container image, then you should specify :container-service-1.mystaticsite.3. To use the latest version of a container image, specify latest instead of a version number (for example, :container-service-1.mystaticsite.latest). Lightsail will automatically use the highest numbered version of the registered container image.

Container images sourced from a public registry like Docker Hub don\'t start with a colon. For example, nginx:latest or nginx.

', 'ContainerImage$image' => '

The name of the container image.

', 'ContainerImage$digest' => '

The digest of the container image.

', 'ContainerService$powerId' => '

The ID of the power of the container service.

', 'ContainerService$principalArn' => '

The principal ARN of the container service.

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

', 'ContainerService$privateDomainName' => '

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.

', 'ContainerService$url' => '

The publicly accessible URL of the container service.

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

', 'ContainerServiceECRImagePullerRole$principalArn' => '

The Amazon Resource Name (ARN) of the role, if it is activated.

', 'ContainerServiceEndpoint$containerName' => '

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

', 'ContainerServiceHealthCheckConfig$path' => '

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

', 'ContainerServiceHealthCheckConfig$successCodes' => '

The HTTP codes to use when checking for a successful response from a container. You can specify values between 200 and 499. You can specify multiple values (for example, 200,202) or a range of values (for example, 200-299).

', 'ContainerServiceLogEvent$message' => '

The message of the container service log event.

', 'ContainerServiceMetadataEntry$key' => NULL, 'ContainerServiceMetadataEntry$value' => NULL, 'ContainerServicePower$powerId' => '

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

', 'ContainerServicePower$name' => '

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

', 'ContainerServicePublicDomains$key' => NULL, 'ContainerServicePublicDomainsList$member' => NULL, 'ContainerServiceRegistryLogin$username' => '

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

', 'ContainerServiceRegistryLogin$password' => '

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

', 'ContainerServiceRegistryLogin$registry' => '

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

', 'ContainerServiceStateDetail$message' => '

A message that provides more information for the state code.

The state detail is populated only when a container service is in a PENDING, DEPLOYING, or UPDATING state.

', 'CopySnapshotRequest$sourceResourceName' => '

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

Constraint:

', 'CopySnapshotRequest$restoreDate' => '

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:

', 'CreateDiskFromSnapshotRequest$sourceDiskName' => '

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

Constraints:

', 'CreateDiskFromSnapshotRequest$restoreDate' => '

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:

', 'CreateDistributionRequest$bundleId' => '

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.

', 'CreateGUISessionAccessDetailsResult$failureReason' => '

The reason the operation failed.

', 'CreateInstancesFromSnapshotRequest$availabilityZone' => '

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.

', 'CreateInstancesFromSnapshotRequest$userData' => '

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 Amazon Lightsail Developer Guide.

', 'CreateInstancesFromSnapshotRequest$sourceInstanceName' => '

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

Constraints:

', 'CreateInstancesFromSnapshotRequest$restoreDate' => '

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:

', 'CreateInstancesRequest$availabilityZone' => '

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.

', 'CreateInstancesRequest$userData' => '

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 Amazon Lightsail Developer Guide.

', 'CreateLoadBalancerRequest$healthCheckPath' => '

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.

', 'CreateLoadBalancerRequest$tlsPolicyName' => '

The name of the TLS policy to apply to the load balancer.

Use the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can specify.

For more information about load balancer TLS policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.

', 'CreateRelationalDatabaseFromSnapshotRequest$availabilityZone' => '

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.

', 'CreateRelationalDatabaseFromSnapshotRequest$relationalDatabaseBundleId' => '

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.

', 'CreateRelationalDatabaseRequest$availabilityZone' => '

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.

', 'CreateRelationalDatabaseRequest$relationalDatabaseBlueprintId' => '

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.

', 'CreateRelationalDatabaseRequest$relationalDatabaseBundleId' => '

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.

', 'CreateRelationalDatabaseRequest$masterDatabaseName' => '

The meaning of this parameter differs according to the database engine you use.

MySQL

The name of the database to create when the Lightsail database resource is created. If this parameter isn\'t specified, no database is created in the database resource.

Constraints:

PostgreSQL

The name of the database to create when the Lightsail database resource is created. If this parameter isn\'t specified, a database named postgres is created in the database resource.

Constraints:

', 'CreateRelationalDatabaseRequest$masterUsername' => '

The name for the master user.

MySQL

Constraints:

PostgreSQL

Constraints:

', 'CreateRelationalDatabaseRequest$preferredBackupWindow' => '

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 documentation.

Constraints:

', 'CreateRelationalDatabaseRequest$preferredMaintenanceWindow' => '

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:

', 'DeleteContainerImageRequest$image' => '

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.

', 'DeleteKeyPairRequest$expectedFingerprint' => '

The RSA fingerprint of the Lightsail default key pair to delete.

The expectedFingerprint parameter is required only when specifying to delete a Lightsail default key pair.

', 'Disk$supportCode' => '

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.

', 'Disk$path' => '

The disk path.

', 'Disk$attachmentState' => '

(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.

', 'DiskInfo$name' => '

The disk name.

', 'DiskSnapshot$supportCode' => '

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.

', 'DiskSnapshot$progress' => '

The progress of the snapshot.

', 'DistributionBundle$bundleId' => '

The ID of the bundle.

', 'DistributionBundle$name' => '

The name of the distribution bundle.

', 'DnsRecordCreationState$message' => '

The message that describes the reason for the status code.

', 'Domain$supportCode' => '

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.

', 'DomainEntry$target' => '

The target IP address (e.g., 192.0.2.0), or 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. For Lightsail distributions, the value looks like exampled1182ne.cloudfront.net. For Lightsail container services, the value looks like container-service-1.example23scljs.us-west-2.cs.amazonlightsail.com. Be sure to also set isAlias to true when setting up an A record for a Lightsail load balancer, distribution, or container service.

', 'DomainEntryOptions$value' => NULL, 'EndpointRequest$containerName' => '

The name of the container for the endpoint.

', 'Environment$key' => NULL, 'Environment$value' => NULL, 'GetActiveNamesRequest$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

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.

', 'GetAlarmsResult$nextPageToken' => '

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.

', 'GetBlueprintsRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetBucketsRequest$pageToken' => '

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetBuckets 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.

', 'GetBucketsResult$nextPageToken' => '

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 GetBuckets request and specify the next page token using the pageToken parameter.

', 'GetBundlesRequest$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetCertificates 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.

', 'GetCertificatesResult$nextPageToken' => '

If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

', 'GetCloudFormationStackRecordsRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetContainerLogRequest$containerName' => '

The name of the container that is either running or previously ran on the container service for which to return a log.

', 'GetContainerLogRequest$filterPattern' => '

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:

', 'GetContainerLogRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetDiskSnapshotsRequest$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

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$nextPageToken' => '

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.

', 'GetDistributionLatestCacheResetResult$status' => '

The status of the last cache reset.

', 'GetDistributionsRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetDomainsRequest$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

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$nextPageToken' => '

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.

', 'GetInstanceSnapshotsRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetInstancesRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetKeyPairsRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetLoadBalancerTlsPoliciesRequest$pageToken' => '

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetLoadBalancerTlsPolicies 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.

', 'GetLoadBalancerTlsPoliciesResult$nextPageToken' => '

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 GetLoadBalancerTlsPolicies request and specify the next page token using the pageToken parameter.

', 'GetLoadBalancersRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetOperationsForResourceRequest$pageToken' => '

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$nextPageCount' => '

(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.

', 'GetOperationsForResourceResult$nextPageToken' => '

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$pageToken' => '

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$nextPageToken' => '

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.

', 'GetRelationalDatabaseBlueprintsRequest$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

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$nextPageToken' => '

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$logStreamName' => '

The name of the log stream.

Use the get relational database log streams operation to get a list of available log streams.

', 'GetRelationalDatabaseLogEventsRequest$pageToken' => '

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$nextBackwardToken' => '

A token used for advancing to the previous page of results from your get relational database log events request.

', 'GetRelationalDatabaseLogEventsResult$nextForwardToken' => '

A token used for advancing to the next page of results from your get relational database log events request.

', 'GetRelationalDatabaseParametersRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'GetRelationalDatabaseSnapshotsRequest$pageToken' => '

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$nextPageToken' => '

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$pageToken' => '

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$nextPageToken' => '

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.

', 'GetStaticIpsRequest$pageToken' => '

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$nextPageToken' => '

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.

', 'HostKeyAttributes$algorithm' => '

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.

', 'HostKeyAttributes$publicKey' => '

The public SSH host key or the RDP certificate.

', 'HostKeyAttributes$fingerprintSHA1' => '

The SHA-1 fingerprint of the returned SSH host key or RDP certificate.

', 'HostKeyAttributes$fingerprintSHA256' => '

The SHA-256 fingerprint of the returned SSH host key or RDP certificate.

', 'Instance$supportCode' => '

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.

', 'InstanceAccessDetails$certKey' => '

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.

', 'InstanceAccessDetails$password' => '

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.

', 'InstanceAccessDetails$privateKey' => '

For SSH access, the temporary private key. For OpenSSH clients (e.g., command line SSH), you should save this value to tempkey).

', 'InstanceAccessDetails$username' => '

The user name to use when logging in to the Amazon Lightsail instance.

', 'InstanceEntry$userData' => '

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.

', 'InstanceEntry$availabilityZone' => '

The Availability Zone for the new Amazon EC2 instance.

', 'InstancePortInfo$accessFrom' => '

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.

', 'InstancePortInfo$commonName' => '

The common name of the port information.

', 'InstanceSnapshot$supportCode' => '

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.

', 'InstanceSnapshot$progress' => '

The progress of the snapshot.

This is populated only for disk snapshots, and is null for instance snapshots.

', 'InstanceSnapshot$fromBlueprintId' => '

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.

', 'InstanceSnapshot$fromBundleId' => '

The bundle ID from which you created the snapshot (e.g., micro_1_0).

', 'InstanceState$name' => '

The state of the instance (e.g., running or pending).

', 'InvalidInputException$code' => NULL, 'InvalidInputException$docs' => NULL, 'InvalidInputException$message' => NULL, 'InvalidInputException$tip' => NULL, 'KeyPair$supportCode' => '

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.

', 'LightsailDistribution$supportCode' => '

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.

', 'LightsailDistribution$status' => '

The status of the distribution.

', 'LightsailDistribution$domainName' => '

The domain name of the distribution.

', 'LightsailDistribution$bundleId' => '

The ID of the bundle currently applied to the distribution.

', 'LightsailDistribution$originPublicDNS' => '

The public DNS of the origin.

', 'LoadBalancer$supportCode' => '

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.

', 'LoadBalancerConfigurationOptions$value' => NULL, 'LoadBalancerTlsCertificate$supportCode' => '

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.

', 'LoadBalancerTlsCertificateDnsRecordCreationState$message' => '

The message that describes the reason for the status code.

', 'LoadBalancerTlsPolicy$description' => '

The description of the TLS security policy.

', 'LogEvent$message' => '

The message of the database log event.

', 'NameServersUpdateState$message' => '

The message that describes the reason for the status code.

', 'NotFoundException$code' => NULL, 'NotFoundException$docs' => NULL, 'NotFoundException$message' => NULL, 'NotFoundException$tip' => NULL, 'Operation$operationDetails' => '

Details about the operation (e.g., Debian-1GB-Ohio-1).

', 'Operation$errorCode' => '

The error code.

', 'Operation$errorDetails' => '

The error details.

', 'OperationFailureException$code' => NULL, 'OperationFailureException$docs' => NULL, 'OperationFailureException$message' => NULL, 'OperationFailureException$tip' => NULL, 'PasswordData$ciphertext' => '

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.

', 'PendingModifiedRelationalDatabaseValues$masterUserPassword' => '

The password for the master user of the database.

', 'PendingModifiedRelationalDatabaseValues$engineVersion' => '

The database engine version.

', 'PortMap$key' => NULL, 'R53HostedZoneDeletionState$message' => '

The message that describes the reason for the status code.

', 'Region$continentCode' => '

The continent code (e.g., NA, meaning North America).

', 'Region$description' => '

The description of the Amazon Web Services Region (e.g., This region is recommended to serve users in the eastern United States and eastern Canada).

', 'Region$displayName' => '

The display name (e.g., Ohio).

', 'RegisterContainerImageRequest$digest' => '

The digest of the container image to be registered.

', 'RelationalDatabase$supportCode' => '

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.

', 'RelationalDatabase$masterDatabaseName' => '

The name of the master database created when the Lightsail database resource is created.

', 'RelationalDatabase$secondaryAvailabilityZone' => '

Describes the secondary Availability Zone of a high availability database.

The secondary database is used for failover support of a high availability database.

', 'RelationalDatabase$caCertificateIdentifier' => '

The certificate associated with the database.

', 'RelationalDatabaseBlueprint$blueprintId' => '

The ID for the database blueprint.

', 'RelationalDatabaseBlueprint$engineVersion' => '

The database engine version for the database blueprint (for example, 5.7.23).

', 'RelationalDatabaseBlueprint$engineDescription' => '

The description of the database engine for the database blueprint.

', 'RelationalDatabaseBlueprint$engineVersionDescription' => '

The description of the database engine version for the database blueprint.

', 'RelationalDatabaseBundle$bundleId' => '

The ID for the database bundle.

', 'RelationalDatabaseBundle$name' => '

The name for the database bundle.

', 'RelationalDatabaseEvent$message' => '

The message of the database event.

', 'RelationalDatabaseParameter$allowedValues' => '

Specifies the valid range of values for the parameter.

', 'RelationalDatabaseParameter$applyMethod' => '

Indicates when parameter updates are applied.

Can be immediate or pending-reboot.

', 'RelationalDatabaseParameter$applyType' => '

Specifies the engine-specific parameter type.

', 'RelationalDatabaseParameter$dataType' => '

Specifies the valid data type for the parameter.

', 'RelationalDatabaseParameter$description' => '

Provides a description of the parameter.

', 'RelationalDatabaseParameter$parameterName' => '

Specifies the name of the parameter.

', 'RelationalDatabaseParameter$parameterValue' => '

Specifies the value of the parameter.

', 'RelationalDatabaseSnapshot$supportCode' => '

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.

', 'RelationalDatabaseSnapshot$fromRelationalDatabaseBundleId' => '

The bundle ID of the database from which the database snapshot was created.

', 'RelationalDatabaseSnapshot$fromRelationalDatabaseBlueprintId' => '

The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.

', 'ResetDistributionCacheResult$status' => '

The status of the reset cache request.

', 'ResourceLocation$availabilityZone' => '

The Availability Zone. Follows the format us-east-2a (case-sensitive).

', 'ResourceRecord$name' => '

The name of the record.

', 'ResourceRecord$type' => '

The DNS record type.

', 'ResourceRecord$value' => '

The value for the DNS record.

', 'ServiceException$code' => NULL, 'ServiceException$docs' => NULL, 'ServiceException$message' => NULL, 'ServiceException$tip' => NULL, 'StaticIp$supportCode' => '

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.

', 'StopInstanceOnIdleRequest$threshold' => '

The value to compare with the duration.

', 'StopInstanceOnIdleRequest$duration' => '

The amount of idle time in minutes after which your virtual computer will automatically stop.

', 'StringList$member' => NULL, 'UnauthenticatedException$code' => NULL, 'UnauthenticatedException$docs' => NULL, 'UnauthenticatedException$message' => NULL, 'UnauthenticatedException$tip' => NULL, 'UpdateDistributionBundleRequest$bundleId' => '

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.

', 'UpdateRelationalDatabaseRequest$preferredBackupWindow' => '

The daily time range during which automated backups are created for your database if automated backups are enabled.

Constraints:

', 'UpdateRelationalDatabaseRequest$preferredMaintenanceWindow' => '

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 Amazon Web Services Region, occurring on a random day of the week.

Constraints:

', 'UpdateRelationalDatabaseRequest$caCertificateIdentifier' => '

Indicates the certificate that needs to be associated with the database.

', ], ], 'timestamp' => [ 'base' => NULL, 'refs' => [ 'GetDistributionMetricDataRequest$startTime' => '

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.

', 'GetDistributionMetricDataRequest$endTime' => '

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.

', 'GetInstanceMetricDataRequest$startTime' => '

The start time of the time period.

', 'GetInstanceMetricDataRequest$endTime' => '

The end time of the time period.

', 'GetLoadBalancerMetricDataRequest$startTime' => '

The start time of the period.

', 'GetLoadBalancerMetricDataRequest$endTime' => '

The end time of the period.

', 'MetricDatapoint$timestamp' => '

The timestamp (e.g., 1479816991.349).

', ], ], ],];