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