@aws-sdk/client-codecommit 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
- package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +187 -772
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38