@aws-sdk/client-backupsearch 3.943.0 → 3.946.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 +34 -187
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/BackupSearchClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +34 -187
- package/dist-types/BackupSearch.d.ts +1 -1
- package/dist-types/BackupSearchClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/GetSearchJobCommand.d.ts +3 -3
- package/dist-types/commands/GetSearchResultExportJobCommand.d.ts +3 -3
- package/dist-types/commands/ListSearchJobBackupsCommand.d.ts +3 -3
- package/dist-types/commands/ListSearchJobResultsCommand.d.ts +3 -3
- package/dist-types/commands/ListSearchJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListSearchResultExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartSearchJobCommand.d.ts +3 -3
- package/dist-types/commands/StartSearchResultExportJobCommand.d.ts +3 -3
- package/dist-types/commands/StopSearchJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/BackupSearchServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListSearchJobBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSearchJobResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSearchJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSearchResultExportJobsPaginator.d.ts +1 -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/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/BackupSearchClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BackupSearchServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -151,30 +151,10 @@ import { BackupSearchServiceException as __BackupSearchServiceException } from "
|
|
|
151
151
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
152
152
|
export var FilePath = [0, n0, _FP, 8, 0];
|
|
153
153
|
export var ObjectKey = [0, n0, _OK, 8, 0];
|
|
154
|
-
export var AccessDeniedException = [
|
|
155
|
-
-3,
|
|
156
|
-
n0,
|
|
157
|
-
_ADE,
|
|
158
|
-
{
|
|
159
|
-
[_e]: _c,
|
|
160
|
-
[_hE]: 403,
|
|
161
|
-
},
|
|
162
|
-
[_m],
|
|
163
|
-
[0],
|
|
164
|
-
];
|
|
154
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
165
155
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
166
156
|
export var BackupCreationTimeFilter = [3, n0, _BCTF, 0, [_CA, _CB], [4, 4]];
|
|
167
|
-
export var ConflictException = [
|
|
168
|
-
-3,
|
|
169
|
-
n0,
|
|
170
|
-
_CE,
|
|
171
|
-
{
|
|
172
|
-
[_e]: _c,
|
|
173
|
-
[_hE]: 409,
|
|
174
|
-
},
|
|
175
|
-
[_m, _rI, _rT],
|
|
176
|
-
[0, 0, 0],
|
|
177
|
-
];
|
|
157
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
178
158
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
179
159
|
export var CurrentSearchProgress = [3, n0, _CSP, 0, [_RPSC, _ISC, _IMC], [1, 1, 1]];
|
|
180
160
|
export var EBSItemFilter = [
|
|
@@ -236,20 +216,9 @@ export var InternalServerException = [
|
|
|
236
216
|
-3,
|
|
237
217
|
n0,
|
|
238
218
|
_ISE,
|
|
239
|
-
{
|
|
240
|
-
[_e]: _s,
|
|
241
|
-
[_hE]: 500,
|
|
242
|
-
},
|
|
219
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
243
220
|
[_m, _rAS],
|
|
244
|
-
[
|
|
245
|
-
0,
|
|
246
|
-
[
|
|
247
|
-
1,
|
|
248
|
-
{
|
|
249
|
-
[_hH]: _RA,
|
|
250
|
-
},
|
|
251
|
-
],
|
|
252
|
-
],
|
|
221
|
+
[0, [1, { [_hH]: _RA }]],
|
|
253
222
|
];
|
|
254
223
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
255
224
|
export var ItemFilters = [
|
|
@@ -268,18 +237,8 @@ export var ListSearchJobBackupsInput = [
|
|
|
268
237
|
[_SJI, _NT, _MR],
|
|
269
238
|
[
|
|
270
239
|
[0, 1],
|
|
271
|
-
[
|
|
272
|
-
|
|
273
|
-
{
|
|
274
|
-
[_hQ]: _nT,
|
|
275
|
-
},
|
|
276
|
-
],
|
|
277
|
-
[
|
|
278
|
-
1,
|
|
279
|
-
{
|
|
280
|
-
[_hQ]: _mR,
|
|
281
|
-
},
|
|
282
|
-
],
|
|
240
|
+
[0, { [_hQ]: _nT }],
|
|
241
|
+
[1, { [_hQ]: _mR }],
|
|
283
242
|
],
|
|
284
243
|
];
|
|
285
244
|
export var ListSearchJobBackupsOutput = [
|
|
@@ -298,18 +257,8 @@ export var ListSearchJobResultsInput = [
|
|
|
298
257
|
[_SJI, _NT, _MR],
|
|
299
258
|
[
|
|
300
259
|
[0, 1],
|
|
301
|
-
[
|
|
302
|
-
|
|
303
|
-
{
|
|
304
|
-
[_hQ]: _nT,
|
|
305
|
-
},
|
|
306
|
-
],
|
|
307
|
-
[
|
|
308
|
-
1,
|
|
309
|
-
{
|
|
310
|
-
[_hQ]: _mR,
|
|
311
|
-
},
|
|
312
|
-
],
|
|
260
|
+
[0, { [_hQ]: _nT }],
|
|
261
|
+
[1, { [_hQ]: _mR }],
|
|
313
262
|
],
|
|
314
263
|
];
|
|
315
264
|
export var ListSearchJobResultsOutput = [3, n0, _LSJRO, 0, [_R, _NT], [[() => Results, 0], 0]];
|
|
@@ -320,24 +269,9 @@ export var ListSearchJobsInput = [
|
|
|
320
269
|
0,
|
|
321
270
|
[_BS, _NT, _MR],
|
|
322
271
|
[
|
|
323
|
-
[
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
[_hQ]: _St,
|
|
327
|
-
},
|
|
328
|
-
],
|
|
329
|
-
[
|
|
330
|
-
0,
|
|
331
|
-
{
|
|
332
|
-
[_hQ]: _NT,
|
|
333
|
-
},
|
|
334
|
-
],
|
|
335
|
-
[
|
|
336
|
-
1,
|
|
337
|
-
{
|
|
338
|
-
[_hQ]: _MR,
|
|
339
|
-
},
|
|
340
|
-
],
|
|
272
|
+
[0, { [_hQ]: _St }],
|
|
273
|
+
[0, { [_hQ]: _NT }],
|
|
274
|
+
[1, { [_hQ]: _MR }],
|
|
341
275
|
],
|
|
342
276
|
];
|
|
343
277
|
export var ListSearchJobsOutput = [3, n0, _LSJO, 0, [_SJ, _NT], [() => SearchJobs, 0]];
|
|
@@ -348,30 +282,10 @@ export var ListSearchResultExportJobsInput = [
|
|
|
348
282
|
0,
|
|
349
283
|
[_St, _SJI, _NT, _MR],
|
|
350
284
|
[
|
|
351
|
-
[
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
},
|
|
356
|
-
],
|
|
357
|
-
[
|
|
358
|
-
0,
|
|
359
|
-
{
|
|
360
|
-
[_hQ]: _SJI,
|
|
361
|
-
},
|
|
362
|
-
],
|
|
363
|
-
[
|
|
364
|
-
0,
|
|
365
|
-
{
|
|
366
|
-
[_hQ]: _NT,
|
|
367
|
-
},
|
|
368
|
-
],
|
|
369
|
-
[
|
|
370
|
-
1,
|
|
371
|
-
{
|
|
372
|
-
[_hQ]: _MR,
|
|
373
|
-
},
|
|
374
|
-
],
|
|
285
|
+
[0, { [_hQ]: _St }],
|
|
286
|
+
[0, { [_hQ]: _SJI }],
|
|
287
|
+
[0, { [_hQ]: _NT }],
|
|
288
|
+
[1, { [_hQ]: _MR }],
|
|
375
289
|
],
|
|
376
290
|
];
|
|
377
291
|
export var ListSearchResultExportJobsOutput = [
|
|
@@ -389,10 +303,7 @@ export var ResourceNotFoundException = [
|
|
|
389
303
|
-3,
|
|
390
304
|
n0,
|
|
391
305
|
_RNFE,
|
|
392
|
-
{
|
|
393
|
-
[_e]: _c,
|
|
394
|
-
[_hE]: 404,
|
|
395
|
-
},
|
|
306
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
396
307
|
[_m, _rI, _rT],
|
|
397
308
|
[0, 0, 0],
|
|
398
309
|
];
|
|
@@ -449,10 +360,7 @@ export var ServiceQuotaExceededException = [
|
|
|
449
360
|
-3,
|
|
450
361
|
n0,
|
|
451
362
|
_SQEE,
|
|
452
|
-
{
|
|
453
|
-
[_e]: _c,
|
|
454
|
-
[_hE]: 402,
|
|
455
|
-
},
|
|
363
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
456
364
|
[_m, _rI, _rT, _sC, _qC],
|
|
457
365
|
[0, 0, 0, 0, 0],
|
|
458
366
|
];
|
|
@@ -494,22 +402,9 @@ export var ThrottlingException = [
|
|
|
494
402
|
-3,
|
|
495
403
|
n0,
|
|
496
404
|
_TE,
|
|
497
|
-
{
|
|
498
|
-
[_e]: _c,
|
|
499
|
-
[_hE]: 429,
|
|
500
|
-
},
|
|
405
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
501
406
|
[_m, _sC, _qC, _rAS],
|
|
502
|
-
[
|
|
503
|
-
0,
|
|
504
|
-
0,
|
|
505
|
-
0,
|
|
506
|
-
[
|
|
507
|
-
1,
|
|
508
|
-
{
|
|
509
|
-
[_hH]: _RA,
|
|
510
|
-
},
|
|
511
|
-
],
|
|
512
|
-
],
|
|
407
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
513
408
|
];
|
|
514
409
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
515
410
|
export var TimeCondition = [3, n0, _TC, 0, [_V, _O], [4, 0]];
|
|
@@ -521,26 +416,11 @@ export var UntagResourceRequest = [
|
|
|
521
416
|
[_RAe, _TK],
|
|
522
417
|
[
|
|
523
418
|
[0, 1],
|
|
524
|
-
[
|
|
525
|
-
64 | 0,
|
|
526
|
-
{
|
|
527
|
-
[_hQ]: _tK,
|
|
528
|
-
},
|
|
529
|
-
],
|
|
419
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
530
420
|
],
|
|
531
421
|
];
|
|
532
422
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
533
|
-
export var ValidationException = [
|
|
534
|
-
-3,
|
|
535
|
-
n0,
|
|
536
|
-
_VE,
|
|
537
|
-
{
|
|
538
|
-
[_e]: _c,
|
|
539
|
-
[_hE]: 400,
|
|
540
|
-
},
|
|
541
|
-
[_m],
|
|
542
|
-
[0],
|
|
543
|
-
];
|
|
423
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
544
424
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
545
425
|
export var __Unit = "unit";
|
|
546
426
|
export var BackupSearchServiceException = [-3, _sm, "BackupSearchServiceException", 0, [], []];
|
|
@@ -558,16 +438,7 @@ export var SearchJobs = [1, n0, _SJ, 0, () => SearchJobSummary];
|
|
|
558
438
|
export var StringConditionList = [1, n0, _SCL, 0, () => StringCondition];
|
|
559
439
|
export var TagKeys = 64 | 0;
|
|
560
440
|
export var TimeConditionList = [1, n0, _TCL, 0, () => TimeCondition];
|
|
561
|
-
export var TagMap = [
|
|
562
|
-
2,
|
|
563
|
-
n0,
|
|
564
|
-
_TM,
|
|
565
|
-
{
|
|
566
|
-
[_sp]: 1,
|
|
567
|
-
},
|
|
568
|
-
0,
|
|
569
|
-
0,
|
|
570
|
-
];
|
|
441
|
+
export var TagMap = [2, n0, _TM, { [_sp]: 1 }, 0, 0];
|
|
571
442
|
export var ExportSpecification = [3, n0, _ES, 0, [_sES], [() => S3ExportSpecification]];
|
|
572
443
|
export var ResultItem = [
|
|
573
444
|
3,
|
|
@@ -584,9 +455,7 @@ export var GetSearchJob = [
|
|
|
584
455
|
9,
|
|
585
456
|
n0,
|
|
586
457
|
_GSJ,
|
|
587
|
-
{
|
|
588
|
-
[_h]: ["GET", "/search-jobs/{SearchJobIdentifier}", 200],
|
|
589
|
-
},
|
|
458
|
+
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}", 200] },
|
|
590
459
|
() => GetSearchJobInput,
|
|
591
460
|
() => GetSearchJobOutput,
|
|
592
461
|
];
|
|
@@ -594,9 +463,7 @@ export var GetSearchResultExportJob = [
|
|
|
594
463
|
9,
|
|
595
464
|
n0,
|
|
596
465
|
_GSREJ,
|
|
597
|
-
{
|
|
598
|
-
[_h]: ["GET", "/export-search-jobs/{ExportJobIdentifier}", 200],
|
|
599
|
-
},
|
|
466
|
+
{ [_h]: ["GET", "/export-search-jobs/{ExportJobIdentifier}", 200] },
|
|
600
467
|
() => GetSearchResultExportJobInput,
|
|
601
468
|
() => GetSearchResultExportJobOutput,
|
|
602
469
|
];
|
|
@@ -604,9 +471,7 @@ export var ListSearchJobBackups = [
|
|
|
604
471
|
9,
|
|
605
472
|
n0,
|
|
606
473
|
_LSJB,
|
|
607
|
-
{
|
|
608
|
-
[_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/backups", 200],
|
|
609
|
-
},
|
|
474
|
+
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/backups", 200] },
|
|
610
475
|
() => ListSearchJobBackupsInput,
|
|
611
476
|
() => ListSearchJobBackupsOutput,
|
|
612
477
|
];
|
|
@@ -614,9 +479,7 @@ export var ListSearchJobResults = [
|
|
|
614
479
|
9,
|
|
615
480
|
n0,
|
|
616
481
|
_LSJR,
|
|
617
|
-
{
|
|
618
|
-
[_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/search-results", 200],
|
|
619
|
-
},
|
|
482
|
+
{ [_h]: ["GET", "/search-jobs/{SearchJobIdentifier}/search-results", 200] },
|
|
620
483
|
() => ListSearchJobResultsInput,
|
|
621
484
|
() => ListSearchJobResultsOutput,
|
|
622
485
|
];
|
|
@@ -624,9 +487,7 @@ export var ListSearchJobs = [
|
|
|
624
487
|
9,
|
|
625
488
|
n0,
|
|
626
489
|
_LSJ,
|
|
627
|
-
{
|
|
628
|
-
[_h]: ["GET", "/search-jobs", 200],
|
|
629
|
-
},
|
|
490
|
+
{ [_h]: ["GET", "/search-jobs", 200] },
|
|
630
491
|
() => ListSearchJobsInput,
|
|
631
492
|
() => ListSearchJobsOutput,
|
|
632
493
|
];
|
|
@@ -634,9 +495,7 @@ export var ListSearchResultExportJobs = [
|
|
|
634
495
|
9,
|
|
635
496
|
n0,
|
|
636
497
|
_LSREJ,
|
|
637
|
-
{
|
|
638
|
-
[_h]: ["GET", "/export-search-jobs", 200],
|
|
639
|
-
},
|
|
498
|
+
{ [_h]: ["GET", "/export-search-jobs", 200] },
|
|
640
499
|
() => ListSearchResultExportJobsInput,
|
|
641
500
|
() => ListSearchResultExportJobsOutput,
|
|
642
501
|
];
|
|
@@ -644,9 +503,7 @@ export var ListTagsForResource = [
|
|
|
644
503
|
9,
|
|
645
504
|
n0,
|
|
646
505
|
_LTFR,
|
|
647
|
-
{
|
|
648
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
649
|
-
},
|
|
506
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
650
507
|
() => ListTagsForResourceRequest,
|
|
651
508
|
() => ListTagsForResourceResponse,
|
|
652
509
|
];
|
|
@@ -654,9 +511,7 @@ export var StartSearchJob = [
|
|
|
654
511
|
9,
|
|
655
512
|
n0,
|
|
656
513
|
_SSJ,
|
|
657
|
-
{
|
|
658
|
-
[_h]: ["PUT", "/search-jobs", 200],
|
|
659
|
-
},
|
|
514
|
+
{ [_h]: ["PUT", "/search-jobs", 200] },
|
|
660
515
|
() => StartSearchJobInput,
|
|
661
516
|
() => StartSearchJobOutput,
|
|
662
517
|
];
|
|
@@ -664,9 +519,7 @@ export var StartSearchResultExportJob = [
|
|
|
664
519
|
9,
|
|
665
520
|
n0,
|
|
666
521
|
_SSREJ,
|
|
667
|
-
{
|
|
668
|
-
[_h]: ["PUT", "/export-search-jobs", 200],
|
|
669
|
-
},
|
|
522
|
+
{ [_h]: ["PUT", "/export-search-jobs", 200] },
|
|
670
523
|
() => StartSearchResultExportJobInput,
|
|
671
524
|
() => StartSearchResultExportJobOutput,
|
|
672
525
|
];
|
|
@@ -674,9 +527,7 @@ export var StopSearchJob = [
|
|
|
674
527
|
9,
|
|
675
528
|
n0,
|
|
676
529
|
_SSJt,
|
|
677
|
-
{
|
|
678
|
-
[_h]: ["PUT", "/search-jobs/{SearchJobIdentifier}/actions/cancel", 200],
|
|
679
|
-
},
|
|
530
|
+
{ [_h]: ["PUT", "/search-jobs/{SearchJobIdentifier}/actions/cancel", 200] },
|
|
680
531
|
() => StopSearchJobInput,
|
|
681
532
|
() => StopSearchJobOutput,
|
|
682
533
|
];
|
|
@@ -684,9 +535,7 @@ export var TagResource = [
|
|
|
684
535
|
9,
|
|
685
536
|
n0,
|
|
686
537
|
_TR,
|
|
687
|
-
{
|
|
688
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
689
|
-
},
|
|
538
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
690
539
|
() => TagResourceRequest,
|
|
691
540
|
() => TagResourceResponse,
|
|
692
541
|
];
|
|
@@ -694,9 +543,7 @@ export var UntagResource = [
|
|
|
694
543
|
9,
|
|
695
544
|
n0,
|
|
696
545
|
_UR,
|
|
697
|
-
{
|
|
698
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
699
|
-
},
|
|
546
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
700
547
|
() => UntagResourceRequest,
|
|
701
548
|
() => UntagResourceResponse,
|
|
702
549
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BackupSearchClient } from "./BackupSearchClient";
|
|
3
3
|
import { GetSearchJobCommandInput, GetSearchJobCommandOutput } from "./commands/GetSearchJobCommand";
|
|
4
4
|
import { GetSearchResultExportJobCommandInput, GetSearchResultExportJobCommandOutput } from "./commands/GetSearchResultExportJobCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetSearchJobCommandInput, GetSearchJobCommandOutput } from "./commands/GetSearchJobCommand";
|
|
11
11
|
import { GetSearchResultExportJobCommandInput, GetSearchResultExportJobCommandOutput } from "./commands/GetSearchResultExportJobCommand";
|
|
12
12
|
import { ListSearchJobBackupsCommandInput, ListSearchJobBackupsCommandOutput } from "./commands/ListSearchJobBackupsCommand";
|
|
@@ -20,7 +20,7 @@ import { StopSearchJobCommandInput, StopSearchJobCommandOutput } from "./command
|
|
|
20
20
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
21
21
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
22
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
23
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
23
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
24
24
|
export { __Client };
|
|
25
25
|
/**
|
|
26
26
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { BackupSearchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { BackupSearchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig } from "../BackupSearchClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type BackupSearchClientResolvedConfig } from "../BackupSearchClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { GetSearchJobInput, GetSearchJobOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { GetSearchJobInput, GetSearchJobOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { GetSearchResultExportJobInput, GetSearchResultExportJobOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { GetSearchResultExportJobInput, GetSearchResultExportJobOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { ListSearchJobBackupsInput, ListSearchJobBackupsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { ListSearchJobBackupsInput, ListSearchJobBackupsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { ListSearchJobResultsInput, ListSearchJobResultsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { ListSearchJobResultsInput, ListSearchJobResultsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { ListSearchJobsInput, ListSearchJobsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { ListSearchJobsInput, ListSearchJobsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { ListSearchResultExportJobsInput, ListSearchResultExportJobsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { ListSearchResultExportJobsInput, ListSearchResultExportJobsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { StartSearchJobInput, StartSearchJobOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { StartSearchJobInput, StartSearchJobOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { StartSearchResultExportJobInput, StartSearchResultExportJobOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { StartSearchResultExportJobInput, StartSearchResultExportJobOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { StopSearchJobInput, StopSearchJobOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { StopSearchJobInput, StopSearchJobOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BackupSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupSearchClient";
|
|
4
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -7,10 +7,19 @@ export interface ClientInputEndpointParameters {
|
|
|
7
7
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
8
8
|
region?: string | undefined | Provider<string | undefined>;
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
10
13
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
11
14
|
defaultSigningName: string;
|
|
12
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* @internal
|
|
18
|
+
*/
|
|
13
19
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
20
|
+
/**
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
14
23
|
export declare const commonParams: {
|
|
15
24
|
readonly UseFIPS: {
|
|
16
25
|
readonly type: "builtInParams";
|
|
@@ -25,6 +34,9 @@ export declare const commonParams: {
|
|
|
25
34
|
readonly name: "region";
|
|
26
35
|
};
|
|
27
36
|
};
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
28
40
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
41
|
UseFIPS?: boolean | undefined;
|
|
30
42
|
Endpoint?: string | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { BackupSearchServiceException as __BaseException } from "./BackupSearchServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p>
|