@aws-sdk/client-codecommit 3.40.0 → 3.45.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 (81) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchGetCommitsCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateBranchCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateCommitCommand.d.ts +1 -1
  13. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +1 -1
  14. package/dist-types/commands/CreatePullRequestCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateRepositoryCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteBranchCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteCommentContentCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteFileCommand.d.ts +1 -1
  21. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +1 -1
  26. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +1 -1
  27. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/GetBlobCommand.d.ts +1 -1
  29. package/dist-types/commands/GetBranchCommand.d.ts +1 -1
  30. package/dist-types/commands/GetCommentCommand.d.ts +1 -1
  31. package/dist-types/commands/GetCommentReactionsCommand.d.ts +1 -1
  32. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +1 -1
  33. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +1 -1
  34. package/dist-types/commands/GetCommitCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDifferencesCommand.d.ts +1 -1
  36. package/dist-types/commands/GetFileCommand.d.ts +1 -1
  37. package/dist-types/commands/GetFolderCommand.d.ts +1 -1
  38. package/dist-types/commands/GetMergeCommitCommand.d.ts +1 -1
  39. package/dist-types/commands/GetMergeConflictsCommand.d.ts +1 -1
  40. package/dist-types/commands/GetMergeOptionsCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +1 -1
  42. package/dist-types/commands/GetPullRequestCommand.d.ts +1 -1
  43. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +1 -1
  44. package/dist-types/commands/GetRepositoryCommand.d.ts +1 -1
  45. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +1 -1
  46. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +1 -1
  48. package/dist-types/commands/ListBranchesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
  54. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +1 -1
  55. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
  56. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
  57. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +1 -1
  58. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
  59. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  60. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
  61. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +1 -1
  62. package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
  63. package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
  64. package/dist-types/commands/PutFileCommand.d.ts +1 -1
  65. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +1 -1
  66. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  67. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +1 -1
  68. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +1 -1
  81. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-codecommit
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-codecommit
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "ca-central-1-fips",
104
105
  "eu-central-1",
@@ -169,6 +170,10 @@ const partitionHash = {
169
170
  hostname: "codecommit.{region}.c2s.ic.gov",
170
171
  tags: [],
171
172
  },
173
+ {
174
+ hostname: "codecommit-fips.{region}.c2s.ic.gov",
175
+ tags: ["fips"],
176
+ },
172
177
  ],
173
178
  },
174
179
  "aws-iso-b": {
@@ -179,6 +184,10 @@ const partitionHash = {
179
184
  hostname: "codecommit.{region}.sc2s.sgov.gov",
180
185
  tags: [],
181
186
  },
187
+ {
188
+ hostname: "codecommit-fips.{region}.sc2s.sgov.gov",
189
+ tags: ["fips"],
190
+ },
182
191
  ],
183
192
  },
184
193
  "aws-us-gov": {
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "ca-central-1-fips",
102
103
  "eu-central-1",
@@ -167,6 +168,10 @@ var partitionHash = {
167
168
  hostname: "codecommit.{region}.c2s.ic.gov",
168
169
  tags: [],
169
170
  },
171
+ {
172
+ hostname: "codecommit-fips.{region}.c2s.ic.gov",
173
+ tags: ["fips"],
174
+ },
170
175
  ],
171
176
  },
172
177
  "aws-iso-b": {
@@ -177,6 +182,10 @@ var partitionHash = {
177
182
  hostname: "codecommit.{region}.sc2s.sgov.gov",
178
183
  tags: [],
179
184
  },
185
+ {
186
+ hostname: "codecommit-fips.{region}.sc2s.sgov.gov",
187
+ tags: ["fips"],
188
+ },
180
189
  ],
181
190
  },
