@aws-sdk/client-codecommit 3.296.0 → 3.297.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 (97) hide show
  1. package/dist-types/CodeCommit.d.ts +78 -0
  2. package/dist-types/CodeCommitClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
  12. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
  13. package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
  25. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
  26. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBlobCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  29. package/dist-types/commands/GetCommentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
  32. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
  33. package/dist-types/commands/GetCommitCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFileCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  37. package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
  38. package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
  42. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
  43. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  44. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
  45. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  52. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
  53. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
  54. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
  55. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
  56. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
  57. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
  58. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
  59. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
  60. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
  61. package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
  62. package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
  63. package/dist-types/commands/PutFileCommand.d.ts +16 -0
  64. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
  80. package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +462 -0
  82. package/dist-types/models/models_1.d.ts +193 -0
  83. package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
  87. package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
  88. package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/Interfaces.d.ts +3 -0
  91. package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  97. package/package.json +3 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput } from "../commands/DescribeMergeConflictsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeMergeConflicts(config: CodeCommitPaginationConfiguration, input: DescribeMergeConflictsCommandInput, ...additionalArguments: any): Paginator<DescribeMergeConflictsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput } from "../commands/DescribePullRequestEventsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribePullRequestEvents(config: CodeCommitPaginationConfiguration, input: DescribePullRequestEventsCommandInput, ...additionalArguments: any): Paginator<DescribePullRequestEventsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput } from "../commands/GetCommentReactionsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCommentReactions(config: CodeCommitPaginationConfiguration, input: GetCommentReactionsCommandInput, ...additionalArguments: any): Paginator<GetCommentReactionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput } from "../commands/GetCommentsForComparedCommitCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCommentsForComparedCommit(config: CodeCommitPaginationConfiguration, input: GetCommentsForComparedCommitCommandInput, ...additionalArguments: any): Paginator<GetCommentsForComparedCommitCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput } from "../commands/GetCommentsForPullRequestCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCommentsForPullRequest(config: CodeCommitPaginationConfiguration, input: GetCommentsForPullRequestCommandInput, ...additionalArguments: any): Paginator<GetCommentsForPullRequestCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetDifferencesCommandInput, GetDifferencesCommandOutput } from "../commands/GetDifferencesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetDifferences(config: CodeCommitPaginationConfiguration, input: GetDifferencesCommandInput, ...additionalArguments: any): Paginator<GetDifferencesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput } from "../commands/GetMergeConflictsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetMergeConflicts(config: CodeCommitPaginationConfiguration, input: GetMergeConflictsCommandInput, ...additionalArguments: any): Paginator<GetMergeConflictsCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { CodeCommitClient } from "../CodeCommitClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface CodeCommitPaginationConfiguration extends PaginationConfiguration {
4
7
  client: CodeCommitClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput } from "../commands/ListApprovalRuleTemplatesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApprovalRuleTemplates(config: CodeCommitPaginationConfiguration, input: ListApprovalRuleTemplatesCommandInput, ...additionalArguments: any): Paginator<ListApprovalRuleTemplatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput } from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAssociatedApprovalRuleTemplatesForRepository(config: CodeCommitPaginationConfiguration, input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ...additionalArguments: any): Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBranches(config: CodeCommitPaginationConfiguration, input: ListBranchesCommandInput, ...additionalArguments: any): Paginator<ListBranchesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "../commands/ListPullRequestsCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPullRequests(config: CodeCommitPaginationConfiguration, input: ListPullRequestsCommandInput, ...additionalArguments: any): Paginator<ListPullRequestsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRepositoriesForApprovalRuleTemplate(config: CodeCommitPaginationConfiguration, input: ListRepositoriesForApprovalRuleTemplateCommandInput, ...additionalArguments: any): Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
3
3
  import { CodeCommitPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRepositories(config: CodeCommitPaginationConfiguration, input: ListRepositoriesCommandInput, ...additionalArguments: any): Paginator<ListRepositoriesCommandOutput>;
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.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",