@aws-sdk/client-backupsearch 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +80 -100
- package/dist-cjs/models/BackupSearchServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +142 -96
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExportSpecification$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimeCondition$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StringCondition$ = exports.StopSearchJobOutput$ = exports.StopSearchJobInput$ = exports.StartSearchResultExportJobOutput$ = exports.StartSearchResultExportJobInput$ = exports.StartSearchJobOutput$ = exports.StartSearchJobInput$ = exports.SearchScopeSummary$ = exports.SearchScope$ = exports.SearchJobSummary$ = exports.SearchJobBackupsResult$ = exports.S3ResultItem$ = exports.S3ItemFilter$ = exports.S3ExportSpecification$ = exports.LongCondition$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSearchResultExportJobsOutput$ = exports.ListSearchResultExportJobsInput$ = exports.ListSearchJobsOutput$ = exports.ListSearchJobsInput$ = exports.ListSearchJobResultsOutput$ = exports.ListSearchJobResultsInput$ = exports.ListSearchJobBackupsOutput$ = exports.ListSearchJobBackupsInput$ = exports.ItemFilters$ = exports.GetSearchResultExportJobOutput$ = exports.GetSearchResultExportJobInput$ = exports.GetSearchJobOutput$ = exports.GetSearchJobInput$ = exports.ExportJobSummary$ = exports.EBSResultItem$ = exports.EBSItemFilter$ = exports.CurrentSearchProgress$ = exports.BackupCreationTimeFilter$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BackupSearchServiceException$ = void 0;
|
|
4
|
-
exports.UntagResource$ = exports.TagResource$ = exports.StopSearchJob$ = exports.StartSearchResultExportJob$ = exports.StartSearchJob$ = exports.ListTagsForResource$ = exports.ListSearchResultExportJobs$ = exports.ListSearchJobs$ = exports.ListSearchJobResults$ = exports.ListSearchJobBackups$ = exports.GetSearchResultExportJob$ = exports.GetSearchJob$ = exports.ResultItem$ = void 0;
|
|
5
1
|
const _ADE = "AccessDeniedException";
|
|
6
2
|
const _BCT = "BackupCreationTime";
|
|
7
3
|
const _BCTF = "BackupCreationTimeFilter";
|
|
@@ -150,339 +146,389 @@ const _se = "server";
|
|
|
150
146
|
const _sp = "sparse";
|
|
151
147
|
const _tK = "tagKeys";
|
|
152
148
|
const n0 = "com.amazonaws.backupsearch";
|
|
153
|
-
const
|
|
154
|
-
const
|
|
155
|
-
const
|
|
156
|
-
const _s_registry =
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
149
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
150
|
+
const { BackupSearchServiceException } = require("../models/BackupSearchServiceException");
|
|
151
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
152
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
153
|
+
const BackupSearchServiceException$ = [-3, _s, "BackupSearchServiceException", 0, [], []];
|
|
154
|
+
exports.BackupSearchServiceException$ = BackupSearchServiceException$;
|
|
155
|
+
_s_registry.registerError(BackupSearchServiceException$, BackupSearchServiceException);
|
|
156
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
157
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
161
158
|
{ [_e]: _c, [_hE]: 403 },
|
|
162
159
|
[_m],
|
|
163
160
|
[0], 1
|
|
164
161
|
];
|
|
165
|
-
|
|
166
|
-
|
|
162
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
163
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
164
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
167
165
|
{ [_e]: _c, [_hE]: 409 },
|
|
168
166
|
[_m, _rI, _rT],
|
|
169
167
|
[0, 0, 0], 3
|
|
170
168
|
];
|
|
171
|
-
|
|
172
|
-
|
|
169
|
+
exports.ConflictException$ = ConflictException$;
|
|
170
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
171
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
173
172
|
{ [_e]: _se, [_hE]: 500 },
|
|
174
173
|
[_m, _rAS],
|
|
175
174
|
[0, [1, { [_hH]: _RA }]], 1
|
|
176
175
|
];
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
177
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
178
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
179
179
|
{ [_e]: _c, [_hE]: 404 },
|
|
180
180
|
[_m, _rI, _rT],
|
|
181
181
|
[0, 0, 0], 3
|
|
182
182
|
];
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
184
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
185
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
185
186
|
{ [_e]: _c, [_hE]: 402 },
|
|
186
187
|
[_m, _rI, _rT, _sC, _qC],
|
|
187
188
|
[0, 0, 0, 0, 0], 5
|
|
188
189
|
];
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
191
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
192
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
191
193
|
{ [_e]: _c, [_hE]: 429 },
|
|
192
194
|
[_m, _sC, _qC, _rAS],
|
|
193
195
|
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
194
196
|
];
|
|
195
|
-
|
|
196
|
-
|
|
197
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
198
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
199
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
197
200
|
{ [_e]: _c, [_hE]: 400 },
|
|
198
201
|
[_m],
|
|
199
202
|
[0], 1
|
|
200
203
|
];
|
|
201
|
-
|
|
204
|
+
exports.ValidationException$ = ValidationException$;
|
|
205
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
202
206
|
exports.errorTypeRegistries = [
|
|
203
207
|
_s_registry,
|
|
204
208
|
n0_registry,
|
|
205
209
|
];
|
|
206
210
|
var FilePath = [0, n0, _FP, 8, 0];
|
|
207
211
|
var ObjectKey = [0, n0, _OK, 8, 0];
|
|
208
|
-
|
|
212
|
+
const BackupCreationTimeFilter$ = [3, n0, _BCTF,
|
|
209
213
|
0,
|
|
210
214
|
[_CA, _CB],
|
|
211
215
|
[4, 4]
|
|
212
216
|
];
|
|
213
|
-
exports.
|
|
217
|
+
exports.BackupCreationTimeFilter$ = BackupCreationTimeFilter$;
|
|
218
|
+
const CurrentSearchProgress$ = [3, n0, _CSP,
|
|
214
219
|
0,
|
|
215
220
|
[_RPSC, _ISC, _IMC],
|
|
216
221
|
[1, 1, 1]
|
|
217
222
|
];
|
|
218
|
-
exports.
|
|
223
|
+
exports.CurrentSearchProgress$ = CurrentSearchProgress$;
|
|
224
|
+
const EBSItemFilter$ = [3, n0, _EBSIF,
|
|
219
225
|
0,
|
|
220
226
|
[_FPi, _S, _CT, _LMT],
|
|
221
227
|
[() => StringConditionList, () => LongConditionList, () => TimeConditionList, () => TimeConditionList]
|
|
222
228
|
];
|
|
223
|
-
exports.
|
|
229
|
+
exports.EBSItemFilter$ = EBSItemFilter$;
|
|
230
|
+
const EBSResultItem$ = [3, n0, _EBSRI,
|
|
224
231
|
0,
|
|
225
232
|
[_BRA, _SRA, _BVN, _FSI, _FP, _FS, _CTr, _LMTa],
|
|
226
233
|
[0, 0, 0, 0, [() => FilePath, 0], 1, 4, 4]
|
|
227
234
|
];
|
|
228
|
-
exports.
|
|
235
|
+
exports.EBSResultItem$ = EBSResultItem$;
|
|
236
|
+
const ExportJobSummary$ = [3, n0, _EJS,
|
|
229
237
|
0,
|
|
230
238
|
[_EJI, _EJA, _St, _CTr, _CTo, _SM, _SJA],
|
|
231
239
|
[0, 0, 0, 4, 4, 0, 0], 1
|
|
232
240
|
];
|
|
233
|
-
exports.
|
|
241
|
+
exports.ExportJobSummary$ = ExportJobSummary$;
|
|
242
|
+
const GetSearchJobInput$ = [3, n0, _GSJI,
|
|
234
243
|
0,
|
|
235
244
|
[_SJI],
|
|
236
245
|
[[0, 1]], 1
|
|
237
246
|
];
|
|
238
|
-
exports.
|
|
247
|
+
exports.GetSearchJobInput$ = GetSearchJobInput$;
|
|
248
|
+
const GetSearchJobOutput$ = [3, n0, _GSJO,
|
|
239
249
|
0,
|
|
240
250
|
[_St, _SS, _IF, _CTr, _SJI, _SJA, _N, _SSS, _CSP, _SM, _EKA, _CTo],
|
|
241
|
-
[0, [() =>
|
|
251
|
+
[0, [() => SearchScope$, 0], () => ItemFilters$, 4, 0, 0, 0, () => SearchScopeSummary$, () => CurrentSearchProgress$, 0, 0, 4], 6
|
|
242
252
|
];
|
|
243
|
-
exports.
|
|
253
|
+
exports.GetSearchJobOutput$ = GetSearchJobOutput$;
|
|
254
|
+
const GetSearchResultExportJobInput$ = [3, n0, _GSREJI,
|
|
244
255
|
0,
|
|
245
256
|
[_EJI],
|
|
246
257
|
[[0, 1]], 1
|
|
247
258
|
];
|
|
248
|
-
exports.
|
|
259
|
+
exports.GetSearchResultExportJobInput$ = GetSearchResultExportJobInput$;
|
|
260
|
+
const GetSearchResultExportJobOutput$ = [3, n0, _GSREJO,
|
|
249
261
|
0,
|
|
250
262
|
[_EJI, _EJA, _St, _CTr, _CTo, _SM, _ES, _SJA],
|
|
251
|
-
[0, 0, 0, 4, 4, 0, () =>
|
|
263
|
+
[0, 0, 0, 4, 4, 0, () => ExportSpecification$, 0], 1
|
|
252
264
|
];
|
|
253
|
-
exports.
|
|
265
|
+
exports.GetSearchResultExportJobOutput$ = GetSearchResultExportJobOutput$;
|
|
266
|
+
const ItemFilters$ = [3, n0, _IF,
|
|
254
267
|
0,
|
|
255
268
|
[_SIF, _EBSIFt],
|
|
256
269
|
[() => S3ItemFilters, () => EBSItemFilters]
|
|
257
270
|
];
|
|
258
|
-
exports.
|
|
271
|
+
exports.ItemFilters$ = ItemFilters$;
|
|
272
|
+
const ListSearchJobBackupsInput$ = [3, n0, _LSJBI,
|
|
259
273
|
0,
|
|
260
274
|
[_SJI, _NT, _MR],
|
|
261
275
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
262
276
|
];
|
|
263
|
-
exports.
|
|
277
|
+
exports.ListSearchJobBackupsInput$ = ListSearchJobBackupsInput$;
|
|
278
|
+
const ListSearchJobBackupsOutput$ = [3, n0, _LSJBO,
|
|
264
279
|
0,
|
|
265
280
|
[_R, _NT],
|
|
266
281
|
[() => SearchJobBackupsResults, 0], 1
|
|
267
282
|
];
|
|
268
|
-
exports.
|
|
283
|
+
exports.ListSearchJobBackupsOutput$ = ListSearchJobBackupsOutput$;
|
|
284
|
+
const ListSearchJobResultsInput$ = [3, n0, _LSJRI,
|
|
269
285
|
0,
|
|
270
286
|
[_SJI, _NT, _MR],
|
|
271
287
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
272
288
|
];
|
|
273
|
-
exports.
|
|
289
|
+
exports.ListSearchJobResultsInput$ = ListSearchJobResultsInput$;
|
|
290
|
+
const ListSearchJobResultsOutput$ = [3, n0, _LSJRO,
|
|
274
291
|
0,
|
|
275
292
|
[_R, _NT],
|
|
276
293
|
[[() => Results, 0], 0], 1
|
|
277
294
|
];
|
|
278
|
-
exports.
|
|
295
|
+
exports.ListSearchJobResultsOutput$ = ListSearchJobResultsOutput$;
|
|
296
|
+
const ListSearchJobsInput$ = [3, n0, _LSJI,
|
|
279
297
|
0,
|
|
280
298
|
[_BS, _NT, _MR],
|
|
281
299
|
[[0, { [_hQ]: _St }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
|
|
282
300
|
];
|
|
283
|
-
exports.
|
|
301
|
+
exports.ListSearchJobsInput$ = ListSearchJobsInput$;
|
|
302
|
+
const ListSearchJobsOutput$ = [3, n0, _LSJO,
|
|
284
303
|
0,
|
|
285
304
|
[_SJ, _NT],
|
|
286
305
|
[() => SearchJobs, 0], 1
|
|
287
306
|
];
|
|
288
|
-
exports.
|
|
307
|
+
exports.ListSearchJobsOutput$ = ListSearchJobsOutput$;
|
|
308
|
+
const ListSearchResultExportJobsInput$ = [3, n0, _LSREJI,
|
|
289
309
|
0,
|
|
290
310
|
[_St, _SJI, _NT, _MR],
|
|
291
311
|
[[0, { [_hQ]: _St }], [0, { [_hQ]: _SJI }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
|
|
292
312
|
];
|
|
293
|
-
exports.
|
|
313
|
+
exports.ListSearchResultExportJobsInput$ = ListSearchResultExportJobsInput$;
|
|
314
|
+
const ListSearchResultExportJobsOutput$ = [3, n0, _LSREJO,
|
|
294
315
|
0,
|
|
295
316
|
[_EJ, _NT],
|
|
296
317
|
[() => ExportJobSummaries, 0], 1
|
|
297
318
|
];
|
|
298
|
-
exports.
|
|
319
|
+
exports.ListSearchResultExportJobsOutput$ = ListSearchResultExportJobsOutput$;
|
|
320
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
299
321
|
0,
|
|
300
322
|
[_RAe],
|
|
301
323
|
[[0, 1]], 1
|
|
302
324
|
];
|
|
303
|
-
exports.
|
|
325
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
326
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
304
327
|
0,
|
|
305
328
|
[_T],
|
|
306
329
|
[[() => TagMap, 0]]
|
|
307
330
|
];
|
|
308
|
-
exports.
|
|
331
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
332
|
+
const LongCondition$ = [3, n0, _LC,
|
|
309
333
|
0,
|
|
310
334
|
[_V, _O],
|
|
311
335
|
[1, 0], 1
|
|
312
336
|
];
|
|
313
|
-
exports.
|
|
337
|
+
exports.LongCondition$ = LongCondition$;
|
|
338
|
+
const S3ExportSpecification$ = [3, n0, _SES,
|
|
314
339
|
0,
|
|
315
340
|
[_DB, _DP],
|
|
316
341
|
[0, 0], 1
|
|
317
342
|
];
|
|
318
|
-
exports.
|
|
343
|
+
exports.S3ExportSpecification$ = S3ExportSpecification$;
|
|
344
|
+
const S3ItemFilter$ = [3, n0, _SIFt,
|
|
319
345
|
0,
|
|
320
346
|
[_OKb, _S, _CT, _VI, _ET],
|
|
321
347
|
[() => StringConditionList, () => LongConditionList, () => TimeConditionList, () => StringConditionList, () => StringConditionList]
|
|
322
348
|
];
|
|
323
|
-
exports.
|
|
349
|
+
exports.S3ItemFilter$ = S3ItemFilter$;
|
|
350
|
+
const S3ResultItem$ = [3, n0, _SRI,
|
|
324
351
|
0,
|
|
325
352
|
[_BRA, _SRA, _BVN, _OK, _OS, _CTr, _ETa, _VIe],
|
|
326
353
|
[0, 0, 0, [() => ObjectKey, 0], 1, 4, 0, 0]
|
|
327
354
|
];
|
|
328
|
-
exports.
|
|
355
|
+
exports.S3ResultItem$ = S3ResultItem$;
|
|
356
|
+
const SearchJobBackupsResult$ = [3, n0, _SJBR,
|
|
329
357
|
0,
|
|
330
358
|
[_St, _SM, _RT, _BRA, _SRA, _ICT, _BCT],
|
|
331
359
|
[0, 0, 0, 0, 0, 4, 4]
|
|
332
360
|
];
|
|
333
|
-
exports.
|
|
361
|
+
exports.SearchJobBackupsResult$ = SearchJobBackupsResult$;
|
|
362
|
+
const SearchJobSummary$ = [3, n0, _SJS,
|
|
334
363
|
0,
|
|
335
364
|
[_SJI, _SJA, _N, _St, _CTr, _CTo, _SSS, _SM],
|
|
336
|
-
[0, 0, 0, 0, 4, 4, () =>
|
|
365
|
+
[0, 0, 0, 0, 4, 4, () => SearchScopeSummary$, 0]
|
|
337
366
|
];
|
|
338
|
-
exports.
|
|
367
|
+
exports.SearchJobSummary$ = SearchJobSummary$;
|
|
368
|
+
const SearchScope$ = [3, n0, _SS,
|
|
339
369
|
0,
|
|
340
370
|
[_BRT, _BRCT, _SRAo, _BRAa, _BRTa],
|
|
341
|
-
[64 | 0, () =>
|
|
371
|
+
[64 | 0, () => BackupCreationTimeFilter$, 64 | 0, 64 | 0, [() => TagMap, 0]], 1
|
|
342
372
|
];
|
|
343
|
-
exports.
|
|
373
|
+
exports.SearchScope$ = SearchScope$;
|
|
374
|
+
const SearchScopeSummary$ = [3, n0, _SSS,
|
|
344
375
|
0,
|
|
345
376
|
[_TRPTSC, _TITSC],
|
|
346
377
|
[1, 1]
|
|
347
378
|
];
|
|
348
|
-
exports.
|
|
379
|
+
exports.SearchScopeSummary$ = SearchScopeSummary$;
|
|
380
|
+
const StartSearchJobInput$ = [3, n0, _SSJI,
|
|
349
381
|
0,
|
|
350
382
|
[_SS, _T, _N, _EKA, _CTl, _IF],
|
|
351
|
-
[[() =>
|
|
383
|
+
[[() => SearchScope$, 0], [() => TagMap, 0], 0, 0, 0, () => ItemFilters$], 1
|
|
352
384
|
];
|
|
353
|
-
exports.
|
|
385
|
+
exports.StartSearchJobInput$ = StartSearchJobInput$;
|
|
386
|
+
const StartSearchJobOutput$ = [3, n0, _SSJO,
|
|
354
387
|
0,
|
|
355
388
|
[_SJA, _CTr, _SJI],
|
|
356
389
|
[0, 4, 0]
|
|
357
390
|
];
|
|
358
|
-
exports.
|
|
391
|
+
exports.StartSearchJobOutput$ = StartSearchJobOutput$;
|
|
392
|
+
const StartSearchResultExportJobInput$ = [3, n0, _SSREJI,
|
|
359
393
|
0,
|
|
360
394
|
[_SJI, _ES, _CTl, _T, _RAo],
|
|
361
|
-
[0, () =>
|
|
395
|
+
[0, () => ExportSpecification$, 0, [() => TagMap, 0], 0], 2
|
|
362
396
|
];
|
|
363
|
-
exports.
|
|
397
|
+
exports.StartSearchResultExportJobInput$ = StartSearchResultExportJobInput$;
|
|
398
|
+
const StartSearchResultExportJobOutput$ = [3, n0, _SSREJO,
|
|
364
399
|
0,
|
|
365
400
|
[_EJI, _EJA],
|
|
366
401
|
[0, 0], 1
|
|
367
402
|
];
|
|
368
|
-
exports.
|
|
403
|
+
exports.StartSearchResultExportJobOutput$ = StartSearchResultExportJobOutput$;
|
|
404
|
+
const StopSearchJobInput$ = [3, n0, _SSJIt,
|
|
369
405
|
0,
|
|
370
406
|
[_SJI],
|
|
371
407
|
[[0, 1]], 1
|
|
372
408
|
];
|
|
373
|
-
exports.
|
|
409
|
+
exports.StopSearchJobInput$ = StopSearchJobInput$;
|
|
410
|
+
const StopSearchJobOutput$ = [3, n0, _SSJOt,
|
|
374
411
|
0,
|
|
375
412
|
[],
|
|
376
413
|
[]
|
|
377
414
|
];
|
|
378
|
-
exports.
|
|
415
|
+
exports.StopSearchJobOutput$ = StopSearchJobOutput$;
|
|
416
|
+
const StringCondition$ = [3, n0, _SC,
|
|
379
417
|
0,
|
|
380
418
|
[_V, _O],
|
|
381
419
|
[0, 0], 1
|
|
382
420
|
];
|
|
383
|
-
exports.
|
|
421
|
+
exports.StringCondition$ = StringCondition$;
|
|
422
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
384
423
|
0,
|
|
385
424
|
[_RAe, _T],
|
|
386
425
|
[[0, 1], [() => TagMap, 0]], 2
|
|
387
426
|
];
|
|
388
|
-
exports.
|
|
427
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
428
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
389
429
|
0,
|
|
390
430
|
[],
|
|
391
431
|
[]
|
|
392
432
|
];
|
|
393
|
-
exports.
|
|
433
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
434
|
+
const TimeCondition$ = [3, n0, _TC,
|
|
394
435
|
0,
|
|
395
436
|
[_V, _O],
|
|
396
437
|
[4, 0], 1
|
|
397
438
|
];
|
|
398
|
-
exports.
|
|
439
|
+
exports.TimeCondition$ = TimeCondition$;
|
|
440
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
399
441
|
0,
|
|
400
442
|
[_RAe, _TK],
|
|
401
443
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
402
444
|
];
|
|
403
|
-
exports.
|
|
445
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
446
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
404
447
|
0,
|
|
405
448
|
[],
|
|
406
449
|
[]
|
|
407
450
|
];
|
|
451
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
408
452
|
var EBSItemFilters = [1, n0, _EBSIFt,
|
|
409
|
-
0, () =>
|
|
453
|
+
0, () => EBSItemFilter$
|
|
410
454
|
];
|
|
411
455
|
var ExportJobSummaries = [1, n0, _EJSx,
|
|
412
|
-
0, () =>
|
|
456
|
+
0, () => ExportJobSummary$
|
|
413
457
|
];
|
|
414
458
|
var LongConditionList = [1, n0, _LCL,
|
|
415
|
-
0, () =>
|
|
459
|
+
0, () => LongCondition$
|
|
416
460
|
];
|
|
417
461
|
var RecoveryPointArnList = 64 | 0;
|
|
418
462
|
var ResourceArnList = 64 | 0;
|
|
419
463
|
var ResourceTypeList = 64 | 0;
|
|
420
464
|
var Results = [1, n0, _R,
|
|
421
|
-
0, [() =>
|
|
465
|
+
0, [() => ResultItem$,
|
|
422
466
|
0]
|
|
423
467
|
];
|
|
424
468
|
var S3ItemFilters = [1, n0, _SIF,
|
|
425
|
-
0, () =>
|
|
469
|
+
0, () => S3ItemFilter$
|
|
426
470
|
];
|
|
427
471
|
var SearchJobBackupsResults = [1, n0, _SJBRe,
|
|
428
|
-
0, () =>
|
|
472
|
+
0, () => SearchJobBackupsResult$
|
|
429
473
|
];
|
|
430
474
|
var SearchJobs = [1, n0, _SJ,
|
|
431
|
-
0, () =>
|
|
475
|
+
0, () => SearchJobSummary$
|
|
432
476
|
];
|
|
433
477
|
var StringConditionList = [1, n0, _SCL,
|
|
434
|
-
0, () =>
|
|
478
|
+
0, () => StringCondition$
|
|
435
479
|
];
|
|
436
480
|
var TagKeys = 64 | 0;
|
|
437
481
|
var TimeConditionList = [1, n0, _TCL,
|
|
438
|
-
0, () =>
|
|
482
|
+
0, () => TimeCondition$
|
|
439
483
|
];
|
|
440
484
|
var TagMap = [2, n0, _TM,
|
|
441
485
|
{ [_sp]: 1 }, 0, 0
|
|
442
486
|
];
|
|
443
|
-
|
|
487
|
+
const ExportSpecification$ = [4, n0, _ES,
|
|
444
488
|
0,
|
|
445
489
|
[_sES],
|
|
446
|
-
[() =>
|
|
490
|
+
[() => S3ExportSpecification$]
|
|
447
491
|
];
|
|
448
|
-
exports.
|
|
492
|
+
exports.ExportSpecification$ = ExportSpecification$;
|
|
493
|
+
const ResultItem$ = [4, n0, _RI,
|
|
449
494
|
0,
|
|
450
495
|
[_SRI, _EBSRI],
|
|
451
|
-
[[() =>
|
|
496
|
+
[[() => S3ResultItem$, 0], [() => EBSResultItem$, 0]]
|
|
452
497
|
];
|
|
498
|
+
exports.ResultItem$ = ResultItem$;
|
|
453
499
|
exports.GetSearchJob$ = [9, n0, _GSJ,
|
|
454
|
-
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}", 200] }, () =>
|
|
500
|
+
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}", 200] }, () => GetSearchJobInput$, () => GetSearchJobOutput$
|
|
455
501
|
];
|
|
456
502
|
exports.GetSearchResultExportJob$ = [9, n0, _GSREJ,
|
|
457
|
-
{ [_h]: ["GET", "/export-search-jobs/{ExportJobIdentifier}", 200] }, () =>
|
|
503
|
+
{ [_h]: ["GET", "/export-search-jobs/{ExportJobIdentifier}", 200] }, () => GetSearchResultExportJobInput$, () => GetSearchResultExportJobOutput$
|
|
458
504
|
];
|
|
459
505
|
exports.ListSearchJobBackups$ = [9, n0, _LSJB,
|
|
460
|
-
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/backups", 200] }, () =>
|
|
506
|
+
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/backups", 200] }, () => ListSearchJobBackupsInput$, () => ListSearchJobBackupsOutput$
|
|
461
507
|
];
|
|
462
508
|
exports.ListSearchJobResults$ = [9, n0, _LSJR,
|
|
463
|
-
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/search-results", 200] }, () =>
|
|
509
|
+
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/search-results", 200] }, () => ListSearchJobResultsInput$, () => ListSearchJobResultsOutput$
|
|
464
510
|
];
|
|
465
511
|
exports.ListSearchJobs$ = [9, n0, _LSJ,
|
|
466
|
-
{ [_h]: ["GET", "/search-jobs", 200] }, () =>
|
|
512
|
+
{ [_h]: ["GET", "/search-jobs", 200] }, () => ListSearchJobsInput$, () => ListSearchJobsOutput$
|
|
467
513
|
];
|
|
468
514
|
exports.ListSearchResultExportJobs$ = [9, n0, _LSREJ,
|
|
469
|
-
{ [_h]: ["GET", "/export-search-jobs", 200] }, () =>
|
|
515
|
+
{ [_h]: ["GET", "/export-search-jobs", 200] }, () => ListSearchResultExportJobsInput$, () => ListSearchResultExportJobsOutput$
|
|
470
516
|
];
|
|
471
517
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
472
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () =>
|
|
518
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
473
519
|
];
|
|
474
520
|
exports.StartSearchJob$ = [9, n0, _SSJ,
|
|
475
|
-
{ [_h]: ["PUT", "/search-jobs", 200] }, () =>
|
|
521
|
+
{ [_h]: ["PUT", "/search-jobs", 200] }, () => StartSearchJobInput$, () => StartSearchJobOutput$
|
|
476
522
|
];
|
|
477
523
|
exports.StartSearchResultExportJob$ = [9, n0, _SSREJ,
|
|
478
|
-
{ [_h]: ["PUT", "/export-search-jobs", 200] }, () =>
|
|
524
|
+
{ [_h]: ["PUT", "/export-search-jobs", 200] }, () => StartSearchResultExportJobInput$, () => StartSearchResultExportJobOutput$
|
|
479
525
|
];
|
|
480
526
|
exports.StopSearchJob$ = [9, n0, _SSJt,
|
|
481
|
-
{ [_h]: ["PUT", "/search-jobs/{SearchJobIdentifier}/actions/cancel", 200] }, () =>
|
|
527
|
+
{ [_h]: ["PUT", "/search-jobs/{SearchJobIdentifier}/actions/cancel", 200] }, () => StopSearchJobInput$, () => StopSearchJobOutput$
|
|
482
528
|
];
|
|
483
529
|
exports.TagResource$ = [9, n0, _TR,
|
|
484
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () =>
|
|
530
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
485
531
|
];
|
|
486
532
|
exports.UntagResource$ = [9, n0, _UR,
|
|
487
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () =>
|
|
533
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
488
534
|
];
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backupsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backupsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1070.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.56",
|
|
26
|
+
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|