@aws-sdk/client-redshift-serverless 3.952.0 → 3.953.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 +790 -513
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CreateNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateReservationCommand.js +2 -2
- package/dist-es/commands/CreateScheduledActionCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-es/commands/CreateWorkgroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-es/commands/DeleteWorkgroupCommand.js +2 -2
- package/dist-es/commands/GetCredentialsCommand.js +2 -2
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/GetEndpointAccessCommand.js +2 -2
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -2
- package/dist-es/commands/GetNamespaceCommand.js +2 -2
- package/dist-es/commands/GetRecoveryPointCommand.js +2 -2
- package/dist-es/commands/GetReservationCommand.js +2 -2
- package/dist-es/commands/GetReservationOfferingCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetScheduledActionCommand.js +2 -2
- package/dist-es/commands/GetSnapshotCommand.js +2 -2
- package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/GetTrackCommand.js +2 -2
- package/dist-es/commands/GetUsageLimitCommand.js +2 -2
- package/dist-es/commands/GetWorkgroupCommand.js +2 -2
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -2
- package/dist-es/commands/ListEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -2
- package/dist-es/commands/ListNamespacesCommand.js +2 -2
- package/dist-es/commands/ListRecoveryPointsCommand.js +2 -2
- package/dist-es/commands/ListReservationOfferingsCommand.js +2 -2
- package/dist-es/commands/ListReservationsCommand.js +2 -2
- package/dist-es/commands/ListScheduledActionsCommand.js +2 -2
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListSnapshotsCommand.js +2 -2
- package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTracksCommand.js +2 -2
- package/dist-es/commands/ListUsageLimitsCommand.js +2 -2
- package/dist-es/commands/ListWorkgroupsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateScheduledActionCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateUsageLimitCommand.js +2 -2
- package/dist-es/commands/UpdateWorkgroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +465 -423
- package/dist-types/RedshiftServerlessClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +236 -268
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -269
- package/package.json +34 -34
|
@@ -450,17 +450,17 @@ const _wV = "workgroupVersion";
|
|
|
450
450
|
const _wo = "workgroups";
|
|
451
451
|
const n0 = "com.amazonaws.redshiftserverless";
|
|
452
452
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
453
|
-
import { AccessDeniedException
|
|
454
|
-
import { RedshiftServerlessServiceException
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_co, _m], [0, 0]];
|
|
458
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
459
|
-
export var Association = [3, n0, _A, 0, [_cDCA, _cDCET, _cDN, _wN], [0, 5, 0, 0]];
|
|
460
|
-
export var ConfigParameter = [3, n0, _CP, 0, [_pK, _pV], [0, 0]];
|
|
461
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
462
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
463
|
-
export var ConvertRecoveryPointToSnapshotRequest = [
|
|
453
|
+
import { AccessDeniedException, ConflictException, DryRunException, InsufficientCapacityException, InternalServerException, InvalidPaginationException, Ipv6CidrBlockNotFoundException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
|
|
454
|
+
import { RedshiftServerlessServiceException } from "../models/RedshiftServerlessServiceException";
|
|
455
|
+
var DbPassword = [0, n0, _DP, 8, 0];
|
|
456
|
+
var DbUser = [0, n0, _DU, 8, 0];
|
|
457
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_co, _m], [0, 0]];
|
|
458
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
459
|
+
export var Association$ = [3, n0, _A, 0, [_cDCA, _cDCET, _cDN, _wN], [0, 5, 0, 0]];
|
|
460
|
+
export var ConfigParameter$ = [3, n0, _CP, 0, [_pK, _pV], [0, 0]];
|
|
461
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
462
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
463
|
+
export var ConvertRecoveryPointToSnapshotRequest$ = [
|
|
464
464
|
3,
|
|
465
465
|
n0,
|
|
466
466
|
_CRPTSR,
|
|
@@ -468,8 +468,15 @@ export var ConvertRecoveryPointToSnapshotRequest = [
|
|
|
468
468
|
[_rPI, _sN, _rP, _t],
|
|
469
469
|
[0, 0, 1, () => TagList],
|
|
470
470
|
];
|
|
471
|
-
export var ConvertRecoveryPointToSnapshotResponse = [
|
|
472
|
-
|
|
471
|
+
export var ConvertRecoveryPointToSnapshotResponse$ = [
|
|
472
|
+
3,
|
|
473
|
+
n0,
|
|
474
|
+
_CRPTSRo,
|
|
475
|
+
0,
|
|
476
|
+
[_s],
|
|
477
|
+
[() => Snapshot$],
|
|
478
|
+
];
|
|
479
|
+
export var CreateCustomDomainAssociationRequest$ = [
|
|
473
480
|
3,
|
|
474
481
|
n0,
|
|
475
482
|
_CCDAR,
|
|
@@ -477,7 +484,7 @@ export var CreateCustomDomainAssociationRequest = [
|
|
|
477
484
|
[_wN, _cDN, _cDCA],
|
|
478
485
|
[0, 0, 0],
|
|
479
486
|
];
|
|
480
|
-
export var CreateCustomDomainAssociationResponse = [
|
|
487
|
+
export var CreateCustomDomainAssociationResponse$ = [
|
|
481
488
|
3,
|
|
482
489
|
n0,
|
|
483
490
|
_CCDARr,
|
|
@@ -485,7 +492,7 @@ export var CreateCustomDomainAssociationResponse = [
|
|
|
485
492
|
[_cDN, _wN, _cDCA, _cDCET],
|
|
486
493
|
[0, 0, 0, 5],
|
|
487
494
|
];
|
|
488
|
-
export var CreateEndpointAccessRequest = [
|
|
495
|
+
export var CreateEndpointAccessRequest$ = [
|
|
489
496
|
3,
|
|
490
497
|
n0,
|
|
491
498
|
_CEAR,
|
|
@@ -493,8 +500,8 @@ export var CreateEndpointAccessRequest = [
|
|
|
493
500
|
[_eN, _sI, _wN, _vSGI, _oA],
|
|
494
501
|
[0, 64 | 0, 0, 64 | 0, 0],
|
|
495
502
|
];
|
|
496
|
-
export var CreateEndpointAccessResponse = [3, n0, _CEARr, 0, [_en], [() => EndpointAccess]];
|
|
497
|
-
export var CreateNamespaceRequest = [
|
|
503
|
+
export var CreateEndpointAccessResponse$ = [3, n0, _CEARr, 0, [_en], [() => EndpointAccess$]];
|
|
504
|
+
export var CreateNamespaceRequest$ = [
|
|
498
505
|
3,
|
|
499
506
|
n0,
|
|
500
507
|
_CNR,
|
|
@@ -502,26 +509,26 @@ export var CreateNamespaceRequest = [
|
|
|
502
509
|
[_nN, _aU, _aUP, _dN, _kKI, _dIRA, _iR, _lE, _t, _mAP, _aPSKKI, _rIAA],
|
|
503
510
|
[0, [() => DbUser, 0], [() => DbPassword, 0], 0, 0, 0, 64 | 0, 64 | 0, () => TagList, 2, 0, 0],
|
|
504
511
|
];
|
|
505
|
-
export var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_n], [[() => Namespace
|
|
506
|
-
export var CreateReservationRequest = [3, n0, _CRR, 0, [_ca, _oI, _cT], [1, 0, [0, 4]]];
|
|
507
|
-
export var CreateReservationResponse = [3, n0, _CRRr, 0, [_r], [() => Reservation]];
|
|
508
|
-
export var CreateScheduledActionRequest = [
|
|
512
|
+
export var CreateNamespaceResponse$ = [3, n0, _CNRr, 0, [_n], [[() => Namespace$, 0]]];
|
|
513
|
+
export var CreateReservationRequest$ = [3, n0, _CRR, 0, [_ca, _oI, _cT], [1, 0, [0, 4]]];
|
|
514
|
+
export var CreateReservationResponse$ = [3, n0, _CRRr, 0, [_r], [() => Reservation$]];
|
|
515
|
+
export var CreateScheduledActionRequest$ = [
|
|
509
516
|
3,
|
|
510
517
|
n0,
|
|
511
518
|
_CSAR,
|
|
512
519
|
0,
|
|
513
520
|
[_sAN, _tA, _sc, _rA, _nN, _ena, _sAD, _sT, _eT],
|
|
514
|
-
[0, () => TargetAction
|
|
521
|
+
[0, () => TargetAction$, () => Schedule$, 0, 0, 2, 0, 4, 4],
|
|
515
522
|
];
|
|
516
|
-
export var CreateScheduledActionResponse = [
|
|
523
|
+
export var CreateScheduledActionResponse$ = [
|
|
517
524
|
3,
|
|
518
525
|
n0,
|
|
519
526
|
_CSARr,
|
|
520
527
|
0,
|
|
521
528
|
[_sA],
|
|
522
|
-
[() => ScheduledActionResponse],
|
|
529
|
+
[() => ScheduledActionResponse$],
|
|
523
530
|
];
|
|
524
|
-
export var CreateSnapshotCopyConfigurationRequest = [
|
|
531
|
+
export var CreateSnapshotCopyConfigurationRequest$ = [
|
|
525
532
|
3,
|
|
526
533
|
n0,
|
|
527
534
|
_CSCCR,
|
|
@@ -529,15 +536,15 @@ export var CreateSnapshotCopyConfigurationRequest = [
|
|
|
529
536
|
[_nN, _dR, _sRP, _dKKI],
|
|
530
537
|
[0, 0, 1, 0],
|
|
531
538
|
];
|
|
532
|
-
export var CreateSnapshotCopyConfigurationResponse = [
|
|
539
|
+
export var CreateSnapshotCopyConfigurationResponse$ = [
|
|
533
540
|
3,
|
|
534
541
|
n0,
|
|
535
542
|
_CSCCRr,
|
|
536
543
|
0,
|
|
537
544
|
[_sCC],
|
|
538
|
-
[() => SnapshotCopyConfiguration],
|
|
545
|
+
[() => SnapshotCopyConfiguration$],
|
|
539
546
|
];
|
|
540
|
-
export var CreateSnapshotRequest = [
|
|
547
|
+
export var CreateSnapshotRequest$ = [
|
|
541
548
|
3,
|
|
542
549
|
n0,
|
|
543
550
|
_CSR,
|
|
@@ -545,8 +552,8 @@ export var CreateSnapshotRequest = [
|
|
|
545
552
|
[_nN, _sN, _rP, _t],
|
|
546
553
|
[0, 0, 1, () => TagList],
|
|
547
554
|
];
|
|
548
|
-
export var CreateSnapshotResponse = [3, n0, _CSRr, 0, [_s], [() => Snapshot]];
|
|
549
|
-
export var CreateSnapshotScheduleActionParameters = [
|
|
555
|
+
export var CreateSnapshotResponse$ = [3, n0, _CSRr, 0, [_s], [() => Snapshot$]];
|
|
556
|
+
export var CreateSnapshotScheduleActionParameters$ = [
|
|
550
557
|
3,
|
|
551
558
|
n0,
|
|
552
559
|
_CSSAP,
|
|
@@ -554,7 +561,7 @@ export var CreateSnapshotScheduleActionParameters = [
|
|
|
554
561
|
[_nN, _sNP, _rP, _t],
|
|
555
562
|
[0, 0, 1, () => TagList],
|
|
556
563
|
];
|
|
557
|
-
export var CreateUsageLimitRequest = [
|
|
564
|
+
export var CreateUsageLimitRequest$ = [
|
|
558
565
|
3,
|
|
559
566
|
n0,
|
|
560
567
|
_CULR,
|
|
@@ -562,61 +569,61 @@ export var CreateUsageLimitRequest = [
|
|
|
562
569
|
[_rAe, _uT, _a, _p, _bA],
|
|
563
570
|
[0, 0, 1, 0, 0],
|
|
564
571
|
];
|
|
565
|
-
export var CreateUsageLimitResponse = [3, n0, _CULRr, 0, [_uL], [() => UsageLimit]];
|
|
566
|
-
export var CreateWorkgroupRequest = [
|
|
572
|
+
export var CreateUsageLimitResponse$ = [3, n0, _CULRr, 0, [_uL], [() => UsageLimit$]];
|
|
573
|
+
export var CreateWorkgroupRequest$ = [
|
|
567
574
|
3,
|
|
568
575
|
n0,
|
|
569
576
|
_CWR,
|
|
570
577
|
0,
|
|
571
578
|
[_wN, _nN, _bC, _eVR, _cP, _sGI, _sI, _pA, _t, _po, _mC, _pPT, _iAT, _tN],
|
|
572
|
-
[0, 0, 1, 2, () => ConfigParameterList, 64 | 0, 64 | 0, 2, () => TagList, 1, 1, () => PerformanceTarget
|
|
579
|
+
[0, 0, 1, 2, () => ConfigParameterList, 64 | 0, 64 | 0, 2, () => TagList, 1, 1, () => PerformanceTarget$, 0, 0],
|
|
573
580
|
];
|
|
574
|
-
export var CreateWorkgroupResponse = [3, n0, _CWRr, 0, [_w], [() => Workgroup]];
|
|
575
|
-
export var DeleteCustomDomainAssociationRequest = [3, n0, _DCDAR, 0, [_wN, _cDN], [0, 0]];
|
|
576
|
-
export var DeleteCustomDomainAssociationResponse = [3, n0, _DCDARe, 0, [], []];
|
|
577
|
-
export var DeleteEndpointAccessRequest = [3, n0, _DEAR, 0, [_eN], [0]];
|
|
578
|
-
export var DeleteEndpointAccessResponse = [3, n0, _DEARe, 0, [_en], [() => EndpointAccess]];
|
|
579
|
-
export var DeleteNamespaceRequest = [3, n0, _DNR, 0, [_nN, _fSN, _fSRP], [0, 0, 1]];
|
|
580
|
-
export var DeleteNamespaceResponse = [3, n0, _DNRe, 0, [_n], [[() => Namespace
|
|
581
|
-
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_rAe], [0]];
|
|
582
|
-
export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
583
|
-
export var DeleteScheduledActionRequest = [3, n0, _DSAR, 0, [_sAN], [0]];
|
|
584
|
-
export var DeleteScheduledActionResponse = [
|
|
581
|
+
export var CreateWorkgroupResponse$ = [3, n0, _CWRr, 0, [_w], [() => Workgroup$]];
|
|
582
|
+
export var DeleteCustomDomainAssociationRequest$ = [3, n0, _DCDAR, 0, [_wN, _cDN], [0, 0]];
|
|
583
|
+
export var DeleteCustomDomainAssociationResponse$ = [3, n0, _DCDARe, 0, [], []];
|
|
584
|
+
export var DeleteEndpointAccessRequest$ = [3, n0, _DEAR, 0, [_eN], [0]];
|
|
585
|
+
export var DeleteEndpointAccessResponse$ = [3, n0, _DEARe, 0, [_en], [() => EndpointAccess$]];
|
|
586
|
+
export var DeleteNamespaceRequest$ = [3, n0, _DNR, 0, [_nN, _fSN, _fSRP], [0, 0, 1]];
|
|
587
|
+
export var DeleteNamespaceResponse$ = [3, n0, _DNRe, 0, [_n], [[() => Namespace$, 0]]];
|
|
588
|
+
export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_rAe], [0]];
|
|
589
|
+
export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
|
|
590
|
+
export var DeleteScheduledActionRequest$ = [3, n0, _DSAR, 0, [_sAN], [0]];
|
|
591
|
+
export var DeleteScheduledActionResponse$ = [
|
|
585
592
|
3,
|
|
586
593
|
n0,
|
|
587
594
|
_DSARe,
|
|
588
595
|
0,
|
|
589
596
|
[_sA],
|
|
590
|
-
[() => ScheduledActionResponse],
|
|
597
|
+
[() => ScheduledActionResponse$],
|
|
591
598
|
];
|
|
592
|
-
export var DeleteSnapshotCopyConfigurationRequest = [3, n0, _DSCCR, 0, [_sCCI], [0]];
|
|
593
|
-
export var DeleteSnapshotCopyConfigurationResponse = [
|
|
599
|
+
export var DeleteSnapshotCopyConfigurationRequest$ = [3, n0, _DSCCR, 0, [_sCCI], [0]];
|
|
600
|
+
export var DeleteSnapshotCopyConfigurationResponse$ = [
|
|
594
601
|
3,
|
|
595
602
|
n0,
|
|
596
603
|
_DSCCRe,
|
|
597
604
|
0,
|
|
598
605
|
[_sCC],
|
|
599
|
-
[() => SnapshotCopyConfiguration],
|
|
606
|
+
[() => SnapshotCopyConfiguration$],
|
|
600
607
|
];
|
|
601
|
-
export var DeleteSnapshotRequest = [3, n0, _DSR, 0, [_sN], [0]];
|
|
602
|
-
export var DeleteSnapshotResponse = [3, n0, _DSRe, 0, [_s], [() => Snapshot]];
|
|
603
|
-
export var DeleteUsageLimitRequest = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
604
|
-
export var DeleteUsageLimitResponse = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit]];
|
|
605
|
-
export var DeleteWorkgroupRequest = [3, n0, _DWR, 0, [_wN], [0]];
|
|
606
|
-
export var DeleteWorkgroupResponse = [3, n0, _DWRe, 0, [_w], [() => Workgroup]];
|
|
607
|
-
export var DryRunException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
608
|
-
TypeRegistry.for(n0).registerError(DryRunException
|
|
609
|
-
export var Endpoint = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
610
|
-
export var EndpointAccess = [
|
|
608
|
+
export var DeleteSnapshotRequest$ = [3, n0, _DSR, 0, [_sN], [0]];
|
|
609
|
+
export var DeleteSnapshotResponse$ = [3, n0, _DSRe, 0, [_s], [() => Snapshot$]];
|
|
610
|
+
export var DeleteUsageLimitRequest$ = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
611
|
+
export var DeleteUsageLimitResponse$ = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit$]];
|
|
612
|
+
export var DeleteWorkgroupRequest$ = [3, n0, _DWR, 0, [_wN], [0]];
|
|
613
|
+
export var DeleteWorkgroupResponse$ = [3, n0, _DWRe, 0, [_w], [() => Workgroup$]];
|
|
614
|
+
export var DryRunException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
615
|
+
TypeRegistry.for(n0).registerError(DryRunException$, DryRunException);
|
|
616
|
+
export var Endpoint$ = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
617
|
+
export var EndpointAccess$ = [
|
|
611
618
|
3,
|
|
612
619
|
n0,
|
|
613
620
|
_EA,
|
|
614
621
|
0,
|
|
615
622
|
[_eN, _eS, _wN, _eCT, _po, _ad, _sI, _vSG, _vEp, _eA],
|
|
616
|
-
[0, 0, 0, 5, 1, 0, 64 | 0, () => VpcSecurityGroupMembershipList, () => VpcEndpoint
|
|
623
|
+
[0, 0, 0, 5, 1, 0, 64 | 0, () => VpcSecurityGroupMembershipList, () => VpcEndpoint$, 0],
|
|
617
624
|
];
|
|
618
|
-
export var GetCredentialsRequest = [3, n0, _GCR, 0, [_dN, _dS, _wN, _cDN], [0, 1, 0, 0]];
|
|
619
|
-
export var GetCredentialsResponse = [
|
|
625
|
+
export var GetCredentialsRequest$ = [3, n0, _GCR, 0, [_dN, _dS, _wN, _cDN], [0, 1, 0, 0]];
|
|
626
|
+
export var GetCredentialsResponse$ = [
|
|
620
627
|
3,
|
|
621
628
|
n0,
|
|
622
629
|
_GCRe,
|
|
@@ -624,8 +631,8 @@ export var GetCredentialsResponse = [
|
|
|
624
631
|
[_dU, _dP, _ex, _nRT],
|
|
625
632
|
[[() => DbUser, 0], [() => DbPassword, 0], 4, 4],
|
|
626
633
|
];
|
|
627
|
-
export var GetCustomDomainAssociationRequest = [3, n0, _GCDAR, 0, [_cDN, _wN], [0, 0]];
|
|
628
|
-
export var GetCustomDomainAssociationResponse = [
|
|
634
|
+
export var GetCustomDomainAssociationRequest$ = [3, n0, _GCDAR, 0, [_cDN, _wN], [0, 0]];
|
|
635
|
+
export var GetCustomDomainAssociationResponse$ = [
|
|
629
636
|
3,
|
|
630
637
|
n0,
|
|
631
638
|
_GCDARe,
|
|
@@ -633,10 +640,10 @@ export var GetCustomDomainAssociationResponse = [
|
|
|
633
640
|
[_cDN, _wN, _cDCA, _cDCET],
|
|
634
641
|
[0, 0, 0, 5],
|
|
635
642
|
];
|
|
636
|
-
export var GetEndpointAccessRequest = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
637
|
-
export var GetEndpointAccessResponse = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess]];
|
|
638
|
-
export var GetIdentityCenterAuthTokenRequest = [3, n0, _GICATR, 0, [_wNo], [64 | 0]];
|
|
639
|
-
export var GetIdentityCenterAuthTokenResponse = [
|
|
643
|
+
export var GetEndpointAccessRequest$ = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
644
|
+
export var GetEndpointAccessResponse$ = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess$]];
|
|
645
|
+
export var GetIdentityCenterAuthTokenRequest$ = [3, n0, _GICATR, 0, [_wNo], [64 | 0]];
|
|
646
|
+
export var GetIdentityCenterAuthTokenResponse$ = [
|
|
640
647
|
3,
|
|
641
648
|
n0,
|
|
642
649
|
_GICATRe,
|
|
@@ -647,58 +654,58 @@ export var GetIdentityCenterAuthTokenResponse = [
|
|
|
647
654
|
[5, { [_jN]: _ET }],
|
|
648
655
|
],
|
|
649
656
|
];
|
|
650
|
-
export var GetNamespaceRequest = [3, n0, _GNR, 0, [_nN], [0]];
|
|
651
|
-
export var GetNamespaceResponse = [3, n0, _GNRe, 0, [_n], [[() => Namespace
|
|
652
|
-
export var GetRecoveryPointRequest = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
653
|
-
export var GetRecoveryPointResponse = [3, n0, _GRPRe, 0, [_rPe], [() => RecoveryPoint]];
|
|
654
|
-
export var GetReservationOfferingRequest = [3, n0, _GROR, 0, [_oI], [0]];
|
|
655
|
-
export var GetReservationOfferingResponse = [
|
|
657
|
+
export var GetNamespaceRequest$ = [3, n0, _GNR, 0, [_nN], [0]];
|
|
658
|
+
export var GetNamespaceResponse$ = [3, n0, _GNRe, 0, [_n], [[() => Namespace$, 0]]];
|
|
659
|
+
export var GetRecoveryPointRequest$ = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
660
|
+
export var GetRecoveryPointResponse$ = [3, n0, _GRPRe, 0, [_rPe], [() => RecoveryPoint$]];
|
|
661
|
+
export var GetReservationOfferingRequest$ = [3, n0, _GROR, 0, [_oI], [0]];
|
|
662
|
+
export var GetReservationOfferingResponse$ = [
|
|
656
663
|
3,
|
|
657
664
|
n0,
|
|
658
665
|
_GRORe,
|
|
659
666
|
0,
|
|
660
667
|
[_rO],
|
|
661
|
-
[() => ReservationOffering],
|
|
668
|
+
[() => ReservationOffering$],
|
|
662
669
|
];
|
|
663
|
-
export var GetReservationRequest = [3, n0, _GRR, 0, [_rI], [0]];
|
|
664
|
-
export var GetReservationResponse = [3, n0, _GRRe, 0, [_r], [() => Reservation]];
|
|
665
|
-
export var GetResourcePolicyRequest = [3, n0, _GRPRet, 0, [_rAe], [0]];
|
|
666
|
-
export var GetResourcePolicyResponse = [3, n0, _GRPRete, 0, [_rPes], [() => ResourcePolicy]];
|
|
667
|
-
export var GetScheduledActionRequest = [3, n0, _GSAR, 0, [_sAN], [0]];
|
|
668
|
-
export var GetScheduledActionResponse = [
|
|
670
|
+
export var GetReservationRequest$ = [3, n0, _GRR, 0, [_rI], [0]];
|
|
671
|
+
export var GetReservationResponse$ = [3, n0, _GRRe, 0, [_r], [() => Reservation$]];
|
|
672
|
+
export var GetResourcePolicyRequest$ = [3, n0, _GRPRet, 0, [_rAe], [0]];
|
|
673
|
+
export var GetResourcePolicyResponse$ = [3, n0, _GRPRete, 0, [_rPes], [() => ResourcePolicy$]];
|
|
674
|
+
export var GetScheduledActionRequest$ = [3, n0, _GSAR, 0, [_sAN], [0]];
|
|
675
|
+
export var GetScheduledActionResponse$ = [
|
|
669
676
|
3,
|
|
670
677
|
n0,
|
|
671
678
|
_GSARe,
|
|
672
679
|
0,
|
|
673
680
|
[_sA],
|
|
674
|
-
[() => ScheduledActionResponse],
|
|
681
|
+
[() => ScheduledActionResponse$],
|
|
675
682
|
];
|
|
676
|
-
export var GetSnapshotRequest = [3, n0, _GSR, 0, [_sN, _oA, _sAn], [0, 0, 0]];
|
|
677
|
-
export var GetSnapshotResponse = [3, n0, _GSRe, 0, [_s], [() => Snapshot]];
|
|
678
|
-
export var GetTableRestoreStatusRequest = [3, n0, _GTRSR, 0, [_tRRI], [0]];
|
|
679
|
-
export var GetTableRestoreStatusResponse = [
|
|
683
|
+
export var GetSnapshotRequest$ = [3, n0, _GSR, 0, [_sN, _oA, _sAn], [0, 0, 0]];
|
|
684
|
+
export var GetSnapshotResponse$ = [3, n0, _GSRe, 0, [_s], [() => Snapshot$]];
|
|
685
|
+
export var GetTableRestoreStatusRequest$ = [3, n0, _GTRSR, 0, [_tRRI], [0]];
|
|
686
|
+
export var GetTableRestoreStatusResponse$ = [
|
|
680
687
|
3,
|
|
681
688
|
n0,
|
|
682
689
|
_GTRSRe,
|
|
683
690
|
0,
|
|
684
691
|
[_tRS],
|
|
685
|
-
[() => TableRestoreStatus],
|
|
686
|
-
];
|
|
687
|
-
export var GetTrackRequest = [3, n0, _GTR, 0, [_tN], [0]];
|
|
688
|
-
export var GetTrackResponse = [3, n0, _GTRe, 0, [_tr], [() => ServerlessTrack]];
|
|
689
|
-
export var GetUsageLimitRequest = [3, n0, _GULR, 0, [_uLI], [0]];
|
|
690
|
-
export var GetUsageLimitResponse = [3, n0, _GULRe, 0, [_uL], [() => UsageLimit]];
|
|
691
|
-
export var GetWorkgroupRequest = [3, n0, _GWR, 0, [_wN], [0]];
|
|
692
|
-
export var GetWorkgroupResponse = [3, n0, _GWRe, 0, [_w], [() => Workgroup]];
|
|
693
|
-
export var InsufficientCapacityException = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
694
|
-
TypeRegistry.for(n0).registerError(InsufficientCapacityException
|
|
695
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
696
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
697
|
-
export var InvalidPaginationException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
698
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationException
|
|
699
|
-
export var Ipv6CidrBlockNotFoundException = [-3, n0, _ICBNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
700
|
-
TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException
|
|
701
|
-
export var ListCustomDomainAssociationsRequest = [
|
|
692
|
+
[() => TableRestoreStatus$],
|
|
693
|
+
];
|
|
694
|
+
export var GetTrackRequest$ = [3, n0, _GTR, 0, [_tN], [0]];
|
|
695
|
+
export var GetTrackResponse$ = [3, n0, _GTRe, 0, [_tr], [() => ServerlessTrack$]];
|
|
696
|
+
export var GetUsageLimitRequest$ = [3, n0, _GULR, 0, [_uLI], [0]];
|
|
697
|
+
export var GetUsageLimitResponse$ = [3, n0, _GULRe, 0, [_uL], [() => UsageLimit$]];
|
|
698
|
+
export var GetWorkgroupRequest$ = [3, n0, _GWR, 0, [_wN], [0]];
|
|
699
|
+
export var GetWorkgroupResponse$ = [3, n0, _GWRe, 0, [_w], [() => Workgroup$]];
|
|
700
|
+
export var InsufficientCapacityException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
701
|
+
TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
|
|
702
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
703
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
704
|
+
export var InvalidPaginationException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
705
|
+
TypeRegistry.for(n0).registerError(InvalidPaginationException$, InvalidPaginationException);
|
|
706
|
+
export var Ipv6CidrBlockNotFoundException$ = [-3, n0, _ICBNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
707
|
+
TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException$, Ipv6CidrBlockNotFoundException);
|
|
708
|
+
export var ListCustomDomainAssociationsRequest$ = [
|
|
702
709
|
3,
|
|
703
710
|
n0,
|
|
704
711
|
_LCDAR,
|
|
@@ -706,7 +713,7 @@ export var ListCustomDomainAssociationsRequest = [
|
|
|
706
713
|
[_nT, _mR, _cDN, _cDCA],
|
|
707
714
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0],
|
|
708
715
|
];
|
|
709
|
-
export var ListCustomDomainAssociationsResponse = [
|
|
716
|
+
export var ListCustomDomainAssociationsResponse$ = [
|
|
710
717
|
3,
|
|
711
718
|
n0,
|
|
712
719
|
_LCDARi,
|
|
@@ -714,7 +721,7 @@ export var ListCustomDomainAssociationsResponse = [
|
|
|
714
721
|
[_nT, _as],
|
|
715
722
|
[0, () => AssociationList],
|
|
716
723
|
];
|
|
717
|
-
export var ListEndpointAccessRequest = [
|
|
724
|
+
export var ListEndpointAccessRequest$ = [
|
|
718
725
|
3,
|
|
719
726
|
n0,
|
|
720
727
|
_LEAR,
|
|
@@ -722,7 +729,7 @@ export var ListEndpointAccessRequest = [
|
|
|
722
729
|
[_nT, _mR, _wN, _vI, _oA],
|
|
723
730
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0, 0],
|
|
724
731
|
];
|
|
725
|
-
export var ListEndpointAccessResponse = [
|
|
732
|
+
export var ListEndpointAccessResponse$ = [
|
|
726
733
|
3,
|
|
727
734
|
n0,
|
|
728
735
|
_LEARi,
|
|
@@ -730,7 +737,7 @@ export var ListEndpointAccessResponse = [
|
|
|
730
737
|
[_nT, _end],
|
|
731
738
|
[0, () => EndpointAccessList],
|
|
732
739
|
];
|
|
733
|
-
export var ListManagedWorkgroupsRequest = [
|
|
740
|
+
export var ListManagedWorkgroupsRequest$ = [
|
|
734
741
|
3,
|
|
735
742
|
n0,
|
|
736
743
|
_LMWR,
|
|
@@ -738,7 +745,7 @@ export var ListManagedWorkgroupsRequest = [
|
|
|
738
745
|
[_sAo, _nT, _mR],
|
|
739
746
|
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
740
747
|
];
|
|
741
|
-
export var ListManagedWorkgroupsResponse = [
|
|
748
|
+
export var ListManagedWorkgroupsResponse$ = [
|
|
742
749
|
3,
|
|
743
750
|
n0,
|
|
744
751
|
_LMWRi,
|
|
@@ -746,7 +753,7 @@ export var ListManagedWorkgroupsResponse = [
|
|
|
746
753
|
[_nT, _mW],
|
|
747
754
|
[0, () => ManagedWorkgroups],
|
|
748
755
|
];
|
|
749
|
-
export var ListNamespacesRequest = [
|
|
756
|
+
export var ListNamespacesRequest$ = [
|
|
750
757
|
3,
|
|
751
758
|
n0,
|
|
752
759
|
_LNR,
|
|
@@ -757,8 +764,15 @@ export var ListNamespacesRequest = [
|
|
|
757
764
|
[1, { [_hQ]: _mR }],
|
|
758
765
|
],
|
|
759
766
|
];
|
|
760
|
-
export var ListNamespacesResponse = [
|
|
761
|
-
|
|
767
|
+
export var ListNamespacesResponse$ = [
|
|
768
|
+
3,
|
|
769
|
+
n0,
|
|
770
|
+
_LNRi,
|
|
771
|
+
0,
|
|
772
|
+
[_nT, _na],
|
|
773
|
+
[0, [() => NamespaceList, 0]],
|
|
774
|
+
];
|
|
775
|
+
export var ListRecoveryPointsRequest$ = [
|
|
762
776
|
3,
|
|
763
777
|
n0,
|
|
764
778
|
_LRPR,
|
|
@@ -766,7 +780,7 @@ export var ListRecoveryPointsRequest = [
|
|
|
766
780
|
[_nT, _mR, _sT, _eT, _nN, _nA],
|
|
767
781
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 4, 4, 0, 0],
|
|
768
782
|
];
|
|
769
|
-
export var ListRecoveryPointsResponse = [
|
|
783
|
+
export var ListRecoveryPointsResponse$ = [
|
|
770
784
|
3,
|
|
771
785
|
n0,
|
|
772
786
|
_LRPRi,
|
|
@@ -774,7 +788,7 @@ export var ListRecoveryPointsResponse = [
|
|
|
774
788
|
[_rPec, _nT],
|
|
775
789
|
[() => RecoveryPointList, 0],
|
|
776
790
|
];
|
|
777
|
-
export var ListReservationOfferingsRequest = [
|
|
791
|
+
export var ListReservationOfferingsRequest$ = [
|
|
778
792
|
3,
|
|
779
793
|
n0,
|
|
780
794
|
_LROR,
|
|
@@ -785,7 +799,7 @@ export var ListReservationOfferingsRequest = [
|
|
|
785
799
|
[1, { [_hQ]: _mR }],
|
|
786
800
|
],
|
|
787
801
|
];
|
|
788
|
-
export var ListReservationOfferingsResponse = [
|
|
802
|
+
export var ListReservationOfferingsResponse$ = [
|
|
789
803
|
3,
|
|
790
804
|
n0,
|
|
791
805
|
_LRORi,
|
|
@@ -793,7 +807,7 @@ export var ListReservationOfferingsResponse = [
|
|
|
793
807
|
[_rOL, _nT],
|
|
794
808
|
[() => ReservationOfferingsList, 0],
|
|
795
809
|
];
|
|
796
|
-
export var ListReservationsRequest = [
|
|
810
|
+
export var ListReservationsRequest$ = [
|
|
797
811
|
3,
|
|
798
812
|
n0,
|
|
799
813
|
_LRR,
|
|
@@ -804,8 +818,15 @@ export var ListReservationsRequest = [
|
|
|
804
818
|
[1, { [_hQ]: _mR }],
|
|
805
819
|
],
|
|
806
820
|
];
|
|
807
|
-
export var ListReservationsResponse = [
|
|
808
|
-
|
|
821
|
+
export var ListReservationsResponse$ = [
|
|
822
|
+
3,
|
|
823
|
+
n0,
|
|
824
|
+
_LRRi,
|
|
825
|
+
0,
|
|
826
|
+
[_rL, _nT],
|
|
827
|
+
[() => ReservationsList, 0],
|
|
828
|
+
];
|
|
829
|
+
export var ListScheduledActionsRequest$ = [
|
|
809
830
|
3,
|
|
810
831
|
n0,
|
|
811
832
|
_LSAR,
|
|
@@ -813,7 +834,7 @@ export var ListScheduledActionsRequest = [
|
|
|
813
834
|
[_nT, _mR, _nN],
|
|
814
835
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0],
|
|
815
836
|
];
|
|
816
|
-
export var ListScheduledActionsResponse = [
|
|
837
|
+
export var ListScheduledActionsResponse$ = [
|
|
817
838
|
3,
|
|
818
839
|
n0,
|
|
819
840
|
_LSARi,
|
|
@@ -821,7 +842,7 @@ export var ListScheduledActionsResponse = [
|
|
|
821
842
|
[_nT, _sAc],
|
|
822
843
|
[0, () => ScheduledActionsList],
|
|
823
844
|
];
|
|
824
|
-
export var ListSnapshotCopyConfigurationsRequest = [
|
|
845
|
+
export var ListSnapshotCopyConfigurationsRequest$ = [
|
|
825
846
|
3,
|
|
826
847
|
n0,
|
|
827
848
|
_LSCCR,
|
|
@@ -829,7 +850,7 @@ export var ListSnapshotCopyConfigurationsRequest = [
|
|
|
829
850
|
[_nN, _nT, _mR],
|
|
830
851
|
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
831
852
|
];
|
|
832
|
-
export var ListSnapshotCopyConfigurationsResponse = [
|
|
853
|
+
export var ListSnapshotCopyConfigurationsResponse$ = [
|
|
833
854
|
3,
|
|
834
855
|
n0,
|
|
835
856
|
_LSCCRi,
|
|
@@ -837,7 +858,7 @@ export var ListSnapshotCopyConfigurationsResponse = [
|
|
|
837
858
|
[_nT, _sCCn],
|
|
838
859
|
[0, () => SnapshotCopyConfigurations],
|
|
839
860
|
];
|
|
840
|
-
export var ListSnapshotsRequest = [
|
|
861
|
+
export var ListSnapshotsRequest$ = [
|
|
841
862
|
3,
|
|
842
863
|
n0,
|
|
843
864
|
_LSR,
|
|
@@ -845,8 +866,8 @@ export var ListSnapshotsRequest = [
|
|
|
845
866
|
[_nT, _mR, _nN, _nA, _oA, _sT, _eT],
|
|
846
867
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0, 0, 4, 4],
|
|
847
868
|
];
|
|
848
|
-
export var ListSnapshotsResponse = [3, n0, _LSRi, 0, [_nT, _sn], [0, () => SnapshotList]];
|
|
849
|
-
export var ListTableRestoreStatusRequest = [
|
|
869
|
+
export var ListSnapshotsResponse$ = [3, n0, _LSRi, 0, [_nT, _sn], [0, () => SnapshotList]];
|
|
870
|
+
export var ListTableRestoreStatusRequest$ = [
|
|
850
871
|
3,
|
|
851
872
|
n0,
|
|
852
873
|
_LTRSR,
|
|
@@ -854,7 +875,7 @@ export var ListTableRestoreStatusRequest = [
|
|
|
854
875
|
[_nT, _mR, _nN, _wN],
|
|
855
876
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0],
|
|
856
877
|
];
|
|
857
|
-
export var ListTableRestoreStatusResponse = [
|
|
878
|
+
export var ListTableRestoreStatusResponse$ = [
|
|
858
879
|
3,
|
|
859
880
|
n0,
|
|
860
881
|
_LTRSRi,
|
|
@@ -862,9 +883,9 @@ export var ListTableRestoreStatusResponse = [
|
|
|
862
883
|
[_nT, _tRSa],
|
|
863
884
|
[0, () => TableRestoreStatusList],
|
|
864
885
|
];
|
|
865
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [0]];
|
|
866
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
867
|
-
export var ListTracksRequest = [
|
|
886
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [0]];
|
|
887
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
888
|
+
export var ListTracksRequest$ = [
|
|
868
889
|
3,
|
|
869
890
|
n0,
|
|
870
891
|
_LTR,
|
|
@@ -875,8 +896,8 @@ export var ListTracksRequest = [
|
|
|
875
896
|
[1, { [_hQ]: _mR }],
|
|
876
897
|
],
|
|
877
898
|
];
|
|
878
|
-
export var ListTracksResponse = [3, n0, _LTRi, 0, [_tra, _nT], [() => TrackList, 0]];
|
|
879
|
-
export var ListUsageLimitsRequest = [
|
|
899
|
+
export var ListTracksResponse$ = [3, n0, _LTRi, 0, [_tra, _nT], [() => TrackList, 0]];
|
|
900
|
+
export var ListUsageLimitsRequest$ = [
|
|
880
901
|
3,
|
|
881
902
|
n0,
|
|
882
903
|
_LULR,
|
|
@@ -884,8 +905,8 @@ export var ListUsageLimitsRequest = [
|
|
|
884
905
|
[_rAe, _uT, _nT, _mR],
|
|
885
906
|
[0, 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
886
907
|
];
|
|
887
|
-
export var ListUsageLimitsResponse = [3, n0, _LULRi, 0, [_uLs, _nT], [() => UsageLimits, 0]];
|
|
888
|
-
export var ListWorkgroupsRequest = [
|
|
908
|
+
export var ListUsageLimitsResponse$ = [3, n0, _LULRi, 0, [_uLs, _nT], [() => UsageLimits, 0]];
|
|
909
|
+
export var ListWorkgroupsRequest$ = [
|
|
889
910
|
3,
|
|
890
911
|
n0,
|
|
891
912
|
_LWR,
|
|
@@ -893,8 +914,8 @@ export var ListWorkgroupsRequest = [
|
|
|
893
914
|
[_nT, _mR, _oA],
|
|
894
915
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0],
|
|
895
916
|
];
|
|
896
|
-
export var ListWorkgroupsResponse = [3, n0, _LWRi, 0, [_nT, _wo], [0, () => WorkgroupList]];
|
|
897
|
-
export var ManagedWorkgroupListItem = [
|
|
917
|
+
export var ListWorkgroupsResponse$ = [3, n0, _LWRi, 0, [_nT, _wo], [0, () => WorkgroupList]];
|
|
918
|
+
export var ManagedWorkgroupListItem$ = [
|
|
898
919
|
3,
|
|
899
920
|
n0,
|
|
900
921
|
_MWLI,
|
|
@@ -902,7 +923,7 @@ export var ManagedWorkgroupListItem = [
|
|
|
902
923
|
[_mWN, _mWI, _sAo, _st, _cD],
|
|
903
924
|
[0, 0, 0, 0, 5],
|
|
904
925
|
];
|
|
905
|
-
export var Namespace = [
|
|
926
|
+
export var Namespace$ = [
|
|
906
927
|
3,
|
|
907
928
|
n0,
|
|
908
929
|
_N,
|
|
@@ -910,11 +931,11 @@ export var Namespace = [
|
|
|
910
931
|
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI, _lRS, _cA],
|
|
911
932
|
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0, 0, 0],
|
|
912
933
|
];
|
|
913
|
-
export var NetworkInterface = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
914
|
-
export var PerformanceTarget = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
915
|
-
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_rAe, _pol], [0, 0]];
|
|
916
|
-
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_rPes], [() => ResourcePolicy]];
|
|
917
|
-
export var RecoveryPoint = [
|
|
934
|
+
export var NetworkInterface$ = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
935
|
+
export var PerformanceTarget$ = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
936
|
+
export var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_rAe, _pol], [0, 0]];
|
|
937
|
+
export var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_rPes], [() => ResourcePolicy$]];
|
|
938
|
+
export var RecoveryPoint$ = [
|
|
918
939
|
3,
|
|
919
940
|
n0,
|
|
920
941
|
_RP,
|
|
@@ -922,15 +943,15 @@ export var RecoveryPoint = [
|
|
|
922
943
|
[_rPI, _rPCT, _tSIMB, _nN, _wN, _nA],
|
|
923
944
|
[0, 5, 1, 0, 0, 0],
|
|
924
945
|
];
|
|
925
|
-
export var Reservation = [
|
|
946
|
+
export var Reservation$ = [
|
|
926
947
|
3,
|
|
927
948
|
n0,
|
|
928
949
|
_R,
|
|
929
950
|
0,
|
|
930
951
|
[_rI, _rAes, _sD, _eD, _ca, _o, _st],
|
|
931
|
-
[0, 0, 5, 5, 1, () => ReservationOffering
|
|
952
|
+
[0, 0, 5, 5, 1, () => ReservationOffering$, 0],
|
|
932
953
|
];
|
|
933
|
-
export var ReservationOffering = [
|
|
954
|
+
export var ReservationOffering$ = [
|
|
934
955
|
3,
|
|
935
956
|
n0,
|
|
936
957
|
_RO,
|
|
@@ -938,19 +959,19 @@ export var ReservationOffering = [
|
|
|
938
959
|
[_oI, _d, _uC, _hC, _cC, _oT],
|
|
939
960
|
[0, 1, 1, 1, 0, 0],
|
|
940
961
|
];
|
|
941
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
|
|
942
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
943
|
-
export var ResourcePolicy = [3, n0, _RPe, 0, [_rAe, _pol], [0, 0]];
|
|
944
|
-
export var RestoreFromRecoveryPointRequest = [3, n0, _RFRPR, 0, [_rPI, _nN, _wN], [0, 0, 0]];
|
|
945
|
-
export var RestoreFromRecoveryPointResponse = [
|
|
962
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
|
|
963
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
964
|
+
export var ResourcePolicy$ = [3, n0, _RPe, 0, [_rAe, _pol], [0, 0]];
|
|
965
|
+
export var RestoreFromRecoveryPointRequest$ = [3, n0, _RFRPR, 0, [_rPI, _nN, _wN], [0, 0, 0]];
|
|
966
|
+
export var RestoreFromRecoveryPointResponse$ = [
|
|
946
967
|
3,
|
|
947
968
|
n0,
|
|
948
969
|
_RFRPRe,
|
|
949
970
|
0,
|
|
950
971
|
[_rPI, _n],
|
|
951
|
-
[0, [() => Namespace
|
|
972
|
+
[0, [() => Namespace$, 0]],
|
|
952
973
|
];
|
|
953
|
-
export var RestoreFromSnapshotRequest = [
|
|
974
|
+
export var RestoreFromSnapshotRequest$ = [
|
|
954
975
|
3,
|
|
955
976
|
n0,
|
|
956
977
|
_RFSR,
|
|
@@ -958,15 +979,15 @@ export var RestoreFromSnapshotRequest = [
|
|
|
958
979
|
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI],
|
|
959
980
|
[0, 0, 0, 0, 0, 2, 0],
|
|
960
981
|
];
|
|
961
|
-
export var RestoreFromSnapshotResponse = [
|
|
982
|
+
export var RestoreFromSnapshotResponse$ = [
|
|
962
983
|
3,
|
|
963
984
|
n0,
|
|
964
985
|
_RFSRe,
|
|
965
986
|
0,
|
|
966
987
|
[_sN, _oA, _n],
|
|
967
|
-
[0, 0, [() => Namespace
|
|
988
|
+
[0, 0, [() => Namespace$, 0]],
|
|
968
989
|
];
|
|
969
|
-
export var RestoreTableFromRecoveryPointRequest = [
|
|
990
|
+
export var RestoreTableFromRecoveryPointRequest$ = [
|
|
970
991
|
3,
|
|
971
992
|
n0,
|
|
972
993
|
_RTFRPR,
|
|
@@ -974,15 +995,15 @@ export var RestoreTableFromRecoveryPointRequest = [
|
|
|
974
995
|
[_nN, _wN, _rPI, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _aCSI],
|
|
975
996
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
976
997
|
];
|
|
977
|
-
export var RestoreTableFromRecoveryPointResponse = [
|
|
998
|
+
export var RestoreTableFromRecoveryPointResponse$ = [
|
|
978
999
|
3,
|
|
979
1000
|
n0,
|
|
980
1001
|
_RTFRPRe,
|
|
981
1002
|
0,
|
|
982
1003
|
[_tRS],
|
|
983
|
-
[() => TableRestoreStatus],
|
|
1004
|
+
[() => TableRestoreStatus$],
|
|
984
1005
|
];
|
|
985
|
-
export var RestoreTableFromSnapshotRequest = [
|
|
1006
|
+
export var RestoreTableFromSnapshotRequest$ = [
|
|
986
1007
|
3,
|
|
987
1008
|
n0,
|
|
988
1009
|
_RTFSR,
|
|
@@ -990,27 +1011,27 @@ export var RestoreTableFromSnapshotRequest = [
|
|
|
990
1011
|
[_nN, _wN, _sN, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _aCSI],
|
|
991
1012
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
992
1013
|
];
|
|
993
|
-
export var RestoreTableFromSnapshotResponse = [
|
|
1014
|
+
export var RestoreTableFromSnapshotResponse$ = [
|
|
994
1015
|
3,
|
|
995
1016
|
n0,
|
|
996
1017
|
_RTFSRe,
|
|
997
1018
|
0,
|
|
998
1019
|
[_tRS],
|
|
999
|
-
[() => TableRestoreStatus],
|
|
1020
|
+
[() => TableRestoreStatus$],
|
|
1000
1021
|
];
|
|
1001
|
-
export var ScheduledActionAssociation = [3, n0, _SAA, 0, [_nN, _sAN], [0, 0]];
|
|
1002
|
-
export var ScheduledActionResponse = [
|
|
1022
|
+
export var ScheduledActionAssociation$ = [3, n0, _SAA, 0, [_nN, _sAN], [0, 0]];
|
|
1023
|
+
export var ScheduledActionResponse$ = [
|
|
1003
1024
|
3,
|
|
1004
1025
|
n0,
|
|
1005
1026
|
_SAR,
|
|
1006
1027
|
0,
|
|
1007
1028
|
[_sAN, _sc, _sAD, _nIe, _rA, _sta, _sT, _eT, _tA, _nN, _sAU],
|
|
1008
|
-
[0, () => Schedule
|
|
1029
|
+
[0, () => Schedule$, 0, 64 | 4, 0, 0, 4, 4, () => TargetAction$, 0, 0],
|
|
1009
1030
|
];
|
|
1010
|
-
export var ServerlessTrack = [3, n0, _ST, 0, [_tN, _wV, _uTp], [0, 0, () => UpdateTargetsList]];
|
|
1011
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1012
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1013
|
-
export var Snapshot = [
|
|
1031
|
+
export var ServerlessTrack$ = [3, n0, _ST, 0, [_tN, _wV, _uTp], [0, 0, () => UpdateTargetsList]];
|
|
1032
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1033
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1034
|
+
export var Snapshot$ = [
|
|
1014
1035
|
3,
|
|
1015
1036
|
n0,
|
|
1016
1037
|
_S,
|
|
@@ -1041,7 +1062,7 @@ export var Snapshot = [
|
|
|
1041
1062
|
],
|
|
1042
1063
|
[0, 0, 0, 5, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 5, 0, 64 | 0, 64 | 0, 0, 0],
|
|
1043
1064
|
];
|
|
1044
|
-
export var SnapshotCopyConfiguration = [
|
|
1065
|
+
export var SnapshotCopyConfiguration$ = [
|
|
1045
1066
|
3,
|
|
1046
1067
|
n0,
|
|
1047
1068
|
_SCC,
|
|
@@ -1049,7 +1070,7 @@ export var SnapshotCopyConfiguration = [
|
|
|
1049
1070
|
[_sCCI, _sCCA, _nN, _dR, _sRP, _dKKI],
|
|
1050
1071
|
[0, 0, 0, 0, 1, 0],
|
|
1051
1072
|
];
|
|
1052
|
-
export var TableRestoreStatus = [
|
|
1073
|
+
export var TableRestoreStatus$ = [
|
|
1053
1074
|
3,
|
|
1054
1075
|
n0,
|
|
1055
1076
|
_TRS,
|
|
@@ -1057,16 +1078,16 @@ export var TableRestoreStatus = [
|
|
|
1057
1078
|
[_tRRI, _st, _m, _rT, _nN, _wN, _sN, _pIMB, _tDIMB, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _rPI],
|
|
1058
1079
|
[0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
1059
1080
|
];
|
|
1060
|
-
export var Tag = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1061
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1062
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1063
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
1064
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1065
|
-
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
1066
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
1067
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1068
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1069
|
-
export var UpdateCustomDomainAssociationRequest = [
|
|
1081
|
+
export var Tag$ = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1082
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1083
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1084
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
1085
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1086
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
1087
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1088
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1089
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1090
|
+
export var UpdateCustomDomainAssociationRequest$ = [
|
|
1070
1091
|
3,
|
|
1071
1092
|
n0,
|
|
1072
1093
|
_UCDAR,
|
|
@@ -1074,7 +1095,7 @@ export var UpdateCustomDomainAssociationRequest = [
|
|
|
1074
1095
|
[_wN, _cDN, _cDCA],
|
|
1075
1096
|
[0, 0, 0],
|
|
1076
1097
|
];
|
|
1077
|
-
export var UpdateCustomDomainAssociationResponse = [
|
|
1098
|
+
export var UpdateCustomDomainAssociationResponse$ = [
|
|
1078
1099
|
3,
|
|
1079
1100
|
n0,
|
|
1080
1101
|
_UCDARp,
|
|
@@ -1082,9 +1103,9 @@ export var UpdateCustomDomainAssociationResponse = [
|
|
|
1082
1103
|
[_cDN, _wN, _cDCA, _cDCET],
|
|
1083
1104
|
[0, 0, 0, 5],
|
|
1084
1105
|
];
|
|
1085
|
-
export var UpdateEndpointAccessRequest = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1086
|
-
export var UpdateEndpointAccessResponse = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess]];
|
|
1087
|
-
export var UpdateLakehouseConfigurationRequest = [
|
|
1106
|
+
export var UpdateEndpointAccessRequest$ = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1107
|
+
export var UpdateEndpointAccessResponse$ = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess$]];
|
|
1108
|
+
export var UpdateLakehouseConfigurationRequest$ = [
|
|
1088
1109
|
3,
|
|
1089
1110
|
n0,
|
|
1090
1111
|
_ULCR,
|
|
@@ -1092,7 +1113,7 @@ export var UpdateLakehouseConfigurationRequest = [
|
|
|
1092
1113
|
[_nN, _lR, _cN, _lIR, _lIAA, _dRr],
|
|
1093
1114
|
[0, 0, 0, 0, 0, 2],
|
|
1094
1115
|
];
|
|
1095
|
-
export var UpdateLakehouseConfigurationResponse = [
|
|
1116
|
+
export var UpdateLakehouseConfigurationResponse$ = [
|
|
1096
1117
|
3,
|
|
1097
1118
|
n0,
|
|
1098
1119
|
_ULCRp,
|
|
@@ -1100,7 +1121,7 @@ export var UpdateLakehouseConfigurationResponse = [
|
|
|
1100
1121
|
[_nN, _lIAA, _lRS, _cA],
|
|
1101
1122
|
[0, 0, 0, 0],
|
|
1102
1123
|
];
|
|
1103
|
-
export var UpdateNamespaceRequest = [
|
|
1124
|
+
export var UpdateNamespaceRequest$ = [
|
|
1104
1125
|
3,
|
|
1105
1126
|
n0,
|
|
1106
1127
|
_UNR,
|
|
@@ -1108,47 +1129,47 @@ export var UpdateNamespaceRequest = [
|
|
|
1108
1129
|
[_nN, _aUP, _aU, _kKI, _dIRA, _iR, _lE, _mAP, _aPSKKI],
|
|
1109
1130
|
[0, [() => DbPassword, 0], [() => DbUser, 0], 0, 0, 64 | 0, 64 | 0, 2, 0],
|
|
1110
1131
|
];
|
|
1111
|
-
export var UpdateNamespaceResponse = [3, n0, _UNRp, 0, [_n], [[() => Namespace
|
|
1112
|
-
export var UpdateScheduledActionRequest = [
|
|
1132
|
+
export var UpdateNamespaceResponse$ = [3, n0, _UNRp, 0, [_n], [[() => Namespace$, 0]]];
|
|
1133
|
+
export var UpdateScheduledActionRequest$ = [
|
|
1113
1134
|
3,
|
|
1114
1135
|
n0,
|
|
1115
1136
|
_USAR,
|
|
1116
1137
|
0,
|
|
1117
1138
|
[_sAN, _tA, _sc, _rA, _ena, _sAD, _sT, _eT],
|
|
1118
|
-
[0, () => TargetAction
|
|
1139
|
+
[0, () => TargetAction$, () => Schedule$, 0, 2, 0, 4, 4],
|
|
1119
1140
|
];
|
|
1120
|
-
export var UpdateScheduledActionResponse = [
|
|
1141
|
+
export var UpdateScheduledActionResponse$ = [
|
|
1121
1142
|
3,
|
|
1122
1143
|
n0,
|
|
1123
1144
|
_USARp,
|
|
1124
1145
|
0,
|
|
1125
1146
|
[_sA],
|
|
1126
|
-
[() => ScheduledActionResponse],
|
|
1147
|
+
[() => ScheduledActionResponse$],
|
|
1127
1148
|
];
|
|
1128
|
-
export var UpdateSnapshotCopyConfigurationRequest = [3, n0, _USCCR, 0, [_sCCI, _sRP], [0, 1]];
|
|
1129
|
-
export var UpdateSnapshotCopyConfigurationResponse = [
|
|
1149
|
+
export var UpdateSnapshotCopyConfigurationRequest$ = [3, n0, _USCCR, 0, [_sCCI, _sRP], [0, 1]];
|
|
1150
|
+
export var UpdateSnapshotCopyConfigurationResponse$ = [
|
|
1130
1151
|
3,
|
|
1131
1152
|
n0,
|
|
1132
1153
|
_USCCRp,
|
|
1133
1154
|
0,
|
|
1134
1155
|
[_sCC],
|
|
1135
|
-
[() => SnapshotCopyConfiguration],
|
|
1156
|
+
[() => SnapshotCopyConfiguration$],
|
|
1136
1157
|
];
|
|
1137
|
-
export var UpdateSnapshotRequest = [3, n0, _USR, 0, [_sN, _rP], [0, 1]];
|
|
1138
|
-
export var UpdateSnapshotResponse = [3, n0, _USRp, 0, [_s], [() => Snapshot]];
|
|
1139
|
-
export var UpdateTarget = [3, n0, _UT, 0, [_tN, _wV], [0, 0]];
|
|
1140
|
-
export var UpdateUsageLimitRequest = [3, n0, _UULR, 0, [_uLI, _a, _bA], [0, 1, 0]];
|
|
1141
|
-
export var UpdateUsageLimitResponse = [3, n0, _UULRp, 0, [_uL], [() => UsageLimit]];
|
|
1142
|
-
export var UpdateWorkgroupRequest = [
|
|
1158
|
+
export var UpdateSnapshotRequest$ = [3, n0, _USR, 0, [_sN, _rP], [0, 1]];
|
|
1159
|
+
export var UpdateSnapshotResponse$ = [3, n0, _USRp, 0, [_s], [() => Snapshot$]];
|
|
1160
|
+
export var UpdateTarget$ = [3, n0, _UT, 0, [_tN, _wV], [0, 0]];
|
|
1161
|
+
export var UpdateUsageLimitRequest$ = [3, n0, _UULR, 0, [_uLI, _a, _bA], [0, 1, 0]];
|
|
1162
|
+
export var UpdateUsageLimitResponse$ = [3, n0, _UULRp, 0, [_uL], [() => UsageLimit$]];
|
|
1163
|
+
export var UpdateWorkgroupRequest$ = [
|
|
1143
1164
|
3,
|
|
1144
1165
|
n0,
|
|
1145
1166
|
_UWR,
|
|
1146
1167
|
0,
|
|
1147
1168
|
[_wN, _bC, _eVR, _cP, _pA, _sI, _sGI, _po, _mC, _iAT, _pPT, _tN],
|
|
1148
|
-
[0, 1, 2, () => ConfigParameterList, 2, 64 | 0, 64 | 0, 1, 1, 0, () => PerformanceTarget
|
|
1169
|
+
[0, 1, 2, () => ConfigParameterList, 2, 64 | 0, 64 | 0, 1, 1, 0, () => PerformanceTarget$, 0],
|
|
1149
1170
|
];
|
|
1150
|
-
export var UpdateWorkgroupResponse = [3, n0, _UWRp, 0, [_w], [() => Workgroup]];
|
|
1151
|
-
export var UsageLimit = [
|
|
1171
|
+
export var UpdateWorkgroupResponse$ = [3, n0, _UWRp, 0, [_w], [() => Workgroup$]];
|
|
1172
|
+
export var UsageLimit$ = [
|
|
1152
1173
|
3,
|
|
1153
1174
|
n0,
|
|
1154
1175
|
_UL,
|
|
@@ -1156,9 +1177,9 @@ export var UsageLimit = [
|
|
|
1156
1177
|
[_uLI, _uLA, _rAe, _uT, _a, _p, _bA],
|
|
1157
1178
|
[0, 0, 0, 0, 1, 0, 0],
|
|
1158
1179
|
];
|
|
1159
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1160
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
1161
|
-
export var VpcEndpoint = [
|
|
1180
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1181
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1182
|
+
export var VpcEndpoint$ = [
|
|
1162
1183
|
3,
|
|
1163
1184
|
n0,
|
|
1164
1185
|
_VEp,
|
|
@@ -1166,8 +1187,8 @@ export var VpcEndpoint = [
|
|
|
1166
1187
|
[_vEI, _vI, _nIet],
|
|
1167
1188
|
[0, 0, () => NetworkInterfaceList],
|
|
1168
1189
|
];
|
|
1169
|
-
export var VpcSecurityGroupMembership = [3, n0, _VSGM, 0, [_vSGIp, _st], [0, 0]];
|
|
1170
|
-
export var Workgroup = [
|
|
1190
|
+
export var VpcSecurityGroupMembership$ = [3, n0, _VSGM, 0, [_vSGIp, _st], [0, 0]];
|
|
1191
|
+
export var Workgroup$ = [
|
|
1171
1192
|
3,
|
|
1172
1193
|
n0,
|
|
1173
1194
|
_W,
|
|
@@ -1210,7 +1231,7 @@ export var Workgroup = [
|
|
|
1210
1231
|
64 | 0,
|
|
1211
1232
|
64 | 0,
|
|
1212
1233
|
0,
|
|
1213
|
-
() => Endpoint
|
|
1234
|
+
() => Endpoint$,
|
|
1214
1235
|
2,
|
|
1215
1236
|
5,
|
|
1216
1237
|
1,
|
|
@@ -1222,12 +1243,12 @@ export var Workgroup = [
|
|
|
1222
1243
|
1,
|
|
1223
1244
|
64 | 0,
|
|
1224
1245
|
0,
|
|
1225
|
-
() => PerformanceTarget
|
|
1246
|
+
() => PerformanceTarget$,
|
|
1226
1247
|
0,
|
|
1227
1248
|
0,
|
|
1228
1249
|
],
|
|
1229
1250
|
];
|
|
1230
|
-
export var RedshiftServerlessServiceException = [
|
|
1251
|
+
export var RedshiftServerlessServiceException$ = [
|
|
1231
1252
|
-3,
|
|
1232
1253
|
_sm,
|
|
1233
1254
|
"RedshiftServerlessServiceException",
|
|
@@ -1235,514 +1256,535 @@ export var RedshiftServerlessServiceException = [
|
|
|
1235
1256
|
[],
|
|
1236
1257
|
[],
|
|
1237
1258
|
];
|
|
1238
|
-
TypeRegistry.for(_sm).registerError(RedshiftServerlessServiceException
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
export var Schedule = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1270
|
-
export var TargetAction = [
|
|
1271
|
-
|
|
1259
|
+
TypeRegistry.for(_sm).registerError(RedshiftServerlessServiceException$, RedshiftServerlessServiceException);
|
|
1260
|
+
var AccountIdList = 64 | 0;
|
|
1261
|
+
var AssociationList = [1, n0, _AL, 0, () => Association$];
|
|
1262
|
+
var ConfigParameterList = [1, n0, _CPL, 0, () => ConfigParameter$];
|
|
1263
|
+
var EndpointAccessList = [1, n0, _EAL, 0, () => EndpointAccess$];
|
|
1264
|
+
var IamRoleArnList = 64 | 0;
|
|
1265
|
+
var LogExportList = 64 | 0;
|
|
1266
|
+
var ManagedWorkgroups = [1, n0, _MW, 0, () => ManagedWorkgroupListItem$];
|
|
1267
|
+
var NamespaceList = [1, n0, _NL, 0, [() => Namespace$, 0]];
|
|
1268
|
+
var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface$];
|
|
1269
|
+
var NextInvocationsList = 64 | 4;
|
|
1270
|
+
var RecoveryPointList = [1, n0, _RPL, 0, () => RecoveryPoint$];
|
|
1271
|
+
var ReservationOfferingsList = [1, n0, _ROL, 0, () => ReservationOffering$];
|
|
1272
|
+
var ReservationsList = [1, n0, _RL, 0, () => Reservation$];
|
|
1273
|
+
var ScheduledActionsList = [1, n0, _SAL, 0, () => ScheduledActionAssociation$];
|
|
1274
|
+
var SecurityGroupIdList = 64 | 0;
|
|
1275
|
+
var SnapshotCopyConfigurations = [1, n0, _SCCn, 0, () => SnapshotCopyConfiguration$];
|
|
1276
|
+
var SnapshotList = [1, n0, _SL, 0, () => Snapshot$];
|
|
1277
|
+
var SubnetIdList = 64 | 0;
|
|
1278
|
+
var TableRestoreStatusList = [1, n0, _TRSL, 0, () => TableRestoreStatus$];
|
|
1279
|
+
var TagKeyList = 64 | 0;
|
|
1280
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1281
|
+
var TrackList = [1, n0, _TLr, 0, () => ServerlessTrack$];
|
|
1282
|
+
var UpdateTargetsList = [1, n0, _UTL, 0, () => UpdateTarget$];
|
|
1283
|
+
var UsageLimits = [1, n0, _ULs, 0, () => UsageLimit$];
|
|
1284
|
+
var VpcEndpointList = [1, n0, _VEL, 0, () => VpcEndpoint$];
|
|
1285
|
+
var VpcIds = 64 | 0;
|
|
1286
|
+
var VpcSecurityGroupIdList = 64 | 0;
|
|
1287
|
+
var VpcSecurityGroupMembershipList = [1, n0, _VSGML, 0, () => VpcSecurityGroupMembership$];
|
|
1288
|
+
var WorkgroupList = [1, n0, _WL, 0, () => Workgroup$];
|
|
1289
|
+
var WorkgroupNameList = 64 | 0;
|
|
1290
|
+
export var Schedule$ = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1291
|
+
export var TargetAction$ = [
|
|
1292
|
+
3,
|
|
1293
|
+
n0,
|
|
1294
|
+
_TA,
|
|
1295
|
+
0,
|
|
1296
|
+
[_cS],
|
|
1297
|
+
[() => CreateSnapshotScheduleActionParameters$],
|
|
1298
|
+
];
|
|
1299
|
+
export var ConvertRecoveryPointToSnapshot$ = [
|
|
1272
1300
|
9,
|
|
1273
1301
|
n0,
|
|
1274
1302
|
_CRPTS,
|
|
1275
1303
|
0,
|
|
1276
|
-
() => ConvertRecoveryPointToSnapshotRequest
|
|
1277
|
-
() => ConvertRecoveryPointToSnapshotResponse
|
|
1304
|
+
() => ConvertRecoveryPointToSnapshotRequest$,
|
|
1305
|
+
() => ConvertRecoveryPointToSnapshotResponse$,
|
|
1278
1306
|
];
|
|
1279
|
-
export var CreateCustomDomainAssociation = [
|
|
1307
|
+
export var CreateCustomDomainAssociation$ = [
|
|
1280
1308
|
9,
|
|
1281
1309
|
n0,
|
|
1282
1310
|
_CCDA,
|
|
1283
1311
|
0,
|
|
1284
|
-
() => CreateCustomDomainAssociationRequest
|
|
1285
|
-
() => CreateCustomDomainAssociationResponse
|
|
1312
|
+
() => CreateCustomDomainAssociationRequest$,
|
|
1313
|
+
() => CreateCustomDomainAssociationResponse$,
|
|
1286
1314
|
];
|
|
1287
|
-
export var CreateEndpointAccess = [
|
|
1315
|
+
export var CreateEndpointAccess$ = [
|
|
1288
1316
|
9,
|
|
1289
1317
|
n0,
|
|
1290
1318
|
_CEA,
|
|
1291
1319
|
2,
|
|
1292
|
-
() => CreateEndpointAccessRequest
|
|
1293
|
-
() => CreateEndpointAccessResponse
|
|
1320
|
+
() => CreateEndpointAccessRequest$,
|
|
1321
|
+
() => CreateEndpointAccessResponse$,
|
|
1294
1322
|
];
|
|
1295
|
-
export var CreateNamespace = [
|
|
1323
|
+
export var CreateNamespace$ = [
|
|
1296
1324
|
9,
|
|
1297
1325
|
n0,
|
|
1298
1326
|
_CN,
|
|
1299
1327
|
2,
|
|
1300
|
-
() => CreateNamespaceRequest
|
|
1301
|
-
() => CreateNamespaceResponse
|
|
1328
|
+
() => CreateNamespaceRequest$,
|
|
1329
|
+
() => CreateNamespaceResponse$,
|
|
1302
1330
|
];
|
|
1303
|
-
export var CreateReservation = [
|
|
1331
|
+
export var CreateReservation$ = [
|
|
1304
1332
|
9,
|
|
1305
1333
|
n0,
|
|
1306
1334
|
_CR,
|
|
1307
1335
|
2,
|
|
1308
|
-
() => CreateReservationRequest
|
|
1309
|
-
() => CreateReservationResponse
|
|
1336
|
+
() => CreateReservationRequest$,
|
|
1337
|
+
() => CreateReservationResponse$,
|
|
1310
1338
|
];
|
|
1311
|
-
export var CreateScheduledAction = [
|
|
1339
|
+
export var CreateScheduledAction$ = [
|
|
1312
1340
|
9,
|
|
1313
1341
|
n0,
|
|
1314
1342
|
_CSA,
|
|
1315
1343
|
2,
|
|
1316
|
-
() => CreateScheduledActionRequest
|
|
1317
|
-
() => CreateScheduledActionResponse
|
|
1344
|
+
() => CreateScheduledActionRequest$,
|
|
1345
|
+
() => CreateScheduledActionResponse$,
|
|
1318
1346
|
];
|
|
1319
|
-
export var CreateSnapshot = [
|
|
1347
|
+
export var CreateSnapshot$ = [
|
|
1320
1348
|
9,
|
|
1321
1349
|
n0,
|
|
1322
1350
|
_CS,
|
|
1323
1351
|
2,
|
|
1324
|
-
() => CreateSnapshotRequest
|
|
1325
|
-
() => CreateSnapshotResponse
|
|
1352
|
+
() => CreateSnapshotRequest$,
|
|
1353
|
+
() => CreateSnapshotResponse$,
|
|
1326
1354
|
];
|
|
1327
|
-
export var CreateSnapshotCopyConfiguration = [
|
|
1355
|
+
export var CreateSnapshotCopyConfiguration$ = [
|
|
1328
1356
|
9,
|
|
1329
1357
|
n0,
|
|
1330
1358
|
_CSCC,
|
|
1331
1359
|
2,
|
|
1332
|
-
() => CreateSnapshotCopyConfigurationRequest
|
|
1333
|
-
() => CreateSnapshotCopyConfigurationResponse
|
|
1360
|
+
() => CreateSnapshotCopyConfigurationRequest$,
|
|
1361
|
+
() => CreateSnapshotCopyConfigurationResponse$,
|
|
1334
1362
|
];
|
|
1335
|
-
export var CreateUsageLimit = [
|
|
1363
|
+
export var CreateUsageLimit$ = [
|
|
1336
1364
|
9,
|
|
1337
1365
|
n0,
|
|
1338
1366
|
_CUL,
|
|
1339
1367
|
2,
|
|
1340
|
-
() => CreateUsageLimitRequest
|
|
1341
|
-
() => CreateUsageLimitResponse
|
|
1368
|
+
() => CreateUsageLimitRequest$,
|
|
1369
|
+
() => CreateUsageLimitResponse$,
|
|
1342
1370
|
];
|
|
1343
|
-
export var CreateWorkgroup = [
|
|
1371
|
+
export var CreateWorkgroup$ = [
|
|
1344
1372
|
9,
|
|
1345
1373
|
n0,
|
|
1346
1374
|
_CW,
|
|
1347
1375
|
2,
|
|
1348
|
-
() => CreateWorkgroupRequest
|
|
1349
|
-
() => CreateWorkgroupResponse
|
|
1376
|
+
() => CreateWorkgroupRequest$,
|
|
1377
|
+
() => CreateWorkgroupResponse$,
|
|
1350
1378
|
];
|
|
1351
|
-
export var DeleteCustomDomainAssociation = [
|
|
1379
|
+
export var DeleteCustomDomainAssociation$ = [
|
|
1352
1380
|
9,
|
|
1353
1381
|
n0,
|
|
1354
1382
|
_DCDA,
|
|
1355
1383
|
0,
|
|
1356
|
-
() => DeleteCustomDomainAssociationRequest
|
|
1357
|
-
() => DeleteCustomDomainAssociationResponse
|
|
1384
|
+
() => DeleteCustomDomainAssociationRequest$,
|
|
1385
|
+
() => DeleteCustomDomainAssociationResponse$,
|
|
1358
1386
|
];
|
|
1359
|
-
export var DeleteEndpointAccess = [
|
|
1387
|
+
export var DeleteEndpointAccess$ = [
|
|
1360
1388
|
9,
|
|
1361
1389
|
n0,
|
|
1362
1390
|
_DEA,
|
|
1363
1391
|
2,
|
|
1364
|
-
() => DeleteEndpointAccessRequest
|
|
1365
|
-
() => DeleteEndpointAccessResponse
|
|
1392
|
+
() => DeleteEndpointAccessRequest$,
|
|
1393
|
+
() => DeleteEndpointAccessResponse$,
|
|
1366
1394
|
];
|
|
1367
|
-
export var DeleteNamespace = [
|
|
1395
|
+
export var DeleteNamespace$ = [
|
|
1368
1396
|
9,
|
|
1369
1397
|
n0,
|
|
1370
1398
|
_DN,
|
|
1371
1399
|
2,
|
|
1372
|
-
() => DeleteNamespaceRequest
|
|
1373
|
-
() => DeleteNamespaceResponse
|
|
1400
|
+
() => DeleteNamespaceRequest$,
|
|
1401
|
+
() => DeleteNamespaceResponse$,
|
|
1374
1402
|
];
|
|
1375
|
-
export var DeleteResourcePolicy = [
|
|
1403
|
+
export var DeleteResourcePolicy$ = [
|
|
1376
1404
|
9,
|
|
1377
1405
|
n0,
|
|
1378
1406
|
_DRP,
|
|
1379
1407
|
0,
|
|
1380
|
-
() => DeleteResourcePolicyRequest
|
|
1381
|
-
() => DeleteResourcePolicyResponse
|
|
1408
|
+
() => DeleteResourcePolicyRequest$,
|
|
1409
|
+
() => DeleteResourcePolicyResponse$,
|
|
1382
1410
|
];
|
|
1383
|
-
export var DeleteScheduledAction = [
|
|
1411
|
+
export var DeleteScheduledAction$ = [
|
|
1384
1412
|
9,
|
|
1385
1413
|
n0,
|
|
1386
1414
|
_DSA,
|
|
1387
1415
|
2,
|
|
1388
|
-
() => DeleteScheduledActionRequest
|
|
1389
|
-
() => DeleteScheduledActionResponse
|
|
1416
|
+
() => DeleteScheduledActionRequest$,
|
|
1417
|
+
() => DeleteScheduledActionResponse$,
|
|
1390
1418
|
];
|
|
1391
|
-
export var DeleteSnapshot = [
|
|
1419
|
+
export var DeleteSnapshot$ = [
|
|
1392
1420
|
9,
|
|
1393
1421
|
n0,
|
|
1394
1422
|
_DS,
|
|
1395
1423
|
2,
|
|
1396
|
-
() => DeleteSnapshotRequest
|
|
1397
|
-
() => DeleteSnapshotResponse
|
|
1424
|
+
() => DeleteSnapshotRequest$,
|
|
1425
|
+
() => DeleteSnapshotResponse$,
|
|
1398
1426
|
];
|
|
1399
|
-
export var DeleteSnapshotCopyConfiguration = [
|
|
1427
|
+
export var DeleteSnapshotCopyConfiguration$ = [
|
|
1400
1428
|
9,
|
|
1401
1429
|
n0,
|
|
1402
1430
|
_DSCC,
|
|
1403
1431
|
2,
|
|
1404
|
-
() => DeleteSnapshotCopyConfigurationRequest
|
|
1405
|
-
() => DeleteSnapshotCopyConfigurationResponse
|
|
1432
|
+
() => DeleteSnapshotCopyConfigurationRequest$,
|
|
1433
|
+
() => DeleteSnapshotCopyConfigurationResponse$,
|
|
1406
1434
|
];
|
|
1407
|
-
export var DeleteUsageLimit = [
|
|
1435
|
+
export var DeleteUsageLimit$ = [
|
|
1408
1436
|
9,
|
|
1409
1437
|
n0,
|
|
1410
1438
|
_DUL,
|
|
1411
1439
|
2,
|
|
1412
|
-
() => DeleteUsageLimitRequest
|
|
1413
|
-
() => DeleteUsageLimitResponse
|
|
1440
|
+
() => DeleteUsageLimitRequest$,
|
|
1441
|
+
() => DeleteUsageLimitResponse$,
|
|
1414
1442
|
];
|
|
1415
|
-
export var DeleteWorkgroup = [
|
|
1443
|
+
export var DeleteWorkgroup$ = [
|
|
1416
1444
|
9,
|
|
1417
1445
|
n0,
|
|
1418
1446
|
_DW,
|
|
1419
1447
|
2,
|
|
1420
|
-
() => DeleteWorkgroupRequest
|
|
1421
|
-
() => DeleteWorkgroupResponse
|
|
1448
|
+
() => DeleteWorkgroupRequest$,
|
|
1449
|
+
() => DeleteWorkgroupResponse$,
|
|
1422
1450
|
];
|
|
1423
|
-
export var GetCredentials = [
|
|
1451
|
+
export var GetCredentials$ = [
|
|
1424
1452
|
9,
|
|
1425
1453
|
n0,
|
|
1426
1454
|
_GC,
|
|
1427
1455
|
0,
|
|
1428
|
-
() => GetCredentialsRequest
|
|
1429
|
-
() => GetCredentialsResponse
|
|
1456
|
+
() => GetCredentialsRequest$,
|
|
1457
|
+
() => GetCredentialsResponse$,
|
|
1430
1458
|
];
|
|
1431
|
-
export var GetCustomDomainAssociation = [
|
|
1459
|
+
export var GetCustomDomainAssociation$ = [
|
|
1432
1460
|
9,
|
|
1433
1461
|
n0,
|
|
1434
1462
|
_GCDA,
|
|
1435
1463
|
0,
|
|
1436
|
-
() => GetCustomDomainAssociationRequest
|
|
1437
|
-
() => GetCustomDomainAssociationResponse
|
|
1464
|
+
() => GetCustomDomainAssociationRequest$,
|
|
1465
|
+
() => GetCustomDomainAssociationResponse$,
|
|
1438
1466
|
];
|
|
1439
|
-
export var GetEndpointAccess = [
|
|
1467
|
+
export var GetEndpointAccess$ = [
|
|
1440
1468
|
9,
|
|
1441
1469
|
n0,
|
|
1442
1470
|
_GEA,
|
|
1443
1471
|
0,
|
|
1444
|
-
() => GetEndpointAccessRequest
|
|
1445
|
-
() => GetEndpointAccessResponse
|
|
1472
|
+
() => GetEndpointAccessRequest$,
|
|
1473
|
+
() => GetEndpointAccessResponse$,
|
|
1446
1474
|
];
|
|
1447
|
-
export var GetIdentityCenterAuthToken = [
|
|
1475
|
+
export var GetIdentityCenterAuthToken$ = [
|
|
1448
1476
|
9,
|
|
1449
1477
|
n0,
|
|
1450
1478
|
_GICAT,
|
|
1451
1479
|
0,
|
|
1452
|
-
() => GetIdentityCenterAuthTokenRequest
|
|
1453
|
-
() => GetIdentityCenterAuthTokenResponse
|
|
1480
|
+
() => GetIdentityCenterAuthTokenRequest$,
|
|
1481
|
+
() => GetIdentityCenterAuthTokenResponse$,
|
|
1482
|
+
];
|
|
1483
|
+
export var GetNamespace$ = [
|
|
1484
|
+
9,
|
|
1485
|
+
n0,
|
|
1486
|
+
_GN,
|
|
1487
|
+
0,
|
|
1488
|
+
() => GetNamespaceRequest$,
|
|
1489
|
+
() => GetNamespaceResponse$,
|
|
1454
1490
|
];
|
|
1455
|
-
export var
|
|
1456
|
-
export var GetRecoveryPoint = [
|
|
1491
|
+
export var GetRecoveryPoint$ = [
|
|
1457
1492
|
9,
|
|
1458
1493
|
n0,
|
|
1459
1494
|
_GRP,
|
|
1460
1495
|
0,
|
|
1461
|
-
() => GetRecoveryPointRequest
|
|
1462
|
-
() => GetRecoveryPointResponse
|
|
1496
|
+
() => GetRecoveryPointRequest$,
|
|
1497
|
+
() => GetRecoveryPointResponse$,
|
|
1463
1498
|
];
|
|
1464
|
-
export var GetReservation = [
|
|
1499
|
+
export var GetReservation$ = [
|
|
1465
1500
|
9,
|
|
1466
1501
|
n0,
|
|
1467
1502
|
_GR,
|
|
1468
1503
|
0,
|
|
1469
|
-
() => GetReservationRequest
|
|
1470
|
-
() => GetReservationResponse
|
|
1504
|
+
() => GetReservationRequest$,
|
|
1505
|
+
() => GetReservationResponse$,
|
|
1471
1506
|
];
|
|
1472
|
-
export var GetReservationOffering = [
|
|
1507
|
+
export var GetReservationOffering$ = [
|
|
1473
1508
|
9,
|
|
1474
1509
|
n0,
|
|
1475
1510
|
_GRO,
|
|
1476
1511
|
0,
|
|
1477
|
-
() => GetReservationOfferingRequest
|
|
1478
|
-
() => GetReservationOfferingResponse
|
|
1512
|
+
() => GetReservationOfferingRequest$,
|
|
1513
|
+
() => GetReservationOfferingResponse$,
|
|
1479
1514
|
];
|
|
1480
|
-
export var GetResourcePolicy = [
|
|
1515
|
+
export var GetResourcePolicy$ = [
|
|
1481
1516
|
9,
|
|
1482
1517
|
n0,
|
|
1483
1518
|
_GRPe,
|
|
1484
1519
|
0,
|
|
1485
|
-
() => GetResourcePolicyRequest
|
|
1486
|
-
() => GetResourcePolicyResponse
|
|
1520
|
+
() => GetResourcePolicyRequest$,
|
|
1521
|
+
() => GetResourcePolicyResponse$,
|
|
1487
1522
|
];
|
|
1488
|
-
export var GetScheduledAction = [
|
|
1523
|
+
export var GetScheduledAction$ = [
|
|
1489
1524
|
9,
|
|
1490
1525
|
n0,
|
|
1491
1526
|
_GSA,
|
|
1492
1527
|
0,
|
|
1493
|
-
() => GetScheduledActionRequest
|
|
1494
|
-
() => GetScheduledActionResponse
|
|
1528
|
+
() => GetScheduledActionRequest$,
|
|
1529
|
+
() => GetScheduledActionResponse$,
|
|
1495
1530
|
];
|
|
1496
|
-
export var GetSnapshot = [9, n0, _GS, 0, () => GetSnapshotRequest
|
|
1497
|
-
export var GetTableRestoreStatus = [
|
|
1531
|
+
export var GetSnapshot$ = [9, n0, _GS, 0, () => GetSnapshotRequest$, () => GetSnapshotResponse$];
|
|
1532
|
+
export var GetTableRestoreStatus$ = [
|
|
1498
1533
|
9,
|
|
1499
1534
|
n0,
|
|
1500
1535
|
_GTRS,
|
|
1501
1536
|
0,
|
|
1502
|
-
() => GetTableRestoreStatusRequest
|
|
1503
|
-
() => GetTableRestoreStatusResponse
|
|
1537
|
+
() => GetTableRestoreStatusRequest$,
|
|
1538
|
+
() => GetTableRestoreStatusResponse$,
|
|
1504
1539
|
];
|
|
1505
|
-
export var GetTrack = [9, n0, _GT, 0, () => GetTrackRequest
|
|
1506
|
-
export var GetUsageLimit = [
|
|
1540
|
+
export var GetTrack$ = [9, n0, _GT, 0, () => GetTrackRequest$, () => GetTrackResponse$];
|
|
1541
|
+
export var GetUsageLimit$ = [
|
|
1507
1542
|
9,
|
|
1508
1543
|
n0,
|
|
1509
1544
|
_GUL,
|
|
1510
1545
|
0,
|
|
1511
|
-
() => GetUsageLimitRequest
|
|
1512
|
-
() => GetUsageLimitResponse
|
|
1546
|
+
() => GetUsageLimitRequest$,
|
|
1547
|
+
() => GetUsageLimitResponse$,
|
|
1548
|
+
];
|
|
1549
|
+
export var GetWorkgroup$ = [
|
|
1550
|
+
9,
|
|
1551
|
+
n0,
|
|
1552
|
+
_GW,
|
|
1553
|
+
0,
|
|
1554
|
+
() => GetWorkgroupRequest$,
|
|
1555
|
+
() => GetWorkgroupResponse$,
|
|
1513
1556
|
];
|
|
1514
|
-
export var
|
|
1515
|
-
export var ListCustomDomainAssociations = [
|
|
1557
|
+
export var ListCustomDomainAssociations$ = [
|
|
1516
1558
|
9,
|
|
1517
1559
|
n0,
|
|
1518
1560
|
_LCDA,
|
|
1519
1561
|
0,
|
|
1520
|
-
() => ListCustomDomainAssociationsRequest
|
|
1521
|
-
() => ListCustomDomainAssociationsResponse
|
|
1562
|
+
() => ListCustomDomainAssociationsRequest$,
|
|
1563
|
+
() => ListCustomDomainAssociationsResponse$,
|
|
1522
1564
|
];
|
|
1523
|
-
export var ListEndpointAccess = [
|
|
1565
|
+
export var ListEndpointAccess$ = [
|
|
1524
1566
|
9,
|
|
1525
1567
|
n0,
|
|
1526
1568
|
_LEA,
|
|
1527
1569
|
0,
|
|
1528
|
-
() => ListEndpointAccessRequest
|
|
1529
|
-
() => ListEndpointAccessResponse
|
|
1570
|
+
() => ListEndpointAccessRequest$,
|
|
1571
|
+
() => ListEndpointAccessResponse$,
|
|
1530
1572
|
];
|
|
1531
|
-
export var ListManagedWorkgroups = [
|
|
1573
|
+
export var ListManagedWorkgroups$ = [
|
|
1532
1574
|
9,
|
|
1533
1575
|
n0,
|
|
1534
1576
|
_LMW,
|
|
1535
1577
|
0,
|
|
1536
|
-
() => ListManagedWorkgroupsRequest
|
|
1537
|
-
() => ListManagedWorkgroupsResponse
|
|
1578
|
+
() => ListManagedWorkgroupsRequest$,
|
|
1579
|
+
() => ListManagedWorkgroupsResponse$,
|
|
1538
1580
|
];
|
|
1539
|
-
export var ListNamespaces = [
|
|
1581
|
+
export var ListNamespaces$ = [
|
|
1540
1582
|
9,
|
|
1541
1583
|
n0,
|
|
1542
1584
|
_LN,
|
|
1543
1585
|
0,
|
|
1544
|
-
() => ListNamespacesRequest
|
|
1545
|
-
() => ListNamespacesResponse
|
|
1586
|
+
() => ListNamespacesRequest$,
|
|
1587
|
+
() => ListNamespacesResponse$,
|
|
1546
1588
|
];
|
|
1547
|
-
export var ListRecoveryPoints = [
|
|
1589
|
+
export var ListRecoveryPoints$ = [
|
|
1548
1590
|
9,
|
|
1549
1591
|
n0,
|
|
1550
1592
|
_LRP,
|
|
1551
1593
|
0,
|
|
1552
|
-
() => ListRecoveryPointsRequest
|
|
1553
|
-
() => ListRecoveryPointsResponse
|
|
1594
|
+
() => ListRecoveryPointsRequest$,
|
|
1595
|
+
() => ListRecoveryPointsResponse$,
|
|
1554
1596
|
];
|
|
1555
|
-
export var ListReservationOfferings = [
|
|
1597
|
+
export var ListReservationOfferings$ = [
|
|
1556
1598
|
9,
|
|
1557
1599
|
n0,
|
|
1558
1600
|
_LRO,
|
|
1559
1601
|
0,
|
|
1560
|
-
() => ListReservationOfferingsRequest
|
|
1561
|
-
() => ListReservationOfferingsResponse
|
|
1602
|
+
() => ListReservationOfferingsRequest$,
|
|
1603
|
+
() => ListReservationOfferingsResponse$,
|
|
1562
1604
|
];
|
|
1563
|
-
export var ListReservations = [
|
|
1605
|
+
export var ListReservations$ = [
|
|
1564
1606
|
9,
|
|
1565
1607
|
n0,
|
|
1566
1608
|
_LR,
|
|
1567
1609
|
0,
|
|
1568
|
-
() => ListReservationsRequest
|
|
1569
|
-
() => ListReservationsResponse
|
|
1610
|
+
() => ListReservationsRequest$,
|
|
1611
|
+
() => ListReservationsResponse$,
|
|
1570
1612
|
];
|
|
1571
|
-
export var ListScheduledActions = [
|
|
1613
|
+
export var ListScheduledActions$ = [
|
|
1572
1614
|
9,
|
|
1573
1615
|
n0,
|
|
1574
1616
|
_LSA,
|
|
1575
1617
|
0,
|
|
1576
|
-
() => ListScheduledActionsRequest
|
|
1577
|
-
() => ListScheduledActionsResponse
|
|
1618
|
+
() => ListScheduledActionsRequest$,
|
|
1619
|
+
() => ListScheduledActionsResponse$,
|
|
1578
1620
|
];
|
|
1579
|
-
export var ListSnapshotCopyConfigurations = [
|
|
1621
|
+
export var ListSnapshotCopyConfigurations$ = [
|
|
1580
1622
|
9,
|
|
1581
1623
|
n0,
|
|
1582
1624
|
_LSCC,
|
|
1583
1625
|
0,
|
|
1584
|
-
() => ListSnapshotCopyConfigurationsRequest
|
|
1585
|
-
() => ListSnapshotCopyConfigurationsResponse
|
|
1626
|
+
() => ListSnapshotCopyConfigurationsRequest$,
|
|
1627
|
+
() => ListSnapshotCopyConfigurationsResponse$,
|
|
1586
1628
|
];
|
|
1587
|
-
export var ListSnapshots = [
|
|
1629
|
+
export var ListSnapshots$ = [
|
|
1588
1630
|
9,
|
|
1589
1631
|
n0,
|
|
1590
1632
|
_LS,
|
|
1591
1633
|
0,
|
|
1592
|
-
() => ListSnapshotsRequest
|
|
1593
|
-
() => ListSnapshotsResponse
|
|
1634
|
+
() => ListSnapshotsRequest$,
|
|
1635
|
+
() => ListSnapshotsResponse$,
|
|
1594
1636
|
];
|
|
1595
|
-
export var ListTableRestoreStatus = [
|
|
1637
|
+
export var ListTableRestoreStatus$ = [
|
|
1596
1638
|
9,
|
|
1597
1639
|
n0,
|
|
1598
1640
|
_LTRS,
|
|
1599
1641
|
0,
|
|
1600
|
-
() => ListTableRestoreStatusRequest
|
|
1601
|
-
() => ListTableRestoreStatusResponse
|
|
1642
|
+
() => ListTableRestoreStatusRequest$,
|
|
1643
|
+
() => ListTableRestoreStatusResponse$,
|
|
1602
1644
|
];
|
|
1603
|
-
export var ListTagsForResource = [
|
|
1645
|
+
export var ListTagsForResource$ = [
|
|
1604
1646
|
9,
|
|
1605
1647
|
n0,
|
|
1606
1648
|
_LTFR,
|
|
1607
1649
|
0,
|
|
1608
|
-
() => ListTagsForResourceRequest
|
|
1609
|
-
() => ListTagsForResourceResponse
|
|
1650
|
+
() => ListTagsForResourceRequest$,
|
|
1651
|
+
() => ListTagsForResourceResponse$,
|
|
1610
1652
|
];
|
|
1611
|
-
export var ListTracks = [9, n0, _LT, 0, () => ListTracksRequest
|
|
1612
|
-
export var ListUsageLimits = [
|
|
1653
|
+
export var ListTracks$ = [9, n0, _LT, 0, () => ListTracksRequest$, () => ListTracksResponse$];
|
|
1654
|
+
export var ListUsageLimits$ = [
|
|
1613
1655
|
9,
|
|
1614
1656
|
n0,
|
|
1615
1657
|
_LUL,
|
|
1616
1658
|
0,
|
|
1617
|
-
() => ListUsageLimitsRequest
|
|
1618
|
-
() => ListUsageLimitsResponse
|
|
1659
|
+
() => ListUsageLimitsRequest$,
|
|
1660
|
+
() => ListUsageLimitsResponse$,
|
|
1619
1661
|
];
|
|
1620
|
-
export var ListWorkgroups = [
|
|
1662
|
+
export var ListWorkgroups$ = [
|
|
1621
1663
|
9,
|
|
1622
1664
|
n0,
|
|
1623
1665
|
_LW,
|
|
1624
1666
|
0,
|
|
1625
|
-
() => ListWorkgroupsRequest
|
|
1626
|
-
() => ListWorkgroupsResponse
|
|
1667
|
+
() => ListWorkgroupsRequest$,
|
|
1668
|
+
() => ListWorkgroupsResponse$,
|
|
1627
1669
|
];
|
|
1628
|
-
export var PutResourcePolicy = [
|
|
1670
|
+
export var PutResourcePolicy$ = [
|
|
1629
1671
|
9,
|
|
1630
1672
|
n0,
|
|
1631
1673
|
_PRP,
|
|
1632
1674
|
0,
|
|
1633
|
-
() => PutResourcePolicyRequest
|
|
1634
|
-
() => PutResourcePolicyResponse
|
|
1675
|
+
() => PutResourcePolicyRequest$,
|
|
1676
|
+
() => PutResourcePolicyResponse$,
|
|
1635
1677
|
];
|
|
1636
|
-
export var RestoreFromRecoveryPoint = [
|
|
1678
|
+
export var RestoreFromRecoveryPoint$ = [
|
|
1637
1679
|
9,
|
|
1638
1680
|
n0,
|
|
1639
1681
|
_RFRP,
|
|
1640
1682
|
0,
|
|
1641
|
-
() => RestoreFromRecoveryPointRequest
|
|
1642
|
-
() => RestoreFromRecoveryPointResponse
|
|
1683
|
+
() => RestoreFromRecoveryPointRequest$,
|
|
1684
|
+
() => RestoreFromRecoveryPointResponse$,
|
|
1643
1685
|
];
|
|
1644
|
-
export var RestoreFromSnapshot = [
|
|
1686
|
+
export var RestoreFromSnapshot$ = [
|
|
1645
1687
|
9,
|
|
1646
1688
|
n0,
|
|
1647
1689
|
_RFS,
|
|
1648
1690
|
2,
|
|
1649
|
-
() => RestoreFromSnapshotRequest
|
|
1650
|
-
() => RestoreFromSnapshotResponse
|
|
1691
|
+
() => RestoreFromSnapshotRequest$,
|
|
1692
|
+
() => RestoreFromSnapshotResponse$,
|
|
1651
1693
|
];
|
|
1652
|
-
export var RestoreTableFromRecoveryPoint = [
|
|
1694
|
+
export var RestoreTableFromRecoveryPoint$ = [
|
|
1653
1695
|
9,
|
|
1654
1696
|
n0,
|
|
1655
1697
|
_RTFRP,
|
|
1656
1698
|
0,
|
|
1657
|
-
() => RestoreTableFromRecoveryPointRequest
|
|
1658
|
-
() => RestoreTableFromRecoveryPointResponse
|
|
1699
|
+
() => RestoreTableFromRecoveryPointRequest$,
|
|
1700
|
+
() => RestoreTableFromRecoveryPointResponse$,
|
|
1659
1701
|
];
|
|
1660
|
-
export var RestoreTableFromSnapshot = [
|
|
1702
|
+
export var RestoreTableFromSnapshot$ = [
|
|
1661
1703
|
9,
|
|
1662
1704
|
n0,
|
|
1663
1705
|
_RTFS,
|
|
1664
1706
|
0,
|
|
1665
|
-
() => RestoreTableFromSnapshotRequest
|
|
1666
|
-
() => RestoreTableFromSnapshotResponse
|
|
1707
|
+
() => RestoreTableFromSnapshotRequest$,
|
|
1708
|
+
() => RestoreTableFromSnapshotResponse$,
|
|
1667
1709
|
];
|
|
1668
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1669
|
-
export var UntagResource = [
|
|
1710
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1711
|
+
export var UntagResource$ = [
|
|
1670
1712
|
9,
|
|
1671
1713
|
n0,
|
|
1672
1714
|
_UR,
|
|
1673
1715
|
0,
|
|
1674
|
-
() => UntagResourceRequest
|
|
1675
|
-
() => UntagResourceResponse
|
|
1716
|
+
() => UntagResourceRequest$,
|
|
1717
|
+
() => UntagResourceResponse$,
|
|
1676
1718
|
];
|
|
1677
|
-
export var UpdateCustomDomainAssociation = [
|
|
1719
|
+
export var UpdateCustomDomainAssociation$ = [
|
|
1678
1720
|
9,
|
|
1679
1721
|
n0,
|
|
1680
1722
|
_UCDA,
|
|
1681
1723
|
0,
|
|
1682
|
-
() => UpdateCustomDomainAssociationRequest
|
|
1683
|
-
() => UpdateCustomDomainAssociationResponse
|
|
1724
|
+
() => UpdateCustomDomainAssociationRequest$,
|
|
1725
|
+
() => UpdateCustomDomainAssociationResponse$,
|
|
1684
1726
|
];
|
|
1685
|
-
export var UpdateEndpointAccess = [
|
|
1727
|
+
export var UpdateEndpointAccess$ = [
|
|
1686
1728
|
9,
|
|
1687
1729
|
n0,
|
|
1688
1730
|
_UEA,
|
|
1689
1731
|
0,
|
|
1690
|
-
() => UpdateEndpointAccessRequest
|
|
1691
|
-
() => UpdateEndpointAccessResponse
|
|
1732
|
+
() => UpdateEndpointAccessRequest$,
|
|
1733
|
+
() => UpdateEndpointAccessResponse$,
|
|
1692
1734
|
];
|
|
1693
|
-
export var UpdateLakehouseConfiguration = [
|
|
1735
|
+
export var UpdateLakehouseConfiguration$ = [
|
|
1694
1736
|
9,
|
|
1695
1737
|
n0,
|
|
1696
1738
|
_ULC,
|
|
1697
1739
|
0,
|
|
1698
|
-
() => UpdateLakehouseConfigurationRequest
|
|
1699
|
-
() => UpdateLakehouseConfigurationResponse
|
|
1740
|
+
() => UpdateLakehouseConfigurationRequest$,
|
|
1741
|
+
() => UpdateLakehouseConfigurationResponse$,
|
|
1700
1742
|
];
|
|
1701
|
-
export var UpdateNamespace = [
|
|
1743
|
+
export var UpdateNamespace$ = [
|
|
1702
1744
|
9,
|
|
1703
1745
|
n0,
|
|
1704
1746
|
_UN,
|
|
1705
1747
|
0,
|
|
1706
|
-
() => UpdateNamespaceRequest
|
|
1707
|
-
() => UpdateNamespaceResponse
|
|
1748
|
+
() => UpdateNamespaceRequest$,
|
|
1749
|
+
() => UpdateNamespaceResponse$,
|
|
1708
1750
|
];
|
|
1709
|
-
export var UpdateScheduledAction = [
|
|
1751
|
+
export var UpdateScheduledAction$ = [
|
|
1710
1752
|
9,
|
|
1711
1753
|
n0,
|
|
1712
1754
|
_USA,
|
|
1713
1755
|
2,
|
|
1714
|
-
() => UpdateScheduledActionRequest
|
|
1715
|
-
() => UpdateScheduledActionResponse
|
|
1756
|
+
() => UpdateScheduledActionRequest$,
|
|
1757
|
+
() => UpdateScheduledActionResponse$,
|
|
1716
1758
|
];
|
|
1717
|
-
export var UpdateSnapshot = [
|
|
1759
|
+
export var UpdateSnapshot$ = [
|
|
1718
1760
|
9,
|
|
1719
1761
|
n0,
|
|
1720
1762
|
_US,
|
|
1721
1763
|
0,
|
|
1722
|
-
() => UpdateSnapshotRequest
|
|
1723
|
-
() => UpdateSnapshotResponse
|
|
1764
|
+
() => UpdateSnapshotRequest$,
|
|
1765
|
+
() => UpdateSnapshotResponse$,
|
|
1724
1766
|
];
|
|
1725
|
-
export var UpdateSnapshotCopyConfiguration = [
|
|
1767
|
+
export var UpdateSnapshotCopyConfiguration$ = [
|
|
1726
1768
|
9,
|
|
1727
1769
|
n0,
|
|
1728
1770
|
_USCC,
|
|
1729
1771
|
0,
|
|
1730
|
-
() => UpdateSnapshotCopyConfigurationRequest
|
|
1731
|
-
() => UpdateSnapshotCopyConfigurationResponse
|
|
1772
|
+
() => UpdateSnapshotCopyConfigurationRequest$,
|
|
1773
|
+
() => UpdateSnapshotCopyConfigurationResponse$,
|
|
1732
1774
|
];
|
|
1733
|
-
export var UpdateUsageLimit = [
|
|
1775
|
+
export var UpdateUsageLimit$ = [
|
|
1734
1776
|
9,
|
|
1735
1777
|
n0,
|
|
1736
1778
|
_UUL,
|
|
1737
1779
|
0,
|
|
1738
|
-
() => UpdateUsageLimitRequest
|
|
1739
|
-
() => UpdateUsageLimitResponse
|
|
1780
|
+
() => UpdateUsageLimitRequest$,
|
|
1781
|
+
() => UpdateUsageLimitResponse$,
|
|
1740
1782
|
];
|
|
1741
|
-
export var UpdateWorkgroup = [
|
|
1783
|
+
export var UpdateWorkgroup$ = [
|
|
1742
1784
|
9,
|
|
1743
1785
|
n0,
|
|
1744
1786
|
_UW,
|
|
1745
1787
|
0,
|
|
1746
|
-
() => UpdateWorkgroupRequest
|
|
1747
|
-
() => UpdateWorkgroupResponse
|
|
1788
|
+
() => UpdateWorkgroupRequest$,
|
|
1789
|
+
() => UpdateWorkgroupResponse$,
|
|
1748
1790
|
];
|