@aws-sdk/client-b2bi 3.929.0 → 3.930.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 CHANGED
@@ -138,18 +138,6 @@ const ElementRequirement = {
138
138
  MANDATORY: "MANDATORY",
139
139
  OPTIONAL: "OPTIONAL",
140
140
  };
141
- exports.X12ValidationRule = void 0;
142
- (function (X12ValidationRule) {
143
- X12ValidationRule.visit = (value, visitor) => {
144
- if (value.codeListValidationRule !== undefined)
145
- return visitor.codeListValidationRule(value.codeListValidationRule);
146
- if (value.elementLengthValidationRule !== undefined)
147
- return visitor.elementLengthValidationRule(value.elementLengthValidationRule);
148
- if (value.elementRequirementValidationRule !== undefined)
149
- return visitor.elementRequirementValidationRule(value.elementRequirementValidationRule);
150
- return visitor._(value.$unknown[0], value.$unknown[1]);
151
- };
152
- })(exports.X12ValidationRule || (exports.X12ValidationRule = {}));
153
141
  let ConflictException$1 = class ConflictException extends B2biServiceException$1 {
154
142
  name = "ConflictException";
155
143
  $fault = "client";
@@ -518,22 +506,6 @@ const X12Version = {
518
506
  VERSION_5010: "VERSION_5010",
519
507
  VERSION_5010_HIPAA: "VERSION_5010_HIPAA",
520
508
  };
521
- exports.EdiType = void 0;
522
- (function (EdiType) {
523
- EdiType.visit = (value, visitor) => {
524
- if (value.x12Details !== undefined)
525
- return visitor.x12Details(value.x12Details);
526
- return visitor._(value.$unknown[0], value.$unknown[1]);
527
- };
528
- })(exports.EdiType || (exports.EdiType = {}));
529
- exports.CapabilityConfiguration = void 0;
530
- (function (CapabilityConfiguration) {
531
- CapabilityConfiguration.visit = (value, visitor) => {
532
- if (value.edi !== undefined)
533
- return visitor.edi(value.edi);
534
- return visitor._(value.$unknown[0], value.$unknown[1]);
535
- };
536
- })(exports.CapabilityConfiguration || (exports.CapabilityConfiguration = {}));
537
509
  const CapabilityType = {
538
510
  EDI: "edi",
539
511
  };
@@ -617,14 +589,6 @@ const MappingType = {
617
589
  JSONATA: "JSONATA",
618
590
  XSLT: "XSLT",
619
591
  };
620
- exports.TemplateDetails = void 0;
621
- (function (TemplateDetails) {
622
- TemplateDetails.visit = (value, visitor) => {
623
- if (value.x12 !== undefined)
624
- return visitor.x12(value.x12);
625
- return visitor._(value.$unknown[0], value.$unknown[1]);
626
- };
627
- })(exports.TemplateDetails || (exports.TemplateDetails = {}));
628
592
  const TransformerJobStatus = {
629
593
  FAILED: "failed",
630
594
  RUNNING: "running",
@@ -654,14 +618,6 @@ const WrapFormat = {
654
618
  ONE_LINE: "ONE_LINE",
655
619
  SEGMENT: "SEGMENT",
656
620
  };
657
- exports.OutboundEdiOptions = void 0;
658
- (function (OutboundEdiOptions) {
659
- OutboundEdiOptions.visit = (value, visitor) => {
660
- if (value.x12 !== undefined)
661
- return visitor.x12(value.x12);
662
- return visitor._(value.$unknown[0], value.$unknown[1]);
663
- };
664
- })(exports.OutboundEdiOptions || (exports.OutboundEdiOptions = {}));
665
621
  const Logging = {
666
622
  DISABLED: "DISABLED",
667
623
  ENABLED: "ENABLED",
@@ -670,46 +626,14 @@ const ConversionSourceFormat = {
670
626
  JSON: "JSON",
671
627
  XML: "XML",
672
628
  };
673
- exports.InputFileSource = void 0;
674
- (function (InputFileSource) {
675
- InputFileSource.visit = (value, visitor) => {
676
- if (value.fileContent !== undefined)
677
- return visitor.fileContent(value.fileContent);
678
- return visitor._(value.$unknown[0], value.$unknown[1]);
679
- };
680
- })(exports.InputFileSource || (exports.InputFileSource = {}));
681
629
  const ConversionTargetFormat = {
682
630
  X12: "X12",
683
631
  };
684
- exports.ConversionTargetFormatDetails = void 0;
685
- (function (ConversionTargetFormatDetails) {
686
- ConversionTargetFormatDetails.visit = (value, visitor) => {
687
- if (value.x12 !== undefined)
688
- return visitor.x12(value.x12);
689
- return visitor._(value.$unknown[0], value.$unknown[1]);
690
- };
691
- })(exports.ConversionTargetFormatDetails || (exports.ConversionTargetFormatDetails = {}));
692
- exports.OutputSampleFileSource = void 0;
693
- (function (OutputSampleFileSource) {
694
- OutputSampleFileSource.visit = (value, visitor) => {
695
- if (value.fileLocation !== undefined)
696
- return visitor.fileLocation(value.fileLocation);
697
- return visitor._(value.$unknown[0], value.$unknown[1]);
698
- };
699
- })(exports.OutputSampleFileSource || (exports.OutputSampleFileSource = {}));
700
632
  const FileFormat = {
701
633
  JSON: "JSON",
702
634
  NOT_USED: "NOT_USED",
703
635
  XML: "XML",
704
636
  };
705
- exports.FormatOptions = void 0;
706
- (function (FormatOptions) {
707
- FormatOptions.visit = (value, visitor) => {
708
- if (value.x12 !== undefined)
709
- return visitor.x12(value.x12);
710
- return visitor._(value.$unknown[0], value.$unknown[1]);
711
- };
712
- })(exports.FormatOptions || (exports.FormatOptions = {}));
713
637
  const FromFormat = {
714
638
  X12: "X12",
715
639
  };
@@ -19,18 +19,6 @@ export const ElementRequirement = {
19
19
  MANDATORY: "MANDATORY",
20
20
  OPTIONAL: "OPTIONAL",
21
21
  };
22
- export var X12ValidationRule;
23
- (function (X12ValidationRule) {
24
- X12ValidationRule.visit = (value, visitor) => {
25
- if (value.codeListValidationRule !== undefined)
26
- return visitor.codeListValidationRule(value.codeListValidationRule);
27
- if (value.elementLengthValidationRule !== undefined)
28
- return visitor.elementLengthValidationRule(value.elementLengthValidationRule);
29
- if (value.elementRequirementValidationRule !== undefined)
30
- return visitor.elementRequirementValidationRule(value.elementRequirementValidationRule);
31
- return visitor._(value.$unknown[0], value.$unknown[1]);
32
- };
33
- })(X12ValidationRule || (X12ValidationRule = {}));
34
22
  export class ConflictException extends __BaseException {
35
23
  name = "ConflictException";
36
24
  $fault = "client";
@@ -399,22 +387,6 @@ export const X12Version = {
399
387
  VERSION_5010: "VERSION_5010",
400
388
  VERSION_5010_HIPAA: "VERSION_5010_HIPAA",
401
389
  };
402
- export var EdiType;
403
- (function (EdiType) {
404
- EdiType.visit = (value, visitor) => {
405
- if (value.x12Details !== undefined)
406
- return visitor.x12Details(value.x12Details);
407
- return visitor._(value.$unknown[0], value.$unknown[1]);
408
- };
409
- })(EdiType || (EdiType = {}));
410
- export var CapabilityConfiguration;
411
- (function (CapabilityConfiguration) {
412
- CapabilityConfiguration.visit = (value, visitor) => {
413
- if (value.edi !== undefined)
414
- return visitor.edi(value.edi);
415
- return visitor._(value.$unknown[0], value.$unknown[1]);
416
- };
417
- })(CapabilityConfiguration || (CapabilityConfiguration = {}));
418
390
  export const CapabilityType = {
419
391
  EDI: "edi",
420
392
  };
@@ -498,14 +470,6 @@ export const MappingType = {
498
470
  JSONATA: "JSONATA",
499
471
  XSLT: "XSLT",
500
472
  };
501
- export var TemplateDetails;
502
- (function (TemplateDetails) {
503
- TemplateDetails.visit = (value, visitor) => {
504
- if (value.x12 !== undefined)
505
- return visitor.x12(value.x12);
506
- return visitor._(value.$unknown[0], value.$unknown[1]);
507
- };
508
- })(TemplateDetails || (TemplateDetails = {}));
509
473
  export const TransformerJobStatus = {
510
474
  FAILED: "failed",
511
475
  RUNNING: "running",
@@ -535,14 +499,6 @@ export const WrapFormat = {
535
499
  ONE_LINE: "ONE_LINE",
536
500
  SEGMENT: "SEGMENT",
537
501
  };
538
- export var OutboundEdiOptions;
539
- (function (OutboundEdiOptions) {
540
- OutboundEdiOptions.visit = (value, visitor) => {
541
- if (value.x12 !== undefined)
542
- return visitor.x12(value.x12);
543
- return visitor._(value.$unknown[0], value.$unknown[1]);
544
- };
545
- })(OutboundEdiOptions || (OutboundEdiOptions = {}));
546
502
  export const Logging = {
547
503
  DISABLED: "DISABLED",
548
504
  ENABLED: "ENABLED",
@@ -551,46 +507,14 @@ export const ConversionSourceFormat = {
551
507
  JSON: "JSON",
552
508
  XML: "XML",
553
509
  };
554
- export var InputFileSource;
555
- (function (InputFileSource) {
556
- InputFileSource.visit = (value, visitor) => {
557
- if (value.fileContent !== undefined)
558
- return visitor.fileContent(value.fileContent);
559
- return visitor._(value.$unknown[0], value.$unknown[1]);
560
- };
561
- })(InputFileSource || (InputFileSource = {}));
562
510
  export const ConversionTargetFormat = {
563
511
  X12: "X12",
564
512
  };
565
- export var ConversionTargetFormatDetails;
566
- (function (ConversionTargetFormatDetails) {
567
- ConversionTargetFormatDetails.visit = (value, visitor) => {
568
- if (value.x12 !== undefined)
569
- return visitor.x12(value.x12);
570
- return visitor._(value.$unknown[0], value.$unknown[1]);
571
- };
572
- })(ConversionTargetFormatDetails || (ConversionTargetFormatDetails = {}));
573
- export var OutputSampleFileSource;
574
- (function (OutputSampleFileSource) {
575
- OutputSampleFileSource.visit = (value, visitor) => {
576
- if (value.fileLocation !== undefined)
577
- return visitor.fileLocation(value.fileLocation);
578
- return visitor._(value.$unknown[0], value.$unknown[1]);
579
- };
580
- })(OutputSampleFileSource || (OutputSampleFileSource = {}));
581
513
  export const FileFormat = {
582
514
  JSON: "JSON",
583
515
  NOT_USED: "NOT_USED",
584
516
  XML: "XML",
585
517
  };
586
- export var FormatOptions;
587
- (function (FormatOptions) {
588
- FormatOptions.visit = (value, visitor) => {
589
- if (value.x12 !== undefined)
590
- return visitor.x12(value.x12);
591
- return visitor._(value.$unknown[0], value.$unknown[1]);
592
- };
593
- })(FormatOptions || (FormatOptions = {}));
594
518
  export const FromFormat = {
595
519
  X12: "X12",
596
520
  };
@@ -153,13 +153,16 @@ export declare namespace X12ValidationRule {
153
153
  elementRequirementValidationRule?: never;
154
154
  $unknown: [string, any];
155
155
  }
156
+ /**
157
+ * @deprecated unused in schema-serde mode.
158
+ *
159
+ */
156
160
  interface Visitor<T> {
157
161
  codeListValidationRule: (value: X12CodeListValidationRule) => T;
158
162
  elementLengthValidationRule: (value: X12ElementLengthValidationRule) => T;
159
163
  elementRequirementValidationRule: (value: X12ElementRequirementValidationRule) => T;
160
164
  _: (name: string, value: any) => T;
161
165
  }
162
- const visit: <T>(value: X12ValidationRule, visitor: Visitor<T>) => T;
163
166
  }
164
167
  /**
165
168
  * <p>Contains configuration options for X12 EDI validation. This structure allows you to specify custom validation rules that will be applied during EDI document processing, including element length constraints, code list modifications, and element requirement changes. These validation options provide flexibility to accommodate trading partner-specific requirements while maintaining EDI compliance. The validation rules are applied in addition to standard X12 validation to ensure documents meet both standard and custom requirements.</p>
@@ -647,11 +650,14 @@ export declare namespace EdiType {
647
650
  x12Details?: never;
648
651
  $unknown: [string, any];
649
652
  }
653
+ /**
654
+ * @deprecated unused in schema-serde mode.
655
+ *
656
+ */
650
657
  interface Visitor<T> {
651
658
  x12Details: (value: X12Details) => T;
652
659
  _: (name: string, value: any) => T;
653
660
  }
654
- const visit: <T>(value: EdiType, visitor: Visitor<T>) => T;
655
661
  }
656
662
  /**
657
663
  * <p>Specifies the details for the EDI (electronic data interchange) transformation.</p>
@@ -708,11 +714,14 @@ export declare namespace CapabilityConfiguration {
708
714
  edi?: never;
709
715
  $unknown: [string, any];
710
716
  }
717
+ /**
718
+ * @deprecated unused in schema-serde mode.
719
+ *
720
+ */
711
721
  interface Visitor<T> {
712
722
  edi: (value: EdiConfiguration) => T;
713
723
  _: (name: string, value: any) => T;
714
724
  }
715
- const visit: <T>(value: CapabilityConfiguration, visitor: Visitor<T>) => T;
716
725
  }
717
726
  /**
718
727
  * <p>Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes. You can apply tags to capabilities, partnerships, profiles and transformers. A tag key can take more than one value. For example, to group capabilities for accounting purposes, you might create a tag called <code>Group</code> and assign the values <code>Research</code> and <code>Accounting</code> to that group.</p>
@@ -1141,11 +1150,14 @@ export declare namespace TemplateDetails {
1141
1150
  x12?: never;
1142
1151
  $unknown: [string, any];
1143
1152
  }
1153
+ /**
1154
+ * @deprecated unused in schema-serde mode.
1155
+ *
1156
+ */
1144
1157
  interface Visitor<T> {
1145
1158
  x12: (value: X12Details) => T;
1146
1159
  _: (name: string, value: any) => T;
1147
1160
  }
1148
- const visit: <T>(value: TemplateDetails, visitor: Visitor<T>) => T;
1149
1161
  }
1150
1162
  /**
1151
1163
  * @public
@@ -1583,11 +1595,14 @@ export declare namespace OutboundEdiOptions {
1583
1595
  x12?: never;
1584
1596
  $unknown: [string, any];
1585
1597
  }
1598
+ /**
1599
+ * @deprecated unused in schema-serde mode.
1600
+ *
1601
+ */
1586
1602
  interface Visitor<T> {
1587
1603
  x12: (value: X12Envelope) => T;
1588
1604
  _: (name: string, value: any) => T;
1589
1605
  }
1590
- const visit: <T>(value: OutboundEdiOptions, visitor: Visitor<T>) => T;
1591
1606
  }
1592
1607
  /**
1593
1608
  * <p>Contains the details for an Outbound EDI capability.</p>
@@ -2370,11 +2385,14 @@ export declare namespace InputFileSource {
2370
2385
  fileContent?: never;
2371
2386
  $unknown: [string, any];
2372
2387
  }
2388
+ /**
2389
+ * @deprecated unused in schema-serde mode.
2390
+ *
2391
+ */
2373
2392
  interface Visitor<T> {
2374
2393
  fileContent: (value: string) => T;
2375
2394
  _: (name: string, value: any) => T;
2376
2395
  }
2377
- const visit: <T>(value: InputFileSource, visitor: Visitor<T>) => T;
2378
2396
  }
