Packages

package codecommit

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codecommit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AccountId = String
  2. type AdditionalData = String
  3. type Arn = String
  4. trait BatchGetRepositoriesInput extends Object

    Represents the input of a batch get repositories operation.

    Represents the input of a batch get repositories operation.

    Annotations
    @RawJSType() @native()
  5. trait BatchGetRepositoriesOutput extends Object

    Represents the output of a batch get repositories operation.

    Represents the output of a batch get repositories operation.

    Annotations
    @RawJSType() @native()
  6. trait BlobMetadata extends Object

    Returns information about a specific Git blob object.

    Returns information about a specific Git blob object.

    Annotations
    @RawJSType() @native()
  7. trait BranchInfo extends Object

    Returns information about a branch.

    Returns information about a branch.

    Annotations
    @RawJSType() @native()
  8. type BranchName = String
  9. type BranchNameList = Array[BranchName]
  10. type ChangeTypeEnum = String
  11. type ClientRequestToken = String
  12. type CloneUrlHttp = String
  13. type CloneUrlSsh = String
  14. class CodeCommit extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "CodeCommit" )
  15. implicit final class CodeCommitOps extends AnyVal
  16. trait Comment extends Object

    Returns information about a specific comment.

    Returns information about a specific comment.

    Annotations
    @RawJSType() @native()
  17. type CommentId = String
  18. type Comments = Array[Comment]
  19. trait CommentsForComparedCommit extends Object

    Returns information about comments on the comparison between two commits.

    Returns information about comments on the comparison between two commits.

    Annotations
    @RawJSType() @native()
  20. type CommentsForComparedCommitData = Array[CommentsForComparedCommit]
  21. trait CommentsForPullRequest extends Object

    Returns information about comments on a pull request.

    Returns information about comments on a pull request.

    Annotations
    @RawJSType() @native()
  22. type CommentsForPullRequestData = Array[CommentsForPullRequest]
  23. trait Commit extends Object

    Returns information about a specific commit.

    Returns information about a specific commit.

    Annotations
    @RawJSType() @native()
  24. type CommitId = String
  25. type CommitName = String
  26. type Content = String
  27. trait CreateBranchInput extends Object

    Represents the input of a create branch operation.

    Represents the input of a create branch operation.

    Annotations
    @RawJSType() @native()
  28. trait CreateCommitInput extends Object
    Annotations
    @RawJSType() @native()
  29. trait CreateCommitOutput extends Object
    Annotations
    @RawJSType() @native()
  30. trait CreatePullRequestInput extends Object
    Annotations
    @RawJSType() @native()
  31. trait CreatePullRequestOutput extends Object
    Annotations
    @RawJSType() @native()
  32. trait CreateRepositoryInput extends Object

    Represents the input of a create repository operation.

    Represents the input of a create repository operation.

    Annotations
    @RawJSType() @native()
  33. trait CreateRepositoryOutput extends Object

    Represents the output of a create repository operation.

    Represents the output of a create repository operation.

    Annotations
    @RawJSType() @native()
  34. type CreationDate = scala.scalajs.js.Date
  35. type Date = String
  36. trait DeleteBranchInput extends Object

    Represents the input of a delete branch operation.

    Represents the input of a delete branch operation.

    Annotations
    @RawJSType() @native()
  37. trait DeleteBranchOutput extends Object

    Represents the output of a delete branch operation.

    Represents the output of a delete branch operation.

    Annotations
    @RawJSType() @native()
  38. trait DeleteCommentContentInput extends Object
    Annotations
    @RawJSType() @native()
  39. trait DeleteCommentContentOutput extends Object
    Annotations
    @RawJSType() @native()
  40. type DeleteFileEntries = Array[DeleteFileEntry]
  41. trait DeleteFileEntry extends Object

    A file that will be deleted as part of a commit.

    A file that will be deleted as part of a commit.

    Annotations
    @RawJSType() @native()
  42. trait DeleteFileInput extends Object
    Annotations
    @RawJSType() @native()
  43. trait DeleteFileOutput extends Object
    Annotations
    @RawJSType() @native()
  44. trait DeleteRepositoryInput extends Object

    Represents the input of a delete repository operation.

    Represents the input of a delete repository operation.

    Annotations
    @RawJSType() @native()
  45. trait DeleteRepositoryOutput extends Object

    Represents the output of a delete repository operation.

    Represents the output of a delete repository operation.

    Annotations
    @RawJSType() @native()
  46. trait DescribePullRequestEventsInput extends Object
    Annotations
    @RawJSType() @native()
  47. trait DescribePullRequestEventsOutput extends Object
    Annotations
    @RawJSType() @native()
  48. type Description = String
  49. trait Difference extends Object

    Returns information about a set of differences for a commit specifier.

    Returns information about a set of differences for a commit specifier.

    Annotations
    @RawJSType() @native()
  50. type DifferenceList = Array[Difference]
  51. type Email = String
  52. type EventDate = scala.scalajs.js.Date
  53. trait File extends Object

    Returns information about a file in a repository.

    Returns information about a file in a repository.

    Annotations
    @RawJSType() @native()
  54. type FileContent = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
  55. type FileList = Array[File]
  56. trait FileMetadata extends Object

    A file that will be added, updated, or deleted as part of a commit.

    A file that will be added, updated, or deleted as part of a commit.

    Annotations
    @RawJSType() @native()
  57. type FileModeTypeEnum = String
  58. type FilesMetadata = Array[FileMetadata]
  59. trait Folder extends Object

    Returns information about a folder in a repository.

    Returns information about a folder in a repository.

    Annotations
    @RawJSType() @native()
  60. type FolderList = Array[Folder]
  61. trait GetBlobInput extends Object

    Represents the input of a get blob operation.

    Represents the input of a get blob operation.

    Annotations
    @RawJSType() @native()
  62. trait GetBlobOutput extends Object

    Represents the output of a get blob operation.

    Represents the output of a get blob operation.

    Annotations
    @RawJSType() @native()
  63. trait GetBranchInput extends Object

    Represents the input of a get branch operation.

    Represents the input of a get branch operation.

    Annotations
    @RawJSType() @native()
  64. trait GetBranchOutput extends Object

    Represents the output of a get branch operation.

    Represents the output of a get branch operation.

    Annotations
    @RawJSType() @native()
  65. trait GetCommentInput extends Object
    Annotations
    @RawJSType() @native()
  66. trait GetCommentOutput extends Object
    Annotations
    @RawJSType() @native()
  67. trait GetCommentsForComparedCommitInput extends Object
    Annotations
    @RawJSType() @native()
  68. trait GetCommentsForComparedCommitOutput extends Object
    Annotations
    @RawJSType() @native()
  69. trait GetCommentsForPullRequestInput extends Object
    Annotations
    @RawJSType() @native()
  70. trait GetCommentsForPullRequestOutput extends Object
    Annotations
    @RawJSType() @native()
  71. trait GetCommitInput extends Object

    Represents the input of a get commit operation.

    Represents the input of a get commit operation.

    Annotations
    @RawJSType() @native()
  72. trait GetCommitOutput extends Object

    Represents the output of a get commit operation.

    Represents the output of a get commit operation.

    Annotations
    @RawJSType() @native()
  73. trait GetDifferencesInput extends Object
    Annotations
    @RawJSType() @native()
  74. trait GetDifferencesOutput extends Object
    Annotations
    @RawJSType() @native()
  75. trait GetFileInput extends Object
    Annotations
    @RawJSType() @native()
  76. trait GetFileOutput extends Object
    Annotations
    @RawJSType() @native()
  77. trait GetFolderInput extends Object
    Annotations
    @RawJSType() @native()
  78. trait GetFolderOutput extends Object
    Annotations
    @RawJSType() @native()
  79. trait GetMergeConflictsInput extends Object
    Annotations
    @RawJSType() @native()
  80. trait GetMergeConflictsOutput extends Object
    Annotations
    @RawJSType() @native()
  81. trait GetPullRequestInput extends Object
    Annotations
    @RawJSType() @native()
  82. trait GetPullRequestOutput extends Object
    Annotations
    @RawJSType() @native()
  83. trait GetRepositoryInput extends Object

    Represents the input of a get repository operation.

    Represents the input of a get repository operation.

    Annotations
    @RawJSType() @native()
  84. trait GetRepositoryOutput extends Object

    Represents the output of a get repository operation.

    Represents the output of a get repository operation.

    Annotations
    @RawJSType() @native()
  85. trait GetRepositoryTriggersInput extends Object

    Represents the input of a get repository triggers operation.

    Represents the input of a get repository triggers operation.

    Annotations
    @RawJSType() @native()
  86. trait GetRepositoryTriggersOutput extends Object

    Represents the output of a get repository triggers operation.

    Represents the output of a get repository triggers operation.

    Annotations
    @RawJSType() @native()
  87. type IsCommentDeleted = Boolean
  88. type IsMergeable = Boolean
  89. type IsMerged = Boolean
  90. type IsMove = Boolean
  91. type KeepEmptyFolders = Boolean
  92. type LastModifiedDate = scala.scalajs.js.Date
  93. type Limit = Int
  94. trait ListBranchesInput extends Object

    Represents the input of a list branches operation.

    Represents the input of a list branches operation.

    Annotations
    @RawJSType() @native()
  95. trait ListBranchesOutput extends Object

    Represents the output of a list branches operation.

    Represents the output of a list branches operation.

    Annotations
    @RawJSType() @native()
  96. trait ListPullRequestsInput extends Object
    Annotations
    @RawJSType() @native()
  97. trait ListPullRequestsOutput extends Object
    Annotations
    @RawJSType() @native()
  98. trait ListRepositoriesInput extends Object

    Represents the input of a list repositories operation.

    Represents the input of a list repositories operation.

    Annotations
    @RawJSType() @native()
  99. trait ListRepositoriesOutput extends Object

    Represents the output of a list repositories operation.

    Represents the output of a list repositories operation.

    Annotations
    @RawJSType() @native()
  100. trait Location extends Object

    Returns information about the location of a change or comment in the comparison between two commits or a pull request.

    Returns information about the location of a change or comment in the comparison between two commits or a pull request.

    Annotations
    @RawJSType() @native()
  101. type MaxResults = Int
  102. trait MergeMetadata extends Object

    Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

    Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

    Annotations
    @RawJSType() @native()
  103. type MergeOptionTypeEnum = String
  104. trait MergePullRequestByFastForwardInput extends Object
    Annotations
    @RawJSType() @native()
  105. trait MergePullRequestByFastForwardOutput extends Object
    Annotations
    @RawJSType() @native()
  106. type Message = String
  107. type Mode = String
  108. type Name = String
  109. type NextToken = String
  110. type ObjectId = String
  111. type ObjectSize = Double
  112. type OrderEnum = String
  113. type ParentList = Array[ObjectId]
  114. type Path = String
  115. type Position = Double
  116. trait PostCommentForComparedCommitInput extends Object
    Annotations
    @RawJSType() @native()
  117. trait PostCommentForComparedCommitOutput extends Object
    Annotations
    @RawJSType() @native()
  118. trait PostCommentForPullRequestInput extends Object
    Annotations
    @RawJSType() @native()
  119. trait PostCommentForPullRequestOutput extends Object
    Annotations
    @RawJSType() @native()
  120. trait PostCommentReplyInput extends Object
    Annotations
    @RawJSType() @native()
  121. trait PostCommentReplyOutput extends Object
    Annotations
    @RawJSType() @native()
  122. trait PullRequest extends Object

    Returns information about a pull request.

    Returns information about a pull request.

    Annotations
    @RawJSType() @native()
  123. trait PullRequestCreatedEventMetadata extends Object

    Metadata about the pull request that is used when comparing the pull request source with its destination.

    Metadata about the pull request that is used when comparing the pull request source with its destination.

    Annotations
    @RawJSType() @native()
  124. trait PullRequestEvent extends Object

    Returns information about a pull request event.

    Returns information about a pull request event.

    Annotations
    @RawJSType() @native()
  125. type PullRequestEventList = Array[PullRequestEvent]
  126. type PullRequestEventType = String
  127. type PullRequestId = String
  128. type PullRequestIdList = Array[PullRequestId]
  129. trait PullRequestMergedStateChangedEventMetadata extends Object

    Returns information about the change in the merge state for a pull request event.

    Returns information about the change in the merge state for a pull request event.

    Annotations
    @RawJSType() @native()
  130. trait PullRequestSourceReferenceUpdatedEventMetadata extends Object

    Information about an update to the source branch of a pull request.

    Information about an update to the source branch of a pull request.

    Annotations
    @RawJSType() @native()
  131. trait PullRequestStatusChangedEventMetadata extends Object

    Information about a change to the status of a pull request.

    Information about a change to the status of a pull request.

    Annotations
    @RawJSType() @native()
  132. type PullRequestStatusEnum = String
  133. trait PullRequestTarget extends Object

    Returns information about a pull request target.

    Returns information about a pull request target.

    Annotations
    @RawJSType() @native()
  134. type PullRequestTargetList = Array[PullRequestTarget]
  135. type PutFileEntries = Array[PutFileEntry]
  136. trait PutFileEntry extends Object

    Information about a file that will be added or updated as part of a commit.

    Information about a file that will be added or updated as part of a commit.

    Annotations
    @RawJSType() @native()
  137. trait PutFileInput extends Object
    Annotations
    @RawJSType() @native()
  138. trait PutFileOutput extends Object
    Annotations
    @RawJSType() @native()
  139. trait PutRepositoryTriggersInput extends Object

    Represents the input ofa put repository triggers operation.

    Represents the input ofa put repository triggers operation.

    Annotations
    @RawJSType() @native()
  140. trait PutRepositoryTriggersOutput extends Object

    Represents the output of a put repository triggers operation.

    Represents the output of a put repository triggers operation.

    Annotations
    @RawJSType() @native()
  141. type ReferenceName = String
  142. type RelativeFileVersionEnum = String
  143. type RepositoryDescription = String
  144. type RepositoryId = String
  145. trait RepositoryMetadata extends Object

    Information about a repository.

    Information about a repository.

    Annotations
    @RawJSType() @native()
  146. type RepositoryMetadataList = Array[RepositoryMetadata]
  147. type RepositoryName = String
  148. trait RepositoryNameIdPair extends Object

    Information about a repository name and ID.

    Information about a repository name and ID.

    Annotations
    @RawJSType() @native()
  149. type RepositoryNameIdPairList = Array[RepositoryNameIdPair]
  150. type RepositoryNameList = Array[RepositoryName]
  151. type RepositoryNotFoundList = Array[RepositoryName]
  152. trait RepositoryTrigger extends Object

    Information about a trigger for a repository.

    Information about a trigger for a repository.

    Annotations
    @RawJSType() @native()
  153. type RepositoryTriggerCustomData = String
  154. type RepositoryTriggerEventEnum = String
  155. type RepositoryTriggerEventList = Array[RepositoryTriggerEventEnum]
  156. trait RepositoryTriggerExecutionFailure extends Object

    A trigger failed to run.

    A trigger failed to run.

    Annotations
    @RawJSType() @native()
  157. type RepositoryTriggerExecutionFailureList = Array[RepositoryTriggerExecutionFailure]
  158. type RepositoryTriggerExecutionFailureMessage = String
  159. type RepositoryTriggerName = String
  160. type RepositoryTriggerNameList = Array[RepositoryTriggerName]
  161. type RepositoryTriggersConfigurationId = String
  162. type RepositoryTriggersList = Array[RepositoryTrigger]
  163. type SetFileModeEntries = Array[SetFileModeEntry]
  164. trait SetFileModeEntry extends Object

    Information about the file mode changes.

    Information about the file mode changes.

    Annotations
    @RawJSType() @native()
  165. type SortByEnum = String
  166. trait SourceFileSpecifier extends Object

    Information about a source file that is part of changes made in a commit.

    Information about a source file that is part of changes made in a commit.

    Annotations
    @RawJSType() @native()
  167. trait SubModule extends Object

    Returns information about a submodule reference in a repository folder.

    Returns information about a submodule reference in a repository folder.

    Annotations
    @RawJSType() @native()
  168. type SubModuleList = Array[SubModule]
  169. trait SymbolicLink extends Object

    Returns information about a symbolic link in a repository folder.

    Returns information about a symbolic link in a repository folder.

    Annotations
    @RawJSType() @native()
  170. type SymbolicLinkList = Array[SymbolicLink]
  171. trait Target extends Object

    Returns information about a target for a pull request.

    Returns information about a target for a pull request.

    Annotations
    @RawJSType() @native()
  172. type TargetList = Array[Target]
  173. trait TestRepositoryTriggersInput extends Object

    Represents the input of a test repository triggers operation.

    Represents the input of a test repository triggers operation.

    Annotations
    @RawJSType() @native()
  174. trait TestRepositoryTriggersOutput extends Object

    Represents the output of a test repository triggers operation.

    Represents the output of a test repository triggers operation.

    Annotations
    @RawJSType() @native()
  175. type Title = String
  176. trait UpdateCommentInput extends Object
    Annotations
    @RawJSType() @native()
  177. trait UpdateCommentOutput extends Object
    Annotations
    @RawJSType() @native()
  178. trait UpdateDefaultBranchInput extends Object

    Represents the input of an update default branch operation.

    Represents the input of an update default branch operation.

    Annotations
    @RawJSType() @native()
  179. trait UpdatePullRequestDescriptionInput extends Object
    Annotations
    @RawJSType() @native()
  180. trait UpdatePullRequestDescriptionOutput extends Object
    Annotations
    @RawJSType() @native()
  181. trait UpdatePullRequestStatusInput extends Object
    Annotations
    @RawJSType() @native()
  182. trait UpdatePullRequestStatusOutput extends Object
    Annotations
    @RawJSType() @native()
  183. trait UpdatePullRequestTitleInput extends Object
    Annotations
    @RawJSType() @native()
  184. trait UpdatePullRequestTitleOutput extends Object
    Annotations
    @RawJSType() @native()
  185. trait UpdateRepositoryDescriptionInput extends Object

    Represents the input of an update repository description operation.

    Represents the input of an update repository description operation.

    Annotations
    @RawJSType() @native()
  186. trait UpdateRepositoryNameInput extends Object

    Represents the input of an update repository description operation.

    Represents the input of an update repository description operation.

    Annotations
    @RawJSType() @native()
  187. trait UserInfo extends Object

    Information about the user who made a specified commit.

    Information about the user who made a specified commit.

    Annotations
    @RawJSType() @native()
  188. type blob = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]

