@aws-sdk/client-fsx 3.48.0 → 3.52.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/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-fsx
9
+
10
+
11
+
12
+
13
+
14
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-fsx
17
+
18
+
19
+
20
+
21
+
22
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-fsx
25
+
26
+
27
+
28
+
29
+
30
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
31
+
32
+
33
+ ### Features
34
+
35
+ * **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
36
+
37
+
38
+
39
+
40
+
6
41
  # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
7
42
 
8
43
  **Note:** Version bump only for package @aws-sdk/client-fsx
@@ -4824,6 +4824,10 @@ const serializeAws_json1_1UpdateFileSystemOntapConfiguration = (input, context)
4824
4824
  input.DailyAutomaticBackupStartTime !== null && {
4825
4825
  DailyAutomaticBackupStartTime: input.DailyAutomaticBackupStartTime,
4826
4826
  }),
4827
+ ...(input.DiskIopsConfiguration !== undefined &&
4828
+ input.DiskIopsConfiguration !== null && {
4829
+ DiskIopsConfiguration: serializeAws_json1_1DiskIopsConfiguration(input.DiskIopsConfiguration, context),
4830
+ }),
4827
4831
  ...(input.FsxAdminPassword !== undefined &&
4828
4832
  input.FsxAdminPassword !== null && { FsxAdminPassword: input.FsxAdminPassword }),
4829
4833
  ...(input.WeeklyMaintenanceStartTime !== undefined &&
@@ -4787,12 +4787,15 @@ var serializeAws_json1_1UpdateFileSystemLustreConfiguration = function (input, c
4787
4787
  input.WeeklyMaintenanceStartTime !== null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }));
4788
4788
  };
