@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,662 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class ConflictException extends __BaseException {
|
|
11
|
+
readonly name: "ConflictException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
export interface CreateAccessTokenRequest {
|
|
16
|
+
name: string | undefined;
|
|
17
|
+
expiresTime?: Date;
|
|
18
|
+
}
|
|
19
|
+
export interface CreateAccessTokenResponse {
|
|
20
|
+
secret: string | undefined;
|
|
21
|
+
name?: string;
|
|
22
|
+
expiresTime?: Date;
|
|
23
|
+
}
|
|
24
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
25
|
+
readonly name: "ResourceNotFoundException";
|
|
26
|
+
readonly $fault: "client";
|
|
27
|
+
constructor(
|
|
28
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
32
|
+
readonly name: "ServiceQuotaExceededException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
export declare class ThrottlingException extends __BaseException {
|
|
39
|
+
readonly name: "ThrottlingException";
|
|
40
|
+
readonly $fault: "client";
|
|
41
|
+
$retryable: {};
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export declare class ValidationException extends __BaseException {
|
|
47
|
+
readonly name: "ValidationException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
export interface DeleteAccessTokenRequest {
|
|
54
|
+
id: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface DeleteAccessTokenResponse {}
|
|
57
|
+
export interface ListAccessTokensRequest {
|
|
58
|
+
maxResults?: number;
|
|
59
|
+
nextToken?: string;
|
|
60
|
+
}
|
|
61
|
+
export interface AccessTokenSummary {
|
|
62
|
+
id: string | undefined;
|
|
63
|
+
name: string | undefined;
|
|
64
|
+
expiresTime?: Date;
|
|
65
|
+
}
|
|
66
|
+
export interface ListAccessTokensResponse {
|
|
67
|
+
items: AccessTokenSummary[] | undefined;
|
|
68
|
+
nextToken?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare enum CatalogActionVersionFileRecordType {
|
|
71
|
+
LICENSE = "LICENSE",
|
|
72
|
+
README = "README",
|
|
73
|
+
}
|
|
74
|
+
export interface GetUserDetailsRequest {
|
|
75
|
+
id?: string;
|
|
76
|
+
userName?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface EmailAddress {
|
|
79
|
+
email?: string;
|
|
80
|
+
verified?: boolean;
|
|
81
|
+
}
|
|
82
|
+
export interface GetUserDetailsResponse {
|
|
83
|
+
userId?: string;
|
|
84
|
+
userName?: string;
|
|
85
|
+
displayName?: string;
|
|
86
|
+
primaryEmail?: EmailAddress;
|
|
87
|
+
version?: string;
|
|
88
|
+
}
|
|
89
|
+
export interface ListEventLogsRequest {
|
|
90
|
+
spaceName: string | undefined;
|
|
91
|
+
startTime: Date | undefined;
|
|
92
|
+
endTime: Date | undefined;
|
|
93
|
+
eventName?: string;
|
|
94
|
+
nextToken?: string;
|
|
95
|
+
maxResults?: number;
|
|
96
|
+
}
|
|
97
|
+
export declare enum OperationType {
|
|
98
|
+
MUTATION = "MUTATION",
|
|
99
|
+
READONLY = "READONLY",
|
|
100
|
+
}
|
|
101
|
+
export interface ProjectInformation {
|
|
102
|
+
name?: string;
|
|
103
|
+
projectId?: string;
|
|
104
|
+
}
|
|
105
|
+
export interface EventPayload {
|
|
106
|
+
contentType?: string;
|
|
107
|
+
data?: string;
|
|
108
|
+
}
|
|
109
|
+
export declare enum UserType {
|
|
110
|
+
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
111
|
+
UNKNOWN = "UNKNOWN",
|
|
112
|
+
USER = "USER",
|
|
113
|
+
}
|
|
114
|
+
export interface UserIdentity {
|
|
115
|
+
userType: UserType | string | undefined;
|
|
116
|
+
principalId: string | undefined;
|
|
117
|
+
userName?: string;
|
|
118
|
+
awsAccountId?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface EventLogEntry {
|
|
121
|
+
id: string | undefined;
|
|
122
|
+
eventName: string | undefined;
|
|
123
|
+
eventType: string | undefined;
|
|
124
|
+
eventCategory: string | undefined;
|
|
125
|
+
eventSource: string | undefined;
|
|
126
|
+
eventTime: Date | undefined;
|
|
127
|
+
operationType: OperationType | string | undefined;
|
|
128
|
+
userIdentity: UserIdentity | undefined;
|
|
129
|
+
projectInformation?: ProjectInformation;
|
|
130
|
+
requestId?: string;
|
|
131
|
+
requestPayload?: EventPayload;
|
|
132
|
+
responsePayload?: EventPayload;
|
|
133
|
+
errorCode?: string;
|
|
134
|
+
sourceIpAddress?: string;
|
|
135
|
+
userAgent?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface ListEventLogsResponse {
|
|
138
|
+
nextToken?: string;
|
|
139
|
+
items: EventLogEntry[] | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface GetSpaceRequest {
|
|
142
|
+
name: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface GetSpaceResponse {
|
|
145
|
+
name: string | undefined;
|
|
146
|
+
regionName: string | undefined;
|
|
147
|
+
displayName?: string;
|
|
148
|
+
description?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface ListSpacesRequest {
|
|
151
|
+
nextToken?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface SpaceSummary {
|
|
154
|
+
name: string | undefined;
|
|
155
|
+
regionName: string | undefined;
|
|
156
|
+
displayName?: string;
|
|
157
|
+
description?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface ListSpacesResponse {
|
|
160
|
+
nextToken?: string;
|
|
161
|
+
items?: SpaceSummary[];
|
|
162
|
+
}
|
|
163
|
+
export interface CreateProjectRequest {
|
|
164
|
+
spaceName: string | undefined;
|
|
165
|
+
displayName: string | undefined;
|
|
166
|
+
description?: string;
|
|
167
|
+
}
|
|
168
|
+
export interface CreateProjectResponse {
|
|
169
|
+
spaceName?: string;
|
|
170
|
+
name: string | undefined;
|
|
171
|
+
displayName?: string;
|
|
172
|
+
description?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface IdeConfiguration {
|
|
175
|
+
runtime?: string;
|
|
176
|
+
name?: string;
|
|
177
|
+
}
|
|
178
|
+
export declare enum _InstanceType {
|
|
179
|
+
DEV_STANDARD1_LARGE = "dev.standard1.large",
|
|
180
|
+
DEV_STANDARD1_MEDIUM = "dev.standard1.medium",
|
|
181
|
+
DEV_STANDARD1_SMALL = "dev.standard1.small",
|
|
182
|
+
DEV_STANDARD1_XLARGE = "dev.standard1.xlarge",
|
|
183
|
+
}
|
|
184
|
+
export interface PersistentStorageConfiguration {
|
|
185
|
+
sizeInGiB: number | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface RepositoryInput {
|
|
188
|
+
repositoryName: string | undefined;
|
|
189
|
+
branchName?: string;
|
|
190
|
+
}
|
|
191
|
+
export interface CreateDevEnvironmentRequest {
|
|
192
|
+
spaceName: string | undefined;
|
|
193
|
+
projectName: string | undefined;
|
|
194
|
+
repositories?: RepositoryInput[];
|
|
195
|
+
clientToken?: string;
|
|
196
|
+
alias?: string;
|
|
197
|
+
ides?: IdeConfiguration[];
|
|
198
|
+
instanceType: _InstanceType | string | undefined;
|
|
199
|
+
inactivityTimeoutMinutes?: number;
|
|
200
|
+
persistentStorage: PersistentStorageConfiguration | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface CreateDevEnvironmentResponse {
|
|
203
|
+
spaceName: string | undefined;
|
|
204
|
+
projectName: string | undefined;
|
|
205
|
+
id: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface DeleteDevEnvironmentRequest {
|
|
208
|
+
spaceName: string | undefined;
|
|
209
|
+
projectName: string | undefined;
|
|
210
|
+
id: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface DeleteDevEnvironmentResponse {
|
|
213
|
+
spaceName: string | undefined;
|
|
214
|
+
projectName: string | undefined;
|
|
215
|
+
id: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface GetDevEnvironmentRequest {
|
|
218
|
+
spaceName: string | undefined;
|
|
219
|
+
projectName: string | undefined;
|
|
220
|
+
id: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface Ide {
|
|
223
|
+
runtime?: string;
|
|
224
|
+
name?: string;
|
|
225
|
+
}
|
|
226
|
+
export interface PersistentStorage {
|
|
227
|
+
sizeInGiB: number | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface DevEnvironmentRepositorySummary {
|
|
230
|
+
repositoryName: string | undefined;
|
|
231
|
+
branchName?: string;
|
|
232
|
+
}
|
|
233
|
+
export declare enum DevEnvironmentStatus {
|
|
234
|
+
DELETED = "DELETED",
|
|
235
|
+
DELETING = "DELETING",
|
|
236
|
+
FAILED = "FAILED",
|
|
237
|
+
PENDING = "PENDING",
|
|
238
|
+
RUNNING = "RUNNING",
|
|
239
|
+
STARTING = "STARTING",
|
|
240
|
+
STOPPED = "STOPPED",
|
|
241
|
+
STOPPING = "STOPPING",
|
|
242
|
+
}
|
|
243
|
+
export interface GetDevEnvironmentResponse {
|
|
244
|
+
spaceName: string | undefined;
|
|
245
|
+
projectName: string | undefined;
|
|
246
|
+
id: string | undefined;
|
|
247
|
+
lastUpdatedTime: Date | undefined;
|
|
248
|
+
creatorId: string | undefined;
|
|
249
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
250
|
+
statusReason?: string;
|
|
251
|
+
repositories: DevEnvironmentRepositorySummary[] | undefined;
|
|
252
|
+
alias?: string;
|
|
253
|
+
ides?: Ide[];
|
|
254
|
+
instanceType: _InstanceType | string | undefined;
|
|
255
|
+
inactivityTimeoutMinutes: number | undefined;
|
|
256
|
+
persistentStorage: PersistentStorage | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface Filter {
|
|
259
|
+
key: string | undefined;
|
|
260
|
+
values: string[] | undefined;
|
|
261
|
+
comparisonOperator?: string;
|
|
262
|
+
}
|
|
263
|
+
export interface ListDevEnvironmentsRequest {
|
|
264
|
+
spaceName: string | undefined;
|
|
265
|
+
projectName: string | undefined;
|
|
266
|
+
filters?: Filter[];
|
|
267
|
+
nextToken?: string;
|
|
268
|
+
maxResults?: number;
|
|
269
|
+
}
|
|
270
|
+
export interface DevEnvironmentSummary {
|
|
271
|
+
spaceName?: string;
|
|
272
|
+
projectName?: string;
|
|
273
|
+
id: string | undefined;
|
|
274
|
+
lastUpdatedTime: Date | undefined;
|
|
275
|
+
creatorId: string | undefined;
|
|
276
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
277
|
+
statusReason?: string;
|
|
278
|
+
repositories: DevEnvironmentRepositorySummary[] | undefined;
|
|
279
|
+
alias?: string;
|
|
280
|
+
ides?: Ide[];
|
|
281
|
+
instanceType: _InstanceType | string | undefined;
|
|
282
|
+
inactivityTimeoutMinutes: number | undefined;
|
|
283
|
+
persistentStorage: PersistentStorage | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface ListDevEnvironmentsResponse {
|
|
286
|
+
items: DevEnvironmentSummary[] | undefined;
|
|
287
|
+
nextToken?: string;
|
|
288
|
+
}
|
|
289
|
+
export interface StartDevEnvironmentRequest {
|
|
290
|
+
spaceName: string | undefined;
|
|
291
|
+
projectName: string | undefined;
|
|
292
|
+
id: string | undefined;
|
|
293
|
+
ides?: IdeConfiguration[];
|
|
294
|
+
instanceType?: _InstanceType | string;
|
|
295
|
+
inactivityTimeoutMinutes?: number;
|
|
296
|
+
}
|
|
297
|
+
export interface StartDevEnvironmentResponse {
|
|
298
|
+
spaceName: string | undefined;
|
|
299
|
+
projectName: string | undefined;
|
|
300
|
+
id: string | undefined;
|
|
301
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface ExecuteCommandSessionConfiguration {
|
|
304
|
+
command: string | undefined;
|
|
305
|
+
arguments?: string[];
|
|
306
|
+
}
|
|
307
|
+
export declare enum DevEnvironmentSessionType {
|
|
308
|
+
SSH = "SSH",
|
|
309
|
+
SSM = "SSM",
|
|
310
|
+
}
|
|
311
|
+
export interface DevEnvironmentSessionConfiguration {
|
|
312
|
+
sessionType: DevEnvironmentSessionType | string | undefined;
|
|
313
|
+
executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
|
|
314
|
+
}
|
|
315
|
+
export interface StartDevEnvironmentSessionRequest {
|
|
316
|
+
spaceName: string | undefined;
|
|
317
|
+
projectName: string | undefined;
|
|
318
|
+
id: string | undefined;
|
|
319
|
+
sessionConfiguration: DevEnvironmentSessionConfiguration | undefined;
|
|
320
|
+
}
|
|
321
|
+
export interface DevEnvironmentAccessDetails {
|
|
322
|
+
streamUrl: string | undefined;
|
|
323
|
+
tokenValue: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface StartDevEnvironmentSessionResponse {
|
|
326
|
+
accessDetails: DevEnvironmentAccessDetails | undefined;
|
|
327
|
+
sessionId?: string;
|
|
328
|
+
spaceName: string | undefined;
|
|
329
|
+
projectName: string | undefined;
|
|
330
|
+
id: string | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface StopDevEnvironmentRequest {
|
|
333
|
+
spaceName: string | undefined;
|
|
334
|
+
projectName: string | undefined;
|
|
335
|
+
id: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
export interface StopDevEnvironmentResponse {
|
|
338
|
+
spaceName: string | undefined;
|
|
339
|
+
projectName: string | undefined;
|
|
340
|
+
id: string | undefined;
|
|
341
|
+
status: DevEnvironmentStatus | string | undefined;
|
|
342
|
+
}
|
|
343
|
+
export interface UpdateDevEnvironmentRequest {
|
|
344
|
+
spaceName: string | undefined;
|
|
345
|
+
projectName: string | undefined;
|
|
346
|
+
id: string | undefined;
|
|
347
|
+
alias?: string;
|
|
348
|
+
ides?: IdeConfiguration[];
|
|
349
|
+
instanceType?: _InstanceType | string;
|
|
350
|
+
inactivityTimeoutMinutes?: number;
|
|
351
|
+
clientToken?: string;
|
|
352
|
+
}
|
|
353
|
+
export interface UpdateDevEnvironmentResponse {
|
|
354
|
+
id: string | undefined;
|
|
355
|
+
spaceName: string | undefined;
|
|
356
|
+
projectName: string | undefined;
|
|
357
|
+
alias?: string;
|
|
358
|
+
ides?: IdeConfiguration[];
|
|
359
|
+
instanceType?: _InstanceType | string;
|
|
360
|
+
inactivityTimeoutMinutes?: number;
|
|
361
|
+
clientToken?: string;
|
|
362
|
+
}
|
|
363
|
+
export interface GetProjectRequest {
|
|
364
|
+
spaceName: string | undefined;
|
|
365
|
+
name: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface GetProjectResponse {
|
|
368
|
+
spaceName?: string;
|
|
369
|
+
name: string | undefined;
|
|
370
|
+
displayName?: string;
|
|
371
|
+
description?: string;
|
|
372
|
+
}
|
|
373
|
+
export declare enum ComparisonOperator {
|
|
374
|
+
EQUALS = "EQ",
|
|
375
|
+
GREATER_THAN = "GT",
|
|
376
|
+
GREATER_THAN_OR_EQUALS = "GE",
|
|
377
|
+
LESS_THAN = "LT",
|
|
378
|
+
LESS_THAN_OR_EQUALS = "LE",
|
|
379
|
+
}
|
|
380
|
+
export declare enum FilterKey {
|
|
381
|
+
HAS_ACCESS_TO = "hasAccessTo",
|
|
382
|
+
}
|
|
383
|
+
export interface ProjectListFilter {
|
|
384
|
+
key: FilterKey | string | undefined;
|
|
385
|
+
values: string[] | undefined;
|
|
386
|
+
comparisonOperator?: ComparisonOperator | string;
|
|
387
|
+
}
|
|
388
|
+
export interface ListProjectsRequest {
|
|
389
|
+
spaceName: string | undefined;
|
|
390
|
+
nextToken?: string;
|
|
391
|
+
maxResults?: number;
|
|
392
|
+
filters?: ProjectListFilter[];
|
|
393
|
+
}
|
|
394
|
+
export interface ProjectSummary {
|
|
395
|
+
name: string | undefined;
|
|
396
|
+
displayName?: string;
|
|
397
|
+
description?: string;
|
|
398
|
+
}
|
|
399
|
+
export interface ListProjectsResponse {
|
|
400
|
+
nextToken?: string;
|
|
401
|
+
items?: ProjectSummary[];
|
|
402
|
+
}
|
|
403
|
+
export interface GetSourceRepositoryCloneUrlsRequest {
|
|
404
|
+
spaceName: string | undefined;
|
|
405
|
+
projectName: string | undefined;
|
|
406
|
+
sourceRepositoryName: string | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface GetSourceRepositoryCloneUrlsResponse {
|
|
409
|
+
https: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export interface ListSourceRepositoriesRequest {
|
|
412
|
+
spaceName: string | undefined;
|
|
413
|
+
projectName: string | undefined;
|
|
414
|
+
nextToken?: string;
|
|
415
|
+
maxResults?: number;
|
|
416
|
+
}
|
|
417
|
+
export interface ListSourceRepositoriesItem {
|
|
418
|
+
id: string | undefined;
|
|
419
|
+
name: string | undefined;
|
|
420
|
+
description?: string;
|
|
421
|
+
lastUpdatedTime: Date | undefined;
|
|
422
|
+
createdTime: Date | undefined;
|
|
423
|
+
}
|
|
424
|
+
export interface ListSourceRepositoriesResponse {
|
|
425
|
+
items?: ListSourceRepositoriesItem[];
|
|
426
|
+
nextToken?: string;
|
|
427
|
+
}
|
|
428
|
+
export interface CreateSourceRepositoryBranchRequest {
|
|
429
|
+
spaceName: string | undefined;
|
|
430
|
+
projectName: string | undefined;
|
|
431
|
+
sourceRepositoryName: string | undefined;
|
|
432
|
+
name: string | undefined;
|
|
433
|
+
headCommitId?: string;
|
|
434
|
+
}
|
|
435
|
+
export interface CreateSourceRepositoryBranchResponse {
|
|
436
|
+
ref?: string;
|
|
437
|
+
name?: string;
|
|
438
|
+
lastUpdatedTime?: Date;
|
|
439
|
+
headCommitId?: string;
|
|
440
|
+
}
|
|
441
|
+
export interface ListSourceRepositoryBranchesRequest {
|
|
442
|
+
spaceName: string | undefined;
|
|
443
|
+
projectName: string | undefined;
|
|
444
|
+
sourceRepositoryName: string | undefined;
|
|
445
|
+
nextToken?: string;
|
|
446
|
+
maxResults?: number;
|
|
447
|
+
}
|
|
448
|
+
export interface ListSourceRepositoryBranchesItem {
|
|
449
|
+
ref?: string;
|
|
450
|
+
name?: string;
|
|
451
|
+
lastUpdatedTime?: Date;
|
|
452
|
+
headCommitId?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface ListSourceRepositoryBranchesResponse {
|
|
455
|
+
nextToken?: string;
|
|
456
|
+
items?: ListSourceRepositoryBranchesItem[];
|
|
457
|
+
}
|
|
458
|
+
export interface GetSubscriptionRequest {
|
|
459
|
+
spaceName: string | undefined;
|
|
460
|
+
}
|
|
461
|
+
export interface GetSubscriptionResponse {
|
|
462
|
+
subscriptionType?: string;
|
|
463
|
+
awsAccountName?: string;
|
|
464
|
+
}
|
|
465
|
+
export interface VerifySessionResponse {
|
|
466
|
+
identity?: string;
|
|
467
|
+
}
|
|
468
|
+
export declare const CreateAccessTokenRequestFilterSensitiveLog: (
|
|
469
|
+
obj: CreateAccessTokenRequest
|
|
470
|
+
) => any;
|
|
471
|
+
export declare const CreateAccessTokenResponseFilterSensitiveLog: (
|
|
472
|
+
obj: CreateAccessTokenResponse
|
|
473
|
+
) => any;
|
|
474
|
+
export declare const DeleteAccessTokenRequestFilterSensitiveLog: (
|
|
475
|
+
obj: DeleteAccessTokenRequest
|
|
476
|
+
) => any;
|
|
477
|
+
export declare const DeleteAccessTokenResponseFilterSensitiveLog: (
|
|
478
|
+
obj: DeleteAccessTokenResponse
|
|
479
|
+
) => any;
|
|
480
|
+
export declare const ListAccessTokensRequestFilterSensitiveLog: (
|
|
481
|
+
obj: ListAccessTokensRequest
|
|
482
|
+
) => any;
|
|
483
|
+
export declare const AccessTokenSummaryFilterSensitiveLog: (
|
|
484
|
+
obj: AccessTokenSummary
|
|
485
|
+
) => any;
|
|
486
|
+
export declare const ListAccessTokensResponseFilterSensitiveLog: (
|
|
487
|
+
obj: ListAccessTokensResponse
|
|
488
|
+
) => any;
|
|
489
|
+
export declare const GetUserDetailsRequestFilterSensitiveLog: (
|
|
490
|
+
obj: GetUserDetailsRequest
|
|
491
|
+
) => any;
|
|
492
|
+
export declare const EmailAddressFilterSensitiveLog: (obj: EmailAddress) => any;
|
|
493
|
+
export declare const GetUserDetailsResponseFilterSensitiveLog: (
|
|
494
|
+
obj: GetUserDetailsResponse
|
|
495
|
+
) => any;
|
|
496
|
+
export declare const ListEventLogsRequestFilterSensitiveLog: (
|
|
497
|
+
obj: ListEventLogsRequest
|
|
498
|
+
) => any;
|
|
499
|
+
export declare const ProjectInformationFilterSensitiveLog: (
|
|
500
|
+
obj: ProjectInformation
|
|
501
|
+
) => any;
|
|
502
|
+
export declare const EventPayloadFilterSensitiveLog: (obj: EventPayload) => any;
|
|
503
|
+
export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
|
|
504
|
+
export declare const EventLogEntryFilterSensitiveLog: (
|
|
505
|
+
obj: EventLogEntry
|
|
506
|
+
) => any;
|
|
507
|
+
export declare const ListEventLogsResponseFilterSensitiveLog: (
|
|
508
|
+
obj: ListEventLogsResponse
|
|
509
|
+
) => any;
|
|
510
|
+
export declare const GetSpaceRequestFilterSensitiveLog: (
|
|
511
|
+
obj: GetSpaceRequest
|
|
512
|
+
) => any;
|
|
513
|
+
export declare const GetSpaceResponseFilterSensitiveLog: (
|
|
514
|
+
obj: GetSpaceResponse
|
|
515
|
+
) => any;
|
|
516
|
+
export declare const ListSpacesRequestFilterSensitiveLog: (
|
|
517
|
+
obj: ListSpacesRequest
|
|
518
|
+
) => any;
|
|
519
|
+
export declare const SpaceSummaryFilterSensitiveLog: (obj: SpaceSummary) => any;
|
|
520
|
+
export declare const ListSpacesResponseFilterSensitiveLog: (
|
|
521
|
+
obj: ListSpacesResponse
|
|
522
|
+
) => any;
|
|
523
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (
|
|
524
|
+
obj: CreateProjectRequest
|
|
525
|
+
) => any;
|
|
526
|
+
export declare const CreateProjectResponseFilterSensitiveLog: (
|
|
527
|
+
obj: CreateProjectResponse
|
|
528
|
+
) => any;
|
|
529
|
+
export declare const IdeConfigurationFilterSensitiveLog: (
|
|
530
|
+
obj: IdeConfiguration
|
|
531
|
+
) => any;
|
|
532
|
+
export declare const PersistentStorageConfigurationFilterSensitiveLog: (
|
|
533
|
+
obj: PersistentStorageConfiguration
|
|
534
|
+
) => any;
|
|
535
|
+
export declare const RepositoryInputFilterSensitiveLog: (
|
|
536
|
+
obj: RepositoryInput
|
|
537
|
+
) => any;
|
|
538
|
+
export declare const CreateDevEnvironmentRequestFilterSensitiveLog: (
|
|
539
|
+
obj: CreateDevEnvironmentRequest
|
|
540
|
+
) => any;
|
|
541
|
+
export declare const CreateDevEnvironmentResponseFilterSensitiveLog: (
|
|
542
|
+
obj: CreateDevEnvironmentResponse
|
|
543
|
+
) => any;
|
|
544
|
+
export declare const DeleteDevEnvironmentRequestFilterSensitiveLog: (
|
|
545
|
+
obj: DeleteDevEnvironmentRequest
|
|
546
|
+
) => any;
|
|
547
|
+
export declare const DeleteDevEnvironmentResponseFilterSensitiveLog: (
|
|
548
|
+
obj: DeleteDevEnvironmentResponse
|
|
549
|
+
) => any;
|
|
550
|
+
export declare const GetDevEnvironmentRequestFilterSensitiveLog: (
|
|
551
|
+
obj: GetDevEnvironmentRequest
|
|
552
|
+
) => any;
|
|
553
|
+
export declare const IdeFilterSensitiveLog: (obj: Ide) => any;
|
|
554
|
+
export declare const PersistentStorageFilterSensitiveLog: (
|
|
555
|
+
obj: PersistentStorage
|
|
556
|
+
) => any;
|
|
557
|
+
export declare const DevEnvironmentRepositorySummaryFilterSensitiveLog: (
|
|
558
|
+
obj: DevEnvironmentRepositorySummary
|
|
559
|
+
) => any;
|
|
560
|
+
export declare const GetDevEnvironmentResponseFilterSensitiveLog: (
|
|
561
|
+
obj: GetDevEnvironmentResponse
|
|
562
|
+
) => any;
|
|
563
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
564
|
+
export declare const ListDevEnvironmentsRequestFilterSensitiveLog: (
|
|
565
|
+
obj: ListDevEnvironmentsRequest
|
|
566
|
+
) => any;
|
|
567
|
+
export declare const DevEnvironmentSummaryFilterSensitiveLog: (
|
|
568
|
+
obj: DevEnvironmentSummary
|
|
569
|
+
) => any;
|
|
570
|
+
export declare const ListDevEnvironmentsResponseFilterSensitiveLog: (
|
|
571
|
+
obj: ListDevEnvironmentsResponse
|
|
572
|
+
) => any;
|
|
573
|
+
export declare const StartDevEnvironmentRequestFilterSensitiveLog: (
|
|
574
|
+
obj: StartDevEnvironmentRequest
|
|
575
|
+
) => any;
|
|
576
|
+
export declare const StartDevEnvironmentResponseFilterSensitiveLog: (
|
|
577
|
+
obj: StartDevEnvironmentResponse
|
|
578
|
+
) => any;
|
|
579
|
+
export declare const ExecuteCommandSessionConfigurationFilterSensitiveLog: (
|
|
580
|
+
obj: ExecuteCommandSessionConfiguration
|
|
581
|
+
) => any;
|
|
582
|
+
export declare const DevEnvironmentSessionConfigurationFilterSensitiveLog: (
|
|
583
|
+
obj: DevEnvironmentSessionConfiguration
|
|
584
|
+
) => any;
|
|
585
|
+
export declare const StartDevEnvironmentSessionRequestFilterSensitiveLog: (
|
|
586
|
+
obj: StartDevEnvironmentSessionRequest
|
|
587
|
+
) => any;
|
|
588
|
+
export declare const DevEnvironmentAccessDetailsFilterSensitiveLog: (
|
|
589
|
+
obj: DevEnvironmentAccessDetails
|
|
590
|
+
) => any;
|
|
591
|
+
export declare const StartDevEnvironmentSessionResponseFilterSensitiveLog: (
|
|
592
|
+
obj: StartDevEnvironmentSessionResponse
|
|
593
|
+
) => any;
|
|
594
|
+
export declare const StopDevEnvironmentRequestFilterSensitiveLog: (
|
|
595
|
+
obj: StopDevEnvironmentRequest
|
|
596
|
+
) => any;
|
|
597
|
+
export declare const StopDevEnvironmentResponseFilterSensitiveLog: (
|
|
598
|
+
obj: StopDevEnvironmentResponse
|
|
599
|
+
) => any;
|
|
600
|
+
export declare const UpdateDevEnvironmentRequestFilterSensitiveLog: (
|
|
601
|
+
obj: UpdateDevEnvironmentRequest
|
|
602
|
+
) => any;
|
|
603
|
+
export declare const UpdateDevEnvironmentResponseFilterSensitiveLog: (
|
|
604
|
+
obj: UpdateDevEnvironmentResponse
|
|
605
|
+
) => any;
|
|
606
|
+
export declare const GetProjectRequestFilterSensitiveLog: (
|
|
607
|
+
obj: GetProjectRequest
|
|
608
|
+
) => any;
|
|
609
|
+
export declare const GetProjectResponseFilterSensitiveLog: (
|
|
610
|
+
obj: GetProjectResponse
|
|
611
|
+
) => any;
|
|
612
|
+
export declare const ProjectListFilterFilterSensitiveLog: (
|
|
613
|
+
obj: ProjectListFilter
|
|
614
|
+
) => any;
|
|
615
|
+
export declare const ListProjectsRequestFilterSensitiveLog: (
|
|
616
|
+
obj: ListProjectsRequest
|
|
617
|
+
) => any;
|
|
618
|
+
export declare const ProjectSummaryFilterSensitiveLog: (
|
|
619
|
+
obj: ProjectSummary
|
|
620
|
+
) => any;
|
|
621
|
+
export declare const ListProjectsResponseFilterSensitiveLog: (
|
|
622
|
+
obj: ListProjectsResponse
|
|
623
|
+
) => any;
|
|
624
|
+
export declare const GetSourceRepositoryCloneUrlsRequestFilterSensitiveLog: (
|
|
625
|
+
obj: GetSourceRepositoryCloneUrlsRequest
|
|
626
|
+
) => any;
|
|
627
|
+
export declare const GetSourceRepositoryCloneUrlsResponseFilterSensitiveLog: (
|
|
628
|
+
obj: GetSourceRepositoryCloneUrlsResponse
|
|
629
|
+
) => any;
|
|
630
|
+
export declare const ListSourceRepositoriesRequestFilterSensitiveLog: (
|
|
631
|
+
obj: ListSourceRepositoriesRequest
|
|
632
|
+
) => any;
|
|
633
|
+
export declare const ListSourceRepositoriesItemFilterSensitiveLog: (
|
|
634
|
+
obj: ListSourceRepositoriesItem
|
|
635
|
+
) => any;
|
|
636
|
+
export declare const ListSourceRepositoriesResponseFilterSensitiveLog: (
|
|
637
|
+
obj: ListSourceRepositoriesResponse
|
|
638
|
+
) => any;
|
|
639
|
+
export declare const CreateSourceRepositoryBranchRequestFilterSensitiveLog: (
|
|
640
|
+
obj: CreateSourceRepositoryBranchRequest
|
|
641
|
+
) => any;
|
|
642
|
+
export declare const CreateSourceRepositoryBranchResponseFilterSensitiveLog: (
|
|
643
|
+
obj: CreateSourceRepositoryBranchResponse
|
|
644
|
+
) => any;
|
|
645
|
+
export declare const ListSourceRepositoryBranchesRequestFilterSensitiveLog: (
|
|
646
|
+
obj: ListSourceRepositoryBranchesRequest
|
|
647
|
+
) => any;
|
|
648
|
+
export declare const ListSourceRepositoryBranchesItemFilterSensitiveLog: (
|
|
649
|
+
obj: ListSourceRepositoryBranchesItem
|
|
650
|
+
) => any;
|
|
651
|
+
export declare const ListSourceRepositoryBranchesResponseFilterSensitiveLog: (
|
|
652
|
+
obj: ListSourceRepositoryBranchesResponse
|
|
653
|
+
) => any;
|
|
654
|
+
export declare const GetSubscriptionRequestFilterSensitiveLog: (
|
|
655
|
+
obj: GetSubscriptionRequest
|
|
656
|
+
) => any;
|
|
657
|
+
export declare const GetSubscriptionResponseFilterSensitiveLog: (
|
|
658
|
+
obj: GetSubscriptionResponse
|
|
659
|
+
) => any;
|
|
660
|
+
export declare const VerifySessionResponseFilterSensitiveLog: (
|
|
661
|
+
obj: VerifySessionResponse
|
|
662
|
+
) => any;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { CodeCatalyst } from "../CodeCatalyst";
|
|
3
|
+
import { CodeCatalystClient } from "../CodeCatalystClient";
|
|
4
|
+
export interface CodeCatalystPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: CodeCatalyst | CodeCatalystClient;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessTokensCommandInput,
|
|
4
|
+
ListAccessTokensCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessTokensCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessTokens(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListAccessTokensCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessTokensCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDevEnvironmentsCommandInput,
|
|
4
|
+
ListDevEnvironmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListDevEnvironmentsCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDevEnvironments(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListDevEnvironmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDevEnvironmentsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventLogsCommandInput,
|
|
4
|
+
ListEventLogsCommandOutput,
|
|
5
|
+
} from "../commands/ListEventLogsCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEventLogs(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListEventLogsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventLogsCommandOutput>;
|