@aws-sdk/client-codecatalyst 3.477.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-cjs/pagination/ListAccessTokensPaginator.js +2 -24
- package/dist-cjs/pagination/ListDevEnvironmentSessionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventLogsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProjectsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSpacesPaginator.js +2 -23
- package/dist-cjs/pagination/ListWorkflowRunsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -24
- 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-es/pagination/ListAccessTokensPaginator.js +2 -23
- package/dist-es/pagination/ListDevEnvironmentSessionsPaginator.js +2 -23
- package/dist-es/pagination/ListDevEnvironmentsPaginator.js +2 -23
- package/dist-es/pagination/ListEventLogsPaginator.js +2 -23
- package/dist-es/pagination/ListProjectsPaginator.js +2 -23
- package/dist-es/pagination/ListSourceRepositoriesPaginator.js +2 -23
- package/dist-es/pagination/ListSourceRepositoryBranchesPaginator.js +2 -23
- package/dist-es/pagination/ListSpacesPaginator.js +2 -22
- package/dist-es/pagination/ListWorkflowRunsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowsPaginator.js +2 -23
- 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/pagination/ListAccessTokensPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevEnvironmentSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListAccessTokensPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDevEnvironmentSessionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDevEnvironmentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventLogsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSourceRepositoriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowRunsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +3 -3
- package/package.json +10 -10
|
@@ -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 {}
|
|
@@ -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 ListSourceRepositoryBranchesCommandInput
|
|
|
21
15
|
export interface ListSourceRepositoryBranchesCommandOutput
|
|
22
16
|
extends ListSourceRepositoryBranchesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListSourceRepositoryBranchesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListSourceRepositoryBranchesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListSourceRepositoryBranchesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListSourceRepositoryBranchesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListSourceRepositoryBranchesCommandInput,
|
|
38
|
-
ListSourceRepositoryBranchesCommandOutput
|
|
23
|
+
ListSourceRepositoryBranchesCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_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 ListSpacesCommandInput extends ListSpacesRequest {}
|
|
|
17
11
|
export interface ListSpacesCommandOutput
|
|
18
12
|
extends ListSpacesResponse,
|
|
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 ListSpacesCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListSpacesCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListSpacesCommandInput,
|
|
19
|
+
ListSpacesCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListSpacesCommand extends ListSpacesCommand_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 ListWorkflowRunsCommandInput extends ListWorkflowRunsRequest {}
|
|
|
20
14
|
export interface ListWorkflowRunsCommandOutput
|
|
21
15
|
extends ListWorkflowRunsResponse,
|
|
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 ListWorkflowRunsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListWorkflowRunsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListWorkflowRunsCommandInput,
|
|
22
|
+
ListWorkflowRunsCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_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 ListWorkflowsCommandInput extends ListWorkflowsRequest {}
|
|
|
20
14
|
export interface ListWorkflowsCommandOutput
|
|
21
15
|
extends ListWorkflowsResponse,
|
|
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 ListWorkflowsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListWorkflowsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListWorkflowsCommandInput,
|
|
22
|
+
ListWorkflowsCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_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 StartDevEnvironmentCommandInput
|
|
|
21
15
|
export interface StartDevEnvironmentCommandOutput
|
|
22
16
|
extends StartDevEnvironmentResponse,
|
|
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 StartDevEnvironmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDevEnvironmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartDevEnvironmentCommandInput,
|
|
23
|
+
StartDevEnvironmentCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_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 StartDevEnvironmentSessionCommandInput
|
|
|
21
15
|
export interface StartDevEnvironmentSessionCommandOutput
|
|
22
16
|
extends StartDevEnvironmentSessionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartDevEnvironmentSessionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartDevEnvironmentSessionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartDevEnvironmentSessionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDevEnvironmentSessionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartDevEnvironmentSessionCommandInput,
|
|
38
|
-
StartDevEnvironmentSessionCommandOutput
|
|
23
|
+
StartDevEnvironmentSessionCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_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 StartWorkflowRunCommandInput extends StartWorkflowRunRequest {}
|
|
|
20
14
|
export interface StartWorkflowRunCommandOutput
|
|
21
15
|
extends StartWorkflowRunResponse,
|
|
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 StartWorkflowRunCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: StartWorkflowRunCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
StartWorkflowRunCommandInput,
|
|
22
|
+
StartWorkflowRunCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_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 StopDevEnvironmentCommandInput
|
|
|
21
15
|
export interface StopDevEnvironmentCommandOutput
|
|
22
16
|
extends StopDevEnvironmentResponse,
|
|
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 StopDevEnvironmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StopDevEnvironmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StopDevEnvironmentCommandInput,
|
|
23
|
+
StopDevEnvironmentCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_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 StopDevEnvironmentSessionCommandInput
|
|
|
21
15
|
export interface StopDevEnvironmentSessionCommandOutput
|
|
22
16
|
extends StopDevEnvironmentSessionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StopDevEnvironmentSessionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StopDevEnvironmentSessionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StopDevEnvironmentSessionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StopDevEnvironmentSessionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StopDevEnvironmentSessionCommandInput,
|
|
38
|
-
StopDevEnvironmentSessionCommandOutput
|
|
23
|
+
StopDevEnvironmentSessionCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_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 UpdateDevEnvironmentCommandInput
|
|
|
21
15
|
export interface UpdateDevEnvironmentCommandOutput
|
|
22
16
|
extends UpdateDevEnvironmentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateDevEnvironmentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateDevEnvironmentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateDevEnvironmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDevEnvironmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateDevEnvironmentCommandInput,
|
|
38
|
-
UpdateDevEnvironmentCommandOutput
|
|
23
|
+
UpdateDevEnvironmentCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_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 UpdateProjectCommandInput extends UpdateProjectRequest {}
|
|
|
20
14
|
export interface UpdateProjectCommandOutput
|
|
21
15
|
extends UpdateProjectResponse,
|
|
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 UpdateProjectCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateProjectCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateProjectCommandInput,
|
|
22
|
+
UpdateProjectCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateProjectCommand extends UpdateProjectCommand_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 UpdateSpaceCommandInput extends UpdateSpaceRequest {}
|
|
|
17
11
|
export interface UpdateSpaceCommandOutput
|
|
18
12
|
extends UpdateSpaceResponse,
|
|
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 UpdateSpaceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateSpaceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateSpaceCommandInput,
|
|
19
|
+
UpdateSpaceCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {}
|