@aws-sdk/client-workspaces-web 3.529.1 → 3.535.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 (129) hide show
  1. package/dist-types/WorkSpacesWeb.d.ts +9 -1
  2. package/dist-types/WorkSpacesWebClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -1
  7. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateTrustStoreCommand.d.ts +3 -2
  15. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -1
  21. package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -1
  26. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -1
  27. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -1
  29. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -1
  30. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -1
  33. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -1
  34. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetPortalCommand.d.ts +2 -1
  36. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -1
  37. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +3 -2
  38. package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -1
  39. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -1
  40. package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
  43. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -1
  49. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +3 -2
  59. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -1
  61. package/dist-types/models/models_0.d.ts +360 -360
  62. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  63. package/dist-types/runtimeConfig.d.ts +2 -2
  64. package/dist-types/runtimeConfig.native.d.ts +2 -2
  65. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  66. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +8 -0
  67. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  128. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  129. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustSt
22
22
  }
23
23
  declare const DisassociateTrustStoreCommand_base: {
24
24
  new (input: DisassociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a trust store from a web portal.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DisassociateTrustStoreCommand_base: {
66
66
  * @throws {@link WorkSpacesWebServiceException}
67
67
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DisassociateTrustStoreCommand extends DisassociateTrustStoreCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DisassociateUserAccessLoggingSettingsCommandOutput extends Disa
22
22
  }
23
23
  declare const DisassociateUserAccessLoggingSettingsCommand_base: {
24
24
  new (input: DisassociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates user access logging settings from a web portal.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DisassociateUserAccessLoggingSettingsCommand_base: {
66
66
  * @throws {@link WorkSpacesWebServiceException}
67
67
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DisassociateUserAccessLoggingSettingsCommand extends DisassociateUserAccessLoggingSettingsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserS
22
22
  }
23
23
  declare const DisassociateUserSettingsCommand_base: {
24
24
  new (input: DisassociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates user settings from a web portal.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DisassociateUserSettingsCommand_base: {
66
66
  * @throws {@link WorkSpacesWebServiceException}
67
67
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DisassociateUserSettingsCommand extends DisassociateUserSettingsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsRespo
22
22
  }
23
23
  declare const GetBrowserSettingsCommand_base: {
24
24
  new (input: GetBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets browser settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const GetBrowserSettingsCommand_base: {
74
74
  * @throws {@link WorkSpacesWebServiceException}
75
75
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetBrowserSettingsCommand extends GetBrowserSettingsCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderRes
22
22
  }
23
23
  declare const GetIdentityProviderCommand_base: {
24
24
  new (input: GetIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the identity provider.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetIdentityProviderCommand_base: {
75
75
  * @throws {@link WorkSpacesWebServiceException}
76
76
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetIdentityProviderCommand extends GetIdentityProviderCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetIpAccessSettingsCommandOutput extends GetIpAccessSettingsRes
22
22
  }
23
23
  declare const GetIpAccessSettingsCommand_base: {
24
24
  new (input: GetIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the IP access settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const GetIpAccessSettingsCommand_base: {
82
82
  * @throws {@link WorkSpacesWebServiceException}
83
83
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
22
22
  }
23
23
  declare const GetNetworkSettingsCommand_base: {
24
24
  new (input: GetNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the network settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const GetNetworkSettingsCommand_base: {
80
80
  * @throws {@link WorkSpacesWebServiceException}
81
81
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
22
22
  }
23
23
  declare const GetPortalCommand_base: {
24
24
  new (input: GetPortalCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPortalCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the web portal.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetPortalCommand_base: {
84
84
  * @throws {@link WorkSpacesWebServiceException}
85
85
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetPortalCommand extends GetPortalCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortal
22
22
  }
23
23
  declare const GetPortalServiceProviderMetadataCommand_base: {
24
24
  new (input: GetPortalServiceProviderMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPortalServiceProviderMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the service provider metadata.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetPortalServiceProviderMetadataCommand_base: {
69
69
  * @throws {@link WorkSpacesWebServiceException}
70
70
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCert
22
22
  }
23
23
  declare const GetTrustStoreCertificateCommand_base: {
24
24
  new (input: GetTrustStoreCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTrustStoreCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the trust store certificate.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -47,7 +47,7 @@ declare const GetTrustStoreCertificateCommand_base: {
47
47
  * // issuer: "STRING_VALUE",
48
48
  * // notValidBefore: new Date("TIMESTAMP"),
49
49
  * // notValidAfter: new Date("TIMESTAMP"),
50
- * // body: "BLOB_VALUE",
50
+ * // body: new Uint8Array(),
51
51
  * // },
52
52
  * // };
53
53
  *
@@ -77,6 +77,7 @@ declare const GetTrustStoreCertificateCommand_base: {
77
77
  * @throws {@link WorkSpacesWebServiceException}
78
78
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetTrustStoreCommandOutput extends GetTrustStoreResponse, __Met
22
22
  }
23
23
  declare const GetTrustStoreCommand_base: {
24
24
  new (input: GetTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCommandInput, GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCommandInput, GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the trust store.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetTrustStoreCommand_base: {
73
73
  * @throws {@link WorkSpacesWebServiceException}
74
74
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetTrustStoreCommand extends GetTrustStoreCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetUserAccessLoggingSettingsCommandOutput extends GetUserAccess
22
22
  }
23
23
  declare const GetUserAccessLoggingSettingsCommand_base: {
24
24
  new (input: GetUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets 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.
@@ -74,6 +74,7 @@ declare const GetUserAccessLoggingSettingsCommand_base: {
74
74
  * @throws {@link WorkSpacesWebServiceException}
75
75
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetUserAccessLoggingSettingsCommand extends GetUserAccessLoggingSettingsCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
22
22
  }
23
23
  declare const GetUserSettingsCommand_base: {
24
24
  new (input: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets user settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const GetUserSettingsCommand_base: {
96
96
  * @throws {@link WorkSpacesWebServiceException}
97
97
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListBrowserSettingsCommandOutput extends ListBrowserSettingsRes
22
22
  }
23
23
  declare const ListBrowserSettingsCommand_base: {
24
24
  new (input: ListBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBrowserSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of browser settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListBrowserSettingsCommand_base: {
71
71
  * @throws {@link WorkSpacesWebServiceException}
72
72
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListBrowserSettingsCommand extends ListBrowserSettingsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
22
22
  }
23
23
  declare const ListIdentityProvidersCommand_base: {
24
24
  new (input: ListIdentityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIdentityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of identity providers for a specific web portal.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListIdentityProvidersCommand_base: {
74
74
  * @throws {@link WorkSpacesWebServiceException}
75
75
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListIpAccessSettingsCommandOutput extends ListIpAccessSettingsR
22
22
  }
23
23
  declare const ListIpAccessSettingsCommand_base: {
24
24
  new (input: ListIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListIpAccessSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of IP access settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListIpAccessSettingsCommand_base: {
74
74
  * @throws {@link WorkSpacesWebServiceException}
75
75
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListIpAccessSettingsCommand extends ListIpAccessSettingsCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListNetworkSettingsCommandOutput extends ListNetworkSettingsRes
22
22
  }
23
23
  declare const ListNetworkSettingsCommand_base: {
24
24
  new (input: ListNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListNetworkSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of network settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListNetworkSettingsCommand_base: {
72
72
  * @throws {@link WorkSpacesWebServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
22
22
  }
23
23
  declare const ListPortalsCommand_base: {
24
24
  new (input: ListPortalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPortalsCommandInput, ListPortalsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPortalsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPortalsCommandInput, ListPortalsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list or web portals.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const ListPortalsCommand_base: {
84
84
  * @throws {@link WorkSpacesWebServiceException}
85
85
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListPortalsCommand extends ListPortalsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link WorkSpacesWebServiceException}
74
74
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListTrustStoreCertificatesCommandOutput extends ListTrustStoreC
22
22
  }
23
23
  declare const ListTrustStoreCertificatesCommand_base: {
24
24
  new (input: ListTrustStoreCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTrustStoreCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of trust store certificates.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const ListTrustStoreCertificatesCommand_base: {
80
80
  * @throws {@link WorkSpacesWebServiceException}
81
81
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListTrustStoresCommandOutput extends ListTrustStoresResponse, _
22
22
  }
23
23
  declare const ListTrustStoresCommand_base: {
24
24
  new (input: ListTrustStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustStoresCommandInput, ListTrustStoresCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTrustStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTrustStoresCommandInput, ListTrustStoresCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of trust stores.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListTrustStoresCommand_base: {
71
71
  * @throws {@link WorkSpacesWebServiceException}
72
72
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListUserAccessLoggingSettingsCommandOutput extends ListUserAcce
22
22
  }
23
23
  declare const ListUserAccessLoggingSettingsCommand_base: {
24
24
  new (input: ListUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListUserAccessLoggingSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of 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.
@@ -72,6 +72,7 @@ declare const ListUserAccessLoggingSettingsCommand_base: {
72
72
  * @throws {@link WorkSpacesWebServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse,
22
22
  }
23
23
  declare const ListUserSettingsCommand_base: {
24
24
  new (input: ListUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserSettingsCommandInput, ListUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListUserSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListUserSettingsCommandInput, ListUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of user settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListUserSettingsCommand_base: {
94
94
  * @throws {@link WorkSpacesWebServiceException}
95
95
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or overwrites one or more tags for the specified resource.</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 TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link WorkSpacesWebServiceException}
70
70
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSetting
22
22
  }
23
23
  declare const UpdateBrowserSettingsCommand_base: {
24
24
  new (input: UpdateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates browser 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 UpdateBrowserSettingsCommand_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 UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
22
22
  }
23
23
  declare const UpdateIdentityProviderCommand_base: {
24
24
  new (input: UpdateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the identity provider. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateIdentityProviderCommand_base: {
81
81
  * @throws {@link WorkSpacesWebServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateIpAccessSettingsCommandOutput extends UpdateIpAccessSetti
22
22
  }
23
23
  declare const UpdateIpAccessSettingsCommand_base: {
24
24
  new (input: UpdateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates IP access settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateIpAccessSettingsCommand_base: {
91
91
  * @throws {@link WorkSpacesWebServiceException}
92
92
  * <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
96
97
  }
@@ -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
  }