Packages

package opsworks

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. opsworks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AgentVersion extends Object

    Describes an agent version.

    Describes an agent version.

    Annotations
    @RawJSType() @native()
  2. type AgentVersions = Array[AgentVersion]
  3. trait App extends Object

    A description of the app.

    A description of the app.

    Annotations
    @RawJSType() @native()
  4. type AppAttributes = Dictionary[String]
  5. type AppAttributesKeys = String
  6. type AppType = String
  7. type Apps = Array[App]
  8. type Architecture = String
  9. trait AssignInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  10. trait AssignVolumeRequest extends Object
    Annotations
    @RawJSType() @native()
  11. trait AssociateElasticIpRequest extends Object
    Annotations
    @RawJSType() @native()
  12. trait AttachElasticLoadBalancerRequest extends Object
    Annotations
    @RawJSType() @native()
  13. trait AutoScalingThresholds extends Object

    Describes a load-based auto scaling upscaling or downscaling threshold configuration, which specifies when AWS OpsWorks Stacks starts or stops load-based instances.

    Describes a load-based auto scaling upscaling or downscaling threshold configuration, which specifies when AWS OpsWorks Stacks starts or stops load-based instances.

    Annotations
    @RawJSType() @native()
  14. type AutoScalingType = String
  15. trait BlockDeviceMapping extends Object

    Describes a block device mapping.

    Describes a block device mapping. This data type maps directly to the Amazon EC2 http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html|BlockDeviceMapping data type.

    Annotations
    @RawJSType() @native()
  16. type BlockDeviceMappings = Array[BlockDeviceMapping]
  17. trait ChefConfiguration extends Object

    Describes the Chef configuration.

    Describes the Chef configuration.

    Annotations
    @RawJSType() @native()
  18. trait CloneStackRequest extends Object
    Annotations
    @RawJSType() @native()
  19. trait CloneStackResult extends Object

    Contains the response to a CloneStack request.

    Contains the response to a CloneStack request.

    Annotations
    @RawJSType() @native()
  20. trait CloudWatchLogsConfiguration extends Object

    Describes the Amazon CloudWatch logs configuration for a layer.

    Describes the Amazon CloudWatch logs configuration for a layer.

    Annotations
    @RawJSType() @native()
  21. type CloudWatchLogsEncoding = String
  22. type CloudWatchLogsInitialPosition = String
  23. trait CloudWatchLogsLogStream extends Object

    Describes the Amazon CloudWatch logs configuration for a layer.

    Describes the Amazon CloudWatch logs configuration for a layer. For detailed information about members of this data type, see the Logs Agent Reference.

    Annotations
    @RawJSType() @native()
  24. type CloudWatchLogsLogStreams = Array[CloudWatchLogsLogStream]
  25. type CloudWatchLogsTimeZone = String
  26. trait Command extends Object

    Describes a command.

    Describes a command.

    Annotations
    @RawJSType() @native()
  27. type Commands = Array[Command]
  28. trait CreateAppRequest extends Object
    Annotations
    @RawJSType() @native()
  29. trait CreateAppResult extends Object

    Contains the response to a CreateApp request.

    Contains the response to a CreateApp request.

    Annotations
    @RawJSType() @native()
  30. trait CreateDeploymentRequest extends Object
    Annotations
    @RawJSType() @native()
  31. trait CreateDeploymentResult extends Object

    Contains the response to a CreateDeployment request.

    Contains the response to a CreateDeployment request.

    Annotations
    @RawJSType() @native()
  32. trait CreateInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  33. trait CreateInstanceResult extends Object

    Contains the response to a CreateInstance request.

    Contains the response to a CreateInstance request.

    Annotations
    @RawJSType() @native()
  34. trait CreateLayerRequest extends Object
    Annotations
    @RawJSType() @native()
  35. trait CreateLayerResult extends Object

    Contains the response to a CreateLayer request.

    Contains the response to a CreateLayer request.

    Annotations
    @RawJSType() @native()
  36. trait CreateStackRequest extends Object
    Annotations
    @RawJSType() @native()
  37. trait CreateStackResult extends Object

    Contains the response to a CreateStack request.

    Contains the response to a CreateStack request.

    Annotations
    @RawJSType() @native()
  38. trait CreateUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  39. trait CreateUserProfileResult extends Object

    Contains the response to a CreateUserProfile request.

    Contains the response to a CreateUserProfile request.

    Annotations
    @RawJSType() @native()
  40. type DailyAutoScalingSchedule = Dictionary[Switch]
  41. trait DataSource extends Object

    Describes an app's data source.

    Describes an app's data source.

    Annotations
    @RawJSType() @native()
  42. type DataSources = Array[DataSource]
  43. type DateTime = String
  44. trait DeleteAppRequest extends Object
    Annotations
    @RawJSType() @native()
  45. trait DeleteInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  46. trait DeleteLayerRequest extends Object
    Annotations
    @RawJSType() @native()
  47. trait DeleteStackRequest extends Object
    Annotations
    @RawJSType() @native()
  48. trait DeleteUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  49. trait Deployment extends Object

    Describes a deployment of a stack or app.

    Describes a deployment of a stack or app.

    Annotations
    @RawJSType() @native()
  50. trait DeploymentCommand extends Object

    Used to specify a stack or deployment command.

    Used to specify a stack or deployment command.

    Annotations
    @RawJSType() @native()
  51. type DeploymentCommandArgs = Dictionary[Strings]
  52. type DeploymentCommandName = String
  53. type Deployments = Array[Deployment]
  54. trait DeregisterEcsClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  55. trait DeregisterElasticIpRequest extends Object
    Annotations
    @RawJSType() @native()
  56. trait DeregisterInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  57. trait DeregisterRdsDbInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  58. trait DeregisterVolumeRequest extends Object
    Annotations
    @RawJSType() @native()
  59. trait DescribeAgentVersionsRequest extends Object
    Annotations
    @RawJSType() @native()
  60. trait DescribeAgentVersionsResult extends Object

    Contains the response to a DescribeAgentVersions request.

    Contains the response to a DescribeAgentVersions request.

    Annotations
    @RawJSType() @native()
  61. trait DescribeAppsRequest extends Object
    Annotations
    @RawJSType() @native()
  62. trait DescribeAppsResult extends Object

    Contains the response to a DescribeApps request.

    Contains the response to a DescribeApps request.

    Annotations
    @RawJSType() @native()
  63. trait DescribeCommandsRequest extends Object
    Annotations
    @RawJSType() @native()
  64. trait DescribeCommandsResult extends Object

    Contains the response to a DescribeCommands request.

    Contains the response to a DescribeCommands request.

    Annotations
    @RawJSType() @native()
  65. trait DescribeDeploymentsRequest extends Object
    Annotations
    @RawJSType() @native()
  66. trait DescribeDeploymentsResult extends Object

    Contains the response to a DescribeDeployments request.

    Contains the response to a DescribeDeployments request.

    Annotations
    @RawJSType() @native()
  67. trait DescribeEcsClustersRequest extends Object
    Annotations
    @RawJSType() @native()
  68. trait DescribeEcsClustersResult extends Object

    Contains the response to a DescribeEcsClusters request.

    Contains the response to a DescribeEcsClusters request.

    Annotations
    @RawJSType() @native()
  69. trait DescribeElasticIpsRequest extends Object
    Annotations
    @RawJSType() @native()
  70. trait DescribeElasticIpsResult extends Object

    Contains the response to a DescribeElasticIps request.

    Contains the response to a DescribeElasticIps request.

    Annotations
    @RawJSType() @native()
  71. trait DescribeElasticLoadBalancersRequest extends Object
    Annotations
    @RawJSType() @native()
  72. trait DescribeElasticLoadBalancersResult extends Object

    Contains the response to a DescribeElasticLoadBalancers request.

    Contains the response to a DescribeElasticLoadBalancers request.

    Annotations
    @RawJSType() @native()
  73. trait DescribeInstancesRequest extends Object
    Annotations
    @RawJSType() @native()
  74. trait DescribeInstancesResult extends Object

    Contains the response to a DescribeInstances request.

    Contains the response to a DescribeInstances request.

    Annotations
    @RawJSType() @native()
  75. trait DescribeLayersRequest extends Object
    Annotations
    @RawJSType() @native()
  76. trait DescribeLayersResult extends Object

    Contains the response to a DescribeLayers request.

    Contains the response to a DescribeLayers request.

    Annotations
    @RawJSType() @native()
  77. trait DescribeLoadBasedAutoScalingRequest extends Object
    Annotations
    @RawJSType() @native()
  78. trait DescribeLoadBasedAutoScalingResult extends Object

    Contains the response to a DescribeLoadBasedAutoScaling request.

    Contains the response to a DescribeLoadBasedAutoScaling request.

    Annotations
    @RawJSType() @native()
  79. trait DescribeMyUserProfileResult extends Object

    Contains the response to a DescribeMyUserProfile request.

    Contains the response to a DescribeMyUserProfile request.

    Annotations
    @RawJSType() @native()
  80. trait DescribeOperatingSystemsResponse extends Object

    The response to a DescribeOperatingSystems request.

    The response to a DescribeOperatingSystems request.

    Annotations
    @RawJSType() @native()
  81. trait DescribePermissionsRequest extends Object
    Annotations
    @RawJSType() @native()
  82. trait DescribePermissionsResult extends Object

    Contains the response to a DescribePermissions request.

    Contains the response to a DescribePermissions request.

    Annotations
    @RawJSType() @native()
  83. trait DescribeRaidArraysRequest extends Object
    Annotations
    @RawJSType() @native()
  84. trait DescribeRaidArraysResult extends Object

    Contains the response to a DescribeRaidArrays request.

    Contains the response to a DescribeRaidArrays request.

    Annotations
    @RawJSType() @native()
  85. trait DescribeRdsDbInstancesRequest extends Object
    Annotations
    @RawJSType() @native()
  86. trait DescribeRdsDbInstancesResult extends Object

    Contains the response to a DescribeRdsDbInstances request.

    Contains the response to a DescribeRdsDbInstances request.

    Annotations
    @RawJSType() @native()
  87. trait DescribeServiceErrorsRequest extends Object
    Annotations
    @RawJSType() @native()
  88. trait DescribeServiceErrorsResult extends Object

    Contains the response to a DescribeServiceErrors request.

    Contains the response to a DescribeServiceErrors request.

    Annotations
    @RawJSType() @native()
  89. trait DescribeStackProvisioningParametersRequest extends Object
    Annotations
    @RawJSType() @native()
  90. trait DescribeStackProvisioningParametersResult extends Object

    Contains the response to a DescribeStackProvisioningParameters request.

    Contains the response to a DescribeStackProvisioningParameters request.

    Annotations
    @RawJSType() @native()
  91. trait DescribeStackSummaryRequest extends Object
    Annotations
    @RawJSType() @native()
  92. trait DescribeStackSummaryResult extends Object

    Contains the response to a DescribeStackSummary request.

    Contains the response to a DescribeStackSummary request.

    Annotations
    @RawJSType() @native()
  93. trait DescribeStacksRequest extends Object
    Annotations
    @RawJSType() @native()
  94. trait DescribeStacksResult extends Object

    Contains the response to a DescribeStacks request.

    Contains the response to a DescribeStacks request.

    Annotations
    @RawJSType() @native()
  95. trait DescribeTimeBasedAutoScalingRequest extends Object
    Annotations
    @RawJSType() @native()
  96. trait DescribeTimeBasedAutoScalingResult extends Object

    Contains the response to a DescribeTimeBasedAutoScaling request.

    Contains the response to a DescribeTimeBasedAutoScaling request.

    Annotations
    @RawJSType() @native()
  97. trait DescribeUserProfilesRequest extends Object
    Annotations
    @RawJSType() @native()
  98. trait DescribeUserProfilesResult extends Object

    Contains the response to a DescribeUserProfiles request.

    Contains the response to a DescribeUserProfiles request.

    Annotations
    @RawJSType() @native()
  99. trait DescribeVolumesRequest extends Object
    Annotations
    @RawJSType() @native()
  100. trait DescribeVolumesResult extends Object

    Contains the response to a DescribeVolumes request.

    Contains the response to a DescribeVolumes request.

    Annotations
    @RawJSType() @native()
  101. trait DetachElasticLoadBalancerRequest extends Object
    Annotations
    @RawJSType() @native()
  102. trait DisassociateElasticIpRequest extends Object
    Annotations
    @RawJSType() @native()
  103. trait EbsBlockDevice extends Object

    Describes an Amazon EBS volume.

    Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html|EbsBlockDevice data type.

    Annotations
    @RawJSType() @native()
  104. trait EcsCluster extends Object

    Describes a registered Amazon ECS cluster.

    Describes a registered Amazon ECS cluster.

    Annotations
    @RawJSType() @native()
  105. type EcsClusters = Array[EcsCluster]
  106. trait ElasticIp extends Object

    Describes an Elastic IP address.

    Describes an Elastic IP address.

    Annotations
    @RawJSType() @native()
  107. type ElasticIps = Array[ElasticIp]
  108. trait ElasticLoadBalancer extends Object

    Describes an Elastic Load Balancing instance.

    Describes an Elastic Load Balancing instance.

    Annotations
    @RawJSType() @native()
  109. type ElasticLoadBalancers = Array[ElasticLoadBalancer]
  110. trait EnvironmentVariable extends Object

    Represents an app's environment variable.

    Represents an app's environment variable.

    Annotations
    @RawJSType() @native()
  111. type EnvironmentVariables = Array[EnvironmentVariable]
  112. trait GetHostnameSuggestionRequest extends Object
    Annotations
    @RawJSType() @native()
  113. trait GetHostnameSuggestionResult extends Object

    Contains the response to a GetHostnameSuggestion request.

    Contains the response to a GetHostnameSuggestion request.

    Annotations
    @RawJSType() @native()
  114. trait GrantAccessRequest extends Object
    Annotations
    @RawJSType() @native()
  115. trait GrantAccessResult extends Object

    Contains the response to a GrantAccess request.

    Contains the response to a GrantAccess request.

    Annotations
    @RawJSType() @native()
  116. type Hour = String
  117. trait Instance extends Object

    Describes an instance.

    Describes an instance.

    Annotations
    @RawJSType() @native()
  118. trait InstanceIdentity extends Object

    Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service.

    Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Metadata and User Data.

    Annotations
    @RawJSType() @native()
  119. type Instances = Array[Instance]
  120. trait InstancesCount extends Object

    Describes how many instances a stack has for each status.

    Describes how many instances a stack has for each status.

    Annotations
    @RawJSType() @native()
  121. trait Layer extends Object

    Describes a layer.

    Describes a layer.

    Annotations
    @RawJSType() @native()
  122. type LayerAttributes = Dictionary[String]
  123. type LayerAttributesKeys = String
  124. type LayerType = String
  125. type Layers = Array[Layer]
  126. trait LifecycleEventConfiguration extends Object

    Specifies the lifecycle event configuration

    Specifies the lifecycle event configuration

    Annotations
    @RawJSType() @native()
  127. trait ListTagsRequest extends Object
    Annotations
    @RawJSType() @native()
  128. trait ListTagsResult extends Object

    Contains the response to a ListTags request.

    Contains the response to a ListTags request.

    Annotations
    @RawJSType() @native()
  129. trait LoadBasedAutoScalingConfiguration extends Object

    Describes a layer's load-based auto scaling configuration.

    Describes a layer's load-based auto scaling configuration.

    Annotations
    @RawJSType() @native()
  130. type LoadBasedAutoScalingConfigurations = Array[LoadBasedAutoScalingConfiguration]
  131. type MaxResults = Int
  132. type Minute = Int
  133. type NextToken = String
  134. trait OperatingSystem extends Object

    Describes supported operating systems in AWS OpsWorks Stacks.

    Describes supported operating systems in AWS OpsWorks Stacks.

    Annotations
    @RawJSType() @native()
  135. trait OperatingSystemConfigurationManager extends Object

    A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

    A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

    Annotations
    @RawJSType() @native()
  136. type OperatingSystemConfigurationManagers = Array[OperatingSystemConfigurationManager]
  137. type OperatingSystems = Array[OperatingSystem]
  138. class OpsWorks extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "OpsWorks" )
  139. implicit final class OpsWorksOps extends AnyVal
  140. type Parameters = Dictionary[String]
  141. trait Permission extends Object

    Describes stack or user permissions.

    Describes stack or user permissions.

    Annotations
    @RawJSType() @native()
  142. type Permissions = Array[Permission]
  143. trait RaidArray extends Object

    Describes an instance's RAID array.

    Describes an instance's RAID array.

    Annotations
    @RawJSType() @native()
  144. type RaidArrays = Array[RaidArray]
  145. trait RdsDbInstance extends Object

    Describes an Amazon RDS instance.

    Describes an Amazon RDS instance.

    Annotations
    @RawJSType() @native()
  146. type RdsDbInstances = Array[RdsDbInstance]
  147. trait RebootInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  148. trait Recipes extends Object

    AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown.

    AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each event. In addition, you can provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events. To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.

    Annotations
    @RawJSType() @native()
  149. trait RegisterEcsClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  150. trait RegisterEcsClusterResult extends Object

    Contains the response to a RegisterEcsCluster request.

    Contains the response to a RegisterEcsCluster request.

    Annotations
    @RawJSType() @native()
  151. trait RegisterElasticIpRequest extends Object
    Annotations
    @RawJSType() @native()
  152. trait RegisterElasticIpResult extends Object

    Contains the response to a RegisterElasticIp request.

    Contains the response to a RegisterElasticIp request.

    Annotations
    @RawJSType() @native()
  153. trait RegisterInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  154. trait RegisterInstanceResult extends Object

    Contains the response to a RegisterInstanceResult request.

    Contains the response to a RegisterInstanceResult request.

    Annotations
    @RawJSType() @native()
  155. trait RegisterRdsDbInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  156. trait RegisterVolumeRequest extends Object
    Annotations
    @RawJSType() @native()
  157. trait RegisterVolumeResult extends Object

    Contains the response to a RegisterVolume request.

    Contains the response to a RegisterVolume request.

    Annotations
    @RawJSType() @native()
  158. trait ReportedOs extends Object

    A registered instance's reported operating system.

    A registered instance's reported operating system.

    Annotations
    @RawJSType() @native()
  159. type ResourceArn = String
  160. trait ResourceNotFoundExceptionException extends Object

    Indicates that a resource was not found.

    Indicates that a resource was not found.

    Annotations
    @RawJSType() @native()
  161. type RootDeviceType = String
  162. trait SelfUserProfile extends Object

    Describes a user's SSH information.

    Describes a user's SSH information.

    Annotations
    @RawJSType() @native()
  163. trait ServiceError extends Object

    Describes an AWS OpsWorks Stacks service error.

    Describes an AWS OpsWorks Stacks service error.

    Annotations
    @RawJSType() @native()
  164. type ServiceErrors = Array[ServiceError]
  165. trait SetLoadBasedAutoScalingRequest extends Object
    Annotations
    @RawJSType() @native()
  166. trait SetPermissionRequest extends Object
    Annotations
    @RawJSType() @native()
  167. trait SetTimeBasedAutoScalingRequest extends Object
    Annotations
    @RawJSType() @native()
  168. trait ShutdownEventConfiguration extends Object

    The Shutdown event configuration.

    The Shutdown event configuration.

    Annotations
    @RawJSType() @native()
  169. trait Source extends Object

    Contains the information required to retrieve an app or cookbook from a repository.

    Contains the information required to retrieve an app or cookbook from a repository. For more information, see Apps or Recipes and Cookbooks.

    Annotations
    @RawJSType() @native()
  170. type SourceType = String
  171. trait SslConfiguration extends Object

    Describes an app's SSL configuration.

    Describes an app's SSL configuration.

    Annotations
    @RawJSType() @native()
  172. trait Stack extends Object

    Describes a stack.

    Describes a stack.

    Annotations
    @RawJSType() @native()
  173. type StackAttributes = Dictionary[String]
  174. type StackAttributesKeys = String
  175. trait StackConfigurationManager extends Object

    Describes the configuration manager.

    Describes the configuration manager.

    Annotations
    @RawJSType() @native()
  176. trait StackSummary extends Object

    Summarizes the number of layers, instances, and apps in a stack.

    Summarizes the number of layers, instances, and apps in a stack.

    Annotations
    @RawJSType() @native()
  177. type Stacks = Array[Stack]
  178. trait StartInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  179. trait StartStackRequest extends Object
    Annotations
    @RawJSType() @native()
  180. trait StopInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  181. trait StopStackRequest extends Object
    Annotations
    @RawJSType() @native()
  182. type Strings = Array[String]
  183. type Switch = String
  184. type TagKey = String
  185. type TagKeys = Array[TagKey]
  186. trait TagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  187. type TagValue = String
  188. type Tags = Dictionary[TagValue]
  189. trait TemporaryCredential extends Object

    Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.

    Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.

    Annotations
    @RawJSType() @native()
  190. trait TimeBasedAutoScalingConfiguration extends Object

    Describes an instance's time-based auto scaling configuration.

    Describes an instance's time-based auto scaling configuration.

    Annotations
    @RawJSType() @native()
  191. type TimeBasedAutoScalingConfigurations = Array[TimeBasedAutoScalingConfiguration]
  192. trait UnassignInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  193. trait UnassignVolumeRequest extends Object
    Annotations
    @RawJSType() @native()
  194. trait UntagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  195. trait UpdateAppRequest extends Object
    Annotations
    @RawJSType() @native()
  196. trait UpdateElasticIpRequest extends Object
    Annotations
    @RawJSType() @native()
  197. trait UpdateInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  198. trait UpdateLayerRequest extends Object
    Annotations
    @RawJSType() @native()
  199. trait UpdateMyUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  200. trait UpdateRdsDbInstanceRequest extends Object
    Annotations
    @RawJSType() @native()
  201. trait UpdateStackRequest extends Object
    Annotations
    @RawJSType() @native()
  202. trait UpdateUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  203. trait UpdateVolumeRequest extends Object
    Annotations
    @RawJSType() @native()
  204. trait UserProfile extends Object

    Describes a user's SSH information.

    Describes a user's SSH information.

    Annotations
    @RawJSType() @native()
  205. type UserProfiles = Array[UserProfile]
  206. type ValidForInMinutes = Int
  207. trait ValidationExceptionException extends Object

    Indicates that a request was not valid.

    Indicates that a request was not valid.

    Annotations
    @RawJSType() @native()
  208. type VirtualizationType = String
  209. trait Volume extends Object

    Describes an instance's Amazon EBS volume.

    Describes an instance's Amazon EBS volume.

    Annotations
    @RawJSType() @native()
  210. trait VolumeConfiguration extends Object

    Describes an Amazon EBS volume configuration.

    Describes an Amazon EBS volume configuration.

    Annotations
    @RawJSType() @native()
  211. type VolumeConfigurations = Array[VolumeConfiguration]
  212. type VolumeType = String
  213. type Volumes = Array[Volume]
  214. trait WeeklyAutoScalingSchedule extends Object

    Describes a time-based instance's auto scaling schedule.

    Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs. * The key is the time period (a UTC hour) and must be an integer from 0 - 23. * The value indicates whether the instance should be online or offline for the specified period, and must be set to "on" or "off" The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period. The following example specifies that the instance should be online for four hours, from UTC 1200 - 1600. It will be off for the remainder of the day. { "12":"on", "13":"on", "14":"on", "15":"on" }

    Annotations
    @RawJSType() @native()

