@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PutFileInput, PutFileOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutFileCommand}.
8
10
  */
9
11
  export interface PutFileCommandInput extends PutFileInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutFileCommand}.
13
17
  */
14
18
  export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutFileCommandInput - {@link PutFileCommandInput}
34
+ * @returns {@link PutFileCommandOutput}
28
35
  * @see {@link PutFileCommandInput} for command's `input` shape.
29
36
  * @see {@link PutFileCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -143,11 +150,20 @@ export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
143
150
  export declare class PutFileCommand extends $Command<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig> {
144
151
  readonly input: PutFileCommandInput;
145
152
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
153
+ /**
154
+ * @public
155
+ */
146
156
  constructor(input: PutFileCommandInput);
147
157
  /**
148
158
  * @internal
149
159
  */
150
160
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFileCommandInput, PutFileCommandOutput>;
161
+ /**
162
+ * @internal
163
+ */
151
164
  private serialize;
165
+ /**
166
+ * @internal
167
+ */
152
168
  private deserialize;
153
169
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutRepositoryTriggersCommand}.
8
10
  */
9
11
  export interface PutRepositoryTriggersCommandInput extends PutRepositoryTriggersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutRepositoryTriggersCommand}.
13
17
  */
14
18
  export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTriggersOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Replaces all triggers for a repository. Used to create or delete triggers.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTrigger
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutRepositoryTriggersCommandInput - {@link PutRepositoryTriggersCommandInput}
34
+ * @returns {@link PutRepositoryTriggersCommandOutput}
28
35
  * @see {@link PutRepositoryTriggersCommandInput} for command's `input` shape.
