@aws-sdk/client-fsx 3.52.0 → 3.53.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.
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class FSxServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { FSxServiceException as __BaseException } from "./FSxServiceException";
2
3
 
3
4
  export interface ActiveDirectoryBackupAttributes {
4
5
 
@@ -19,15 +20,17 @@ export declare enum ActiveDirectoryErrorType {
19
20
  WRONG_VPC = "WRONG_VPC"
20
21
  }
21
22
 
22
- export interface ActiveDirectoryError extends __SmithyException, $MetadataBearer {
23
- name: "ActiveDirectoryError";
24
- $fault: "client";
23
+ export declare class ActiveDirectoryError extends __BaseException {
24
+ readonly name: "ActiveDirectoryError";
25
+ readonly $fault: "client";
25
26
 
26
27
  ActiveDirectoryId: string | undefined;
27
28
 
28
29
  Type?: ActiveDirectoryErrorType | string;
29
30
 
30
31
  Message?: string;
32
+
33
+ constructor(opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>);
31
34
  }
32
35
  export declare enum AdministrativeActionType {
33
36
  FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
@@ -580,25 +583,31 @@ export declare namespace AssociateFileSystemAliasesResponse {
580
583
  const filterSensitiveLog: (obj: AssociateFileSystemAliasesResponse) => any;
581
584
  }
582
585
 
583
- export interface BadRequest extends __SmithyException, $MetadataBearer {
584
- name: "BadRequest";
585
- $fault: "client";
586
+ export declare class BadRequest extends __BaseException {
587
+ readonly name: "BadRequest";
588
+ readonly $fault: "client";
586
589
 
587
590
  Message?: string;
591
+
592
+ constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
588
593
  }
589
594
 
590
- export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
591
- name: "FileSystemNotFound";
592
- $fault: "client";
595
+ export declare class FileSystemNotFound extends __BaseException {
596
+ readonly name: "FileSystemNotFound";
597
+ readonly $fault: "client";
593
598
 
594
599
  Message?: string;
600
+
601
+ constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
595
602
  }
596
603
 
597
- export interface InternalServerError extends __SmithyException, $MetadataBearer {
598
- name: "InternalServerError";
599
- $fault: "server";
604
+ export declare class InternalServerError extends __BaseException {
605
+ readonly name: "InternalServerError";
606
+ readonly $fault: "server";
600
607
 
601
608
  Message?: string;
609
+
610
+ constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
602
611
  }
603
612
  export declare enum EventType {
604
613
  CHANGED = "CHANGED",
@@ -651,32 +660,40 @@ export declare namespace CancelDataRepositoryTaskResponse {
651
660
  const filterSensitiveLog: (obj: CancelDataRepositoryTaskResponse) => any;
652
661
  }
653
662
 
654
- export interface DataRepositoryTaskEnded extends __SmithyException, $MetadataBearer {
655
- name: "DataRepositoryTaskEnded";
656
- $fault: "client";
663
+ export declare class DataRepositoryTaskEnded extends __BaseException {
664
+ readonly name: "DataRepositoryTaskEnded";
665
+ readonly $fault: "client";
657
666
 
658
667
  Message?: string;
668
+
669
+ constructor(opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>);
659
670
  }
660
671
 
661
- export interface DataRepositoryTaskNotFound extends __SmithyException, $MetadataBearer {
662
- name: "DataRepositoryTaskNotFound";
663
- $fault: "client";
672
+ export declare class DataRepositoryTaskNotFound extends __BaseException {
673
+ readonly name: "DataRepositoryTaskNotFound";
674
+ readonly $fault: "client";
664
675
 
665
676
  Message?: string;
677
+
678
+ constructor(opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>);
666
679
  }
667
680
 
668
- export interface UnsupportedOperation extends __SmithyException, $MetadataBearer {
669
- name: "UnsupportedOperation";
670
- $fault: "client";
681
+ export declare class UnsupportedOperation extends __BaseException {
682
+ readonly name: "UnsupportedOperation";
683
+ readonly $fault: "client";
671
684
 
672
685
  Message?: string;
686
+
687
+ constructor(opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>);
673
688
  }
674
689
 
675
- export interface BackupNotFound extends __SmithyException, $MetadataBearer {
676
- name: "BackupNotFound";
677
- $fault: "client";
690
+ export declare class BackupNotFound extends __BaseException {
691
+ readonly name: "BackupNotFound";
692
+ readonly $fault: "client";
678
693
 
679
694
  Message?: string;
695
+
696
+ constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
680
697
  }
681
698
  export interface CopyBackupRequest {
682
699
 
@@ -724,41 +741,51 @@ export declare enum BackupType {
724
741
  USER_INITIATED = "USER_INITIATED"
725
742
  }
726
743
 
727
- export interface IncompatibleParameterError extends __SmithyException, $MetadataBearer {
728
- name: "IncompatibleParameterError";
729
- $fault: "client";
744
+ export declare class IncompatibleParameterError extends __BaseException {
745
+ readonly name: "IncompatibleParameterError";
746
+ readonly $fault: "client";
730
747
 
731
748
  Parameter: string | undefined;
732
749
 
733
750
  Message?: string;
751
+
752
+ constructor(opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>);
734
753
  }
735
754
 
736
- export interface IncompatibleRegionForMultiAZ extends __SmithyException, $MetadataBearer {
737
- name: "IncompatibleRegionForMultiAZ";
738
- $fault: "client";
755
+ export declare class IncompatibleRegionForMultiAZ extends __BaseException {
756
+ readonly name: "IncompatibleRegionForMultiAZ";
757
+ readonly $fault: "client";
739
758
 
740
759
  Message?: string;
760
+
761
+ constructor(opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>);
741
762
  }
742
763
 
743
- export interface InvalidDestinationKmsKey extends __SmithyException, $MetadataBearer {
744
- name: "InvalidDestinationKmsKey";
745
- $fault: "client";
764
+ export declare class InvalidDestinationKmsKey extends __BaseException {
765
+ readonly name: "InvalidDestinationKmsKey";
766
+ readonly $fault: "client";
746
767
 
747
768
  Message?: string;
769
+
770
+ constructor(opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>);
748
771
  }
749
772
 
750
- export interface InvalidRegion extends __SmithyException, $MetadataBearer {
751
- name: "InvalidRegion";
752
- $fault: "client";
773
+ export declare class InvalidRegion extends __BaseException {
774
+ readonly name: "InvalidRegion";
775
+ readonly $fault: "client";
753
776
 
754
777
  Message?: string;
778
+
779
+ constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
755
780
  }
756
781
 
757
- export interface InvalidSourceKmsKey extends __SmithyException, $MetadataBearer {
758
- name: "InvalidSourceKmsKey";
759
- $fault: "client";
782
+ export declare class InvalidSourceKmsKey extends __BaseException {
783
+ readonly name: "InvalidSourceKmsKey";
784
+ readonly $fault: "client";
760
785
 
761
786
  Message?: string;
787
+
788
+ constructor(opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>);
762
789
  }
763
790
  export declare enum ServiceLimit {
764
791
  FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
@@ -772,29 +799,35 @@ export declare enum ServiceLimit {
772
799
  VOLUMES_PER_FILE_SYSTEM = "VOLUMES_PER_FILE_SYSTEM"
773
800
  }
774
801
 
775
- export interface ServiceLimitExceeded extends __SmithyException, $MetadataBearer {
776
- name: "ServiceLimitExceeded";
777
- $fault: "client";
802
+ export declare class ServiceLimitExceeded extends __BaseException {
803
+ readonly name: "ServiceLimitExceeded";
804
+ readonly $fault: "client";
778
805
 
779
806
  Limit: ServiceLimit | string | undefined;
780
807
 
781
808
  Message?: string;
809
+
810
+ constructor(opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>);
782
811
  }
783
812
 
784
- export interface SourceBackupUnavailable extends __SmithyException, $MetadataBearer {
785
- name: "SourceBackupUnavailable";
786
- $fault: "client";
813
+ export declare class SourceBackupUnavailable extends __BaseException {
814
+ readonly name: "SourceBackupUnavailable";
815
+ readonly $fault: "client";
787
816
 
788
817
  Message?: string;
789
818
 
790
819
  BackupId?: string;
820
+
821
+ constructor(opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>);
791
822
  }
792
823
 
793
- export interface BackupInProgress extends __SmithyException, $MetadataBearer {
794
- name: "BackupInProgress";
795
- $fault: "client";
824
+ export declare class BackupInProgress extends __BaseException {
825
+ readonly name: "BackupInProgress";
826
+ readonly $fault: "client";
796
827
 
797
828
  Message?: string;
829
+
830
+ constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
798
831
  }
799
832
 
800
833
  export interface CreateBackupRequest {
@@ -812,11 +845,13 @@ export declare namespace CreateBackupRequest {
812
845
  const filterSensitiveLog: (obj: CreateBackupRequest) => any;
813
846
  }
814
847
 
815
- export interface VolumeNotFound extends __SmithyException, $MetadataBearer {
816
- name: "VolumeNotFound";
817
- $fault: "client";
848
+ export declare class VolumeNotFound extends __BaseException {
849
+ readonly name: "VolumeNotFound";
850
+ readonly $fault: "client";
818
851
 
819
852
  Message?: string;
853
+
854
+ constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
820
855
  }
821
856
 
822
857
  export interface S3DataRepositoryConfiguration {
@@ -999,11 +1034,13 @@ export declare namespace CreateDataRepositoryTaskResponse {
999
1034
  const filterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
1000
1035
  }
1001
1036
 
1002
- export interface DataRepositoryTaskExecuting extends __SmithyException, $MetadataBearer {
1003
- name: "DataRepositoryTaskExecuting";
1004
- $fault: "client";
1037
+ export declare class DataRepositoryTaskExecuting extends __BaseException {
1038
+ readonly name: "DataRepositoryTaskExecuting";
1039
+ readonly $fault: "client";
1005
1040
 
1006
1041
  Message?: string;
1042
+
1043
+ constructor(opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>);
1007
1044
  }
1008
1045
 
1009
1046
  export interface LustreLogCreateConfiguration {
@@ -1213,23 +1250,27 @@ export declare namespace CreateFileSystemRequest {
1213
1250
  const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
1214
1251
  }
1215
1252
 
1216
- export interface InvalidExportPath extends __SmithyException, $MetadataBearer {
1217
- name: "InvalidExportPath";
1218
- $fault: "client";
1253
+ export declare class InvalidExportPath extends __BaseException {
1254
+ readonly name: "InvalidExportPath";
1255
+ readonly $fault: "client";
1219
1256
 
1220
1257
  Message?: string;
1258
+
1259
+ constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
1221
1260
  }
1222
1261
 
1223
- export interface InvalidImportPath extends __SmithyException, $MetadataBearer {
1224
- name: "InvalidImportPath";
1225
- $fault: "client";
1262
+ export declare class InvalidImportPath extends __BaseException {
1263
+ readonly name: "InvalidImportPath";
1264
+ readonly $fault: "client";
1226
1265
 
1227
1266
  Message?: string;
1267
+
1268
+ constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
1228
1269
  }
1229
1270
 
1230
- export interface InvalidNetworkSettings extends __SmithyException, $MetadataBearer {
1231
- name: "InvalidNetworkSettings";
1232
- $fault: "client";
1271
+ export declare class InvalidNetworkSettings extends __BaseException {
1272
+ readonly name: "InvalidNetworkSettings";
1273
+ readonly $fault: "client";
1233
1274
 
1234
1275
  Message?: string;
1235
1276
 
@@ -1238,20 +1279,26 @@ export interface InvalidNetworkSettings extends __SmithyException, $MetadataBear
1238
1279
  InvalidSecurityGroupId?: string;
1239
1280
 
1240
1281
  InvalidRouteTableId?: string;
1282
+
1283
+ constructor(opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>);
1241
1284
  }
1242
1285
 
1243
- export interface InvalidPerUnitStorageThroughput extends __SmithyException, $MetadataBearer {
1244
- name: "InvalidPerUnitStorageThroughput";
1245
- $fault: "client";
1286
+ export declare class InvalidPerUnitStorageThroughput extends __BaseException {
1287
+ readonly name: "InvalidPerUnitStorageThroughput";
1288
+ readonly $fault: "client";
1246
1289
 
1247
1290
  Message?: string;
1291
+
1292
+ constructor(opts: __ExceptionOptionType<InvalidPerUnitStorageThroughput, __BaseException>);
1248
1293
  }
1249
1294
 
1250
- export interface MissingFileSystemConfiguration extends __SmithyException, $MetadataBearer {
1251
- name: "MissingFileSystemConfiguration";
1252
- $fault: "client";
1295
+ export declare class MissingFileSystemConfiguration extends __BaseException {
1296
+ readonly name: "MissingFileSystemConfiguration";
1297
+ readonly $fault: "client";
1253
1298
 
1254
1299
  Message?: string;
1300
+
1301
+ constructor(opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>);
1255
1302
  }
1256
1303
 
1257
1304
  export interface CreateFileSystemFromBackupRequest {
@@ -1498,18 +1545,22 @@ export declare namespace CreateVolumeRequest {
1498
1545
  const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
1499
1546
  }
1500
1547
 
1501
- export interface MissingVolumeConfiguration extends __SmithyException, $MetadataBearer {
1502
- name: "MissingVolumeConfiguration";
1503
- $fault: "client";
1548
+ export declare class MissingVolumeConfiguration extends __BaseException {
1549
+ readonly name: "MissingVolumeConfiguration";
1550
+ readonly $fault: "client";
1504
1551
 
1505
1552
  Message?: string;
1553
+
1554
+ constructor(opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>);
1506
1555
  }
1507
1556
 
1508
- export interface StorageVirtualMachineNotFound extends __SmithyException, $MetadataBearer {
1509
- name: "StorageVirtualMachineNotFound";
1510
- $fault: "client";
1557
+ export declare class StorageVirtualMachineNotFound extends __BaseException {
1558
+ readonly name: "StorageVirtualMachineNotFound";
1559
+ readonly $fault: "client";
1511
1560
 
1512
1561
  Message?: string;
1562
+
1563
+ constructor(opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>);
1513
1564
  }
1514
1565
  export interface CreateVolumeFromBackupRequest {
1515
1566
 
@@ -1528,22 +1579,26 @@ export declare namespace CreateVolumeFromBackupRequest {
1528
1579
  const filterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
1529
1580
  }
1530
1581
 
1531
- export interface BackupBeingCopied extends __SmithyException, $MetadataBearer {
1532
- name: "BackupBeingCopied";
1533
- $fault: "client";
1582
+ export declare class BackupBeingCopied extends __BaseException {
1583
+ readonly name: "BackupBeingCopied";
1584
+ readonly $fault: "client";
1534
1585
 
1535
1586
  Message?: string;
1536
1587
 
1537
1588
  BackupId?: string;
1589
+
1590
+ constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
1538
1591
  }
1539
1592
 
1540
- export interface BackupRestoring extends __SmithyException, $MetadataBearer {
1541
- name: "BackupRestoring";
1542
- $fault: "client";
1593
+ export declare class BackupRestoring extends __BaseException {
1594
+ readonly name: "BackupRestoring";
1595
+ readonly $fault: "client";
1543
1596
 
1544
1597
  Message?: string;
1545
1598
 
1546
1599
  FileSystemId?: string;
1600
+
1601
+ constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
1547
1602
  }
1548
1603
 
1549
1604
  export interface DeleteBackupRequest {
@@ -1568,11 +1623,13 @@ export declare namespace DeleteBackupResponse {
1568
1623
  const filterSensitiveLog: (obj: DeleteBackupResponse) => any;
1569
1624
  }
1570
1625
 
1571
- export interface DataRepositoryAssociationNotFound extends __SmithyException, $MetadataBearer {
1572
- name: "DataRepositoryAssociationNotFound";
1573
- $fault: "client";
1626
+ export declare class DataRepositoryAssociationNotFound extends __BaseException {
1627
+ readonly name: "DataRepositoryAssociationNotFound";
1628
+ readonly $fault: "client";
1574
1629
 
1575
1630
  Message?: string;
1631
+
1632
+ constructor(opts: __ExceptionOptionType<DataRepositoryAssociationNotFound, __BaseException>);
1576
1633
  }
1577
1634
  export interface DeleteDataRepositoryAssociationRequest {
1578
1635
 
@@ -1719,11 +1776,13 @@ export declare namespace DeleteSnapshotResponse {
1719
1776
  const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
1720
1777
  }
1721
1778
 
1722
- export interface SnapshotNotFound extends __SmithyException, $MetadataBearer {
1723
- name: "SnapshotNotFound";
1724
- $fault: "client";
1779
+ export declare class SnapshotNotFound extends __BaseException {
1780
+ readonly name: "SnapshotNotFound";
1781
+ readonly $fault: "client";
1725
1782
 
1726
1783
  Message?: string;
1784
+
1785
+ constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
1727
1786
  }
1728
1787
  export interface DeleteStorageVirtualMachineRequest {
1729
1788
 
@@ -1863,11 +1922,13 @@ export declare namespace DescribeDataRepositoryAssociationsResponse {
1863
1922
  const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
1864
1923
  }
1865
1924
 
1866
- export interface InvalidDataRepositoryType extends __SmithyException, $MetadataBearer {
1867
- name: "InvalidDataRepositoryType";
1868
- $fault: "client";
1925
+ export declare class InvalidDataRepositoryType extends __BaseException {
1926
+ readonly name: "InvalidDataRepositoryType";
1927
+ readonly $fault: "client";
1869
1928
 
1870
1929
  Message?: string;
1930
+
1931
+ constructor(opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>);
1871
1932
  }
1872
1933
  export declare enum DataRepositoryTaskFilterName {
1873
1934
  DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
@@ -2091,31 +2152,37 @@ export declare namespace ListTagsForResourceResponse {
2091
2152
  const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2092
2153
  }
2093
2154
 
2094
- export interface NotServiceResourceError extends __SmithyException, $MetadataBearer {
2095
- name: "NotServiceResourceError";
2096
- $fault: "client";
2155
+ export declare class NotServiceResourceError extends __BaseException {
2156
+ readonly name: "NotServiceResourceError";
2157
+ readonly $fault: "client";
2097
2158
 
2098
2159
  ResourceARN: string | undefined;
2099
2160
 
2100
2161
  Message?: string;
2162
+
2163
+ constructor(opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>);
2101
2164
  }
2102
2165
 
2103
- export interface ResourceDoesNotSupportTagging extends __SmithyException, $MetadataBearer {
2104
- name: "ResourceDoesNotSupportTagging";
2105
- $fault: "client";
2166
+ export declare class ResourceDoesNotSupportTagging extends __BaseException {
2167
+ readonly name: "ResourceDoesNotSupportTagging";
2168
+ readonly $fault: "client";
2106
2169
 
2107
2170
  ResourceARN: string | undefined;
2108
2171
 
2109
2172
  Message?: string;
2173
+
2174
+ constructor(opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>);
2110
2175
  }
2111
2176
 
2112
- export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
2113
- name: "ResourceNotFound";
2114
- $fault: "client";
2177
+ export declare class ResourceNotFound extends __BaseException {
2178
+ readonly name: "ResourceNotFound";
2179
+ readonly $fault: "client";
2115
2180
 
2116
2181
  ResourceARN: string | undefined;
2117
2182
 
2118
2183
  Message?: string;
2184
+
2185
+ constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
2119
2186
  }
2120
2187
  export interface ReleaseFileSystemNfsV3LocksRequest {
2121
2188
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.52.0",
4
+ "version": "3.53.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",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.52.0",
22
- "@aws-sdk/config-resolver": "3.52.0",
23
- "@aws-sdk/credential-provider-node": "3.52.0",
24
- "@aws-sdk/fetch-http-handler": "3.52.0",
25
- "@aws-sdk/hash-node": "3.52.0",
26
- "@aws-sdk/invalid-dependency": "3.52.0",
27
- "@aws-sdk/middleware-content-length": "3.52.0",
28
- "@aws-sdk/middleware-host-header": "3.52.0",
29
- "@aws-sdk/middleware-logger": "3.52.0",
30
- "@aws-sdk/middleware-retry": "3.52.0",
31
- "@aws-sdk/middleware-serde": "3.52.0",
32
- "@aws-sdk/middleware-signing": "3.52.0",
33
- "@aws-sdk/middleware-stack": "3.52.0",
34
- "@aws-sdk/middleware-user-agent": "3.52.0",
35
- "@aws-sdk/node-config-provider": "3.52.0",
36
- "@aws-sdk/node-http-handler": "3.52.0",
37
- "@aws-sdk/protocol-http": "3.52.0",
38
- "@aws-sdk/smithy-client": "3.52.0",
39
- "@aws-sdk/types": "3.52.0",
40
- "@aws-sdk/url-parser": "3.52.0",
21
+ "@aws-sdk/client-sts": "3.53.0",
22
+ "@aws-sdk/config-resolver": "3.53.0",
23
+ "@aws-sdk/credential-provider-node": "3.53.0",
24
+ "@aws-sdk/fetch-http-handler": "3.53.0",
25
+ "@aws-sdk/hash-node": "3.53.0",
26
+ "@aws-sdk/invalid-dependency": "3.53.0",
27
+ "@aws-sdk/middleware-content-length": "3.53.0",
28
+ "@aws-sdk/middleware-host-header": "3.53.0",
29
+ "@aws-sdk/middleware-logger": "3.53.0",
30
+ "@aws-sdk/middleware-retry": "3.53.0",
31
+ "@aws-sdk/middleware-serde": "3.53.0",
32
+ "@aws-sdk/middleware-signing": "3.53.0",
33
+ "@aws-sdk/middleware-stack": "3.53.0",
34
+ "@aws-sdk/middleware-user-agent": "3.53.0",
35
+ "@aws-sdk/node-config-provider": "3.53.0",
36
+ "@aws-sdk/node-http-handler": "3.53.0",
37
+ "@aws-sdk/protocol-http": "3.53.0",
38
+ "@aws-sdk/smithy-client": "3.53.0",
39
+ "@aws-sdk/types": "3.53.0",
40
+ "@aws-sdk/url-parser": "3.53.0",
41
41
  "@aws-sdk/util-base64-browser": "3.52.0",
42
42
  "@aws-sdk/util-base64-node": "3.52.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.52.0",
44
44
  "@aws-sdk/util-body-length-node": "3.52.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.52.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.52.0",
47
- "@aws-sdk/util-user-agent-browser": "3.52.0",
48
- "@aws-sdk/util-user-agent-node": "3.52.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.53.0",
48
+ "@aws-sdk/util-user-agent-node": "3.53.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.52.0",
50
50
  "@aws-sdk/util-utf8-node": "3.52.0",
51
51
  "tslib": "^2.3.0",