package cloud9

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

Type Members

  1. type AutomaticStopTimeMinutes = Int
  2. type BoundedEnvironmentIdList = Array[EnvironmentId]
  3. type ClientRequestToken = String
  4. class Cloud9 extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Cloud9" )
  5. implicit final class Cloud9Ops extends AnyVal
  6. trait CreateEnvironmentEC2Request extends Object
    Annotations
    @RawJSType() @native()
  7. trait CreateEnvironmentEC2Result extends Object
    Annotations
    @RawJSType() @native()
  8. trait CreateEnvironmentMembershipRequest extends Object
    Annotations
    @RawJSType() @native()
  9. trait CreateEnvironmentMembershipResult extends Object
    Annotations
    @RawJSType() @native()
  10. trait DeleteEnvironmentMembershipRequest extends Object
    Annotations
    @RawJSType() @native()
  11. trait DeleteEnvironmentMembershipResult extends Object
    Annotations
    @RawJSType() @native()
  12. trait DeleteEnvironmentRequest extends Object
    Annotations
    @RawJSType() @native()
  13. trait DeleteEnvironmentResult extends Object
    Annotations
    @RawJSType() @native()
  14. trait DescribeEnvironmentMembershipsRequest extends Object
    Annotations
    @RawJSType() @native()
  15. trait DescribeEnvironmentMembershipsResult extends Object
    Annotations
    @RawJSType() @native()
  16. trait DescribeEnvironmentStatusRequest extends Object
    Annotations
    @RawJSType() @native()
  17. trait DescribeEnvironmentStatusResult extends Object
    Annotations
    @RawJSType() @native()
  18. trait DescribeEnvironmentsRequest extends Object
    Annotations
    @RawJSType() @native()
  19. trait DescribeEnvironmentsResult extends Object
    Annotations
    @RawJSType() @native()
  20. trait Environment extends Object

    Information about an AWS Cloud9 development environment.

    Information about an AWS Cloud9 development environment.

    Annotations
    @RawJSType() @native()
  21. type EnvironmentDescription = String
  22. type EnvironmentId = String
  23. type EnvironmentIdList = Array[EnvironmentId]
  24. trait EnvironmentLifecycle extends Object

    Information about the current creation or deletion lifecycle state of an AWS Cloud9 development environment.

    Information about the current creation or deletion lifecycle state of an AWS Cloud9 development environment.

    Annotations
    @RawJSType() @native()
  25. type EnvironmentLifecycleStatus = String
  26. type EnvironmentList = Array[Environment]
  27. trait EnvironmentMember extends Object

    Information about an environment member for an AWS Cloud9 development environment.

    Information about an environment member for an AWS Cloud9 development environment.

    Annotations
    @RawJSType() @native()
  28. type EnvironmentMembersList = Array[EnvironmentMember]
  29. type EnvironmentName = String
  30. type EnvironmentStatus = String
  31. type EnvironmentType = String
  32. type InstanceType = String
  33. trait ListEnvironmentsRequest extends Object
    Annotations
    @RawJSType() @native()
  34. trait ListEnvironmentsResult extends Object
    Annotations
    @RawJSType() @native()
  35. type MaxResults = Int
  36. type MemberPermissions = String
  37. type Permissions = String
  38. type PermissionsList = Array[Permissions]
  39. type SubnetId = String
  40. type Timestamp = Date
  41. trait UpdateEnvironmentMembershipRequest extends Object
    Annotations
    @RawJSType() @native()
  42. trait UpdateEnvironmentMembershipResult extends Object
    Annotations
    @RawJSType() @native()
  43. trait UpdateEnvironmentRequest extends Object
    Annotations
    @RawJSType() @native()
  44. trait UpdateEnvironmentResult extends Object
    Annotations
    @RawJSType() @native()
  45. type UserArn = String

Inherited from AnyRef

Inherited from Any

Ungrouped