4789
4789
  var serializeAws_json1_1UpdateFileSystemOntapConfiguration = function (input, context) {
4790
- return __assign(__assign(__assign(__assign({}, (input.AutomaticBackupRetentionDays !== undefined &&
4790
+ return __assign(__assign(__assign(__assign(__assign({}, (input.AutomaticBackupRetentionDays !== undefined &&
4791
4791
  input.AutomaticBackupRetentionDays !== null && {
4792
4792
  AutomaticBackupRetentionDays: input.AutomaticBackupRetentionDays,
4793
4793
  })), (input.DailyAutomaticBackupStartTime !== undefined &&
4794
4794
  input.DailyAutomaticBackupStartTime !== null && {
4795
4795
  DailyAutomaticBackupStartTime: input.DailyAutomaticBackupStartTime,
4796
+ })), (input.DiskIopsConfiguration !== undefined &&
4797
+ input.DiskIopsConfiguration !== null && {
4798
+ DiskIopsConfiguration: serializeAws_json1_1DiskIopsConfiguration(input.DiskIopsConfiguration, context),
4796
4799
  })), (input.FsxAdminPassword !== undefined &&
4797
4800
  input.FsxAdminPassword !== null && { FsxAdminPassword: input.FsxAdminPassword })), (input.WeeklyMaintenanceStartTime !== undefined &&
4798
4801
  input.WeeklyMaintenanceStartTime !== null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }));
@@ -207,6 +207,9 @@ export declare class FSx extends FSxClient {
207
207
  * <p>Amazon FSx for NetApp ONTAP</p>
208
208
  * </li>
209
209
  * <li>
210
+ * <p>Amazon FSx for OpenZFS</p>
211
+ * </li>
212
+ * <li>
210
213
  * <p>Amazon FSx for Windows File Server</p>
211
214
  * </li>
212
215
  * </ul>
@@ -718,7 +721,7 @@ export declare class FSx extends FSxClient {
718
721
  * </p>
719
722
  * </li>
720
723
  * </ul>
721
- * <p>For FSx for Lustre file systems, you can update the following
724
+ * <p>For Amazon FSx for Lustre file systems, you can update the following
722
725
  * properties:</p>
723
726
  * <ul>
724
727
  * <li>
@@ -752,7 +755,7 @@ export declare class FSx extends FSxClient {
752
755
  * </p>
753
756
  * </li>
754
757
  * </ul>
755
- * <p>For FSx for ONTAP file systems, you can update the following
758
+ * <p>For Amazon FSx for NetApp ONTAP file systems, you can update the following
756
759
  * properties:</p>
757
760
  * <ul>
758
761
  * <li>
@@ -767,11 +770,21 @@ export declare class FSx extends FSxClient {
767
770
  * </li>
768
771
  * <li>
769
772
  * <p>
773
+ * <code>DiskIopsConfiguration</code>
774
+ * </p>
775
+ * </li>
776
+ * <li>
777
+ * <p>
770
778
  * <code>FsxAdminPassword</code>
771
779
  * </p>
772
780
  * </li>
773
781
  * <li>
774
782
  * <p>
783
+ * <code>StorageCapacity</code>
784
+ * </p>
785
+ * </li>
786
+ * <li>
787
+ * <p>
775
788
  * <code>WeeklyMaintenanceStartTime</code>
776
789
  * </p>
777
790
  * </li>
@@ -801,11 +814,6 @@ export declare class FSx extends FSxClient {
801
814
  * </li>
802
815
  * <li>
803
816
  * <p>
804
- * <code>DiskIopsConfiguration</code>
805
- * </p>
806
- * </li>
807
- * <li>
808
- * <p>
809
817
  * <code>ThroughputCapacity</code>
810
818
  * </p>
811
819
  * </li>
@@ -17,6 +17,9 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
17
17
  * <p>Amazon FSx for NetApp ONTAP</p>
18
18
  * </li>
19
19
  * <li>
20
+ * <p>Amazon FSx for OpenZFS</p>
21
+ * </li>
22
+ * <li>
20
23
  * <p>Amazon FSx for Windows File Server</p>
21
24
  * </li>
22
25
  * </ul>
@@ -48,7 +48,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
48
48
  * </p>
49
49
  * </li>
50
50
  * </ul>
51
- * <p>For FSx for Lustre file systems, you can update the following
51
+ * <p>For Amazon FSx for Lustre file systems, you can update the following
52
52
  * properties:</p>
53
53
  * <ul>
54
54
  * <li>
@@ -82,7 +82,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
82
82
  * </p>
83
83
  * </li>
84
84
  * </ul>
85
- * <p>For FSx for ONTAP file systems, you can update the following
85
+ * <p>For Amazon FSx for NetApp ONTAP file systems, you can update the following
86
86
  * properties:</p>
87
87
  * <ul>
88
88
  * <li>
@@ -97,11 +97,21 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
97
97
  * </li>
98
98
  * <li>
99
99
  * <p>
100
+ * <code>DiskIopsConfiguration</code>
101
+ * </p>
102
+ * </li>
103
+ * <li>
104
+ * <p>
100
105
  * <code>FsxAdminPassword</code>
101
106
  * </p>
102
107
  * </li>
103
108
  * <li>
104
109
  * <p>
110
+ * <code>StorageCapacity</code>
111
+ * </p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
105
115
  * <code>WeeklyMaintenanceStartTime</code>
106
116
  * </p>
107
117
  * </li>
@@ -131,11 +141,6 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
131
141
  * </li>
132
142
  * <li>
133
143
  * <p>
134
- * <code>DiskIopsConfiguration</code>
135
- * </p>
136
- * </li>
137
- * <li>
138
- * <p>
139
144
  * <code>ThroughputCapacity</code>
140
145
  * </p>
141
146
  * </li>
@@ -1063,6 +1063,31 @@ export declare enum TieringPolicyName {
1063
1063
  * <p>Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent
1064
1064
  * tiering automatically transitions a volume's data between the file system's primary storage and capacity
1065
1065
  * pool storage based on your access patterns.</p>
1066
+ * <p>Valid tiering policies are the following:</p>
1067
+ * <ul>
1068
+ * <li>
1069
+ * <p>
1070
+ * <code>SNAPSHOT_ONLY</code> - (Default value) moves cold snapshots to the capacity pool storage tier.</p>
1071
+ * </li>
1072
+ * </ul>
1073
+ * <ul>
1074
+ * <li>
1075
+ * <p>
1076
+ * <code>AUTO</code> - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.</p>
1077
+ * </li>
1078
+ * </ul>
1079
+ * <ul>
1080
+ * <li>
1081
+ * <p>
1082
+ * <code>ALL</code> - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.</p>
1083
+ * </li>
1084
+ * </ul>
1085
+ * <ul>
1086
+ * <li>
1087
+ * <p>
1088
+ * <code>NONE</code> - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.</p>
1089
+ * </li>
1090
+ * </ul>
1066
1091
  */
1067
1092
  export interface TieringPolicy {
1068
1093
  /**
@@ -2656,7 +2681,7 @@ export interface CreateFileSystemLustreConfiguration {
2656
2681
  * The <code>SCRATCH_2</code> deployment type provides in-transit encryption of data and higher burst
2657
2682
  * throughput capacity than <code>SCRATCH_1</code>.</p>
2658
2683
  * <p>Choose <code>PERSISTENT_1</code> for longer-term storage and for throughput-focused
2659
- * workloads that aren’t latency-sensitive. a.
2684
+ * workloads that aren’t latency-sensitive.
2660
2685
  * <code>PERSISTENT_1</code> supports encryption of data in transit, and is available in all
2661
2686
  * Amazon Web Services Regions in which FSx for Lustre is available.</p>
2662
2687
  * <p>Choose <code>PERSISTENT_2</code> for longer-term storage and for latency-sensitive workloads
@@ -2864,7 +2889,7 @@ export interface CreateFileSystemOntapConfiguration {
2864
2889
  RouteTableIds?: string[];
2865
2890
  /**
2866
2891
  * <p>Sets the throughput capacity for the file system that you're creating.
2867
- * Valid values are 512, 1024, and 2048 MBps.</p>
2892
+ * Valid values are 128, 256, 512, 1024, and 2048 MBps.</p>
2868
2893
  */
2869
2894
  ThroughputCapacity: number | undefined;
2870
2895
  /**
@@ -3360,7 +3385,7 @@ export interface CreateFileSystemRequest {
3360
3385
  * <li>
3361
3386
  * <p>Set to <code>HDD</code> to use hard disk drive storage.
3362
3387
  * HDD is supported on <code>SINGLE_AZ_2</code> and <code>MULTI_AZ_1</code> Windows file system deployment types,
3363
- * and on <code>PERSISTENT</code> Lustre file system deployment types.
3388
+ * and on <code>PERSISTENT_1</code> Lustre file system deployment types.
3364
3389
  * </p>
3365
3390
  * </li>
3366
3391
  * </ul>
@@ -4037,6 +4062,31 @@ export interface CreateOntapVolumeConfiguration {
4037
4062
  * <p>Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent
4038
4063
  * tiering automatically transitions a volume's data between the file system's primary storage and capacity
4039
4064
  * pool storage based on your access patterns.</p>
4065
+ * <p>Valid tiering policies are the following:</p>
4066
+ * <ul>
4067
+ * <li>
4068
+ * <p>
4069
+ * <code>SNAPSHOT_ONLY</code> - (Default value) moves cold snapshots to the capacity pool storage tier.</p>
4070
+ * </li>
4071
+ * </ul>
4072
+ * <ul>
4073
+ * <li>
4074
+ * <p>
4075
+ * <code>AUTO</code> - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.</p>
4076
+ * </li>
4077
+ * </ul>
4078
+ * <ul>
4079
+ * <li>
4080
+ * <p>
4081
+ * <code>ALL</code> - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.</p>
4082
+ * </li>
4083
+ * </ul>
4084
+ * <ul>
4085
+ * <li>
4086
+ * <p>
4087
+ * <code>NONE</code> - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.</p>
4088
+ * </li>
4089
+ * </ul>
4040
4090
  */
4041
4091
  TieringPolicy?: TieringPolicy;
4042
4092
  }
@@ -4681,8 +4731,8 @@ export declare enum DeleteOpenZFSVolumeOption {
4681
4731
  */
4682
4732
  export interface DeleteVolumeOpenZFSConfiguration {
4683
4733
  /**
4684
- * <p>To delete the volume's children and snapshots, use the string
4685
- * <code>DELETE_CHILD_VOLUMES_AND_SNAPSHOTS</code>.</p>
4734
+ * <p>To delete the volume's child volumes, snapshots, and clones, use the string
4735
+ * <code>DELETE_CHILD_VOLUMES_AND_SNAPSHOTS</code>.</p>
4686
4736
  */
4687
4737
  Options?: (DeleteOpenZFSVolumeOption | string)[];
4688
4738
  }
@@ -5682,6 +5732,13 @@ export interface UpdateFileSystemOntapConfiguration {
5682
5732
  * <p>For example, <code>1:05:00</code> specifies maintenance at 5 AM Monday.</p>
5683
5733
  */
5684
5734
  WeeklyMaintenanceStartTime?: string;
5735
+ /**
5736
+ * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity,
5737
+ * but you can provision additional IOPS per GB of storage. The configuration consists
5738
+ * of an IOPS mode (<code>AUTOMATIC</code> or <code>USER_PROVISIONED</code>), and in
5739
+ * the case of <code>USER_PROVISIONED</code> IOPS, the total number of SSD IOPS provisioned.</p>
5740
+ */
5741
+ DiskIopsConfiguration?: DiskIopsConfiguration;
5685
5742
  }
5686
5743
  export declare namespace UpdateFileSystemOntapConfiguration {
5687
5744
  /**
@@ -5726,7 +5783,7 @@ export interface UpdateFileSystemOpenZFSConfiguration {
5726
5783
  DailyAutomaticBackupStartTime?: string;
5727
5784
  /**
5728
5785
  * <p>The throughput of an Amazon FSx file system, measured in megabytes per second
5729
- * (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048). </p>
5786
+ * (MBps), in 2 to the nth increments, between 2^3 (8) and 2^12 (4096). </p>
5730
5787
  */
5731
5788
  ThroughputCapacity?: number;
5732
5789
  /**
@@ -5845,20 +5902,22 @@ export interface UpdateFileSystemRequest {
5845
5902
  ClientRequestToken?: string;
5846
5903
  /**
5847
5904
  * <p>Use this parameter to increase the storage capacity of an Amazon FSx for Windows
5848
- * File Server or Amazon FSx for Lustre file system. Specifies the storage capacity
5849
- * target value, in GiB, to increase the storage capacity for the file system that you're
5850
- * updating. </p>
5905
+ * File Server, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP file system.
5906
+ * Specifies the storage capacity target value, in GiB, to increase the storage capacity for
5907
+ * the file system that you're updating. </p>
5851
5908
  * <note>
5852
5909
  * <p>You can't make a storage capacity increase request if there is an existing storage
5853
5910
  * capacity increase request in progress.</p>
5854
5911
  * </note>
5855
5912
  * <p>For Windows file systems, the storage capacity target value must be at least 10 percent
5856
5913
  * greater than the current storage capacity value. To increase storage capacity, the file system
5857
- * must have at least 16 MBps of throughput capacity.</p>
5914
+ * must have at least 16 MBps of throughput capacity. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html">Managing storage
5915
+ * capacity</a> in the <i>Amazon FSx for Windows File Server User
5916
+ * Guide</i>.</p>
5858
5917
  * <p>For Lustre file systems, the storage capacity target value can be the following:</p>
5859
5918
  * <ul>
5860
5919
  * <li>
5861
- * <p>For <code>SCRATCH_2</code> and <code>PERSISTENT_1 SSD</code> deployment types, valid values
5920
+ * <p>For <code>SCRATCH_2</code>, <code>PERSISTENT_1</code>, and <code>PERSISTENT_2 SSD</code> deployment types, valid values
5862
5921
  * are in multiples of 2400 GiB. The value must be greater than the current storage capacity.</p>
5863
5922
  * </li>
5864
5923
  * <li>
@@ -5870,16 +5929,12 @@ export interface UpdateFileSystemRequest {
5870
5929
  * <p>For <code>SCRATCH_1</code> file systems, you can't increase the storage capacity.</p>
5871
5930
  * </li>
5872
5931
  * </ul>
5873
- * <p>For OpenZFS file systems, the input/output operations per second (IOPS) automatically
5874
- * scale with increases to the storage capacity if IOPS is configured for automatic scaling. If
5875
- * the storage capacity increase would result in less than 3 IOPS per GiB of storage, this
5876
- * operation returns an error. </p>
5877
- * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html">Managing storage
5878
- * capacity</a> in the <i>Amazon FSx for Windows File Server User
5879
- * Guide</i>, <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html">Managing storage and throughput
5880
- * capacity</a> in the <i>Amazon FSx for Lustre User Guide</i>, and
5881
- * <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html">Managing storage capacity</a> in the <i>Amazon FSx for OpenZFS User
5882
- * Guide</i>.</p>
5932
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html">Managing storage and throughput
5933
+ * capacity</a> in the <i>Amazon FSx for Lustre User Guide</i>.</p>
5934
+ * <p>For ONTAP file systems, the storage capacity target value must be at least 10 percent
5935
+ * greater than the current storage capacity value. For more information, see
5936
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html">Managing storage capacity and provisioned IOPS</a> in the <i>Amazon FSx for NetApp ONTAP User
5937
+ * Guide</i>.</p>
5883
5938
  */
5884
5939
  StorageCapacity?: number;
5885
5940
  /**
@@ -6128,17 +6183,13 @@ export interface AdministrativeAction {
6128
6183
  * successfully, a <code>STORAGE_OPTIMIZATION</code> task starts. </p>
6129
6184
  * <ul>
6130
6185
  * <li>
6131
- * <p>For Windows, storage optimization is the process of migrating the file system data
6132
- * to the new, larger disks.</p>
6186
+ * <p>For Windows and ONTAP, storage optimization is the process of migrating the file system data
6187
+ * to newer larger disks.</p>
6133
6188
  * </li>
6134
6189
  * <li>
6135
6190
  * <p>For Lustre, storage optimization consists of rebalancing the data across the existing and
6136
6191
  * newly added file servers.</p>
6137
6192
  * </li>
6138
- * <li>
6139
- * <p>For OpenZFS, storage optimization consists of migrating data from the
6140
- * older smaller disks to the newer larger disks.</p>
6141
- * </li>
6142
6193
  * </ul>
6143
6194
  * <p>You can track the storage-optimization progress using the
6144
6195
  * <code>ProgressPercent</code> property. When
@@ -6148,8 +6199,9 @@ export interface AdministrativeAction {
6148
6199
  * storage capacity</a> in the <i>Amazon FSx for Windows
6149
6200
  * File Server User Guide</i>, <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html">Managing storage
6150
6201
  * and throughput capacity</a> in the <i>Amazon FSx for
6151
- * Lustre User Guide</i>, and <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html">Managing storage capacity</a> in the
6152
- * <i>Amazon FSx for OpenZFS User Guide</i>. </p>
6202
+ * Lustre User Guide</i>, and
6203
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html">Managing storage capacity and provisioned IOPS</a> in the <i>Amazon FSx for NetApp ONTAP User
6204
+ * Guide</i>.</p>
6153
6205
  * </li>
6154
6206
  * <li>
6155
6207
  * <p>
@@ -6391,7 +6443,7 @@ export interface FileSystem {
6391
6443
  */
6392
6444
  OntapConfiguration?: OntapFileSystemConfiguration;
6393
6445
  /**
6394
- * <p>The Lustre version of the Amazon FSx for Lustrefile system, either
6446
+ * <p>The Lustre version of the Amazon FSx for Lustre file system, either
6395
6447
  * <code>2.10</code> or <code>2.12</code>.</p>
6396
6448
  */
6397
6449
  FileSystemTypeVersion?: string;
@@ -2242,6 +2242,8 @@ export interface UpdateFileSystemOntapConfiguration {
2242
2242
  FsxAdminPassword?: string;
2243
2243
 
2244
2244
  WeeklyMaintenanceStartTime?: string;
2245
+
2246
+ DiskIopsConfiguration?: DiskIopsConfiguration;
2245
2247
  }
2246
2248
  export declare namespace UpdateFileSystemOntapConfiguration {
2247
2249
 
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.48.0",
4
+ "version": "3.52.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",
@@ -9,7 +9,7 @@
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-*"
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
13
  },
14
14
  "main": "./dist-cjs/index.js",
15
15
  "types": "./dist-types/index.d.ts",
@@ -18,43 +18,49 @@
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.48.0",
22
- "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.48.0",
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",
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",
41
+ "@aws-sdk/util-base64-browser": "3.52.0",
42
+ "@aws-sdk/util-base64-node": "3.52.0",
43
+ "@aws-sdk/util-body-length-browser": "3.52.0",
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",
49
+ "@aws-sdk/util-utf8-browser": "3.52.0",
50
+ "@aws-sdk/util-utf8-node": "3.52.0",
51
51
  "tslib": "^2.3.0",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
+ "@aws-sdk/service-client-documentation-generator": "3.52.0",
56
+ "@tsconfig/recommended": "1.0.1",
56
57
  "@types/node": "^12.7.5",
57
- "@types/uuid": "^8.3.0"
58
+ "@types/uuid": "^8.3.0",
59
+ "concurrently": "7.0.0",
60
+ "downlevel-dts": "0.7.0",
61
+ "rimraf": "3.0.2",
62
+ "typedoc": "0.19.2",
63
+ "typescript": "~4.3.5"
58
64
  },
59
65
  "engines": {
60
66
  "node": ">=12.0.0"