amazonka-opsworks-0.0.0: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.Types

Contents

Synopsis

Service

data OpsWorks Source

Version 2013-02-18 of the Amazon OpsWorks service.

Instances

Error

data JSONError :: *

Instances

Eq JSONError 
Show JSONError 
Generic JSONError 
FromJSON JSONError 
type Rep JSONError = D1 D1JSONError (C1 C1_0JSONError ((:*:) (S1 S1_0_0JSONError (Rec0 Text)) (S1 S1_0_1JSONError (Rec0 Text)))) 

SslConfiguration

sslConfiguration Source

SslConfiguration constructor.

The fields accessible through corresponding lenses are:

scCertificate :: Lens' SslConfiguration Text Source

The contents of the certificate's domain.crt file.

scChain :: Lens' SslConfiguration (Maybe Text) Source

Optional. Can be used to specify an intermediate certificate authority key or client authentication.

scPrivateKey :: Lens' SslConfiguration Text Source

The private key; the contents of the certificate's domain.kex file.

Command

cAcknowledgedAt :: Lens' Command (Maybe Text) Source

Date and time when the command was acknowledged.

cCommandId :: Lens' Command (Maybe Text) Source

The command ID.

cCompletedAt :: Lens' Command (Maybe Text) Source

Date when the command completed.

cCreatedAt :: Lens' Command (Maybe Text) Source

Date and time when the command was run.

cDeploymentId :: Lens' Command (Maybe Text) Source

The command deployment ID.

cExitCode :: Lens' Command (Maybe Int) Source

The command exit code.

cInstanceId :: Lens' Command (Maybe Text) Source

The ID of the instance where the command was executed.

cLogUrl :: Lens' Command (Maybe Text) Source

The URL of the command log.

cStatus :: Lens' Command (Maybe Text) Source

The command status: failed successful skipped pending.

cType :: Lens' Command (Maybe Text) Source

The command type: deploy rollback start stop restart undeploy update_dependencies install_dependencies update_custom_cookbooks execute_recipes.

RaidArray

raAvailabilityZone :: Lens' RaidArray (Maybe Text) Source

The array's Availability Zone. For more information, see Regions and Endpoints.

raCreatedAt :: Lens' RaidArray (Maybe Text) Source

When the RAID array was created.

raDevice :: Lens' RaidArray (Maybe Text) Source

The array's Linux device. For example devmdadm0.

raIops :: Lens' RaidArray (Maybe Int) Source

For PIOPS volumes, the IOPS per disk.

raMountPoint :: Lens' RaidArray (Maybe Text) Source

The array's mount point.

raName :: Lens' RaidArray (Maybe Text) Source

The array name.

raNumberOfDisks :: Lens' RaidArray (Maybe Int) Source

The number of disks in the array.

raSize :: Lens' RaidArray (Maybe Int) Source

The array's size.

raVolumeType :: Lens' RaidArray (Maybe Text) Source

The volume type, standard or PIOPS.

ElasticLoadBalancer

elbAvailabilityZones :: Lens' ElasticLoadBalancer [Text] Source

A list of Availability Zones.

elbDnsName :: Lens' ElasticLoadBalancer (Maybe Text) Source

The instance's public DNS name.

elbEc2InstanceIds :: Lens' ElasticLoadBalancer [Text] Source

A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.

elbElasticLoadBalancerName :: Lens' ElasticLoadBalancer (Maybe Text) Source

The Elastic Load Balancing instance's name.

elbLayerId :: Lens' ElasticLoadBalancer (Maybe Text) Source

The ID of the layer that the instance is attached to.

elbRegion :: Lens' ElasticLoadBalancer (Maybe Text) Source

The instance's AWS region.

elbStackId :: Lens' ElasticLoadBalancer (Maybe Text) Source

The ID of the stack that the instance is associated with.

elbSubnetIds :: Lens' ElasticLoadBalancer [Text] Source