29
36
  * @see {@link PutRepositoryTriggersCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -107,11 +114,20 @@ export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTrigger
107
114
  export declare class PutRepositoryTriggersCommand extends $Command<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
108
115
  readonly input: PutRepositoryTriggersCommandInput;
109
116
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
+ /**
118
+ * @public
119
+ */
110
120
  constructor(input: PutRepositoryTriggersCommandInput);
111
121
  /**
112
122
  * @internal
113
123
  */
114
124
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput>;
125
+ /**
126
+ * @internal
127
+ */
115
128
  private serialize;
129
+ /**
130
+ * @internal
131
+ */
116
132
  private deserialize;
117
133
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { TagResourceInput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates tags for a resource in AWS CodeCommit. For a list of valid resources
18
23
  * in AWS CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a> in the <i>AWS CodeCommit User
19
24
  * Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
36
+ * @returns {@link TagResourceCommandOutput}
30
37
  * @see {@link TagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -73,11 +80,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
73
80
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig> {
74
81
  readonly input: TagResourceCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: TagResourceCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestRepositoryTriggersCommand}.
8
10
  */
9
11
  export interface TestRepositoryTriggersCommandInput extends TestRepositoryTriggersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestRepositoryTriggersCommand}.
13
17
  */
14
18
  export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTriggersOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tests the functionality of repository triggers by sending information to the trigger
18
23
  * target. If real data is available in the repository, the test sends data from the last
19
24
  * commit. If no data is available, sample data is generated.</p>
@@ -27,6 +32,8 @@ export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTrigg
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TestRepositoryTriggersCommandInput - {@link TestRepositoryTriggersCommandInput}
36
+ * @returns {@link TestRepositoryTriggersCommandOutput}
30
37
  * @see {@link TestRepositoryTriggersCommandInput} for command's `input` shape.
31
38
  * @see {@link TestRepositoryTriggersCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -109,11 +116,20 @@ export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTrigg
109
116
  export declare class TestRepositoryTriggersCommand extends $Command<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
110
117
  readonly input: TestRepositoryTriggersCommandInput;
111
118
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
+ /**
120
+ * @public
121
+ */
112
122
  constructor(input: TestRepositoryTriggersCommandInput);
113
123
  /**
114
124
  * @internal
115
125
  */
116
126
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput>;
127
+ /**
128
+ * @internal
129
+ */
117
130
  private serialize;
131
+ /**
132
+ * @internal
133
+ */
118
134
  private deserialize;
119
135
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UntagResourceInput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS
18
23
  * CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a> in the <i>AWS CodeCommit User
19
24
  * Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
36
+ * @returns {@link UntagResourceCommandOutput}
30
37
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -73,11 +80,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
73
80
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig> {
74
81
  readonly input: UntagResourceCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: UntagResourceCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateApprovalRuleTemplateContentInput, UpdateApprovalRuleTemplateContentOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApprovalRuleTemplateContentCommand}.
8
10
  */
9
11
  export interface UpdateApprovalRuleTemplateContentCommandInput extends UpdateApprovalRuleTemplateContentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApprovalRuleTemplateContentCommand}.
13
17
  */
14
18
  export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateApprovalRuleTemplateContentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the content of an approval rule template. You can change the number of
18
23
  * required approvals, the membership of the approval rule, and whether an approval pool is
19
24
  * defined.</p>
@@ -27,6 +32,8 @@ export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateAp
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateApprovalRuleTemplateContentCommandInput - {@link UpdateApprovalRuleTemplateContentCommandInput}
36
+ * @returns {@link UpdateApprovalRuleTemplateContentCommandOutput}
30
37
  * @see {@link UpdateApprovalRuleTemplateContentCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateApprovalRuleTemplateContentCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateAp
58
65
  export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig> {
59
66
  readonly input: UpdateApprovalRuleTemplateContentCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateApprovalRuleTemplateContentCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateApprovalRuleTemplateDescriptionInput, UpdateApprovalRuleTemplateDescriptionOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApprovalRuleTemplateDescriptionCommand}.
8
10
  */
9
11
  export interface UpdateApprovalRuleTemplateDescriptionCommandInput extends UpdateApprovalRuleTemplateDescriptionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApprovalRuleTemplateDescriptionCommand}.
13
17
  */
14
18
  export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends UpdateApprovalRuleTemplateDescriptionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the description for a specified approval rule template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends Upda
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApprovalRuleTemplateDescriptionCommandInput - {@link UpdateApprovalRuleTemplateDescriptionCommandInput}
34
+ * @returns {@link UpdateApprovalRuleTemplateDescriptionCommandOutput}
28
35
  * @see {@link UpdateApprovalRuleTemplateDescriptionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApprovalRuleTemplateDescriptionCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends Upda
53
60
  export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Command<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
54
61
  readonly input: UpdateApprovalRuleTemplateDescriptionCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UpdateApprovalRuleTemplateDescriptionCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApprovalRuleTemplateNameCommand}.
8
10
  */
9
11
  export interface UpdateApprovalRuleTemplateNameCommandInput extends UpdateApprovalRuleTemplateNameInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApprovalRuleTemplateNameCommand}.
13
17
  */
14
18
  export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateApprovalRuleTemplateNameOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the name of a specified approval rule template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateAppro
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApprovalRuleTemplateNameCommandInput - {@link UpdateApprovalRuleTemplateNameCommandInput}
34
+ * @returns {@link UpdateApprovalRuleTemplateNameCommandOutput}
28
35
  * @see {@link UpdateApprovalRuleTemplateNameCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApprovalRuleTemplateNameCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateAppro
52
59
  export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig> {
53
60
  readonly input: UpdateApprovalRuleTemplateNameCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateApprovalRuleTemplateNameCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCommentCommand}.
8
10
  */
9
11
  export interface UpdateCommentCommandInput extends UpdateCommentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCommentCommand}.
13
17
  */
14
18
  export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Replaces the contents of a comment.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateCommentCommandInput - {@link UpdateCommentCommandInput}
34
+ * @returns {@link UpdateCommentCommandOutput}
28
35
  * @see {@link UpdateCommentCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateCommentCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -56,11 +63,20 @@ export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __Metad
56
63
  export declare class UpdateCommentCommand extends $Command<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig> {
57
64
  readonly input: UpdateCommentCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: UpdateCommentCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCommentCommandInput, UpdateCommentCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdateDefaultBranchInput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDefaultBranchCommand}.
8
10
  */
9
11
  export interface UpdateDefaultBranchCommandInput extends UpdateDefaultBranchInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDefaultBranchCommand}.
13
17
  */
14
18
  export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets or changes the default branch name for the specified repository.</p>
18
23
  * <note>
19
24
  * <p>If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.</p>
@@ -28,6 +33,8 @@ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateDefaultBranchCommandInput - {@link UpdateDefaultBranchCommandInput}
37
+ * @returns {@link UpdateDefaultBranchCommandOutput}
31
38
  * @see {@link UpdateDefaultBranchCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateDefaultBranchCommandOutput} for command's `response` shape.
33
40
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -76,11 +83,20 @@ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
76
83
  export declare class UpdateDefaultBranchCommand extends $Command<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig> {
77
84
  readonly input: UpdateDefaultBranchCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: UpdateDefaultBranchCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
84
97
  private serialize;
98
+ /**
99
+ * @internal
100
+ */
85
101
  private deserialize;
86
102
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestApprovalRuleContentInput, UpdatePullRequestApprovalRuleContentOutput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePullRequestApprovalRuleContentCommand}.
8
10
  */
9
11
  export interface UpdatePullRequestApprovalRuleContentCommandInput extends UpdatePullRequestApprovalRuleContentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePullRequestApprovalRuleContentCommand}.
