@aws-sdk/client-codecatalyst 3.301.0 → 3.306.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +43 -51
- package/dist-es/models/models_0.js +43 -51
- package/dist-types/models/models_0.d.ts +83 -43
- package/dist-types/ts3.4/models/models_0.d.ts +55 -43
- package/package.json +32 -32
|
@@ -82,57 +82,49 @@ class ValidationException extends CodeCatalystServiceException_1.CodeCatalystSer
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
exports.ValidationException = ValidationException;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
ComparisonOperator["GREATER_THAN_OR_EQUALS"] = "GE";
|
|
129
|
-
ComparisonOperator["LESS_THAN"] = "LT";
|
|
130
|
-
ComparisonOperator["LESS_THAN_OR_EQUALS"] = "LE";
|
|
131
|
-
})(ComparisonOperator = exports.ComparisonOperator || (exports.ComparisonOperator = {}));
|
|
132
|
-
var FilterKey;
|
|
133
|
-
(function (FilterKey) {
|
|
134
|
-
FilterKey["HAS_ACCESS_TO"] = "hasAccessTo";
|
|
135
|
-
})(FilterKey = exports.FilterKey || (exports.FilterKey = {}));
|
|
85
|
+
exports.CatalogActionVersionFileRecordType = {
|
|
86
|
+
LICENSE: "LICENSE",
|
|
87
|
+
README: "README",
|
|
88
|
+
};
|
|
89
|
+
exports.OperationType = {
|
|
90
|
+
MUTATION: "MUTATION",
|
|
91
|
+
READONLY: "READONLY",
|
|
92
|
+
};
|
|
93
|
+
exports.UserType = {
|
|
94
|
+
AWS_ACCOUNT: "AWS_ACCOUNT",
|
|
95
|
+
UNKNOWN: "UNKNOWN",
|
|
96
|
+
USER: "USER",
|
|
97
|
+
};
|
|
98
|
+
exports._InstanceType = {
|
|
99
|
+
DEV_STANDARD1_LARGE: "dev.standard1.large",
|
|
100
|
+
DEV_STANDARD1_MEDIUM: "dev.standard1.medium",
|
|
101
|
+
DEV_STANDARD1_SMALL: "dev.standard1.small",
|
|
102
|
+
DEV_STANDARD1_XLARGE: "dev.standard1.xlarge",
|
|
103
|
+
};
|
|
104
|
+
exports.DevEnvironmentStatus = {
|
|
105
|
+
DELETED: "DELETED",
|
|
106
|
+
DELETING: "DELETING",
|
|
107
|
+
FAILED: "FAILED",
|
|
108
|
+
PENDING: "PENDING",
|
|
109
|
+
RUNNING: "RUNNING",
|
|
110
|
+
STARTING: "STARTING",
|
|
111
|
+
STOPPED: "STOPPED",
|
|
112
|
+
STOPPING: "STOPPING",
|
|
113
|
+
};
|
|
114
|
+
exports.DevEnvironmentSessionType = {
|
|
115
|
+
SSH: "SSH",
|
|
116
|
+
SSM: "SSM",
|
|
117
|
+
};
|
|
118
|
+
exports.ComparisonOperator = {
|
|
119
|
+
EQUALS: "EQ",
|
|
120
|
+
GREATER_THAN: "GT",
|
|
121
|
+
GREATER_THAN_OR_EQUALS: "GE",
|
|
122
|
+
LESS_THAN: "LT",
|
|
123
|
+
LESS_THAN_OR_EQUALS: "LE",
|
|
124
|
+
};
|
|
125
|
+
exports.FilterKey = {
|
|
126
|
+
HAS_ACCESS_TO: "hasAccessTo",
|
|
127
|
+
};
|
|
136
128
|
const CreateAccessTokenResponseFilterSensitiveLog = (obj) => ({
|
|
137
129
|
...obj,
|
|
138
130
|
...(obj.secret && { secret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -73,57 +73,49 @@ export class ValidationException extends __BaseException {
|
|
|
73
73
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
ComparisonOperator["GREATER_THAN_OR_EQUALS"] = "GE";
|
|
120
|
-
ComparisonOperator["LESS_THAN"] = "LT";
|
|
121
|
-
ComparisonOperator["LESS_THAN_OR_EQUALS"] = "LE";
|
|
122
|
-
})(ComparisonOperator || (ComparisonOperator = {}));
|
|
123
|
-
export var FilterKey;
|
|
124
|
-
(function (FilterKey) {
|
|
125
|
-
FilterKey["HAS_ACCESS_TO"] = "hasAccessTo";
|
|
126
|
-
})(FilterKey || (FilterKey = {}));
|
|
76
|
+
export const CatalogActionVersionFileRecordType = {
|
|
77
|
+
LICENSE: "LICENSE",
|
|
78
|
+
README: "README",
|
|
79
|
+
};
|
|
80
|
+
export const OperationType = {
|
|
81
|
+
MUTATION: "MUTATION",
|
|
82
|
+
READONLY: "READONLY",
|
|
83
|
+
};
|
|
84
|
+
export const UserType = {
|
|
85
|
+
AWS_ACCOUNT: "AWS_ACCOUNT",
|
|
86
|
+
UNKNOWN: "UNKNOWN",
|
|
87
|
+
USER: "USER",
|
|
88
|
+
};
|
|
89
|
+
export const _InstanceType = {
|
|
90
|
+
DEV_STANDARD1_LARGE: "dev.standard1.large",
|
|
91
|
+
DEV_STANDARD1_MEDIUM: "dev.standard1.medium",
|
|
92
|
+
DEV_STANDARD1_SMALL: "dev.standard1.small",
|
|
93
|
+
DEV_STANDARD1_XLARGE: "dev.standard1.xlarge",
|
|
94
|
+
};
|
|
95
|
+
export const DevEnvironmentStatus = {
|
|
96
|
+
DELETED: "DELETED",
|
|
97
|
+
DELETING: "DELETING",
|
|
98
|
+
FAILED: "FAILED",
|
|
99
|
+
PENDING: "PENDING",
|
|
100
|
+
RUNNING: "RUNNING",
|
|
101
|
+
STARTING: "STARTING",
|
|
102
|
+
STOPPED: "STOPPED",
|
|
103
|
+
STOPPING: "STOPPING",
|
|
104
|
+
};
|
|
105
|
+
export const DevEnvironmentSessionType = {
|
|
106
|
+
SSH: "SSH",
|
|
107
|
+
SSM: "SSM",
|
|
108
|
+
};
|
|
109
|
+
export const ComparisonOperator = {
|
|
110
|
+
EQUALS: "EQ",
|
|
111
|
+
GREATER_THAN: "GT",
|
|
112
|
+
GREATER_THAN_OR_EQUALS: "GE",
|
|
113
|
+
LESS_THAN: "LT",
|
|
114
|
+
LESS_THAN_OR_EQUALS: "LE",
|
|
115
|
+
};
|
|
116
|
+
export const FilterKey = {
|
|
117
|
+
HAS_ACCESS_TO: "hasAccessTo",
|
|
118
|
+
};
|
|
127
119
|
export const CreateAccessTokenResponseFilterSensitiveLog = (obj) => ({
|
|
128
120
|
...obj,
|
|
129
121
|
...(obj.secret && { secret: SENSITIVE_STRING }),
|
|
@@ -169,11 +169,16 @@ export interface ListAccessTokensResponse {
|
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* @public
|
|
172
|
+
* @enum
|
|
172
173
|
*/
|
|
173
|
-
export declare
|
|
174
|
-
LICENSE
|
|
175
|
-
README
|
|
176
|
-
}
|
|
174
|
+
export declare const CatalogActionVersionFileRecordType: {
|
|
175
|
+
readonly LICENSE: "LICENSE";
|
|
176
|
+
readonly README: "README";
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
export type CatalogActionVersionFileRecordType = (typeof CatalogActionVersionFileRecordType)[keyof typeof CatalogActionVersionFileRecordType];
|
|
177
182
|
/**
|
|
178
183
|
* @public
|
|
179
184
|
*/
|
|
@@ -257,11 +262,16 @@ export interface ListEventLogsRequest {
|
|
|
257
262
|
}
|
|
258
263
|
/**
|
|
259
264
|
* @public
|
|
265
|
+
* @enum
|
|
260
266
|
*/
|
|
261
|
-
export declare
|
|
262
|
-
MUTATION
|
|
263
|
-
READONLY
|
|
264
|
-
}
|
|
267
|
+
export declare const OperationType: {
|
|
268
|
+
readonly MUTATION: "MUTATION";
|
|
269
|
+
readonly READONLY: "READONLY";
|
|
270
|
+
};
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
export type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
265
275
|
/**
|
|
266
276
|
* @public
|
|
267
277
|
* <p>Information about a project in a space.</p>
|
|
@@ -292,12 +302,17 @@ export interface EventPayload {
|
|
|
292
302
|
}
|
|
293
303
|
/**
|
|
294
304
|
* @public
|
|
305
|
+
* @enum
|
|
295
306
|
*/
|
|
296
|
-
export declare
|
|
297
|
-
AWS_ACCOUNT
|
|
298
|
-
UNKNOWN
|
|
299
|
-
USER
|
|
300
|
-
}
|
|
307
|
+
export declare const UserType: {
|
|
308
|
+
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
309
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
310
|
+
readonly USER: "USER";
|
|
311
|
+
};
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
301
316
|
/**
|
|
302
317
|
* @public
|
|
303
318
|
* <p>Information about a user whose activity is recorded in an event for a space.</p>
|
|
@@ -531,13 +546,18 @@ export interface IdeConfiguration {
|
|
|
531
546
|
}
|
|
532
547
|
/**
|
|
533
548
|
* @public
|
|
549
|
+
* @enum
|
|
534
550
|
*/
|
|
535
|
-
export declare
|
|
536
|
-
DEV_STANDARD1_LARGE
|
|
537
|
-
DEV_STANDARD1_MEDIUM
|
|
538
|
-
DEV_STANDARD1_SMALL
|
|
539
|
-
DEV_STANDARD1_XLARGE
|
|
540
|
-
}
|
|
551
|
+
export declare const _InstanceType: {
|
|
552
|
+
readonly DEV_STANDARD1_LARGE: "dev.standard1.large";
|
|
553
|
+
readonly DEV_STANDARD1_MEDIUM: "dev.standard1.medium";
|
|
554
|
+
readonly DEV_STANDARD1_SMALL: "dev.standard1.small";
|
|
555
|
+
readonly DEV_STANDARD1_XLARGE: "dev.standard1.xlarge";
|
|
556
|
+
};
|
|
557
|
+
/**
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
541
561
|
/**
|
|
542
562
|
* @public
|
|
543
563
|
* <p>Information about the configuration of persistent storage for a Dev Environment. </p>
|
|
@@ -731,17 +751,22 @@ export interface DevEnvironmentRepositorySummary {
|
|
|
731
751
|
}
|
|
732
752
|
/**
|
|
733
753
|
* @public
|
|
754
|
+
* @enum
|
|
734
755
|
*/
|
|
735
|
-
export declare
|
|
736
|
-
DELETED
|
|
737
|
-
DELETING
|
|
738
|
-
FAILED
|
|
739
|
-
PENDING
|
|
740
|
-
RUNNING
|
|
741
|
-
STARTING
|
|
742
|
-
STOPPED
|
|
743
|
-
STOPPING
|
|
744
|
-
}
|
|
756
|
+
export declare const DevEnvironmentStatus: {
|
|
757
|
+
readonly DELETED: "DELETED";
|
|
758
|
+
readonly DELETING: "DELETING";
|
|
759
|
+
readonly FAILED: "FAILED";
|
|
760
|
+
readonly PENDING: "PENDING";
|
|
761
|
+
readonly RUNNING: "RUNNING";
|
|
762
|
+
readonly STARTING: "STARTING";
|
|
763
|
+
readonly STOPPED: "STOPPED";
|
|
764
|
+
readonly STOPPING: "STOPPING";
|
|
765
|
+
};
|
|
766
|
+
/**
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
export type DevEnvironmentStatus = (typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
|
|
745
770
|
/**
|
|
746
771
|
* @public
|
|
747
772
|
*/
|
|
@@ -979,11 +1004,16 @@ export interface ExecuteCommandSessionConfiguration {
|
|
|
979
1004
|
}
|
|
980
1005
|
/**
|
|
981
1006
|
* @public
|
|
1007
|
+
* @enum
|
|
982
1008
|
*/
|
|
983
|
-
export declare
|
|
984
|
-
SSH
|
|
985
|
-
SSM
|
|
986
|
-
}
|
|
1009
|
+
export declare const DevEnvironmentSessionType: {
|
|
1010
|
+
readonly SSH: "SSH";
|
|
1011
|
+
readonly SSM: "SSM";
|
|
1012
|
+
};
|
|
1013
|
+
/**
|
|
1014
|
+
* @public
|
|
1015
|
+
*/
|
|
1016
|
+
export type DevEnvironmentSessionType = (typeof DevEnvironmentSessionType)[keyof typeof DevEnvironmentSessionType];
|
|
987
1017
|
/**
|
|
988
1018
|
* @public
|
|
989
1019
|
* <p>Information about the configuration of a Dev Environment session.</p>
|
|
@@ -1257,20 +1287,30 @@ export interface GetProjectResponse {
|
|
|
1257
1287
|
}
|
|
1258
1288
|
/**
|
|
1259
1289
|
* @public
|
|
1290
|
+
* @enum
|
|
1260
1291
|
*/
|
|
1261
|
-
export declare
|
|
1262
|
-
EQUALS
|
|
1263
|
-
GREATER_THAN
|
|
1264
|
-
GREATER_THAN_OR_EQUALS
|
|
1265
|
-
LESS_THAN
|
|
1266
|
-
LESS_THAN_OR_EQUALS
|
|
1267
|
-
}
|
|
1292
|
+
export declare const ComparisonOperator: {
|
|
1293
|
+
readonly EQUALS: "EQ";
|
|
1294
|
+
readonly GREATER_THAN: "GT";
|
|
1295
|
+
readonly GREATER_THAN_OR_EQUALS: "GE";
|
|
1296
|
+
readonly LESS_THAN: "LT";
|
|
1297
|
+
readonly LESS_THAN_OR_EQUALS: "LE";
|
|
1298
|
+
};
|
|
1268
1299
|
/**
|
|
1269
1300
|
* @public
|
|
1270
1301
|
*/
|
|
1271
|
-
export
|
|
1272
|
-
|
|
1273
|
-
|
|
1302
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
1303
|
+
/**
|
|
1304
|
+
* @public
|
|
1305
|
+
* @enum
|
|
1306
|
+
*/
|
|
1307
|
+
export declare const FilterKey: {
|
|
1308
|
+
readonly HAS_ACCESS_TO: "hasAccessTo";
|
|
1309
|
+
};
|
|
1310
|
+
/**
|
|
1311
|
+
* @public
|
|
1312
|
+
*/
|
|
1313
|
+
export type FilterKey = (typeof FilterKey)[keyof typeof FilterKey];
|
|
1274
1314
|
/**
|
|
1275
1315
|
* @public
|
|
1276
1316
|
* <p>nformation about the filter used to narrow the results returned in a list of projects.</p>
|
|
@@ -68,10 +68,12 @@ export interface ListAccessTokensResponse {
|
|
|
68
68
|
items: AccessTokenSummary[] | undefined;
|
|
69
69
|
nextToken?: string;
|
|
70
70
|
}
|
|
71
|
-
export declare
|
|
72
|
-
LICENSE
|
|
73
|
-
README
|
|
74
|
-
}
|
|
71
|
+
export declare const CatalogActionVersionFileRecordType: {
|
|
72
|
+
readonly LICENSE: "LICENSE";
|
|
73
|
+
readonly README: "README";
|
|
74
|
+
};
|
|
75
|
+
export type CatalogActionVersionFileRecordType =
|
|
76
|
+
(typeof CatalogActionVersionFileRecordType)[keyof typeof CatalogActionVersionFileRecordType];
|
|
75
77
|
export interface GetUserDetailsRequest {
|
|
76
78
|
id?: string;
|
|
77
79
|
userName?: string;
|
|
@@ -95,10 +97,11 @@ export interface ListEventLogsRequest {
|
|
|
95
97
|
nextToken?: string;
|
|
96
98
|
maxResults?: number;
|
|
97
99
|
}
|
|
98
|
-
export declare
|
|
99
|
-
MUTATION
|
|
100
|
-
READONLY
|
|
101
|
-
}
|
|
100
|
+
export declare const OperationType: {
|
|
101
|
+
readonly MUTATION: "MUTATION";
|
|
102
|
+
readonly READONLY: "READONLY";
|
|
103
|
+
};
|
|
104
|
+
export type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
102
105
|
export interface ProjectInformation {
|
|
103
106
|
name?: string;
|
|
104
107
|
projectId?: string;
|
|
@@ -107,11 +110,12 @@ export interface EventPayload {
|
|
|
107
110
|
contentType?: string;
|
|
108
111
|
data?: string;
|
|
109
112
|
}
|
|
110
|
-
export declare
|
|
111
|
-
AWS_ACCOUNT
|
|
112
|
-
UNKNOWN
|
|
113
|
-
USER
|
|
114
|
-
}
|
|
113
|
+
export declare const UserType: {
|
|
114
|
+
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
115
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
116
|
+
readonly USER: "USER";
|
|
117
|
+
};
|
|
118
|
+
export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
115
119
|
export interface UserIdentity {
|
|
116
120
|
userType: UserType | string | undefined;
|
|
117
121
|
principalId: string | undefined;
|
|
@@ -176,12 +180,13 @@ export interface IdeConfiguration {
|
|
|
176
180
|
runtime?: string;
|
|
177
181
|
name?: string;
|
|
178
182
|
}
|
|
179
|
-
export declare
|
|
180
|
-
DEV_STANDARD1_LARGE
|
|
181
|
-
DEV_STANDARD1_MEDIUM
|
|
182
|
-
DEV_STANDARD1_SMALL
|
|
183
|
-
DEV_STANDARD1_XLARGE
|
|
184
|
-
}
|
|
183
|
+
export declare const _InstanceType: {
|
|
184
|
+
readonly DEV_STANDARD1_LARGE: "dev.standard1.large";
|
|
185
|
+
readonly DEV_STANDARD1_MEDIUM: "dev.standard1.medium";
|
|
186
|
+
readonly DEV_STANDARD1_SMALL: "dev.standard1.small";
|
|
187
|
+
readonly DEV_STANDARD1_XLARGE: "dev.standard1.xlarge";
|
|
188
|
+
};
|
|
189
|
+
export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
185
190
|
export interface PersistentStorageConfiguration {
|
|
186
191
|
sizeInGiB: number | undefined;
|
|
187
192
|
}
|
|
@@ -231,16 +236,18 @@ export interface DevEnvironmentRepositorySummary {
|
|
|
231
236
|
repositoryName: string | undefined;
|
|
232
237
|
branchName?: string;
|
|
233
238
|
}
|
|
234
|
-
export declare
|
|
235
|
-
DELETED
|
|
236
|
-
DELETING
|
|
237
|
-
FAILED
|
|
238
|
-
PENDING
|
|
239
|
-
RUNNING
|
|
240
|
-
STARTING
|
|
241
|
-
STOPPED
|
|
242
|
-
STOPPING
|
|
243
|
-
}
|
|
239
|
+
export declare const DevEnvironmentStatus: {
|
|
240
|
+
readonly DELETED: "DELETED";
|
|
241
|
+
readonly DELETING: "DELETING";
|
|
242
|
+
readonly FAILED: "FAILED";
|
|
243
|
+
readonly PENDING: "PENDING";
|
|
244
|
+
readonly RUNNING: "RUNNING";
|
|
245
|
+
readonly STARTING: "STARTING";
|
|
246
|
+
readonly STOPPED: "STOPPED";
|
|
247
|
+
readonly STOPPING: "STOPPING";
|
|
248
|
+
};
|
|
249
|
+
export type DevEnvironmentStatus =
|
|
250
|
+
(typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
|
|
244
251
|
export interface GetDevEnvironmentResponse {
|
|
245
252
|
spaceName: string | undefined;
|
|
246
253
|
projectName: string | undefined;
|
|
@@ -305,10 +312,12 @@ export interface ExecuteCommandSessionConfiguration {
|
|
|
305
312
|
command: string | undefined;
|
|
306
313
|
arguments?: string[];
|
|
307
314
|
}
|
|
308
|
-
export declare
|
|
309
|
-
SSH
|
|
310
|
-
SSM
|
|
311
|
-
}
|
|
315
|
+
export declare const DevEnvironmentSessionType: {
|
|
316
|
+
readonly SSH: "SSH";
|
|
317
|
+
readonly SSM: "SSM";
|
|
318
|
+
};
|
|
319
|
+
export type DevEnvironmentSessionType =
|
|
320
|
+
(typeof DevEnvironmentSessionType)[keyof typeof DevEnvironmentSessionType];
|
|
312
321
|
export interface DevEnvironmentSessionConfiguration {
|
|
313
322
|
sessionType: DevEnvironmentSessionType | string | undefined;
|
|
314
323
|
executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
|
|
@@ -383,16 +392,19 @@ export interface GetProjectResponse {
|
|
|
383
392
|
displayName?: string;
|
|
384
393
|
description?: string;
|
|
385
394
|
}
|
|
386
|
-
export declare
|
|
387
|
-
EQUALS
|
|
388
|
-
GREATER_THAN
|
|
389
|
-
GREATER_THAN_OR_EQUALS
|
|
390
|
-
LESS_THAN
|
|
391
|
-
LESS_THAN_OR_EQUALS
|
|
392
|
-
}
|
|
393
|
-
export
|
|
394
|
-
|
|
395
|
-
|
|
395
|
+
export declare const ComparisonOperator: {
|
|
396
|
+
readonly EQUALS: "EQ";
|
|
397
|
+
readonly GREATER_THAN: "GT";
|
|
398
|
+
readonly GREATER_THAN_OR_EQUALS: "GE";
|
|
399
|
+
readonly LESS_THAN: "LT";
|
|
400
|
+
readonly LESS_THAN_OR_EQUALS: "LE";
|
|
401
|
+
};
|
|
402
|
+
export type ComparisonOperator =
|
|
403
|
+
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
404
|
+
export declare const FilterKey: {
|
|
405
|
+
readonly HAS_ACCESS_TO: "hasAccessTo";
|
|
406
|
+
};
|
|
407
|
+
export type FilterKey = (typeof FilterKey)[keyof typeof FilterKey];
|
|
396
408
|
export interface ProjectListFilter {
|
|
397
409
|
key: FilterKey | string | undefined;
|
|
398
410
|
values: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.306.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,40 +21,40 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-token": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-token": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
42
|
+
"@aws-sdk/types": "3.306.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
44
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
54
54
|
"tslib": "^2.5.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
58
58
|
"@tsconfig/node14": "1.0.3",
|
|
59
59
|
"@types/node": "^14.14.31",
|
|
60
60
|
"concurrently": "7.0.0",
|