A list of subnet IDs, if the stack is running in a VPC.

RdsDbInstance

rdiAddress :: Lens' RdsDbInstance (Maybe Text) Source

The instance's address.

rdiDbPassword :: Lens' RdsDbInstance (Maybe Text) Source

The database password.

rdiDbUser :: Lens' RdsDbInstance (Maybe Text) Source

The master user name.

rdiEngine :: Lens' RdsDbInstance (Maybe Text) Source

The instance's database engine.

rdiMissingOnRds :: Lens' RdsDbInstance (Maybe Bool) Source

Set to true if AWS OpsWorks was unable to discover the Amazon RDS instance. AWS OpsWorks attempts to discover the instance only once. If this value is set to true, you must deregister the instance and then register it again.

rdiRegion :: Lens' RdsDbInstance (Maybe Text) Source

The instance's AWS region.

rdiStackId :: Lens' RdsDbInstance (Maybe Text) Source

The ID of the stack that the instance is registered with.

AppAttributesKeys

ServiceError'

seCreatedAt :: Lens' ServiceError' (Maybe Text) Source

When the error occurred.

seMessage :: Lens' ServiceError' (Maybe Text) Source

A message that describes the error.

StackSummary

ssAppsCount :: Lens' StackSummary (Maybe Int) Source

The number of apps.

ssArn :: Lens' StackSummary (Maybe Text) Source

The stack's ARN.

ssInstancesCount :: Lens' StackSummary (Maybe InstancesCount) Source

An InstancesCount object with the number of instances in each status.

ssLayersCount :: Lens' StackSummary (Maybe Int) Source

The number of layers.

StackAttributesKeys

LoadBasedAutoScalingConfiguration

lbascDownScaling :: Lens' LoadBasedAutoScalingConfiguration (Maybe AutoScalingThresholds) Source

A LoadBasedAutoscalingInstruction object that describes the downscaling configuration, which defines how and when AWS OpsWorks reduces the number of instances.

lbascEnable :: Lens' LoadBasedAutoScalingConfiguration (Maybe Bool) Source

Whether load-based auto scaling is enabled for the layer.

lbascUpScaling :: Lens' LoadBasedAutoScalingConfiguration (Maybe AutoScalingThresholds) Source

A LoadBasedAutoscalingInstruction object that describes the upscaling configuration, which defines how and when AWS OpsWorks increases the number of instances.

SourceType

Volume

vAvailabilityZone :: Lens' Volume (Maybe Text) Source

The volume Availability Zone. For more information, see Regions and Endpoints.

vDevice :: Lens' Volume (Maybe Text) Source

The device name.

vEc2VolumeId :: Lens' Volume (Maybe Text) Source

The Amazon EC2 volume ID.

vInstanceId :: Lens' Volume (Maybe Text) Source

The instance ID.

vIops :: Lens' Volume (Maybe Int) Source

For PIOPS volumes, the IOPS per disk.

vMountPoint :: Lens' Volume (Maybe Text) Source

The volume mount point. For example "devsdh".

vName :: Lens' Volume (Maybe Text) Source

The volume name.

vRaidArrayId :: Lens' Volume (Maybe Text) Source

The RAID array ID.

vRegion :: Lens' Volume (Maybe Text) Source

The AWS region. For more information about AWS regions, see Regions and Endpoints.

vSize :: Lens' Volume (Maybe Int) Source

The volume size.

vStatus :: Lens' Volume (Maybe Text) Source

The value returned by DescribeVolumes.

vVolumeId :: Lens' Volume (Maybe Text) Source

The volume ID.

vVolumeType :: Lens' Volume (Maybe Text) Source

The volume type, standard or PIOPS.

ChefConfiguration

chefConfiguration :: ChefConfiguration Source

ChefConfiguration constructor.

The fields accessible through corresponding lenses are:

