@aws-sdk/client-odb 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultOdbHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2024-08-20",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_0Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.odb",
30
+ errorTypeRegistries,
29
31
  version: "2024-08-20",
30
32
  serviceTarget: "Odb",
31
33
  },
@@ -404,7 +404,7 @@ const _pNI = "peerNetworkId";
404
404
  const _pP = "percentProgress";
405
405
  const _pS = "patchingStatus";
406
406
  const _qC = "quotaCode";
407
- const _r = "region";
407
+ const _r = "reason";
408
408
  const _rA = "resourceArn";
409
409
  const _rAS = "retryAfterSeconds";
410
410
  const _rC = "reclaimableCpus";
@@ -413,8 +413,8 @@ const _rGA = "resourceGatewayArn";
413
413
  const _rI = "resourceId";
414
414
  const _rMCC = "runtimeMinimumCoreCount";
415
415
  const _rT = "resourceType";
416
- const _re = "reason";
417
- const _s = "status";
416
+ const _re = "region";
417
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.odb";
418
418
  const _sA = "s3Access";
419
419
  const _sAt = "stsAccess";
420
420
  const _sC = "storageCount";
@@ -442,7 +442,7 @@ const _sVy = "systemVersions";
442
442
  const _se = "server";
443
443
  const _sh = "shape";
444
444
  const _sha = "share";
445
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.odb";
445
+ const _st = "status";
446
446
  const _t = "tags";
447
447
  const _tCCC = "totalCpuCoreCount";
448
448
  const _tCD = "totalContainerDatabases";
@@ -470,6 +470,56 @@ const n0 = "com.amazonaws.odb";
470
470
  import { TypeRegistry } from "@smithy/core/schema";
471
471
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
472
472
  import { OdbServiceException } from "../models/OdbServiceException";
473
+ const _s_registry = TypeRegistry.for(_s);
474
+ export var OdbServiceException$ = [-3, _s, "OdbServiceException", 0, [], []];
475
+ _s_registry.registerError(OdbServiceException$, OdbServiceException);
476
+ const n0_registry = TypeRegistry.for(n0);
477
+ export var AccessDeniedException$ = [-3, n0, _ADE,
478
+ { [_e]: _c, [_hE]: 403 },
479
+ [_m],
480
+ [0], 1
481
+ ];
482
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
483
+ export var ConflictException$ = [-3, n0, _CE,
484
+ { [_e]: _c, [_hE]: 409 },
485
+ [_m, _rI, _rT],
486
+ [0, 0, 0], 3
487
+ ];
488
+ n0_registry.registerError(ConflictException$, ConflictException);
489
+ export var InternalServerException$ = [-3, n0, _ISE,
490
+ { [_e]: _se, [_hE]: 500 },
491
+ [_m, _rAS],
492
+ [0, [1, { [_hH]: _RA }]], 1
493
+ ];
494
+ n0_registry.registerError(InternalServerException$, InternalServerException);
495
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
496
+ { [_e]: _c, [_hE]: 404 },
497
+ [_m, _rI, _rT],
498
+ [0, 0, 0], 3
499
+ ];
500
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
501
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
502
+ { [_e]: _c, [_hE]: 402 },
503
+ [_m, _rI, _rT, _qC],
504
+ [0, 0, 0, 0], 4
505
+ ];
506
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
507
+ export var ThrottlingException$ = [-3, n0, _TE,
508
+ { [_e]: _c, [_hE]: 429 },
509
+ [_m, _rAS],
510
+ [0, [1, { [_hH]: _RA }]], 1
511
+ ];
512
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
513
+ export var ValidationException$ = [-3, n0, _VE,
514
+ { [_e]: _c, [_hE]: 400 },
515
+ [_m, _r, _fL],
516
+ [0, 0, () => ValidationExceptionFieldList], 2
517
+ ];
518
+ n0_registry.registerError(ValidationException$, ValidationException);
519
+ export const errorTypeRegistries = [
520
+ _s_registry,
521
+ n0_registry,
522
+ ];
473
523
  var SensitiveString = [0, n0, _SS, 8, 0];
