@aws-sdk/client-codecatalyst 3.279.0 → 3.282.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/README.md +207 -0
- package/dist-cjs/CodeCatalyst.js +15 -0
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +45 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +9 -1
- package/dist-cjs/protocols/Aws_restJson1.js +83 -1
- package/dist-es/CodeCatalyst.js +15 -0
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +41 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +80 -0
- package/dist-types/CodeCatalyst.d.ts +16 -1
- package/dist-types/CodeCatalystClient.d.ts +7 -2
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +11 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/GetProjectCommand.d.ts +6 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +6 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +6 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +43 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +61 -11
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/ts3.4/CodeCatalyst.d.ts +17 -0
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +15 -15
|
@@ -41,11 +41,15 @@ export interface CreateAccessTokenResponse {
|
|
|
41
41
|
/**
|
|
42
42
|
* <p>The friendly name of the personal access token.</p>
|
|
43
43
|
*/
|
|
44
|
-
name
|
|
44
|
+
name: string | undefined;
|
|
45
45
|
/**
|
|
46
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
47
|
*/
|
|
48
|
-
expiresTime
|
|
48
|
+
expiresTime: Date | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The system-generated unique ID of the access token.</p>
|
|
51
|
+
*/
|
|
52
|
+
accessTokenId: string | undefined;
|
|
49
53
|
}
|
|
50
54
|
/**
|
|
51
55
|
* <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>
|
|
@@ -379,9 +383,7 @@ export interface ListSpacesRequest {
|
|
|
379
383
|
*/
|
|
380
384
|
export interface SpaceSummary {
|
|
381
385
|
/**
|
|
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>
|
|
386
|
+
* <p>The name of the space.</p>
|
|
385
387
|
*/
|
|
386
388
|
name: string | undefined;
|
|
387
389
|
/**
|
|
@@ -445,11 +447,14 @@ export interface CreateProjectResponse {
|
|
|
445
447
|
*/
|
|
446
448
|
export interface IdeConfiguration {
|
|
447
449
|
/**
|
|
448
|
-
* <p>A link to the IDE runtime image
|
|
450
|
+
* <p>A link to the IDE runtime image. </p>
|
|
451
|
+
* <note>
|
|
452
|
+
* <p>This parameter is not required for <code>VSCode</code>.</p>
|
|
453
|
+
* </note>
|
|
449
454
|
*/
|
|
450
455
|
runtime?: string;
|
|
451
456
|
/**
|
|
452
|
-
* <p>The name of the IDE
|
|
457
|
+
* <p>The name of the IDE. Valid values include <code>Cloud9</code>, <code>IntelliJ</code>, <code>PyCharm</code>, <code>GoLand</code>, and <code>VSCode</code>.</p>
|
|
453
458
|
*/
|
|
454
459
|
name?: string;
|
|
455
460
|
}
|
|
@@ -525,10 +530,11 @@ export interface CreateDevEnvironmentRequest {
|
|
|
525
530
|
*/
|
|
526
531
|
inactivityTimeoutMinutes?: number;
|
|
527
532
|
/**
|
|
528
|
-
* <p>Information about the amount of storage allocated to the Dev Environment.
|
|
529
|
-
* Dev Environment is configured to have 16GB of persistent storage.</p>
|
|
533
|
+
* <p>Information about the amount of storage allocated to the Dev Environment. </p>
|
|
530
534
|
* <note>
|
|
531
|
-
* <p>
|
|
535
|
+
* <p>By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically
|
|
536
|
+
* creating a Dev Environment.
|
|
537
|
+
* Valid values for persistent storage are based on memory sizes in 16GB increments. Valid
|
|
532
538
|
* values are 16, 32, and 64.</p>
|
|
533
539
|
* </note>
|
|
534
540
|
*/
|
|
@@ -958,6 +964,42 @@ export interface StopDevEnvironmentResponse {
|
|
|
958
964
|
*/
|
|
959
965
|
status: DevEnvironmentStatus | string | undefined;
|
|
960
966
|
}
|
|
967
|
+
export interface StopDevEnvironmentSessionRequest {
|
|
968
|
+
/**
|
|
969
|
+
* <p>The name of the space.</p>
|
|
970
|
+
*/
|
|
971
|
+
spaceName: string | undefined;
|
|
972
|
+
/**
|
|
973
|
+
* <p>The name of the project in the space.</p>
|
|
974
|
+
*/
|
|
975
|
+
projectName: string | undefined;
|
|
976
|
+
/**
|
|
977
|
+
* <p>The system-generated unique ID of the Dev Environment. To obtain this ID, use <a>ListDevEnvironments</a>.</p>
|
|
978
|
+
*/
|
|
979
|
+
id: string | undefined;
|
|
980
|
+
/**
|
|
981
|
+
* <p>The system-generated unique ID of the Dev Environment session. This ID is returned by <a>StartDevEnvironmentSession</a>.</p>
|
|
982
|
+
*/
|
|
983
|
+
sessionId: string | undefined;
|
|
984
|
+
}
|
|
985
|
+
export interface StopDevEnvironmentSessionResponse {
|
|
986
|
+
/**
|
|
987
|
+
* <p>The name of the space.</p>
|
|
988
|
+
*/
|
|
989
|
+
spaceName: string | undefined;
|
|
990
|
+
/**
|
|
991
|
+
* <p>The name of the project in the space.</p>
|
|
992
|
+
*/
|
|
993
|
+
projectName: string | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* <p>The system-generated unique ID of the Dev Environment.</p>
|
|
996
|
+
*/
|
|
997
|
+
id: string | undefined;
|
|
998
|
+
/**
|
|
999
|
+
* <p>The system-generated unique ID of the Dev Environment session.</p>
|
|
1000
|
+
*/
|
|
1001
|
+
sessionId: string | undefined;
|
|
1002
|
+
}
|
|
961
1003
|
export interface UpdateDevEnvironmentRequest {
|
|
962
1004
|
/**
|
|
963
1005
|
* <p>The name of the space.</p>
|
|
@@ -1299,7 +1341,7 @@ export interface ListSourceRepositoryBranchesResponse {
|
|
|
1299
1341
|
/**
|
|
1300
1342
|
* <p>Information about the source branches.</p>
|
|
1301
1343
|
*/
|
|
1302
|
-
items
|
|
1344
|
+
items: ListSourceRepositoryBranchesItem[] | undefined;
|
|
1303
1345
|
}
|
|
1304
1346
|
export interface GetSubscriptionRequest {
|
|
1305
1347
|
/**
|
|
@@ -1515,6 +1557,14 @@ export declare const StopDevEnvironmentRequestFilterSensitiveLog: (obj: StopDevE
|
|
|
1515
1557
|
* @internal
|
|
1516
1558
|
*/
|
|
1517
1559
|
export declare const StopDevEnvironmentResponseFilterSensitiveLog: (obj: StopDevEnvironmentResponse) => any;
|
|
1560
|
+
/**
|
|
1561
|
+
* @internal
|
|
1562
|
+
*/
|
|
1563
|
+
export declare const StopDevEnvironmentSessionRequestFilterSensitiveLog: (obj: StopDevEnvironmentSessionRequest) => any;
|
|
1564
|
+
/**
|
|
1565
|
+
* @internal
|
|
1566
|
+
*/
|
|
1567
|
+
export declare const StopDevEnvironmentSessionResponseFilterSensitiveLog: (obj: StopDevEnvironmentSessionResponse) => any;
|
|
1518
1568
|
/**
|
|
1519
1569
|
* @internal
|
|
1520
1570
|
*/
|
|
@@ -22,6 +22,7 @@ import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/Lis
|
|
|
22
22
|
import { StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput } from "../commands/StartDevEnvironmentCommand";
|
|
23
23
|
import { StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput } from "../commands/StartDevEnvironmentSessionCommand";
|
|
24
24
|
import { StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput } from "../commands/StopDevEnvironmentCommand";
|
|
25
|
+
import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput } from "../commands/StopDevEnvironmentSessionCommand";
|
|
25
26
|
import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "../commands/UpdateDevEnvironmentCommand";
|
|
26
27
|
import { VerifySessionCommandInput, VerifySessionCommandOutput } from "../commands/VerifySessionCommand";
|
|
27
28
|
export declare const serializeAws_restJson1CreateAccessTokenCommand: (input: CreateAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -46,6 +47,7 @@ export declare const serializeAws_restJson1ListSpacesCommand: (input: ListSpaces
|
|
|
46
47
|
export declare const serializeAws_restJson1StartDevEnvironmentCommand: (input: StartDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
48
|
export declare const serializeAws_restJson1StartDevEnvironmentSessionCommand: (input: StartDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
49
|
export declare const serializeAws_restJson1StopDevEnvironmentCommand: (input: StopDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1StopDevEnvironmentSessionCommand: (input: StopDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
51
|
export declare const serializeAws_restJson1UpdateDevEnvironmentCommand: (input: UpdateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
52
|
export declare const serializeAws_restJson1VerifySessionCommand: (input: VerifySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
53
|
export declare const deserializeAws_restJson1CreateAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessTokenCommandOutput>;
|
|
@@ -70,5 +72,6 @@ export declare const deserializeAws_restJson1ListSpacesCommand: (output: __HttpR
|
|
|
70
72
|
export declare const deserializeAws_restJson1StartDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentCommandOutput>;
|
|
71
73
|
export declare const deserializeAws_restJson1StartDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentSessionCommandOutput>;
|
|
72
74
|
export declare const deserializeAws_restJson1StopDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentCommandOutput>;
|
|
75
|
+
export declare const deserializeAws_restJson1StopDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentSessionCommandOutput>;
|
|
73
76
|
export declare const deserializeAws_restJson1UpdateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEnvironmentCommandOutput>;
|
|
74
77
|
export declare const deserializeAws_restJson1VerifySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySessionCommandOutput>;
|
|
@@ -88,6 +88,10 @@ import {
|
|
|
88
88
|
StopDevEnvironmentCommandInput,
|
|
89
89
|
StopDevEnvironmentCommandOutput,
|
|
90
90
|
} from "./commands/StopDevEnvironmentCommand";
|
|
91
|
+
import {
|
|
92
|
+
StopDevEnvironmentSessionCommandInput,
|
|
93
|
+
StopDevEnvironmentSessionCommandOutput,
|
|
94
|
+
} from "./commands/StopDevEnvironmentSessionCommand";
|
|
91
95
|
import {
|
|
92
96
|
UpdateDevEnvironmentCommandInput,
|
|
93
97
|
UpdateDevEnvironmentCommandOutput,
|
|
@@ -383,6 +387,19 @@ export declare class CodeCatalyst extends CodeCatalystClient {
|
|
|
383
387
|
options: __HttpHandlerOptions,
|
|
384
388
|
cb: (err: any, data?: StopDevEnvironmentCommandOutput) => void
|
|
385
389
|
): void;
|
|
390
|
+
stopDevEnvironmentSession(
|
|
391
|
+
args: StopDevEnvironmentSessionCommandInput,
|
|
392
|
+
options?: __HttpHandlerOptions
|
|
393
|
+
): Promise<StopDevEnvironmentSessionCommandOutput>;
|
|
394
|
+
stopDevEnvironmentSession(
|
|
395
|
+
args: StopDevEnvironmentSessionCommandInput,
|
|
396
|
+
cb: (err: any, data?: StopDevEnvironmentSessionCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
stopDevEnvironmentSession(
|
|
399
|
+
args: StopDevEnvironmentSessionCommandInput,
|
|
400
|
+
options: __HttpHandlerOptions,
|
|
401
|
+
cb: (err: any, data?: StopDevEnvironmentSessionCommandOutput) => void
|
|
402
|
+
): void;
|
|
386
403
|
updateDevEnvironment(
|
|
387
404
|
args: UpdateDevEnvironmentCommandInput,
|
|
388
405
|
options?: __HttpHandlerOptions
|
|
@@ -131,6 +131,10 @@ import {
|
|
|
131
131
|
StopDevEnvironmentCommandInput,
|
|
132
132
|
StopDevEnvironmentCommandOutput,
|
|
133
133
|
} from "./commands/StopDevEnvironmentCommand";
|
|
134
|
+
import {
|
|
135
|
+
StopDevEnvironmentSessionCommandInput,
|
|
136
|
+
StopDevEnvironmentSessionCommandOutput,
|
|
137
|
+
} from "./commands/StopDevEnvironmentSessionCommand";
|
|
134
138
|
import {
|
|
135
139
|
UpdateDevEnvironmentCommandInput,
|
|
136
140
|
UpdateDevEnvironmentCommandOutput,
|
|
@@ -167,6 +171,7 @@ export declare type ServiceInputTypes =
|
|
|
167
171
|
| StartDevEnvironmentCommandInput
|
|
168
172
|
| StartDevEnvironmentSessionCommandInput
|
|
169
173
|
| StopDevEnvironmentCommandInput
|
|
174
|
+
| StopDevEnvironmentSessionCommandInput
|
|
170
175
|
| UpdateDevEnvironmentCommandInput
|
|
171
176
|
| VerifySessionCommandInput;
|
|
172
177
|
export declare type ServiceOutputTypes =
|
|
@@ -192,6 +197,7 @@ export declare type ServiceOutputTypes =
|
|
|
192
197
|
| StartDevEnvironmentCommandOutput
|
|
193
198
|
| StartDevEnvironmentSessionCommandOutput
|
|
194
199
|
| StopDevEnvironmentCommandOutput
|
|
200
|
+
| StopDevEnvironmentSessionCommandOutput
|
|
195
201
|
| UpdateDevEnvironmentCommandOutput
|
|
196
202
|
| VerifySessionCommandOutput;
|
|
197
203
|
export interface ClientDefaults
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeCatalystClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeCatalystClient";
|
|
14
|
+
import {
|
|
15
|
+
StopDevEnvironmentSessionRequest,
|
|
16
|
+
StopDevEnvironmentSessionResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface StopDevEnvironmentSessionCommandInput
|
|
19
|
+
extends StopDevEnvironmentSessionRequest {}
|
|
20
|
+
export interface StopDevEnvironmentSessionCommandOutput
|
|
21
|
+
extends StopDevEnvironmentSessionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class StopDevEnvironmentSessionCommand extends $Command<
|
|
24
|
+
StopDevEnvironmentSessionCommandInput,
|
|
25
|
+
StopDevEnvironmentSessionCommandOutput,
|
|
26
|
+
CodeCatalystClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopDevEnvironmentSessionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: StopDevEnvironmentSessionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeCatalystClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopDevEnvironmentSessionCommandInput,
|
|
37
|
+
StopDevEnvironmentSessionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -20,5 +20,6 @@ export * from "./ListSpacesCommand";
|
|
|
20
20
|
export * from "./StartDevEnvironmentCommand";
|
|
21
21
|
export * from "./StartDevEnvironmentSessionCommand";
|
|
22
22
|
export * from "./StopDevEnvironmentCommand";
|
|
23
|
+
export * from "./StopDevEnvironmentSessionCommand";
|
|
23
24
|
export * from "./UpdateDevEnvironmentCommand";
|
|
24
25
|
export * from "./VerifySessionCommand";
|
|
@@ -18,8 +18,9 @@ export interface CreateAccessTokenRequest {
|
|
|
18
18
|
}
|
|
19
19
|
export interface CreateAccessTokenResponse {
|
|
20
20
|
secret: string | undefined;
|
|
21
|
-
name
|
|
22
|
-
expiresTime
|
|
21
|
+
name: string | undefined;
|
|
22
|
+
expiresTime: Date | undefined;
|
|
23
|
+
accessTokenId: string | undefined;
|
|
23
24
|
}
|
|
24
25
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
25
26
|
readonly name: "ResourceNotFoundException";
|
|
@@ -340,6 +341,18 @@ export interface StopDevEnvironmentResponse {
|
|
|
340
341
|
id: string | undefined;
|
|
341
342
|
status: DevEnvironmentStatus | string | undefined;
|
|
342
343
|
}
|
|
344
|
+
export interface StopDevEnvironmentSessionRequest {
|
|
345
|
+
spaceName: string | undefined;
|
|
346
|
+
projectName: string | undefined;
|
|
347
|
+
id: string | undefined;
|
|
348
|
+
sessionId: string | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface StopDevEnvironmentSessionResponse {
|
|
351
|
+
spaceName: string | undefined;
|
|
352
|
+
projectName: string | undefined;
|
|
353
|
+
id: string | undefined;
|
|
354
|
+
sessionId: string | undefined;
|
|
355
|
+
}
|
|
343
356
|
export interface UpdateDevEnvironmentRequest {
|
|
344
357
|
spaceName: string | undefined;
|
|
345
358
|
projectName: string | undefined;
|
|
@@ -453,7 +466,7 @@ export interface ListSourceRepositoryBranchesItem {
|
|
|
453
466
|
}
|
|
454
467
|
export interface ListSourceRepositoryBranchesResponse {
|
|
455
468
|
nextToken?: string;
|
|
456
|
-
items
|
|
469
|
+
items: ListSourceRepositoryBranchesItem[] | undefined;
|
|
457
470
|
}
|
|
458
471
|
export interface GetSubscriptionRequest {
|
|
459
472
|
spaceName: string | undefined;
|
|
@@ -597,6 +610,12 @@ export declare const StopDevEnvironmentRequestFilterSensitiveLog: (
|
|
|
597
610
|
export declare const StopDevEnvironmentResponseFilterSensitiveLog: (
|
|
598
611
|
obj: StopDevEnvironmentResponse
|
|
599
612
|
) => any;
|
|
613
|
+
export declare const StopDevEnvironmentSessionRequestFilterSensitiveLog: (
|
|
614
|
+
obj: StopDevEnvironmentSessionRequest
|
|
615
|
+
) => any;
|
|
616
|
+
export declare const StopDevEnvironmentSessionResponseFilterSensitiveLog: (
|
|
617
|
+
obj: StopDevEnvironmentSessionResponse
|
|
618
|
+
) => any;
|
|
600
619
|
export declare const UpdateDevEnvironmentRequestFilterSensitiveLog: (
|
|
601
620
|
obj: UpdateDevEnvironmentRequest
|
|
602
621
|
) => any;
|
|
@@ -91,6 +91,10 @@ import {
|
|
|
91
91
|
StopDevEnvironmentCommandInput,
|
|
92
92
|
StopDevEnvironmentCommandOutput,
|
|
93
93
|
} from "../commands/StopDevEnvironmentCommand";
|
|
94
|
+
import {
|
|
95
|
+
StopDevEnvironmentSessionCommandInput,
|
|
96
|
+
StopDevEnvironmentSessionCommandOutput,
|
|
97
|
+
} from "../commands/StopDevEnvironmentSessionCommand";
|
|
94
98
|
import {
|
|
95
99
|
UpdateDevEnvironmentCommandInput,
|
|
96
100
|
UpdateDevEnvironmentCommandOutput,
|
|
@@ -187,6 +191,10 @@ export declare const serializeAws_restJson1StopDevEnvironmentCommand: (
|
|
|
187
191
|
input: StopDevEnvironmentCommandInput,
|
|
188
192
|
context: __SerdeContext
|
|
189
193
|
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1StopDevEnvironmentSessionCommand: (
|
|
195
|
+
input: StopDevEnvironmentSessionCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
190
198
|
export declare const serializeAws_restJson1UpdateDevEnvironmentCommand: (
|
|
191
199
|
input: UpdateDevEnvironmentCommandInput,
|
|
192
200
|
context: __SerdeContext
|
|
@@ -283,6 +291,10 @@ export declare const deserializeAws_restJson1StopDevEnvironmentCommand: (
|
|
|
283
291
|
output: __HttpResponse,
|
|
284
292
|
context: __SerdeContext
|
|
285
293
|
) => Promise<StopDevEnvironmentCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_restJson1StopDevEnvironmentSessionCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<StopDevEnvironmentSessionCommandOutput>;
|
|
286
298
|
export declare const deserializeAws_restJson1UpdateDevEnvironmentCommand: (
|
|
287
299
|
output: __HttpResponse,
|
|
288
300
|
context: __SerdeContext
|
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.282.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",
|
|
@@ -20,23 +20,23 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/config-resolver": "3.282.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.282.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.272.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.282.0",
|
|
28
|
+
"@aws-sdk/middleware-endpoint": "3.282.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.282.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.272.0",
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.282.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.282.0",
|
|
33
33
|
"@aws-sdk/middleware-serde": "3.272.0",
|
|
34
34
|
"@aws-sdk/middleware-stack": "3.272.0",
|
|
35
|
-
"@aws-sdk/middleware-token": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
+
"@aws-sdk/middleware-token": "3.282.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.282.0",
|
|
37
37
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.282.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.282.0",
|
|
40
40
|
"@aws-sdk/smithy-client": "3.279.0",
|
|
41
41
|
"@aws-sdk/types": "3.272.0",
|
|
42
42
|
"@aws-sdk/url-parser": "3.272.0",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.282.0",
|
|
48
48
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
49
49
|
"@aws-sdk/util-retry": "3.272.0",
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.282.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.282.0",
|
|
52
52
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
53
53
|
"tslib": "^2.3.1"
|
|
54
54
|
},
|