182
191
  "aws-us-gov": {
@@ -26,7 +26,7 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
26
26
  *
27
27
  * @see {@link AssociateApprovalRuleTemplateWithRepositoryCommandInput} for command's `input` shape.
28
28
  * @see {@link AssociateApprovalRuleTemplateWithRepositoryCommandOutput} for command's `response` shape.
29
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command<AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
20
20
  *
21
21
  * @see {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $Command<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
20
20
  *
21
21
  * @see {@link BatchDescribeMergeConflictsCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDescribeMergeConflictsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchDescribeMergeConflictsCommand extends $Command<BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOut
20
20
  *
21
21
  * @see {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends $Command<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __M
20
20
  *
21
21
  * @see {@link BatchGetCommitsCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetCommitsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchGetCommitsCommand extends $Command<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesO
27
27
  *
28
28
  * @see {@link BatchGetRepositoriesCommandInput} for command's `input` shape.
29
29
  * @see {@link BatchGetRepositoriesCommandOutput} for command's `response` shape.
30
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class BatchGetRepositoriesCommand extends $Command<BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR
24
24
  *
25
25
  * @see {@link CreateApprovalRuleTemplateCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateApprovalRuleTemplateCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateApprovalRuleTemplateCommand extends $Command<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link CreateBranchCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateBranchCommandOutput} for command's `response` shape.
26
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateBranchCommand extends $Command<CreateBranchCommandInput, CreateBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateCommitCommandOutput extends CreateCommitOutput, __Metadat
20
20
  *
21
21
  * @see {@link CreateCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateCommitCommand extends $Command<CreateCommitCommandInput, CreateCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePullRequestApprovalRuleCommandOutput extends CreatePullRe
20
20
  *
21
21
  * @see {@link CreatePullRequestApprovalRuleCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePullRequestApprovalRuleCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreatePullRequestApprovalRuleCommand extends $Command<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput,
20
20
  *
21
21
  * @see {@link CreatePullRequestCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePullRequestCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreatePullRequestCommand extends $Command<CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
20
20
  *
21
21
  * @see {@link CreateRepositoryCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRepositoryCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface CreateUnreferencedMergeCommitCommandOutput extends CreateUnrefe
27
27
  *
28
28
  * @see {@link CreateUnreferencedMergeCommitCommandInput} for command's `input` shape.
29
29
  * @see {@link CreateUnreferencedMergeCommitCommandOutput} for command's `response` shape.
30
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class CreateUnreferencedMergeCommitCommand extends $Command<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApprovalRuleTemplateCommandOutput extends DeleteApprovalR
20
20
  *
21
21
  * @see {@link DeleteApprovalRuleTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApprovalRuleTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApprovalRuleTemplateCommand extends $Command<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __Metadat
20
20
  *
21
21
  * @see {@link DeleteBranchCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBranchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteCommentContentCommandOutput extends DeleteCommentContentO
20
20
  *
21
21
  * @see {@link DeleteCommentContentCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteCommentContentCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteCommentContentCommand extends $Command<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBea
22
22
  *
23
23
  * @see {@link DeleteFileCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteFileCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteFileCommand extends $Command<DeleteFileCommandInput, DeleteFileCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeletePullRequestApprovalRuleCommandOutput extends DeletePullRe
22
22
  *
23
23
  * @see {@link DeletePullRequestApprovalRuleCommandInput} for command's `input` shape.
24
24
  * @see {@link DeletePullRequestApprovalRuleCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeletePullRequestApprovalRuleCommand extends $Command<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
25
25
  *
26
26
  * @see {@link DeleteRepositoryCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteRepositoryCommandOutput} for command's `response` shape.
28
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeMergeConflictsCommandOutput extends DescribeMergeConfli
22
22
  *
23
23
  * @see {@link DescribeMergeConflictsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeMergeConflictsCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeMergeConflictsCommand extends $Command<DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePullRequestEventsCommandOutput extends DescribePullRequ
20
20
  *
21
21
  * @see {@link DescribePullRequestEventsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePullRequestEventsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePullRequestEventsCommand extends $Command<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput ext
23
23
  *
24
24
  * @see {@link DisassociateApprovalRuleTemplateFromRepositoryCommandInput} for command's `input` shape.
25
25
  * @see {@link DisassociateApprovalRuleTemplateFromRepositoryCommandOutput} for command's `response` shape.
26
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface EvaluatePullRequestApprovalRulesCommandOutput extends EvaluateP
20
20
  *
21
21
  * @see {@link EvaluatePullRequestApprovalRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link EvaluatePullRequestApprovalRulesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class EvaluatePullRequestApprovalRulesCommand extends $Command<EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem
20
20
  *
21
21
  * @see {@link GetApprovalRuleTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApprovalRuleTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApprovalRuleTemplateCommand extends $Command<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetBlobCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBlobCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBlobCommand extends $Command<GetBlobCommandInput, GetBlobCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetBranchCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBranchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBranchCommand extends $Command<GetBranchCommandInput, GetBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBea
24
24
  *
25
25
  * @see {@link GetCommentCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCommentCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCommentCommand extends $Command<GetCommentCommandInput, GetCommentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut
20
20
  *
21
21
  * @see {@link GetCommentReactionsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCommentReactionsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCommentReactionsCommand extends $Command<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsFo
24
24
  *
25
25
  * @see {@link GetCommentsForComparedCommitCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCommentsForComparedCommitCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCommentsForComparedCommitCommand extends $Command<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu
24
24
  *
25
25
  * @see {@link GetCommentsForPullRequestCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCommentsForPullRequestCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCommentsForPullRequestCommand extends $Command<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCommitCommand extends $Command<GetCommitCommandInput, GetCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met
22
22
  *
23
23
  * @see {@link GetDifferencesCommandInput} for command's `input` shape.
24
24
  * @see {@link GetDifferencesCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetDifferencesCommand extends $Command<GetDifferencesCommandInput, GetDifferencesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetFileCommandInput} for command's `input` shape.
22
22
  * @see {@link GetFileCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetFileCommand extends $Command<GetFileCommandInput, GetFileCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetFolderCommandInput} for command's `input` shape.
22
22
  * @see {@link GetFolderCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __Met
20
20
  *
21
21
  * @see {@link GetMergeCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMergeCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMergeCommitCommand extends $Command<GetMergeCommitCommandInput, GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput,
20
20
  *
21
21
  * @see {@link GetMergeConflictsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMergeConflictsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMergeConflictsCommand extends $Command<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __M
22
22
  *
23
23
  * @see {@link GetMergeOptionsCommandInput} for command's `input` shape.
24
24
  * @see {@link GetMergeOptionsCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetMergeOptionsCommand extends $Command<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetPullRequestApprovalStatesCommandOutput extends GetPullReques
21
21
  *
22
22
  * @see {@link GetPullRequestApprovalStatesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetPullRequestApprovalStatesCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetPullRequestApprovalStatesCommand extends $Command<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __Met
20
20
  *
21
21
  * @see {@link GetPullRequestCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPullRequestCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetPullRequestCommand extends $Command<GetPullRequestCommandInput, GetPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequest
21
21
  *
22
22
  * @see {@link GetPullRequestOverrideStateCommandInput} for command's `input` shape.
23
23
  * @see {@link GetPullRequestOverrideStateCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetPullRequestOverrideStateCommand extends $Command<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
28
28
  *
29
29
  * @see {@link GetRepositoryCommandInput} for command's `input` shape.
30
30
  * @see {@link GetRepositoryCommandOutput} for command's `response` shape.
31
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTrigger
20
20
  *
21
21
  * @see {@link GetRepositoryTriggersCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRepositoryTriggersCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRepositoryTriggersCommand extends $Command<GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRule
21
21
  *
22
22
  * @see {@link ListApprovalRuleTemplatesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListApprovalRuleTemplatesCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListApprovalRuleTemplatesCommand extends $Command<ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput e
20
20
  *
21
21
  * @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command<ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBranchesCommandOutput extends ListBranchesOutput, __Metadat
20
20
  *
21
21
  * @see {@link ListBranchesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBranchesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBranchesCommand extends $Command<ListBranchesCommandInput, ListBranchesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, _
21
21
  *
22
22
  * @see {@link ListPullRequestsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListPullRequestsCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListPullRequestsCommand extends $Command<ListPullRequestsCommandInput, ListPullRequestsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _
20
20
  *
21
21
  * @see {@link ListRepositoriesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRepositoriesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRepositoriesForApprovalRuleTemplateCommandOutput extends Li
20
20
  *
21
21
  * @see {@link ListRepositoriesForApprovalRuleTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRepositoriesForApprovalRuleTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRepositoriesForApprovalRuleTemplateCommand extends $Command<ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  *
23
23
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesBy
20
20
  *
21
21
  * @see {@link MergeBranchesByFastForwardCommandInput} for command's `input` shape.
22
22
  * @see {@link MergeBranchesByFastForwardCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class MergeBranchesByFastForwardCommand extends $Command<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquas
20
20
  *
21
21
  * @see {@link MergeBranchesBySquashCommandInput} for command's `input` shape.
22
22
  * @see {@link MergeBranchesBySquashCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class MergeBranchesBySquashCommand extends $Command<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThr
20
20
  *
21
21
  * @see {@link MergeBranchesByThreeWayCommandInput} for command's `input` shape.
22
22
  * @see {@link MergeBranchesByThreeWayCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class MergeBranchesByThreeWayCommand extends $Command<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface MergePullRequestByFastForwardCommandOutput extends MergePullReq
21
21
  *
22
22
  * @see {@link MergePullRequestByFastForwardCommandInput} for command's `input` shape.
23
23
  * @see {@link MergePullRequestByFastForwardCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class MergePullRequestByFastForwardCommand extends $Command<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface MergePullRequestBySquashCommandOutput extends MergePullRequestB
21
21
  *
22
22
  * @see {@link MergePullRequestBySquashCommandInput} for command's `input` shape.
23
23
  * @see {@link MergePullRequestBySquashCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class MergePullRequestBySquashCommand extends $Command<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface MergePullRequestByThreeWayCommandOutput extends MergePullReques
21
21
  *
22
22
  * @see {@link MergePullRequestByThreeWayCommandInput} for command's `input` shape.
23
23
  * @see {@link MergePullRequestByThreeWayCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class MergePullRequestByThreeWayCommand extends $Command<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface OverridePullRequestApprovalRulesCommandOutput extends __Metadat
20
20
  *
21
21
  * @see {@link OverridePullRequestApprovalRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link OverridePullRequestApprovalRulesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class OverridePullRequestApprovalRulesCommand extends $Command<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PostCommentForComparedCommitCommandOutput extends PostCommentFo
20
20
  *
21
21
  * @see {@link PostCommentForComparedCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link PostCommentForComparedCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PostCommentForComparedCommitCommand extends $Command<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PostCommentForPullRequestCommandOutput extends PostCommentForPu
20
20
  *
21
21
  * @see {@link PostCommentForPullRequestCommandInput} for command's `input` shape.
22
22
  * @see {@link PostCommentForPullRequestCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PostCommentForPullRequestCommand extends $Command<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, _
20
20
  *
21
21
  * @see {@link PostCommentReplyCommandInput} for command's `input` shape.
22
22
  * @see {@link PostCommentReplyCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PostCommentReplyCommand extends $Command<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutCommentReactionCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link PutCommentReactionCommandInput} for command's `input` shape.
23
23
  * @see {@link PutCommentReactionCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutCommentReactionCommand extends $Command<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
20
20
  *
21
21
  * @see {@link PutFileCommandInput} for command's `input` shape.
22
22
  * @see {@link PutFileCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutFileCommand extends $Command<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTrigger
20
20
  *
21
21
  * @see {@link PutRepositoryTriggersCommandInput} for command's `input` shape.
22
22
  * @see {@link PutRepositoryTriggersCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutRepositoryTriggersCommand extends $Command<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link TagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTrigg
22
22
  *
23
23
  * @see {@link TestRepositoryTriggersCommandInput} for command's `input` shape.
24
24
  * @see {@link TestRepositoryTriggersCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TestRepositoryTriggersCommand extends $Command<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateAp
22
22
  *
23
23
  * @see {@link UpdateApprovalRuleTemplateContentCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateApprovalRuleTemplateContentCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends Upda
20
20
  *
21
21
  * @see {@link UpdateApprovalRuleTemplateDescriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApprovalRuleTemplateDescriptionCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Command<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateAppro
20
20
  *
21
21
  * @see {@link UpdateApprovalRuleTemplateNameCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApprovalRuleTemplateNameCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __Metad
20
20
  *
21
21
  * @see {@link UpdateCommentCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateCommentCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateCommentCommand extends $Command<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link UpdateDefaultBranchCommandInput} for command's `input` shape.
25
25
  * @see {@link UpdateDefaultBranchCommandOutput} for command's `response` shape.
26
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UpdateDefaultBranchCommand extends $Command<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdatePullRequestApprovalRuleContentCommandOutput extends Updat
21
21
  *
22
22
  * @see {@link UpdatePullRequestApprovalRuleContentCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdatePullRequestApprovalRuleContentCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdatePullRequestApprovalRuleContentCommand extends $Command<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataB
20
20
  *
21
21
  * @see {@link UpdatePullRequestApprovalStateCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestApprovalStateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestApprovalStateCommand extends $Command<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullReq
20
20
  *
21
21
  * @see {@link UpdatePullRequestDescriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestDescriptionCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestDescriptionCommand extends $Command<UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS
20
20
  *
21
21
  * @see {@link UpdatePullRequestStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestStatusCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestStatusCommand extends $Command<UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTi
20
20
  *
21
21
  * @see {@link UpdatePullRequestTitleCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestTitleCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestTitleCommand extends $Command<UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput, CodeCommitClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBear
27
27
  *
28
28
  * @see {@link UpdateRepositoryDescriptionCommandInput} for command's `input` shape.
29
29
  * @see {@link UpdateRepositoryDescriptionCommandOutput} for command's `response` shape.
30
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class UpdateRepositoryDescriptionCommand extends $Command<UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link UpdateRepositoryNameCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateRepositoryNameCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateRepositoryNameCommand extends $Command<UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput, CodeCommitClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecommit",
3
3
  "description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",