@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
@@ -369,6 +369,7 @@ export interface WorkSpacesWeb {
369
369
  options: __HttpHandlerOptions,
370
370
  cb: (err: any, data?: CreateNetworkSettingsCommandOutput) => void
371
371
  ): void;
372
+ createPortal(): Promise<CreatePortalCommandOutput>;
372
373
  createPortal(
373
374
  args: CreatePortalCommandInput,
374
375
  options?: __HttpHandlerOptions
@@ -739,6 +740,7 @@ export interface WorkSpacesWeb {
739
740
  options: __HttpHandlerOptions,
740
741
  cb: (err: any, data?: GetUserSettingsCommandOutput) => void
741
742
  ): void;
743
+ listBrowserSettings(): Promise<ListBrowserSettingsCommandOutput>;
742
744
  listBrowserSettings(
743
745
  args: ListBrowserSettingsCommandInput,
744
746
  options?: __HttpHandlerOptions
@@ -765,6 +767,7 @@ export interface WorkSpacesWeb {
765
767
  options: __HttpHandlerOptions,
766
768
  cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
767
769
  ): void;
770
+ listIpAccessSettings(): Promise<ListIpAccessSettingsCommandOutput>;
768
771
  listIpAccessSettings(
769
772
  args: ListIpAccessSettingsCommandInput,
770
773
  options?: __HttpHandlerOptions
@@ -778,6 +781,7 @@ export interface WorkSpacesWeb {
778
781
  options: __HttpHandlerOptions,
779
782
  cb: (err: any, data?: ListIpAccessSettingsCommandOutput) => void
780
783
  ): void;
784
+ listNetworkSettings(): Promise<ListNetworkSettingsCommandOutput>;
781
785
  listNetworkSettings(
782
786
  args: ListNetworkSettingsCommandInput,
783
787
  options?: __HttpHandlerOptions
@@ -791,6 +795,7 @@ export interface WorkSpacesWeb {
791
795
  options: __HttpHandlerOptions,
792
796
  cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void
793
797
  ): void;
798
+ listPortals(): Promise<ListPortalsCommandOutput>;
794
799
  listPortals(
795
800
  args: ListPortalsCommandInput,
796
801
  options?: __HttpHandlerOptions
@@ -830,6 +835,7 @@ export interface WorkSpacesWeb {
830
835
  options: __HttpHandlerOptions,
831
836
  cb: (err: any, data?: ListTrustStoreCertificatesCommandOutput) => void
832
837
  ): void;
838
+ listTrustStores(): Promise<ListTrustStoresCommandOutput>;
833
839
  listTrustStores(
834
840
  args: ListTrustStoresCommandInput,
835
841
  options?: __HttpHandlerOptions
@@ -843,6 +849,7 @@ export interface WorkSpacesWeb {
843
849
  options: __HttpHandlerOptions,
844
850
  cb: (err: any, data?: ListTrustStoresCommandOutput) => void
845
851
  ): void;
852
+ listUserAccessLoggingSettings(): Promise<ListUserAccessLoggingSettingsCommandOutput>;
846
853
  listUserAccessLoggingSettings(
847
854
  args: ListUserAccessLoggingSettingsCommandInput,
848
855
  options?: __HttpHandlerOptions
@@ -856,6 +863,7 @@ export interface WorkSpacesWeb {
856
863
  options: __HttpHandlerOptions,
857
864
  cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void
858
865
  ): void;
866
+ listUserSettings(): Promise<ListUserSettingsCommandOutput>;
859
867
  listUserSettings(
860
868
  args: ListUserSettingsCommandInput,
861
869
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateBrowserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateBrowserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateBrowserSettingsCommandInput,
32
+ AssociateBrowserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateIpAccessSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateIpAccessSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateIpAccessSettingsCommandInput,
32
+ AssociateIpAccessSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateNetworkSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateNetworkSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateNetworkSettingsCommandInput,
32
+ AssociateNetworkSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateTrustStoreCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateTrustStoreCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateTrustStoreCommandInput,
32
+ AssociateTrustStoreCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateUserAccessLoggingSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateUserAccessLoggingSettingsCommandInput,
32
+ AssociateUserAccessLoggingSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateUserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateUserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateUserSettingsCommandInput,
32
+ AssociateUserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateBrowserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateBrowserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateBrowserSettingsCommandInput,
32
+ CreateBrowserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateIdentityProviderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateIdentityProviderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateIdentityProviderCommandInput,
32
+ CreateIdentityProviderCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateIpAccessSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateIpAccessSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateIpAccessSettingsCommandInput,
32
+ CreateIpAccessSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateNetworkSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateNetworkSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateNetworkSettingsCommandInput,
32
+ CreateNetworkSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {}
@@ -21,6 +21,15 @@ declare const CreatePortalCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [CreatePortalCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreatePortalCommandInput,
28
+ CreatePortalCommandOutput,
29
+ WorkSpacesWebClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreatePortalCommand extends CreatePortalCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateTrustStoreCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateTrustStoreCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateTrustStoreCommandInput,
31
+ CreateTrustStoreCommandOutput,
32
+ WorkSpacesWebClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateUserAccessLoggingSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateUserAccessLoggingSettingsCommandInput,
32
+ CreateUserAccessLoggingSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateUserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateUserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateUserSettingsCommandInput,
32
+ CreateUserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteBrowserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteBrowserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteBrowserSettingsCommandInput,
32
+ DeleteBrowserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteIdentityProviderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteIdentityProviderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteIdentityProviderCommandInput,
32
+ DeleteIdentityProviderCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteIpAccessSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteIpAccessSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteIpAccessSettingsCommandInput,
32
+ DeleteIpAccessSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteNetworkSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteNetworkSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteNetworkSettingsCommandInput,
32
+ DeleteNetworkSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeletePortalCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeletePortalCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeletePortalCommandInput,
28
+ DeletePortalCommandOutput,
29
+ WorkSpacesWebClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeletePortalCommand extends DeletePortalCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteTrustStoreCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteTrustStoreCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteTrustStoreCommandInput,
31
+ DeleteTrustStoreCommandOutput,
32
+ WorkSpacesWebClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteUserAccessLoggingSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteUserAccessLoggingSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteUserAccessLoggingSettingsCommandInput,
32
+ DeleteUserAccessLoggingSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteUserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteUserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteUserSettingsCommandInput,
32
+ DeleteUserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteUserSettingsCommand extends DeleteUserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateBrowserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateBrowserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateBrowserSettingsCommandInput,
32
+ DisassociateBrowserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateBrowserSettingsCommand extends DisassociateBrowserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateIpAccessSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateIpAccessSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateIpAccessSettingsCommandInput,
32
+ DisassociateIpAccessSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateIpAccessSettingsCommand extends DisassociateIpAccessSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateNetworkSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateNetworkSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateNetworkSettingsCommandInput,
32
+ DisassociateNetworkSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateNetworkSettingsCommand extends DisassociateNetworkSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateTrustStoreCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateTrustStoreCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateTrustStoreCommandInput,
32
+ DisassociateTrustStoreCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateTrustStoreCommand extends DisassociateTrustStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateUserAccessLoggingSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateUserAccessLoggingSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateUserAccessLoggingSettingsCommandInput,
32
+ DisassociateUserAccessLoggingSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateUserAccessLoggingSettingsCommand extends DisassociateUserAccessLoggingSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateUserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateUserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateUserSettingsCommandInput,
32
+ DisassociateUserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateUserSettingsCommand extends DisassociateUserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBrowserSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBrowserSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBrowserSettingsCommandInput,
32
+ GetBrowserSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBrowserSettingsCommand extends GetBrowserSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetIdentityProviderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetIdentityProviderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetIdentityProviderCommandInput,
32
+ GetIdentityProviderCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetIdentityProviderCommand extends GetIdentityProviderCommand_base {}
@@ -25,6 +25,15 @@ declare const GetIpAccessSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetIpAccessSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetIpAccessSettingsCommandInput,
32
+ GetIpAccessSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetNetworkSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetNetworkSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetNetworkSettingsCommandInput,
32
+ GetNetworkSettingsCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetPortalCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetPortalCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetPortalCommandInput,
28
+ GetPortalCommandOutput,
29
+ WorkSpacesWebClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetPortalCommand extends GetPortalCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPortalServiceProviderMetadataCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetPortalServiceProviderMetadataCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPortalServiceProviderMetadataCommandInput,
32
+ GetPortalServiceProviderMetadataCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTrustStoreCertificateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTrustStoreCertificateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTrustStoreCertificateCommandInput,
32
+ GetTrustStoreCertificateCommandOutput,
33
+ WorkSpacesWebClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {}