@aws-sdk/client-storage-gateway 3.952.0 → 3.954.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/index.js +1011 -659
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/ActivateGatewayCommand.js +2 -2
- package/dist-es/commands/AddCacheCommand.js +2 -2
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-es/commands/AddUploadBufferCommand.js +2 -2
- package/dist-es/commands/AddWorkingStorageCommand.js +2 -2
- package/dist-es/commands/AssignTapePoolCommand.js +2 -2
- package/dist-es/commands/AssociateFileSystemCommand.js +2 -2
- package/dist-es/commands/AttachVolumeCommand.js +2 -2
- package/dist-es/commands/CancelArchivalCommand.js +2 -2
- package/dist-es/commands/CancelCacheReportCommand.js +2 -2
- package/dist-es/commands/CancelRetrievalCommand.js +2 -2
- package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +2 -2
- package/dist-es/commands/CreateNFSFileShareCommand.js +2 -2
- package/dist-es/commands/CreateSMBFileShareCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +2 -2
- package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +2 -2
- package/dist-es/commands/CreateTapePoolCommand.js +2 -2
- package/dist-es/commands/CreateTapeWithBarcodeCommand.js +2 -2
- package/dist-es/commands/CreateTapesCommand.js +2 -2
- package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +2 -2
- package/dist-es/commands/DeleteCacheReportCommand.js +2 -2
- package/dist-es/commands/DeleteChapCredentialsCommand.js +2 -2
- package/dist-es/commands/DeleteFileShareCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/DeleteTapeArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteTapeCommand.js +2 -2
- package/dist-es/commands/DeleteTapePoolCommand.js +2 -2
- package/dist-es/commands/DeleteVolumeCommand.js +2 -2
- package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +2 -2
- package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +2 -2
- package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +2 -2
- package/dist-es/commands/DescribeCacheCommand.js +2 -2
- package/dist-es/commands/DescribeCacheReportCommand.js +2 -2
- package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +2 -2
- package/dist-es/commands/DescribeChapCredentialsCommand.js +2 -2
- package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeGatewayInformationCommand.js +2 -2
- package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +2 -2
- package/dist-es/commands/DescribeNFSFileSharesCommand.js +2 -2
- package/dist-es/commands/DescribeSMBFileSharesCommand.js +2 -2
- package/dist-es/commands/DescribeSMBSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeSnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +2 -2
- package/dist-es/commands/DescribeTapeArchivesCommand.js +2 -2
- package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +2 -2
- package/dist-es/commands/DescribeTapesCommand.js +2 -2
- package/dist-es/commands/DescribeUploadBufferCommand.js +2 -2
- package/dist-es/commands/DescribeVTLDevicesCommand.js +2 -2
- package/dist-es/commands/DescribeWorkingStorageCommand.js +2 -2
- package/dist-es/commands/DetachVolumeCommand.js +2 -2
- package/dist-es/commands/DisableGatewayCommand.js +2 -2
- package/dist-es/commands/DisassociateFileSystemCommand.js +2 -2
- package/dist-es/commands/EvictFilesFailingUploadCommand.js +2 -2
- package/dist-es/commands/JoinDomainCommand.js +2 -2
- package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +2 -2
- package/dist-es/commands/ListCacheReportsCommand.js +2 -2
- package/dist-es/commands/ListFileSharesCommand.js +2 -2
- package/dist-es/commands/ListFileSystemAssociationsCommand.js +2 -2
- package/dist-es/commands/ListGatewaysCommand.js +2 -2
- package/dist-es/commands/ListLocalDisksCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTapePoolsCommand.js +2 -2
- package/dist-es/commands/ListTapesCommand.js +2 -2
- package/dist-es/commands/ListVolumeInitiatorsCommand.js +2 -2
- package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +2 -2
- package/dist-es/commands/ListVolumesCommand.js +2 -2
- package/dist-es/commands/NotifyWhenUploadedCommand.js +2 -2
- package/dist-es/commands/RefreshCacheCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-es/commands/ResetCacheCommand.js +2 -2
- package/dist-es/commands/RetrieveTapeArchiveCommand.js +2 -2
- package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +2 -2
- package/dist-es/commands/SetLocalConsolePasswordCommand.js +2 -2
- package/dist-es/commands/SetSMBGuestPasswordCommand.js +2 -2
- package/dist-es/commands/ShutdownGatewayCommand.js +2 -2
- package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +2 -2
- package/dist-es/commands/StartCacheReportCommand.js +2 -2
- package/dist-es/commands/StartGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +2 -2
- package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +2 -2
- package/dist-es/commands/UpdateChapCredentialsCommand.js +2 -2
- package/dist-es/commands/UpdateFileSystemAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -2
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -2
- package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +2 -2
- package/dist-es/commands/UpdateNFSFileShareCommand.js +2 -2
- package/dist-es/commands/UpdateSMBFileShareCommand.js +2 -2
- package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +2 -2
- package/dist-es/commands/UpdateSMBLocalGroupsCommand.js +2 -2
- package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +602 -576
- package/dist-types/StorageGatewayClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +327 -376
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -377
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveTagsFromResource } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveTagsFromResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveTagsFromResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveTagsFromResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "RemoveTagsFromResource", {})
|
|
13
13
|
.n("StorageGatewayClient", "RemoveTagsFromResourceCommand")
|
|
14
|
-
.sc(RemoveTagsFromResource)
|
|
14
|
+
.sc(RemoveTagsFromResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ResetCache } from "../schemas/schemas_0";
|
|
4
|
+
import { ResetCache$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ResetCacheCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ResetCacheCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "ResetCache", {})
|
|
13
13
|
.n("StorageGatewayClient", "ResetCacheCommand")
|
|
14
|
-
.sc(ResetCache)
|
|
14
|
+
.sc(ResetCache$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RetrieveTapeArchive } from "../schemas/schemas_0";
|
|
4
|
+
import { RetrieveTapeArchive$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RetrieveTapeArchiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RetrieveTapeArchiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "RetrieveTapeArchive", {})
|
|
13
13
|
.n("StorageGatewayClient", "RetrieveTapeArchiveCommand")
|
|
14
|
-
.sc(RetrieveTapeArchive)
|
|
14
|
+
.sc(RetrieveTapeArchive$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RetrieveTapeRecoveryPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { RetrieveTapeRecoveryPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RetrieveTapeRecoveryPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RetrieveTapeRecoveryPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "RetrieveTapeRecoveryPoint", {})
|
|
13
13
|
.n("StorageGatewayClient", "RetrieveTapeRecoveryPointCommand")
|
|
14
|
-
.sc(RetrieveTapeRecoveryPoint)
|
|
14
|
+
.sc(RetrieveTapeRecoveryPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetLocalConsolePassword } from "../schemas/schemas_0";
|
|
4
|
+
import { SetLocalConsolePassword$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetLocalConsolePasswordCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetLocalConsolePasswordCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "SetLocalConsolePassword", {})
|
|
13
13
|
.n("StorageGatewayClient", "SetLocalConsolePasswordCommand")
|
|
14
|
-
.sc(SetLocalConsolePassword)
|
|
14
|
+
.sc(SetLocalConsolePassword$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetSMBGuestPassword } from "../schemas/schemas_0";
|
|
4
|
+
import { SetSMBGuestPassword$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetSMBGuestPasswordCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetSMBGuestPasswordCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "SetSMBGuestPassword", {})
|
|
13
13
|
.n("StorageGatewayClient", "SetSMBGuestPasswordCommand")
|
|
14
|
-
.sc(SetSMBGuestPassword)
|
|
14
|
+
.sc(SetSMBGuestPassword$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ShutdownGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { ShutdownGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ShutdownGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ShutdownGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "ShutdownGateway", {})
|
|
13
13
|
.n("StorageGatewayClient", "ShutdownGatewayCommand")
|
|
14
|
-
.sc(ShutdownGateway)
|
|
14
|
+
.sc(ShutdownGateway$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartAvailabilityMonitorTest } from "../schemas/schemas_0";
|
|
4
|
+
import { StartAvailabilityMonitorTest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartAvailabilityMonitorTestCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartAvailabilityMonitorTestCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "StartAvailabilityMonitorTest", {})
|
|
13
13
|
.n("StorageGatewayClient", "StartAvailabilityMonitorTestCommand")
|
|
14
|
-
.sc(StartAvailabilityMonitorTest)
|
|
14
|
+
.sc(StartAvailabilityMonitorTest$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartCacheReport } from "../schemas/schemas_0";
|
|
4
|
+
import { StartCacheReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartCacheReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartCacheReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "StartCacheReport", {})
|
|
13
13
|
.n("StorageGatewayClient", "StartCacheReportCommand")
|
|
14
|
-
.sc(StartCacheReport)
|
|
14
|
+
.sc(StartCacheReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { StartGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "StartGateway", {})
|
|
13
13
|
.n("StorageGatewayClient", "StartGatewayCommand")
|
|
14
|
-
.sc(StartGateway)
|
|
14
|
+
.sc(StartGateway$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAutomaticTapeCreationPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAutomaticTapeCreationPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAutomaticTapeCreationPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAutomaticTapeCreationPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateAutomaticTapeCreationPolicy", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateAutomaticTapeCreationPolicyCommand")
|
|
14
|
-
.sc(UpdateAutomaticTapeCreationPolicy)
|
|
14
|
+
.sc(UpdateAutomaticTapeCreationPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateBandwidthRateLimit } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateBandwidthRateLimit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateBandwidthRateLimitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateBandwidthRateLimitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateBandwidthRateLimit", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateBandwidthRateLimitCommand")
|
|
14
|
-
.sc(UpdateBandwidthRateLimit)
|
|
14
|
+
.sc(UpdateBandwidthRateLimit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateBandwidthRateLimitSchedule } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateBandwidthRateLimitSchedule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateBandwidthRateLimitScheduleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateBandwidthRateLimitScheduleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateBandwidthRateLimitSchedule", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateBandwidthRateLimitScheduleCommand")
|
|
14
|
-
.sc(UpdateBandwidthRateLimitSchedule)
|
|
14
|
+
.sc(UpdateBandwidthRateLimitSchedule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateChapCredentials } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateChapCredentials$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateChapCredentialsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateChapCredentialsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateChapCredentials", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateChapCredentialsCommand")
|
|
14
|
-
.sc(UpdateChapCredentials)
|
|
14
|
+
.sc(UpdateChapCredentials$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateFileSystemAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFileSystemAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFileSystemAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFileSystemAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateFileSystemAssociation", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateFileSystemAssociationCommand")
|
|
14
|
-
.sc(UpdateFileSystemAssociation)
|
|
14
|
+
.sc(UpdateFileSystemAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateGatewayInformation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateGatewayInformation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateGatewayInformationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateGatewayInformationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateGatewayInformation", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateGatewayInformationCommand")
|
|
14
|
-
.sc(UpdateGatewayInformation)
|
|
14
|
+
.sc(UpdateGatewayInformation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateGatewaySoftwareNow } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateGatewaySoftwareNow$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateGatewaySoftwareNowCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateGatewaySoftwareNowCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateGatewaySoftwareNow", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateGatewaySoftwareNowCommand")
|
|
14
|
-
.sc(UpdateGatewaySoftwareNow)
|
|
14
|
+
.sc(UpdateGatewaySoftwareNow$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateMaintenanceStartTime } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateMaintenanceStartTime$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMaintenanceStartTimeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateMaintenanceStartTimeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateMaintenanceStartTime", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateMaintenanceStartTimeCommand")
|
|
14
|
-
.sc(UpdateMaintenanceStartTime)
|
|
14
|
+
.sc(UpdateMaintenanceStartTime$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNFSFileShare } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNFSFileShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNFSFileShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNFSFileShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateNFSFileShare", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateNFSFileShareCommand")
|
|
14
|
-
.sc(UpdateNFSFileShare)
|
|
14
|
+
.sc(UpdateNFSFileShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateSMBFileShare } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSMBFileShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSMBFileShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSMBFileShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateSMBFileShare", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateSMBFileShareCommand")
|
|
14
|
-
.sc(UpdateSMBFileShare)
|
|
14
|
+
.sc(UpdateSMBFileShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateSMBFileShareVisibility } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSMBFileShareVisibility$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSMBFileShareVisibilityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSMBFileShareVisibilityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateSMBFileShareVisibility", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateSMBFileShareVisibilityCommand")
|
|
14
|
-
.sc(UpdateSMBFileShareVisibility)
|
|
14
|
+
.sc(UpdateSMBFileShareVisibility$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateSMBLocalGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSMBLocalGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSMBLocalGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSMBLocalGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateSMBLocalGroups", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateSMBLocalGroupsCommand")
|
|
14
|
-
.sc(UpdateSMBLocalGroups)
|
|
14
|
+
.sc(UpdateSMBLocalGroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateSMBSecurityStrategy } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSMBSecurityStrategy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSMBSecurityStrategyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSMBSecurityStrategyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateSMBSecurityStrategy", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateSMBSecurityStrategyCommand")
|
|
14
|
-
.sc(UpdateSMBSecurityStrategy)
|
|
14
|
+
.sc(UpdateSMBSecurityStrategy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateSnapshotSchedule } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSnapshotSchedule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSnapshotScheduleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSnapshotScheduleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateSnapshotSchedule", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateSnapshotScheduleCommand")
|
|
14
|
-
.sc(UpdateSnapshotSchedule)
|
|
14
|
+
.sc(UpdateSnapshotSchedule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateVTLDeviceType } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateVTLDeviceType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateVTLDeviceTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateVTLDeviceTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("StorageGateway_20130630", "UpdateVTLDeviceType", {})
|
|
13
13
|
.n("StorageGatewayClient", "UpdateVTLDeviceTypeCommand")
|
|
14
|
-
.sc(UpdateVTLDeviceType)
|
|
14
|
+
.sc(UpdateVTLDeviceType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.storagegateway",
|
|
29
|
+
xmlNamespace: "http://storagegateway.amazonaws.com/doc/2013-06-30",
|
|
30
|
+
version: "2013-06-30",
|
|
31
|
+
serviceTarget: "StorageGateway_20130630",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "Storage Gateway",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|