@aws-sdk/client-codecommit 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +0 -77
- package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -847
- package/dist-types/ts3.4/models/models_1.d.ts +0 -265
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -509,47 +509,26 @@ export declare type ServiceOutputTypes =
|
|
|
509
509
|
export interface ClientDefaults
|
|
510
510
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
511
511
|
requestHandler?: __HttpHandler;
|
|
512
|
-
|
|
513
512
|
sha256?: __HashConstructor;
|
|
514
|
-
|
|
515
513
|
urlParser?: __UrlParser;
|
|
516
|
-
|
|
517
514
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
518
|
-
|
|
519
515
|
streamCollector?: __StreamCollector;
|
|
520
|
-
|
|
521
516
|
base64Decoder?: __Decoder;
|
|
522
|
-
|
|
523
517
|
base64Encoder?: __Encoder;
|
|
524
|
-
|
|
525
518
|
utf8Decoder?: __Decoder;
|
|
526
|
-
|
|
527
519
|
utf8Encoder?: __Encoder;
|
|
528
|
-
|
|
529
520
|
runtime?: string;
|
|
530
|
-
|
|
531
521
|
disableHostPrefix?: boolean;
|
|
532
|
-
|
|
533
522
|
maxAttempts?: number | __Provider<number>;
|
|
534
|
-
|
|
535
523
|
retryMode?: string | __Provider<string>;
|
|
536
|
-
|
|
537
524
|
logger?: __Logger;
|
|
538
|
-
|
|
539
525
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
540
|
-
|
|
541
526
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
542
|
-
|
|
543
527
|
serviceId?: string;
|
|
544
|
-
|
|
545
528
|
region?: string | __Provider<string>;
|
|
546
|
-
|
|
547
529
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
548
|
-
|
|
549
530
|
regionInfoProvider?: RegionInfoProvider;
|
|
550
|
-
|
|
551
531
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
552
|
-
|
|
553
532
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
554
533
|
}
|
|
555
534
|
declare type CodeCommitClientConfigType = Partial<
|
|
@@ -562,7 +541,6 @@ declare type CodeCommitClientConfigType = Partial<
|
|
|
562
541
|
HostHeaderInputConfig &
|
|
563
542
|
AwsAuthInputConfig &
|
|
564
543
|
UserAgentInputConfig;
|
|
565
|
-
|
|
566
544
|
export interface CodeCommitClientConfig extends CodeCommitClientConfigType {}
|
|
567
545
|
declare type CodeCommitClientResolvedConfigType =
|
|
568
546
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -573,10 +551,8 @@ declare type CodeCommitClientResolvedConfigType =
|
|
|
573
551
|
HostHeaderResolvedConfig &
|
|
574
552
|
AwsAuthResolvedConfig &
|
|
575
553
|
UserAgentResolvedConfig;
|
|
576
|
-
|
|
577
554
|
export interface CodeCommitClientResolvedConfig
|
|
578
555
|
extends CodeCommitClientResolvedConfigType {}
|
|
579
|
-
|
|
580
556
|
export declare class CodeCommitClient extends __Client<
|
|
581
557
|
__HttpHandlerOptions,
|
|
582
558
|
ServiceInputTypes,
|
|
@@ -585,7 +561,6 @@ export declare class CodeCommitClient extends __Client<
|
|
|
585
561
|
> {
|
|
586
562
|
readonly config: CodeCommitClientResolvedConfig;
|
|
587
563
|
constructor(configuration: CodeCommitClientConfig);
|
|
588
|
-
|
|
589
564
|
destroy(): void;
|
|
590
565
|
}
|
|
591
566
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandInput
|
|
|
15
15
|
extends AssociateApprovalRuleTemplateWithRepositoryInput {}
|
|
16
16
|
export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command<
|
|
20
19
|
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
21
20
|
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AssociateApprovalRuleTemplateWithRepositoryCommandInput;
|
|
25
24
|
constructor(input: AssociateApprovalRuleTemplateWithRepositoryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
|
19
19
|
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
20
20
|
extends BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $Command<
|
|
24
23
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
25
24
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
@@ -29,7 +28,6 @@ export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand e
|
|
|
29
28
|
constructor(
|
|
30
29
|
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
31
30
|
);
|
|
32
|
-
|
|
33
31
|
resolveMiddleware(
|
|
34
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
33
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchDescribeMergeConflictsCommandInput
|
|
|
19
19
|
export interface BatchDescribeMergeConflictsCommandOutput
|
|
20
20
|
extends BatchDescribeMergeConflictsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchDescribeMergeConflictsCommand extends $Command<
|
|
24
23
|
BatchDescribeMergeConflictsCommandInput,
|
|
25
24
|
BatchDescribeMergeConflictsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchDescribeMergeConflictsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchDescribeMergeConflictsCommandInput;
|
|
29
28
|
constructor(input: BatchDescribeMergeConflictsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInp
|
|
|
19
19
|
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
20
20
|
extends BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends $Command<
|
|
24
23
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
25
24
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
@@ -29,7 +28,6 @@ export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesComman
|
|
|
29
28
|
constructor(
|
|
30
29
|
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
31
30
|
);
|
|
32
|
-
|
|
33
31
|
resolveMiddleware(
|
|
34
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
33
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface BatchGetCommitsCommandInput extends BatchGetCommitsInput {}
|
|
|
18
18
|
export interface BatchGetCommitsCommandOutput
|
|
19
19
|
extends BatchGetCommitsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BatchGetCommitsCommand extends $Command<
|
|
23
22
|
BatchGetCommitsCommandInput,
|
|
24
23
|
BatchGetCommitsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BatchGetCommitsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BatchGetCommitsCommandInput;
|
|
28
27
|
constructor(input: BatchGetCommitsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetRepositoriesCommandInput
|
|
|
19
19
|
export interface BatchGetRepositoriesCommandOutput
|
|
20
20
|
extends BatchGetRepositoriesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetRepositoriesCommand extends $Command<
|
|
24
23
|
BatchGetRepositoriesCommandInput,
|
|
25
24
|
BatchGetRepositoriesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetRepositoriesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetRepositoriesCommandInput;
|
|
29
28
|
constructor(input: BatchGetRepositoriesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApprovalRuleTemplateCommandInput
|
|
|
19
19
|
export interface CreateApprovalRuleTemplateCommandOutput
|
|
20
20
|
extends CreateApprovalRuleTemplateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApprovalRuleTemplateCommand extends $Command<
|
|
24
23
|
CreateApprovalRuleTemplateCommandInput,
|
|
25
24
|
CreateApprovalRuleTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApprovalRuleTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApprovalRuleTemplateCommandInput;
|
|
29
28
|
constructor(input: CreateApprovalRuleTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { CreateBranchInput } from "../models/models_0";
|
|
14
14
|
export interface CreateBranchCommandInput extends CreateBranchInput {}
|
|
15
15
|
export interface CreateBranchCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class CreateBranchCommand extends $Command<
|
|
18
17
|
CreateBranchCommandInput,
|
|
19
18
|
CreateBranchCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class CreateBranchCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: CreateBranchCommandInput;
|
|
23
22
|
constructor(input: CreateBranchCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateCommitCommandInput extends CreateCommitInput {}
|
|
|
15
15
|
export interface CreateCommitCommandOutput
|
|
16
16
|
extends CreateCommitOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateCommitCommand extends $Command<
|
|
20
19
|
CreateCommitCommandInput,
|
|
21
20
|
CreateCommitCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateCommitCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateCommitCommandInput;
|
|
25
24
|
constructor(input: CreateCommitCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreatePullRequestApprovalRuleCommandInput
|
|
|
19
19
|
export interface CreatePullRequestApprovalRuleCommandOutput
|
|
20
20
|
extends CreatePullRequestApprovalRuleOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreatePullRequestApprovalRuleCommand extends $Command<
|
|
24
23
|
CreatePullRequestApprovalRuleCommandInput,
|
|
25
24
|
CreatePullRequestApprovalRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreatePullRequestApprovalRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreatePullRequestApprovalRuleCommandInput;
|
|
29
28
|
constructor(input: CreatePullRequestApprovalRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreatePullRequestCommandInput extends CreatePullRequestInput {}
|
|
|
18
18
|
export interface CreatePullRequestCommandOutput
|
|
19
19
|
extends CreatePullRequestOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreatePullRequestCommand extends $Command<
|
|
23
22
|
CreatePullRequestCommandInput,
|
|
24
23
|
CreatePullRequestCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreatePullRequestCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreatePullRequestCommandInput;
|
|
28
27
|
constructor(input: CreatePullRequestCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateRepositoryCommandInput extends CreateRepositoryInput {}
|
|
|
18
18
|
export interface CreateRepositoryCommandOutput
|
|
19
19
|
extends CreateRepositoryOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateRepositoryCommand extends $Command<
|
|
23
22
|
CreateRepositoryCommandInput,
|
|
24
23
|
CreateRepositoryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateRepositoryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateRepositoryCommandInput;
|
|
28
27
|
constructor(input: CreateRepositoryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateUnreferencedMergeCommitCommandInput
|
|
|
19
19
|
export interface CreateUnreferencedMergeCommitCommandOutput
|
|
20
20
|
extends CreateUnreferencedMergeCommitOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateUnreferencedMergeCommitCommand extends $Command<
|
|
24
23
|
CreateUnreferencedMergeCommitCommandInput,
|
|
25
24
|
CreateUnreferencedMergeCommitCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateUnreferencedMergeCommitCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateUnreferencedMergeCommitCommandInput;
|
|
29
28
|
constructor(input: CreateUnreferencedMergeCommitCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApprovalRuleTemplateCommandInput
|
|
|
19
19
|
export interface DeleteApprovalRuleTemplateCommandOutput
|
|
20
20
|
extends DeleteApprovalRuleTemplateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApprovalRuleTemplateCommand extends $Command<
|
|
24
23
|
DeleteApprovalRuleTemplateCommandInput,
|
|
25
24
|
DeleteApprovalRuleTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApprovalRuleTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApprovalRuleTemplateCommandInput;
|
|
29
28
|
constructor(input: DeleteApprovalRuleTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBranchCommandInput extends DeleteBranchInput {}
|
|
|
15
15
|
export interface DeleteBranchCommandOutput
|
|
16
16
|
extends DeleteBranchOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBranchCommand extends $Command<
|
|
20
19
|
DeleteBranchCommandInput,
|
|
21
20
|
DeleteBranchCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBranchCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBranchCommandInput;
|
|
25
24
|
constructor(input: DeleteBranchCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteCommentContentCommandInput
|
|
|
19
19
|
export interface DeleteCommentContentCommandOutput
|
|
20
20
|
extends DeleteCommentContentOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteCommentContentCommand extends $Command<
|
|
24
23
|
DeleteCommentContentCommandInput,
|
|
25
24
|
DeleteCommentContentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteCommentContentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteCommentContentCommandInput;
|
|
29
28
|
constructor(input: DeleteCommentContentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteFileCommandInput extends DeleteFileInput {}
|
|
|
15
15
|
export interface DeleteFileCommandOutput
|
|
16
16
|
extends DeleteFileOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteFileCommand extends $Command<
|
|
20
19
|
DeleteFileCommandInput,
|
|
21
20
|
DeleteFileCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteFileCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteFileCommandInput;
|
|
25
24
|
constructor(input: DeleteFileCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePullRequestApprovalRuleCommandInput
|
|
|
19
19
|
export interface DeletePullRequestApprovalRuleCommandOutput
|
|
20
20
|
extends DeletePullRequestApprovalRuleOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePullRequestApprovalRuleCommand extends $Command<
|
|
24
23
|
DeletePullRequestApprovalRuleCommandInput,
|
|
25
24
|
DeletePullRequestApprovalRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePullRequestApprovalRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePullRequestApprovalRuleCommandInput;
|
|
29
28
|
constructor(input: DeletePullRequestApprovalRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {}
|
|
|
18
18
|
export interface DeleteRepositoryCommandOutput
|
|
19
19
|
extends DeleteRepositoryOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteRepositoryCommand extends $Command<
|
|
23
22
|
DeleteRepositoryCommandInput,
|
|
24
23
|
DeleteRepositoryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteRepositoryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteRepositoryCommandInput;
|
|
28
27
|
constructor(input: DeleteRepositoryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeMergeConflictsCommandInput
|
|
|
19
19
|
export interface DescribeMergeConflictsCommandOutput
|
|
20
20
|
extends DescribeMergeConflictsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeMergeConflictsCommand extends $Command<
|
|
24
23
|
DescribeMergeConflictsCommandInput,
|
|
25
24
|
DescribeMergeConflictsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeMergeConflictsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeMergeConflictsCommandInput;
|
|
29
28
|
constructor(input: DescribeMergeConflictsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribePullRequestEventsCommandInput
|
|
|
19
19
|
export interface DescribePullRequestEventsCommandOutput
|
|
20
20
|
extends DescribePullRequestEventsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribePullRequestEventsCommand extends $Command<
|
|
24
23
|
DescribePullRequestEventsCommandInput,
|
|
25
24
|
DescribePullRequestEventsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribePullRequestEventsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribePullRequestEventsCommandInput;
|
|
29
28
|
constructor(input: DescribePullRequestEventsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandInput
|
|
|
15
15
|
extends DisassociateApprovalRuleTemplateFromRepositoryInput {}
|
|
16
16
|
export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command<
|
|
20
19
|
DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
21
20
|
DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
|
|
@@ -25,7 +24,6 @@ export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand exten
|
|
|
25
24
|
constructor(
|
|
26
25
|
input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput
|
|
27
26
|
);
|
|
28
|
-
|
|
29
27
|
resolveMiddleware(
|
|
30
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
29
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EvaluatePullRequestApprovalRulesCommandInput
|
|
|
19
19
|
export interface EvaluatePullRequestApprovalRulesCommandOutput
|
|
20
20
|
extends EvaluatePullRequestApprovalRulesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EvaluatePullRequestApprovalRulesCommand extends $Command<
|
|
24
23
|
EvaluatePullRequestApprovalRulesCommandInput,
|
|
25
24
|
EvaluatePullRequestApprovalRulesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EvaluatePullRequestApprovalRulesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EvaluatePullRequestApprovalRulesCommandInput;
|
|
29
28
|
constructor(input: EvaluatePullRequestApprovalRulesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetApprovalRuleTemplateCommandInput
|
|
|
19
19
|
export interface GetApprovalRuleTemplateCommandOutput
|
|
20
20
|
extends GetApprovalRuleTemplateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetApprovalRuleTemplateCommand extends $Command<
|
|
24
23
|
GetApprovalRuleTemplateCommandInput,
|
|
25
24
|
GetApprovalRuleTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetApprovalRuleTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetApprovalRuleTemplateCommandInput;
|
|
29
28
|
constructor(input: GetApprovalRuleTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetBlobInput, GetBlobOutput } from "../models/models_0";
|
|
14
14
|
export interface GetBlobCommandInput extends GetBlobInput {}
|
|
15
15
|
export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetBlobCommand extends $Command<
|
|
18
17
|
GetBlobCommandInput,
|
|
19
18
|
GetBlobCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetBlobCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetBlobCommandInput;
|
|
23
22
|
constructor(input: GetBlobCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetBranchCommandInput extends GetBranchInput {}
|
|
|
15
15
|
export interface GetBranchCommandOutput
|
|
16
16
|
extends GetBranchOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetBranchCommand extends $Command<
|
|
20
19
|
GetBranchCommandInput,
|
|
21
20
|
GetBranchCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetBranchCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetBranchCommandInput;
|
|
25
24
|
constructor(input: GetBranchCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCommentCommandInput extends GetCommentInput {}
|
|
|
15
15
|
export interface GetCommentCommandOutput
|
|
16
16
|
extends GetCommentOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCommentCommand extends $Command<
|
|
20
19
|
GetCommentCommandInput,
|
|
21
20
|
GetCommentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCommentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCommentCommandInput;
|
|
25
24
|
constructor(input: GetCommentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCommentReactionsCommandInput
|
|
|
19
19
|
export interface GetCommentReactionsCommandOutput
|
|
20
20
|
extends GetCommentReactionsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCommentReactionsCommand extends $Command<
|
|
24
23
|
GetCommentReactionsCommandInput,
|
|
25
24
|
GetCommentReactionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCommentReactionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCommentReactionsCommandInput;
|
|
29
28
|
constructor(input: GetCommentReactionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCommentsForComparedCommitCommandInput
|
|
|
19
19
|
export interface GetCommentsForComparedCommitCommandOutput
|
|
20
20
|
extends GetCommentsForComparedCommitOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCommentsForComparedCommitCommand extends $Command<
|
|
24
23
|
GetCommentsForComparedCommitCommandInput,
|
|
25
24
|
GetCommentsForComparedCommitCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCommentsForComparedCommitCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCommentsForComparedCommitCommandInput;
|
|
29
28
|
constructor(input: GetCommentsForComparedCommitCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCommentsForPullRequestCommandInput
|
|
|
19
19
|
export interface GetCommentsForPullRequestCommandOutput
|
|
20
20
|
extends GetCommentsForPullRequestOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCommentsForPullRequestCommand extends $Command<
|
|
24
23
|
GetCommentsForPullRequestCommandInput,
|
|
25
24
|
GetCommentsForPullRequestCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCommentsForPullRequestCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCommentsForPullRequestCommandInput;
|
|
29
28
|
constructor(input: GetCommentsForPullRequestCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCommitCommandInput extends GetCommitInput {}
|
|
|
15
15
|
export interface GetCommitCommandOutput
|
|
16
16
|
extends GetCommitOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCommitCommand extends $Command<
|
|
20
19
|
GetCommitCommandInput,
|
|
21
20
|
GetCommitCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCommitCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCommitCommandInput;
|
|
25
24
|
constructor(input: GetCommitCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDifferencesCommandInput extends GetDifferencesInput {}
|
|
|
15
15
|
export interface GetDifferencesCommandOutput
|
|
16
16
|
extends GetDifferencesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDifferencesCommand extends $Command<
|
|
20
19
|
GetDifferencesCommandInput,
|
|
21
20
|
GetDifferencesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDifferencesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDifferencesCommandInput;
|
|
25
24
|
constructor(input: GetDifferencesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetFileInput, GetFileOutput } from "../models/models_0";
|
|
14
14
|
export interface GetFileCommandInput extends GetFileInput {}
|
|
15
15
|
export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetFileCommand extends $Command<
|
|
18
17
|
GetFileCommandInput,
|
|
19
18
|
GetFileCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetFileCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetFileCommandInput;
|
|
23
22
|
constructor(input: GetFileCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetFolderCommandInput extends GetFolderInput {}
|
|
|
15
15
|
export interface GetFolderCommandOutput
|
|
16
16
|
extends GetFolderOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetFolderCommand extends $Command<
|
|
20
19
|
GetFolderCommandInput,
|
|
21
20
|
GetFolderCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetFolderCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetFolderCommandInput;
|
|
25
24
|
constructor(input: GetFolderCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetMergeCommitCommandInput extends GetMergeCommitInput {}
|
|
|
15
15
|
export interface GetMergeCommitCommandOutput
|
|
16
16
|
extends GetMergeCommitOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetMergeCommitCommand extends $Command<
|
|
20
19
|
GetMergeCommitCommandInput,
|
|
21
20
|
GetMergeCommitCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetMergeCommitCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetMergeCommitCommandInput;
|
|
25
24
|
constructor(input: GetMergeCommitCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeCommitClientResolvedConfig,
|