@aws-sdk/client-elastic-beanstalk 3.427.0 → 3.429.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.
@@ -415,7 +415,7 @@ export interface SourceBuildInformation {
415
415
  * </li>
416
416
  * </ul>
417
417
  */
418
- SourceType: SourceType | string | undefined;
418
+ SourceType: SourceType | undefined;
419
419
  /**
420
420
  * @public
421
421
  * <p>Location where the repository is stored.</p>
@@ -432,7 +432,7 @@ export interface SourceBuildInformation {
432
432
  * </li>
433
433
  * </ul>
434
434
  */
435
- SourceRepository: SourceRepository | string | undefined;
435
+ SourceRepository: SourceRepository | undefined;
436
436
  /**
437
437
  * @public
438
438
  * <p>The location of the source code, as a formatted string, depending on the value of <code>SourceRepository</code>
@@ -569,7 +569,7 @@ export interface ApplicationVersionDescription {
569
569
  * </li>
570
570
  * </ul>
571
571
  */
572
- Status?: ApplicationVersionStatus | string;
572
+ Status?: ApplicationVersionStatus;
573
573
  }
574
574
  /**
575
575
  * @public
@@ -641,7 +641,7 @@ export interface ApplyEnvironmentManagedActionResult {
641
641
  * @public
642
642
  * <p>The type of managed action.</p>
643
643
  */
644
- ActionType?: ActionType | string;
644
+ ActionType?: ActionType;
645
645
  /**
646
646
  * @public
647
647
  * <p>The status of the managed action.</p>
@@ -1043,7 +1043,7 @@ export interface EnvironmentDescription {
1043
1043
  * </li>
1044
1044
  * </ul>
1045
1045
  */
1046
- Status?: EnvironmentStatus | string;
1046
+ Status?: EnvironmentStatus;
1047
1047
  /**
1048
1048
  * @public
1049
1049
  * <p>Indicates if there is an in-progress environment configuration update or application
@@ -1083,14 +1083,14 @@ export interface EnvironmentDescription {
1083
1083
  * <p> Default: <code>Grey</code>
1084
1084
  * </p>
1085
1085
  */
1086
- Health?: EnvironmentHealth | string;
1086
+ Health?: EnvironmentHealth;
1087
1087
  /**
1088
1088
  * @public
1089
1089
  * <p>Returns the health status of the application running in your environment. For more
1090
1090
  * information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and
1091
1091
  * Statuses</a>.</p>
1092
1092
  */
1093
- HealthStatus?: EnvironmentHealthStatus | string;
1093
+ HealthStatus?: EnvironmentHealthStatus;
1094
1094
  /**
1095
1095
  * @public
1096
1096
  * <p>The description of the AWS resources used by this environment.</p>
@@ -1270,7 +1270,7 @@ export interface BuildConfiguration {
1270
1270
  * </li>
1271
1271
  * </ul>
1272
1272
  */
1273
- ComputeType?: ComputeType | string;
1273
+ ComputeType?: ComputeType;
1274
1274
  /**
1275
1275
  * @public
1276
1276
  * <p>The ID of the Docker image to use for this build project.</p>
@@ -1504,7 +1504,7 @@ export interface ConfigurationSettingsDescription {
1504
1504
  * </li>
1505
1505
  * </ul>
1506
1506
  */
1507
- DeploymentStatus?: ConfigurationDeploymentStatus | string;
1507
+ DeploymentStatus?: ConfigurationDeploymentStatus;
1508
1508
  /**
1509
1509
  * @public
1510
1510
  * <p>The date (in UTC time) when this configuration set was created.</p>
@@ -1867,7 +1867,7 @@ export interface PlatformSummary {
1867
1867
  * <p>The status of the platform version. You can create an environment from the platform
1868
1868
  * version once it is ready.</p>
1869
1869
  */
1870
- PlatformStatus?: PlatformStatus | string;
1870
+ PlatformStatus?: PlatformStatus;
1871
1871
  /**
1872
1872
  * @public
1873
1873
  * <p>The category of platform version.</p>
@@ -2322,7 +2322,7 @@ export interface ConfigurationOptionDescription {
2322
2322
  * </li>
2323
2323
  * </ul>
2324
2324
  */
