doc.go 2.8 KB

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