@aws-sdk/client-workspaces-web 3.928.0 → 3.930.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.
- package/dist-cjs/index.js +2743 -3271
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/WorkSpacesWebClient.js +2 -0
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateSessionLoggerCommand.js +3 -9
- package/dist-es/commands/AssociateTrustStoreCommand.js +3 -9
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateUserSettingsCommand.js +3 -9
- package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/CreateIdentityProviderCommand.js +3 -10
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -10
- package/dist-es/commands/CreatePortalCommand.js +3 -10
- package/dist-es/commands/CreateSessionLoggerCommand.js +3 -10
- package/dist-es/commands/CreateTrustStoreCommand.js +3 -10
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -10
- package/dist-es/commands/CreateUserSettingsCommand.js +3 -10
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/DeletePortalCommand.js +3 -9
- package/dist-es/commands/DeleteSessionLoggerCommand.js +3 -9
- package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteUserSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +3 -9
- package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -9
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -9
- package/dist-es/commands/ExpireSessionCommand.js +3 -9
- package/dist-es/commands/GetBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/GetIdentityProviderCommand.js +3 -10
- package/dist-es/commands/GetIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/GetNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/GetPortalCommand.js +3 -10
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -9
- package/dist-es/commands/GetSessionCommand.js +3 -10
- package/dist-es/commands/GetSessionLoggerCommand.js +3 -10
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -9
- package/dist-es/commands/GetTrustStoreCommand.js +3 -9
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/GetUserSettingsCommand.js +3 -10
- package/dist-es/commands/ListBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/ListIdentityProvidersCommand.js +3 -10
- package/dist-es/commands/ListIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/ListNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/ListPortalsCommand.js +3 -10
- package/dist-es/commands/ListSessionLoggersCommand.js +3 -10
- package/dist-es/commands/ListSessionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -9
- package/dist-es/commands/ListTrustStoresCommand.js +3 -9
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/ListUserSettingsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -10
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/UpdatePortalCommand.js +3 -10
- package/dist-es/commands/UpdateSessionLoggerCommand.js +3 -10
- package/dist-es/commands/UpdateTrustStoreCommand.js +3 -9
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateUserSettingsCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -354
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2590 -0
- package/dist-types/WorkSpacesWebClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -273
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +324 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -195
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +331 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2317
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
|
@@ -0,0 +1,2590 @@
|
|
|
1
|
+
const _ABS = "AssociateBrowserSettings";
|
|
2
|
+
const _ABSR = "AssociateBrowserSettingsRequest";
|
|
3
|
+
const _ABSRs = "AssociateBrowserSettingsResponse";
|
|
4
|
+
const _ADE = "AccessDeniedException";
|
|
5
|
+
const _ADPS = "AssociateDataProtectionSettings";
|
|
6
|
+
const _ADPSR = "AssociateDataProtectionSettingsRequest";
|
|
7
|
+
const _ADPSRs = "AssociateDataProtectionSettingsResponse";
|
|
8
|
+
const _AIAS = "AssociateIpAccessSettings";
|
|
9
|
+
const _AIASR = "AssociateIpAccessSettingsRequest";
|
|
10
|
+
const _AIASRs = "AssociateIpAccessSettingsResponse";
|
|
11
|
+
const _ANS = "AssociateNetworkSettings";
|
|
12
|
+
const _ANSR = "AssociateNetworkSettingsRequest";
|
|
13
|
+
const _ANSRs = "AssociateNetworkSettingsResponse";
|
|
14
|
+
const _ASL = "AssociateSessionLogger";
|
|
15
|
+
const _ASLR = "AssociateSessionLoggerRequest";
|
|
16
|
+
const _ASLRs = "AssociateSessionLoggerResponse";
|
|
17
|
+
const _ATS = "AssociateTrustStore";
|
|
18
|
+
const _ATSR = "AssociateTrustStoreRequest";
|
|
19
|
+
const _ATSRs = "AssociateTrustStoreResponse";
|
|
20
|
+
const _AUALS = "AssociateUserAccessLoggingSettings";
|
|
21
|
+
const _AUALSR = "AssociateUserAccessLoggingSettingsRequest";
|
|
22
|
+
const _AUALSRs = "AssociateUserAccessLoggingSettingsResponse";
|
|
23
|
+
const _AUS = "AssociateUserSettings";
|
|
24
|
+
const _AUSR = "AssociateUserSettingsRequest";
|
|
25
|
+
const _AUSRs = "AssociateUserSettingsResponse";
|
|
26
|
+
const _BIPI = "BuiltInPatternId";
|
|
27
|
+
const _BP = "BrowserPolicy";
|
|
28
|
+
const _BS = "BrowserSettings";
|
|
29
|
+
const _BSL = "BrowserSettingsList";
|
|
30
|
+
const _BSS = "BrowserSettingsSummary";
|
|
31
|
+
const _C = "Certificate";
|
|
32
|
+
const _CBS = "CreateBrowserSettings";
|
|
33
|
+
const _CBSR = "CreateBrowserSettingsRequest";
|
|
34
|
+
const _CBSRr = "CreateBrowserSettingsResponse";
|
|
35
|
+
const _CD = "CookieDomain";
|
|
36
|
+
const _CDPS = "CreateDataProtectionSettings";
|
|
37
|
+
const _CDPSR = "CreateDataProtectionSettingsRequest";
|
|
38
|
+
const _CDPSRr = "CreateDataProtectionSettingsResponse";
|
|
39
|
+
const _CE = "ConflictException";
|
|
40
|
+
const _CIAS = "CreateIpAccessSettings";
|
|
41
|
+
const _CIASR = "CreateIpAccessSettingsRequest";
|
|
42
|
+
const _CIASRr = "CreateIpAccessSettingsResponse";
|
|
43
|
+
const _CIP = "CreateIdentityProvider";
|
|
44
|
+
const _CIPR = "CreateIdentityProviderRequest";
|
|
45
|
+
const _CIPRr = "CreateIdentityProviderResponse";
|
|
46
|
+
const _CN = "CookieName";
|
|
47
|
+
const _CNS = "CreateNetworkSettings";
|
|
48
|
+
const _CNSR = "CreateNetworkSettingsRequest";
|
|
49
|
+
const _CNSRr = "CreateNetworkSettingsResponse";
|
|
50
|
+
const _CP = "CookiePath";
|
|
51
|
+
const _CPR = "CreatePortalRequest";
|
|
52
|
+
const _CPRr = "CreatePortalResponse";
|
|
53
|
+
const _CPr = "CreatePortal";
|
|
54
|
+
const _CPu = "CustomPattern";
|
|
55
|
+
const _CS = "CertificateSummary";
|
|
56
|
+
const _CSC = "CookieSynchronizationConfiguration";
|
|
57
|
+
const _CSL = "CertificateSummaryList";
|
|
58
|
+
const _CSLR = "CreateSessionLoggerRequest";
|
|
59
|
+
const _CSLRr = "CreateSessionLoggerResponse";
|
|
60
|
+
const _CSLr = "CreateSessionLogger";
|
|
61
|
+
const _CSo = "CookieSpecification";
|
|
62
|
+
const _CSoo = "CookieSpecifications";
|
|
63
|
+
const _CTS = "CreateTrustStore";
|
|
64
|
+
const _CTSR = "CreateTrustStoreRequest";
|
|
65
|
+
const _CTSRr = "CreateTrustStoreResponse";
|
|
66
|
+
const _CUALS = "CreateUserAccessLoggingSettings";
|
|
67
|
+
const _CUALSR = "CreateUserAccessLoggingSettingsRequest";
|
|
68
|
+
const _CUALSRr = "CreateUserAccessLoggingSettingsResponse";
|
|
69
|
+
const _CUS = "CreateUserSettings";
|
|
70
|
+
const _CUSR = "CreateUserSettingsRequest";
|
|
71
|
+
const _CUSRr = "CreateUserSettingsResponse";
|
|
72
|
+
const _D = "Description";
|
|
73
|
+
const _DBS = "DeleteBrowserSettings";
|
|
74
|
+
const _DBSR = "DeleteBrowserSettingsRequest";
|
|
75
|
+
const _DBSRe = "DeleteBrowserSettingsResponse";
|
|
76
|
+
const _DBSRi = "DisassociateBrowserSettingsRequest";
|
|
77
|
+
const _DBSRis = "DisassociateBrowserSettingsResponse";
|
|
78
|
+
const _DBSi = "DisassociateBrowserSettings";
|
|
79
|
+
const _DDPS = "DeleteDataProtectionSettings";
|
|
80
|
+
const _DDPSR = "DeleteDataProtectionSettingsRequest";
|
|
81
|
+
const _DDPSRe = "DeleteDataProtectionSettingsResponse";
|
|
82
|
+
const _DDPSRi = "DisassociateDataProtectionSettingsRequest";
|
|
83
|
+
const _DDPSRis = "DisassociateDataProtectionSettingsResponse";
|
|
84
|
+
const _DDPSi = "DisassociateDataProtectionSettings";
|
|
85
|
+
const _DIAS = "DeleteIpAccessSettings";
|
|
86
|
+
const _DIASR = "DeleteIpAccessSettingsRequest";
|
|
87
|
+
const _DIASRe = "DeleteIpAccessSettingsResponse";
|
|
88
|
+
const _DIASRi = "DisassociateIpAccessSettingsRequest";
|
|
89
|
+
const _DIASRis = "DisassociateIpAccessSettingsResponse";
|
|
90
|
+
const _DIASi = "DisassociateIpAccessSettings";
|
|
91
|
+
const _DIP = "DeleteIdentityProvider";
|
|
92
|
+
const _DIPR = "DeleteIdentityProviderRequest";
|
|
93
|
+
const _DIPRe = "DeleteIdentityProviderResponse";
|
|
94
|
+
const _DN = "DisplayName";
|
|
95
|
+
const _DNS = "DisplayNameSafe";
|
|
96
|
+
const _DNSR = "DeleteNetworkSettingsRequest";
|
|
97
|
+
const _DNSRe = "DeleteNetworkSettingsResponse";
|
|
98
|
+
const _DNSRi = "DisassociateNetworkSettingsRequest";
|
|
99
|
+
const _DNSRis = "DisassociateNetworkSettingsResponse";
|
|
100
|
+
const _DNSe = "DeleteNetworkSettings";
|
|
101
|
+
const _DNSi = "DisassociateNetworkSettings";
|
|
102
|
+
const _DP = "DeletePortal";
|
|
103
|
+
const _DPR = "DeletePortalRequest";
|
|
104
|
+
const _DPRe = "DeletePortalResponse";
|
|
105
|
+
const _DPS = "DataProtectionSettings";
|
|
106
|
+
const _DPSL = "DataProtectionSettingsList";
|
|
107
|
+
const _DPSS = "DataProtectionSettingsSummary";
|
|
108
|
+
const _DS = "DescriptionSafe";
|
|
109
|
+
const _DSL = "DeleteSessionLogger";
|
|
110
|
+
const _DSLR = "DeleteSessionLoggerRequest";
|
|
111
|
+
const _DSLRe = "DeleteSessionLoggerResponse";
|
|
112
|
+
const _DSLRi = "DisassociateSessionLoggerRequest";
|
|
113
|
+
const _DSLRis = "DisassociateSessionLoggerResponse";
|
|
114
|
+
const _DSLi = "DisassociateSessionLogger";
|
|
115
|
+
const _DTS = "DeleteTrustStore";
|
|
116
|
+
const _DTSR = "DeleteTrustStoreRequest";
|
|
117
|
+
const _DTSRe = "DeleteTrustStoreResponse";
|
|
118
|
+
const _DTSRi = "DisassociateTrustStoreRequest";
|
|
119
|
+
const _DTSRis = "DisassociateTrustStoreResponse";
|
|
120
|
+
const _DTSi = "DisassociateTrustStore";
|
|
121
|
+
const _DUALS = "DeleteUserAccessLoggingSettings";
|
|
122
|
+
const _DUALSR = "DeleteUserAccessLoggingSettingsRequest";
|
|
123
|
+
const _DUALSRe = "DeleteUserAccessLoggingSettingsResponse";
|
|
124
|
+
const _DUALSRi = "DisassociateUserAccessLoggingSettingsRequest";
|
|
125
|
+
const _DUALSRis = "DisassociateUserAccessLoggingSettingsResponse";
|
|
126
|
+
const _DUALSi = "DisassociateUserAccessLoggingSettings";
|
|
127
|
+
const _DUS = "DeleteUserSettings";
|
|
128
|
+
const _DUSR = "DeleteUserSettingsRequest";
|
|
129
|
+
const _DUSRe = "DeleteUserSettingsResponse";
|
|
130
|
+
const _DUSRi = "DisassociateUserSettingsRequest";
|
|
131
|
+
const _DUSRis = "DisassociateUserSettingsResponse";
|
|
132
|
+
const _DUSi = "DisassociateUserSettings";
|
|
133
|
+
const _EF = "EventFilter";
|
|
134
|
+
const _ES = "ExpireSession";
|
|
135
|
+
const _ESR = "ExpireSessionRequest";
|
|
136
|
+
const _ESRx = "ExpireSessionResponse";
|
|
137
|
+
const _GBS = "GetBrowserSettings";
|
|
138
|
+
const _GBSR = "GetBrowserSettingsRequest";
|
|
139
|
+
const _GBSRe = "GetBrowserSettingsResponse";
|
|
140
|
+
const _GDPS = "GetDataProtectionSettings";
|
|
141
|
+
const _GDPSR = "GetDataProtectionSettingsRequest";
|
|
142
|
+
const _GDPSRe = "GetDataProtectionSettingsResponse";
|
|
143
|
+
const _GIAS = "GetIpAccessSettings";
|
|
144
|
+
const _GIASR = "GetIpAccessSettingsRequest";
|
|
145
|
+
const _GIASRe = "GetIpAccessSettingsResponse";
|
|
146
|
+
const _GIP = "GetIdentityProvider";
|
|
147
|
+
const _GIPR = "GetIdentityProviderRequest";
|
|
148
|
+
const _GIPRe = "GetIdentityProviderResponse";
|
|
149
|
+
const _GIRU = "GlobalInlineRedactionUrls";
|
|
150
|
+
const _GNS = "GetNetworkSettings";
|
|
151
|
+
const _GNSR = "GetNetworkSettingsRequest";
|
|
152
|
+
const _GNSRe = "GetNetworkSettingsResponse";
|
|
153
|
+
const _GP = "GetPortal";
|
|
154
|
+
const _GPR = "GetPortalRequest";
|
|
155
|
+
const _GPRe = "GetPortalResponse";
|
|
156
|
+
const _GPSPM = "GetPortalServiceProviderMetadata";
|
|
157
|
+
const _GPSPMR = "GetPortalServiceProviderMetadataRequest";
|
|
158
|
+
const _GPSPMRe = "GetPortalServiceProviderMetadataResponse";
|
|
159
|
+
const _GS = "GetSession";
|
|
160
|
+
const _GSL = "GetSessionLogger";
|
|
161
|
+
const _GSLR = "GetSessionLoggerRequest";
|
|
162
|
+
const _GSLRe = "GetSessionLoggerResponse";
|
|
163
|
+
const _GSR = "GetSessionRequest";
|
|
164
|
+
const _GSRe = "GetSessionResponse";
|
|
165
|
+
const _GTS = "GetTrustStore";
|
|
166
|
+
const _GTSC = "GetTrustStoreCertificate";
|
|
167
|
+
const _GTSCR = "GetTrustStoreCertificateRequest";
|
|
168
|
+
const _GTSCRe = "GetTrustStoreCertificateResponse";
|
|
169
|
+
const _GTSR = "GetTrustStoreRequest";
|
|
170
|
+
const _GTSRe = "GetTrustStoreResponse";
|
|
171
|
+
const _GUALS = "GetUserAccessLoggingSettings";
|
|
172
|
+
const _GUALSR = "GetUserAccessLoggingSettingsRequest";
|
|
173
|
+
const _GUALSRe = "GetUserAccessLoggingSettingsResponse";
|
|
174
|
+
const _GUS = "GetUserSettings";
|
|
175
|
+
const _GUSR = "GetUserSettingsRequest";
|
|
176
|
+
const _GUSRe = "GetUserSettingsResponse";
|
|
177
|
+
const _IA = "IpAddress";
|
|
178
|
+
const _IAL = "IpAddressList";
|
|
179
|
+
const _IAS = "IpAccessSettings";
|
|
180
|
+
const _IASL = "IpAccessSettingsList";
|
|
181
|
+
const _IASS = "IpAccessSettingsSummary";
|
|
182
|
+
const _IP = "IdentityProvider";
|
|
183
|
+
const _IPD = "IdentityProviderDetails";
|
|
184
|
+
const _IPL = "IdentityProviderList";
|
|
185
|
+
const _IPN = "IdentityProviderName";
|
|
186
|
+
const _IPS = "IdentityProviderSummary";
|
|
187
|
+
const _IR = "IpRange";
|
|
188
|
+
const _IRC = "InlineRedactionConfiguration";
|
|
189
|
+
const _IRL = "IpRuleList";
|
|
190
|
+
const _IRP = "InlineRedactionPattern";
|
|
191
|
+
const _IRPn = "InlineRedactionPatterns";
|
|
192
|
+
const _IRU = "InlineRedactionUrl";
|
|
193
|
+
const _IRUn = "InlineRedactionUrls";
|
|
194
|
+
const _IRp = "IpRule";
|
|
195
|
+
const _ISE = "InternalServerException";
|
|
196
|
+
const _K = "Key";
|
|
197
|
+
const _LBS = "ListBrowserSettings";
|
|
198
|
+
const _LBSR = "ListBrowserSettingsRequest";
|
|
199
|
+
const _LBSRi = "ListBrowserSettingsResponse";
|
|
200
|
+
const _LC = "LogConfiguration";
|
|
201
|
+
const _LDPS = "ListDataProtectionSettings";
|
|
202
|
+
const _LDPSR = "ListDataProtectionSettingsRequest";
|
|
203
|
+
const _LDPSRi = "ListDataProtectionSettingsResponse";
|
|
204
|
+
const _LIAS = "ListIpAccessSettings";
|
|
205
|
+
const _LIASR = "ListIpAccessSettingsRequest";
|
|
206
|
+
const _LIASRi = "ListIpAccessSettingsResponse";
|
|
207
|
+
const _LIP = "ListIdentityProviders";
|
|
208
|
+
const _LIPR = "ListIdentityProvidersRequest";
|
|
209
|
+
const _LIPRi = "ListIdentityProvidersResponse";
|
|
210
|
+
const _LNS = "ListNetworkSettings";
|
|
211
|
+
const _LNSR = "ListNetworkSettingsRequest";
|
|
212
|
+
const _LNSRi = "ListNetworkSettingsResponse";
|
|
213
|
+
const _LP = "ListPortals";
|
|
214
|
+
const _LPR = "ListPortalsRequest";
|
|
215
|
+
const _LPRi = "ListPortalsResponse";
|
|
216
|
+
const _LS = "ListSessions";
|
|
217
|
+
const _LSL = "ListSessionLoggers";
|
|
218
|
+
const _LSLR = "ListSessionLoggersRequest";
|
|
219
|
+
const _LSLRi = "ListSessionLoggersResponse";
|
|
220
|
+
const _LSR = "ListSessionsRequest";
|
|
221
|
+
const _LSRi = "ListSessionsResponse";
|
|
222
|
+
const _LTFR = "ListTagsForResource";
|
|
223
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
224
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
225
|
+
const _LTS = "ListTrustStores";
|
|
226
|
+
const _LTSC = "ListTrustStoreCertificates";
|
|
227
|
+
const _LTSCR = "ListTrustStoreCertificatesRequest";
|
|
228
|
+
const _LTSCRi = "ListTrustStoreCertificatesResponse";
|
|
229
|
+
const _LTSR = "ListTrustStoresRequest";
|
|
230
|
+
const _LTSRi = "ListTrustStoresResponse";
|
|
231
|
+
const _LUALS = "ListUserAccessLoggingSettings";
|
|
232
|
+
const _LUALSR = "ListUserAccessLoggingSettingsRequest";
|
|
233
|
+
const _LUALSRi = "ListUserAccessLoggingSettingsResponse";
|
|
234
|
+
const _LUS = "ListUserSettings";
|
|
235
|
+
const _LUSR = "ListUserSettingsRequest";
|
|
236
|
+
const _LUSRi = "ListUserSettingsResponse";
|
|
237
|
+
const _NS = "NetworkSettings";
|
|
238
|
+
const _NSL = "NetworkSettingsList";
|
|
239
|
+
const _NSS = "NetworkSettingsSummary";
|
|
240
|
+
const _P = "Portal";
|
|
241
|
+
const _PL = "PortalList";
|
|
242
|
+
const _PN = "PatternName";
|
|
243
|
+
const _PS = "PortalSummary";
|
|
244
|
+
const _R = "Regex";
|
|
245
|
+
const _RA = "Retry-After";
|
|
246
|
+
const _RNFE = "ResourceNotFoundException";
|
|
247
|
+
const _RPH = "RedactionPlaceHolder";
|
|
248
|
+
const _RPHT = "RedactionPlaceHolderText";
|
|
249
|
+
const _S = "Session";
|
|
250
|
+
const _SB = "S3Bucket";
|
|
251
|
+
const _SKP = "S3KeyPrefix";
|
|
252
|
+
const _SL = "SessionLogger";
|
|
253
|
+
const _SLC = "S3LogConfiguration";
|
|
254
|
+
const _SLL = "SessionLoggerList";
|
|
255
|
+
const _SLS = "SessionLoggerSummary";
|
|
256
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
257
|
+
const _SS = "SessionSummary";
|
|
258
|
+
const _SSL = "SessionSummaryList";
|
|
259
|
+
const _T = "Tag";
|
|
260
|
+
const _TC = "ToolbarConfiguration";
|
|
261
|
+
const _TE = "ThrottlingException";
|
|
262
|
+
const _TK = "TagKey";
|
|
263
|
+
const _TKL = "TagKeyList";
|
|
264
|
+
const _TL = "TagList";
|
|
265
|
+
const _TMTE = "TooManyTagsException";
|
|
266
|
+
const _TR = "TagResource";
|
|
267
|
+
const _TRR = "TagResourceRequest";
|
|
268
|
+
const _TRRa = "TagResourceResponse";
|
|
269
|
+
const _TS = "TrustStore";
|
|
270
|
+
const _TSS = "TrustStoreSummary";
|
|
271
|
+
const _TSSL = "TrustStoreSummaryList";
|
|
272
|
+
const _TV = "TagValue";
|
|
273
|
+
const _U = "Username";
|
|
274
|
+
const _UALS = "UserAccessLoggingSettings";
|
|
275
|
+
const _UALSL = "UserAccessLoggingSettingsList";
|
|
276
|
+
const _UALSS = "UserAccessLoggingSettingsSummary";
|
|
277
|
+
const _UBS = "UpdateBrowserSettings";
|
|
278
|
+
const _UBSR = "UpdateBrowserSettingsRequest";
|
|
279
|
+
const _UBSRp = "UpdateBrowserSettingsResponse";
|
|
280
|
+
const _UDPS = "UpdateDataProtectionSettings";
|
|
281
|
+
const _UDPSR = "UpdateDataProtectionSettingsRequest";
|
|
282
|
+
const _UDPSRp = "UpdateDataProtectionSettingsResponse";
|
|
283
|
+
const _UIAS = "UpdateIpAccessSettings";
|
|
284
|
+
const _UIASR = "UpdateIpAccessSettingsRequest";
|
|
285
|
+
const _UIASRp = "UpdateIpAccessSettingsResponse";
|
|
286
|
+
const _UIP = "UpdateIdentityProvider";
|
|
287
|
+
const _UIPR = "UpdateIdentityProviderRequest";
|
|
288
|
+
const _UIPRp = "UpdateIdentityProviderResponse";
|
|
289
|
+
const _UNS = "UpdateNetworkSettings";
|
|
290
|
+
const _UNSR = "UpdateNetworkSettingsRequest";
|
|
291
|
+
const _UNSRp = "UpdateNetworkSettingsResponse";
|
|
292
|
+
const _UP = "UpdatePortal";
|
|
293
|
+
const _UPR = "UpdatePortalRequest";
|
|
294
|
+
const _UPRp = "UpdatePortalResponse";
|
|
295
|
+
const _UR = "UntagResource";
|
|
296
|
+
const _URR = "UntagResourceRequest";
|
|
297
|
+
const _URRn = "UntagResourceResponse";
|
|
298
|
+
const _US = "UserSettings";
|
|
299
|
+
const _USL = "UserSettingsList";
|
|
300
|
+
const _USLR = "UpdateSessionLoggerRequest";
|
|
301
|
+
const _USLRp = "UpdateSessionLoggerResponse";
|
|
302
|
+
const _USLp = "UpdateSessionLogger";
|
|
303
|
+
const _USS = "UserSettingsSummary";
|
|
304
|
+
const _UTS = "UpdateTrustStore";
|
|
305
|
+
const _UTSR = "UpdateTrustStoreRequest";
|
|
306
|
+
const _UTSRp = "UpdateTrustStoreResponse";
|
|
307
|
+
const _UUALS = "UpdateUserAccessLoggingSettings";
|
|
308
|
+
const _UUALSR = "UpdateUserAccessLoggingSettingsRequest";
|
|
309
|
+
const _UUALSRp = "UpdateUserAccessLoggingSettingsResponse";
|
|
310
|
+
const _UUS = "UpdateUserSettings";
|
|
311
|
+
const _UUSR = "UpdateUserSettingsRequest";
|
|
312
|
+
const _UUSRp = "UpdateUserSettingsResponse";
|
|
313
|
+
const _V = "Value";
|
|
314
|
+
const _VE = "ValidationException";
|
|
315
|
+
const _VEF = "ValidationExceptionField";
|
|
316
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
317
|
+
const _a = "allowlist";
|
|
318
|
+
const _aEC = "additionalEncryptionContext";
|
|
319
|
+
const _aPA = "associatedPortalArns";
|
|
320
|
+
const _aT = "authenticationType";
|
|
321
|
+
const _al = "all";
|
|
322
|
+
const _b = "body";
|
|
323
|
+
const _bIPI = "builtInPatternId";
|
|
324
|
+
const _bO = "bucketOwner";
|
|
325
|
+
const _bP = "browserPolicy";
|
|
326
|
+
const _bS = "browserSettings";
|
|
327
|
+
const _bSA = "browserSettingsArn";
|
|
328
|
+
const _bT = "browserType";
|
|
329
|
+
const _bl = "blocklist";
|
|
330
|
+
const _bu = "bucket";
|
|
331
|
+
const _c = "client";
|
|
332
|
+
const _cA = "copyAllowed";
|
|
333
|
+
const _cD = "creationDate";
|
|
334
|
+
const _cIA = "clientIpAddresses";
|
|
335
|
+
const _cL = "certificateList";
|
|
336
|
+
const _cLo = "confidenceLevel";
|
|
337
|
+
const _cMK = "customerManagedKey";
|
|
338
|
+
const _cP = "customPattern";
|
|
339
|
+
const _cSC = "cookieSynchronizationConfiguration";
|
|
340
|
+
const _cT = "clientToken";
|
|
341
|
+
const _cTA = "certificatesToAdd";
|
|
342
|
+
const _cTD = "certificatesToDelete";
|
|
343
|
+
const _ce = "certificate";
|
|
344
|
+
const _d = "domain";
|
|
345
|
+
const _dA = "downloadAllowed";
|
|
346
|
+
const _dLA = "deepLinkAllowed";
|
|
347
|
+
const _dN = "displayName";
|
|
348
|
+
const _dPS = "dataProtectionSettings";
|
|
349
|
+
const _dPSA = "dataProtectionSettingsArn";
|
|
350
|
+
const _dTIM = "disconnectTimeoutInMinutes";
|
|
351
|
+
const _de = "description";
|
|
352
|
+
const _e = "error";
|
|
353
|
+
const _eF = "eventFilter";
|
|
354
|
+
const _eT = "endTime";
|
|
355
|
+
const _eU = "enforcedUrls";
|
|
356
|
+
const _eUx = "exemptUrls";
|
|
357
|
+
const _fL = "fieldList";
|
|
358
|
+
const _fS = "folderStructure";
|
|
359
|
+
const _gCL = "globalConfidenceLevel";
|
|
360
|
+
const _gEU = "globalEnforcedUrls";
|
|
361
|
+
const _gEUl = "globalExemptUrls";
|
|
362
|
+
const _h = "http";
|
|
363
|
+
const _hE = "httpError";
|
|
364
|
+
const _hH = "httpHeader";
|
|
365
|
+
const _hQ = "httpQuery";
|
|
366
|
+
const _hTI = "hiddenToolbarItems";
|
|
367
|
+
const _i = "issuer";
|
|
368
|
+
const _iAS = "ipAccessSettings";
|
|
369
|
+
const _iASA = "ipAccessSettingsArn";
|
|
370
|
+
const _iDTIM = "idleDisconnectTimeoutInMinutes";
|
|
371
|
+
const _iP = "identityProvider";
|
|
372
|
+
const _iPA = "identityProviderArn";
|
|
373
|
+
const _iPD = "identityProviderDetails";
|
|
374
|
+
const _iPN = "identityProviderName";
|
|
375
|
+
const _iPT = "identityProviderType";
|
|
376
|
+
const _iPd = "identityProviders";
|
|
377
|
+
const _iR = "ipRules";
|
|
378
|
+
const _iRC = "inlineRedactionConfiguration";
|
|
379
|
+
const _iRP = "inlineRedactionPatterns";
|
|
380
|
+
const _iRp = "ipRange";
|
|
381
|
+
const _iT = "instanceType";
|
|
382
|
+
const _in = "include";
|
|
383
|
+
const _kP = "keyPrefix";
|
|
384
|
+
const _kR = "keywordRegex";
|
|
385
|
+
const _kSA = "kinesisStreamArn";
|
|
386
|
+
const _lC = "logConfiguration";
|
|
387
|
+
const _lFF = "logFileFormat";
|
|
388
|
+
const _m = "message";
|
|
389
|
+
const _mCS = "maxConcurrentSessions";
|
|
390
|
+
const _mDR = "maxDisplayResolution";
|
|
391
|
+
const _mR = "maxResults";
|
|
392
|
+
const _n = "name";
|
|
393
|
+
const _nS = "networkSettings";
|
|
394
|
+
const _nSA = "networkSettingsArn";
|
|
395
|
+
const _nT = "nextToken";
|
|
396
|
+
const _nVA = "notValidAfter";
|
|
397
|
+
const _nVB = "notValidBefore";
|
|
398
|
+
const _p = "path";
|
|
399
|
+
const _pA = "portalArn";
|
|
400
|
+
const _pAa = "pasteAllowed";
|
|
401
|
+
const _pAr = "printAllowed";
|
|
402
|
+
const _pD = "patternDescription";
|
|
403
|
+
const _pE = "portalEndpoint";
|
|
404
|
+
const _pI = "portalId";
|
|
405
|
+
const _pN = "patternName";
|
|
406
|
+
const _pR = "patternRegex";
|
|
407
|
+
const _pS = "portalStatus";
|
|
408
|
+
const _po = "portal";
|
|
409
|
+
const _por = "portals";
|
|
410
|
+
const _qC = "quotaCode";
|
|
411
|
+
const _r = "reason";
|
|
412
|
+
const _rA = "resourceArn";
|
|
413
|
+
const _rAS = "retryAfterSeconds";
|
|
414
|
+
const _rI = "resourceId";
|
|
415
|
+
const _rN = "resourceName";
|
|
416
|
+
const _rPH = "redactionPlaceHolder";
|
|
417
|
+
const _rPHT = "redactionPlaceHolderType";
|
|
418
|
+
const _rPHTe = "redactionPlaceHolderText";
|
|
419
|
+
const _rT = "resourceType";
|
|
420
|
+
const _rTe = "rendererType";
|
|
421
|
+
const _s = "subject";
|
|
422
|
+
const _sB = "sortBy";
|
|
423
|
+
const _sC = "serviceCode";
|
|
424
|
+
const _sGI = "securityGroupIds";
|
|
425
|
+
const _sI = "subnetIds";
|
|
426
|
+
const _sIe = "sessionId";
|
|
427
|
+
const _sL = "sessionLogger";
|
|
428
|
+
const _sLA = "sessionLoggerArn";
|
|
429
|
+
const _sLe = "sessionLoggers";
|
|
430
|
+
const _sPSM = "serviceProviderSamlMetadata";
|
|
431
|
+
const _sR = "statusReason";
|
|
432
|
+
const _sT = "startTime";
|
|
433
|
+
const _s_ = "s3";
|
|
434
|
+
const _se = "session";
|
|
435
|
+
const _ser = "server";
|
|
436
|
+
const _ses = "sessions";
|
|
437
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workspacesweb";
|
|
438
|
+
const _st = "status";
|
|
439
|
+
const _t = "thumbprint";
|
|
440
|
+
const _tC = "toolbarConfiguration";
|
|
441
|
+
const _tK = "tagKeys";
|
|
442
|
+
const _tS = "trustStore";
|
|
443
|
+
const _tSA = "trustStoreArn";
|
|
444
|
+
const _tSr = "trustStores";
|
|
445
|
+
const _tT = "toolbarType";
|
|
446
|
+
const _ta = "tags";
|
|
447
|
+
const _u = "username";
|
|
448
|
+
const _uA = "uploadAllowed";
|
|
449
|
+
const _uALS = "userAccessLoggingSettings";
|
|
450
|
+
const _uALSA = "userAccessLoggingSettingsArn";
|
|
451
|
+
const _uS = "userSettings";
|
|
452
|
+
const _uSA = "userSettingsArn";
|
|
453
|
+
const _vI = "vpcId";
|
|
454
|
+
const _vM = "visualMode";
|
|
455
|
+
const n0 = "com.amazonaws.workspacesweb";
|
|
456
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
457
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
|
|
458
|
+
import { WorkSpacesWebServiceException as __WorkSpacesWebServiceException } from "../models/WorkSpacesWebServiceException";
|
|
459
|
+
export var BrowserPolicy = [0, n0, _BP, 8, 0];
|
|
460
|
+
export var BuiltInPatternId = [0, n0, _BIPI, 8, 0];
|
|
461
|
+
export var CookieDomain = [0, n0, _CD, 8, 0];
|
|
462
|
+
export var CookieName = [0, n0, _CN, 8, 0];
|
|
463
|
+
export var CookiePath = [0, n0, _CP, 8, 0];
|
|
464
|
+
export var Description = [0, n0, _D, 8, 0];
|
|
465
|
+
export var DescriptionSafe = [0, n0, _DS, 8, 0];
|
|
466
|
+
export var DisplayName = [0, n0, _DN, 8, 0];
|
|
467
|
+
export var DisplayNameSafe = [0, n0, _DNS, 8, 0];
|
|
468
|
+
export var IdentityProviderName = [0, n0, _IPN, 8, 0];
|
|
469
|
+
export var InlineRedactionUrl = [0, n0, _IRU, 8, 0];
|
|
470
|
+
export var IpAddress = [0, n0, _IA, 8, 0];
|
|
471
|
+
export var IpRange = [0, n0, _IR, 8, 0];
|
|
472
|
+
export var PatternName = [0, n0, _PN, 8, 0];
|
|
473
|
+
export var RedactionPlaceHolderText = [0, n0, _RPHT, 8, 0];
|
|
474
|
+
export var Regex = [0, n0, _R, 8, 0];
|
|
475
|
+
export var S3Bucket = [0, n0, _SB, 8, 0];
|
|
476
|
+
export var S3KeyPrefix = [0, n0, _SKP, 8, 0];
|
|
477
|
+
export var TagKey = [0, n0, _TK, 8, 0];
|
|
478
|
+
export var TagValue = [0, n0, _TV, 8, 0];
|
|
479
|
+
export var Username = [0, n0, _U, 8, 0];
|
|
480
|
+
export var AccessDeniedException = [
|
|
481
|
+
-3,
|
|
482
|
+
n0,
|
|
483
|
+
_ADE,
|
|
484
|
+
{
|
|
485
|
+
[_e]: _c,
|
|
486
|
+
[_hE]: 403,
|
|
487
|
+
},
|
|
488
|
+
[_m],
|
|
489
|
+
[0],
|
|
490
|
+
];
|
|
491
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
492
|
+
export var AssociateBrowserSettingsRequest = [
|
|
493
|
+
3,
|
|
494
|
+
n0,
|
|
495
|
+
_ABSR,
|
|
496
|
+
0,
|
|
497
|
+
[_pA, _bSA],
|
|
498
|
+
[
|
|
499
|
+
[0, 1],
|
|
500
|
+
[
|
|
501
|
+
0,
|
|
502
|
+
{
|
|
503
|
+
[_hQ]: _bSA,
|
|
504
|
+
},
|
|
505
|
+
],
|
|
506
|
+
],
|
|
507
|
+
];
|
|
508
|
+
export var AssociateBrowserSettingsResponse = [3, n0, _ABSRs, 0, [_pA, _bSA], [0, 0]];
|
|
509
|
+
export var AssociateDataProtectionSettingsRequest = [
|
|
510
|
+
3,
|
|
511
|
+
n0,
|
|
512
|
+
_ADPSR,
|
|
513
|
+
0,
|
|
514
|
+
[_pA, _dPSA],
|
|
515
|
+
[
|
|
516
|
+
[0, 1],
|
|
517
|
+
[
|
|
518
|
+
0,
|
|
519
|
+
{
|
|
520
|
+
[_hQ]: _dPSA,
|
|
521
|
+
},
|
|
522
|
+
],
|
|
523
|
+
],
|
|
524
|
+
];
|
|
525
|
+
export var AssociateDataProtectionSettingsResponse = [3, n0, _ADPSRs, 0, [_pA, _dPSA], [0, 0]];
|
|
526
|
+
export var AssociateIpAccessSettingsRequest = [
|
|
527
|
+
3,
|
|
528
|
+
n0,
|
|
529
|
+
_AIASR,
|
|
530
|
+
0,
|
|
531
|
+
[_pA, _iASA],
|
|
532
|
+
[
|
|
533
|
+
[0, 1],
|
|
534
|
+
[
|
|
535
|
+
0,
|
|
536
|
+
{
|
|
537
|
+
[_hQ]: _iASA,
|
|
538
|
+
},
|
|
539
|
+
],
|
|
540
|
+
],
|
|
541
|
+
];
|
|
542
|
+
export var AssociateIpAccessSettingsResponse = [3, n0, _AIASRs, 0, [_pA, _iASA], [0, 0]];
|
|
543
|
+
export var AssociateNetworkSettingsRequest = [
|
|
544
|
+
3,
|
|
545
|
+
n0,
|
|
546
|
+
_ANSR,
|
|
547
|
+
0,
|
|
548
|
+
[_pA, _nSA],
|
|
549
|
+
[
|
|
550
|
+
[0, 1],
|
|
551
|
+
[
|
|
552
|
+
0,
|
|
553
|
+
{
|
|
554
|
+
[_hQ]: _nSA,
|
|
555
|
+
},
|
|
556
|
+
],
|
|
557
|
+
],
|
|
558
|
+
];
|
|
559
|
+
export var AssociateNetworkSettingsResponse = [3, n0, _ANSRs, 0, [_pA, _nSA], [0, 0]];
|
|
560
|
+
export var AssociateSessionLoggerRequest = [
|
|
561
|
+
3,
|
|
562
|
+
n0,
|
|
563
|
+
_ASLR,
|
|
564
|
+
0,
|
|
565
|
+
[_pA, _sLA],
|
|
566
|
+
[
|
|
567
|
+
[0, 1],
|
|
568
|
+
[
|
|
569
|
+
0,
|
|
570
|
+
{
|
|
571
|
+
[_hQ]: _sLA,
|
|
572
|
+
},
|
|
573
|
+
],
|
|
574
|
+
],
|
|
575
|
+
];
|
|
576
|
+
export var AssociateSessionLoggerResponse = [3, n0, _ASLRs, 0, [_pA, _sLA], [0, 0]];
|
|
577
|
+
export var AssociateTrustStoreRequest = [
|
|
578
|
+
3,
|
|
579
|
+
n0,
|
|
580
|
+
_ATSR,
|
|
581
|
+
0,
|
|
582
|
+
[_pA, _tSA],
|
|
583
|
+
[
|
|
584
|
+
[0, 1],
|
|
585
|
+
[
|
|
586
|
+
0,
|
|
587
|
+
{
|
|
588
|
+
[_hQ]: _tSA,
|
|
589
|
+
},
|
|
590
|
+
],
|
|
591
|
+
],
|
|
592
|
+
];
|
|
593
|
+
export var AssociateTrustStoreResponse = [3, n0, _ATSRs, 0, [_pA, _tSA], [0, 0]];
|
|
594
|
+
export var AssociateUserAccessLoggingSettingsRequest = [
|
|
595
|
+
3,
|
|
596
|
+
n0,
|
|
597
|
+
_AUALSR,
|
|
598
|
+
0,
|
|
599
|
+
[_pA, _uALSA],
|
|
600
|
+
[
|
|
601
|
+
[0, 1],
|
|
602
|
+
[
|
|
603
|
+
0,
|
|
604
|
+
{
|
|
605
|
+
[_hQ]: _uALSA,
|
|
606
|
+
},
|
|
607
|
+
],
|
|
608
|
+
],
|
|
609
|
+
];
|
|
610
|
+
export var AssociateUserAccessLoggingSettingsResponse = [
|
|
611
|
+
3,
|
|
612
|
+
n0,
|
|
613
|
+
_AUALSRs,
|
|
614
|
+
0,
|
|
615
|
+
[_pA, _uALSA],
|
|
616
|
+
[0, 0],
|
|
617
|
+
];
|
|
618
|
+
export var AssociateUserSettingsRequest = [
|
|
619
|
+
3,
|
|
620
|
+
n0,
|
|
621
|
+
_AUSR,
|
|
622
|
+
0,
|
|
623
|
+
[_pA, _uSA],
|
|
624
|
+
[
|
|
625
|
+
[0, 1],
|
|
626
|
+
[
|
|
627
|
+
0,
|
|
628
|
+
{
|
|
629
|
+
[_hQ]: _uSA,
|
|
630
|
+
},
|
|
631
|
+
],
|
|
632
|
+
],
|
|
633
|
+
];
|
|
634
|
+
export var AssociateUserSettingsResponse = [3, n0, _AUSRs, 0, [_pA, _uSA], [0, 0]];
|
|
635
|
+
export var BrowserSettings = [
|
|
636
|
+
3,
|
|
637
|
+
n0,
|
|
638
|
+
_BS,
|
|
639
|
+
0,
|
|
640
|
+
[_bSA, _aPA, _bP, _cMK, _aEC],
|
|
641
|
+
[0, 64 | 0, [() => BrowserPolicy, 0], 0, 128 | 0],
|
|
642
|
+
];
|
|
643
|
+
export var BrowserSettingsSummary = [3, n0, _BSS, 0, [_bSA], [0]];
|
|
644
|
+
export var Certificate = [3, n0, _C, 0, [_t, _s, _i, _nVB, _nVA, _b], [0, 0, 0, 4, 4, 21]];
|
|
645
|
+
export var CertificateSummary = [3, n0, _CS, 0, [_t, _s, _i, _nVB, _nVA], [0, 0, 0, 4, 4]];
|
|
646
|
+
export var ConflictException = [
|
|
647
|
+
-3,
|
|
648
|
+
n0,
|
|
649
|
+
_CE,
|
|
650
|
+
{
|
|
651
|
+
[_e]: _c,
|
|
652
|
+
[_hE]: 409,
|
|
653
|
+
},
|
|
654
|
+
[_m, _rI, _rT],
|
|
655
|
+
[0, 0, 0],
|
|
656
|
+
];
|
|
657
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
658
|
+
export var CookieSpecification = [
|
|
659
|
+
3,
|
|
660
|
+
n0,
|
|
661
|
+
_CSo,
|
|
662
|
+
0,
|
|
663
|
+
[_d, _n, _p],
|
|
664
|
+
[
|
|
665
|
+
[() => CookieDomain, 0],
|
|
666
|
+
[() => CookieName, 0],
|
|
667
|
+
[() => CookiePath, 0],
|
|
668
|
+
],
|
|
669
|
+
];
|
|
670
|
+
export var CookieSynchronizationConfiguration = [
|
|
671
|
+
3,
|
|
672
|
+
n0,
|
|
673
|
+
_CSC,
|
|
674
|
+
8,
|
|
675
|
+
[_a, _bl],
|
|
676
|
+
[
|
|
677
|
+
[() => CookieSpecifications, 0],
|
|
678
|
+
[() => CookieSpecifications, 0],
|
|
679
|
+
],
|
|
680
|
+
];
|
|
681
|
+
export var CreateBrowserSettingsRequest = [
|
|
682
|
+
3,
|
|
683
|
+
n0,
|
|
684
|
+
_CBSR,
|
|
685
|
+
0,
|
|
686
|
+
[_ta, _cMK, _aEC, _bP, _cT],
|
|
687
|
+
[[() => TagList, 0], 0, 128 | 0, [() => BrowserPolicy, 0], [0, 4]],
|
|
688
|
+
];
|
|
689
|
+
export var CreateBrowserSettingsResponse = [3, n0, _CBSRr, 0, [_bSA], [0]];
|
|
690
|
+
export var CreateDataProtectionSettingsRequest = [
|
|
691
|
+
3,
|
|
692
|
+
n0,
|
|
693
|
+
_CDPSR,
|
|
694
|
+
0,
|
|
695
|
+
[_dN, _de, _ta, _cMK, _aEC, _iRC, _cT],
|
|
696
|
+
[
|
|
697
|
+
[() => DisplayNameSafe, 0],
|
|
698
|
+
[() => DescriptionSafe, 0],
|
|
699
|
+
[() => TagList, 0],
|
|
700
|
+
0,
|
|
701
|
+
128 | 0,
|
|
702
|
+
[() => InlineRedactionConfiguration, 0],
|
|
703
|
+
[0, 4],
|
|
704
|
+
],
|
|
705
|
+
];
|
|
706
|
+
export var CreateDataProtectionSettingsResponse = [3, n0, _CDPSRr, 0, [_dPSA], [0]];
|
|
707
|
+
export var CreateIdentityProviderRequest = [
|
|
708
|
+
3,
|
|
709
|
+
n0,
|
|
710
|
+
_CIPR,
|
|
711
|
+
0,
|
|
712
|
+
[_pA, _iPN, _iPT, _iPD, _cT, _ta],
|
|
713
|
+
[0, [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0], [0, 4], [() => TagList, 0]],
|
|
714
|
+
];
|
|
715
|
+
export var CreateIdentityProviderResponse = [3, n0, _CIPRr, 0, [_iPA], [0]];
|
|
716
|
+
export var CreateIpAccessSettingsRequest = [
|
|
717
|
+
3,
|
|
718
|
+
n0,
|
|
719
|
+
_CIASR,
|
|
720
|
+
0,
|
|
721
|
+
[_dN, _de, _ta, _cMK, _aEC, _iR, _cT],
|
|
722
|
+
[[() => DisplayName, 0], [() => Description, 0], [() => TagList, 0], 0, 128 | 0, [() => IpRuleList, 0], [0, 4]],
|
|
723
|
+
];
|
|
724
|
+
export var CreateIpAccessSettingsResponse = [3, n0, _CIASRr, 0, [_iASA], [0]];
|
|
725
|
+
export var CreateNetworkSettingsRequest = [
|
|
726
|
+
3,
|
|
727
|
+
n0,
|
|
728
|
+
_CNSR,
|
|
729
|
+
0,
|
|
730
|
+
[_vI, _sI, _sGI, _ta, _cT],
|
|
731
|
+
[0, 64 | 0, 64 | 0, [() => TagList, 0], [0, 4]],
|
|
732
|
+
];
|
|
733
|
+
export var CreateNetworkSettingsResponse = [3, n0, _CNSRr, 0, [_nSA], [0]];
|
|
734
|
+
export var CreatePortalRequest = [
|
|
735
|
+
3,
|
|
736
|
+
n0,
|
|
737
|
+
_CPR,
|
|
738
|
+
0,
|
|
739
|
+
[_dN, _ta, _cMK, _aEC, _cT, _aT, _iT, _mCS],
|
|
740
|
+
[[() => DisplayName, 0], [() => TagList, 0], 0, 128 | 0, [0, 4], 0, 0, 1],
|
|
741
|
+
];
|
|
742
|
+
export var CreatePortalResponse = [3, n0, _CPRr, 0, [_pA, _pE], [0, 0]];
|
|
743
|
+
export var CreateSessionLoggerRequest = [
|
|
744
|
+
3,
|
|
745
|
+
n0,
|
|
746
|
+
_CSLR,
|
|
747
|
+
0,
|
|
748
|
+
[_eF, _lC, _dN, _cMK, _aEC, _ta, _cT],
|
|
749
|
+
[() => EventFilter, [() => LogConfiguration, 0], [() => DisplayNameSafe, 0], 0, 128 | 0, [() => TagList, 0], [0, 4]],
|
|
750
|
+
];
|
|
751
|
+
export var CreateSessionLoggerResponse = [3, n0, _CSLRr, 0, [_sLA], [0]];
|
|
752
|
+
export var CreateTrustStoreRequest = [
|
|
753
|
+
3,
|
|
754
|
+
n0,
|
|
755
|
+
_CTSR,
|
|
756
|
+
0,
|
|
757
|
+
[_cL, _ta, _cT],
|
|
758
|
+
[64 | 21, [() => TagList, 0], [0, 4]],
|
|
759
|
+
];
|
|
760
|
+
export var CreateTrustStoreResponse = [3, n0, _CTSRr, 0, [_tSA], [0]];
|
|
761
|
+
export var CreateUserAccessLoggingSettingsRequest = [
|
|
762
|
+
3,
|
|
763
|
+
n0,
|
|
764
|
+
_CUALSR,
|
|
765
|
+
0,
|
|
766
|
+
[_kSA, _ta, _cT],
|
|
767
|
+
[0, [() => TagList, 0], [0, 4]],
|
|
768
|
+
];
|
|
769
|
+
export var CreateUserAccessLoggingSettingsResponse = [3, n0, _CUALSRr, 0, [_uALSA], [0]];
|
|
770
|
+
export var CreateUserSettingsRequest = [
|
|
771
|
+
3,
|
|
772
|
+
n0,
|
|
773
|
+
_CUSR,
|
|
774
|
+
0,
|
|
775
|
+
[_cA, _pAa, _dA, _uA, _pAr, _ta, _dTIM, _iDTIM, _cT, _cSC, _cMK, _aEC, _dLA, _tC],
|
|
776
|
+
[
|
|
777
|
+
0,
|
|
778
|
+
0,
|
|
779
|
+
0,
|
|
780
|
+
0,
|
|
781
|
+
0,
|
|
782
|
+
[() => TagList, 0],
|
|
783
|
+
1,
|
|
784
|
+
1,
|
|
785
|
+
[0, 4],
|
|
786
|
+
[() => CookieSynchronizationConfiguration, 0],
|
|
787
|
+
0,
|
|
788
|
+
128 | 0,
|
|
789
|
+
0,
|
|
790
|
+
() => ToolbarConfiguration,
|
|
791
|
+
],
|
|
792
|
+
];
|
|
793
|
+
export var CreateUserSettingsResponse = [3, n0, _CUSRr, 0, [_uSA], [0]];
|
|
794
|
+
export var CustomPattern = [
|
|
795
|
+
3,
|
|
796
|
+
n0,
|
|
797
|
+
_CPu,
|
|
798
|
+
0,
|
|
799
|
+
[_pN, _pR, _pD, _kR],
|
|
800
|
+
[
|
|
801
|
+
[() => PatternName, 0],
|
|
802
|
+
[() => Regex, 0],
|
|
803
|
+
[() => DescriptionSafe, 0],
|
|
804
|
+
[() => Regex, 0],
|
|
805
|
+
],
|
|
806
|
+
];
|
|
807
|
+
export var DataProtectionSettings = [
|
|
808
|
+
3,
|
|
809
|
+
n0,
|
|
810
|
+
_DPS,
|
|
811
|
+
0,
|
|
812
|
+
[_dPSA, _iRC, _aPA, _dN, _de, _cD, _cMK, _aEC],
|
|
813
|
+
[
|
|
814
|
+
0,
|
|
815
|
+
[() => InlineRedactionConfiguration, 0],
|
|
816
|
+
64 | 0,
|
|
817
|
+
[() => DisplayNameSafe, 0],
|
|
818
|
+
[() => DescriptionSafe, 0],
|
|
819
|
+
4,
|
|
820
|
+
0,
|
|
821
|
+
128 | 0,
|
|
822
|
+
],
|
|
823
|
+
];
|
|
824
|
+
export var DataProtectionSettingsSummary = [
|
|
825
|
+
3,
|
|
826
|
+
n0,
|
|
827
|
+
_DPSS,
|
|
828
|
+
0,
|
|
829
|
+
[_dPSA, _dN, _de, _cD],
|
|
830
|
+
[0, [() => DisplayNameSafe, 0], [() => DescriptionSafe, 0], 4],
|
|
831
|
+
];
|
|
832
|
+
export var DeleteBrowserSettingsRequest = [3, n0, _DBSR, 0, [_bSA], [[0, 1]]];
|
|
833
|
+
export var DeleteBrowserSettingsResponse = [3, n0, _DBSRe, 0, [], []];
|
|
834
|
+
export var DeleteDataProtectionSettingsRequest = [3, n0, _DDPSR, 0, [_dPSA], [[0, 1]]];
|
|
835
|
+
export var DeleteDataProtectionSettingsResponse = [3, n0, _DDPSRe, 0, [], []];
|
|
836
|
+
export var DeleteIdentityProviderRequest = [3, n0, _DIPR, 0, [_iPA], [[0, 1]]];
|
|
837
|
+
export var DeleteIdentityProviderResponse = [3, n0, _DIPRe, 0, [], []];
|
|
838
|
+
export var DeleteIpAccessSettingsRequest = [3, n0, _DIASR, 0, [_iASA], [[0, 1]]];
|
|
839
|
+
export var DeleteIpAccessSettingsResponse = [3, n0, _DIASRe, 0, [], []];
|
|
840
|
+
export var DeleteNetworkSettingsRequest = [3, n0, _DNSR, 0, [_nSA], [[0, 1]]];
|
|
841
|
+
export var DeleteNetworkSettingsResponse = [3, n0, _DNSRe, 0, [], []];
|
|
842
|
+
export var DeletePortalRequest = [3, n0, _DPR, 0, [_pA], [[0, 1]]];
|
|
843
|
+
export var DeletePortalResponse = [3, n0, _DPRe, 0, [], []];
|
|
844
|
+
export var DeleteSessionLoggerRequest = [3, n0, _DSLR, 0, [_sLA], [[0, 1]]];
|
|
845
|
+
export var DeleteSessionLoggerResponse = [3, n0, _DSLRe, 0, [], []];
|
|
846
|
+
export var DeleteTrustStoreRequest = [3, n0, _DTSR, 0, [_tSA], [[0, 1]]];
|
|
847
|
+
export var DeleteTrustStoreResponse = [3, n0, _DTSRe, 0, [], []];
|
|
848
|
+
export var DeleteUserAccessLoggingSettingsRequest = [3, n0, _DUALSR, 0, [_uALSA], [[0, 1]]];
|
|
849
|
+
export var DeleteUserAccessLoggingSettingsResponse = [3, n0, _DUALSRe, 0, [], []];
|
|
850
|
+
export var DeleteUserSettingsRequest = [3, n0, _DUSR, 0, [_uSA], [[0, 1]]];
|
|
851
|
+
export var DeleteUserSettingsResponse = [3, n0, _DUSRe, 0, [], []];
|
|
852
|
+
export var DisassociateBrowserSettingsRequest = [3, n0, _DBSRi, 0, [_pA], [[0, 1]]];
|
|
853
|
+
export var DisassociateBrowserSettingsResponse = [3, n0, _DBSRis, 0, [], []];
|
|
854
|
+
export var DisassociateDataProtectionSettingsRequest = [3, n0, _DDPSRi, 0, [_pA], [[0, 1]]];
|
|
855
|
+
export var DisassociateDataProtectionSettingsResponse = [3, n0, _DDPSRis, 0, [], []];
|
|
856
|
+
export var DisassociateIpAccessSettingsRequest = [3, n0, _DIASRi, 0, [_pA], [[0, 1]]];
|
|
857
|
+
export var DisassociateIpAccessSettingsResponse = [3, n0, _DIASRis, 0, [], []];
|
|
858
|
+
export var DisassociateNetworkSettingsRequest = [3, n0, _DNSRi, 0, [_pA], [[0, 1]]];
|
|
859
|
+
export var DisassociateNetworkSettingsResponse = [3, n0, _DNSRis, 0, [], []];
|
|
860
|
+
export var DisassociateSessionLoggerRequest = [3, n0, _DSLRi, 0, [_pA], [[0, 1]]];
|
|
861
|
+
export var DisassociateSessionLoggerResponse = [3, n0, _DSLRis, 0, [], []];
|
|
862
|
+
export var DisassociateTrustStoreRequest = [3, n0, _DTSRi, 0, [_pA], [[0, 1]]];
|
|
863
|
+
export var DisassociateTrustStoreResponse = [3, n0, _DTSRis, 0, [], []];
|
|
864
|
+
export var DisassociateUserAccessLoggingSettingsRequest = [3, n0, _DUALSRi, 0, [_pA], [[0, 1]]];
|
|
865
|
+
export var DisassociateUserAccessLoggingSettingsResponse = [3, n0, _DUALSRis, 0, [], []];
|
|
866
|
+
export var DisassociateUserSettingsRequest = [3, n0, _DUSRi, 0, [_pA], [[0, 1]]];
|
|
867
|
+
export var DisassociateUserSettingsResponse = [3, n0, _DUSRis, 0, [], []];
|
|
868
|
+
export var ExpireSessionRequest = [
|
|
869
|
+
3,
|
|
870
|
+
n0,
|
|
871
|
+
_ESR,
|
|
872
|
+
0,
|
|
873
|
+
[_pI, _sIe],
|
|
874
|
+
[
|
|
875
|
+
[0, 1],
|
|
876
|
+
[0, 1],
|
|
877
|
+
],
|
|
878
|
+
];
|
|
879
|
+
export var ExpireSessionResponse = [3, n0, _ESRx, 0, [], []];
|
|
880
|
+
export var GetBrowserSettingsRequest = [3, n0, _GBSR, 0, [_bSA], [[0, 1]]];
|
|
881
|
+
export var GetBrowserSettingsResponse = [3, n0, _GBSRe, 0, [_bS], [[() => BrowserSettings, 0]]];
|
|
882
|
+
export var GetDataProtectionSettingsRequest = [3, n0, _GDPSR, 0, [_dPSA], [[0, 1]]];
|
|
883
|
+
export var GetDataProtectionSettingsResponse = [
|
|
884
|
+
3,
|
|
885
|
+
n0,
|
|
886
|
+
_GDPSRe,
|
|
887
|
+
0,
|
|
888
|
+
[_dPS],
|
|
889
|
+
[[() => DataProtectionSettings, 0]],
|
|
890
|
+
];
|
|
891
|
+
export var GetIdentityProviderRequest = [3, n0, _GIPR, 0, [_iPA], [[0, 1]]];
|
|
892
|
+
export var GetIdentityProviderResponse = [
|
|
893
|
+
3,
|
|
894
|
+
n0,
|
|
895
|
+
_GIPRe,
|
|
896
|
+
0,
|
|
897
|
+
[_iP],
|
|
898
|
+
[[() => IdentityProvider, 0]],
|
|
899
|
+
];
|
|
900
|
+
export var GetIpAccessSettingsRequest = [3, n0, _GIASR, 0, [_iASA], [[0, 1]]];
|
|
901
|
+
export var GetIpAccessSettingsResponse = [
|
|
902
|
+
3,
|
|
903
|
+
n0,
|
|
904
|
+
_GIASRe,
|
|
905
|
+
0,
|
|
906
|
+
[_iAS],
|
|
907
|
+
[[() => IpAccessSettings, 0]],
|
|
908
|
+
];
|
|
909
|
+
export var GetNetworkSettingsRequest = [3, n0, _GNSR, 0, [_nSA], [[0, 1]]];
|
|
910
|
+
export var GetNetworkSettingsResponse = [3, n0, _GNSRe, 0, [_nS], [() => NetworkSettings]];
|
|
911
|
+
export var GetPortalRequest = [3, n0, _GPR, 0, [_pA], [[0, 1]]];
|
|
912
|
+
export var GetPortalResponse = [3, n0, _GPRe, 0, [_po], [[() => Portal, 0]]];
|
|
913
|
+
export var GetPortalServiceProviderMetadataRequest = [3, n0, _GPSPMR, 0, [_pA], [[0, 1]]];
|
|
914
|
+
export var GetPortalServiceProviderMetadataResponse = [3, n0, _GPSPMRe, 0, [_pA, _sPSM], [0, 0]];
|
|
915
|
+
export var GetSessionLoggerRequest = [3, n0, _GSLR, 0, [_sLA], [[0, 1]]];
|
|
916
|
+
export var GetSessionLoggerResponse = [3, n0, _GSLRe, 0, [_sL], [[() => SessionLogger, 0]]];
|
|
917
|
+
export var GetSessionRequest = [
|
|
918
|
+
3,
|
|
919
|
+
n0,
|
|
920
|
+
_GSR,
|
|
921
|
+
0,
|
|
922
|
+
[_pI, _sIe],
|
|
923
|
+
[
|
|
924
|
+
[0, 1],
|
|
925
|
+
[0, 1],
|
|
926
|
+
],
|
|
927
|
+
];
|
|
928
|
+
export var GetSessionResponse = [3, n0, _GSRe, 0, [_se], [[() => Session, 0]]];
|
|
929
|
+
export var GetTrustStoreCertificateRequest = [
|
|
930
|
+
3,
|
|
931
|
+
n0,
|
|
932
|
+
_GTSCR,
|
|
933
|
+
0,
|
|
934
|
+
[_tSA, _t],
|
|
935
|
+
[
|
|
936
|
+
[0, 1],
|
|
937
|
+
[
|
|
938
|
+
0,
|
|
939
|
+
{
|
|
940
|
+
[_hQ]: _t,
|
|
941
|
+
},
|
|
942
|
+
],
|
|
943
|
+
],
|
|
944
|
+
];
|
|
945
|
+
export var GetTrustStoreCertificateResponse = [
|
|
946
|
+
3,
|
|
947
|
+
n0,
|
|
948
|
+
_GTSCRe,
|
|
949
|
+
0,
|
|
950
|
+
[_tSA, _ce],
|
|
951
|
+
[0, () => Certificate],
|
|
952
|
+
];
|
|
953
|
+
export var GetTrustStoreRequest = [3, n0, _GTSR, 0, [_tSA], [[0, 1]]];
|
|
954
|
+
export var GetTrustStoreResponse = [3, n0, _GTSRe, 0, [_tS], [() => TrustStore]];
|
|
955
|
+
export var GetUserAccessLoggingSettingsRequest = [3, n0, _GUALSR, 0, [_uALSA], [[0, 1]]];
|
|
956
|
+
export var GetUserAccessLoggingSettingsResponse = [
|
|
957
|
+
3,
|
|
958
|
+
n0,
|
|
959
|
+
_GUALSRe,
|
|
960
|
+
0,
|
|
961
|
+
[_uALS],
|
|
962
|
+
[() => UserAccessLoggingSettings],
|
|
963
|
+
];
|
|
964
|
+
export var GetUserSettingsRequest = [3, n0, _GUSR, 0, [_uSA], [[0, 1]]];
|
|
965
|
+
export var GetUserSettingsResponse = [3, n0, _GUSRe, 0, [_uS], [[() => UserSettings, 0]]];
|
|
966
|
+
export var IdentityProvider = [
|
|
967
|
+
3,
|
|
968
|
+
n0,
|
|
969
|
+
_IP,
|
|
970
|
+
0,
|
|
971
|
+
[_iPA, _iPN, _iPT, _iPD],
|
|
972
|
+
[0, [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0]],
|
|
973
|
+
];
|
|
974
|
+
export var IdentityProviderSummary = [
|
|
975
|
+
3,
|
|
976
|
+
n0,
|
|
977
|
+
_IPS,
|
|
978
|
+
0,
|
|
979
|
+
[_iPA, _iPN, _iPT],
|
|
980
|
+
[0, [() => IdentityProviderName, 0], 0],
|
|
981
|
+
];
|
|
982
|
+
export var InlineRedactionConfiguration = [
|
|
983
|
+
3,
|
|
984
|
+
n0,
|
|
985
|
+
_IRC,
|
|
986
|
+
0,
|
|
987
|
+
[_iRP, _gEU, _gEUl, _gCL],
|
|
988
|
+
[[() => InlineRedactionPatterns, 0], [() => GlobalInlineRedactionUrls, 0], [() => GlobalInlineRedactionUrls, 0], 1],
|
|
989
|
+
];
|
|
990
|
+
export var InlineRedactionPattern = [
|
|
991
|
+
3,
|
|
992
|
+
n0,
|
|
993
|
+
_IRP,
|
|
994
|
+
0,
|
|
995
|
+
[_bIPI, _cP, _rPH, _eU, _eUx, _cLo],
|
|
996
|
+
[
|
|
997
|
+
[() => BuiltInPatternId, 0],
|
|
998
|
+
[() => CustomPattern, 0],
|
|
999
|
+
[() => RedactionPlaceHolder, 0],
|
|
1000
|
+
[() => InlineRedactionUrls, 0],
|
|
1001
|
+
[() => InlineRedactionUrls, 0],
|
|
1002
|
+
1,
|
|
1003
|
+
],
|
|
1004
|
+
];
|
|
1005
|
+
export var InternalServerException = [
|
|
1006
|
+
-3,
|
|
1007
|
+
n0,
|
|
1008
|
+
_ISE,
|
|
1009
|
+
{
|
|
1010
|
+
[_e]: _ser,
|
|
1011
|
+
[_hE]: 500,
|
|
1012
|
+
},
|
|
1013
|
+
[_m, _rAS],
|
|
1014
|
+
[
|
|
1015
|
+
0,
|
|
1016
|
+
[
|
|
1017
|
+
1,
|
|
1018
|
+
{
|
|
1019
|
+
[_hH]: _RA,
|
|
1020
|
+
},
|
|
1021
|
+
],
|
|
1022
|
+
],
|
|
1023
|
+
];
|
|
1024
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1025
|
+
export var IpAccessSettings = [
|
|
1026
|
+
3,
|
|
1027
|
+
n0,
|
|
1028
|
+
_IAS,
|
|
1029
|
+
0,
|
|
1030
|
+
[_iASA, _aPA, _iR, _dN, _de, _cD, _cMK, _aEC],
|
|
1031
|
+
[0, 64 | 0, [() => IpRuleList, 0], [() => DisplayName, 0], [() => Description, 0], 4, 0, 128 | 0],
|
|
1032
|
+
];
|
|
1033
|
+
export var IpAccessSettingsSummary = [
|
|
1034
|
+
3,
|
|
1035
|
+
n0,
|
|
1036
|
+
_IASS,
|
|
1037
|
+
0,
|
|
1038
|
+
[_iASA, _dN, _de, _cD],
|
|
1039
|
+
[0, [() => DisplayName, 0], [() => Description, 0], 4],
|
|
1040
|
+
];
|
|
1041
|
+
export var IpRule = [
|
|
1042
|
+
3,
|
|
1043
|
+
n0,
|
|
1044
|
+
_IRp,
|
|
1045
|
+
0,
|
|
1046
|
+
[_iRp, _de],
|
|
1047
|
+
[
|
|
1048
|
+
[() => IpRange, 0],
|
|
1049
|
+
[() => Description, 0],
|
|
1050
|
+
],
|
|
1051
|
+
];
|
|
1052
|
+
export var ListBrowserSettingsRequest = [
|
|
1053
|
+
3,
|
|
1054
|
+
n0,
|
|
1055
|
+
_LBSR,
|
|
1056
|
+
0,
|
|
1057
|
+
[_nT, _mR],
|
|
1058
|
+
[
|
|
1059
|
+
[
|
|
1060
|
+
0,
|
|
1061
|
+
{
|
|
1062
|
+
[_hQ]: _nT,
|
|
1063
|
+
},
|
|
1064
|
+
],
|
|
1065
|
+
[
|
|
1066
|
+
1,
|
|
1067
|
+
{
|
|
1068
|
+
[_hQ]: _mR,
|
|
1069
|
+
},
|
|
1070
|
+
],
|
|
1071
|
+
],
|
|
1072
|
+
];
|
|
1073
|
+
export var ListBrowserSettingsResponse = [
|
|
1074
|
+
3,
|
|
1075
|
+
n0,
|
|
1076
|
+
_LBSRi,
|
|
1077
|
+
0,
|
|
1078
|
+
[_bS, _nT],
|
|
1079
|
+
[() => BrowserSettingsList, 0],
|
|
1080
|
+
];
|
|
1081
|
+
export var ListDataProtectionSettingsRequest = [
|
|
1082
|
+
3,
|
|
1083
|
+
n0,
|
|
1084
|
+
_LDPSR,
|
|
1085
|
+
0,
|
|
1086
|
+
[_nT, _mR],
|
|
1087
|
+
[
|
|
1088
|
+
[
|
|
1089
|
+
0,
|
|
1090
|
+
{
|
|
1091
|
+
[_hQ]: _nT,
|
|
1092
|
+
},
|
|
1093
|
+
],
|
|
1094
|
+
[
|
|
1095
|
+
1,
|
|
1096
|
+
{
|
|
1097
|
+
[_hQ]: _mR,
|
|
1098
|
+
},
|
|
1099
|
+
],
|
|
1100
|
+
],
|
|
1101
|
+
];
|
|
1102
|
+
export var ListDataProtectionSettingsResponse = [
|
|
1103
|
+
3,
|
|
1104
|
+
n0,
|
|
1105
|
+
_LDPSRi,
|
|
1106
|
+
0,
|
|
1107
|
+
[_dPS, _nT],
|
|
1108
|
+
[[() => DataProtectionSettingsList, 0], 0],
|
|
1109
|
+
];
|
|
1110
|
+
export var ListIdentityProvidersRequest = [
|
|
1111
|
+
3,
|
|
1112
|
+
n0,
|
|
1113
|
+
_LIPR,
|
|
1114
|
+
0,
|
|
1115
|
+
[_nT, _mR, _pA],
|
|
1116
|
+
[
|
|
1117
|
+
[
|
|
1118
|
+
0,
|
|
1119
|
+
{
|
|
1120
|
+
[_hQ]: _nT,
|
|
1121
|
+
},
|
|
1122
|
+
],
|
|
1123
|
+
[
|
|
1124
|
+
1,
|
|
1125
|
+
{
|
|
1126
|
+
[_hQ]: _mR,
|
|
1127
|
+
},
|
|
1128
|
+
],
|
|
1129
|
+
[0, 1],
|
|
1130
|
+
],
|
|
1131
|
+
];
|
|
1132
|
+
export var ListIdentityProvidersResponse = [
|
|
1133
|
+
3,
|
|
1134
|
+
n0,
|
|
1135
|
+
_LIPRi,
|
|
1136
|
+
0,
|
|
1137
|
+
[_nT, _iPd],
|
|
1138
|
+
[0, [() => IdentityProviderList, 0]],
|
|
1139
|
+
];
|
|
1140
|
+
export var ListIpAccessSettingsRequest = [
|
|
1141
|
+
3,
|
|
1142
|
+
n0,
|
|
1143
|
+
_LIASR,
|
|
1144
|
+
0,
|
|
1145
|
+
[_nT, _mR],
|
|
1146
|
+
[
|
|
1147
|
+
[
|
|
1148
|
+
0,
|
|
1149
|
+
{
|
|
1150
|
+
[_hQ]: _nT,
|
|
1151
|
+
},
|
|
1152
|
+
],
|
|
1153
|
+
[
|
|
1154
|
+
1,
|
|
1155
|
+
{
|
|
1156
|
+
[_hQ]: _mR,
|
|
1157
|
+
},
|
|
1158
|
+
],
|
|
1159
|
+
],
|
|
1160
|
+
];
|
|
1161
|
+
export var ListIpAccessSettingsResponse = [
|
|
1162
|
+
3,
|
|
1163
|
+
n0,
|
|
1164
|
+
_LIASRi,
|
|
1165
|
+
0,
|
|
1166
|
+
[_iAS, _nT],
|
|
1167
|
+
[[() => IpAccessSettingsList, 0], 0],
|
|
1168
|
+
];
|
|
1169
|
+
export var ListNetworkSettingsRequest = [
|
|
1170
|
+
3,
|
|
1171
|
+
n0,
|
|
1172
|
+
_LNSR,
|
|
1173
|
+
0,
|
|
1174
|
+
[_nT, _mR],
|
|
1175
|
+
[
|
|
1176
|
+
[
|
|
1177
|
+
0,
|
|
1178
|
+
{
|
|
1179
|
+
[_hQ]: _nT,
|
|
1180
|
+
},
|
|
1181
|
+
],
|
|
1182
|
+
[
|
|
1183
|
+
1,
|
|
1184
|
+
{
|
|
1185
|
+
[_hQ]: _mR,
|
|
1186
|
+
},
|
|
1187
|
+
],
|
|
1188
|
+
],
|
|
1189
|
+
];
|
|
1190
|
+
export var ListNetworkSettingsResponse = [
|
|
1191
|
+
3,
|
|
1192
|
+
n0,
|
|
1193
|
+
_LNSRi,
|
|
1194
|
+
0,
|
|
1195
|
+
[_nS, _nT],
|
|
1196
|
+
[() => NetworkSettingsList, 0],
|
|
1197
|
+
];
|
|
1198
|
+
export var ListPortalsRequest = [
|
|
1199
|
+
3,
|
|
1200
|
+
n0,
|
|
1201
|
+
_LPR,
|
|
1202
|
+
0,
|
|
1203
|
+
[_nT, _mR],
|
|
1204
|
+
[
|
|
1205
|
+
[
|
|
1206
|
+
0,
|
|
1207
|
+
{
|
|
1208
|
+
[_hQ]: _nT,
|
|
1209
|
+
},
|
|
1210
|
+
],
|
|
1211
|
+
[
|
|
1212
|
+
1,
|
|
1213
|
+
{
|
|
1214
|
+
[_hQ]: _mR,
|
|
1215
|
+
},
|
|
1216
|
+
],
|
|
1217
|
+
],
|
|
1218
|
+
];
|
|
1219
|
+
export var ListPortalsResponse = [3, n0, _LPRi, 0, [_por, _nT], [[() => PortalList, 0], 0]];
|
|
1220
|
+
export var ListSessionLoggersRequest = [
|
|
1221
|
+
3,
|
|
1222
|
+
n0,
|
|
1223
|
+
_LSLR,
|
|
1224
|
+
0,
|
|
1225
|
+
[_nT, _mR],
|
|
1226
|
+
[
|
|
1227
|
+
[
|
|
1228
|
+
0,
|
|
1229
|
+
{
|
|
1230
|
+
[_hQ]: _nT,
|
|
1231
|
+
},
|
|
1232
|
+
],
|
|
1233
|
+
[
|
|
1234
|
+
1,
|
|
1235
|
+
{
|
|
1236
|
+
[_hQ]: _mR,
|
|
1237
|
+
},
|
|
1238
|
+
],
|
|
1239
|
+
],
|
|
1240
|
+
];
|
|
1241
|
+
export var ListSessionLoggersResponse = [
|
|
1242
|
+
3,
|
|
1243
|
+
n0,
|
|
1244
|
+
_LSLRi,
|
|
1245
|
+
0,
|
|
1246
|
+
[_sLe, _nT],
|
|
1247
|
+
[[() => SessionLoggerList, 0], 0],
|
|
1248
|
+
];
|
|
1249
|
+
export var ListSessionsRequest = [
|
|
1250
|
+
3,
|
|
1251
|
+
n0,
|
|
1252
|
+
_LSR,
|
|
1253
|
+
0,
|
|
1254
|
+
[_pI, _u, _sIe, _sB, _st, _mR, _nT],
|
|
1255
|
+
[
|
|
1256
|
+
[0, 1],
|
|
1257
|
+
[
|
|
1258
|
+
() => Username,
|
|
1259
|
+
{
|
|
1260
|
+
[_hQ]: _u,
|
|
1261
|
+
},
|
|
1262
|
+
],
|
|
1263
|
+
[
|
|
1264
|
+
0,
|
|
1265
|
+
{
|
|
1266
|
+
[_hQ]: _sIe,
|
|
1267
|
+
},
|
|
1268
|
+
],
|
|
1269
|
+
[
|
|
1270
|
+
0,
|
|
1271
|
+
{
|
|
1272
|
+
[_hQ]: _sB,
|
|
1273
|
+
},
|
|
1274
|
+
],
|
|
1275
|
+
[
|
|
1276
|
+
0,
|
|
1277
|
+
{
|
|
1278
|
+
[_hQ]: _st,
|
|
1279
|
+
},
|
|
1280
|
+
],
|
|
1281
|
+
[
|
|
1282
|
+
1,
|
|
1283
|
+
{
|
|
1284
|
+
[_hQ]: _mR,
|
|
1285
|
+
},
|
|
1286
|
+
],
|
|
1287
|
+
[
|
|
1288
|
+
0,
|
|
1289
|
+
{
|
|
1290
|
+
[_hQ]: _nT,
|
|
1291
|
+
},
|
|
1292
|
+
],
|
|
1293
|
+
],
|
|
1294
|
+
];
|
|
1295
|
+
export var ListSessionsResponse = [
|
|
1296
|
+
3,
|
|
1297
|
+
n0,
|
|
1298
|
+
_LSRi,
|
|
1299
|
+
0,
|
|
1300
|
+
[_ses, _nT],
|
|
1301
|
+
[[() => SessionSummaryList, 0], 0],
|
|
1302
|
+
];
|
|
1303
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1304
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [[() => TagList, 0]]];
|
|
1305
|
+
export var ListTrustStoreCertificatesRequest = [
|
|
1306
|
+
3,
|
|
1307
|
+
n0,
|
|
1308
|
+
_LTSCR,
|
|
1309
|
+
0,
|
|
1310
|
+
[_tSA, _nT, _mR],
|
|
1311
|
+
[
|
|
1312
|
+
[0, 1],
|
|
1313
|
+
[
|
|
1314
|
+
0,
|
|
1315
|
+
{
|
|
1316
|
+
[_hQ]: _nT,
|
|
1317
|
+
},
|
|
1318
|
+
],
|
|
1319
|
+
[
|
|
1320
|
+
1,
|
|
1321
|
+
{
|
|
1322
|
+
[_hQ]: _mR,
|
|
1323
|
+
},
|
|
1324
|
+
],
|
|
1325
|
+
],
|
|
1326
|
+
];
|
|
1327
|
+
export var ListTrustStoreCertificatesResponse = [
|
|
1328
|
+
3,
|
|
1329
|
+
n0,
|
|
1330
|
+
_LTSCRi,
|
|
1331
|
+
0,
|
|
1332
|
+
[_cL, _tSA, _nT],
|
|
1333
|
+
[() => CertificateSummaryList, 0, 0],
|
|
1334
|
+
];
|
|
1335
|
+
export var ListTrustStoresRequest = [
|
|
1336
|
+
3,
|
|
1337
|
+
n0,
|
|
1338
|
+
_LTSR,
|
|
1339
|
+
0,
|
|
1340
|
+
[_nT, _mR],
|
|
1341
|
+
[
|
|
1342
|
+
[
|
|
1343
|
+
0,
|
|
1344
|
+
{
|
|
1345
|
+
[_hQ]: _nT,
|
|
1346
|
+
},
|
|
1347
|
+
],
|
|
1348
|
+
[
|
|
1349
|
+
1,
|
|
1350
|
+
{
|
|
1351
|
+
[_hQ]: _mR,
|
|
1352
|
+
},
|
|
1353
|
+
],
|
|
1354
|
+
],
|
|
1355
|
+
];
|
|
1356
|
+
export var ListTrustStoresResponse = [
|
|
1357
|
+
3,
|
|
1358
|
+
n0,
|
|
1359
|
+
_LTSRi,
|
|
1360
|
+
0,
|
|
1361
|
+
[_tSr, _nT],
|
|
1362
|
+
[() => TrustStoreSummaryList, 0],
|
|
1363
|
+
];
|
|
1364
|
+
export var ListUserAccessLoggingSettingsRequest = [
|
|
1365
|
+
3,
|
|
1366
|
+
n0,
|
|
1367
|
+
_LUALSR,
|
|
1368
|
+
0,
|
|
1369
|
+
[_nT, _mR],
|
|
1370
|
+
[
|
|
1371
|
+
[
|
|
1372
|
+
0,
|
|
1373
|
+
{
|
|
1374
|
+
[_hQ]: _nT,
|
|
1375
|
+
},
|
|
1376
|
+
],
|
|
1377
|
+
[
|
|
1378
|
+
1,
|
|
1379
|
+
{
|
|
1380
|
+
[_hQ]: _mR,
|
|
1381
|
+
},
|
|
1382
|
+
],
|
|
1383
|
+
],
|
|
1384
|
+
];
|
|
1385
|
+
export var ListUserAccessLoggingSettingsResponse = [
|
|
1386
|
+
3,
|
|
1387
|
+
n0,
|
|
1388
|
+
_LUALSRi,
|
|
1389
|
+
0,
|
|
1390
|
+
[_uALS, _nT],
|
|
1391
|
+
[() => UserAccessLoggingSettingsList, 0],
|
|
1392
|
+
];
|
|
1393
|
+
export var ListUserSettingsRequest = [
|
|
1394
|
+
3,
|
|
1395
|
+
n0,
|
|
1396
|
+
_LUSR,
|
|
1397
|
+
0,
|
|
1398
|
+
[_nT, _mR],
|
|
1399
|
+
[
|
|
1400
|
+
[
|
|
1401
|
+
0,
|
|
1402
|
+
{
|
|
1403
|
+
[_hQ]: _nT,
|
|
1404
|
+
},
|
|
1405
|
+
],
|
|
1406
|
+
[
|
|
1407
|
+
1,
|
|
1408
|
+
{
|
|
1409
|
+
[_hQ]: _mR,
|
|
1410
|
+
},
|
|
1411
|
+
],
|
|
1412
|
+
],
|
|
1413
|
+
];
|
|
1414
|
+
export var ListUserSettingsResponse = [
|
|
1415
|
+
3,
|
|
1416
|
+
n0,
|
|
1417
|
+
_LUSRi,
|
|
1418
|
+
0,
|
|
1419
|
+
[_uS, _nT],
|
|
1420
|
+
[[() => UserSettingsList, 0], 0],
|
|
1421
|
+
];
|
|
1422
|
+
export var LogConfiguration = [3, n0, _LC, 0, [_s_], [[() => S3LogConfiguration, 0]]];
|
|
1423
|
+
export var NetworkSettings = [
|
|
1424
|
+
3,
|
|
1425
|
+
n0,
|
|
1426
|
+
_NS,
|
|
1427
|
+
0,
|
|
1428
|
+
[_nSA, _aPA, _vI, _sI, _sGI],
|
|
1429
|
+
[0, 64 | 0, 0, 64 | 0, 64 | 0],
|
|
1430
|
+
];
|
|
1431
|
+
export var NetworkSettingsSummary = [3, n0, _NSS, 0, [_nSA, _vI], [0, 0]];
|
|
1432
|
+
export var Portal = [
|
|
1433
|
+
3,
|
|
1434
|
+
n0,
|
|
1435
|
+
_P,
|
|
1436
|
+
0,
|
|
1437
|
+
[
|
|
1438
|
+
_pA,
|
|
1439
|
+
_rTe,
|
|
1440
|
+
_bT,
|
|
1441
|
+
_pS,
|
|
1442
|
+
_pE,
|
|
1443
|
+
_dN,
|
|
1444
|
+
_cD,
|
|
1445
|
+
_bSA,
|
|
1446
|
+
_dPSA,
|
|
1447
|
+
_uSA,
|
|
1448
|
+
_nSA,
|
|
1449
|
+
_sLA,
|
|
1450
|
+
_tSA,
|
|
1451
|
+
_sR,
|
|
1452
|
+
_uALSA,
|
|
1453
|
+
_aT,
|
|
1454
|
+
_iASA,
|
|
1455
|
+
_cMK,
|
|
1456
|
+
_aEC,
|
|
1457
|
+
_iT,
|
|
1458
|
+
_mCS,
|
|
1459
|
+
],
|
|
1460
|
+
[0, 0, 0, 0, 0, [() => DisplayName, 0], 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 1],
|
|
1461
|
+
];
|
|
1462
|
+
export var PortalSummary = [
|
|
1463
|
+
3,
|
|
1464
|
+
n0,
|
|
1465
|
+
_PS,
|
|
1466
|
+
0,
|
|
1467
|
+
[_pA, _rTe, _bT, _pS, _pE, _dN, _cD, _bSA, _dPSA, _uSA, _nSA, _sLA, _tSA, _uALSA, _aT, _iASA, _iT, _mCS],
|
|
1468
|
+
[0, 0, 0, 0, 0, [() => DisplayName, 0], 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
|
|
1469
|
+
];
|
|
1470
|
+
export var RedactionPlaceHolder = [
|
|
1471
|
+
3,
|
|
1472
|
+
n0,
|
|
1473
|
+
_RPH,
|
|
1474
|
+
0,
|
|
1475
|
+
[_rPHT, _rPHTe],
|
|
1476
|
+
[0, [() => RedactionPlaceHolderText, 0]],
|
|
1477
|
+
];
|
|
1478
|
+
export var ResourceNotFoundException = [
|
|
1479
|
+
-3,
|
|
1480
|
+
n0,
|
|
1481
|
+
_RNFE,
|
|
1482
|
+
{
|
|
1483
|
+
[_e]: _c,
|
|
1484
|
+
[_hE]: 404,
|
|
1485
|
+
},
|
|
1486
|
+
[_m, _rI, _rT],
|
|
1487
|
+
[0, 0, 0],
|
|
1488
|
+
];
|
|
1489
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1490
|
+
export var S3LogConfiguration = [
|
|
1491
|
+
3,
|
|
1492
|
+
n0,
|
|
1493
|
+
_SLC,
|
|
1494
|
+
0,
|
|
1495
|
+
[_bu, _kP, _bO, _lFF, _fS],
|
|
1496
|
+
[[() => S3Bucket, 0], [() => S3KeyPrefix, 0], 0, 0, 0],
|
|
1497
|
+
];
|
|
1498
|
+
export var ServiceQuotaExceededException = [
|
|
1499
|
+
-3,
|
|
1500
|
+
n0,
|
|
1501
|
+
_SQEE,
|
|
1502
|
+
{
|
|
1503
|
+
[_e]: _c,
|
|
1504
|
+
[_hE]: 402,
|
|
1505
|
+
},
|
|
1506
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
1507
|
+
[0, 0, 0, 0, 0],
|
|
1508
|
+
];
|
|
1509
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1510
|
+
export var Session = [
|
|
1511
|
+
3,
|
|
1512
|
+
n0,
|
|
1513
|
+
_S,
|
|
1514
|
+
0,
|
|
1515
|
+
[_pA, _sIe, _u, _cIA, _st, _sT, _eT],
|
|
1516
|
+
[0, 0, [() => Username, 0], [() => IpAddressList, 0], 0, 4, 4],
|
|
1517
|
+
];
|
|
1518
|
+
export var SessionLogger = [
|
|
1519
|
+
3,
|
|
1520
|
+
n0,
|
|
1521
|
+
_SL,
|
|
1522
|
+
0,
|
|
1523
|
+
[_sLA, _eF, _lC, _cMK, _aEC, _aPA, _dN, _cD],
|
|
1524
|
+
[0, () => EventFilter, [() => LogConfiguration, 0], 0, 128 | 0, 64 | 0, [() => DisplayNameSafe, 0], 4],
|
|
1525
|
+
];
|
|
1526
|
+
export var SessionLoggerSummary = [
|
|
1527
|
+
3,
|
|
1528
|
+
n0,
|
|
1529
|
+
_SLS,
|
|
1530
|
+
0,
|
|
1531
|
+
[_sLA, _lC, _dN, _cD],
|
|
1532
|
+
[0, [() => LogConfiguration, 0], [() => DisplayNameSafe, 0], 4],
|
|
1533
|
+
];
|
|
1534
|
+
export var SessionSummary = [
|
|
1535
|
+
3,
|
|
1536
|
+
n0,
|
|
1537
|
+
_SS,
|
|
1538
|
+
0,
|
|
1539
|
+
[_pA, _sIe, _u, _st, _sT, _eT],
|
|
1540
|
+
[0, 0, [() => Username, 0], 0, 4, 4],
|
|
1541
|
+
];
|
|
1542
|
+
export var Tag = [
|
|
1543
|
+
3,
|
|
1544
|
+
n0,
|
|
1545
|
+
_T,
|
|
1546
|
+
8,
|
|
1547
|
+
[_K, _V],
|
|
1548
|
+
[
|
|
1549
|
+
[() => TagKey, 0],
|
|
1550
|
+
[() => TagValue, 0],
|
|
1551
|
+
],
|
|
1552
|
+
];
|
|
1553
|
+
export var TagResourceRequest = [
|
|
1554
|
+
3,
|
|
1555
|
+
n0,
|
|
1556
|
+
_TRR,
|
|
1557
|
+
0,
|
|
1558
|
+
[_rA, _ta, _cT],
|
|
1559
|
+
[
|
|
1560
|
+
[0, 1],
|
|
1561
|
+
[() => TagList, 0],
|
|
1562
|
+
[0, 4],
|
|
1563
|
+
],
|
|
1564
|
+
];
|
|
1565
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1566
|
+
export var ThrottlingException = [
|
|
1567
|
+
-3,
|
|
1568
|
+
n0,
|
|
1569
|
+
_TE,
|
|
1570
|
+
{
|
|
1571
|
+
[_e]: _c,
|
|
1572
|
+
[_hE]: 429,
|
|
1573
|
+
},
|
|
1574
|
+
[_m, _sC, _qC, _rAS],
|
|
1575
|
+
[
|
|
1576
|
+
0,
|
|
1577
|
+
0,
|
|
1578
|
+
0,
|
|
1579
|
+
[
|
|
1580
|
+
1,
|
|
1581
|
+
{
|
|
1582
|
+
[_hH]: _RA,
|
|
1583
|
+
},
|
|
1584
|
+
],
|
|
1585
|
+
],
|
|
1586
|
+
];
|
|
1587
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1588
|
+
export var ToolbarConfiguration = [3, n0, _TC, 0, [_tT, _vM, _hTI, _mDR], [0, 0, 64 | 0, 0]];
|
|
1589
|
+
export var TooManyTagsException = [
|
|
1590
|
+
-3,
|
|
1591
|
+
n0,
|
|
1592
|
+
_TMTE,
|
|
1593
|
+
{
|
|
1594
|
+
[_e]: _c,
|
|
1595
|
+
[_hE]: 400,
|
|
1596
|
+
},
|
|
1597
|
+
[_m, _rN],
|
|
1598
|
+
[0, 0],
|
|
1599
|
+
];
|
|
1600
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
1601
|
+
export var TrustStore = [3, n0, _TS, 0, [_aPA, _tSA], [64 | 0, 0]];
|
|
1602
|
+
export var TrustStoreSummary = [3, n0, _TSS, 0, [_tSA], [0]];
|
|
1603
|
+
export var UntagResourceRequest = [
|
|
1604
|
+
3,
|
|
1605
|
+
n0,
|
|
1606
|
+
_URR,
|
|
1607
|
+
0,
|
|
1608
|
+
[_rA, _tK],
|
|
1609
|
+
[
|
|
1610
|
+
[0, 1],
|
|
1611
|
+
[
|
|
1612
|
+
() => TagKeyList,
|
|
1613
|
+
{
|
|
1614
|
+
[_hQ]: _tK,
|
|
1615
|
+
},
|
|
1616
|
+
],
|
|
1617
|
+
],
|
|
1618
|
+
];
|
|
1619
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1620
|
+
export var UpdateBrowserSettingsRequest = [
|
|
1621
|
+
3,
|
|
1622
|
+
n0,
|
|
1623
|
+
_UBSR,
|
|
1624
|
+
0,
|
|
1625
|
+
[_bSA, _bP, _cT],
|
|
1626
|
+
[
|
|
1627
|
+
[0, 1],
|
|
1628
|
+
[() => BrowserPolicy, 0],
|
|
1629
|
+
[0, 4],
|
|
1630
|
+
],
|
|
1631
|
+
];
|
|
1632
|
+
export var UpdateBrowserSettingsResponse = [
|
|
1633
|
+
3,
|
|
1634
|
+
n0,
|
|
1635
|
+
_UBSRp,
|
|
1636
|
+
0,
|
|
1637
|
+
[_bS],
|
|
1638
|
+
[[() => BrowserSettings, 0]],
|
|
1639
|
+
];
|
|
1640
|
+
export var UpdateDataProtectionSettingsRequest = [
|
|
1641
|
+
3,
|
|
1642
|
+
n0,
|
|
1643
|
+
_UDPSR,
|
|
1644
|
+
0,
|
|
1645
|
+
[_dPSA, _iRC, _dN, _de, _cT],
|
|
1646
|
+
[
|
|
1647
|
+
[0, 1],
|
|
1648
|
+
[() => InlineRedactionConfiguration, 0],
|
|
1649
|
+
[() => DisplayNameSafe, 0],
|
|
1650
|
+
[() => DescriptionSafe, 0],
|
|
1651
|
+
[0, 4],
|
|
1652
|
+
],
|
|
1653
|
+
];
|
|
1654
|
+
export var UpdateDataProtectionSettingsResponse = [
|
|
1655
|
+
3,
|
|
1656
|
+
n0,
|
|
1657
|
+
_UDPSRp,
|
|
1658
|
+
0,
|
|
1659
|
+
[_dPS],
|
|
1660
|
+
[[() => DataProtectionSettings, 0]],
|
|
1661
|
+
];
|
|
1662
|
+
export var UpdateIdentityProviderRequest = [
|
|
1663
|
+
3,
|
|
1664
|
+
n0,
|
|
1665
|
+
_UIPR,
|
|
1666
|
+
0,
|
|
1667
|
+
[_iPA, _iPN, _iPT, _iPD, _cT],
|
|
1668
|
+
[[0, 1], [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0], [0, 4]],
|
|
1669
|
+
];
|
|
1670
|
+
export var UpdateIdentityProviderResponse = [
|
|
1671
|
+
3,
|
|
1672
|
+
n0,
|
|
1673
|
+
_UIPRp,
|
|
1674
|
+
0,
|
|
1675
|
+
[_iP],
|
|
1676
|
+
[[() => IdentityProvider, 0]],
|
|
1677
|
+
];
|
|
1678
|
+
export var UpdateIpAccessSettingsRequest = [
|
|
1679
|
+
3,
|
|
1680
|
+
n0,
|
|
1681
|
+
_UIASR,
|
|
1682
|
+
0,
|
|
1683
|
+
[_iASA, _dN, _de, _iR, _cT],
|
|
1684
|
+
[
|
|
1685
|
+
[0, 1],
|
|
1686
|
+
[() => DisplayName, 0],
|
|
1687
|
+
[() => Description, 0],
|
|
1688
|
+
[() => IpRuleList, 0],
|
|
1689
|
+
[0, 4],
|
|
1690
|
+
],
|
|
1691
|
+
];
|
|
1692
|
+
export var UpdateIpAccessSettingsResponse = [
|
|
1693
|
+
3,
|
|
1694
|
+
n0,
|
|
1695
|
+
_UIASRp,
|
|
1696
|
+
0,
|
|
1697
|
+
[_iAS],
|
|
1698
|
+
[[() => IpAccessSettings, 0]],
|
|
1699
|
+
];
|
|
1700
|
+
export var UpdateNetworkSettingsRequest = [
|
|
1701
|
+
3,
|
|
1702
|
+
n0,
|
|
1703
|
+
_UNSR,
|
|
1704
|
+
0,
|
|
1705
|
+
[_nSA, _vI, _sI, _sGI, _cT],
|
|
1706
|
+
[[0, 1], 0, 64 | 0, 64 | 0, [0, 4]],
|
|
1707
|
+
];
|
|
1708
|
+
export var UpdateNetworkSettingsResponse = [3, n0, _UNSRp, 0, [_nS], [() => NetworkSettings]];
|
|
1709
|
+
export var UpdatePortalRequest = [
|
|
1710
|
+
3,
|
|
1711
|
+
n0,
|
|
1712
|
+
_UPR,
|
|
1713
|
+
0,
|
|
1714
|
+
[_pA, _dN, _aT, _iT, _mCS],
|
|
1715
|
+
[[0, 1], [() => DisplayName, 0], 0, 0, 1],
|
|
1716
|
+
];
|
|
1717
|
+
export var UpdatePortalResponse = [3, n0, _UPRp, 0, [_po], [[() => Portal, 0]]];
|
|
1718
|
+
export var UpdateSessionLoggerRequest = [
|
|
1719
|
+
3,
|
|
1720
|
+
n0,
|
|
1721
|
+
_USLR,
|
|
1722
|
+
0,
|
|
1723
|
+
[_sLA, _eF, _lC, _dN],
|
|
1724
|
+
[[0, 1], () => EventFilter, [() => LogConfiguration, 0], [() => DisplayNameSafe, 0]],
|
|
1725
|
+
];
|
|
1726
|
+
export var UpdateSessionLoggerResponse = [3, n0, _USLRp, 0, [_sL], [[() => SessionLogger, 0]]];
|
|
1727
|
+
export var UpdateTrustStoreRequest = [
|
|
1728
|
+
3,
|
|
1729
|
+
n0,
|
|
1730
|
+
_UTSR,
|
|
1731
|
+
0,
|
|
1732
|
+
[_tSA, _cTA, _cTD, _cT],
|
|
1733
|
+
[[0, 1], 64 | 21, 64 | 0, [0, 4]],
|
|
1734
|
+
];
|
|
1735
|
+
export var UpdateTrustStoreResponse = [3, n0, _UTSRp, 0, [_tSA], [0]];
|
|
1736
|
+
export var UpdateUserAccessLoggingSettingsRequest = [
|
|
1737
|
+
3,
|
|
1738
|
+
n0,
|
|
1739
|
+
_UUALSR,
|
|
1740
|
+
0,
|
|
1741
|
+
[_uALSA, _kSA, _cT],
|
|
1742
|
+
[[0, 1], 0, [0, 4]],
|
|
1743
|
+
];
|
|
1744
|
+
export var UpdateUserAccessLoggingSettingsResponse = [
|
|
1745
|
+
3,
|
|
1746
|
+
n0,
|
|
1747
|
+
_UUALSRp,
|
|
1748
|
+
0,
|
|
1749
|
+
[_uALS],
|
|
1750
|
+
[() => UserAccessLoggingSettings],
|
|
1751
|
+
];
|
|
1752
|
+
export var UpdateUserSettingsRequest = [
|
|
1753
|
+
3,
|
|
1754
|
+
n0,
|
|
1755
|
+
_UUSR,
|
|
1756
|
+
0,
|
|
1757
|
+
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cT, _cSC, _dLA, _tC],
|
|
1758
|
+
[[0, 1], 0, 0, 0, 0, 0, 1, 1, [0, 4], [() => CookieSynchronizationConfiguration, 0], 0, () => ToolbarConfiguration],
|
|
1759
|
+
];
|
|
1760
|
+
export var UpdateUserSettingsResponse = [3, n0, _UUSRp, 0, [_uS], [[() => UserSettings, 0]]];
|
|
1761
|
+
export var UserAccessLoggingSettings = [3, n0, _UALS, 0, [_uALSA, _aPA, _kSA], [0, 64 | 0, 0]];
|
|
1762
|
+
export var UserAccessLoggingSettingsSummary = [3, n0, _UALSS, 0, [_uALSA, _kSA], [0, 0]];
|
|
1763
|
+
export var UserSettings = [
|
|
1764
|
+
3,
|
|
1765
|
+
n0,
|
|
1766
|
+
_US,
|
|
1767
|
+
0,
|
|
1768
|
+
[_uSA, _aPA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _cMK, _aEC, _dLA, _tC],
|
|
1769
|
+
[
|
|
1770
|
+
0,
|
|
1771
|
+
64 | 0,
|
|
1772
|
+
0,
|
|
1773
|
+
0,
|
|
1774
|
+
0,
|
|
1775
|
+
0,
|
|
1776
|
+
0,
|
|
1777
|
+
1,
|
|
1778
|
+
1,
|
|
1779
|
+
[() => CookieSynchronizationConfiguration, 0],
|
|
1780
|
+
0,
|
|
1781
|
+
128 | 0,
|
|
1782
|
+
0,
|
|
1783
|
+
() => ToolbarConfiguration,
|
|
1784
|
+
],
|
|
1785
|
+
];
|
|
1786
|
+
export var UserSettingsSummary = [
|
|
1787
|
+
3,
|
|
1788
|
+
n0,
|
|
1789
|
+
_USS,
|
|
1790
|
+
0,
|
|
1791
|
+
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _dLA, _tC],
|
|
1792
|
+
[0, 0, 0, 0, 0, 0, 1, 1, [() => CookieSynchronizationConfiguration, 0], 0, () => ToolbarConfiguration],
|
|
1793
|
+
];
|
|
1794
|
+
export var ValidationException = [
|
|
1795
|
+
-3,
|
|
1796
|
+
n0,
|
|
1797
|
+
_VE,
|
|
1798
|
+
{
|
|
1799
|
+
[_e]: _c,
|
|
1800
|
+
[_hE]: 400,
|
|
1801
|
+
},
|
|
1802
|
+
[_m, _r, _fL],
|
|
1803
|
+
[0, 0, () => ValidationExceptionFieldList],
|
|
1804
|
+
];
|
|
1805
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1806
|
+
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1807
|
+
export var __Unit = "unit";
|
|
1808
|
+
export var WorkSpacesWebServiceException = [-3, _sm, "WorkSpacesWebServiceException", 0, [], []];
|
|
1809
|
+
TypeRegistry.for(_sm).registerError(WorkSpacesWebServiceException, __WorkSpacesWebServiceException);
|
|
1810
|
+
export var ArnList = 64 | 0;
|
|
1811
|
+
export var BrowserSettingsList = [1, n0, _BSL, 0, () => BrowserSettingsSummary];
|
|
1812
|
+
export var CertificateList = 64 | 21;
|
|
1813
|
+
export var CertificateSummaryList = [1, n0, _CSL, 0, () => CertificateSummary];
|
|
1814
|
+
export var CertificateThumbprintList = 64 | 0;
|
|
1815
|
+
export var CookieSpecifications = [1, n0, _CSoo, 0, [() => CookieSpecification, 0]];
|
|
1816
|
+
export var DataProtectionSettingsList = [1, n0, _DPSL, 0, [() => DataProtectionSettingsSummary, 0]];
|
|
1817
|
+
export var Events = 64 | 0;
|
|
1818
|
+
export var GlobalInlineRedactionUrls = [1, n0, _GIRU, 0, [() => InlineRedactionUrl, 0]];
|
|
1819
|
+
export var HiddenToolbarItemList = 64 | 0;
|
|
1820
|
+
export var IdentityProviderList = [1, n0, _IPL, 0, [() => IdentityProviderSummary, 0]];
|
|
1821
|
+
export var InlineRedactionPatterns = [1, n0, _IRPn, 0, [() => InlineRedactionPattern, 0]];
|
|
1822
|
+
export var InlineRedactionUrls = [1, n0, _IRUn, 0, [() => InlineRedactionUrl, 0]];
|
|
1823
|
+
export var IpAccessSettingsList = [1, n0, _IASL, 0, [() => IpAccessSettingsSummary, 0]];
|
|
1824
|
+
export var IpAddressList = [1, n0, _IAL, 0, [() => IpAddress, 0]];
|
|
1825
|
+
export var IpRuleList = [1, n0, _IRL, 8, [() => IpRule, 0]];
|
|
1826
|
+
export var NetworkSettingsList = [1, n0, _NSL, 0, () => NetworkSettingsSummary];
|
|
1827
|
+
export var PortalList = [1, n0, _PL, 0, [() => PortalSummary, 0]];
|
|
1828
|
+
export var SecurityGroupIdList = 64 | 0;
|
|
1829
|
+
export var SessionLoggerList = [1, n0, _SLL, 0, [() => SessionLoggerSummary, 0]];
|
|
1830
|
+
export var SessionSummaryList = [1, n0, _SSL, 0, [() => SessionSummary, 0]];
|
|
1831
|
+
export var SubnetIdList = 64 | 0;
|
|
1832
|
+
export var TagKeyList = [1, n0, _TKL, 0, [() => TagKey, 0]];
|
|
1833
|
+
export var TagList = [1, n0, _TL, 0, [() => Tag, 0]];
|
|
1834
|
+
export var TrustStoreSummaryList = [1, n0, _TSSL, 0, () => TrustStoreSummary];
|
|
1835
|
+
export var UserAccessLoggingSettingsList = [1, n0, _UALSL, 0, () => UserAccessLoggingSettingsSummary];
|
|
1836
|
+
export var UserSettingsList = [1, n0, _USL, 0, [() => UserSettingsSummary, 0]];
|
|
1837
|
+
export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
1838
|
+
export var EncryptionContextMap = 128 | 0;
|
|
1839
|
+
export var IdentityProviderDetails = [2, n0, _IPD, 8, 0, 0];
|
|
1840
|
+
export var EventFilter = [3, n0, _EF, 0, [_al, _in], [() => __Unit, 64 | 0]];
|
|
1841
|
+
export var AssociateBrowserSettings = [
|
|
1842
|
+
9,
|
|
1843
|
+
n0,
|
|
1844
|
+
_ABS,
|
|
1845
|
+
{
|
|
1846
|
+
[_h]: ["PUT", "/portals/{portalArn+}/browserSettings", 200],
|
|
1847
|
+
},
|
|
1848
|
+
() => AssociateBrowserSettingsRequest,
|
|
1849
|
+
() => AssociateBrowserSettingsResponse,
|
|
1850
|
+
];
|
|
1851
|
+
export var AssociateDataProtectionSettings = [
|
|
1852
|
+
9,
|
|
1853
|
+
n0,
|
|
1854
|
+
_ADPS,
|
|
1855
|
+
{
|
|
1856
|
+
[_h]: ["PUT", "/portals/{portalArn+}/dataProtectionSettings", 200],
|
|
1857
|
+
},
|
|
1858
|
+
() => AssociateDataProtectionSettingsRequest,
|
|
1859
|
+
() => AssociateDataProtectionSettingsResponse,
|
|
1860
|
+
];
|
|
1861
|
+
export var AssociateIpAccessSettings = [
|
|
1862
|
+
9,
|
|
1863
|
+
n0,
|
|
1864
|
+
_AIAS,
|
|
1865
|
+
{
|
|
1866
|
+
[_h]: ["PUT", "/portals/{portalArn+}/ipAccessSettings", 200],
|
|
1867
|
+
},
|
|
1868
|
+
() => AssociateIpAccessSettingsRequest,
|
|
1869
|
+
() => AssociateIpAccessSettingsResponse,
|
|
1870
|
+
];
|
|
1871
|
+
export var AssociateNetworkSettings = [
|
|
1872
|
+
9,
|
|
1873
|
+
n0,
|
|
1874
|
+
_ANS,
|
|
1875
|
+
{
|
|
1876
|
+
[_h]: ["PUT", "/portals/{portalArn+}/networkSettings", 200],
|
|
1877
|
+
},
|
|
1878
|
+
() => AssociateNetworkSettingsRequest,
|
|
1879
|
+
() => AssociateNetworkSettingsResponse,
|
|
1880
|
+
];
|
|
1881
|
+
export var AssociateSessionLogger = [
|
|
1882
|
+
9,
|
|
1883
|
+
n0,
|
|
1884
|
+
_ASL,
|
|
1885
|
+
{
|
|
1886
|
+
[_h]: ["PUT", "/portals/{portalArn+}/sessionLogger", 200],
|
|
1887
|
+
},
|
|
1888
|
+
() => AssociateSessionLoggerRequest,
|
|
1889
|
+
() => AssociateSessionLoggerResponse,
|
|
1890
|
+
];
|
|
1891
|
+
export var AssociateTrustStore = [
|
|
1892
|
+
9,
|
|
1893
|
+
n0,
|
|
1894
|
+
_ATS,
|
|
1895
|
+
{
|
|
1896
|
+
[_h]: ["PUT", "/portals/{portalArn+}/trustStores", 200],
|
|
1897
|
+
},
|
|
1898
|
+
() => AssociateTrustStoreRequest,
|
|
1899
|
+
() => AssociateTrustStoreResponse,
|
|
1900
|
+
];
|
|
1901
|
+
export var AssociateUserAccessLoggingSettings = [
|
|
1902
|
+
9,
|
|
1903
|
+
n0,
|
|
1904
|
+
_AUALS,
|
|
1905
|
+
{
|
|
1906
|
+
[_h]: ["PUT", "/portals/{portalArn+}/userAccessLoggingSettings", 200],
|
|
1907
|
+
},
|
|
1908
|
+
() => AssociateUserAccessLoggingSettingsRequest,
|
|
1909
|
+
() => AssociateUserAccessLoggingSettingsResponse,
|
|
1910
|
+
];
|
|
1911
|
+
export var AssociateUserSettings = [
|
|
1912
|
+
9,
|
|
1913
|
+
n0,
|
|
1914
|
+
_AUS,
|
|
1915
|
+
{
|
|
1916
|
+
[_h]: ["PUT", "/portals/{portalArn+}/userSettings", 200],
|
|
1917
|
+
},
|
|
1918
|
+
() => AssociateUserSettingsRequest,
|
|
1919
|
+
() => AssociateUserSettingsResponse,
|
|
1920
|
+
];
|
|
1921
|
+
export var CreateBrowserSettings = [
|
|
1922
|
+
9,
|
|
1923
|
+
n0,
|
|
1924
|
+
_CBS,
|
|
1925
|
+
{
|
|
1926
|
+
[_h]: ["POST", "/browserSettings", 200],
|
|
1927
|
+
},
|
|
1928
|
+
() => CreateBrowserSettingsRequest,
|
|
1929
|
+
() => CreateBrowserSettingsResponse,
|
|
1930
|
+
];
|
|
1931
|
+
export var CreateDataProtectionSettings = [
|
|
1932
|
+
9,
|
|
1933
|
+
n0,
|
|
1934
|
+
_CDPS,
|
|
1935
|
+
{
|
|
1936
|
+
[_h]: ["POST", "/dataProtectionSettings", 200],
|
|
1937
|
+
},
|
|
1938
|
+
() => CreateDataProtectionSettingsRequest,
|
|
1939
|
+
() => CreateDataProtectionSettingsResponse,
|
|
1940
|
+
];
|
|
1941
|
+
export var CreateIdentityProvider = [
|
|
1942
|
+
9,
|
|
1943
|
+
n0,
|
|
1944
|
+
_CIP,
|
|
1945
|
+
{
|
|
1946
|
+
[_h]: ["POST", "/identityProviders", 200],
|
|
1947
|
+
},
|
|
1948
|
+
() => CreateIdentityProviderRequest,
|
|
1949
|
+
() => CreateIdentityProviderResponse,
|
|
1950
|
+
];
|
|
1951
|
+
export var CreateIpAccessSettings = [
|
|
1952
|
+
9,
|
|
1953
|
+
n0,
|
|
1954
|
+
_CIAS,
|
|
1955
|
+
{
|
|
1956
|
+
[_h]: ["POST", "/ipAccessSettings", 200],
|
|
1957
|
+
},
|
|
1958
|
+
() => CreateIpAccessSettingsRequest,
|
|
1959
|
+
() => CreateIpAccessSettingsResponse,
|
|
1960
|
+
];
|
|
1961
|
+
export var CreateNetworkSettings = [
|
|
1962
|
+
9,
|
|
1963
|
+
n0,
|
|
1964
|
+
_CNS,
|
|
1965
|
+
{
|
|
1966
|
+
[_h]: ["POST", "/networkSettings", 200],
|
|
1967
|
+
},
|
|
1968
|
+
() => CreateNetworkSettingsRequest,
|
|
1969
|
+
() => CreateNetworkSettingsResponse,
|
|
1970
|
+
];
|
|
1971
|
+
export var CreatePortal = [
|
|
1972
|
+
9,
|
|
1973
|
+
n0,
|
|
1974
|
+
_CPr,
|
|
1975
|
+
{
|
|
1976
|
+
[_h]: ["POST", "/portals", 200],
|
|
1977
|
+
},
|
|
1978
|
+
() => CreatePortalRequest,
|
|
1979
|
+
() => CreatePortalResponse,
|
|
1980
|
+
];
|
|
1981
|
+
export var CreateSessionLogger = [
|
|
1982
|
+
9,
|
|
1983
|
+
n0,
|
|
1984
|
+
_CSLr,
|
|
1985
|
+
{
|
|
1986
|
+
[_h]: ["POST", "/sessionLoggers", 200],
|
|
1987
|
+
},
|
|
1988
|
+
() => CreateSessionLoggerRequest,
|
|
1989
|
+
() => CreateSessionLoggerResponse,
|
|
1990
|
+
];
|
|
1991
|
+
export var CreateTrustStore = [
|
|
1992
|
+
9,
|
|
1993
|
+
n0,
|
|
1994
|
+
_CTS,
|
|
1995
|
+
{
|
|
1996
|
+
[_h]: ["POST", "/trustStores", 200],
|
|
1997
|
+
},
|
|
1998
|
+
() => CreateTrustStoreRequest,
|
|
1999
|
+
() => CreateTrustStoreResponse,
|
|
2000
|
+
];
|
|
2001
|
+
export var CreateUserAccessLoggingSettings = [
|
|
2002
|
+
9,
|
|
2003
|
+
n0,
|
|
2004
|
+
_CUALS,
|
|
2005
|
+
{
|
|
2006
|
+
[_h]: ["POST", "/userAccessLoggingSettings", 200],
|
|
2007
|
+
},
|
|
2008
|
+
() => CreateUserAccessLoggingSettingsRequest,
|
|
2009
|
+
() => CreateUserAccessLoggingSettingsResponse,
|
|
2010
|
+
];
|
|
2011
|
+
export var CreateUserSettings = [
|
|
2012
|
+
9,
|
|
2013
|
+
n0,
|
|
2014
|
+
_CUS,
|
|
2015
|
+
{
|
|
2016
|
+
[_h]: ["POST", "/userSettings", 200],
|
|
2017
|
+
},
|
|
2018
|
+
() => CreateUserSettingsRequest,
|
|
2019
|
+
() => CreateUserSettingsResponse,
|
|
2020
|
+
];
|
|
2021
|
+
export var DeleteBrowserSettings = [
|
|
2022
|
+
9,
|
|
2023
|
+
n0,
|
|
2024
|
+
_DBS,
|
|
2025
|
+
{
|
|
2026
|
+
[_h]: ["DELETE", "/browserSettings/{browserSettingsArn+}", 200],
|
|
2027
|
+
},
|
|
2028
|
+
() => DeleteBrowserSettingsRequest,
|
|
2029
|
+
() => DeleteBrowserSettingsResponse,
|
|
2030
|
+
];
|
|
2031
|
+
export var DeleteDataProtectionSettings = [
|
|
2032
|
+
9,
|
|
2033
|
+
n0,
|
|
2034
|
+
_DDPS,
|
|
2035
|
+
{
|
|
2036
|
+
[_h]: ["DELETE", "/dataProtectionSettings/{dataProtectionSettingsArn+}", 200],
|
|
2037
|
+
},
|
|
2038
|
+
() => DeleteDataProtectionSettingsRequest,
|
|
2039
|
+
() => DeleteDataProtectionSettingsResponse,
|
|
2040
|
+
];
|
|
2041
|
+
export var DeleteIdentityProvider = [
|
|
2042
|
+
9,
|
|
2043
|
+
n0,
|
|
2044
|
+
_DIP,
|
|
2045
|
+
{
|
|
2046
|
+
[_h]: ["DELETE", "/identityProviders/{identityProviderArn+}", 200],
|
|
2047
|
+
},
|
|
2048
|
+
() => DeleteIdentityProviderRequest,
|
|
2049
|
+
() => DeleteIdentityProviderResponse,
|
|
2050
|
+
];
|
|
2051
|
+
export var DeleteIpAccessSettings = [
|
|
2052
|
+
9,
|
|
2053
|
+
n0,
|
|
2054
|
+
_DIAS,
|
|
2055
|
+
{
|
|
2056
|
+
[_h]: ["DELETE", "/ipAccessSettings/{ipAccessSettingsArn+}", 200],
|
|
2057
|
+
},
|
|
2058
|
+
() => DeleteIpAccessSettingsRequest,
|
|
2059
|
+
() => DeleteIpAccessSettingsResponse,
|
|
2060
|
+
];
|
|
2061
|
+
export var DeleteNetworkSettings = [
|
|
2062
|
+
9,
|
|
2063
|
+
n0,
|
|
2064
|
+
_DNSe,
|
|
2065
|
+
{
|
|
2066
|
+
[_h]: ["DELETE", "/networkSettings/{networkSettingsArn+}", 200],
|
|
2067
|
+
},
|
|
2068
|
+
() => DeleteNetworkSettingsRequest,
|
|
2069
|
+
() => DeleteNetworkSettingsResponse,
|
|
2070
|
+
];
|
|
2071
|
+
export var DeletePortal = [
|
|
2072
|
+
9,
|
|
2073
|
+
n0,
|
|
2074
|
+
_DP,
|
|
2075
|
+
{
|
|
2076
|
+
[_h]: ["DELETE", "/portals/{portalArn+}", 200],
|
|
2077
|
+
},
|
|
2078
|
+
() => DeletePortalRequest,
|
|
2079
|
+
() => DeletePortalResponse,
|
|
2080
|
+
];
|
|
2081
|
+
export var DeleteSessionLogger = [
|
|
2082
|
+
9,
|
|
2083
|
+
n0,
|
|
2084
|
+
_DSL,
|
|
2085
|
+
{
|
|
2086
|
+
[_h]: ["DELETE", "/sessionLoggers/{sessionLoggerArn+}", 200],
|
|
2087
|
+
},
|
|
2088
|
+
() => DeleteSessionLoggerRequest,
|
|
2089
|
+
() => DeleteSessionLoggerResponse,
|
|
2090
|
+
];
|
|
2091
|
+
export var DeleteTrustStore = [
|
|
2092
|
+
9,
|
|
2093
|
+
n0,
|
|
2094
|
+
_DTS,
|
|
2095
|
+
{
|
|
2096
|
+
[_h]: ["DELETE", "/trustStores/{trustStoreArn+}", 200],
|
|
2097
|
+
},
|
|
2098
|
+
() => DeleteTrustStoreRequest,
|
|
2099
|
+
() => DeleteTrustStoreResponse,
|
|
2100
|
+
];
|
|
2101
|
+
export var DeleteUserAccessLoggingSettings = [
|
|
2102
|
+
9,
|
|
2103
|
+
n0,
|
|
2104
|
+
_DUALS,
|
|
2105
|
+
{
|
|
2106
|
+
[_h]: ["DELETE", "/userAccessLoggingSettings/{userAccessLoggingSettingsArn+}", 200],
|
|
2107
|
+
},
|
|
2108
|
+
() => DeleteUserAccessLoggingSettingsRequest,
|
|
2109
|
+
() => DeleteUserAccessLoggingSettingsResponse,
|
|
2110
|
+
];
|
|
2111
|
+
export var DeleteUserSettings = [
|
|
2112
|
+
9,
|
|
2113
|
+
n0,
|
|
2114
|
+
_DUS,
|
|
2115
|
+
{
|
|
2116
|
+
[_h]: ["DELETE", "/userSettings/{userSettingsArn+}", 200],
|
|
2117
|
+
},
|
|
2118
|
+
() => DeleteUserSettingsRequest,
|
|
2119
|
+
() => DeleteUserSettingsResponse,
|
|
2120
|
+
];
|
|
2121
|
+
export var DisassociateBrowserSettings = [
|
|
2122
|
+
9,
|
|
2123
|
+
n0,
|
|
2124
|
+
_DBSi,
|
|
2125
|
+
{
|
|
2126
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/browserSettings", 200],
|
|
2127
|
+
},
|
|
2128
|
+
() => DisassociateBrowserSettingsRequest,
|
|
2129
|
+
() => DisassociateBrowserSettingsResponse,
|
|
2130
|
+
];
|
|
2131
|
+
export var DisassociateDataProtectionSettings = [
|
|
2132
|
+
9,
|
|
2133
|
+
n0,
|
|
2134
|
+
_DDPSi,
|
|
2135
|
+
{
|
|
2136
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/dataProtectionSettings", 200],
|
|
2137
|
+
},
|
|
2138
|
+
() => DisassociateDataProtectionSettingsRequest,
|
|
2139
|
+
() => DisassociateDataProtectionSettingsResponse,
|
|
2140
|
+
];
|
|
2141
|
+
export var DisassociateIpAccessSettings = [
|
|
2142
|
+
9,
|
|
2143
|
+
n0,
|
|
2144
|
+
_DIASi,
|
|
2145
|
+
{
|
|
2146
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/ipAccessSettings", 200],
|
|
2147
|
+
},
|
|
2148
|
+
() => DisassociateIpAccessSettingsRequest,
|
|
2149
|
+
() => DisassociateIpAccessSettingsResponse,
|
|
2150
|
+
];
|
|
2151
|
+
export var DisassociateNetworkSettings = [
|
|
2152
|
+
9,
|
|
2153
|
+
n0,
|
|
2154
|
+
_DNSi,
|
|
2155
|
+
{
|
|
2156
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/networkSettings", 200],
|
|
2157
|
+
},
|
|
2158
|
+
() => DisassociateNetworkSettingsRequest,
|
|
2159
|
+
() => DisassociateNetworkSettingsResponse,
|
|
2160
|
+
];
|
|
2161
|
+
export var DisassociateSessionLogger = [
|
|
2162
|
+
9,
|
|
2163
|
+
n0,
|
|
2164
|
+
_DSLi,
|
|
2165
|
+
{
|
|
2166
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/sessionLogger", 200],
|
|
2167
|
+
},
|
|
2168
|
+
() => DisassociateSessionLoggerRequest,
|
|
2169
|
+
() => DisassociateSessionLoggerResponse,
|
|
2170
|
+
];
|
|
2171
|
+
export var DisassociateTrustStore = [
|
|
2172
|
+
9,
|
|
2173
|
+
n0,
|
|
2174
|
+
_DTSi,
|
|
2175
|
+
{
|
|
2176
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/trustStores", 200],
|
|
2177
|
+
},
|
|
2178
|
+
() => DisassociateTrustStoreRequest,
|
|
2179
|
+
() => DisassociateTrustStoreResponse,
|
|
2180
|
+
];
|
|
2181
|
+
export var DisassociateUserAccessLoggingSettings = [
|
|
2182
|
+
9,
|
|
2183
|
+
n0,
|
|
2184
|
+
_DUALSi,
|
|
2185
|
+
{
|
|
2186
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/userAccessLoggingSettings", 200],
|
|
2187
|
+
},
|
|
2188
|
+
() => DisassociateUserAccessLoggingSettingsRequest,
|
|
2189
|
+
() => DisassociateUserAccessLoggingSettingsResponse,
|
|
2190
|
+
];
|
|
2191
|
+
export var DisassociateUserSettings = [
|
|
2192
|
+
9,
|
|
2193
|
+
n0,
|
|
2194
|
+
_DUSi,
|
|
2195
|
+
{
|
|
2196
|
+
[_h]: ["DELETE", "/portals/{portalArn+}/userSettings", 200],
|
|
2197
|
+
},
|
|
2198
|
+
() => DisassociateUserSettingsRequest,
|
|
2199
|
+
() => DisassociateUserSettingsResponse,
|
|
2200
|
+
];
|
|
2201
|
+
export var ExpireSession = [
|
|
2202
|
+
9,
|
|
2203
|
+
n0,
|
|
2204
|
+
_ES,
|
|
2205
|
+
{
|
|
2206
|
+
[_h]: ["DELETE", "/portals/{portalId}/sessions/{sessionId}", 200],
|
|
2207
|
+
},
|
|
2208
|
+
() => ExpireSessionRequest,
|
|
2209
|
+
() => ExpireSessionResponse,
|
|
2210
|
+
];
|
|
2211
|
+
export var GetBrowserSettings = [
|
|
2212
|
+
9,
|
|
2213
|
+
n0,
|
|
2214
|
+
_GBS,
|
|
2215
|
+
{
|
|
2216
|
+
[_h]: ["GET", "/browserSettings/{browserSettingsArn+}", 200],
|
|
2217
|
+
},
|
|
2218
|
+
() => GetBrowserSettingsRequest,
|
|
2219
|
+
() => GetBrowserSettingsResponse,
|
|
2220
|
+
];
|
|
2221
|
+
export var GetDataProtectionSettings = [
|
|
2222
|
+
9,
|
|
2223
|
+
n0,
|
|
2224
|
+
_GDPS,
|
|
2225
|
+
{
|
|
2226
|
+
[_h]: ["GET", "/dataProtectionSettings/{dataProtectionSettingsArn+}", 200],
|
|
2227
|
+
},
|
|
2228
|
+
() => GetDataProtectionSettingsRequest,
|
|
2229
|
+
() => GetDataProtectionSettingsResponse,
|
|
2230
|
+
];
|
|
2231
|
+
export var GetIdentityProvider = [
|
|
2232
|
+
9,
|
|
2233
|
+
n0,
|
|
2234
|
+
_GIP,
|
|
2235
|
+
{
|
|
2236
|
+
[_h]: ["GET", "/identityProviders/{identityProviderArn+}", 200],
|
|
2237
|
+
},
|
|
2238
|
+
() => GetIdentityProviderRequest,
|
|
2239
|
+
() => GetIdentityProviderResponse,
|
|
2240
|
+
];
|
|
2241
|
+
export var GetIpAccessSettings = [
|
|
2242
|
+
9,
|
|
2243
|
+
n0,
|
|
2244
|
+
_GIAS,
|
|
2245
|
+
{
|
|
2246
|
+
[_h]: ["GET", "/ipAccessSettings/{ipAccessSettingsArn+}", 200],
|
|
2247
|
+
},
|
|
2248
|
+
() => GetIpAccessSettingsRequest,
|
|
2249
|
+
() => GetIpAccessSettingsResponse,
|
|
2250
|
+
];
|
|
2251
|
+
export var GetNetworkSettings = [
|
|
2252
|
+
9,
|
|
2253
|
+
n0,
|
|
2254
|
+
_GNS,
|
|
2255
|
+
{
|
|
2256
|
+
[_h]: ["GET", "/networkSettings/{networkSettingsArn+}", 200],
|
|
2257
|
+
},
|
|
2258
|
+
() => GetNetworkSettingsRequest,
|
|
2259
|
+
() => GetNetworkSettingsResponse,
|
|
2260
|
+
];
|
|
2261
|
+
export var GetPortal = [
|
|
2262
|
+
9,
|
|
2263
|
+
n0,
|
|
2264
|
+
_GP,
|
|
2265
|
+
{
|
|
2266
|
+
[_h]: ["GET", "/portals/{portalArn+}", 200],
|
|
2267
|
+
},
|
|
2268
|
+
() => GetPortalRequest,
|
|
2269
|
+
() => GetPortalResponse,
|
|
2270
|
+
];
|
|
2271
|
+
export var GetPortalServiceProviderMetadata = [
|
|
2272
|
+
9,
|
|
2273
|
+
n0,
|
|
2274
|
+
_GPSPM,
|
|
2275
|
+
{
|
|
2276
|
+
[_h]: ["GET", "/portalIdp/{portalArn+}", 200],
|
|
2277
|
+
},
|
|
2278
|
+
() => GetPortalServiceProviderMetadataRequest,
|
|
2279
|
+
() => GetPortalServiceProviderMetadataResponse,
|
|
2280
|
+
];
|
|
2281
|
+
export var GetSession = [
|
|
2282
|
+
9,
|
|
2283
|
+
n0,
|
|
2284
|
+
_GS,
|
|
2285
|
+
{
|
|
2286
|
+
[_h]: ["GET", "/portals/{portalId}/sessions/{sessionId}", 200],
|
|
2287
|
+
},
|
|
2288
|
+
() => GetSessionRequest,
|
|
2289
|
+
() => GetSessionResponse,
|
|
2290
|
+
];
|
|
2291
|
+
export var GetSessionLogger = [
|
|
2292
|
+
9,
|
|
2293
|
+
n0,
|
|
2294
|
+
_GSL,
|
|
2295
|
+
{
|
|
2296
|
+
[_h]: ["GET", "/sessionLoggers/{sessionLoggerArn+}", 200],
|
|
2297
|
+
},
|
|
2298
|
+
() => GetSessionLoggerRequest,
|
|
2299
|
+
() => GetSessionLoggerResponse,
|
|
2300
|
+
];
|
|
2301
|
+
export var GetTrustStore = [
|
|
2302
|
+
9,
|
|
2303
|
+
n0,
|
|
2304
|
+
_GTS,
|
|
2305
|
+
{
|
|
2306
|
+
[_h]: ["GET", "/trustStores/{trustStoreArn+}", 200],
|
|
2307
|
+
},
|
|
2308
|
+
() => GetTrustStoreRequest,
|
|
2309
|
+
() => GetTrustStoreResponse,
|
|
2310
|
+
];
|
|
2311
|
+
export var GetTrustStoreCertificate = [
|
|
2312
|
+
9,
|
|
2313
|
+
n0,
|
|
2314
|
+
_GTSC,
|
|
2315
|
+
{
|
|
2316
|
+
[_h]: ["GET", "/trustStores/{trustStoreArn+}/certificate", 200],
|
|
2317
|
+
},
|
|
2318
|
+
() => GetTrustStoreCertificateRequest,
|
|
2319
|
+
() => GetTrustStoreCertificateResponse,
|
|
2320
|
+
];
|
|
2321
|
+
export var GetUserAccessLoggingSettings = [
|
|
2322
|
+
9,
|
|
2323
|
+
n0,
|
|
2324
|
+
_GUALS,
|
|
2325
|
+
{
|
|
2326
|
+
[_h]: ["GET", "/userAccessLoggingSettings/{userAccessLoggingSettingsArn+}", 200],
|
|
2327
|
+
},
|
|
2328
|
+
() => GetUserAccessLoggingSettingsRequest,
|
|
2329
|
+
() => GetUserAccessLoggingSettingsResponse,
|
|
2330
|
+
];
|
|
2331
|
+
export var GetUserSettings = [
|
|
2332
|
+
9,
|
|
2333
|
+
n0,
|
|
2334
|
+
_GUS,
|
|
2335
|
+
{
|
|
2336
|
+
[_h]: ["GET", "/userSettings/{userSettingsArn+}", 200],
|
|
2337
|
+
},
|
|
2338
|
+
() => GetUserSettingsRequest,
|
|
2339
|
+
() => GetUserSettingsResponse,
|
|
2340
|
+
];
|
|
2341
|
+
export var ListBrowserSettings = [
|
|
2342
|
+
9,
|
|
2343
|
+
n0,
|
|
2344
|
+
_LBS,
|
|
2345
|
+
{
|
|
2346
|
+
[_h]: ["GET", "/browserSettings", 200],
|
|
2347
|
+
},
|
|
2348
|
+
() => ListBrowserSettingsRequest,
|
|
2349
|
+
() => ListBrowserSettingsResponse,
|
|
2350
|
+
];
|
|
2351
|
+
export var ListDataProtectionSettings = [
|
|
2352
|
+
9,
|
|
2353
|
+
n0,
|
|
2354
|
+
_LDPS,
|
|
2355
|
+
{
|
|
2356
|
+
[_h]: ["GET", "/dataProtectionSettings", 200],
|
|
2357
|
+
},
|
|
2358
|
+
() => ListDataProtectionSettingsRequest,
|
|
2359
|
+
() => ListDataProtectionSettingsResponse,
|
|
2360
|
+
];
|
|
2361
|
+
export var ListIdentityProviders = [
|
|
2362
|
+
9,
|
|
2363
|
+
n0,
|
|
2364
|
+
_LIP,
|
|
2365
|
+
{
|
|
2366
|
+
[_h]: ["GET", "/portals/{portalArn+}/identityProviders", 200],
|
|
2367
|
+
},
|
|
2368
|
+
() => ListIdentityProvidersRequest,
|
|
2369
|
+
() => ListIdentityProvidersResponse,
|
|
2370
|
+
];
|
|
2371
|
+
export var ListIpAccessSettings = [
|
|
2372
|
+
9,
|
|
2373
|
+
n0,
|
|
2374
|
+
_LIAS,
|
|
2375
|
+
{
|
|
2376
|
+
[_h]: ["GET", "/ipAccessSettings", 200],
|
|
2377
|
+
},
|
|
2378
|
+
() => ListIpAccessSettingsRequest,
|
|
2379
|
+
() => ListIpAccessSettingsResponse,
|
|
2380
|
+
];
|
|
2381
|
+
export var ListNetworkSettings = [
|
|
2382
|
+
9,
|
|
2383
|
+
n0,
|
|
2384
|
+
_LNS,
|
|
2385
|
+
{
|
|
2386
|
+
[_h]: ["GET", "/networkSettings", 200],
|
|
2387
|
+
},
|
|
2388
|
+
() => ListNetworkSettingsRequest,
|
|
2389
|
+
() => ListNetworkSettingsResponse,
|
|
2390
|
+
];
|
|
2391
|
+
export var ListPortals = [
|
|
2392
|
+
9,
|
|
2393
|
+
n0,
|
|
2394
|
+
_LP,
|
|
2395
|
+
{
|
|
2396
|
+
[_h]: ["GET", "/portals", 200],
|
|
2397
|
+
},
|
|
2398
|
+
() => ListPortalsRequest,
|
|
2399
|
+
() => ListPortalsResponse,
|
|
2400
|
+
];
|
|
2401
|
+
export var ListSessionLoggers = [
|
|
2402
|
+
9,
|
|
2403
|
+
n0,
|
|
2404
|
+
_LSL,
|
|
2405
|
+
{
|
|
2406
|
+
[_h]: ["GET", "/sessionLoggers", 200],
|
|
2407
|
+
},
|
|
2408
|
+
() => ListSessionLoggersRequest,
|
|
2409
|
+
() => ListSessionLoggersResponse,
|
|
2410
|
+
];
|
|
2411
|
+
export var ListSessions = [
|
|
2412
|
+
9,
|
|
2413
|
+
n0,
|
|
2414
|
+
_LS,
|
|
2415
|
+
{
|
|
2416
|
+
[_h]: ["GET", "/portals/{portalId}/sessions", 200],
|
|
2417
|
+
},
|
|
2418
|
+
() => ListSessionsRequest,
|
|
2419
|
+
() => ListSessionsResponse,
|
|
2420
|
+
];
|
|
2421
|
+
export var ListTagsForResource = [
|
|
2422
|
+
9,
|
|
2423
|
+
n0,
|
|
2424
|
+
_LTFR,
|
|
2425
|
+
{
|
|
2426
|
+
[_h]: ["GET", "/tags/{resourceArn+}", 200],
|
|
2427
|
+
},
|
|
2428
|
+
() => ListTagsForResourceRequest,
|
|
2429
|
+
() => ListTagsForResourceResponse,
|
|
2430
|
+
];
|
|
2431
|
+
export var ListTrustStoreCertificates = [
|
|
2432
|
+
9,
|
|
2433
|
+
n0,
|
|
2434
|
+
_LTSC,
|
|
2435
|
+
{
|
|
2436
|
+
[_h]: ["GET", "/trustStores/{trustStoreArn+}/certificates", 200],
|
|
2437
|
+
},
|
|
2438
|
+
() => ListTrustStoreCertificatesRequest,
|
|
2439
|
+
() => ListTrustStoreCertificatesResponse,
|
|
2440
|
+
];
|
|
2441
|
+
export var ListTrustStores = [
|
|
2442
|
+
9,
|
|
2443
|
+
n0,
|
|
2444
|
+
_LTS,
|
|
2445
|
+
{
|
|
2446
|
+
[_h]: ["GET", "/trustStores", 200],
|
|
2447
|
+
},
|
|
2448
|
+
() => ListTrustStoresRequest,
|
|
2449
|
+
() => ListTrustStoresResponse,
|
|
2450
|
+
];
|
|
2451
|
+
export var ListUserAccessLoggingSettings = [
|
|
2452
|
+
9,
|
|
2453
|
+
n0,
|
|
2454
|
+
_LUALS,
|
|
2455
|
+
{
|
|
2456
|
+
[_h]: ["GET", "/userAccessLoggingSettings", 200],
|
|
2457
|
+
},
|
|
2458
|
+
() => ListUserAccessLoggingSettingsRequest,
|
|
2459
|
+
() => ListUserAccessLoggingSettingsResponse,
|
|
2460
|
+
];
|
|
2461
|
+
export var ListUserSettings = [
|
|
2462
|
+
9,
|
|
2463
|
+
n0,
|
|
2464
|
+
_LUS,
|
|
2465
|
+
{
|
|
2466
|
+
[_h]: ["GET", "/userSettings", 200],
|
|
2467
|
+
},
|
|
2468
|
+
() => ListUserSettingsRequest,
|
|
2469
|
+
() => ListUserSettingsResponse,
|
|
2470
|
+
];
|
|
2471
|
+
export var TagResource = [
|
|
2472
|
+
9,
|
|
2473
|
+
n0,
|
|
2474
|
+
_TR,
|
|
2475
|
+
{
|
|
2476
|
+
[_h]: ["POST", "/tags/{resourceArn+}", 200],
|
|
2477
|
+
},
|
|
2478
|
+
() => TagResourceRequest,
|
|
2479
|
+
() => TagResourceResponse,
|
|
2480
|
+
];
|
|
2481
|
+
export var UntagResource = [
|
|
2482
|
+
9,
|
|
2483
|
+
n0,
|
|
2484
|
+
_UR,
|
|
2485
|
+
{
|
|
2486
|
+
[_h]: ["DELETE", "/tags/{resourceArn+}", 200],
|
|
2487
|
+
},
|
|
2488
|
+
() => UntagResourceRequest,
|
|
2489
|
+
() => UntagResourceResponse,
|
|
2490
|
+
];
|
|
2491
|
+
export var UpdateBrowserSettings = [
|
|
2492
|
+
9,
|
|
2493
|
+
n0,
|
|
2494
|
+
_UBS,
|
|
2495
|
+
{
|
|
2496
|
+
[_h]: ["PATCH", "/browserSettings/{browserSettingsArn+}", 200],
|
|
2497
|
+
},
|
|
2498
|
+
() => UpdateBrowserSettingsRequest,
|
|
2499
|
+
() => UpdateBrowserSettingsResponse,
|
|
2500
|
+
];
|
|
2501
|
+
export var UpdateDataProtectionSettings = [
|
|
2502
|
+
9,
|
|
2503
|
+
n0,
|
|
2504
|
+
_UDPS,
|
|
2505
|
+
{
|
|
2506
|
+
[_h]: ["PATCH", "/dataProtectionSettings/{dataProtectionSettingsArn+}", 200],
|
|
2507
|
+
},
|
|
2508
|
+
() => UpdateDataProtectionSettingsRequest,
|
|
2509
|
+
() => UpdateDataProtectionSettingsResponse,
|
|
2510
|
+
];
|
|
2511
|
+
export var UpdateIdentityProvider = [
|
|
2512
|
+
9,
|
|
2513
|
+
n0,
|
|
2514
|
+
_UIP,
|
|
2515
|
+
{
|
|
2516
|
+
[_h]: ["PATCH", "/identityProviders/{identityProviderArn+}", 200],
|
|
2517
|
+
},
|
|
2518
|
+
() => UpdateIdentityProviderRequest,
|
|
2519
|
+
() => UpdateIdentityProviderResponse,
|
|
2520
|
+
];
|
|
2521
|
+
export var UpdateIpAccessSettings = [
|
|
2522
|
+
9,
|
|
2523
|
+
n0,
|
|
2524
|
+
_UIAS,
|
|
2525
|
+
{
|
|
2526
|
+
[_h]: ["PATCH", "/ipAccessSettings/{ipAccessSettingsArn+}", 200],
|
|
2527
|
+
},
|
|
2528
|
+
() => UpdateIpAccessSettingsRequest,
|
|
2529
|
+
() => UpdateIpAccessSettingsResponse,
|
|
2530
|
+
];
|
|
2531
|
+
export var UpdateNetworkSettings = [
|
|
2532
|
+
9,
|
|
2533
|
+
n0,
|
|
2534
|
+
_UNS,
|
|
2535
|
+
{
|
|
2536
|
+
[_h]: ["PATCH", "/networkSettings/{networkSettingsArn+}", 200],
|
|
2537
|
+
},
|
|
2538
|
+
() => UpdateNetworkSettingsRequest,
|
|
2539
|
+
() => UpdateNetworkSettingsResponse,
|
|
2540
|
+
];
|
|
2541
|
+
export var UpdatePortal = [
|
|
2542
|
+
9,
|
|
2543
|
+
n0,
|
|
2544
|
+
_UP,
|
|
2545
|
+
{
|
|
2546
|
+
[_h]: ["PUT", "/portals/{portalArn+}", 200],
|
|
2547
|
+
},
|
|
2548
|
+
() => UpdatePortalRequest,
|
|
2549
|
+
() => UpdatePortalResponse,
|
|
2550
|
+
];
|
|
2551
|
+
export var UpdateSessionLogger = [
|
|
2552
|
+
9,
|
|
2553
|
+
n0,
|
|
2554
|
+
_USLp,
|
|
2555
|
+
{
|
|
2556
|
+
[_h]: ["POST", "/sessionLoggers/{sessionLoggerArn+}", 200],
|
|
2557
|
+
},
|
|
2558
|
+
() => UpdateSessionLoggerRequest,
|
|
2559
|
+
() => UpdateSessionLoggerResponse,
|
|
2560
|
+
];
|
|
2561
|
+
export var UpdateTrustStore = [
|
|
2562
|
+
9,
|
|
2563
|
+
n0,
|
|
2564
|
+
_UTS,
|
|
2565
|
+
{
|
|
2566
|
+
[_h]: ["PATCH", "/trustStores/{trustStoreArn+}", 200],
|
|
2567
|
+
},
|
|
2568
|
+
() => UpdateTrustStoreRequest,
|
|
2569
|
+
() => UpdateTrustStoreResponse,
|
|
2570
|
+
];
|
|
2571
|
+
export var UpdateUserAccessLoggingSettings = [
|
|
2572
|
+
9,
|
|
2573
|
+
n0,
|
|
2574
|
+
_UUALS,
|
|
2575
|
+
{
|
|
2576
|
+
[_h]: ["PATCH", "/userAccessLoggingSettings/{userAccessLoggingSettingsArn+}", 200],
|
|
2577
|
+
},
|
|
2578
|
+
() => UpdateUserAccessLoggingSettingsRequest,
|
|
2579
|
+
() => UpdateUserAccessLoggingSettingsResponse,
|
|
2580
|
+
];
|
|
2581
|
+
export var UpdateUserSettings = [
|
|
2582
|
+
9,
|
|
2583
|
+
n0,
|
|
2584
|
+
_UUS,
|
|
2585
|
+
{
|
|
2586
|
+
[_h]: ["PATCH", "/userSettings/{userSettingsArn+}", 200],
|
|
2587
|
+
},
|
|
2588
|
+
() => UpdateUserSettingsRequest,
|
|
2589
|
+
() => UpdateUserSettingsResponse,
|
|
2590
|
+
];
|