package codestar

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

Type Members

  1. trait AssociateTeamMemberRequest extends Object
    Annotations
    @RawJSType() @native()
  2. trait AssociateTeamMemberResult extends Object
    Annotations
    @RawJSType() @native()
  3. type BucketKey = String
  4. type BucketName = String
  5. type ClientRequestToken = String
  6. trait Code extends Object

    Location and destination information about the source code files provided with the project request.

    Location and destination information about the source code files provided with the project request. The source code is uploaded to the new project source repository after project creation.

    Annotations
    @RawJSType() @native()
  7. trait CodeCommitCodeDestination extends Object

    Information about the AWS CodeCommit repository to be created in AWS CodeStar.

    Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

    Annotations
    @RawJSType() @native()
  8. trait CodeDestination extends Object

    The repository to be created in AWS CodeStar.

    The repository to be created in AWS CodeStar. Valid values are AWS CodeCommit or GitHub. After AWS CodeStar provisions the new repository, the source code files provided with the project request are placed in the repository.

    Annotations
    @RawJSType() @native()
  9. trait CodeSource extends Object

    The location where the source code files provided with the project request are stored.

    The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.

    Annotations
    @RawJSType() @native()
  10. class CodeStar extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "CodeStar" )
  11. implicit final class CodeStarOps extends AnyVal
  12. trait CreateProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  13. trait CreateProjectResult extends Object
    Annotations
    @RawJSType() @native()
  14. trait CreateUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  15. trait CreateUserProfileResult extends Object
    Annotations
    @RawJSType() @native()
  16. type CreatedTimestamp = Date
  17. trait DeleteProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  18. trait DeleteProjectResult extends Object
    Annotations
    @RawJSType() @native()
  19. type DeleteStack = Boolean
  20. trait DeleteUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  21. trait DeleteUserProfileResult extends Object
    Annotations
    @RawJSType() @native()
  22. trait DescribeProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  23. trait DescribeProjectResult extends Object
    Annotations
    @RawJSType() @native()
  24. trait DescribeUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  25. trait DescribeUserProfileResult extends Object
    Annotations
    @RawJSType() @native()
  26. trait DisassociateTeamMemberRequest extends Object
    Annotations
    @RawJSType() @native()
  27. trait DisassociateTeamMemberResult extends Object
    Annotations
    @RawJSType() @native()
  28. type Email = String
  29. trait GitHubCodeDestination extends Object

    Information about the GitHub repository to be created in AWS CodeStar.

    Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

    Annotations
    @RawJSType() @native()
  30. type GitHubPersonalToken = String
  31. type LastModifiedTimestamp = Date
  32. trait ListProjectsRequest extends Object
    Annotations
    @RawJSType() @native()
  33. trait ListProjectsResult extends Object
    Annotations
    @RawJSType() @native()
  34. trait ListResourcesRequest extends Object
    Annotations
    @RawJSType() @native()
  35. trait ListResourcesResult extends Object
    Annotations
    @RawJSType() @native()
  36. trait ListTagsForProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  37. trait ListTagsForProjectResult extends Object
    Annotations
    @RawJSType() @native()
  38. trait ListTeamMembersRequest extends Object
    Annotations
    @RawJSType() @native()
  39. trait ListTeamMembersResult extends Object
    Annotations
    @RawJSType() @native()
  40. trait ListUserProfilesRequest extends Object
    Annotations
    @RawJSType() @native()
  41. trait ListUserProfilesResult extends Object
    Annotations
    @RawJSType() @native()
  42. type MaxResults = Int
  43. type PaginationToken = String
  44. type ProjectArn = String
  45. type ProjectDescription = String
  46. type ProjectId = String
  47. type ProjectName = String
  48. trait ProjectStatus extends Object

    An indication of whether a project creation or deletion is failed or successful.

    An indication of whether a project creation or deletion is failed or successful.

    Annotations
    @RawJSType() @native()
  49. trait ProjectSummary extends Object

    Information about the metadata for a project.

    Information about the metadata for a project.

    Annotations
    @RawJSType() @native()
  50. type ProjectTemplateId = String
  51. type ProjectsList = Array[ProjectSummary]
  52. type Reason = String
  53. type RemoteAccessAllowed = Boolean
  54. type RepositoryDescription = String
  55. type RepositoryEnableIssues = Boolean
  56. type RepositoryIsPrivate = Boolean
  57. type RepositoryName = String
  58. type RepositoryOwner = String
  59. type RepositoryType = String
  60. trait Resource extends Object

    Information about a resource for a project.

    Information about a resource for a project.

    Annotations
    @RawJSType() @native()
  61. type ResourceId = String
  62. type ResourcesResult = Array[Resource]
  63. type Role = String
  64. type RoleArn = String
  65. trait S3Location extends Object

    The Amazon S3 location where the source code files provided with the project request are stored.

    The Amazon S3 location where the source code files provided with the project request are stored.

    Annotations
    @RawJSType() @native()
  66. type SourceCode = Array[Code]
  67. type SshPublicKey = String
  68. type StackId = String
  69. type State = String
  70. type TagKey = String
  71. type TagKeys = Array[TagKey]
  72. trait TagProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  73. trait TagProjectResult extends Object
    Annotations
    @RawJSType() @native()
  74. type TagValue = String
  75. type Tags = Dictionary[TagValue]
  76. trait TeamMember extends Object

    Information about a team member in a project.

    Information about a team member in a project.

    Annotations
    @RawJSType() @native()
  77. type TeamMemberResult = Array[TeamMember]
  78. type TemplateParameterKey = String
  79. type TemplateParameterMap = Dictionary[TemplateParameterValue]
  80. type TemplateParameterValue = String
  81. trait Toolchain extends Object

    The toolchain template file provided with the project request.

    The toolchain template file provided with the project request. AWS CodeStar uses the template to provision the toolchain stack in AWS CloudFormation.

    Annotations
    @RawJSType() @native()
  82. trait ToolchainSource extends Object

    The Amazon S3 location where the toolchain template file provided with the project request is stored.

    The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

    Annotations
    @RawJSType() @native()
  83. trait UntagProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  84. trait UntagProjectResult extends Object
    Annotations
    @RawJSType() @native()
  85. trait UpdateProjectRequest extends Object
    Annotations
    @RawJSType() @native()
  86. trait UpdateProjectResult extends Object
    Annotations
    @RawJSType() @native()
  87. trait UpdateTeamMemberRequest extends Object
    Annotations
    @RawJSType() @native()
  88. trait UpdateTeamMemberResult extends Object
    Annotations
    @RawJSType() @native()
  89. trait UpdateUserProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  90. trait UpdateUserProfileResult extends Object
    Annotations
    @RawJSType() @native()
  91. type UserArn = String
  92. type UserProfileDisplayName = String
  93. trait UserProfileSummary extends Object

    Information about a user's profile in AWS CodeStar.

    Information about a user's profile in AWS CodeStar.

    Annotations
    @RawJSType() @native()
  94. type UserProfilesList = Array[UserProfileSummary]