ccManageBerkshelf :: Lens' ChefConfiguration (Maybe Bool) Source

Whether to enable Berkshelf.

LayerType

AutoScalingThresholds

astCpuThreshold :: Lens' AutoScalingThresholds (Maybe Double) Source

The CPU utilization threshold, as a percent of the available CPU.

astIgnoreMetricsTime :: Lens' AutoScalingThresholds (Maybe Natural) Source

The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should ignore metrics and not raise any additional scaling events. For example, AWS OpsWorks adds new instances following an upscaling event but the instances won't start reducing the load until they have been booted and configured. There is no point in raising additional scaling events during that operation, which typically takes several minutes. IgnoreMetricsTime allows you to direct AWS OpsWorks to not raise any scaling events long enough to get the new instances online.

astInstanceCount :: Lens' AutoScalingThresholds (Maybe Int) Source

The number of instances to add or remove when the load exceeds a threshold.

astLoadThreshold :: Lens' AutoScalingThresholds (Maybe Double) Source

The load threshold. For more information about how load is computed, see Load (computing).

astMemoryThreshold :: Lens' AutoScalingThresholds (Maybe Double) Source

The memory utilization threshold, as a percent of the available memory.

astThresholdsWaitTime :: Lens' AutoScalingThresholds (Maybe Natural) Source

The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.

App

appAppId :: Lens' App (Maybe Text) Source

The app ID.

appAppSource :: Lens' App (Maybe Source) Source

A Source object that describes the app repository.

appAttributes :: Lens' App (HashMap Text Text) Source

The stack attributes.

appCreatedAt :: Lens' App (Maybe Text) Source

When the app was created.

appDataSources :: Lens' App [DataSource] Source

The app's data sources.

appDescription :: Lens' App (Maybe Text) Source

A description of the app.

appDomains :: Lens' App [Text] Source

The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'.

appEnableSsl :: Lens' App (Maybe Bool) Source

Whether to enable SSL for the app.

appName :: Lens' App (Maybe Text) Source

The app name.

appShortname :: Lens' App (Maybe Text) Source

The app's short name.

appSslConfiguration :: Lens' App (Maybe SslConfiguration) Source

An SslConfiguration object with the SSL configuration.

appStackId :: Lens' App (Maybe Text) Source

The app stack ID.

appType :: Lens' App (Maybe Text) Source

The app type.

ElasticIp

elasticIp :: ElasticIp Source

ElasticIp constructor.

The fields accessible through corresponding lenses are:

eiInstanceId :: Lens' ElasticIp (Maybe Text) Source

The ID of the instance that the address is attached to.

eiIp :: Lens' ElasticIp (Maybe Text) Source

The IP address.

eiRegion :: Lens' ElasticIp (Maybe Text) Source

The AWS region. For more information, see Regions and Endpoints.

UserProfile

upAllowSelfManagement :: Lens' UserProfile (Maybe Bool) Source

Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.

upIamUserArn :: Lens' UserProfile (Maybe Text) Source

The user's IAM ARN.

upName :: Lens' UserProfile (Maybe Text) Source

The user's name.

upSshPublicKey :: Lens' UserProfile (Maybe Text) Source

The user's SSH public key.

upSshUsername :: Lens' UserProfile (Maybe Text) Source

The user's SSH user name.

AutoScalingType

Source

source :: Source Source

Source constructor.

The fields accessible through corresponding lenses are:

sPassword :: Lens' Source (Maybe Text) Source

This parameter depends on the repository type. For Amazon S3 bundles, set Password to the appropriate IAM secret access key. For HTTP bundles and Subversion repositories, set Password to the password. For more information on how to safely handle IAM credentials, see .

sRevision :: Lens' Source (Maybe Text) Source

The application's version. AWS OpsWorks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.

sSshKey :: Lens' Source (Maybe Text) Source

The repository's SSH key.

sType :: Lens' Source (Maybe Text) Source

