@aws-sdk/client-workspaces-web 3.306.0 → 3.309.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 (107) hide show
  1. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -2
  2. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
  8. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -2
  9. package/dist-cjs/commands/CreatePortalCommand.js +2 -2
  10. package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -2
  11. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +2 -2
  12. package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -2
  16. package/dist-cjs/commands/DeletePortalCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -2
  26. package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -2
  27. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -2
  28. package/dist-cjs/commands/GetPortalCommand.js +2 -2
  29. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
  30. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -2
  31. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -2
  32. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +2 -2
  33. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -2
  34. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -2
  35. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
  36. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -2
  37. package/dist-cjs/commands/ListPortalsCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -2
  40. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -2
  41. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +2 -2
  42. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -2
  43. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  44. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -2
  48. package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -2
  52. package/dist-cjs/protocols/Aws_restJson1.js +682 -698
  53. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -3
  54. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -3
  55. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -3
  56. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -3
  57. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -3
  58. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -3
  59. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
  60. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -3
  61. package/dist-es/commands/CreatePortalCommand.js +3 -3
  62. package/dist-es/commands/CreateTrustStoreCommand.js +3 -3
  63. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -3
  64. package/dist-es/commands/CreateUserSettingsCommand.js +3 -3
  65. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -3
  66. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -3
  67. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -3
  68. package/dist-es/commands/DeletePortalCommand.js +3 -3
  69. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -3
  70. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -3
  71. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -3
  72. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -3
  73. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -3
  74. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -3
  75. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -3
  76. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -3
  77. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -3
  78. package/dist-es/commands/GetIdentityProviderCommand.js +3 -3
  79. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -3
  80. package/dist-es/commands/GetPortalCommand.js +3 -3
  81. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
  82. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -3
  83. package/dist-es/commands/GetTrustStoreCommand.js +3 -3
  84. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -3
  85. package/dist-es/commands/GetUserSettingsCommand.js +3 -3
  86. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -3
  87. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
  88. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -3
  89. package/dist-es/commands/ListPortalsCommand.js +3 -3
  90. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  91. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -3
  92. package/dist-es/commands/ListTrustStoresCommand.js +3 -3
  93. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -3
  94. package/dist-es/commands/ListUserSettingsCommand.js +3 -3
  95. package/dist-es/commands/TagResourceCommand.js +3 -3
  96. package/dist-es/commands/UntagResourceCommand.js +3 -3
  97. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -3
  98. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
  99. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -3
  100. package/dist-es/commands/UpdatePortalCommand.js +3 -3
  101. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -3
  102. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -3
  103. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -3
  104. package/dist-es/protocols/Aws_restJson1.js +577 -593
  105. package/dist-types/protocols/Aws_restJson1.d.ts +408 -102
  106. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +102 -102
  107. package/package.json +6 -6
@@ -51,105 +51,411 @@ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands
51
51
  import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
52
52
  import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "../commands/UpdateUserAccessLoggingSettingsCommand";
53
53
  import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
