@aws-sdk/client-codecommit 3.278.0 → 3.281.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 (79) hide show
  1. package/README.md +619 -0
  2. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchGetCommitsCommand.d.ts +6 -0
  7. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateBranchCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateCommitCommand.d.ts +6 -0
  11. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +6 -0
  12. package/dist-types/commands/CreatePullRequestCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteBranchCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteCommentContentCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteFileCommand.d.ts +6 -0
  19. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +6 -0
  23. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +6 -0
  24. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +6 -0
  25. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +6 -0
  26. package/dist-types/commands/GetBlobCommand.d.ts +6 -0
  27. package/dist-types/commands/GetBranchCommand.d.ts +6 -0
  28. package/dist-types/commands/GetCommentCommand.d.ts +6 -0
  29. package/dist-types/commands/GetCommentReactionsCommand.d.ts +6 -0
  30. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +6 -0
  31. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +6 -0
  32. package/dist-types/commands/GetCommitCommand.d.ts +6 -0
  33. package/dist-types/commands/GetDifferencesCommand.d.ts +6 -0
  34. package/dist-types/commands/GetFileCommand.d.ts +6 -0
  35. package/dist-types/commands/GetFolderCommand.d.ts +6 -0
  36. package/dist-types/commands/GetMergeCommitCommand.d.ts +6 -0
  37. package/dist-types/commands/GetMergeConflictsCommand.d.ts +6 -0
  38. package/dist-types/commands/GetMergeOptionsCommand.d.ts +6 -0
  39. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +6 -0
  40. package/dist-types/commands/GetPullRequestCommand.d.ts +6 -0
  41. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +6 -0
  42. package/dist-types/commands/GetRepositoryCommand.d.ts +6 -0
  43. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +6 -0
  44. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +6 -0
  45. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +6 -0
  46. package/dist-types/commands/ListBranchesCommand.d.ts +6 -0
  47. package/dist-types/commands/ListPullRequestsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -0
  49. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +6 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  51. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +6 -0
  52. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +6 -0
  53. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +6 -0
  54. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +6 -0
  55. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +6 -0
  56. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +6 -0
  57. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +6 -0
  58. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +6 -0
  59. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +6 -0
  60. package/dist-types/commands/PostCommentReplyCommand.d.ts +6 -0
  61. package/dist-types/commands/PutCommentReactionCommand.d.ts +6 -0
  62. package/dist-types/commands/PutFileCommand.d.ts +6 -0
  63. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +6 -0
  64. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  65. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +6 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateCommentCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +6 -0
  75. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +6 -0
  76. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +6 -0
  77. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +6 -0
  78. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +6 -0
  79. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetPullRequestOverrideStateInput, GetPullRequestOverrideStateOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPullRequestOverrideStateCommand}.
8
+ */
6
9
  export interface GetPullRequestOverrideStateCommandInput extends GetPullRequestOverrideStateInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPullRequestOverrideStateCommand}.
13
+ */
8
14
  export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequestOverrideStateOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRepositoryCommand}.
8
+ */
6
9
  export interface GetRepositoryCommandInput extends GetRepositoryInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRepositoryCommand}.
13
+ */
8
14
  export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { GetRepositoryTriggersInput, GetRepositoryTriggersOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRepositoryTriggersCommand}.
8
+ */
6
9
  export interface GetRepositoryTriggersCommandInput extends GetRepositoryTriggersInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRepositoryTriggersCommand}.
13
+ */
8
14
  export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTriggersOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListApprovalRuleTemplatesInput, ListApprovalRuleTemplatesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListApprovalRuleTemplatesCommand}.
8
+ */
6
9
  export interface ListApprovalRuleTemplatesCommandInput extends ListApprovalRuleTemplatesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListApprovalRuleTemplatesCommand}.
13
+ */
8
14
  export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRuleTemplatesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListAssociatedApprovalRuleTemplatesForRepositoryInput, ListAssociatedApprovalRuleTemplatesForRepositoryOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommand}.
8
+ */
6
9
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput extends ListAssociatedApprovalRuleTemplatesForRepositoryInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommand}.
13
+ */
8
14
  export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListBranchesInput, ListBranchesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBranchesCommand}.
8
+ */
6
9
  export interface ListBranchesCommandInput extends ListBranchesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBranchesCommand}.
13
+ */
8
14
  export interface ListBranchesCommandOutput extends ListBranchesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListPullRequestsInput, ListPullRequestsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPullRequestsCommand}.
8
+ */
6
9
  export interface ListPullRequestsCommandInput extends ListPullRequestsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPullRequestsCommand}.
13
+ */
8
14
  export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link ListRepositoriesCommand}.
8
+ */
6
9
  export interface ListRepositoriesCommandInput extends ListRepositoriesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRepositoriesCommand}.
