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