@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,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
4
|
import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSpaceCommandInput extends UpdateSpaceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSpaceCommand_base: {
|
|
24
|
+
new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Changes one or more values for a space.</p>
|
|
@@ -74,23 +77,5 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UpdateSpaceCommand extends
|
|
78
|
-
readonly input: UpdateSpaceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UpdateSpaceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSpaceCommandInput, UpdateSpaceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
4
|
import { VerifySessionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface VerifySessionCommandInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface VerifySessionCommandOutput extends VerifySessionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const VerifySessionCommand_base: {
|
|
24
|
+
new (input: VerifySessionCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.</p>
|
|
@@ -69,23 +72,5 @@ export interface VerifySessionCommandOutput extends VerifySessionResponse, __Met
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class VerifySessionCommand extends
|
|
73
|
-
readonly input: VerifySessionCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: VerifySessionCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifySessionCommandInput, VerifySessionCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class VerifySessionCommand extends VerifySessionCommand_base {
|
|
91
76
|
}
|
|
@@ -13,6 +13,20 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
13
13
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
14
14
|
defaultSigningName: string;
|
|
15
15
|
};
|
|
16
|
+
export declare const commonParams: {
|
|
17
|
+
readonly UseFIPS: {
|
|
18
|
+
readonly type: "builtInParams";
|
|
19
|
+
readonly name: "useFipsEndpoint";
|
|
20
|
+
};
|
|
21
|
+
readonly Endpoint: {
|
|
22
|
+
readonly type: "builtInParams";
|
|
23
|
+
readonly name: "endpoint";
|
|
24
|
+
};
|
|
25
|
+
readonly Region: {
|
|
26
|
+
readonly type: "builtInParams";
|
|
27
|
+
readonly name: "region";
|
|
28
|
+
};
|
|
29
|
+
};
|
|
16
30
|
export interface EndpointParameters extends __EndpointParameters {
|
|
17
31
|
UseFIPS?: boolean;
|
|
18
32
|
Region?: string;
|
|
@@ -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 CreateAccessTokenCommandInput
|
|
|
21
15
|
export interface CreateAccessTokenCommandOutput
|
|
22
16
|
extends CreateAccessTokenResponse,
|
|
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 CreateAccessTokenCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAccessTokenCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateAccessTokenCommandInput,
|
|
23
|
+
CreateAccessTokenCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_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 CreateDevEnvironmentCommandInput
|
|
|
21
15
|
export interface CreateDevEnvironmentCommandOutput
|
|
22
16
|
extends CreateDevEnvironmentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateDevEnvironmentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateDevEnvironmentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateDevEnvironmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateDevEnvironmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateDevEnvironmentCommandInput,
|
|
38
|
-
CreateDevEnvironmentCommandOutput
|
|
23
|
+
CreateDevEnvironmentCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_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 CreateProjectCommandInput extends CreateProjectRequest {}
|
|
|
20
14
|
export interface CreateProjectCommandOutput
|
|
21
15
|
extends CreateProjectResponse,
|
|
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 CreateProjectCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateProjectCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateProjectCommandInput,
|
|
22
|
+
CreateProjectCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateProjectCommand extends CreateProjectCommand_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 CreateSourceRepositoryBranchCommandInput
|
|
|
21
15
|
export interface CreateSourceRepositoryBranchCommandOutput
|
|
22
16
|
extends CreateSourceRepositoryBranchResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateSourceRepositoryBranchCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateSourceRepositoryBranchCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateSourceRepositoryBranchCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateSourceRepositoryBranchCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateSourceRepositoryBranchCommandInput,
|
|
38
|
-
CreateSourceRepositoryBranchCommandOutput
|
|
23
|
+
CreateSourceRepositoryBranchCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_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 CreateSourceRepositoryCommandInput
|
|
|
21
15
|
export interface CreateSourceRepositoryCommandOutput
|
|
22
16
|
extends CreateSourceRepositoryResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateSourceRepositoryCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateSourceRepositoryCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateSourceRepositoryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateSourceRepositoryCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateSourceRepositoryCommandInput,
|
|
38
|
-
CreateSourceRepositoryCommandOutput
|
|
23
|
+
CreateSourceRepositoryCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_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 DeleteAccessTokenCommandInput
|
|
|
21
15
|
export interface DeleteAccessTokenCommandOutput
|
|
22
16
|
extends DeleteAccessTokenResponse,
|
|
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 DeleteAccessTokenCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteAccessTokenCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteAccessTokenCommandInput,
|
|
23
|
+
DeleteAccessTokenCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_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 DeleteDevEnvironmentCommandInput
|
|
|
21
15
|
export interface DeleteDevEnvironmentCommandOutput
|
|
22
16
|
extends DeleteDevEnvironmentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteDevEnvironmentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteDevEnvironmentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteDevEnvironmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteDevEnvironmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteDevEnvironmentCommandInput,
|
|
38
|
-
DeleteDevEnvironmentCommandOutput
|
|
23
|
+
DeleteDevEnvironmentCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_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 DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
|
20
14
|
export interface DeleteProjectCommandOutput
|
|
21
15
|
extends DeleteProjectResponse,
|
|
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 DeleteProjectCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteProjectCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteProjectCommandInput,
|
|
22
|
+
DeleteProjectCommandOutput,
|
|
23
|
+
CodeCatalystClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteProjectCommand extends DeleteProjectCommand_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 DeleteSourceRepositoryCommandInput
|
|
|
21
15
|
export interface DeleteSourceRepositoryCommandOutput
|
|
22
16
|
extends DeleteSourceRepositoryResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteSourceRepositoryCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteSourceRepositoryCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CodeCatalystClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteSourceRepositoryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteSourceRepositoryCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteSourceRepositoryCommandInput,
|
|
38
|
-
DeleteSourceRepositoryCommandOutput
|
|
23
|
+
DeleteSourceRepositoryCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_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 DeleteSpaceCommandInput extends DeleteSpaceRequest {}
|
|
|
17
11
|
export interface DeleteSpaceCommandOutput
|
|
18
12
|
extends DeleteSpaceResponse,
|
|
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 DeleteSpaceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteSpaceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteSpaceCommandInput,
|
|
19
|
+
DeleteSpaceCommandOutput,
|
|
20
|
+
CodeCatalystClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteSpaceCommand extends DeleteSpaceCommand_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 GetDevEnvironmentCommandInput
|
|
|
21
15
|
export interface GetDevEnvironmentCommandOutput
|
|
22
16
|
extends GetDevEnvironmentResponse,
|
|
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 GetDevEnvironmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDevEnvironmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetDevEnvironmentCommandInput,
|
|
23
|
+
GetDevEnvironmentCommandOutput,
|
|
24
|
+
CodeCatalystClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {}
|