Value Members

  1. object AssociateTeamMemberRequest
  2. object AssociateTeamMemberResult
  3. object Code
  4. object CodeCommitCodeDestination
  5. object CodeDestination
  6. object CodeSource
  7. object CreateProjectRequest
  8. object CreateProjectResult
  9. object CreateUserProfileRequest
  10. object CreateUserProfileResult
  11. object DeleteProjectRequest
  12. object DeleteProjectResult
  13. object DeleteUserProfileRequest
  14. object DeleteUserProfileResult
  15. object DescribeProjectRequest
  16. object DescribeProjectResult
  17. object DescribeUserProfileRequest
  18. object DescribeUserProfileResult
  19. object DisassociateTeamMemberRequest
  20. object DisassociateTeamMemberResult
  21. object GitHubCodeDestination
  22. object ListProjectsRequest
  23. object ListProjectsResult
  24. object ListResourcesRequest
  25. object ListResourcesResult
  26. object ListTagsForProjectRequest
  27. object ListTagsForProjectResult
  28. object ListTeamMembersRequest
  29. object ListTeamMembersResult
  30. object ListUserProfilesRequest
  31. object ListUserProfilesResult
  32. object ProjectStatus
  33. object ProjectSummary
  34. object Resource
  35. object S3Location
  36. object TagProjectRequest
  37. object TagProjectResult
  38. object TeamMember
  39. object Toolchain
  40. object ToolchainSource
  41. object UntagProjectRequest
  42. object UntagProjectResult
  43. object UpdateProjectRequest
  44. object UpdateProjectResult
  45. object UpdateTeamMemberRequest
  46. object UpdateTeamMemberResult
  47. object UpdateUserProfileRequest
  48. object UpdateUserProfileResult
  49. object UserProfileSummary

Inherited from AnyRef

Inherited from Any

Ungrouped