@aws-sdk/client-ecr 3.428.0 → 3.430.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.
@@ -47,7 +47,7 @@ export interface LayerFailure {
47
47
  * @public
48
48
  * <p>The failure code associated with the failure.</p>
49
49
  */
50
- failureCode?: LayerFailureCode | string;
50
+ failureCode?: LayerFailureCode;
51
51
  /**
52
52
  * @public
53
53
  * <p>The reason for the failure.</p>
@@ -80,7 +80,7 @@ export interface Layer {
80
80
  * @public
81
81
  * <p>The availability status of the image layer.</p>
82
82
  */
83
- layerAvailability?: LayerAvailability | string;
83
+ layerAvailability?: LayerAvailability;
84
84
  /**
85
85
  * @public
86
86
  * <p>The size, in bytes, of the image layer.</p>
@@ -220,7 +220,7 @@ export interface ImageFailure {
220
220
  * @public
221
221
  * <p>The code associated with the failure.</p>
222
222
  */
223
- failureCode?: ImageFailureCode | string;
223
+ failureCode?: ImageFailureCode;
224
224
  /**
225
225
  * @public
226
226
  * <p>The reason for the failure.</p>
@@ -356,7 +356,7 @@ export interface RepositoryScanningConfigurationFailure {
356
356
  * @public
357
357
  * <p>The failure code.</p>
358
358
  */
359
- failureCode?: ScanningConfigurationFailureCode | string;
359
+ failureCode?: ScanningConfigurationFailureCode;
360
360
  /**
361
361
  * @public
362
362
  * <p>The reason for the failure.</p>
@@ -390,7 +390,7 @@ export interface ScanningRepositoryFilter {
390
390
  * @public
391
391
  * <p>The type associated with the filter.</p>
392
392
  */
393
- filterType: ScanningRepositoryFilterType | string | undefined;
393
+ filterType: ScanningRepositoryFilterType | undefined;
394
394
  }
395
395
  /**
396
396
  * @public
@@ -429,7 +429,7 @@ export interface RepositoryScanningConfiguration {
429
429
  * @public
430
430
  * <p>The scan frequency for the repository.</p>
431
431
  */
432
- scanFrequency?: ScanFrequency | string;
432
+ scanFrequency?: ScanFrequency;
433
433
  /**
434
434
  * @public
435
435
  * <p>The scan filters applied to the repository.</p>
@@ -723,7 +723,7 @@ export interface EncryptionConfiguration {
723
723
  * server-side encryption with Amazon S3-managed encryption keys (SSE-S3)</a> in the
724
724
  * <i>Amazon Simple Storage Service Console Developer Guide</i>.</p>
725
725
  */
726
- encryptionType: EncryptionType | string | undefined;
726
+ encryptionType: EncryptionType | undefined;
727
727
  /**
728
728
  * @public
729
729
  * <p>If you use the <code>KMS</code> encryption type, specify the KMS key to use for
@@ -812,7 +812,7 @@ export interface CreateRepositoryRequest {
812
812
  * overwritten. If <code>IMMUTABLE</code> is specified, all image tags within the
813
813
  * repository will be immutable which will prevent them from being overwritten.</p>
814
814
  */
815
- imageTagMutability?: ImageTagMutability | string;
815
+ imageTagMutability?: ImageTagMutability;
816
816
  /**
817
817
  * @public
818
818
  * <p>The image scanning configuration for the repository. This determines whether images
@@ -863,7 +863,7 @@ export interface Repository {
863
863
  * @public
864
864
  * <p>The tag mutability setting for the repository.</p>
865
865
  */
866
- imageTagMutability?: ImageTagMutability | string;
866
+ imageTagMutability?: ImageTagMutability;
867
867
  /**
868
868
  * @public
869
869
  * <p>The image scanning configuration for a repository.</p>
@@ -1211,7 +1211,7 @@ export interface ImageReplicationStatus {
1211
1211
  * @public
1212
1212
  * <p>The image replication status.</p>
1213
1213
  */
1214
- status?: ReplicationStatus | string;
1214
+ status?: ReplicationStatus;
1215
1215
  /**
1216
1216
  * @public
1217
1217
  * <p>The failure code for a replication that has failed.</p>
@@ -1275,7 +1275,7 @@ export interface DescribeImagesFilter {
1275
1275
  * can filter results based on whether they are <code>TAGGED</code> or
1276
1276
  * <code>UNTAGGED</code>.</p>
1277
1277
  */
1278
- tagStatus?: TagStatus | string;
1278
+ tagStatus?: TagStatus;
1279
1279
  }
