@aws-sdk/client-codecatalyst 3.296.0 → 3.298.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 +1 -1
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateProjectCommand.js +2 -3
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -3
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -3
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetProjectCommand.js +2 -3
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
- package/dist-cjs/commands/GetSpaceCommand.js +2 -3
- package/dist-cjs/commands/GetSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/GetUserDetailsCommand.js +2 -3
- package/dist-cjs/commands/ListAccessTokensCommand.js +2 -3
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListEventLogsCommand.js +2 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -3
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -3
- package/dist-cjs/commands/ListSpacesCommand.js +2 -3
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +1 -1
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -3
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/VerifySessionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -274
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
- package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateProjectCommand.js +2 -3
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -3
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -3
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetProjectCommand.js +2 -3
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
- package/dist-es/commands/GetSpaceCommand.js +2 -3
- package/dist-es/commands/GetSubscriptionCommand.js +2 -3
- package/dist-es/commands/GetUserDetailsCommand.js +2 -3
- package/dist-es/commands/ListAccessTokensCommand.js +2 -3
- package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListEventLogsCommand.js +2 -3
- package/dist-es/commands/ListProjectsCommand.js +2 -3
- package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -3
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -3
- package/dist-es/commands/ListSpacesCommand.js +2 -3
- package/dist-es/commands/StartDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
- package/dist-es/commands/StopDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -3
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -3
- package/dist-es/commands/VerifySessionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -204
- package/dist-types/CodeCatalyst.d.ts +26 -0
- package/dist-types/CodeCatalystClient.d.ts +24 -4
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +16 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetProjectCommand.d.ts +16 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +16 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +16 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +16 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +16 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +16 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +16 -0
- package/dist-types/models/CodeCatalystServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +199 -272
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessTokensPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEventLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -192
- package/package.json +3 -2
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAccessTokenCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAccessTokenCommandInput extends CreateAccessTokenRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAccessTokenCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAccessTokenCommandOutput extends CreateAccessTokenResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password.
|
|
18
23
|
* It is associated with your user account. You use PATs to access Amazon CodeCatalyst resources such as source repositories from third-party applications
|
|
19
24
|
* like Git and integrated development environments (IDEs). For more information, see
|
|
@@ -28,6 +33,8 @@ export interface CreateAccessTokenCommandOutput extends CreateAccessTokenRespons
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateAccessTokenCommandInput - {@link CreateAccessTokenCommandInput}
|
|
37
|
+
* @returns {@link CreateAccessTokenCommandOutput}
|
|
31
38
|
* @see {@link CreateAccessTokenCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateAccessTokenCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateAccessTokenCommandOutput extends CreateAccessTokenRespons
|
|
|
57
64
|
export declare class CreateAccessTokenCommand extends $Command<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateAccessTokenCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateAccessTokenCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDevEnvironmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDevEnvironmentCommandInput extends CreateDevEnvironmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDevEnvironmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to quickly work on the code stored in the source repositories of your project.
|
|
18
23
|
* </p>
|
|
19
24
|
* <note>
|
|
@@ -30,6 +35,8 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateDevEnvironmentCommandInput - {@link CreateDevEnvironmentCommandInput}
|
|
39
|
+
* @returns {@link CreateDevEnvironmentCommandOutput}
|
|
33
40
|
* @see {@link CreateDevEnvironmentCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateDevEnvironmentCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
|
|
|
59
66
|
export declare class CreateDevEnvironmentCommand extends $Command<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
60
67
|
readonly input: CreateDevEnvironmentCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: CreateDevEnvironmentCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateProjectCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateProjectCommandInput extends CreateProjectRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateProjectCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a project in a specified space.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateProjectCommandInput - {@link CreateProjectCommandInput}
|
|
34
|
+
* @returns {@link CreateProjectCommandOutput}
|
|
28
35
|
* @see {@link CreateProjectCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
54
61
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: CreateProjectCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: CreateProjectCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSourceRepositoryBranchCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSourceRepositoryBranchCommandInput extends CreateSourceRepositoryBranchRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSourceRepositoryBranchCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceRepositoryBranchResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a branch in a specified source repository in Amazon CodeCatalyst. </p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <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>
|
|
@@ -28,6 +33,8 @@ export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateSourceRepositoryBranchCommandInput - {@link CreateSourceRepositoryBranchCommandInput}
|
|
37
|
+
* @returns {@link CreateSourceRepositoryBranchCommandOutput}
|
|
31
38
|
* @see {@link CreateSourceRepositoryBranchCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateSourceRepositoryBranchCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceR
|
|
|
57
64
|
export declare class CreateSourceRepositoryBranchCommand extends $Command<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateSourceRepositoryBranchCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateSourceRepositoryBranchCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAccessTokenCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAccessTokenCommandInput extends DeleteAccessTokenRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAccessTokenCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteAccessTokenCommandInput - {@link DeleteAccessTokenCommandInput}
|
|
34
|
+
* @returns {@link DeleteAccessTokenCommandOutput}
|
|
28
35
|
* @see {@link DeleteAccessTokenCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteAccessTokenCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenRespons
|
|
|
54
61
|
export declare class DeleteAccessTokenCommand extends $Command<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteAccessTokenCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteAccessTokenCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDevEnvironmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDevEnvironmentCommandInput extends DeleteDevEnvironmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDevEnvironmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a Dev Environment. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteDevEnvironmentCommandInput - {@link DeleteDevEnvironmentCommandInput}
|
|
34
|
+
* @returns {@link DeleteDevEnvironmentCommandOutput}
|
|
28
35
|
* @see {@link DeleteDevEnvironmentCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteDevEnvironmentCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentR
|
|
|
54
61
|
export declare class DeleteDevEnvironmentCommand extends $Command<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteDevEnvironmentCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteDevEnvironmentCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { GetDevEnvironmentRequest, GetDevEnvironmentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDevEnvironmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDevEnvironmentCommandInput extends GetDevEnvironmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDevEnvironmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDevEnvironmentCommandInput - {@link GetDevEnvironmentCommandInput}
|
|
34
|
+
* @returns {@link GetDevEnvironmentCommandOutput}
|
|
28
35
|
* @see {@link GetDevEnvironmentCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDevEnvironmentCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentRespons
|
|
|
54
61
|
export declare class GetDevEnvironmentCommand extends $Command<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: GetDevEnvironmentCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetDevEnvironmentCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { GetProjectRequest, GetProjectResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetProjectCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetProjectCommandInput extends GetProjectRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetProjectCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a project.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetProjectCommandInput - {@link GetProjectCommandInput}
|
|
34
|
+
* @returns {@link GetProjectCommandOutput}
|
|
28
35
|
* @see {@link GetProjectCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetProjectCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataB
|
|
|
54
61
|
export declare class GetProjectCommand extends $Command<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: GetProjectCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetProjectCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProjectCommandInput, GetProjectCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { GetSourceRepositoryCloneUrlsRequest, GetSourceRepositoryCloneUrlsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSourceRepositoryCloneUrlsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSourceRepositoryCloneUrlsCommandInput extends GetSourceRepositoryCloneUrlsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSourceRepositoryCloneUrlsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepositoryCloneUrlsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the URLs that can be used with a Git client to clone a source
|
|
18
23
|
* repository.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetSourceRepositoryCloneUrlsCommandInput - {@link GetSourceRepositoryCloneUrlsCommandInput}
|
|
35
|
+
* @returns {@link GetSourceRepositoryCloneUrlsCommandOutput}
|
|
29
36
|
* @see {@link GetSourceRepositoryCloneUrlsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetSourceRepositoryCloneUrlsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepo
|
|
|
55
62
|
export declare class GetSourceRepositoryCloneUrlsCommand extends $Command<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
56
63
|
readonly input: GetSourceRepositoryCloneUrlsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: GetSourceRepositoryCloneUrlsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { GetSpaceRequest, GetSpaceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSpaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSpaceCommandInput extends GetSpaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSpaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about an space.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetSpaceCommandInput - {@link GetSpaceCommandInput}
|
|
34
|
+
* @returns {@link GetSpaceCommandOutput}
|
|
28
35
|
* @see {@link GetSpaceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetSpaceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBeare
|
|
|
54
61
|
export declare class GetSpaceCommand extends $Command<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: GetSpaceCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetSpaceCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSpaceCommandInput, GetSpaceCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { GetSubscriptionRequest, GetSubscriptionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSubscriptionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSubscriptionCommandInput extends GetSubscriptionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSubscriptionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the Amazon Web Services account used for billing purposes
|
|
18
23
|
* and the billing plan for the space.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetSubscriptionCommandInput - {@link GetSubscriptionCommandInput}
|
|
35
|
+
* @returns {@link GetSubscriptionCommandOutput}
|
|
29
36
|
* @see {@link GetSubscriptionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetSubscriptionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, _
|
|
|
55
62
|
export declare class GetSubscriptionCommand extends $Command<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
56
63
|
readonly input: GetSubscriptionCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: GetSubscriptionCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionCommandInput, GetSubscriptionCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { GetUserDetailsRequest, GetUserDetailsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetUserDetailsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetUserDetailsCommandInput extends GetUserDetailsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetUserDetailsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a user. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetUserDetailsCommandInput - {@link GetUserDetailsCommandInput}
|
|
34
|
+
* @returns {@link GetUserDetailsCommandOutput}
|
|
28
35
|
* @see {@link GetUserDetailsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetUserDetailsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __M
|
|
|
54
61
|
export declare class GetUserDetailsCommand extends $Command<GetUserDetailsCommandInput, GetUserDetailsCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: GetUserDetailsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetUserDetailsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserDetailsCommandInput, GetUserDetailsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
|
|
5
5
|
import { ListAccessTokensRequest, ListAccessTokensResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAccessTokensCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAccessTokensCommandInput extends ListAccessTokensRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAccessTokensCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAccessTokensCommandInput - {@link ListAccessTokensCommandInput}
|
|
34
|
+
* @returns {@link ListAccessTokensCommandOutput}
|
|
28
35
|
* @see {@link ListAccessTokensCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAccessTokensCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeCatalystClientResolvedConfig | config} for CodeCatalystClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse,
|
|
|
54
61
|
export declare class ListAccessTokensCommand extends $Command<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, CodeCatalystClientResolvedConfig> {
|
|
55
62
|
readonly input: ListAccessTokensCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListAccessTokensCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessTokensCommandInput, ListAccessTokensCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|