474
524
  export var AcceptMarketplaceRegistrationInput$ = [3, n0, _AMRI,
475
525
  0,
@@ -481,12 +531,6 @@ export var AcceptMarketplaceRegistrationOutput$ = [3, n0, _AMRO,
481
531
  [],
482
532
  []
483
533
  ];
484
- export var AccessDeniedException$ = [-3, n0, _ADE,
485
- { [_e]: _c, [_hE]: 403 },
486
- [_m],
487
- [0], 1
488
- ];
489
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
490
534
  export var AssociateIamRoleToResourceInput$ = [3, n0, _AIRTRI,
491
535
  0,
492
536
  [_iRA, _aI, _rA],
@@ -499,12 +543,12 @@ export var AssociateIamRoleToResourceOutput$ = [3, n0, _AIRTRO,
499
543
  ];
500
544
  export var AutonomousVirtualMachineSummary$ = [3, n0, _AVMS,
501
545
  0,
502
- [_aVMI, _s, _sR, _vN, _dSI, _dSDN, _cCC, _mSIGB, _dNSSIGB, _cIA, _cAVCI, _o, _oRAN],
546
+ [_aVMI, _st, _sR, _vN, _dSI, _dSDN, _cCC, _mSIGB, _dNSSIGB, _cIA, _cAVCI, _o, _oRAN],
503
547
  [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0]
504
548
  ];
505
549
  export var CloudAutonomousVmCluster$ = [3, n0, _CAVC,
506
550
  0,
507
- [_cAVCI, _cAVCA, _oNI, _oNA, _oRAN, _pP, _dN, _s, _sR, _cEII, _cEIA, _aDSP, _aDSSITB, _aADSSITB, _aCD, _aC, _cM, _cCC, _cCCPN, _cP, _dSSIGB, _dSSITB, _dNSSIGB, _dS, _d, _do, _eSITBLSV, _h, _o, _oU, _iMEVC, _lM, _mW, _mALSV, _mPOCUIGB, _mSIGB, _nC, _nPACD, _pACD, _pACDr, _pC, _rC, _rCe, _sLPNT, _sLPT, _sh, _cA, _tDSCE, _tOCE, _tZ, _tCD, _iR],
551
+ [_cAVCI, _cAVCA, _oNI, _oNA, _oRAN, _pP, _dN, _st, _sR, _cEII, _cEIA, _aDSP, _aDSSITB, _aADSSITB, _aCD, _aC, _cM, _cCC, _cCCPN, _cP, _dSSIGB, _dSSITB, _dNSSIGB, _dS, _d, _do, _eSITBLSV, _h, _o, _oU, _iMEVC, _lM, _mW, _mALSV, _mPOCUIGB, _mSIGB, _nC, _nPACD, _pACD, _pACDr, _pC, _rC, _rCe, _sLPNT, _sLPT, _sh, _cA, _tDSCE, _tOCE, _tZ, _tCD, _iR],
508
552
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 64 | 0, 0, 0, 1, 0, 0, 0, 2, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 5, 5, 5, 0, 1, () => IamRoleList], 1
509
553
  ];
510
554
  export var CloudAutonomousVmClusterResourceDetails$ = [3, n0, _CAVCRD,
@@ -514,17 +558,17 @@ export var CloudAutonomousVmClusterResourceDetails$ = [3, n0, _CAVCRD,
514
558
  ];
515
559
  export var CloudAutonomousVmClusterSummary$ = [3, n0, _CAVCS,
516
560
  0,
517
- [_cAVCI, _cAVCA, _oNI, _oNA, _oRAN, _pP, _dN, _s, _sR, _cEII, _cEIA, _aDSP, _aDSSITB, _aADSSITB, _aCD, _aC, _cM, _cCC, _cCCPN, _cP, _dSSIGB, _dSSITB, _dNSSIGB, _dS, _d, _do, _eSITBLSV, _h, _o, _oU, _iMEVC, _lM, _mW, _mALSV, _mPOCUIGB, _mSIGB, _nC, _nPACD, _pACD, _pACDr, _pC, _rC, _rCe, _sLPNT, _sLPT, _sh, _cA, _tDSCE, _tOCE, _tZ, _tCD, _iR],
561
+ [_cAVCI, _cAVCA, _oNI, _oNA, _oRAN, _pP, _dN, _st, _sR, _cEII, _cEIA, _aDSP, _aDSSITB, _aADSSITB, _aCD, _aC, _cM, _cCC, _cCCPN, _cP, _dSSIGB, _dSSITB, _dNSSIGB, _dS, _d, _do, _eSITBLSV, _h, _o, _oU, _iMEVC, _lM, _mW, _mALSV, _mPOCUIGB, _mSIGB, _nC, _nPACD, _pACD, _pACDr, _pC, _rC, _rCe, _sLPNT, _sLPT, _sh, _cA, _tDSCE, _tOCE, _tZ, _tCD, _iR],
518
562
  [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 64 | 0, 0, 0, 1, 0, 0, 0, 2, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 5, 5, 5, 0, 1, () => IamRoleList], 1
519
563
  ];
520
564
  export var CloudExadataInfrastructure$ = [3, n0, _CEI,
521
565
  0,
522
- [_cEII, _dN, _s, _sR, _cEIA, _aSC, _aSCd, _aSSIGB, _aZ, _aZI, _cC, _cCp, _cCTSTOCI, _dSSITB, _dNSSIGB, _dSV, _lMRI, _mW, _mCC, _mDSITB, _mDNSSIGB, _mMIGB, _mSIGB, _mDSV, _mSSV, _nMRI, _oRAN, _oU, _o, _sh, _sC, _sSV, _cA, _tSSIGB, _pP, _dST, _sST, _cM],
566
+ [_cEII, _dN, _st, _sR, _cEIA, _aSC, _aSCd, _aSSIGB, _aZ, _aZI, _cC, _cCp, _cCTSTOCI, _dSSITB, _dNSSIGB, _dSV, _lMRI, _mW, _mCC, _mDSITB, _mDNSSIGB, _mMIGB, _mSIGB, _mDSV, _mSSV, _nMRI, _oRAN, _oU, _o, _sh, _sC, _sSV, _cA, _tSSIGB, _pP, _dST, _sST, _cM],
523
567
  [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, [() => CustomerContacts, 0], 1, 1, 0, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 1, 0, 0, 0], 1
524
568
  ];
525
569
  export var CloudExadataInfrastructureSummary$ = [3, n0, _CEIS,
526
570
  0,
527
- [_cEII, _dN, _s, _sR, _cEIA, _aSC, _aSCd, _aSSIGB, _aZ, _aZI, _cC, _cCp, _cCTSTOCI, _dSSITB, _dNSSIGB, _dSV, _lMRI, _mW, _mCC, _mDSITB, _mDNSSIGB, _mMIGB, _mSIGB, _mDSV, _mSSV, _nMRI, _oRAN, _oU, _o, _sh, _sC, _sSV, _cA, _tSSIGB, _pP, _dST, _sST, _cM],
571
+ [_cEII, _dN, _st, _sR, _cEIA, _aSC, _aSCd, _aSSIGB, _aZ, _aZI, _cC, _cCp, _cCTSTOCI, _dSSITB, _dNSSIGB, _dSV, _lMRI, _mW, _mCC, _mDSITB, _mDNSSIGB, _mMIGB, _mSIGB, _mDSV, _mSSV, _nMRI, _oRAN, _oU, _o, _sh, _sC, _sSV, _cA, _tSSIGB, _pP, _dST, _sST, _cM],
528
572
  [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, [() => CustomerContacts, 0], 1, 1, 0, 0, () => MaintenanceWindow$, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 1, 0, 0, 0], 1
529
573
  ];
530
574
  export var CloudExadataInfrastructureUnallocatedResources$ = [3, n0, _CEIUR,
@@ -534,20 +578,14 @@ export var CloudExadataInfrastructureUnallocatedResources$ = [3, n0, _CEIUR,
534
578
  ];
535
579
  export var CloudVmCluster$ = [3, n0, _CVC,
536
580
  0,
537
- [_cVCI, _dN, _s, _sR, _cVCA, _cEII, _cEIA, _cN, _cCC, _dCO, _dSSITB, _dNSSIGB, _dS, _dR, _gV, _h, _iCC, _iLBE, _iSDE, _lUHEI, _lM, _lP, _mSIGB, _nC, _o, _oRAN, _oU, _do, _sDN, _sDRI, _sII, _sh, _sPK, _sSIGB, _sV, _cA, _tZ, _vI, _oNI, _oNA, _pP, _cM, _iR],
581
+ [_cVCI, _dN, _st, _sR, _cVCA, _cEII, _cEIA, _cN, _cCC, _dCO, _dSSITB, _dNSSIGB, _dS, _dR, _gV, _h, _iCC, _iLBE, _iSDE, _lUHEI, _lM, _lP, _mSIGB, _nC, _o, _oRAN, _oU, _do, _sDN, _sDRI, _sII, _sh, _sPK, _sSIGB, _sV, _cA, _tZ, _vI, _oNI, _oNA, _pP, _cM, _iR],
538
582
  [0, 0, 0, 0, 0, 0, 0, 0, 1, () => DataCollectionOptions$, 1, 1, 64 | 0, 0, 0, 0, () => ExadataIormConfig$, 2, 2, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 64 | 0, 0, [() => SensitiveStringList, 0], 1, 0, 5, 0, 64 | 0, 0, 0, 1, 0, () => IamRoleList], 1
539
583
  ];
540
584
  export var CloudVmClusterSummary$ = [3, n0, _CVCS,
541
585
  0,
542
- [_cVCI, _dN, _s, _sR, _cVCA, _cEII, _cEIA, _cN, _cCC, _dCO, _dSSITB, _dNSSIGB, _dS, _dR, _gV, _h, _iCC, _iLBE, _iSDE, _lUHEI, _lM, _lP, _mSIGB, _nC, _o, _oRAN, _oU, _do, _sDN, _sDRI, _sII, _sh, _sPK, _sSIGB, _sV, _cA, _tZ, _vI, _oNI, _oNA, _pP, _cM, _iR],
586
+ [_cVCI, _dN, _st, _sR, _cVCA, _cEII, _cEIA, _cN, _cCC, _dCO, _dSSITB, _dNSSIGB, _dS, _dR, _gV, _h, _iCC, _iLBE, _iSDE, _lUHEI, _lM, _lP, _mSIGB, _nC, _o, _oRAN, _oU, _do, _sDN, _sDRI, _sII, _sh, _sPK, _sSIGB, _sV, _cA, _tZ, _vI, _oNI, _oNA, _pP, _cM, _iR],
543
587
  [0, 0, 0, 0, 0, 0, 0, 0, 1, () => DataCollectionOptions$, 1, 1, 64 | 0, 0, 0, 0, () => ExadataIormConfig$, 2, 2, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 64 | 0, 0, [() => SensitiveStringList, 0], 1, 0, 5, 0, 64 | 0, 0, 0, 1, 0, () => IamRoleList], 1
544
588
  ];
545
- export var ConflictException$ = [-3, n0, _CE,
546
- { [_e]: _c, [_hE]: 409 },
547
- [_m, _rI, _rT],
548
- [0, 0, 0], 3
549
- ];
550
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
551
589
  export var CreateCloudAutonomousVmClusterInput$ = [3, n0, _CCAVCI,
552
590
  0,
553
591
  [_cEII, _oNI, _dN, _aDSSITB, _cCCPN, _mPOCUIGB, _tCD, _cT, _dS, _d, _iMEVC, _lM, _mW, _sLPNT, _sLPT, _t, _tZ],
@@ -555,7 +593,7 @@ export var CreateCloudAutonomousVmClusterInput$ = [3, n0, _CCAVCI,
555
593
  ];
556
594
  export var CreateCloudAutonomousVmClusterOutput$ = [3, n0, _CCAVCO,
557
595
  0,
558
- [_cAVCI, _dN, _s, _sR],
596
+ [_cAVCI, _dN, _st, _sR],
559
597
  [0, 0, 0, 0], 1
560
598
  ];
561
599
  export var CreateCloudExadataInfrastructureInput$ = [3, n0, _CCEII,
@@ -565,7 +603,7 @@ export var CreateCloudExadataInfrastructureInput$ = [3, n0, _CCEII,
565
603
  ];
566
604
  export var CreateCloudExadataInfrastructureOutput$ = [3, n0, _CCEIO,
567
605
  0,
568
- [_cEII, _dN, _s, _sR],
606
+ [_cEII, _dN, _st, _sR],
569
607
  [0, 0, 0, 0], 1
570
608
  ];
571
609
  export var CreateCloudVmClusterInput$ = [3, n0, _CCVCI,
@@ -575,7 +613,7 @@ export var CreateCloudVmClusterInput$ = [3, n0, _CCVCI,
575
613
  ];
576
614
  export var CreateCloudVmClusterOutput$ = [3, n0, _CCVCO,
577
615
  0,
578
- [_cVCI, _dN, _s, _sR],
616
+ [_cVCI, _dN, _st, _sR],
579
617
  [0, 0, 0, 0], 1
580
618
  ];
581
619
  export var CreateOdbNetworkInput$ = [3, n0, _CONI,
@@ -585,7 +623,7 @@ export var CreateOdbNetworkInput$ = [3, n0, _CONI,
585
623
  ];
586
624
  export var CreateOdbNetworkOutput$ = [3, n0, _CONO,
587
625
  0,
588
- [_oNI, _dN, _s, _sR],
626
+ [_oNI, _dN, _st, _sR],
589
627
  [0, 0, 0, 0], 1
590
628
  ];
591
629
  export var CreateOdbPeeringConnectionInput$ = [3, n0, _COPCI,
@@ -595,12 +633,12 @@ export var CreateOdbPeeringConnectionInput$ = [3, n0, _COPCI,
595
633
  ];
596
634
  export var CreateOdbPeeringConnectionOutput$ = [3, n0, _COPCO,
597
635
  0,
598
- [_oPCI, _dN, _s, _sR],
636
+ [_oPCI, _dN, _st, _sR],
599
637
  [0, 0, 0, 0], 1
600
638
  ];
601
639
  export var CrossRegionS3RestoreSourcesAccess$ = [3, n0, _CRSRSA,
602
640
  0,
603
- [_r, _iA, _s],
641
+ [_re, _iA, _st],
604
642
  [0, 64 | 0, 0]
605
643
  ];
606
644
  export var CustomerContact$ = [3, n0, _CC,
@@ -625,17 +663,17 @@ export var DbIormConfig$ = [3, n0, _DIC,
625
663
  ];
626
664
  export var DbNode$ = [3, n0, _DN,
627
665
  0,
628
- [_dNI, _dNA, _s, _sR, _aD, _bII, _bVI, _bVIa, _cCC, _dNSSIGB, _dSI, _dSIb, _fD, _hII, _h, _o, _oRAN, _mT, _mSIGB, _sSSIGB, _cA, _tMWE, _tMWS, _tCCC, _vIn, _vIni, _pIA, _fIA],
666
+ [_dNI, _dNA, _st, _sR, _aD, _bII, _bVI, _bVIa, _cCC, _dNSSIGB, _dSI, _dSIb, _fD, _hII, _h, _o, _oRAN, _mT, _mSIGB, _sSSIGB, _cA, _tMWE, _tMWS, _tCCC, _vIn, _vIni, _pIA, _fIA],
629
667
  [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 5, 0, 0, 1, 0, 0, 0, 0]
630
668
  ];
631
669
  export var DbNodeSummary$ = [3, n0, _DNS,
632
670
  0,
633
- [_dNI, _dNA, _s, _sR, _aD, _bII, _bVI, _bVIa, _cCC, _dNSSIGB, _dSI, _dSIb, _fD, _hII, _h, _o, _oRAN, _mT, _mSIGB, _sSSIGB, _cA, _tMWE, _tMWS, _tCCC, _vIn, _vIni],
671
+ [_dNI, _dNA, _st, _sR, _aD, _bII, _bVI, _bVIa, _cCC, _dNSSIGB, _dSI, _dSIb, _fD, _hII, _h, _o, _oRAN, _mT, _mSIGB, _sSSIGB, _cA, _tMWE, _tMWS, _tCCC, _vIn, _vIni],
634
672
  [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 5, 0, 0, 1, 0, 0]
635
673
  ];
636
674
  export var DbServer$ = [3, n0, _DS,
637
675
  0,
638
- [_dSI, _s, _sR, _cCC, _dNSSIGB, _dSPD, _dN, _eII, _o, _oRAN, _mCC, _mDNSIGB, _mMIGB, _mSIGB, _sh, _cA, _vCI, _cM, _aVCI, _aVMIu],
676
+ [_dSI, _st, _sR, _cCC, _dNSSIGB, _dSPD, _dN, _eII, _o, _oRAN, _mCC, _mDNSIGB, _mMIGB, _mSIGB, _sh, _cA, _vCI, _cM, _aVCI, _aVMIu],
639
677
  [0, 0, 0, 1, 1, () => DbServerPatchingDetails$, 0, 0, 0, 0, 1, 1, 1, 1, 0, 5, 64 | 0, 0, 64 | 0, 64 | 0]
640
678
  ];
641
679
  export var DbServerPatchingDetails$ = [3, n0, _DSPD,
@@ -645,7 +683,7 @@ export var DbServerPatchingDetails$ = [3, n0, _DSPD,
645
683
  ];
646
684
  export var DbServerSummary$ = [3, n0, _DSS,
647
685
  0,
648
- [_dSI, _s, _sR, _cCC, _dNSSIGB, _dSPD, _dN, _eII, _o, _oRAN, _mCC, _mDNSIGB, _mMIGB, _mSIGB, _sh, _cA, _vCI, _cM, _aVCI, _aVMIu],
686
+ [_dSI, _st, _sR, _cCC, _dNSSIGB, _dSPD, _dN, _eII, _o, _oRAN, _mCC, _mDNSIGB, _mMIGB, _mSIGB, _sh, _cA, _vCI, _cM, _aVCI, _aVMIu],
649
687
  [0, 0, 0, 1, 1, () => DbServerPatchingDetails$, 0, 0, 0, 0, 1, 1, 1, 1, 0, 5, 64 | 0, 0, 64 | 0, 64 | 0]
650
688
  ];
651
689
  export var DbSystemShapeSummary$ = [3, n0, _DSSS,
@@ -785,7 +823,7 @@ export var GetOciOnboardingStatusInput$ = [3, n0, _GOOSI,
785
823
  ];
786
824
  export var GetOciOnboardingStatusOutput$ = [3, n0, _GOOSO,
787
825
  0,
788
- [_s, _eTAL, _nTAL, _oID],
826
+ [_st, _eTAL, _nTAL, _oID],
789
827
  [0, 0, 0, () => OciIdentityDomain$]
790
828
  ];
791
829
  export var GetOdbNetworkInput$ = [3, n0, _GONI,
@@ -815,7 +853,7 @@ export var GiVersionSummary$ = [3, n0, _GVS,
815
853
  ];
816
854
  export var IamRole$ = [3, n0, _IR,
817
855
  0,
818
- [_iRA, _s, _sR, _aI],
856
+ [_iRA, _st, _sR, _aI],
819
857
  [0, 0, 0, 0]
820
858
  ];
821
859
  export var InitializeServiceInput$ = [3, n0, _ISI,
@@ -828,15 +866,9 @@ export var InitializeServiceOutput$ = [3, n0, _ISO,
828
866
  [],
829
867
  []
830
868
  ];
831
- export var InternalServerException$ = [-3, n0, _ISE,
832
- { [_e]: _se, [_hE]: 500 },
833
- [_m, _rAS],
834
- [0, [1, { [_hH]: _RA }]], 1
835
- ];
836
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
837
869
  export var KmsAccess$ = [3, n0, _KA,
838
870
  0,
839
- [_s, _iA, _dNo, _kPD],
871
+ [_st, _iA, _dNo, _kPD],
840
872
  [0, 64 | 0, 0, 0]
841
873
  ];
842
874
  export var ListAutonomousVirtualMachinesInput$ = [3, n0, _LAVMI,
@@ -966,7 +998,7 @@ export var MaintenanceWindow$ = [3, n0, _MW,
966
998
  ];
967
999
  export var ManagedS3BackupAccess$ = [3, n0, _MSBA,
968
1000
  0,
969
- [_s, _iA],
1001
+ [_st, _iA],
970
1002
  [0, 64 | 0]
971
1003
  ];
972
1004
  export var ManagedServices$ = [3, n0, _MS,
@@ -986,27 +1018,27 @@ export var OciDnsForwardingConfig$ = [3, n0, _ODFC,
986
1018
  ];
987
1019
  export var OciIdentityDomain$ = [3, n0, _OID,
988
1020
  0,
989
- [_oIDI, _oIDRU, _oIDU, _s, _sR, _aSCFU],
1021
+ [_oIDI, _oIDRU, _oIDU, _st, _sR, _aSCFU],
990
1022
  [0, 0, 0, 0, 0, 0]
991
1023
  ];
992
1024
  export var OdbNetwork$ = [3, n0, _ON,
993
1025
  0,
994
- [_oNI, _dN, _s, _sR, _oNA, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _pCe, _oNAI, _oNAU, _oRAN, _oVI, _oVU, _oDFC, _cA, _pP, _mS],
1026
+ [_oNI, _dN, _st, _sR, _oNA, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _pCe, _oNAI, _oNAU, _oRAN, _oVI, _oVU, _oDFC, _cA, _pP, _mS],
995
1027
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, () => OciDnsForwardingConfigList, 5, 1, () => ManagedServices$], 1
996
1028
  ];
997
1029
  export var OdbNetworkSummary$ = [3, n0, _ONS,
998
1030
  0,
999
- [_oNI, _dN, _s, _sR, _oNA, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _pCe, _oNAI, _oNAU, _oRAN, _oVI, _oVU, _oDFC, _cA, _pP, _mS],
1031
+ [_oNI, _dN, _st, _sR, _oNA, _aZ, _aZI, _cSC, _bSC, _cDN, _dDP, _pCe, _oNAI, _oNAU, _oRAN, _oVI, _oVU, _oDFC, _cA, _pP, _mS],
1000
1032
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, () => OciDnsForwardingConfigList, 5, 1, () => ManagedServices$], 1
1001
1033
  ];
1002
1034
  export var OdbPeeringConnection$ = [3, n0, _OPC,
1003
1035
  0,
1004
- [_oPCI, _dN, _s, _sR, _oPCA, _oNA, _pNA, _oPCT, _pNC, _cA, _pP],
1036
+ [_oPCI, _dN, _st, _sR, _oPCA, _oNA, _pNA, _oPCT, _pNC, _cA, _pP],
1005
1037
  [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 1], 1
1006
1038
  ];
1007
1039
  export var OdbPeeringConnectionSummary$ = [3, n0, _OPCS,
1008
1040
  0,
1009
- [_oPCI, _dN, _s, _sR, _oPCA, _oNA, _pNA, _oPCT, _pNC, _cA, _pP],
1041
+ [_oPCI, _dN, _st, _sR, _oPCA, _oNA, _pNA, _oPCT, _pNC, _cA, _pP],
1010
1042
  [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 1], 1
1011
1043
  ];
1012
1044
  export var RebootDbNodeInput$ = [3, n0, _RDNI,
@@ -1016,18 +1048,12 @@ export var RebootDbNodeInput$ = [3, n0, _RDNI,
1016
1048
  ];
1017
1049
  export var RebootDbNodeOutput$ = [3, n0, _RDNO,
1018
1050
  0,
1019
- [_dNI, _s, _sR],
1051
+ [_dNI, _st, _sR],
1020
1052
  [0, 0, 0], 1
1021
1053
  ];
1022
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1023
- { [_e]: _c, [_hE]: 404 },
1024
- [_m, _rI, _rT],
1025
- [0, 0, 0], 3
1026
- ];
1027
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1028
1054
  export var S3Access$ = [3, n0, _SA,
1029
1055
  0,
1030
- [_s, _iA, _dNo, _sPD],
1056
+ [_st, _iA, _dNo, _sPD],
1031
1057
  [0, 64 | 0, 0, 0]
1032
1058
  ];
1033
1059
  export var ServiceNetworkEndpoint$ = [3, n0, _SNE,
@@ -1035,12 +1061,6 @@ export var ServiceNetworkEndpoint$ = [3, n0, _SNE,
1035
1061
  [_vEI, _vET],
1036
1062
  [0, 0]
1037
1063
  ];
1038
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1039
- { [_e]: _c, [_hE]: 402 },
1040
- [_m, _rI, _rT, _qC],
1041
- [0, 0, 0, 0], 4
1042
- ];
1043
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1044
1064
  export var StartDbNodeInput$ = [3, n0, _SDNI,
1045
1065
  0,
1046
1066
  [_cVCI, _dNI],
@@ -1048,7 +1068,7 @@ export var StartDbNodeInput$ = [3, n0, _SDNI,
1048
1068
  ];
1049
1069
  export var StartDbNodeOutput$ = [3, n0, _SDNO,
1050
1070
  0,
1051
- [_dNI, _s, _sR],
1071
+ [_dNI, _st, _sR],
1052
1072
  [0, 0, 0], 1
1053
1073
  ];
1054
1074
  export var StopDbNodeInput$ = [3, n0, _SDNIt,
@@ -1058,12 +1078,12 @@ export var StopDbNodeInput$ = [3, n0, _SDNIt,
1058
1078
  ];
1059
1079
  export var StopDbNodeOutput$ = [3, n0, _SDNOt,
1060
1080
  0,
1061
- [_dNI, _s, _sR],
1081
+ [_dNI, _st, _sR],
1062
1082
  [0, 0, 0], 1
1063
1083
  ];
1064
1084
  export var StsAccess$ = [3, n0, _SAt,
1065
1085
  0,
1066
- [_s, _iA, _dNo, _sPDt],
1086
+ [_st, _iA, _dNo, _sPDt],
1067
1087
  [0, 64 | 0, 0, 0]
1068
1088
  ];
1069
1089
  export var SystemVersionSummary$ = [3, n0, _SVS,
@@ -1081,12 +1101,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1081
1101
  [],
1082
1102
  []
1083
1103
  ];
1084
- export var ThrottlingException$ = [-3, n0, _TE,
1085
- { [_e]: _c, [_hE]: 429 },
1086
- [_m, _rAS],
1087
- [0, [1, { [_hH]: _RA }]], 1
1088
- ];
1089
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1090
1104
  export var UntagResourceRequest$ = [3, n0, _URR,
1091
1105
  0,
1092
1106
  [_rA, _tK],
@@ -1104,7 +1118,7 @@ export var UpdateCloudExadataInfrastructureInput$ = [3, n0, _UCEII,
1104
1118
  ];
1105
1119
  export var UpdateCloudExadataInfrastructureOutput$ = [3, n0, _UCEIO,
1106
1120
  0,
1107
- [_cEII, _dN, _s, _sR],
1121
+ [_cEII, _dN, _st, _sR],
1108
1122
  [0, 0, 0, 0], 1
1109
1123
  ];
1110
1124
  export var UpdateOdbNetworkInput$ = [3, n0, _UONI,
@@ -1114,7 +1128,7 @@ export var UpdateOdbNetworkInput$ = [3, n0, _UONI,
1114
1128
  ];
1115
1129
  export var UpdateOdbNetworkOutput$ = [3, n0, _UONO,
1116
1130
  0,
1117
- [_oNI, _dN, _s, _sR],
1131
+ [_oNI, _dN, _st, _sR],
1118
1132
  [0, 0, 0, 0], 1
1119
1133
  ];
1120
1134
  export var UpdateOdbPeeringConnectionInput$ = [3, n0, _UOPCI,
@@ -1124,15 +1138,9 @@ export var UpdateOdbPeeringConnectionInput$ = [3, n0, _UOPCI,
1124
1138
  ];
1125
1139
  export var UpdateOdbPeeringConnectionOutput$ = [3, n0, _UOPCO,
1126
1140
  0,
1127
- [_oPCI, _dN, _s, _sR],
1141
+ [_oPCI, _dN, _st, _sR],
1128
1142
  [0, 0, 0, 0], 1
1129
1143
  ];
1130
- export var ValidationException$ = [-3, n0, _VE,
1131
- { [_e]: _c, [_hE]: 400 },
1132
- [_m, _re, _fL],
1133
- [0, 0, () => ValidationExceptionFieldList], 2
1134
- ];
1135
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1136
1144
  export var ValidationExceptionField$ = [3, n0, _VEF,
1137
1145
  0,
1138
1146
  [_n, _m],
@@ -1140,11 +1148,9 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
1140
1148
  ];
1141
1149
  export var ZeroEtlAccess$ = [3, n0, _ZEA,
1142
1150
  0,
1143
- [_s, _ci],
1151
+ [_st, _ci],
1144
1152
  [0, 0]
1145
1153
  ];
1146
- export var OdbServiceException$ = [-3, _sm, "OdbServiceException", 0, [], []];
1147
- TypeRegistry.for(_sm).registerError(OdbServiceException$, OdbServiceException);
1148
1154
  var AutonomousVirtualMachineList = [1, n0, _AVML,
1149
1155
  0, () => AutonomousVirtualMachineSummary$
1150
1156
  ];
@@ -1,7 +1,21 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var OdbServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
2
17
  export declare var AcceptMarketplaceRegistrationInput$: StaticStructureSchema;
3
18
  export declare var AcceptMarketplaceRegistrationOutput$: StaticStructureSchema;
4
- export declare var AccessDeniedException$: StaticErrorSchema;
5
19
  export declare var AssociateIamRoleToResourceInput$: StaticStructureSchema;
6
20
  export declare var AssociateIamRoleToResourceOutput$: StaticStructureSchema;
7
21
  export declare var AutonomousVirtualMachineSummary$: StaticStructureSchema;
@@ -13,7 +27,6 @@ export declare var CloudExadataInfrastructureSummary$: StaticStructureSchema;
13
27
  export declare var CloudExadataInfrastructureUnallocatedResources$: StaticStructureSchema;
14
28
  export declare var CloudVmCluster$: StaticStructureSchema;
15
29
  export declare var CloudVmClusterSummary$: StaticStructureSchema;
16
- export declare var ConflictException$: StaticErrorSchema;
17
30
  export declare var CreateCloudAutonomousVmClusterInput$: StaticStructureSchema;
18
31
  export declare var CreateCloudAutonomousVmClusterOutput$: StaticStructureSchema;
19
32
  export declare var CreateCloudExadataInfrastructureInput$: StaticStructureSchema;
@@ -70,7 +83,6 @@ export declare var GiVersionSummary$: StaticStructureSchema;
70
83
  export declare var IamRole$: StaticStructureSchema;
71
84
  export declare var InitializeServiceInput$: StaticStructureSchema;
72
85
  export declare var InitializeServiceOutput$: StaticStructureSchema;
73
- export declare var InternalServerException$: StaticErrorSchema;
74
86
  export declare var KmsAccess$: StaticStructureSchema;
75
87
  export declare var ListAutonomousVirtualMachinesInput$: StaticStructureSchema;
76
88
  export declare var ListAutonomousVirtualMachinesOutput$: StaticStructureSchema;
@@ -108,10 +120,8 @@ export declare var OdbPeeringConnection$: StaticStructureSchema;
108
120
  export declare var OdbPeeringConnectionSummary$: StaticStructureSchema;
109
121
  export declare var RebootDbNodeInput$: StaticStructureSchema;
110
122
  export declare var RebootDbNodeOutput$: StaticStructureSchema;
111
- export declare var ResourceNotFoundException$: StaticErrorSchema;
112
123
  export declare var S3Access$: StaticStructureSchema;
113
124
  export declare var ServiceNetworkEndpoint$: StaticStructureSchema;
114
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
115
125
  export declare var StartDbNodeInput$: StaticStructureSchema;
116
126
  export declare var StartDbNodeOutput$: StaticStructureSchema;
117
127
  export declare var StopDbNodeInput$: StaticStructureSchema;
@@ -120,7 +130,6 @@ export declare var StsAccess$: StaticStructureSchema;
120
130
  export declare var SystemVersionSummary$: StaticStructureSchema;
121
131
  export declare var TagResourceRequest$: StaticStructureSchema;
122
132
  export declare var TagResourceResponse$: StaticStructureSchema;
123
- export declare var ThrottlingException$: StaticErrorSchema;
124
133
  export declare var UntagResourceRequest$: StaticStructureSchema;
125
134
  export declare var UntagResourceResponse$: StaticStructureSchema;
126
135
  export declare var UpdateCloudExadataInfrastructureInput$: StaticStructureSchema;
@@ -129,10 +138,8 @@ export declare var UpdateOdbNetworkInput$: StaticStructureSchema;
129
138
  export declare var UpdateOdbNetworkOutput$: StaticStructureSchema;
130
139
  export declare var UpdateOdbPeeringConnectionInput$: StaticStructureSchema;
131
140
  export declare var UpdateOdbPeeringConnectionOutput$: StaticStructureSchema;
132
- export declare var ValidationException$: StaticErrorSchema;
133
141
  export declare var ValidationExceptionField$: StaticStructureSchema;
134
142
  export declare var ZeroEtlAccess$: StaticStructureSchema;
135
- export declare var OdbServiceException$: StaticErrorSchema;
136
143
  export declare var AcceptMarketplaceRegistration$: StaticOperationSchema;
137
144
  export declare var AssociateIamRoleToResource$: StaticOperationSchema;
138
145
  export declare var CreateCloudAutonomousVmCluster$: StaticOperationSchema;
@@ -1,11 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var OdbServiceException$: StaticErrorSchema;
8
+ export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
6
16
  export declare var AcceptMarketplaceRegistrationInput$: StaticStructureSchema;
7
17
  export declare var AcceptMarketplaceRegistrationOutput$: StaticStructureSchema;
8
- export declare var AccessDeniedException$: StaticErrorSchema;
9
18
  export declare var AssociateIamRoleToResourceInput$: StaticStructureSchema;
10
19
  export declare var AssociateIamRoleToResourceOutput$: StaticStructureSchema;
11
20
  export declare var AutonomousVirtualMachineSummary$: StaticStructureSchema;
@@ -17,7 +26,6 @@ export declare var CloudExadataInfrastructureSummary$: StaticStructureSchema;
17
26
  export declare var CloudExadataInfrastructureUnallocatedResources$: StaticStructureSchema;
18
27
  export declare var CloudVmCluster$: StaticStructureSchema;
19
28
  export declare var CloudVmClusterSummary$: StaticStructureSchema;
20
- export declare var ConflictException$: StaticErrorSchema;
21
29
  export declare var CreateCloudAutonomousVmClusterInput$: StaticStructureSchema;
22
30
  export declare var CreateCloudAutonomousVmClusterOutput$: StaticStructureSchema;
23
31
  export declare var CreateCloudExadataInfrastructureInput$: StaticStructureSchema;
@@ -74,7 +82,6 @@ export declare var GiVersionSummary$: StaticStructureSchema;
74
82
  export declare var IamRole$: StaticStructureSchema;
75
83
  export declare var InitializeServiceInput$: StaticStructureSchema;
76
84
  export declare var InitializeServiceOutput$: StaticStructureSchema;
77
- export declare var InternalServerException$: StaticErrorSchema;
78
85
  export declare var KmsAccess$: StaticStructureSchema;
79
86
  export declare var ListAutonomousVirtualMachinesInput$: StaticStructureSchema;
80
87
  export declare var ListAutonomousVirtualMachinesOutput$: StaticStructureSchema;
@@ -112,10 +119,8 @@ export declare var OdbPeeringConnection$: StaticStructureSchema;
112
119
  export declare var OdbPeeringConnectionSummary$: StaticStructureSchema;
113
120
  export declare var RebootDbNodeInput$: StaticStructureSchema;
114
121
  export declare var RebootDbNodeOutput$: StaticStructureSchema;
115
- export declare var ResourceNotFoundException$: StaticErrorSchema;
116
122
  export declare var S3Access$: StaticStructureSchema;
117
123
  export declare var ServiceNetworkEndpoint$: StaticStructureSchema;
118
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
119
124
  export declare var StartDbNodeInput$: StaticStructureSchema;
120
125
  export declare var StartDbNodeOutput$: StaticStructureSchema;
121
126
  export declare var StopDbNodeInput$: StaticStructureSchema;
@@ -124,7 +129,6 @@ export declare var StsAccess$: StaticStructureSchema;
124
129
  export declare var SystemVersionSummary$: StaticStructureSchema;
125
130
  export declare var TagResourceRequest$: StaticStructureSchema;
126
131
  export declare var TagResourceResponse$: StaticStructureSchema;
127
- export declare var ThrottlingException$: StaticErrorSchema;
128
132
  export declare var UntagResourceRequest$: StaticStructureSchema;
129
133
  export declare var UntagResourceResponse$: StaticStructureSchema;
130
134
  export declare var UpdateCloudExadataInfrastructureInput$: StaticStructureSchema;
@@ -133,10 +137,8 @@ export declare var UpdateOdbNetworkInput$: StaticStructureSchema;
133
137
  export declare var UpdateOdbNetworkOutput$: StaticStructureSchema;
134
138
  export declare var UpdateOdbPeeringConnectionInput$: StaticStructureSchema;
135
139
  export declare var UpdateOdbPeeringConnectionOutput$: StaticStructureSchema;
136
- export declare var ValidationException$: StaticErrorSchema;
137
140
  export declare var ValidationExceptionField$: StaticStructureSchema;
138
141
  export declare var ZeroEtlAccess$: StaticStructureSchema;
139
- export declare var OdbServiceException$: StaticErrorSchema;
140
142
  export declare var AcceptMarketplaceRegistration$: StaticOperationSchema;
141
143
  export declare var AssociateIamRoleToResource$: StaticOperationSchema;
142
144
  export declare var CreateCloudAutonomousVmCluster$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-odb",
3
3
  "description": "AWS SDK for JavaScript Odb Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-odb",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",