1280
1280
  /**
1281
1281
  * @public
@@ -1362,7 +1362,7 @@ export interface ImageScanFindingsSummary {
1362
1362
  * @public
1363
1363
  * <p>The image vulnerability counts, sorted by severity.</p>
1364
1364
  */
1365
- findingSeverityCounts?: Record<string, number>;
1365
+ findingSeverityCounts?: Record<FindingSeverity, number>;
1366
1366
  }
1367
1367
  /**
1368
1368
  * @public
@@ -1391,7 +1391,7 @@ export interface ImageScanStatus {
1391
1391
  * @public
1392
1392
  * <p>The current state of an image scan.</p>
1393
1393
  */
1394
- status?: ScanStatus | string;
1394
+ status?: ScanStatus;
1395
1395
  /**
1396
1396
  * @public
1397
1397
  * <p>The description of the image scan status.</p>
@@ -1962,7 +1962,7 @@ export interface ImageScanFinding {
1962
1962
  * @public
1963
1963
  * <p>The finding severity.</p>
1964
1964
  */
1965
- severity?: FindingSeverity | string;
1965
+ severity?: FindingSeverity;
1966
1966
  /**
1967
1967
  * @public
1968
1968
  * <p>A collection of attributes of the host from which the finding is generated.</p>
@@ -1988,7 +1988,7 @@ export interface ImageScanFindings {
1988
1988
  * @public
1989
1989
  * <p>The image vulnerability counts, sorted by severity.</p>
1990
1990
  */
1991
- findingSeverityCounts?: Record<string, number>;
1991
+ findingSeverityCounts?: Record<FindingSeverity, number>;
1992
1992
  /**
1993
1993
  * @public
1994
1994
  * <p>The findings from the image scan.</p>
@@ -2193,7 +2193,7 @@ export interface RepositoryFilter {
2193
2193
  * which is a repository name prefix specified with the <code>filter</code>
2194
2194
  * parameter.</p>
2195
2195
  */
2196
- filterType: RepositoryFilterType | string | undefined;
2196
+ filterType: RepositoryFilterType | undefined;
2197
2197
  }
2198
2198
  /**
2199
2199
  * @public
@@ -2469,7 +2469,7 @@ export interface LifecyclePolicyPreviewFilter {
2469
2469
  * @public
2470
2470
  * <p>The tag status of the image.</p>
2471
2471
  */
2472
- tagStatus?: TagStatus | string;
2472
+ tagStatus?: TagStatus;
2473
2473
  }
2474
2474
  /**
2475
2475
  * @public
@@ -2553,7 +2553,7 @@ export interface LifecyclePolicyRuleAction {
2553
2553
  * @public
2554
2554
  * <p>The type of action to be taken.</p>
2555
2555
  */
2556
- type?: ImageActionType | string;
2556
+ type?: ImageActionType;
2557
2557
  }
2558
2558
  /**
2559
2559
  * @public
@@ -2635,7 +2635,7 @@ export interface GetLifecyclePolicyPreviewResponse {
2635
2635
  * @public
2636
2636
  * <p>The status of the lifecycle policy preview request.</p>
2637
2637
  */
2638
- status?: LifecyclePolicyPreviewStatus | string;
2638
+ status?: LifecyclePolicyPreviewStatus;
2639
2639
  /**
2640
2640
  * @public
2641
2641
  * <p>The <code>nextToken</code> value to include in a future
@@ -2707,7 +2707,7 @@ export interface RegistryScanningRule {
2707
2707
  * frequency is supported. If scan on push is not specified, then the <code>MANUAL</code>
2708
2708
  * scan frequency is set by default.</p>
2709
2709
  */
2710
- scanFrequency: ScanFrequency | string | undefined;
2710
+ scanFrequency: ScanFrequency | undefined;
2711
2711
  /**
2712
2712
  * @public
2713
2713
  * <p>The repository filters associated with the scanning configuration for a private
@@ -2736,7 +2736,7 @@ export interface RegistryScanningConfiguration {
2736
2736
  * @public
2737
2737
  * <p>The type of scanning configured for the registry.</p>
2738
2738
  */
2739
- scanType?: ScanType | string;
2739
+ scanType?: ScanType;
2740
2740
  /**
2741
2741
  * @public
2742
2742
  * <p>The scanning rules associated with the registry.</p>
@@ -2837,7 +2837,7 @@ export interface ListImagesFilter {
2837
2837
  * filter results based on whether they are <code>TAGGED</code> or
2838
2838
  * <code>UNTAGGED</code>.</p>
2839
2839
  */
