@aws-sdk/client-workspaces-web 3.651.1 → 3.655.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 +31 -6
- package/dist-cjs/index.js +207 -0
- package/dist-es/WorkSpacesWeb.js +6 -0
- package/dist-es/commands/ExpireSessionCommand.js +22 -0
- package/dist-es/commands/GetSessionCommand.js +23 -0
- package/dist-es/commands/ListSessionsCommand.js +23 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/pagination/ListSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +109 -0
- package/dist-types/WorkSpacesWeb.d.ts +28 -6
- package/dist-types/WorkSpacesWebClient.d.ts +12 -8
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +13 -1
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +85 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetPortalCommand.d.ts +11 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +97 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +11 -0
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +11 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +102 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +11 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +7 -6
- package/dist-types/models/models_0.d.ts +352 -75
- package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +51 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +65 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const UpdateBrowserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
|
|
40
|
+
export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateBrowserSettingsRequest;
|
|
44
|
+
output: UpdateBrowserSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateBrowserSettingsCommandInput;
|
|
48
|
+
output: UpdateBrowserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateIdentityProviderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
|
|
40
|
+
export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIdentityProviderRequest;
|
|
44
|
+
output: UpdateIdentityProviderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIdentityProviderCommandInput;
|
|
48
|
+
output: UpdateIdentityProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateIpAccessSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
|
|
40
|
+
export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIpAccessSettingsRequest;
|
|
44
|
+
output: UpdateIpAccessSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIpAccessSettingsCommandInput;
|
|
48
|
+
output: UpdateIpAccessSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateNetworkSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
|
|
40
|
+
export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateNetworkSettingsRequest;
|
|
44
|
+
output: UpdateNetworkSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateNetworkSettingsCommandInput;
|
|
48
|
+
output: UpdateNetworkSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdatePortalCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
|
|
36
|
+
export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdatePortalRequest;
|
|
40
|
+
output: UpdatePortalResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdatePortalCommandInput;
|
|
44
|
+
output: UpdatePortalCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateTrustStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateTrustStoreCommand extends UpdateTrustStoreCommand_base {
|
|
39
|
+
export declare class UpdateTrustStoreCommand extends UpdateTrustStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateTrustStoreRequest;
|
|
43
|
+
output: UpdateTrustStoreResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateTrustStoreCommandInput;
|
|
47
|
+
output: UpdateTrustStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateUserAccessLoggingSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateUserAccessLoggingSettingsCommand extends UpdateUserAccessLoggingSettingsCommand_base {
|
|
40
|
+
export declare class UpdateUserAccessLoggingSettingsCommand extends UpdateUserAccessLoggingSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateUserAccessLoggingSettingsRequest;
|
|
44
|
+
output: UpdateUserAccessLoggingSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateUserAccessLoggingSettingsCommandInput;
|
|
48
|
+
output: UpdateUserAccessLoggingSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
|
|
40
|
+
export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateUserSettingsRequest;
|
|
44
|
+
output: UpdateUserSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateUserSettingsCommandInput;
|
|
48
|
+
output: UpdateUserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -26,12 +26,14 @@ export * from "./DisassociateNetworkSettingsCommand";
|
|
|
26
26
|
export * from "./DisassociateTrustStoreCommand";
|
|
27
27
|
export * from "./DisassociateUserAccessLoggingSettingsCommand";
|
|
28
28
|
export * from "./DisassociateUserSettingsCommand";
|
|
29
|
+
export * from "./ExpireSessionCommand";
|
|
29
30
|
export * from "./GetBrowserSettingsCommand";
|
|
30
31
|
export * from "./GetIdentityProviderCommand";
|
|
31
32
|
export * from "./GetIpAccessSettingsCommand";
|
|
32
33
|
export * from "./GetNetworkSettingsCommand";
|
|
33
34
|
export * from "./GetPortalCommand";
|
|
34
35
|
export * from "./GetPortalServiceProviderMetadataCommand";
|
|
36
|
+
export * from "./GetSessionCommand";
|
|
35
37
|
export * from "./GetTrustStoreCertificateCommand";
|
|
36
38
|
export * from "./GetTrustStoreCommand";
|
|
37
39
|
export * from "./GetUserAccessLoggingSettingsCommand";
|
|
@@ -41,6 +43,7 @@ export * from "./ListIdentityProvidersCommand";
|
|
|
41
43
|
export * from "./ListIpAccessSettingsCommand";
|
|
42
44
|
export * from "./ListNetworkSettingsCommand";
|
|
43
45
|
export * from "./ListPortalsCommand";
|
|
46
|
+
export * from "./ListSessionsCommand";
|
|
44
47
|
export * from "./ListTagsForResourceCommand";
|
|
45
48
|
export * from "./ListTrustStoreCertificatesCommand";
|
|
46
49
|
export * from "./ListTrustStoresCommand";
|
|
@@ -177,6 +177,32 @@ export interface UpdateBrowserSettingsRequest {
|
|
|
177
177
|
export interface UpdateBrowserSettingsResponse {
|
|
178
178
|
browserSettings: BrowserSettings | undefined;
|
|
179
179
|
}
|
|
180
|
+
export interface ExpireSessionRequest {
|
|
181
|
+
portalId: string | undefined;
|
|
182
|
+
sessionId: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface ExpireSessionResponse {}
|
|
185
|
+
export interface GetSessionRequest {
|
|
186
|
+
portalId: string | undefined;
|
|
187
|
+
sessionId: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export declare const SessionStatus: {
|
|
190
|
+
readonly ACTIVE: "Active";
|
|
191
|
+
readonly TERMINATED: "Terminated";
|
|
192
|
+
};
|
|
193
|
+
export type SessionStatus = (typeof SessionStatus)[keyof typeof SessionStatus];
|
|
194
|
+
export interface Session {
|
|
195
|
+
portalArn?: string;
|
|
196
|
+
sessionId?: string;
|
|
197
|
+
username?: string;
|
|
198
|
+
clientIpAddresses?: string[];
|
|
199
|
+
status?: SessionStatus;
|
|
200
|
+
startTime?: Date;
|
|
201
|
+
endTime?: Date;
|
|
202
|
+
}
|
|
203
|
+
export interface GetSessionResponse {
|
|
204
|
+
session?: Session;
|
|
205
|
+
}
|
|
180
206
|
export declare const IdentityProviderType: {
|
|
181
207
|
readonly Facebook: "Facebook";
|
|
182
208
|
readonly Google: "Google";
|
|
@@ -298,6 +324,32 @@ export interface UpdateIpAccessSettingsRequest {
|
|
|
298
324
|
export interface UpdateIpAccessSettingsResponse {
|
|
299
325
|
ipAccessSettings: IpAccessSettings | undefined;
|
|
300
326
|
}
|
|
327
|
+
export declare const SessionSortBy: {
|
|
328
|
+
readonly START_TIME_ASCENDING: "StartTimeAscending";
|
|
329
|
+
readonly START_TIME_DESCENDING: "StartTimeDescending";
|
|
330
|
+
};
|
|
331
|
+
export type SessionSortBy = (typeof SessionSortBy)[keyof typeof SessionSortBy];
|
|
332
|
+
export interface ListSessionsRequest {
|
|
333
|
+
portalId: string | undefined;
|
|
334
|
+
username?: string;
|
|
335
|
+
sessionId?: string;
|
|
336
|
+
sortBy?: SessionSortBy;
|
|
337
|
+
status?: SessionStatus;
|
|
338
|
+
maxResults?: number;
|
|
339
|
+
nextToken?: string;
|
|
340
|
+
}
|
|
341
|
+
export interface SessionSummary {
|
|
342
|
+
portalArn?: string;
|
|
343
|
+
sessionId?: string;
|
|
344
|
+
username?: string;
|
|
345
|
+
status?: SessionStatus;
|
|
346
|
+
startTime?: Date;
|
|
347
|
+
endTime?: Date;
|
|
348
|
+
}
|
|
349
|
+
export interface ListSessionsResponse {
|
|
350
|
+
sessions: SessionSummary[] | undefined;
|
|
351
|
+
nextToken?: string;
|
|
352
|
+
}
|
|
301
353
|
export interface ListTagsForResourceRequest {
|
|
302
354
|
resourceArn: string | undefined;
|
|
303
355
|
}
|
|
@@ -731,6 +783,10 @@ export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (
|
|
|
731
783
|
export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (
|
|
732
784
|
obj: UpdateBrowserSettingsResponse
|
|
733
785
|
) => any;
|
|
786
|
+
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
787
|
+
export declare const GetSessionResponseFilterSensitiveLog: (
|
|
788
|
+
obj: GetSessionResponse
|
|
789
|
+
) => any;
|
|
734
790
|
export declare const CreateIdentityProviderRequestFilterSensitiveLog: (
|
|
735
791
|
obj: CreateIdentityProviderRequest
|
|
736
792
|
) => any;
|
|
@@ -774,6 +830,15 @@ export declare const UpdateIpAccessSettingsRequestFilterSensitiveLog: (
|
|
|
774
830
|
export declare const UpdateIpAccessSettingsResponseFilterSensitiveLog: (
|
|
775
831
|
obj: UpdateIpAccessSettingsResponse
|
|
776
832
|
) => any;
|
|
833
|
+
export declare const ListSessionsRequestFilterSensitiveLog: (
|
|
834
|
+
obj: ListSessionsRequest
|
|
835
|
+
) => any;
|
|
836
|
+
export declare const SessionSummaryFilterSensitiveLog: (
|
|
837
|
+
obj: SessionSummary
|
|
838
|
+
) => any;
|
|
839
|
+
export declare const ListSessionsResponseFilterSensitiveLog: (
|
|
840
|
+
obj: ListSessionsResponse
|
|
841
|
+
) => any;
|
|
777
842
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
778
843
|
obj: ListTagsForResourceResponse
|
|
779
844
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSessionsCommandInput,
|
|
4
|
+
ListSessionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSessionsCommand";
|
|
6
|
+
import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSessions: (
|
|
8
|
+
config: WorkSpacesWebPaginationConfiguration,
|
|
9
|
+
input: ListSessionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSessionsCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListIdentityProvidersPaginator";
|
|
|
4
4
|
export * from "./ListIpAccessSettingsPaginator";
|
|
5
5
|
export * from "./ListNetworkSettingsPaginator";
|
|
6
6
|
export * from "./ListPortalsPaginator";
|
|
7
|
+
export * from "./ListSessionsPaginator";
|
|
7
8
|
export * from "./ListTrustStoreCertificatesPaginator";
|
|
8
9
|
export * from "./ListTrustStoresPaginator";
|
|
9
10
|
export * from "./ListUserAccessLoggingSettingsPaginator";
|
|
@@ -115,6 +115,10 @@ import {
|
|
|
115
115
|
DisassociateUserSettingsCommandInput,
|
|
116
116
|
DisassociateUserSettingsCommandOutput,
|
|
117
117
|
} from "../commands/DisassociateUserSettingsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ExpireSessionCommandInput,
|
|
120
|
+
ExpireSessionCommandOutput,
|
|
121
|
+
} from "../commands/ExpireSessionCommand";
|
|
118
122
|
import {
|
|
119
123
|
GetBrowserSettingsCommandInput,
|
|
120
124
|
GetBrowserSettingsCommandOutput,
|
|
@@ -139,6 +143,10 @@ import {
|
|
|
139
143
|
GetPortalServiceProviderMetadataCommandInput,
|
|
140
144
|
GetPortalServiceProviderMetadataCommandOutput,
|
|
141
145
|
} from "../commands/GetPortalServiceProviderMetadataCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetSessionCommandInput,
|
|
148
|
+
GetSessionCommandOutput,
|
|
149
|
+
} from "../commands/GetSessionCommand";
|
|
142
150
|
import {
|
|
143
151
|
GetTrustStoreCertificateCommandInput,
|
|
144
152
|
GetTrustStoreCertificateCommandOutput,
|
|
@@ -175,6 +183,10 @@ import {
|
|
|
175
183
|
ListPortalsCommandInput,
|
|
176
184
|
ListPortalsCommandOutput,
|
|
177
185
|
} from "../commands/ListPortalsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListSessionsCommandInput,
|
|
188
|
+
ListSessionsCommandOutput,
|
|
189
|
+
} from "../commands/ListSessionsCommand";
|
|
178
190
|
import {
|
|
179
191
|
ListTagsForResourceCommandInput,
|
|
180
192
|
ListTagsForResourceCommandOutput,
|
|
@@ -347,6 +359,10 @@ export declare const se_DisassociateUserSettingsCommand: (
|
|
|
347
359
|
input: DisassociateUserSettingsCommandInput,
|
|
348
360
|
context: __SerdeContext
|
|
349
361
|
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const se_ExpireSessionCommand: (
|
|
363
|
+
input: ExpireSessionCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
350
366
|
export declare const se_GetBrowserSettingsCommand: (
|
|
351
367
|
input: GetBrowserSettingsCommandInput,
|
|
352
368
|
context: __SerdeContext
|
|
@@ -371,6 +387,10 @@ export declare const se_GetPortalServiceProviderMetadataCommand: (
|
|
|
371
387
|
input: GetPortalServiceProviderMetadataCommandInput,
|
|
372
388
|
context: __SerdeContext
|
|
373
389
|
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_GetSessionCommand: (
|
|
391
|
+
input: GetSessionCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
374
394
|
export declare const se_GetTrustStoreCommand: (
|
|
375
395
|
input: GetTrustStoreCommandInput,
|
|
376
396
|
context: __SerdeContext
|
|
@@ -407,6 +427,10 @@ export declare const se_ListPortalsCommand: (
|
|
|
407
427
|
input: ListPortalsCommandInput,
|
|
408
428
|
context: __SerdeContext
|
|
409
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_ListSessionsCommand: (
|
|
431
|
+
input: ListSessionsCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
410
434
|
export declare const se_ListTagsForResourceCommand: (
|
|
411
435
|
input: ListTagsForResourceCommandInput,
|
|
412
436
|
context: __SerdeContext
|
|
@@ -579,6 +603,10 @@ export declare const de_DisassociateUserSettingsCommand: (
|
|
|
579
603
|
output: __HttpResponse,
|
|
580
604
|
context: __SerdeContext
|
|
581
605
|
) => Promise<DisassociateUserSettingsCommandOutput>;
|
|
606
|
+
export declare const de_ExpireSessionCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<ExpireSessionCommandOutput>;
|
|
582
610
|
export declare const de_GetBrowserSettingsCommand: (
|
|
583
611
|
output: __HttpResponse,
|
|
584
612
|
context: __SerdeContext
|
|
@@ -603,6 +631,10 @@ export declare const de_GetPortalServiceProviderMetadataCommand: (
|
|
|
603
631
|
output: __HttpResponse,
|
|
604
632
|
context: __SerdeContext
|
|
605
633
|
) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
|
|
634
|
+
export declare const de_GetSessionCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<GetSessionCommandOutput>;
|
|
606
638
|
export declare const de_GetTrustStoreCommand: (
|
|
607
639
|
output: __HttpResponse,
|
|
608
640
|
context: __SerdeContext
|
|
@@ -639,6 +671,10 @@ export declare const de_ListPortalsCommand: (
|
|
|
639
671
|
output: __HttpResponse,
|
|
640
672
|
context: __SerdeContext
|
|
641
673
|
) => Promise<ListPortalsCommandOutput>;
|
|
674
|
+
export declare const de_ListSessionsCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<ListSessionsCommandOutput>;
|
|
642
678
|
export declare const de_ListTagsForResourceCommand: (
|
|
643
679
|
output: __HttpResponse,
|
|
644
680
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-web",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Web Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.655.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-web",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|