@aws-sdk/client-efs 3.53.0 → 3.55.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 +24 -0
- package/dist-cjs/EFSClient.js +13 -13
- package/dist-cjs/commands/CreateAccessPointCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/CreateMountTargetCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccessPointCommand.js +3 -3
- package/dist-cjs/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteMountTargetCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +3 -3
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +3 -3
- package/dist-cjs/commands/PutBackupPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +290 -290
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/EFS.js +30 -30
- package/dist-es/pagination/DescribeAccessPointsPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +4 -4
- package/dist-es/pagination/DescribeTagsPaginator.js +4 -4
- package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +30 -30
- package/dist-types/EFSClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/EFSClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateAccessPointCommand = function (input, con
|
|
|
15
15
|
headers = {
|
|
16
16
|
"content-type": "application/json",
|
|
17
17
|
};
|
|
18
|
-
resolvedPath = ""
|
|
18
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/access-points";
|
|
19
19
|
body = JSON.stringify(__assign(__assign(__assign(__assign({ ClientToken: (_c = input.ClientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId })), (input.PosixUser !== undefined &&
|
|
20
20
|
input.PosixUser !== null && { PosixUser: serializeAws_restJson1PosixUser(input.PosixUser, context) })), (input.RootDirectory !== undefined &&
|
|
21
21
|
input.RootDirectory !== null && {
|
|
@@ -44,7 +44,7 @@ export var serializeAws_restJson1CreateFileSystemCommand = function (input, cont
|
|
|
44
44
|
headers = {
|
|
45
45
|
"content-type": "application/json",
|
|
46
46
|
};
|
|
47
|
-
resolvedPath = ""
|
|
47
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/file-systems";
|
|
48
48
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AvailabilityZoneName !== undefined &&
|
|
49
49
|
input.AvailabilityZoneName !== null && { AvailabilityZoneName: input.AvailabilityZoneName })), (input.Backup !== undefined && input.Backup !== null && { Backup: input.Backup })), { CreationToken: (_c = input.CreationToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.Encrypted !== undefined && input.Encrypted !== null && { Encrypted: input.Encrypted })), (input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId })), (input.PerformanceMode !== undefined &&
|
|
50
50
|
input.PerformanceMode !== null && { PerformanceMode: input.PerformanceMode })), (input.ProvisionedThroughputInMibps !== undefined &&
|
|
@@ -74,7 +74,7 @@ export var serializeAws_restJson1CreateMountTargetCommand = function (input, con
|
|
|
74
74
|
headers = {
|
|
75
75
|
"content-type": "application/json",
|
|
76
76
|
};
|
|
77
|
-
resolvedPath = ""
|
|
77
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/mount-targets";
|
|
78
78
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId })), (input.IpAddress !== undefined && input.IpAddress !== null && { IpAddress: input.IpAddress })), (input.SecurityGroups !== undefined &&
|
|
79
79
|
input.SecurityGroups !== null && {
|
|
80
80
|
SecurityGroups: serializeAws_restJson1SecurityGroups(input.SecurityGroups, context),
|
|
@@ -101,7 +101,7 @@ export var serializeAws_restJson1CreateReplicationConfigurationCommand = functio
|
|
|
101
101
|
headers = {
|
|
102
102
|
"content-type": "application/json",
|
|
103
103
|
};
|
|
104
|
-
resolvedPath = ""
|
|
104
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
105
105
|
"/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration";
|
|
106
106
|
if (input.SourceFileSystemId !== undefined) {
|
|
107
107
|
labelValue = input.SourceFileSystemId;
|
|
@@ -139,7 +139,7 @@ export var serializeAws_restJson1CreateTagsCommand = function (input, context) {
|
|
|
139
139
|
headers = {
|
|
140
140
|
"content-type": "application/json",
|
|
141
141
|
};
|
|
142
|
-
resolvedPath = ""
|
|
142
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/create-tags/{FileSystemId}";
|
|
143
143
|
if (input.FileSystemId !== undefined) {
|
|
144
144
|
labelValue = input.FileSystemId;
|
|
145
145
|
if (labelValue.length <= 0) {
|
|
@@ -171,7 +171,7 @@ export var serializeAws_restJson1DeleteAccessPointCommand = function (input, con
|
|
|
171
171
|
case 1:
|
|
172
172
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
173
173
|
headers = {};
|
|
174
|
-
resolvedPath = ""
|
|
174
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/access-points/{AccessPointId}";
|
|
175
175
|
if (input.AccessPointId !== undefined) {
|
|
176
176
|
labelValue = input.AccessPointId;
|
|
177
177
|
if (labelValue.length <= 0) {
|
|
@@ -202,7 +202,7 @@ export var serializeAws_restJson1DeleteFileSystemCommand = function (input, cont
|
|
|
202
202
|
case 1:
|
|
203
203
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
204
204
|
headers = {};
|
|
205
|
-
resolvedPath = ""
|
|
205
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/file-systems/{FileSystemId}";
|
|
206
206
|
if (input.FileSystemId !== undefined) {
|
|
207
207
|
labelValue = input.FileSystemId;
|
|
208
208
|
if (labelValue.length <= 0) {
|
|
@@ -233,7 +233,7 @@ export var serializeAws_restJson1DeleteFileSystemPolicyCommand = function (input
|
|
|
233
233
|
case 1:
|
|
234
234
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
235
235
|
headers = {};
|
|
236
|
-
resolvedPath = ""
|
|
236
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
237
237
|
"/2015-02-01/file-systems/{FileSystemId}/policy";
|
|
238
238
|
if (input.FileSystemId !== undefined) {
|
|
239
239
|
labelValue = input.FileSystemId;
|
|
@@ -265,7 +265,7 @@ export var serializeAws_restJson1DeleteMountTargetCommand = function (input, con
|
|
|
265
265
|
case 1:
|
|
266
266
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
267
267
|
headers = {};
|
|
268
|
-
resolvedPath = ""
|
|
268
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/mount-targets/{MountTargetId}";
|
|
269
269
|
if (input.MountTargetId !== undefined) {
|
|
270
270
|
labelValue = input.MountTargetId;
|
|
271
271
|
if (labelValue.length <= 0) {
|
|
@@ -296,7 +296,7 @@ export var serializeAws_restJson1DeleteReplicationConfigurationCommand = functio
|
|
|
296
296
|
case 1:
|
|
297
297
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
298
298
|
headers = {};
|
|
299
|
-
resolvedPath = ""
|
|
299
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
300
300
|
"/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration";
|
|
301
301
|
if (input.SourceFileSystemId !== undefined) {
|
|
302
302
|
labelValue = input.SourceFileSystemId;
|
|
@@ -330,7 +330,7 @@ export var serializeAws_restJson1DeleteTagsCommand = function (input, context) {
|
|
|
330
330
|
headers = {
|
|
331
331
|
"content-type": "application/json",
|
|
332
332
|
};
|
|
333
|
-
resolvedPath = ""
|
|
333
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/delete-tags/{FileSystemId}";
|
|
334
334
|
if (input.FileSystemId !== undefined) {
|
|
335
335
|
labelValue = input.FileSystemId;
|
|
336
336
|
if (labelValue.length <= 0) {
|
|
@@ -363,7 +363,7 @@ export var serializeAws_restJson1DescribeAccessPointsCommand = function (input,
|
|
|
363
363
|
case 1:
|
|
364
364
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
365
365
|
headers = {};
|
|
366
|
-
resolvedPath = ""
|
|
366
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/access-points";
|
|
367
367
|
query = __assign(__assign(__assign(__assign({}, (input.MaxResults !== undefined && { MaxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { NextToken: input.NextToken })), (input.AccessPointId !== undefined && { AccessPointId: input.AccessPointId })), (input.FileSystemId !== undefined && { FileSystemId: input.FileSystemId }));
|
|
368
368
|
return [2, new __HttpRequest({
|
|
369
369
|
protocol: protocol,
|
|
@@ -388,7 +388,7 @@ export var serializeAws_restJson1DescribeAccountPreferencesCommand = function (i
|
|
|
388
388
|
headers = {
|
|
389
389
|
"content-type": "application/json",
|
|
390
390
|
};
|
|
391
|
-
resolvedPath = ""
|
|
391
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/account-preferences";
|
|
392
392
|
body = JSON.stringify(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
|
|
393
393
|
return [2, new __HttpRequest({
|
|
394
394
|
protocol: protocol,
|
|
@@ -410,7 +410,7 @@ export var serializeAws_restJson1DescribeBackupPolicyCommand = function (input,
|
|
|
410
410
|
case 1:
|
|
411
411
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
412
412
|
headers = {};
|
|
413
|
-
resolvedPath = ""
|
|
413
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
414
414
|
"/2015-02-01/file-systems/{FileSystemId}/backup-policy";
|
|
415
415
|
if (input.FileSystemId !== undefined) {
|
|
416
416
|
labelValue = input.FileSystemId;
|
|
@@ -442,7 +442,7 @@ export var serializeAws_restJson1DescribeFileSystemPolicyCommand = function (inp
|
|
|
442
442
|
case 1:
|
|
443
443
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
444
444
|
headers = {};
|
|
445
|
-
resolvedPath = ""
|
|
445
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
446
446
|
"/2015-02-01/file-systems/{FileSystemId}/policy";
|
|
447
447
|
if (input.FileSystemId !== undefined) {
|
|
448
448
|
labelValue = input.FileSystemId;
|
|
@@ -474,7 +474,7 @@ export var serializeAws_restJson1DescribeFileSystemsCommand = function (input, c
|
|
|
474
474
|
case 1:
|
|
475
475
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
476
476
|
headers = {};
|
|
477
|
-
resolvedPath = ""
|
|
477
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/file-systems";
|
|
478
478
|
query = __assign(__assign(__assign(__assign({}, (input.MaxItems !== undefined && { MaxItems: input.MaxItems.toString() })), (input.Marker !== undefined && { Marker: input.Marker })), (input.CreationToken !== undefined && { CreationToken: input.CreationToken })), (input.FileSystemId !== undefined && { FileSystemId: input.FileSystemId }));
|
|
479
479
|
return [2, new __HttpRequest({
|
|
480
480
|
protocol: protocol,
|
|
@@ -497,7 +497,7 @@ export var serializeAws_restJson1DescribeLifecycleConfigurationCommand = functio
|
|
|
497
497
|
case 1:
|
|
498
498
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
499
499
|
headers = {};
|
|
500
|
-
resolvedPath = ""
|
|
500
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
501
501
|
"/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration";
|
|
502
502
|
if (input.FileSystemId !== undefined) {
|
|
503
503
|
labelValue = input.FileSystemId;
|
|
@@ -529,7 +529,7 @@ export var serializeAws_restJson1DescribeMountTargetsCommand = function (input,
|
|
|
529
529
|
case 1:
|
|
530
530
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
531
531
|
headers = {};
|
|
532
|
-
resolvedPath = ""
|
|
532
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/mount-targets";
|
|
533
533
|
query = __assign(__assign(__assign(__assign(__assign({}, (input.MaxItems !== undefined && { MaxItems: input.MaxItems.toString() })), (input.Marker !== undefined && { Marker: input.Marker })), (input.FileSystemId !== undefined && { FileSystemId: input.FileSystemId })), (input.MountTargetId !== undefined && { MountTargetId: input.MountTargetId })), (input.AccessPointId !== undefined && { AccessPointId: input.AccessPointId }));
|
|
534
534
|
return [2, new __HttpRequest({
|
|
535
535
|
protocol: protocol,
|
|
@@ -552,7 +552,7 @@ export var serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand = func
|
|
|
552
552
|
case 1:
|
|
553
553
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
554
554
|
headers = {};
|
|
555
|
-
resolvedPath = ""
|
|
555
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
556
556
|
"/2015-02-01/mount-targets/{MountTargetId}/security-groups";
|
|
557
557
|
if (input.MountTargetId !== undefined) {
|
|
558
558
|
labelValue = input.MountTargetId;
|
|
@@ -584,7 +584,7 @@ export var serializeAws_restJson1DescribeReplicationConfigurationsCommand = func
|
|
|
584
584
|
case 1:
|
|
585
585
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
586
586
|
headers = {};
|
|
587
|
-
resolvedPath = ""
|
|
587
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
588
588
|
"/2015-02-01/file-systems/replication-configurations";
|
|
589
589
|
query = __assign(__assign(__assign({}, (input.FileSystemId !== undefined && { FileSystemId: input.FileSystemId })), (input.NextToken !== undefined && { NextToken: input.NextToken })), (input.MaxResults !== undefined && { MaxResults: input.MaxResults.toString() }));
|
|
590
590
|
return [2, new __HttpRequest({
|
|
@@ -608,7 +608,7 @@ export var serializeAws_restJson1DescribeTagsCommand = function (input, context)
|
|
|
608
608
|
case 1:
|
|
609
609
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
610
610
|
headers = {};
|
|
611
|
-
resolvedPath = ""
|
|
611
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/tags/{FileSystemId}";
|
|
612
612
|
if (input.FileSystemId !== undefined) {
|
|
613
613
|
labelValue = input.FileSystemId;
|
|
614
614
|
if (labelValue.length <= 0) {
|
|
@@ -641,7 +641,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
|
|
|
641
641
|
case 1:
|
|
642
642
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
643
643
|
headers = {};
|
|
644
|
-
resolvedPath = ""
|
|
644
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/resource-tags/{ResourceId}";
|
|
645
645
|
if (input.ResourceId !== undefined) {
|
|
646
646
|
labelValue = input.ResourceId;
|
|
647
647
|
if (labelValue.length <= 0) {
|
|
@@ -676,7 +676,7 @@ export var serializeAws_restJson1ModifyMountTargetSecurityGroupsCommand = functi
|
|
|
676
676
|
headers = {
|
|
677
677
|
"content-type": "application/json",
|
|
678
678
|
};
|
|
679
|
-
resolvedPath = ""
|
|
679
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
680
680
|
"/2015-02-01/mount-targets/{MountTargetId}/security-groups";
|
|
681
681
|
if (input.MountTargetId !== undefined) {
|
|
682
682
|
labelValue = input.MountTargetId;
|
|
@@ -714,7 +714,7 @@ export var serializeAws_restJson1PutAccountPreferencesCommand = function (input,
|
|
|
714
714
|
headers = {
|
|
715
715
|
"content-type": "application/json",
|
|
716
716
|
};
|
|
717
|
-
resolvedPath = ""
|
|
717
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/account-preferences";
|
|
718
718
|
body = JSON.stringify(__assign({}, (input.ResourceIdType !== undefined &&
|
|
719
719
|
input.ResourceIdType !== null && { ResourceIdType: input.ResourceIdType })));
|
|
720
720
|
return [2, new __HttpRequest({
|
|
@@ -739,7 +739,7 @@ export var serializeAws_restJson1PutBackupPolicyCommand = function (input, conte
|
|
|
739
739
|
headers = {
|
|
740
740
|
"content-type": "application/json",
|
|
741
741
|
};
|
|
742
|
-
resolvedPath = ""
|
|
742
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
743
743
|
"/2015-02-01/file-systems/{FileSystemId}/backup-policy";
|
|
744
744
|
if (input.FileSystemId !== undefined) {
|
|
745
745
|
labelValue = input.FileSystemId;
|
|
@@ -775,7 +775,7 @@ export var serializeAws_restJson1PutFileSystemPolicyCommand = function (input, c
|
|
|
775
775
|
headers = {
|
|
776
776
|
"content-type": "application/json",
|
|
777
777
|
};
|
|
778
|
-
resolvedPath = ""
|
|
778
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
779
779
|
"/2015-02-01/file-systems/{FileSystemId}/policy";
|
|
780
780
|
if (input.FileSystemId !== undefined) {
|
|
781
781
|
labelValue = input.FileSystemId;
|
|
@@ -813,7 +813,7 @@ export var serializeAws_restJson1PutLifecycleConfigurationCommand = function (in
|
|
|
813
813
|
headers = {
|
|
814
814
|
"content-type": "application/json",
|
|
815
815
|
};
|
|
816
|
-
resolvedPath = ""
|
|
816
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
817
817
|
"/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration";
|
|
818
818
|
if (input.FileSystemId !== undefined) {
|
|
819
819
|
labelValue = input.FileSystemId;
|
|
@@ -851,7 +851,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
851
851
|
headers = {
|
|
852
852
|
"content-type": "application/json",
|
|
853
853
|
};
|
|
854
|
-
resolvedPath = ""
|
|
854
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/resource-tags/{ResourceId}";
|
|
855
855
|
if (input.ResourceId !== undefined) {
|
|
856
856
|
labelValue = input.ResourceId;
|
|
857
857
|
if (labelValue.length <= 0) {
|
|
@@ -883,7 +883,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
|
|
|
883
883
|
case 1:
|
|
884
884
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
885
885
|
headers = {};
|
|
886
|
-
resolvedPath = ""
|
|
886
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/resource-tags/{ResourceId}";
|
|
887
887
|
if (input.ResourceId !== undefined) {
|
|
888
888
|
labelValue = input.ResourceId;
|
|
889
889
|
if (labelValue.length <= 0) {
|
|
@@ -918,7 +918,7 @@ export var serializeAws_restJson1UpdateFileSystemCommand = function (input, cont
|
|
|
918
918
|
headers = {
|
|
919
919
|
"content-type": "application/json",
|
|
920
920
|
};
|
|
921
|
-
resolvedPath = ""
|
|
921
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2015-02-01/file-systems/{FileSystemId}";
|
|
922
922
|
if (input.FileSystemId !== undefined) {
|
|
923
923
|
labelValue = input.FileSystemId;
|
|
924
924
|
if (labelValue.length <= 0) {
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
|
|
10
10
|
import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
|
|
11
11
|
import { CreateMountTargetCommandInput, CreateMountTargetCommandOutput } from "./commands/CreateMountTargetCommand";
|
|
@@ -58,7 +58,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
58
58
|
* A function that can calculate the length of a request body.
|
|
59
59
|
* @internal
|
|
60
60
|
*/
|
|
61
|
-
bodyLengthChecker?:
|
|
61
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
62
62
|
/**
|
|
63
63
|
* A function that converts a stream into an array of bytes.
|
|
64
64
|
* @internal
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
|
|
10
10
|
import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
|
|
11
11
|
import { CreateMountTargetCommandInput, CreateMountTargetCommandOutput } from "./commands/CreateMountTargetCommand";
|
|
@@ -46,7 +46,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
46
46
|
|
|
47
47
|
urlParser?: __UrlParser;
|
|
48
48
|
|
|
49
|
-
bodyLengthChecker?:
|
|
49
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
50
50
|
|
|
51
51
|
streamCollector?: __StreamCollector;
|
|
52
52
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
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
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.55.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,41 +18,41 @@
|
|
|
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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
|
-
"typescript": "~4.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|