2840
- tagStatus?: TagStatus | string;
2840
+ tagStatus?: TagStatus;
2841
2841
  }
2842
2842
  /**
2843
2843
  * @public
@@ -3094,7 +3094,7 @@ export interface PutImageTagMutabilityRequest {
3094
3094
  * within the repository will be immutable which will prevent them from being
3095
3095
  * overwritten.</p>
3096
3096
  */
3097
- imageTagMutability: ImageTagMutability | string | undefined;
3097
+ imageTagMutability: ImageTagMutability | undefined;
3098
3098
  }
3099
3099
  /**
3100
3100
  * @public
@@ -3114,7 +3114,7 @@ export interface PutImageTagMutabilityResponse {
3114
3114
  * @public
3115
3115
  * <p>The image tag mutability setting for the repository.</p>
3116
3116
  */
3117
- imageTagMutability?: ImageTagMutability | string;
3117
+ imageTagMutability?: ImageTagMutability;
3118
3118
  }
3119
3119
  /**
3120
3120
  * @public
@@ -3202,7 +3202,7 @@ export interface PutRegistryScanningConfigurationRequest {
3202
3202
  * you may specify filters to determine which individual repositories, or all repositories,
3203
3203
  * are scanned.</p>
3204
3204
  */
3205
- scanType?: ScanType | string;
3205
+ scanType?: ScanType;
3206
3206
  /**
3207
3207
  * @public
3208
3208
  * <p>The scanning rules to use for the registry. A scanning rule is used to determine which
@@ -3406,7 +3406,7 @@ export interface StartLifecyclePolicyPreviewResponse {
3406
3406
  * @public
3407
3407
  * <p>The status of the lifecycle policy preview request.</p>
3408
3408
  */
3409
- status?: LifecyclePolicyPreviewStatus | string;
3409
+ status?: LifecyclePolicyPreviewStatus;
3410
3410
  }