The repository type.

sUrl :: Lens' Source (Maybe Text) Source

The source URL.

sUsername :: Lens' Source (Maybe Text) Source

This parameter depends on the repository type. For Amazon S3 bundles, set Username to the appropriate IAM access key ID. For HTTP bundles, Git repositories, and Subversion repositories, set Username to the user name.

DataSource

dataSource :: DataSource Source

DataSource constructor.

The fields accessible through corresponding lenses are:

dsArn :: Lens' DataSource (Maybe Text) Source

The data source's ARN.

dsType :: Lens' DataSource (Maybe Text) Source

The data source's type, AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, or RdsDbInstance.

Architecture

StackConfigurationManager

stackConfigurationManager :: StackConfigurationManager Source

StackConfigurationManager constructor.

The fields accessible through corresponding lenses are:

scmName :: Lens' StackConfigurationManager (Maybe Text) Source

The name. This parameter must be set to Chef.

scmVersion :: Lens' StackConfigurationManager (Maybe Text) Source

The Chef version. This parameter must be set to 0.9, 11.4, or 11.10. The default value is 11.4.

LayerAttributesKeys

VolumeConfiguration

vcIops :: Lens' VolumeConfiguration (Maybe Int) Source

For PIOPS volumes, the IOPS per disk.

vcMountPoint :: Lens' VolumeConfiguration Text Source

The volume mount point. For example "devsdh".

vcNumberOfDisks :: Lens' VolumeConfiguration Int Source

The number of disks in the volume.

vcVolumeType :: Lens' VolumeConfiguration (Maybe Text) Source

The volume type, standard or PIOPS.

Permission

permission :: Permission Source

Permission constructor.

The fields accessible through corresponding lenses are:

pAllowSsh :: Lens' Permission (Maybe Bool) Source

Whether the user can use SSH.

pAllowSudo :: Lens' Permission (Maybe Bool) Source

Whether the user can use sudo.

pIamUserArn :: Lens' Permission (Maybe Text) Source

The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role. For more information about IAM ARNs, see Using Identifiers.

pLevel :: Lens' Permission (Maybe Text) Source

The user's permission level, which must be the following: deny show deploy manage iam_only For more information on the permissions associated with these levels, see Managing User Permissions.

Layer

lAttributes :: Lens' Layer (HashMap Text Text) Source

The layer attributes.

lAutoAssignElasticIps :: Lens' Layer (Maybe Bool) Source

Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.

lAutoAssignPublicIps :: Lens' Layer (Maybe Bool) Source

For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.

lCreatedAt :: Lens' Layer (Maybe Text) Source

Date when the layer was created.

lCustomInstanceProfileArn :: Lens' Layer (Maybe Text) Source

The ARN of the default IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

lCustomRecipes :: Lens' Layer (Maybe Recipes) Source

A LayerCustomRecipes object that specifies the layer's custom recipes.

lCustomSecurityGroupIds :: Lens' Layer [Text] Source

An array containing the layer's custom security group IDs.

lDefaultSecurityGroupNames :: Lens' Layer [Text] Source

An array containing the layer's security group names.

lEnableAutoHealing :: Lens' Layer (Maybe Bool) Source

Whether auto healing is disabled for the layer.

lInstallUpdatesOnBoot :: Lens' Layer (Maybe Bool) Source

Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

lLayerId :: Lens' Layer (Maybe Text) Source

The layer ID.

lName :: Lens' Layer (Maybe Text) Source

The layer name.

lPackages :: Lens' Layer [Text] Source

An array of Package objects that describe the layer's packages.

lShortname :: Lens' Layer (Maybe Text) Source

The layer short name.

lStackId :: Lens' Layer (Maybe Text) Source

The layer stack ID.

lType :: Lens' Layer (Maybe Text) Source

The layer type, which must be one of the following: Custom GangliaMonitoringMaster HaProxy MemcachedServer MySqlMaster NodeJsAppServer PhpAppServer RailsAppServer WebServer.

