@aws-sdk/client-workspaces-web 3.50.0 → 3.51.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 (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +225 -0
  3. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +117 -0
  4. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -0
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  50. package/dist-types/ts3.4/index.d.ts +5 -0
  51. package/dist-types/ts3.4/models/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +1206 -0
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  54. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  67. package/package.json +8 -8
@@ -0,0 +1,44 @@
1
+ export * from "./AssociateBrowserSettingsCommand";
2
+ export * from "./AssociateNetworkSettingsCommand";
3
+ export * from "./AssociateTrustStoreCommand";
4
+ export * from "./AssociateUserSettingsCommand";
5
+ export * from "./CreateBrowserSettingsCommand";
6
+ export * from "./CreateIdentityProviderCommand";
7
+ export * from "./CreateNetworkSettingsCommand";
8
+ export * from "./CreatePortalCommand";
9
+ export * from "./CreateTrustStoreCommand";
10
+ export * from "./CreateUserSettingsCommand";
11
+ export * from "./DeleteBrowserSettingsCommand";
12
+ export * from "./DeleteIdentityProviderCommand";
13
+ export * from "./DeleteNetworkSettingsCommand";
14
+ export * from "./DeletePortalCommand";
15
+ export * from "./DeleteTrustStoreCommand";
16
+ export * from "./DeleteUserSettingsCommand";
17
+ export * from "./DisassociateBrowserSettingsCommand";
18
+ export * from "./DisassociateNetworkSettingsCommand";
19
+ export * from "./DisassociateTrustStoreCommand";
20
+ export * from "./DisassociateUserSettingsCommand";
21
+ export * from "./GetBrowserSettingsCommand";
22
+ export * from "./GetIdentityProviderCommand";
23
+ export * from "./GetNetworkSettingsCommand";
24
+ export * from "./GetPortalCommand";
25
+ export * from "./GetPortalServiceProviderMetadataCommand";
26
+ export * from "./GetTrustStoreCertificateCommand";
27
+ export * from "./GetTrustStoreCommand";
28
+ export * from "./GetUserSettingsCommand";
29
+ export * from "./ListBrowserSettingsCommand";
30
+ export * from "./ListIdentityProvidersCommand";
31
+ export * from "./ListNetworkSettingsCommand";
32
+ export * from "./ListPortalsCommand";
33
+ export * from "./ListTagsForResourceCommand";
34
+ export * from "./ListTrustStoreCertificatesCommand";
35
+ export * from "./ListTrustStoresCommand";
36
+ export * from "./ListUserSettingsCommand";
37
+ export * from "./TagResourceCommand";
38
+ export * from "./UntagResourceCommand";
39
+ export * from "./UpdateBrowserSettingsCommand";
40
+ export * from "./UpdateIdentityProviderCommand";
41
+ export * from "./UpdateNetworkSettingsCommand";
42
+ export * from "./UpdatePortalCommand";
43
+ export * from "./UpdateTrustStoreCommand";
44
+ export * from "./UpdateUserSettingsCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./WorkSpacesWeb";
2
+ export * from "./WorkSpacesWebClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";