2325
- ValueType?: ConfigurationOptionValueType | string;
2325
+ ValueType?: ConfigurationOptionValueType;
2326
2326
  /**
2327
2327
  * @public
2328
2328
  * <p>If specified, values for the configuration option are selected from this
@@ -2498,7 +2498,7 @@ export interface DescribeEnvironmentHealthRequest {
2498
2498
  * <code>All</code>. If no attribute names are specified, returns the name of the
2499
2499
  * environment.</p>
2500
2500
  */
2501
- AttributeNames?: (EnvironmentHealthAttribute | string)[];
2501
+ AttributeNames?: EnvironmentHealthAttribute[];
2502
2502
  }
2503
2503
  /**
2504
2504
  * @public
@@ -2583,7 +2583,7 @@ export interface DescribeEnvironmentHealthResult {
2583
2583
  * <p>The environment's operational status. <code>Ready</code>, <code>Launching</code>,
2584
2584
  * <code>Updating</code>, <code>Terminating</code>, or <code>Terminated</code>.</p>
2585
2585
  */
2586
- Status?: EnvironmentHealth | string;
2586
+ Status?: EnvironmentHealth;
2587
2587
  /**
2588
2588
  * @public
2589
2589
  * <p>The <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">health color</a> of the
@@ -2682,7 +2682,7 @@ export interface ManagedActionHistoryItem {
2682
2682
  * @public
2683
2683
  * <p>The type of the managed action.</p>
2684
2684
  */
2685
- ActionType?: ActionType | string;
2685
+ ActionType?: ActionType;
2686
2686
  /**
2687
2687
  * @public
2688
2688
  * <p>A description of the managed action.</p>
@@ -2692,12 +2692,12 @@ export interface ManagedActionHistoryItem {
2692
2692
  * @public
2693
2693
  * <p>If the action failed, the type of failure.</p>
2694
2694
  */
2695
- FailureType?: FailureType | string;
2695
+ FailureType?: FailureType;
2696
2696
  /**
2697
2697
  * @public
2698
2698
  * <p>The status of the action.</p>
2699
2699
  */
2700
- Status?: ActionHistoryStatus | string;
2700
+ Status?: ActionHistoryStatus;
2701
2701
  /**
2702
2702
  * @public
2703
2703
  * <p>If the action failed, a description of the failure.</p>
@@ -2750,7 +2750,7 @@ export interface DescribeEnvironmentManagedActionsRequest {
2750
2750
  * @public
2751
2751
  * <p>To show only actions with a particular status, specify a status.</p>
2752
2752
  */
2753
- Status?: ActionStatus | string;
2753
+ Status?: ActionStatus;
2754
2754
  }
2755
2755
  /**
2756
2756
  * @public
@@ -2771,13 +2771,13 @@ export interface ManagedAction {
2771
2771
  * @public
2772
2772
  * <p>The type of managed action.</p>
2773
2773
  */
2774
- ActionType?: ActionType | string;
2774
+ ActionType?: ActionType;
2775
2775
  /**
2776
2776
  * @public
2777
2777
  * <p>The status of the managed action. If the action is <code>Scheduled</code>, you can
2778
2778
  * apply it immediately with <a>ApplyEnvironmentManagedAction</a>.</p>
2779
2779
  */
2780
- Status?: ActionStatus | string;
2780
+ Status?: ActionStatus;
2781
2781
  /**
2782
2782
  * @public
2783
2783
  * <p>The start time of the maintenance window in which the managed action will
@@ -3075,7 +3075,7 @@ export interface DescribeEventsMessage {
3075
3075
  * <p>If specified, limits the events returned from this call to include only those with the
3076
3076
  * specified severity or higher.</p>
3077
3077
  */
3078
- Severity?: EventSeverity | string;
3078
+ Severity?: EventSeverity;
3079
3079
  /**
3080
3080
  * @public
3081
3081
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
@@ -3149,7 +3149,7 @@ export interface EventDescription {
3149
3149
  * @public
3150
3150
  * <p>The severity level of this event.</p>
3151
3151
  */
3152
- Severity?: EventSeverity | string;
3152
+ Severity?: EventSeverity;
3153
3153
  }
