@aws-sdk/client-datasync 3.382.0 → 3.385.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/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +8 -2
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
- package/dist-types/models/models_0.d.ts +38 -56
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +3 -3
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
5
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://datasync-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://datasync-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://datasync.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://datasync.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -3034,6 +3034,7 @@ const de_NetAppONTAPCluster = (output, context) => {
|
|
|
3034
3034
|
ClusterBlockStorageLogicalUsed: smithy_client_1.expectLong,
|
|
3035
3035
|
ClusterBlockStorageSize: smithy_client_1.expectLong,
|
|
3036
3036
|
ClusterBlockStorageUsed: smithy_client_1.expectLong,
|
|
3037
|
+
ClusterCloudStorageUsed: smithy_client_1.expectLong,
|
|
3037
3038
|
ClusterName: smithy_client_1.expectString,
|
|
3038
3039
|
LunCount: smithy_client_1.expectLong,
|
|
3039
3040
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
2
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://datasync-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://datasync-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://datasync.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://datasync.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -2909,6 +2909,7 @@ const de_NetAppONTAPCluster = (output, context) => {
|
|
|
2909
2909
|
ClusterBlockStorageLogicalUsed: __expectLong,
|
|
2910
2910
|
ClusterBlockStorageSize: __expectLong,
|
|
2911
2911
|
ClusterBlockStorageUsed: __expectLong,
|
|
2912
|
+
ClusterCloudStorageUsed: __expectLong,
|
|
2912
2913
|
ClusterName: __expectString,
|
|
2913
2914
|
LunCount: __expectLong,
|
|
2914
2915
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
@@ -23,8 +23,14 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates an endpoint for
|
|
27
|
-
*
|
|
26
|
+
* <p>Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.</p>
|
|
27
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html">Configuring transfers to or from an NFS file
|
|
28
|
+
* server</a>.</p>
|
|
29
|
+
* <note>
|
|
30
|
+
* <p>If you're copying data to or from an Snowcone device, you can also use
|
|
31
|
+
* <code>CreateLocationNfs</code> to create your transfer location. For more information, see
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/nfs-on-snowcone.html">Configuring transfers with Snowcone</a>.</p>
|
|
33
|
+
* </note>
|
|
28
34
|
* @example
|
|
29
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
36
|
* ```javascript
|
|
@@ -23,7 +23,8 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>Provides details about how an DataSync transfer location for a Network
|
|
27
|
+
* File System (NFS) file server is configured.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -69,6 +69,7 @@ export interface DescribeStorageSystemResourceMetricsCommandOutput extends Descr
|
|
|
69
69
|
* // Used: Number("long"),
|
|
70
70
|
* // Provisioned: Number("long"),
|
|
71
71
|
* // LogicalUsed: Number("long"),
|
|
72
|
+
* // ClusterCloudStorageUsed: Number("long"),
|
|
72
73
|
* // },
|
|
73
74
|
* // ResourceId: "STRING_VALUE",
|
|
74
75
|
* // ResourceType: "SVM" || "VOLUME" || "CLUSTER",
|
|
@@ -161,6 +161,7 @@ export interface DescribeStorageSystemResourcesCommandOutput extends DescribeSto
|
|
|
161
161
|
* // ],
|
|
162
162
|
* // RecommendationStatus: "NONE" || "IN_PROGRESS" || "COMPLETED" || "FAILED",
|
|
163
163
|
* // LunCount: Number("long"),
|
|
164
|
+
* // ClusterCloudStorageUsed: Number("long"),
|
|
164
165
|
* // },
|
|
165
166
|
* // ],
|
|
166
167
|
* // },
|
|
@@ -23,9 +23,10 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
*
|
|
28
|
-
*
|
|
26
|
+
* <p>Modifies some configurations of the Network File System (NFS) transfer location that
|
|
27
|
+
* you're using with DataSync.</p>
|
|
28
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html">Configuring transfers to or from an
|
|
29
|
+
* NFS file server</a>.</p>
|
|
29
30
|
* @example
|
|
30
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
32
|
* ```javascript
|
|
@@ -302,6 +302,11 @@ export interface Capacity {
|
|
|
302
302
|
* compression or deduplication.</p>
|
|
303
303
|
*/
|
|
304
304
|
LogicalUsed?: number;
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
* <p>The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).</p>
|
|
308
|
+
*/
|
|
309
|
+
ClusterCloudStorageUsed?: number;
|
|
305
310
|
}
|
|
306
311
|
/**
|
|
307
312
|
* @public
|
|
@@ -1157,13 +1162,14 @@ export interface CreateLocationHdfsResponse {
|
|
|
1157
1162
|
}
|
|
1158
1163
|
/**
|
|
1159
1164
|
* @public
|
|
1160
|
-
* <p>
|
|
1165
|
+
* <p>The DataSync agents that are connecting to a Network File System (NFS)
|
|
1161
1166
|
* location.</p>
|
|
1162
1167
|
*/
|
|
1163
1168
|
export interface OnPremConfig {
|
|
1164
1169
|
/**
|
|
1165
1170
|
* @public
|
|
1166
|
-
* <p>ARNs of the agents to
|
|
1171
|
+
* <p>The Amazon Resource Names (ARNs) of the agents connecting to a transfer
|
|
1172
|
+
* location.</p>
|
|
1167
1173
|
*/
|
|
1168
1174
|
AgentArns: string[] | undefined;
|
|
1169
1175
|
}
|
|
@@ -1174,48 +1180,30 @@ export interface OnPremConfig {
|
|
|
1174
1180
|
export interface CreateLocationNfsRequest {
|
|
1175
1181
|
/**
|
|
1176
1182
|
* @public
|
|
1177
|
-
* <p>Specifies the
|
|
1178
|
-
*
|
|
1179
|
-
*
|
|
1180
|
-
*
|
|
1181
|
-
* <p>To see all the paths exported by your NFS server, run "<code>showmount -e
|
|
1182
|
-
* nfs-server-name</code>" from an NFS client that has access to your server. You can specify
|
|
1183
|
-
* any directory that appears in the results, and any subdirectory of that directory. Ensure that
|
|
1184
|
-
* the NFS export is accessible without Kerberos authentication. </p>
|
|
1185
|
-
* <p>To transfer all the data in the folder you specified, DataSync needs to have
|
|
1186
|
-
* permissions to read all the data. To ensure this, either configure the NFS export with
|
|
1187
|
-
* <code>no_root_squash,</code> or ensure that the permissions for all of the files that you
|
|
1188
|
-
* want DataSync allow read access for all users. Doing either enables the agent to
|
|
1189
|
-
* read the files. For the agent to access directories, you must additionally enable all execute
|
|
1190
|
-
* access.</p>
|
|
1191
|
-
* <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
|
|
1192
|
-
* Snowcone</a> for more information.</p>
|
|
1183
|
+
* <p>Specifies the export path in your NFS file server that you want DataSync to
|
|
1184
|
+
* mount.</p>
|
|
1185
|
+
* <p>This path (or a subdirectory of the path) is where DataSync transfers data to
|
|
1186
|
+
* or from. For information on configuring an export for DataSync, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs">Accessing NFS file servers</a>.</p>
|
|
1193
1187
|
*/
|
|
1194
1188
|
Subdirectory: string | undefined;
|
|
1195
1189
|
/**
|
|
1196
1190
|
* @public
|
|
1197
|
-
* <p>Specifies the
|
|
1198
|
-
*
|
|
1199
|
-
* <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
|
|
1200
|
-
* Snowcone</a> for more information.</p>
|
|
1201
|
-
* <note>
|
|
1202
|
-
* <p>You must specify be an IP version 4 address or Domain Name System (DNS)-compliant
|
|
1203
|
-
* name.</p>
|
|
1204
|
-
* </note>
|
|
1191
|
+
* <p>Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file
|
|
1192
|
+
* server that your DataSync agent connects to.</p>
|
|
1205
1193
|
*/
|
|
1206
1194
|
ServerHostname: string | undefined;
|
|
1207
1195
|
/**
|
|
1208
1196
|
* @public
|
|
1209
|
-
* <p>Specifies the Amazon Resource
|
|
1210
|
-
* connect to your NFS file server
|
|
1211
|
-
* <p>
|
|
1212
|
-
*
|
|
1197
|
+
* <p>Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to
|
|
1198
|
+
* connect to your NFS file server.</p>
|
|
1199
|
+
* <p>You can specify more than one agent. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/multiple-agents.html">Using multiple
|
|
1200
|
+
* agents for transfers</a>.</p>
|
|
1213
1201
|
*/
|
|
1214
1202
|
OnPremConfig: OnPremConfig | undefined;
|
|
1215
1203
|
/**
|
|
1216
1204
|
* @public
|
|
1217
|
-
* <p>Specifies the
|
|
1218
|
-
*
|
|
1205
|
+
* <p>Specifies the options that DataSync can use to mount your NFS file
|
|
1206
|
+
* server.</p>
|
|
1219
1207
|
*/
|
|
1220
1208
|
MountOptions?: NfsMountOptions;
|
|
1221
1209
|
/**
|
|
@@ -2656,7 +2644,8 @@ export interface DescribeLocationHdfsResponse {
|
|
|
2656
2644
|
export interface DescribeLocationNfsRequest {
|
|
2657
2645
|
/**
|
|
2658
2646
|
* @public
|
|
2659
|
-
* <p>
|
|
2647
|
+
* <p>Specifies the Amazon Resource Name (ARN) of the NFS location that you want information
|
|
2648
|
+
* about.</p>
|
|
2660
2649
|
*/
|
|
2661
2650
|
LocationArn: string | undefined;
|
|
2662
2651
|
}
|
|
@@ -2667,28 +2656,28 @@ export interface DescribeLocationNfsRequest {
|
|
|
2667
2656
|
export interface DescribeLocationNfsResponse {
|
|
2668
2657
|
/**
|
|
2669
2658
|
* @public
|
|
2670
|
-
* <p>The
|
|
2659
|
+
* <p>The ARN of the NFS location.</p>
|
|
2671
2660
|
*/
|
|
2672
2661
|
LocationArn?: string;
|
|
2673
2662
|
/**
|
|
2674
2663
|
* @public
|
|
2675
|
-
* <p>The URL of the
|
|
2664
|
+
* <p>The URL of the NFS location.</p>
|
|
2676
2665
|
*/
|
|
2677
2666
|
LocationUri?: string;
|
|
2678
2667
|
/**
|
|
2679
2668
|
* @public
|
|
2680
|
-
* <p>
|
|
2669
|
+
* <p>The DataSync agents that are connecting to a Network File System (NFS)
|
|
2681
2670
|
* location.</p>
|
|
2682
2671
|
*/
|
|
2683
2672
|
OnPremConfig?: OnPremConfig;
|
|
2684
2673
|
/**
|
|
2685
2674
|
* @public
|
|
2686
|
-
* <p>The mount options that DataSync uses to mount your NFS
|
|
2675
|
+
* <p>The mount options that DataSync uses to mount your NFS file server.</p>
|
|
2687
2676
|
*/
|
|
2688
2677
|
MountOptions?: NfsMountOptions;
|
|
2689
2678
|
/**
|
|
2690
2679
|
* @public
|
|
2691
|
-
* <p>The time
|
|
2680
|
+
* <p>The time when the NFS location was created.</p>
|
|
2692
2681
|
*/
|
|
2693
2682
|
CreationTime?: Date;
|
|
2694
2683
|
}
|
|
@@ -3387,6 +3376,11 @@ export interface NetAppONTAPCluster {
|
|
|
3387
3376
|
* <p>The number of LUNs (logical unit numbers) in the cluster.</p>
|
|
3388
3377
|
*/
|
|
3389
3378
|
LunCount?: number;
|
|
3379
|
+
/**
|
|
3380
|
+
* @public
|
|
3381
|
+
* <p>The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).</p>
|
|
3382
|
+
*/
|
|
3383
|
+
ClusterCloudStorageUsed?: number;
|
|
3390
3384
|
}
|
|
3391
3385
|
/**
|
|
3392
3386
|
* @public
|
|
@@ -4808,33 +4802,21 @@ export interface UpdateLocationHdfsResponse {
|
|
|
4808
4802
|
export interface UpdateLocationNfsRequest {
|
|
4809
4803
|
/**
|
|
4810
4804
|
* @public
|
|
4811
|
-
* <p>Specifies the Amazon Resource Name (ARN) of the NFS location that you want to
|
|
4805
|
+
* <p>Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to
|
|
4812
4806
|
* update.</p>
|
|
4813
4807
|
*/
|
|
4814
4808
|
LocationArn: string | undefined;
|
|
4815
4809
|
/**
|
|
4816
4810
|
* @public
|
|
4817
|
-
* <p>Specifies the
|
|
4818
|
-
*
|
|
4819
|
-
*
|
|
4820
|
-
*
|
|
4821
|
-
* <p>To see all the paths exported by your NFS server, run "<code>showmount -e
|
|
4822
|
-
* nfs-server-name</code>" from an NFS client that has access to your server. You can specify
|
|
4823
|
-
* any directory that appears in the results, and any subdirectory of that directory. Ensure that
|
|
4824
|
-
* the NFS export is accessible without Kerberos authentication. </p>
|
|
4825
|
-
* <p>To transfer all the data in the folder that you specified, DataSync must have
|
|
4826
|
-
* permissions to read all the data. To ensure this, either configure the NFS export with
|
|
4827
|
-
* <code>no_root_squash</code>, or ensure that the files you want DataSync to access
|
|
4828
|
-
* have permissions that allow read access for all users. Doing either option enables the agent
|
|
4829
|
-
* to read the files. For the agent to access directories, you must additionally enable all
|
|
4830
|
-
* execute access.</p>
|
|
4831
|
-
* <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
|
|
4832
|
-
* Snowcone</a> for more information.</p>
|
|
4811
|
+
* <p>Specifies the export path in your NFS file server that you want DataSync to
|
|
4812
|
+
* mount.</p>
|
|
4813
|
+
* <p>This path (or a subdirectory of the path) is where DataSync transfers data to
|
|
4814
|
+
* or from. For information on configuring an export for DataSync, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs">Accessing NFS file servers</a>.</p>
|
|
4833
4815
|
*/
|
|
4834
4816
|
Subdirectory?: string;
|
|
4835
4817
|
/**
|
|
4836
4818
|
* @public
|
|
4837
|
-
* <p>
|
|
4819
|
+
* <p>The DataSync agents that are connecting to a Network File System (NFS)
|
|
4838
4820
|
* location.</p>
|
|
4839
4821
|
*/
|
|
4840
4822
|
OnPremConfig?: OnPremConfig;
|
|
@@ -87,6 +87,7 @@ export interface Capacity {
|
|
|
87
87
|
Used?: number;
|
|
88
88
|
Provisioned?: number;
|
|
89
89
|
LogicalUsed?: number;
|
|
90
|
+
ClusterCloudStorageUsed?: number;
|
|
90
91
|
}
|
|
91
92
|
export interface CreateAgentRequest {
|
|
92
93
|
ActivationKey: string | undefined;
|
|
@@ -757,6 +758,7 @@ export interface NetAppONTAPCluster {
|
|
|
757
758
|
Recommendations?: Recommendation[];
|
|
758
759
|
RecommendationStatus?: RecommendationStatus | string;
|
|
759
760
|
LunCount?: number;
|
|
761
|
+
ClusterCloudStorageUsed?: number;
|
|
760
762
|
}
|
|
761
763
|
export interface NetAppONTAPSVM {
|
|
762
764
|
ClusterUuid?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datasync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.385.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,8 +21,8 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.385.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.385.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|