@aws-sdk/client-codecatalyst 3.529.1 → 3.535.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-types/CodeCatalyst.d.ts +5 -1
- package/dist-types/CodeCatalystClient.d.ts +1 -1
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
- package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +416 -416
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/CodeCatalyst.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +39 -39
|
@@ -138,6 +138,7 @@ export interface CodeCatalyst {
|
|
|
138
138
|
/**
|
|
139
139
|
* @see {@link GetUserDetailsCommand}
|
|
140
140
|
*/
|
|
141
|
+
getUserDetails(): Promise<GetUserDetailsCommandOutput>;
|
|
141
142
|
getUserDetails(args: GetUserDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDetailsCommandOutput>;
|
|
142
143
|
getUserDetails(args: GetUserDetailsCommandInput, cb: (err: any, data?: GetUserDetailsCommandOutput) => void): void;
|
|
143
144
|
getUserDetails(args: GetUserDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserDetailsCommandOutput) => void): void;
|
|
@@ -156,6 +157,7 @@ export interface CodeCatalyst {
|
|
|
156
157
|
/**
|
|
157
158
|
* @see {@link ListAccessTokensCommand}
|
|
158
159
|
*/
|
|
160
|
+
listAccessTokens(): Promise<ListAccessTokensCommandOutput>;
|
|
159
161
|
listAccessTokens(args: ListAccessTokensCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessTokensCommandOutput>;
|
|
160
162
|
listAccessTokens(args: ListAccessTokensCommandInput, cb: (err: any, data?: ListAccessTokensCommandOutput) => void): void;
|
|
161
163
|
listAccessTokens(args: ListAccessTokensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessTokensCommandOutput) => void): void;
|
|
@@ -198,6 +200,7 @@ export interface CodeCatalyst {
|
|
|
198
200
|
/**
|
|
199
201
|
* @see {@link ListSpacesCommand}
|
|
200
202
|
*/
|
|
203
|
+
listSpaces(): Promise<ListSpacesCommandOutput>;
|
|
201
204
|
listSpaces(args: ListSpacesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpacesCommandOutput>;
|
|
202
205
|
listSpaces(args: ListSpacesCommandInput, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
|
|
203
206
|
listSpaces(args: ListSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
|
|
@@ -264,12 +267,12 @@ export interface CodeCatalyst {
|
|
|
264
267
|
/**
|
|
265
268
|
* @see {@link VerifySessionCommand}
|
|
266
269
|
*/
|
|
270
|
+
verifySession(): Promise<VerifySessionCommandOutput>;
|
|
267
271
|
verifySession(args: VerifySessionCommandInput, options?: __HttpHandlerOptions): Promise<VerifySessionCommandOutput>;
|
|
268
272
|
verifySession(args: VerifySessionCommandInput, cb: (err: any, data?: VerifySessionCommandOutput) => void): void;
|
|
269
273
|
verifySession(args: VerifySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifySessionCommandOutput) => void): void;
|
|
270
274
|
}
|
|
271
275
|
/**
|
|
272
|
-
* @public
|
|
273
276
|
* <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
|
|
274
277
|
* API to work with the following objects. </p>
|
|
275
278
|
* <p>Spaces, by calling the following:</p>
|
|
@@ -445,6 +448,7 @@ export interface CodeCatalyst {
|
|
|
445
448
|
* For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html">Setting up to use the CLI with Amazon CodeCatalyst</a>
|
|
446
449
|
* and the SSO documentation for your SDK.</p>
|
|
447
450
|
* </note>
|
|
451
|
+
* @public
|
|
448
452
|
*/
|
|
449
453
|
export declare class CodeCatalyst extends CodeCatalystClient implements CodeCatalyst {
|
|
450
454
|
}
|
|
@@ -179,7 +179,6 @@ export type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
179
179
|
export interface CodeCatalystClientResolvedConfig extends CodeCatalystClientResolvedConfigType {
|
|
180
180
|
}
|
|
181
181
|
/**
|
|
182
|
-
* @public
|
|
183
182
|
* <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
|
|
184
183
|
* API to work with the following objects. </p>
|
|
185
184
|
* <p>Spaces, by calling the following:</p>
|
|
@@ -355,6 +354,7 @@ export interface CodeCatalystClientResolvedConfig extends CodeCatalystClientReso
|
|
|
355
354
|
* For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html">Setting up to use the CLI with Amazon CodeCatalyst</a>
|
|
356
355
|
* and the SSO documentation for your SDK.</p>
|
|
357
356
|
* </note>
|
|
357
|
+
* @public
|
|
358
358
|
*/
|
|
359
359
|
export declare class CodeCatalystClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeCatalystClientResolvedConfig> {
|
|
360
360
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateAccessTokenCommandOutput extends CreateAccessTokenRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAccessTokenCommand_base: {
|
|
24
24
|
new (input: CreateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password.
|
|
30
30
|
* It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst
|
|
31
31
|
* from resources that include integrated development environments (IDEs) and Git-based source repositories.
|
|
@@ -81,6 +81,7 @@ declare const CreateAccessTokenCommand_base: {
|
|
|
81
81
|
* @throws {@link CodeCatalystServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDevEnvironmentCommand_base: {
|
|
24
24
|
new (input: CreateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored
|
|
30
30
|
* in the source repositories of your project. </p>
|
|
31
31
|
* <note>
|
|
@@ -102,6 +102,7 @@ declare const CreateDevEnvironmentCommand_base: {
|
|
|
102
102
|
* @throws {@link CodeCatalystServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProjectCommand_base: {
|
|
24
24
|
new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a project in a specified space.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const CreateProjectCommand_base: {
|
|
|
78
78
|
* @throws {@link CodeCatalystServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSourceRepositoryBranchCommand_base: {
|
|
24
24
|
new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSourceRepositoryBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a branch in a specified source repository in Amazon CodeCatalyst. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This API only creates a branch in a source repository hosted in Amazon CodeCatalyst. You cannot use this API to create a branch in a linked repository.</p>
|
|
@@ -83,6 +83,7 @@ declare const CreateSourceRepositoryBranchCommand_base: {
|
|
|
83
83
|
* @throws {@link CodeCatalystServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSourceRepositoryCommandOutput extends CreateSourceReposit
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSourceRepositoryCommand_base: {
|
|
24
24
|
new (input: CreateSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an empty Git-based source repository in a specified project. The repository is
|
|
30
30
|
* created with an initial empty commit with a default branch named <code>main</code>.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const CreateSourceRepositoryCommand_base: {
|
|
|
80
80
|
* @throws {@link CodeCatalystServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAccessTokenCommand_base: {
|
|
24
24
|
new (input: DeleteAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const DeleteAccessTokenCommand_base: {
|
|
|
71
71
|
* @throws {@link CodeCatalystServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDevEnvironmentCommand_base: {
|
|
24
24
|
new (input: DeleteDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Dev Environment. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const DeleteDevEnvironmentCommand_base: {
|
|
|
77
77
|
* @throws {@link CodeCatalystServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProjectCommand_base: {
|
|
24
24
|
new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a project in a space.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DeleteProjectCommand_base: {
|
|
|
76
76
|
* @throws {@link CodeCatalystServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSourceRepositoryCommandOutput extends DeleteSourceReposit
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSourceRepositoryCommand_base: {
|
|
24
24
|
new (input: DeleteSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a source repository in Amazon CodeCatalyst. You cannot use this API to delete a linked repository. It can only be used to delete a Amazon CodeCatalyst source repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const DeleteSourceRepositoryCommand_base: {
|
|
|
77
77
|
* @throws {@link CodeCatalystServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSpaceCommandOutput extends DeleteSpaceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSpaceCommand_base: {
|
|
24
24
|
new (input: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a space.</p>
|
|
30
30
|
* <important>
|
|
31
31
|
* <p>Deleting a space cannot be undone. Additionally, since space names must be unique across Amazon CodeCatalyst, you cannot reuse names of deleted spaces.</p>
|
|
@@ -77,6 +77,7 @@ declare const DeleteSpaceCommand_base: {
|
|
|
77
77
|
* @throws {@link CodeCatalystServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDevEnvironmentCommand_base: {
|
|
24
24
|
new (input: GetDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const GetDevEnvironmentCommand_base: {
|
|
|
100
100
|
* @throws {@link CodeCatalystServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetProjectCommand_base: {
|
|
24
24
|
new (input: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetProjectCommand_base: {
|
|
|
77
77
|
* @throws {@link CodeCatalystServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetProjectCommand extends GetProjectCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
24
24
|
new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the URLs that can be used with a Git client to clone a source
|
|
30
30
|
* repository.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
|
76
76
|
* @throws {@link CodeCatalystServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSourceRepositoryCommandOutput extends GetSourceRepositoryRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSourceRepositoryCommand_base: {
|
|
24
24
|
new (input: GetSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a source repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const GetSourceRepositoryCommand_base: {
|
|
|
80
80
|
* @throws {@link CodeCatalystServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSpaceCommand_base: {
|
|
24
24
|
new (input: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about an space.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const GetSpaceCommand_base: {
|
|
|
76
76
|
* @throws {@link CodeCatalystServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetSpaceCommand extends GetSpaceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSubscriptionCommand_base: {
|
|
24
24
|
new (input: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the Amazon Web Services account used for billing purposes
|
|
30
30
|
* and the billing plan for the space.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const GetSubscriptionCommand_base: {
|
|
|
75
75
|
* @throws {@link CodeCatalystServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUserDetailsCommand_base: {
|
|
24
24
|
new (input: GetUserDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetUserDetailsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a user. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const GetUserDetailsCommand_base: {
|
|
|
81
81
|
* @throws {@link CodeCatalystServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkflowCommand_base: {
|
|
24
24
|
new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
87
87
|
* @throws {@link CodeCatalystServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkflowRunCommand_base: {
|
|
24
24
|
new (input: GetWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a specified run of a workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
85
85
|
* @throws {@link CodeCatalystServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAccessTokensCommand_base: {
|
|
24
24
|
new (input: ListAccessTokensCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAccessTokensCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const ListAccessTokensCommand_base: {
|
|
|
81
81
|
* @throws {@link CodeCatalystServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDevEnvironmentSessionsCommandOutput extends ListDevEnvironm
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDevEnvironmentSessionsCommand_base: {
|
|
24
24
|
new (input: ListDevEnvironmentSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDevEnvironmentSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of active sessions for a Dev Environment in a project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListDevEnvironmentSessionsCommand_base: {
|
|
|
86
86
|
* @throws {@link CodeCatalystServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDevEnvironmentsCommandOutput extends ListDevEnvironmentsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDevEnvironmentsCommand_base: {
|
|
24
24
|
new (input: ListDevEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDevEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of Dev Environments in a project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +115,7 @@ declare const ListDevEnvironmentsCommand_base: {
|
|
|
115
115
|
* @throws {@link CodeCatalystServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEventLogsCommandOutput extends ListEventLogsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEventLogsCommand_base: {
|
|
24
24
|
new (input: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of events that occurred during a specific time in a space. You can
|
|
30
30
|
* use these events to audit user and system activity in a space. For more information, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/ipa-monitoring.html">Monitoring</a> in the <i>Amazon CodeCatalyst User Guide</i>.</p>
|
|
@@ -120,6 +120,7 @@ declare const ListEventLogsCommand_base: {
|
|
|
120
120
|
* @throws {@link CodeCatalystServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class ListEventLogsCommand extends ListEventLogsCommand_base {
|
|
125
126
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProjectsCommand_base: {
|
|
24
24
|
new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of projects.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const ListProjectsCommand_base: {
|
|
|
91
91
|
* @throws {@link CodeCatalystServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSourceRepositoriesCommandOutput extends ListSourceRepositor
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSourceRepositoriesCommand_base: {
|
|
24
24
|
new (input: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of source repositories in a project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ListSourceRepositoriesCommand_base: {
|
|
|
85
85
|
* @throws {@link CodeCatalystServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSourceRepositoryBranchesCommandOutput extends ListSourceRep
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSourceRepositoryBranchesCommand_base: {
|
|
24
24
|
new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of branches in a specified source repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ListSourceRepositoryBranchesCommand_base: {
|
|
|
85
85
|
* @throws {@link CodeCatalystServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSpacesCommand_base: {
|
|
24
24
|
new (input: ListSpacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSpacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of spaces.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const ListSpacesCommand_base: {
|
|
|
81
81
|
* @throws {@link CodeCatalystServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListSpacesCommand extends ListSpacesCommand_base {
|
|
86
87
|
}
|