Value Members

  1. object AgentVersion
  2. object App
  3. object AppAttributesKeysEnum
  4. object AppTypeEnum
  5. object ArchitectureEnum
  6. object AssignInstanceRequest
  7. object AssignVolumeRequest
  8. object AssociateElasticIpRequest
  9. object AttachElasticLoadBalancerRequest
  10. object AutoScalingThresholds
  11. object AutoScalingTypeEnum
  12. object BlockDeviceMapping
  13. object ChefConfiguration
  14. object CloneStackRequest
  15. object CloneStackResult
  16. object CloudWatchLogsConfiguration
  17. object CloudWatchLogsEncodingEnum

    Specifies the encoding of the log file so that the file can be read correctly.

    Specifies the encoding of the log file so that the file can be read correctly. The default is utf_8. Encodings supported by Python codecs.decode() can be used here.

  18. object CloudWatchLogsInitialPositionEnum

    Specifies where to start to read data (start_of_file or end_of_file).

    Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. It's only used if there is no state persisted for that log stream.

  19. object CloudWatchLogsLogStream
  20. object CloudWatchLogsTimeZoneEnum

    The preferred time zone for logs streamed to CloudWatch Logs.

    The preferred time zone for logs streamed to CloudWatch Logs. Valid values are LOCAL and UTC, for Coordinated Universal Time.

  21. object Command
  22. object CreateAppRequest
  23. object CreateAppResult
  24. object CreateDeploymentRequest
  25. object CreateDeploymentResult
  26. object CreateInstanceRequest
  27. object CreateInstanceResult
  28. object CreateLayerRequest
  29. object CreateLayerResult
  30. object CreateStackRequest
  31. object CreateStackResult
  32. object CreateUserProfileRequest
  33. object CreateUserProfileResult
  34. object DataSource
  35. object DeleteAppRequest
  36. object DeleteInstanceRequest
  37. object DeleteLayerRequest
  38. object DeleteStackRequest
  39. object DeleteUserProfileRequest
  40. object Deployment
  41. object DeploymentCommand
  42. object DeploymentCommandNameEnum
  43. object DeregisterEcsClusterRequest
  44. object DeregisterElasticIpRequest
  45. object DeregisterInstanceRequest
  46. object DeregisterRdsDbInstanceRequest
  47. object DeregisterVolumeRequest
  48. object DescribeAgentVersionsRequest
  49. object DescribeAgentVersionsResult
  50. object DescribeAppsRequest
  51. object DescribeAppsResult
  52. object DescribeCommandsRequest
  53. object DescribeCommandsResult
  54. object DescribeDeploymentsRequest
  55. object DescribeDeploymentsResult
  56. object DescribeEcsClustersRequest
  57. object DescribeEcsClustersResult
  58. object DescribeElasticIpsRequest
  59. object DescribeElasticIpsResult
  60. object DescribeElasticLoadBalancersRequest
  61. object DescribeElasticLoadBalancersResult
  62. object DescribeInstancesRequest
  63. object DescribeInstancesResult
  64. object DescribeLayersRequest
  65. object DescribeLayersResult
  66. object DescribeLoadBasedAutoScalingRequest
  67. object DescribeLoadBasedAutoScalingResult
  68. object DescribeMyUserProfileResult
  69. object DescribeOperatingSystemsResponse
  70. object DescribePermissionsRequest
  71. object DescribePermissionsResult
  72. object DescribeRaidArraysRequest
  73. object DescribeRaidArraysResult
  74. object DescribeRdsDbInstancesRequest
  75. object DescribeRdsDbInstancesResult
  76. object DescribeServiceErrorsRequest
  77. object DescribeServiceErrorsResult
  78. object DescribeStackProvisioningParametersRequest
  79. object DescribeStackProvisioningParametersResult
  80. object DescribeStackSummaryRequest
  81. object DescribeStackSummaryResult
  82. object DescribeStacksRequest
  83. object DescribeStacksResult
  84. object DescribeTimeBasedAutoScalingRequest
  85. object DescribeTimeBasedAutoScalingResult
  86. object DescribeUserProfilesRequest
  87. object DescribeUserProfilesResult
  88. object DescribeVolumesRequest
  89. object DescribeVolumesResult
  90. object DetachElasticLoadBalancerRequest
  91. object DisassociateElasticIpRequest
  92. object EbsBlockDevice
  93. object EcsCluster
  94. object ElasticIp
  95. object ElasticLoadBalancer
  96. object EnvironmentVariable
  97. object GetHostnameSuggestionRequest
  98. object GetHostnameSuggestionResult
  99. object GrantAccessRequest
  100. object GrantAccessResult
  101. object Instance
  102. object InstanceIdentity
  103. object InstancesCount
  104. object Layer
  105. object LayerAttributesKeysEnum
  106. object LayerTypeEnum
  107. object LifecycleEventConfiguration
  108. object ListTagsRequest
  109. object ListTagsResult
  110. object LoadBasedAutoScalingConfiguration
  111. object OperatingSystem
  112. object OperatingSystemConfigurationManager
  113. object Permission
  114. object RaidArray
  115. object RdsDbInstance
  116. object RebootInstanceRequest
  117. object Recipes
  118. object RegisterEcsClusterRequest
  119. object RegisterEcsClusterResult
  120. object RegisterElasticIpRequest
  121. object RegisterElasticIpResult
  122. object RegisterInstanceRequest
  123. object RegisterInstanceResult
  124. object RegisterRdsDbInstanceRequest
  125. object RegisterVolumeRequest
  126. object RegisterVolumeResult
  127. object ReportedOs
  128. object RootDeviceTypeEnum
  129. object SelfUserProfile
  130. object ServiceError
  131. object SetLoadBasedAutoScalingRequest
  132. object SetPermissionRequest
  133. object SetTimeBasedAutoScalingRequest
  134. object ShutdownEventConfiguration
  135. object Source
  136. object SourceTypeEnum
  137. object SslConfiguration
  138. object Stack
  139. object StackAttributesKeysEnum
  140. object StackConfigurationManager
  141. object StackSummary
  142. object StartInstanceRequest
  143. object StartStackRequest
  144. object StopInstanceRequest
  145. object StopStackRequest
  146. object TagResourceRequest
  147. object TemporaryCredential
  148. object TimeBasedAutoScalingConfiguration
  149. object UnassignInstanceRequest
  150. object UnassignVolumeRequest
  151. object UntagResourceRequest
  152. object UpdateAppRequest
  153. object UpdateElasticIpRequest
  154. object UpdateInstanceRequest
  155. object UpdateLayerRequest
  156. object UpdateMyUserProfileRequest
  157. object UpdateRdsDbInstanceRequest
  158. object UpdateStackRequest
  159. object UpdateUserProfileRequest
  160. object UpdateVolumeRequest
  161. object UserProfile
  162. object VirtualizationTypeEnum
  163. object Volume
  164. object VolumeConfiguration
  165. object VolumeTypeEnum
  166. object WeeklyAutoScalingSchedule

Inherited from AnyRef

Inherited from Any

Ungrouped