@aws-sdk/client-codecommit 3.169.0 → 3.171.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.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeCommit.d.ts +1367 -390
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
  4. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
  64. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
  65. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  67. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  69. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
  74. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -17
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -77
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  83. package/dist-types/ts3.4/index.d.ts +6 -6
  84. package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +7 -6
  85. package/dist-types/ts3.4/models/index.d.ts +2 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
  87. package/dist-types/ts3.4/models/models_1.d.ts +837 -877
  88. package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  96. package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/index.d.ts +14 -14
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  108. package/package.json +34 -34
@@ -1,150 +1,566 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput } from "./commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
10
- import { BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput } from "./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
11
- import { BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput } from "./commands/BatchDescribeMergeConflictsCommand";
12
- import { BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput } from "./commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
13
- import { BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput } from "./commands/BatchGetCommitsCommand";
14
- import { BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput } from "./commands/BatchGetRepositoriesCommand";
15
- import { CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput } from "./commands/CreateApprovalRuleTemplateCommand";
16
- import { CreateBranchCommandInput, CreateBranchCommandOutput } from "./commands/CreateBranchCommand";
17
- import { CreateCommitCommandInput, CreateCommitCommandOutput } from "./commands/CreateCommitCommand";
18
- import { CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput } from "./commands/CreatePullRequestApprovalRuleCommand";
19
- import { CreatePullRequestCommandInput, CreatePullRequestCommandOutput } from "./commands/CreatePullRequestCommand";
20
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
21
- import { CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput } from "./commands/CreateUnreferencedMergeCommitCommand";
22
- import { DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput } from "./commands/DeleteApprovalRuleTemplateCommand";
23
- import { DeleteBranchCommandInput, DeleteBranchCommandOutput } from "./commands/DeleteBranchCommand";
24
- import { DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput } from "./commands/DeleteCommentContentCommand";
25
- import { DeleteFileCommandInput, DeleteFileCommandOutput } from "./commands/DeleteFileCommand";
26
- import { DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput } from "./commands/DeletePullRequestApprovalRuleCommand";
27
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
28
- import { DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput } from "./commands/DescribeMergeConflictsCommand";
29
- import { DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput } from "./commands/DescribePullRequestEventsCommand";
30
- import { DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput } from "./commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
31
- import { EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput } from "./commands/EvaluatePullRequestApprovalRulesCommand";
32
- import { GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput } from "./commands/GetApprovalRuleTemplateCommand";
33
- import { GetBlobCommandInput, GetBlobCommandOutput } from "./commands/GetBlobCommand";
34
- import { GetBranchCommandInput, GetBranchCommandOutput } from "./commands/GetBranchCommand";
35
- import { GetCommentCommandInput, GetCommentCommandOutput } from "./commands/GetCommentCommand";
36
- import { GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput } from "./commands/GetCommentReactionsCommand";
37
- import { GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput } from "./commands/GetCommentsForComparedCommitCommand";
38
- import { GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput } from "./commands/GetCommentsForPullRequestCommand";
39
- import { GetCommitCommandInput, GetCommitCommandOutput } from "./commands/GetCommitCommand";
40
- import { GetDifferencesCommandInput, GetDifferencesCommandOutput } from "./commands/GetDifferencesCommand";
41
- import { GetFileCommandInput, GetFileCommandOutput } from "./commands/GetFileCommand";
42
- import { GetFolderCommandInput, GetFolderCommandOutput } from "./commands/GetFolderCommand";
43
- import { GetMergeCommitCommandInput, GetMergeCommitCommandOutput } from "./commands/GetMergeCommitCommand";
44
- import { GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput } from "./commands/GetMergeConflictsCommand";
45
- import { GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput } from "./commands/GetMergeOptionsCommand";
46
- import { GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput } from "./commands/GetPullRequestApprovalStatesCommand";
47
- import { GetPullRequestCommandInput, GetPullRequestCommandOutput } from "./commands/GetPullRequestCommand";
48
- import { GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput } from "./commands/GetPullRequestOverrideStateCommand";
49
- import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
50
- import { GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput } from "./commands/GetRepositoryTriggersCommand";
51
- import { ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput } from "./commands/ListApprovalRuleTemplatesCommand";
52
- import { ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput } from "./commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
53
- import { ListBranchesCommandInput, ListBranchesCommandOutput } from "./commands/ListBranchesCommand";
54
- import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "./commands/ListPullRequestsCommand";
55
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
56
- import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "./commands/ListRepositoriesForApprovalRuleTemplateCommand";
57
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
58
- import { MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput } from "./commands/MergeBranchesByFastForwardCommand";
59
- import { MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput } from "./commands/MergeBranchesBySquashCommand";
60
- import { MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput } from "./commands/MergeBranchesByThreeWayCommand";
61
- import { MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput } from "./commands/MergePullRequestByFastForwardCommand";
62
- import { MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput } from "./commands/MergePullRequestBySquashCommand";
63
- import { MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput } from "./commands/MergePullRequestByThreeWayCommand";
64
- import { OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput } from "./commands/OverridePullRequestApprovalRulesCommand";
65
- import { PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput } from "./commands/PostCommentForComparedCommitCommand";
66
- import { PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput } from "./commands/PostCommentForPullRequestCommand";
67
- import { PostCommentReplyCommandInput, PostCommentReplyCommandOutput } from "./commands/PostCommentReplyCommand";
68
- import { PutCommentReactionCommandInput, PutCommentReactionCommandOutput } from "./commands/PutCommentReactionCommand";
69
- import { PutFileCommandInput, PutFileCommandOutput } from "./commands/PutFileCommand";
70
- import { PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput } from "./commands/PutRepositoryTriggersCommand";
71
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
72
- import { TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput } from "./commands/TestRepositoryTriggersCommand";
73
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
74
- import { UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput } from "./commands/UpdateApprovalRuleTemplateContentCommand";
75
- import { UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput } from "./commands/UpdateApprovalRuleTemplateDescriptionCommand";
76
- import { UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput } from "./commands/UpdateApprovalRuleTemplateNameCommand";
77
- import { UpdateCommentCommandInput, UpdateCommentCommandOutput } from "./commands/UpdateCommentCommand";
78
- import { UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput } from "./commands/UpdateDefaultBranchCommand";
79
- import { UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput } from "./commands/UpdatePullRequestApprovalRuleContentCommand";
80
- import { UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput } from "./commands/UpdatePullRequestApprovalStateCommand";
81
- import { UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput } from "./commands/UpdatePullRequestDescriptionCommand";
82
- import { UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput } from "./commands/UpdatePullRequestStatusCommand";
83
- import { UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput } from "./commands/UpdatePullRequestTitleCommand";
84
- import { UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput } from "./commands/UpdateRepositoryDescriptionCommand";
85
- import { UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput } from "./commands/UpdateRepositoryNameCommand";
86
- export declare type ServiceInputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandInput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput | BatchDescribeMergeConflictsCommandInput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput | BatchGetCommitsCommandInput | BatchGetRepositoriesCommandInput | CreateApprovalRuleTemplateCommandInput | CreateBranchCommandInput | CreateCommitCommandInput | CreatePullRequestApprovalRuleCommandInput | CreatePullRequestCommandInput | CreateRepositoryCommandInput | CreateUnreferencedMergeCommitCommandInput | DeleteApprovalRuleTemplateCommandInput | DeleteBranchCommandInput | DeleteCommentContentCommandInput | DeleteFileCommandInput | DeletePullRequestApprovalRuleCommandInput | DeleteRepositoryCommandInput | DescribeMergeConflictsCommandInput | DescribePullRequestEventsCommandInput | DisassociateApprovalRuleTemplateFromRepositoryCommandInput | EvaluatePullRequestApprovalRulesCommandInput | GetApprovalRuleTemplateCommandInput | GetBlobCommandInput | GetBranchCommandInput | GetCommentCommandInput | GetCommentReactionsCommandInput | GetCommentsForComparedCommitCommandInput | GetCommentsForPullRequestCommandInput | GetCommitCommandInput | GetDifferencesCommandInput | GetFileCommandInput | GetFolderCommandInput | GetMergeCommitCommandInput | GetMergeConflictsCommandInput | GetMergeOptionsCommandInput | GetPullRequestApprovalStatesCommandInput | GetPullRequestCommandInput | GetPullRequestOverrideStateCommandInput | GetRepositoryCommandInput | GetRepositoryTriggersCommandInput | ListApprovalRuleTemplatesCommandInput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput | ListBranchesCommandInput | ListPullRequestsCommandInput | ListRepositoriesCommandInput | ListRepositoriesForApprovalRuleTemplateCommandInput | ListTagsForResourceCommandInput | MergeBranchesByFastForwardCommandInput | MergeBranchesBySquashCommandInput | MergeBranchesByThreeWayCommandInput | MergePullRequestByFastForwardCommandInput | MergePullRequestBySquashCommandInput | MergePullRequestByThreeWayCommandInput | OverridePullRequestApprovalRulesCommandInput | PostCommentForComparedCommitCommandInput | PostCommentForPullRequestCommandInput | PostCommentReplyCommandInput | PutCommentReactionCommandInput | PutFileCommandInput | PutRepositoryTriggersCommandInput | TagResourceCommandInput | TestRepositoryTriggersCommandInput | UntagResourceCommandInput | UpdateApprovalRuleTemplateContentCommandInput | UpdateApprovalRuleTemplateDescriptionCommandInput | UpdateApprovalRuleTemplateNameCommandInput | UpdateCommentCommandInput | UpdateDefaultBranchCommandInput | UpdatePullRequestApprovalRuleContentCommandInput | UpdatePullRequestApprovalStateCommandInput | UpdatePullRequestDescriptionCommandInput | UpdatePullRequestStatusCommandInput | UpdatePullRequestTitleCommandInput | UpdateRepositoryDescriptionCommandInput | UpdateRepositoryNameCommandInput;
87
- export declare type ServiceOutputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandOutput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput | BatchDescribeMergeConflictsCommandOutput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput | BatchGetCommitsCommandOutput | BatchGetRepositoriesCommandOutput | CreateApprovalRuleTemplateCommandOutput | CreateBranchCommandOutput | CreateCommitCommandOutput | CreatePullRequestApprovalRuleCommandOutput | CreatePullRequestCommandOutput | CreateRepositoryCommandOutput | CreateUnreferencedMergeCommitCommandOutput | DeleteApprovalRuleTemplateCommandOutput | DeleteBranchCommandOutput | DeleteCommentContentCommandOutput | DeleteFileCommandOutput | DeletePullRequestApprovalRuleCommandOutput | DeleteRepositoryCommandOutput | DescribeMergeConflictsCommandOutput | DescribePullRequestEventsCommandOutput | DisassociateApprovalRuleTemplateFromRepositoryCommandOutput | EvaluatePullRequestApprovalRulesCommandOutput | GetApprovalRuleTemplateCommandOutput | GetBlobCommandOutput | GetBranchCommandOutput | GetCommentCommandOutput | GetCommentReactionsCommandOutput | GetCommentsForComparedCommitCommandOutput | GetCommentsForPullRequestCommandOutput | GetCommitCommandOutput | GetDifferencesCommandOutput | GetFileCommandOutput | GetFolderCommandOutput | GetMergeCommitCommandOutput | GetMergeConflictsCommandOutput | GetMergeOptionsCommandOutput | GetPullRequestApprovalStatesCommandOutput | GetPullRequestCommandOutput | GetPullRequestOverrideStateCommandOutput | GetRepositoryCommandOutput | GetRepositoryTriggersCommandOutput | ListApprovalRuleTemplatesCommandOutput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput | ListBranchesCommandOutput | ListPullRequestsCommandOutput | ListRepositoriesCommandOutput | ListRepositoriesForApprovalRuleTemplateCommandOutput | ListTagsForResourceCommandOutput | MergeBranchesByFastForwardCommandOutput | MergeBranchesBySquashCommandOutput | MergeBranchesByThreeWayCommandOutput | MergePullRequestByFastForwardCommandOutput | MergePullRequestBySquashCommandOutput | MergePullRequestByThreeWayCommandOutput | OverridePullRequestApprovalRulesCommandOutput | PostCommentForComparedCommitCommandOutput | PostCommentForPullRequestCommandOutput | PostCommentReplyCommandOutput | PutCommentReactionCommandOutput | PutFileCommandOutput | PutRepositoryTriggersCommandOutput | TagResourceCommandOutput | TestRepositoryTriggersCommandOutput | UntagResourceCommandOutput | UpdateApprovalRuleTemplateContentCommandOutput | UpdateApprovalRuleTemplateDescriptionCommandOutput | UpdateApprovalRuleTemplateNameCommandOutput | UpdateCommentCommandOutput | UpdateDefaultBranchCommandOutput | UpdatePullRequestApprovalRuleContentCommandOutput | UpdatePullRequestApprovalStateCommandOutput | UpdatePullRequestDescriptionCommandOutput | UpdatePullRequestStatusCommandOutput | UpdatePullRequestTitleCommandOutput | UpdateRepositoryDescriptionCommandOutput | UpdateRepositoryNameCommandOutput;
88
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
89
-
90
- requestHandler?: __HttpHandler;
91
-
92
- sha256?: __HashConstructor;
93
-
94
- urlParser?: __UrlParser;
95
-
96
- bodyLengthChecker?: __BodyLengthCalculator;
97
-
98
- streamCollector?: __StreamCollector;
99
-
100
- base64Decoder?: __Decoder;
101
-
102
- base64Encoder?: __Encoder;
103
-
104
- utf8Decoder?: __Decoder;
105
-
106
- utf8Encoder?: __Encoder;
107
-
108
- runtime?: string;
109
-
110
- disableHostPrefix?: boolean;
111
-
112
- maxAttempts?: number | __Provider<number>;
113
-
114
- retryMode?: string | __Provider<string>;
115
-
116
- logger?: __Logger;
117
-
118
- useDualstackEndpoint?: boolean | __Provider<boolean>;
119
-
120
- useFipsEndpoint?: boolean | __Provider<boolean>;
121
-
122
- serviceId?: string;
123
-
124
- region?: string | __Provider<string>;
125
-
126
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
127
-
128
- regionInfoProvider?: RegionInfoProvider;
129
-
130
- defaultUserAgentProvider?: Provider<__UserAgent>;
131
-
132
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
133
- }
134
- declare type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
135
-
136
- export interface CodeCommitClientConfig extends CodeCommitClientConfigType {
137
- }
138
- declare type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
139
-
140
- export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolvedConfigType {
141
- }
142
-
143
- export declare class CodeCommitClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeCommitClientResolvedConfig> {
144
-
145
- readonly config: CodeCommitClientResolvedConfig;
146
- constructor(configuration: CodeCommitClientConfig);
147
-
148
- destroy(): void;
149
- }
150
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateApprovalRuleTemplateWithRepositoryCommandInput,
47
+ AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
48
+ } from "./commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
49
+ import {
50
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
51
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
52
+ } from "./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
53
+ import {
54
+ BatchDescribeMergeConflictsCommandInput,
55
+ BatchDescribeMergeConflictsCommandOutput,
56
+ } from "./commands/BatchDescribeMergeConflictsCommand";
57
+ import {
58
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
59
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
60
+ } from "./commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
61
+ import {
62
+ BatchGetCommitsCommandInput,
63
+ BatchGetCommitsCommandOutput,
64
+ } from "./commands/BatchGetCommitsCommand";
65
+ import {
66
+ BatchGetRepositoriesCommandInput,
67
+ BatchGetRepositoriesCommandOutput,
68
+ } from "./commands/BatchGetRepositoriesCommand";
69
+ import {
70
+ CreateApprovalRuleTemplateCommandInput,
71
+ CreateApprovalRuleTemplateCommandOutput,
72
+ } from "./commands/CreateApprovalRuleTemplateCommand";
73
+ import {
74
+ CreateBranchCommandInput,
75
+ CreateBranchCommandOutput,
76
+ } from "./commands/CreateBranchCommand";
77
+ import {
78
+ CreateCommitCommandInput,
79
+ CreateCommitCommandOutput,
80
+ } from "./commands/CreateCommitCommand";
81
+ import {
82
+ CreatePullRequestApprovalRuleCommandInput,
83
+ CreatePullRequestApprovalRuleCommandOutput,
84
+ } from "./commands/CreatePullRequestApprovalRuleCommand";
85
+ import {
86
+ CreatePullRequestCommandInput,
87
+ CreatePullRequestCommandOutput,
88
+ } from "./commands/CreatePullRequestCommand";
89
+ import {
90
+ CreateRepositoryCommandInput,
91
+ CreateRepositoryCommandOutput,
92
+ } from "./commands/CreateRepositoryCommand";
93
+ import {
94
+ CreateUnreferencedMergeCommitCommandInput,
95
+ CreateUnreferencedMergeCommitCommandOutput,
96
+ } from "./commands/CreateUnreferencedMergeCommitCommand";
97
+ import {
98
+ DeleteApprovalRuleTemplateCommandInput,
99
+ DeleteApprovalRuleTemplateCommandOutput,
100
+ } from "./commands/DeleteApprovalRuleTemplateCommand";
101
+ import {
102
+ DeleteBranchCommandInput,
103
+ DeleteBranchCommandOutput,
104
+ } from "./commands/DeleteBranchCommand";
105
+ import {
106
+ DeleteCommentContentCommandInput,
107
+ DeleteCommentContentCommandOutput,
108
+ } from "./commands/DeleteCommentContentCommand";
109
+ import {
110
+ DeleteFileCommandInput,
111
+ DeleteFileCommandOutput,
112
+ } from "./commands/DeleteFileCommand";
113
+ import {
114
+ DeletePullRequestApprovalRuleCommandInput,
115
+ DeletePullRequestApprovalRuleCommandOutput,
116
+ } from "./commands/DeletePullRequestApprovalRuleCommand";
117
+ import {
118
+ DeleteRepositoryCommandInput,
119
+ DeleteRepositoryCommandOutput,
120
+ } from "./commands/DeleteRepositoryCommand";
121
+ import {
122
+ DescribeMergeConflictsCommandInput,
123
+ DescribeMergeConflictsCommandOutput,
124
+ } from "./commands/DescribeMergeConflictsCommand";
125
+ import {
126
+ DescribePullRequestEventsCommandInput,
127
+ DescribePullRequestEventsCommandOutput,
128
+ } from "./commands/DescribePullRequestEventsCommand";
129
+ import {
130
+ DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
131
+ DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
132
+ } from "./commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
133
+ import {
134
+ EvaluatePullRequestApprovalRulesCommandInput,
135
+ EvaluatePullRequestApprovalRulesCommandOutput,
136
+ } from "./commands/EvaluatePullRequestApprovalRulesCommand";
137
+ import {
138
+ GetApprovalRuleTemplateCommandInput,
139
+ GetApprovalRuleTemplateCommandOutput,
140
+ } from "./commands/GetApprovalRuleTemplateCommand";
141
+ import {
142
+ GetBlobCommandInput,
143
+ GetBlobCommandOutput,
144
+ } from "./commands/GetBlobCommand";
145
+ import {
146
+ GetBranchCommandInput,
147
+ GetBranchCommandOutput,
148
+ } from "./commands/GetBranchCommand";
149
+ import {
150
+ GetCommentCommandInput,
151
+ GetCommentCommandOutput,
152
+ } from "./commands/GetCommentCommand";
153
+ import {
154
+ GetCommentReactionsCommandInput,
155
+ GetCommentReactionsCommandOutput,
156
+ } from "./commands/GetCommentReactionsCommand";
157
+ import {
158
+ GetCommentsForComparedCommitCommandInput,
159
+ GetCommentsForComparedCommitCommandOutput,
160
+ } from "./commands/GetCommentsForComparedCommitCommand";
161
+ import {
162
+ GetCommentsForPullRequestCommandInput,
163
+ GetCommentsForPullRequestCommandOutput,
164
+ } from "./commands/GetCommentsForPullRequestCommand";
165
+ import {
166
+ GetCommitCommandInput,
167
+ GetCommitCommandOutput,
168
+ } from "./commands/GetCommitCommand";
169
+ import {
170
+ GetDifferencesCommandInput,
171
+ GetDifferencesCommandOutput,
172
+ } from "./commands/GetDifferencesCommand";
173
+ import {
174
+ GetFileCommandInput,
175
+ GetFileCommandOutput,
176
+ } from "./commands/GetFileCommand";
177
+ import {
178
+ GetFolderCommandInput,
179
+ GetFolderCommandOutput,
180
+ } from "./commands/GetFolderCommand";
181
+ import {
182
+ GetMergeCommitCommandInput,
183
+ GetMergeCommitCommandOutput,
184
+ } from "./commands/GetMergeCommitCommand";
185
+ import {
186
+ GetMergeConflictsCommandInput,
187
+ GetMergeConflictsCommandOutput,
188
+ } from "./commands/GetMergeConflictsCommand";
189
+ import {
190
+ GetMergeOptionsCommandInput,
191
+ GetMergeOptionsCommandOutput,
192
+ } from "./commands/GetMergeOptionsCommand";
193
+ import {
194
+ GetPullRequestApprovalStatesCommandInput,
195
+ GetPullRequestApprovalStatesCommandOutput,
196
+ } from "./commands/GetPullRequestApprovalStatesCommand";
197
+ import {
198
+ GetPullRequestCommandInput,
199
+ GetPullRequestCommandOutput,
200
+ } from "./commands/GetPullRequestCommand";
201
+ import {
202
+ GetPullRequestOverrideStateCommandInput,
203
+ GetPullRequestOverrideStateCommandOutput,
204
+ } from "./commands/GetPullRequestOverrideStateCommand";
205
+ import {
206
+ GetRepositoryCommandInput,
207
+ GetRepositoryCommandOutput,
208
+ } from "./commands/GetRepositoryCommand";
209
+ import {
210
+ GetRepositoryTriggersCommandInput,
211
+ GetRepositoryTriggersCommandOutput,
212
+ } from "./commands/GetRepositoryTriggersCommand";
213
+ import {
214
+ ListApprovalRuleTemplatesCommandInput,
215
+ ListApprovalRuleTemplatesCommandOutput,
216
+ } from "./commands/ListApprovalRuleTemplatesCommand";
217
+ import {
218
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
219
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
220
+ } from "./commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
221
+ import {
222
+ ListBranchesCommandInput,
223
+ ListBranchesCommandOutput,
224
+ } from "./commands/ListBranchesCommand";
225
+ import {
226
+ ListPullRequestsCommandInput,
227
+ ListPullRequestsCommandOutput,
228
+ } from "./commands/ListPullRequestsCommand";
229
+ import {
230
+ ListRepositoriesCommandInput,
231
+ ListRepositoriesCommandOutput,
232
+ } from "./commands/ListRepositoriesCommand";
233
+ import {
234
+ ListRepositoriesForApprovalRuleTemplateCommandInput,
235
+ ListRepositoriesForApprovalRuleTemplateCommandOutput,
236
+ } from "./commands/ListRepositoriesForApprovalRuleTemplateCommand";
237
+ import {
238
+ ListTagsForResourceCommandInput,
239
+ ListTagsForResourceCommandOutput,
240
+ } from "./commands/ListTagsForResourceCommand";
241
+ import {
242
+ MergeBranchesByFastForwardCommandInput,
243
+ MergeBranchesByFastForwardCommandOutput,
244
+ } from "./commands/MergeBranchesByFastForwardCommand";
245
+ import {
246
+ MergeBranchesBySquashCommandInput,
247
+ MergeBranchesBySquashCommandOutput,
248
+ } from "./commands/MergeBranchesBySquashCommand";
249
+ import {
250
+ MergeBranchesByThreeWayCommandInput,
251
+ MergeBranchesByThreeWayCommandOutput,
252
+ } from "./commands/MergeBranchesByThreeWayCommand";
253
+ import {
254
+ MergePullRequestByFastForwardCommandInput,
255
+ MergePullRequestByFastForwardCommandOutput,
256
+ } from "./commands/MergePullRequestByFastForwardCommand";
257
+ import {
258
+ MergePullRequestBySquashCommandInput,
259
+ MergePullRequestBySquashCommandOutput,
260
+ } from "./commands/MergePullRequestBySquashCommand";
261
+ import {
262
+ MergePullRequestByThreeWayCommandInput,
263
+ MergePullRequestByThreeWayCommandOutput,
264
+ } from "./commands/MergePullRequestByThreeWayCommand";
265
+ import {
266
+ OverridePullRequestApprovalRulesCommandInput,
267
+ OverridePullRequestApprovalRulesCommandOutput,
268
+ } from "./commands/OverridePullRequestApprovalRulesCommand";
269
+ import {
270
+ PostCommentForComparedCommitCommandInput,
271
+ PostCommentForComparedCommitCommandOutput,
272
+ } from "./commands/PostCommentForComparedCommitCommand";
273
+ import {
274
+ PostCommentForPullRequestCommandInput,
275
+ PostCommentForPullRequestCommandOutput,
276
+ } from "./commands/PostCommentForPullRequestCommand";
277
+ import {
278
+ PostCommentReplyCommandInput,
279
+ PostCommentReplyCommandOutput,
280
+ } from "./commands/PostCommentReplyCommand";
281
+ import {
282
+ PutCommentReactionCommandInput,
283
+ PutCommentReactionCommandOutput,
284
+ } from "./commands/PutCommentReactionCommand";
285
+ import {
286
+ PutFileCommandInput,
287
+ PutFileCommandOutput,
288
+ } from "./commands/PutFileCommand";
289
+ import {
290
+ PutRepositoryTriggersCommandInput,
291
+ PutRepositoryTriggersCommandOutput,
292
+ } from "./commands/PutRepositoryTriggersCommand";
293
+ import {
294
+ TagResourceCommandInput,
295
+ TagResourceCommandOutput,
296
+ } from "./commands/TagResourceCommand";
297
+ import {
298
+ TestRepositoryTriggersCommandInput,
299
+ TestRepositoryTriggersCommandOutput,
300
+ } from "./commands/TestRepositoryTriggersCommand";
301
+ import {
302
+ UntagResourceCommandInput,
303
+ UntagResourceCommandOutput,
304
+ } from "./commands/UntagResourceCommand";
305
+ import {
306
+ UpdateApprovalRuleTemplateContentCommandInput,
307
+ UpdateApprovalRuleTemplateContentCommandOutput,
308
+ } from "./commands/UpdateApprovalRuleTemplateContentCommand";
309
+ import {
310
+ UpdateApprovalRuleTemplateDescriptionCommandInput,
311
+ UpdateApprovalRuleTemplateDescriptionCommandOutput,
312
+ } from "./commands/UpdateApprovalRuleTemplateDescriptionCommand";
313
+ import {
314
+ UpdateApprovalRuleTemplateNameCommandInput,
315
+ UpdateApprovalRuleTemplateNameCommandOutput,
316
+ } from "./commands/UpdateApprovalRuleTemplateNameCommand";
317
+ import {
318
+ UpdateCommentCommandInput,
319
+ UpdateCommentCommandOutput,
320
+ } from "./commands/UpdateCommentCommand";
321
+ import {
322
+ UpdateDefaultBranchCommandInput,
323
+ UpdateDefaultBranchCommandOutput,
324
+ } from "./commands/UpdateDefaultBranchCommand";
325
+ import {
326
+ UpdatePullRequestApprovalRuleContentCommandInput,
327
+ UpdatePullRequestApprovalRuleContentCommandOutput,
328
+ } from "./commands/UpdatePullRequestApprovalRuleContentCommand";
329
+ import {
330
+ UpdatePullRequestApprovalStateCommandInput,
331
+ UpdatePullRequestApprovalStateCommandOutput,
332
+ } from "./commands/UpdatePullRequestApprovalStateCommand";
333
+ import {
334
+ UpdatePullRequestDescriptionCommandInput,
335
+ UpdatePullRequestDescriptionCommandOutput,
336
+ } from "./commands/UpdatePullRequestDescriptionCommand";
337
+ import {
338
+ UpdatePullRequestStatusCommandInput,
339
+ UpdatePullRequestStatusCommandOutput,
340
+ } from "./commands/UpdatePullRequestStatusCommand";
341
+ import {
342
+ UpdatePullRequestTitleCommandInput,
343
+ UpdatePullRequestTitleCommandOutput,
344
+ } from "./commands/UpdatePullRequestTitleCommand";
345
+ import {
346
+ UpdateRepositoryDescriptionCommandInput,
347
+ UpdateRepositoryDescriptionCommandOutput,
348
+ } from "./commands/UpdateRepositoryDescriptionCommand";
349
+ import {
350
+ UpdateRepositoryNameCommandInput,
351
+ UpdateRepositoryNameCommandOutput,
352
+ } from "./commands/UpdateRepositoryNameCommand";
353
+ export declare type ServiceInputTypes =
354
+ | AssociateApprovalRuleTemplateWithRepositoryCommandInput
355
+ | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
356
+ | BatchDescribeMergeConflictsCommandInput
357
+ | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
358
+ | BatchGetCommitsCommandInput
359
+ | BatchGetRepositoriesCommandInput
360
+ | CreateApprovalRuleTemplateCommandInput
361
+ | CreateBranchCommandInput
362
+ | CreateCommitCommandInput
363
+ | CreatePullRequestApprovalRuleCommandInput
364
+ | CreatePullRequestCommandInput
365
+ | CreateRepositoryCommandInput
366
+ | CreateUnreferencedMergeCommitCommandInput
367
+ | DeleteApprovalRuleTemplateCommandInput
368
+ | DeleteBranchCommandInput
369
+ | DeleteCommentContentCommandInput
370
+ | DeleteFileCommandInput
371
+ | DeletePullRequestApprovalRuleCommandInput
372
+ | DeleteRepositoryCommandInput
373
+ | DescribeMergeConflictsCommandInput
374
+ | DescribePullRequestEventsCommandInput
375
+ | DisassociateApprovalRuleTemplateFromRepositoryCommandInput
376
+ | EvaluatePullRequestApprovalRulesCommandInput
377
+ | GetApprovalRuleTemplateCommandInput
378
+ | GetBlobCommandInput
379
+ | GetBranchCommandInput
380
+ | GetCommentCommandInput
381
+ | GetCommentReactionsCommandInput
382
+ | GetCommentsForComparedCommitCommandInput
383
+ | GetCommentsForPullRequestCommandInput
384
+ | GetCommitCommandInput
385
+ | GetDifferencesCommandInput
386
+ | GetFileCommandInput
387
+ | GetFolderCommandInput
388
+ | GetMergeCommitCommandInput
389
+ | GetMergeConflictsCommandInput
390
+ | GetMergeOptionsCommandInput
391
+ | GetPullRequestApprovalStatesCommandInput
392
+ | GetPullRequestCommandInput
393
+ | GetPullRequestOverrideStateCommandInput
394
+ | GetRepositoryCommandInput
395
+ | GetRepositoryTriggersCommandInput
396
+ | ListApprovalRuleTemplatesCommandInput
397
+ | ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
398
+ | ListBranchesCommandInput
399
+ | ListPullRequestsCommandInput
400
+ | ListRepositoriesCommandInput
401
+ | ListRepositoriesForApprovalRuleTemplateCommandInput
402
+ | ListTagsForResourceCommandInput
403
+ | MergeBranchesByFastForwardCommandInput
404
+ | MergeBranchesBySquashCommandInput
405
+ | MergeBranchesByThreeWayCommandInput
406
+ | MergePullRequestByFastForwardCommandInput
407
+ | MergePullRequestBySquashCommandInput
408
+ | MergePullRequestByThreeWayCommandInput
409
+ | OverridePullRequestApprovalRulesCommandInput
410
+ | PostCommentForComparedCommitCommandInput
411
+ | PostCommentForPullRequestCommandInput
412
+ | PostCommentReplyCommandInput
413
+ | PutCommentReactionCommandInput
414
+ | PutFileCommandInput
415
+ | PutRepositoryTriggersCommandInput
416
+ | TagResourceCommandInput
417
+ | TestRepositoryTriggersCommandInput
418
+ | UntagResourceCommandInput
419
+ | UpdateApprovalRuleTemplateContentCommandInput
420
+ | UpdateApprovalRuleTemplateDescriptionCommandInput
421
+ | UpdateApprovalRuleTemplateNameCommandInput
422
+ | UpdateCommentCommandInput
423
+ | UpdateDefaultBranchCommandInput
424
+ | UpdatePullRequestApprovalRuleContentCommandInput
425
+ | UpdatePullRequestApprovalStateCommandInput
426
+ | UpdatePullRequestDescriptionCommandInput
427
+ | UpdatePullRequestStatusCommandInput
428
+ | UpdatePullRequestTitleCommandInput
429
+ | UpdateRepositoryDescriptionCommandInput
430
+ | UpdateRepositoryNameCommandInput;
431
+ export declare type ServiceOutputTypes =
432
+ | AssociateApprovalRuleTemplateWithRepositoryCommandOutput
433
+ | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
434
+ | BatchDescribeMergeConflictsCommandOutput
435
+ | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
436
+ | BatchGetCommitsCommandOutput
437
+ | BatchGetRepositoriesCommandOutput
438
+ | CreateApprovalRuleTemplateCommandOutput
439
+ | CreateBranchCommandOutput
440
+ | CreateCommitCommandOutput
441
+ | CreatePullRequestApprovalRuleCommandOutput
442
+ | CreatePullRequestCommandOutput
443
+ | CreateRepositoryCommandOutput
444
+ | CreateUnreferencedMergeCommitCommandOutput
445
+ | DeleteApprovalRuleTemplateCommandOutput
446
+ | DeleteBranchCommandOutput
447
+ | DeleteCommentContentCommandOutput
448
+ | DeleteFileCommandOutput
449
+ | DeletePullRequestApprovalRuleCommandOutput
450
+ | DeleteRepositoryCommandOutput
451
+ | DescribeMergeConflictsCommandOutput
452
+ | DescribePullRequestEventsCommandOutput
453
+ | DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
454
+ | EvaluatePullRequestApprovalRulesCommandOutput
455
+ | GetApprovalRuleTemplateCommandOutput
456
+ | GetBlobCommandOutput
457
+ | GetBranchCommandOutput
458
+ | GetCommentCommandOutput
459
+ | GetCommentReactionsCommandOutput
460
+ | GetCommentsForComparedCommitCommandOutput
461
+ | GetCommentsForPullRequestCommandOutput
462
+ | GetCommitCommandOutput
463
+ | GetDifferencesCommandOutput
464
+ | GetFileCommandOutput
465
+ | GetFolderCommandOutput
466
+ | GetMergeCommitCommandOutput
467
+ | GetMergeConflictsCommandOutput
468
+ | GetMergeOptionsCommandOutput
469
+ | GetPullRequestApprovalStatesCommandOutput
470
+ | GetPullRequestCommandOutput
471
+ | GetPullRequestOverrideStateCommandOutput
472
+ | GetRepositoryCommandOutput
473
+ | GetRepositoryTriggersCommandOutput
474
+ | ListApprovalRuleTemplatesCommandOutput
475
+ | ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
476
+ | ListBranchesCommandOutput
477
+ | ListPullRequestsCommandOutput
478
+ | ListRepositoriesCommandOutput
479
+ | ListRepositoriesForApprovalRuleTemplateCommandOutput
480
+ | ListTagsForResourceCommandOutput
481
+ | MergeBranchesByFastForwardCommandOutput
482
+ | MergeBranchesBySquashCommandOutput
483
+ | MergeBranchesByThreeWayCommandOutput
484
+ | MergePullRequestByFastForwardCommandOutput
485
+ | MergePullRequestBySquashCommandOutput
486
+ | MergePullRequestByThreeWayCommandOutput
487
+ | OverridePullRequestApprovalRulesCommandOutput
488
+ | PostCommentForComparedCommitCommandOutput
489
+ | PostCommentForPullRequestCommandOutput
490
+ | PostCommentReplyCommandOutput
491
+ | PutCommentReactionCommandOutput
492
+ | PutFileCommandOutput
493
+ | PutRepositoryTriggersCommandOutput
494
+ | TagResourceCommandOutput
495
+ | TestRepositoryTriggersCommandOutput
496
+ | UntagResourceCommandOutput
497
+ | UpdateApprovalRuleTemplateContentCommandOutput
498
+ | UpdateApprovalRuleTemplateDescriptionCommandOutput
499
+ | UpdateApprovalRuleTemplateNameCommandOutput
500
+ | UpdateCommentCommandOutput
501
+ | UpdateDefaultBranchCommandOutput
502
+ | UpdatePullRequestApprovalRuleContentCommandOutput
503
+ | UpdatePullRequestApprovalStateCommandOutput
504
+ | UpdatePullRequestDescriptionCommandOutput
505
+ | UpdatePullRequestStatusCommandOutput
506
+ | UpdatePullRequestTitleCommandOutput
507
+ | UpdateRepositoryDescriptionCommandOutput
508
+ | UpdateRepositoryNameCommandOutput;
509
+ export interface ClientDefaults
510
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
511
+ requestHandler?: __HttpHandler;
512
+ sha256?: __HashConstructor;
513
+ urlParser?: __UrlParser;
514
+ bodyLengthChecker?: __BodyLengthCalculator;
515
+ streamCollector?: __StreamCollector;
516
+ base64Decoder?: __Decoder;
517
+ base64Encoder?: __Encoder;
518
+ utf8Decoder?: __Decoder;
519
+ utf8Encoder?: __Encoder;
520
+ runtime?: string;
521
+ disableHostPrefix?: boolean;
522
+ maxAttempts?: number | __Provider<number>;
523
+ retryMode?: string | __Provider<string>;
524
+ logger?: __Logger;
525
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
526
+ useFipsEndpoint?: boolean | __Provider<boolean>;
527
+ serviceId?: string;
528
+ region?: string | __Provider<string>;
529
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
530
+ regionInfoProvider?: RegionInfoProvider;
531
+ defaultUserAgentProvider?: Provider<__UserAgent>;
532
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
533
+ }
534
+ declare type CodeCommitClientConfigType = Partial<
535
+ __SmithyConfiguration<__HttpHandlerOptions>
536
+ > &
537
+ ClientDefaults &
538
+ RegionInputConfig &
539
+ EndpointsInputConfig &
540
+ RetryInputConfig &
541
+ HostHeaderInputConfig &
542
+ AwsAuthInputConfig &
543
+ UserAgentInputConfig;
544
+ export interface CodeCommitClientConfig extends CodeCommitClientConfigType {}
545
+ declare type CodeCommitClientResolvedConfigType =
546
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
547
+ Required<ClientDefaults> &
548
+ RegionResolvedConfig &
549
+ EndpointsResolvedConfig &
550
+ RetryResolvedConfig &
551
+ HostHeaderResolvedConfig &
552
+ AwsAuthResolvedConfig &
553
+ UserAgentResolvedConfig;
554
+ export interface CodeCommitClientResolvedConfig
555
+ extends CodeCommitClientResolvedConfigType {}
556
+ export declare class CodeCommitClient extends __Client<
557
+ __HttpHandlerOptions,
558
+ ServiceInputTypes,
559
+ ServiceOutputTypes,
560
+ CodeCommitClientResolvedConfig
561
+ > {
562
+ readonly config: CodeCommitClientResolvedConfig;
563
+ constructor(configuration: CodeCommitClientConfig);
564
+ destroy(): void;
565
+ }
566
+ export {};