3154
3154
  /**
3155
3155
  * @public
@@ -3210,7 +3210,7 @@ export interface DescribeInstancesHealthRequest {
3210
3210
  * <code>All</code>. If no attribute names are specified, returns a list of
3211
3211
  * instances.</p>
3212
3212
  */
3213
- AttributeNames?: (InstancesHealthAttribute | string)[];
3213
+ AttributeNames?: InstancesHealthAttribute[];
3214
3214
  /**
3215
3215
  * @public
3216
3216
  * <p>Specify the pagination token returned by a previous call.</p>
@@ -3514,7 +3514,7 @@ export interface PlatformDescription {
3514
3514
  * @public
3515
3515
  * <p>The status of the platform version.</p>
3516
3516
  */
3517
- PlatformStatus?: PlatformStatus | string;
3517
+ PlatformStatus?: PlatformStatus;
3518
3518
  /**
3519
3519
  * @public
3520
3520
  * <p>The date when the platform version was created.</p>
@@ -4037,7 +4037,7 @@ export interface RequestEnvironmentInfoMessage {
4037
4037
  * @public
4038
4038
  * <p>The type of information to request.</p>
4039
4039
  */
4040
- InfoType: EnvironmentInfoType | string | undefined;
4040
+ InfoType: EnvironmentInfoType | undefined;
4041
4041
  }
4042
4042
  /**
4043
4043
  * @public
@@ -4089,7 +4089,7 @@ export interface RetrieveEnvironmentInfoMessage {
4089
4089
  * @public
4090
4090
  * <p>The type of information to retrieve.</p>
4091
4091
  */
4092
- InfoType: EnvironmentInfoType | string | undefined;
4092
+ InfoType: EnvironmentInfoType | undefined;
4093
4093
  }
4094
4094
  /**
4095
4095
  * @public
@@ -4100,7 +4100,7 @@ export interface EnvironmentInfoDescription {
4100
4100
  * @public
4101
4101
  * <p>The type of information retrieved.</p>
4102
4102
  */
4103
- InfoType?: EnvironmentInfoType | string;
4103
+ InfoType?: EnvironmentInfoType;
4104
4104
  /**
4105
4105
  * @public
4106
4106
  * <p>The Amazon EC2 Instance ID for this information.</p>
@@ -4492,7 +4492,7 @@ export interface ValidationMessage {
4492
4492
  * </li>
4493
4493
  * </ul>
4494
4494
  */
