@aws-sdk/client-workspaces-web 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/WorkSpacesWeb.d.ts +9 -1
- package/dist-types/WorkSpacesWebClient.d.ts +1 -1
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetPortalCommand.d.ts +2 -1
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +360 -360
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +8 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNetworkSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates network settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const UpdateNetworkSettingsCommand_base: {
|
|
|
88
88
|
* @throws {@link WorkSpacesWebServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePortalCommand_base: {
|
|
24
24
|
new (input: UpdatePortalCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePortalCommandInput, UpdatePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePortalCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePortalCommandInput, UpdatePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const UpdatePortalCommand_base: {
|
|
|
89
89
|
* @throws {@link WorkSpacesWebServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTrustStoreCommand_base: {
|
|
24
24
|
new (input: UpdateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const UpdateTrustStoreCommand_base: {
|
|
|
78
78
|
* @throws {@link WorkSpacesWebServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateTrustStoreCommand extends UpdateTrustStoreCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUser
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateUserAccessLoggingSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the user access logging settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateUserAccessLoggingSettingsCommand_base: {
|
|
|
76
76
|
* @throws {@link WorkSpacesWebServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateUserAccessLoggingSettingsCommand extends UpdateUserAccessLoggingSettingsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateUserSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the user settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -120,6 +120,7 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
120
120
|
* @throws {@link WorkSpacesWebServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
|
|
125
126
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,5 +16,4 @@ export { WorkSpacesWebExtensionConfiguration } from "./extensionConfiguration";
|
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
export * from "./models";
|
|
19
|
-
import "@aws-sdk/util-endpoints";
|
|
20
19
|
export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
|