13
17
  */
14
18
  export interface UpdatePullRequestApprovalRuleContentCommandOutput extends UpdatePullRequestApprovalRuleContentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and
18
23
  * the approval pool for approvers. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdatePullRequestApprovalRuleContentCommandOutput extends Updat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdatePullRequestApprovalRuleContentCommandInput - {@link UpdatePullRequestApprovalRuleContentCommandInput}
35
+ * @returns {@link UpdatePullRequestApprovalRuleContentCommandOutput}
29
36
  * @see {@link UpdatePullRequestApprovalRuleContentCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdatePullRequestApprovalRuleContentCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -84,11 +91,20 @@ export interface UpdatePullRequestApprovalRuleContentCommandOutput extends Updat
84
91
  export declare class UpdatePullRequestApprovalRuleContentCommand extends $Command<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig> {
85
92
  readonly input: UpdatePullRequestApprovalRuleContentCommandInput;
86
93
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
87
97
  constructor(input: UpdatePullRequestApprovalRuleContentCommandInput);
88
98
  /**
89
99
  * @internal
90
100
  */
91
101
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
92
105
  private serialize;
106
+ /**
107
+ * @internal
108
+ */
93
109
  private deserialize;
94
110
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
5
5
  import { UpdatePullRequestApprovalStateInput } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePullRequestApprovalStateCommand}.
8
10
  */
9
11
  export interface UpdatePullRequestApprovalStateCommandInput extends UpdatePullRequestApprovalStateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePullRequestApprovalStateCommand}.
13
17
  */
14
18
  export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdatePullRequestApprovalStateCommandInput - {@link UpdatePullRequestApprovalStateCommandInput}
34
+ * @returns {@link UpdatePullRequestApprovalStateCommandOutput}
28
35
  * @see {@link UpdatePullRequestApprovalStateCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdatePullRequestApprovalStateCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
@@ -83,11 +90,20 @@ export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataB
83
90
  export declare class UpdatePullRequestApprovalStateCommand extends $Command<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig> {
84
91
  readonly input: UpdatePullRequestApprovalStateCommandInput;
85
92
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
86
96
  constructor(input: UpdatePullRequestApprovalStateCommandInput);
87
97
  /**
88
98
  * @internal
89
99
  */
90
100
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
91
104
  private serialize;
105
+ /**
106
+ * @internal
107
+ */
92
108
  private deserialize;
93
109
  }