lUseEbsOptimizedInstances :: Lens' Layer (Maybe Bool) Source

Whether the layer uses Amazon EBS-optimized instances.

lVolumeConfigurations :: Lens' Layer [VolumeConfiguration] Source

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

Recipes

recipes :: Recipes Source

Recipes constructor.

The fields accessible through corresponding lenses are:

rConfigure :: Lens' Recipes [Text] Source

An array of custom recipe names to be run following a configure event.

rDeploy :: Lens' Recipes [Text] Source

An array of custom recipe names to be run following a deploy event.

rSetup :: Lens' Recipes [Text] Source

An array of custom recipe names to be run following a setup event.

rShutdown :: Lens' Recipes [Text] Source

An array of custom recipe names to be run following a shutdown event.

rUndeploy :: Lens' Recipes [Text] Source

An array of custom recipe names to be run following a undeploy event.

TimeBasedAutoScalingConfiguration

tbascAutoScalingSchedule :: Lens' TimeBasedAutoScalingConfiguration (Maybe WeeklyAutoScalingSchedule) Source

A WeeklyAutoScalingSchedule object with the instance schedule.

SelfUserProfile

selfUserProfile :: SelfUserProfile Source

SelfUserProfile constructor.

The fields accessible through corresponding lenses are:

supSshPublicKey :: Lens' SelfUserProfile (Maybe Text) Source

The user's SSH public key.

supSshUsername :: Lens' SelfUserProfile (Maybe Text) Source

The user's SSH user name.

RootDeviceType

Stack

sArn :: Lens' Stack (Maybe Text) Source

The stack's ARN.

sAttributes :: Lens' Stack (HashMap Text Text) Source

The stack's attributes.

sChefConfiguration :: Lens' Stack (Maybe ChefConfiguration) Source

A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. For more information, see Create a New Stack.

sCreatedAt :: Lens' Stack (Maybe Text) Source

Date when the stack was created.

sCustomJson :: Lens' Stack (Maybe Text) Source

A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format and must escape characters such as '"'.: "{"key1": "value1", "key2": "value2",...}" For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration JSON.

sDefaultAvailabilityZone :: Lens' Stack (Maybe Text) Source

The stack's default Availability Zone. For more information, see Regions and Endpoints.

sDefaultInstanceProfileArn :: Lens' Stack (Maybe Text) Source

The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

sDefaultOs :: Lens' Stack (Maybe Text) Source

The stack's default operating system, which must be set to Amazon Linux or Ubuntu 12.04 LTS. The default option is Amazon Linux.

sDefaultRootDeviceType :: Lens' Stack (Maybe Text) Source

The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.

sDefaultSshKeyName :: Lens' Stack (Maybe Text) Source

A default SSH key for the stack's instances. You can override this value when you create or update an instance.

sDefaultSubnetId :: Lens' Stack (Maybe Text) Source

The default subnet ID, if the stack is running in a VPC.

sHostnameTheme :: Lens' Stack (Maybe Text) Source

The stack host name theme, with spaces replaced by underscores.

sName :: Lens' Stack (Maybe Text) Source

The stack name.

sRegion :: Lens' Stack (Maybe Text) Source

The stack AWS region, such as "us-east-1". For more information about AWS regions, see Regions and Endpoints.

sServiceRoleArn :: Lens' Stack (Maybe Text) Source

The stack AWS Identity and Access Management (IAM) role.

sStackId :: Lens' Stack (Maybe Text) Source

The stack ID.

sUseCustomCookbooks :: Lens' Stack (Maybe Bool) Source

Whether the stack uses custom cookbooks.

sUseOpsworksSecurityGroups :: Lens' Stack (Maybe Bool) Source

Whether the stack automatically associates the AWS OpsWorks built-in security groups with the stack's layers.