4495
- Severity?: ValidationSeverity | string;
4495
+ Severity?: ValidationSeverity;
4496
4496
  /**
4497
4497
  * @public
4498
4498
  * <p>The namespace to which the option belongs.</p>
@@ -106,8 +106,8 @@ export declare const SourceType: {
106
106
  };
107
107
  export type SourceType = (typeof SourceType)[keyof typeof SourceType];
108
108
  export interface SourceBuildInformation {
109
- SourceType: SourceType | string | undefined;
110
- SourceRepository: SourceRepository | string | undefined;
109
+ SourceType: SourceType | undefined;
110
+ SourceRepository: SourceRepository | undefined;
111
111
  SourceLocation: string | undefined;
112
112
  }
113
113
  export interface S3Location {
@@ -133,7 +133,7 @@ export interface ApplicationVersionDescription {
133
133
  SourceBundle?: S3Location;
134
134
  DateCreated?: Date;
135
135
  DateUpdated?: Date;
136
- Status?: ApplicationVersionStatus | string;
136
+ Status?: ApplicationVersionStatus;
137
137
  }
138
138
  export interface ApplicationVersionDescriptionMessage {
139
139
  ApplicationVersion?: ApplicationVersionDescription;
@@ -150,7 +150,7 @@ export interface ApplyEnvironmentManagedActionRequest {
150
150
  export interface ApplyEnvironmentManagedActionResult {
151
151
  ActionId?: string;
152
152
  ActionDescription?: string;
153
- ActionType?: ActionType | string;
153
+ ActionType?: ActionType;
154
154
  Status?: string;
155
155
  }
156
156
  export declare class ElasticBeanstalkServiceException extends __BaseException {
@@ -263,10 +263,10 @@ export interface EnvironmentDescription {
263
263
  CNAME?: string;
264
264
  DateCreated?: Date;
265
265
  DateUpdated?: Date;
266
- Status?: EnvironmentStatus | string;
266
+ Status?: EnvironmentStatus;
267
267
  AbortableOperationInProgress?: boolean;
268
- Health?: EnvironmentHealth | string;
269
- HealthStatus?: EnvironmentHealthStatus | string;
268
+ Health?: EnvironmentHealth;
269
+ HealthStatus?: EnvironmentHealthStatus;
270
270
  Resources?: EnvironmentResourcesDescription;
271
271
  Tier?: EnvironmentTier;
272
272
  EnvironmentLinks?: EnvironmentLink[];
@@ -320,7 +320,7 @@ export type ComputeType = (typeof ComputeType)[keyof typeof ComputeType];
320
320
  export interface BuildConfiguration {
321
321
  ArtifactName?: string;
322
322
  CodeBuildServiceRole: string | undefined;
323
- ComputeType?: ComputeType | string;
323
+ ComputeType?: ComputeType;
324
324
  Image: string | undefined;
325
325
  TimeoutInMinutes?: number;
326
326
  }
@@ -375,7 +375,7 @@ export interface ConfigurationSettingsDescription {
375
375
  TemplateName?: string;
376
376
  Description?: string;
377
377
  EnvironmentName?: string;
378
- DeploymentStatus?: ConfigurationDeploymentStatus | string;
378
+ DeploymentStatus?: ConfigurationDeploymentStatus;
379
379
  DateCreated?: Date;
380
380
  DateUpdated?: Date;
381
381
  OptionSettings?: ConfigurationOptionSetting[];
@@ -456,7 +456,7 @@ export type PlatformStatus =
456
456
  export interface PlatformSummary {
457
457
  PlatformArn?: string;
458
458
  PlatformOwner?: string;
459
- PlatformStatus?: PlatformStatus | string;
459
+ PlatformStatus?: PlatformStatus;
460
460
  PlatformCategory?: string;
461
461
  OperatingSystemName?: string;
462
462
  OperatingSystemVersion?: string;
@@ -576,7 +576,7 @@ export interface ConfigurationOptionDescription {
576
576
  DefaultValue?: string;
577
577
  ChangeSeverity?: string;
578
578
  UserDefined?: boolean;
579
- ValueType?: ConfigurationOptionValueType | string;
579
+ ValueType?: ConfigurationOptionValueType;
580
580
  ValueOptions?: string[];
581
581
  MinValue?: number;
582
582
  MaxValue?: number;
@@ -619,7 +619,7 @@ export type EnvironmentHealthAttribute =
619
619
  export interface DescribeEnvironmentHealthRequest {
620
620
  EnvironmentName?: string;
621
621
  EnvironmentId?: string;
622
- AttributeNames?: (EnvironmentHealthAttribute | string)[];
622
+ AttributeNames?: EnvironmentHealthAttribute[];
623
623
  }
624
624
  export interface InstanceHealthSummary {
625
625
  NoData?: number;
@@ -634,7 +634,7 @@ export interface InstanceHealthSummary {
634
634
  export interface DescribeEnvironmentHealthResult {
635
635
  EnvironmentName?: string;
636
636
  HealthStatus?: string;
637
- Status?: EnvironmentHealth | string;
637
+ Status?: EnvironmentHealth;
638
638
  Color?: string;
639
639
  Causes?: string[];
640
640
  ApplicationMetrics?: ApplicationMetrics;
@@ -666,10 +666,10 @@ export declare const FailureType: {
666
666
  export type FailureType = (typeof FailureType)[keyof typeof FailureType];
667
667
  export interface ManagedActionHistoryItem {
668
668
  ActionId?: string;
669
- ActionType?: ActionType | string;
669
+ ActionType?: ActionType;
670
670
  ActionDescription?: string;
671
- FailureType?: FailureType | string;
672
- Status?: ActionHistoryStatus | string;
671
+ FailureType?: FailureType;
672
+ Status?: ActionHistoryStatus;
673
673
  FailureDescription?: string;
674
674
  ExecutedTime?: Date;
675
675
  FinishedTime?: Date;
@@ -681,13 +681,13 @@ export interface DescribeEnvironmentManagedActionHistoryResult {
681
681
  export interface DescribeEnvironmentManagedActionsRequest {
682
682
  EnvironmentName?: string;
683
683
  EnvironmentId?: string;
684
- Status?: ActionStatus | string;
684
+ Status?: ActionStatus;
685
685
  }
686
686
  export interface ManagedAction {
687
687
  ActionId?: string;
688
688
  ActionDescription?: string;
689
- ActionType?: ActionType | string;
690
- Status?: ActionStatus | string;
689
+ ActionType?: ActionType;
690
+ Status?: ActionStatus;
691
691
  WindowStartTime?: Date;
692
692
  }
693
693
  export interface DescribeEnvironmentManagedActionsResult {
@@ -756,7 +756,7 @@ export interface DescribeEventsMessage {
756
756
  EnvironmentName?: string;
757
757
  PlatformArn?: string;
758
758
  RequestId?: string;
759
- Severity?: EventSeverity | string;
759
+ Severity?: EventSeverity;
760
760
  StartTime?: Date;
761
761
  EndTime?: Date;
762
762
  MaxRecords?: number;
@@ -771,7 +771,7 @@ export interface EventDescription {
771
771
  EnvironmentName?: string;
772
772
  PlatformArn?: string;
773
773
  RequestId?: string;
774
- Severity?: EventSeverity | string;
774
+ Severity?: EventSeverity;
775
775
  }
776
776
  export interface EventDescriptionsMessage {
777
777
  Events?: EventDescription[];
@@ -795,7 +795,7 @@ export type InstancesHealthAttribute =
795
795
  export interface DescribeInstancesHealthRequest {
796
796
  EnvironmentName?: string;
797
797
  EnvironmentId?: string;
798
- AttributeNames?: (InstancesHealthAttribute | string)[];
798
+ AttributeNames?: InstancesHealthAttribute[];
799
799
  NextToken?: string;
800
800
  }
801
801
  export interface Deployment {
@@ -856,7 +856,7 @@ export interface PlatformDescription {
856
856
  PlatformName?: string;
857
857
  PlatformVersion?: string;
858
858
  SolutionStackName?: string;
859
- PlatformStatus?: PlatformStatus | string;
859
+ PlatformStatus?: PlatformStatus;
860
860
  DateCreated?: Date;
861
861
  DateUpdated?: Date;
862
862
  PlatformCategory?: string;
@@ -955,7 +955,7 @@ export type EnvironmentInfoType =
955
955
  export interface RequestEnvironmentInfoMessage {
956
956
  EnvironmentId?: string;
957
957
  EnvironmentName?: string;
958
- InfoType: EnvironmentInfoType | string | undefined;
958
+ InfoType: EnvironmentInfoType | undefined;
959
959
  }
960
960
  export interface RestartAppServerMessage {
961
961
  EnvironmentId?: string;
@@ -964,10 +964,10 @@ export interface RestartAppServerMessage {
964
964
  export interface RetrieveEnvironmentInfoMessage {
965
965
  EnvironmentId?: string;
966
966
  EnvironmentName?: string;
967
- InfoType: EnvironmentInfoType | string | undefined;
967
+ InfoType: EnvironmentInfoType | undefined;
968
968
  }
969
969
  export interface EnvironmentInfoDescription {
970
- InfoType?: EnvironmentInfoType | string;
970
+ InfoType?: EnvironmentInfoType;
971
971
  Ec2InstanceId?: string;
972
972
  SampleTimestamp?: Date;
973
973
  Message?: string;
@@ -1041,7 +1041,7 @@ export type ValidationSeverity =
1041
1041
  (typeof ValidationSeverity)[keyof typeof ValidationSeverity];
1042
1042
  export interface ValidationMessage {
1043
1043
  Message?: string;
1044
- Severity?: ValidationSeverity | string;
1044
+ Severity?: ValidationSeverity;
1045
1045
  Namespace?: string;
1046
1046
  OptionName?: string;
1047
1047
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
3
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.427.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
- "@smithy/util-waiter": "^2.0.10",
58
+ "@smithy/util-waiter": "^2.0.11",
59
59
  "fast-xml-parser": "4.2.5",
60
60
  "tslib": "^2.5.0"
61
61
  },