Value Members

  1. object BatchGetRepositoriesInput
  2. object BatchGetRepositoriesOutput
  3. object BlobMetadata
  4. object BranchInfo
  5. object ChangeTypeEnumEnum
  6. object Comment
  7. object CommentsForComparedCommit
  8. object CommentsForPullRequest
  9. object Commit
  10. object CreateBranchInput
  11. object CreateCommitInput
  12. object CreateCommitOutput
  13. object CreatePullRequestInput
  14. object CreatePullRequestOutput
  15. object CreateRepositoryInput
  16. object CreateRepositoryOutput
  17. object DeleteBranchInput
  18. object DeleteBranchOutput
  19. object DeleteCommentContentInput
  20. object DeleteCommentContentOutput
  21. object DeleteFileEntry
  22. object DeleteFileInput
  23. object DeleteFileOutput
  24. object DeleteRepositoryInput
  25. object DeleteRepositoryOutput
  26. object DescribePullRequestEventsInput
  27. object DescribePullRequestEventsOutput
  28. object Difference
  29. object File
  30. object FileMetadata
  31. object FileModeTypeEnumEnum
  32. object Folder
  33. object GetBlobInput
  34. object GetBlobOutput
  35. object GetBranchInput
  36. object GetBranchOutput
  37. object GetCommentInput
  38. object GetCommentOutput
  39. object GetCommentsForComparedCommitInput
  40. object GetCommentsForComparedCommitOutput
  41. object GetCommentsForPullRequestInput
  42. object GetCommentsForPullRequestOutput
  43. object GetCommitInput
  44. object GetCommitOutput
  45. object GetDifferencesInput
  46. object GetDifferencesOutput
  47. object GetFileInput
  48. object GetFileOutput
  49. object GetFolderInput
  50. object GetFolderOutput
  51. object GetMergeConflictsInput
  52. object GetMergeConflictsOutput
  53. object GetPullRequestInput
  54. object GetPullRequestOutput
  55. object GetRepositoryInput
  56. object GetRepositoryOutput
  57. object GetRepositoryTriggersInput
  58. object GetRepositoryTriggersOutput
  59. object ListBranchesInput
  60. object ListBranchesOutput
  61. object ListPullRequestsInput
  62. object ListPullRequestsOutput
  63. object ListRepositoriesInput
  64. object ListRepositoriesOutput
  65. object Location
  66. object MergeMetadata
  67. object MergeOptionTypeEnumEnum
  68. object MergePullRequestByFastForwardInput
  69. object MergePullRequestByFastForwardOutput
  70. object OrderEnumEnum
  71. object PostCommentForComparedCommitInput
  72. object PostCommentForComparedCommitOutput
  73. object PostCommentForPullRequestInput
  74. object PostCommentForPullRequestOutput
  75. object PostCommentReplyInput
  76. object PostCommentReplyOutput
  77. object PullRequest
  78. object PullRequestCreatedEventMetadata
  79. object PullRequestEvent
  80. object PullRequestEventTypeEnum
  81. object PullRequestMergedStateChangedEventMetadata
  82. object PullRequestSourceReferenceUpdatedEventMetadata
  83. object PullRequestStatusChangedEventMetadata
  84. object PullRequestStatusEnumEnum
  85. object PullRequestTarget
  86. object PutFileEntry
  87. object PutFileInput
  88. object PutFileOutput
  89. object PutRepositoryTriggersInput
  90. object PutRepositoryTriggersOutput
  91. object RelativeFileVersionEnumEnum
  92. object RepositoryMetadata
  93. object RepositoryNameIdPair
  94. object RepositoryTrigger
  95. object RepositoryTriggerEventEnumEnum
  96. object RepositoryTriggerExecutionFailure
  97. object SetFileModeEntry
  98. object SortByEnumEnum
  99. object SourceFileSpecifier
  100. object SubModule
  101. object SymbolicLink
  102. object Target
  103. object TestRepositoryTriggersInput
  104. object TestRepositoryTriggersOutput
  105. object UpdateCommentInput
  106. object UpdateCommentOutput
  107. object UpdateDefaultBranchInput
  108. object UpdatePullRequestDescriptionInput
  109. object UpdatePullRequestDescriptionOutput
  110. object UpdatePullRequestStatusInput
  111. object UpdatePullRequestStatusOutput
  112. object UpdatePullRequestTitleInput
  113. object UpdatePullRequestTitleOutput
  114. object UpdateRepositoryDescriptionInput
  115. object UpdateRepositoryNameInput
  116. object UserInfo

Inherited from AnyRef

Inherited from Any

Ungrouped