@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
|
@@ -90,4 +90,15 @@ declare const ListPortalsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListPortalsCommand extends ListPortalsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListPortalsRequest;
|
|
97
|
+
output: ListPortalsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListPortalsCommandInput;
|
|
101
|
+
output: ListPortalsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListSessionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListSessionsCommandInput extends ListSessionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListSessionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListSessionsCommandOutput extends ListSessionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListSessionsCommand_base: {
|
|
25
|
+
new (input: ListSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists information for multiple secure browser sessions from a specific portal.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { WorkSpacesWebClient, ListSessionsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
|
+
* // const { WorkSpacesWebClient, ListSessionsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* const client = new WorkSpacesWebClient(config);
|
|
37
|
+
* const input = { // ListSessionsRequest
|
|
38
|
+
* portalId: "STRING_VALUE", // required
|
|
39
|
+
* username: "STRING_VALUE",
|
|
40
|
+
* sessionId: "STRING_VALUE",
|
|
41
|
+
* sortBy: "StartTimeAscending" || "StartTimeDescending",
|
|
42
|
+
* status: "Active" || "Terminated",
|
|
43
|
+
* maxResults: Number("int"),
|
|
44
|
+
* nextToken: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new ListSessionsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // ListSessionsResponse
|
|
49
|
+
* // sessions: [ // SessionSummaryList // required
|
|
50
|
+
* // { // SessionSummary
|
|
51
|
+
* // portalArn: "STRING_VALUE",
|
|
52
|
+
* // sessionId: "STRING_VALUE",
|
|
53
|
+
* // username: "STRING_VALUE",
|
|
54
|
+
* // status: "Active" || "Terminated",
|
|
55
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // nextToken: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
64
|
+
* @param ListSessionsCommandInput - {@link ListSessionsCommandInput}
|
|
65
|
+
* @returns {@link ListSessionsCommandOutput}
|
|
66
|
+
* @see {@link ListSessionsCommandInput} for command's `input` shape.
|
|
67
|
+
* @see {@link ListSessionsCommandOutput} for command's `response` shape.
|
|
68
|
+
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
71
|
+
* <p>Access is denied.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InternalServerException} (server fault)
|
|
74
|
+
* <p>There is an internal server error.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
|
+
* <p>The resource cannot be found.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
+
* <p>There is a throttling error.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ValidationException} (client fault)
|
|
83
|
+
* <p>There is a validation error.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link WorkSpacesWebServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class ListSessionsCommand extends ListSessionsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListSessionsRequest;
|
|
95
|
+
output: ListSessionsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListSessionsCommandInput;
|
|
99
|
+
output: ListSessionsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|
|
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTagsForResourceRequest;
|
|
84
|
+
output: ListTagsForResourceResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTagsForResourceCommandInput;
|
|
88
|
+
output: ListTagsForResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListTrustStoreCertificatesCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListTrustStoreCertificatesRequest;
|
|
91
|
+
output: ListTrustStoreCertificatesResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListTrustStoreCertificatesCommandInput;
|
|
95
|
+
output: ListTrustStoreCertificatesCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListTrustStoresCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListTrustStoresRequest;
|
|
82
|
+
output: ListTrustStoresResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListTrustStoresCommandInput;
|
|
86
|
+
output: ListTrustStoresCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListUserAccessLoggingSettingsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListUserAccessLoggingSettingsRequest;
|
|
83
|
+
output: ListUserAccessLoggingSettingsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListUserAccessLoggingSettingsCommandInput;
|
|
87
|
+
output: ListUserAccessLoggingSettingsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListUserSettingsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListUserSettingsRequest;
|
|
106
|
+
output: ListUserSettingsResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListUserSettingsCommandInput;
|
|
110
|
+
output: ListUserSettingsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: TagResourceRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: TagResourceCommandInput;
|
|
91
|
+
output: TagResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateBrowserSettingsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateBrowserSettingsRequest;
|
|
91
|
+
output: UpdateBrowserSettingsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateBrowserSettingsCommandInput;
|
|
95
|
+
output: UpdateBrowserSettingsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateIdentityProviderCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateIdentityProviderRequest;
|
|
92
|
+
output: UpdateIdentityProviderResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateIdentityProviderCommandInput;
|
|
96
|
+
output: UpdateIdentityProviderCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -99,4 +99,15 @@ declare const UpdateIpAccessSettingsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: UpdateIpAccessSettingsRequest;
|
|
106
|
+
output: UpdateIpAccessSettingsResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: UpdateIpAccessSettingsCommandInput;
|
|
110
|
+
output: UpdateIpAccessSettingsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -92,4 +92,15 @@ declare const UpdateNetworkSettingsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: UpdateNetworkSettingsRequest;
|
|
99
|
+
output: UpdateNetworkSettingsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: UpdateNetworkSettingsCommandInput;
|
|
103
|
+
output: UpdateNetworkSettingsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -104,4 +104,15 @@ declare const UpdatePortalCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: UpdatePortalRequest;
|
|
111
|
+
output: UpdatePortalResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: UpdatePortalCommandInput;
|
|
115
|
+
output: UpdatePortalCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateTrustStoreCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateTrustStoreCommand extends UpdateTrustStoreCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateTrustStoreRequest;
|
|
89
|
+
output: UpdateTrustStoreResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateTrustStoreCommandInput;
|
|
93
|
+
output: UpdateTrustStoreCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateUserAccessLoggingSettingsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateUserAccessLoggingSettingsCommand extends UpdateUserAccessLoggingSettingsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateUserAccessLoggingSettingsRequest;
|
|
87
|
+
output: UpdateUserAccessLoggingSettingsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateUserAccessLoggingSettingsCommandInput;
|
|
91
|
+
output: UpdateUserAccessLoggingSettingsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -130,4 +130,15 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: UpdateUserSettingsRequest;
|
|
137
|
+
output: UpdateUserSettingsResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: UpdateUserSettingsCommandInput;
|
|
141
|
+
output: UpdateUserSettingsCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
|
|
3
|
-
* secure, web-based workloads. WorkSpaces Secure Browser makes it
|
|
4
|
-
* their employees with access to internal websites and
|
|
5
|
-
* administrative burden of appliances or specialized client
|
|
6
|
-
* simple policy tools tailored for user
|
|
7
|
-
* capacity management, scaling, and
|
|
2
|
+
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
|
|
3
|
+
* specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it
|
|
4
|
+
* easy for customers to safely provide their employees with access to internal websites and
|
|
5
|
+
* SaaS web applications without the administrative burden of appliances or specialized client
|
|
6
|
+
* software. WorkSpaces Secure Browser provides simple policy tools tailored for user
|
|
7
|
+
* interactions, while offloading common tasks like capacity management, scaling, and
|
|
8
|
+
* maintaining browser images.</p>
|
|
8
9
|
*
|
|
9
10
|
* @packageDocumentation
|
|
10
11
|
*/
|