@aws-sdk/client-resource-explorer-2 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.
Files changed (56) hide show
  1. package/dist-cjs/index.js +991 -1509
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ResourceExplorer2Client.js +2 -0
  4. package/dist-es/commands/AssociateDefaultViewCommand.js +3 -9
  5. package/dist-es/commands/BatchGetViewCommand.js +3 -10
  6. package/dist-es/commands/CreateIndexCommand.js +3 -10
  7. package/dist-es/commands/CreateResourceExplorerSetupCommand.js +3 -9
  8. package/dist-es/commands/CreateViewCommand.js +3 -10
  9. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  10. package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +3 -9
  11. package/dist-es/commands/DeleteViewCommand.js +3 -9
  12. package/dist-es/commands/DisassociateDefaultViewCommand.js +3 -9
  13. package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +3 -9
  14. package/dist-es/commands/GetDefaultViewCommand.js +3 -9
  15. package/dist-es/commands/GetIndexCommand.js +3 -10
  16. package/dist-es/commands/GetManagedViewCommand.js +3 -10
  17. package/dist-es/commands/GetResourceExplorerSetupCommand.js +3 -10
  18. package/dist-es/commands/GetServiceIndexCommand.js +3 -9
  19. package/dist-es/commands/GetServiceViewCommand.js +3 -10
  20. package/dist-es/commands/GetViewCommand.js +3 -10
  21. package/dist-es/commands/ListIndexesCommand.js +3 -9
  22. package/dist-es/commands/ListIndexesForMembersCommand.js +3 -9
  23. package/dist-es/commands/ListManagedViewsCommand.js +3 -9
  24. package/dist-es/commands/ListResourcesCommand.js +3 -10
  25. package/dist-es/commands/ListServiceIndexesCommand.js +3 -9
  26. package/dist-es/commands/ListServiceViewsCommand.js +3 -9
  27. package/dist-es/commands/ListStreamingAccessForServicesCommand.js +3 -9
  28. package/dist-es/commands/ListSupportedResourceTypesCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  30. package/dist-es/commands/ListViewsCommand.js +3 -9
  31. package/dist-es/commands/SearchCommand.js +3 -10
  32. package/dist-es/commands/TagResourceCommand.js +3 -10
  33. package/dist-es/commands/UntagResourceCommand.js +3 -10
  34. package/dist-es/commands/UpdateIndexTypeCommand.js +3 -9
  35. package/dist-es/commands/UpdateViewCommand.js +3 -10
  36. package/dist-es/models/models_0.js +0 -88
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-es/schemas/schemas_0.js +907 -0
  39. package/dist-types/ResourceExplorer2Client.d.ts +10 -1
  40. package/dist-types/models/models_0.d.ts +0 -88
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  42. package/dist-types/runtimeConfig.d.ts +1 -0
  43. package/dist-types/runtimeConfig.native.d.ts +1 -0
  44. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  45. package/dist-types/schemas/schemas_0.d.ts +139 -0
  46. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +4 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -52
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +146 -0
  53. package/package.json +33 -34
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1154
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
@@ -0,0 +1,907 @@
1
+ const _A = "Arn";
2
+ const _ADE = "AccessDeniedException";
3
+ const _ADV = "AssociateDefaultView";
4
+ const _ADVI = "AssociateDefaultViewInput";
5
+ const _ADVO = "AssociateDefaultViewOutput";
6
+ const _AI = "AccountId";
7
+ const _AIL = "AccountIdList";
8
+ const _AR = "AggregatorRegions";
9
+ const _AWSSAS = "AWSServiceAccessStatus";
10
+ const _BGV = "BatchGetView";
11
+ const _BGVE = "BatchGetViewError";
12
+ const _BGVEa = "BatchGetViewErrors";
13
+ const _BGVI = "BatchGetViewInput";
14
+ const _BGVO = "BatchGetViewOutput";
15
+ const _C = "Code";
16
+ const _CA = "CreatedAt";
17
+ const _CE = "ConflictException";
18
+ const _CI = "CreateIndex";
19
+ const _CII = "CreateIndexInput";
20
+ const _CIO = "CreateIndexOutput";
21
+ const _CRES = "CreateResourceExplorerSetup";
22
+ const _CRESI = "CreateResourceExplorerSetupInput";
23
+ const _CRESO = "CreateResourceExplorerSetupOutput";
24
+ const _CT = "ClientToken";
25
+ const _CV = "CreateView";
26
+ const _CVI = "CreateViewInput";
27
+ const _CVO = "CreateViewOutput";
28
+ const _Co = "Complete";
29
+ const _Cou = "Count";
30
+ const _D = "Data";
31
+ const _DDV = "DisassociateDefaultView";
32
+ const _DI = "DeleteIndex";
33
+ const _DIAR = "DeleteInAllRegions";
34
+ const _DII = "DeleteIndexInput";
35
+ const _DIO = "DeleteIndexOutput";
36
+ const _DRES = "DeleteResourceExplorerSetup";
37
+ const _DRESI = "DeleteResourceExplorerSetupInput";
38
+ const _DRESO = "DeleteResourceExplorerSetupOutput";
39
+ const _DV = "DeleteView";
40
+ const _DVI = "DeleteViewInput";
41
+ const _DVO = "DeleteViewOutput";
42
+ const _E = "Errors";
43
+ const _ED = "ErrorDetails";
44
+ const _EM = "ErrorMessage";
45
+ const _F = "Filters";
46
+ const _FL = "FieldList";
47
+ const _FS = "FilterString";
48
+ const _GALSC = "GetAccountLevelServiceConfiguration";
49
+ const _GALSCO = "GetAccountLevelServiceConfigurationOutput";
50
+ const _GDV = "GetDefaultView";
51
+ const _GDVO = "GetDefaultViewOutput";
52
+ const _GI = "GetIndex";
53
+ const _GIO = "GetIndexOutput";
54
+ const _GMV = "GetManagedView";
55
+ const _GMVI = "GetManagedViewInput";
56
+ const _GMVO = "GetManagedViewOutput";
57
+ const _GRES = "GetResourceExplorerSetup";
58
+ const _GRESI = "GetResourceExplorerSetupInput";
59
+ const _GRESO = "GetResourceExplorerSetupOutput";
60
+ const _GSI = "GetServiceIndex";
61
+ const _GSIO = "GetServiceIndexOutput";
62
+ const _GSV = "GetServiceView";
63
+ const _GSVI = "GetServiceViewInput";
64
+ const _GSVO = "GetServiceViewOutput";
65
+ const _GV = "GetView";
66
+ const _GVI = "GetViewInput";
67
+ const _GVO = "GetViewOutput";
68
+ const _I = "Index";
69
+ const _IL = "IndexList";
70
+ const _IP = "IncludedProperties";
71
+ const _IPL = "IncludedPropertyList";
72
+ const _IPn = "IncludedProperty";
73
+ const _IS = "IndexStatus";
74
+ const _ISE = "InternalServerException";
75
+ const _In = "Indexes";
76
+ const _LI = "ListIndexes";
77
+ const _LIFM = "ListIndexesForMembers";
78
+ const _LIFMI = "ListIndexesForMembersInput";
79
+ const _LIFMO = "ListIndexesForMembersOutput";
80
+ const _LII = "ListIndexesInput";
81
+ const _LIO = "ListIndexesOutput";
82
+ const _LMV = "ListManagedViews";
83
+ const _LMVI = "ListManagedViewsInput";
84
+ const _LMVO = "ListManagedViewsOutput";
85
+ const _LR = "ListResources";
86
+ const _LRA = "LastReportedAt";
87
+ const _LRI = "ListResourcesInput";
88
+ const _LRO = "ListResourcesOutput";
89
+ const _LSAFS = "ListStreamingAccessForServices";
90
+ const _LSAFSI = "ListStreamingAccessForServicesInput";
91
+ const _LSAFSO = "ListStreamingAccessForServicesOutput";
92
+ const _LSI = "ListServiceIndexes";
93
+ const _LSII = "ListServiceIndexesInput";
94
+ const _LSIO = "ListServiceIndexesOutput";
95
+ const _LSRT = "ListSupportedResourceTypes";
96
+ const _LSRTI = "ListSupportedResourceTypesInput";
97
+ const _LSRTO = "ListSupportedResourceTypesOutput";
98
+ const _LSV = "ListServiceViews";
99
+ const _LSVI = "ListServiceViewsInput";
100
+ const _LSVO = "ListServiceViewsOutput";
101
+ const _LTFR = "ListTagsForResource";
102
+ const _LTFRI = "ListTagsForResourceInput";
103
+ const _LTFRO = "ListTagsForResourceOutput";
104
+ const _LUA = "LastUpdatedAt";
105
+ const _LV = "ListViews";
106
+ const _LVI = "ListViewsInput";
107
+ const _LVO = "ListViewsOutput";
108
+ const _M = "Message";
109
+ const _MI = "MemberIndex";
110
+ const _MIL = "MemberIndexList";
111
+ const _MR = "MaxResults";
112
+ const _MV = "ManagedView";
113
+ const _MVA = "ManagedViewArn";
114
+ const _MVN = "ManagedViewName";
115
+ const _MVa = "ManagedViews";
116
+ const _N = "Name";
117
+ const _NT = "NextToken";
118
+ const _O = "Owner";
119
+ const _OAI = "OwningAccountId";
120
+ const _OC = "OrgConfiguration";
121
+ const _P = "Properties";
122
+ const _QS = "QueryString";
123
+ const _R = "Regions";
124
+ const _RC = "ResourceCount";
125
+ const _RF = "ReplicatingFrom";
126
+ const _RL = "RegionList";
127
+ const _RLe = "ResourceList";
128
+ const _RNFE = "ResourceNotFoundException";
129
+ const _RP = "ResourcePolicy";
130
+ const _RPL = "ResourcePropertyList";
131
+ const _RPe = "ResourceProperty";
132
+ const _RS = "RegionStatus";
133
+ const _RSL = "RegionStatusList";
134
+ const _RT = "ReplicatingTo";
135
+ const _RTL = "ResourceTypeList";
136
+ const _RTe = "ResourceTypes";
137
+ const _RTes = "ResourceType";
138
+ const _Re = "Region";
139
+ const _Res = "Resources";
140
+ const _Reso = "Resource";
141
+ const _S = "State";
142
+ const _SAD = "StreamingAccessDetails";
143
+ const _SADL = "StreamingAccessDetailsList";
144
+ const _SAFS = "StreamingAccessForServices";
145
+ const _SAFSt = "StreamingAccessForService";
146
+ const _SF = "SearchFilter";
147
+ const _SI = "SearchInput";
148
+ const _SL = "StringList";
149
+ const _SLR = "ServiceLinkedRole";
150
+ const _SO = "SearchOutput";
151
+ const _SP = "ServicePrincipal";
152
+ const _SQEE = "ServiceQuotaExceededException";
153
+ const _SRT = "SupportedResourceType";
154
+ const _ST = "ScopeType";
155
+ const _SV = "ServiceViews";
156
+ const _SVA = "ServiceViewArn";
157
+ const _SVe = "ServiceView";
158
+ const _Sc = "Scope";
159
+ const _Se = "Service";
160
+ const _Sea = "Search";
161
+ const _St = "Status";
162
+ const _T = "Tags";
163
+ const _TE = "ThrottlingException";
164
+ const _TI = "TaskId";
165
+ const _TM = "TagMap";
166
+ const _TR = "TotalResources";
167
+ const _TRI = "TagResourceInput";
168
+ const _TRO = "TagResourceOutput";
169
+ const _TRa = "TagResource";
170
+ const _TS = "TrustedService";
171
+ const _Ty = "Type";
172
+ const _UE = "UnauthorizedException";
173
+ const _UIT = "UpdateIndexType";
174
+ const _UITI = "UpdateIndexTypeInput";
175
+ const _UITO = "UpdateIndexTypeOutput";
176
+ const _UR = "UntagResource";
177
+ const _URI = "UntagResourceInput";
178
+ const _URO = "UntagResourceOutput";
179
+ const _UV = "UpdateView";
180
+ const _UVI = "UpdateViewInput";
181
+ const _UVO = "UpdateViewOutput";
182
+ const _V = "Views";
183
+ const _VA = "ViewArn";
184
+ const _VAi = "ViewArns";
185
+ const _VE = "ValidationException";
186
+ const _VEF = "ValidationExceptionField";
187
+ const _VEFL = "ValidationExceptionFieldList";
188
+ const _VI = "ValidationIssue";
189
+ const _VL = "ViewList";
190
+ const _VN = "ViewName";
191
+ const _VS = "ViewStatus";
192
+ const _Va = "Value";
193
+ const _Ve = "Version";
194
+ const _Vi = "View";
195
+ const _c = "client";
196
+ const _e = "error";
197
+ const _h = "http";
198
+ const _hE = "httpError";
199
+ const _hQ = "httpQuery";
200
+ const _rA = "resourceArn";
201
+ const _s = "server";
202
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.resourceexplorer2";
203
+ const _tK = "tagKeys";
204
+ const n0 = "com.amazonaws.resourceexplorer2";
205
+ import { TypeRegistry } from "@smithy/core/schema";
206
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/index";
207
+ import { ResourceExplorer2ServiceException as __ResourceExplorer2ServiceException } from "../models/ResourceExplorer2ServiceException";
208
+ export var QueryString = [0, n0, _QS, 8, 0];
209
+ export var AccessDeniedException = [
210
+ -3,
211
+ n0,
212
+ _ADE,
213
+ {
214
+ [_e]: _c,
215
+ [_hE]: 403,
216
+ },
217
+ [_M],
218
+ [0],
219
+ ];
220
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
221
+ export var AssociateDefaultViewInput = [3, n0, _ADVI, 0, [_VA], [0]];
222
+ export var AssociateDefaultViewOutput = [3, n0, _ADVO, 0, [_VA], [0]];
223
+ export var BatchGetViewError = [3, n0, _BGVE, 0, [_VA, _EM], [0, 0]];
224
+ export var BatchGetViewInput = [3, n0, _BGVI, 0, [_VAi], [64 | 0]];
225
+ export var BatchGetViewOutput = [
226
+ 3,
227
+ n0,
228
+ _BGVO,
229
+ 0,
230
+ [_V, _E],
231
+ [[() => ViewList, 0], () => BatchGetViewErrors],
232
+ ];
233
+ export var ConflictException = [
234
+ -3,
235
+ n0,
236
+ _CE,
237
+ {
238
+ [_e]: _c,
239
+ [_hE]: 409,
240
+ },
241
+ [_M],
242
+ [0],
243
+ ];
244
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
245
+ export var CreateIndexInput = [
246
+ 3,
247
+ n0,
248
+ _CII,
249
+ 0,
250
+ [_CT, _T],
251
+ [
252
+ [0, 4],
253
+ [() => TagMap, 0],
254
+ ],
255
+ ];
256
+ export var CreateIndexOutput = [3, n0, _CIO, 0, [_A, _S, _CA], [0, 0, 5]];
257
+ export var CreateResourceExplorerSetupInput = [
258
+ 3,
259
+ n0,
260
+ _CRESI,
261
+ 0,
262
+ [_RL, _AR, _VN],
263
+ [64 | 0, 64 | 0, 0],
264
+ ];
265
+ export var CreateResourceExplorerSetupOutput = [3, n0, _CRESO, 0, [_TI], [0]];
266
+ export var CreateViewInput = [
267
+ 3,
268
+ n0,
269
+ _CVI,
270
+ 0,
271
+ [_CT, _VN, _IP, _Sc, _F, _T],
272
+ [[0, 4], 0, () => IncludedPropertyList, 0, [() => SearchFilter, 0], [() => TagMap, 0]],
273
+ ];
274
+ export var CreateViewOutput = [3, n0, _CVO, 0, [_Vi], [[() => View, 0]]];
275
+ export var DeleteIndexInput = [3, n0, _DII, 0, [_A], [0]];
276
+ export var DeleteIndexOutput = [3, n0, _DIO, 0, [_A, _S, _LUA], [0, 0, 5]];
277
+ export var DeleteResourceExplorerSetupInput = [3, n0, _DRESI, 0, [_RL, _DIAR], [64 | 0, 2]];
278
+ export var DeleteResourceExplorerSetupOutput = [3, n0, _DRESO, 0, [_TI], [0]];
279
+ export var DeleteViewInput = [3, n0, _DVI, 0, [_VA], [0]];
280
+ export var DeleteViewOutput = [3, n0, _DVO, 0, [_VA], [0]];
281
+ export var ErrorDetails = [3, n0, _ED, 0, [_C, _M], [0, 0]];
282
+ export var GetAccountLevelServiceConfigurationOutput = [
283
+ 3,
284
+ n0,
285
+ _GALSCO,
286
+ 0,
287
+ [_OC],
288
+ [() => OrgConfiguration],
289
+ ];
290
+ export var GetDefaultViewOutput = [3, n0, _GDVO, 0, [_VA], [0]];
291
+ export var GetIndexOutput = [
292
+ 3,
293
+ n0,
294
+ _GIO,
295
+ 0,
296
+ [_A, _Ty, _S, _RF, _RT, _CA, _LUA, _T],
297
+ [0, 0, 0, 64 | 0, 64 | 0, 5, 5, [() => TagMap, 0]],
298
+ ];
299
+ export var GetManagedViewInput = [3, n0, _GMVI, 0, [_MVA], [0]];
300
+ export var GetManagedViewOutput = [3, n0, _GMVO, 0, [_MV], [[() => ManagedView, 0]]];
301
+ export var GetResourceExplorerSetupInput = [3, n0, _GRESI, 0, [_TI, _MR, _NT], [0, 1, 0]];
302
+ export var GetResourceExplorerSetupOutput = [
303
+ 3,
304
+ n0,
305
+ _GRESO,
306
+ 0,
307
+ [_R, _NT],
308
+ [[() => RegionStatusList, 0], 0],
309
+ ];
310
+ export var GetServiceIndexOutput = [3, n0, _GSIO, 0, [_A, _Ty], [0, 0]];
311
+ export var GetServiceViewInput = [3, n0, _GSVI, 0, [_SVA], [0]];
312
+ export var GetServiceViewOutput = [3, n0, _GSVO, 0, [_Vi], [[() => ServiceView, 0]]];
313
+ export var GetViewInput = [3, n0, _GVI, 0, [_VA], [0]];
314
+ export var GetViewOutput = [
315
+ 3,
316
+ n0,
317
+ _GVO,
318
+ 0,
319
+ [_Vi, _T],
320
+ [
321
+ [() => View, 0],
322
+ [() => TagMap, 0],
323
+ ],
324
+ ];
325
+ export var IncludedProperty = [3, n0, _IPn, 0, [_N], [0]];
326
+ export var Index = [3, n0, _I, 0, [_Re, _A, _Ty], [0, 0, 0]];
327
+ export var IndexStatus = [3, n0, _IS, 0, [_St, _I, _ED], [0, () => Index, () => ErrorDetails]];
328
+ export var InternalServerException = [
329
+ -3,
330
+ n0,
331
+ _ISE,
332
+ {
333
+ [_e]: _s,
334
+ [_hE]: 500,
335
+ },
336
+ [_M],
337
+ [0],
338
+ ];
339
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
340
+ export var ListIndexesForMembersInput = [3, n0, _LIFMI, 0, [_AIL, _MR, _NT], [64 | 0, 1, 0]];
341
+ export var ListIndexesForMembersOutput = [
342
+ 3,
343
+ n0,
344
+ _LIFMO,
345
+ 0,
346
+ [_In, _NT],
347
+ [() => MemberIndexList, 0],
348
+ ];
349
+ export var ListIndexesInput = [3, n0, _LII, 0, [_Ty, _R, _MR, _NT], [0, 64 | 0, 1, 0]];
350
+ export var ListIndexesOutput = [3, n0, _LIO, 0, [_In, _NT], [() => IndexList, 0]];
351
+ export var ListManagedViewsInput = [3, n0, _LMVI, 0, [_MR, _NT, _SP], [1, 0, 0]];
352
+ export var ListManagedViewsOutput = [3, n0, _LMVO, 0, [_NT, _MVa], [0, 64 | 0]];
353
+ export var ListResourcesInput = [
354
+ 3,
355
+ n0,
356
+ _LRI,
357
+ 0,
358
+ [_F, _MR, _VA, _NT],
359
+ [[() => SearchFilter, 0], 1, 0, 0],
360
+ ];
361
+ export var ListResourcesOutput = [3, n0, _LRO, 0, [_Res, _NT, _VA], [() => ResourceList, 0, 0]];
362
+ export var ListServiceIndexesInput = [3, n0, _LSII, 0, [_R, _MR, _NT], [64 | 0, 1, 0]];
363
+ export var ListServiceIndexesOutput = [3, n0, _LSIO, 0, [_In, _NT], [() => IndexList, 0]];
364
+ export var ListServiceViewsInput = [3, n0, _LSVI, 0, [_MR, _NT], [1, 0]];
365
+ export var ListServiceViewsOutput = [3, n0, _LSVO, 0, [_NT, _SV], [0, 64 | 0]];
366
+ export var ListStreamingAccessForServicesInput = [3, n0, _LSAFSI, 0, [_MR, _NT], [1, 0]];
367
+ export var ListStreamingAccessForServicesOutput = [
368
+ 3,
369
+ n0,
370
+ _LSAFSO,
371
+ 0,
372
+ [_SAFS, _NT],
373
+ [() => StreamingAccessDetailsList, 0],
374
+ ];
375
+ export var ListSupportedResourceTypesInput = [3, n0, _LSRTI, 0, [_NT, _MR], [0, 1]];
376
+ export var ListSupportedResourceTypesOutput = [
377
+ 3,
378
+ n0,
379
+ _LSRTO,
380
+ 0,
381
+ [_RTe, _NT],
382
+ [() => ResourceTypeList, 0],
383
+ ];
384
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
385
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [[() => TagMap, 0]]];
386
+ export var ListViewsInput = [3, n0, _LVI, 0, [_NT, _MR], [0, 1]];
387
+ export var ListViewsOutput = [3, n0, _LVO, 0, [_V, _NT], [64 | 0, 0]];
388
+ export var ManagedView = [
389
+ 3,
390
+ n0,
391
+ _MV,
392
+ 0,
393
+ [_MVA, _MVN, _TS, _LUA, _O, _Sc, _IP, _F, _RP, _Ve],
394
+ [0, 0, 0, 5, 0, 0, () => IncludedPropertyList, [() => SearchFilter, 0], 0, 0],
395
+ ];
396
+ export var MemberIndex = [3, n0, _MI, 0, [_AI, _Re, _A, _Ty], [0, 0, 0, 0]];
397
+ export var OrgConfiguration = [3, n0, _OC, 0, [_AWSSAS, _SLR], [0, 0]];
398
+ export var RegionStatus = [
399
+ 3,
400
+ n0,
401
+ _RS,
402
+ 0,
403
+ [_Re, _I, _Vi],
404
+ [0, () => IndexStatus, [() => ViewStatus, 0]],
405
+ ];
406
+ export var Resource = [
407
+ 3,
408
+ n0,
409
+ _Reso,
410
+ 0,
411
+ [_A, _OAI, _Re, _RTes, _Se, _LRA, _P],
412
+ [0, 0, 0, 0, 0, 5, () => ResourcePropertyList],
413
+ ];
414
+ export var ResourceCount = [3, n0, _RC, 0, [_TR, _Co], [1, 2]];
415
+ export var ResourceNotFoundException = [
416
+ -3,
417
+ n0,
418
+ _RNFE,
419
+ {
420
+ [_e]: _c,
421
+ [_hE]: 404,
422
+ },
423
+ [_M],
424
+ [0],
425
+ ];
426
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
427
+ export var ResourceProperty = [3, n0, _RPe, 0, [_N, _LRA, _D], [0, 5, 15]];
428
+ export var SearchFilter = [3, n0, _SF, 8, [_FS], [0]];
429
+ export var SearchInput = [
430
+ 3,
431
+ n0,
432
+ _SI,
433
+ 0,
434
+ [_QS, _MR, _VA, _NT],
435
+ [[() => QueryString, 0], 1, 0, 0],
436
+ ];
437
+ export var SearchOutput = [
438
+ 3,
439
+ n0,
440
+ _SO,
441
+ 0,
442
+ [_Res, _NT, _VA, _Cou],
443
+ [() => ResourceList, 0, 0, () => ResourceCount],
444
+ ];
445
+ export var ServiceQuotaExceededException = [
446
+ -3,
447
+ n0,
448
+ _SQEE,
449
+ {
450
+ [_e]: _c,
451
+ [_hE]: 402,
452
+ },
453
+ [_M, _N, _Va],
454
+ [0, 0, 0],
455
+ ];
456
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
457
+ export var ServiceView = [
458
+ 3,
459
+ n0,
460
+ _SVe,
461
+ 0,
462
+ [_SVA, _F, _IP, _SAFSt, _ST],
463
+ [0, [() => SearchFilter, 0], () => IncludedPropertyList, 0, 0],
464
+ ];
465
+ export var StreamingAccessDetails = [3, n0, _SAD, 0, [_SP, _CA], [0, 5]];
466
+ export var SupportedResourceType = [3, n0, _SRT, 0, [_Se, _RTes], [0, 0]];
467
+ export var TagResourceInput = [
468
+ 3,
469
+ n0,
470
+ _TRI,
471
+ 0,
472
+ [_rA, _T],
473
+ [
474
+ [0, 1],
475
+ [() => TagMap, 0],
476
+ ],
477
+ ];
478
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
479
+ export var ThrottlingException = [
480
+ -3,
481
+ n0,
482
+ _TE,
483
+ {
484
+ [_e]: _c,
485
+ [_hE]: 429,
486
+ },
487
+ [_M],
488
+ [0],
489
+ ];
490
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
491
+ export var UnauthorizedException = [
492
+ -3,
493
+ n0,
494
+ _UE,
495
+ {
496
+ [_e]: _c,
497
+ [_hE]: 401,
498
+ },
499
+ [_M],
500
+ [0],
501
+ ];
502
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
503
+ export var UntagResourceInput = [
504
+ 3,
505
+ n0,
506
+ _URI,
507
+ 0,
508
+ [_rA, _tK],
509
+ [
510
+ [0, 1],
511
+ [
512
+ () => StringList,
513
+ {
514
+ [_hQ]: _tK,
515
+ },
516
+ ],
517
+ ],
518
+ ];
519
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
520
+ export var UpdateIndexTypeInput = [3, n0, _UITI, 0, [_A, _Ty], [0, 0]];
521
+ export var UpdateIndexTypeOutput = [3, n0, _UITO, 0, [_A, _Ty, _S, _LUA], [0, 0, 0, 5]];
522
+ export var UpdateViewInput = [
523
+ 3,
524
+ n0,
525
+ _UVI,
526
+ 0,
527
+ [_VA, _IP, _F],
528
+ [0, () => IncludedPropertyList, [() => SearchFilter, 0]],
529
+ ];
530
+ export var UpdateViewOutput = [3, n0, _UVO, 0, [_Vi], [[() => View, 0]]];
531
+ export var ValidationException = [
532
+ -3,
533
+ n0,
534
+ _VE,
535
+ {
536
+ [_e]: _c,
537
+ [_hE]: 400,
538
+ },
539
+ [_M, _FL],
540
+ [0, () => ValidationExceptionFieldList],
541
+ ];
542
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
543
+ export var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _VI], [0, 0]];
544
+ export var View = [
545
+ 3,
546
+ n0,
547
+ _Vi,
548
+ 0,
549
+ [_VA, _O, _LUA, _Sc, _IP, _F],
550
+ [0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter, 0]],
551
+ ];
552
+ export var ViewStatus = [
553
+ 3,
554
+ n0,
555
+ _VS,
556
+ 0,
557
+ [_St, _Vi, _ED],
558
+ [0, [() => View, 0], () => ErrorDetails],
559
+ ];
560
+ export var __Unit = "unit";
561
+ export var ResourceExplorer2ServiceException = [
562
+ -3,
563
+ _sm,
564
+ "ResourceExplorer2ServiceException",
565
+ 0,
566
+ [],
567
+ [],
568
+ ];
569
+ TypeRegistry.for(_sm).registerError(ResourceExplorer2ServiceException, __ResourceExplorer2ServiceException);
570
+ export var AccountIdList = 64 | 0;
571
+ export var BatchGetViewErrors = [1, n0, _BGVEa, 0, () => BatchGetViewError];
572
+ export var IncludedPropertyList = [1, n0, _IPL, 0, () => IncludedProperty];
573
+ export var IndexList = [1, n0, _IL, 0, () => Index];
574
+ export var ManagedViewArnList = 64 | 0;
575
+ export var MemberIndexList = [1, n0, _MIL, 0, () => MemberIndex];
576
+ export var RegionList = 64 | 0;
577
+ export var RegionStatusList = [1, n0, _RSL, 0, [() => RegionStatus, 0]];
578
+ export var ResourceList = [1, n0, _RLe, 0, () => Resource];
579
+ export var ResourcePropertyList = [1, n0, _RPL, 0, () => ResourceProperty];
580
+ export var ResourceTypeList = [1, n0, _RTL, 0, () => SupportedResourceType];
581
+ export var ServiceViewArnList = 64 | 0;
582
+ export var StreamingAccessDetailsList = [1, n0, _SADL, 0, () => StreamingAccessDetails];
583
+ export var StringList = [1, n0, _SL, 8, 0];
584
+ export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
585
+ export var ViewArnList = 64 | 0;
586
+ export var ViewList = [1, n0, _VL, 0, [() => View, 0]];
587
+ export var TagMap = [2, n0, _TM, 8, 0, 0];
588
+ export var AssociateDefaultView = [
589
+ 9,
590
+ n0,
591
+ _ADV,
592
+ {
593
+ [_h]: ["POST", "/AssociateDefaultView", 200],
594
+ },
595
+ () => AssociateDefaultViewInput,
596
+ () => AssociateDefaultViewOutput,
597
+ ];
598
+ export var BatchGetView = [
599
+ 9,
600
+ n0,
601
+ _BGV,
602
+ {
603
+ [_h]: ["POST", "/BatchGetView", 200],
604
+ },
605
+ () => BatchGetViewInput,
606
+ () => BatchGetViewOutput,
607
+ ];
608
+ export var CreateIndex = [
609
+ 9,
610
+ n0,
611
+ _CI,
612
+ {
613
+ [_h]: ["POST", "/CreateIndex", 200],
614
+ },
615
+ () => CreateIndexInput,
616
+ () => CreateIndexOutput,
617
+ ];
618
+ export var CreateResourceExplorerSetup = [
619
+ 9,
620
+ n0,
621
+ _CRES,
622
+ {
623
+ [_h]: ["POST", "/CreateResourceExplorerSetup", 200],
624
+ },
625
+ () => CreateResourceExplorerSetupInput,
626
+ () => CreateResourceExplorerSetupOutput,
627
+ ];
628
+ export var CreateView = [
629
+ 9,
630
+ n0,
631
+ _CV,
632
+ {
633
+ [_h]: ["POST", "/CreateView", 200],
634
+ },
635
+ () => CreateViewInput,
636
+ () => CreateViewOutput,
637
+ ];
638
+ export var DeleteIndex = [
639
+ 9,
640
+ n0,
641
+ _DI,
642
+ {
643
+ [_h]: ["POST", "/DeleteIndex", 200],
644
+ },
645
+ () => DeleteIndexInput,
646
+ () => DeleteIndexOutput,
647
+ ];
648
+ export var DeleteResourceExplorerSetup = [
649
+ 9,
650
+ n0,
651
+ _DRES,
652
+ {
653
+ [_h]: ["POST", "/DeleteResourceExplorerSetup", 200],
654
+ },
655
+ () => DeleteResourceExplorerSetupInput,
656
+ () => DeleteResourceExplorerSetupOutput,
657
+ ];
658
+ export var DeleteView = [
659
+ 9,
660
+ n0,
661
+ _DV,
662
+ {
663
+ [_h]: ["POST", "/DeleteView", 200],
664
+ },
665
+ () => DeleteViewInput,
666
+ () => DeleteViewOutput,
667
+ ];
668
+ export var DisassociateDefaultView = [
669
+ 9,
670
+ n0,
671
+ _DDV,
672
+ {
673
+ [_h]: ["POST", "/DisassociateDefaultView", 200],
674
+ },
675
+ () => __Unit,
676
+ () => __Unit,
677
+ ];
678
+ export var GetAccountLevelServiceConfiguration = [
679
+ 9,
680
+ n0,
681
+ _GALSC,
682
+ {
683
+ [_h]: ["POST", "/GetAccountLevelServiceConfiguration", 200],
684
+ },
685
+ () => __Unit,
686
+ () => GetAccountLevelServiceConfigurationOutput,
687
+ ];
688
+ export var GetDefaultView = [
689
+ 9,
690
+ n0,
691
+ _GDV,
692
+ {
693
+ [_h]: ["POST", "/GetDefaultView", 200],
694
+ },
695
+ () => __Unit,
696
+ () => GetDefaultViewOutput,
697
+ ];
698
+ export var GetIndex = [
699
+ 9,
700
+ n0,
701
+ _GI,
702
+ {
703
+ [_h]: ["POST", "/GetIndex", 200],
704
+ },
705
+ () => __Unit,
706
+ () => GetIndexOutput,
707
+ ];
708
+ export var GetManagedView = [
709
+ 9,
710
+ n0,
711
+ _GMV,
712
+ {
713
+ [_h]: ["POST", "/GetManagedView", 200],
714
+ },
715
+ () => GetManagedViewInput,
716
+ () => GetManagedViewOutput,
717
+ ];
718
+ export var GetResourceExplorerSetup = [
719
+ 9,
720
+ n0,
721
+ _GRES,
722
+ {
723
+ [_h]: ["POST", "/GetResourceExplorerSetup", 200],
724
+ },
725
+ () => GetResourceExplorerSetupInput,
726
+ () => GetResourceExplorerSetupOutput,
727
+ ];
728
+ export var GetServiceIndex = [
729
+ 9,
730
+ n0,
731
+ _GSI,
732
+ {
733
+ [_h]: ["POST", "/GetServiceIndex", 200],
734
+ },
735
+ () => __Unit,
736
+ () => GetServiceIndexOutput,
737
+ ];
738
+ export var GetServiceView = [
739
+ 9,
740
+ n0,
741
+ _GSV,
742
+ {
743
+ [_h]: ["POST", "/GetServiceView", 200],
744
+ },
745
+ () => GetServiceViewInput,
746
+ () => GetServiceViewOutput,
747
+ ];
748
+ export var GetView = [
749
+ 9,
750
+ n0,
751
+ _GV,
752
+ {
753
+ [_h]: ["POST", "/GetView", 200],
754
+ },
755
+ () => GetViewInput,
756
+ () => GetViewOutput,
757
+ ];
758
+ export var ListIndexes = [
759
+ 9,
760
+ n0,
761
+ _LI,
762
+ {
763
+ [_h]: ["POST", "/ListIndexes", 200],
764
+ },
765
+ () => ListIndexesInput,
766
+ () => ListIndexesOutput,
767
+ ];
768
+ export var ListIndexesForMembers = [
769
+ 9,
770
+ n0,
771
+ _LIFM,
772
+ {
773
+ [_h]: ["POST", "/ListIndexesForMembers", 200],
774
+ },
775
+ () => ListIndexesForMembersInput,
776
+ () => ListIndexesForMembersOutput,
777
+ ];
778
+ export var ListManagedViews = [
779
+ 9,
780
+ n0,
781
+ _LMV,
782
+ {
783
+ [_h]: ["POST", "/ListManagedViews", 200],
784
+ },
785
+ () => ListManagedViewsInput,
786
+ () => ListManagedViewsOutput,
787
+ ];
788
+ export var ListResources = [
789
+ 9,
790
+ n0,
791
+ _LR,
792
+ {
793
+ [_h]: ["POST", "/ListResources", 200],
794
+ },
795
+ () => ListResourcesInput,
796
+ () => ListResourcesOutput,
797
+ ];
798
+ export var ListServiceIndexes = [
799
+ 9,
800
+ n0,
801
+ _LSI,
802
+ {
803
+ [_h]: ["POST", "/ListServiceIndexes", 200],
804
+ },
805
+ () => ListServiceIndexesInput,
806
+ () => ListServiceIndexesOutput,
807
+ ];
808
+ export var ListServiceViews = [
809
+ 9,
810
+ n0,
811
+ _LSV,
812
+ {
813
+ [_h]: ["POST", "/ListServiceViews", 200],
814
+ },
815
+ () => ListServiceViewsInput,
816
+ () => ListServiceViewsOutput,
817
+ ];
818
+ export var ListStreamingAccessForServices = [
819
+ 9,
820
+ n0,
821
+ _LSAFS,
822
+ {
823
+ [_h]: ["POST", "/ListStreamingAccessForServices", 200],
824
+ },
825
+ () => ListStreamingAccessForServicesInput,
826
+ () => ListStreamingAccessForServicesOutput,
827
+ ];
828
+ export var ListSupportedResourceTypes = [
829
+ 9,
830
+ n0,
831
+ _LSRT,
832
+ {
833
+ [_h]: ["POST", "/ListSupportedResourceTypes", 200],
834
+ },
835
+ () => ListSupportedResourceTypesInput,
836
+ () => ListSupportedResourceTypesOutput,
837
+ ];
838
+ export var ListTagsForResource = [
839
+ 9,
840
+ n0,
841
+ _LTFR,
842
+ {
843
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
844
+ },
845
+ () => ListTagsForResourceInput,
846
+ () => ListTagsForResourceOutput,
847
+ ];
848
+ export var ListViews = [
849
+ 9,
850
+ n0,
851
+ _LV,
852
+ {
853
+ [_h]: ["POST", "/ListViews", 200],
854
+ },
855
+ () => ListViewsInput,
856
+ () => ListViewsOutput,
857
+ ];
858
+ export var Search = [
859
+ 9,
860
+ n0,
861
+ _Sea,
862
+ {
863
+ [_h]: ["POST", "/Search", 200],
864
+ },
865
+ () => SearchInput,
866
+ () => SearchOutput,
867
+ ];
868
+ export var TagResource = [
869
+ 9,
870
+ n0,
871
+ _TRa,
872
+ {
873
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
874
+ },
875
+ () => TagResourceInput,
876
+ () => TagResourceOutput,
877
+ ];
878
+ export var UntagResource = [
879
+ 9,
880
+ n0,
881
+ _UR,
882
+ {
883
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
884
+ },
885
+ () => UntagResourceInput,
886
+ () => UntagResourceOutput,
887
+ ];
888
+ export var UpdateIndexType = [
889
+ 9,
890
+ n0,
891
+ _UIT,
892
+ {
893
+ [_h]: ["POST", "/UpdateIndexType", 200],
894
+ },
895
+ () => UpdateIndexTypeInput,
896
+ () => UpdateIndexTypeOutput,
897
+ ];
898
+ export var UpdateView = [
899
+ 9,
900
+ n0,
901
+ _UV,
902
+ {
903
+ [_h]: ["POST", "/UpdateView", 200],
904
+ },
905
+ () => UpdateViewInput,
906
+ () => UpdateViewOutput,
907
+ ];