sVpcId :: Lens' Stack (Maybe Text) Source

The VPC ID, if the stack is running in a VPC.

DeploymentCommand

deploymentCommand Source

DeploymentCommand constructor.

The fields accessible through corresponding lenses are:

dcArgs :: Lens' DeploymentCommand (HashMap Text [Text]) Source

The arguments of those commands that take arguments. It should be set to a JSON object with the following format: {"arg_name":["value1", "value2", ...]}.

dcName :: Lens' DeploymentCommand Text Source

Specifies the operation. You can specify only one command. For stacks, the following commands are available: execute_recipes: Execute one or more recipes. To specify the recipes, set an Args parameter named recipes to the list of recipes to be executed. For example, to execute phpapp::appsetup, set Args to {"recipes":["phpapp::appsetup"]}. install_dependencies: Install the stack's dependencies. update_custom_cookbooks: Update the stack's custom cookbooks. update_dependencies: Update the stack's dependencies. For apps, the following commands are available: deploy: Deploy an app. Rails apps have an optional Args parameter named migrate. Set Args to {"migrate":["true"]} to migrate the database. The default setting is {"migrate":["false"]}. rollback Roll the app back to the previous version. When you update an app, AWS OpsWorks stores the previous version, up to a maximum of five versions. You can use this command to roll an app back as many as four versions. start: Start the app's web or application server. stop: Stop the app's web or application server. restart: Restart the app's web or application server. undeploy: Undeploy the app.

WeeklyAutoScalingSchedule

DeploymentCommandName

Instance

iAmiId :: Lens' Instance (Maybe Text) Source

A custom AMI ID to be used to create the instance. The AMI should be based on one of the standard AWS OpsWorks APIs: Amazon Linux or Ubuntu 12.04 LTS. For more information, see Instances.

iArchitecture :: Lens' Instance (Maybe Text) Source

The instance architecture, "i386" or "x86_64".

iAutoScalingType :: Lens' Instance (Maybe Text) Source

The instance's auto scaling type, which has three possible values: AlwaysRunning: A 24/7 instance, which is not affected by auto scaling. TimeBasedAutoScaling: A time-based auto scaling instance, which is started and stopped based on a specified schedule. LoadBasedAutoScaling: A load-based auto scaling instance, which is started and stopped based on load metrics.

iAvailabilityZone :: Lens' Instance (Maybe Text) Source

The instance Availability Zone. For more information, see Regions and Endpoints.

iCreatedAt :: Lens' Instance (Maybe Text) Source

The time that the instance was created.

iEbsOptimized :: Lens' Instance (Maybe Bool) Source

Whether this is an Amazon EBS-optimized instance.

iEc2InstanceId :: Lens' Instance (Maybe Text) Source

The ID of the associated Amazon EC2 instance.

iElasticIp :: Lens' Instance (Maybe Text) Source

The instance Elastic IP address .

iHostname :: Lens' Instance (Maybe Text) Source

The instance host name.

iInstallUpdatesOnBoot :: Lens' Instance (Maybe Bool) Source

Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

iInstanceId :: Lens' Instance (Maybe Text) Source

The instance ID.

iInstanceProfileArn :: Lens' Instance (Maybe Text) Source

The ARN of the instance's IAM profile. For more information about IAM ARNs, see Using Identifiers.

iInstanceType :: Lens' Instance (Maybe Text) Source

The instance type. AWS OpsWorks supports all instance types except Cluster Compute, Cluster GPU, and High Memory Cluster. For more information, see Instance Families and Types. The parameter values that specify the various types are in the API Name column of the Available Instance Types table.

iLastServiceErrorId :: Lens' Instance (Maybe Text) Source

The ID of the last service error. For more information, call DescribeServiceErrors.

iLayerIds :: Lens' Instance [Text] Source

An array containing the instance layer IDs.

iOs :: Lens' Instance (Maybe Text) Source

