@aws-sdk/client-fsx 3.45.0 → 3.47.2

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.
@@ -29,10 +29,6 @@ export interface ActiveDirectoryError extends __SmithyException, $MetadataBearer
29
29
 
30
30
  Message?: string;
31
31
  }
32
- export declare namespace ActiveDirectoryError {
33
-
34
- const filterSensitiveLog: (obj: ActiveDirectoryError) => any;
35
- }
36
32
  export declare enum AdministrativeActionType {
37
33
  FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
38
34
  FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
@@ -590,10 +586,6 @@ export interface BadRequest extends __SmithyException, $MetadataBearer {
590
586
 
591
587
  Message?: string;
592
588
  }
593
- export declare namespace BadRequest {
594
-
595
- const filterSensitiveLog: (obj: BadRequest) => any;
596
- }
597
589
 
598
590
  export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
599
591
  name: "FileSystemNotFound";
@@ -601,10 +593,6 @@ export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
601
593
 
602
594
  Message?: string;
603
595
  }
604
- export declare namespace FileSystemNotFound {
605
-
606
- const filterSensitiveLog: (obj: FileSystemNotFound) => any;
607
- }
608
596
 
609
597
  export interface InternalServerError extends __SmithyException, $MetadataBearer {
610
598
  name: "InternalServerError";
@@ -612,10 +600,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
612
600
 
613
601
  Message?: string;
614
602
  }
615
- export declare namespace InternalServerError {
616
-
617
- const filterSensitiveLog: (obj: InternalServerError) => any;
618
- }
619
603
  export declare enum EventType {
620
604
  CHANGED = "CHANGED",
621
605
  DELETED = "DELETED",
@@ -673,10 +657,6 @@ export interface DataRepositoryTaskEnded extends __SmithyException, $MetadataBea
673
657
 
674
658
  Message?: string;
675
659
  }
676
- export declare namespace DataRepositoryTaskEnded {
677
-
678
- const filterSensitiveLog: (obj: DataRepositoryTaskEnded) => any;
679
- }
680
660
 
681
661
  export interface DataRepositoryTaskNotFound extends __SmithyException, $MetadataBearer {
682
662
  name: "DataRepositoryTaskNotFound";
@@ -684,10 +664,6 @@ export interface DataRepositoryTaskNotFound extends __SmithyException, $Metadata
684
664
 
685
665
  Message?: string;
686
666
  }
687
- export declare namespace DataRepositoryTaskNotFound {
688
-
689
- const filterSensitiveLog: (obj: DataRepositoryTaskNotFound) => any;
690
- }
691
667
 
692
668
  export interface UnsupportedOperation extends __SmithyException, $MetadataBearer {
693
669
  name: "UnsupportedOperation";
@@ -695,10 +671,6 @@ export interface UnsupportedOperation extends __SmithyException, $MetadataBearer
695
671
 
696
672
  Message?: string;
697
673
  }
698
- export declare namespace UnsupportedOperation {
699
-
700
- const filterSensitiveLog: (obj: UnsupportedOperation) => any;
701
- }
702
674
 