2379
2397
  /**
2380
2398
  * <p>Describes the input for an outbound transformation. </p>
@@ -2427,11 +2445,14 @@ export declare namespace ConversionTargetFormatDetails {
2427
2445
  x12?: never;
2428
2446
  $unknown: [string, any];
2429
2447
  }
2448
+ /**
2449
+ * @deprecated unused in schema-serde mode.
2450
+ *
2451
+ */
2430
2452
  interface Visitor<T> {
2431
2453
  x12: (value: X12Details) => T;
2432
2454
  _: (name: string, value: any) => T;
2433
2455
  }
2434
- const visit: <T>(value: ConversionTargetFormatDetails, visitor: Visitor<T>) => T;
2435
2456
  }
2436
2457
  /**
2437
2458
  * <p>Container for the location of a sample file used for outbound transformations.</p>
@@ -2457,11 +2478,14 @@ export declare namespace OutputSampleFileSource {
2457
2478
  fileLocation?: never;
2458
2479
  $unknown: [string, any];
2459
2480
  }
2481
+ /**
2482
+ * @deprecated unused in schema-serde mode.
2483
+ *
2484
+ */
2460
2485
  interface Visitor<T> {
2461
2486
  fileLocation: (value: S3Location) => T;
2462
2487
  _: (name: string, value: any) => T;
2463
2488
  }
