@aws-sdk/client-codecatalyst
Advanced tools
Comparing version 3.332.0 to 3.333.0
@@ -20,2 +20,3 @@ "use strict"; | ||
const ListDevEnvironmentsCommand_1 = require("./commands/ListDevEnvironmentsCommand"); | ||
const ListDevEnvironmentSessionsCommand_1 = require("./commands/ListDevEnvironmentSessionsCommand"); | ||
const ListEventLogsCommand_1 = require("./commands/ListEventLogsCommand"); | ||
@@ -47,2 +48,3 @@ const ListProjectsCommand_1 = require("./commands/ListProjectsCommand"); | ||
ListDevEnvironmentsCommand: ListDevEnvironmentsCommand_1.ListDevEnvironmentsCommand, | ||
ListDevEnvironmentSessionsCommand: ListDevEnvironmentSessionsCommand_1.ListDevEnvironmentSessionsCommand, | ||
ListEventLogsCommand: ListEventLogsCommand_1.ListEventLogsCommand, | ||
@@ -49,0 +51,0 @@ ListProjectsCommand: ListProjectsCommand_1.ListProjectsCommand, |
@@ -17,2 +17,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./ListAccessTokensCommand"), exports); | ||
tslib_1.__exportStar(require("./ListDevEnvironmentSessionsCommand"), exports); | ||
tslib_1.__exportStar(require("./ListDevEnvironmentsCommand"), exports); | ||
@@ -19,0 +20,0 @@ tslib_1.__exportStar(require("./ListEventLogsCommand"), exports); |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./ListAccessTokensPaginator"), exports); | ||
tslib_1.__exportStar(require("./ListDevEnvironmentSessionsPaginator"), exports); | ||
tslib_1.__exportStar(require("./ListDevEnvironmentsPaginator"), exports); | ||
@@ -8,0 +9,0 @@ tslib_1.__exportStar(require("./ListEventLogsPaginator"), exports); |
@@ -17,2 +17,3 @@ import { createAggregatedClient } from "@aws-sdk/smithy-client"; | ||
import { ListDevEnvironmentsCommand, } from "./commands/ListDevEnvironmentsCommand"; | ||
import { ListDevEnvironmentSessionsCommand, } from "./commands/ListDevEnvironmentSessionsCommand"; | ||
import { ListEventLogsCommand, } from "./commands/ListEventLogsCommand"; | ||
@@ -44,2 +45,3 @@ import { ListProjectsCommand, } from "./commands/ListProjectsCommand"; | ||
ListDevEnvironmentsCommand, | ||
ListDevEnvironmentSessionsCommand, | ||
ListEventLogsCommand, | ||
@@ -46,0 +48,0 @@ ListProjectsCommand, |
@@ -14,2 +14,3 @@ export * from "./CreateAccessTokenCommand"; | ||
export * from "./ListAccessTokensCommand"; | ||
export * from "./ListDevEnvironmentSessionsCommand"; | ||
export * from "./ListDevEnvironmentsCommand"; | ||
@@ -16,0 +17,0 @@ export * from "./ListEventLogsCommand"; |
export * from "./Interfaces"; | ||
export * from "./ListAccessTokensPaginator"; | ||
export * from "./ListDevEnvironmentSessionsPaginator"; | ||
export * from "./ListDevEnvironmentsPaginator"; | ||
@@ -4,0 +5,0 @@ export * from "./ListEventLogsPaginator"; |
@@ -17,2 +17,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput } from "./commands/ListDevEnvironmentsCommand"; | ||
import { ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput } from "./commands/ListDevEnvironmentSessionsCommand"; | ||
import { ListEventLogsCommandInput, ListEventLogsCommandOutput } from "./commands/ListEventLogsCommand"; | ||
@@ -115,2 +116,8 @@ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand"; | ||
/** | ||
* @see {@link ListDevEnvironmentSessionsCommand} | ||
*/ | ||
listDevEnvironmentSessions(args: ListDevEnvironmentSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevEnvironmentSessionsCommandOutput>; | ||
listDevEnvironmentSessions(args: ListDevEnvironmentSessionsCommandInput, cb: (err: any, data?: ListDevEnvironmentSessionsCommandOutput) => void): void; | ||
listDevEnvironmentSessions(args: ListDevEnvironmentSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevEnvironmentSessionsCommandOutput) => void): void; | ||
/** | ||
* @see {@link ListEventLogsCommand} | ||
@@ -241,2 +248,6 @@ */ | ||
* <p> | ||
* <a>ListDevEnvironmentSessions</a>, which retrieves a list of active Dev Environment sessions in a project.</p> | ||
* </li> | ||
* <li> | ||
* <p> | ||
* <a>ListProjects</a>, which retrieves a list of projects in a space.</p> | ||
@@ -243,0 +254,0 @@ * </li> |
@@ -24,2 +24,3 @@ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; | ||
import { ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput } from "./commands/ListDevEnvironmentsCommand"; | ||
import { ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput } from "./commands/ListDevEnvironmentSessionsCommand"; | ||
import { ListEventLogsCommandInput, ListEventLogsCommandOutput } from "./commands/ListEventLogsCommand"; | ||
@@ -40,7 +41,7 @@ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand"; | ||
*/ | ||
export type ServiceInputTypes = CreateAccessTokenCommandInput | CreateDevEnvironmentCommandInput | CreateProjectCommandInput | CreateSourceRepositoryBranchCommandInput | DeleteAccessTokenCommandInput | DeleteDevEnvironmentCommandInput | GetDevEnvironmentCommandInput | GetProjectCommandInput | GetSourceRepositoryCloneUrlsCommandInput | GetSpaceCommandInput | GetSubscriptionCommandInput | GetUserDetailsCommandInput | ListAccessTokensCommandInput | ListDevEnvironmentsCommandInput | ListEventLogsCommandInput | ListProjectsCommandInput | ListSourceRepositoriesCommandInput | ListSourceRepositoryBranchesCommandInput | ListSpacesCommandInput | StartDevEnvironmentCommandInput | StartDevEnvironmentSessionCommandInput | StopDevEnvironmentCommandInput | StopDevEnvironmentSessionCommandInput | UpdateDevEnvironmentCommandInput | VerifySessionCommandInput; | ||
export type ServiceInputTypes = CreateAccessTokenCommandInput | CreateDevEnvironmentCommandInput | CreateProjectCommandInput | CreateSourceRepositoryBranchCommandInput | DeleteAccessTokenCommandInput | DeleteDevEnvironmentCommandInput | GetDevEnvironmentCommandInput | GetProjectCommandInput | GetSourceRepositoryCloneUrlsCommandInput | GetSpaceCommandInput | GetSubscriptionCommandInput | GetUserDetailsCommandInput | ListAccessTokensCommandInput | ListDevEnvironmentSessionsCommandInput | ListDevEnvironmentsCommandInput | ListEventLogsCommandInput | ListProjectsCommandInput | ListSourceRepositoriesCommandInput | ListSourceRepositoryBranchesCommandInput | ListSpacesCommandInput | StartDevEnvironmentCommandInput | StartDevEnvironmentSessionCommandInput | StopDevEnvironmentCommandInput | StopDevEnvironmentSessionCommandInput | UpdateDevEnvironmentCommandInput | VerifySessionCommandInput; | ||
/** | ||
* @public | ||
*/ | ||
export type ServiceOutputTypes = CreateAccessTokenCommandOutput | CreateDevEnvironmentCommandOutput | CreateProjectCommandOutput | CreateSourceRepositoryBranchCommandOutput | DeleteAccessTokenCommandOutput | DeleteDevEnvironmentCommandOutput | GetDevEnvironmentCommandOutput | GetProjectCommandOutput | GetSourceRepositoryCloneUrlsCommandOutput | GetSpaceCommandOutput | GetSubscriptionCommandOutput | GetUserDetailsCommandOutput | ListAccessTokensCommandOutput | ListDevEnvironmentsCommandOutput | ListEventLogsCommandOutput | ListProjectsCommandOutput | ListSourceRepositoriesCommandOutput | ListSourceRepositoryBranchesCommandOutput | ListSpacesCommandOutput | StartDevEnvironmentCommandOutput | StartDevEnvironmentSessionCommandOutput | StopDevEnvironmentCommandOutput | StopDevEnvironmentSessionCommandOutput | UpdateDevEnvironmentCommandOutput | VerifySessionCommandOutput; | ||
export type ServiceOutputTypes = CreateAccessTokenCommandOutput | CreateDevEnvironmentCommandOutput | CreateProjectCommandOutput | CreateSourceRepositoryBranchCommandOutput | DeleteAccessTokenCommandOutput | DeleteDevEnvironmentCommandOutput | GetDevEnvironmentCommandOutput | GetProjectCommandOutput | GetSourceRepositoryCloneUrlsCommandOutput | GetSpaceCommandOutput | GetSubscriptionCommandOutput | GetUserDetailsCommandOutput | ListAccessTokensCommandOutput | ListDevEnvironmentSessionsCommandOutput | ListDevEnvironmentsCommandOutput | ListEventLogsCommandOutput | ListProjectsCommandOutput | ListSourceRepositoriesCommandOutput | ListSourceRepositoryBranchesCommandOutput | ListSpacesCommandOutput | StartDevEnvironmentCommandOutput | StartDevEnvironmentSessionCommandOutput | StopDevEnvironmentCommandOutput | StopDevEnvironmentSessionCommandOutput | UpdateDevEnvironmentCommandOutput | VerifySessionCommandOutput; | ||
/** | ||
@@ -221,2 +222,6 @@ * @public | ||
* <p> | ||
* <a>ListDevEnvironmentSessions</a>, which retrieves a list of active Dev Environment sessions in a project.</p> | ||
* </li> | ||
* <li> | ||
* <p> | ||
* <a>ListProjects</a>, which retrieves a list of projects in a space.</p> | ||
@@ -223,0 +228,0 @@ * </li> |
@@ -14,2 +14,3 @@ export * from "./CreateAccessTokenCommand"; | ||
export * from "./ListAccessTokensCommand"; | ||
export * from "./ListDevEnvironmentSessionsCommand"; | ||
export * from "./ListDevEnvironmentsCommand"; | ||
@@ -16,0 +17,0 @@ export * from "./ListEventLogsCommand"; |
@@ -932,2 +932,67 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
*/ | ||
export interface ListDevEnvironmentSessionsRequest { | ||
/** | ||
* <p>The name of the space.</p> | ||
*/ | ||
spaceName: string | undefined; | ||
/** | ||
* <p>The name of the project in the space.</p> | ||
*/ | ||
projectName: string | undefined; | ||
/** | ||
* <p>The system-generated unique ID of the Dev Environment.</p> | ||
*/ | ||
devEnvironmentId: string | undefined; | ||
/** | ||
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p> | ||
*/ | ||
nextToken?: string; | ||
/** | ||
* <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p> | ||
*/ | ||
maxResults?: number; | ||
} | ||
/** | ||
* @public | ||
* <p>Information about active sessions for a Dev Environment.</p> | ||
*/ | ||
export interface DevEnvironmentSessionSummary { | ||
/** | ||
* <p>The name of the space.</p> | ||
*/ | ||
spaceName: string | undefined; | ||
/** | ||
* <p>The name of the project in the space.</p> | ||
*/ | ||
projectName: string | undefined; | ||
/** | ||
* <p>The system-generated unique ID of the Dev Environment.</p> | ||
*/ | ||
devEnvironmentId: string | undefined; | ||
/** | ||
* <p>The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a> | ||
* </p> | ||
*/ | ||
startedTime: Date | undefined; | ||
/** | ||
* <p>The system-generated unique ID of the Dev Environment session.</p> | ||
*/ | ||
id: string | undefined; | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListDevEnvironmentSessionsResponse { | ||
/** | ||
* <p>Information about each session retrieved in the list.</p> | ||
*/ | ||
items: DevEnvironmentSessionSummary[] | undefined; | ||
/** | ||
* <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p> | ||
*/ | ||
nextToken?: string; | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface StartDevEnvironmentRequest { | ||
@@ -934,0 +999,0 @@ /** |
export * from "./Interfaces"; | ||
export * from "./ListAccessTokensPaginator"; | ||
export * from "./ListDevEnvironmentSessionsPaginator"; | ||
export * from "./ListDevEnvironmentsPaginator"; | ||
@@ -4,0 +5,0 @@ export * from "./ListEventLogsPaginator"; |
@@ -17,2 +17,3 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http"; | ||
import { ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput } from "../commands/ListDevEnvironmentsCommand"; | ||
import { ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput } from "../commands/ListDevEnvironmentSessionsCommand"; | ||
import { ListEventLogsCommandInput, ListEventLogsCommandOutput } from "../commands/ListEventLogsCommand"; | ||
@@ -86,2 +87,6 @@ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand"; | ||
/** | ||
* serializeAws_restJson1ListDevEnvironmentSessionsCommand | ||
*/ | ||
export declare const se_ListDevEnvironmentSessionsCommand: (input: ListDevEnvironmentSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1ListEventLogsCommand | ||
@@ -187,2 +192,6 @@ */ | ||
/** | ||
* deserializeAws_restJson1ListDevEnvironmentSessionsCommand | ||
*/ | ||
export declare const de_ListDevEnvironmentSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEnvironmentSessionsCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1ListEventLogsCommand | ||
@@ -189,0 +198,0 @@ */ |
@@ -60,2 +60,6 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
import { | ||
ListDevEnvironmentSessionsCommandInput, | ||
ListDevEnvironmentSessionsCommandOutput, | ||
} from "./commands/ListDevEnvironmentSessionsCommand"; | ||
import { | ||
ListEventLogsCommandInput, | ||
@@ -287,2 +291,15 @@ ListEventLogsCommandOutput, | ||
): void; | ||
listDevEnvironmentSessions( | ||
args: ListDevEnvironmentSessionsCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<ListDevEnvironmentSessionsCommandOutput>; | ||
listDevEnvironmentSessions( | ||
args: ListDevEnvironmentSessionsCommandInput, | ||
cb: (err: any, data?: ListDevEnvironmentSessionsCommandOutput) => void | ||
): void; | ||
listDevEnvironmentSessions( | ||
args: ListDevEnvironmentSessionsCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: ListDevEnvironmentSessionsCommandOutput) => void | ||
): void; | ||
listEventLogs( | ||
@@ -289,0 +306,0 @@ args: ListEventLogsCommandInput, |
@@ -103,2 +103,6 @@ import { | ||
import { | ||
ListDevEnvironmentSessionsCommandInput, | ||
ListDevEnvironmentSessionsCommandOutput, | ||
} from "./commands/ListDevEnvironmentSessionsCommand"; | ||
import { | ||
ListEventLogsCommandInput, | ||
@@ -166,2 +170,3 @@ ListEventLogsCommandOutput, | ||
| ListAccessTokensCommandInput | ||
| ListDevEnvironmentSessionsCommandInput | ||
| ListDevEnvironmentsCommandInput | ||
@@ -193,2 +198,3 @@ | ListEventLogsCommandInput | ||
| ListAccessTokensCommandOutput | ||
| ListDevEnvironmentSessionsCommandOutput | ||
| ListDevEnvironmentsCommandOutput | ||
@@ -195,0 +201,0 @@ | ListEventLogsCommandOutput |
@@ -14,2 +14,3 @@ export * from "./CreateAccessTokenCommand"; | ||
export * from "./ListAccessTokensCommand"; | ||
export * from "./ListDevEnvironmentSessionsCommand"; | ||
export * from "./ListDevEnvironmentsCommand"; | ||
@@ -16,0 +17,0 @@ export * from "./ListEventLogsCommand"; |
@@ -291,2 +291,20 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
} | ||
export interface ListDevEnvironmentSessionsRequest { | ||
spaceName: string | undefined; | ||
projectName: string | undefined; | ||
devEnvironmentId: string | undefined; | ||
nextToken?: string; | ||
maxResults?: number; | ||
} | ||
export interface DevEnvironmentSessionSummary { | ||
spaceName: string | undefined; | ||
projectName: string | undefined; | ||
devEnvironmentId: string | undefined; | ||
startedTime: Date | undefined; | ||
id: string | undefined; | ||
} | ||
export interface ListDevEnvironmentSessionsResponse { | ||
items: DevEnvironmentSessionSummary[] | undefined; | ||
nextToken?: string; | ||
} | ||
export interface StartDevEnvironmentRequest { | ||
@@ -293,0 +311,0 @@ spaceName: string | undefined; |
export * from "./Interfaces"; | ||
export * from "./ListAccessTokensPaginator"; | ||
export * from "./ListDevEnvironmentSessionsPaginator"; | ||
export * from "./ListDevEnvironmentsPaginator"; | ||
@@ -4,0 +5,0 @@ export * from "./ListEventLogsPaginator"; |
@@ -63,2 +63,6 @@ import { | ||
import { | ||
ListDevEnvironmentSessionsCommandInput, | ||
ListDevEnvironmentSessionsCommandOutput, | ||
} from "../commands/ListDevEnvironmentSessionsCommand"; | ||
import { | ||
ListEventLogsCommandInput, | ||
@@ -163,2 +167,6 @@ ListEventLogsCommandOutput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListDevEnvironmentSessionsCommand: ( | ||
input: ListDevEnvironmentSessionsCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListEventLogsCommand: ( | ||
@@ -264,2 +272,6 @@ input: ListEventLogsCommandInput, | ||
) => Promise<ListDevEnvironmentsCommandOutput>; | ||
export declare const de_ListDevEnvironmentSessionsCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<ListDevEnvironmentSessionsCommandOutput>; | ||
export declare const de_ListEventLogsCommand: ( | ||
@@ -266,0 +278,0 @@ output: __HttpResponse, |
{ | ||
"name": "@aws-sdk/client-codecatalyst", | ||
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native", | ||
"version": "3.332.0", | ||
"version": "3.333.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
@@ -66,2 +66,6 @@ <!-- generated file, do not edit directly --> | ||
<p> | ||
<a>ListDevEnvironmentSessions</a>, which retrieves a list of active Dev Environment sessions in a project.</p> | ||
</li> | ||
<li> | ||
<p> | ||
<a>ListProjects</a>, which retrieves a list of projects in a space.</p> | ||
@@ -436,2 +440,10 @@ </li> | ||
<summary> | ||
ListDevEnvironmentSessions | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listdevenvironmentsessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listdevenvironmentsessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listdevenvironmentsessionscommandoutput.html) | ||
</details> | ||
<details> | ||
<summary> | ||
ListEventLogs | ||
@@ -438,0 +450,0 @@ </summary> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
737005
207
16153
533