13
+ */
8
14
  export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListRepositoriesForApprovalRuleTemplateInput, ListRepositoriesForApprovalRuleTemplateOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link ListRepositoriesForApprovalRuleTemplateCommand}.
8
+ */
6
9
  export interface ListRepositoriesForApprovalRuleTemplateCommandInput extends ListRepositoriesForApprovalRuleTemplateInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRepositoriesForApprovalRuleTemplateCommand}.
13
+ */
8
14
  export interface ListRepositoriesForApprovalRuleTemplateCommandOutput extends ListRepositoriesForApprovalRuleTemplateOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { MergeBranchesByFastForwardInput, MergeBranchesByFastForwardOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link MergeBranchesByFastForwardCommand}.
8
+ */
6
9
  export interface MergeBranchesByFastForwardCommandInput extends MergeBranchesByFastForwardInput {
7
10
  }
11
+ /**
12
+ * The output of {@link MergeBranchesByFastForwardCommand}.
13
+ */
8
14
  export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesByFastForwardOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { MergeBranchesBySquashInput, MergeBranchesBySquashOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link MergeBranchesBySquashCommand}.
8
+ */
6
9
  export interface MergeBranchesBySquashCommandInput extends MergeBranchesBySquashInput {
7
10
  }
11
+ /**
12
+ * The output of {@link MergeBranchesBySquashCommand}.
13
+ */
8
14
  export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquashOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { MergeBranchesByThreeWayInput, MergeBranchesByThreeWayOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link MergeBranchesByThreeWayCommand}.
8
+ */
6
9
  export interface MergeBranchesByThreeWayCommandInput extends MergeBranchesByThreeWayInput {
7
10
  }
11
+ /**
12
+ * The output of {@link MergeBranchesByThreeWayCommand}.
13
+ */
8
14
  export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThreeWayOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { MergePullRequestByFastForwardInput, MergePullRequestByFastForwardOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link MergePullRequestByFastForwardCommand}.
8
+ */
6
9
  export interface MergePullRequestByFastForwardCommandInput extends MergePullRequestByFastForwardInput {
7
10
  }
11
+ /**
12
+ * The output of {@link MergePullRequestByFastForwardCommand}.
13
+ */
8
14
  export interface MergePullRequestByFastForwardCommandOutput extends MergePullRequestByFastForwardOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { MergePullRequestBySquashInput, MergePullRequestBySquashOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link MergePullRequestBySquashCommand}.
8
+ */
6
9
  export interface MergePullRequestBySquashCommandInput extends MergePullRequestBySquashInput {
7
10
  }
11
+ /**
12
+ * The output of {@link MergePullRequestBySquashCommand}.
13
+ */
8
14
  export interface MergePullRequestBySquashCommandOutput extends MergePullRequestBySquashOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { MergePullRequestByThreeWayInput, MergePullRequestByThreeWayOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link MergePullRequestByThreeWayCommand}.
8
+ */
6
9
  export interface MergePullRequestByThreeWayCommandInput extends MergePullRequestByThreeWayInput {
7
10
  }
11
+ /**
12
+ * The output of {@link MergePullRequestByThreeWayCommand}.
13
+ */
8
14
  export interface MergePullRequestByThreeWayCommandOutput extends MergePullRequestByThreeWayOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { OverridePullRequestApprovalRulesInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link OverridePullRequestApprovalRulesCommand}.
8
+ */
6
9
  export interface OverridePullRequestApprovalRulesCommandInput extends OverridePullRequestApprovalRulesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link OverridePullRequestApprovalRulesCommand}.
13
+ */
8
14
  export interface OverridePullRequestApprovalRulesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PostCommentForComparedCommitInput, PostCommentForComparedCommitOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PostCommentForComparedCommitCommand}.
8
+ */
6
9
  export interface PostCommentForComparedCommitCommandInput extends PostCommentForComparedCommitInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PostCommentForComparedCommitCommand}.
13
+ */
8
14
  export interface PostCommentForComparedCommitCommandOutput extends PostCommentForComparedCommitOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PostCommentForPullRequestInput, PostCommentForPullRequestOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PostCommentForPullRequestCommand}.
8
+ */
6
9
  export interface PostCommentForPullRequestCommandInput extends PostCommentForPullRequestInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PostCommentForPullRequestCommand}.
13
+ */
8
14
  export interface PostCommentForPullRequestCommandOutput extends PostCommentForPullRequestOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PostCommentReplyCommand}.
8
+ */
6
9
  export interface PostCommentReplyCommandInput extends PostCommentReplyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PostCommentReplyCommand}.
13
+ */
8
14
  export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PutCommentReactionInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PutCommentReactionCommand}.