54
- export declare const serializeAws_restJson1AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (input: AssociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (input: CreateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (input: DeleteUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (input: DisassociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1GetNetworkSettingsCommand: (input: GetNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1GetPortalCommand: (input: GetPortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1GetUserAccessLoggingSettingsCommand: (input: GetUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1ListNetworkSettingsCommand: (input: ListNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1ListUserAccessLoggingSettingsCommand: (input: ListUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1UpdateBrowserSettingsCommand: (input: UpdateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (input: UpdateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const deserializeAws_restJson1AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
106
- export declare const deserializeAws_restJson1AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
107
- export declare const deserializeAws_restJson1AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
108
- export declare const deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
109
- export declare const deserializeAws_restJson1AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
110
- export declare const deserializeAws_restJson1CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
111
- export declare const deserializeAws_restJson1CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
112
- export declare const deserializeAws_restJson1CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
113
- export declare const deserializeAws_restJson1CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
114
- export declare const deserializeAws_restJson1CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
115
- export declare const deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
116
- export declare const deserializeAws_restJson1CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
117
- export declare const deserializeAws_restJson1DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
118
- export declare const deserializeAws_restJson1DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
119
- export declare const deserializeAws_restJson1DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
120
- export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
121
- export declare const deserializeAws_restJson1DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
122
- export declare const deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
123
- export declare const deserializeAws_restJson1DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
124
- export declare const deserializeAws_restJson1DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
125
- export declare const deserializeAws_restJson1DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
126
- export declare const deserializeAws_restJson1DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
127
- export declare const deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
128
- export declare const deserializeAws_restJson1DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
129
- export declare const deserializeAws_restJson1GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
130
- export declare const deserializeAws_restJson1GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
131
- export declare const deserializeAws_restJson1GetNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkSettingsCommandOutput>;
132
- export declare const deserializeAws_restJson1GetPortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalCommandOutput>;
133
- export declare const deserializeAws_restJson1GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
134
- export declare const deserializeAws_restJson1GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
135
- export declare const deserializeAws_restJson1GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
136
- export declare const deserializeAws_restJson1GetUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
137
- export declare const deserializeAws_restJson1GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
138
- export declare const deserializeAws_restJson1ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
139
- export declare const deserializeAws_restJson1ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
140
- export declare const deserializeAws_restJson1ListNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkSettingsCommandOutput>;
141
- export declare const deserializeAws_restJson1ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
142
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
143
- export declare const deserializeAws_restJson1ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
144
- export declare const deserializeAws_restJson1ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
145
- export declare const deserializeAws_restJson1ListUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
146
- export declare const deserializeAws_restJson1ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
147
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
148
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
149
- export declare const deserializeAws_restJson1UpdateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserSettingsCommandOutput>;
150
- export declare const deserializeAws_restJson1UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
151
- export declare const deserializeAws_restJson1UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
152
- export declare const deserializeAws_restJson1UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
153
- export declare const deserializeAws_restJson1UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
154
- export declare const deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
155
- export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
54
+ /**
55
+ * serializeAws_restJson1AssociateBrowserSettingsCommand
56
+ */
57
+ export declare const se_AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1AssociateNetworkSettingsCommand
60
+ */
61
+ export declare const se_AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1AssociateTrustStoreCommand
64
+ */
65
+ export declare const se_AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand
68
+ */
69
+ export declare const se_AssociateUserAccessLoggingSettingsCommand: (input: AssociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1AssociateUserSettingsCommand
72
+ */
73
+ export declare const se_AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1CreateBrowserSettingsCommand
76
+ */
77
+ export declare const se_CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1CreateIdentityProviderCommand
80
+ */
81
+ export declare const se_CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1CreateNetworkSettingsCommand
84
+ */
85
+ export declare const se_CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1CreatePortalCommand
88
+ */
89
+ export declare const se_CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1CreateTrustStoreCommand
92
+ */
93
+ export declare const se_CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1CreateUserAccessLoggingSettingsCommand
96
+ */
97
+ export declare const se_CreateUserAccessLoggingSettingsCommand: (input: CreateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1CreateUserSettingsCommand
100
+ */
101
+ export declare const se_CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1DeleteBrowserSettingsCommand
104
+ */
105
+ export declare const se_DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1DeleteIdentityProviderCommand
108
+ */
109
+ export declare const se_DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1DeleteNetworkSettingsCommand
112
+ */
113
+ export declare const se_DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1DeletePortalCommand
116
+ */
117
+ export declare const se_DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1DeleteTrustStoreCommand
120
+ */
121
+ export declare const se_DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand
124
+ */
125
+ export declare const se_DeleteUserAccessLoggingSettingsCommand: (input: DeleteUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1DeleteUserSettingsCommand
128
+ */
129
+ export declare const se_DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1DisassociateBrowserSettingsCommand
132
+ */
133
+ export declare const se_DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1DisassociateNetworkSettingsCommand
136
+ */
137
+ export declare const se_DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1DisassociateTrustStoreCommand
140
+ */
141
+ export declare const se_DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand
144
+ */
145
+ export declare const se_DisassociateUserAccessLoggingSettingsCommand: (input: DisassociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1DisassociateUserSettingsCommand
148
+ */
149
+ export declare const se_DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1GetBrowserSettingsCommand
152
+ */
153
+ export declare const se_GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1GetIdentityProviderCommand
156
+ */
157
+ export declare const se_GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1GetNetworkSettingsCommand
160
+ */
161
+ export declare const se_GetNetworkSettingsCommand: (input: GetNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1GetPortalCommand
164
+ */
165
+ export declare const se_GetPortalCommand: (input: GetPortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1GetPortalServiceProviderMetadataCommand
168
+ */
169
+ export declare const se_GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1GetTrustStoreCommand
172
+ */
173
+ export declare const se_GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1GetTrustStoreCertificateCommand
176
+ */
177
+ export declare const se_GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_restJson1GetUserAccessLoggingSettingsCommand
180
+ */
181
+ export declare const se_GetUserAccessLoggingSettingsCommand: (input: GetUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_restJson1GetUserSettingsCommand
184
+ */
185
+ export declare const se_GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_restJson1ListBrowserSettingsCommand
188
+ */
189
+ export declare const se_ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_restJson1ListIdentityProvidersCommand
192
+ */
193
+ export declare const se_ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_restJson1ListNetworkSettingsCommand
196
+ */
197
+ export declare const se_ListNetworkSettingsCommand: (input: ListNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_restJson1ListPortalsCommand
200
+ */
201
+ export declare const se_ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_restJson1ListTagsForResourceCommand
204
+ */
205
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1ListTrustStoreCertificatesCommand
208
+ */
209
+ export declare const se_ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_restJson1ListTrustStoresCommand
212
+ */
213
+ export declare const se_ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_restJson1ListUserAccessLoggingSettingsCommand
216
+ */
217
+ export declare const se_ListUserAccessLoggingSettingsCommand: (input: ListUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * serializeAws_restJson1ListUserSettingsCommand
220
+ */
221
+ export declare const se_ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
+ /**
223
+ * serializeAws_restJson1TagResourceCommand
224
+ */
225
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ /**
227
+ * serializeAws_restJson1UntagResourceCommand
228
+ */
229
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ /**
231
+ * serializeAws_restJson1UpdateBrowserSettingsCommand
232
+ */
233
+ export declare const se_UpdateBrowserSettingsCommand: (input: UpdateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ /**
235
+ * serializeAws_restJson1UpdateIdentityProviderCommand
236
+ */
237
+ export declare const se_UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ /**
239
+ * serializeAws_restJson1UpdateNetworkSettingsCommand
240
+ */
241
+ export declare const se_UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
+ /**
243
+ * serializeAws_restJson1UpdatePortalCommand
244
+ */
245
+ export declare const se_UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
+ /**
247
+ * serializeAws_restJson1UpdateTrustStoreCommand
248
+ */
249
+ export declare const se_UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
+ /**
251
+ * serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand
252
+ */
253
+ export declare const se_UpdateUserAccessLoggingSettingsCommand: (input: UpdateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
+ /**
255
+ * serializeAws_restJson1UpdateUserSettingsCommand
256
+ */
257
+ export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ /**
259
+ * deserializeAws_restJson1AssociateBrowserSettingsCommand
260
+ */
261
+ export declare const de_AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1AssociateNetworkSettingsCommand
264
+ */
265
+ export declare const de_AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1AssociateTrustStoreCommand
268
+ */
269
+ export declare const de_AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand
272
+ */
273
+ export declare const de_AssociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1AssociateUserSettingsCommand
276
+ */
277
+ export declare const de_AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1CreateBrowserSettingsCommand
280
+ */
281
+ export declare const de_CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
282
+ /**
283
+ * deserializeAws_restJson1CreateIdentityProviderCommand
284
+ */
285
+ export declare const de_CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
286
+ /**
287
+ * deserializeAws_restJson1CreateNetworkSettingsCommand
288
+ */
289
+ export declare const de_CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
290
+ /**
291
+ * deserializeAws_restJson1CreatePortalCommand
292
+ */
293
+ export declare const de_CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
294
+ /**
295
+ * deserializeAws_restJson1CreateTrustStoreCommand
296
+ */
297
+ export declare const de_CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
298
+ /**
299
+ * deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand
300
+ */
301
+ export declare const de_CreateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
302
+ /**
303
+ * deserializeAws_restJson1CreateUserSettingsCommand
304
+ */
305
+ export declare const de_CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
306
+ /**
307
+ * deserializeAws_restJson1DeleteBrowserSettingsCommand
308
+ */
309
+ export declare const de_DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
310
+ /**
311
+ * deserializeAws_restJson1DeleteIdentityProviderCommand
312
+ */
313
+ export declare const de_DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
314
+ /**
315
+ * deserializeAws_restJson1DeleteNetworkSettingsCommand
316
+ */
317
+ export declare const de_DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
318
+ /**
319
+ * deserializeAws_restJson1DeletePortalCommand
320
+ */
321
+ export declare const de_DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
322
+ /**
323
+ * deserializeAws_restJson1DeleteTrustStoreCommand
324
+ */
325
+ export declare const de_DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
326
+ /**
327
+ * deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand
328
+ */
329
+ export declare const de_DeleteUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
330
+ /**
331
+ * deserializeAws_restJson1DeleteUserSettingsCommand
332
+ */
333
+ export declare const de_DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
334
+ /**
335
+ * deserializeAws_restJson1DisassociateBrowserSettingsCommand
336
+ */
337
+ export declare const de_DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
338
+ /**
339
+ * deserializeAws_restJson1DisassociateNetworkSettingsCommand
340
+ */
341
+ export declare const de_DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
342
+ /**
343
+ * deserializeAws_restJson1DisassociateTrustStoreCommand
344
+ */
345
+ export declare const de_DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
346
+ /**
347
+ * deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand
348
+ */
349
+ export declare const de_DisassociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
350
+ /**
351
+ * deserializeAws_restJson1DisassociateUserSettingsCommand
352
+ */
353
+ export declare const de_DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
354
+ /**
355
+ * deserializeAws_restJson1GetBrowserSettingsCommand
356
+ */
357
+ export declare const de_GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
358
+ /**
359
+ * deserializeAws_restJson1GetIdentityProviderCommand
360
+ */
361
+ export declare const de_GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
362
+ /**
363
+ * deserializeAws_restJson1GetNetworkSettingsCommand
364
+ */
365
+ export declare const de_GetNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkSettingsCommandOutput>;
366
+ /**
367
+ * deserializeAws_restJson1GetPortalCommand
368
+ */
369
+ export declare const de_GetPortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalCommandOutput>;
370
+ /**
371
+ * deserializeAws_restJson1GetPortalServiceProviderMetadataCommand
372
+ */
373
+ export declare const de_GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
374
+ /**
375
+ * deserializeAws_restJson1GetTrustStoreCommand
376
+ */
377
+ export declare const de_GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
378
+ /**
379
+ * deserializeAws_restJson1GetTrustStoreCertificateCommand
380
+ */
381
+ export declare const de_GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
382
+ /**
383
+ * deserializeAws_restJson1GetUserAccessLoggingSettingsCommand
384
+ */
385
+ export declare const de_GetUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
386
+ /**
387
+ * deserializeAws_restJson1GetUserSettingsCommand
388
+ */
389
+ export declare const de_GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
390
+ /**
391
+ * deserializeAws_restJson1ListBrowserSettingsCommand
392
+ */
393
+ export declare const de_ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
394
+ /**
395
+ * deserializeAws_restJson1ListIdentityProvidersCommand
396
+ */
397
+ export declare const de_ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
398
+ /**
399
+ * deserializeAws_restJson1ListNetworkSettingsCommand
400
+ */
401
+ export declare const de_ListNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkSettingsCommandOutput>;
402
+ /**
403
+ * deserializeAws_restJson1ListPortalsCommand
404
+ */
405
+ export declare const de_ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
406
+ /**
407
+ * deserializeAws_restJson1ListTagsForResourceCommand
408
+ */
409
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
410
+ /**
411
+ * deserializeAws_restJson1ListTrustStoreCertificatesCommand
412
+ */
413
+ export declare const de_ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
414
+ /**
415
+ * deserializeAws_restJson1ListTrustStoresCommand
416
+ */
417
+ export declare const de_ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
418
+ /**
419
+ * deserializeAws_restJson1ListUserAccessLoggingSettingsCommand
420
+ */
421
+ export declare const de_ListUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
422
+ /**
423
+ * deserializeAws_restJson1ListUserSettingsCommand
424
+ */
425
+ export declare const de_ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
426
+ /**
427
+ * deserializeAws_restJson1TagResourceCommand
428
+ */
429
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
430
+ /**
431
+ * deserializeAws_restJson1UntagResourceCommand
432
+ */
433
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
434
+ /**
435
+ * deserializeAws_restJson1UpdateBrowserSettingsCommand
436
+ */
437
+ export declare const de_UpdateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserSettingsCommandOutput>;
438
+ /**
439
+ * deserializeAws_restJson1UpdateIdentityProviderCommand
440
+ */
441
+ export declare const de_UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
442
+ /**
443
+ * deserializeAws_restJson1UpdateNetworkSettingsCommand
444
+ */
445
+ export declare const de_UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
446
+ /**
447
+ * deserializeAws_restJson1UpdatePortalCommand
448
+ */
449
+ export declare const de_UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
450
+ /**
451
+ * deserializeAws_restJson1UpdateTrustStoreCommand
452
+ */
453
+ export declare const de_UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
454
+ /**
455
+ * deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand
456
+ */
457
+ export declare const de_UpdateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
458
+ /**
459
+ * deserializeAws_restJson1UpdateUserSettingsCommand
460
+ */
461
+ export declare const de_UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;