@aws-sdk/client-codecommit 3.1087.0 → 3.1089.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
- package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +187 -772
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -100,10 +97,7 @@ import {
|
|
|
100
97
|
DeleteCommentContentCommandInput,
|
|
101
98
|
DeleteCommentContentCommandOutput,
|
|
102
99
|
} from "./commands/DeleteCommentContentCommand";
|
|
103
|
-
import {
|
|
104
|
-
DeleteFileCommandInput,
|
|
105
|
-
DeleteFileCommandOutput,
|
|
106
|
-
} from "./commands/DeleteFileCommand";
|
|
100
|
+
import { DeleteFileCommandInput, DeleteFileCommandOutput } from "./commands/DeleteFileCommand";
|
|
107
101
|
import {
|
|
108
102
|
DeletePullRequestApprovalRuleCommandInput,
|
|
109
103
|
DeletePullRequestApprovalRuleCommandOutput,
|
|
@@ -132,18 +126,9 @@ import {
|
|
|
132
126
|
GetApprovalRuleTemplateCommandInput,
|
|
133
127
|
GetApprovalRuleTemplateCommandOutput,
|
|
134
128
|
} from "./commands/GetApprovalRuleTemplateCommand";
|
|
135
|
-
import {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
} from "./commands/GetBlobCommand";
|
|
139
|
-
import {
|
|
140
|
-
GetBranchCommandInput,
|
|
141
|
-
GetBranchCommandOutput,
|
|
142
|
-
} from "./commands/GetBranchCommand";
|
|
143
|
-
import {
|
|
144
|
-
GetCommentCommandInput,
|
|
145
|
-
GetCommentCommandOutput,
|
|
146
|
-
} from "./commands/GetCommentCommand";
|
|
129
|
+
import { GetBlobCommandInput, GetBlobCommandOutput } from "./commands/GetBlobCommand";
|
|
130
|
+
import { GetBranchCommandInput, GetBranchCommandOutput } from "./commands/GetBranchCommand";
|
|
131
|
+
import { GetCommentCommandInput, GetCommentCommandOutput } from "./commands/GetCommentCommand";
|
|
147
132
|
import {
|
|
148
133
|
GetCommentReactionsCommandInput,
|
|
149
134
|
GetCommentReactionsCommandOutput,
|
|
@@ -156,22 +141,13 @@ import {
|
|
|
156
141
|
GetCommentsForPullRequestCommandInput,
|
|
157
142
|
GetCommentsForPullRequestCommandOutput,
|
|
158
143
|
} from "./commands/GetCommentsForPullRequestCommand";
|
|
159
|
-
import {
|
|
160
|
-
GetCommitCommandInput,
|
|
161
|
-
GetCommitCommandOutput,
|
|
162
|
-
} from "./commands/GetCommitCommand";
|
|
144
|
+
import { GetCommitCommandInput, GetCommitCommandOutput } from "./commands/GetCommitCommand";
|
|
163
145
|
import {
|
|
164
146
|
GetDifferencesCommandInput,
|
|
165
147
|
GetDifferencesCommandOutput,
|
|
166
148
|
} from "./commands/GetDifferencesCommand";
|
|
167
|
-
import {
|
|
168
|
-
|
|
169
|
-
GetFileCommandOutput,
|
|
170
|
-
} from "./commands/GetFileCommand";
|
|
171
|
-
import {
|
|
172
|
-
GetFolderCommandInput,
|
|
173
|
-
GetFolderCommandOutput,
|
|
174
|
-
} from "./commands/GetFolderCommand";
|
|
149
|
+
import { GetFileCommandInput, GetFileCommandOutput } from "./commands/GetFileCommand";
|
|
150
|
+
import { GetFolderCommandInput, GetFolderCommandOutput } from "./commands/GetFolderCommand";
|
|
175
151
|
import {
|
|
176
152
|
GetMergeCommitCommandInput,
|
|
177
153
|
GetMergeCommitCommandOutput,
|
|
@@ -280,18 +256,12 @@ import {
|
|
|
280
256
|
PutCommentReactionCommandInput,
|
|
281
257
|
PutCommentReactionCommandOutput,
|
|
282
258
|
} from "./commands/PutCommentReactionCommand";
|
|
283
|
-
import {
|
|
284
|
-
PutFileCommandInput,
|
|
285
|
-
PutFileCommandOutput,
|
|
286
|
-
} from "./commands/PutFileCommand";
|
|
259
|
+
import { PutFileCommandInput, PutFileCommandOutput } from "./commands/PutFileCommand";
|
|
287
260
|
import {
|
|
288
261
|
PutRepositoryTriggersCommandInput,
|
|
289
262
|
PutRepositoryTriggersCommandOutput,
|
|
290
263
|
} from "./commands/PutRepositoryTriggersCommand";
|
|
291
|
-
import {
|
|
292
|
-
TagResourceCommandInput,
|
|
293
|
-
TagResourceCommandOutput,
|
|
294
|
-
} from "./commands/TagResourceCommand";
|
|
264
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
295
265
|
import {
|
|
296
266
|
TestRepositoryTriggersCommandInput,
|
|
297
267
|
TestRepositoryTriggersCommandOutput,
|
|
@@ -519,8 +489,7 @@ export type ServiceOutputTypes =
|
|
|
519
489
|
| UpdateRepositoryDescriptionCommandOutput
|
|
520
490
|
| UpdateRepositoryEncryptionKeyCommandOutput
|
|
521
491
|
| UpdateRepositoryNameCommandOutput;
|
|
522
|
-
export interface ClientDefaults
|
|
523
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
492
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
524
493
|
requestHandler?: __HttpHandlerUserInput;
|
|
525
494
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
526
495
|
urlParser?: __UrlParser;
|
|
@@ -545,9 +514,7 @@ export interface ClientDefaults
|
|
|
545
514
|
extensions?: RuntimeExtension[];
|
|
546
515
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
547
516
|
}
|
|
548
|
-
export type CodeCommitClientConfigType = Partial<
|
|
549
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
550
|
-
> &
|
|
517
|
+
export type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
551
518
|
ClientDefaults &
|
|
552
519
|
UserAgentInputConfig &
|
|
553
520
|
RetryInputConfig &
|
|
@@ -568,8 +535,7 @@ export type CodeCommitClientResolvedConfigType =
|
|
|
568
535
|
EndpointResolvedConfig<EndpointParameters> &
|
|
569
536
|
HttpAuthSchemeResolvedConfig &
|
|
570
537
|
ClientResolvedEndpointParameters;
|
|
571
|
-
export interface CodeCommitClientResolvedConfig
|
|
572
|
-
extends CodeCommitClientResolvedConfigType {}
|
|
538
|
+
export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolvedConfigType {}
|
|
573
539
|
export declare class CodeCommitClient extends __Client<
|
|
574
540
|
__HttpHandlerOptions,
|
|
575
541
|
ServiceInputTypes,
|
|
@@ -577,8 +543,6 @@ export declare class CodeCommitClient extends __Client<
|
|
|
577
543
|
CodeCommitClientResolvedConfig
|
|
578
544
|
> {
|
|
579
545
|
readonly config: CodeCommitClientResolvedConfig;
|
|
580
|
-
constructor(
|
|
581
|
-
...[configuration]: __CheckOptionalClientConfig<CodeCommitClientConfig>
|
|
582
|
-
);
|
|
546
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CodeCommitClientConfig>);
|
|
583
547
|
destroy(): void;
|
|
584
548
|
}
|
|
@@ -7,17 +7,10 @@ import { CodeCommitHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CodeCommitHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CodeCommitHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CodeCommitHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { CodeCommitClientResolvedConfig } from "../CodeCommitClient";
|
|
15
|
-
export interface CodeCommitHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CodeCommitHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CodeCommitHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CodeCommitHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CodeCommitClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CodeCommitHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCodeCommitHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CodeCommitClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CodeCommitHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CodeCommitHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CodeCommitHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CodeCommitHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CodeCommitHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCodeCommitHttpAuthSchemeProvider: CodeCommitHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CodeCommitHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: CodeCommitHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./CodeCommitClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
CodeCommitClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AssociateApprovalRuleTemplateWithRepositoryInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AssociateApprovalRuleTemplateWithRepositoryCommandInput
|
|
5
|
-
|
|
6
|
-
export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface AssociateApprovalRuleTemplateWithRepositoryCommandInput extends AssociateApprovalRuleTemplateWithRepositoryInput {}
|
|
5
|
+
export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const AssociateApprovalRuleTemplateWithRepositoryCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AssociateApprovalRuleTemplateWithRepositoryCommandInput
|
|
8
|
+
input: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
13
11
|
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AssociateApprovalRuleTemplateWithRepositoryCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AssociateApprovalRuleTemplateWithRepositoryCommandInput
|
|
17
|
+
input: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
22
20
|
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
8
|
-
extends BatchAssociateApprovalRuleTemplateWithRepositoriesInput {}
|
|
7
|
+
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput extends BatchAssociateApprovalRuleTemplateWithRepositoriesInput {}
|
|
9
8
|
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
10
|
-
extends BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
12
|
+
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
17
15
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
21
|
+
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
26
24
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDescribeMergeConflictsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDescribeMergeConflictsCommandInput
|
|
8
|
-
extends BatchDescribeMergeConflictsInput {}
|
|
7
|
+
export interface BatchDescribeMergeConflictsCommandInput extends BatchDescribeMergeConflictsInput {}
|
|
9
8
|
export interface BatchDescribeMergeConflictsCommandOutput
|
|
10
|
-
extends BatchDescribeMergeConflictsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDescribeMergeConflictsOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchDescribeMergeConflictsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDescribeMergeConflictsCommandInput
|
|
12
|
+
input: BatchDescribeMergeConflictsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDescribeMergeConflictsCommandInput,
|
|
17
15
|
BatchDescribeMergeConflictsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDescribeMergeConflictsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDescribeMergeConflictsCommandInput
|
|
21
|
+
input: BatchDescribeMergeConflictsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDescribeMergeConflictsCommandInput,
|
|
26
24
|
BatchDescribeMergeConflictsCommandOutput,
|
package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
8
|
-
extends BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {}
|
|
7
|
+
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput extends BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {}
|
|
9
8
|
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
10
|
-
extends BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
12
|
+
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
17
15
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base:
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
21
|
+
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
26
24
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetCommitsInput,
|
|
4
|
-
BatchGetCommitsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetCommitsInput, BatchGetCommitsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchGetCommitsCommandInput extends BatchGetCommitsInput {}
|
|
8
|
-
export interface BatchGetCommitsCommandOutput
|
|
9
|
-
extends BatchGetCommitsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __MetadataBearer {}
|
|
11
6
|
declare const BatchGetCommitsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchGetCommitsCommandInput
|
|
8
|
+
input: BatchGetCommitsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchGetCommitsCommandInput,
|
|
16
11
|
BatchGetCommitsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchGetCommitsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchGetCommitsCommandInput
|
|
17
|
+
input: BatchGetCommitsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchGetCommitsCommandInput,
|
|
25
20
|
BatchGetCommitsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetRepositoriesInput,
|
|
4
|
-
BatchGetRepositoriesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetRepositoriesInput, BatchGetRepositoriesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetRepositoriesCommandInput
|
|
8
|
-
extends BatchGetRepositoriesInput {}
|
|
4
|
+
export interface BatchGetRepositoriesCommandInput extends BatchGetRepositoriesInput {}
|
|
9
5
|
export interface BatchGetRepositoriesCommandOutput
|
|
10
|
-
extends BatchGetRepositoriesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchGetRepositoriesOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchGetRepositoriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchGetRepositoriesCommandInput
|
|
9
|
+
input: BatchGetRepositoriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchGetRepositoriesCommandInput,
|
|
17
12
|
BatchGetRepositoriesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchGetRepositoriesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchGetRepositoriesCommandInput
|
|
18
|
+
input: BatchGetRepositoriesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchGetRepositoriesCommandInput,
|
|
26
21
|
BatchGetRepositoriesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateApprovalRuleTemplateOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateApprovalRuleTemplateCommandInput
|
|
8
|
-
extends CreateApprovalRuleTemplateInput {}
|
|
7
|
+
export interface CreateApprovalRuleTemplateCommandInput extends CreateApprovalRuleTemplateInput {}
|
|
9
8
|
export interface CreateApprovalRuleTemplateCommandOutput
|
|
10
|
-
extends CreateApprovalRuleTemplateOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateApprovalRuleTemplateOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateApprovalRuleTemplateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateApprovalRuleTemplateCommandInput
|
|
12
|
+
input: CreateApprovalRuleTemplateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateApprovalRuleTemplateCommandInput,
|
|
17
15
|
CreateApprovalRuleTemplateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateApprovalRuleTemplateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateApprovalRuleTemplateCommandInput
|
|
21
|
+
input: CreateApprovalRuleTemplateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateApprovalRuleTemplateCommandInput,
|
|
26
24
|
CreateApprovalRuleTemplateCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface CreateBranchCommandInput extends CreateBranchInput {}
|
|
|
5
5
|
export interface CreateBranchCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const CreateBranchCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: CreateBranchCommandInput
|
|
8
|
+
input: CreateBranchCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateBranchCommandInput,
|
|
11
11
|
CreateBranchCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const CreateBranchCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: CreateBranchCommandInput
|
|
17
|
+
input: CreateBranchCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateBranchCommandInput,
|
|
20
20
|
CreateBranchCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateCommitInput, CreateCommitOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateCommitCommandInput extends CreateCommitInput {}
|
|
5
|
-
export interface CreateCommitCommandOutput
|
|
6
|
-
extends CreateCommitOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateCommitCommandOutput extends CreateCommitOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateCommitCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateCommitCommandInput
|
|
8
|
+
input: CreateCommitCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateCommitCommandInput,
|
|
13
11
|
CreateCommitCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateCommitCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateCommitCommandInput
|
|
17
|
+
input: CreateCommitCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateCommitCommandInput,
|
|
22
20
|
CreateCommitCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePullRequestApprovalRuleOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePullRequestApprovalRuleCommandInput
|
|
8
|
-
extends CreatePullRequestApprovalRuleInput {}
|
|
7
|
+
export interface CreatePullRequestApprovalRuleCommandInput extends CreatePullRequestApprovalRuleInput {}
|
|
9
8
|
export interface CreatePullRequestApprovalRuleCommandOutput
|
|
10
|
-
extends CreatePullRequestApprovalRuleOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePullRequestApprovalRuleOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreatePullRequestApprovalRuleCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePullRequestApprovalRuleCommandInput
|
|
12
|
+
input: CreatePullRequestApprovalRuleCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePullRequestApprovalRuleCommandInput,
|
|
17
15
|
CreatePullRequestApprovalRuleCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePullRequestApprovalRuleCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePullRequestApprovalRuleCommandInput
|
|
21
|
+
input: CreatePullRequestApprovalRuleCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePullRequestApprovalRuleCommandInput,
|
|
26
24
|
CreatePullRequestApprovalRuleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePullRequestInput,
|
|
4
|
-
CreatePullRequestOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePullRequestInput, CreatePullRequestOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreatePullRequestCommandInput extends CreatePullRequestInput {}
|
|
8
|
-
export interface CreatePullRequestCommandOutput
|
|
9
|
-
extends CreatePullRequestOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreatePullRequestCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreatePullRequestCommandInput
|
|
8
|
+
input: CreatePullRequestCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreatePullRequestCommandInput,
|
|
16
11
|
CreatePullRequestCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreatePullRequestCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreatePullRequestCommandInput
|
|
17
|
+
input: CreatePullRequestCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreatePullRequestCommandInput,
|
|
25
20
|
CreatePullRequestCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRepositoryInput,
|
|
4
|
-
CreateRepositoryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateRepositoryCommandInput extends CreateRepositoryInput {}
|
|
8
|
-
export interface CreateRepositoryCommandOutput
|
|
9
|
-
extends CreateRepositoryOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreateRepositoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateRepositoryCommandInput
|
|
8
|
+
input: CreateRepositoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateRepositoryCommandInput,
|
|
16
11
|
CreateRepositoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateRepositoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateRepositoryCommandInput
|
|
17
|
+
input: CreateRepositoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateRepositoryCommandInput,
|
|
25
20
|
CreateRepositoryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateUnreferencedMergeCommitOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateUnreferencedMergeCommitCommandInput
|
|
8
|
-
extends CreateUnreferencedMergeCommitInput {}
|
|
7
|
+
export interface CreateUnreferencedMergeCommitCommandInput extends CreateUnreferencedMergeCommitInput {}
|
|
9
8
|
export interface CreateUnreferencedMergeCommitCommandOutput
|
|
10
|
-
extends CreateUnreferencedMergeCommitOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateUnreferencedMergeCommitOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateUnreferencedMergeCommitCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateUnreferencedMergeCommitCommandInput
|
|
12
|
+
input: CreateUnreferencedMergeCommitCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateUnreferencedMergeCommitCommandInput,
|
|
17
15
|
CreateUnreferencedMergeCommitCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateUnreferencedMergeCommitCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateUnreferencedMergeCommitCommandInput
|
|
21
|
+
input: CreateUnreferencedMergeCommitCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateUnreferencedMergeCommitCommandInput,
|
|
26
24
|
CreateUnreferencedMergeCommitCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteApprovalRuleTemplateOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteApprovalRuleTemplateCommandInput
|
|
8
|
-
extends DeleteApprovalRuleTemplateInput {}
|
|
7
|
+
export interface DeleteApprovalRuleTemplateCommandInput extends DeleteApprovalRuleTemplateInput {}
|
|
9
8
|
export interface DeleteApprovalRuleTemplateCommandOutput
|
|
10
|
-
extends DeleteApprovalRuleTemplateOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteApprovalRuleTemplateOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteApprovalRuleTemplateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteApprovalRuleTemplateCommandInput
|
|
12
|
+
input: DeleteApprovalRuleTemplateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteApprovalRuleTemplateCommandInput,
|
|
17
15
|
DeleteApprovalRuleTemplateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteApprovalRuleTemplateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteApprovalRuleTemplateCommandInput
|
|
21
|
+
input: DeleteApprovalRuleTemplateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteApprovalRuleTemplateCommandInput,
|
|
26
24
|
DeleteApprovalRuleTemplateCommandOutput,
|