8
+ */
6
9
  export interface PutCommentReactionCommandInput extends PutCommentReactionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutCommentReactionCommand}.
13
+ */
8
14
  export interface PutCommentReactionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PutFileInput, PutFileOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PutFileCommand}.
8
+ */
6
9
  export interface PutFileCommandInput extends PutFileInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutFileCommand}.
13
+ */
8
14
  export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PutRepositoryTriggersCommand}.
8
+ */
6
9
  export interface PutRepositoryTriggersCommandInput extends PutRepositoryTriggersInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRepositoryTriggersCommand}.
13
+ */
8
14
  export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTriggersOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { TagResourceInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link TestRepositoryTriggersCommand}.
8
+ */
6
9
  export interface TestRepositoryTriggersCommandInput extends TestRepositoryTriggersInput {
7
10
  }
11
+ /**
12
+ * The output of {@link TestRepositoryTriggersCommand}.
13
+ */
8
14
  export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTriggersOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UntagResourceInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateApprovalRuleTemplateContentInput, UpdateApprovalRuleTemplateContentOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateApprovalRuleTemplateContentCommand}.
8
+ */
6
9
  export interface UpdateApprovalRuleTemplateContentCommandInput extends UpdateApprovalRuleTemplateContentInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApprovalRuleTemplateContentCommand}.
13
+ */
8
14
  export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateApprovalRuleTemplateContentOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateApprovalRuleTemplateDescriptionInput, UpdateApprovalRuleTemplateDescriptionOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateApprovalRuleTemplateDescriptionCommand}.
8
+ */
6
9
  export interface UpdateApprovalRuleTemplateDescriptionCommandInput extends UpdateApprovalRuleTemplateDescriptionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApprovalRuleTemplateDescriptionCommand}.
13
+ */
8
14
  export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends UpdateApprovalRuleTemplateDescriptionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateApprovalRuleTemplateNameCommand}.
8
+ */
6
9
  export interface UpdateApprovalRuleTemplateNameCommandInput extends UpdateApprovalRuleTemplateNameInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApprovalRuleTemplateNameCommand}.
13
+ */
8
14
  export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateApprovalRuleTemplateNameOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateCommentCommand}.
8
+ */
6
9
  export interface UpdateCommentCommandInput extends UpdateCommentInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCommentCommand}.
13
+ */
8
14
  export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateDefaultBranchInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateDefaultBranchCommand}.
8
+ */
6
9
  export interface UpdateDefaultBranchCommandInput extends UpdateDefaultBranchInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDefaultBranchCommand}.
13
+ */
8
14
  export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestApprovalRuleContentInput, UpdatePullRequestApprovalRuleContentOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdatePullRequestApprovalRuleContentCommand}.
8
+ */
6
9
  export interface UpdatePullRequestApprovalRuleContentCommandInput extends UpdatePullRequestApprovalRuleContentInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePullRequestApprovalRuleContentCommand}.
13
+ */
8
14
  export interface UpdatePullRequestApprovalRuleContentCommandOutput extends UpdatePullRequestApprovalRuleContentOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestApprovalStateInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdatePullRequestApprovalStateCommand}.
8
+ */
6
9
  export interface UpdatePullRequestApprovalStateCommandInput extends UpdatePullRequestApprovalStateInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePullRequestApprovalStateCommand}.
13
+ */
8
14
  export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestDescriptionInput, UpdatePullRequestDescriptionOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdatePullRequestDescriptionCommand}.
8
+ */
6
9
  export interface UpdatePullRequestDescriptionCommandInput extends UpdatePullRequestDescriptionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePullRequestDescriptionCommand}.
13
+ */
8
14
  export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullRequestDescriptionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdatePullRequestStatusCommand}.
8
+ */
6
9
  export interface UpdatePullRequestStatusCommandInput extends UpdatePullRequestStatusInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePullRequestStatusCommand}.
13
+ */
8
14
  export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestStatusOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdatePullRequestTitleCommand}.
8
+ */
6
9
  export interface UpdatePullRequestTitleCommandInput extends UpdatePullRequestTitleInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePullRequestTitleCommand}.
13
+ */
8
14
  export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTitleOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateRepositoryDescriptionInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateRepositoryDescriptionCommand}.
8
+ */
6
9
  export interface UpdateRepositoryDescriptionCommandInput extends UpdateRepositoryDescriptionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRepositoryDescriptionCommand}.
13
+ */
8
14
  export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateRepositoryNameInput } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateRepositoryNameCommand}.
8
+ */
6
9
  export interface UpdateRepositoryNameCommandInput extends UpdateRepositoryNameInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRepositoryNameCommand}.
13
+ */
8
14
  export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**