The instance operating system.

iPrivateDns :: Lens' Instance (Maybe Text) Source

The instance private DNS name.

iPrivateIp :: Lens' Instance (Maybe Text) Source

The instance private IP address.

iPublicDns :: Lens' Instance (Maybe Text) Source

The instance public DNS name.

iPublicIp :: Lens' Instance (Maybe Text) Source

The instance public IP address.

iRootDeviceType :: Lens' Instance (Maybe Text) Source

The instance root device type. For more information, see Storage for the Root Device.

iRootDeviceVolumeId :: Lens' Instance (Maybe Text) Source

The root device volume ID.

iSecurityGroupIds :: Lens' Instance [Text] Source

An array containing the instance security group IDs.

iSshHostDsaKeyFingerprint :: Lens' Instance (Maybe Text) Source

The SSH key's DSA fingerprint.

iSshHostRsaKeyFingerprint :: Lens' Instance (Maybe Text) Source

The SSH key's RSA fingerprint.

iSshKeyName :: Lens' Instance (Maybe Text) Source

The instance SSH key name.

iStatus :: Lens' Instance (Maybe Text) Source

The instance status: requested booting running_setup online setup_failed start_failed terminating terminated stopped connection_lost.

iSubnetId :: Lens' Instance (Maybe Text) Source

The instance's subnet ID, if the stack is running in a VPC.

iVirtualizationType :: Lens' Instance (Maybe Text) Source

The instance's virtualization type, paravirtual or hvm.

Deployment

dComment :: Lens' Deployment (Maybe Text) Source

A user-defined comment.

dCompletedAt :: Lens' Deployment (Maybe Text) Source

Date when the deployment completed.

dCreatedAt :: Lens' Deployment (Maybe Text) Source

Date when the deployment was created.

dCustomJson :: Lens' Deployment (Maybe Text) Source

A string that contains user-defined custom JSON. It is used to override the corresponding default stack configuration JSON values for stack. The string should be in the following format and must escape characters such as '"'.: "{"key1": "value1", "key2": "value2",...}" For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration JSON.

dDuration :: Lens' Deployment (Maybe Int) Source

The deployment duration.

dIamUserArn :: Lens' Deployment (Maybe Text) Source

The user's IAM ARN.

dInstanceIds :: Lens' Deployment [Text] Source

The IDs of the target instances.

dStatus :: Lens' Deployment (Maybe Text) Source

The deployment status: running successful failed.

InstancesCount

icBooting :: Lens' InstancesCount (Maybe Int) Source

The number of instances with booting status.

icConnectionLost :: Lens' InstancesCount (Maybe Int) Source

The number of instances with connection_lost status.

icOnline :: Lens' InstancesCount (Maybe Int) Source

The number of instances with online status.

icPending :: Lens' InstancesCount (Maybe Int) Source

The number of instances with pending status.

icRebooting :: Lens' InstancesCount (Maybe Int) Source

The number of instances with rebooting status.

icRequested :: Lens' InstancesCount (Maybe Int) Source

The number of instances with requested status.

icRunningSetup :: Lens' InstancesCount (Maybe Int) Source

The number of instances with running_setup status.

icSetupFailed :: Lens' InstancesCount (Maybe Int) Source

The number of instances with setup_failed status.

icShuttingDown :: Lens' InstancesCount (Maybe Int) Source

The number of instances with shutting_down status.

icStartFailed :: Lens' InstancesCount (Maybe Int) Source

The number of instances with start_failed status.

icStopped :: Lens' InstancesCount (Maybe Int) Source

The number of instances with stopped status.

icStopping :: Lens' InstancesCount (Maybe Int) Source

The number of instances with stopping status.

icTerminated :: Lens' InstancesCount (Maybe Int) Source

The number of instances with terminated status.

icTerminating :: Lens' InstancesCount (Maybe Int) Source

The number of instances with terminating status.

AppType