2464
- const visit: <T>(value: OutputSampleFileSource, visitor: Visitor<T>) => T;
2465
2489
  }
2466
2490
  /**
2467
2491
  * <p>Provide a sample of what the output of the transformation should look like.</p>
@@ -2632,11 +2656,14 @@ export declare namespace FormatOptions {
2632
2656
  x12?: never;
2633
2657
  $unknown: [string, any];
2634
2658
  }
2659
+ /**
2660
+ * @deprecated unused in schema-serde mode.
2661
+ *
2662
+ */
2635
2663
  interface Visitor<T> {
2636
2664
  x12: (value: X12Details) => T;
2637
2665
  _: (name: string, value: any) => T;
2638
2666
  }
2639
- const visit: <T>(value: FormatOptions, visitor: Visitor<T>) => T;
2640
2667
  }
2641
2668
  /**
2642
2669
  * @public
@@ -73,7 +73,6 @@ export declare namespace X12ValidationRule {
73
73
  ) => T;
74
74
  _: (name: string, value: any) => T;
75
75
  }
76
- const visit: <T>(value: X12ValidationRule, visitor: Visitor<T>) => T;
77
76
  }
78
77
  export interface X12ValidationOptions {
79
78
  validationRules?: X12ValidationRule[] | undefined;
@@ -473,7 +472,6 @@ export declare namespace EdiType {
473
472
  x12Details: (value: X12Details) => T;
474
473
  _: (name: string, value: any) => T;
475
474
  }
476
- const visit: <T>(value: EdiType, visitor: Visitor<T>) => T;
477
475
  }
478
476
  export interface EdiConfiguration {
479
477
  capabilityDirection?: CapabilityDirection | undefined;
@@ -498,7 +496,6 @@ export declare namespace CapabilityConfiguration {
498
496
  edi: (value: EdiConfiguration) => T;
499
497
  _: (name: string, value: any) => T;
500
498
  }
501
- const visit: <T>(value: CapabilityConfiguration, visitor: Visitor<T>) => T;
502
499
  }
503
500
  export interface Tag {
504
501
  Key: string | undefined;
@@ -638,7 +635,6 @@ export declare namespace TemplateDetails {
638
635
  x12: (value: X12Details) => T;
639
636
  _: (name: string, value: any) => T;
640
637
  }
641
- const visit: <T>(value: TemplateDetails, visitor: Visitor<T>) => T;
642
638
  }
643
639
  export interface CreateStarterMappingTemplateRequest {
644
640
  outputSampleLocation?: S3Location | undefined;
@@ -779,7 +775,6 @@ export declare namespace OutboundEdiOptions {
779
775
  x12: (value: X12Envelope) => T;
780
776
  _: (name: string, value: any) => T;
781
777
  }
782
- const visit: <T>(value: OutboundEdiOptions, visitor: Visitor<T>) => T;
783
778
  }
784
779
  export interface CapabilityOptions {
785
780
  outboundEdi?: OutboundEdiOptions | undefined;
@@ -978,7 +973,6 @@ export declare namespace InputFileSource {
978
973
  fileContent: (value: string) => T;
979
974
  _: (name: string, value: any) => T;
980
975
  }
981
- const visit: <T>(value: InputFileSource, visitor: Visitor<T>) => T;
982
976
  }
983
977
  export interface ConversionSource {
984
978
  fileFormat: ConversionSourceFormat | undefined;
@@ -1005,10 +999,6 @@ export declare namespace ConversionTargetFormatDetails {
1005
999
  x12: (value: X12Details) => T;
1006
1000
  _: (name: string, value: any) => T;
1007
1001
  }
1008
- const visit: <T>(
1009
- value: ConversionTargetFormatDetails,
1010
- visitor: Visitor<T>
1011
- ) => T;
1012
1002
  }
1013
1003
  export type OutputSampleFileSource =
1014
1004
  | OutputSampleFileSource.FileLocationMember
@@ -1026,7 +1016,6 @@ export declare namespace OutputSampleFileSource {
1026
1016
  fileLocation: (value: S3Location) => T;
1027
1017
  _: (name: string, value: any) => T;
1028
1018
  }
1029
- const visit: <T>(value: OutputSampleFileSource, visitor: Visitor<T>) => T;
1030
1019
  }
1031
1020
  export interface ConversionTarget {
1032
1021
  fileFormat: ConversionTargetFormat | undefined;
@@ -1083,7 +1072,6 @@ export declare namespace FormatOptions {
1083
1072
  x12: (value: X12Details) => T;
1084
1073
  _: (name: string, value: any) => T;
1085
1074
  }
1086
- const visit: <T>(value: FormatOptions, visitor: Visitor<T>) => T;
1087
1075
  }
1088
1076
  export declare const FromFormat: {
1089
1077
  readonly X12: "X12";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-b2bi",
3
3
  "description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
4
- "version": "3.929.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-b2bi",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/util-waiter": "^4.2.4",
59
+ "@smithy/util-waiter": "^4.2.5",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {