@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.
Files changed (127) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/WorkSpacesWeb.d.ts +9 -1
  6. package/dist-types/WorkSpacesWebClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -1
  10. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -1
  11. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -1
  12. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -1
  17. package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -1
  30. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -1
  31. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -1
  33. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -1
  34. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -1
  37. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -1
  38. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetPortalCommand.d.ts +2 -1
  40. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -1
  41. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -1
  43. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
  47. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -1
  52. package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -1
  53. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -1
  65. package/dist-types/index.d.ts +0 -1
  66. package/dist-types/models/models_0.d.ts +360 -360
  67. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +8 -0
  68. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/index.d.ts +0 -1
  127. 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
  }
@@ -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";