@aws-sdk/client-workspaces-web 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +19 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +19 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +16 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +19 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +19 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +22 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +22 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +19 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +22 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +19 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +19 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetPortalCommand.d.ts +16 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +13 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +13 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +13 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +13 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +13 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +16 -0
- package/package.json +29 -29
|
@@ -29,6 +29,22 @@ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderRes
|
|
|
29
29
|
* @see {@link GetIdentityProviderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetIdentityProviderCommand extends $Command<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetIdentityProviderCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
|
|
|
29
29
|
* @see {@link GetNetworkSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetNetworkSettingsCommand extends $Command<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetPortalCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetPortalCommand extends $Command<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetPortalCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortal
|
|
|
29
29
|
* @see {@link GetPortalServiceProviderMetadataCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetPortalServiceProviderMetadataCommand extends $Command<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetPortalServiceProviderMetadataCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCert
|
|
|
29
29
|
* @see {@link GetTrustStoreCertificateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetTrustStoreCertificateCommand extends $Command<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetTrustStoreCertificateCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetTrustStoreCommandOutput extends GetTrustStoreResponse, __Met
|
|
|
29
29
|
* @see {@link GetTrustStoreCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetTrustStoreCommand extends $Command<GetTrustStoreCommandInput, GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetTrustStoreCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetUserAccessLoggingSettingsCommandOutput extends GetUserAccess
|
|
|
29
29
|
* @see {@link GetUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetUserAccessLoggingSettingsCommand extends $Command<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetUserAccessLoggingSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
|
|
|
29
29
|
* @see {@link GetUserSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetUserSettingsCommand extends $Command<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetUserSettingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListBrowserSettingsCommandOutput extends ListBrowserSettingsRes
|
|
|
29
29
|
* @see {@link ListBrowserSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListBrowserSettingsCommand extends $Command<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListBrowserSettingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
29
29
|
* @see {@link ListIdentityProvidersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListIdentityProvidersCommand extends $Command<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListIdentityProvidersCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListNetworkSettingsCommandOutput extends ListNetworkSettingsRes
|
|
|
29
29
|
* @see {@link ListNetworkSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListNetworkSettingsCommand extends $Command<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListPortalsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListPortalsCommand extends $Command<ListPortalsCommandInput, ListPortalsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListPortalsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListTrustStoreCertificatesCommandOutput extends ListTrustStoreC
|
|
|
29
29
|
* @see {@link ListTrustStoreCertificatesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListTrustStoreCertificatesCommand extends $Command<ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: ListTrustStoreCertificatesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTrustStoresCommandOutput extends ListTrustStoresResponse, _
|
|
|
29
29
|
* @see {@link ListTrustStoresCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTrustStoresCommand extends $Command<ListTrustStoresCommandInput, ListTrustStoresCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTrustStoresCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListUserAccessLoggingSettingsCommandOutput extends ListUserAcce
|
|
|
29
29
|
* @see {@link ListUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListUserAccessLoggingSettingsCommand extends $Command<ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListUserAccessLoggingSettingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse,
|
|
|
29
29
|
* @see {@link ListUserSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>There is a throttling error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>There is a validation error.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListUserSettingsCommand extends $Command<ListUserSettingsCommandInput, ListUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
47
|
readonly input: ListUserSettingsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
45
|
+
* <p>There are too many tags.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>There is a validation error.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSetting
|
|
|
29
29
|
* @see {@link UpdateBrowserSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateBrowserSettingsCommand extends $Command<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateBrowserSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
|
|
|
29
29
|
* @see {@link UpdateIdentityProviderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateIdentityProviderCommand extends $Command<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateIdentityProviderCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSetting
|
|
|
29
29
|
* @see {@link UpdateNetworkSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateNetworkSettingsCommand extends $Command<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
|
|
|
29
29
|
* @see {@link UpdatePortalCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdatePortalCommand extends $Command<UpdatePortalCommandInput, UpdatePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdatePortalCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse,
|
|
|
29
29
|
* @see {@link UpdateTrustStoreCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>The service quota has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>There is a throttling error.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>There is a validation error.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateTrustStoreCommand extends $Command<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateTrustStoreCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUser
|
|
|
29
29
|
* @see {@link UpdateUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateUserAccessLoggingSettingsCommand extends $Command<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateUserAccessLoggingSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsRespo
|
|
|
29
29
|
* @see {@link UpdateUserSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access is denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>There is an internal server error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource cannot be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>There is a throttling error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>There is a validation error.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateUserSettingsCommand extends $Command<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateUserSettingsCommandInput;
|