@aws-sdk/client-codecatalyst 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +15 -15
- package/dist-types/ts3.4/models/models_0.d.ts +15 -15
- package/package.json +29 -29
|
@@ -368,7 +368,7 @@ export interface UserIdentity {
|
|
|
368
368
|
* @public
|
|
369
369
|
* <p>The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.</p>
|
|
370
370
|
*/
|
|
371
|
-
userType: UserType |
|
|
371
|
+
userType: UserType | undefined;
|
|
372
372
|
/**
|
|
373
373
|
* @public
|
|
374
374
|
* <p>The ID of the Amazon CodeCatalyst service principal.</p>
|
|
@@ -424,7 +424,7 @@ export interface EventLogEntry {
|
|
|
424
424
|
* @public
|
|
425
425
|
* <p>The type of the event.</p>
|
|
426
426
|
*/
|
|
427
|
-
operationType: OperationType |
|
|
427
|
+
operationType: OperationType | undefined;
|
|
428
428
|
/**
|
|
429
429
|
* @public
|
|
430
430
|
* <p>The system-generated unique ID of the user whose actions are recorded in the event.</p>
|
|
@@ -756,7 +756,7 @@ export interface CreateDevEnvironmentRequest {
|
|
|
756
756
|
* @public
|
|
757
757
|
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
758
758
|
*/
|
|
759
|
-
instanceType: _InstanceType |
|
|
759
|
+
instanceType: _InstanceType | undefined;
|
|
760
760
|
/**
|
|
761
761
|
* @public
|
|
762
762
|
* <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>
|
|
@@ -952,7 +952,7 @@ export interface GetDevEnvironmentResponse {
|
|
|
952
952
|
* @public
|
|
953
953
|
* <p>The current status of the Dev Environment.</p>
|
|
954
954
|
*/
|
|
955
|
-
status: DevEnvironmentStatus |
|
|
955
|
+
status: DevEnvironmentStatus | undefined;
|
|
956
956
|
/**
|
|
957
957
|
* @public
|
|
958
958
|
* <p>The reason for the status.</p>
|
|
@@ -977,7 +977,7 @@ export interface GetDevEnvironmentResponse {
|
|
|
977
977
|
* @public
|
|
978
978
|
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
979
979
|
*/
|
|
980
|
-
instanceType: _InstanceType |
|
|
980
|
+
instanceType: _InstanceType | undefined;
|
|
981
981
|
/**
|
|
982
982
|
* @public
|
|
983
983
|
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.</p>
|
|
@@ -1074,7 +1074,7 @@ export interface DevEnvironmentSummary {
|
|
|
1074
1074
|
* @public
|
|
1075
1075
|
* <p>The status of the Dev Environment. </p>
|
|
1076
1076
|
*/
|
|
1077
|
-
status: DevEnvironmentStatus |
|
|
1077
|
+
status: DevEnvironmentStatus | undefined;
|
|
1078
1078
|
/**
|
|
1079
1079
|
* @public
|
|
1080
1080
|
* <p>The reason for the status.</p>
|
|
@@ -1099,7 +1099,7 @@ export interface DevEnvironmentSummary {
|
|
|
1099
1099
|
* @public
|
|
1100
1100
|
* <p>The Amazon EC2 instace type used for the Dev Environment. </p>
|
|
1101
1101
|
*/
|
|
1102
|
-
instanceType: _InstanceType |
|
|
1102
|
+
instanceType: _InstanceType | undefined;
|
|
1103
1103
|
/**
|
|
1104
1104
|
* @public
|
|
1105
1105
|
* <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>
|
|
@@ -1231,7 +1231,7 @@ export interface StartDevEnvironmentRequest {
|
|
|
1231
1231
|
* @public
|
|
1232
1232
|
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
1233
1233
|
*/
|
|
1234
|
-
instanceType?: _InstanceType
|
|
1234
|
+
instanceType?: _InstanceType;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* @public
|
|
1237
1237
|
* <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>
|
|
@@ -1261,7 +1261,7 @@ export interface StartDevEnvironmentResponse {
|
|
|
1261
1261
|
* @public
|
|
1262
1262
|
* <p>The status of the Dev Environment. </p>
|
|
1263
1263
|
*/
|
|
1264
|
-
status: DevEnvironmentStatus |
|
|
1264
|
+
status: DevEnvironmentStatus | undefined;
|
|
1265
1265
|
}
|
|
1266
1266
|
/**
|
|
1267
1267
|
* @public
|
|
@@ -1300,7 +1300,7 @@ export interface DevEnvironmentSessionConfiguration {
|
|
|
1300
1300
|
* @public
|
|
1301
1301
|
* <p>The type of the session.</p>
|
|
1302
1302
|
*/
|
|
1303
|
-
sessionType: DevEnvironmentSessionType |
|
|
1303
|
+
sessionType: DevEnvironmentSessionType | undefined;
|
|
1304
1304
|
/**
|
|
1305
1305
|
* @public
|
|
1306
1306
|
* <p>Information about optional commands that will be run on the Dev Environment when the SSH session begins.</p>
|
|
@@ -1421,7 +1421,7 @@ export interface StopDevEnvironmentResponse {
|
|
|
1421
1421
|
* @public
|
|
1422
1422
|
* <p>The status of the Dev Environment. </p>
|
|
1423
1423
|
*/
|
|
1424
|
-
status: DevEnvironmentStatus |
|
|
1424
|
+
status: DevEnvironmentStatus | undefined;
|
|
1425
1425
|
}
|
|
1426
1426
|
/**
|
|
1427
1427
|
* @public
|
|
@@ -1509,7 +1509,7 @@ export interface UpdateDevEnvironmentRequest {
|
|
|
1509
1509
|
* <p>Changing this value will cause a restart of the Dev Environment if it is running.</p>
|
|
1510
1510
|
* </note>
|
|
1511
1511
|
*/
|
|
1512
|
-
instanceType?: _InstanceType
|
|
1512
|
+
instanceType?: _InstanceType;
|
|
1513
1513
|
/**
|
|
1514
1514
|
* @public
|
|
1515
1515
|
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
|
@@ -1559,7 +1559,7 @@ export interface UpdateDevEnvironmentResponse {
|
|
|
1559
1559
|
* @public
|
|
1560
1560
|
* <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
|
|
1561
1561
|
*/
|
|
1562
|
-
instanceType?: _InstanceType
|
|
1562
|
+
instanceType?: _InstanceType;
|
|
1563
1563
|
/**
|
|
1564
1564
|
* @public
|
|
1565
1565
|
* <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. </p>
|
|
@@ -1647,7 +1647,7 @@ export interface ProjectListFilter {
|
|
|
1647
1647
|
* @public
|
|
1648
1648
|
* <p>A key that can be used to sort results.</p>
|
|
1649
1649
|
*/
|
|
1650
|
-
key: FilterKey |
|
|
1650
|
+
key: FilterKey | undefined;
|
|
1651
1651
|
/**
|
|
1652
1652
|
* @public
|
|
1653
1653
|
* <p>The values of the key.</p>
|
|
@@ -1657,7 +1657,7 @@ export interface ProjectListFilter {
|
|
|
1657
1657
|
* @public
|
|
1658
1658
|
* <p>The operator used to compare the fields.</p>
|
|
1659
1659
|
*/
|
|
1660
|
-
comparisonOperator?: ComparisonOperator
|
|
1660
|
+
comparisonOperator?: ComparisonOperator;
|
|
1661
1661
|
}
|
|
1662
1662
|
/**
|
|
1663
1663
|
* @public
|
|
@@ -118,7 +118,7 @@ export declare const UserType: {
|
|
|
118
118
|
};
|
|
119
119
|
export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
120
120
|
export interface UserIdentity {
|
|
121
|
-
userType: UserType |
|
|
121
|
+
userType: UserType | undefined;
|
|
122
122
|
principalId: string | undefined;
|
|
123
123
|
userName?: string;
|
|
124
124
|
awsAccountId?: string;
|
|
@@ -130,7 +130,7 @@ export interface EventLogEntry {
|
|
|
130
130
|
eventCategory: string | undefined;
|
|
131
131
|
eventSource: string | undefined;
|
|
132
132
|
eventTime: Date | undefined;
|
|
133
|
-
operationType: OperationType |
|
|
133
|
+
operationType: OperationType | undefined;
|
|
134
134
|
userIdentity: UserIdentity | undefined;
|
|
135
135
|
projectInformation?: ProjectInformation;
|
|
136
136
|
requestId?: string;
|
|
@@ -211,7 +211,7 @@ export interface CreateDevEnvironmentRequest {
|
|
|
211
211
|
clientToken?: string;
|
|
212
212
|
alias?: string;
|
|
213
213
|
ides?: IdeConfiguration[];
|
|
214
|
-
instanceType: _InstanceType |
|
|
214
|
+
instanceType: _InstanceType | undefined;
|
|
215
215
|
inactivityTimeoutMinutes?: number;
|
|
216
216
|
persistentStorage: PersistentStorageConfiguration | undefined;
|
|
217
217
|
}
|
|
@@ -264,12 +264,12 @@ export interface GetDevEnvironmentResponse {
|
|
|
264
264
|
id: string | undefined;
|
|
265
265
|
lastUpdatedTime: Date | undefined;
|
|
266
266
|
creatorId: string | undefined;
|
|
267
|
-
status: DevEnvironmentStatus |
|
|
267
|
+
status: DevEnvironmentStatus | undefined;
|
|
268
268
|
statusReason?: string;
|
|
269
269
|
repositories: DevEnvironmentRepositorySummary[] | undefined;
|
|
270
270
|
alias?: string;
|
|
271
271
|
ides?: Ide[];
|
|
272
|
-
instanceType: _InstanceType |
|
|
272
|
+
instanceType: _InstanceType | undefined;
|
|
273
273
|
inactivityTimeoutMinutes: number | undefined;
|
|
274
274
|
persistentStorage: PersistentStorage | undefined;
|
|
275
275
|
}
|
|
@@ -291,12 +291,12 @@ export interface DevEnvironmentSummary {
|
|
|
291
291
|
id: string | undefined;
|
|
292
292
|
lastUpdatedTime: Date | undefined;
|
|
293
293
|
creatorId: string | undefined;
|
|
294
|
-
status: DevEnvironmentStatus |
|
|
294
|
+
status: DevEnvironmentStatus | undefined;
|
|
295
295
|
statusReason?: string;
|
|
296
296
|
repositories: DevEnvironmentRepositorySummary[] | undefined;
|
|
297
297
|
alias?: string;
|
|
298
298
|
ides?: Ide[];
|
|
299
|
-
instanceType: _InstanceType |
|
|
299
|
+
instanceType: _InstanceType | undefined;
|
|
300
300
|
inactivityTimeoutMinutes: number | undefined;
|
|
301
301
|
persistentStorage: PersistentStorage | undefined;
|
|
302
302
|
}
|
|
@@ -327,14 +327,14 @@ export interface StartDevEnvironmentRequest {
|
|
|
327
327
|
projectName: string | undefined;
|
|
328
328
|
id: string | undefined;
|
|
329
329
|
ides?: IdeConfiguration[];
|
|
330
|
-
instanceType?: _InstanceType
|
|
330
|
+
instanceType?: _InstanceType;
|
|
331
331
|
inactivityTimeoutMinutes?: number;
|
|
332
332
|
}
|
|
333
333
|
export interface StartDevEnvironmentResponse {
|
|
334
334
|
spaceName: string | undefined;
|
|
335
335
|
projectName: string | undefined;
|
|
336
336
|
id: string | undefined;
|
|
337
|
-
status: DevEnvironmentStatus |
|
|
337
|
+
status: DevEnvironmentStatus | undefined;
|
|
338
338
|
}
|
|
339
339
|
export interface ExecuteCommandSessionConfiguration {
|
|
340
340
|
command: string | undefined;
|
|
@@ -347,7 +347,7 @@ export declare const DevEnvironmentSessionType: {
|
|
|
347
347
|
export type DevEnvironmentSessionType =
|
|
348
348
|
(typeof DevEnvironmentSessionType)[keyof typeof DevEnvironmentSessionType];
|
|
349
349
|
export interface DevEnvironmentSessionConfiguration {
|
|
350
|
-
sessionType: DevEnvironmentSessionType |
|
|
350
|
+
sessionType: DevEnvironmentSessionType | undefined;
|
|
351
351
|
executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
|
|
352
352
|
}
|
|
353
353
|
export interface StartDevEnvironmentSessionRequest {
|
|
@@ -376,7 +376,7 @@ export interface StopDevEnvironmentResponse {
|
|
|
376
376
|
spaceName: string | undefined;
|
|
377
377
|
projectName: string | undefined;
|
|
378
378
|
id: string | undefined;
|
|
379
|
-
status: DevEnvironmentStatus |
|
|
379
|
+
status: DevEnvironmentStatus | undefined;
|
|
380
380
|
}
|
|
381
381
|
export interface StopDevEnvironmentSessionRequest {
|
|
382
382
|
spaceName: string | undefined;
|
|
@@ -396,7 +396,7 @@ export interface UpdateDevEnvironmentRequest {
|
|
|
396
396
|
id: string | undefined;
|
|
397
397
|
alias?: string;
|
|
398
398
|
ides?: IdeConfiguration[];
|
|
399
|
-
instanceType?: _InstanceType
|
|
399
|
+
instanceType?: _InstanceType;
|
|
400
400
|
inactivityTimeoutMinutes?: number;
|
|
401
401
|
clientToken?: string;
|
|
402
402
|
}
|
|
@@ -406,7 +406,7 @@ export interface UpdateDevEnvironmentResponse {
|
|
|
406
406
|
projectName: string | undefined;
|
|
407
407
|
alias?: string;
|
|
408
408
|
ides?: IdeConfiguration[];
|
|
409
|
-
instanceType?: _InstanceType
|
|
409
|
+
instanceType?: _InstanceType;
|
|
410
410
|
inactivityTimeoutMinutes?: number;
|
|
411
411
|
clientToken?: string;
|
|
412
412
|
}
|
|
@@ -434,9 +434,9 @@ export declare const FilterKey: {
|
|
|
434
434
|
};
|
|
435
435
|
export type FilterKey = (typeof FilterKey)[keyof typeof FilterKey];
|
|
436
436
|
export interface ProjectListFilter {
|
|
437
|
-
key: FilterKey |
|
|
437
|
+
key: FilterKey | undefined;
|
|
438
438
|
values: string[] | undefined;
|
|
439
|
-
comparisonOperator?: ComparisonOperator
|
|
439
|
+
comparisonOperator?: ComparisonOperator;
|
|
440
440
|
}
|
|
441
441
|
export interface ListProjectsRequest {
|
|
442
442
|
spaceName: 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.429.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,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-token": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^2.0.
|
|
35
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
36
|
-
"@smithy/hash-node": "^2.0.
|
|
37
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
38
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
39
|
-
"@smithy/middleware-endpoint": "^2.
|
|
40
|
-
"@smithy/middleware-retry": "^2.0.
|
|
41
|
-
"@smithy/middleware-serde": "^2.0.
|
|
42
|
-
"@smithy/middleware-stack": "^2.0.
|
|
43
|
-
"@smithy/node-config-provider": "^2.
|
|
44
|
-
"@smithy/node-http-handler": "^2.1.
|
|
45
|
-
"@smithy/protocol-http": "^3.0.
|
|
46
|
-
"@smithy/smithy-client": "^2.1.
|
|
47
|
-
"@smithy/types": "^2.3.
|
|
48
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
27
|
+
"@aws-sdk/middleware-token": "3.429.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
30
|
+
"@aws-sdk/types": "3.428.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
34
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
35
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
36
|
+
"@smithy/hash-node": "^2.0.11",
|
|
37
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
38
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
39
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
40
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
41
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
42
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
43
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
44
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
45
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
46
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
47
|
+
"@smithy/types": "^2.3.5",
|
|
48
|
+
"@smithy/url-parser": "^2.0.11",
|
|
49
49
|
"@smithy/util-base64": "^2.0.0",
|
|
50
50
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
52
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
53
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
54
|
-
"@smithy/util-retry": "^2.0.
|
|
52
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
53
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
54
|
+
"@smithy/util-retry": "^2.0.4",
|
|
55
55
|
"@smithy/util-utf8": "^2.0.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|