github.com/aavshr/aws-sdk-go@v1.41.3/service/codestar/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package codestar provides the client and types for making API 4 // requests to AWS CodeStar. 5 // 6 // This is the API reference for AWS CodeStar. This reference provides descriptions 7 // of the operations and data types for the AWS CodeStar API along with usage 8 // examples. 9 // 10 // You can use the AWS CodeStar API to work with: 11 // 12 // Projects and their resources, by calling the following: 13 // 14 // * DeleteProject, which deletes a project. 15 // 16 // * DescribeProject, which lists the attributes of a project. 17 // 18 // * ListProjects, which lists all projects associated with your AWS account. 19 // 20 // * ListResources, which lists the resources associated with a project. 21 // 22 // * ListTagsForProject, which lists the tags associated with a project. 23 // 24 // * TagProject, which adds tags to a project. 25 // 26 // * UntagProject, which removes tags from a project. 27 // 28 // * UpdateProject, which updates the attributes of a project. 29 // 30 // Teams and team members, by calling the following: 31 // 32 // * AssociateTeamMember, which adds an IAM user to the team for a project. 33 // 34 // * DisassociateTeamMember, which removes an IAM user from the team for 35 // a project. 36 // 37 // * ListTeamMembers, which lists all the IAM users in the team for a project, 38 // including their roles and attributes. 39 // 40 // * UpdateTeamMember, which updates a team member's attributes in a project. 41 // 42 // Users, by calling the following: 43 // 44 // * CreateUserProfile, which creates a user profile that contains data associated 45 // with the user across all projects. 46 // 47 // * DeleteUserProfile, which deletes all user profile information across 48 // all projects. 49 // 50 // * DescribeUserProfile, which describes the profile of a user. 51 // 52 // * ListUserProfiles, which lists all user profiles. 53 // 54 // * UpdateUserProfile, which updates the profile for a user. 55 // 56 // See https://docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19 for more information on this service. 57 // 58 // See codestar package documentation for more information. 59 // https://docs.aws.amazon.com/sdk-for-go/api/service/codestar/ 60 // 61 // Using the Client 62 // 63 // To contact AWS CodeStar with the SDK use the New function to create 64 // a new service client. With that client you can make API requests to the service. 65 // These clients are safe to use concurrently. 66 // 67 // See the SDK's documentation for more information on how to use the SDK. 68 // https://docs.aws.amazon.com/sdk-for-go/api/ 69 // 70 // See aws.Config documentation for more information on configuring SDK clients. 71 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 72 // 73 // See the AWS CodeStar client CodeStar for more 74 // information on creating client for this service. 75 // https://docs.aws.amazon.com/sdk-for-go/api/service/codestar/#New 76 package codestar