package codestar
- Alphabetic
- By Inheritance
- codestar
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
AssociateTeamMemberRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
AssociateTeamMemberResult extends Object
- Annotations
- @RawJSType() @native()
- type BucketKey = String
- type BucketName = String
- type ClientRequestToken = String
-
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()
-
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()
-
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()
-
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()
-
class
CodeStar extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "CodeStar" )
- implicit final class CodeStarOps extends AnyVal
-
trait
CreateProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateProjectResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateUserProfileRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateUserProfileResult extends Object
- Annotations
- @RawJSType() @native()
- type CreatedTimestamp = Date
-
trait
DeleteProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteProjectResult extends Object
- Annotations
- @RawJSType() @native()
- type DeleteStack = Boolean
-
trait
DeleteUserProfileRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteUserProfileResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeProjectResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeUserProfileRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeUserProfileResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
DisassociateTeamMemberRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DisassociateTeamMemberResult extends Object
- Annotations
- @RawJSType() @native()
- type Email = String
-
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()
- type GitHubPersonalToken = String
- type LastModifiedTimestamp = Date
-
trait
ListProjectsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListProjectsResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListResourcesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListResourcesResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListTagsForProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListTagsForProjectResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListTeamMembersRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListTeamMembersResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListUserProfilesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListUserProfilesResult extends Object
- Annotations
- @RawJSType() @native()
- type MaxResults = Int
- type PaginationToken = String
- type ProjectArn = String
- type ProjectDescription = String
- type ProjectId = String
- type ProjectName = String
-
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()
-
trait
ProjectSummary extends Object
Information about the metadata for a project.
Information about the metadata for a project.
- Annotations
- @RawJSType() @native()
- type ProjectTemplateId = String
- type ProjectsList = Array[ProjectSummary]
- type Reason = String
- type RemoteAccessAllowed = Boolean
- type RepositoryDescription = String
- type RepositoryEnableIssues = Boolean
- type RepositoryIsPrivate = Boolean
- type RepositoryName = String
- type RepositoryOwner = String
- type RepositoryType = String
-
trait
Resource extends Object
Information about a resource for a project.
Information about a resource for a project.
- Annotations
- @RawJSType() @native()
- type ResourceId = String
- type ResourcesResult = Array[Resource]
- type Role = String
- type RoleArn = String
-
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()
- type SourceCode = Array[Code]
- type SshPublicKey = String
- type StackId = String
- type State = String
- type TagKey = String
- type TagKeys = Array[TagKey]
-
trait
TagProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
TagProjectResult extends Object
- Annotations
- @RawJSType() @native()
- type TagValue = String
- type Tags = Dictionary[TagValue]
-
trait
TeamMember extends Object
Information about a team member in a project.
Information about a team member in a project.
- Annotations
- @RawJSType() @native()
- type TeamMemberResult = Array[TeamMember]
- type TemplateParameterKey = String
- type TemplateParameterMap = Dictionary[TemplateParameterValue]
- type TemplateParameterValue = String
-
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()
-
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()
-
trait
UntagProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UntagProjectResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateProjectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateProjectResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateTeamMemberRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateTeamMemberResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateUserProfileRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateUserProfileResult extends Object
- Annotations
- @RawJSType() @native()
- type UserArn = String
- type UserProfileDisplayName = String
-
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()
- type UserProfilesList = Array[UserProfileSummary]
Value Members
- object AssociateTeamMemberRequest
- object AssociateTeamMemberResult
- object Code
- object CodeCommitCodeDestination
- object CodeDestination
- object CodeSource
- object CreateProjectRequest
- object CreateProjectResult
- object CreateUserProfileRequest
- object CreateUserProfileResult
- object DeleteProjectRequest
- object DeleteProjectResult
- object DeleteUserProfileRequest
- object DeleteUserProfileResult
- object DescribeProjectRequest
- object DescribeProjectResult
- object DescribeUserProfileRequest
- object DescribeUserProfileResult
- object DisassociateTeamMemberRequest
- object DisassociateTeamMemberResult
- object GitHubCodeDestination
- object ListProjectsRequest
- object ListProjectsResult
- object ListResourcesRequest
- object ListResourcesResult
- object ListTagsForProjectRequest
- object ListTagsForProjectResult
- object ListTeamMembersRequest
- object ListTeamMembersResult
- object ListUserProfilesRequest
- object ListUserProfilesResult
- object ProjectStatus
- object ProjectSummary
- object Resource
- object S3Location
- object TagProjectRequest
- object TagProjectResult
- object TeamMember
- object Toolchain
- object ToolchainSource
- object UntagProjectRequest
- object UntagProjectResult
- object UpdateProjectRequest
- object UpdateProjectResult
- object UpdateTeamMemberRequest
- object UpdateTeamMemberResult
- object UpdateUserProfileRequest
- object UpdateUserProfileResult
- object UserProfileSummary