3411
3411
  /**
3412
3412
  * @public
@@ -13,7 +13,7 @@ export type LayerFailureCode =
13
13
  (typeof LayerFailureCode)[keyof typeof LayerFailureCode];
14
14
  export interface LayerFailure {
15
15
  layerDigest?: string;
16
- failureCode?: LayerFailureCode | string;
16
+ failureCode?: LayerFailureCode;
17
17
  failureReason?: string;
18
18
  }
19
19
  export declare const LayerAvailability: {
@@ -24,7 +24,7 @@ export type LayerAvailability =
24
24
  (typeof LayerAvailability)[keyof typeof LayerAvailability];
25
25
  export interface Layer {
26
26
  layerDigest?: string;
27
- layerAvailability?: LayerAvailability | string;
27
+ layerAvailability?: LayerAvailability;
28
28
  layerSize?: number;
29
29
  mediaType?: string;
30
30
  }
@@ -73,7 +73,7 @@ export type ImageFailureCode =
73
73
  (typeof ImageFailureCode)[keyof typeof ImageFailureCode];
74
74
  export interface ImageFailure {
75
75
  imageId?: ImageIdentifier;
76
- failureCode?: ImageFailureCode | string;
76
+ failureCode?: ImageFailureCode;
77
77
  failureReason?: string;
78
78
  }
79
79
  export interface BatchDeleteImageResponse {
@@ -107,7 +107,7 @@ export type ScanningConfigurationFailureCode =
107
107
  (typeof ScanningConfigurationFailureCode)[keyof typeof ScanningConfigurationFailureCode];
108
108
  export interface RepositoryScanningConfigurationFailure {
109
109
  repositoryName?: string;
110
- failureCode?: ScanningConfigurationFailureCode | string;
110
+ failureCode?: ScanningConfigurationFailureCode;
111
111
  failureReason?: string;
112
112
  }
113
113
  export declare const ScanningRepositoryFilterType: {
@@ -117,7 +117,7 @@ export type ScanningRepositoryFilterType =
117
117
  (typeof ScanningRepositoryFilterType)[keyof typeof ScanningRepositoryFilterType];
118
118
  export interface ScanningRepositoryFilter {
119
119
  filter: string | undefined;
120
- filterType: ScanningRepositoryFilterType | string | undefined;
120
+ filterType: ScanningRepositoryFilterType | undefined;
121
121
  }
122
122
  export declare const ScanFrequency: {
123
123
  readonly CONTINUOUS_SCAN: "CONTINUOUS_SCAN";
@@ -129,7 +129,7 @@ export interface RepositoryScanningConfiguration {
129
129
  repositoryArn?: string;
130
130
  repositoryName?: string;
131
131
  scanOnPush?: boolean;
132
- scanFrequency?: ScanFrequency | string;
132
+ scanFrequency?: ScanFrequency;
133
133
  appliedScanFilters?: ScanningRepositoryFilter[];
134
134
  }
135
135
  export interface BatchGetRepositoryScanningConfigurationResponse {
@@ -241,7 +241,7 @@ export declare const EncryptionType: {
241
241
  export type EncryptionType =
242
242
  (typeof EncryptionType)[keyof typeof EncryptionType];
243
243
  export interface EncryptionConfiguration {
244
- encryptionType: EncryptionType | string | undefined;
244
+ encryptionType: EncryptionType | undefined;
245
245
  kmsKey?: string;
246
246
  }
247
247
  export interface ImageScanningConfiguration {
@@ -261,7 +261,7 @@ export interface CreateRepositoryRequest {
261
261
  registryId?: string;
262
262
  repositoryName: string | undefined;
263
263
  tags?: Tag[];
264
- imageTagMutability?: ImageTagMutability | string;
264
+ imageTagMutability?: ImageTagMutability;
265
265
  imageScanningConfiguration?: ImageScanningConfiguration;
266
266
  encryptionConfiguration?: EncryptionConfiguration;
267
267
  }
@@ -271,7 +271,7 @@ export interface Repository {
271
271
  repositoryName?: string;
272
272
  repositoryUri?: string;
273
273
  createdAt?: Date;
274
- imageTagMutability?: ImageTagMutability | string;
274
+ imageTagMutability?: ImageTagMutability;
275
275
  imageScanningConfiguration?: ImageScanningConfiguration;
276
276
  encryptionConfiguration?: EncryptionConfiguration;
277
277
  }
@@ -406,7 +406,7 @@ export type ReplicationStatus =
406
406
  export interface ImageReplicationStatus {
407
407
  region?: string;
408
408
  registryId?: string;
409
- status?: ReplicationStatus | string;
409
+ status?: ReplicationStatus;
410
410
  failureCode?: string;
411
411
  }
412
412
  export interface DescribeImageReplicationStatusResponse {
@@ -428,7 +428,7 @@ export declare const TagStatus: {
428
428
  };
429
429
  export type TagStatus = (typeof TagStatus)[keyof typeof TagStatus];
430
430
  export interface DescribeImagesFilter {
431
- tagStatus?: TagStatus | string;
431
+ tagStatus?: TagStatus;
432
432
  }
433
433
  export interface DescribeImagesRequest {
434
434
  registryId?: string;
@@ -451,7 +451,7 @@ export type FindingSeverity =
451
451
  export interface ImageScanFindingsSummary {
452
452
  imageScanCompletedAt?: Date;
453
453
  vulnerabilitySourceUpdatedAt?: Date;
454
- findingSeverityCounts?: Record<string, number>;
454
+ findingSeverityCounts?: Record<FindingSeverity, number>;
455
455
  }
456
456
  export declare const ScanStatus: {
457
457
  readonly ACTIVE: "ACTIVE";
@@ -465,7 +465,7 @@ export declare const ScanStatus: {
465
465
  };
466
466
  export type ScanStatus = (typeof ScanStatus)[keyof typeof ScanStatus];
467
467
  export interface ImageScanStatus {
468
- status?: ScanStatus | string;
468
+ status?: ScanStatus;
469
469
  description?: string;
470
470
  }
471
471
  export interface ImageDetail {
@@ -585,13 +585,13 @@ export interface ImageScanFinding {
585
585
  name?: string;
586
586
  description?: string;
587
587
  uri?: string;
588
- severity?: FindingSeverity | string;
588
+ severity?: FindingSeverity;
589
589
  attributes?: Attribute[];
590
590
  }
591
591
  export interface ImageScanFindings {
592
592
  imageScanCompletedAt?: Date;
593
593
  vulnerabilitySourceUpdatedAt?: Date;
594
- findingSeverityCounts?: Record<string, number>;
594
+ findingSeverityCounts?: Record<FindingSeverity, number>;
595
595
  findings?: ImageScanFinding[];
596
596
  enhancedFindings?: EnhancedImageScanFinding[];
597
597
  }
@@ -638,7 +638,7 @@ export type RepositoryFilterType =
638
638
  (typeof RepositoryFilterType)[keyof typeof RepositoryFilterType];
639
639
  export interface RepositoryFilter {
640
640
  filter: string | undefined;
641
- filterType: RepositoryFilterType | string | undefined;
641
+ filterType: RepositoryFilterType | undefined;
642
642
  }
643
643
  export interface ReplicationRule {
644
644
  destinations: ReplicationDestination[] | undefined;
@@ -706,7 +706,7 @@ export interface GetLifecyclePolicyResponse {
706
706
  lastEvaluatedAt?: Date;
707
707
  }
708
708
  export interface LifecyclePolicyPreviewFilter {
709
- tagStatus?: TagStatus | string;
709
+ tagStatus?: TagStatus;
710
710
  }
711
711
  export interface GetLifecyclePolicyPreviewRequest {
712
712
  registryId?: string;
@@ -722,7 +722,7 @@ export declare const ImageActionType: {
722
722
  export type ImageActionType =
723
723
  (typeof ImageActionType)[keyof typeof ImageActionType];
724
724
  export interface LifecyclePolicyRuleAction {
725
- type?: ImageActionType | string;
725
+ type?: ImageActionType;
726
726
  }
727
727
  export interface LifecyclePolicyPreviewResult {
728
728
  imageTags?: string[];
@@ -746,7 +746,7 @@ export interface GetLifecyclePolicyPreviewResponse {
746
746
  registryId?: string;
747
747
  repositoryName?: string;
748
748
  lifecyclePolicyText?: string;
749
- status?: LifecyclePolicyPreviewStatus | string;
749
+ status?: LifecyclePolicyPreviewStatus;
750
750
  nextToken?: string;
751
751
  previewResults?: LifecyclePolicyPreviewResult[];
752
752
  summary?: LifecyclePolicyPreviewSummary;
@@ -768,7 +768,7 @@ export interface GetRegistryPolicyResponse {
768
768
  }
769
769
  export interface GetRegistryScanningConfigurationRequest {}
770
770
  export interface RegistryScanningRule {
771
- scanFrequency: ScanFrequency | string | undefined;
771
+ scanFrequency: ScanFrequency | undefined;
772
772
  repositoryFilters: ScanningRepositoryFilter[] | undefined;
773
773
  }
774
774
  export declare const ScanType: {
@@ -777,7 +777,7 @@ export declare const ScanType: {
777
777
  };
778
778
  export type ScanType = (typeof ScanType)[keyof typeof ScanType];
779
779
  export interface RegistryScanningConfiguration {
780
- scanType?: ScanType | string;
780
+ scanType?: ScanType;
781
781
  rules?: RegistryScanningRule[];
782
782
  }
783
783
  export interface GetRegistryScanningConfigurationResponse {
@@ -802,7 +802,7 @@ export interface InitiateLayerUploadResponse {
802
802
  partSize?: number;
803
803
  }
804
804
  export interface ListImagesFilter {
805
- tagStatus?: TagStatus | string;
805
+ tagStatus?: TagStatus;
806
806
  }
807
807
  export interface ListImagesRequest {
808
808
  registryId?: string;
@@ -879,12 +879,12 @@ export interface PutImageScanningConfigurationResponse {
879
879
  export interface PutImageTagMutabilityRequest {
880
880
  registryId?: string;
881
881
  repositoryName: string | undefined;
882
- imageTagMutability: ImageTagMutability | string | undefined;
882
+ imageTagMutability: ImageTagMutability | undefined;
883
883
  }
884
884
  export interface PutImageTagMutabilityResponse {
885
885
  registryId?: string;
886
886
  repositoryName?: string;
887
- imageTagMutability?: ImageTagMutability | string;
887
+ imageTagMutability?: ImageTagMutability;
888
888
  }
889
889
  export interface PutLifecyclePolicyRequest {
890
890
  registryId?: string;
@@ -904,7 +904,7 @@ export interface PutRegistryPolicyResponse {
904
904
  policyText?: string;
905
905
  }
906
906
  export interface PutRegistryScanningConfigurationRequest {
907
- scanType?: ScanType | string;
907
+ scanType?: ScanType;
908
908
  rules?: RegistryScanningRule[];
909
909
  }
910
910
  export interface PutRegistryScanningConfigurationResponse {
@@ -964,7 +964,7 @@ export interface StartLifecyclePolicyPreviewResponse {
964
964
  registryId?: string;
965
965
  repositoryName?: string;
966
966
  lifecyclePolicyText?: string;
967
- status?: LifecyclePolicyPreviewStatus | string;
967
+ status?: LifecyclePolicyPreviewStatus;
968
968
  }
969
969
  export interface TagResourceRequest {
970
970
  resourceArn: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecr",
3
3
  "description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.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,28 +21,28 @@
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.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
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",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "@smithy/util-waiter": "^2.0.11",