@aws-sdk/client-codecommit 3.169.0 → 3.171.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/ts3.4/CodeCommit.d.ts +1367 -390
- package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
- package/dist-types/ts3.4/models/models_1.d.ts +837 -877
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,150 +1,566 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
47
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
|
48
|
+
} from "./commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
51
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
52
|
+
} from "./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDescribeMergeConflictsCommandInput,
|
|
55
|
+
BatchDescribeMergeConflictsCommandOutput,
|
|
56
|
+
} from "./commands/BatchDescribeMergeConflictsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
59
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
60
|
+
} from "./commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchGetCommitsCommandInput,
|
|
63
|
+
BatchGetCommitsCommandOutput,
|
|
64
|
+
} from "./commands/BatchGetCommitsCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchGetRepositoriesCommandInput,
|
|
67
|
+
BatchGetRepositoriesCommandOutput,
|
|
68
|
+
} from "./commands/BatchGetRepositoriesCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateApprovalRuleTemplateCommandInput,
|
|
71
|
+
CreateApprovalRuleTemplateCommandOutput,
|
|
72
|
+
} from "./commands/CreateApprovalRuleTemplateCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateBranchCommandInput,
|
|
75
|
+
CreateBranchCommandOutput,
|
|
76
|
+
} from "./commands/CreateBranchCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateCommitCommandInput,
|
|
79
|
+
CreateCommitCommandOutput,
|
|
80
|
+
} from "./commands/CreateCommitCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreatePullRequestApprovalRuleCommandInput,
|
|
83
|
+
CreatePullRequestApprovalRuleCommandOutput,
|
|
84
|
+
} from "./commands/CreatePullRequestApprovalRuleCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreatePullRequestCommandInput,
|
|
87
|
+
CreatePullRequestCommandOutput,
|
|
88
|
+
} from "./commands/CreatePullRequestCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateRepositoryCommandInput,
|
|
91
|
+
CreateRepositoryCommandOutput,
|
|
92
|
+
} from "./commands/CreateRepositoryCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateUnreferencedMergeCommitCommandInput,
|
|
95
|
+
CreateUnreferencedMergeCommitCommandOutput,
|
|
96
|
+
} from "./commands/CreateUnreferencedMergeCommitCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteApprovalRuleTemplateCommandInput,
|
|
99
|
+
DeleteApprovalRuleTemplateCommandOutput,
|
|
100
|
+
} from "./commands/DeleteApprovalRuleTemplateCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteBranchCommandInput,
|
|
103
|
+
DeleteBranchCommandOutput,
|
|
104
|
+
} from "./commands/DeleteBranchCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteCommentContentCommandInput,
|
|
107
|
+
DeleteCommentContentCommandOutput,
|
|
108
|
+
} from "./commands/DeleteCommentContentCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteFileCommandInput,
|
|
111
|
+
DeleteFileCommandOutput,
|
|
112
|
+
} from "./commands/DeleteFileCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeletePullRequestApprovalRuleCommandInput,
|
|
115
|
+
DeletePullRequestApprovalRuleCommandOutput,
|
|
116
|
+
} from "./commands/DeletePullRequestApprovalRuleCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteRepositoryCommandInput,
|
|
119
|
+
DeleteRepositoryCommandOutput,
|
|
120
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeMergeConflictsCommandInput,
|
|
123
|
+
DescribeMergeConflictsCommandOutput,
|
|
124
|
+
} from "./commands/DescribeMergeConflictsCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribePullRequestEventsCommandInput,
|
|
127
|
+
DescribePullRequestEventsCommandOutput,
|
|
128
|
+
} from "./commands/DescribePullRequestEventsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
131
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
|
|
132
|
+
} from "./commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
|
|
133
|
+
import {
|
|
134
|
+
EvaluatePullRequestApprovalRulesCommandInput,
|
|
135
|
+
EvaluatePullRequestApprovalRulesCommandOutput,
|
|
136
|
+
} from "./commands/EvaluatePullRequestApprovalRulesCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetApprovalRuleTemplateCommandInput,
|
|
139
|
+
GetApprovalRuleTemplateCommandOutput,
|
|
140
|
+
} from "./commands/GetApprovalRuleTemplateCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetBlobCommandInput,
|
|
143
|
+
GetBlobCommandOutput,
|
|
144
|
+
} from "./commands/GetBlobCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetBranchCommandInput,
|
|
147
|
+
GetBranchCommandOutput,
|
|
148
|
+
} from "./commands/GetBranchCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetCommentCommandInput,
|
|
151
|
+
GetCommentCommandOutput,
|
|
152
|
+
} from "./commands/GetCommentCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetCommentReactionsCommandInput,
|
|
155
|
+
GetCommentReactionsCommandOutput,
|
|
156
|
+
} from "./commands/GetCommentReactionsCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetCommentsForComparedCommitCommandInput,
|
|
159
|
+
GetCommentsForComparedCommitCommandOutput,
|
|
160
|
+
} from "./commands/GetCommentsForComparedCommitCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetCommentsForPullRequestCommandInput,
|
|
163
|
+
GetCommentsForPullRequestCommandOutput,
|
|
164
|
+
} from "./commands/GetCommentsForPullRequestCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetCommitCommandInput,
|
|
167
|
+
GetCommitCommandOutput,
|
|
168
|
+
} from "./commands/GetCommitCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetDifferencesCommandInput,
|
|
171
|
+
GetDifferencesCommandOutput,
|
|
172
|
+
} from "./commands/GetDifferencesCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetFileCommandInput,
|
|
175
|
+
GetFileCommandOutput,
|
|
176
|
+
} from "./commands/GetFileCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetFolderCommandInput,
|
|
179
|
+
GetFolderCommandOutput,
|
|
180
|
+
} from "./commands/GetFolderCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetMergeCommitCommandInput,
|
|
183
|
+
GetMergeCommitCommandOutput,
|
|
184
|
+
} from "./commands/GetMergeCommitCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetMergeConflictsCommandInput,
|
|
187
|
+
GetMergeConflictsCommandOutput,
|
|
188
|
+
} from "./commands/GetMergeConflictsCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetMergeOptionsCommandInput,
|
|
191
|
+
GetMergeOptionsCommandOutput,
|
|
192
|
+
} from "./commands/GetMergeOptionsCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetPullRequestApprovalStatesCommandInput,
|
|
195
|
+
GetPullRequestApprovalStatesCommandOutput,
|
|
196
|
+
} from "./commands/GetPullRequestApprovalStatesCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetPullRequestCommandInput,
|
|
199
|
+
GetPullRequestCommandOutput,
|
|
200
|
+
} from "./commands/GetPullRequestCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetPullRequestOverrideStateCommandInput,
|
|
203
|
+
GetPullRequestOverrideStateCommandOutput,
|
|
204
|
+
} from "./commands/GetPullRequestOverrideStateCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetRepositoryCommandInput,
|
|
207
|
+
GetRepositoryCommandOutput,
|
|
208
|
+
} from "./commands/GetRepositoryCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetRepositoryTriggersCommandInput,
|
|
211
|
+
GetRepositoryTriggersCommandOutput,
|
|
212
|
+
} from "./commands/GetRepositoryTriggersCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListApprovalRuleTemplatesCommandInput,
|
|
215
|
+
ListApprovalRuleTemplatesCommandOutput,
|
|
216
|
+
} from "./commands/ListApprovalRuleTemplatesCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
219
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
220
|
+
} from "./commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListBranchesCommandInput,
|
|
223
|
+
ListBranchesCommandOutput,
|
|
224
|
+
} from "./commands/ListBranchesCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListPullRequestsCommandInput,
|
|
227
|
+
ListPullRequestsCommandOutput,
|
|
228
|
+
} from "./commands/ListPullRequestsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListRepositoriesCommandInput,
|
|
231
|
+
ListRepositoriesCommandOutput,
|
|
232
|
+
} from "./commands/ListRepositoriesCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
235
|
+
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
236
|
+
} from "./commands/ListRepositoriesForApprovalRuleTemplateCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListTagsForResourceCommandInput,
|
|
239
|
+
ListTagsForResourceCommandOutput,
|
|
240
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
241
|
+
import {
|
|
242
|
+
MergeBranchesByFastForwardCommandInput,
|
|
243
|
+
MergeBranchesByFastForwardCommandOutput,
|
|
244
|
+
} from "./commands/MergeBranchesByFastForwardCommand";
|
|
245
|
+
import {
|
|
246
|
+
MergeBranchesBySquashCommandInput,
|
|
247
|
+
MergeBranchesBySquashCommandOutput,
|
|
248
|
+
} from "./commands/MergeBranchesBySquashCommand";
|
|
249
|
+
import {
|
|
250
|
+
MergeBranchesByThreeWayCommandInput,
|
|
251
|
+
MergeBranchesByThreeWayCommandOutput,
|
|
252
|
+
} from "./commands/MergeBranchesByThreeWayCommand";
|
|
253
|
+
import {
|
|
254
|
+
MergePullRequestByFastForwardCommandInput,
|
|
255
|
+
MergePullRequestByFastForwardCommandOutput,
|
|
256
|
+
} from "./commands/MergePullRequestByFastForwardCommand";
|
|
257
|
+
import {
|
|
258
|
+
MergePullRequestBySquashCommandInput,
|
|
259
|
+
MergePullRequestBySquashCommandOutput,
|
|
260
|
+
} from "./commands/MergePullRequestBySquashCommand";
|
|
261
|
+
import {
|
|
262
|
+
MergePullRequestByThreeWayCommandInput,
|
|
263
|
+
MergePullRequestByThreeWayCommandOutput,
|
|
264
|
+
} from "./commands/MergePullRequestByThreeWayCommand";
|
|
265
|
+
import {
|
|
266
|
+
OverridePullRequestApprovalRulesCommandInput,
|
|
267
|
+
OverridePullRequestApprovalRulesCommandOutput,
|
|
268
|
+
} from "./commands/OverridePullRequestApprovalRulesCommand";
|
|
269
|
+
import {
|
|
270
|
+
PostCommentForComparedCommitCommandInput,
|
|
271
|
+
PostCommentForComparedCommitCommandOutput,
|
|
272
|
+
} from "./commands/PostCommentForComparedCommitCommand";
|
|
273
|
+
import {
|
|
274
|
+
PostCommentForPullRequestCommandInput,
|
|
275
|
+
PostCommentForPullRequestCommandOutput,
|
|
276
|
+
} from "./commands/PostCommentForPullRequestCommand";
|
|
277
|
+
import {
|
|
278
|
+
PostCommentReplyCommandInput,
|
|
279
|
+
PostCommentReplyCommandOutput,
|
|
280
|
+
} from "./commands/PostCommentReplyCommand";
|
|
281
|
+
import {
|
|
282
|
+
PutCommentReactionCommandInput,
|
|
283
|
+
PutCommentReactionCommandOutput,
|
|
284
|
+
} from "./commands/PutCommentReactionCommand";
|
|
285
|
+
import {
|
|
286
|
+
PutFileCommandInput,
|
|
287
|
+
PutFileCommandOutput,
|
|
288
|
+
} from "./commands/PutFileCommand";
|
|
289
|
+
import {
|
|
290
|
+
PutRepositoryTriggersCommandInput,
|
|
291
|
+
PutRepositoryTriggersCommandOutput,
|
|
292
|
+
} from "./commands/PutRepositoryTriggersCommand";
|
|
293
|
+
import {
|
|
294
|
+
TagResourceCommandInput,
|
|
295
|
+
TagResourceCommandOutput,
|
|
296
|
+
} from "./commands/TagResourceCommand";
|
|
297
|
+
import {
|
|
298
|
+
TestRepositoryTriggersCommandInput,
|
|
299
|
+
TestRepositoryTriggersCommandOutput,
|
|
300
|
+
} from "./commands/TestRepositoryTriggersCommand";
|
|
301
|
+
import {
|
|
302
|
+
UntagResourceCommandInput,
|
|
303
|
+
UntagResourceCommandOutput,
|
|
304
|
+
} from "./commands/UntagResourceCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateApprovalRuleTemplateContentCommandInput,
|
|
307
|
+
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
308
|
+
} from "./commands/UpdateApprovalRuleTemplateContentCommand";
|
|
309
|
+
import {
|
|
310
|
+
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
311
|
+
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
312
|
+
} from "./commands/UpdateApprovalRuleTemplateDescriptionCommand";
|
|
313
|
+
import {
|
|
314
|
+
UpdateApprovalRuleTemplateNameCommandInput,
|
|
315
|
+
UpdateApprovalRuleTemplateNameCommandOutput,
|
|
316
|
+
} from "./commands/UpdateApprovalRuleTemplateNameCommand";
|
|
317
|
+
import {
|
|
318
|
+
UpdateCommentCommandInput,
|
|
319
|
+
UpdateCommentCommandOutput,
|
|
320
|
+
} from "./commands/UpdateCommentCommand";
|
|
321
|
+
import {
|
|
322
|
+
UpdateDefaultBranchCommandInput,
|
|
323
|
+
UpdateDefaultBranchCommandOutput,
|
|
324
|
+
} from "./commands/UpdateDefaultBranchCommand";
|
|
325
|
+
import {
|
|
326
|
+
UpdatePullRequestApprovalRuleContentCommandInput,
|
|
327
|
+
UpdatePullRequestApprovalRuleContentCommandOutput,
|
|
328
|
+
} from "./commands/UpdatePullRequestApprovalRuleContentCommand";
|
|
329
|
+
import {
|
|
330
|
+
UpdatePullRequestApprovalStateCommandInput,
|
|
331
|
+
UpdatePullRequestApprovalStateCommandOutput,
|
|
332
|
+
} from "./commands/UpdatePullRequestApprovalStateCommand";
|
|
333
|
+
import {
|
|
334
|
+
UpdatePullRequestDescriptionCommandInput,
|
|
335
|
+
UpdatePullRequestDescriptionCommandOutput,
|
|
336
|
+
} from "./commands/UpdatePullRequestDescriptionCommand";
|
|
337
|
+
import {
|
|
338
|
+
UpdatePullRequestStatusCommandInput,
|
|
339
|
+
UpdatePullRequestStatusCommandOutput,
|
|
340
|
+
} from "./commands/UpdatePullRequestStatusCommand";
|
|
341
|
+
import {
|
|
342
|
+
UpdatePullRequestTitleCommandInput,
|
|
343
|
+
UpdatePullRequestTitleCommandOutput,
|
|
344
|
+
} from "./commands/UpdatePullRequestTitleCommand";
|
|
345
|
+
import {
|
|
346
|
+
UpdateRepositoryDescriptionCommandInput,
|
|
347
|
+
UpdateRepositoryDescriptionCommandOutput,
|
|
348
|
+
} from "./commands/UpdateRepositoryDescriptionCommand";
|
|
349
|
+
import {
|
|
350
|
+
UpdateRepositoryNameCommandInput,
|
|
351
|
+
UpdateRepositoryNameCommandOutput,
|
|
352
|
+
} from "./commands/UpdateRepositoryNameCommand";
|
|
353
|
+
export declare type ServiceInputTypes =
|
|
354
|
+
| AssociateApprovalRuleTemplateWithRepositoryCommandInput
|
|
355
|
+
| BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
356
|
+
| BatchDescribeMergeConflictsCommandInput
|
|
357
|
+
| BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
358
|
+
| BatchGetCommitsCommandInput
|
|
359
|
+
| BatchGetRepositoriesCommandInput
|
|
360
|
+
| CreateApprovalRuleTemplateCommandInput
|
|
361
|
+
| CreateBranchCommandInput
|
|
362
|
+
| CreateCommitCommandInput
|
|
363
|
+
| CreatePullRequestApprovalRuleCommandInput
|
|
364
|
+
| CreatePullRequestCommandInput
|
|
365
|
+
| CreateRepositoryCommandInput
|
|
366
|
+
| CreateUnreferencedMergeCommitCommandInput
|
|
367
|
+
| DeleteApprovalRuleTemplateCommandInput
|
|
368
|
+
| DeleteBranchCommandInput
|
|
369
|
+
| DeleteCommentContentCommandInput
|
|
370
|
+
| DeleteFileCommandInput
|
|
371
|
+
| DeletePullRequestApprovalRuleCommandInput
|
|
372
|
+
| DeleteRepositoryCommandInput
|
|
373
|
+
| DescribeMergeConflictsCommandInput
|
|
374
|
+
| DescribePullRequestEventsCommandInput
|
|
375
|
+
| DisassociateApprovalRuleTemplateFromRepositoryCommandInput
|
|
376
|
+
| EvaluatePullRequestApprovalRulesCommandInput
|
|
377
|
+
| GetApprovalRuleTemplateCommandInput
|
|
378
|
+
| GetBlobCommandInput
|
|
379
|
+
| GetBranchCommandInput
|
|
380
|
+
| GetCommentCommandInput
|
|
381
|
+
| GetCommentReactionsCommandInput
|
|
382
|
+
| GetCommentsForComparedCommitCommandInput
|
|
383
|
+
| GetCommentsForPullRequestCommandInput
|
|
384
|
+
| GetCommitCommandInput
|
|
385
|
+
| GetDifferencesCommandInput
|
|
386
|
+
| GetFileCommandInput
|
|
387
|
+
| GetFolderCommandInput
|
|
388
|
+
| GetMergeCommitCommandInput
|
|
389
|
+
| GetMergeConflictsCommandInput
|
|
390
|
+
| GetMergeOptionsCommandInput
|
|
391
|
+
| GetPullRequestApprovalStatesCommandInput
|
|
392
|
+
| GetPullRequestCommandInput
|
|
393
|
+
| GetPullRequestOverrideStateCommandInput
|
|
394
|
+
| GetRepositoryCommandInput
|
|
395
|
+
| GetRepositoryTriggersCommandInput
|
|
396
|
+
| ListApprovalRuleTemplatesCommandInput
|
|
397
|
+
| ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
|
|
398
|
+
| ListBranchesCommandInput
|
|
399
|
+
| ListPullRequestsCommandInput
|
|
400
|
+
| ListRepositoriesCommandInput
|
|
401
|
+
| ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
402
|
+
| ListTagsForResourceCommandInput
|
|
403
|
+
| MergeBranchesByFastForwardCommandInput
|
|
404
|
+
| MergeBranchesBySquashCommandInput
|
|
405
|
+
| MergeBranchesByThreeWayCommandInput
|
|
406
|
+
| MergePullRequestByFastForwardCommandInput
|
|
407
|
+
| MergePullRequestBySquashCommandInput
|
|
408
|
+
| MergePullRequestByThreeWayCommandInput
|
|
409
|
+
| OverridePullRequestApprovalRulesCommandInput
|
|
410
|
+
| PostCommentForComparedCommitCommandInput
|
|
411
|
+
| PostCommentForPullRequestCommandInput
|
|
412
|
+
| PostCommentReplyCommandInput
|
|
413
|
+
| PutCommentReactionCommandInput
|
|
414
|
+
| PutFileCommandInput
|
|
415
|
+
| PutRepositoryTriggersCommandInput
|
|
416
|
+
| TagResourceCommandInput
|
|
417
|
+
| TestRepositoryTriggersCommandInput
|
|
418
|
+
| UntagResourceCommandInput
|
|
419
|
+
| UpdateApprovalRuleTemplateContentCommandInput
|
|
420
|
+
| UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
421
|
+
| UpdateApprovalRuleTemplateNameCommandInput
|
|
422
|
+
| UpdateCommentCommandInput
|
|
423
|
+
| UpdateDefaultBranchCommandInput
|
|
424
|
+
| UpdatePullRequestApprovalRuleContentCommandInput
|
|
425
|
+
| UpdatePullRequestApprovalStateCommandInput
|
|
426
|
+
| UpdatePullRequestDescriptionCommandInput
|
|
427
|
+
| UpdatePullRequestStatusCommandInput
|
|
428
|
+
| UpdatePullRequestTitleCommandInput
|
|
429
|
+
| UpdateRepositoryDescriptionCommandInput
|
|
430
|
+
| UpdateRepositoryNameCommandInput;
|
|
431
|
+
export declare type ServiceOutputTypes =
|
|
432
|
+
| AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
433
|
+
| BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
434
|
+
| BatchDescribeMergeConflictsCommandOutput
|
|
435
|
+
| BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
436
|
+
| BatchGetCommitsCommandOutput
|
|
437
|
+
| BatchGetRepositoriesCommandOutput
|
|
438
|
+
| CreateApprovalRuleTemplateCommandOutput
|
|
439
|
+
| CreateBranchCommandOutput
|
|
440
|
+
| CreateCommitCommandOutput
|
|
441
|
+
| CreatePullRequestApprovalRuleCommandOutput
|
|
442
|
+
| CreatePullRequestCommandOutput
|
|
443
|
+
| CreateRepositoryCommandOutput
|
|
444
|
+
| CreateUnreferencedMergeCommitCommandOutput
|
|
445
|
+
| DeleteApprovalRuleTemplateCommandOutput
|
|
446
|
+
| DeleteBranchCommandOutput
|
|
447
|
+
| DeleteCommentContentCommandOutput
|
|
448
|
+
| DeleteFileCommandOutput
|
|
449
|
+
| DeletePullRequestApprovalRuleCommandOutput
|
|
450
|
+
| DeleteRepositoryCommandOutput
|
|
451
|
+
| DescribeMergeConflictsCommandOutput
|
|
452
|
+
| DescribePullRequestEventsCommandOutput
|
|
453
|
+
| DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
|
|
454
|
+
| EvaluatePullRequestApprovalRulesCommandOutput
|
|
455
|
+
| GetApprovalRuleTemplateCommandOutput
|
|
456
|
+
| GetBlobCommandOutput
|
|
457
|
+
| GetBranchCommandOutput
|
|
458
|
+
| GetCommentCommandOutput
|
|
459
|
+
| GetCommentReactionsCommandOutput
|
|
460
|
+
| GetCommentsForComparedCommitCommandOutput
|
|
461
|
+
| GetCommentsForPullRequestCommandOutput
|
|
462
|
+
| GetCommitCommandOutput
|
|
463
|
+
| GetDifferencesCommandOutput
|
|
464
|
+
| GetFileCommandOutput
|
|
465
|
+
| GetFolderCommandOutput
|
|
466
|
+
| GetMergeCommitCommandOutput
|
|
467
|
+
| GetMergeConflictsCommandOutput
|
|
468
|
+
| GetMergeOptionsCommandOutput
|
|
469
|
+
| GetPullRequestApprovalStatesCommandOutput
|
|
470
|
+
| GetPullRequestCommandOutput
|
|
471
|
+
| GetPullRequestOverrideStateCommandOutput
|
|
472
|
+
| GetRepositoryCommandOutput
|
|
473
|
+
| GetRepositoryTriggersCommandOutput
|
|
474
|
+
| ListApprovalRuleTemplatesCommandOutput
|
|
475
|
+
| ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
|
|
476
|
+
| ListBranchesCommandOutput
|
|
477
|
+
| ListPullRequestsCommandOutput
|
|
478
|
+
| ListRepositoriesCommandOutput
|
|
479
|
+
| ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
480
|
+
| ListTagsForResourceCommandOutput
|
|
481
|
+
| MergeBranchesByFastForwardCommandOutput
|
|
482
|
+
| MergeBranchesBySquashCommandOutput
|
|
483
|
+
| MergeBranchesByThreeWayCommandOutput
|
|
484
|
+
| MergePullRequestByFastForwardCommandOutput
|
|
485
|
+
| MergePullRequestBySquashCommandOutput
|
|
486
|
+
| MergePullRequestByThreeWayCommandOutput
|
|
487
|
+
| OverridePullRequestApprovalRulesCommandOutput
|
|
488
|
+
| PostCommentForComparedCommitCommandOutput
|
|
489
|
+
| PostCommentForPullRequestCommandOutput
|
|
490
|
+
| PostCommentReplyCommandOutput
|
|
491
|
+
| PutCommentReactionCommandOutput
|
|
492
|
+
| PutFileCommandOutput
|
|
493
|
+
| PutRepositoryTriggersCommandOutput
|
|
494
|
+
| TagResourceCommandOutput
|
|
495
|
+
| TestRepositoryTriggersCommandOutput
|
|
496
|
+
| UntagResourceCommandOutput
|
|
497
|
+
| UpdateApprovalRuleTemplateContentCommandOutput
|
|
498
|
+
| UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
499
|
+
| UpdateApprovalRuleTemplateNameCommandOutput
|
|
500
|
+
| UpdateCommentCommandOutput
|
|
501
|
+
| UpdateDefaultBranchCommandOutput
|
|
502
|
+
| UpdatePullRequestApprovalRuleContentCommandOutput
|
|
503
|
+
| UpdatePullRequestApprovalStateCommandOutput
|
|
504
|
+
| UpdatePullRequestDescriptionCommandOutput
|
|
505
|
+
| UpdatePullRequestStatusCommandOutput
|
|
506
|
+
| UpdatePullRequestTitleCommandOutput
|
|
507
|
+
| UpdateRepositoryDescriptionCommandOutput
|
|
508
|
+
| UpdateRepositoryNameCommandOutput;
|
|
509
|
+
export interface ClientDefaults
|
|
510
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
511
|
+
requestHandler?: __HttpHandler;
|
|
512
|
+
sha256?: __HashConstructor;
|
|
513
|
+
urlParser?: __UrlParser;
|
|
514
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
515
|
+
streamCollector?: __StreamCollector;
|
|
516
|
+
base64Decoder?: __Decoder;
|
|
517
|
+
base64Encoder?: __Encoder;
|
|
518
|
+
utf8Decoder?: __Decoder;
|
|
519
|
+
utf8Encoder?: __Encoder;
|
|
520
|
+
runtime?: string;
|
|
521
|
+
disableHostPrefix?: boolean;
|
|
522
|
+
maxAttempts?: number | __Provider<number>;
|
|
523
|
+
retryMode?: string | __Provider<string>;
|
|
524
|
+
logger?: __Logger;
|
|
525
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
526
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
527
|
+
serviceId?: string;
|
|
528
|
+
region?: string | __Provider<string>;
|
|
529
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
530
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
531
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
532
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
533
|
+
}
|
|
534
|
+
declare type CodeCommitClientConfigType = Partial<
|
|
535
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
536
|
+
> &
|
|
537
|
+
ClientDefaults &
|
|
538
|
+
RegionInputConfig &
|
|
539
|
+
EndpointsInputConfig &
|
|
540
|
+
RetryInputConfig &
|
|
541
|
+
HostHeaderInputConfig &
|
|
542
|
+
AwsAuthInputConfig &
|
|
543
|
+
UserAgentInputConfig;
|
|
544
|
+
export interface CodeCommitClientConfig extends CodeCommitClientConfigType {}
|
|
545
|
+
declare type CodeCommitClientResolvedConfigType =
|
|
546
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
547
|
+
Required<ClientDefaults> &
|
|
548
|
+
RegionResolvedConfig &
|
|
549
|
+
EndpointsResolvedConfig &
|
|
550
|
+
RetryResolvedConfig &
|
|
551
|
+
HostHeaderResolvedConfig &
|
|
552
|
+
AwsAuthResolvedConfig &
|
|
553
|
+
UserAgentResolvedConfig;
|
|
554
|
+
export interface CodeCommitClientResolvedConfig
|
|
555
|
+
extends CodeCommitClientResolvedConfigType {}
|
|
556
|
+
export declare class CodeCommitClient extends __Client<
|
|
557
|
+
__HttpHandlerOptions,
|
|
558
|
+
ServiceInputTypes,
|
|
559
|
+
ServiceOutputTypes,
|
|
560
|
+
CodeCommitClientResolvedConfig
|
|
561
|
+
> {
|
|
562
|
+
readonly config: CodeCommitClientResolvedConfig;
|
|
563
|
+
constructor(configuration: CodeCommitClientConfig);
|
|
564
|
+
destroy(): void;
|
|
565
|
+
}
|
|
566
|
+
export {};
|