703
675
  export interface BackupNotFound extends __SmithyException, $MetadataBearer {
704
676
  name: "BackupNotFound";
@@ -706,10 +678,6 @@ export interface BackupNotFound extends __SmithyException, $MetadataBearer {
706
678
 
707
679
  Message?: string;
708
680
  }
709
- export declare namespace BackupNotFound {
710
-
711
- const filterSensitiveLog: (obj: BackupNotFound) => any;
712
- }
713
681
  export interface CopyBackupRequest {
714
682
 
715
683
  ClientRequestToken?: string;
@@ -764,10 +732,6 @@ export interface IncompatibleParameterError extends __SmithyException, $Metadata
764
732
 
765
733
  Message?: string;
766
734
  }
767
- export declare namespace IncompatibleParameterError {
768
-
769
- const filterSensitiveLog: (obj: IncompatibleParameterError) => any;
770
- }
771
735
 
772
736
  export interface IncompatibleRegionForMultiAZ extends __SmithyException, $MetadataBearer {
773
737
  name: "IncompatibleRegionForMultiAZ";
@@ -775,10 +739,6 @@ export interface IncompatibleRegionForMultiAZ extends __SmithyException, $Metada
775
739
 
776
740
  Message?: string;
777
741
  }
778
- export declare namespace IncompatibleRegionForMultiAZ {
779
-
780
- const filterSensitiveLog: (obj: IncompatibleRegionForMultiAZ) => any;
781
- }
782
742
 
783
743
  export interface InvalidDestinationKmsKey extends __SmithyException, $MetadataBearer {
784
744
  name: "InvalidDestinationKmsKey";
@@ -786,10 +746,6 @@ export interface InvalidDestinationKmsKey extends __SmithyException, $MetadataBe
786
746
 
787
747
  Message?: string;
788
748
  }
789
- export declare namespace InvalidDestinationKmsKey {
790
-
791
- const filterSensitiveLog: (obj: InvalidDestinationKmsKey) => any;
792
- }
793
749
 
794
750
  export interface InvalidRegion extends __SmithyException, $MetadataBearer {
795
751
  name: "InvalidRegion";
@@ -797,10 +753,6 @@ export interface InvalidRegion extends __SmithyException, $MetadataBearer {
797
753
 
798
754
  Message?: string;
799
755
  }
800
- export declare namespace InvalidRegion {
801
-
802
- const filterSensitiveLog: (obj: InvalidRegion) => any;
803
- }
804
756
 
805
757
  export interface InvalidSourceKmsKey extends __SmithyException, $MetadataBearer {
806
758
  name: "InvalidSourceKmsKey";
@@ -808,10 +760,6 @@ export interface InvalidSourceKmsKey extends __SmithyException, $MetadataBearer
808
760
 
809
761
  Message?: string;
810
762
  }
811
- export declare namespace InvalidSourceKmsKey {
812
-
813
- const filterSensitiveLog: (obj: InvalidSourceKmsKey) => any;
814
- }
815
763
  export declare enum ServiceLimit {
816
764
  FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
817
765
  STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
@@ -832,10 +780,6 @@ export interface ServiceLimitExceeded extends __SmithyException, $MetadataBearer
832
780
 
833
781
  Message?: string;
834
782
  }
835
- export declare namespace ServiceLimitExceeded {
836
-
837
- const filterSensitiveLog: (obj: ServiceLimitExceeded) => any;
838
- }
839
783
 
840
784
  export interface SourceBackupUnavailable extends __SmithyException, $MetadataBearer {
841
785
  name: "SourceBackupUnavailable";
@@ -845,10 +789,6 @@ export interface SourceBackupUnavailable extends __SmithyException, $MetadataBea
845
789
 
846
790
  BackupId?: string;
847
791
  }
848
- export declare namespace SourceBackupUnavailable {
849
-
850
- const filterSensitiveLog: (obj: SourceBackupUnavailable) => any;
851
- }
852
792
 
853
793
  export interface BackupInProgress extends __SmithyException, $MetadataBearer {
854
794
  name: "BackupInProgress";
@@ -856,10 +796,6 @@ export interface BackupInProgress extends __SmithyException, $MetadataBearer {
856
796
 
857
797
  Message?: string;
858
798
  }
859
- export declare namespace BackupInProgress {
860
-
861
- const filterSensitiveLog: (obj: BackupInProgress) => any;
862
- }
863
799
 
864
800
  export interface CreateBackupRequest {
865
801
 
@@ -882,10 +818,6 @@ export interface VolumeNotFound extends __SmithyException, $MetadataBearer {
882
818
 
883
819
  Message?: string;
884
820
  }
885
- export declare namespace VolumeNotFound {
886
-
887
- const filterSensitiveLog: (obj: VolumeNotFound) => any;
888
- }
889
821
 
890
822
  export interface S3DataRepositoryConfiguration {
891
823
 
@@ -1073,10 +1005,6 @@ export interface DataRepositoryTaskExecuting extends __SmithyException, $Metadat
1073
1005
 
1074
1006
  Message?: string;
1075
1007
  }
1076
- export declare namespace DataRepositoryTaskExecuting {
1077
-
1078
- const filterSensitiveLog: (obj: DataRepositoryTaskExecuting) => any;
1079
- }
1080
1008
 
1081
1009
  export interface LustreLogCreateConfiguration {
1082
1010
 
@@ -1291,10 +1219,6 @@ export interface InvalidExportPath extends __SmithyException, $MetadataBearer {
1291
1219
 
1292
1220
  Message?: string;
1293
1221
  }
1294
- export declare namespace InvalidExportPath {
1295
-
1296
- const filterSensitiveLog: (obj: InvalidExportPath) => any;
1297
- }
1298
1222
 
1299
1223
  export interface InvalidImportPath extends __SmithyException, $MetadataBearer {
1300
1224
  name: "InvalidImportPath";
@@ -1302,10 +1226,6 @@ export interface InvalidImportPath extends __SmithyException, $MetadataBearer {
1302
1226
 
1303
1227
  Message?: string;
1304
1228
  }
1305
- export declare namespace InvalidImportPath {
1306
-
1307
- const filterSensitiveLog: (obj: InvalidImportPath) => any;
1308
- }
1309
1229
 
1310
1230
  export interface InvalidNetworkSettings extends __SmithyException, $MetadataBearer {
1311
1231
  name: "InvalidNetworkSettings";
@@ -1319,10 +1239,6 @@ export interface InvalidNetworkSettings extends __SmithyException, $MetadataBear
1319
1239
 
1320
1240
  InvalidRouteTableId?: string;
1321
1241
  }
1322
- export declare namespace InvalidNetworkSettings {
1323
-
1324
- const filterSensitiveLog: (obj: InvalidNetworkSettings) => any;
1325
- }
1326
1242
 
1327
1243
  export interface InvalidPerUnitStorageThroughput extends __SmithyException, $MetadataBearer {
1328
1244
  name: "InvalidPerUnitStorageThroughput";
@@ -1330,10 +1246,6 @@ export interface InvalidPerUnitStorageThroughput extends __SmithyException, $Met
1330
1246
 
1331
1247
  Message?: string;
1332
1248
  }
1333
- export declare namespace InvalidPerUnitStorageThroughput {
1334
-
1335
- const filterSensitiveLog: (obj: InvalidPerUnitStorageThroughput) => any;
1336
- }
1337
1249
 
1338
1250
  export interface MissingFileSystemConfiguration extends __SmithyException, $MetadataBearer {
1339
1251
  name: "MissingFileSystemConfiguration";
@@ -1341,10 +1253,6 @@ export interface MissingFileSystemConfiguration extends __SmithyException, $Meta
1341
1253
 
1342
1254
  Message?: string;
1343
1255
  }
1344
- export declare namespace MissingFileSystemConfiguration {
1345
-
1346
- const filterSensitiveLog: (obj: MissingFileSystemConfiguration) => any;
1347
- }
1348
1256
 
1349
1257
  export interface CreateFileSystemFromBackupRequest {
1350
1258
 
@@ -1596,10 +1504,6 @@ export interface MissingVolumeConfiguration extends __SmithyException, $Metadata
1596
1504
 
1597
1505
  Message?: string;
1598
1506
  }
1599
- export declare namespace MissingVolumeConfiguration {
1600
-
1601
- const filterSensitiveLog: (obj: MissingVolumeConfiguration) => any;
1602
- }
1603
1507
 
1604
1508
  export interface StorageVirtualMachineNotFound extends __SmithyException, $MetadataBearer {
1605
1509
  name: "StorageVirtualMachineNotFound";
@@ -1607,10 +1511,6 @@ export interface StorageVirtualMachineNotFound extends __SmithyException, $Metad
1607
1511
 
1608
1512
  Message?: string;
1609
1513
  }
1610
- export declare namespace StorageVirtualMachineNotFound {
1611
-
1612
- const filterSensitiveLog: (obj: StorageVirtualMachineNotFound) => any;
1613
- }
1614
1514
  export interface CreateVolumeFromBackupRequest {
1615
1515
 
1616
1516
  BackupId: string | undefined;
@@ -1636,10 +1536,6 @@ export interface BackupBeingCopied extends __SmithyException, $MetadataBearer {
1636
1536
 
1637
1537
  BackupId?: string;
1638
1538
  }
1639
- export declare namespace BackupBeingCopied {
1640
-
1641
- const filterSensitiveLog: (obj: BackupBeingCopied) => any;
1642
- }
1643
1539
 
1644
1540
  export interface BackupRestoring extends __SmithyException, $MetadataBearer {
1645
1541
  name: "BackupRestoring";
@@ -1649,10 +1545,6 @@ export interface BackupRestoring extends __SmithyException, $MetadataBearer {
1649
1545
 
1650
1546
  FileSystemId?: string;
1651
1547
  }
1652
- export declare namespace BackupRestoring {
1653
-
1654
- const filterSensitiveLog: (obj: BackupRestoring) => any;
1655
- }
1656
1548
 
1657
1549
  export interface DeleteBackupRequest {
1658
1550
 
@@ -1682,10 +1574,6 @@ export interface DataRepositoryAssociationNotFound extends __SmithyException, $M
1682
1574
 
1683
1575
  Message?: string;
1684
1576
  }
1685
- export declare namespace DataRepositoryAssociationNotFound {
1686
-
1687
- const filterSensitiveLog: (obj: DataRepositoryAssociationNotFound) => any;
1688
- }
1689
1577
  export interface DeleteDataRepositoryAssociationRequest {
1690
1578
 
1691
1579
  AssociationId: string | undefined;
@@ -1837,10 +1725,6 @@ export interface SnapshotNotFound extends __SmithyException, $MetadataBearer {
1837
1725
 
1838
1726
  Message?: string;
1839
1727
  }
1840
- export declare namespace SnapshotNotFound {
1841
-
1842
- const filterSensitiveLog: (obj: SnapshotNotFound) => any;
1843
- }
1844
1728
  export interface DeleteStorageVirtualMachineRequest {
1845
1729
 
1846
1730
  ClientRequestToken?: string;
@@ -1985,10 +1869,6 @@ export interface InvalidDataRepositoryType extends __SmithyException, $MetadataB
1985
1869
 
1986
1870
  Message?: string;
1987
1871
  }
1988
- export declare namespace InvalidDataRepositoryType {
1989
-
1990
- const filterSensitiveLog: (obj: InvalidDataRepositoryType) => any;
1991
- }
1992
1872
  export declare enum DataRepositoryTaskFilterName {
1993
1873
  DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
1994
1874
  FILE_SYSTEM_ID = "file-system-id",
@@ -2219,10 +2099,6 @@ export interface NotServiceResourceError extends __SmithyException, $MetadataBea
2219
2099
 
2220
2100
  Message?: string;
2221
2101
  }
2222
- export declare namespace NotServiceResourceError {
2223
-
2224
- const filterSensitiveLog: (obj: NotServiceResourceError) => any;
2225
- }
2226
2102
 
2227
2103
  export interface ResourceDoesNotSupportTagging extends __SmithyException, $MetadataBearer {
2228
2104
  name: "ResourceDoesNotSupportTagging";
@@ -2232,10 +2108,6 @@ export interface ResourceDoesNotSupportTagging extends __SmithyException, $Metad
2232
2108
 
2233
2109
  Message?: string;
2234
2110
  }
2235
- export declare namespace ResourceDoesNotSupportTagging {
2236
-
2237
- const filterSensitiveLog: (obj: ResourceDoesNotSupportTagging) => any;
2238
- }
2239
2111
 
2240
2112
  export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
2241
2113
  name: "ResourceNotFound";
@@ -2245,10 +2117,6 @@ export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
2245
2117
 
2246
2118
  Message?: string;
2247
2119
  }
2248
- export declare namespace ResourceNotFound {
2249
-
2250
- const filterSensitiveLog: (obj: ResourceNotFound) => any;
2251
- }
2252
2120
  export interface ReleaseFileSystemNfsV3LocksRequest {
2253
2121
 
2254
2122
  FileSystemId: string | undefined;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { FSxClientConfig } from "./FSxClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: FSxClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { FSxClientConfig } from "./FSxClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: FSxClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,18 +1,15 @@
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.45.0",
4
+ "version": "3.47.2",
5
5
  "scripts": {
6
- "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
8
- "build:docs": "yarn clean:docs && typedoc ./",
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
- "clean": "yarn clean:dist && yarn clean:docs",
12
- "clean:dist": "rimraf ./dist",
13
- "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
- "test": "exit 0"
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "rimraf ./dist-*"
16
13
  },
17
14
  "main": "./dist-cjs/index.js",
18
15
  "types": "./dist-types/index.d.ts",
@@ -21,50 +18,46 @@
21
18
  "dependencies": {
22
19
  "@aws-crypto/sha256-browser": "2.0.0",
23
20
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.45.0",
25
- "@aws-sdk/config-resolver": "3.45.0",
26
- "@aws-sdk/credential-provider-node": "3.45.0",
27
- "@aws-sdk/fetch-http-handler": "3.40.0",
28
- "@aws-sdk/hash-node": "3.40.0",
29
- "@aws-sdk/invalid-dependency": "3.40.0",
30
- "@aws-sdk/middleware-content-length": "3.40.0",
31
- "@aws-sdk/middleware-host-header": "3.40.0",
32
- "@aws-sdk/middleware-logger": "3.40.0",
33
- "@aws-sdk/middleware-retry": "3.40.0",
34
- "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.45.0",
36
- "@aws-sdk/middleware-stack": "3.40.0",
37
- "@aws-sdk/middleware-user-agent": "3.40.0",
38
- "@aws-sdk/node-config-provider": "3.40.0",
39
- "@aws-sdk/node-http-handler": "3.40.0",
40
- "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.41.0",
42
- "@aws-sdk/types": "3.40.0",
43
- "@aws-sdk/url-parser": "3.40.0",
44
- "@aws-sdk/util-base64-browser": "3.37.0",
45
- "@aws-sdk/util-base64-node": "3.37.0",
46
- "@aws-sdk/util-body-length-browser": "3.37.0",
47
- "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.40.0",
49
- "@aws-sdk/util-user-agent-node": "3.40.0",
50
- "@aws-sdk/util-utf8-browser": "3.37.0",
51
- "@aws-sdk/util-utf8-node": "3.37.0",
21
+ "@aws-sdk/client-sts": "3.47.2",
22
+ "@aws-sdk/config-resolver": "3.47.2",
23
+ "@aws-sdk/credential-provider-node": "3.47.2",
24
+ "@aws-sdk/fetch-http-handler": "3.47.2",
25
+ "@aws-sdk/hash-node": "3.47.2",
26
+ "@aws-sdk/invalid-dependency": "3.47.2",
27
+ "@aws-sdk/middleware-content-length": "3.47.2",
28
+ "@aws-sdk/middleware-host-header": "3.47.2",
29
+ "@aws-sdk/middleware-logger": "3.47.2",
30
+ "@aws-sdk/middleware-retry": "3.47.2",
31
+ "@aws-sdk/middleware-serde": "3.47.2",
32
+ "@aws-sdk/middleware-signing": "3.47.2",
33
+ "@aws-sdk/middleware-stack": "3.47.2",
34
+ "@aws-sdk/middleware-user-agent": "3.47.2",
35
+ "@aws-sdk/node-config-provider": "3.47.2",
36
+ "@aws-sdk/node-http-handler": "3.47.2",
37
+ "@aws-sdk/protocol-http": "3.47.2",
38
+ "@aws-sdk/smithy-client": "3.47.2",
39
+ "@aws-sdk/types": "3.47.1",
40
+ "@aws-sdk/url-parser": "3.47.2",
41
+ "@aws-sdk/util-base64-browser": "3.47.1",
42
+ "@aws-sdk/util-base64-node": "3.47.2",
43
+ "@aws-sdk/util-body-length-browser": "3.47.1",
44
+ "@aws-sdk/util-body-length-node": "3.47.1",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.47.2",
46
+ "@aws-sdk/util-defaults-mode-node": "3.47.2",
47
+ "@aws-sdk/util-user-agent-browser": "3.47.2",
48
+ "@aws-sdk/util-user-agent-node": "3.47.2",
49
+ "@aws-sdk/util-utf8-browser": "3.47.1",
50
+ "@aws-sdk/util-utf8-node": "3.47.2",
52
51
  "tslib": "^2.3.0",
53
52
  "uuid": "^8.3.2"
54
53
  },
55
54
  "devDependencies": {
56
- "@aws-sdk/service-client-documentation-generator": "3.38.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.47.1",
57
56
  "@types/node": "^12.7.5",
58
- "@types/uuid": "^8.3.0",
59
- "downlevel-dts": "0.7.0",
60
- "jest": "^26.1.0",
61
- "rimraf": "^3.0.0",
62
- "ts-jest": "^26.4.1",
63
- "typedoc": "^0.19.2",
64
- "typescript": "~4.3.5"
57
+ "@types/uuid": "^8.3.0"
65
58
  },
66
59
  "engines": {
67
- "node": ">=10.0.0"
60
+ "node": ">=12.0.0"
68
61
  },
69
62
  "typesVersions": {
70
63
  "<4.0": {