@aws-sdk/client-storage-gateway 3.948.0 → 3.953.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
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class StorageGatewayClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class StorageGatewayServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, StorageGatewayServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class InternalServerError extends StorageGatewayServiceException {
|
|
121
121
|
name = "InternalServerError";
|
|
122
122
|
$fault = "server";
|
|
123
123
|
error;
|
|
@@ -130,8 +130,8 @@ let InternalServerError$1 = class InternalServerError extends StorageGatewayServ
|
|
|
130
130
|
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
131
131
|
this.error = opts.error;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidGatewayRequestException extends StorageGatewayServiceException {
|
|
135
135
|
name = "InvalidGatewayRequestException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
error;
|
|
@@ -144,8 +144,8 @@ let InvalidGatewayRequestException$1 = class InvalidGatewayRequestException exte
|
|
|
144
144
|
Object.setPrototypeOf(this, InvalidGatewayRequestException.prototype);
|
|
145
145
|
this.error = opts.error;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class ServiceUnavailableError extends StorageGatewayServiceException {
|
|
149
149
|
name = "ServiceUnavailableError";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
error;
|
|
@@ -158,7 +158,7 @@ let ServiceUnavailableError$1 = class ServiceUnavailableError extends StorageGat
|
|
|
158
158
|
Object.setPrototypeOf(this, ServiceUnavailableError.prototype);
|
|
159
159
|
this.error = opts.error;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
161
|
+
}
|
|
162
162
|
|
|
163
163
|
const _A = "Authentication";
|
|
164
164
|
const _ABE = "AccessBasedEnumeration";
|
|
@@ -730,7 +730,7 @@ var ChapSecret = [0, n0, _CS, 8, 0];
|
|
|
730
730
|
var DomainUserPassword = [0, n0, _DUP, 8, 0];
|
|
731
731
|
var LocalConsolePassword = [0, n0, _LCP, 8, 0];
|
|
732
732
|
var SMBGuestPassword = [0, n0, _SMBGP, 8, 0];
|
|
733
|
-
var ActivateGatewayInput = [
|
|
733
|
+
var ActivateGatewayInput$ = [
|
|
734
734
|
3,
|
|
735
735
|
n0,
|
|
736
736
|
_AGI,
|
|
@@ -738,27 +738,37 @@ var ActivateGatewayInput = [
|
|
|
738
738
|
[_AK, _GN, _GT, _GR, _GTa, _TDT, _MCT, _T],
|
|
739
739
|
[0, 0, 0, 0, 0, 0, 0, () => Tags],
|
|
740
740
|
];
|
|
741
|
-
var ActivateGatewayOutput = [3, n0, _AGO, 0, [_GARN], [0]];
|
|
742
|
-
var AddCacheInput = [3, n0, _ACI, 0, [_GARN, _DI], [0, 64 | 0]];
|
|
743
|
-
var AddCacheOutput = [3, n0, _ACO, 0, [_GARN], [0]];
|
|
744
|
-
var AddTagsToResourceInput = [3, n0, _ATTRI, 0, [_RARN, _T], [0, () => Tags]];
|
|
745
|
-
var AddTagsToResourceOutput = [3, n0, _ATTRO, 0, [_RARN], [0]];
|
|
746
|
-
var AddUploadBufferInput = [3, n0, _AUBI, 0, [_GARN, _DI], [0, 64 | 0]];
|
|
747
|
-
var AddUploadBufferOutput = [3, n0, _AUBO, 0, [_GARN], [0]];
|
|
748
|
-
var AddWorkingStorageInput = [3, n0, _AWSI, 0, [_GARN, _DI], [0, 64 | 0]];
|
|
749
|
-
var AddWorkingStorageOutput = [3, n0, _AWSO, 0, [_GARN], [0]];
|
|
750
|
-
var AssignTapePoolInput = [3, n0, _ATPI, 0, [_TARN, _PI, _BGR], [0, 0, 2]];
|
|
751
|
-
var AssignTapePoolOutput = [3, n0, _ATPO, 0, [_TARN], [0]];
|
|
752
|
-
var AssociateFileSystemInput = [
|
|
741
|
+
var ActivateGatewayOutput$ = [3, n0, _AGO, 0, [_GARN], [0]];
|
|
742
|
+
var AddCacheInput$ = [3, n0, _ACI, 0, [_GARN, _DI], [0, 64 | 0]];
|
|
743
|
+
var AddCacheOutput$ = [3, n0, _ACO, 0, [_GARN], [0]];
|
|
744
|
+
var AddTagsToResourceInput$ = [3, n0, _ATTRI, 0, [_RARN, _T], [0, () => Tags]];
|
|
745
|
+
var AddTagsToResourceOutput$ = [3, n0, _ATTRO, 0, [_RARN], [0]];
|
|
746
|
+
var AddUploadBufferInput$ = [3, n0, _AUBI, 0, [_GARN, _DI], [0, 64 | 0]];
|
|
747
|
+
var AddUploadBufferOutput$ = [3, n0, _AUBO, 0, [_GARN], [0]];
|
|
748
|
+
var AddWorkingStorageInput$ = [3, n0, _AWSI, 0, [_GARN, _DI], [0, 64 | 0]];
|
|
749
|
+
var AddWorkingStorageOutput$ = [3, n0, _AWSO, 0, [_GARN], [0]];
|
|
750
|
+
var AssignTapePoolInput$ = [3, n0, _ATPI, 0, [_TARN, _PI, _BGR], [0, 0, 2]];
|
|
751
|
+
var AssignTapePoolOutput$ = [3, n0, _ATPO, 0, [_TARN], [0]];
|
|
752
|
+
var AssociateFileSystemInput$ = [
|
|
753
753
|
3,
|
|
754
754
|
n0,
|
|
755
755
|
_AFSI,
|
|
756
756
|
0,
|
|
757
757
|
[_UN, _P, _CT, _GARN, _LARN, _T, _ADARN, _CA, _ENC],
|
|
758
|
-
[
|
|
758
|
+
[
|
|
759
|
+
0,
|
|
760
|
+
[() => DomainUserPassword, 0],
|
|
761
|
+
0,
|
|
762
|
+
0,
|
|
763
|
+
0,
|
|
764
|
+
() => Tags,
|
|
765
|
+
0,
|
|
766
|
+
() => CacheAttributes$,
|
|
767
|
+
() => EndpointNetworkConfiguration$,
|
|
768
|
+
],
|
|
759
769
|
];
|
|
760
|
-
var AssociateFileSystemOutput = [3, n0, _AFSO, 0, [_FSAARN], [0]];
|
|
761
|
-
var AttachVolumeInput = [
|
|
770
|
+
var AssociateFileSystemOutput$ = [3, n0, _AFSO, 0, [_FSAARN], [0]];
|
|
771
|
+
var AttachVolumeInput$ = [
|
|
762
772
|
3,
|
|
763
773
|
n0,
|
|
764
774
|
_AVI,
|
|
@@ -766,8 +776,8 @@ var AttachVolumeInput = [
|
|
|
766
776
|
[_GARN, _TN, _VARN, _NII, _DIi],
|
|
767
777
|
[0, 0, 0, 0, 0],
|
|
768
778
|
];
|
|
769
|
-
var AttachVolumeOutput = [3, n0, _AVO, 0, [_VARN, _TARNa], [0, 0]];
|
|
770
|
-
var AutomaticTapeCreationPolicyInfo = [
|
|
779
|
+
var AttachVolumeOutput$ = [3, n0, _AVO, 0, [_VARN, _TARNa], [0, 0]];
|
|
780
|
+
var AutomaticTapeCreationPolicyInfo$ = [
|
|
771
781
|
3,
|
|
772
782
|
n0,
|
|
773
783
|
_ATCPI,
|
|
@@ -775,7 +785,7 @@ var AutomaticTapeCreationPolicyInfo = [
|
|
|
775
785
|
[_ATCR, _GARN],
|
|
776
786
|
[() => AutomaticTapeCreationRules, 0],
|
|
777
787
|
];
|
|
778
|
-
var AutomaticTapeCreationRule = [
|
|
788
|
+
var AutomaticTapeCreationRule$ = [
|
|
779
789
|
3,
|
|
780
790
|
n0,
|
|
781
791
|
_ATCRu,
|
|
@@ -783,7 +793,7 @@ var AutomaticTapeCreationRule = [
|
|
|
783
793
|
[_TBP, _PI, _TSIB, _MNT, _W],
|
|
784
794
|
[0, 0, 1, 1, 2],
|
|
785
795
|
];
|
|
786
|
-
var BandwidthRateLimitInterval = [
|
|
796
|
+
var BandwidthRateLimitInterval$ = [
|
|
787
797
|
3,
|
|
788
798
|
n0,
|
|
789
799
|
_BRLI,
|
|
@@ -791,17 +801,17 @@ var BandwidthRateLimitInterval = [
|
|
|
791
801
|
[_SHOD, _SMOH, _EHOD, _EMOH, _DOW, _AURLIBPS, _ADRLIBPS],
|
|
792
802
|
[1, 1, 1, 1, 64 | 1, 1, 1],
|
|
793
803
|
];
|
|
794
|
-
var CacheAttributes = [3, n0, _CA, 0, [_CSTIS], [1]];
|
|
795
|
-
var CachediSCSIVolume = [
|
|
804
|
+
var CacheAttributes$ = [3, n0, _CA, 0, [_CSTIS], [1]];
|
|
805
|
+
var CachediSCSIVolume$ = [
|
|
796
806
|
3,
|
|
797
807
|
n0,
|
|
798
808
|
_CSCSIV,
|
|
799
809
|
0,
|
|
800
810
|
[_VARN, _VI, _VT, _VS, _VAS, _VSIB, _VP, _SSI, _VSCSIA, _CD, _VUIB, _KMSK, _TN],
|
|
801
|
-
[0, 0, 0, 0, 0, 1, 1, 0, () => VolumeiSCSIAttributes
|
|
811
|
+
[0, 0, 0, 0, 0, 1, 1, 0, () => VolumeiSCSIAttributes$, 4, 1, 0, 0],
|
|
802
812
|
];
|
|
803
|
-
var CacheReportFilter = [3, n0, _CRF, 0, [_N, _V], [0, 64 | 0]];
|
|
804
|
-
var CacheReportInfo = [
|
|
813
|
+
var CacheReportFilter$ = [3, n0, _CRF, 0, [_N, _V], [0, 64 | 0]];
|
|
814
|
+
var CacheReportInfo$ = [
|
|
805
815
|
3,
|
|
806
816
|
n0,
|
|
807
817
|
_CRI,
|
|
@@ -809,13 +819,13 @@ var CacheReportInfo = [
|
|
|
809
819
|
[_CRARN, _CRS, _RCP, _ET, _R, _FSARN, _LARN, _ST, _IF, _EF, _RN, _T],
|
|
810
820
|
[0, 0, 1, 4, 0, 0, 0, 4, () => CacheReportFilterList, () => CacheReportFilterList, 0, () => Tags],
|
|
811
821
|
];
|
|
812
|
-
var CancelArchivalInput = [3, n0, _CAI, 0, [_GARN, _TARN], [0, 0]];
|
|
813
|
-
var CancelArchivalOutput = [3, n0, _CAO, 0, [_TARN], [0]];
|
|
814
|
-
var CancelCacheReportInput = [3, n0, _CCRI, 0, [_CRARN], [0]];
|
|
815
|
-
var CancelCacheReportOutput = [3, n0, _CCRO, 0, [_CRARN], [0]];
|
|
816
|
-
var CancelRetrievalInput = [3, n0, _CRIa, 0, [_GARN, _TARN], [0, 0]];
|
|
817
|
-
var CancelRetrievalOutput = [3, n0, _CRO, 0, [_TARN], [0]];
|
|
818
|
-
var ChapInfo = [
|
|
822
|
+
var CancelArchivalInput$ = [3, n0, _CAI, 0, [_GARN, _TARN], [0, 0]];
|
|
823
|
+
var CancelArchivalOutput$ = [3, n0, _CAO, 0, [_TARN], [0]];
|
|
824
|
+
var CancelCacheReportInput$ = [3, n0, _CCRI, 0, [_CRARN], [0]];
|
|
825
|
+
var CancelCacheReportOutput$ = [3, n0, _CCRO, 0, [_CRARN], [0]];
|
|
826
|
+
var CancelRetrievalInput$ = [3, n0, _CRIa, 0, [_GARN, _TARN], [0, 0]];
|
|
827
|
+
var CancelRetrievalOutput$ = [3, n0, _CRO, 0, [_TARN], [0]];
|
|
828
|
+
var ChapInfo$ = [
|
|
819
829
|
3,
|
|
820
830
|
n0,
|
|
821
831
|
_CI,
|
|
@@ -823,7 +833,7 @@ var ChapInfo = [
|
|
|
823
833
|
[_TARNa, _STAI, _IN, _STAT],
|
|
824
834
|
[0, [() => ChapSecret, 0], 0, [() => ChapSecret, 0]],
|
|
825
835
|
];
|
|
826
|
-
var CreateCachediSCSIVolumeInput = [
|
|
836
|
+
var CreateCachediSCSIVolumeInput$ = [
|
|
827
837
|
3,
|
|
828
838
|
n0,
|
|
829
839
|
_CCSCSIVI,
|
|
@@ -831,8 +841,8 @@ var CreateCachediSCSIVolumeInput = [
|
|
|
831
841
|
[_GARN, _VSIB, _SI, _TN, _SVARN, _NII, _CT, _KMSE, _KMSK, _T],
|
|
832
842
|
[0, 1, 0, 0, 0, 0, 0, 2, 0, () => Tags],
|
|
833
843
|
];
|
|
834
|
-
var CreateCachediSCSIVolumeOutput = [3, n0, _CCSCSIVO, 0, [_VARN, _TARNa], [0, 0]];
|
|
835
|
-
var CreateNFSFileShareInput = [
|
|
844
|
+
var CreateCachediSCSIVolumeOutput$ = [3, n0, _CCSCSIVO, 0, [_VARN, _TARNa], [0, 0]];
|
|
845
|
+
var CreateNFSFileShareInput$ = [
|
|
836
846
|
3,
|
|
837
847
|
n0,
|
|
838
848
|
_CNFSFSI,
|
|
@@ -863,7 +873,7 @@ var CreateNFSFileShareInput = [
|
|
|
863
873
|
],
|
|
864
874
|
[
|
|
865
875
|
0,
|
|
866
|
-
() => NFSFileShareDefaults
|
|
876
|
+
() => NFSFileShareDefaults$,
|
|
867
877
|
0,
|
|
868
878
|
0,
|
|
869
879
|
2,
|
|
@@ -879,15 +889,15 @@ var CreateNFSFileShareInput = [
|
|
|
879
889
|
2,
|
|
880
890
|
() => Tags,
|
|
881
891
|
0,
|
|
882
|
-
() => CacheAttributes
|
|
892
|
+
() => CacheAttributes$,
|
|
883
893
|
0,
|
|
884
894
|
0,
|
|
885
895
|
0,
|
|
886
896
|
0,
|
|
887
897
|
],
|
|
888
898
|
];
|
|
889
|
-
var CreateNFSFileShareOutput = [3, n0, _CNFSFSO, 0, [_FSARN], [0]];
|
|
890
|
-
var CreateSMBFileShareInput = [
|
|
899
|
+
var CreateNFSFileShareOutput$ = [3, n0, _CNFSFSO, 0, [_FSARN], [0]];
|
|
900
|
+
var CreateSMBFileShareInput$ = [
|
|
891
901
|
3,
|
|
892
902
|
n0,
|
|
893
903
|
_CSMBFSI,
|
|
@@ -944,15 +954,15 @@ var CreateSMBFileShareInput = [
|
|
|
944
954
|
0,
|
|
945
955
|
() => Tags,
|
|
946
956
|
0,
|
|
947
|
-
() => CacheAttributes
|
|
957
|
+
() => CacheAttributes$,
|
|
948
958
|
0,
|
|
949
959
|
0,
|
|
950
960
|
0,
|
|
951
961
|
2,
|
|
952
962
|
],
|
|
953
963
|
];
|
|
954
|
-
var CreateSMBFileShareOutput = [3, n0, _CSMBFSO, 0, [_FSARN], [0]];
|
|
955
|
-
var CreateSnapshotFromVolumeRecoveryPointInput = [
|
|
964
|
+
var CreateSMBFileShareOutput$ = [3, n0, _CSMBFSO, 0, [_FSARN], [0]];
|
|
965
|
+
var CreateSnapshotFromVolumeRecoveryPointInput$ = [
|
|
956
966
|
3,
|
|
957
967
|
n0,
|
|
958
968
|
_CSFVRPI,
|
|
@@ -960,7 +970,7 @@ var CreateSnapshotFromVolumeRecoveryPointInput = [
|
|
|
960
970
|
[_VARN, _SD, _T],
|
|
961
971
|
[0, 0, () => Tags],
|
|
962
972
|
];
|
|
963
|
-
var CreateSnapshotFromVolumeRecoveryPointOutput = [
|
|
973
|
+
var CreateSnapshotFromVolumeRecoveryPointOutput$ = [
|
|
964
974
|
3,
|
|
965
975
|
n0,
|
|
966
976
|
_CSFVRPO,
|
|
@@ -968,9 +978,9 @@ var CreateSnapshotFromVolumeRecoveryPointOutput = [
|
|
|
968
978
|
[_SI, _VARN, _VRPT],
|
|
969
979
|
[0, 0, 0],
|
|
970
980
|
];
|
|
971
|
-
var CreateSnapshotInput = [3, n0, _CSI, 0, [_VARN, _SD, _T], [0, 0, () => Tags]];
|
|
972
|
-
var CreateSnapshotOutput = [3, n0, _CSO, 0, [_VARN, _SI], [0, 0]];
|
|
973
|
-
var CreateStorediSCSIVolumeInput = [
|
|
981
|
+
var CreateSnapshotInput$ = [3, n0, _CSI, 0, [_VARN, _SD, _T], [0, 0, () => Tags]];
|
|
982
|
+
var CreateSnapshotOutput$ = [3, n0, _CSO, 0, [_VARN, _SI], [0, 0]];
|
|
983
|
+
var CreateStorediSCSIVolumeInput$ = [
|
|
974
984
|
3,
|
|
975
985
|
n0,
|
|
976
986
|
_CSSCSIVI,
|
|
@@ -978,7 +988,7 @@ var CreateStorediSCSIVolumeInput = [
|
|
|
978
988
|
[_GARN, _DIi, _SI, _PED, _TN, _NII, _KMSE, _KMSK, _T],
|
|
979
989
|
[0, 0, 0, 2, 0, 0, 2, 0, () => Tags],
|
|
980
990
|
];
|
|
981
|
-
var CreateStorediSCSIVolumeOutput = [
|
|
991
|
+
var CreateStorediSCSIVolumeOutput$ = [
|
|
982
992
|
3,
|
|
983
993
|
n0,
|
|
984
994
|
_CSSCSIVO,
|
|
@@ -986,7 +996,7 @@ var CreateStorediSCSIVolumeOutput = [
|
|
|
986
996
|
[_VARN, _VSIB, _TARNa],
|
|
987
997
|
[0, 1, 0],
|
|
988
998
|
];
|
|
989
|
-
var CreateTapePoolInput = [
|
|
999
|
+
var CreateTapePoolInput$ = [
|
|
990
1000
|
3,
|
|
991
1001
|
n0,
|
|
992
1002
|
_CTPI,
|
|
@@ -994,8 +1004,8 @@ var CreateTapePoolInput = [
|
|
|
994
1004
|
[_PN, _SC, _RLT, _RLTID, _T],
|
|
995
1005
|
[0, 0, 0, 1, () => Tags],
|
|
996
1006
|
];
|
|
997
|
-
var CreateTapePoolOutput = [3, n0, _CTPO, 0, [_PARN], [0]];
|
|
998
|
-
var CreateTapesInput = [
|
|
1007
|
+
var CreateTapePoolOutput$ = [3, n0, _CTPO, 0, [_PARN], [0]];
|
|
1008
|
+
var CreateTapesInput$ = [
|
|
999
1009
|
3,
|
|
1000
1010
|
n0,
|
|
1001
1011
|
_CTI,
|
|
@@ -1003,8 +1013,8 @@ var CreateTapesInput = [
|
|
|
1003
1013
|
[_GARN, _TSIB, _CT, _NTTC, _TBP, _KMSE, _KMSK, _PI, _W, _T],
|
|
1004
1014
|
[0, 1, 0, 1, 0, 2, 0, 0, 2, () => Tags],
|
|
1005
1015
|
];
|
|
1006
|
-
var CreateTapesOutput = [3, n0, _CTO, 0, [_TARNap], [64 | 0]];
|
|
1007
|
-
var CreateTapeWithBarcodeInput = [
|
|
1016
|
+
var CreateTapesOutput$ = [3, n0, _CTO, 0, [_TARNap], [64 | 0]];
|
|
1017
|
+
var CreateTapeWithBarcodeInput$ = [
|
|
1008
1018
|
3,
|
|
1009
1019
|
n0,
|
|
1010
1020
|
_CTWBI,
|
|
@@ -1012,31 +1022,31 @@ var CreateTapeWithBarcodeInput = [
|
|
|
1012
1022
|
[_GARN, _TSIB, _TB, _KMSE, _KMSK, _PI, _W, _T],
|
|
1013
1023
|
[0, 1, 0, 2, 0, 0, 2, () => Tags],
|
|
1014
1024
|
];
|
|
1015
|
-
var CreateTapeWithBarcodeOutput = [3, n0, _CTWBO, 0, [_TARN], [0]];
|
|
1016
|
-
var DeleteAutomaticTapeCreationPolicyInput = [3, n0, _DATCPI, 0, [_GARN], [0]];
|
|
1017
|
-
var DeleteAutomaticTapeCreationPolicyOutput = [3, n0, _DATCPO, 0, [_GARN], [0]];
|
|
1018
|
-
var DeleteBandwidthRateLimitInput = [3, n0, _DBRLI, 0, [_GARN, _BT], [0, 0]];
|
|
1019
|
-
var DeleteBandwidthRateLimitOutput = [3, n0, _DBRLO, 0, [_GARN], [0]];
|
|
1020
|
-
var DeleteCacheReportInput = [3, n0, _DCRI, 0, [_CRARN], [0]];
|
|
1021
|
-
var DeleteCacheReportOutput = [3, n0, _DCRO, 0, [_CRARN], [0]];
|
|
1022
|
-
var DeleteChapCredentialsInput = [3, n0, _DCCI, 0, [_TARNa, _IN], [0, 0]];
|
|
1023
|
-
var DeleteChapCredentialsOutput = [3, n0, _DCCO, 0, [_TARNa, _IN], [0, 0]];
|
|
1024
|
-
var DeleteFileShareInput = [3, n0, _DFSI, 0, [_FSARN, _FD], [0, 2]];
|
|
1025
|
-
var DeleteFileShareOutput = [3, n0, _DFSO, 0, [_FSARN], [0]];
|
|
1026
|
-
var DeleteGatewayInput = [3, n0, _DGI, 0, [_GARN], [0]];
|
|
1027
|
-
var DeleteGatewayOutput = [3, n0, _DGO, 0, [_GARN], [0]];
|
|
1028
|
-
var DeleteSnapshotScheduleInput = [3, n0, _DSSI, 0, [_VARN], [0]];
|
|
1029
|
-
var DeleteSnapshotScheduleOutput = [3, n0, _DSSO, 0, [_VARN], [0]];
|
|
1030
|
-
var DeleteTapeArchiveInput = [3, n0, _DTAI, 0, [_TARN, _BGR], [0, 2]];
|
|
1031
|
-
var DeleteTapeArchiveOutput = [3, n0, _DTAO, 0, [_TARN], [0]];
|
|
1032
|
-
var DeleteTapeInput = [3, n0, _DTI, 0, [_GARN, _TARN, _BGR], [0, 0, 2]];
|
|
1033
|
-
var DeleteTapeOutput = [3, n0, _DTO, 0, [_TARN], [0]];
|
|
1034
|
-
var DeleteTapePoolInput = [3, n0, _DTPI, 0, [_PARN], [0]];
|
|
1035
|
-
var DeleteTapePoolOutput = [3, n0, _DTPO, 0, [_PARN], [0]];
|
|
1036
|
-
var DeleteVolumeInput = [3, n0, _DVI, 0, [_VARN], [0]];
|
|
1037
|
-
var DeleteVolumeOutput = [3, n0, _DVO, 0, [_VARN], [0]];
|
|
1038
|
-
var DescribeAvailabilityMonitorTestInput = [3, n0, _DAMTI, 0, [_GARN], [0]];
|
|
1039
|
-
var DescribeAvailabilityMonitorTestOutput = [
|
|
1025
|
+
var CreateTapeWithBarcodeOutput$ = [3, n0, _CTWBO, 0, [_TARN], [0]];
|
|
1026
|
+
var DeleteAutomaticTapeCreationPolicyInput$ = [3, n0, _DATCPI, 0, [_GARN], [0]];
|
|
1027
|
+
var DeleteAutomaticTapeCreationPolicyOutput$ = [3, n0, _DATCPO, 0, [_GARN], [0]];
|
|
1028
|
+
var DeleteBandwidthRateLimitInput$ = [3, n0, _DBRLI, 0, [_GARN, _BT], [0, 0]];
|
|
1029
|
+
var DeleteBandwidthRateLimitOutput$ = [3, n0, _DBRLO, 0, [_GARN], [0]];
|
|
1030
|
+
var DeleteCacheReportInput$ = [3, n0, _DCRI, 0, [_CRARN], [0]];
|
|
1031
|
+
var DeleteCacheReportOutput$ = [3, n0, _DCRO, 0, [_CRARN], [0]];
|
|
1032
|
+
var DeleteChapCredentialsInput$ = [3, n0, _DCCI, 0, [_TARNa, _IN], [0, 0]];
|
|
1033
|
+
var DeleteChapCredentialsOutput$ = [3, n0, _DCCO, 0, [_TARNa, _IN], [0, 0]];
|
|
1034
|
+
var DeleteFileShareInput$ = [3, n0, _DFSI, 0, [_FSARN, _FD], [0, 2]];
|
|
1035
|
+
var DeleteFileShareOutput$ = [3, n0, _DFSO, 0, [_FSARN], [0]];
|
|
1036
|
+
var DeleteGatewayInput$ = [3, n0, _DGI, 0, [_GARN], [0]];
|
|
1037
|
+
var DeleteGatewayOutput$ = [3, n0, _DGO, 0, [_GARN], [0]];
|
|
1038
|
+
var DeleteSnapshotScheduleInput$ = [3, n0, _DSSI, 0, [_VARN], [0]];
|
|
1039
|
+
var DeleteSnapshotScheduleOutput$ = [3, n0, _DSSO, 0, [_VARN], [0]];
|
|
1040
|
+
var DeleteTapeArchiveInput$ = [3, n0, _DTAI, 0, [_TARN, _BGR], [0, 2]];
|
|
1041
|
+
var DeleteTapeArchiveOutput$ = [3, n0, _DTAO, 0, [_TARN], [0]];
|
|
1042
|
+
var DeleteTapeInput$ = [3, n0, _DTI, 0, [_GARN, _TARN, _BGR], [0, 0, 2]];
|
|
1043
|
+
var DeleteTapeOutput$ = [3, n0, _DTO, 0, [_TARN], [0]];
|
|
1044
|
+
var DeleteTapePoolInput$ = [3, n0, _DTPI, 0, [_PARN], [0]];
|
|
1045
|
+
var DeleteTapePoolOutput$ = [3, n0, _DTPO, 0, [_PARN], [0]];
|
|
1046
|
+
var DeleteVolumeInput$ = [3, n0, _DVI, 0, [_VARN], [0]];
|
|
1047
|
+
var DeleteVolumeOutput$ = [3, n0, _DVO, 0, [_VARN], [0]];
|
|
1048
|
+
var DescribeAvailabilityMonitorTestInput$ = [3, n0, _DAMTI, 0, [_GARN], [0]];
|
|
1049
|
+
var DescribeAvailabilityMonitorTestOutput$ = [
|
|
1040
1050
|
3,
|
|
1041
1051
|
n0,
|
|
1042
1052
|
_DAMTO,
|
|
@@ -1044,8 +1054,8 @@ var DescribeAvailabilityMonitorTestOutput = [
|
|
|
1044
1054
|
[_GARN, _St, _ST],
|
|
1045
1055
|
[0, 0, 4],
|
|
1046
1056
|
];
|
|
1047
|
-
var DescribeBandwidthRateLimitInput = [3, n0, _DBRLIe, 0, [_GARN], [0]];
|
|
1048
|
-
var DescribeBandwidthRateLimitOutput = [
|
|
1057
|
+
var DescribeBandwidthRateLimitInput$ = [3, n0, _DBRLIe, 0, [_GARN], [0]];
|
|
1058
|
+
var DescribeBandwidthRateLimitOutput$ = [
|
|
1049
1059
|
3,
|
|
1050
1060
|
n0,
|
|
1051
1061
|
_DBRLOe,
|
|
@@ -1053,8 +1063,8 @@ var DescribeBandwidthRateLimitOutput = [
|
|
|
1053
1063
|
[_GARN, _AURLIBPS, _ADRLIBPS],
|
|
1054
1064
|
[0, 1, 1],
|
|
1055
1065
|
];
|
|
1056
|
-
var DescribeBandwidthRateLimitScheduleInput = [3, n0, _DBRLSI, 0, [_GARN], [0]];
|
|
1057
|
-
var DescribeBandwidthRateLimitScheduleOutput = [
|
|
1066
|
+
var DescribeBandwidthRateLimitScheduleInput$ = [3, n0, _DBRLSI, 0, [_GARN], [0]];
|
|
1067
|
+
var DescribeBandwidthRateLimitScheduleOutput$ = [
|
|
1058
1068
|
3,
|
|
1059
1069
|
n0,
|
|
1060
1070
|
_DBRLSO,
|
|
@@ -1062,8 +1072,8 @@ var DescribeBandwidthRateLimitScheduleOutput = [
|
|
|
1062
1072
|
[_GARN, _BRLIa],
|
|
1063
1073
|
[0, () => BandwidthRateLimitIntervals],
|
|
1064
1074
|
];
|
|
1065
|
-
var DescribeCachediSCSIVolumesInput = [3, n0, _DCSCSIVI, 0, [_VARNo], [64 | 0]];
|
|
1066
|
-
var DescribeCachediSCSIVolumesOutput = [
|
|
1075
|
+
var DescribeCachediSCSIVolumesInput$ = [3, n0, _DCSCSIVI, 0, [_VARNo], [64 | 0]];
|
|
1076
|
+
var DescribeCachediSCSIVolumesOutput$ = [
|
|
1067
1077
|
3,
|
|
1068
1078
|
n0,
|
|
1069
1079
|
_DCSCSIVO,
|
|
@@ -1071,8 +1081,8 @@ var DescribeCachediSCSIVolumesOutput = [
|
|
|
1071
1081
|
[_CSCSIVa],
|
|
1072
1082
|
[() => CachediSCSIVolumes],
|
|
1073
1083
|
];
|
|
1074
|
-
var DescribeCacheInput = [3, n0, _DCI, 0, [_GARN], [0]];
|
|
1075
|
-
var DescribeCacheOutput = [
|
|
1084
|
+
var DescribeCacheInput$ = [3, n0, _DCI, 0, [_GARN], [0]];
|
|
1085
|
+
var DescribeCacheOutput$ = [
|
|
1076
1086
|
3,
|
|
1077
1087
|
n0,
|
|
1078
1088
|
_DCO,
|
|
@@ -1080,10 +1090,10 @@ var DescribeCacheOutput = [
|
|
|
1080
1090
|
[_GARN, _DI, _CAIB, _CUP, _CDP, _CHP, _CMP],
|
|
1081
1091
|
[0, 64 | 0, 1, 1, 1, 1, 1],
|
|
1082
1092
|
];
|
|
1083
|
-
var DescribeCacheReportInput = [3, n0, _DCRIe, 0, [_CRARN], [0]];
|
|
1084
|
-
var DescribeCacheReportOutput = [3, n0, _DCROe, 0, [_CRI], [() => CacheReportInfo]];
|
|
1085
|
-
var DescribeChapCredentialsInput = [3, n0, _DCCIe, 0, [_TARNa], [0]];
|
|
1086
|
-
var DescribeChapCredentialsOutput = [
|
|
1093
|
+
var DescribeCacheReportInput$ = [3, n0, _DCRIe, 0, [_CRARN], [0]];
|
|
1094
|
+
var DescribeCacheReportOutput$ = [3, n0, _DCROe, 0, [_CRI], [() => CacheReportInfo$]];
|
|
1095
|
+
var DescribeChapCredentialsInput$ = [3, n0, _DCCIe, 0, [_TARNa], [0]];
|
|
1096
|
+
var DescribeChapCredentialsOutput$ = [
|
|
1087
1097
|
3,
|
|
1088
1098
|
n0,
|
|
1089
1099
|
_DCCOe,
|
|
@@ -1091,8 +1101,8 @@ var DescribeChapCredentialsOutput = [
|
|
|
1091
1101
|
[_CC],
|
|
1092
1102
|
[[() => ChapCredentials, 0]],
|
|
1093
1103
|
];
|
|
1094
|
-
var DescribeFileSystemAssociationsInput = [3, n0, _DFSAI, 0, [_FSAARNL], [64 | 0]];
|
|
1095
|
-
var DescribeFileSystemAssociationsOutput = [
|
|
1104
|
+
var DescribeFileSystemAssociationsInput$ = [3, n0, _DFSAI, 0, [_FSAARNL], [64 | 0]];
|
|
1105
|
+
var DescribeFileSystemAssociationsOutput$ = [
|
|
1096
1106
|
3,
|
|
1097
1107
|
n0,
|
|
1098
1108
|
_DFSAO,
|
|
@@ -1100,8 +1110,8 @@ var DescribeFileSystemAssociationsOutput = [
|
|
|
1100
1110
|
[_FSAIL],
|
|
1101
1111
|
[() => FileSystemAssociationInfoList],
|
|
1102
1112
|
];
|
|
1103
|
-
var DescribeGatewayInformationInput = [3, n0, _DGII, 0, [_GARN], [0]];
|
|
1104
|
-
var DescribeGatewayInformationOutput = [
|
|
1113
|
+
var DescribeGatewayInformationInput$ = [3, n0, _DGII, 0, [_GARN], [0]];
|
|
1114
|
+
var DescribeGatewayInformationOutput$ = [
|
|
1105
1115
|
3,
|
|
1106
1116
|
n0,
|
|
1107
1117
|
_DGIO,
|
|
@@ -1132,17 +1142,17 @@ var DescribeGatewayInformationOutput = [
|
|
|
1132
1142
|
],
|
|
1133
1143
|
[0, 0, 0, 0, 0, [() => GatewayNetworkInterfaces, 0], 0, 0, 0, 0, 0, () => Tags, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0],
|
|
1134
1144
|
];
|
|
1135
|
-
var DescribeMaintenanceStartTimeInput = [3, n0, _DMSTI, 0, [_GARN], [0]];
|
|
1136
|
-
var DescribeMaintenanceStartTimeOutput = [
|
|
1145
|
+
var DescribeMaintenanceStartTimeInput$ = [3, n0, _DMSTI, 0, [_GARN], [0]];
|
|
1146
|
+
var DescribeMaintenanceStartTimeOutput$ = [
|
|
1137
1147
|
3,
|
|
1138
1148
|
n0,
|
|
1139
1149
|
_DMSTO,
|
|
1140
1150
|
0,
|
|
1141
1151
|
[_GARN, _HOD, _MOH, _DOWa, _DOM, _Ti, _SUP],
|
|
1142
|
-
[0, 1, 1, 1, 1, 0, () => SoftwareUpdatePreferences],
|
|
1152
|
+
[0, 1, 1, 1, 1, 0, () => SoftwareUpdatePreferences$],
|
|
1143
1153
|
];
|
|
1144
|
-
var DescribeNFSFileSharesInput = [3, n0, _DNFSFSI, 0, [_FSARNL], [64 | 0]];
|
|
1145
|
-
var DescribeNFSFileSharesOutput = [
|
|
1154
|
+
var DescribeNFSFileSharesInput$ = [3, n0, _DNFSFSI, 0, [_FSARNL], [64 | 0]];
|
|
1155
|
+
var DescribeNFSFileSharesOutput$ = [
|
|
1146
1156
|
3,
|
|
1147
1157
|
n0,
|
|
1148
1158
|
_DNFSFSO,
|
|
@@ -1150,8 +1160,8 @@ var DescribeNFSFileSharesOutput = [
|
|
|
1150
1160
|
[_NFSFSIL],
|
|
1151
1161
|
[() => NFSFileShareInfoList],
|
|
1152
1162
|
];
|
|
1153
|
-
var DescribeSMBFileSharesInput = [3, n0, _DSMBFSI, 0, [_FSARNL], [64 | 0]];
|
|
1154
|
-
var DescribeSMBFileSharesOutput = [
|
|
1163
|
+
var DescribeSMBFileSharesInput$ = [3, n0, _DSMBFSI, 0, [_FSARNL], [64 | 0]];
|
|
1164
|
+
var DescribeSMBFileSharesOutput$ = [
|
|
1155
1165
|
3,
|
|
1156
1166
|
n0,
|
|
1157
1167
|
_DSMBFSO,
|
|
@@ -1159,17 +1169,17 @@ var DescribeSMBFileSharesOutput = [
|
|
|
1159
1169
|
[_SMBFSIL],
|
|
1160
1170
|
[() => SMBFileShareInfoList],
|
|
1161
1171
|
];
|
|
1162
|
-
var DescribeSMBSettingsInput = [3, n0, _DSMBSI, 0, [_GARN], [0]];
|
|
1163
|
-
var DescribeSMBSettingsOutput = [
|
|
1172
|
+
var DescribeSMBSettingsInput$ = [3, n0, _DSMBSI, 0, [_GARN], [0]];
|
|
1173
|
+
var DescribeSMBSettingsOutput$ = [
|
|
1164
1174
|
3,
|
|
1165
1175
|
n0,
|
|
1166
1176
|
_DSMBSO,
|
|
1167
1177
|
0,
|
|
1168
1178
|
[_GARN, _DN, _ADS, _SMBGPS, _SMBSS, _FSV, _SMBLG],
|
|
1169
|
-
[0, 0, 0, 2, 0, 2, () => SMBLocalGroups],
|
|
1179
|
+
[0, 0, 0, 2, 0, 2, () => SMBLocalGroups$],
|
|
1170
1180
|
];
|
|
1171
|
-
var DescribeSnapshotScheduleInput = [3, n0, _DSSIe, 0, [_VARN], [0]];
|
|
1172
|
-
var DescribeSnapshotScheduleOutput = [
|
|
1181
|
+
var DescribeSnapshotScheduleInput$ = [3, n0, _DSSIe, 0, [_VARN], [0]];
|
|
1182
|
+
var DescribeSnapshotScheduleOutput$ = [
|
|
1173
1183
|
3,
|
|
1174
1184
|
n0,
|
|
1175
1185
|
_DSSOe,
|
|
@@ -1177,8 +1187,8 @@ var DescribeSnapshotScheduleOutput = [
|
|
|
1177
1187
|
[_VARN, _SA, _RIH, _D, _Ti, _T],
|
|
1178
1188
|
[0, 1, 1, 0, 0, () => Tags],
|
|
1179
1189
|
];
|
|
1180
|
-
var DescribeStorediSCSIVolumesInput = [3, n0, _DSSCSIVI, 0, [_VARNo], [64 | 0]];
|
|
1181
|
-
var DescribeStorediSCSIVolumesOutput = [
|
|
1190
|
+
var DescribeStorediSCSIVolumesInput$ = [3, n0, _DSSCSIVI, 0, [_VARNo], [64 | 0]];
|
|
1191
|
+
var DescribeStorediSCSIVolumesOutput$ = [
|
|
1182
1192
|
3,
|
|
1183
1193
|
n0,
|
|
1184
1194
|
_DSSCSIVO,
|
|
@@ -1186,10 +1196,10 @@ var DescribeStorediSCSIVolumesOutput = [
|
|
|
1186
1196
|
[_SSCSIV],
|
|
1187
1197
|
[() => StorediSCSIVolumes],
|
|
1188
1198
|
];
|
|
1189
|
-
var DescribeTapeArchivesInput = [3, n0, _DTAIe, 0, [_TARNap, _M, _L], [64 | 0, 0, 1]];
|
|
1190
|
-
var DescribeTapeArchivesOutput = [3, n0, _DTAOe, 0, [_TA, _M], [() => TapeArchives, 0]];
|
|
1191
|
-
var DescribeTapeRecoveryPointsInput = [3, n0, _DTRPI, 0, [_GARN, _M, _L], [0, 0, 1]];
|
|
1192
|
-
var DescribeTapeRecoveryPointsOutput = [
|
|
1199
|
+
var DescribeTapeArchivesInput$ = [3, n0, _DTAIe, 0, [_TARNap, _M, _L], [64 | 0, 0, 1]];
|
|
1200
|
+
var DescribeTapeArchivesOutput$ = [3, n0, _DTAOe, 0, [_TA, _M], [() => TapeArchives, 0]];
|
|
1201
|
+
var DescribeTapeRecoveryPointsInput$ = [3, n0, _DTRPI, 0, [_GARN, _M, _L], [0, 0, 1]];
|
|
1202
|
+
var DescribeTapeRecoveryPointsOutput$ = [
|
|
1193
1203
|
3,
|
|
1194
1204
|
n0,
|
|
1195
1205
|
_DTRPO,
|
|
@@ -1197,10 +1207,10 @@ var DescribeTapeRecoveryPointsOutput = [
|
|
|
1197
1207
|
[_GARN, _TRPI, _M],
|
|
1198
1208
|
[0, () => TapeRecoveryPointInfos, 0],
|
|
1199
1209
|
];
|
|
1200
|
-
var DescribeTapesInput = [3, n0, _DTIe, 0, [_GARN, _TARNap, _M, _L], [0, 64 | 0, 0, 1]];
|
|
1201
|
-
var DescribeTapesOutput = [3, n0, _DTOe, 0, [_Ta, _M], [() => Tapes, 0]];
|
|
1202
|
-
var DescribeUploadBufferInput = [3, n0, _DUBI, 0, [_GARN], [0]];
|
|
1203
|
-
var DescribeUploadBufferOutput = [
|
|
1210
|
+
var DescribeTapesInput$ = [3, n0, _DTIe, 0, [_GARN, _TARNap, _M, _L], [0, 64 | 0, 0, 1]];
|
|
1211
|
+
var DescribeTapesOutput$ = [3, n0, _DTOe, 0, [_Ta, _M], [() => Tapes, 0]];
|
|
1212
|
+
var DescribeUploadBufferInput$ = [3, n0, _DUBI, 0, [_GARN], [0]];
|
|
1213
|
+
var DescribeUploadBufferOutput$ = [
|
|
1204
1214
|
3,
|
|
1205
1215
|
n0,
|
|
1206
1216
|
_DUBO,
|
|
@@ -1208,7 +1218,7 @@ var DescribeUploadBufferOutput = [
|
|
|
1208
1218
|
[_GARN, _DI, _UBUIB, _UBAIB],
|
|
1209
1219
|
[0, 64 | 0, 1, 1],
|
|
1210
1220
|
];
|
|
1211
|
-
var DescribeVTLDevicesInput = [
|
|
1221
|
+
var DescribeVTLDevicesInput$ = [
|
|
1212
1222
|
3,
|
|
1213
1223
|
n0,
|
|
1214
1224
|
_DVTLDI,
|
|
@@ -1216,7 +1226,7 @@ var DescribeVTLDevicesInput = [
|
|
|
1216
1226
|
[_GARN, _VTLDARN, _M, _L],
|
|
1217
1227
|
[0, 64 | 0, 0, 1],
|
|
1218
1228
|
];
|
|
1219
|
-
var DescribeVTLDevicesOutput = [
|
|
1229
|
+
var DescribeVTLDevicesOutput$ = [
|
|
1220
1230
|
3,
|
|
1221
1231
|
n0,
|
|
1222
1232
|
_DVTLDO,
|
|
@@ -1224,8 +1234,8 @@ var DescribeVTLDevicesOutput = [
|
|
|
1224
1234
|
[_GARN, _VTLD, _M],
|
|
1225
1235
|
[0, () => VTLDevices, 0],
|
|
1226
1236
|
];
|
|
1227
|
-
var DescribeWorkingStorageInput = [3, n0, _DWSI, 0, [_GARN], [0]];
|
|
1228
|
-
var DescribeWorkingStorageOutput = [
|
|
1237
|
+
var DescribeWorkingStorageInput$ = [3, n0, _DWSI, 0, [_GARN], [0]];
|
|
1238
|
+
var DescribeWorkingStorageOutput$ = [
|
|
1229
1239
|
3,
|
|
1230
1240
|
n0,
|
|
1231
1241
|
_DWSO,
|
|
@@ -1233,14 +1243,14 @@ var DescribeWorkingStorageOutput = [
|
|
|
1233
1243
|
[_GARN, _DI, _WSUIB, _WSAIB],
|
|
1234
1244
|
[0, 64 | 0, 1, 1],
|
|
1235
1245
|
];
|
|
1236
|
-
var DetachVolumeInput = [3, n0, _DVIe, 0, [_VARN, _FDo], [0, 2]];
|
|
1237
|
-
var DetachVolumeOutput = [3, n0, _DVOe, 0, [_VARN], [0]];
|
|
1238
|
-
var DeviceiSCSIAttributes = [3, n0, _DSCSIA, 0, [_TARNa, _NII, _NIP, _CE], [0, 0, 1, 2]];
|
|
1239
|
-
var DisableGatewayInput = [3, n0, _DGIi, 0, [_GARN], [0]];
|
|
1240
|
-
var DisableGatewayOutput = [3, n0, _DGOi, 0, [_GARN], [0]];
|
|
1241
|
-
var DisassociateFileSystemInput = [3, n0, _DFSIi, 0, [_FSAARN, _FD], [0, 2]];
|
|
1242
|
-
var DisassociateFileSystemOutput = [3, n0, _DFSOi, 0, [_FSAARN], [0]];
|
|
1243
|
-
var Disk = [
|
|
1246
|
+
var DetachVolumeInput$ = [3, n0, _DVIe, 0, [_VARN, _FDo], [0, 2]];
|
|
1247
|
+
var DetachVolumeOutput$ = [3, n0, _DVOe, 0, [_VARN], [0]];
|
|
1248
|
+
var DeviceiSCSIAttributes$ = [3, n0, _DSCSIA, 0, [_TARNa, _NII, _NIP, _CE], [0, 0, 1, 2]];
|
|
1249
|
+
var DisableGatewayInput$ = [3, n0, _DGIi, 0, [_GARN], [0]];
|
|
1250
|
+
var DisableGatewayOutput$ = [3, n0, _DGOi, 0, [_GARN], [0]];
|
|
1251
|
+
var DisassociateFileSystemInput$ = [3, n0, _DFSIi, 0, [_FSAARN, _FD], [0, 2]];
|
|
1252
|
+
var DisassociateFileSystemOutput$ = [3, n0, _DFSOi, 0, [_FSAARN], [0]];
|
|
1253
|
+
var Disk$ = [
|
|
1244
1254
|
3,
|
|
1245
1255
|
n0,
|
|
1246
1256
|
_Di,
|
|
@@ -1248,11 +1258,18 @@ var Disk = [
|
|
|
1248
1258
|
[_DIi, _DP, _DNi, _DS, _DSIB, _DAT, _DAR, _DAL],
|
|
1249
1259
|
[0, 0, 0, 0, 1, 0, 0, 64 | 0],
|
|
1250
1260
|
];
|
|
1251
|
-
var EndpointNetworkConfiguration = [3, n0, _ENC, 0, [_IA], [64 | 0]];
|
|
1252
|
-
var EvictFilesFailingUploadInput = [3, n0, _EFFUI, 0, [_FSARN, _FR], [0, 2]];
|
|
1253
|
-
var EvictFilesFailingUploadOutput = [3, n0, _EFFUO, 0, [_NI], [0]];
|
|
1254
|
-
var FileShareInfo = [
|
|
1255
|
-
|
|
1261
|
+
var EndpointNetworkConfiguration$ = [3, n0, _ENC, 0, [_IA], [64 | 0]];
|
|
1262
|
+
var EvictFilesFailingUploadInput$ = [3, n0, _EFFUI, 0, [_FSARN, _FR], [0, 2]];
|
|
1263
|
+
var EvictFilesFailingUploadOutput$ = [3, n0, _EFFUO, 0, [_NI], [0]];
|
|
1264
|
+
var FileShareInfo$ = [
|
|
1265
|
+
3,
|
|
1266
|
+
n0,
|
|
1267
|
+
_FSI,
|
|
1268
|
+
0,
|
|
1269
|
+
[_FST, _FSARN, _FSIi, _FSS, _GARN],
|
|
1270
|
+
[0, 0, 0, 0, 0],
|
|
1271
|
+
];
|
|
1272
|
+
var FileSystemAssociationInfo$ = [
|
|
1256
1273
|
3,
|
|
1257
1274
|
n0,
|
|
1258
1275
|
_FSAI,
|
|
@@ -1265,13 +1282,13 @@ var FileSystemAssociationInfo = [
|
|
|
1265
1282
|
0,
|
|
1266
1283
|
0,
|
|
1267
1284
|
() => Tags,
|
|
1268
|
-
() => CacheAttributes
|
|
1269
|
-
() => EndpointNetworkConfiguration
|
|
1285
|
+
() => CacheAttributes$,
|
|
1286
|
+
() => EndpointNetworkConfiguration$,
|
|
1270
1287
|
() => FileSystemAssociationStatusDetails,
|
|
1271
1288
|
],
|
|
1272
1289
|
];
|
|
1273
|
-
var FileSystemAssociationStatusDetail = [3, n0, _FSASDi, 0, [_EC], [0]];
|
|
1274
|
-
var FileSystemAssociationSummary = [
|
|
1290
|
+
var FileSystemAssociationStatusDetail$ = [3, n0, _FSASDi, 0, [_EC], [0]];
|
|
1291
|
+
var FileSystemAssociationSummary$ = [
|
|
1275
1292
|
3,
|
|
1276
1293
|
n0,
|
|
1277
1294
|
_FSASi,
|
|
@@ -1279,7 +1296,7 @@ var FileSystemAssociationSummary = [
|
|
|
1279
1296
|
[_FSAIi, _FSAARN, _FSAS, _GARN],
|
|
1280
1297
|
[0, 0, 0, 0],
|
|
1281
1298
|
];
|
|
1282
|
-
var GatewayInfo = [
|
|
1299
|
+
var GatewayInfo$ = [
|
|
1283
1300
|
3,
|
|
1284
1301
|
n0,
|
|
1285
1302
|
_GIa,
|
|
@@ -1287,25 +1304,25 @@ var GatewayInfo = [
|
|
|
1287
1304
|
[_GI, _GARN, _GTa, _GOS, _GN, _EII, _EIR, _HE, _HEI, _DD, _SV],
|
|
1288
1305
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1289
1306
|
];
|
|
1290
|
-
var InternalServerError = [
|
|
1307
|
+
var InternalServerError$ = [
|
|
1291
1308
|
-3,
|
|
1292
1309
|
n0,
|
|
1293
1310
|
_ISE,
|
|
1294
1311
|
{ [_e]: _s, [_hE]: 500 },
|
|
1295
1312
|
[_m, _e],
|
|
1296
|
-
[0, () => StorageGatewayError],
|
|
1313
|
+
[0, () => StorageGatewayError$],
|
|
1297
1314
|
];
|
|
1298
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerError
|
|
1299
|
-
var InvalidGatewayRequestException = [
|
|
1315
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
1316
|
+
var InvalidGatewayRequestException$ = [
|
|
1300
1317
|
-3,
|
|
1301
1318
|
n0,
|
|
1302
1319
|
_IGRE,
|
|
1303
1320
|
{ [_e]: _c, [_hE]: 400 },
|
|
1304
1321
|
[_m, _e],
|
|
1305
|
-
[0, () => StorageGatewayError],
|
|
1322
|
+
[0, () => StorageGatewayError$],
|
|
1306
1323
|
];
|
|
1307
|
-
schema.TypeRegistry.for(n0).registerError(InvalidGatewayRequestException
|
|
1308
|
-
var JoinDomainInput = [
|
|
1324
|
+
schema.TypeRegistry.for(n0).registerError(InvalidGatewayRequestException$, InvalidGatewayRequestException);
|
|
1325
|
+
var JoinDomainInput$ = [
|
|
1309
1326
|
3,
|
|
1310
1327
|
n0,
|
|
1311
1328
|
_JDI,
|
|
@@ -1313,9 +1330,9 @@ var JoinDomainInput = [
|
|
|
1313
1330
|
[_GARN, _DN, _OU, _DC, _TIS, _UN, _P],
|
|
1314
1331
|
[0, 0, 0, 64 | 0, 1, 0, [() => DomainUserPassword, 0]],
|
|
1315
1332
|
];
|
|
1316
|
-
var JoinDomainOutput = [3, n0, _JDO, 0, [_GARN, _ADS], [0, 0]];
|
|
1317
|
-
var ListAutomaticTapeCreationPoliciesInput = [3, n0, _LATCPI, 0, [_GARN], [0]];
|
|
1318
|
-
var ListAutomaticTapeCreationPoliciesOutput = [
|
|
1333
|
+
var JoinDomainOutput$ = [3, n0, _JDO, 0, [_GARN, _ADS], [0, 0]];
|
|
1334
|
+
var ListAutomaticTapeCreationPoliciesInput$ = [3, n0, _LATCPI, 0, [_GARN], [0]];
|
|
1335
|
+
var ListAutomaticTapeCreationPoliciesOutput$ = [
|
|
1319
1336
|
3,
|
|
1320
1337
|
n0,
|
|
1321
1338
|
_LATCPO,
|
|
@@ -1323,10 +1340,10 @@ var ListAutomaticTapeCreationPoliciesOutput = [
|
|
|
1323
1340
|
[_ATCPIu],
|
|
1324
1341
|
[() => AutomaticTapeCreationPolicyInfos],
|
|
1325
1342
|
];
|
|
1326
|
-
var ListCacheReportsInput = [3, n0, _LCRI, 0, [_M], [0]];
|
|
1327
|
-
var ListCacheReportsOutput = [3, n0, _LCRO, 0, [_CRL, _M], [() => CacheReportList, 0]];
|
|
1328
|
-
var ListFileSharesInput = [3, n0, _LFSI, 0, [_GARN, _L, _M], [0, 1, 0]];
|
|
1329
|
-
var ListFileSharesOutput = [
|
|
1343
|
+
var ListCacheReportsInput$ = [3, n0, _LCRI, 0, [_M], [0]];
|
|
1344
|
+
var ListCacheReportsOutput$ = [3, n0, _LCRO, 0, [_CRL, _M], [() => CacheReportList, 0]];
|
|
1345
|
+
var ListFileSharesInput$ = [3, n0, _LFSI, 0, [_GARN, _L, _M], [0, 1, 0]];
|
|
1346
|
+
var ListFileSharesOutput$ = [
|
|
1330
1347
|
3,
|
|
1331
1348
|
n0,
|
|
1332
1349
|
_LFSO,
|
|
@@ -1334,8 +1351,8 @@ var ListFileSharesOutput = [
|
|
|
1334
1351
|
[_M, _NM, _FSIL],
|
|
1335
1352
|
[0, 0, () => FileShareInfoList],
|
|
1336
1353
|
];
|
|
1337
|
-
var ListFileSystemAssociationsInput = [3, n0, _LFSAI, 0, [_GARN, _L, _M], [0, 1, 0]];
|
|
1338
|
-
var ListFileSystemAssociationsOutput = [
|
|
1354
|
+
var ListFileSystemAssociationsInput$ = [3, n0, _LFSAI, 0, [_GARN, _L, _M], [0, 1, 0]];
|
|
1355
|
+
var ListFileSystemAssociationsOutput$ = [
|
|
1339
1356
|
3,
|
|
1340
1357
|
n0,
|
|
1341
1358
|
_LFSAO,
|
|
@@ -1343,20 +1360,20 @@ var ListFileSystemAssociationsOutput = [
|
|
|
1343
1360
|
[_M, _NM, _FSASL],
|
|
1344
1361
|
[0, 0, () => FileSystemAssociationSummaryList],
|
|
1345
1362
|
];
|
|
1346
|
-
var ListGatewaysInput = [3, n0, _LGI, 0, [_M, _L], [0, 1]];
|
|
1347
|
-
var ListGatewaysOutput = [3, n0, _LGO, 0, [_G, _M], [() => Gateways, 0]];
|
|
1348
|
-
var ListLocalDisksInput = [3, n0, _LLDI, 0, [_GARN], [0]];
|
|
1349
|
-
var ListLocalDisksOutput = [3, n0, _LLDO, 0, [_GARN, _Dis], [0, () => Disks]];
|
|
1350
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN, _M, _L], [0, 0, 1]];
|
|
1351
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_RARN, _M, _T], [0, 0, () => Tags]];
|
|
1352
|
-
var ListTapePoolsInput = [3, n0, _LTPI, 0, [_PARNo, _M, _L], [64 | 0, 0, 1]];
|
|
1353
|
-
var ListTapePoolsOutput = [3, n0, _LTPO, 0, [_PIo, _M], [() => PoolInfos, 0]];
|
|
1354
|
-
var ListTapesInput = [3, n0, _LTI, 0, [_TARNap, _M, _L], [64 | 0, 0, 1]];
|
|
1355
|
-
var ListTapesOutput = [3, n0, _LTO, 0, [_TI, _M], [() => TapeInfos, 0]];
|
|
1356
|
-
var ListVolumeInitiatorsInput = [3, n0, _LVII, 0, [_VARN], [0]];
|
|
1357
|
-
var ListVolumeInitiatorsOutput = [3, n0, _LVIO, 0, [_I], [64 | 0]];
|
|
1358
|
-
var ListVolumeRecoveryPointsInput = [3, n0, _LVRPI, 0, [_GARN], [0]];
|
|
1359
|
-
var ListVolumeRecoveryPointsOutput = [
|
|
1363
|
+
var ListGatewaysInput$ = [3, n0, _LGI, 0, [_M, _L], [0, 1]];
|
|
1364
|
+
var ListGatewaysOutput$ = [3, n0, _LGO, 0, [_G, _M], [() => Gateways, 0]];
|
|
1365
|
+
var ListLocalDisksInput$ = [3, n0, _LLDI, 0, [_GARN], [0]];
|
|
1366
|
+
var ListLocalDisksOutput$ = [3, n0, _LLDO, 0, [_GARN, _Dis], [0, () => Disks]];
|
|
1367
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RARN, _M, _L], [0, 0, 1]];
|
|
1368
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_RARN, _M, _T], [0, 0, () => Tags]];
|
|
1369
|
+
var ListTapePoolsInput$ = [3, n0, _LTPI, 0, [_PARNo, _M, _L], [64 | 0, 0, 1]];
|
|
1370
|
+
var ListTapePoolsOutput$ = [3, n0, _LTPO, 0, [_PIo, _M], [() => PoolInfos, 0]];
|
|
1371
|
+
var ListTapesInput$ = [3, n0, _LTI, 0, [_TARNap, _M, _L], [64 | 0, 0, 1]];
|
|
1372
|
+
var ListTapesOutput$ = [3, n0, _LTO, 0, [_TI, _M], [() => TapeInfos, 0]];
|
|
1373
|
+
var ListVolumeInitiatorsInput$ = [3, n0, _LVII, 0, [_VARN], [0]];
|
|
1374
|
+
var ListVolumeInitiatorsOutput$ = [3, n0, _LVIO, 0, [_I], [64 | 0]];
|
|
1375
|
+
var ListVolumeRecoveryPointsInput$ = [3, n0, _LVRPI, 0, [_GARN], [0]];
|
|
1376
|
+
var ListVolumeRecoveryPointsOutput$ = [
|
|
1360
1377
|
3,
|
|
1361
1378
|
n0,
|
|
1362
1379
|
_LVRPO,
|
|
@@ -1364,11 +1381,11 @@ var ListVolumeRecoveryPointsOutput = [
|
|
|
1364
1381
|
[_GARN, _VRPI],
|
|
1365
1382
|
[0, () => VolumeRecoveryPointInfos],
|
|
1366
1383
|
];
|
|
1367
|
-
var ListVolumesInput = [3, n0, _LVI, 0, [_GARN, _M, _L], [0, 0, 1]];
|
|
1368
|
-
var ListVolumesOutput = [3, n0, _LVO, 0, [_GARN, _M, _VIo], [0, 0, () => VolumeInfos]];
|
|
1369
|
-
var NetworkInterface = [3, n0, _NIe, 8, [_IAp, _MA, _IApv], [0, 0, 0]];
|
|
1370
|
-
var NFSFileShareDefaults = [3, n0, _NFSFSD, 0, [_FM, _DM, _GIr, _OI], [0, 0, 1, 1]];
|
|
1371
|
-
var NFSFileShareInfo = [
|
|
1384
|
+
var ListVolumesInput$ = [3, n0, _LVI, 0, [_GARN, _M, _L], [0, 0, 1]];
|
|
1385
|
+
var ListVolumesOutput$ = [3, n0, _LVO, 0, [_GARN, _M, _VIo], [0, 0, () => VolumeInfos]];
|
|
1386
|
+
var NetworkInterface$ = [3, n0, _NIe, 8, [_IAp, _MA, _IApv], [0, 0, 0]];
|
|
1387
|
+
var NFSFileShareDefaults$ = [3, n0, _NFSFSD, 0, [_FM, _DM, _GIr, _OI], [0, 0, 1, 1]];
|
|
1388
|
+
var NFSFileShareInfo$ = [
|
|
1372
1389
|
3,
|
|
1373
1390
|
n0,
|
|
1374
1391
|
_NFSFSI,
|
|
@@ -1401,7 +1418,7 @@ var NFSFileShareInfo = [
|
|
|
1401
1418
|
_ADARN,
|
|
1402
1419
|
],
|
|
1403
1420
|
[
|
|
1404
|
-
() => NFSFileShareDefaults
|
|
1421
|
+
() => NFSFileShareDefaults$,
|
|
1405
1422
|
0,
|
|
1406
1423
|
0,
|
|
1407
1424
|
0,
|
|
@@ -1421,16 +1438,16 @@ var NFSFileShareInfo = [
|
|
|
1421
1438
|
2,
|
|
1422
1439
|
() => Tags,
|
|
1423
1440
|
0,
|
|
1424
|
-
() => CacheAttributes
|
|
1441
|
+
() => CacheAttributes$,
|
|
1425
1442
|
0,
|
|
1426
1443
|
0,
|
|
1427
1444
|
0,
|
|
1428
1445
|
0,
|
|
1429
1446
|
],
|
|
1430
1447
|
];
|
|
1431
|
-
var NotifyWhenUploadedInput = [3, n0, _NWUI, 0, [_FSARN], [0]];
|
|
1432
|
-
var NotifyWhenUploadedOutput = [3, n0, _NWUO, 0, [_FSARN, _NI], [0, 0]];
|
|
1433
|
-
var PoolInfo = [
|
|
1448
|
+
var NotifyWhenUploadedInput$ = [3, n0, _NWUI, 0, [_FSARN], [0]];
|
|
1449
|
+
var NotifyWhenUploadedOutput$ = [3, n0, _NWUO, 0, [_FSARN, _NI], [0, 0]];
|
|
1450
|
+
var PoolInfo$ = [
|
|
1434
1451
|
3,
|
|
1435
1452
|
n0,
|
|
1436
1453
|
_PIoo,
|
|
@@ -1438,26 +1455,26 @@ var PoolInfo = [
|
|
|
1438
1455
|
[_PARN, _PN, _SC, _RLT, _RLTID, _PS],
|
|
1439
1456
|
[0, 0, 0, 0, 1, 0],
|
|
1440
1457
|
];
|
|
1441
|
-
var RefreshCacheInput = [3, n0, _RCI, 0, [_FSARN, _FL, _Re], [0, 64 | 0, 2]];
|
|
1442
|
-
var RefreshCacheOutput = [3, n0, _RCO, 0, [_FSARN, _NI], [0, 0]];
|
|
1443
|
-
var RemoveTagsFromResourceInput = [3, n0, _RTFRI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1444
|
-
var RemoveTagsFromResourceOutput = [3, n0, _RTFRO, 0, [_RARN], [0]];
|
|
1445
|
-
var ResetCacheInput = [3, n0, _RCIe, 0, [_GARN], [0]];
|
|
1446
|
-
var ResetCacheOutput = [3, n0, _RCOe, 0, [_GARN], [0]];
|
|
1447
|
-
var RetrieveTapeArchiveInput = [3, n0, _RTAI, 0, [_TARN, _GARN], [0, 0]];
|
|
1448
|
-
var RetrieveTapeArchiveOutput = [3, n0, _RTAO, 0, [_TARN], [0]];
|
|
1449
|
-
var RetrieveTapeRecoveryPointInput = [3, n0, _RTRPI, 0, [_TARN, _GARN], [0, 0]];
|
|
1450
|
-
var RetrieveTapeRecoveryPointOutput = [3, n0, _RTRPO, 0, [_TARN], [0]];
|
|
1451
|
-
var ServiceUnavailableError = [
|
|
1458
|
+
var RefreshCacheInput$ = [3, n0, _RCI, 0, [_FSARN, _FL, _Re], [0, 64 | 0, 2]];
|
|
1459
|
+
var RefreshCacheOutput$ = [3, n0, _RCO, 0, [_FSARN, _NI], [0, 0]];
|
|
1460
|
+
var RemoveTagsFromResourceInput$ = [3, n0, _RTFRI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1461
|
+
var RemoveTagsFromResourceOutput$ = [3, n0, _RTFRO, 0, [_RARN], [0]];
|
|
1462
|
+
var ResetCacheInput$ = [3, n0, _RCIe, 0, [_GARN], [0]];
|
|
1463
|
+
var ResetCacheOutput$ = [3, n0, _RCOe, 0, [_GARN], [0]];
|
|
1464
|
+
var RetrieveTapeArchiveInput$ = [3, n0, _RTAI, 0, [_TARN, _GARN], [0, 0]];
|
|
1465
|
+
var RetrieveTapeArchiveOutput$ = [3, n0, _RTAO, 0, [_TARN], [0]];
|
|
1466
|
+
var RetrieveTapeRecoveryPointInput$ = [3, n0, _RTRPI, 0, [_TARN, _GARN], [0, 0]];
|
|
1467
|
+
var RetrieveTapeRecoveryPointOutput$ = [3, n0, _RTRPO, 0, [_TARN], [0]];
|
|
1468
|
+
var ServiceUnavailableError$ = [
|
|
1452
1469
|
-3,
|
|
1453
1470
|
n0,
|
|
1454
1471
|
_SUE,
|
|
1455
1472
|
{ [_e]: _s, [_hE]: 503 },
|
|
1456
1473
|
[_m, _e],
|
|
1457
|
-
[0, () => StorageGatewayError],
|
|
1474
|
+
[0, () => StorageGatewayError$],
|
|
1458
1475
|
];
|
|
1459
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableError
|
|
1460
|
-
var SetLocalConsolePasswordInput = [
|
|
1476
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableError$, ServiceUnavailableError);
|
|
1477
|
+
var SetLocalConsolePasswordInput$ = [
|
|
1461
1478
|
3,
|
|
1462
1479
|
n0,
|
|
1463
1480
|
_SLCPI,
|
|
@@ -1465,8 +1482,8 @@ var SetLocalConsolePasswordInput = [
|
|
|
1465
1482
|
[_GARN, _LCP],
|
|
1466
1483
|
[0, [() => LocalConsolePassword, 0]],
|
|
1467
1484
|
];
|
|
1468
|
-
var SetLocalConsolePasswordOutput = [3, n0, _SLCPO, 0, [_GARN], [0]];
|
|
1469
|
-
var SetSMBGuestPasswordInput = [
|
|
1485
|
+
var SetLocalConsolePasswordOutput$ = [3, n0, _SLCPO, 0, [_GARN], [0]];
|
|
1486
|
+
var SetSMBGuestPasswordInput$ = [
|
|
1470
1487
|
3,
|
|
1471
1488
|
n0,
|
|
1472
1489
|
_SSMBGPI,
|
|
@@ -1474,10 +1491,10 @@ var SetSMBGuestPasswordInput = [
|
|
|
1474
1491
|
[_GARN, _P],
|
|
1475
1492
|
[0, [() => SMBGuestPassword, 0]],
|
|
1476
1493
|
];
|
|
1477
|
-
var SetSMBGuestPasswordOutput = [3, n0, _SSMBGPO, 0, [_GARN], [0]];
|
|
1478
|
-
var ShutdownGatewayInput = [3, n0, _SGI, 0, [_GARN], [0]];
|
|
1479
|
-
var ShutdownGatewayOutput = [3, n0, _SGO, 0, [_GARN], [0]];
|
|
1480
|
-
var SMBFileShareInfo = [
|
|
1494
|
+
var SetSMBGuestPasswordOutput$ = [3, n0, _SSMBGPO, 0, [_GARN], [0]];
|
|
1495
|
+
var ShutdownGatewayInput$ = [3, n0, _SGI, 0, [_GARN], [0]];
|
|
1496
|
+
var ShutdownGatewayOutput$ = [3, n0, _SGO, 0, [_GARN], [0]];
|
|
1497
|
+
var SMBFileShareInfo$ = [
|
|
1481
1498
|
3,
|
|
1482
1499
|
n0,
|
|
1483
1500
|
_SMBFSI,
|
|
@@ -1540,18 +1557,18 @@ var SMBFileShareInfo = [
|
|
|
1540
1557
|
0,
|
|
1541
1558
|
() => Tags,
|
|
1542
1559
|
0,
|
|
1543
|
-
() => CacheAttributes
|
|
1560
|
+
() => CacheAttributes$,
|
|
1544
1561
|
0,
|
|
1545
1562
|
0,
|
|
1546
1563
|
0,
|
|
1547
1564
|
2,
|
|
1548
1565
|
],
|
|
1549
1566
|
];
|
|
1550
|
-
var SMBLocalGroups = [3, n0, _SMBLG, 0, [_GA], [64 | 0]];
|
|
1551
|
-
var SoftwareUpdatePreferences = [3, n0, _SUP, 0, [_AUP], [0]];
|
|
1552
|
-
var StartAvailabilityMonitorTestInput = [3, n0, _SAMTI, 0, [_GARN], [0]];
|
|
1553
|
-
var StartAvailabilityMonitorTestOutput = [3, n0, _SAMTO, 0, [_GARN], [0]];
|
|
1554
|
-
var StartCacheReportInput = [
|
|
1567
|
+
var SMBLocalGroups$ = [3, n0, _SMBLG, 0, [_GA], [64 | 0]];
|
|
1568
|
+
var SoftwareUpdatePreferences$ = [3, n0, _SUP, 0, [_AUP], [0]];
|
|
1569
|
+
var StartAvailabilityMonitorTestInput$ = [3, n0, _SAMTI, 0, [_GARN], [0]];
|
|
1570
|
+
var StartAvailabilityMonitorTestOutput$ = [3, n0, _SAMTO, 0, [_GARN], [0]];
|
|
1571
|
+
var StartCacheReportInput$ = [
|
|
1555
1572
|
3,
|
|
1556
1573
|
n0,
|
|
1557
1574
|
_SCRI,
|
|
@@ -1559,20 +1576,20 @@ var StartCacheReportInput = [
|
|
|
1559
1576
|
[_FSARN, _R, _LARN, _BR, _VPCEDNSN, _IF, _EF, _CT, _T],
|
|
1560
1577
|
[0, 0, 0, 0, 0, () => CacheReportFilterList, () => CacheReportFilterList, 0, () => Tags],
|
|
1561
1578
|
];
|
|
1562
|
-
var StartCacheReportOutput = [3, n0, _SCRO, 0, [_CRARN], [0]];
|
|
1563
|
-
var StartGatewayInput = [3, n0, _SGIt, 0, [_GARN], [0]];
|
|
1564
|
-
var StartGatewayOutput = [3, n0, _SGOt, 0, [_GARN], [0]];
|
|
1565
|
-
var StorageGatewayError = [3, n0, _SGE, 0, [_eC, _eD], [0, 128 | 0]];
|
|
1566
|
-
var StorediSCSIVolume = [
|
|
1579
|
+
var StartCacheReportOutput$ = [3, n0, _SCRO, 0, [_CRARN], [0]];
|
|
1580
|
+
var StartGatewayInput$ = [3, n0, _SGIt, 0, [_GARN], [0]];
|
|
1581
|
+
var StartGatewayOutput$ = [3, n0, _SGOt, 0, [_GARN], [0]];
|
|
1582
|
+
var StorageGatewayError$ = [3, n0, _SGE, 0, [_eC, _eD], [0, 128 | 0]];
|
|
1583
|
+
var StorediSCSIVolume$ = [
|
|
1567
1584
|
3,
|
|
1568
1585
|
n0,
|
|
1569
1586
|
_SSCSIVt,
|
|
1570
1587
|
0,
|
|
1571
1588
|
[_VARN, _VI, _VT, _VS, _VAS, _VSIB, _VP, _VDI, _SSI, _PEDr, _VSCSIA, _CD, _VUIB, _KMSK, _TN],
|
|
1572
|
-
[0, 0, 0, 0, 0, 1, 1, 0, 0, 2, () => VolumeiSCSIAttributes
|
|
1589
|
+
[0, 0, 0, 0, 0, 1, 1, 0, 0, 2, () => VolumeiSCSIAttributes$, 4, 1, 0, 0],
|
|
1573
1590
|
];
|
|
1574
|
-
var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
1575
|
-
var Tape = [
|
|
1591
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
1592
|
+
var Tape$ = [
|
|
1576
1593
|
3,
|
|
1577
1594
|
n0,
|
|
1578
1595
|
_Tap,
|
|
@@ -1580,7 +1597,7 @@ var Tape = [
|
|
|
1580
1597
|
[_TARN, _TB, _TCD, _TSIB, _TS, _VTLDe, _Pr, _TUIB, _KMSK, _PI, _W, _RSD, _PEDo],
|
|
1581
1598
|
[0, 0, 4, 1, 0, 0, 1, 1, 0, 0, 2, 4, 4],
|
|
1582
1599
|
];
|
|
1583
|
-
var TapeArchive = [
|
|
1600
|
+
var TapeArchive$ = [
|
|
1584
1601
|
3,
|
|
1585
1602
|
n0,
|
|
1586
1603
|
_TAa,
|
|
@@ -1588,7 +1605,7 @@ var TapeArchive = [
|
|
|
1588
1605
|
[_TARN, _TB, _TCD, _TSIB, _CTo, _RT, _TS, _TUIB, _KMSK, _PI, _W, _RSD, _PEDo],
|
|
1589
1606
|
[0, 0, 4, 1, 4, 0, 0, 1, 0, 0, 2, 4, 4],
|
|
1590
1607
|
];
|
|
1591
|
-
var TapeInfo = [
|
|
1608
|
+
var TapeInfo$ = [
|
|
1592
1609
|
3,
|
|
1593
1610
|
n0,
|
|
1594
1611
|
_TIa,
|
|
@@ -1596,8 +1613,8 @@ var TapeInfo = [
|
|
|
1596
1613
|
[_TARN, _TB, _TSIB, _TS, _GARN, _PI, _RSD, _PEDo],
|
|
1597
1614
|
[0, 0, 1, 0, 0, 0, 4, 4],
|
|
1598
1615
|
];
|
|
1599
|
-
var TapeRecoveryPointInfo = [3, n0, _TRPIa, 0, [_TARN, _TRPT, _TSIB, _TS], [0, 4, 1, 0]];
|
|
1600
|
-
var UpdateAutomaticTapeCreationPolicyInput = [
|
|
1616
|
+
var TapeRecoveryPointInfo$ = [3, n0, _TRPIa, 0, [_TARN, _TRPT, _TSIB, _TS], [0, 4, 1, 0]];
|
|
1617
|
+
var UpdateAutomaticTapeCreationPolicyInput$ = [
|
|
1601
1618
|
3,
|
|
1602
1619
|
n0,
|
|
1603
1620
|
_UATCPI,
|
|
@@ -1605,8 +1622,8 @@ var UpdateAutomaticTapeCreationPolicyInput = [
|
|
|
1605
1622
|
[_ATCR, _GARN],
|
|
1606
1623
|
[() => AutomaticTapeCreationRules, 0],
|
|
1607
1624
|
];
|
|
1608
|
-
var UpdateAutomaticTapeCreationPolicyOutput = [3, n0, _UATCPO, 0, [_GARN], [0]];
|
|
1609
|
-
var UpdateBandwidthRateLimitInput = [
|
|
1625
|
+
var UpdateAutomaticTapeCreationPolicyOutput$ = [3, n0, _UATCPO, 0, [_GARN], [0]];
|
|
1626
|
+
var UpdateBandwidthRateLimitInput$ = [
|
|
1610
1627
|
3,
|
|
1611
1628
|
n0,
|
|
1612
1629
|
_UBRLI,
|
|
@@ -1614,8 +1631,8 @@ var UpdateBandwidthRateLimitInput = [
|
|
|
1614
1631
|
[_GARN, _AURLIBPS, _ADRLIBPS],
|
|
1615
1632
|
[0, 1, 1],
|
|
1616
1633
|
];
|
|
1617
|
-
var UpdateBandwidthRateLimitOutput = [3, n0, _UBRLO, 0, [_GARN], [0]];
|
|
1618
|
-
var UpdateBandwidthRateLimitScheduleInput = [
|
|
1634
|
+
var UpdateBandwidthRateLimitOutput$ = [3, n0, _UBRLO, 0, [_GARN], [0]];
|
|
1635
|
+
var UpdateBandwidthRateLimitScheduleInput$ = [
|
|
1619
1636
|
3,
|
|
1620
1637
|
n0,
|
|
1621
1638
|
_UBRLSI,
|
|
@@ -1623,8 +1640,8 @@ var UpdateBandwidthRateLimitScheduleInput = [
|
|
|
1623
1640
|
[_GARN, _BRLIa],
|
|
1624
1641
|
[0, () => BandwidthRateLimitIntervals],
|
|
1625
1642
|
];
|
|
1626
|
-
var UpdateBandwidthRateLimitScheduleOutput = [3, n0, _UBRLSO, 0, [_GARN], [0]];
|
|
1627
|
-
var UpdateChapCredentialsInput = [
|
|
1643
|
+
var UpdateBandwidthRateLimitScheduleOutput$ = [3, n0, _UBRLSO, 0, [_GARN], [0]];
|
|
1644
|
+
var UpdateChapCredentialsInput$ = [
|
|
1628
1645
|
3,
|
|
1629
1646
|
n0,
|
|
1630
1647
|
_UCCI,
|
|
@@ -1632,17 +1649,17 @@ var UpdateChapCredentialsInput = [
|
|
|
1632
1649
|
[_TARNa, _STAI, _IN, _STAT],
|
|
1633
1650
|
[0, [() => ChapSecret, 0], 0, [() => ChapSecret, 0]],
|
|
1634
1651
|
];
|
|
1635
|
-
var UpdateChapCredentialsOutput = [3, n0, _UCCO, 0, [_TARNa, _IN], [0, 0]];
|
|
1636
|
-
var UpdateFileSystemAssociationInput = [
|
|
1652
|
+
var UpdateChapCredentialsOutput$ = [3, n0, _UCCO, 0, [_TARNa, _IN], [0, 0]];
|
|
1653
|
+
var UpdateFileSystemAssociationInput$ = [
|
|
1637
1654
|
3,
|
|
1638
1655
|
n0,
|
|
1639
1656
|
_UFSAI,
|
|
1640
1657
|
0,
|
|
1641
1658
|
[_FSAARN, _UN, _P, _ADARN, _CA],
|
|
1642
|
-
[0, 0, [() => DomainUserPassword, 0], 0, () => CacheAttributes],
|
|
1659
|
+
[0, 0, [() => DomainUserPassword, 0], 0, () => CacheAttributes$],
|
|
1643
1660
|
];
|
|
1644
|
-
var UpdateFileSystemAssociationOutput = [3, n0, _UFSAO, 0, [_FSAARN], [0]];
|
|
1645
|
-
var UpdateGatewayInformationInput = [
|
|
1661
|
+
var UpdateFileSystemAssociationOutput$ = [3, n0, _UFSAO, 0, [_FSAARN], [0]];
|
|
1662
|
+
var UpdateGatewayInformationInput$ = [
|
|
1646
1663
|
3,
|
|
1647
1664
|
n0,
|
|
1648
1665
|
_UGII,
|
|
@@ -1650,28 +1667,28 @@ var UpdateGatewayInformationInput = [
|
|
|
1650
1667
|
[_GARN, _GN, _GT, _CWLGARN, _GC],
|
|
1651
1668
|
[0, 0, 0, 0, 0],
|
|
1652
1669
|
];
|
|
1653
|
-
var UpdateGatewayInformationOutput = [3, n0, _UGIO, 0, [_GARN, _GN], [0, 0]];
|
|
1654
|
-
var UpdateGatewaySoftwareNowInput = [3, n0, _UGSNI, 0, [_GARN], [0]];
|
|
1655
|
-
var UpdateGatewaySoftwareNowOutput = [3, n0, _UGSNO, 0, [_GARN], [0]];
|
|
1656
|
-
var UpdateMaintenanceStartTimeInput = [
|
|
1670
|
+
var UpdateGatewayInformationOutput$ = [3, n0, _UGIO, 0, [_GARN, _GN], [0, 0]];
|
|
1671
|
+
var UpdateGatewaySoftwareNowInput$ = [3, n0, _UGSNI, 0, [_GARN], [0]];
|
|
1672
|
+
var UpdateGatewaySoftwareNowOutput$ = [3, n0, _UGSNO, 0, [_GARN], [0]];
|
|
1673
|
+
var UpdateMaintenanceStartTimeInput$ = [
|
|
1657
1674
|
3,
|
|
1658
1675
|
n0,
|
|
1659
1676
|
_UMSTI,
|
|
1660
1677
|
0,
|
|
1661
1678
|
[_GARN, _HOD, _MOH, _DOWa, _DOM, _SUP],
|
|
1662
|
-
[0, 1, 1, 1, 1, () => SoftwareUpdatePreferences],
|
|
1679
|
+
[0, 1, 1, 1, 1, () => SoftwareUpdatePreferences$],
|
|
1663
1680
|
];
|
|
1664
|
-
var UpdateMaintenanceStartTimeOutput = [3, n0, _UMSTO, 0, [_GARN], [0]];
|
|
1665
|
-
var UpdateNFSFileShareInput = [
|
|
1681
|
+
var UpdateMaintenanceStartTimeOutput$ = [3, n0, _UMSTO, 0, [_GARN], [0]];
|
|
1682
|
+
var UpdateNFSFileShareInput$ = [
|
|
1666
1683
|
3,
|
|
1667
1684
|
n0,
|
|
1668
1685
|
_UNFSFSI,
|
|
1669
1686
|
0,
|
|
1670
1687
|
[_FSARN, _ETn, _KMSE, _KMSK, _NFSFSD, _DSC, _OACL, _CL, _S, _RO, _GMIMETE, _RP, _FSN, _CA, _NP, _ADARN],
|
|
1671
|
-
[0, 0, 2, 0, () => NFSFileShareDefaults
|
|
1688
|
+
[0, 0, 2, 0, () => NFSFileShareDefaults$, 0, 0, 64 | 0, 0, 2, 2, 2, 0, () => CacheAttributes$, 0, 0],
|
|
1672
1689
|
];
|
|
1673
|
-
var UpdateNFSFileShareOutput = [3, n0, _UNFSFSO, 0, [_FSARN], [0]];
|
|
1674
|
-
var UpdateSMBFileShareInput = [
|
|
1690
|
+
var UpdateNFSFileShareOutput$ = [3, n0, _UNFSFSO, 0, [_FSARN], [0]];
|
|
1691
|
+
var UpdateSMBFileShareInput$ = [
|
|
1675
1692
|
3,
|
|
1676
1693
|
n0,
|
|
1677
1694
|
_USMBFSI,
|
|
@@ -1698,23 +1715,23 @@ var UpdateSMBFileShareInput = [
|
|
|
1698
1715
|
_NP,
|
|
1699
1716
|
_OE,
|
|
1700
1717
|
],
|
|
1701
|
-
[0, 0, 2, 0, 0, 0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => CacheAttributes
|
|
1718
|
+
[0, 0, 2, 0, 0, 0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => CacheAttributes$, 0, 2],
|
|
1702
1719
|
];
|
|
1703
|
-
var UpdateSMBFileShareOutput = [3, n0, _USMBFSO, 0, [_FSARN], [0]];
|
|
1704
|
-
var UpdateSMBFileShareVisibilityInput = [3, n0, _USMBFSVI, 0, [_GARN, _FSV], [0, 2]];
|
|
1705
|
-
var UpdateSMBFileShareVisibilityOutput = [3, n0, _USMBFSVO, 0, [_GARN], [0]];
|
|
1706
|
-
var UpdateSMBLocalGroupsInput = [
|
|
1720
|
+
var UpdateSMBFileShareOutput$ = [3, n0, _USMBFSO, 0, [_FSARN], [0]];
|
|
1721
|
+
var UpdateSMBFileShareVisibilityInput$ = [3, n0, _USMBFSVI, 0, [_GARN, _FSV], [0, 2]];
|
|
1722
|
+
var UpdateSMBFileShareVisibilityOutput$ = [3, n0, _USMBFSVO, 0, [_GARN], [0]];
|
|
1723
|
+
var UpdateSMBLocalGroupsInput$ = [
|
|
1707
1724
|
3,
|
|
1708
1725
|
n0,
|
|
1709
1726
|
_USMBLGI,
|
|
1710
1727
|
0,
|
|
1711
1728
|
[_GARN, _SMBLG],
|
|
1712
|
-
[0, () => SMBLocalGroups],
|
|
1729
|
+
[0, () => SMBLocalGroups$],
|
|
1713
1730
|
];
|
|
1714
|
-
var UpdateSMBLocalGroupsOutput = [3, n0, _USMBLGO, 0, [_GARN], [0]];
|
|
1715
|
-
var UpdateSMBSecurityStrategyInput = [3, n0, _USMBSSI, 0, [_GARN, _SMBSS], [0, 0]];
|
|
1716
|
-
var UpdateSMBSecurityStrategyOutput = [3, n0, _USMBSSO, 0, [_GARN], [0]];
|
|
1717
|
-
var UpdateSnapshotScheduleInput = [
|
|
1731
|
+
var UpdateSMBLocalGroupsOutput$ = [3, n0, _USMBLGO, 0, [_GARN], [0]];
|
|
1732
|
+
var UpdateSMBSecurityStrategyInput$ = [3, n0, _USMBSSI, 0, [_GARN, _SMBSS], [0, 0]];
|
|
1733
|
+
var UpdateSMBSecurityStrategyOutput$ = [3, n0, _USMBSSO, 0, [_GARN], [0]];
|
|
1734
|
+
var UpdateSnapshotScheduleInput$ = [
|
|
1718
1735
|
3,
|
|
1719
1736
|
n0,
|
|
1720
1737
|
_USSI,
|
|
@@ -1722,10 +1739,10 @@ var UpdateSnapshotScheduleInput = [
|
|
|
1722
1739
|
[_VARN, _SA, _RIH, _D, _T],
|
|
1723
1740
|
[0, 1, 1, 0, () => Tags],
|
|
1724
1741
|
];
|
|
1725
|
-
var UpdateSnapshotScheduleOutput = [3, n0, _USSO, 0, [_VARN], [0]];
|
|
1726
|
-
var UpdateVTLDeviceTypeInput = [3, n0, _UVTLDTI, 0, [_VTLDARNe, _DT], [0, 0]];
|
|
1727
|
-
var UpdateVTLDeviceTypeOutput = [3, n0, _UVTLDTO, 0, [_VTLDARNe], [0]];
|
|
1728
|
-
var VolumeInfo = [
|
|
1742
|
+
var UpdateSnapshotScheduleOutput$ = [3, n0, _USSO, 0, [_VARN], [0]];
|
|
1743
|
+
var UpdateVTLDeviceTypeInput$ = [3, n0, _UVTLDTI, 0, [_VTLDARNe, _DT], [0, 0]];
|
|
1744
|
+
var UpdateVTLDeviceTypeOutput$ = [3, n0, _UVTLDTO, 0, [_VTLDARNe], [0]];
|
|
1745
|
+
var VolumeInfo$ = [
|
|
1729
1746
|
3,
|
|
1730
1747
|
n0,
|
|
1731
1748
|
_VIol,
|
|
@@ -1733,7 +1750,7 @@ var VolumeInfo = [
|
|
|
1733
1750
|
[_VARN, _VI, _GARN, _GI, _VT, _VSIB, _VAS],
|
|
1734
1751
|
[0, 0, 0, 0, 0, 1, 0],
|
|
1735
1752
|
];
|
|
1736
|
-
var VolumeiSCSIAttributes = [
|
|
1753
|
+
var VolumeiSCSIAttributes$ = [
|
|
1737
1754
|
3,
|
|
1738
1755
|
n0,
|
|
1739
1756
|
_VSCSIA,
|
|
@@ -1741,7 +1758,7 @@ var VolumeiSCSIAttributes = [
|
|
|
1741
1758
|
[_TARNa, _NII, _NIP, _LN, _CE],
|
|
1742
1759
|
[0, 0, 1, 1, 2],
|
|
1743
1760
|
];
|
|
1744
|
-
var VolumeRecoveryPointInfo = [
|
|
1761
|
+
var VolumeRecoveryPointInfo$ = [
|
|
1745
1762
|
3,
|
|
1746
1763
|
n0,
|
|
1747
1764
|
_VRPIo,
|
|
@@ -1749,709 +1766,718 @@ var VolumeRecoveryPointInfo = [
|
|
|
1749
1766
|
[_VARN, _VSIB, _VUIBo, _VRPT],
|
|
1750
1767
|
[0, 1, 1, 0],
|
|
1751
1768
|
];
|
|
1752
|
-
var VTLDevice = [
|
|
1769
|
+
var VTLDevice$ = [
|
|
1753
1770
|
3,
|
|
1754
1771
|
n0,
|
|
1755
1772
|
_VTLDe,
|
|
1756
1773
|
0,
|
|
1757
1774
|
[_VTLDARNe, _VTLDT, _VTLDV, _VTLDPI, _DSCSIA],
|
|
1758
|
-
[0, 0, 0, 0, () => DeviceiSCSIAttributes],
|
|
1759
|
-
];
|
|
1760
|
-
var StorageGatewayServiceException = [-3, _sm, "StorageGatewayServiceException", 0, [], []];
|
|
1761
|
-
schema.TypeRegistry.for(_sm).registerError(StorageGatewayServiceException
|
|
1762
|
-
var AutomaticTapeCreationPolicyInfos = [
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
];
|
|
1769
|
-
var
|
|
1770
|
-
var
|
|
1771
|
-
var
|
|
1772
|
-
var
|
|
1773
|
-
var
|
|
1774
|
-
var
|
|
1775
|
-
var
|
|
1776
|
-
var
|
|
1777
|
-
var
|
|
1778
|
-
var
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
];
|
|
1785
|
-
var
|
|
1786
|
-
var
|
|
1787
|
-
var
|
|
1788
|
-
var
|
|
1789
|
-
var PoolInfos = [1, n0, _PIo, 0, () => PoolInfo];
|
|
1790
|
-
var SMBFileShareInfoList = [1, n0, _SMBFSIL, 0, () => SMBFileShareInfo];
|
|
1791
|
-
var StorediSCSIVolumes = [1, n0, _SSCSIV, 0, () => StorediSCSIVolume];
|
|
1792
|
-
var Tags = [1, n0, _T, 0, () => Tag];
|
|
1793
|
-
var TapeArchives = [1, n0, _TA, 0, () => TapeArchive];
|
|
1794
|
-
var TapeInfos = [1, n0, _TI, 0, () => TapeInfo];
|
|
1795
|
-
var TapeRecoveryPointInfos = [1, n0, _TRPI, 0, () => TapeRecoveryPointInfo];
|
|
1796
|
-
var Tapes = [1, n0, _Ta, 0, () => Tape];
|
|
1797
|
-
var VolumeInfos = [1, n0, _VIo, 0, () => VolumeInfo];
|
|
1798
|
-
var VolumeRecoveryPointInfos = [1, n0, _VRPI, 0, () => VolumeRecoveryPointInfo];
|
|
1799
|
-
var VTLDevices = [1, n0, _VTLD, 0, () => VTLDevice];
|
|
1800
|
-
var ActivateGateway = [
|
|
1775
|
+
[0, 0, 0, 0, () => DeviceiSCSIAttributes$],
|
|
1776
|
+
];
|
|
1777
|
+
var StorageGatewayServiceException$ = [-3, _sm, "StorageGatewayServiceException", 0, [], []];
|
|
1778
|
+
schema.TypeRegistry.for(_sm).registerError(StorageGatewayServiceException$, StorageGatewayServiceException);
|
|
1779
|
+
var AutomaticTapeCreationPolicyInfos = [1, n0, _ATCPIu, 0, () => AutomaticTapeCreationPolicyInfo$];
|
|
1780
|
+
var AutomaticTapeCreationRules = [1, n0, _ATCR, 0, () => AutomaticTapeCreationRule$];
|
|
1781
|
+
var BandwidthRateLimitIntervals = [1, n0, _BRLIa, 0, () => BandwidthRateLimitInterval$];
|
|
1782
|
+
var CachediSCSIVolumes = [1, n0, _CSCSIVa, 0, () => CachediSCSIVolume$];
|
|
1783
|
+
var CacheReportFilterList = [1, n0, _CRFL, 0, () => CacheReportFilter$];
|
|
1784
|
+
var CacheReportList = [1, n0, _CRL, 0, () => CacheReportInfo$];
|
|
1785
|
+
var ChapCredentials = [1, n0, _CC, 0, [() => ChapInfo$, 0]];
|
|
1786
|
+
var Disks = [1, n0, _Dis, 0, () => Disk$];
|
|
1787
|
+
var FileShareInfoList = [1, n0, _FSIL, 0, () => FileShareInfo$];
|
|
1788
|
+
var FileSystemAssociationInfoList = [1, n0, _FSAIL, 0, () => FileSystemAssociationInfo$];
|
|
1789
|
+
var FileSystemAssociationStatusDetails = [1, n0, _FSASD, 0, () => FileSystemAssociationStatusDetail$];
|
|
1790
|
+
var FileSystemAssociationSummaryList = [1, n0, _FSASL, 0, () => FileSystemAssociationSummary$];
|
|
1791
|
+
var GatewayNetworkInterfaces = [1, n0, _GNI, 0, [() => NetworkInterface$, 0]];
|
|
1792
|
+
var Gateways = [1, n0, _G, 0, () => GatewayInfo$];
|
|
1793
|
+
var NFSFileShareInfoList = [1, n0, _NFSFSIL, 0, () => NFSFileShareInfo$];
|
|
1794
|
+
var PoolInfos = [1, n0, _PIo, 0, () => PoolInfo$];
|
|
1795
|
+
var SMBFileShareInfoList = [1, n0, _SMBFSIL, 0, () => SMBFileShareInfo$];
|
|
1796
|
+
var StorediSCSIVolumes = [1, n0, _SSCSIV, 0, () => StorediSCSIVolume$];
|
|
1797
|
+
var Tags = [1, n0, _T, 0, () => Tag$];
|
|
1798
|
+
var TapeArchives = [1, n0, _TA, 0, () => TapeArchive$];
|
|
1799
|
+
var TapeInfos = [1, n0, _TI, 0, () => TapeInfo$];
|
|
1800
|
+
var TapeRecoveryPointInfos = [1, n0, _TRPI, 0, () => TapeRecoveryPointInfo$];
|
|
1801
|
+
var Tapes = [1, n0, _Ta, 0, () => Tape$];
|
|
1802
|
+
var VolumeInfos = [1, n0, _VIo, 0, () => VolumeInfo$];
|
|
1803
|
+
var VolumeRecoveryPointInfos = [1, n0, _VRPI, 0, () => VolumeRecoveryPointInfo$];
|
|
1804
|
+
var VTLDevices = [1, n0, _VTLD, 0, () => VTLDevice$];
|
|
1805
|
+
var ActivateGateway$ = [
|
|
1801
1806
|
9,
|
|
1802
1807
|
n0,
|
|
1803
1808
|
_AG,
|
|
1804
1809
|
0,
|
|
1805
|
-
() => ActivateGatewayInput
|
|
1806
|
-
() => ActivateGatewayOutput
|
|
1810
|
+
() => ActivateGatewayInput$,
|
|
1811
|
+
() => ActivateGatewayOutput$,
|
|
1807
1812
|
];
|
|
1808
|
-
var AddCache = [9, n0, _AC, 0, () => AddCacheInput
|
|
1809
|
-
var AddTagsToResource = [
|
|
1813
|
+
var AddCache$ = [9, n0, _AC, 0, () => AddCacheInput$, () => AddCacheOutput$];
|
|
1814
|
+
var AddTagsToResource$ = [
|
|
1810
1815
|
9,
|
|
1811
1816
|
n0,
|
|
1812
1817
|
_ATTR,
|
|
1813
1818
|
0,
|
|
1814
|
-
() => AddTagsToResourceInput
|
|
1815
|
-
() => AddTagsToResourceOutput
|
|
1819
|
+
() => AddTagsToResourceInput$,
|
|
1820
|
+
() => AddTagsToResourceOutput$,
|
|
1816
1821
|
];
|
|
1817
|
-
var AddUploadBuffer = [
|
|
1822
|
+
var AddUploadBuffer$ = [
|
|
1818
1823
|
9,
|
|
1819
1824
|
n0,
|
|
1820
1825
|
_AUB,
|
|
1821
1826
|
0,
|
|
1822
|
-
() => AddUploadBufferInput
|
|
1823
|
-
() => AddUploadBufferOutput
|
|
1827
|
+
() => AddUploadBufferInput$,
|
|
1828
|
+
() => AddUploadBufferOutput$,
|
|
1824
1829
|
];
|
|
1825
|
-
var AddWorkingStorage = [
|
|
1830
|
+
var AddWorkingStorage$ = [
|
|
1826
1831
|
9,
|
|
1827
1832
|
n0,
|
|
1828
1833
|
_AWS,
|
|
1829
1834
|
0,
|
|
1830
|
-
() => AddWorkingStorageInput
|
|
1831
|
-
() => AddWorkingStorageOutput
|
|
1835
|
+
() => AddWorkingStorageInput$,
|
|
1836
|
+
() => AddWorkingStorageOutput$,
|
|
1832
1837
|
];
|
|
1833
|
-
var AssignTapePool = [
|
|
1838
|
+
var AssignTapePool$ = [
|
|
1834
1839
|
9,
|
|
1835
1840
|
n0,
|
|
1836
1841
|
_ATP,
|
|
1837
1842
|
0,
|
|
1838
|
-
() => AssignTapePoolInput
|
|
1839
|
-
() => AssignTapePoolOutput
|
|
1843
|
+
() => AssignTapePoolInput$,
|
|
1844
|
+
() => AssignTapePoolOutput$,
|
|
1840
1845
|
];
|
|
1841
|
-
var AssociateFileSystem = [
|
|
1846
|
+
var AssociateFileSystem$ = [
|
|
1842
1847
|
9,
|
|
1843
1848
|
n0,
|
|
1844
1849
|
_AFS,
|
|
1845
1850
|
0,
|
|
1846
|
-
() => AssociateFileSystemInput
|
|
1847
|
-
() => AssociateFileSystemOutput
|
|
1851
|
+
() => AssociateFileSystemInput$,
|
|
1852
|
+
() => AssociateFileSystemOutput$,
|
|
1848
1853
|
];
|
|
1849
|
-
var AttachVolume = [9, n0, _AV, 0, () => AttachVolumeInput
|
|
1850
|
-
var CancelArchival = [
|
|
1854
|
+
var AttachVolume$ = [9, n0, _AV, 0, () => AttachVolumeInput$, () => AttachVolumeOutput$];
|
|
1855
|
+
var CancelArchival$ = [
|
|
1851
1856
|
9,
|
|
1852
1857
|
n0,
|
|
1853
1858
|
_CAa,
|
|
1854
1859
|
0,
|
|
1855
|
-
() => CancelArchivalInput
|
|
1856
|
-
() => CancelArchivalOutput
|
|
1860
|
+
() => CancelArchivalInput$,
|
|
1861
|
+
() => CancelArchivalOutput$,
|
|
1857
1862
|
];
|
|
1858
|
-
var CancelCacheReport = [
|
|
1863
|
+
var CancelCacheReport$ = [
|
|
1859
1864
|
9,
|
|
1860
1865
|
n0,
|
|
1861
1866
|
_CCR,
|
|
1862
1867
|
0,
|
|
1863
|
-
() => CancelCacheReportInput
|
|
1864
|
-
() => CancelCacheReportOutput
|
|
1868
|
+
() => CancelCacheReportInput$,
|
|
1869
|
+
() => CancelCacheReportOutput$,
|
|
1865
1870
|
];
|
|
1866
|
-
var CancelRetrieval = [
|
|
1871
|
+
var CancelRetrieval$ = [
|
|
1867
1872
|
9,
|
|
1868
1873
|
n0,
|
|
1869
1874
|
_CR,
|
|
1870
1875
|
0,
|
|
1871
|
-
() => CancelRetrievalInput
|
|
1872
|
-
() => CancelRetrievalOutput
|
|
1876
|
+
() => CancelRetrievalInput$,
|
|
1877
|
+
() => CancelRetrievalOutput$,
|
|
1873
1878
|
];
|
|
1874
|
-
var CreateCachediSCSIVolume = [
|
|
1879
|
+
var CreateCachediSCSIVolume$ = [
|
|
1875
1880
|
9,
|
|
1876
1881
|
n0,
|
|
1877
1882
|
_CCSCSIV,
|
|
1878
1883
|
0,
|
|
1879
|
-
() => CreateCachediSCSIVolumeInput
|
|
1880
|
-
() => CreateCachediSCSIVolumeOutput
|
|
1884
|
+
() => CreateCachediSCSIVolumeInput$,
|
|
1885
|
+
() => CreateCachediSCSIVolumeOutput$,
|
|
1881
1886
|
];
|
|
1882
|
-
var CreateNFSFileShare = [
|
|
1887
|
+
var CreateNFSFileShare$ = [
|
|
1883
1888
|
9,
|
|
1884
1889
|
n0,
|
|
1885
1890
|
_CNFSFS,
|
|
1886
1891
|
0,
|
|
1887
|
-
() => CreateNFSFileShareInput
|
|
1888
|
-
() => CreateNFSFileShareOutput
|
|
1892
|
+
() => CreateNFSFileShareInput$,
|
|
1893
|
+
() => CreateNFSFileShareOutput$,
|
|
1889
1894
|
];
|
|
1890
|
-
var CreateSMBFileShare = [
|
|
1895
|
+
var CreateSMBFileShare$ = [
|
|
1891
1896
|
9,
|
|
1892
1897
|
n0,
|
|
1893
1898
|
_CSMBFS,
|
|
1894
1899
|
0,
|
|
1895
|
-
() => CreateSMBFileShareInput
|
|
1896
|
-
() => CreateSMBFileShareOutput
|
|
1900
|
+
() => CreateSMBFileShareInput$,
|
|
1901
|
+
() => CreateSMBFileShareOutput$,
|
|
1897
1902
|
];
|
|
1898
|
-
var CreateSnapshot = [
|
|
1903
|
+
var CreateSnapshot$ = [
|
|
1899
1904
|
9,
|
|
1900
1905
|
n0,
|
|
1901
1906
|
_CSr,
|
|
1902
1907
|
0,
|
|
1903
|
-
() => CreateSnapshotInput
|
|
1904
|
-
() => CreateSnapshotOutput
|
|
1908
|
+
() => CreateSnapshotInput$,
|
|
1909
|
+
() => CreateSnapshotOutput$,
|
|
1905
1910
|
];
|
|
1906
|
-
var CreateSnapshotFromVolumeRecoveryPoint = [
|
|
1911
|
+
var CreateSnapshotFromVolumeRecoveryPoint$ = [
|
|
1907
1912
|
9,
|
|
1908
1913
|
n0,
|
|
1909
1914
|
_CSFVRP,
|
|
1910
1915
|
0,
|
|
1911
|
-
() => CreateSnapshotFromVolumeRecoveryPointInput
|
|
1912
|
-
() => CreateSnapshotFromVolumeRecoveryPointOutput
|
|
1916
|
+
() => CreateSnapshotFromVolumeRecoveryPointInput$,
|
|
1917
|
+
() => CreateSnapshotFromVolumeRecoveryPointOutput$,
|
|
1913
1918
|
];
|
|
1914
|
-
var CreateStorediSCSIVolume = [
|
|
1919
|
+
var CreateStorediSCSIVolume$ = [
|
|
1915
1920
|
9,
|
|
1916
1921
|
n0,
|
|
1917
1922
|
_CSSCSIV,
|
|
1918
1923
|
0,
|
|
1919
|
-
() => CreateStorediSCSIVolumeInput
|
|
1920
|
-
() => CreateStorediSCSIVolumeOutput
|
|
1924
|
+
() => CreateStorediSCSIVolumeInput$,
|
|
1925
|
+
() => CreateStorediSCSIVolumeOutput$,
|
|
1921
1926
|
];
|
|
1922
|
-
var CreateTapePool = [
|
|
1927
|
+
var CreateTapePool$ = [
|
|
1923
1928
|
9,
|
|
1924
1929
|
n0,
|
|
1925
1930
|
_CTP,
|
|
1926
1931
|
0,
|
|
1927
|
-
() => CreateTapePoolInput
|
|
1928
|
-
() => CreateTapePoolOutput
|
|
1932
|
+
() => CreateTapePoolInput$,
|
|
1933
|
+
() => CreateTapePoolOutput$,
|
|
1929
1934
|
];
|
|
1930
|
-
var CreateTapes = [9, n0, _CTr, 0, () => CreateTapesInput
|
|
1931
|
-
var CreateTapeWithBarcode = [
|
|
1935
|
+
var CreateTapes$ = [9, n0, _CTr, 0, () => CreateTapesInput$, () => CreateTapesOutput$];
|
|
1936
|
+
var CreateTapeWithBarcode$ = [
|
|
1932
1937
|
9,
|
|
1933
1938
|
n0,
|
|
1934
1939
|
_CTWB,
|
|
1935
1940
|
0,
|
|
1936
|
-
() => CreateTapeWithBarcodeInput
|
|
1937
|
-
() => CreateTapeWithBarcodeOutput
|
|
1941
|
+
() => CreateTapeWithBarcodeInput$,
|
|
1942
|
+
() => CreateTapeWithBarcodeOutput$,
|
|
1938
1943
|
];
|
|
1939
|
-
var DeleteAutomaticTapeCreationPolicy = [
|
|
1944
|
+
var DeleteAutomaticTapeCreationPolicy$ = [
|
|
1940
1945
|
9,
|
|
1941
1946
|
n0,
|
|
1942
1947
|
_DATCP,
|
|
1943
1948
|
0,
|
|
1944
|
-
() => DeleteAutomaticTapeCreationPolicyInput
|
|
1945
|
-
() => DeleteAutomaticTapeCreationPolicyOutput
|
|
1949
|
+
() => DeleteAutomaticTapeCreationPolicyInput$,
|
|
1950
|
+
() => DeleteAutomaticTapeCreationPolicyOutput$,
|
|
1946
1951
|
];
|
|
1947
|
-
var DeleteBandwidthRateLimit = [
|
|
1952
|
+
var DeleteBandwidthRateLimit$ = [
|
|
1948
1953
|
9,
|
|
1949
1954
|
n0,
|
|
1950
1955
|
_DBRL,
|
|
1951
1956
|
0,
|
|
1952
|
-
() => DeleteBandwidthRateLimitInput
|
|
1953
|
-
() => DeleteBandwidthRateLimitOutput
|
|
1957
|
+
() => DeleteBandwidthRateLimitInput$,
|
|
1958
|
+
() => DeleteBandwidthRateLimitOutput$,
|
|
1954
1959
|
];
|
|
1955
|
-
var DeleteCacheReport = [
|
|
1960
|
+
var DeleteCacheReport$ = [
|
|
1956
1961
|
9,
|
|
1957
1962
|
n0,
|
|
1958
1963
|
_DCR,
|
|
1959
1964
|
0,
|
|
1960
|
-
() => DeleteCacheReportInput
|
|
1961
|
-
() => DeleteCacheReportOutput
|
|
1965
|
+
() => DeleteCacheReportInput$,
|
|
1966
|
+
() => DeleteCacheReportOutput$,
|
|
1962
1967
|
];
|
|
1963
|
-
var DeleteChapCredentials = [
|
|
1968
|
+
var DeleteChapCredentials$ = [
|
|
1964
1969
|
9,
|
|
1965
1970
|
n0,
|
|
1966
1971
|
_DCC,
|
|
1967
1972
|
0,
|
|
1968
|
-
() => DeleteChapCredentialsInput
|
|
1969
|
-
() => DeleteChapCredentialsOutput
|
|
1973
|
+
() => DeleteChapCredentialsInput$,
|
|
1974
|
+
() => DeleteChapCredentialsOutput$,
|
|
1970
1975
|
];
|
|
1971
|
-
var DeleteFileShare = [
|
|
1976
|
+
var DeleteFileShare$ = [
|
|
1972
1977
|
9,
|
|
1973
1978
|
n0,
|
|
1974
1979
|
_DFS,
|
|
1975
1980
|
0,
|
|
1976
|
-
() => DeleteFileShareInput
|
|
1977
|
-
() => DeleteFileShareOutput
|
|
1981
|
+
() => DeleteFileShareInput$,
|
|
1982
|
+
() => DeleteFileShareOutput$,
|
|
1983
|
+
];
|
|
1984
|
+
var DeleteGateway$ = [
|
|
1985
|
+
9,
|
|
1986
|
+
n0,
|
|
1987
|
+
_DG,
|
|
1988
|
+
0,
|
|
1989
|
+
() => DeleteGatewayInput$,
|
|
1990
|
+
() => DeleteGatewayOutput$,
|
|
1978
1991
|
];
|
|
1979
|
-
var
|
|
1980
|
-
var DeleteSnapshotSchedule = [
|
|
1992
|
+
var DeleteSnapshotSchedule$ = [
|
|
1981
1993
|
9,
|
|
1982
1994
|
n0,
|
|
1983
1995
|
_DSS,
|
|
1984
1996
|
0,
|
|
1985
|
-
() => DeleteSnapshotScheduleInput
|
|
1986
|
-
() => DeleteSnapshotScheduleOutput
|
|
1997
|
+
() => DeleteSnapshotScheduleInput$,
|
|
1998
|
+
() => DeleteSnapshotScheduleOutput$,
|
|
1987
1999
|
];
|
|
1988
|
-
var DeleteTape = [9, n0, _DTe, 0, () => DeleteTapeInput
|
|
1989
|
-
var DeleteTapeArchive = [
|
|
2000
|
+
var DeleteTape$ = [9, n0, _DTe, 0, () => DeleteTapeInput$, () => DeleteTapeOutput$];
|
|
2001
|
+
var DeleteTapeArchive$ = [
|
|
1990
2002
|
9,
|
|
1991
2003
|
n0,
|
|
1992
2004
|
_DTA,
|
|
1993
2005
|
0,
|
|
1994
|
-
() => DeleteTapeArchiveInput
|
|
1995
|
-
() => DeleteTapeArchiveOutput
|
|
2006
|
+
() => DeleteTapeArchiveInput$,
|
|
2007
|
+
() => DeleteTapeArchiveOutput$,
|
|
1996
2008
|
];
|
|
1997
|
-
var DeleteTapePool = [
|
|
2009
|
+
var DeleteTapePool$ = [
|
|
1998
2010
|
9,
|
|
1999
2011
|
n0,
|
|
2000
2012
|
_DTP,
|
|
2001
2013
|
0,
|
|
2002
|
-
() => DeleteTapePoolInput
|
|
2003
|
-
() => DeleteTapePoolOutput
|
|
2014
|
+
() => DeleteTapePoolInput$,
|
|
2015
|
+
() => DeleteTapePoolOutput$,
|
|
2004
2016
|
];
|
|
2005
|
-
var DeleteVolume = [9, n0, _DV, 0, () => DeleteVolumeInput
|
|
2006
|
-
var DescribeAvailabilityMonitorTest = [
|
|
2017
|
+
var DeleteVolume$ = [9, n0, _DV, 0, () => DeleteVolumeInput$, () => DeleteVolumeOutput$];
|
|
2018
|
+
var DescribeAvailabilityMonitorTest$ = [
|
|
2007
2019
|
9,
|
|
2008
2020
|
n0,
|
|
2009
2021
|
_DAMT,
|
|
2010
2022
|
0,
|
|
2011
|
-
() => DescribeAvailabilityMonitorTestInput
|
|
2012
|
-
() => DescribeAvailabilityMonitorTestOutput
|
|
2023
|
+
() => DescribeAvailabilityMonitorTestInput$,
|
|
2024
|
+
() => DescribeAvailabilityMonitorTestOutput$,
|
|
2013
2025
|
];
|
|
2014
|
-
var DescribeBandwidthRateLimit = [
|
|
2026
|
+
var DescribeBandwidthRateLimit$ = [
|
|
2015
2027
|
9,
|
|
2016
2028
|
n0,
|
|
2017
2029
|
_DBRLe,
|
|
2018
2030
|
0,
|
|
2019
|
-
() => DescribeBandwidthRateLimitInput
|
|
2020
|
-
() => DescribeBandwidthRateLimitOutput
|
|
2031
|
+
() => DescribeBandwidthRateLimitInput$,
|
|
2032
|
+
() => DescribeBandwidthRateLimitOutput$,
|
|
2021
2033
|
];
|
|
2022
|
-
var DescribeBandwidthRateLimitSchedule = [
|
|
2034
|
+
var DescribeBandwidthRateLimitSchedule$ = [
|
|
2023
2035
|
9,
|
|
2024
2036
|
n0,
|
|
2025
2037
|
_DBRLS,
|
|
2026
2038
|
0,
|
|
2027
|
-
() => DescribeBandwidthRateLimitScheduleInput
|
|
2028
|
-
() => DescribeBandwidthRateLimitScheduleOutput
|
|
2039
|
+
() => DescribeBandwidthRateLimitScheduleInput$,
|
|
2040
|
+
() => DescribeBandwidthRateLimitScheduleOutput$,
|
|
2029
2041
|
];
|
|
2030
|
-
var DescribeCache = [
|
|
2031
|
-
|
|
2042
|
+
var DescribeCache$ = [
|
|
2043
|
+
9,
|
|
2044
|
+
n0,
|
|
2045
|
+
_DCe,
|
|
2046
|
+
0,
|
|
2047
|
+
() => DescribeCacheInput$,
|
|
2048
|
+
() => DescribeCacheOutput$,
|
|
2049
|
+
];
|
|
2050
|
+
var DescribeCachediSCSIVolumes$ = [
|
|
2032
2051
|
9,
|
|
2033
2052
|
n0,
|
|
2034
2053
|
_DCSCSIV,
|
|
2035
2054
|
0,
|
|
2036
|
-
() => DescribeCachediSCSIVolumesInput
|
|
2037
|
-
() => DescribeCachediSCSIVolumesOutput
|
|
2055
|
+
() => DescribeCachediSCSIVolumesInput$,
|
|
2056
|
+
() => DescribeCachediSCSIVolumesOutput$,
|
|
2038
2057
|
];
|
|
2039
|
-
var DescribeCacheReport = [
|
|
2058
|
+
var DescribeCacheReport$ = [
|
|
2040
2059
|
9,
|
|
2041
2060
|
n0,
|
|
2042
2061
|
_DCRe,
|
|
2043
2062
|
0,
|
|
2044
|
-
() => DescribeCacheReportInput
|
|
2045
|
-
() => DescribeCacheReportOutput
|
|
2063
|
+
() => DescribeCacheReportInput$,
|
|
2064
|
+
() => DescribeCacheReportOutput$,
|
|
2046
2065
|
];
|
|
2047
|
-
var DescribeChapCredentials = [
|
|
2066
|
+
var DescribeChapCredentials$ = [
|
|
2048
2067
|
9,
|
|
2049
2068
|
n0,
|
|
2050
2069
|
_DCCe,
|
|
2051
2070
|
0,
|
|
2052
|
-
() => DescribeChapCredentialsInput
|
|
2053
|
-
() => DescribeChapCredentialsOutput
|
|
2071
|
+
() => DescribeChapCredentialsInput$,
|
|
2072
|
+
() => DescribeChapCredentialsOutput$,
|
|
2054
2073
|
];
|
|
2055
|
-
var DescribeFileSystemAssociations = [
|
|
2074
|
+
var DescribeFileSystemAssociations$ = [
|
|
2056
2075
|
9,
|
|
2057
2076
|
n0,
|
|
2058
2077
|
_DFSA,
|
|
2059
2078
|
0,
|
|
2060
|
-
() => DescribeFileSystemAssociationsInput
|
|
2061
|
-
() => DescribeFileSystemAssociationsOutput
|
|
2079
|
+
() => DescribeFileSystemAssociationsInput$,
|
|
2080
|
+
() => DescribeFileSystemAssociationsOutput$,
|
|
2062
2081
|
];
|
|
2063
|
-
var DescribeGatewayInformation = [
|
|
2082
|
+
var DescribeGatewayInformation$ = [
|
|
2064
2083
|
9,
|
|
2065
2084
|
n0,
|
|
2066
2085
|
_DGIe,
|
|
2067
2086
|
0,
|
|
2068
|
-
() => DescribeGatewayInformationInput
|
|
2069
|
-
() => DescribeGatewayInformationOutput
|
|
2087
|
+
() => DescribeGatewayInformationInput$,
|
|
2088
|
+
() => DescribeGatewayInformationOutput$,
|
|
2070
2089
|
];
|
|
2071
|
-
var DescribeMaintenanceStartTime = [
|
|
2090
|
+
var DescribeMaintenanceStartTime$ = [
|
|
2072
2091
|
9,
|
|
2073
2092
|
n0,
|
|
2074
2093
|
_DMST,
|
|
2075
2094
|
0,
|
|
2076
|
-
() => DescribeMaintenanceStartTimeInput
|
|
2077
|
-
() => DescribeMaintenanceStartTimeOutput
|
|
2095
|
+
() => DescribeMaintenanceStartTimeInput$,
|
|
2096
|
+
() => DescribeMaintenanceStartTimeOutput$,
|
|
2078
2097
|
];
|
|
2079
|
-
var DescribeNFSFileShares = [
|
|
2098
|
+
var DescribeNFSFileShares$ = [
|
|
2080
2099
|
9,
|
|
2081
2100
|
n0,
|
|
2082
2101
|
_DNFSFS,
|
|
2083
2102
|
0,
|
|
2084
|
-
() => DescribeNFSFileSharesInput
|
|
2085
|
-
() => DescribeNFSFileSharesOutput
|
|
2103
|
+
() => DescribeNFSFileSharesInput$,
|
|
2104
|
+
() => DescribeNFSFileSharesOutput$,
|
|
2086
2105
|
];
|
|
2087
|
-
var DescribeSMBFileShares = [
|
|
2106
|
+
var DescribeSMBFileShares$ = [
|
|
2088
2107
|
9,
|
|
2089
2108
|
n0,
|
|
2090
2109
|
_DSMBFS,
|
|
2091
2110
|
0,
|
|
2092
|
-
() => DescribeSMBFileSharesInput
|
|
2093
|
-
() => DescribeSMBFileSharesOutput
|
|
2111
|
+
() => DescribeSMBFileSharesInput$,
|
|
2112
|
+
() => DescribeSMBFileSharesOutput$,
|
|
2094
2113
|
];
|
|
2095
|
-
var DescribeSMBSettings = [
|
|
2114
|
+
var DescribeSMBSettings$ = [
|
|
2096
2115
|
9,
|
|
2097
2116
|
n0,
|
|
2098
2117
|
_DSMBS,
|
|
2099
2118
|
0,
|
|
2100
|
-
() => DescribeSMBSettingsInput
|
|
2101
|
-
() => DescribeSMBSettingsOutput
|
|
2119
|
+
() => DescribeSMBSettingsInput$,
|
|
2120
|
+
() => DescribeSMBSettingsOutput$,
|
|
2102
2121
|
];
|
|
2103
|
-
var DescribeSnapshotSchedule = [
|
|
2122
|
+
var DescribeSnapshotSchedule$ = [
|
|
2104
2123
|
9,
|
|
2105
2124
|
n0,
|
|
2106
2125
|
_DSSe,
|
|
2107
2126
|
0,
|
|
2108
|
-
() => DescribeSnapshotScheduleInput
|
|
2109
|
-
() => DescribeSnapshotScheduleOutput
|
|
2127
|
+
() => DescribeSnapshotScheduleInput$,
|
|
2128
|
+
() => DescribeSnapshotScheduleOutput$,
|
|
2110
2129
|
];
|
|
2111
|
-
var DescribeStorediSCSIVolumes = [
|
|
2130
|
+
var DescribeStorediSCSIVolumes$ = [
|
|
2112
2131
|
9,
|
|
2113
2132
|
n0,
|
|
2114
2133
|
_DSSCSIV,
|
|
2115
2134
|
0,
|
|
2116
|
-
() => DescribeStorediSCSIVolumesInput
|
|
2117
|
-
() => DescribeStorediSCSIVolumesOutput
|
|
2135
|
+
() => DescribeStorediSCSIVolumesInput$,
|
|
2136
|
+
() => DescribeStorediSCSIVolumesOutput$,
|
|
2118
2137
|
];
|
|
2119
|
-
var DescribeTapeArchives = [
|
|
2138
|
+
var DescribeTapeArchives$ = [
|
|
2120
2139
|
9,
|
|
2121
2140
|
n0,
|
|
2122
2141
|
_DTAe,
|
|
2123
2142
|
0,
|
|
2124
|
-
() => DescribeTapeArchivesInput
|
|
2125
|
-
() => DescribeTapeArchivesOutput
|
|
2143
|
+
() => DescribeTapeArchivesInput$,
|
|
2144
|
+
() => DescribeTapeArchivesOutput$,
|
|
2126
2145
|
];
|
|
2127
|
-
var DescribeTapeRecoveryPoints = [
|
|
2146
|
+
var DescribeTapeRecoveryPoints$ = [
|
|
2128
2147
|
9,
|
|
2129
2148
|
n0,
|
|
2130
2149
|
_DTRP,
|
|
2131
2150
|
0,
|
|
2132
|
-
() => DescribeTapeRecoveryPointsInput
|
|
2133
|
-
() => DescribeTapeRecoveryPointsOutput
|
|
2151
|
+
() => DescribeTapeRecoveryPointsInput$,
|
|
2152
|
+
() => DescribeTapeRecoveryPointsOutput$,
|
|
2134
2153
|
];
|
|
2135
|
-
var DescribeTapes = [
|
|
2154
|
+
var DescribeTapes$ = [
|
|
2136
2155
|
9,
|
|
2137
2156
|
n0,
|
|
2138
2157
|
_DTes,
|
|
2139
2158
|
0,
|
|
2140
|
-
() => DescribeTapesInput
|
|
2141
|
-
() => DescribeTapesOutput
|
|
2159
|
+
() => DescribeTapesInput$,
|
|
2160
|
+
() => DescribeTapesOutput$,
|
|
2142
2161
|
];
|
|
2143
|
-
var DescribeUploadBuffer = [
|
|
2162
|
+
var DescribeUploadBuffer$ = [
|
|
2144
2163
|
9,
|
|
2145
2164
|
n0,
|
|
2146
2165
|
_DUB,
|
|
2147
2166
|
0,
|
|
2148
|
-
() => DescribeUploadBufferInput
|
|
2149
|
-
() => DescribeUploadBufferOutput
|
|
2167
|
+
() => DescribeUploadBufferInput$,
|
|
2168
|
+
() => DescribeUploadBufferOutput$,
|
|
2150
2169
|
];
|
|
2151
|
-
var DescribeVTLDevices = [
|
|
2170
|
+
var DescribeVTLDevices$ = [
|
|
2152
2171
|
9,
|
|
2153
2172
|
n0,
|
|
2154
2173
|
_DVTLD,
|
|
2155
2174
|
0,
|
|
2156
|
-
() => DescribeVTLDevicesInput
|
|
2157
|
-
() => DescribeVTLDevicesOutput
|
|
2175
|
+
() => DescribeVTLDevicesInput$,
|
|
2176
|
+
() => DescribeVTLDevicesOutput$,
|
|
2158
2177
|
];
|
|
2159
|
-
var DescribeWorkingStorage = [
|
|
2178
|
+
var DescribeWorkingStorage$ = [
|
|
2160
2179
|
9,
|
|
2161
2180
|
n0,
|
|
2162
2181
|
_DWS,
|
|
2163
2182
|
0,
|
|
2164
|
-
() => DescribeWorkingStorageInput
|
|
2165
|
-
() => DescribeWorkingStorageOutput
|
|
2183
|
+
() => DescribeWorkingStorageInput$,
|
|
2184
|
+
() => DescribeWorkingStorageOutput$,
|
|
2166
2185
|
];
|
|
2167
|
-
var DetachVolume = [9, n0, _DVe, 0, () => DetachVolumeInput
|
|
2168
|
-
var DisableGateway = [
|
|
2186
|
+
var DetachVolume$ = [9, n0, _DVe, 0, () => DetachVolumeInput$, () => DetachVolumeOutput$];
|
|
2187
|
+
var DisableGateway$ = [
|
|
2169
2188
|
9,
|
|
2170
2189
|
n0,
|
|
2171
2190
|
_DGi,
|
|
2172
2191
|
0,
|
|
2173
|
-
() => DisableGatewayInput
|
|
2174
|
-
() => DisableGatewayOutput
|
|
2192
|
+
() => DisableGatewayInput$,
|
|
2193
|
+
() => DisableGatewayOutput$,
|
|
2175
2194
|
];
|
|
2176
|
-
var DisassociateFileSystem = [
|
|
2195
|
+
var DisassociateFileSystem$ = [
|
|
2177
2196
|
9,
|
|
2178
2197
|
n0,
|
|
2179
2198
|
_DFSi,
|
|
2180
2199
|
0,
|
|
2181
|
-
() => DisassociateFileSystemInput
|
|
2182
|
-
() => DisassociateFileSystemOutput
|
|
2200
|
+
() => DisassociateFileSystemInput$,
|
|
2201
|
+
() => DisassociateFileSystemOutput$,
|
|
2183
2202
|
];
|
|
2184
|
-
var EvictFilesFailingUpload = [
|
|
2203
|
+
var EvictFilesFailingUpload$ = [
|
|
2185
2204
|
9,
|
|
2186
2205
|
n0,
|
|
2187
2206
|
_EFFU,
|
|
2188
2207
|
0,
|
|
2189
|
-
() => EvictFilesFailingUploadInput
|
|
2190
|
-
() => EvictFilesFailingUploadOutput
|
|
2208
|
+
() => EvictFilesFailingUploadInput$,
|
|
2209
|
+
() => EvictFilesFailingUploadOutput$,
|
|
2191
2210
|
];
|
|
2192
|
-
var JoinDomain = [9, n0, _JD, 0, () => JoinDomainInput
|
|
2193
|
-
var ListAutomaticTapeCreationPolicies = [
|
|
2211
|
+
var JoinDomain$ = [9, n0, _JD, 0, () => JoinDomainInput$, () => JoinDomainOutput$];
|
|
2212
|
+
var ListAutomaticTapeCreationPolicies$ = [
|
|
2194
2213
|
9,
|
|
2195
2214
|
n0,
|
|
2196
2215
|
_LATCP,
|
|
2197
2216
|
0,
|
|
2198
|
-
() => ListAutomaticTapeCreationPoliciesInput
|
|
2199
|
-
() => ListAutomaticTapeCreationPoliciesOutput
|
|
2217
|
+
() => ListAutomaticTapeCreationPoliciesInput$,
|
|
2218
|
+
() => ListAutomaticTapeCreationPoliciesOutput$,
|
|
2200
2219
|
];
|
|
2201
|
-
var ListCacheReports = [
|
|
2220
|
+
var ListCacheReports$ = [
|
|
2202
2221
|
9,
|
|
2203
2222
|
n0,
|
|
2204
2223
|
_LCR,
|
|
2205
2224
|
0,
|
|
2206
|
-
() => ListCacheReportsInput
|
|
2207
|
-
() => ListCacheReportsOutput
|
|
2225
|
+
() => ListCacheReportsInput$,
|
|
2226
|
+
() => ListCacheReportsOutput$,
|
|
2208
2227
|
];
|
|
2209
|
-
var ListFileShares = [
|
|
2228
|
+
var ListFileShares$ = [
|
|
2210
2229
|
9,
|
|
2211
2230
|
n0,
|
|
2212
2231
|
_LFS,
|
|
2213
2232
|
0,
|
|
2214
|
-
() => ListFileSharesInput
|
|
2215
|
-
() => ListFileSharesOutput
|
|
2233
|
+
() => ListFileSharesInput$,
|
|
2234
|
+
() => ListFileSharesOutput$,
|
|
2216
2235
|
];
|
|
2217
|
-
var ListFileSystemAssociations = [
|
|
2236
|
+
var ListFileSystemAssociations$ = [
|
|
2218
2237
|
9,
|
|
2219
2238
|
n0,
|
|
2220
2239
|
_LFSA,
|
|
2221
2240
|
0,
|
|
2222
|
-
() => ListFileSystemAssociationsInput
|
|
2223
|
-
() => ListFileSystemAssociationsOutput
|
|
2241
|
+
() => ListFileSystemAssociationsInput$,
|
|
2242
|
+
() => ListFileSystemAssociationsOutput$,
|
|
2224
2243
|
];
|
|
2225
|
-
var ListGateways = [9, n0, _LG, 0, () => ListGatewaysInput
|
|
2226
|
-
var ListLocalDisks = [
|
|
2244
|
+
var ListGateways$ = [9, n0, _LG, 0, () => ListGatewaysInput$, () => ListGatewaysOutput$];
|
|
2245
|
+
var ListLocalDisks$ = [
|
|
2227
2246
|
9,
|
|
2228
2247
|
n0,
|
|
2229
2248
|
_LLD,
|
|
2230
2249
|
0,
|
|
2231
|
-
() => ListLocalDisksInput
|
|
2232
|
-
() => ListLocalDisksOutput
|
|
2250
|
+
() => ListLocalDisksInput$,
|
|
2251
|
+
() => ListLocalDisksOutput$,
|
|
2233
2252
|
];
|
|
2234
|
-
var ListTagsForResource = [
|
|
2253
|
+
var ListTagsForResource$ = [
|
|
2235
2254
|
9,
|
|
2236
2255
|
n0,
|
|
2237
2256
|
_LTFR,
|
|
2238
2257
|
0,
|
|
2239
|
-
() => ListTagsForResourceInput
|
|
2240
|
-
() => ListTagsForResourceOutput
|
|
2258
|
+
() => ListTagsForResourceInput$,
|
|
2259
|
+
() => ListTagsForResourceOutput$,
|
|
2260
|
+
];
|
|
2261
|
+
var ListTapePools$ = [
|
|
2262
|
+
9,
|
|
2263
|
+
n0,
|
|
2264
|
+
_LTP,
|
|
2265
|
+
0,
|
|
2266
|
+
() => ListTapePoolsInput$,
|
|
2267
|
+
() => ListTapePoolsOutput$,
|
|
2241
2268
|
];
|
|
2242
|
-
var
|
|
2243
|
-
var
|
|
2244
|
-
var ListVolumeInitiators = [
|
|
2269
|
+
var ListTapes$ = [9, n0, _LT, 0, () => ListTapesInput$, () => ListTapesOutput$];
|
|
2270
|
+
var ListVolumeInitiators$ = [
|
|
2245
2271
|
9,
|
|
2246
2272
|
n0,
|
|
2247
2273
|
_LVIi,
|
|
2248
2274
|
0,
|
|
2249
|
-
() => ListVolumeInitiatorsInput
|
|
2250
|
-
() => ListVolumeInitiatorsOutput
|
|
2275
|
+
() => ListVolumeInitiatorsInput$,
|
|
2276
|
+
() => ListVolumeInitiatorsOutput$,
|
|
2251
2277
|
];
|
|
2252
|
-
var ListVolumeRecoveryPoints = [
|
|
2278
|
+
var ListVolumeRecoveryPoints$ = [
|
|
2253
2279
|
9,
|
|
2254
2280
|
n0,
|
|
2255
2281
|
_LVRP,
|
|
2256
2282
|
0,
|
|
2257
|
-
() => ListVolumeRecoveryPointsInput
|
|
2258
|
-
() => ListVolumeRecoveryPointsOutput
|
|
2283
|
+
() => ListVolumeRecoveryPointsInput$,
|
|
2284
|
+
() => ListVolumeRecoveryPointsOutput$,
|
|
2259
2285
|
];
|
|
2260
|
-
var ListVolumes = [9, n0, _LV, 0, () => ListVolumesInput
|
|
2261
|
-
var NotifyWhenUploaded = [
|
|
2286
|
+
var ListVolumes$ = [9, n0, _LV, 0, () => ListVolumesInput$, () => ListVolumesOutput$];
|
|
2287
|
+
var NotifyWhenUploaded$ = [
|
|
2262
2288
|
9,
|
|
2263
2289
|
n0,
|
|
2264
2290
|
_NWU,
|
|
2265
2291
|
0,
|
|
2266
|
-
() => NotifyWhenUploadedInput
|
|
2267
|
-
() => NotifyWhenUploadedOutput
|
|
2292
|
+
() => NotifyWhenUploadedInput$,
|
|
2293
|
+
() => NotifyWhenUploadedOutput$,
|
|
2268
2294
|
];
|
|
2269
|
-
var RefreshCache = [9, n0, _RC, 0, () => RefreshCacheInput
|
|
2270
|
-
var RemoveTagsFromResource = [
|
|
2295
|
+
var RefreshCache$ = [9, n0, _RC, 0, () => RefreshCacheInput$, () => RefreshCacheOutput$];
|
|
2296
|
+
var RemoveTagsFromResource$ = [
|
|
2271
2297
|
9,
|
|
2272
2298
|
n0,
|
|
2273
2299
|
_RTFR,
|
|
2274
2300
|
0,
|
|
2275
|
-
() => RemoveTagsFromResourceInput
|
|
2276
|
-
() => RemoveTagsFromResourceOutput
|
|
2301
|
+
() => RemoveTagsFromResourceInput$,
|
|
2302
|
+
() => RemoveTagsFromResourceOutput$,
|
|
2277
2303
|
];
|
|
2278
|
-
var ResetCache = [9, n0, _RCe, 0, () => ResetCacheInput
|
|
2279
|
-
var RetrieveTapeArchive = [
|
|
2304
|
+
var ResetCache$ = [9, n0, _RCe, 0, () => ResetCacheInput$, () => ResetCacheOutput$];
|
|
2305
|
+
var RetrieveTapeArchive$ = [
|
|
2280
2306
|
9,
|
|
2281
2307
|
n0,
|
|
2282
2308
|
_RTA,
|
|
2283
2309
|
0,
|
|
2284
|
-
() => RetrieveTapeArchiveInput
|
|
2285
|
-
() => RetrieveTapeArchiveOutput
|
|
2310
|
+
() => RetrieveTapeArchiveInput$,
|
|
2311
|
+
() => RetrieveTapeArchiveOutput$,
|
|
2286
2312
|
];
|
|
2287
|
-
var RetrieveTapeRecoveryPoint = [
|
|
2313
|
+
var RetrieveTapeRecoveryPoint$ = [
|
|
2288
2314
|
9,
|
|
2289
2315
|
n0,
|
|
2290
2316
|
_RTRP,
|
|
2291
2317
|
0,
|
|
2292
|
-
() => RetrieveTapeRecoveryPointInput
|
|
2293
|
-
() => RetrieveTapeRecoveryPointOutput
|
|
2318
|
+
() => RetrieveTapeRecoveryPointInput$,
|
|
2319
|
+
() => RetrieveTapeRecoveryPointOutput$,
|
|
2294
2320
|
];
|
|
2295
|
-
var SetLocalConsolePassword = [
|
|
2321
|
+
var SetLocalConsolePassword$ = [
|
|
2296
2322
|
9,
|
|
2297
2323
|
n0,
|
|
2298
2324
|
_SLCP,
|
|
2299
2325
|
0,
|
|
2300
|
-
() => SetLocalConsolePasswordInput
|
|
2301
|
-
() => SetLocalConsolePasswordOutput
|
|
2326
|
+
() => SetLocalConsolePasswordInput$,
|
|
2327
|
+
() => SetLocalConsolePasswordOutput$,
|
|
2302
2328
|
];
|
|
2303
|
-
var SetSMBGuestPassword = [
|
|
2329
|
+
var SetSMBGuestPassword$ = [
|
|
2304
2330
|
9,
|
|
2305
2331
|
n0,
|
|
2306
2332
|
_SSMBGP,
|
|
2307
2333
|
0,
|
|
2308
|
-
() => SetSMBGuestPasswordInput
|
|
2309
|
-
() => SetSMBGuestPasswordOutput
|
|
2334
|
+
() => SetSMBGuestPasswordInput$,
|
|
2335
|
+
() => SetSMBGuestPasswordOutput$,
|
|
2310
2336
|
];
|
|
2311
|
-
var ShutdownGateway = [
|
|
2337
|
+
var ShutdownGateway$ = [
|
|
2312
2338
|
9,
|
|
2313
2339
|
n0,
|
|
2314
2340
|
_SG,
|
|
2315
2341
|
0,
|
|
2316
|
-
() => ShutdownGatewayInput
|
|
2317
|
-
() => ShutdownGatewayOutput
|
|
2342
|
+
() => ShutdownGatewayInput$,
|
|
2343
|
+
() => ShutdownGatewayOutput$,
|
|
2318
2344
|
];
|
|
2319
|
-
var StartAvailabilityMonitorTest = [
|
|
2345
|
+
var StartAvailabilityMonitorTest$ = [
|
|
2320
2346
|
9,
|
|
2321
2347
|
n0,
|
|
2322
2348
|
_SAMT,
|
|
2323
2349
|
0,
|
|
2324
|
-
() => StartAvailabilityMonitorTestInput
|
|
2325
|
-
() => StartAvailabilityMonitorTestOutput
|
|
2350
|
+
() => StartAvailabilityMonitorTestInput$,
|
|
2351
|
+
() => StartAvailabilityMonitorTestOutput$,
|
|
2326
2352
|
];
|
|
2327
|
-
var StartCacheReport = [
|
|
2353
|
+
var StartCacheReport$ = [
|
|
2328
2354
|
9,
|
|
2329
2355
|
n0,
|
|
2330
2356
|
_SCR,
|
|
2331
2357
|
0,
|
|
2332
|
-
() => StartCacheReportInput
|
|
2333
|
-
() => StartCacheReportOutput
|
|
2358
|
+
() => StartCacheReportInput$,
|
|
2359
|
+
() => StartCacheReportOutput$,
|
|
2334
2360
|
];
|
|
2335
|
-
var StartGateway = [9, n0, _SGt, 0, () => StartGatewayInput
|
|
2336
|
-
var UpdateAutomaticTapeCreationPolicy = [
|
|
2361
|
+
var StartGateway$ = [9, n0, _SGt, 0, () => StartGatewayInput$, () => StartGatewayOutput$];
|
|
2362
|
+
var UpdateAutomaticTapeCreationPolicy$ = [
|
|
2337
2363
|
9,
|
|
2338
2364
|
n0,
|
|
2339
2365
|
_UATCP,
|
|
2340
2366
|
0,
|
|
2341
|
-
() => UpdateAutomaticTapeCreationPolicyInput
|
|
2342
|
-
() => UpdateAutomaticTapeCreationPolicyOutput
|
|
2367
|
+
() => UpdateAutomaticTapeCreationPolicyInput$,
|
|
2368
|
+
() => UpdateAutomaticTapeCreationPolicyOutput$,
|
|
2343
2369
|
];
|
|
2344
|
-
var UpdateBandwidthRateLimit = [
|
|
2370
|
+
var UpdateBandwidthRateLimit$ = [
|
|
2345
2371
|
9,
|
|
2346
2372
|
n0,
|
|
2347
2373
|
_UBRL,
|
|
2348
2374
|
0,
|
|
2349
|
-
() => UpdateBandwidthRateLimitInput
|
|
2350
|
-
() => UpdateBandwidthRateLimitOutput
|
|
2375
|
+
() => UpdateBandwidthRateLimitInput$,
|
|
2376
|
+
() => UpdateBandwidthRateLimitOutput$,
|
|
2351
2377
|
];
|
|
2352
|
-
var UpdateBandwidthRateLimitSchedule = [
|
|
2378
|
+
var UpdateBandwidthRateLimitSchedule$ = [
|
|
2353
2379
|
9,
|
|
2354
2380
|
n0,
|
|
2355
2381
|
_UBRLS,
|
|
2356
2382
|
0,
|
|
2357
|
-
() => UpdateBandwidthRateLimitScheduleInput
|
|
2358
|
-
() => UpdateBandwidthRateLimitScheduleOutput
|
|
2383
|
+
() => UpdateBandwidthRateLimitScheduleInput$,
|
|
2384
|
+
() => UpdateBandwidthRateLimitScheduleOutput$,
|
|
2359
2385
|
];
|
|
2360
|
-
var UpdateChapCredentials = [
|
|
2386
|
+
var UpdateChapCredentials$ = [
|
|
2361
2387
|
9,
|
|
2362
2388
|
n0,
|
|
2363
2389
|
_UCC,
|
|
2364
2390
|
0,
|
|
2365
|
-
() => UpdateChapCredentialsInput
|
|
2366
|
-
() => UpdateChapCredentialsOutput
|
|
2391
|
+
() => UpdateChapCredentialsInput$,
|
|
2392
|
+
() => UpdateChapCredentialsOutput$,
|
|
2367
2393
|
];
|
|
2368
|
-
var UpdateFileSystemAssociation = [
|
|
2394
|
+
var UpdateFileSystemAssociation$ = [
|
|
2369
2395
|
9,
|
|
2370
2396
|
n0,
|
|
2371
2397
|
_UFSA,
|
|
2372
2398
|
0,
|
|
2373
|
-
() => UpdateFileSystemAssociationInput
|
|
2374
|
-
() => UpdateFileSystemAssociationOutput
|
|
2399
|
+
() => UpdateFileSystemAssociationInput$,
|
|
2400
|
+
() => UpdateFileSystemAssociationOutput$,
|
|
2375
2401
|
];
|
|
2376
|
-
var UpdateGatewayInformation = [
|
|
2402
|
+
var UpdateGatewayInformation$ = [
|
|
2377
2403
|
9,
|
|
2378
2404
|
n0,
|
|
2379
2405
|
_UGI,
|
|
2380
2406
|
0,
|
|
2381
|
-
() => UpdateGatewayInformationInput
|
|
2382
|
-
() => UpdateGatewayInformationOutput
|
|
2407
|
+
() => UpdateGatewayInformationInput$,
|
|
2408
|
+
() => UpdateGatewayInformationOutput$,
|
|
2383
2409
|
];
|
|
2384
|
-
var UpdateGatewaySoftwareNow = [
|
|
2410
|
+
var UpdateGatewaySoftwareNow$ = [
|
|
2385
2411
|
9,
|
|
2386
2412
|
n0,
|
|
2387
2413
|
_UGSN,
|
|
2388
2414
|
0,
|
|
2389
|
-
() => UpdateGatewaySoftwareNowInput
|
|
2390
|
-
() => UpdateGatewaySoftwareNowOutput
|
|
2415
|
+
() => UpdateGatewaySoftwareNowInput$,
|
|
2416
|
+
() => UpdateGatewaySoftwareNowOutput$,
|
|
2391
2417
|
];
|
|
2392
|
-
var UpdateMaintenanceStartTime = [
|
|
2418
|
+
var UpdateMaintenanceStartTime$ = [
|
|
2393
2419
|
9,
|
|
2394
2420
|
n0,
|
|
2395
2421
|
_UMST,
|
|
2396
2422
|
0,
|
|
2397
|
-
() => UpdateMaintenanceStartTimeInput
|
|
2398
|
-
() => UpdateMaintenanceStartTimeOutput
|
|
2423
|
+
() => UpdateMaintenanceStartTimeInput$,
|
|
2424
|
+
() => UpdateMaintenanceStartTimeOutput$,
|
|
2399
2425
|
];
|
|
2400
|
-
var UpdateNFSFileShare = [
|
|
2426
|
+
var UpdateNFSFileShare$ = [
|
|
2401
2427
|
9,
|
|
2402
2428
|
n0,
|
|
2403
2429
|
_UNFSFS,
|
|
2404
2430
|
0,
|
|
2405
|
-
() => UpdateNFSFileShareInput
|
|
2406
|
-
() => UpdateNFSFileShareOutput
|
|
2431
|
+
() => UpdateNFSFileShareInput$,
|
|
2432
|
+
() => UpdateNFSFileShareOutput$,
|
|
2407
2433
|
];
|
|
2408
|
-
var UpdateSMBFileShare = [
|
|
2434
|
+
var UpdateSMBFileShare$ = [
|
|
2409
2435
|
9,
|
|
2410
2436
|
n0,
|
|
2411
2437
|
_USMBFS,
|
|
2412
2438
|
0,
|
|
2413
|
-
() => UpdateSMBFileShareInput
|
|
2414
|
-
() => UpdateSMBFileShareOutput
|
|
2439
|
+
() => UpdateSMBFileShareInput$,
|
|
2440
|
+
() => UpdateSMBFileShareOutput$,
|
|
2415
2441
|
];
|
|
2416
|
-
var UpdateSMBFileShareVisibility = [
|
|
2442
|
+
var UpdateSMBFileShareVisibility$ = [
|
|
2417
2443
|
9,
|
|
2418
2444
|
n0,
|
|
2419
2445
|
_USMBFSV,
|
|
2420
2446
|
0,
|
|
2421
|
-
() => UpdateSMBFileShareVisibilityInput
|
|
2422
|
-
() => UpdateSMBFileShareVisibilityOutput
|
|
2447
|
+
() => UpdateSMBFileShareVisibilityInput$,
|
|
2448
|
+
() => UpdateSMBFileShareVisibilityOutput$,
|
|
2423
2449
|
];
|
|
2424
|
-
var UpdateSMBLocalGroups = [
|
|
2450
|
+
var UpdateSMBLocalGroups$ = [
|
|
2425
2451
|
9,
|
|
2426
2452
|
n0,
|
|
2427
2453
|
_USMBLG,
|
|
2428
2454
|
0,
|
|
2429
|
-
() => UpdateSMBLocalGroupsInput
|
|
2430
|
-
() => UpdateSMBLocalGroupsOutput
|
|
2455
|
+
() => UpdateSMBLocalGroupsInput$,
|
|
2456
|
+
() => UpdateSMBLocalGroupsOutput$,
|
|
2431
2457
|
];
|
|
2432
|
-
var UpdateSMBSecurityStrategy = [
|
|
2458
|
+
var UpdateSMBSecurityStrategy$ = [
|
|
2433
2459
|
9,
|
|
2434
2460
|
n0,
|
|
2435
2461
|
_USMBSS,
|
|
2436
2462
|
0,
|
|
2437
|
-
() => UpdateSMBSecurityStrategyInput
|
|
2438
|
-
() => UpdateSMBSecurityStrategyOutput
|
|
2463
|
+
() => UpdateSMBSecurityStrategyInput$,
|
|
2464
|
+
() => UpdateSMBSecurityStrategyOutput$,
|
|
2439
2465
|
];
|
|
2440
|
-
var UpdateSnapshotSchedule = [
|
|
2466
|
+
var UpdateSnapshotSchedule$ = [
|
|
2441
2467
|
9,
|
|
2442
2468
|
n0,
|
|
2443
2469
|
_USS,
|
|
2444
2470
|
0,
|
|
2445
|
-
() => UpdateSnapshotScheduleInput
|
|
2446
|
-
() => UpdateSnapshotScheduleOutput
|
|
2471
|
+
() => UpdateSnapshotScheduleInput$,
|
|
2472
|
+
() => UpdateSnapshotScheduleOutput$,
|
|
2447
2473
|
];
|
|
2448
|
-
var UpdateVTLDeviceType = [
|
|
2474
|
+
var UpdateVTLDeviceType$ = [
|
|
2449
2475
|
9,
|
|
2450
2476
|
n0,
|
|
2451
2477
|
_UVTLDT,
|
|
2452
2478
|
0,
|
|
2453
|
-
() => UpdateVTLDeviceTypeInput
|
|
2454
|
-
() => UpdateVTLDeviceTypeOutput
|
|
2479
|
+
() => UpdateVTLDeviceTypeInput$,
|
|
2480
|
+
() => UpdateVTLDeviceTypeOutput$,
|
|
2455
2481
|
];
|
|
2456
2482
|
|
|
2457
2483
|
class ActivateGatewayCommand extends smithyClient.Command
|
|
@@ -2462,7 +2488,7 @@ class ActivateGatewayCommand extends smithyClient.Command
|
|
|
2462
2488
|
})
|
|
2463
2489
|
.s("StorageGateway_20130630", "ActivateGateway", {})
|
|
2464
2490
|
.n("StorageGatewayClient", "ActivateGatewayCommand")
|
|
2465
|
-
.sc(ActivateGateway)
|
|
2491
|
+
.sc(ActivateGateway$)
|
|
2466
2492
|
.build() {
|
|
2467
2493
|
}
|
|
2468
2494
|
|
|
@@ -2474,7 +2500,7 @@ class AddCacheCommand extends smithyClient.Command
|
|
|
2474
2500
|
})
|
|
2475
2501
|
.s("StorageGateway_20130630", "AddCache", {})
|
|
2476
2502
|
.n("StorageGatewayClient", "AddCacheCommand")
|
|
2477
|
-
.sc(AddCache)
|
|
2503
|
+
.sc(AddCache$)
|
|
2478
2504
|
.build() {
|
|
2479
2505
|
}
|
|
2480
2506
|
|
|
@@ -2486,7 +2512,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
|
|
|
2486
2512
|
})
|
|
2487
2513
|
.s("StorageGateway_20130630", "AddTagsToResource", {})
|
|
2488
2514
|
.n("StorageGatewayClient", "AddTagsToResourceCommand")
|
|
2489
|
-
.sc(AddTagsToResource)
|
|
2515
|
+
.sc(AddTagsToResource$)
|
|
2490
2516
|
.build() {
|
|
2491
2517
|
}
|
|
2492
2518
|
|
|
@@ -2498,7 +2524,7 @@ class AddUploadBufferCommand extends smithyClient.Command
|
|
|
2498
2524
|
})
|
|
2499
2525
|
.s("StorageGateway_20130630", "AddUploadBuffer", {})
|
|
2500
2526
|
.n("StorageGatewayClient", "AddUploadBufferCommand")
|
|
2501
|
-
.sc(AddUploadBuffer)
|
|
2527
|
+
.sc(AddUploadBuffer$)
|
|
2502
2528
|
.build() {
|
|
2503
2529
|
}
|
|
2504
2530
|
|
|
@@ -2510,7 +2536,7 @@ class AddWorkingStorageCommand extends smithyClient.Command
|
|
|
2510
2536
|
})
|
|
2511
2537
|
.s("StorageGateway_20130630", "AddWorkingStorage", {})
|
|
2512
2538
|
.n("StorageGatewayClient", "AddWorkingStorageCommand")
|
|
2513
|
-
.sc(AddWorkingStorage)
|
|
2539
|
+
.sc(AddWorkingStorage$)
|
|
2514
2540
|
.build() {
|
|
2515
2541
|
}
|
|
2516
2542
|
|
|
@@ -2522,7 +2548,7 @@ class AssignTapePoolCommand extends smithyClient.Command
|
|
|
2522
2548
|
})
|
|
2523
2549
|
.s("StorageGateway_20130630", "AssignTapePool", {})
|
|
2524
2550
|
.n("StorageGatewayClient", "AssignTapePoolCommand")
|
|
2525
|
-
.sc(AssignTapePool)
|
|
2551
|
+
.sc(AssignTapePool$)
|
|
2526
2552
|
.build() {
|
|
2527
2553
|
}
|
|
2528
2554
|
|
|
@@ -2534,7 +2560,7 @@ class AssociateFileSystemCommand extends smithyClient.Command
|
|
|
2534
2560
|
})
|
|
2535
2561
|
.s("StorageGateway_20130630", "AssociateFileSystem", {})
|
|
2536
2562
|
.n("StorageGatewayClient", "AssociateFileSystemCommand")
|
|
2537
|
-
.sc(AssociateFileSystem)
|
|
2563
|
+
.sc(AssociateFileSystem$)
|
|
2538
2564
|
.build() {
|
|
2539
2565
|
}
|
|
2540
2566
|
|
|
@@ -2546,7 +2572,7 @@ class AttachVolumeCommand extends smithyClient.Command
|
|
|
2546
2572
|
})
|
|
2547
2573
|
.s("StorageGateway_20130630", "AttachVolume", {})
|
|
2548
2574
|
.n("StorageGatewayClient", "AttachVolumeCommand")
|
|
2549
|
-
.sc(AttachVolume)
|
|
2575
|
+
.sc(AttachVolume$)
|
|
2550
2576
|
.build() {
|
|
2551
2577
|
}
|
|
2552
2578
|
|
|
@@ -2558,7 +2584,7 @@ class CancelArchivalCommand extends smithyClient.Command
|
|
|
2558
2584
|
})
|
|
2559
2585
|
.s("StorageGateway_20130630", "CancelArchival", {})
|
|
2560
2586
|
.n("StorageGatewayClient", "CancelArchivalCommand")
|
|
2561
|
-
.sc(CancelArchival)
|
|
2587
|
+
.sc(CancelArchival$)
|
|
2562
2588
|
.build() {
|
|
2563
2589
|
}
|
|
2564
2590
|
|
|
@@ -2570,7 +2596,7 @@ class CancelCacheReportCommand extends smithyClient.Command
|
|
|
2570
2596
|
})
|
|
2571
2597
|
.s("StorageGateway_20130630", "CancelCacheReport", {})
|
|
2572
2598
|
.n("StorageGatewayClient", "CancelCacheReportCommand")
|
|
2573
|
-
.sc(CancelCacheReport)
|
|
2599
|
+
.sc(CancelCacheReport$)
|
|
2574
2600
|
.build() {
|
|
2575
2601
|
}
|
|
2576
2602
|
|
|
@@ -2582,7 +2608,7 @@ class CancelRetrievalCommand extends smithyClient.Command
|
|
|
2582
2608
|
})
|
|
2583
2609
|
.s("StorageGateway_20130630", "CancelRetrieval", {})
|
|
2584
2610
|
.n("StorageGatewayClient", "CancelRetrievalCommand")
|
|
2585
|
-
.sc(CancelRetrieval)
|
|
2611
|
+
.sc(CancelRetrieval$)
|
|
2586
2612
|
.build() {
|
|
2587
2613
|
}
|
|
2588
2614
|
|
|
@@ -2594,7 +2620,7 @@ class CreateCachediSCSIVolumeCommand extends smithyClient.Command
|
|
|
2594
2620
|
})
|
|
2595
2621
|
.s("StorageGateway_20130630", "CreateCachediSCSIVolume", {})
|
|
2596
2622
|
.n("StorageGatewayClient", "CreateCachediSCSIVolumeCommand")
|
|
2597
|
-
.sc(CreateCachediSCSIVolume)
|
|
2623
|
+
.sc(CreateCachediSCSIVolume$)
|
|
2598
2624
|
.build() {
|
|
2599
2625
|
}
|
|
2600
2626
|
|
|
@@ -2606,7 +2632,7 @@ class CreateNFSFileShareCommand extends smithyClient.Command
|
|
|
2606
2632
|
})
|
|
2607
2633
|
.s("StorageGateway_20130630", "CreateNFSFileShare", {})
|
|
2608
2634
|
.n("StorageGatewayClient", "CreateNFSFileShareCommand")
|
|
2609
|
-
.sc(CreateNFSFileShare)
|
|
2635
|
+
.sc(CreateNFSFileShare$)
|
|
2610
2636
|
.build() {
|
|
2611
2637
|
}
|
|
2612
2638
|
|
|
@@ -2618,7 +2644,7 @@ class CreateSMBFileShareCommand extends smithyClient.Command
|
|
|
2618
2644
|
})
|
|
2619
2645
|
.s("StorageGateway_20130630", "CreateSMBFileShare", {})
|
|
2620
2646
|
.n("StorageGatewayClient", "CreateSMBFileShareCommand")
|
|
2621
|
-
.sc(CreateSMBFileShare)
|
|
2647
|
+
.sc(CreateSMBFileShare$)
|
|
2622
2648
|
.build() {
|
|
2623
2649
|
}
|
|
2624
2650
|
|
|
@@ -2630,7 +2656,7 @@ class CreateSnapshotCommand extends smithyClient.Command
|
|
|
2630
2656
|
})
|
|
2631
2657
|
.s("StorageGateway_20130630", "CreateSnapshot", {})
|
|
2632
2658
|
.n("StorageGatewayClient", "CreateSnapshotCommand")
|
|
2633
|
-
.sc(CreateSnapshot)
|
|
2659
|
+
.sc(CreateSnapshot$)
|
|
2634
2660
|
.build() {
|
|
2635
2661
|
}
|
|
2636
2662
|
|
|
@@ -2642,7 +2668,7 @@ class CreateSnapshotFromVolumeRecoveryPointCommand extends smithyClient.Command
|
|
|
2642
2668
|
})
|
|
2643
2669
|
.s("StorageGateway_20130630", "CreateSnapshotFromVolumeRecoveryPoint", {})
|
|
2644
2670
|
.n("StorageGatewayClient", "CreateSnapshotFromVolumeRecoveryPointCommand")
|
|
2645
|
-
.sc(CreateSnapshotFromVolumeRecoveryPoint)
|
|
2671
|
+
.sc(CreateSnapshotFromVolumeRecoveryPoint$)
|
|
2646
2672
|
.build() {
|
|
2647
2673
|
}
|
|
2648
2674
|
|
|
@@ -2654,7 +2680,7 @@ class CreateStorediSCSIVolumeCommand extends smithyClient.Command
|
|
|
2654
2680
|
})
|
|
2655
2681
|
.s("StorageGateway_20130630", "CreateStorediSCSIVolume", {})
|
|
2656
2682
|
.n("StorageGatewayClient", "CreateStorediSCSIVolumeCommand")
|
|
2657
|
-
.sc(CreateStorediSCSIVolume)
|
|
2683
|
+
.sc(CreateStorediSCSIVolume$)
|
|
2658
2684
|
.build() {
|
|
2659
2685
|
}
|
|
2660
2686
|
|
|
@@ -2666,7 +2692,7 @@ class CreateTapePoolCommand extends smithyClient.Command
|
|
|
2666
2692
|
})
|
|
2667
2693
|
.s("StorageGateway_20130630", "CreateTapePool", {})
|
|
2668
2694
|
.n("StorageGatewayClient", "CreateTapePoolCommand")
|
|
2669
|
-
.sc(CreateTapePool)
|
|
2695
|
+
.sc(CreateTapePool$)
|
|
2670
2696
|
.build() {
|
|
2671
2697
|
}
|
|
2672
2698
|
|
|
@@ -2678,7 +2704,7 @@ class CreateTapesCommand extends smithyClient.Command
|
|
|
2678
2704
|
})
|
|
2679
2705
|
.s("StorageGateway_20130630", "CreateTapes", {})
|
|
2680
2706
|
.n("StorageGatewayClient", "CreateTapesCommand")
|
|
2681
|
-
.sc(CreateTapes)
|
|
2707
|
+
.sc(CreateTapes$)
|
|
2682
2708
|
.build() {
|
|
2683
2709
|
}
|
|
2684
2710
|
|
|
@@ -2690,7 +2716,7 @@ class CreateTapeWithBarcodeCommand extends smithyClient.Command
|
|
|
2690
2716
|
})
|
|
2691
2717
|
.s("StorageGateway_20130630", "CreateTapeWithBarcode", {})
|
|
2692
2718
|
.n("StorageGatewayClient", "CreateTapeWithBarcodeCommand")
|
|
2693
|
-
.sc(CreateTapeWithBarcode)
|
|
2719
|
+
.sc(CreateTapeWithBarcode$)
|
|
2694
2720
|
.build() {
|
|
2695
2721
|
}
|
|
2696
2722
|
|
|
@@ -2702,7 +2728,7 @@ class DeleteAutomaticTapeCreationPolicyCommand extends smithyClient.Command
|
|
|
2702
2728
|
})
|
|
2703
2729
|
.s("StorageGateway_20130630", "DeleteAutomaticTapeCreationPolicy", {})
|
|
2704
2730
|
.n("StorageGatewayClient", "DeleteAutomaticTapeCreationPolicyCommand")
|
|
2705
|
-
.sc(DeleteAutomaticTapeCreationPolicy)
|
|
2731
|
+
.sc(DeleteAutomaticTapeCreationPolicy$)
|
|
2706
2732
|
.build() {
|
|
2707
2733
|
}
|
|
2708
2734
|
|
|
@@ -2714,7 +2740,7 @@ class DeleteBandwidthRateLimitCommand extends smithyClient.Command
|
|
|
2714
2740
|
})
|
|
2715
2741
|
.s("StorageGateway_20130630", "DeleteBandwidthRateLimit", {})
|
|
2716
2742
|
.n("StorageGatewayClient", "DeleteBandwidthRateLimitCommand")
|
|
2717
|
-
.sc(DeleteBandwidthRateLimit)
|
|
2743
|
+
.sc(DeleteBandwidthRateLimit$)
|
|
2718
2744
|
.build() {
|
|
2719
2745
|
}
|
|
2720
2746
|
|
|
@@ -2726,7 +2752,7 @@ class DeleteCacheReportCommand extends smithyClient.Command
|
|
|
2726
2752
|
})
|
|
2727
2753
|
.s("StorageGateway_20130630", "DeleteCacheReport", {})
|
|
2728
2754
|
.n("StorageGatewayClient", "DeleteCacheReportCommand")
|
|
2729
|
-
.sc(DeleteCacheReport)
|
|
2755
|
+
.sc(DeleteCacheReport$)
|
|
2730
2756
|
.build() {
|
|
2731
2757
|
}
|
|
2732
2758
|
|
|
@@ -2738,7 +2764,7 @@ class DeleteChapCredentialsCommand extends smithyClient.Command
|
|
|
2738
2764
|
})
|
|
2739
2765
|
.s("StorageGateway_20130630", "DeleteChapCredentials", {})
|
|
2740
2766
|
.n("StorageGatewayClient", "DeleteChapCredentialsCommand")
|
|
2741
|
-
.sc(DeleteChapCredentials)
|
|
2767
|
+
.sc(DeleteChapCredentials$)
|
|
2742
2768
|
.build() {
|
|
2743
2769
|
}
|
|
2744
2770
|
|
|
@@ -2750,7 +2776,7 @@ class DeleteFileShareCommand extends smithyClient.Command
|
|
|
2750
2776
|
})
|
|
2751
2777
|
.s("StorageGateway_20130630", "DeleteFileShare", {})
|
|
2752
2778
|
.n("StorageGatewayClient", "DeleteFileShareCommand")
|
|
2753
|
-
.sc(DeleteFileShare)
|
|
2779
|
+
.sc(DeleteFileShare$)
|
|
2754
2780
|
.build() {
|
|
2755
2781
|
}
|
|
2756
2782
|
|
|
@@ -2762,7 +2788,7 @@ class DeleteGatewayCommand extends smithyClient.Command
|
|
|
2762
2788
|
})
|
|
2763
2789
|
.s("StorageGateway_20130630", "DeleteGateway", {})
|
|
2764
2790
|
.n("StorageGatewayClient", "DeleteGatewayCommand")
|
|
2765
|
-
.sc(DeleteGateway)
|
|
2791
|
+
.sc(DeleteGateway$)
|
|
2766
2792
|
.build() {
|
|
2767
2793
|
}
|
|
2768
2794
|
|
|
@@ -2774,7 +2800,7 @@ class DeleteSnapshotScheduleCommand extends smithyClient.Command
|
|
|
2774
2800
|
})
|
|
2775
2801
|
.s("StorageGateway_20130630", "DeleteSnapshotSchedule", {})
|
|
2776
2802
|
.n("StorageGatewayClient", "DeleteSnapshotScheduleCommand")
|
|
2777
|
-
.sc(DeleteSnapshotSchedule)
|
|
2803
|
+
.sc(DeleteSnapshotSchedule$)
|
|
2778
2804
|
.build() {
|
|
2779
2805
|
}
|
|
2780
2806
|
|
|
@@ -2786,7 +2812,7 @@ class DeleteTapeArchiveCommand extends smithyClient.Command
|
|
|
2786
2812
|
})
|
|
2787
2813
|
.s("StorageGateway_20130630", "DeleteTapeArchive", {})
|
|
2788
2814
|
.n("StorageGatewayClient", "DeleteTapeArchiveCommand")
|
|
2789
|
-
.sc(DeleteTapeArchive)
|
|
2815
|
+
.sc(DeleteTapeArchive$)
|
|
2790
2816
|
.build() {
|
|
2791
2817
|
}
|
|
2792
2818
|
|
|
@@ -2798,7 +2824,7 @@ class DeleteTapeCommand extends smithyClient.Command
|
|
|
2798
2824
|
})
|
|
2799
2825
|
.s("StorageGateway_20130630", "DeleteTape", {})
|
|
2800
2826
|
.n("StorageGatewayClient", "DeleteTapeCommand")
|
|
2801
|
-
.sc(DeleteTape)
|
|
2827
|
+
.sc(DeleteTape$)
|
|
2802
2828
|
.build() {
|
|
2803
2829
|
}
|
|
2804
2830
|
|
|
@@ -2810,7 +2836,7 @@ class DeleteTapePoolCommand extends smithyClient.Command
|
|
|
2810
2836
|
})
|
|
2811
2837
|
.s("StorageGateway_20130630", "DeleteTapePool", {})
|
|
2812
2838
|
.n("StorageGatewayClient", "DeleteTapePoolCommand")
|
|
2813
|
-
.sc(DeleteTapePool)
|
|
2839
|
+
.sc(DeleteTapePool$)
|
|
2814
2840
|
.build() {
|
|
2815
2841
|
}
|
|
2816
2842
|
|
|
@@ -2822,7 +2848,7 @@ class DeleteVolumeCommand extends smithyClient.Command
|
|
|
2822
2848
|
})
|
|
2823
2849
|
.s("StorageGateway_20130630", "DeleteVolume", {})
|
|
2824
2850
|
.n("StorageGatewayClient", "DeleteVolumeCommand")
|
|
2825
|
-
.sc(DeleteVolume)
|
|
2851
|
+
.sc(DeleteVolume$)
|
|
2826
2852
|
.build() {
|
|
2827
2853
|
}
|
|
2828
2854
|
|
|
@@ -2834,7 +2860,7 @@ class DescribeAvailabilityMonitorTestCommand extends smithyClient.Command
|
|
|
2834
2860
|
})
|
|
2835
2861
|
.s("StorageGateway_20130630", "DescribeAvailabilityMonitorTest", {})
|
|
2836
2862
|
.n("StorageGatewayClient", "DescribeAvailabilityMonitorTestCommand")
|
|
2837
|
-
.sc(DescribeAvailabilityMonitorTest)
|
|
2863
|
+
.sc(DescribeAvailabilityMonitorTest$)
|
|
2838
2864
|
.build() {
|
|
2839
2865
|
}
|
|
2840
2866
|
|
|
@@ -2846,7 +2872,7 @@ class DescribeBandwidthRateLimitCommand extends smithyClient.Command
|
|
|
2846
2872
|
})
|
|
2847
2873
|
.s("StorageGateway_20130630", "DescribeBandwidthRateLimit", {})
|
|
2848
2874
|
.n("StorageGatewayClient", "DescribeBandwidthRateLimitCommand")
|
|
2849
|
-
.sc(DescribeBandwidthRateLimit)
|
|
2875
|
+
.sc(DescribeBandwidthRateLimit$)
|
|
2850
2876
|
.build() {
|
|
2851
2877
|
}
|
|
2852
2878
|
|
|
@@ -2858,7 +2884,7 @@ class DescribeBandwidthRateLimitScheduleCommand extends smithyClient.Command
|
|
|
2858
2884
|
})
|
|
2859
2885
|
.s("StorageGateway_20130630", "DescribeBandwidthRateLimitSchedule", {})
|
|
2860
2886
|
.n("StorageGatewayClient", "DescribeBandwidthRateLimitScheduleCommand")
|
|
2861
|
-
.sc(DescribeBandwidthRateLimitSchedule)
|
|
2887
|
+
.sc(DescribeBandwidthRateLimitSchedule$)
|
|
2862
2888
|
.build() {
|
|
2863
2889
|
}
|
|
2864
2890
|
|
|
@@ -2870,7 +2896,7 @@ class DescribeCacheCommand extends smithyClient.Command
|
|
|
2870
2896
|
})
|
|
2871
2897
|
.s("StorageGateway_20130630", "DescribeCache", {})
|
|
2872
2898
|
.n("StorageGatewayClient", "DescribeCacheCommand")
|
|
2873
|
-
.sc(DescribeCache)
|
|
2899
|
+
.sc(DescribeCache$)
|
|
2874
2900
|
.build() {
|
|
2875
2901
|
}
|
|
2876
2902
|
|
|
@@ -2882,7 +2908,7 @@ class DescribeCachediSCSIVolumesCommand extends smithyClient.Command
|
|
|
2882
2908
|
})
|
|
2883
2909
|
.s("StorageGateway_20130630", "DescribeCachediSCSIVolumes", {})
|
|
2884
2910
|
.n("StorageGatewayClient", "DescribeCachediSCSIVolumesCommand")
|
|
2885
|
-
.sc(DescribeCachediSCSIVolumes)
|
|
2911
|
+
.sc(DescribeCachediSCSIVolumes$)
|
|
2886
2912
|
.build() {
|
|
2887
2913
|
}
|
|
2888
2914
|
|
|
@@ -2894,7 +2920,7 @@ class DescribeCacheReportCommand extends smithyClient.Command
|
|
|
2894
2920
|
})
|
|
2895
2921
|
.s("StorageGateway_20130630", "DescribeCacheReport", {})
|
|
2896
2922
|
.n("StorageGatewayClient", "DescribeCacheReportCommand")
|
|
2897
|
-
.sc(DescribeCacheReport)
|
|
2923
|
+
.sc(DescribeCacheReport$)
|
|
2898
2924
|
.build() {
|
|
2899
2925
|
}
|
|
2900
2926
|
|
|
@@ -2906,7 +2932,7 @@ class DescribeChapCredentialsCommand extends smithyClient.Command
|
|
|
2906
2932
|
})
|
|
2907
2933
|
.s("StorageGateway_20130630", "DescribeChapCredentials", {})
|
|
2908
2934
|
.n("StorageGatewayClient", "DescribeChapCredentialsCommand")
|
|
2909
|
-
.sc(DescribeChapCredentials)
|
|
2935
|
+
.sc(DescribeChapCredentials$)
|
|
2910
2936
|
.build() {
|
|
2911
2937
|
}
|
|
2912
2938
|
|
|
@@ -2918,7 +2944,7 @@ class DescribeFileSystemAssociationsCommand extends smithyClient.Command
|
|
|
2918
2944
|
})
|
|
2919
2945
|
.s("StorageGateway_20130630", "DescribeFileSystemAssociations", {})
|
|
2920
2946
|
.n("StorageGatewayClient", "DescribeFileSystemAssociationsCommand")
|
|
2921
|
-
.sc(DescribeFileSystemAssociations)
|
|
2947
|
+
.sc(DescribeFileSystemAssociations$)
|
|
2922
2948
|
.build() {
|
|
2923
2949
|
}
|
|
2924
2950
|
|
|
@@ -2930,7 +2956,7 @@ class DescribeGatewayInformationCommand extends smithyClient.Command
|
|
|
2930
2956
|
})
|
|
2931
2957
|
.s("StorageGateway_20130630", "DescribeGatewayInformation", {})
|
|
2932
2958
|
.n("StorageGatewayClient", "DescribeGatewayInformationCommand")
|
|
2933
|
-
.sc(DescribeGatewayInformation)
|
|
2959
|
+
.sc(DescribeGatewayInformation$)
|
|
2934
2960
|
.build() {
|
|
2935
2961
|
}
|
|
2936
2962
|
|
|
@@ -2942,7 +2968,7 @@ class DescribeMaintenanceStartTimeCommand extends smithyClient.Command
|
|
|
2942
2968
|
})
|
|
2943
2969
|
.s("StorageGateway_20130630", "DescribeMaintenanceStartTime", {})
|
|
2944
2970
|
.n("StorageGatewayClient", "DescribeMaintenanceStartTimeCommand")
|
|
2945
|
-
.sc(DescribeMaintenanceStartTime)
|
|
2971
|
+
.sc(DescribeMaintenanceStartTime$)
|
|
2946
2972
|
.build() {
|
|
2947
2973
|
}
|
|
2948
2974
|
|
|
@@ -2954,7 +2980,7 @@ class DescribeNFSFileSharesCommand extends smithyClient.Command
|
|
|
2954
2980
|
})
|
|
2955
2981
|
.s("StorageGateway_20130630", "DescribeNFSFileShares", {})
|
|
2956
2982
|
.n("StorageGatewayClient", "DescribeNFSFileSharesCommand")
|
|
2957
|
-
.sc(DescribeNFSFileShares)
|
|
2983
|
+
.sc(DescribeNFSFileShares$)
|
|
2958
2984
|
.build() {
|
|
2959
2985
|
}
|
|
2960
2986
|
|
|
@@ -2966,7 +2992,7 @@ class DescribeSMBFileSharesCommand extends smithyClient.Command
|
|
|
2966
2992
|
})
|
|
2967
2993
|
.s("StorageGateway_20130630", "DescribeSMBFileShares", {})
|
|
2968
2994
|
.n("StorageGatewayClient", "DescribeSMBFileSharesCommand")
|
|
2969
|
-
.sc(DescribeSMBFileShares)
|
|
2995
|
+
.sc(DescribeSMBFileShares$)
|
|
2970
2996
|
.build() {
|
|
2971
2997
|
}
|
|
2972
2998
|
|
|
@@ -2978,7 +3004,7 @@ class DescribeSMBSettingsCommand extends smithyClient.Command
|
|
|
2978
3004
|
})
|
|
2979
3005
|
.s("StorageGateway_20130630", "DescribeSMBSettings", {})
|
|
2980
3006
|
.n("StorageGatewayClient", "DescribeSMBSettingsCommand")
|
|
2981
|
-
.sc(DescribeSMBSettings)
|
|
3007
|
+
.sc(DescribeSMBSettings$)
|
|
2982
3008
|
.build() {
|
|
2983
3009
|
}
|
|
2984
3010
|
|
|
@@ -2990,7 +3016,7 @@ class DescribeSnapshotScheduleCommand extends smithyClient.Command
|
|
|
2990
3016
|
})
|
|
2991
3017
|
.s("StorageGateway_20130630", "DescribeSnapshotSchedule", {})
|
|
2992
3018
|
.n("StorageGatewayClient", "DescribeSnapshotScheduleCommand")
|
|
2993
|
-
.sc(DescribeSnapshotSchedule)
|
|
3019
|
+
.sc(DescribeSnapshotSchedule$)
|
|
2994
3020
|
.build() {
|
|
2995
3021
|
}
|
|
2996
3022
|
|
|
@@ -3002,7 +3028,7 @@ class DescribeStorediSCSIVolumesCommand extends smithyClient.Command
|
|
|
3002
3028
|
})
|
|
3003
3029
|
.s("StorageGateway_20130630", "DescribeStorediSCSIVolumes", {})
|
|
3004
3030
|
.n("StorageGatewayClient", "DescribeStorediSCSIVolumesCommand")
|
|
3005
|
-
.sc(DescribeStorediSCSIVolumes)
|
|
3031
|
+
.sc(DescribeStorediSCSIVolumes$)
|
|
3006
3032
|
.build() {
|
|
3007
3033
|
}
|
|
3008
3034
|
|
|
@@ -3014,7 +3040,7 @@ class DescribeTapeArchivesCommand extends smithyClient.Command
|
|
|
3014
3040
|
})
|
|
3015
3041
|
.s("StorageGateway_20130630", "DescribeTapeArchives", {})
|
|
3016
3042
|
.n("StorageGatewayClient", "DescribeTapeArchivesCommand")
|
|
3017
|
-
.sc(DescribeTapeArchives)
|
|
3043
|
+
.sc(DescribeTapeArchives$)
|
|
3018
3044
|
.build() {
|
|
3019
3045
|
}
|
|
3020
3046
|
|
|
@@ -3026,7 +3052,7 @@ class DescribeTapeRecoveryPointsCommand extends smithyClient.Command
|
|
|
3026
3052
|
})
|
|
3027
3053
|
.s("StorageGateway_20130630", "DescribeTapeRecoveryPoints", {})
|
|
3028
3054
|
.n("StorageGatewayClient", "DescribeTapeRecoveryPointsCommand")
|
|
3029
|
-
.sc(DescribeTapeRecoveryPoints)
|
|
3055
|
+
.sc(DescribeTapeRecoveryPoints$)
|
|
3030
3056
|
.build() {
|
|
3031
3057
|
}
|
|
3032
3058
|
|
|
@@ -3038,7 +3064,7 @@ class DescribeTapesCommand extends smithyClient.Command
|
|
|
3038
3064
|
})
|
|
3039
3065
|
.s("StorageGateway_20130630", "DescribeTapes", {})
|
|
3040
3066
|
.n("StorageGatewayClient", "DescribeTapesCommand")
|
|
3041
|
-
.sc(DescribeTapes)
|
|
3067
|
+
.sc(DescribeTapes$)
|
|
3042
3068
|
.build() {
|
|
3043
3069
|
}
|
|
3044
3070
|
|
|
@@ -3050,7 +3076,7 @@ class DescribeUploadBufferCommand extends smithyClient.Command
|
|
|
3050
3076
|
})
|
|
3051
3077
|
.s("StorageGateway_20130630", "DescribeUploadBuffer", {})
|
|
3052
3078
|
.n("StorageGatewayClient", "DescribeUploadBufferCommand")
|
|
3053
|
-
.sc(DescribeUploadBuffer)
|
|
3079
|
+
.sc(DescribeUploadBuffer$)
|
|
3054
3080
|
.build() {
|
|
3055
3081
|
}
|
|
3056
3082
|
|
|
@@ -3062,7 +3088,7 @@ class DescribeVTLDevicesCommand extends smithyClient.Command
|
|
|
3062
3088
|
})
|
|
3063
3089
|
.s("StorageGateway_20130630", "DescribeVTLDevices", {})
|
|
3064
3090
|
.n("StorageGatewayClient", "DescribeVTLDevicesCommand")
|
|
3065
|
-
.sc(DescribeVTLDevices)
|
|
3091
|
+
.sc(DescribeVTLDevices$)
|
|
3066
3092
|
.build() {
|
|
3067
3093
|
}
|
|
3068
3094
|
|
|
@@ -3074,7 +3100,7 @@ class DescribeWorkingStorageCommand extends smithyClient.Command
|
|
|
3074
3100
|
})
|
|
3075
3101
|
.s("StorageGateway_20130630", "DescribeWorkingStorage", {})
|
|
3076
3102
|
.n("StorageGatewayClient", "DescribeWorkingStorageCommand")
|
|
3077
|
-
.sc(DescribeWorkingStorage)
|
|
3103
|
+
.sc(DescribeWorkingStorage$)
|
|
3078
3104
|
.build() {
|
|
3079
3105
|
}
|
|
3080
3106
|
|
|
@@ -3086,7 +3112,7 @@ class DetachVolumeCommand extends smithyClient.Command
|
|
|
3086
3112
|
})
|
|
3087
3113
|
.s("StorageGateway_20130630", "DetachVolume", {})
|
|
3088
3114
|
.n("StorageGatewayClient", "DetachVolumeCommand")
|
|
3089
|
-
.sc(DetachVolume)
|
|
3115
|
+
.sc(DetachVolume$)
|
|
3090
3116
|
.build() {
|
|
3091
3117
|
}
|
|
3092
3118
|
|
|
@@ -3098,7 +3124,7 @@ class DisableGatewayCommand extends smithyClient.Command
|
|
|
3098
3124
|
})
|
|
3099
3125
|
.s("StorageGateway_20130630", "DisableGateway", {})
|
|
3100
3126
|
.n("StorageGatewayClient", "DisableGatewayCommand")
|
|
3101
|
-
.sc(DisableGateway)
|
|
3127
|
+
.sc(DisableGateway$)
|
|
3102
3128
|
.build() {
|
|
3103
3129
|
}
|
|
3104
3130
|
|
|
@@ -3110,7 +3136,7 @@ class DisassociateFileSystemCommand extends smithyClient.Command
|
|
|
3110
3136
|
})
|
|
3111
3137
|
.s("StorageGateway_20130630", "DisassociateFileSystem", {})
|
|
3112
3138
|
.n("StorageGatewayClient", "DisassociateFileSystemCommand")
|
|
3113
|
-
.sc(DisassociateFileSystem)
|
|
3139
|
+
.sc(DisassociateFileSystem$)
|
|
3114
3140
|
.build() {
|
|
3115
3141
|
}
|
|
3116
3142
|
|
|
@@ -3122,7 +3148,7 @@ class EvictFilesFailingUploadCommand extends smithyClient.Command
|
|
|
3122
3148
|
})
|
|
3123
3149
|
.s("StorageGateway_20130630", "EvictFilesFailingUpload", {})
|
|
3124
3150
|
.n("StorageGatewayClient", "EvictFilesFailingUploadCommand")
|
|
3125
|
-
.sc(EvictFilesFailingUpload)
|
|
3151
|
+
.sc(EvictFilesFailingUpload$)
|
|
3126
3152
|
.build() {
|
|
3127
3153
|
}
|
|
3128
3154
|
|
|
@@ -3134,7 +3160,7 @@ class JoinDomainCommand extends smithyClient.Command
|
|
|
3134
3160
|
})
|
|
3135
3161
|
.s("StorageGateway_20130630", "JoinDomain", {})
|
|
3136
3162
|
.n("StorageGatewayClient", "JoinDomainCommand")
|
|
3137
|
-
.sc(JoinDomain)
|
|
3163
|
+
.sc(JoinDomain$)
|
|
3138
3164
|
.build() {
|
|
3139
3165
|
}
|
|
3140
3166
|
|
|
@@ -3146,7 +3172,7 @@ class ListAutomaticTapeCreationPoliciesCommand extends smithyClient.Command
|
|
|
3146
3172
|
})
|
|
3147
3173
|
.s("StorageGateway_20130630", "ListAutomaticTapeCreationPolicies", {})
|
|
3148
3174
|
.n("StorageGatewayClient", "ListAutomaticTapeCreationPoliciesCommand")
|
|
3149
|
-
.sc(ListAutomaticTapeCreationPolicies)
|
|
3175
|
+
.sc(ListAutomaticTapeCreationPolicies$)
|
|
3150
3176
|
.build() {
|
|
3151
3177
|
}
|
|
3152
3178
|
|
|
@@ -3158,7 +3184,7 @@ class ListCacheReportsCommand extends smithyClient.Command
|
|
|
3158
3184
|
})
|
|
3159
3185
|
.s("StorageGateway_20130630", "ListCacheReports", {})
|
|
3160
3186
|
.n("StorageGatewayClient", "ListCacheReportsCommand")
|
|
3161
|
-
.sc(ListCacheReports)
|
|
3187
|
+
.sc(ListCacheReports$)
|
|
3162
3188
|
.build() {
|
|
3163
3189
|
}
|
|
3164
3190
|
|
|
@@ -3170,7 +3196,7 @@ class ListFileSharesCommand extends smithyClient.Command
|
|
|
3170
3196
|
})
|
|
3171
3197
|
.s("StorageGateway_20130630", "ListFileShares", {})
|
|
3172
3198
|
.n("StorageGatewayClient", "ListFileSharesCommand")
|
|
3173
|
-
.sc(ListFileShares)
|
|
3199
|
+
.sc(ListFileShares$)
|
|
3174
3200
|
.build() {
|
|
3175
3201
|
}
|
|
3176
3202
|
|
|
@@ -3182,7 +3208,7 @@ class ListFileSystemAssociationsCommand extends smithyClient.Command
|
|
|
3182
3208
|
})
|
|
3183
3209
|
.s("StorageGateway_20130630", "ListFileSystemAssociations", {})
|
|
3184
3210
|
.n("StorageGatewayClient", "ListFileSystemAssociationsCommand")
|
|
3185
|
-
.sc(ListFileSystemAssociations)
|
|
3211
|
+
.sc(ListFileSystemAssociations$)
|
|
3186
3212
|
.build() {
|
|
3187
3213
|
}
|
|
3188
3214
|
|
|
@@ -3194,7 +3220,7 @@ class ListGatewaysCommand extends smithyClient.Command
|
|
|
3194
3220
|
})
|
|
3195
3221
|
.s("StorageGateway_20130630", "ListGateways", {})
|
|
3196
3222
|
.n("StorageGatewayClient", "ListGatewaysCommand")
|
|
3197
|
-
.sc(ListGateways)
|
|
3223
|
+
.sc(ListGateways$)
|
|
3198
3224
|
.build() {
|
|
3199
3225
|
}
|
|
3200
3226
|
|
|
@@ -3206,7 +3232,7 @@ class ListLocalDisksCommand extends smithyClient.Command
|
|
|
3206
3232
|
})
|
|
3207
3233
|
.s("StorageGateway_20130630", "ListLocalDisks", {})
|
|
3208
3234
|
.n("StorageGatewayClient", "ListLocalDisksCommand")
|
|
3209
|
-
.sc(ListLocalDisks)
|
|
3235
|
+
.sc(ListLocalDisks$)
|
|
3210
3236
|
.build() {
|
|
3211
3237
|
}
|
|
3212
3238
|
|
|
@@ -3218,7 +3244,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3218
3244
|
})
|
|
3219
3245
|
.s("StorageGateway_20130630", "ListTagsForResource", {})
|
|
3220
3246
|
.n("StorageGatewayClient", "ListTagsForResourceCommand")
|
|
3221
|
-
.sc(ListTagsForResource)
|
|
3247
|
+
.sc(ListTagsForResource$)
|
|
3222
3248
|
.build() {
|
|
3223
3249
|
}
|
|
3224
3250
|
|
|
@@ -3230,7 +3256,7 @@ class ListTapePoolsCommand extends smithyClient.Command
|
|
|
3230
3256
|
})
|
|
3231
3257
|
.s("StorageGateway_20130630", "ListTapePools", {})
|
|
3232
3258
|
.n("StorageGatewayClient", "ListTapePoolsCommand")
|
|
3233
|
-
.sc(ListTapePools)
|
|
3259
|
+
.sc(ListTapePools$)
|
|
3234
3260
|
.build() {
|
|
3235
3261
|
}
|
|
3236
3262
|
|
|
@@ -3242,7 +3268,7 @@ class ListTapesCommand extends smithyClient.Command
|
|
|
3242
3268
|
})
|
|
3243
3269
|
.s("StorageGateway_20130630", "ListTapes", {})
|
|
3244
3270
|
.n("StorageGatewayClient", "ListTapesCommand")
|
|
3245
|
-
.sc(ListTapes)
|
|
3271
|
+
.sc(ListTapes$)
|
|
3246
3272
|
.build() {
|
|
3247
3273
|
}
|
|
3248
3274
|
|
|
@@ -3254,7 +3280,7 @@ class ListVolumeInitiatorsCommand extends smithyClient.Command
|
|
|
3254
3280
|
})
|
|
3255
3281
|
.s("StorageGateway_20130630", "ListVolumeInitiators", {})
|
|
3256
3282
|
.n("StorageGatewayClient", "ListVolumeInitiatorsCommand")
|
|
3257
|
-
.sc(ListVolumeInitiators)
|
|
3283
|
+
.sc(ListVolumeInitiators$)
|
|
3258
3284
|
.build() {
|
|
3259
3285
|
}
|
|
3260
3286
|
|
|
@@ -3266,7 +3292,7 @@ class ListVolumeRecoveryPointsCommand extends smithyClient.Command
|
|
|
3266
3292
|
})
|
|
3267
3293
|
.s("StorageGateway_20130630", "ListVolumeRecoveryPoints", {})
|
|
3268
3294
|
.n("StorageGatewayClient", "ListVolumeRecoveryPointsCommand")
|
|
3269
|
-
.sc(ListVolumeRecoveryPoints)
|
|
3295
|
+
.sc(ListVolumeRecoveryPoints$)
|
|
3270
3296
|
.build() {
|
|
3271
3297
|
}
|
|
3272
3298
|
|
|
@@ -3278,7 +3304,7 @@ class ListVolumesCommand extends smithyClient.Command
|
|
|
3278
3304
|
})
|
|
3279
3305
|
.s("StorageGateway_20130630", "ListVolumes", {})
|
|
3280
3306
|
.n("StorageGatewayClient", "ListVolumesCommand")
|
|
3281
|
-
.sc(ListVolumes)
|
|
3307
|
+
.sc(ListVolumes$)
|
|
3282
3308
|
.build() {
|
|
3283
3309
|
}
|
|
3284
3310
|
|
|
@@ -3290,7 +3316,7 @@ class NotifyWhenUploadedCommand extends smithyClient.Command
|
|
|
3290
3316
|
})
|
|
3291
3317
|
.s("StorageGateway_20130630", "NotifyWhenUploaded", {})
|
|
3292
3318
|
.n("StorageGatewayClient", "NotifyWhenUploadedCommand")
|
|
3293
|
-
.sc(NotifyWhenUploaded)
|
|
3319
|
+
.sc(NotifyWhenUploaded$)
|
|
3294
3320
|
.build() {
|
|
3295
3321
|
}
|
|
3296
3322
|
|
|
@@ -3302,7 +3328,7 @@ class RefreshCacheCommand extends smithyClient.Command
|
|
|
3302
3328
|
})
|
|
3303
3329
|
.s("StorageGateway_20130630", "RefreshCache", {})
|
|
3304
3330
|
.n("StorageGatewayClient", "RefreshCacheCommand")
|
|
3305
|
-
.sc(RefreshCache)
|
|
3331
|
+
.sc(RefreshCache$)
|
|
3306
3332
|
.build() {
|
|
3307
3333
|
}
|
|
3308
3334
|
|
|
@@ -3314,7 +3340,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
|
|
|
3314
3340
|
})
|
|
3315
3341
|
.s("StorageGateway_20130630", "RemoveTagsFromResource", {})
|
|
3316
3342
|
.n("StorageGatewayClient", "RemoveTagsFromResourceCommand")
|
|
3317
|
-
.sc(RemoveTagsFromResource)
|
|
3343
|
+
.sc(RemoveTagsFromResource$)
|
|
3318
3344
|
.build() {
|
|
3319
3345
|
}
|
|
3320
3346
|
|
|
@@ -3326,7 +3352,7 @@ class ResetCacheCommand extends smithyClient.Command
|
|
|
3326
3352
|
})
|
|
3327
3353
|
.s("StorageGateway_20130630", "ResetCache", {})
|
|
3328
3354
|
.n("StorageGatewayClient", "ResetCacheCommand")
|
|
3329
|
-
.sc(ResetCache)
|
|
3355
|
+
.sc(ResetCache$)
|
|
3330
3356
|
.build() {
|
|
3331
3357
|
}
|
|
3332
3358
|
|
|
@@ -3338,7 +3364,7 @@ class RetrieveTapeArchiveCommand extends smithyClient.Command
|
|
|
3338
3364
|
})
|
|
3339
3365
|
.s("StorageGateway_20130630", "RetrieveTapeArchive", {})
|
|
3340
3366
|
.n("StorageGatewayClient", "RetrieveTapeArchiveCommand")
|
|
3341
|
-
.sc(RetrieveTapeArchive)
|
|
3367
|
+
.sc(RetrieveTapeArchive$)
|
|
3342
3368
|
.build() {
|
|
3343
3369
|
}
|
|
3344
3370
|
|
|
@@ -3350,7 +3376,7 @@ class RetrieveTapeRecoveryPointCommand extends smithyClient.Command
|
|
|
3350
3376
|
})
|
|
3351
3377
|
.s("StorageGateway_20130630", "RetrieveTapeRecoveryPoint", {})
|
|
3352
3378
|
.n("StorageGatewayClient", "RetrieveTapeRecoveryPointCommand")
|
|
3353
|
-
.sc(RetrieveTapeRecoveryPoint)
|
|
3379
|
+
.sc(RetrieveTapeRecoveryPoint$)
|
|
3354
3380
|
.build() {
|
|
3355
3381
|
}
|
|
3356
3382
|
|
|
@@ -3362,7 +3388,7 @@ class SetLocalConsolePasswordCommand extends smithyClient.Command
|
|
|
3362
3388
|
})
|
|
3363
3389
|
.s("StorageGateway_20130630", "SetLocalConsolePassword", {})
|
|
3364
3390
|
.n("StorageGatewayClient", "SetLocalConsolePasswordCommand")
|
|
3365
|
-
.sc(SetLocalConsolePassword)
|
|
3391
|
+
.sc(SetLocalConsolePassword$)
|
|
3366
3392
|
.build() {
|
|
3367
3393
|
}
|
|
3368
3394
|
|
|
@@ -3374,7 +3400,7 @@ class SetSMBGuestPasswordCommand extends smithyClient.Command
|
|
|
3374
3400
|
})
|
|
3375
3401
|
.s("StorageGateway_20130630", "SetSMBGuestPassword", {})
|
|
3376
3402
|
.n("StorageGatewayClient", "SetSMBGuestPasswordCommand")
|
|
3377
|
-
.sc(SetSMBGuestPassword)
|
|
3403
|
+
.sc(SetSMBGuestPassword$)
|
|
3378
3404
|
.build() {
|
|
3379
3405
|
}
|
|
3380
3406
|
|
|
@@ -3386,7 +3412,7 @@ class ShutdownGatewayCommand extends smithyClient.Command
|
|
|
3386
3412
|
})
|
|
3387
3413
|
.s("StorageGateway_20130630", "ShutdownGateway", {})
|
|
3388
3414
|
.n("StorageGatewayClient", "ShutdownGatewayCommand")
|
|
3389
|
-
.sc(ShutdownGateway)
|
|
3415
|
+
.sc(ShutdownGateway$)
|
|
3390
3416
|
.build() {
|
|
3391
3417
|
}
|
|
3392
3418
|
|
|
@@ -3398,7 +3424,7 @@ class StartAvailabilityMonitorTestCommand extends smithyClient.Command
|
|
|
3398
3424
|
})
|
|
3399
3425
|
.s("StorageGateway_20130630", "StartAvailabilityMonitorTest", {})
|
|
3400
3426
|
.n("StorageGatewayClient", "StartAvailabilityMonitorTestCommand")
|
|
3401
|
-
.sc(StartAvailabilityMonitorTest)
|
|
3427
|
+
.sc(StartAvailabilityMonitorTest$)
|
|
3402
3428
|
.build() {
|
|
3403
3429
|
}
|
|
3404
3430
|
|
|
@@ -3410,7 +3436,7 @@ class StartCacheReportCommand extends smithyClient.Command
|
|
|
3410
3436
|
})
|
|
3411
3437
|
.s("StorageGateway_20130630", "StartCacheReport", {})
|
|
3412
3438
|
.n("StorageGatewayClient", "StartCacheReportCommand")
|
|
3413
|
-
.sc(StartCacheReport)
|
|
3439
|
+
.sc(StartCacheReport$)
|
|
3414
3440
|
.build() {
|
|
3415
3441
|
}
|
|
3416
3442
|
|
|
@@ -3422,7 +3448,7 @@ class StartGatewayCommand extends smithyClient.Command
|
|
|
3422
3448
|
})
|
|
3423
3449
|
.s("StorageGateway_20130630", "StartGateway", {})
|
|
3424
3450
|
.n("StorageGatewayClient", "StartGatewayCommand")
|
|
3425
|
-
.sc(StartGateway)
|
|
3451
|
+
.sc(StartGateway$)
|
|
3426
3452
|
.build() {
|
|
3427
3453
|
}
|
|
3428
3454
|
|
|
@@ -3434,7 +3460,7 @@ class UpdateAutomaticTapeCreationPolicyCommand extends smithyClient.Command
|
|
|
3434
3460
|
})
|
|
3435
3461
|
.s("StorageGateway_20130630", "UpdateAutomaticTapeCreationPolicy", {})
|
|
3436
3462
|
.n("StorageGatewayClient", "UpdateAutomaticTapeCreationPolicyCommand")
|
|
3437
|
-
.sc(UpdateAutomaticTapeCreationPolicy)
|
|
3463
|
+
.sc(UpdateAutomaticTapeCreationPolicy$)
|
|
3438
3464
|
.build() {
|
|
3439
3465
|
}
|
|
3440
3466
|
|
|
@@ -3446,7 +3472,7 @@ class UpdateBandwidthRateLimitCommand extends smithyClient.Command
|
|
|
3446
3472
|
})
|
|
3447
3473
|
.s("StorageGateway_20130630", "UpdateBandwidthRateLimit", {})
|
|
3448
3474
|
.n("StorageGatewayClient", "UpdateBandwidthRateLimitCommand")
|
|
3449
|
-
.sc(UpdateBandwidthRateLimit)
|
|
3475
|
+
.sc(UpdateBandwidthRateLimit$)
|
|
3450
3476
|
.build() {
|
|
3451
3477
|
}
|
|
3452
3478
|
|
|
@@ -3458,7 +3484,7 @@ class UpdateBandwidthRateLimitScheduleCommand extends smithyClient.Command
|
|
|
3458
3484
|
})
|
|
3459
3485
|
.s("StorageGateway_20130630", "UpdateBandwidthRateLimitSchedule", {})
|
|
3460
3486
|
.n("StorageGatewayClient", "UpdateBandwidthRateLimitScheduleCommand")
|
|
3461
|
-
.sc(UpdateBandwidthRateLimitSchedule)
|
|
3487
|
+
.sc(UpdateBandwidthRateLimitSchedule$)
|
|
3462
3488
|
.build() {
|
|
3463
3489
|
}
|
|
3464
3490
|
|
|
@@ -3470,7 +3496,7 @@ class UpdateChapCredentialsCommand extends smithyClient.Command
|
|
|
3470
3496
|
})
|
|
3471
3497
|
.s("StorageGateway_20130630", "UpdateChapCredentials", {})
|
|
3472
3498
|
.n("StorageGatewayClient", "UpdateChapCredentialsCommand")
|
|
3473
|
-
.sc(UpdateChapCredentials)
|
|
3499
|
+
.sc(UpdateChapCredentials$)
|
|
3474
3500
|
.build() {
|
|
3475
3501
|
}
|
|
3476
3502
|
|
|
@@ -3482,7 +3508,7 @@ class UpdateFileSystemAssociationCommand extends smithyClient.Command
|
|
|
3482
3508
|
})
|
|
3483
3509
|
.s("StorageGateway_20130630", "UpdateFileSystemAssociation", {})
|
|
3484
3510
|
.n("StorageGatewayClient", "UpdateFileSystemAssociationCommand")
|
|
3485
|
-
.sc(UpdateFileSystemAssociation)
|
|
3511
|
+
.sc(UpdateFileSystemAssociation$)
|
|
3486
3512
|
.build() {
|
|
3487
3513
|
}
|
|
3488
3514
|
|
|
@@ -3494,7 +3520,7 @@ class UpdateGatewayInformationCommand extends smithyClient.Command
|
|
|
3494
3520
|
})
|
|
3495
3521
|
.s("StorageGateway_20130630", "UpdateGatewayInformation", {})
|
|
3496
3522
|
.n("StorageGatewayClient", "UpdateGatewayInformationCommand")
|
|
3497
|
-
.sc(UpdateGatewayInformation)
|
|
3523
|
+
.sc(UpdateGatewayInformation$)
|
|
3498
3524
|
.build() {
|
|
3499
3525
|
}
|
|
3500
3526
|
|
|
@@ -3506,7 +3532,7 @@ class UpdateGatewaySoftwareNowCommand extends smithyClient.Command
|
|
|
3506
3532
|
})
|
|
3507
3533
|
.s("StorageGateway_20130630", "UpdateGatewaySoftwareNow", {})
|
|
3508
3534
|
.n("StorageGatewayClient", "UpdateGatewaySoftwareNowCommand")
|
|
3509
|
-
.sc(UpdateGatewaySoftwareNow)
|
|
3535
|
+
.sc(UpdateGatewaySoftwareNow$)
|
|
3510
3536
|
.build() {
|
|
3511
3537
|
}
|
|
3512
3538
|
|
|
@@ -3518,7 +3544,7 @@ class UpdateMaintenanceStartTimeCommand extends smithyClient.Command
|
|
|
3518
3544
|
})
|
|
3519
3545
|
.s("StorageGateway_20130630", "UpdateMaintenanceStartTime", {})
|
|
3520
3546
|
.n("StorageGatewayClient", "UpdateMaintenanceStartTimeCommand")
|
|
3521
|
-
.sc(UpdateMaintenanceStartTime)
|
|
3547
|
+
.sc(UpdateMaintenanceStartTime$)
|
|
3522
3548
|
.build() {
|
|
3523
3549
|
}
|
|
3524
3550
|
|
|
@@ -3530,7 +3556,7 @@ class UpdateNFSFileShareCommand extends smithyClient.Command
|
|
|
3530
3556
|
})
|
|
3531
3557
|
.s("StorageGateway_20130630", "UpdateNFSFileShare", {})
|
|
3532
3558
|
.n("StorageGatewayClient", "UpdateNFSFileShareCommand")
|
|
3533
|
-
.sc(UpdateNFSFileShare)
|
|
3559
|
+
.sc(UpdateNFSFileShare$)
|
|
3534
3560
|
.build() {
|
|
3535
3561
|
}
|
|
3536
3562
|
|
|
@@ -3542,7 +3568,7 @@ class UpdateSMBFileShareCommand extends smithyClient.Command
|
|
|
3542
3568
|
})
|
|
3543
3569
|
.s("StorageGateway_20130630", "UpdateSMBFileShare", {})
|
|
3544
3570
|
.n("StorageGatewayClient", "UpdateSMBFileShareCommand")
|
|
3545
|
-
.sc(UpdateSMBFileShare)
|
|
3571
|
+
.sc(UpdateSMBFileShare$)
|
|
3546
3572
|
.build() {
|
|
3547
3573
|
}
|
|
3548
3574
|
|
|
@@ -3554,7 +3580,7 @@ class UpdateSMBFileShareVisibilityCommand extends smithyClient.Command
|
|
|
3554
3580
|
})
|
|
3555
3581
|
.s("StorageGateway_20130630", "UpdateSMBFileShareVisibility", {})
|
|
3556
3582
|
.n("StorageGatewayClient", "UpdateSMBFileShareVisibilityCommand")
|
|
3557
|
-
.sc(UpdateSMBFileShareVisibility)
|
|
3583
|
+
.sc(UpdateSMBFileShareVisibility$)
|
|
3558
3584
|
.build() {
|
|
3559
3585
|
}
|
|
3560
3586
|
|
|
@@ -3566,7 +3592,7 @@ class UpdateSMBLocalGroupsCommand extends smithyClient.Command
|
|
|
3566
3592
|
})
|
|
3567
3593
|
.s("StorageGateway_20130630", "UpdateSMBLocalGroups", {})
|
|
3568
3594
|
.n("StorageGatewayClient", "UpdateSMBLocalGroupsCommand")
|
|
3569
|
-
.sc(UpdateSMBLocalGroups)
|
|
3595
|
+
.sc(UpdateSMBLocalGroups$)
|
|
3570
3596
|
.build() {
|
|
3571
3597
|
}
|
|
3572
3598
|
|
|
@@ -3578,7 +3604,7 @@ class UpdateSMBSecurityStrategyCommand extends smithyClient.Command
|
|
|
3578
3604
|
})
|
|
3579
3605
|
.s("StorageGateway_20130630", "UpdateSMBSecurityStrategy", {})
|
|
3580
3606
|
.n("StorageGatewayClient", "UpdateSMBSecurityStrategyCommand")
|
|
3581
|
-
.sc(UpdateSMBSecurityStrategy)
|
|
3607
|
+
.sc(UpdateSMBSecurityStrategy$)
|
|
3582
3608
|
.build() {
|
|
3583
3609
|
}
|
|
3584
3610
|
|
|
@@ -3590,7 +3616,7 @@ class UpdateSnapshotScheduleCommand extends smithyClient.Command
|
|
|
3590
3616
|
})
|
|
3591
3617
|
.s("StorageGateway_20130630", "UpdateSnapshotSchedule", {})
|
|
3592
3618
|
.n("StorageGatewayClient", "UpdateSnapshotScheduleCommand")
|
|
3593
|
-
.sc(UpdateSnapshotSchedule)
|
|
3619
|
+
.sc(UpdateSnapshotSchedule$)
|
|
3594
3620
|
.build() {
|
|
3595
3621
|
}
|
|
3596
3622
|
|
|
@@ -3602,7 +3628,7 @@ class UpdateVTLDeviceTypeCommand extends smithyClient.Command
|
|
|
3602
3628
|
})
|
|
3603
3629
|
.s("StorageGateway_20130630", "UpdateVTLDeviceType", {})
|
|
3604
3630
|
.n("StorageGatewayClient", "UpdateVTLDeviceTypeCommand")
|
|
3605
|
-
.sc(UpdateVTLDeviceType)
|
|
3631
|
+
.sc(UpdateVTLDeviceType$)
|
|
3606
3632
|
.build() {
|
|
3607
3633
|
}
|
|
3608
3634
|
|
|
@@ -3889,124 +3915,450 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3889
3915
|
enumerable: true,
|
|
3890
3916
|
get: function () { return smithyClient.Client; }
|
|
3891
3917
|
});
|
|
3918
|
+
exports.ActivateGateway$ = ActivateGateway$;
|
|
3892
3919
|
exports.ActivateGatewayCommand = ActivateGatewayCommand;
|
|
3920
|
+
exports.ActivateGatewayInput$ = ActivateGatewayInput$;
|
|
3921
|
+
exports.ActivateGatewayOutput$ = ActivateGatewayOutput$;
|
|
3893
3922
|
exports.ActiveDirectoryStatus = ActiveDirectoryStatus;
|
|
3923
|
+
exports.AddCache$ = AddCache$;
|
|
3894
3924
|
exports.AddCacheCommand = AddCacheCommand;
|
|
3925
|
+
exports.AddCacheInput$ = AddCacheInput$;
|
|
3926
|
+
exports.AddCacheOutput$ = AddCacheOutput$;
|
|
3927
|
+
exports.AddTagsToResource$ = AddTagsToResource$;
|
|
3895
3928
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
3929
|
+
exports.AddTagsToResourceInput$ = AddTagsToResourceInput$;
|
|
3930
|
+
exports.AddTagsToResourceOutput$ = AddTagsToResourceOutput$;
|
|
3931
|
+
exports.AddUploadBuffer$ = AddUploadBuffer$;
|
|
3896
3932
|
exports.AddUploadBufferCommand = AddUploadBufferCommand;
|
|
3933
|
+
exports.AddUploadBufferInput$ = AddUploadBufferInput$;
|
|
3934
|
+
exports.AddUploadBufferOutput$ = AddUploadBufferOutput$;
|
|
3935
|
+
exports.AddWorkingStorage$ = AddWorkingStorage$;
|
|
3897
3936
|
exports.AddWorkingStorageCommand = AddWorkingStorageCommand;
|
|
3937
|
+
exports.AddWorkingStorageInput$ = AddWorkingStorageInput$;
|
|
3938
|
+
exports.AddWorkingStorageOutput$ = AddWorkingStorageOutput$;
|
|
3939
|
+
exports.AssignTapePool$ = AssignTapePool$;
|
|
3898
3940
|
exports.AssignTapePoolCommand = AssignTapePoolCommand;
|
|
3941
|
+
exports.AssignTapePoolInput$ = AssignTapePoolInput$;
|
|
3942
|
+
exports.AssignTapePoolOutput$ = AssignTapePoolOutput$;
|
|
3943
|
+
exports.AssociateFileSystem$ = AssociateFileSystem$;
|
|
3899
3944
|
exports.AssociateFileSystemCommand = AssociateFileSystemCommand;
|
|
3945
|
+
exports.AssociateFileSystemInput$ = AssociateFileSystemInput$;
|
|
3946
|
+
exports.AssociateFileSystemOutput$ = AssociateFileSystemOutput$;
|
|
3947
|
+
exports.AttachVolume$ = AttachVolume$;
|
|
3900
3948
|
exports.AttachVolumeCommand = AttachVolumeCommand;
|
|
3949
|
+
exports.AttachVolumeInput$ = AttachVolumeInput$;
|
|
3950
|
+
exports.AttachVolumeOutput$ = AttachVolumeOutput$;
|
|
3951
|
+
exports.AutomaticTapeCreationPolicyInfo$ = AutomaticTapeCreationPolicyInfo$;
|
|
3952
|
+
exports.AutomaticTapeCreationRule$ = AutomaticTapeCreationRule$;
|
|
3901
3953
|
exports.AutomaticUpdatePolicy = AutomaticUpdatePolicy;
|
|
3902
3954
|
exports.AvailabilityMonitorTestStatus = AvailabilityMonitorTestStatus;
|
|
3955
|
+
exports.BandwidthRateLimitInterval$ = BandwidthRateLimitInterval$;
|
|
3956
|
+
exports.CacheAttributes$ = CacheAttributes$;
|
|
3957
|
+
exports.CacheReportFilter$ = CacheReportFilter$;
|
|
3903
3958
|
exports.CacheReportFilterName = CacheReportFilterName;
|
|
3959
|
+
exports.CacheReportInfo$ = CacheReportInfo$;
|
|
3904
3960
|
exports.CacheReportStatus = CacheReportStatus;
|
|
3961
|
+
exports.CachediSCSIVolume$ = CachediSCSIVolume$;
|
|
3962
|
+
exports.CancelArchival$ = CancelArchival$;
|
|
3905
3963
|
exports.CancelArchivalCommand = CancelArchivalCommand;
|
|
3964
|
+
exports.CancelArchivalInput$ = CancelArchivalInput$;
|
|
3965
|
+
exports.CancelArchivalOutput$ = CancelArchivalOutput$;
|
|
3966
|
+
exports.CancelCacheReport$ = CancelCacheReport$;
|
|
3906
3967
|
exports.CancelCacheReportCommand = CancelCacheReportCommand;
|
|
3968
|
+
exports.CancelCacheReportInput$ = CancelCacheReportInput$;
|
|
3969
|
+
exports.CancelCacheReportOutput$ = CancelCacheReportOutput$;
|
|
3970
|
+
exports.CancelRetrieval$ = CancelRetrieval$;
|
|
3907
3971
|
exports.CancelRetrievalCommand = CancelRetrievalCommand;
|
|
3972
|
+
exports.CancelRetrievalInput$ = CancelRetrievalInput$;
|
|
3973
|
+
exports.CancelRetrievalOutput$ = CancelRetrievalOutput$;
|
|
3908
3974
|
exports.CaseSensitivity = CaseSensitivity;
|
|
3975
|
+
exports.ChapInfo$ = ChapInfo$;
|
|
3976
|
+
exports.CreateCachediSCSIVolume$ = CreateCachediSCSIVolume$;
|
|
3909
3977
|
exports.CreateCachediSCSIVolumeCommand = CreateCachediSCSIVolumeCommand;
|
|
3978
|
+
exports.CreateCachediSCSIVolumeInput$ = CreateCachediSCSIVolumeInput$;
|
|
3979
|
+
exports.CreateCachediSCSIVolumeOutput$ = CreateCachediSCSIVolumeOutput$;
|
|
3980
|
+
exports.CreateNFSFileShare$ = CreateNFSFileShare$;
|
|
3910
3981
|
exports.CreateNFSFileShareCommand = CreateNFSFileShareCommand;
|
|
3982
|
+
exports.CreateNFSFileShareInput$ = CreateNFSFileShareInput$;
|
|
3983
|
+
exports.CreateNFSFileShareOutput$ = CreateNFSFileShareOutput$;
|
|
3984
|
+
exports.CreateSMBFileShare$ = CreateSMBFileShare$;
|
|
3911
3985
|
exports.CreateSMBFileShareCommand = CreateSMBFileShareCommand;
|
|
3986
|
+
exports.CreateSMBFileShareInput$ = CreateSMBFileShareInput$;
|
|
3987
|
+
exports.CreateSMBFileShareOutput$ = CreateSMBFileShareOutput$;
|
|
3988
|
+
exports.CreateSnapshot$ = CreateSnapshot$;
|
|
3912
3989
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
3990
|
+
exports.CreateSnapshotFromVolumeRecoveryPoint$ = CreateSnapshotFromVolumeRecoveryPoint$;
|
|
3913
3991
|
exports.CreateSnapshotFromVolumeRecoveryPointCommand = CreateSnapshotFromVolumeRecoveryPointCommand;
|
|
3992
|
+
exports.CreateSnapshotFromVolumeRecoveryPointInput$ = CreateSnapshotFromVolumeRecoveryPointInput$;
|
|
3993
|
+
exports.CreateSnapshotFromVolumeRecoveryPointOutput$ = CreateSnapshotFromVolumeRecoveryPointOutput$;
|
|
3994
|
+
exports.CreateSnapshotInput$ = CreateSnapshotInput$;
|
|
3995
|
+
exports.CreateSnapshotOutput$ = CreateSnapshotOutput$;
|
|
3996
|
+
exports.CreateStorediSCSIVolume$ = CreateStorediSCSIVolume$;
|
|
3914
3997
|
exports.CreateStorediSCSIVolumeCommand = CreateStorediSCSIVolumeCommand;
|
|
3998
|
+
exports.CreateStorediSCSIVolumeInput$ = CreateStorediSCSIVolumeInput$;
|
|
3999
|
+
exports.CreateStorediSCSIVolumeOutput$ = CreateStorediSCSIVolumeOutput$;
|
|
4000
|
+
exports.CreateTapePool$ = CreateTapePool$;
|
|
3915
4001
|
exports.CreateTapePoolCommand = CreateTapePoolCommand;
|
|
4002
|
+
exports.CreateTapePoolInput$ = CreateTapePoolInput$;
|
|
4003
|
+
exports.CreateTapePoolOutput$ = CreateTapePoolOutput$;
|
|
4004
|
+
exports.CreateTapeWithBarcode$ = CreateTapeWithBarcode$;
|
|
3916
4005
|
exports.CreateTapeWithBarcodeCommand = CreateTapeWithBarcodeCommand;
|
|
4006
|
+
exports.CreateTapeWithBarcodeInput$ = CreateTapeWithBarcodeInput$;
|
|
4007
|
+
exports.CreateTapeWithBarcodeOutput$ = CreateTapeWithBarcodeOutput$;
|
|
4008
|
+
exports.CreateTapes$ = CreateTapes$;
|
|
3917
4009
|
exports.CreateTapesCommand = CreateTapesCommand;
|
|
4010
|
+
exports.CreateTapesInput$ = CreateTapesInput$;
|
|
4011
|
+
exports.CreateTapesOutput$ = CreateTapesOutput$;
|
|
4012
|
+
exports.DeleteAutomaticTapeCreationPolicy$ = DeleteAutomaticTapeCreationPolicy$;
|
|
3918
4013
|
exports.DeleteAutomaticTapeCreationPolicyCommand = DeleteAutomaticTapeCreationPolicyCommand;
|
|
4014
|
+
exports.DeleteAutomaticTapeCreationPolicyInput$ = DeleteAutomaticTapeCreationPolicyInput$;
|
|
4015
|
+
exports.DeleteAutomaticTapeCreationPolicyOutput$ = DeleteAutomaticTapeCreationPolicyOutput$;
|
|
4016
|
+
exports.DeleteBandwidthRateLimit$ = DeleteBandwidthRateLimit$;
|
|
3919
4017
|
exports.DeleteBandwidthRateLimitCommand = DeleteBandwidthRateLimitCommand;
|
|
4018
|
+
exports.DeleteBandwidthRateLimitInput$ = DeleteBandwidthRateLimitInput$;
|
|
4019
|
+
exports.DeleteBandwidthRateLimitOutput$ = DeleteBandwidthRateLimitOutput$;
|
|
4020
|
+
exports.DeleteCacheReport$ = DeleteCacheReport$;
|
|
3920
4021
|
exports.DeleteCacheReportCommand = DeleteCacheReportCommand;
|
|
4022
|
+
exports.DeleteCacheReportInput$ = DeleteCacheReportInput$;
|
|
4023
|
+
exports.DeleteCacheReportOutput$ = DeleteCacheReportOutput$;
|
|
4024
|
+
exports.DeleteChapCredentials$ = DeleteChapCredentials$;
|
|
3921
4025
|
exports.DeleteChapCredentialsCommand = DeleteChapCredentialsCommand;
|
|
4026
|
+
exports.DeleteChapCredentialsInput$ = DeleteChapCredentialsInput$;
|
|
4027
|
+
exports.DeleteChapCredentialsOutput$ = DeleteChapCredentialsOutput$;
|
|
4028
|
+
exports.DeleteFileShare$ = DeleteFileShare$;
|
|
3922
4029
|
exports.DeleteFileShareCommand = DeleteFileShareCommand;
|
|
4030
|
+
exports.DeleteFileShareInput$ = DeleteFileShareInput$;
|
|
4031
|
+
exports.DeleteFileShareOutput$ = DeleteFileShareOutput$;
|
|
4032
|
+
exports.DeleteGateway$ = DeleteGateway$;
|
|
3923
4033
|
exports.DeleteGatewayCommand = DeleteGatewayCommand;
|
|
4034
|
+
exports.DeleteGatewayInput$ = DeleteGatewayInput$;
|
|
4035
|
+
exports.DeleteGatewayOutput$ = DeleteGatewayOutput$;
|
|
4036
|
+
exports.DeleteSnapshotSchedule$ = DeleteSnapshotSchedule$;
|
|
3924
4037
|
exports.DeleteSnapshotScheduleCommand = DeleteSnapshotScheduleCommand;
|
|
4038
|
+
exports.DeleteSnapshotScheduleInput$ = DeleteSnapshotScheduleInput$;
|
|
4039
|
+
exports.DeleteSnapshotScheduleOutput$ = DeleteSnapshotScheduleOutput$;
|
|
4040
|
+
exports.DeleteTape$ = DeleteTape$;
|
|
4041
|
+
exports.DeleteTapeArchive$ = DeleteTapeArchive$;
|
|
3925
4042
|
exports.DeleteTapeArchiveCommand = DeleteTapeArchiveCommand;
|
|
4043
|
+
exports.DeleteTapeArchiveInput$ = DeleteTapeArchiveInput$;
|
|
4044
|
+
exports.DeleteTapeArchiveOutput$ = DeleteTapeArchiveOutput$;
|
|
3926
4045
|
exports.DeleteTapeCommand = DeleteTapeCommand;
|
|
4046
|
+
exports.DeleteTapeInput$ = DeleteTapeInput$;
|
|
4047
|
+
exports.DeleteTapeOutput$ = DeleteTapeOutput$;
|
|
4048
|
+
exports.DeleteTapePool$ = DeleteTapePool$;
|
|
3927
4049
|
exports.DeleteTapePoolCommand = DeleteTapePoolCommand;
|
|
4050
|
+
exports.DeleteTapePoolInput$ = DeleteTapePoolInput$;
|
|
4051
|
+
exports.DeleteTapePoolOutput$ = DeleteTapePoolOutput$;
|
|
4052
|
+
exports.DeleteVolume$ = DeleteVolume$;
|
|
3928
4053
|
exports.DeleteVolumeCommand = DeleteVolumeCommand;
|
|
4054
|
+
exports.DeleteVolumeInput$ = DeleteVolumeInput$;
|
|
4055
|
+
exports.DeleteVolumeOutput$ = DeleteVolumeOutput$;
|
|
4056
|
+
exports.DescribeAvailabilityMonitorTest$ = DescribeAvailabilityMonitorTest$;
|
|
3929
4057
|
exports.DescribeAvailabilityMonitorTestCommand = DescribeAvailabilityMonitorTestCommand;
|
|
4058
|
+
exports.DescribeAvailabilityMonitorTestInput$ = DescribeAvailabilityMonitorTestInput$;
|
|
4059
|
+
exports.DescribeAvailabilityMonitorTestOutput$ = DescribeAvailabilityMonitorTestOutput$;
|
|
4060
|
+
exports.DescribeBandwidthRateLimit$ = DescribeBandwidthRateLimit$;
|
|
3930
4061
|
exports.DescribeBandwidthRateLimitCommand = DescribeBandwidthRateLimitCommand;
|
|
4062
|
+
exports.DescribeBandwidthRateLimitInput$ = DescribeBandwidthRateLimitInput$;
|
|
4063
|
+
exports.DescribeBandwidthRateLimitOutput$ = DescribeBandwidthRateLimitOutput$;
|
|
4064
|
+
exports.DescribeBandwidthRateLimitSchedule$ = DescribeBandwidthRateLimitSchedule$;
|
|
3931
4065
|
exports.DescribeBandwidthRateLimitScheduleCommand = DescribeBandwidthRateLimitScheduleCommand;
|
|
4066
|
+
exports.DescribeBandwidthRateLimitScheduleInput$ = DescribeBandwidthRateLimitScheduleInput$;
|
|
4067
|
+
exports.DescribeBandwidthRateLimitScheduleOutput$ = DescribeBandwidthRateLimitScheduleOutput$;
|
|
4068
|
+
exports.DescribeCache$ = DescribeCache$;
|
|
3932
4069
|
exports.DescribeCacheCommand = DescribeCacheCommand;
|
|
4070
|
+
exports.DescribeCacheInput$ = DescribeCacheInput$;
|
|
4071
|
+
exports.DescribeCacheOutput$ = DescribeCacheOutput$;
|
|
4072
|
+
exports.DescribeCacheReport$ = DescribeCacheReport$;
|
|
3933
4073
|
exports.DescribeCacheReportCommand = DescribeCacheReportCommand;
|
|
4074
|
+
exports.DescribeCacheReportInput$ = DescribeCacheReportInput$;
|
|
4075
|
+
exports.DescribeCacheReportOutput$ = DescribeCacheReportOutput$;
|
|
4076
|
+
exports.DescribeCachediSCSIVolumes$ = DescribeCachediSCSIVolumes$;
|
|
3934
4077
|
exports.DescribeCachediSCSIVolumesCommand = DescribeCachediSCSIVolumesCommand;
|
|
4078
|
+
exports.DescribeCachediSCSIVolumesInput$ = DescribeCachediSCSIVolumesInput$;
|
|
4079
|
+
exports.DescribeCachediSCSIVolumesOutput$ = DescribeCachediSCSIVolumesOutput$;
|
|
4080
|
+
exports.DescribeChapCredentials$ = DescribeChapCredentials$;
|
|
3935
4081
|
exports.DescribeChapCredentialsCommand = DescribeChapCredentialsCommand;
|
|
4082
|
+
exports.DescribeChapCredentialsInput$ = DescribeChapCredentialsInput$;
|
|
4083
|
+
exports.DescribeChapCredentialsOutput$ = DescribeChapCredentialsOutput$;
|
|
4084
|
+
exports.DescribeFileSystemAssociations$ = DescribeFileSystemAssociations$;
|
|
3936
4085
|
exports.DescribeFileSystemAssociationsCommand = DescribeFileSystemAssociationsCommand;
|
|
4086
|
+
exports.DescribeFileSystemAssociationsInput$ = DescribeFileSystemAssociationsInput$;
|
|
4087
|
+
exports.DescribeFileSystemAssociationsOutput$ = DescribeFileSystemAssociationsOutput$;
|
|
4088
|
+
exports.DescribeGatewayInformation$ = DescribeGatewayInformation$;
|
|
3937
4089
|
exports.DescribeGatewayInformationCommand = DescribeGatewayInformationCommand;
|
|
4090
|
+
exports.DescribeGatewayInformationInput$ = DescribeGatewayInformationInput$;
|
|
4091
|
+
exports.DescribeGatewayInformationOutput$ = DescribeGatewayInformationOutput$;
|
|
4092
|
+
exports.DescribeMaintenanceStartTime$ = DescribeMaintenanceStartTime$;
|
|
3938
4093
|
exports.DescribeMaintenanceStartTimeCommand = DescribeMaintenanceStartTimeCommand;
|
|
4094
|
+
exports.DescribeMaintenanceStartTimeInput$ = DescribeMaintenanceStartTimeInput$;
|
|
4095
|
+
exports.DescribeMaintenanceStartTimeOutput$ = DescribeMaintenanceStartTimeOutput$;
|
|
4096
|
+
exports.DescribeNFSFileShares$ = DescribeNFSFileShares$;
|
|
3939
4097
|
exports.DescribeNFSFileSharesCommand = DescribeNFSFileSharesCommand;
|
|
4098
|
+
exports.DescribeNFSFileSharesInput$ = DescribeNFSFileSharesInput$;
|
|
4099
|
+
exports.DescribeNFSFileSharesOutput$ = DescribeNFSFileSharesOutput$;
|
|
4100
|
+
exports.DescribeSMBFileShares$ = DescribeSMBFileShares$;
|
|
3940
4101
|
exports.DescribeSMBFileSharesCommand = DescribeSMBFileSharesCommand;
|
|
4102
|
+
exports.DescribeSMBFileSharesInput$ = DescribeSMBFileSharesInput$;
|
|
4103
|
+
exports.DescribeSMBFileSharesOutput$ = DescribeSMBFileSharesOutput$;
|
|
4104
|
+
exports.DescribeSMBSettings$ = DescribeSMBSettings$;
|
|
3941
4105
|
exports.DescribeSMBSettingsCommand = DescribeSMBSettingsCommand;
|
|
4106
|
+
exports.DescribeSMBSettingsInput$ = DescribeSMBSettingsInput$;
|
|
4107
|
+
exports.DescribeSMBSettingsOutput$ = DescribeSMBSettingsOutput$;
|
|
4108
|
+
exports.DescribeSnapshotSchedule$ = DescribeSnapshotSchedule$;
|
|
3942
4109
|
exports.DescribeSnapshotScheduleCommand = DescribeSnapshotScheduleCommand;
|
|
4110
|
+
exports.DescribeSnapshotScheduleInput$ = DescribeSnapshotScheduleInput$;
|
|
4111
|
+
exports.DescribeSnapshotScheduleOutput$ = DescribeSnapshotScheduleOutput$;
|
|
4112
|
+
exports.DescribeStorediSCSIVolumes$ = DescribeStorediSCSIVolumes$;
|
|
3943
4113
|
exports.DescribeStorediSCSIVolumesCommand = DescribeStorediSCSIVolumesCommand;
|
|
4114
|
+
exports.DescribeStorediSCSIVolumesInput$ = DescribeStorediSCSIVolumesInput$;
|
|
4115
|
+
exports.DescribeStorediSCSIVolumesOutput$ = DescribeStorediSCSIVolumesOutput$;
|
|
4116
|
+
exports.DescribeTapeArchives$ = DescribeTapeArchives$;
|
|
3944
4117
|
exports.DescribeTapeArchivesCommand = DescribeTapeArchivesCommand;
|
|
4118
|
+
exports.DescribeTapeArchivesInput$ = DescribeTapeArchivesInput$;
|
|
4119
|
+
exports.DescribeTapeArchivesOutput$ = DescribeTapeArchivesOutput$;
|
|
4120
|
+
exports.DescribeTapeRecoveryPoints$ = DescribeTapeRecoveryPoints$;
|
|
3945
4121
|
exports.DescribeTapeRecoveryPointsCommand = DescribeTapeRecoveryPointsCommand;
|
|
4122
|
+
exports.DescribeTapeRecoveryPointsInput$ = DescribeTapeRecoveryPointsInput$;
|
|
4123
|
+
exports.DescribeTapeRecoveryPointsOutput$ = DescribeTapeRecoveryPointsOutput$;
|
|
4124
|
+
exports.DescribeTapes$ = DescribeTapes$;
|
|
3946
4125
|
exports.DescribeTapesCommand = DescribeTapesCommand;
|
|
4126
|
+
exports.DescribeTapesInput$ = DescribeTapesInput$;
|
|
4127
|
+
exports.DescribeTapesOutput$ = DescribeTapesOutput$;
|
|
4128
|
+
exports.DescribeUploadBuffer$ = DescribeUploadBuffer$;
|
|
3947
4129
|
exports.DescribeUploadBufferCommand = DescribeUploadBufferCommand;
|
|
4130
|
+
exports.DescribeUploadBufferInput$ = DescribeUploadBufferInput$;
|
|
4131
|
+
exports.DescribeUploadBufferOutput$ = DescribeUploadBufferOutput$;
|
|
4132
|
+
exports.DescribeVTLDevices$ = DescribeVTLDevices$;
|
|
3948
4133
|
exports.DescribeVTLDevicesCommand = DescribeVTLDevicesCommand;
|
|
4134
|
+
exports.DescribeVTLDevicesInput$ = DescribeVTLDevicesInput$;
|
|
4135
|
+
exports.DescribeVTLDevicesOutput$ = DescribeVTLDevicesOutput$;
|
|
4136
|
+
exports.DescribeWorkingStorage$ = DescribeWorkingStorage$;
|
|
3949
4137
|
exports.DescribeWorkingStorageCommand = DescribeWorkingStorageCommand;
|
|
4138
|
+
exports.DescribeWorkingStorageInput$ = DescribeWorkingStorageInput$;
|
|
4139
|
+
exports.DescribeWorkingStorageOutput$ = DescribeWorkingStorageOutput$;
|
|
4140
|
+
exports.DetachVolume$ = DetachVolume$;
|
|
3950
4141
|
exports.DetachVolumeCommand = DetachVolumeCommand;
|
|
4142
|
+
exports.DetachVolumeInput$ = DetachVolumeInput$;
|
|
4143
|
+
exports.DetachVolumeOutput$ = DetachVolumeOutput$;
|
|
4144
|
+
exports.DeviceiSCSIAttributes$ = DeviceiSCSIAttributes$;
|
|
4145
|
+
exports.DisableGateway$ = DisableGateway$;
|
|
3951
4146
|
exports.DisableGatewayCommand = DisableGatewayCommand;
|
|
4147
|
+
exports.DisableGatewayInput$ = DisableGatewayInput$;
|
|
4148
|
+
exports.DisableGatewayOutput$ = DisableGatewayOutput$;
|
|
4149
|
+
exports.DisassociateFileSystem$ = DisassociateFileSystem$;
|
|
3952
4150
|
exports.DisassociateFileSystemCommand = DisassociateFileSystemCommand;
|
|
4151
|
+
exports.DisassociateFileSystemInput$ = DisassociateFileSystemInput$;
|
|
4152
|
+
exports.DisassociateFileSystemOutput$ = DisassociateFileSystemOutput$;
|
|
4153
|
+
exports.Disk$ = Disk$;
|
|
3953
4154
|
exports.EncryptionType = EncryptionType;
|
|
4155
|
+
exports.EndpointNetworkConfiguration$ = EndpointNetworkConfiguration$;
|
|
3954
4156
|
exports.ErrorCode = ErrorCode;
|
|
4157
|
+
exports.EvictFilesFailingUpload$ = EvictFilesFailingUpload$;
|
|
3955
4158
|
exports.EvictFilesFailingUploadCommand = EvictFilesFailingUploadCommand;
|
|
4159
|
+
exports.EvictFilesFailingUploadInput$ = EvictFilesFailingUploadInput$;
|
|
4160
|
+
exports.EvictFilesFailingUploadOutput$ = EvictFilesFailingUploadOutput$;
|
|
4161
|
+
exports.FileShareInfo$ = FileShareInfo$;
|
|
3956
4162
|
exports.FileShareType = FileShareType;
|
|
4163
|
+
exports.FileSystemAssociationInfo$ = FileSystemAssociationInfo$;
|
|
4164
|
+
exports.FileSystemAssociationStatusDetail$ = FileSystemAssociationStatusDetail$;
|
|
4165
|
+
exports.FileSystemAssociationSummary$ = FileSystemAssociationSummary$;
|
|
3957
4166
|
exports.GatewayCapacity = GatewayCapacity;
|
|
4167
|
+
exports.GatewayInfo$ = GatewayInfo$;
|
|
3958
4168
|
exports.HostEnvironment = HostEnvironment;
|
|
3959
|
-
exports.InternalServerError = InternalServerError
|
|
3960
|
-
exports.
|
|
4169
|
+
exports.InternalServerError = InternalServerError;
|
|
4170
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
4171
|
+
exports.InvalidGatewayRequestException = InvalidGatewayRequestException;
|
|
4172
|
+
exports.InvalidGatewayRequestException$ = InvalidGatewayRequestException$;
|
|
4173
|
+
exports.JoinDomain$ = JoinDomain$;
|
|
3961
4174
|
exports.JoinDomainCommand = JoinDomainCommand;
|
|
4175
|
+
exports.JoinDomainInput$ = JoinDomainInput$;
|
|
4176
|
+
exports.JoinDomainOutput$ = JoinDomainOutput$;
|
|
4177
|
+
exports.ListAutomaticTapeCreationPolicies$ = ListAutomaticTapeCreationPolicies$;
|
|
3962
4178
|
exports.ListAutomaticTapeCreationPoliciesCommand = ListAutomaticTapeCreationPoliciesCommand;
|
|
4179
|
+
exports.ListAutomaticTapeCreationPoliciesInput$ = ListAutomaticTapeCreationPoliciesInput$;
|
|
4180
|
+
exports.ListAutomaticTapeCreationPoliciesOutput$ = ListAutomaticTapeCreationPoliciesOutput$;
|
|
4181
|
+
exports.ListCacheReports$ = ListCacheReports$;
|
|
3963
4182
|
exports.ListCacheReportsCommand = ListCacheReportsCommand;
|
|
4183
|
+
exports.ListCacheReportsInput$ = ListCacheReportsInput$;
|
|
4184
|
+
exports.ListCacheReportsOutput$ = ListCacheReportsOutput$;
|
|
4185
|
+
exports.ListFileShares$ = ListFileShares$;
|
|
3964
4186
|
exports.ListFileSharesCommand = ListFileSharesCommand;
|
|
4187
|
+
exports.ListFileSharesInput$ = ListFileSharesInput$;
|
|
4188
|
+
exports.ListFileSharesOutput$ = ListFileSharesOutput$;
|
|
4189
|
+
exports.ListFileSystemAssociations$ = ListFileSystemAssociations$;
|
|
3965
4190
|
exports.ListFileSystemAssociationsCommand = ListFileSystemAssociationsCommand;
|
|
4191
|
+
exports.ListFileSystemAssociationsInput$ = ListFileSystemAssociationsInput$;
|
|
4192
|
+
exports.ListFileSystemAssociationsOutput$ = ListFileSystemAssociationsOutput$;
|
|
4193
|
+
exports.ListGateways$ = ListGateways$;
|
|
3966
4194
|
exports.ListGatewaysCommand = ListGatewaysCommand;
|
|
4195
|
+
exports.ListGatewaysInput$ = ListGatewaysInput$;
|
|
4196
|
+
exports.ListGatewaysOutput$ = ListGatewaysOutput$;
|
|
4197
|
+
exports.ListLocalDisks$ = ListLocalDisks$;
|
|
3967
4198
|
exports.ListLocalDisksCommand = ListLocalDisksCommand;
|
|
4199
|
+
exports.ListLocalDisksInput$ = ListLocalDisksInput$;
|
|
4200
|
+
exports.ListLocalDisksOutput$ = ListLocalDisksOutput$;
|
|
4201
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3968
4202
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4203
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
4204
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
4205
|
+
exports.ListTapePools$ = ListTapePools$;
|
|
3969
4206
|
exports.ListTapePoolsCommand = ListTapePoolsCommand;
|
|
4207
|
+
exports.ListTapePoolsInput$ = ListTapePoolsInput$;
|
|
4208
|
+
exports.ListTapePoolsOutput$ = ListTapePoolsOutput$;
|
|
4209
|
+
exports.ListTapes$ = ListTapes$;
|
|
3970
4210
|
exports.ListTapesCommand = ListTapesCommand;
|
|
4211
|
+
exports.ListTapesInput$ = ListTapesInput$;
|
|
4212
|
+
exports.ListTapesOutput$ = ListTapesOutput$;
|
|
4213
|
+
exports.ListVolumeInitiators$ = ListVolumeInitiators$;
|
|
3971
4214
|
exports.ListVolumeInitiatorsCommand = ListVolumeInitiatorsCommand;
|
|
4215
|
+
exports.ListVolumeInitiatorsInput$ = ListVolumeInitiatorsInput$;
|
|
4216
|
+
exports.ListVolumeInitiatorsOutput$ = ListVolumeInitiatorsOutput$;
|
|
4217
|
+
exports.ListVolumeRecoveryPoints$ = ListVolumeRecoveryPoints$;
|
|
3972
4218
|
exports.ListVolumeRecoveryPointsCommand = ListVolumeRecoveryPointsCommand;
|
|
4219
|
+
exports.ListVolumeRecoveryPointsInput$ = ListVolumeRecoveryPointsInput$;
|
|
4220
|
+
exports.ListVolumeRecoveryPointsOutput$ = ListVolumeRecoveryPointsOutput$;
|
|
4221
|
+
exports.ListVolumes$ = ListVolumes$;
|
|
3973
4222
|
exports.ListVolumesCommand = ListVolumesCommand;
|
|
4223
|
+
exports.ListVolumesInput$ = ListVolumesInput$;
|
|
4224
|
+
exports.ListVolumesOutput$ = ListVolumesOutput$;
|
|
4225
|
+
exports.NFSFileShareDefaults$ = NFSFileShareDefaults$;
|
|
4226
|
+
exports.NFSFileShareInfo$ = NFSFileShareInfo$;
|
|
4227
|
+
exports.NetworkInterface$ = NetworkInterface$;
|
|
4228
|
+
exports.NotifyWhenUploaded$ = NotifyWhenUploaded$;
|
|
3974
4229
|
exports.NotifyWhenUploadedCommand = NotifyWhenUploadedCommand;
|
|
4230
|
+
exports.NotifyWhenUploadedInput$ = NotifyWhenUploadedInput$;
|
|
4231
|
+
exports.NotifyWhenUploadedOutput$ = NotifyWhenUploadedOutput$;
|
|
3975
4232
|
exports.ObjectACL = ObjectACL;
|
|
4233
|
+
exports.PoolInfo$ = PoolInfo$;
|
|
3976
4234
|
exports.PoolStatus = PoolStatus;
|
|
4235
|
+
exports.RefreshCache$ = RefreshCache$;
|
|
3977
4236
|
exports.RefreshCacheCommand = RefreshCacheCommand;
|
|
4237
|
+
exports.RefreshCacheInput$ = RefreshCacheInput$;
|
|
4238
|
+
exports.RefreshCacheOutput$ = RefreshCacheOutput$;
|
|
4239
|
+
exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
|
|
3978
4240
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
4241
|
+
exports.RemoveTagsFromResourceInput$ = RemoveTagsFromResourceInput$;
|
|
4242
|
+
exports.RemoveTagsFromResourceOutput$ = RemoveTagsFromResourceOutput$;
|
|
4243
|
+
exports.ResetCache$ = ResetCache$;
|
|
3979
4244
|
exports.ResetCacheCommand = ResetCacheCommand;
|
|
4245
|
+
exports.ResetCacheInput$ = ResetCacheInput$;
|
|
4246
|
+
exports.ResetCacheOutput$ = ResetCacheOutput$;
|
|
3980
4247
|
exports.RetentionLockType = RetentionLockType;
|
|
4248
|
+
exports.RetrieveTapeArchive$ = RetrieveTapeArchive$;
|
|
3981
4249
|
exports.RetrieveTapeArchiveCommand = RetrieveTapeArchiveCommand;
|
|
4250
|
+
exports.RetrieveTapeArchiveInput$ = RetrieveTapeArchiveInput$;
|
|
4251
|
+
exports.RetrieveTapeArchiveOutput$ = RetrieveTapeArchiveOutput$;
|
|
4252
|
+
exports.RetrieveTapeRecoveryPoint$ = RetrieveTapeRecoveryPoint$;
|
|
3982
4253
|
exports.RetrieveTapeRecoveryPointCommand = RetrieveTapeRecoveryPointCommand;
|
|
4254
|
+
exports.RetrieveTapeRecoveryPointInput$ = RetrieveTapeRecoveryPointInput$;
|
|
4255
|
+
exports.RetrieveTapeRecoveryPointOutput$ = RetrieveTapeRecoveryPointOutput$;
|
|
4256
|
+
exports.SMBFileShareInfo$ = SMBFileShareInfo$;
|
|
4257
|
+
exports.SMBLocalGroups$ = SMBLocalGroups$;
|
|
3983
4258
|
exports.SMBSecurityStrategy = SMBSecurityStrategy;
|
|
3984
|
-
exports.ServiceUnavailableError = ServiceUnavailableError
|
|
4259
|
+
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
4260
|
+
exports.ServiceUnavailableError$ = ServiceUnavailableError$;
|
|
4261
|
+
exports.SetLocalConsolePassword$ = SetLocalConsolePassword$;
|
|
3985
4262
|
exports.SetLocalConsolePasswordCommand = SetLocalConsolePasswordCommand;
|
|
4263
|
+
exports.SetLocalConsolePasswordInput$ = SetLocalConsolePasswordInput$;
|
|
4264
|
+
exports.SetLocalConsolePasswordOutput$ = SetLocalConsolePasswordOutput$;
|
|
4265
|
+
exports.SetSMBGuestPassword$ = SetSMBGuestPassword$;
|
|
3986
4266
|
exports.SetSMBGuestPasswordCommand = SetSMBGuestPasswordCommand;
|
|
4267
|
+
exports.SetSMBGuestPasswordInput$ = SetSMBGuestPasswordInput$;
|
|
4268
|
+
exports.SetSMBGuestPasswordOutput$ = SetSMBGuestPasswordOutput$;
|
|
4269
|
+
exports.ShutdownGateway$ = ShutdownGateway$;
|
|
3987
4270
|
exports.ShutdownGatewayCommand = ShutdownGatewayCommand;
|
|
4271
|
+
exports.ShutdownGatewayInput$ = ShutdownGatewayInput$;
|
|
4272
|
+
exports.ShutdownGatewayOutput$ = ShutdownGatewayOutput$;
|
|
4273
|
+
exports.SoftwareUpdatePreferences$ = SoftwareUpdatePreferences$;
|
|
4274
|
+
exports.StartAvailabilityMonitorTest$ = StartAvailabilityMonitorTest$;
|
|
3988
4275
|
exports.StartAvailabilityMonitorTestCommand = StartAvailabilityMonitorTestCommand;
|
|
4276
|
+
exports.StartAvailabilityMonitorTestInput$ = StartAvailabilityMonitorTestInput$;
|
|
4277
|
+
exports.StartAvailabilityMonitorTestOutput$ = StartAvailabilityMonitorTestOutput$;
|
|
4278
|
+
exports.StartCacheReport$ = StartCacheReport$;
|
|
3989
4279
|
exports.StartCacheReportCommand = StartCacheReportCommand;
|
|
4280
|
+
exports.StartCacheReportInput$ = StartCacheReportInput$;
|
|
4281
|
+
exports.StartCacheReportOutput$ = StartCacheReportOutput$;
|
|
4282
|
+
exports.StartGateway$ = StartGateway$;
|
|
3990
4283
|
exports.StartGatewayCommand = StartGatewayCommand;
|
|
4284
|
+
exports.StartGatewayInput$ = StartGatewayInput$;
|
|
4285
|
+
exports.StartGatewayOutput$ = StartGatewayOutput$;
|
|
3991
4286
|
exports.StorageGateway = StorageGateway;
|
|
3992
4287
|
exports.StorageGatewayClient = StorageGatewayClient;
|
|
3993
|
-
exports.
|
|
4288
|
+
exports.StorageGatewayError$ = StorageGatewayError$;
|
|
4289
|
+
exports.StorageGatewayServiceException = StorageGatewayServiceException;
|
|
4290
|
+
exports.StorageGatewayServiceException$ = StorageGatewayServiceException$;
|
|
4291
|
+
exports.StorediSCSIVolume$ = StorediSCSIVolume$;
|
|
4292
|
+
exports.Tag$ = Tag$;
|
|
4293
|
+
exports.Tape$ = Tape$;
|
|
4294
|
+
exports.TapeArchive$ = TapeArchive$;
|
|
4295
|
+
exports.TapeInfo$ = TapeInfo$;
|
|
4296
|
+
exports.TapeRecoveryPointInfo$ = TapeRecoveryPointInfo$;
|
|
3994
4297
|
exports.TapeStorageClass = TapeStorageClass;
|
|
4298
|
+
exports.UpdateAutomaticTapeCreationPolicy$ = UpdateAutomaticTapeCreationPolicy$;
|
|
3995
4299
|
exports.UpdateAutomaticTapeCreationPolicyCommand = UpdateAutomaticTapeCreationPolicyCommand;
|
|
4300
|
+
exports.UpdateAutomaticTapeCreationPolicyInput$ = UpdateAutomaticTapeCreationPolicyInput$;
|
|
4301
|
+
exports.UpdateAutomaticTapeCreationPolicyOutput$ = UpdateAutomaticTapeCreationPolicyOutput$;
|
|
4302
|
+
exports.UpdateBandwidthRateLimit$ = UpdateBandwidthRateLimit$;
|
|
3996
4303
|
exports.UpdateBandwidthRateLimitCommand = UpdateBandwidthRateLimitCommand;
|
|
4304
|
+
exports.UpdateBandwidthRateLimitInput$ = UpdateBandwidthRateLimitInput$;
|
|
4305
|
+
exports.UpdateBandwidthRateLimitOutput$ = UpdateBandwidthRateLimitOutput$;
|
|
4306
|
+
exports.UpdateBandwidthRateLimitSchedule$ = UpdateBandwidthRateLimitSchedule$;
|
|
3997
4307
|
exports.UpdateBandwidthRateLimitScheduleCommand = UpdateBandwidthRateLimitScheduleCommand;
|
|
4308
|
+
exports.UpdateBandwidthRateLimitScheduleInput$ = UpdateBandwidthRateLimitScheduleInput$;
|
|
4309
|
+
exports.UpdateBandwidthRateLimitScheduleOutput$ = UpdateBandwidthRateLimitScheduleOutput$;
|
|
4310
|
+
exports.UpdateChapCredentials$ = UpdateChapCredentials$;
|
|
3998
4311
|
exports.UpdateChapCredentialsCommand = UpdateChapCredentialsCommand;
|
|
4312
|
+
exports.UpdateChapCredentialsInput$ = UpdateChapCredentialsInput$;
|
|
4313
|
+
exports.UpdateChapCredentialsOutput$ = UpdateChapCredentialsOutput$;
|
|
4314
|
+
exports.UpdateFileSystemAssociation$ = UpdateFileSystemAssociation$;
|
|
3999
4315
|
exports.UpdateFileSystemAssociationCommand = UpdateFileSystemAssociationCommand;
|
|
4316
|
+
exports.UpdateFileSystemAssociationInput$ = UpdateFileSystemAssociationInput$;
|
|
4317
|
+
exports.UpdateFileSystemAssociationOutput$ = UpdateFileSystemAssociationOutput$;
|
|
4318
|
+
exports.UpdateGatewayInformation$ = UpdateGatewayInformation$;
|
|
4000
4319
|
exports.UpdateGatewayInformationCommand = UpdateGatewayInformationCommand;
|
|
4320
|
+
exports.UpdateGatewayInformationInput$ = UpdateGatewayInformationInput$;
|
|
4321
|
+
exports.UpdateGatewayInformationOutput$ = UpdateGatewayInformationOutput$;
|
|
4322
|
+
exports.UpdateGatewaySoftwareNow$ = UpdateGatewaySoftwareNow$;
|
|
4001
4323
|
exports.UpdateGatewaySoftwareNowCommand = UpdateGatewaySoftwareNowCommand;
|
|
4324
|
+
exports.UpdateGatewaySoftwareNowInput$ = UpdateGatewaySoftwareNowInput$;
|
|
4325
|
+
exports.UpdateGatewaySoftwareNowOutput$ = UpdateGatewaySoftwareNowOutput$;
|
|
4326
|
+
exports.UpdateMaintenanceStartTime$ = UpdateMaintenanceStartTime$;
|
|
4002
4327
|
exports.UpdateMaintenanceStartTimeCommand = UpdateMaintenanceStartTimeCommand;
|
|
4328
|
+
exports.UpdateMaintenanceStartTimeInput$ = UpdateMaintenanceStartTimeInput$;
|
|
4329
|
+
exports.UpdateMaintenanceStartTimeOutput$ = UpdateMaintenanceStartTimeOutput$;
|
|
4330
|
+
exports.UpdateNFSFileShare$ = UpdateNFSFileShare$;
|
|
4003
4331
|
exports.UpdateNFSFileShareCommand = UpdateNFSFileShareCommand;
|
|
4332
|
+
exports.UpdateNFSFileShareInput$ = UpdateNFSFileShareInput$;
|
|
4333
|
+
exports.UpdateNFSFileShareOutput$ = UpdateNFSFileShareOutput$;
|
|
4334
|
+
exports.UpdateSMBFileShare$ = UpdateSMBFileShare$;
|
|
4004
4335
|
exports.UpdateSMBFileShareCommand = UpdateSMBFileShareCommand;
|
|
4336
|
+
exports.UpdateSMBFileShareInput$ = UpdateSMBFileShareInput$;
|
|
4337
|
+
exports.UpdateSMBFileShareOutput$ = UpdateSMBFileShareOutput$;
|
|
4338
|
+
exports.UpdateSMBFileShareVisibility$ = UpdateSMBFileShareVisibility$;
|
|
4005
4339
|
exports.UpdateSMBFileShareVisibilityCommand = UpdateSMBFileShareVisibilityCommand;
|
|
4340
|
+
exports.UpdateSMBFileShareVisibilityInput$ = UpdateSMBFileShareVisibilityInput$;
|
|
4341
|
+
exports.UpdateSMBFileShareVisibilityOutput$ = UpdateSMBFileShareVisibilityOutput$;
|
|
4342
|
+
exports.UpdateSMBLocalGroups$ = UpdateSMBLocalGroups$;
|
|
4006
4343
|
exports.UpdateSMBLocalGroupsCommand = UpdateSMBLocalGroupsCommand;
|
|
4344
|
+
exports.UpdateSMBLocalGroupsInput$ = UpdateSMBLocalGroupsInput$;
|
|
4345
|
+
exports.UpdateSMBLocalGroupsOutput$ = UpdateSMBLocalGroupsOutput$;
|
|
4346
|
+
exports.UpdateSMBSecurityStrategy$ = UpdateSMBSecurityStrategy$;
|
|
4007
4347
|
exports.UpdateSMBSecurityStrategyCommand = UpdateSMBSecurityStrategyCommand;
|
|
4348
|
+
exports.UpdateSMBSecurityStrategyInput$ = UpdateSMBSecurityStrategyInput$;
|
|
4349
|
+
exports.UpdateSMBSecurityStrategyOutput$ = UpdateSMBSecurityStrategyOutput$;
|
|
4350
|
+
exports.UpdateSnapshotSchedule$ = UpdateSnapshotSchedule$;
|
|
4008
4351
|
exports.UpdateSnapshotScheduleCommand = UpdateSnapshotScheduleCommand;
|
|
4352
|
+
exports.UpdateSnapshotScheduleInput$ = UpdateSnapshotScheduleInput$;
|
|
4353
|
+
exports.UpdateSnapshotScheduleOutput$ = UpdateSnapshotScheduleOutput$;
|
|
4354
|
+
exports.UpdateVTLDeviceType$ = UpdateVTLDeviceType$;
|
|
4009
4355
|
exports.UpdateVTLDeviceTypeCommand = UpdateVTLDeviceTypeCommand;
|
|
4356
|
+
exports.UpdateVTLDeviceTypeInput$ = UpdateVTLDeviceTypeInput$;
|
|
4357
|
+
exports.UpdateVTLDeviceTypeOutput$ = UpdateVTLDeviceTypeOutput$;
|
|
4358
|
+
exports.VTLDevice$ = VTLDevice$;
|
|
4359
|
+
exports.VolumeInfo$ = VolumeInfo$;
|
|
4360
|
+
exports.VolumeRecoveryPointInfo$ = VolumeRecoveryPointInfo$;
|
|
4361
|
+
exports.VolumeiSCSIAttributes$ = VolumeiSCSIAttributes$;
|
|
4010
4362
|
exports.paginateDescribeTapeArchives = paginateDescribeTapeArchives;
|
|
4011
4363
|
exports.paginateDescribeTapeRecoveryPoints = paginateDescribeTapeRecoveryPoints;
|
|
4012
4364
|
exports.paginateDescribeTapes = paginateDescribeTapes;
|