@aws-sdk/client-codecatalyst 3.222.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/LICENSE +201 -0
- package/README.md +312 -0
- package/dist-cjs/CodeCatalyst.js +367 -0
- package/dist-cjs/CodeCatalystClient.js +40 -0
- package/dist-cjs/commands/CreateAccessTokenCommand.js +45 -0
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/CreateProjectCommand.js +45 -0
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +45 -0
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +45 -0
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/GetProjectCommand.js +45 -0
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +45 -0
- package/dist-cjs/commands/GetSpaceCommand.js +45 -0
- package/dist-cjs/commands/GetSubscriptionCommand.js +45 -0
- package/dist-cjs/commands/GetUserDetailsCommand.js +45 -0
- package/dist-cjs/commands/ListAccessTokensCommand.js +45 -0
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +45 -0
- package/dist-cjs/commands/ListEventLogsCommand.js +45 -0
- package/dist-cjs/commands/ListProjectsCommand.js +45 -0
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +45 -0
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +45 -0
- package/dist-cjs/commands/ListSpacesCommand.js +45 -0
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +45 -0
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/VerifySessionCommand.js +45 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/EndpointParameters.js +11 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +214 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/CodeCatalystServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +416 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccessTokensPaginator.js +36 -0
- package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +36 -0
- package/dist-cjs/pagination/ListEventLogsPaginator.js +36 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSpacesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2372 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/CodeCatalyst.js +363 -0
- package/dist-es/CodeCatalystClient.js +36 -0
- package/dist-es/commands/CreateAccessTokenCommand.js +41 -0
- package/dist-es/commands/CreateDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/CreateProjectCommand.js +41 -0
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +41 -0
- package/dist-es/commands/DeleteAccessTokenCommand.js +41 -0
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/GetDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/GetProjectCommand.js +41 -0
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +41 -0
- package/dist-es/commands/GetSpaceCommand.js +41 -0
- package/dist-es/commands/GetSubscriptionCommand.js +41 -0
- package/dist-es/commands/GetUserDetailsCommand.js +41 -0
- package/dist-es/commands/ListAccessTokensCommand.js +41 -0
- package/dist-es/commands/ListDevEnvironmentsCommand.js +41 -0
- package/dist-es/commands/ListEventLogsCommand.js +41 -0
- package/dist-es/commands/ListProjectsCommand.js +41 -0
- package/dist-es/commands/ListSourceRepositoriesCommand.js +41 -0
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +41 -0
- package/dist-es/commands/ListSpacesCommand.js +41 -0
- package/dist-es/commands/StartDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +41 -0
- package/dist-es/commands/StopDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/VerifySessionCommand.js +41 -0
- package/dist-es/commands/index.js +24 -0
- package/dist-es/endpoint/EndpointParameters.js +7 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +211 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/CodeCatalystServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +337 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccessTokensPaginator.js +32 -0
- package/dist-es/pagination/ListDevEnvironmentsPaginator.js +32 -0
- package/dist-es/pagination/ListEventLogsPaginator.js +32 -0
- package/dist-es/pagination/ListProjectsPaginator.js +32 -0
- package/dist-es/pagination/ListSourceRepositoriesPaginator.js +32 -0
- package/dist-es/pagination/ListSourceRepositoryBranchesPaginator.js +32 -0
- package/dist-es/pagination/ListSpacesPaginator.js +31 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +2321 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +41 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/CodeCatalyst.d.ts +291 -0
- package/dist-types/CodeCatalystClient.d.ts +263 -0
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +40 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +37 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +40 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/GetProjectCommand.d.ts +37 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +38 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +37 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +37 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +37 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +37 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +37 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +37 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +37 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +37 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +37 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +17 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/CodeCatalystServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1601 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessTokensPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEventLogsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSpacesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +74 -0
- package/dist-types/runtimeConfig.browser.d.ts +36 -0
- package/dist-types/runtimeConfig.d.ts +36 -0
- package/dist-types/runtimeConfig.native.d.ts +35 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/CodeCatalyst.d.ts +412 -0
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +253 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +662 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListAccessTokensPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDevEnvironmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventLogsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSourceRepositoriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSourceRepositoryBranchesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +57 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- package/package.json +100 -0
|
@@ -0,0 +1,1601 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The request was denied because you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.</p>
|
|
5
|
+
*/
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request.
|
|
16
|
+
* Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.</p>
|
|
17
|
+
*/
|
|
18
|
+
export declare class ConflictException extends __BaseException {
|
|
19
|
+
readonly name: "ConflictException";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
25
|
+
}
|
|
26
|
+
export interface CreateAccessTokenRequest {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The friendly name of the personal access token.</p>
|
|
29
|
+
*/
|
|
30
|
+
name: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
33
|
+
*/
|
|
34
|
+
expiresTime?: Date;
|
|
35
|
+
}
|
|
36
|
+
export interface CreateAccessTokenResponse {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The secret value of the personal access token.</p>
|
|
39
|
+
*/
|
|
40
|
+
secret: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The friendly name of the personal access token.</p>
|
|
43
|
+
*/
|
|
44
|
+
name?: string;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>. If not specified, the default is one year from creation.</p>
|
|
47
|
+
*/
|
|
48
|
+
expiresTime?: Date;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* <p>The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.</p>
|
|
52
|
+
*/
|
|
53
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
54
|
+
readonly name: "ResourceNotFoundException";
|
|
55
|
+
readonly $fault: "client";
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
59
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* <p>The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce
|
|
63
|
+
* the number of resources, or change the tier if applicable.</p>
|
|
64
|
+
*/
|
|
65
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
66
|
+
readonly name: "ServiceQuotaExceededException";
|
|
67
|
+
readonly $fault: "client";
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
71
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* <p>The request was denied due to request throttling.</p>
|
|
75
|
+
*/
|
|
76
|
+
export declare class ThrottlingException extends __BaseException {
|
|
77
|
+
readonly name: "ThrottlingException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
$retryable: {};
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* <p>The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.</p>
|
|
87
|
+
*/
|
|
88
|
+
export declare class ValidationException extends __BaseException {
|
|
89
|
+
readonly name: "ValidationException";
|
|
90
|
+
readonly $fault: "client";
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
95
|
+
}
|
|
96
|
+
export interface DeleteAccessTokenRequest {
|
|
97
|
+
/**
|
|
98
|
+
* <p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your user account by calling <a>ListAccessTokens</a>.</p>
|
|
99
|
+
*/
|
|
100
|
+
id: string | undefined;
|
|
101
|
+
}
|
|
102
|
+
export interface DeleteAccessTokenResponse {
|
|
103
|
+
}
|
|
104
|
+
export interface ListAccessTokensRequest {
|
|
105
|
+
/**
|
|
106
|
+
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
107
|
+
*/
|
|
108
|
+
maxResults?: number;
|
|
109
|
+
/**
|
|
110
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
111
|
+
*/
|
|
112
|
+
nextToken?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* <p>Information about a specified personal access token (PAT).</p>
|
|
116
|
+
*/
|
|
117
|
+
export interface AccessTokenSummary {
|
|
118
|
+
/**
|
|
119
|
+
* <p>The system-generated ID of the personal access token.</p>
|
|
120
|
+
*/
|
|
121
|
+
id: string | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The friendly name of the personal access token.</p>
|
|
124
|
+
*/
|
|
125
|
+
name: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
128
|
+
*/
|
|
129
|
+
expiresTime?: Date;
|
|
130
|
+
}
|
|
131
|
+
export interface ListAccessTokensResponse {
|
|
132
|
+
/**
|
|
133
|
+
* <p>A list of personal access tokens (PATs) associated with the calling user.</p>
|
|
134
|
+
*/
|
|
135
|
+
items: AccessTokenSummary[] | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
138
|
+
*/
|
|
139
|
+
nextToken?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare enum CatalogActionVersionFileRecordType {
|
|
142
|
+
LICENSE = "LICENSE",
|
|
143
|
+
README = "README"
|
|
144
|
+
}
|
|
145
|
+
export interface GetUserDetailsRequest {
|
|
146
|
+
/**
|
|
147
|
+
* <p>The system-generated unique ID of the user. </p>
|
|
148
|
+
*/
|
|
149
|
+
id?: string;
|
|
150
|
+
/**
|
|
151
|
+
* <p>The name of the user as displayed in Amazon CodeCatalyst.</p>
|
|
152
|
+
*/
|
|
153
|
+
userName?: string;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* <p>Information about an email address.</p>
|
|
157
|
+
*/
|
|
158
|
+
export interface EmailAddress {
|
|
159
|
+
/**
|
|
160
|
+
* <p>The email address.</p>
|
|
161
|
+
*/
|
|
162
|
+
email?: string;
|
|
163
|
+
/**
|
|
164
|
+
* <p>Whether the email address has been verified.</p>
|
|
165
|
+
*/
|
|
166
|
+
verified?: boolean;
|
|
167
|
+
}
|
|
168
|
+
export interface GetUserDetailsResponse {
|
|
169
|
+
/**
|
|
170
|
+
* <p>The system-generated unique ID of the user.</p>
|
|
171
|
+
*/
|
|
172
|
+
userId?: string;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The name of the user as displayed in Amazon CodeCatalyst.</p>
|
|
175
|
+
*/
|
|
176
|
+
userName?: string;
|
|
177
|
+
/**
|
|
178
|
+
* <p>The friendly name displayed for the user in Amazon CodeCatalyst.</p>
|
|
179
|
+
*/
|
|
180
|
+
displayName?: string;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The email address provided by the user when they signed up.</p>
|
|
183
|
+
*/
|
|
184
|
+
primaryEmail?: EmailAddress;
|
|
185
|
+
/**
|
|
186
|
+
* <p/>
|
|
187
|
+
*/
|
|
188
|
+
version?: string;
|
|
189
|
+
}
|
|
190
|
+
export interface ListEventLogsRequest {
|
|
191
|
+
/**
|
|
192
|
+
* <p>The name of the space.</p>
|
|
193
|
+
*/
|
|
194
|
+
spaceName: string | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
197
|
+
*/
|
|
198
|
+
startTime: Date | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
201
|
+
*/
|
|
202
|
+
endTime: Date | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The name of the event.</p>
|
|
205
|
+
*/
|
|
206
|
+
eventName?: string;
|
|
207
|
+
/**
|
|
208
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
209
|
+
*/
|
|
210
|
+
nextToken?: string;
|
|
211
|
+
/**
|
|
212
|
+
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
213
|
+
*/
|
|
214
|
+
maxResults?: number;
|
|
215
|
+
}
|
|
216
|
+
export declare enum OperationType {
|
|
217
|
+
MUTATION = "MUTATION",
|
|
218
|
+
READONLY = "READONLY"
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* <p>Information about a project in a space.</p>
|
|
222
|
+
*/
|
|
223
|
+
export interface ProjectInformation {
|
|
224
|
+
/**
|
|
225
|
+
* <p>The name of the project in the space.</p>
|
|
226
|
+
*/
|
|
227
|
+
name?: string;
|
|
228
|
+
/**
|
|
229
|
+
* <p>The system-generated unique ID of the project.</p>
|
|
230
|
+
*/
|
|
231
|
+
projectId?: string;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* <p>Information about the payload of an event recording Amazon CodeCatalyst activity.</p>
|
|
235
|
+
*/
|
|
236
|
+
export interface EventPayload {
|
|
237
|
+
/**
|
|
238
|
+
* <p>The type of content in the event payload.</p>
|
|
239
|
+
*/
|
|
240
|
+
contentType?: string;
|
|
241
|
+
/**
|
|
242
|
+
* <p>The data included in the event payload.</p>
|
|
243
|
+
*/
|
|
244
|
+
data?: string;
|
|
245
|
+
}
|
|
246
|
+
export declare enum UserType {
|
|
247
|
+
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
248
|
+
UNKNOWN = "UNKNOWN",
|
|
249
|
+
USER = "USER"
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* <p>Information about a user whose activity is recorded in an event for a space.</p>
|
|
253
|
+
*/
|
|
254
|
+
export interface UserIdentity {
|
|
255
|
+
/**
|
|
256
|
+
* <p>The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.</p>
|
|
257
|
+
*/
|
|
258
|
+
userType: UserType | string | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* <p/>
|
|
261
|
+
*/
|
|
262
|
+
principalId: string | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* <p>The display name of the user in Amazon CodeCatalyst.</p>
|
|
265
|
+
*/
|
|
266
|
+
userName?: string;
|
|
267
|
+
/**
|
|
268
|
+
* <p>The Amazon Web Services account number of the user in Amazon Web Services, if any.</p>
|
|
269
|
+
*/
|
|
270
|
+
awsAccountId?: string;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* <p>Information about an entry in an event log of Amazon CodeCatalyst activity.</p>
|
|
274
|
+
*/
|
|
275
|
+
export interface EventLogEntry {
|
|
276
|
+
/**
|
|
277
|
+
* <p>The system-generated unique ID of the event.</p>
|
|
278
|
+
*/
|
|
279
|
+
id: string | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* <p>The name of the event.</p>
|
|
282
|
+
*/
|
|
283
|
+
eventName: string | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The type of the event.</p>
|
|
286
|
+
*/
|
|
287
|
+
eventType: string | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* <p>The category for the event.</p>
|
|
290
|
+
*/
|
|
291
|
+
eventCategory: string | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>The source of the event.</p>
|
|
294
|
+
*/
|
|
295
|
+
eventSource: string | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* <p>The time the event took place, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
298
|
+
*/
|
|
299
|
+
eventTime: Date | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* <p>The type of the event.</p>
|
|
302
|
+
*/
|
|
303
|
+
operationType: OperationType | string | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The system-generated unique ID of the user whose actions are recorded in the event.</p>
|
|
306
|
+
*/
|
|
307
|
+
userIdentity: UserIdentity | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* <p>Information about the project where the event occurred.</p>
|
|
310
|
+
*/
|
|
311
|
+
projectInformation?: ProjectInformation;
|
|
312
|
+
/**
|
|
313
|
+
* <p>The system-generated unique ID of the request.</p>
|
|
314
|
+
*/
|
|
315
|
+
requestId?: string;
|
|
316
|
+
/**
|
|
317
|
+
* <p>Information about the payload of the request.</p>
|
|
318
|
+
*/
|
|
319
|
+
requestPayload?: EventPayload;
|
|
320
|
+
/**
|
|
321
|
+
* <p>Information about the payload of the response, if any.</p>
|
|
322
|
+
*/
|
|
323
|
+
responsePayload?: EventPayload;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The code of the error, if any.</p>
|
|
326
|
+
*/
|
|
327
|
+
errorCode?: string;
|
|
328
|
+
/**
|
|
329
|
+
* <p>The IP address of the user whose actions are recorded in the event.</p>
|
|
330
|
+
*/
|
|
331
|
+
sourceIpAddress?: string;
|
|
332
|
+
/**
|
|
333
|
+
* <p/>
|
|
334
|
+
*/
|
|
335
|
+
userAgent?: string;
|
|
336
|
+
}
|
|
337
|
+
export interface ListEventLogsResponse {
|
|
338
|
+
/**
|
|
339
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
340
|
+
*/
|
|
341
|
+
nextToken?: string;
|
|
342
|
+
/**
|
|
343
|
+
* <p>Information about each event retrieved in the list.</p>
|
|
344
|
+
*/
|
|
345
|
+
items: EventLogEntry[] | undefined;
|
|
346
|
+
}
|
|
347
|
+
export interface GetSpaceRequest {
|
|
348
|
+
/**
|
|
349
|
+
* <p>The name of the space.</p>
|
|
350
|
+
*/
|
|
351
|
+
name: string | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface GetSpaceResponse {
|
|
354
|
+
/**
|
|
355
|
+
* <p>The name of the space.</p>
|
|
356
|
+
*/
|
|
357
|
+
name: string | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* <p>The Amazon Web Services Region where the space exists.</p>
|
|
360
|
+
*/
|
|
361
|
+
regionName: string | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>The friendly name of the space displayed to users.</p>
|
|
364
|
+
*/
|
|
365
|
+
displayName?: string;
|
|
366
|
+
/**
|
|
367
|
+
* <p>The description of the space.</p>
|
|
368
|
+
*/
|
|
369
|
+
description?: string;
|
|
370
|
+
}
|
|
371
|
+
export interface ListSpacesRequest {
|
|
372
|
+
/**
|
|
373
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
374
|
+
*/
|
|
375
|
+
nextToken?: string;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* <p>Information about an space.</p>
|
|
379
|
+
*/
|
|
380
|
+
export interface SpaceSummary {
|
|
381
|
+
/**
|
|
382
|
+
* <p>
|
|
383
|
+
* <i>We need to know what this is and the basic usage information so that third-party developers know how to use this data type.</i>
|
|
384
|
+
* </p>
|
|
385
|
+
*/
|
|
386
|
+
name: string | undefined;
|
|
387
|
+
/**
|
|
388
|
+
* <p>The Amazon Web Services Region
|
|
389
|
+
* where the space exists.</p>
|
|
390
|
+
*/
|
|
391
|
+
regionName: string | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* <p>The friendly name of the space displayed to users.</p>
|
|
394
|
+
*/
|
|
395
|
+
displayName?: string;
|
|
396
|
+
/**
|
|
397
|
+
* <p>The description of the space.</p>
|
|
398
|
+
*/
|
|
399
|
+
description?: string;
|
|
400
|
+
}
|
|
401
|
+
export interface ListSpacesResponse {
|
|
402
|
+
/**
|
|
403
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
404
|
+
*/
|
|
405
|
+
nextToken?: string;
|
|
406
|
+
/**
|
|
407
|
+
* <p>Information about the space. </p>
|
|
408
|
+
*/
|
|
409
|
+
items?: SpaceSummary[];
|
|
410
|
+
}
|
|
411
|
+
export interface CreateProjectRequest {
|
|
412
|
+
/**
|
|
413
|
+
* <p>The name of the space.</p>
|
|
414
|
+
*/
|
|
415
|
+
spaceName: string | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* <p>The friendly name of the project that will be displayed to users.</p>
|
|
418
|
+
*/
|
|
419
|
+
displayName: string | undefined;
|
|
420
|
+
/**
|
|
421
|
+
* <p>The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.</p>
|
|
422
|
+
*/
|
|
423
|
+
description?: string;
|
|
424
|
+
}
|
|
425
|
+
export interface CreateProjectResponse {
|
|
426
|
+
/**
|
|
427
|
+
* <p>The name of the space.</p>
|
|
428
|
+
*/
|
|
429
|
+
spaceName?: string;
|
|
430
|
+
/**
|
|
431
|
+
* <p>The name of the project in the space.</p>
|
|
432
|
+
*/
|
|
433
|
+
name: string | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>The friendly name of the project.</p>
|
|
436
|
+
*/
|
|
437
|
+
displayName?: string;
|
|
438
|
+
/**
|
|
439
|
+
* <p>The description of the project.</p>
|
|
440
|
+
*/
|
|
441
|
+
description?: string;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* <p>Information about the configuration of an integrated development environment (IDE) for a Dev Environment.</p>
|
|
445
|
+
*/
|
|
446
|
+
export interface IdeConfiguration {
|
|
447
|
+
/**
|
|
448
|
+
* <p>A link to the IDE runtime image.</p>
|
|
449
|
+
*/
|
|
450
|
+
runtime?: string;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The name of the IDE.</p>
|
|
453
|
+
*/
|
|
454
|
+
name?: string;
|
|
455
|
+
}
|
|
456
|
+
export declare enum _InstanceType {
|
|
457
|
+
DEV_STANDARD1_LARGE = "dev.standard1.large",
|
|
458
|
+
DEV_STANDARD1_MEDIUM = "dev.standard1.medium",
|
|
459
|
+
DEV_STANDARD1_SMALL = "dev.standard1.small",
|
|
460
|
+
DEV_STANDARD1_XLARGE = "dev.standard1.xlarge"
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* <p>Information about the configuration of persistent storage for a Dev Environment. </p>
|
|
464
|
+
*/
|
|
465
|
+
export interface PersistentStorageConfiguration {
|
|
466
|
+
/**
|
|
467
|
+
* <p>The size of the persistent storage in gigabytes (specifically GiB).</p>
|
|
468
|
+
* <note>
|
|
469
|
+
* <p>Valid values for storage are based on memory sizes in 16GB increments. Valid values are
|
|
470
|
+
* 16, 32, and 64.</p>
|
|
471
|
+
* </note>
|
|
472
|
+
*/
|
|
473
|
+
sizeInGiB: number | undefined;
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* <p>Information about a repository that will be cloned to a Dev Environment.</p>
|
|
477
|
+
*/
|
|
478
|
+
export interface RepositoryInput {
|
|
479
|
+
/**
|
|
480
|
+
* <p>The name of the source repository.</p>
|
|
481
|
+
*/
|
|
482
|
+
repositoryName: string | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* <p>The name of the branch in a source repository.</p>
|
|
485
|
+
*/
|
|
486
|
+
branchName?: string;
|
|
487
|
+
}
|
|
488
|
+
export interface CreateDevEnvironmentRequest {
|
|
489
|
+
/**
|
|
490
|
+
* <p>The name of the space.</p>
|
|
491
|
+
*/
|
|
492
|
+
spaceName: string | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The name of the project in the space.</p>
|
|
495
|
+
*/
|
|
496
|
+
projectName: string | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* <p>The source repository that contains the branch to clone into the Dev Environment. </p>
|
|
499
|
+
*/
|
|
500
|
+
repositories?: RepositoryInput[];
|
|
501
|
+
/**
|
|
502
|
+
* <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
|
|
503
|
+
* With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
|
|
504
|
+
*/
|
|
505
|
+
clientToken?: string;
|
|
506
|
+
/**
|
|
507
|
+
* <p>The user-defined alias for a Dev Environment.</p>
|
|
508
|
+
*/
|
|
509
|
+
alias?: string;
|
|
510
|
+
/**
|
|
511
|
+
* <p>Information about the integrated development environment (IDE) configured for a
|
|
512
|
+
* Dev Environment.</p>
|
|
513
|
+
* <note>
|
|
514
|
+
* <p>An IDE is required to create a Dev Environment. For Dev Environment creation, this field
|
|
515
|
+
* contains configuration information and must be provided.</p>
|
|
516
|
+
* </note>
|
|
517
|
+
*/
|
|
518
|
+
ides?: IdeConfiguration[];
|
|
519
|
+
/**
|
|
520
|
+
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
521
|
+
*/
|
|
522
|
+
instanceType: _InstanceType | string | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>
|
|
525
|
+
*/
|
|
526
|
+
inactivityTimeoutMinutes?: number;
|
|
527
|
+
/**
|
|
528
|
+
* <p>Information about the amount of storage allocated to the Dev Environment. By default, a
|
|
529
|
+
* Dev Environment is configured to have 16GB of persistent storage.</p>
|
|
530
|
+
* <note>
|
|
531
|
+
* <p>Valid values for persistent storage are based on memory sizes in 16GB increments. Valid
|
|
532
|
+
* values are 16, 32, and 64.</p>
|
|
533
|
+
* </note>
|
|
534
|
+
*/
|
|
535
|
+
persistentStorage: PersistentStorageConfiguration | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface CreateDevEnvironmentResponse {
|
|
538
|
+
/**
|
|
539
|
+
* <p>The name of the space.</p>
|
|
540
|
+
*/
|
|
541
|
+
spaceName: string | undefined;
|
|
542
|
+
/**
|
|
543
|
+
* <p>The name of the project in the space.</p>
|
|
544
|
+
*/
|
|
545
|
+
projectName: string | undefined;
|
|
546
|
+
/**
|
|
547
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
548
|
+
*/
|
|
549
|
+
id: string | undefined;
|
|
550
|
+
}
|
|
551
|
+
export interface DeleteDevEnvironmentRequest {
|
|
552
|
+
/**
|
|
553
|
+
* <p>The name of the space.</p>
|
|
554
|
+
*/
|
|
555
|
+
spaceName: string | undefined;
|
|
556
|
+
/**
|
|
557
|
+
* <p>The name of the project in the space.</p>
|
|
558
|
+
*/
|
|
559
|
+
projectName: string | undefined;
|
|
560
|
+
/**
|
|
561
|
+
* <p>The system-generated unique ID of the Dev Environment you want to delete. To retrieve a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.</p>
|
|
562
|
+
*/
|
|
563
|
+
id: string | undefined;
|
|
564
|
+
}
|
|
565
|
+
export interface DeleteDevEnvironmentResponse {
|
|
566
|
+
/**
|
|
567
|
+
* <p>The name of the space.</p>
|
|
568
|
+
*/
|
|
569
|
+
spaceName: string | undefined;
|
|
570
|
+
/**
|
|
571
|
+
* <p>The name of the project in the space.</p>
|
|
572
|
+
*/
|
|
573
|
+
projectName: string | undefined;
|
|
574
|
+
/**
|
|
575
|
+
* <p>The system-generated unique ID of the deleted Dev Environment. </p>
|
|
576
|
+
*/
|
|
577
|
+
id: string | undefined;
|
|
578
|
+
}
|
|
579
|
+
export interface GetDevEnvironmentRequest {
|
|
580
|
+
/**
|
|
581
|
+
* <p>The name of the space.</p>
|
|
582
|
+
*/
|
|
583
|
+
spaceName: string | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* <p>The name of the project in the space.</p>
|
|
586
|
+
*/
|
|
587
|
+
projectName: string | undefined;
|
|
588
|
+
/**
|
|
589
|
+
* <p>The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.</p>
|
|
590
|
+
*/
|
|
591
|
+
id: string | undefined;
|
|
592
|
+
}
|
|
593
|
+
/**
|
|
594
|
+
* <p>Information about an integrated development environment (IDE) used in a Dev Environment.</p>
|
|
595
|
+
*/
|
|
596
|
+
export interface Ide {
|
|
597
|
+
/**
|
|
598
|
+
* <p>A link to the IDE runtime image.</p>
|
|
599
|
+
*/
|
|
600
|
+
runtime?: string;
|
|
601
|
+
/**
|
|
602
|
+
* <p>The name of the IDE.</p>
|
|
603
|
+
*/
|
|
604
|
+
name?: string;
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* <p>Information about the persistent storage for a Dev Environment.</p>
|
|
608
|
+
*/
|
|
609
|
+
export interface PersistentStorage {
|
|
610
|
+
/**
|
|
611
|
+
* <p>The size of the persistent storage in gigabytes (specifically GiB).</p>
|
|
612
|
+
* <note>
|
|
613
|
+
* <p>Valid values for storage are based on memory sizes in 16GB increments. Valid values are
|
|
614
|
+
* 16, 32, and 64.</p>
|
|
615
|
+
* </note>
|
|
616
|
+
*/
|
|
617
|
+
sizeInGiB: number | undefined;
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* <p>Information about the source repsitory for a Dev Environment. </p>
|
|
621
|
+
*/
|
|
622
|
+
export interface DevEnvironmentRepositorySummary {
|
|
623
|
+
/**
|
|
624
|
+
* <p>The name of the source repository.</p>
|
|
625
|
+
*/
|
|
626
|
+
repositoryName: string | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* <p>The name of the branch in a source repository cloned into the Dev Environment. </p>
|
|
629
|
+
*/
|
|
630
|
+
branchName?: string;
|
|
631
|
+
}
|
|
632
|
+
export declare enum DevEnvironmentStatus {
|
|
633
|
+
DELETED = "DELETED",
|
|
634
|
+
DELETING = "DELETING",
|
|
635
|
+
FAILED = "FAILED",
|
|
636
|
+
PENDING = "PENDING",
|
|
637
|
+
RUNNING = "RUNNING",
|
|
638
|
+
STARTING = "STARTING",
|
|
639
|
+
STOPPED = "STOPPED",
|
|
640
|
+
STOPPING = "STOPPING"
|
|
641
|
+
}
|
|
642
|
+
export interface GetDevEnvironmentResponse {
|
|
643
|
+
/**
|
|
644
|
+
* <p>The name of the space.</p>
|
|
645
|
+
*/
|
|
646
|
+
spaceName: string | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>The name of the project in the space.</p>
|
|
649
|
+
*/
|
|
650
|
+
projectName: string | undefined;
|
|
651
|
+
/**
|
|
652
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
653
|
+
*/
|
|
654
|
+
id: string | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
657
|
+
*/
|
|
658
|
+
lastUpdatedTime: Date | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The system-generated unique ID of the user who created the Dev Environment. </p>
|
|
661
|
+
*/
|
|
662
|
+
creatorId: string | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* <p>The current status of the Dev Environment.</p>
|
|
665
|
+
*/
|
|
666
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
667
|
+
/**
|
|
668
|
+
* <p>The reason for the status.</p>
|
|
669
|
+
*/
|
|
670
|
+
statusReason?: string;
|
|
671
|
+
/**
|
|
672
|
+
* <p>The source repository that contains the branch cloned into the Dev Environment. </p>
|
|
673
|
+
*/
|
|
674
|
+
repositories: DevEnvironmentRepositorySummary[] | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* <p>The user-specified alias for the Dev Environment. </p>
|
|
677
|
+
*/
|
|
678
|
+
alias?: string;
|
|
679
|
+
/**
|
|
680
|
+
* <p>Information about the integrated development environment (IDE) configured for the Dev Environment. </p>
|
|
681
|
+
*/
|
|
682
|
+
ides?: Ide[];
|
|
683
|
+
/**
|
|
684
|
+
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
685
|
+
*/
|
|
686
|
+
instanceType: _InstanceType | string | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.</p>
|
|
689
|
+
*/
|
|
690
|
+
inactivityTimeoutMinutes: number | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* <p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p>
|
|
693
|
+
*/
|
|
694
|
+
persistentStorage: PersistentStorage | undefined;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* <p/>
|
|
698
|
+
*/
|
|
699
|
+
export interface Filter {
|
|
700
|
+
/**
|
|
701
|
+
* <p/>
|
|
702
|
+
*/
|
|
703
|
+
key: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p/>
|
|
706
|
+
*/
|
|
707
|
+
values: string[] | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* <p/>
|
|
710
|
+
*/
|
|
711
|
+
comparisonOperator?: string;
|
|
712
|
+
}
|
|
713
|
+
export interface ListDevEnvironmentsRequest {
|
|
714
|
+
/**
|
|
715
|
+
* <p>The name of the space.</p>
|
|
716
|
+
*/
|
|
717
|
+
spaceName: string | undefined;
|
|
718
|
+
/**
|
|
719
|
+
* <p>The name of the project in the space.</p>
|
|
720
|
+
*/
|
|
721
|
+
projectName: string | undefined;
|
|
722
|
+
/**
|
|
723
|
+
* <p>Information about filters to apply to narrow the results returned in the list.</p>
|
|
724
|
+
*/
|
|
725
|
+
filters?: Filter[];
|
|
726
|
+
/**
|
|
727
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
728
|
+
*/
|
|
729
|
+
nextToken?: string;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
732
|
+
*/
|
|
733
|
+
maxResults?: number;
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* <p>Information about a Dev Environment. </p>
|
|
737
|
+
*/
|
|
738
|
+
export interface DevEnvironmentSummary {
|
|
739
|
+
/**
|
|
740
|
+
* <p>The name of the space.</p>
|
|
741
|
+
*/
|
|
742
|
+
spaceName?: string;
|
|
743
|
+
/**
|
|
744
|
+
* <p>The name of the project in the space.</p>
|
|
745
|
+
*/
|
|
746
|
+
projectName?: string;
|
|
747
|
+
/**
|
|
748
|
+
* <p>The system-generated unique ID for the Dev Environment. </p>
|
|
749
|
+
*/
|
|
750
|
+
id: string | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* <p>The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
753
|
+
*/
|
|
754
|
+
lastUpdatedTime: Date | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* <p>The system-generated unique ID of the user who created the Dev Environment. </p>
|
|
757
|
+
*/
|
|
758
|
+
creatorId: string | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* <p>The status of the Dev Environment. </p>
|
|
761
|
+
*/
|
|
762
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
763
|
+
/**
|
|
764
|
+
* <p>The reason for the status.</p>
|
|
765
|
+
*/
|
|
766
|
+
statusReason?: string;
|
|
767
|
+
/**
|
|
768
|
+
* <p>Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.</p>
|
|
769
|
+
*/
|
|
770
|
+
repositories: DevEnvironmentRepositorySummary[] | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* <p>The user-specified alias for the Dev Environment.</p>
|
|
773
|
+
*/
|
|
774
|
+
alias?: string;
|
|
775
|
+
/**
|
|
776
|
+
* <p>Information about the integrated development environment (IDE) configured for a Dev Environment.</p>
|
|
777
|
+
*/
|
|
778
|
+
ides?: Ide[];
|
|
779
|
+
/**
|
|
780
|
+
* <p>The Amazon EC2 instace type used for the Dev Environment. </p>
|
|
781
|
+
*/
|
|
782
|
+
instanceType: _InstanceType | string | undefined;
|
|
783
|
+
/**
|
|
784
|
+
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Dev Environments consume compute minutes when running.</p>
|
|
785
|
+
*/
|
|
786
|
+
inactivityTimeoutMinutes: number | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* <p>Information about the configuration of persistent storage for the Dev Environment.</p>
|
|
789
|
+
*/
|
|
790
|
+
persistentStorage: PersistentStorage | undefined;
|
|
791
|
+
}
|
|
792
|
+
export interface ListDevEnvironmentsResponse {
|
|
793
|
+
/**
|
|
794
|
+
* <p>Information about the Dev Environments in a project.</p>
|
|
795
|
+
*/
|
|
796
|
+
items: DevEnvironmentSummary[] | undefined;
|
|
797
|
+
/**
|
|
798
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
799
|
+
*/
|
|
800
|
+
nextToken?: string;
|
|
801
|
+
}
|
|
802
|
+
export interface StartDevEnvironmentRequest {
|
|
803
|
+
/**
|
|
804
|
+
* <p>The name of the space.</p>
|
|
805
|
+
*/
|
|
806
|
+
spaceName: string | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* <p>The name of the project in the space.</p>
|
|
809
|
+
*/
|
|
810
|
+
projectName: string | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
813
|
+
*/
|
|
814
|
+
id: string | undefined;
|
|
815
|
+
/**
|
|
816
|
+
* <p>Information about the integrated development environment (IDE) configured for a Dev Environment. </p>
|
|
817
|
+
*/
|
|
818
|
+
ides?: IdeConfiguration[];
|
|
819
|
+
/**
|
|
820
|
+
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
821
|
+
*/
|
|
822
|
+
instanceType?: _InstanceType | string;
|
|
823
|
+
/**
|
|
824
|
+
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>
|
|
825
|
+
*/
|
|
826
|
+
inactivityTimeoutMinutes?: number;
|
|
827
|
+
}
|
|
828
|
+
export interface StartDevEnvironmentResponse {
|
|
829
|
+
/**
|
|
830
|
+
* <p>The name of the space.</p>
|
|
831
|
+
*/
|
|
832
|
+
spaceName: string | undefined;
|
|
833
|
+
/**
|
|
834
|
+
* <p>The name of the project in the space.</p>
|
|
835
|
+
*/
|
|
836
|
+
projectName: string | undefined;
|
|
837
|
+
/**
|
|
838
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
839
|
+
*/
|
|
840
|
+
id: string | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* <p>The status of the Dev Environment. </p>
|
|
843
|
+
*/
|
|
844
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* <p>Information about the commands that will be run on a Dev Environment when an SSH session begins.</p>
|
|
848
|
+
*/
|
|
849
|
+
export interface ExecuteCommandSessionConfiguration {
|
|
850
|
+
/**
|
|
851
|
+
* <p>The command used at the beginning of the SSH session to a Dev Environment.</p>
|
|
852
|
+
*/
|
|
853
|
+
command: string | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* <p>An array of arguments containing arguments and members.</p>
|
|
856
|
+
*/
|
|
857
|
+
arguments?: string[];
|
|
858
|
+
}
|
|
859
|
+
export declare enum DevEnvironmentSessionType {
|
|
860
|
+
SSH = "SSH",
|
|
861
|
+
SSM = "SSM"
|
|
862
|
+
}
|
|
863
|
+
/**
|
|
864
|
+
* <p>Information about the configuration of a Dev Environment session.</p>
|
|
865
|
+
*/
|
|
866
|
+
export interface DevEnvironmentSessionConfiguration {
|
|
867
|
+
/**
|
|
868
|
+
* <p>The type of the session.</p>
|
|
869
|
+
*/
|
|
870
|
+
sessionType: DevEnvironmentSessionType | string | undefined;
|
|
871
|
+
/**
|
|
872
|
+
* <p>Information about optional commands that will be run on the Dev Environment when the SSH session begins.</p>
|
|
873
|
+
*/
|
|
874
|
+
executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
|
|
875
|
+
}
|
|
876
|
+
export interface StartDevEnvironmentSessionRequest {
|
|
877
|
+
/**
|
|
878
|
+
* <p>The name of the space.</p>
|
|
879
|
+
*/
|
|
880
|
+
spaceName: string | undefined;
|
|
881
|
+
/**
|
|
882
|
+
* <p>The name of the project in the space.</p>
|
|
883
|
+
*/
|
|
884
|
+
projectName: string | undefined;
|
|
885
|
+
/**
|
|
886
|
+
* <p>The system-generated unique ID of the Dev Environment.</p>
|
|
887
|
+
*/
|
|
888
|
+
id: string | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* <p>Information about the configuration of a Dev Environment session.</p>
|
|
891
|
+
*/
|
|
892
|
+
sessionConfiguration: DevEnvironmentSessionConfiguration | undefined;
|
|
893
|
+
}
|
|
894
|
+
/**
|
|
895
|
+
* <p>Information about connection details for a Dev Environment.</p>
|
|
896
|
+
*/
|
|
897
|
+
export interface DevEnvironmentAccessDetails {
|
|
898
|
+
/**
|
|
899
|
+
* <p>The URL used to send commands to and from the Dev Environment.</p>
|
|
900
|
+
*/
|
|
901
|
+
streamUrl: string | undefined;
|
|
902
|
+
/**
|
|
903
|
+
* <p>An encrypted token value that contains session and caller information used to authenticate the connection.</p>
|
|
904
|
+
*/
|
|
905
|
+
tokenValue: string | undefined;
|
|
906
|
+
}
|
|
907
|
+
export interface StartDevEnvironmentSessionResponse {
|
|
908
|
+
/**
|
|
909
|
+
* <p>Information about connection details for a Dev Environment.</p>
|
|
910
|
+
*/
|
|
911
|
+
accessDetails: DevEnvironmentAccessDetails | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* <p>The system-generated unique ID of the Dev Environment session.</p>
|
|
914
|
+
*/
|
|
915
|
+
sessionId?: string;
|
|
916
|
+
/**
|
|
917
|
+
* <p>The name of the space.</p>
|
|
918
|
+
*/
|
|
919
|
+
spaceName: string | undefined;
|
|
920
|
+
/**
|
|
921
|
+
* <p>The name of the project in the space.</p>
|
|
922
|
+
*/
|
|
923
|
+
projectName: string | undefined;
|
|
924
|
+
/**
|
|
925
|
+
* <p>The system-generated unique ID of the Dev Environment.</p>
|
|
926
|
+
*/
|
|
927
|
+
id: string | undefined;
|
|
928
|
+
}
|
|
929
|
+
export interface StopDevEnvironmentRequest {
|
|
930
|
+
/**
|
|
931
|
+
* <p>The name of the space.</p>
|
|
932
|
+
*/
|
|
933
|
+
spaceName: string | undefined;
|
|
934
|
+
/**
|
|
935
|
+
* <p>The name of the project in the space.</p>
|
|
936
|
+
*/
|
|
937
|
+
projectName: string | undefined;
|
|
938
|
+
/**
|
|
939
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
940
|
+
*/
|
|
941
|
+
id: string | undefined;
|
|
942
|
+
}
|
|
943
|
+
export interface StopDevEnvironmentResponse {
|
|
944
|
+
/**
|
|
945
|
+
* <p>The name of the space.</p>
|
|
946
|
+
*/
|
|
947
|
+
spaceName: string | undefined;
|
|
948
|
+
/**
|
|
949
|
+
* <p>The name of the project in the space.</p>
|
|
950
|
+
*/
|
|
951
|
+
projectName: string | undefined;
|
|
952
|
+
/**
|
|
953
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
954
|
+
*/
|
|
955
|
+
id: string | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* <p>The status of the Dev Environment. </p>
|
|
958
|
+
*/
|
|
959
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
960
|
+
}
|
|
961
|
+
export interface UpdateDevEnvironmentRequest {
|
|
962
|
+
/**
|
|
963
|
+
* <p>The name of the space.</p>
|
|
964
|
+
*/
|
|
965
|
+
spaceName: string | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* <p>The name of the project in the space.</p>
|
|
968
|
+
*/
|
|
969
|
+
projectName: string | undefined;
|
|
970
|
+
/**
|
|
971
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
972
|
+
*/
|
|
973
|
+
id: string | undefined;
|
|
974
|
+
/**
|
|
975
|
+
* <p>The user-specified alias for the Dev Environment. Changing this value will not cause a restart.</p>
|
|
976
|
+
*/
|
|
977
|
+
alias?: string;
|
|
978
|
+
/**
|
|
979
|
+
* <p>Information about the integrated development environment (IDE) configured for a Dev Environment.</p>
|
|
980
|
+
*/
|
|
981
|
+
ides?: IdeConfiguration[];
|
|
982
|
+
/**
|
|
983
|
+
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
984
|
+
* <note>
|
|
985
|
+
* <p>Changing this value will cause a restart of the Dev Environment if it is running.</p>
|
|
986
|
+
* </note>
|
|
987
|
+
*/
|
|
988
|
+
instanceType?: _InstanceType | string;
|
|
989
|
+
/**
|
|
990
|
+
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
|
991
|
+
* Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>
|
|
992
|
+
* <note>
|
|
993
|
+
* <p>Changing this value will cause a restart of the Dev Environment if it is running.</p>
|
|
994
|
+
* </note>
|
|
995
|
+
*/
|
|
996
|
+
inactivityTimeoutMinutes?: number;
|
|
997
|
+
/**
|
|
998
|
+
* <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
|
|
999
|
+
* With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
|
|
1000
|
+
*/
|
|
1001
|
+
clientToken?: string;
|
|
1002
|
+
}
|
|
1003
|
+
export interface UpdateDevEnvironmentResponse {
|
|
1004
|
+
/**
|
|
1005
|
+
* <p>The system-generated unique ID of the Dev Environment. </p>
|
|
1006
|
+
*/
|
|
1007
|
+
id: string | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* <p>The name of the space.</p>
|
|
1010
|
+
*/
|
|
1011
|
+
spaceName: string | undefined;
|
|
1012
|
+
/**
|
|
1013
|
+
* <p>The name of the project in the space.</p>
|
|
1014
|
+
*/
|
|
1015
|
+
projectName: string | undefined;
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>The user-specified alias for the Dev Environment.</p>
|
|
1018
|
+
*/
|
|
1019
|
+
alias?: string;
|
|
1020
|
+
/**
|
|
1021
|
+
* <p>Information about the integrated development environment (IDE) configured for the Dev Environment.</p>
|
|
1022
|
+
*/
|
|
1023
|
+
ides?: IdeConfiguration[];
|
|
1024
|
+
/**
|
|
1025
|
+
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
1026
|
+
*/
|
|
1027
|
+
instanceType?: _InstanceType | string;
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. </p>
|
|
1030
|
+
*/
|
|
1031
|
+
inactivityTimeoutMinutes?: number;
|
|
1032
|
+
/**
|
|
1033
|
+
* <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
|
|
1034
|
+
* With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
|
|
1035
|
+
*/
|
|
1036
|
+
clientToken?: string;
|
|
1037
|
+
}
|
|
1038
|
+
export interface GetProjectRequest {
|
|
1039
|
+
/**
|
|
1040
|
+
* <p>The name of the space.</p>
|
|
1041
|
+
*/
|
|
1042
|
+
spaceName: string | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* <p>The name of the project in the space.</p>
|
|
1045
|
+
*/
|
|
1046
|
+
name: string | undefined;
|
|
1047
|
+
}
|
|
1048
|
+
export interface GetProjectResponse {
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The name of the space.</p>
|
|
1051
|
+
*/
|
|
1052
|
+
spaceName?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* <p>The name of the project in the space.</p>
|
|
1055
|
+
*/
|
|
1056
|
+
name: string | undefined;
|
|
1057
|
+
/**
|
|
1058
|
+
* <p>The friendly name of the project displayed to users in Amazon CodeCatalyst.</p>
|
|
1059
|
+
*/
|
|
1060
|
+
displayName?: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* <p>The description of the project.</p>
|
|
1063
|
+
*/
|
|
1064
|
+
description?: string;
|
|
1065
|
+
}
|
|
1066
|
+
export declare enum ComparisonOperator {
|
|
1067
|
+
EQUALS = "EQ",
|
|
1068
|
+
GREATER_THAN = "GT",
|
|
1069
|
+
GREATER_THAN_OR_EQUALS = "GE",
|
|
1070
|
+
LESS_THAN = "LT",
|
|
1071
|
+
LESS_THAN_OR_EQUALS = "LE"
|
|
1072
|
+
}
|
|
1073
|
+
export declare enum FilterKey {
|
|
1074
|
+
HAS_ACCESS_TO = "hasAccessTo"
|
|
1075
|
+
}
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>nformation about the filter used to narrow the results returned in a list of projects.</p>
|
|
1078
|
+
*/
|
|
1079
|
+
export interface ProjectListFilter {
|
|
1080
|
+
/**
|
|
1081
|
+
* <p>A key that can be used to sort results.</p>
|
|
1082
|
+
*/
|
|
1083
|
+
key: FilterKey | string | undefined;
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>The value of the key.</p>
|
|
1086
|
+
*/
|
|
1087
|
+
values: string[] | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>The operator used to compare the fields.</p>
|
|
1090
|
+
*/
|
|
1091
|
+
comparisonOperator?: ComparisonOperator | string;
|
|
1092
|
+
}
|
|
1093
|
+
export interface ListProjectsRequest {
|
|
1094
|
+
/**
|
|
1095
|
+
* <p>The name of the space.</p>
|
|
1096
|
+
*/
|
|
1097
|
+
spaceName: string | undefined;
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
1100
|
+
*/
|
|
1101
|
+
nextToken?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
1104
|
+
*/
|
|
1105
|
+
maxResults?: number;
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>Information about filters to apply to narrow the results returned in the list.</p>
|
|
1108
|
+
*/
|
|
1109
|
+
filters?: ProjectListFilter[];
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>Information about a project.</p>
|
|
1113
|
+
*/
|
|
1114
|
+
export interface ProjectSummary {
|
|
1115
|
+
/**
|
|
1116
|
+
* <p>The name of the project in the space.</p>
|
|
1117
|
+
*/
|
|
1118
|
+
name: string | undefined;
|
|
1119
|
+
/**
|
|
1120
|
+
* <p>The friendly name displayed to users of the project in Amazon CodeCatalyst.</p>
|
|
1121
|
+
*/
|
|
1122
|
+
displayName?: string;
|
|
1123
|
+
/**
|
|
1124
|
+
* <p>The description of the project.</p>
|
|
1125
|
+
*/
|
|
1126
|
+
description?: string;
|
|
1127
|
+
}
|
|
1128
|
+
export interface ListProjectsResponse {
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
1131
|
+
*/
|
|
1132
|
+
nextToken?: string;
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>Information about the projects.</p>
|
|
1135
|
+
*/
|
|
1136
|
+
items?: ProjectSummary[];
|
|
1137
|
+
}
|
|
1138
|
+
export interface GetSourceRepositoryCloneUrlsRequest {
|
|
1139
|
+
/**
|
|
1140
|
+
* <p>The name of the space.</p>
|
|
1141
|
+
*/
|
|
1142
|
+
spaceName: string | undefined;
|
|
1143
|
+
/**
|
|
1144
|
+
* <p>The name of the project in the space.</p>
|
|
1145
|
+
*/
|
|
1146
|
+
projectName: string | undefined;
|
|
1147
|
+
/**
|
|
1148
|
+
* <p>The name of the source repository.</p>
|
|
1149
|
+
*/
|
|
1150
|
+
sourceRepositoryName: string | undefined;
|
|
1151
|
+
}
|
|
1152
|
+
export interface GetSourceRepositoryCloneUrlsResponse {
|
|
1153
|
+
/**
|
|
1154
|
+
* <p>The HTTPS URL to use when cloning the source repository.</p>
|
|
1155
|
+
*/
|
|
1156
|
+
https: string | undefined;
|
|
1157
|
+
}
|
|
1158
|
+
export interface ListSourceRepositoriesRequest {
|
|
1159
|
+
/**
|
|
1160
|
+
* <p>The name of the space.</p>
|
|
1161
|
+
*/
|
|
1162
|
+
spaceName: string | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>The name of the project in the space.</p>
|
|
1165
|
+
*/
|
|
1166
|
+
projectName: string | undefined;
|
|
1167
|
+
/**
|
|
1168
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
1169
|
+
*/
|
|
1170
|
+
nextToken?: string;
|
|
1171
|
+
/**
|
|
1172
|
+
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
1173
|
+
*/
|
|
1174
|
+
maxResults?: number;
|
|
1175
|
+
}
|
|
1176
|
+
/**
|
|
1177
|
+
* <p>Information about a source repository returned in a list of source repositories.</p>
|
|
1178
|
+
*/
|
|
1179
|
+
export interface ListSourceRepositoriesItem {
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>The system-generated unique ID of the source repository.</p>
|
|
1182
|
+
*/
|
|
1183
|
+
id: string | undefined;
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>The name of the source repository.</p>
|
|
1186
|
+
*/
|
|
1187
|
+
name: string | undefined;
|
|
1188
|
+
/**
|
|
1189
|
+
* <p>The description of the repository, if any.</p>
|
|
1190
|
+
*/
|
|
1191
|
+
description?: string;
|
|
1192
|
+
/**
|
|
1193
|
+
* <p>The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
1194
|
+
*/
|
|
1195
|
+
lastUpdatedTime: Date | undefined;
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
1198
|
+
*/
|
|
1199
|
+
createdTime: Date | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export interface ListSourceRepositoriesResponse {
|
|
1202
|
+
/**
|
|
1203
|
+
* <p>Information about the source repositories.</p>
|
|
1204
|
+
*/
|
|
1205
|
+
items?: ListSourceRepositoriesItem[];
|
|
1206
|
+
/**
|
|
1207
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
1208
|
+
*/
|
|
1209
|
+
nextToken?: string;
|
|
1210
|
+
}
|
|
1211
|
+
export interface CreateSourceRepositoryBranchRequest {
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>The name of the space.</p>
|
|
1214
|
+
*/
|
|
1215
|
+
spaceName: string | undefined;
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>The name of the project in the space.</p>
|
|
1218
|
+
*/
|
|
1219
|
+
projectName: string | undefined;
|
|
1220
|
+
/**
|
|
1221
|
+
* <p>The name of the repository where you want to create a branch.</p>
|
|
1222
|
+
*/
|
|
1223
|
+
sourceRepositoryName: string | undefined;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>The name for the branch you're creating.</p>
|
|
1226
|
+
*/
|
|
1227
|
+
name: string | undefined;
|
|
1228
|
+
/**
|
|
1229
|
+
* <p>The commit ID in an existing branch from which you want to create the new branch.</p>
|
|
1230
|
+
*/
|
|
1231
|
+
headCommitId?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export interface CreateSourceRepositoryBranchResponse {
|
|
1234
|
+
/**
|
|
1235
|
+
* <p>The Git reference name of the branch.</p>
|
|
1236
|
+
*/
|
|
1237
|
+
ref?: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* <p>The name of the newly created branch.</p>
|
|
1240
|
+
*/
|
|
1241
|
+
name?: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* <p>The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
1244
|
+
*/
|
|
1245
|
+
lastUpdatedTime?: Date;
|
|
1246
|
+
/**
|
|
1247
|
+
* <p>The commit ID of the tip of the newly created branch.</p>
|
|
1248
|
+
*/
|
|
1249
|
+
headCommitId?: string;
|
|
1250
|
+
}
|
|
1251
|
+
export interface ListSourceRepositoryBranchesRequest {
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The name of the space.</p>
|
|
1254
|
+
*/
|
|
1255
|
+
spaceName: string | undefined;
|
|
1256
|
+
/**
|
|
1257
|
+
* <p>The name of the project in the space.</p>
|
|
1258
|
+
*/
|
|
1259
|
+
projectName: string | undefined;
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>The name of the source repository.</p>
|
|
1262
|
+
*/
|
|
1263
|
+
sourceRepositoryName: string | undefined;
|
|
1264
|
+
/**
|
|
1265
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
1266
|
+
*/
|
|
1267
|
+
nextToken?: string;
|
|
1268
|
+
/**
|
|
1269
|
+
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
1270
|
+
*/
|
|
1271
|
+
maxResults?: number;
|
|
1272
|
+
}
|
|
1273
|
+
/**
|
|
1274
|
+
* <p>Information about a branch of a source repository returned in a list of branches.</p>
|
|
1275
|
+
*/
|
|
1276
|
+
export interface ListSourceRepositoryBranchesItem {
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>The Git reference name of the branch.</p>
|
|
1279
|
+
*/
|
|
1280
|
+
ref?: string;
|
|
1281
|
+
/**
|
|
1282
|
+
* <p>The name of the branch.</p>
|
|
1283
|
+
*/
|
|
1284
|
+
name?: string;
|
|
1285
|
+
/**
|
|
1286
|
+
* <p>The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
|
|
1287
|
+
*/
|
|
1288
|
+
lastUpdatedTime?: Date;
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>The commit ID of the tip of the branch at the time of the request, also known as the head commit.</p>
|
|
1291
|
+
*/
|
|
1292
|
+
headCommitId?: string;
|
|
1293
|
+
}
|
|
1294
|
+
export interface ListSourceRepositoryBranchesResponse {
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
|
|
1297
|
+
*/
|
|
1298
|
+
nextToken?: string;
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>Information about the source branches.</p>
|
|
1301
|
+
*/
|
|
1302
|
+
items?: ListSourceRepositoryBranchesItem[];
|
|
1303
|
+
}
|
|
1304
|
+
export interface GetSubscriptionRequest {
|
|
1305
|
+
/**
|
|
1306
|
+
* <p>The name of the space.</p>
|
|
1307
|
+
*/
|
|
1308
|
+
spaceName: string | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export interface GetSubscriptionResponse {
|
|
1311
|
+
/**
|
|
1312
|
+
* <p>The type of the billing plan for the space.</p>
|
|
1313
|
+
*/
|
|
1314
|
+
subscriptionType?: string;
|
|
1315
|
+
/**
|
|
1316
|
+
* <p>The display name of the Amazon Web Services account used for billing for the space.</p>
|
|
1317
|
+
*/
|
|
1318
|
+
awsAccountName?: string;
|
|
1319
|
+
}
|
|
1320
|
+
export interface VerifySessionResponse {
|
|
1321
|
+
/**
|
|
1322
|
+
* <p>The system-generated unique ID of the user in Amazon CodeCatalyst.</p>
|
|
1323
|
+
*/
|
|
1324
|
+
identity?: string;
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* @internal
|
|
1328
|
+
*/
|
|
1329
|
+
export declare const CreateAccessTokenRequestFilterSensitiveLog: (obj: CreateAccessTokenRequest) => any;
|
|
1330
|
+
/**
|
|
1331
|
+
* @internal
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const CreateAccessTokenResponseFilterSensitiveLog: (obj: CreateAccessTokenResponse) => any;
|
|
1334
|
+
/**
|
|
1335
|
+
* @internal
|
|
1336
|
+
*/
|
|
1337
|
+
export declare const DeleteAccessTokenRequestFilterSensitiveLog: (obj: DeleteAccessTokenRequest) => any;
|
|
1338
|
+
/**
|
|
1339
|
+
* @internal
|
|
1340
|
+
*/
|
|
1341
|
+
export declare const DeleteAccessTokenResponseFilterSensitiveLog: (obj: DeleteAccessTokenResponse) => any;
|
|
1342
|
+
/**
|
|
1343
|
+
* @internal
|
|
1344
|
+
*/
|
|
1345
|
+
export declare const ListAccessTokensRequestFilterSensitiveLog: (obj: ListAccessTokensRequest) => any;
|
|
1346
|
+
/**
|
|
1347
|
+
* @internal
|
|
1348
|
+
*/
|
|
1349
|
+
export declare const AccessTokenSummaryFilterSensitiveLog: (obj: AccessTokenSummary) => any;
|
|
1350
|
+
/**
|
|
1351
|
+
* @internal
|
|
1352
|
+
*/
|
|
1353
|
+
export declare const ListAccessTokensResponseFilterSensitiveLog: (obj: ListAccessTokensResponse) => any;
|
|
1354
|
+
/**
|
|
1355
|
+
* @internal
|
|
1356
|
+
*/
|
|
1357
|
+
export declare const GetUserDetailsRequestFilterSensitiveLog: (obj: GetUserDetailsRequest) => any;
|
|
1358
|
+
/**
|
|
1359
|
+
* @internal
|
|
1360
|
+
*/
|
|
1361
|
+
export declare const EmailAddressFilterSensitiveLog: (obj: EmailAddress) => any;
|
|
1362
|
+
/**
|
|
1363
|
+
* @internal
|
|
1364
|
+
*/
|
|
1365
|
+
export declare const GetUserDetailsResponseFilterSensitiveLog: (obj: GetUserDetailsResponse) => any;
|
|
1366
|
+
/**
|
|
1367
|
+
* @internal
|
|
1368
|
+
*/
|
|
1369
|
+
export declare const ListEventLogsRequestFilterSensitiveLog: (obj: ListEventLogsRequest) => any;
|
|
1370
|
+
/**
|
|
1371
|
+
* @internal
|
|
1372
|
+
*/
|
|
1373
|
+
export declare const ProjectInformationFilterSensitiveLog: (obj: ProjectInformation) => any;
|
|
1374
|
+
/**
|
|
1375
|
+
* @internal
|
|
1376
|
+
*/
|
|
1377
|
+
export declare const EventPayloadFilterSensitiveLog: (obj: EventPayload) => any;
|
|
1378
|
+
/**
|
|
1379
|
+
* @internal
|
|
1380
|
+
*/
|
|
1381
|
+
export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
|
|
1382
|
+
/**
|
|
1383
|
+
* @internal
|
|
1384
|
+
*/
|
|
1385
|
+
export declare const EventLogEntryFilterSensitiveLog: (obj: EventLogEntry) => any;
|
|
1386
|
+
/**
|
|
1387
|
+
* @internal
|
|
1388
|
+
*/
|
|
1389
|
+
export declare const ListEventLogsResponseFilterSensitiveLog: (obj: ListEventLogsResponse) => any;
|
|
1390
|
+
/**
|
|
1391
|
+
* @internal
|
|
1392
|
+
*/
|
|
1393
|
+
export declare const GetSpaceRequestFilterSensitiveLog: (obj: GetSpaceRequest) => any;
|
|
1394
|
+
/**
|
|
1395
|
+
* @internal
|
|
1396
|
+
*/
|
|
1397
|
+
export declare const GetSpaceResponseFilterSensitiveLog: (obj: GetSpaceResponse) => any;
|
|
1398
|
+
/**
|
|
1399
|
+
* @internal
|
|
1400
|
+
*/
|
|
1401
|
+
export declare const ListSpacesRequestFilterSensitiveLog: (obj: ListSpacesRequest) => any;
|
|
1402
|
+
/**
|
|
1403
|
+
* @internal
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const SpaceSummaryFilterSensitiveLog: (obj: SpaceSummary) => any;
|
|
1406
|
+
/**
|
|
1407
|
+
* @internal
|
|
1408
|
+
*/
|
|
1409
|
+
export declare const ListSpacesResponseFilterSensitiveLog: (obj: ListSpacesResponse) => any;
|
|
1410
|
+
/**
|
|
1411
|
+
* @internal
|
|
1412
|
+
*/
|
|
1413
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
1414
|
+
/**
|
|
1415
|
+
* @internal
|
|
1416
|
+
*/
|
|
1417
|
+
export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
1418
|
+
/**
|
|
1419
|
+
* @internal
|
|
1420
|
+
*/
|
|
1421
|
+
export declare const IdeConfigurationFilterSensitiveLog: (obj: IdeConfiguration) => any;
|
|
1422
|
+
/**
|
|
1423
|
+
* @internal
|
|
1424
|
+
*/
|
|
1425
|
+
export declare const PersistentStorageConfigurationFilterSensitiveLog: (obj: PersistentStorageConfiguration) => any;
|
|
1426
|
+
/**
|
|
1427
|
+
* @internal
|
|
1428
|
+
*/
|
|
1429
|
+
export declare const RepositoryInputFilterSensitiveLog: (obj: RepositoryInput) => any;
|
|
1430
|
+
/**
|
|
1431
|
+
* @internal
|
|
1432
|
+
*/
|
|
1433
|
+
export declare const CreateDevEnvironmentRequestFilterSensitiveLog: (obj: CreateDevEnvironmentRequest) => any;
|
|
1434
|
+
/**
|
|
1435
|
+
* @internal
|
|
1436
|
+
*/
|
|
1437
|
+
export declare const CreateDevEnvironmentResponseFilterSensitiveLog: (obj: CreateDevEnvironmentResponse) => any;
|
|
1438
|
+
/**
|
|
1439
|
+
* @internal
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const DeleteDevEnvironmentRequestFilterSensitiveLog: (obj: DeleteDevEnvironmentRequest) => any;
|
|
1442
|
+
/**
|
|
1443
|
+
* @internal
|
|
1444
|
+
*/
|
|
1445
|
+
export declare const DeleteDevEnvironmentResponseFilterSensitiveLog: (obj: DeleteDevEnvironmentResponse) => any;
|
|
1446
|
+
/**
|
|
1447
|
+
* @internal
|
|
1448
|
+
*/
|
|
1449
|
+
export declare const GetDevEnvironmentRequestFilterSensitiveLog: (obj: GetDevEnvironmentRequest) => any;
|
|
1450
|
+
/**
|
|
1451
|
+
* @internal
|
|
1452
|
+
*/
|
|
1453
|
+
export declare const IdeFilterSensitiveLog: (obj: Ide) => any;
|
|
1454
|
+
/**
|
|
1455
|
+
* @internal
|
|
1456
|
+
*/
|
|
1457
|
+
export declare const PersistentStorageFilterSensitiveLog: (obj: PersistentStorage) => any;
|
|
1458
|
+
/**
|
|
1459
|
+
* @internal
|
|
1460
|
+
*/
|
|
1461
|
+
export declare const DevEnvironmentRepositorySummaryFilterSensitiveLog: (obj: DevEnvironmentRepositorySummary) => any;
|
|
1462
|
+
/**
|
|
1463
|
+
* @internal
|
|
1464
|
+
*/
|
|
1465
|
+
export declare const GetDevEnvironmentResponseFilterSensitiveLog: (obj: GetDevEnvironmentResponse) => any;
|
|
1466
|
+
/**
|
|
1467
|
+
* @internal
|
|
1468
|
+
*/
|
|
1469
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1470
|
+
/**
|
|
1471
|
+
* @internal
|
|
1472
|
+
*/
|
|
1473
|
+
export declare const ListDevEnvironmentsRequestFilterSensitiveLog: (obj: ListDevEnvironmentsRequest) => any;
|
|
1474
|
+
/**
|
|
1475
|
+
* @internal
|
|
1476
|
+
*/
|
|
1477
|
+
export declare const DevEnvironmentSummaryFilterSensitiveLog: (obj: DevEnvironmentSummary) => any;
|
|
1478
|
+
/**
|
|
1479
|
+
* @internal
|
|
1480
|
+
*/
|
|
1481
|
+
export declare const ListDevEnvironmentsResponseFilterSensitiveLog: (obj: ListDevEnvironmentsResponse) => any;
|
|
1482
|
+
/**
|
|
1483
|
+
* @internal
|
|
1484
|
+
*/
|
|
1485
|
+
export declare const StartDevEnvironmentRequestFilterSensitiveLog: (obj: StartDevEnvironmentRequest) => any;
|
|
1486
|
+
/**
|
|
1487
|
+
* @internal
|
|
1488
|
+
*/
|
|
1489
|
+
export declare const StartDevEnvironmentResponseFilterSensitiveLog: (obj: StartDevEnvironmentResponse) => any;
|
|
1490
|
+
/**
|
|
1491
|
+
* @internal
|
|
1492
|
+
*/
|
|
1493
|
+
export declare const ExecuteCommandSessionConfigurationFilterSensitiveLog: (obj: ExecuteCommandSessionConfiguration) => any;
|
|
1494
|
+
/**
|
|
1495
|
+
* @internal
|
|
1496
|
+
*/
|
|
1497
|
+
export declare const DevEnvironmentSessionConfigurationFilterSensitiveLog: (obj: DevEnvironmentSessionConfiguration) => any;
|
|
1498
|
+
/**
|
|
1499
|
+
* @internal
|
|
1500
|
+
*/
|
|
1501
|
+
export declare const StartDevEnvironmentSessionRequestFilterSensitiveLog: (obj: StartDevEnvironmentSessionRequest) => any;
|
|
1502
|
+
/**
|
|
1503
|
+
* @internal
|
|
1504
|
+
*/
|
|
1505
|
+
export declare const DevEnvironmentAccessDetailsFilterSensitiveLog: (obj: DevEnvironmentAccessDetails) => any;
|
|
1506
|
+
/**
|
|
1507
|
+
* @internal
|
|
1508
|
+
*/
|
|
1509
|
+
export declare const StartDevEnvironmentSessionResponseFilterSensitiveLog: (obj: StartDevEnvironmentSessionResponse) => any;
|
|
1510
|
+
/**
|
|
1511
|
+
* @internal
|
|
1512
|
+
*/
|
|
1513
|
+
export declare const StopDevEnvironmentRequestFilterSensitiveLog: (obj: StopDevEnvironmentRequest) => any;
|
|
1514
|
+
/**
|
|
1515
|
+
* @internal
|
|
1516
|
+
*/
|
|
1517
|
+
export declare const StopDevEnvironmentResponseFilterSensitiveLog: (obj: StopDevEnvironmentResponse) => any;
|
|
1518
|
+
/**
|
|
1519
|
+
* @internal
|
|
1520
|
+
*/
|
|
1521
|
+
export declare const UpdateDevEnvironmentRequestFilterSensitiveLog: (obj: UpdateDevEnvironmentRequest) => any;
|
|
1522
|
+
/**
|
|
1523
|
+
* @internal
|
|
1524
|
+
*/
|
|
1525
|
+
export declare const UpdateDevEnvironmentResponseFilterSensitiveLog: (obj: UpdateDevEnvironmentResponse) => any;
|
|
1526
|
+
/**
|
|
1527
|
+
* @internal
|
|
1528
|
+
*/
|
|
1529
|
+
export declare const GetProjectRequestFilterSensitiveLog: (obj: GetProjectRequest) => any;
|
|
1530
|
+
/**
|
|
1531
|
+
* @internal
|
|
1532
|
+
*/
|
|
1533
|
+
export declare const GetProjectResponseFilterSensitiveLog: (obj: GetProjectResponse) => any;
|
|
1534
|
+
/**
|
|
1535
|
+
* @internal
|
|
1536
|
+
*/
|
|
1537
|
+
export declare const ProjectListFilterFilterSensitiveLog: (obj: ProjectListFilter) => any;
|
|
1538
|
+
/**
|
|
1539
|
+
* @internal
|
|
1540
|
+
*/
|
|
1541
|
+
export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
1542
|
+
/**
|
|
1543
|
+
* @internal
|
|
1544
|
+
*/
|
|
1545
|
+
export declare const ProjectSummaryFilterSensitiveLog: (obj: ProjectSummary) => any;
|
|
1546
|
+
/**
|
|
1547
|
+
* @internal
|
|
1548
|
+
*/
|
|
1549
|
+
export declare const ListProjectsResponseFilterSensitiveLog: (obj: ListProjectsResponse) => any;
|
|
1550
|
+
/**
|
|
1551
|
+
* @internal
|
|
1552
|
+
*/
|
|
1553
|
+
export declare const GetSourceRepositoryCloneUrlsRequestFilterSensitiveLog: (obj: GetSourceRepositoryCloneUrlsRequest) => any;
|
|
1554
|
+
/**
|
|
1555
|
+
* @internal
|
|
1556
|
+
*/
|
|
1557
|
+
export declare const GetSourceRepositoryCloneUrlsResponseFilterSensitiveLog: (obj: GetSourceRepositoryCloneUrlsResponse) => any;
|
|
1558
|
+
/**
|
|
1559
|
+
* @internal
|
|
1560
|
+
*/
|
|
1561
|
+
export declare const ListSourceRepositoriesRequestFilterSensitiveLog: (obj: ListSourceRepositoriesRequest) => any;
|
|
1562
|
+
/**
|
|
1563
|
+
* @internal
|
|
1564
|
+
*/
|
|
1565
|
+
export declare const ListSourceRepositoriesItemFilterSensitiveLog: (obj: ListSourceRepositoriesItem) => any;
|
|
1566
|
+
/**
|
|
1567
|
+
* @internal
|
|
1568
|
+
*/
|
|
1569
|
+
export declare const ListSourceRepositoriesResponseFilterSensitiveLog: (obj: ListSourceRepositoriesResponse) => any;
|
|
1570
|
+
/**
|
|
1571
|
+
* @internal
|
|
1572
|
+
*/
|
|
1573
|
+
export declare const CreateSourceRepositoryBranchRequestFilterSensitiveLog: (obj: CreateSourceRepositoryBranchRequest) => any;
|
|
1574
|
+
/**
|
|
1575
|
+
* @internal
|
|
1576
|
+
*/
|
|
1577
|
+
export declare const CreateSourceRepositoryBranchResponseFilterSensitiveLog: (obj: CreateSourceRepositoryBranchResponse) => any;
|
|
1578
|
+
/**
|
|
1579
|
+
* @internal
|
|
1580
|
+
*/
|
|
1581
|
+
export declare const ListSourceRepositoryBranchesRequestFilterSensitiveLog: (obj: ListSourceRepositoryBranchesRequest) => any;
|
|
1582
|
+
/**
|
|
1583
|
+
* @internal
|
|
1584
|
+
*/
|
|
1585
|
+
export declare const ListSourceRepositoryBranchesItemFilterSensitiveLog: (obj: ListSourceRepositoryBranchesItem) => any;
|
|
1586
|
+
/**
|
|
1587
|
+
* @internal
|
|
1588
|
+
*/
|
|
1589
|
+
export declare const ListSourceRepositoryBranchesResponseFilterSensitiveLog: (obj: ListSourceRepositoryBranchesResponse) => any;
|
|
1590
|
+
/**
|
|
1591
|
+
* @internal
|
|
1592
|
+
*/
|
|
1593
|
+
export declare const GetSubscriptionRequestFilterSensitiveLog: (obj: GetSubscriptionRequest) => any;
|
|
1594
|
+
/**
|
|
1595
|
+
* @internal
|
|
1596
|
+
*/
|
|
1597
|
+
export declare const GetSubscriptionResponseFilterSensitiveLog: (obj: GetSubscriptionResponse) => any;
|
|
1598
|
+
/**
|
|
1599
|
+
* @internal
|
|
1600
|
+
*/
|
|
1601
|
+
export declare const VerifySessionResponseFilterSensitiveLog: (obj: VerifySessionResponse) => any;
|