Documentation
¶
Index ¶
- type AssociateTeamMemberFuture
- type Client
- type CreateProjectFuture
- type CreateUserProfileFuture
- type DeleteProjectFuture
- type DeleteUserProfileFuture
- type DescribeProjectFuture
- type DescribeUserProfileFuture
- type DisassociateTeamMemberFuture
- type ListProjectsFuture
- type ListResourcesFuture
- type ListTagsForProjectFuture
- type ListTeamMembersFuture
- type ListUserProfilesFuture
- type TagProjectFuture
- type UntagProjectFuture
- type UpdateProjectFuture
- type UpdateTeamMemberFuture
- type UpdateUserProfileFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateTeamMemberFuture ¶
type AssociateTeamMemberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateTeamMemberFuture) Get ¶
func (r *AssociateTeamMemberFuture) Get(ctx workflow.Context) (*codestar.AssociateTeamMemberOutput, error)
type Client ¶
type Client interface { AssociateTeamMember(ctx workflow.Context, input *codestar.AssociateTeamMemberInput) (*codestar.AssociateTeamMemberOutput, error) AssociateTeamMemberAsync(ctx workflow.Context, input *codestar.AssociateTeamMemberInput) *AssociateTeamMemberFuture CreateProject(ctx workflow.Context, input *codestar.CreateProjectInput) (*codestar.CreateProjectOutput, error) CreateProjectAsync(ctx workflow.Context, input *codestar.CreateProjectInput) *CreateProjectFuture CreateUserProfile(ctx workflow.Context, input *codestar.CreateUserProfileInput) (*codestar.CreateUserProfileOutput, error) CreateUserProfileAsync(ctx workflow.Context, input *codestar.CreateUserProfileInput) *CreateUserProfileFuture DeleteProject(ctx workflow.Context, input *codestar.DeleteProjectInput) (*codestar.DeleteProjectOutput, error) DeleteProjectAsync(ctx workflow.Context, input *codestar.DeleteProjectInput) *DeleteProjectFuture DeleteUserProfile(ctx workflow.Context, input *codestar.DeleteUserProfileInput) (*codestar.DeleteUserProfileOutput, error) DeleteUserProfileAsync(ctx workflow.Context, input *codestar.DeleteUserProfileInput) *DeleteUserProfileFuture DescribeProject(ctx workflow.Context, input *codestar.DescribeProjectInput) (*codestar.DescribeProjectOutput, error) DescribeProjectAsync(ctx workflow.Context, input *codestar.DescribeProjectInput) *DescribeProjectFuture DescribeUserProfile(ctx workflow.Context, input *codestar.DescribeUserProfileInput) (*codestar.DescribeUserProfileOutput, error) DescribeUserProfileAsync(ctx workflow.Context, input *codestar.DescribeUserProfileInput) *DescribeUserProfileFuture DisassociateTeamMember(ctx workflow.Context, input *codestar.DisassociateTeamMemberInput) (*codestar.DisassociateTeamMemberOutput, error) DisassociateTeamMemberAsync(ctx workflow.Context, input *codestar.DisassociateTeamMemberInput) *DisassociateTeamMemberFuture ListProjects(ctx workflow.Context, input *codestar.ListProjectsInput) (*codestar.ListProjectsOutput, error) ListProjectsAsync(ctx workflow.Context, input *codestar.ListProjectsInput) *ListProjectsFuture ListResources(ctx workflow.Context, input *codestar.ListResourcesInput) (*codestar.ListResourcesOutput, error) ListResourcesAsync(ctx workflow.Context, input *codestar.ListResourcesInput) *ListResourcesFuture ListTagsForProject(ctx workflow.Context, input *codestar.ListTagsForProjectInput) (*codestar.ListTagsForProjectOutput, error) ListTagsForProjectAsync(ctx workflow.Context, input *codestar.ListTagsForProjectInput) *ListTagsForProjectFuture ListTeamMembers(ctx workflow.Context, input *codestar.ListTeamMembersInput) (*codestar.ListTeamMembersOutput, error) ListTeamMembersAsync(ctx workflow.Context, input *codestar.ListTeamMembersInput) *ListTeamMembersFuture ListUserProfiles(ctx workflow.Context, input *codestar.ListUserProfilesInput) (*codestar.ListUserProfilesOutput, error) ListUserProfilesAsync(ctx workflow.Context, input *codestar.ListUserProfilesInput) *ListUserProfilesFuture TagProject(ctx workflow.Context, input *codestar.TagProjectInput) (*codestar.TagProjectOutput, error) TagProjectAsync(ctx workflow.Context, input *codestar.TagProjectInput) *TagProjectFuture UntagProject(ctx workflow.Context, input *codestar.UntagProjectInput) (*codestar.UntagProjectOutput, error) UntagProjectAsync(ctx workflow.Context, input *codestar.UntagProjectInput) *UntagProjectFuture UpdateProject(ctx workflow.Context, input *codestar.UpdateProjectInput) (*codestar.UpdateProjectOutput, error) UpdateProjectAsync(ctx workflow.Context, input *codestar.UpdateProjectInput) *UpdateProjectFuture UpdateTeamMember(ctx workflow.Context, input *codestar.UpdateTeamMemberInput) (*codestar.UpdateTeamMemberOutput, error) UpdateTeamMemberAsync(ctx workflow.Context, input *codestar.UpdateTeamMemberInput) *UpdateTeamMemberFuture UpdateUserProfile(ctx workflow.Context, input *codestar.UpdateUserProfileInput) (*codestar.UpdateUserProfileOutput, error) UpdateUserProfileAsync(ctx workflow.Context, input *codestar.UpdateUserProfileInput) *UpdateUserProfileFuture }
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*codestar.CreateProjectOutput, error)
type CreateUserProfileFuture ¶
type CreateUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUserProfileFuture) Get ¶
func (r *CreateUserProfileFuture) Get(ctx workflow.Context) (*codestar.CreateUserProfileOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*codestar.DeleteProjectOutput, error)
type DeleteUserProfileFuture ¶
type DeleteUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUserProfileFuture) Get ¶
func (r *DeleteUserProfileFuture) Get(ctx workflow.Context) (*codestar.DeleteUserProfileOutput, error)
type DescribeProjectFuture ¶
type DescribeProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProjectFuture) Get ¶
func (r *DescribeProjectFuture) Get(ctx workflow.Context) (*codestar.DescribeProjectOutput, error)
type DescribeUserProfileFuture ¶
type DescribeUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUserProfileFuture) Get ¶
func (r *DescribeUserProfileFuture) Get(ctx workflow.Context) (*codestar.DescribeUserProfileOutput, error)
type DisassociateTeamMemberFuture ¶
type DisassociateTeamMemberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateTeamMemberFuture) Get ¶
func (r *DisassociateTeamMemberFuture) Get(ctx workflow.Context) (*codestar.DisassociateTeamMemberOutput, error)
type ListProjectsFuture ¶
func (*ListProjectsFuture) Get ¶
func (r *ListProjectsFuture) Get(ctx workflow.Context) (*codestar.ListProjectsOutput, error)
type ListResourcesFuture ¶
func (*ListResourcesFuture) Get ¶
func (r *ListResourcesFuture) Get(ctx workflow.Context) (*codestar.ListResourcesOutput, error)
type ListTagsForProjectFuture ¶
type ListTagsForProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForProjectFuture) Get ¶
func (r *ListTagsForProjectFuture) Get(ctx workflow.Context) (*codestar.ListTagsForProjectOutput, error)
type ListTeamMembersFuture ¶
type ListTeamMembersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTeamMembersFuture) Get ¶
func (r *ListTeamMembersFuture) Get(ctx workflow.Context) (*codestar.ListTeamMembersOutput, error)
type ListUserProfilesFuture ¶
type ListUserProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListUserProfilesFuture) Get ¶
func (r *ListUserProfilesFuture) Get(ctx workflow.Context) (*codestar.ListUserProfilesOutput, error)
type TagProjectFuture ¶
func (*TagProjectFuture) Get ¶
func (r *TagProjectFuture) Get(ctx workflow.Context) (*codestar.TagProjectOutput, error)
type UntagProjectFuture ¶
func (*UntagProjectFuture) Get ¶
func (r *UntagProjectFuture) Get(ctx workflow.Context) (*codestar.UntagProjectOutput, error)
type UpdateProjectFuture ¶
func (*UpdateProjectFuture) Get ¶
func (r *UpdateProjectFuture) Get(ctx workflow.Context) (*codestar.UpdateProjectOutput, error)
type UpdateTeamMemberFuture ¶
type UpdateTeamMemberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTeamMemberFuture) Get ¶
func (r *UpdateTeamMemberFuture) Get(ctx workflow.Context) (*codestar.UpdateTeamMemberOutput, error)
type UpdateUserProfileFuture ¶
type UpdateUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateUserProfileFuture) Get ¶
func (r *UpdateUserProfileFuture) Get(ctx workflow.Context) (*codestar.UpdateUserProfileOutput, error)
Click to show internal directories.
Click to hide internal directories.