@aws-sdk/client-workspaces-web 3.289.0 → 3.292.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 +35 -40
|
@@ -29,6 +29,25 @@ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserS
|
|
|
29
29
|
* @see {@link AssociateBrowserSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource cannot be found.</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 AssociateBrowserSettingsCommand extends $Command<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateBrowserSettingsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkS
|
|
|
29
29
|
* @see {@link AssociateNetworkSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource cannot be found.</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 AssociateNetworkSettingsCommand extends $Command<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreRes
|
|
|
29
29
|
* @see {@link AssociateTrustStoreCommandOutput} 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 AssociateTrustStoreCommand extends $Command<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: AssociateTrustStoreCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AssociateUserAccessLoggingSettingsCommandOutput extends Associa
|
|
|
29
29
|
* @see {@link AssociateUserAccessLoggingSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource cannot be found.</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 AssociateUserAccessLoggingSettingsCommand extends $Command<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateUserAccessLoggingSettingsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AssociateUserSettingsCommandOutput extends AssociateUserSetting
|
|
|
29
29
|
* @see {@link AssociateUserSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource cannot be found.</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 AssociateUserSettingsCommand extends $Command<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateUserSettingsCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface CreateBrowserSettingsCommandOutput extends CreateBrowserSetting
|
|
|
31
31
|
* @see {@link CreateBrowserSettingsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Access is denied.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>There is a conflict.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>There is an internal server error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The resource cannot be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>The service quota has been exceeded.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>There is a throttling error.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>There is a validation error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class CreateBrowserSettingsCommand extends $Command<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
36
58
|
readonly input: CreateBrowserSettingsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
|
|
|
29
29
|
* @see {@link CreateIdentityProviderCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource cannot be found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
45
|
+
* <p>The service quota has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>There is a throttling error.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>There is a validation error.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateIdentityProviderCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface CreateNetworkSettingsCommandOutput extends CreateNetworkSetting
|
|
|
31
31
|
* @see {@link CreateNetworkSettingsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Access is denied.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>There is a conflict.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>There is an internal server error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>The service quota has been exceeded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>There is a throttling error.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>There is a validation error.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class CreateNetworkSettingsCommand extends $Command<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
36
55
|
readonly input: CreateNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
|
|
|
29
29
|
* @see {@link CreatePortalCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource cannot be found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
45
|
+
* <p>The service quota has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>There is a throttling error.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>There is a validation error.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreatePortalCommand extends $Command<CreatePortalCommandInput, CreatePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
56
|
readonly input: CreatePortalCommandInput;
|
|
@@ -33,6 +33,25 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResponse,
|
|
|
33
33
|
* @see {@link CreateTrustStoreCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>Access is denied.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>There is a conflict.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>There is an internal server error.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The service quota has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>There is a throttling error.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>There is a validation error.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
36
55
|
*/
|
|
37
56
|
export declare class CreateTrustStoreCommand extends $Command<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
38
57
|
readonly input: CreateTrustStoreCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateUserAccessLoggingSettingsCommandOutput extends CreateUser
|
|
|
29
29
|
* @see {@link CreateUserAccessLoggingSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 CreateUserAccessLoggingSettingsCommand extends $Command<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateUserAccessLoggingSettingsCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface CreateUserSettingsCommandOutput extends CreateUserSettingsRespo
|
|
|
31
31
|
* @see {@link CreateUserSettingsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Access is denied.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>There is a conflict.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>There is an internal server error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>The service quota has been exceeded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>There is a throttling error.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>There is a validation error.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class CreateUserSettingsCommand extends $Command<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
36
55
|
readonly input: CreateUserSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteBrowserSettingsCommandOutput extends DeleteBrowserSetting
|
|
|
29
29
|
* @see {@link DeleteBrowserSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeleteBrowserSettingsCommand extends $Command<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteBrowserSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteIdentityProviderCommandOutput extends DeleteIdentityProvi
|
|
|
29
29
|
* @see {@link DeleteIdentityProviderCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteIdentityProviderCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteNetworkSettingsCommandOutput extends DeleteNetworkSetting
|
|
|
29
29
|
* @see {@link DeleteNetworkSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeleteNetworkSettingsCommand extends $Command<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
|
|
|
29
29
|
* @see {@link DeletePortalCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeletePortalCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
|
|
|
29
29
|
* @see {@link DeleteTrustStoreCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteTrustStoreCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUser
|
|
|
29
29
|
* @see {@link DeleteUserAccessLoggingSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeleteUserAccessLoggingSettingsCommand extends $Command<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteUserAccessLoggingSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
|
|
|
29
29
|
* @see {@link DeleteUserSettingsCommandOutput} 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 ConflictException} (client fault)
|
|
36
|
+
* <p>There is a conflict.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>There is an internal server error.</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 DeleteUserSettingsCommand extends $Command<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteUserSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBr
|
|
|
29
29
|
* @see {@link DisassociateBrowserSettingsCommandOutput} 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 DisassociateBrowserSettingsCommand extends $Command<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DisassociateBrowserSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNe
|
|
|
29
29
|
* @see {@link DisassociateNetworkSettingsCommandOutput} 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 DisassociateNetworkSettingsCommand extends $Command<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DisassociateNetworkSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustSt
|
|
|
29
29
|
* @see {@link DisassociateTrustStoreCommandOutput} 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 DisassociateTrustStoreCommand extends $Command<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DisassociateTrustStoreCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DisassociateUserAccessLoggingSettingsCommandOutput extends Disa
|
|
|
29
29
|
* @see {@link DisassociateUserAccessLoggingSettingsCommandOutput} 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 DisassociateUserAccessLoggingSettingsCommand extends $Command<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DisassociateUserAccessLoggingSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserS
|
|
|
29
29
|
* @see {@link DisassociateUserSettingsCommandOutput} 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 DisassociateUserSettingsCommand extends $Command<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: DisassociateUserSettingsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsRespo
|
|
|
29
29
|
* @see {@link GetBrowserSettingsCommandOutput} 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 GetBrowserSettingsCommand extends $Command<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
|
|
34
50
|
readonly input: GetBrowserSettingsCommandInput;
|