@aws-sdk/client-codecommit 3.295.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.
- package/dist-types/CodeCommit.d.ts +78 -0
- package/dist-types/CodeCommitClient.d.ts +24 -4
- package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
- package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
- package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetBlobCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/GetCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetFileCommand.d.ts +16 -0
- package/dist-types/commands/GetFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
- package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
- package/dist-types/commands/PutFileCommand.d.ts +16 -0
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
- package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +462 -0
- package/dist-types/models/models_1.d.ts +193 -0
- package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
- package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -85,15 +85,24 @@ import { UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput
|
|
|
85
85
|
import { UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput } from "./commands/UpdateRepositoryDescriptionCommand";
|
|
86
86
|
import { UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput } from "./commands/UpdateRepositoryNameCommand";
|
|
87
87
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
88
91
|
export type ServiceInputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandInput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput | BatchDescribeMergeConflictsCommandInput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput | BatchGetCommitsCommandInput | BatchGetRepositoriesCommandInput | CreateApprovalRuleTemplateCommandInput | CreateBranchCommandInput | CreateCommitCommandInput | CreatePullRequestApprovalRuleCommandInput | CreatePullRequestCommandInput | CreateRepositoryCommandInput | CreateUnreferencedMergeCommitCommandInput | DeleteApprovalRuleTemplateCommandInput | DeleteBranchCommandInput | DeleteCommentContentCommandInput | DeleteFileCommandInput | DeletePullRequestApprovalRuleCommandInput | DeleteRepositoryCommandInput | DescribeMergeConflictsCommandInput | DescribePullRequestEventsCommandInput | DisassociateApprovalRuleTemplateFromRepositoryCommandInput | EvaluatePullRequestApprovalRulesCommandInput | GetApprovalRuleTemplateCommandInput | GetBlobCommandInput | GetBranchCommandInput | GetCommentCommandInput | GetCommentReactionsCommandInput | GetCommentsForComparedCommitCommandInput | GetCommentsForPullRequestCommandInput | GetCommitCommandInput | GetDifferencesCommandInput | GetFileCommandInput | GetFolderCommandInput | GetMergeCommitCommandInput | GetMergeConflictsCommandInput | GetMergeOptionsCommandInput | GetPullRequestApprovalStatesCommandInput | GetPullRequestCommandInput | GetPullRequestOverrideStateCommandInput | GetRepositoryCommandInput | GetRepositoryTriggersCommandInput | ListApprovalRuleTemplatesCommandInput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput | ListBranchesCommandInput | ListPullRequestsCommandInput | ListRepositoriesCommandInput | ListRepositoriesForApprovalRuleTemplateCommandInput | ListTagsForResourceCommandInput | MergeBranchesByFastForwardCommandInput | MergeBranchesBySquashCommandInput | MergeBranchesByThreeWayCommandInput | MergePullRequestByFastForwardCommandInput | MergePullRequestBySquashCommandInput | MergePullRequestByThreeWayCommandInput | OverridePullRequestApprovalRulesCommandInput | PostCommentForComparedCommitCommandInput | PostCommentForPullRequestCommandInput | PostCommentReplyCommandInput | PutCommentReactionCommandInput | PutFileCommandInput | PutRepositoryTriggersCommandInput | TagResourceCommandInput | TestRepositoryTriggersCommandInput | UntagResourceCommandInput | UpdateApprovalRuleTemplateContentCommandInput | UpdateApprovalRuleTemplateDescriptionCommandInput | UpdateApprovalRuleTemplateNameCommandInput | UpdateCommentCommandInput | UpdateDefaultBranchCommandInput | UpdatePullRequestApprovalRuleContentCommandInput | UpdatePullRequestApprovalStateCommandInput | UpdatePullRequestDescriptionCommandInput | UpdatePullRequestStatusCommandInput | UpdatePullRequestTitleCommandInput | UpdateRepositoryDescriptionCommandInput | UpdateRepositoryNameCommandInput;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
89
95
|
export type ServiceOutputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandOutput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput | BatchDescribeMergeConflictsCommandOutput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput | BatchGetCommitsCommandOutput | BatchGetRepositoriesCommandOutput | CreateApprovalRuleTemplateCommandOutput | CreateBranchCommandOutput | CreateCommitCommandOutput | CreatePullRequestApprovalRuleCommandOutput | CreatePullRequestCommandOutput | CreateRepositoryCommandOutput | CreateUnreferencedMergeCommitCommandOutput | DeleteApprovalRuleTemplateCommandOutput | DeleteBranchCommandOutput | DeleteCommentContentCommandOutput | DeleteFileCommandOutput | DeletePullRequestApprovalRuleCommandOutput | DeleteRepositoryCommandOutput | DescribeMergeConflictsCommandOutput | DescribePullRequestEventsCommandOutput | DisassociateApprovalRuleTemplateFromRepositoryCommandOutput | EvaluatePullRequestApprovalRulesCommandOutput | GetApprovalRuleTemplateCommandOutput | GetBlobCommandOutput | GetBranchCommandOutput | GetCommentCommandOutput | GetCommentReactionsCommandOutput | GetCommentsForComparedCommitCommandOutput | GetCommentsForPullRequestCommandOutput | GetCommitCommandOutput | GetDifferencesCommandOutput | GetFileCommandOutput | GetFolderCommandOutput | GetMergeCommitCommandOutput | GetMergeConflictsCommandOutput | GetMergeOptionsCommandOutput | GetPullRequestApprovalStatesCommandOutput | GetPullRequestCommandOutput | GetPullRequestOverrideStateCommandOutput | GetRepositoryCommandOutput | GetRepositoryTriggersCommandOutput | ListApprovalRuleTemplatesCommandOutput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput | ListBranchesCommandOutput | ListPullRequestsCommandOutput | ListRepositoriesCommandOutput | ListRepositoriesForApprovalRuleTemplateCommandOutput | ListTagsForResourceCommandOutput | MergeBranchesByFastForwardCommandOutput | MergeBranchesBySquashCommandOutput | MergeBranchesByThreeWayCommandOutput | MergePullRequestByFastForwardCommandOutput | MergePullRequestBySquashCommandOutput | MergePullRequestByThreeWayCommandOutput | OverridePullRequestApprovalRulesCommandOutput | PostCommentForComparedCommitCommandOutput | PostCommentForPullRequestCommandOutput | PostCommentReplyCommandOutput | PutCommentReactionCommandOutput | PutFileCommandOutput | PutRepositoryTriggersCommandOutput | TagResourceCommandOutput | TestRepositoryTriggersCommandOutput | UntagResourceCommandOutput | UpdateApprovalRuleTemplateContentCommandOutput | UpdateApprovalRuleTemplateDescriptionCommandOutput | UpdateApprovalRuleTemplateNameCommandOutput | UpdateCommentCommandOutput | UpdateDefaultBranchCommandOutput | UpdatePullRequestApprovalRuleContentCommandOutput | UpdatePullRequestApprovalStateCommandOutput | UpdatePullRequestDescriptionCommandOutput | UpdatePullRequestStatusCommandOutput | UpdatePullRequestTitleCommandOutput | UpdateRepositoryDescriptionCommandOutput | UpdateRepositoryNameCommandOutput;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
90
99
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
91
100
|
/**
|
|
92
101
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
93
102
|
*/
|
|
94
103
|
requestHandler?: __HttpHandler;
|
|
95
104
|
/**
|
|
96
|
-
* A constructor for a class implementing the {@link
|
|
105
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
97
106
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
98
107
|
* @internal
|
|
99
108
|
*/
|
|
@@ -183,23 +192,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
183
192
|
*/
|
|
184
193
|
logger?: __Logger;
|
|
185
194
|
/**
|
|
186
|
-
* The {@link
|
|
195
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
187
196
|
*/
|
|
188
197
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
189
198
|
}
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
190
202
|
type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
191
203
|
/**
|
|
192
|
-
*
|
|
204
|
+
* @public
|
|
205
|
+
*
|
|
206
|
+
* The configuration interface of CodeCommitClient class constructor that set the region, credentials and other options.
|
|
193
207
|
*/
|
|
194
208
|
export interface CodeCommitClientConfig extends CodeCommitClientConfigType {
|
|
195
209
|
}
|
|
210
|
+
/**
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
196
213
|
type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
197
214
|
/**
|
|
198
|
-
*
|
|
215
|
+
* @public
|
|
216
|
+
*
|
|
217
|
+
* The resolved configuration interface of CodeCommitClient class. This is resolved and normalized from the {@link CodeCommitClientConfig | constructor configuration interface}.
|
|
199
218
|
*/
|
|
200
219
|
export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolvedConfigType {
|
|
201
220
|
}
|
|
202
221
|
/**
|
|
222
|
+
* @public
|
|
203
223
|
* <fullname>AWS CodeCommit</fullname>
|
|
204
224
|
* <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
|
|
205
225
|
* AWS CodeCommit API along with usage examples.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { AssociateApprovalRuleTemplateWithRepositoryInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateApprovalRuleTemplateWithRepositoryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateApprovalRuleTemplateWithRepositoryCommandInput extends AssociateApprovalRuleTemplateWithRepositoryInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateApprovalRuleTemplateWithRepositoryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an association between an approval rule template and a specified repository.
|
|
18
23
|
* Then, the next time a pull request is created in the repository where the destination
|
|
19
24
|
* reference (if specified) matches the destination reference (branch) for the pull
|
|
@@ -31,6 +36,8 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param AssociateApprovalRuleTemplateWithRepositoryCommandInput - {@link AssociateApprovalRuleTemplateWithRepositoryCommandInput}
|
|
40
|
+
* @returns {@link AssociateApprovalRuleTemplateWithRepositoryCommandOutput}
|
|
34
41
|
* @see {@link AssociateApprovalRuleTemplateWithRepositoryCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link AssociateApprovalRuleTemplateWithRepositoryCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -87,11 +94,20 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
|
|
|
87
94
|
export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command<AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
|
|
88
95
|
readonly input: AssociateApprovalRuleTemplateWithRepositoryCommandInput;
|
|
89
96
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
90
100
|
constructor(input: AssociateApprovalRuleTemplateWithRepositoryCommandInput);
|
|
91
101
|
/**
|
|
92
102
|
* @internal
|
|
93
103
|
*/
|
|
94
104
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
95
108
|
private serialize;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
96
112
|
private deserialize;
|
|
97
113
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { BatchAssociateApprovalRuleTemplateWithRepositoriesInput, BatchAssociateApprovalRuleTemplateWithRepositoriesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput extends BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput extends BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an association between an approval rule template and one or more specified repositories. </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 BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput - {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput}
|
|
34
|
+
* @returns {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput}
|
|
28
35
|
* @see {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
|
68
75
|
export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $Command<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
69
76
|
readonly input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { BatchDescribeMergeConflictsInput, BatchDescribeMergeConflictsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchDescribeMergeConflictsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchDescribeMergeConflictsCommandInput extends BatchDescribeMergeConflictsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchDescribeMergeConflictsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeMergeConflictsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.</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 BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchDescribeMergeConflictsCommandInput - {@link BatchDescribeMergeConflictsCommandInput}
|
|
34
|
+
* @returns {@link BatchDescribeMergeConflictsCommandOutput}
|
|
28
35
|
* @see {@link BatchDescribeMergeConflictsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchDescribeMergeConflictsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -104,11 +111,20 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
|
|
|
104
111
|
export declare class BatchDescribeMergeConflictsCommand extends $Command<BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
105
112
|
readonly input: BatchDescribeMergeConflictsCommandInput;
|
|
106
113
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
107
117
|
constructor(input: BatchDescribeMergeConflictsCommandInput);
|
|
108
118
|
/**
|
|
109
119
|
* @internal
|
|
110
120
|
*/
|
|
111
121
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
112
125
|
private serialize;
|
|
126
|
+
/**
|
|
127
|
+
* @internal
|
|
128
|
+
*/
|
|
113
129
|
private deserialize;
|
|
114
130
|
}
|
package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts
CHANGED
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { BatchDisassociateApprovalRuleTemplateFromRepositoriesInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput extends BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput extends BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the association between an approval rule template and one or more specified repositories. </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 BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput - {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput}
|
|
34
|
+
* @returns {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput}
|
|
28
35
|
* @see {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOut
|
|
|
68
75
|
export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends $Command<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
69
76
|
readonly input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { BatchGetCommitsInput, BatchGetCommitsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetCommitsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetCommitsCommandInput extends BatchGetCommitsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetCommitsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the contents of one or more commits in a repository.</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 BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchGetCommitsCommandInput - {@link BatchGetCommitsCommandInput}
|
|
34
|
+
* @returns {@link BatchGetCommitsCommandOutput}
|
|
28
35
|
* @see {@link BatchGetCommitsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchGetCommitsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -70,11 +77,20 @@ export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __M
|
|
|
70
77
|
export declare class BatchGetCommitsCommand extends $Command<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
71
78
|
readonly input: BatchGetCommitsCommandInput;
|
|
72
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
73
83
|
constructor(input: BatchGetCommitsCommandInput);
|
|
74
84
|
/**
|
|
75
85
|
* @internal
|
|
76
86
|
*/
|
|
77
87
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
78
91
|
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
79
95
|
private deserialize;
|
|
80
96
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { BatchGetRepositoriesInput, BatchGetRepositoriesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetRepositoriesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetRepositoriesCommandInput extends BatchGetRepositoriesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetRepositoriesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about one or more repositories.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>The description field for a repository accepts all HTML characters and all valid
|
|
@@ -32,6 +37,8 @@ export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesO
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param BatchGetRepositoriesCommandInput - {@link BatchGetRepositoriesCommandInput}
|
|
41
|
+
* @returns {@link BatchGetRepositoriesCommandOutput}
|
|
35
42
|
* @see {@link BatchGetRepositoriesCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link BatchGetRepositoriesCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -71,11 +78,20 @@ export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesO
|
|
|
71
78
|
export declare class BatchGetRepositoriesCommand extends $Command<BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
72
79
|
readonly input: BatchGetRepositoriesCommandInput;
|
|
73
80
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
74
84
|
constructor(input: BatchGetRepositoriesCommandInput);
|
|
75
85
|
/**
|
|
76
86
|
* @internal
|
|
77
87
|
*/
|
|
78
88
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput>;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
79
92
|
private serialize;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
80
96
|
private deserialize;
|
|
81
97
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { CreateApprovalRuleTemplateInput, CreateApprovalRuleTemplateOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateApprovalRuleTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateApprovalRuleTemplateCommandInput extends CreateApprovalRuleTemplateInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateApprovalRuleTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalRuleTemplateOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a template for approval rules that can then be associated with one or more
|
|
18
23
|
* repositories in your AWS account. When you associate a template with a repository, AWS
|
|
19
24
|
* CodeCommit creates an approval rule that matches the conditions of the template for all
|
|
@@ -29,6 +34,8 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param CreateApprovalRuleTemplateCommandInput - {@link CreateApprovalRuleTemplateCommandInput}
|
|
38
|
+
* @returns {@link CreateApprovalRuleTemplateCommandOutput}
|
|
32
39
|
* @see {@link CreateApprovalRuleTemplateCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link CreateApprovalRuleTemplateCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR
|
|
|
67
74
|
export declare class CreateApprovalRuleTemplateCommand extends $Command<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
|
|
68
75
|
readonly input: CreateApprovalRuleTemplateCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: CreateApprovalRuleTemplateCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { CreateBranchInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateBranchCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateBranchCommandInput extends CreateBranchInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateBranchCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateBranchCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a branch in a repository and points the branch to a commit.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.</p>
|
|
@@ -28,6 +33,8 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateBranchCommandInput - {@link CreateBranchCommandInput}
|
|
37
|
+
* @returns {@link CreateBranchCommandOutput}
|
|
31
38
|
* @see {@link CreateBranchCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateBranchCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -86,11 +93,20 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {
|
|
|
86
93
|
export declare class CreateBranchCommand extends $Command<CreateBranchCommandInput, CreateBranchCommandOutput, CodeCommitClientResolvedConfig> {
|
|
87
94
|
readonly input: CreateBranchCommandInput;
|
|
88
95
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
89
99
|
constructor(input: CreateBranchCommandInput);
|
|
90
100
|
/**
|
|
91
101
|
* @internal
|
|
92
102
|
*/
|
|
93
103
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBranchCommandInput, CreateBranchCommandOutput>;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
94
107
|
private serialize;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
95
111
|
private deserialize;
|
|
96
112
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { CreateCommitInput, CreateCommitOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCommitCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCommitCommandInput extends CreateCommitInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCommitCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCommitCommandOutput extends CreateCommitOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a commit for a repository on the tip of a 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 CreateCommitCommandOutput extends CreateCommitOutput, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateCommitCommandInput - {@link CreateCommitCommandInput}
|
|
34
|
+
* @returns {@link CreateCommitCommandOutput}
|
|
28
35
|
* @see {@link CreateCommitCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateCommitCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -173,11 +180,20 @@ export interface CreateCommitCommandOutput extends CreateCommitOutput, __Metadat
|
|
|
173
180
|
export declare class CreateCommitCommand extends $Command<CreateCommitCommandInput, CreateCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
174
181
|
readonly input: CreateCommitCommandInput;
|
|
175
182
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
176
186
|
constructor(input: CreateCommitCommandInput);
|
|
177
187
|
/**
|
|
178
188
|
* @internal
|
|
179
189
|
*/
|
|
180
190
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCommitCommandInput, CreateCommitCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* @internal
|
|
193
|
+
*/
|
|
181
194
|
private serialize;
|
|
195
|
+
/**
|
|
196
|
+
* @internal
|
|
197
|
+
*/
|
|
182
198
|
private deserialize;
|
|
183
199
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { CreatePullRequestApprovalRuleInput, CreatePullRequestApprovalRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePullRequestApprovalRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePullRequestApprovalRuleCommandInput extends CreatePullRequestApprovalRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePullRequestApprovalRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePullRequestApprovalRuleCommandOutput extends CreatePullRequestApprovalRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an approval rule for a pull request.</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 CreatePullRequestApprovalRuleCommandOutput extends CreatePullRe
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreatePullRequestApprovalRuleCommandInput - {@link CreatePullRequestApprovalRuleCommandInput}
|
|
34
|
+
* @returns {@link CreatePullRequestApprovalRuleCommandOutput}
|
|
28
35
|
* @see {@link CreatePullRequestApprovalRuleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreatePullRequestApprovalRuleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -80,11 +87,20 @@ export interface CreatePullRequestApprovalRuleCommandOutput extends CreatePullRe
|
|
|
80
87
|
export declare class CreatePullRequestApprovalRuleCommand extends $Command<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
|
|
81
88
|
readonly input: CreatePullRequestApprovalRuleCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: CreatePullRequestApprovalRuleCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
5
5
|
import { CreatePullRequestInput, CreatePullRequestOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePullRequestCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePullRequestCommandInput extends CreatePullRequestInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePullRequestCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a pull request in the specified repository.</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 CreatePullRequestCommandOutput extends CreatePullRequestOutput,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreatePullRequestCommandInput - {@link CreatePullRequestCommandInput}
|
|
34
|
+
* @returns {@link CreatePullRequestCommandOutput}
|
|
28
35
|
* @see {@link CreatePullRequestCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreatePullRequestCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
|
|
@@ -126,11 +133,20 @@ export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput,
|
|
|
126
133
|
export declare class CreatePullRequestCommand extends $Command<CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig> {
|
|
127
134
|
readonly input: CreatePullRequestCommandInput;
|
|
128
135
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
129
139
|
constructor(input: CreatePullRequestCommandInput);
|
|
130
140
|
/**
|
|
131
141
|
* @internal
|
|
132
142
|
*/
|
|
133
143
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePullRequestCommandInput, CreatePullRequestCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* @internal
|
|
146
|
+
*/
|
|
134
147
|
private serialize;
|
|
148
|
+
/**
|
|
149
|
+
* @internal
|
|
150
|
+
*/
|
|
135
151
|
private deserialize;
|
|
136
152
|
}
|