@aws-sdk/client-codecatalyst 3.478.0 → 3.481.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/commands/CreateAccessTokenCommand.js +18 -40
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/CreateProjectCommand.js +18 -40
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +18 -40
- package/dist-cjs/commands/CreateSourceRepositoryCommand.js +18 -40
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +18 -40
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/DeleteProjectCommand.js +18 -40
- package/dist-cjs/commands/DeleteSourceRepositoryCommand.js +18 -40
- package/dist-cjs/commands/DeleteSpaceCommand.js +18 -40
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/GetProjectCommand.js +18 -40
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +18 -40
- package/dist-cjs/commands/GetSourceRepositoryCommand.js +18 -40
- package/dist-cjs/commands/GetSpaceCommand.js +18 -40
- package/dist-cjs/commands/GetSubscriptionCommand.js +18 -40
- package/dist-cjs/commands/GetUserDetailsCommand.js +18 -40
- package/dist-cjs/commands/GetWorkflowCommand.js +18 -40
- package/dist-cjs/commands/GetWorkflowRunCommand.js +18 -40
- package/dist-cjs/commands/ListAccessTokensCommand.js +18 -40
- package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +18 -40
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +18 -40
- package/dist-cjs/commands/ListEventLogsCommand.js +18 -40
- package/dist-cjs/commands/ListProjectsCommand.js +18 -40
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +18 -40
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +18 -40
- package/dist-cjs/commands/ListSpacesCommand.js +18 -40
- package/dist-cjs/commands/ListWorkflowRunsCommand.js +18 -40
- package/dist-cjs/commands/ListWorkflowsCommand.js +18 -40
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +18 -40
- package/dist-cjs/commands/StartWorkflowRunCommand.js +18 -40
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +18 -40
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/UpdateProjectCommand.js +18 -40
- package/dist-cjs/commands/UpdateSpaceCommand.js +18 -40
- package/dist-cjs/commands/VerifySessionCommand.js +18 -40
- package/dist-cjs/endpoint/EndpointParameters.js +6 -1
- package/dist-es/commands/CreateAccessTokenCommand.js +18 -40
- package/dist-es/commands/CreateDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/CreateProjectCommand.js +18 -40
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +18 -40
- package/dist-es/commands/CreateSourceRepositoryCommand.js +18 -40
- package/dist-es/commands/DeleteAccessTokenCommand.js +18 -40
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/DeleteProjectCommand.js +18 -40
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +18 -40
- package/dist-es/commands/DeleteSpaceCommand.js +18 -40
- package/dist-es/commands/GetDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/GetProjectCommand.js +18 -40
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +18 -40
- package/dist-es/commands/GetSourceRepositoryCommand.js +18 -40
- package/dist-es/commands/GetSpaceCommand.js +18 -40
- package/dist-es/commands/GetSubscriptionCommand.js +18 -40
- package/dist-es/commands/GetUserDetailsCommand.js +18 -40
- package/dist-es/commands/GetWorkflowCommand.js +18 -40
- package/dist-es/commands/GetWorkflowRunCommand.js +18 -40
- package/dist-es/commands/ListAccessTokensCommand.js +18 -40
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +18 -40
- package/dist-es/commands/ListDevEnvironmentsCommand.js +18 -40
- package/dist-es/commands/ListEventLogsCommand.js +18 -40
- package/dist-es/commands/ListProjectsCommand.js +18 -40
- package/dist-es/commands/ListSourceRepositoriesCommand.js +18 -40
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +18 -40
- package/dist-es/commands/ListSpacesCommand.js +18 -40
- package/dist-es/commands/ListWorkflowRunsCommand.js +18 -40
- package/dist-es/commands/ListWorkflowsCommand.js +18 -40
- package/dist-es/commands/StartDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +18 -40
- package/dist-es/commands/StartWorkflowRunCommand.js +18 -40
- package/dist-es/commands/StopDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +18 -40
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/UpdateProjectCommand.js +18 -40
- package/dist-es/commands/UpdateSpaceCommand.js +18 -40
- package/dist-es/commands/VerifySessionCommand.js +18 -40
- package/dist-es/endpoint/EndpointParameters.js +5 -0
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -21
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -21
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSpaceCommand.d.ts +6 -21
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/GetProjectCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/GetSpaceCommand.d.ts +6 -21
- package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -21
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventLogsCommand.d.ts +6 -21
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -21
- package/dist-types/commands/ListSpacesCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -21
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -21
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -21
- package/dist-types/commands/VerifySessionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
- package/package.json +8 -8
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetProjectCommandInput extends GetProjectRequest {}
|
|
|
17
11
|
export interface GetProjectCommandOutput
|
|
18
12
|
extends GetProjectResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetProjectCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetProjectCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetProjectCommandInput,
|
|
19
|
+
GetProjectCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetProjectCommand extends GetProjectCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GetSourceRepositoryCloneUrlsCommandInput
|
|
|
21
15
|
export interface GetSourceRepositoryCloneUrlsCommandOutput
|
|
22
16
|
extends GetSourceRepositoryCloneUrlsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetSourceRepositoryCloneUrlsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetSourceRepositoryCloneUrlsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSourceRepositoryCloneUrlsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetSourceRepositoryCloneUrlsCommandInput,
|
|
38
|
-
GetSourceRepositoryCloneUrlsCommandOutput
|
|
23
|
+
GetSourceRepositoryCloneUrlsCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface GetSourceRepositoryCommandInput
|
|
|
21
15
|
export interface GetSourceRepositoryCommandOutput
|
|
22
16
|
extends GetSourceRepositoryResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetSourceRepositoryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSourceRepositoryCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetSourceRepositoryCommandInput,
|
|
23
|
+
GetSourceRepositoryCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetSpaceCommandInput extends GetSpaceRequest {}
|
|
|
17
11
|
export interface GetSpaceCommandOutput
|
|
18
12
|
extends GetSpaceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetSpaceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetSpaceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetSpaceCommandInput,
|
|
19
|
+
GetSpaceCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetSpaceCommand extends GetSpaceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetSubscriptionCommandInput extends GetSubscriptionRequest {}
|
|
|
20
14
|
export interface GetSubscriptionCommandOutput
|
|
21
15
|
extends GetSubscriptionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetSubscriptionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetSubscriptionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetSubscriptionCommandInput,
|
|
22
|
+
GetSubscriptionCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetUserDetailsCommandInput extends GetUserDetailsRequest {}
|
|
|
20
14
|
export interface GetUserDetailsCommandOutput
|
|
21
15
|
extends GetUserDetailsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetUserDetailsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetUserDetailsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetUserDetailsCommandInput,
|
|
22
|
+
GetUserDetailsCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetWorkflowCommandInput extends GetWorkflowRequest {}
|
|
|
17
11
|
export interface GetWorkflowCommandOutput
|
|
18
12
|
extends GetWorkflowResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetWorkflowCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetWorkflowCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetWorkflowCommandInput,
|
|
19
|
+
GetWorkflowCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetWorkflowRunCommandInput extends GetWorkflowRunRequest {}
|
|
|
20
14
|
export interface GetWorkflowRunCommandOutput
|
|
21
15
|
extends GetWorkflowRunResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetWorkflowRunCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetWorkflowRunCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetWorkflowRunCommandInput,
|
|
22
|
+
GetWorkflowRunCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface ListAccessTokensCommandInput extends ListAccessTokensRequest {}
|
|
|
20
14
|
export interface ListAccessTokensCommandOutput
|
|
21
15
|
extends ListAccessTokensResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListAccessTokensCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListAccessTokensCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListAccessTokensCommandInput,
|
|
22
|
+
ListAccessTokensCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListDevEnvironmentSessionsCommandInput
|
|
|
21
15
|
export interface ListDevEnvironmentSessionsCommandOutput
|
|
22
16
|
extends ListDevEnvironmentSessionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListDevEnvironmentSessionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListDevEnvironmentSessionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListDevEnvironmentSessionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListDevEnvironmentSessionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListDevEnvironmentSessionsCommandInput,
|
|
38
|
-
ListDevEnvironmentSessionsCommandOutput
|
|
23
|
+
ListDevEnvironmentSessionsCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListDevEnvironmentsCommandInput
|
|
|
21
15
|
export interface ListDevEnvironmentsCommandOutput
|
|
22
16
|
extends ListDevEnvironmentsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListDevEnvironmentsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListDevEnvironmentsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListDevEnvironmentsCommandInput,
|
|
23
|
+
ListDevEnvironmentsCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface ListEventLogsCommandInput extends ListEventLogsRequest {}
|
|
|
20
14
|
export interface ListEventLogsCommandOutput
|
|
21
15
|
extends ListEventLogsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListEventLogsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListEventLogsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListEventLogsCommandInput,
|
|
22
|
+
ListEventLogsCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListEventLogsCommand extends ListEventLogsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
|
17
11
|
export interface ListProjectsCommandOutput
|
|
18
12
|
extends ListProjectsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListProjectsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListProjectsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListProjectsCommandInput,
|
|
19
|
+
ListProjectsCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListProjectsCommand extends ListProjectsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CodeCatalystClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListSourceRepositoriesCommandInput
|
|
|
21
15
|
export interface ListSourceRepositoriesCommandOutput
|
|
22
16
|
extends ListSourceRepositoriesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListSourceRepositoriesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListSourceRepositoriesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListSourceRepositoriesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListSourceRepositoriesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListSourceRepositoriesCommandInput,
|
|
38
|
-
ListSourceRepositoriesCommandOutput
|
|
23
|
+
ListSourceRepositoriesCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {}
|