Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";

§Classes

CodeStar

§Interfaces

AssociateTeamMemberRequest
AssociateTeamMemberResult
Code

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.

CodeCommitCodeDestination

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.

CodeDestination

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.

CodeSource

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

CreateProjectRequest
CreateProjectResult
CreateUserProfileRequest
CreateUserProfileResult
DeleteProjectRequest
DeleteProjectResult
DeleteUserProfileRequest
DeleteUserProfileResult
DescribeProjectRequest
DescribeProjectResult
DescribeUserProfileRequest
DescribeUserProfileResult
DisassociateTeamMemberRequest
GitHubCodeDestination

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.

ListProjectsRequest
ListProjectsResult
ListResourcesRequest
ListResourcesResult
ListTagsForProjectRequest
ListTagsForProjectResult
ListTeamMembersRequest
ListTeamMembersResult
ListUserProfilesRequest
ListUserProfilesResult
ProjectStatus

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

ProjectSummary

Information about the metadata for a project.

Resource

Information about a resource for a project.

S3Location

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

TagProjectRequest
TagProjectResult
TeamMember

Information about a team member in a project.

Toolchain

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

ToolchainSource

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

UntagProjectRequest
UpdateProjectRequest
UpdateTeamMemberRequest
UpdateTeamMemberResult
UpdateUserProfileRequest
UpdateUserProfileResult
UserProfileSummary

Information about a user's profile in AWS CodeStar.