@aws-sdk/client-fsx 3.95.0 → 3.105.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 +30 -0
- package/dist-cjs/FSxClient.js +2 -0
- package/dist-cjs/models/models_0.js +11 -5
- package/dist-cjs/protocols/Aws_json1_1.js +49 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/FSxClient.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +47 -3
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/FSx.d.ts +5 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +74 -3
- package/dist-types/ts3.4/models/models_0.d.ts +17 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-fsx
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **client-fsx:** This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions. ([920eafe](https://github.com/aws/aws-sdk-js-v3/commit/920eafe0c8ab69eebc0c79569ee72ad1a9fdaa8a))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-fsx
|
package/dist-cjs/FSxClient.js
CHANGED
|
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
7
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
|
+
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
8
9
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
9
10
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
11
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
@@ -25,6 +26,7 @@ class FSxClient extends smithy_client_1.Client {
|
|
|
25
26
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
27
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
28
|
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
28
30
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
31
|
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
32
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = exports.UpdateFileSystemLustreConfiguration = void 0;
|
|
3
|
+
exports.OpenZFSNfsExport = exports.OpenZFSClientConfiguration = exports.OpenZFSDataCompressionType = exports.OntapVolumeConfiguration = exports.TieringPolicy = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.VolumeLifecycle = exports.LifecycleTransitionReason = exports.SnapshotLifecycle = exports.WindowsFileSystemConfiguration = exports.SelfManagedActiveDirectoryAttributes = exports.FileSystemMaintenanceOperation = exports.WindowsDeploymentType = exports.WindowsAuditLogConfiguration = exports.WindowsAccessAuditLogLevel = exports.Alias = exports.AliasLifecycle = exports.Tag = exports.StorageType = exports.OpenZFSFileSystemConfiguration = exports.OpenZFSDeploymentType = exports.OntapFileSystemConfiguration = exports.FileSystemEndpoints = exports.FileSystemEndpoint = exports.DiskIopsConfiguration = exports.DiskIopsConfigurationMode = exports.OntapDeploymentType = exports.LustreFileSystemConfiguration = exports.LustreRootSquashConfiguration = exports.LustreLogConfiguration = exports.LustreAccessAuditLogLevel = exports.DriveCacheType = exports.LustreDeploymentType = exports.DataRepositoryConfiguration = exports.DataRepositoryLifecycle = exports.DataRepositoryFailureDetails = exports.AutoImportPolicyType = exports.DataCompressionType = exports.FileSystemLifecycle = exports.FileSystemType = exports.FileSystemFailureDetails = exports.Status = exports.AdministrativeActionFailureDetails = exports.AdministrativeActionType = exports.ActiveDirectoryError = exports.ActiveDirectoryErrorType = exports.ActiveDirectoryBackupAttributes = void 0;
|
|
4
|
+
exports.CreateDataRepositoryTaskResponse = exports.DataRepositoryTask = exports.DataRepositoryTaskStatus = exports.DataRepositoryTaskFailureDetails = exports.CreateDataRepositoryTaskRequest = exports.DataRepositoryTaskType = exports.CompletionReport = exports.ReportScope = exports.ReportFormat = exports.CreateDataRepositoryAssociationResponse = exports.DataRepositoryAssociation = exports.CreateDataRepositoryAssociationRequest = exports.S3DataRepositoryConfiguration = exports.VolumeNotFound = exports.CreateBackupRequest = exports.BackupInProgress = exports.SourceBackupUnavailable = exports.ServiceLimitExceeded = exports.ServiceLimit = exports.InvalidSourceKmsKey = exports.InvalidRegion = exports.InvalidDestinationKmsKey = exports.IncompatibleRegionForMultiAZ = exports.IncompatibleParameterError = exports.BackupType = exports.ResourceType = exports.BackupLifecycle = exports.BackupFailureDetails = exports.CopyBackupRequest = exports.BackupNotFound = exports.UnsupportedOperation = exports.DataRepositoryTaskNotFound = exports.DataRepositoryTaskEnded = exports.CancelDataRepositoryTaskResponse = exports.DataRepositoryTaskLifecycle = exports.CancelDataRepositoryTaskRequest = exports.AutoImportPolicy = exports.AutoExportPolicy = exports.EventType = exports.InternalServerError = exports.FileSystemNotFound = exports.BadRequest = exports.AssociateFileSystemAliasesResponse = exports.AssociateFileSystemAliasesRequest = exports.VolumeType = exports.OpenZFSVolumeConfiguration = exports.OpenZFSUserOrGroupQuota = exports.OpenZFSQuotaType = exports.OpenZFSOriginSnapshotConfiguration = exports.OpenZFSCopyStrategy = void 0;
|
|
5
|
+
exports.DeleteFileSystemResponse = exports.DeleteFileSystemWindowsResponse = exports.DeleteFileSystemOpenZFSResponse = exports.DeleteFileSystemLustreResponse = exports.DeleteFileSystemRequest = exports.DeleteFileSystemWindowsConfiguration = exports.DeleteFileSystemOpenZFSConfiguration = exports.DeleteFileSystemOpenZFSOption = exports.DeleteFileSystemLustreConfiguration = exports.DeleteDataRepositoryAssociationResponse = exports.DeleteDataRepositoryAssociationRequest = exports.DataRepositoryAssociationNotFound = exports.DeleteBackupResponse = exports.DeleteBackupRequest = exports.BackupRestoring = exports.BackupBeingCopied = exports.CreateVolumeFromBackupRequest = exports.StorageVirtualMachineNotFound = exports.MissingVolumeConfiguration = exports.CreateVolumeRequest = exports.CreateOpenZFSVolumeConfiguration = exports.CreateOpenZFSOriginSnapshotConfiguration = exports.CreateOntapVolumeConfiguration = exports.CreateStorageVirtualMachineResponse = exports.StorageVirtualMachine = exports.StorageVirtualMachineSubtype = exports.StorageVirtualMachineLifecycle = exports.SvmEndpoints = exports.SvmEndpoint = exports.SvmActiveDirectoryConfiguration = exports.CreateStorageVirtualMachineRequest = exports.StorageVirtualMachineRootVolumeSecurityStyle = exports.CreateSvmActiveDirectoryConfiguration = exports.CreateSnapshotRequest = exports.CreateFileSystemFromBackupRequest = exports.MissingFileSystemConfiguration = exports.InvalidPerUnitStorageThroughput = exports.InvalidNetworkSettings = exports.InvalidImportPath = exports.InvalidExportPath = exports.CreateFileSystemRequest = exports.CreateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfiguration = exports.WindowsAuditLogCreateConfiguration = exports.CreateFileSystemOpenZFSConfiguration = exports.OpenZFSCreateRootVolumeConfiguration = exports.CreateFileSystemOntapConfiguration = exports.CreateFileSystemLustreConfiguration = exports.LustreLogCreateConfiguration = exports.DataRepositoryTaskExecuting = void 0;
|
|
6
|
+
exports.UpdateDataRepositoryAssociationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RestoreVolumeFromSnapshotResponse = exports.RestoreVolumeFromSnapshotRequest = exports.RestoreOpenZFSVolumeOption = exports.ReleaseFileSystemNfsV3LocksRequest = exports.ResourceNotFound = exports.ResourceDoesNotSupportTagging = exports.NotServiceResourceError = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateFileSystemAliasesResponse = exports.DisassociateFileSystemAliasesRequest = exports.DescribeVolumesRequest = exports.VolumeFilter = exports.VolumeFilterName = exports.DescribeStorageVirtualMachinesResponse = exports.DescribeStorageVirtualMachinesRequest = exports.StorageVirtualMachineFilter = exports.StorageVirtualMachineFilterName = exports.DescribeSnapshotsRequest = exports.SnapshotFilter = exports.SnapshotFilterName = exports.DescribeFileSystemsRequest = exports.DescribeFileSystemAliasesResponse = exports.DescribeFileSystemAliasesRequest = exports.DescribeDataRepositoryTasksResponse = exports.DescribeDataRepositoryTasksRequest = exports.DataRepositoryTaskFilter = exports.DataRepositoryTaskFilterName = exports.InvalidDataRepositoryType = exports.DescribeDataRepositoryAssociationsResponse = exports.DescribeDataRepositoryAssociationsRequest = exports.DescribeBackupsRequest = exports.Filter = exports.FilterName = exports.DeleteVolumeResponse = exports.DeleteVolumeOntapResponse = exports.DeleteVolumeRequest = exports.DeleteVolumeOpenZFSConfiguration = exports.DeleteOpenZFSVolumeOption = exports.DeleteVolumeOntapConfiguration = exports.DeleteStorageVirtualMachineResponse = exports.DeleteStorageVirtualMachineRequest = exports.SnapshotNotFound = exports.DeleteSnapshotResponse = exports.DeleteSnapshotRequest = void 0;
|
|
7
|
+
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = exports.UpdateFileSystemLustreConfiguration = exports.UpdateDataRepositoryAssociationResponse = void 0;
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
9
|
const FSxServiceException_1 = require("./FSxServiceException");
|
|
10
10
|
var ActiveDirectoryBackupAttributes;
|
|
@@ -141,6 +141,12 @@ var LustreLogConfiguration;
|
|
|
141
141
|
...obj,
|
|
142
142
|
});
|
|
143
143
|
})(LustreLogConfiguration = exports.LustreLogConfiguration || (exports.LustreLogConfiguration = {}));
|
|
144
|
+
var LustreRootSquashConfiguration;
|
|
145
|
+
(function (LustreRootSquashConfiguration) {
|
|
146
|
+
LustreRootSquashConfiguration.filterSensitiveLog = (obj) => ({
|
|
147
|
+
...obj,
|
|
148
|
+
});
|
|
149
|
+
})(LustreRootSquashConfiguration = exports.LustreRootSquashConfiguration || (exports.LustreRootSquashConfiguration = {}));
|
|
144
150
|
var LustreFileSystemConfiguration;
|
|
145
151
|
(function (LustreFileSystemConfiguration) {
|
|
146
152
|
LustreFileSystemConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -2643,6 +2643,10 @@ const serializeAws_json1_1CreateFileSystemLustreConfiguration = (input, context)
|
|
|
2643
2643
|
}),
|
|
2644
2644
|
...(input.PerUnitStorageThroughput !== undefined &&
|
|
2645
2645
|
input.PerUnitStorageThroughput !== null && { PerUnitStorageThroughput: input.PerUnitStorageThroughput }),
|
|
2646
|
+
...(input.RootSquashConfiguration !== undefined &&
|
|
2647
|
+
input.RootSquashConfiguration !== null && {
|
|
2648
|
+
RootSquashConfiguration: serializeAws_json1_1LustreRootSquashConfiguration(input.RootSquashConfiguration, context),
|
|
2649
|
+
}),
|
|
2646
2650
|
...(input.WeeklyMaintenanceStartTime !== undefined &&
|
|
2647
2651
|
input.WeeklyMaintenanceStartTime !== null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }),
|
|
2648
2652
|
};
|
|
@@ -3237,6 +3241,25 @@ const serializeAws_json1_1LustreLogCreateConfiguration = (input, context) => {
|
|
|
3237
3241
|
...(input.Level !== undefined && input.Level !== null && { Level: input.Level }),
|
|
3238
3242
|
};
|
|
3239
3243
|
};
|
|
3244
|
+
const serializeAws_json1_1LustreNoSquashNids = (input, context) => {
|
|
3245
|
+
return input
|
|
3246
|
+
.filter((e) => e != null)
|
|
3247
|
+
.map((entry) => {
|
|
3248
|
+
if (entry === null) {
|
|
3249
|
+
return null;
|
|
3250
|
+
}
|
|
3251
|
+
return entry;
|
|
3252
|
+
});
|
|
3253
|
+
};
|
|
3254
|
+
const serializeAws_json1_1LustreRootSquashConfiguration = (input, context) => {
|
|
3255
|
+
return {
|
|
3256
|
+
...(input.NoSquashNids !== undefined &&
|
|
3257
|
+
input.NoSquashNids !== null && {
|
|
3258
|
+
NoSquashNids: serializeAws_json1_1LustreNoSquashNids(input.NoSquashNids, context),
|
|
3259
|
+
}),
|
|
3260
|
+
...(input.RootSquash !== undefined && input.RootSquash !== null && { RootSquash: input.RootSquash }),
|
|
3261
|
+
};
|
|
3262
|
+
};
|
|
3240
3263
|
const serializeAws_json1_1OpenZFSClientConfiguration = (input, context) => {
|
|
3241
3264
|
return {
|
|
3242
3265
|
...(input.Clients !== undefined && input.Clients !== null && { Clients: input.Clients }),
|
|
@@ -3570,6 +3593,10 @@ const serializeAws_json1_1UpdateFileSystemLustreConfiguration = (input, context)
|
|
|
3570
3593
|
input.LogConfiguration !== null && {
|
|
3571
3594
|
LogConfiguration: serializeAws_json1_1LustreLogCreateConfiguration(input.LogConfiguration, context),
|
|
3572
3595
|
}),
|
|
3596
|
+
...(input.RootSquashConfiguration !== undefined &&
|
|
3597
|
+
input.RootSquashConfiguration !== null && {
|
|
3598
|
+
RootSquashConfiguration: serializeAws_json1_1LustreRootSquashConfiguration(input.RootSquashConfiguration, context),
|
|
3599
|
+
}),
|
|
3573
3600
|
...(input.WeeklyMaintenanceStartTime !== undefined &&
|
|
3574
3601
|
input.WeeklyMaintenanceStartTime !== null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }),
|
|
3575
3602
|
};
|
|
@@ -4542,6 +4569,9 @@ const deserializeAws_json1_1LustreFileSystemConfiguration = (output, context) =>
|
|
|
4542
4569
|
: undefined,
|
|
4543
4570
|
MountName: (0, smithy_client_1.expectString)(output.MountName),
|
|
4544
4571
|
PerUnitStorageThroughput: (0, smithy_client_1.expectInt32)(output.PerUnitStorageThroughput),
|
|
4572
|
+
RootSquashConfiguration: output.RootSquashConfiguration !== undefined && output.RootSquashConfiguration !== null
|
|
4573
|
+
? deserializeAws_json1_1LustreRootSquashConfiguration(output.RootSquashConfiguration, context)
|
|
4574
|
+
: undefined,
|
|
4545
4575
|
WeeklyMaintenanceStartTime: (0, smithy_client_1.expectString)(output.WeeklyMaintenanceStartTime),
|
|
4546
4576
|
};
|
|
4547
4577
|
};
|
|
@@ -4551,6 +4581,25 @@ const deserializeAws_json1_1LustreLogConfiguration = (output, context) => {
|
|
|
4551
4581
|
Level: (0, smithy_client_1.expectString)(output.Level),
|
|
4552
4582
|
};
|
|
4553
4583
|
};
|
|
4584
|
+
const deserializeAws_json1_1LustreNoSquashNids = (output, context) => {
|
|
4585
|
+
const retVal = (output || [])
|
|
4586
|
+
.filter((e) => e != null)
|
|
4587
|
+
.map((entry) => {
|
|
4588
|
+
if (entry === null) {
|
|
4589
|
+
return null;
|
|
4590
|
+
}
|
|
4591
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4592
|
+
});
|
|
4593
|
+
return retVal;
|
|
4594
|
+
};
|
|
4595
|
+
const deserializeAws_json1_1LustreRootSquashConfiguration = (output, context) => {
|
|
4596
|
+
return {
|
|
4597
|
+
NoSquashNids: output.NoSquashNids !== undefined && output.NoSquashNids !== null
|
|
4598
|
+
? deserializeAws_json1_1LustreNoSquashNids(output.NoSquashNids, context)
|
|
4599
|
+
: undefined,
|
|
4600
|
+
RootSquash: (0, smithy_client_1.expectString)(output.RootSquash),
|
|
4601
|
+
};
|
|
4602
|
+
};
|
|
4554
4603
|
const deserializeAws_json1_1MissingFileSystemConfiguration = (output, context) => {
|
|
4555
4604
|
return {
|
|
4556
4605
|
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
@@ -17,8 +17,10 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
20
|
+
const smithy_client_2 = require("@aws-sdk/smithy-client");
|
|
20
21
|
const getRuntimeConfig = (config) => {
|
|
21
22
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
23
|
+
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
24
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
25
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
26
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
package/dist-es/FSxClient.js
CHANGED
|
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
|
|
|
3
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
5
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
6
7
|
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
@@ -25,6 +26,7 @@ var FSxClient = (function (_super) {
|
|
|
25
26
|
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
27
|
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
28
|
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
28
30
|
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
31
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
32
|
return _this;
|
|
@@ -122,6 +122,10 @@ export var LustreLogConfiguration;
|
|
|
122
122
|
(function (LustreLogConfiguration) {
|
|
123
123
|
LustreLogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
124
|
})(LustreLogConfiguration || (LustreLogConfiguration = {}));
|
|
125
|
+
export var LustreRootSquashConfiguration;
|
|
126
|
+
(function (LustreRootSquashConfiguration) {
|
|
127
|
+
LustreRootSquashConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
})(LustreRootSquashConfiguration || (LustreRootSquashConfiguration = {}));
|
|
125
129
|
export var LustreFileSystemConfiguration;
|
|
126
130
|
(function (LustreFileSystemConfiguration) {
|
|
127
131
|
LustreFileSystemConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -3268,7 +3268,7 @@ var serializeAws_json1_1CreateFileSystemFromBackupRequest = function (input, con
|
|
|
3268
3268
|
}));
|
|
3269
3269
|
};
|
|
3270
3270
|
var serializeAws_json1_1CreateFileSystemLustreConfiguration = function (input, context) {
|
|
3271
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AutoImportPolicy !== undefined &&
|
|
3271
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AutoImportPolicy !== undefined &&
|
|
3272
3272
|
input.AutoImportPolicy !== null && { AutoImportPolicy: input.AutoImportPolicy })), (input.AutomaticBackupRetentionDays !== undefined &&
|
|
3273
3273
|
input.AutomaticBackupRetentionDays !== null && {
|
|
3274
3274
|
AutomaticBackupRetentionDays: input.AutomaticBackupRetentionDays,
|
|
@@ -3284,7 +3284,10 @@ var serializeAws_json1_1CreateFileSystemLustreConfiguration = function (input, c
|
|
|
3284
3284
|
input.LogConfiguration !== null && {
|
|
3285
3285
|
LogConfiguration: serializeAws_json1_1LustreLogCreateConfiguration(input.LogConfiguration, context),
|
|
3286
3286
|
})), (input.PerUnitStorageThroughput !== undefined &&
|
|
3287
|
-
input.PerUnitStorageThroughput !== null && { PerUnitStorageThroughput: input.PerUnitStorageThroughput })), (input.
|
|
3287
|
+
input.PerUnitStorageThroughput !== null && { PerUnitStorageThroughput: input.PerUnitStorageThroughput })), (input.RootSquashConfiguration !== undefined &&
|
|
3288
|
+
input.RootSquashConfiguration !== null && {
|
|
3289
|
+
RootSquashConfiguration: serializeAws_json1_1LustreRootSquashConfiguration(input.RootSquashConfiguration, context),
|
|
3290
|
+
})), (input.WeeklyMaintenanceStartTime !== undefined &&
|
|
3288
3291
|
input.WeeklyMaintenanceStartTime !== null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }));
|
|
3289
3292
|
};
|
|
3290
3293
|
var serializeAws_json1_1CreateFileSystemOntapConfiguration = function (input, context) {
|
|
@@ -3682,6 +3685,22 @@ var serializeAws_json1_1ListTagsForResourceRequest = function (input, context) {
|
|
|
3682
3685
|
var serializeAws_json1_1LustreLogCreateConfiguration = function (input, context) {
|
|
3683
3686
|
return __assign(__assign({}, (input.Destination !== undefined && input.Destination !== null && { Destination: input.Destination })), (input.Level !== undefined && input.Level !== null && { Level: input.Level }));
|
|
3684
3687
|
};
|
|
3688
|
+
var serializeAws_json1_1LustreNoSquashNids = function (input, context) {
|
|
3689
|
+
return input
|
|
3690
|
+
.filter(function (e) { return e != null; })
|
|
3691
|
+
.map(function (entry) {
|
|
3692
|
+
if (entry === null) {
|
|
3693
|
+
return null;
|
|
3694
|
+
}
|
|
3695
|
+
return entry;
|
|
3696
|
+
});
|
|
3697
|
+
};
|
|
3698
|
+
var serializeAws_json1_1LustreRootSquashConfiguration = function (input, context) {
|
|
3699
|
+
return __assign(__assign({}, (input.NoSquashNids !== undefined &&
|
|
3700
|
+
input.NoSquashNids !== null && {
|
|
3701
|
+
NoSquashNids: serializeAws_json1_1LustreNoSquashNids(input.NoSquashNids, context),
|
|
3702
|
+
})), (input.RootSquash !== undefined && input.RootSquash !== null && { RootSquash: input.RootSquash }));
|
|
3703
|
+
};
|
|
3685
3704
|
var serializeAws_json1_1OpenZFSClientConfiguration = function (input, context) {
|
|
3686
3705
|
return __assign(__assign({}, (input.Clients !== undefined && input.Clients !== null && { Clients: input.Clients })), (input.Options !== undefined &&
|
|
3687
3706
|
input.Options !== null && { Options: serializeAws_json1_1OpenZFSNfsExportOptions(input.Options, context) }));
|
|
@@ -3937,7 +3956,7 @@ var serializeAws_json1_1UpdateDataRepositoryAssociationRequest = function (input
|
|
|
3937
3956
|
input.S3 !== null && { S3: serializeAws_json1_1S3DataRepositoryConfiguration(input.S3, context) }));
|
|
3938
3957
|
};
|
|
3939
3958
|
var serializeAws_json1_1UpdateFileSystemLustreConfiguration = function (input, context) {
|
|
3940
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.AutoImportPolicy !== undefined &&
|
|
3959
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AutoImportPolicy !== undefined &&
|
|
3941
3960
|
input.AutoImportPolicy !== null && { AutoImportPolicy: input.AutoImportPolicy })), (input.AutomaticBackupRetentionDays !== undefined &&
|
|
3942
3961
|
input.AutomaticBackupRetentionDays !== null && {
|
|
3943
3962
|
AutomaticBackupRetentionDays: input.AutomaticBackupRetentionDays,
|
|
@@ -3948,6 +3967,9 @@ var serializeAws_json1_1UpdateFileSystemLustreConfiguration = function (input, c
|
|
|
3948
3967
|
input.DataCompressionType !== null && { DataCompressionType: input.DataCompressionType })), (input.LogConfiguration !== undefined &&
|
|
3949
3968
|
input.LogConfiguration !== null && {
|
|
3950
3969
|
LogConfiguration: serializeAws_json1_1LustreLogCreateConfiguration(input.LogConfiguration, context),
|
|
3970
|
+
})), (input.RootSquashConfiguration !== undefined &&
|
|
3971
|
+
input.RootSquashConfiguration !== null && {
|
|
3972
|
+
RootSquashConfiguration: serializeAws_json1_1LustreRootSquashConfiguration(input.RootSquashConfiguration, context),
|
|
3951
3973
|
})), (input.WeeklyMaintenanceStartTime !== undefined &&
|
|
3952
3974
|
input.WeeklyMaintenanceStartTime !== null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }));
|
|
3953
3975
|
};
|
|
@@ -4851,6 +4873,9 @@ var deserializeAws_json1_1LustreFileSystemConfiguration = function (output, cont
|
|
|
4851
4873
|
: undefined,
|
|
4852
4874
|
MountName: __expectString(output.MountName),
|
|
4853
4875
|
PerUnitStorageThroughput: __expectInt32(output.PerUnitStorageThroughput),
|
|
4876
|
+
RootSquashConfiguration: output.RootSquashConfiguration !== undefined && output.RootSquashConfiguration !== null
|
|
4877
|
+
? deserializeAws_json1_1LustreRootSquashConfiguration(output.RootSquashConfiguration, context)
|
|
4878
|
+
: undefined,
|
|
4854
4879
|
WeeklyMaintenanceStartTime: __expectString(output.WeeklyMaintenanceStartTime),
|
|
4855
4880
|
};
|
|
4856
4881
|
};
|
|
@@ -4860,6 +4885,25 @@ var deserializeAws_json1_1LustreLogConfiguration = function (output, context) {
|
|
|
4860
4885
|
Level: __expectString(output.Level),
|
|
4861
4886
|
};
|
|
4862
4887
|
};
|
|
4888
|
+
var deserializeAws_json1_1LustreNoSquashNids = function (output, context) {
|
|
4889
|
+
var retVal = (output || [])
|
|
4890
|
+
.filter(function (e) { return e != null; })
|
|
4891
|
+
.map(function (entry) {
|
|
4892
|
+
if (entry === null) {
|
|
4893
|
+
return null;
|
|
4894
|
+
}
|
|
4895
|
+
return __expectString(entry);
|
|
4896
|
+
});
|
|
4897
|
+
return retVal;
|
|
4898
|
+
};
|
|
4899
|
+
var deserializeAws_json1_1LustreRootSquashConfiguration = function (output, context) {
|
|
4900
|
+
return {
|
|
4901
|
+
NoSquashNids: output.NoSquashNids !== undefined && output.NoSquashNids !== null
|
|
4902
|
+
? deserializeAws_json1_1LustreNoSquashNids(output.NoSquashNids, context)
|
|
4903
|
+
: undefined,
|
|
4904
|
+
RootSquash: __expectString(output.RootSquash),
|
|
4905
|
+
};
|
|
4906
|
+
};
|
|
4863
4907
|
var deserializeAws_json1_1MissingFileSystemConfiguration = function (output, context) {
|
|
4864
4908
|
return {
|
|
4865
4909
|
Message: __expectString(output.Message),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -14,8 +14,10 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
16
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
17
18
|
export var getRuntimeConfig = function (config) {
|
|
18
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
19
21
|
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
22
|
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
21
23
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
package/dist-types/FSx.d.ts
CHANGED
|
@@ -73,6 +73,11 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
|
|
|
73
73
|
* </li>
|
|
74
74
|
* <li>
|
|
75
75
|
* <p>
|
|
76
|
+
* <code>LustreRootSquashConfiguration</code>
|
|
77
|
+
* </p>
|
|
78
|
+
* </li>
|
|
79
|
+
* <li>
|
|
80
|
+
* <p>
|
|
76
81
|
* <code>StorageCapacity</code>
|
|
77
82
|
* </p>
|
|
78
83
|
* </li>
|
|
@@ -326,13 +326,67 @@ export declare namespace LustreLogConfiguration {
|
|
|
326
326
|
*/
|
|
327
327
|
const filterSensitiveLog: (obj: LustreLogConfiguration) => any;
|
|
328
328
|
}
|
|
329
|
+
/**
|
|
330
|
+
* <p>The configuration for Lustre root squash used to restrict root-level access
|
|
331
|
+
* from clients that try to access your FSx for Lustre file system as root.
|
|
332
|
+
* Use the <code>RootSquash</code> parameter to enable root squash. To learn more
|
|
333
|
+
* about Lustre root squash,
|
|
334
|
+
* see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/root-squash.html">Lustre root squash</a>.</p>
|
|
335
|
+
* <p>You can also use the <code>NoSquashNids</code> parameter to provide an array of clients
|
|
336
|
+
* who are not affected by the root squash setting. These clients will access the file system as root,
|
|
337
|
+
* with unrestricted privileges.</p>
|
|
338
|
+
*/
|
|
339
|
+
export interface LustreRootSquashConfiguration {
|
|
340
|
+
/**
|
|
341
|
+
* <p>You enable root squash by setting a user ID (UID) and group ID (GID) for the file
|
|
342
|
+
* system in the format <code>UID:GID</code> (for example, <code>365534:65534</code>).
|
|
343
|
+
* The UID and GID values can range from <code>0</code> to <code>4294967294</code>:</p>
|
|
344
|
+
* <ul>
|
|
345
|
+
* <li>
|
|
346
|
+
* <p>A non-zero value for UID and GID enables root squash. The UID and GID
|
|
347
|
+
* values can be different, but each must be a non-zero value.</p>
|
|
348
|
+
* </li>
|
|
349
|
+
* <li>
|
|
350
|
+
* <p>A value of <code>0</code> (zero) for UID and GID indicates root,
|
|
351
|
+
* and therefore disables root squash.</p>
|
|
352
|
+
* </li>
|
|
353
|
+
* </ul>
|
|
354
|
+
* <p>When root squash is enabled, the user ID and group ID of a root user accessing
|
|
355
|
+
* the file system are re-mapped to the UID and GID you provide.</p>
|
|
356
|
+
*/
|
|
357
|
+
RootSquash?: string;
|
|
358
|
+
/**
|
|
359
|
+
* <p>When root squash is enabled, you can optionally specify an array of NIDs of clients
|
|
360
|
+
* for which root squash does not apply. A client NID is a Lustre Network Identifier used
|
|
361
|
+
* to uniquely identify a client. You can specify the NID as either a single address or a
|
|
362
|
+
* range of addresses:</p>
|
|
363
|
+
* <ul>
|
|
364
|
+
* <li>
|
|
365
|
+
* <p>A single address is described in standard Lustre NID format by specifying
|
|
366
|
+
* the client’s IP address followed by the Lustre network ID (for example,
|
|
367
|
+
* <code>10.0.1.6@tcp</code>).</p>
|
|
368
|
+
* </li>
|
|
369
|
+
* <li>
|
|
370
|
+
* <p>An address range is described using a dash to separate the range (for example,
|
|
371
|
+
* <code>10.0.[2-10].[1-255]@tcp</code>).</p>
|
|
372
|
+
* </li>
|
|
373
|
+
* </ul>
|
|
374
|
+
*/
|
|
375
|
+
NoSquashNids?: string[];
|
|
376
|
+
}
|
|
377
|
+
export declare namespace LustreRootSquashConfiguration {
|
|
378
|
+
/**
|
|
379
|
+
* @internal
|
|
380
|
+
*/
|
|
381
|
+
const filterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
|
|
382
|
+
}
|
|
329
383
|
/**
|
|
330
384
|
* <p>The configuration for the Amazon FSx for Lustre file system.</p>
|
|
331
385
|
*/
|
|
332
386
|
export interface LustreFileSystemConfiguration {
|
|
333
387
|
/**
|
|
334
388
|
* <p>The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC
|
|
335
|
-
* time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and
|
|
389
|
+
* time zone. Here, <code>d</code> is the weekday number, from 1 through 7, beginning with Monday and
|
|
336
390
|
* ending with Sunday.</p>
|
|
337
391
|
*/
|
|
338
392
|
WeeklyMaintenanceStartTime?: string;
|
|
@@ -443,6 +497,12 @@ export interface LustreFileSystemConfiguration {
|
|
|
443
497
|
* events for your file system to Amazon CloudWatch Logs.</p>
|
|
444
498
|
*/
|
|
445
499
|
LogConfiguration?: LustreLogConfiguration;
|
|
500
|
+
/**
|
|
501
|
+
* <p>The Lustre root squash configuration for an Amazon FSx for Lustre
|
|
502
|
+
* file system. When enabled, root squash restricts root-level access from clients that
|
|
503
|
+
* try to access your file system as a root user.</p>
|
|
504
|
+
*/
|
|
505
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
446
506
|
}
|
|
447
507
|
export declare namespace LustreFileSystemConfiguration {
|
|
448
508
|
/**
|
|
@@ -2971,6 +3031,12 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
2971
3031
|
* associated with your file system to Amazon CloudWatch Logs.</p>
|
|
2972
3032
|
*/
|
|
2973
3033
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
3034
|
+
/**
|
|
3035
|
+
* <p>The Lustre root squash configuration used when creating an Amazon FSx for Lustre
|
|
3036
|
+
* file system. When enabled, root squash restricts root-level access from clients that
|
|
3037
|
+
* try to access your file system as a root user.</p>
|
|
3038
|
+
*/
|
|
3039
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
2974
3040
|
}
|
|
2975
3041
|
export declare namespace CreateFileSystemLustreConfiguration {
|
|
2976
3042
|
/**
|
|
@@ -3012,8 +3078,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
3012
3078
|
* </li>
|
|
3013
3079
|
* </ul>
|
|
3014
3080
|
* <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to
|
|
3015
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-
|
|
3016
|
-
* Single-AZ file system deployment</a>. </p>
|
|
3081
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-AZ.html">Choosing a file system deployment type</a>. </p>
|
|
3017
3082
|
*/
|
|
3018
3083
|
DeploymentType: OntapDeploymentType | string | undefined;
|
|
3019
3084
|
/**
|
|
@@ -6004,6 +6069,12 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
6004
6069
|
* data repositories associated with your file system to Amazon CloudWatch Logs.</p>
|
|
6005
6070
|
*/
|
|
6006
6071
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
6072
|
+
/**
|
|
6073
|
+
* <p>The Lustre root squash configuration used when updating an Amazon FSx for Lustre
|
|
6074
|
+
* file system. When enabled, root squash restricts root-level access from clients that
|
|
6075
|
+
* try to access your file system as a root user.</p>
|
|
6076
|
+
*/
|
|
6077
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
6007
6078
|
}
|
|
6008
6079
|
export declare namespace UpdateFileSystemLustreConfiguration {
|
|
6009
6080
|
/**
|
|
@@ -155,6 +155,17 @@ export declare namespace LustreLogConfiguration {
|
|
|
155
155
|
const filterSensitiveLog: (obj: LustreLogConfiguration) => any;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
+
export interface LustreRootSquashConfiguration {
|
|
159
|
+
|
|
160
|
+
RootSquash?: string;
|
|
161
|
+
|
|
162
|
+
NoSquashNids?: string[];
|
|
163
|
+
}
|
|
164
|
+
export declare namespace LustreRootSquashConfiguration {
|
|
165
|
+
|
|
166
|
+
const filterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
|
|
167
|
+
}
|
|
168
|
+
|
|
158
169
|
export interface LustreFileSystemConfiguration {
|
|
159
170
|
|
|
160
171
|
WeeklyMaintenanceStartTime?: string;
|
|
@@ -178,6 +189,8 @@ export interface LustreFileSystemConfiguration {
|
|
|
178
189
|
DataCompressionType?: DataCompressionType | string;
|
|
179
190
|
|
|
180
191
|
LogConfiguration?: LustreLogConfiguration;
|
|
192
|
+
|
|
193
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
181
194
|
}
|
|
182
195
|
export declare namespace LustreFileSystemConfiguration {
|
|
183
196
|
|
|
@@ -1086,6 +1099,8 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
1086
1099
|
DataCompressionType?: DataCompressionType | string;
|
|
1087
1100
|
|
|
1088
1101
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
1102
|
+
|
|
1103
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
1089
1104
|
}
|
|
1090
1105
|
export declare namespace CreateFileSystemLustreConfiguration {
|
|
1091
1106
|
|
|
@@ -2308,6 +2323,8 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
2308
2323
|
DataCompressionType?: DataCompressionType | string;
|
|
2309
2324
|
|
|
2310
2325
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
2326
|
+
|
|
2327
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
2311
2328
|
}
|
|
2312
2329
|
export declare namespace UpdateFileSystemLustreConfiguration {
|
|
2313
2330
|
|
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.
|
|
4
|
+
"version": "3.105.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,15 +18,16 @@
|
|
|
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.
|
|
21
|
+
"@aws-sdk/client-sts": "3.105.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.105.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.78.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.78.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.78.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.105.0",
|
|
30
31
|
"@aws-sdk/middleware-retry": "3.80.0",
|
|
31
32
|
"@aws-sdk/middleware-serde": "3.78.0",
|
|
32
33
|
"@aws-sdk/middleware-signing": "3.78.0",
|
|
@@ -35,15 +36,15 @@
|
|
|
35
36
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
37
|
"@aws-sdk/node-http-handler": "3.94.0",
|
|
37
38
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.99.0",
|
|
39
40
|
"@aws-sdk/types": "3.78.0",
|
|
40
41
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
42
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.99.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.99.0",
|
|
47
48
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
49
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
50
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|