@aws-sdk/client-codecatalyst 3.1077.0 → 3.1078.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 +46 -383
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -14
- package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateProjectCommand.js +2 -14
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -14
- package/dist-es/commands/CreateSourceRepositoryCommand.js +2 -14
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -14
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteProjectCommand.js +2 -14
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +2 -14
- package/dist-es/commands/DeleteSpaceCommand.js +2 -14
- package/dist-es/commands/GetDevEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetProjectCommand.js +2 -14
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -14
- package/dist-es/commands/GetSourceRepositoryCommand.js +2 -14
- package/dist-es/commands/GetSpaceCommand.js +2 -14
- package/dist-es/commands/GetSubscriptionCommand.js +2 -14
- package/dist-es/commands/GetUserDetailsCommand.js +2 -14
- package/dist-es/commands/GetWorkflowCommand.js +2 -14
- package/dist-es/commands/GetWorkflowRunCommand.js +2 -14
- package/dist-es/commands/ListAccessTokensCommand.js +2 -14
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +2 -14
- package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListEventLogsCommand.js +2 -14
- package/dist-es/commands/ListProjectsCommand.js +2 -14
- package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -14
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -14
- package/dist-es/commands/ListSpacesCommand.js +2 -14
- package/dist-es/commands/ListWorkflowRunsCommand.js +2 -14
- package/dist-es/commands/ListWorkflowsCommand.js +2 -14
- package/dist-es/commands/StartDevEnvironmentCommand.js +2 -14
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -14
- package/dist-es/commands/StartWorkflowRunCommand.js +2 -14
- package/dist-es/commands/StopDevEnvironmentCommand.js +2 -14
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -14
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateProjectCommand.js +2 -14
- package/dist-es/commands/UpdateSpaceCommand.js +2 -14
- package/dist-es/commands/VerifySessionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +3 -8
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -8
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetProjectCommand.d.ts +3 -8
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +3 -8
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/GetSpaceCommand.d.ts +3 -8
- package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/GetUserDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -8
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventLogsCommand.d.ts +3 -8
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +3 -8
- package/dist-types/commands/ListSpacesCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +3 -8
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -8
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -8
- package/dist-types/commands/VerifySessionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodeCatalystClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAccessTokenCommandInput extends CreateAccessTokenRequest
|
|
|
22
19
|
export interface CreateAccessTokenCommandOutput extends CreateAccessTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAccessTokenCommand_base: {
|
|
25
|
-
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDevEnvironmentCommandInput extends CreateDevEnvironmentRe
|
|
|
22
19
|
export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDevEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProjectCommandInput extends CreateProjectRequest {
|
|
|
22
19
|
export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProjectCommand_base: {
|
|
25
|
-
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a project in a specified space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSourceRepositoryBranchCommandInput extends CreateSourceRe
|
|
|
22
19
|
export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceRepositoryBranchResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSourceRepositoryBranchCommand_base: {
|
|
25
|
-
new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a branch in a specified source repository in Amazon CodeCatalyst. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { CreateSourceRepositoryRequest, CreateSourceRepositoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSourceRepositoryCommandInput extends CreateSourceReposito
|
|
|
22
19
|
export interface CreateSourceRepositoryCommandOutput extends CreateSourceRepositoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSourceRepositoryCommand_base: {
|
|
25
|
-
new (input: CreateSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an empty Git-based source repository in a specified project. The repository is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAccessTokenCommandInput extends DeleteAccessTokenRequest
|
|
|
22
19
|
export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAccessTokenCommand_base: {
|
|
25
|
-
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDevEnvironmentCommandInput extends DeleteDevEnvironmentRe
|
|
|
22
19
|
export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDevEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a Dev Environment. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
|
|
|
22
19
|
export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteProjectCommand_base: {
|
|
25
|
-
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a project in a space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { DeleteSourceRepositoryRequest, DeleteSourceRepositoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSourceRepositoryCommandInput extends DeleteSourceReposito
|
|
|
22
19
|
export interface DeleteSourceRepositoryCommandOutput extends DeleteSourceRepositoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSourceRepositoryCommand_base: {
|
|
25
|
-
new (input: DeleteSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a source repository in Amazon CodeCatalyst. You cannot use this API to delete a linked repository. It can only be used to delete a Amazon CodeCatalyst source repository.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { DeleteSpaceRequest, DeleteSpaceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSpaceCommandInput extends DeleteSpaceRequest {
|
|
|
22
19
|
export interface DeleteSpaceCommandOutput extends DeleteSpaceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSpaceCommand_base: {
|
|
25
|
-
new (input: DeleteSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetDevEnvironmentRequest, GetDevEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDevEnvironmentCommandInput extends GetDevEnvironmentRequest
|
|
|
22
19
|
export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDevEnvironmentCommand_base: {
|
|
25
|
-
new (input: GetDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetProjectRequest, GetProjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetProjectCommandInput extends GetProjectRequest {
|
|
|
22
19
|
export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetProjectCommand_base: {
|
|
25
|
-
new (input: GetProjectCommandInput): import("@smithy/core/client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetProjectCommandInput): import("@smithy/core/client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetProjectCommandInput): import("@smithy/core/client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProjectCommandInput): import("@smithy/core/client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a project.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetSourceRepositoryCloneUrlsRequest, GetSourceRepositoryCloneUrlsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSourceRepositoryCloneUrlsCommandInput extends GetSourceRepos
|
|
|
22
19
|
export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepositoryCloneUrlsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
25
|
-
new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the URLs that can be used with a Git client to clone a source
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetSourceRepositoryRequest, GetSourceRepositoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSourceRepositoryCommandInput extends GetSourceRepositoryRequ
|
|
|
22
19
|
export interface GetSourceRepositoryCommandOutput extends GetSourceRepositoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSourceRepositoryCommand_base: {
|
|
25
|
-
new (input: GetSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSourceRepositoryCommandInput): import("@smithy/core/client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a source repository.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetSpaceRequest, GetSpaceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSpaceCommandInput extends GetSpaceRequest {
|
|
|
22
19
|
export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSpaceCommand_base: {
|
|
25
|
-
new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetSubscriptionRequest, GetSubscriptionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSubscriptionCommandInput extends GetSubscriptionRequest {
|
|
|
22
19
|
export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSubscriptionCommand_base: {
|
|
25
|
-
new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the Amazon Web Services account used for billing purposes
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetUserDetailsRequest, GetUserDetailsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetUserDetailsCommandInput extends GetUserDetailsRequest {
|
|
|
22
19
|
export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetUserDetailsCommand_base: {
|
|
25
|
-
new (input: GetUserDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetUserDetailsCommandInput]): import("@smithy/core/client").CommandImpl<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetUserDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetUserDetailsCommandInput]): import("@smithy/core/client").CommandImpl<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a user. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetWorkflowCommandInput extends GetWorkflowRequest {
|
|
|
22
19
|
export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetWorkflowCommand_base: {
|
|
25
|
-
new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a workflow.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { GetWorkflowRunRequest, GetWorkflowRunResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetWorkflowRunCommandInput extends GetWorkflowRunRequest {
|
|
|
22
19
|
export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetWorkflowRunCommand_base: {
|
|
25
|
-
new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a specified run of a workflow.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
4
2
|
import type { ListAccessTokensRequest, ListAccessTokensResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAccessTokensCommandInput extends ListAccessTokensRequest {
|
|
|
22
19
|
export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAccessTokensCommand_base: {
|
|
25
|
-
new (input: ListAccessTokensCommandInput): import("@smithy/core/client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAccessTokensCommandInput]): import("@smithy/core/client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAccessTokensCommandInput): import("@smithy/core/client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAccessTokensCommandInput]): import("@smithy/core/client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, import("..").CodeCatalystClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.</p>
|