@aws-sdk/client-storage-gateway 3.933.0 → 3.935.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 +149 -148
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +148 -0
- package/dist-es/models/errors.js +43 -0
- package/dist-es/models/models_0.js +1 -191
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +276 -0
- package/dist-types/models/errors.d.ts +60 -0
- package/dist-types/models/models_0.d.ts +1 -335
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +176 -0
- package/dist-types/ts3.4/models/errors.d.ts +27 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -202
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,191 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const ErrorCode = {
|
|
3
|
-
ActivationKeyExpired: "ActivationKeyExpired",
|
|
4
|
-
ActivationKeyInvalid: "ActivationKeyInvalid",
|
|
5
|
-
ActivationKeyNotFound: "ActivationKeyNotFound",
|
|
6
|
-
AuthenticationFailure: "AuthenticationFailure",
|
|
7
|
-
BandwidthThrottleScheduleNotFound: "BandwidthThrottleScheduleNotFound",
|
|
8
|
-
Blocked: "Blocked",
|
|
9
|
-
CannotExportSnapshot: "CannotExportSnapshot",
|
|
10
|
-
ChapCredentialNotFound: "ChapCredentialNotFound",
|
|
11
|
-
DiskAlreadyAllocated: "DiskAlreadyAllocated",
|
|
12
|
-
DiskDoesNotExist: "DiskDoesNotExist",
|
|
13
|
-
DiskSizeGreaterThanVolumeMaxSize: "DiskSizeGreaterThanVolumeMaxSize",
|
|
14
|
-
DiskSizeLessThanVolumeSize: "DiskSizeLessThanVolumeSize",
|
|
15
|
-
DiskSizeNotGigAligned: "DiskSizeNotGigAligned",
|
|
16
|
-
DuplicateCertificateInfo: "DuplicateCertificateInfo",
|
|
17
|
-
DuplicateSchedule: "DuplicateSchedule",
|
|
18
|
-
EndpointNotFound: "EndpointNotFound",
|
|
19
|
-
GatewayInternalError: "GatewayInternalError",
|
|
20
|
-
GatewayNotConnected: "GatewayNotConnected",
|
|
21
|
-
GatewayNotFound: "GatewayNotFound",
|
|
22
|
-
GatewayProxyNetworkConnectionBusy: "GatewayProxyNetworkConnectionBusy",
|
|
23
|
-
IAMNotSupported: "IAMNotSupported",
|
|
24
|
-
InitiatorInvalid: "InitiatorInvalid",
|
|
25
|
-
InitiatorNotFound: "InitiatorNotFound",
|
|
26
|
-
InternalError: "InternalError",
|
|
27
|
-
InvalidEndpoint: "InvalidEndpoint",
|
|
28
|
-
InvalidGateway: "InvalidGateway",
|
|
29
|
-
InvalidParameters: "InvalidParameters",
|
|
30
|
-
InvalidSchedule: "InvalidSchedule",
|
|
31
|
-
JoinDomainInProgress: "JoinDomainInProgress",
|
|
32
|
-
LocalStorageLimitExceeded: "LocalStorageLimitExceeded",
|
|
33
|
-
LunAlreadyAllocated_: "LunAlreadyAllocated ",
|
|
34
|
-
LunInvalid: "LunInvalid",
|
|
35
|
-
MaximumContentLengthExceeded: "MaximumContentLengthExceeded",
|
|
36
|
-
MaximumTapeCartridgeCountExceeded: "MaximumTapeCartridgeCountExceeded",
|
|
37
|
-
MaximumVolumeCountExceeded: "MaximumVolumeCountExceeded",
|
|
38
|
-
NetworkConfigurationChanged: "NetworkConfigurationChanged",
|
|
39
|
-
NoDisksAvailable: "NoDisksAvailable",
|
|
40
|
-
NotImplemented: "NotImplemented",
|
|
41
|
-
NotSupported: "NotSupported",
|
|
42
|
-
OperationAborted: "OperationAborted",
|
|
43
|
-
OutdatedGateway: "OutdatedGateway",
|
|
44
|
-
ParametersNotImplemented: "ParametersNotImplemented",
|
|
45
|
-
RegionInvalid: "RegionInvalid",
|
|
46
|
-
RequestTimeout: "RequestTimeout",
|
|
47
|
-
ServiceUnavailable: "ServiceUnavailable",
|
|
48
|
-
SnapshotDeleted: "SnapshotDeleted",
|
|
49
|
-
SnapshotIdInvalid: "SnapshotIdInvalid",
|
|
50
|
-
SnapshotInProgress: "SnapshotInProgress",
|
|
51
|
-
SnapshotNotFound: "SnapshotNotFound",
|
|
52
|
-
SnapshotScheduleNotFound: "SnapshotScheduleNotFound",
|
|
53
|
-
StagingAreaFull: "StagingAreaFull",
|
|
54
|
-
StorageFailure: "StorageFailure",
|
|
55
|
-
TapeCartridgeNotFound: "TapeCartridgeNotFound",
|
|
56
|
-
TargetAlreadyExists: "TargetAlreadyExists",
|
|
57
|
-
TargetInvalid: "TargetInvalid",
|
|
58
|
-
TargetNotFound: "TargetNotFound",
|
|
59
|
-
UnauthorizedOperation: "UnauthorizedOperation",
|
|
60
|
-
VolumeAlreadyExists: "VolumeAlreadyExists",
|
|
61
|
-
VolumeIdInvalid: "VolumeIdInvalid",
|
|
62
|
-
VolumeInUse: "VolumeInUse",
|
|
63
|
-
VolumeNotFound: "VolumeNotFound",
|
|
64
|
-
VolumeNotReady: "VolumeNotReady",
|
|
65
|
-
};
|
|
66
|
-
export class InternalServerError extends __BaseException {
|
|
67
|
-
name = "InternalServerError";
|
|
68
|
-
$fault = "server";
|
|
69
|
-
error;
|
|
70
|
-
constructor(opts) {
|
|
71
|
-
super({
|
|
72
|
-
name: "InternalServerError",
|
|
73
|
-
$fault: "server",
|
|
74
|
-
...opts,
|
|
75
|
-
});
|
|
76
|
-
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
77
|
-
this.error = opts.error;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
export class InvalidGatewayRequestException extends __BaseException {
|
|
81
|
-
name = "InvalidGatewayRequestException";
|
|
82
|
-
$fault = "client";
|
|
83
|
-
error;
|
|
84
|
-
constructor(opts) {
|
|
85
|
-
super({
|
|
86
|
-
name: "InvalidGatewayRequestException",
|
|
87
|
-
$fault: "client",
|
|
88
|
-
...opts,
|
|
89
|
-
});
|
|
90
|
-
Object.setPrototypeOf(this, InvalidGatewayRequestException.prototype);
|
|
91
|
-
this.error = opts.error;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
export const ActiveDirectoryStatus = {
|
|
95
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
96
|
-
DETACHED: "DETACHED",
|
|
97
|
-
INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
|
|
98
|
-
JOINED: "JOINED",
|
|
99
|
-
JOINING: "JOINING",
|
|
100
|
-
NETWORK_ERROR: "NETWORK_ERROR",
|
|
101
|
-
TIMEOUT: "TIMEOUT",
|
|
102
|
-
UNKNOWN_ERROR: "UNKNOWN_ERROR",
|
|
103
|
-
};
|
|
104
|
-
export const AutomaticUpdatePolicy = {
|
|
105
|
-
ALL_VERSIONS: "ALL_VERSIONS",
|
|
106
|
-
EMERGENCY_VERSIONS_ONLY: "EMERGENCY_VERSIONS_ONLY",
|
|
107
|
-
};
|
|
108
|
-
export const AvailabilityMonitorTestStatus = {
|
|
109
|
-
COMPLETE: "COMPLETE",
|
|
110
|
-
FAILED: "FAILED",
|
|
111
|
-
PENDING: "PENDING",
|
|
112
|
-
};
|
|
113
|
-
export const CacheReportFilterName = {
|
|
114
|
-
UploadFailureReason: "UploadFailureReason",
|
|
115
|
-
UploadState: "UploadState",
|
|
116
|
-
};
|
|
117
|
-
export const CacheReportStatus = {
|
|
118
|
-
CANCELED: "CANCELED",
|
|
119
|
-
COMPLETED: "COMPLETED",
|
|
120
|
-
ERROR: "ERROR",
|
|
121
|
-
FAILED: "FAILED",
|
|
122
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
123
|
-
};
|
|
124
|
-
export const CaseSensitivity = {
|
|
125
|
-
CaseSensitive: "CaseSensitive",
|
|
126
|
-
ClientSpecified: "ClientSpecified",
|
|
127
|
-
};
|
|
128
|
-
export const EncryptionType = {
|
|
129
|
-
DsseKms: "DsseKms",
|
|
130
|
-
SseKms: "SseKms",
|
|
131
|
-
SseS3: "SseS3",
|
|
132
|
-
};
|
|
133
|
-
export const ObjectACL = {
|
|
134
|
-
authenticated_read: "authenticated-read",
|
|
135
|
-
aws_exec_read: "aws-exec-read",
|
|
136
|
-
bucket_owner_full_control: "bucket-owner-full-control",
|
|
137
|
-
bucket_owner_read: "bucket-owner-read",
|
|
138
|
-
private: "private",
|
|
139
|
-
public_read: "public-read",
|
|
140
|
-
public_read_write: "public-read-write",
|
|
141
|
-
};
|
|
142
|
-
export class ServiceUnavailableError extends __BaseException {
|
|
143
|
-
name = "ServiceUnavailableError";
|
|
144
|
-
$fault = "server";
|
|
145
|
-
error;
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "ServiceUnavailableError",
|
|
149
|
-
$fault: "server",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, ServiceUnavailableError.prototype);
|
|
153
|
-
this.error = opts.error;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
export const RetentionLockType = {
|
|
157
|
-
COMPLIANCE: "COMPLIANCE",
|
|
158
|
-
GOVERNANCE: "GOVERNANCE",
|
|
159
|
-
NONE: "NONE",
|
|
160
|
-
};
|
|
161
|
-
export const TapeStorageClass = {
|
|
162
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
163
|
-
GLACIER: "GLACIER",
|
|
164
|
-
};
|
|
165
|
-
export const GatewayCapacity = {
|
|
166
|
-
Large: "Large",
|
|
167
|
-
Medium: "Medium",
|
|
168
|
-
Small: "Small",
|
|
169
|
-
};
|
|
170
|
-
export const HostEnvironment = {
|
|
171
|
-
EC2: "EC2",
|
|
172
|
-
HYPER_V: "HYPER-V",
|
|
173
|
-
KVM: "KVM",
|
|
174
|
-
OTHER: "OTHER",
|
|
175
|
-
SNOWBALL: "SNOWBALL",
|
|
176
|
-
VMWARE: "VMWARE",
|
|
177
|
-
};
|
|
178
|
-
export const SMBSecurityStrategy = {
|
|
179
|
-
ClientSpecified: "ClientSpecified",
|
|
180
|
-
MandatoryEncryption: "MandatoryEncryption",
|
|
181
|
-
MandatoryEncryptionNoAes128: "MandatoryEncryptionNoAes128",
|
|
182
|
-
MandatorySigning: "MandatorySigning",
|
|
183
|
-
};
|
|
184
|
-
export const FileShareType = {
|
|
185
|
-
NFS: "NFS",
|
|
186
|
-
SMB: "SMB",
|
|
187
|
-
};
|
|
188
|
-
export const PoolStatus = {
|
|
189
|
-
ACTIVE: "ACTIVE",
|
|
190
|
-
DELETED: "DELETED",
|
|
191
|
-
};
|
|
1
|
+
export {};
|
|
@@ -565,7 +565,7 @@ const _s = "server";
|
|
|
565
565
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.storagegateway";
|
|
566
566
|
const n0 = "com.amazonaws.storagegateway";
|
|
567
567
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
568
|
-
import { InternalServerError as __InternalServerError, InvalidGatewayRequestException as __InvalidGatewayRequestException, ServiceUnavailableError as __ServiceUnavailableError, } from "../models/
|
|
568
|
+
import { InternalServerError as __InternalServerError, InvalidGatewayRequestException as __InvalidGatewayRequestException, ServiceUnavailableError as __ServiceUnavailableError, } from "../models/errors";
|
|
569
569
|
import { StorageGatewayServiceException as __StorageGatewayServiceException } from "../models/StorageGatewayServiceException";
|
|
570
570
|
export var ChapSecret = [0, n0, _CS, 8, 0];
|
|
571
571
|
export var DomainUserPassword = [0, n0, _DUP, 8, 0];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -73,5 +73,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
73
73
|
export type { StorageGatewayExtensionConfiguration } from "./extensionConfiguration";
|
|
74
74
|
export * from "./commands";
|
|
75
75
|
export * from "./pagination";
|
|
76
|
-
export * from "./models";
|
|
76
|
+
export * from "./models/enums";
|
|
77
|
+
export * from "./models/errors";
|
|
78
|
+
export type * from "./models/models_0";
|
|
77
79
|
export { StorageGatewayServiceException } from "./models/StorageGatewayServiceException";
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const ErrorCode: {
|
|
6
|
+
readonly ActivationKeyExpired: "ActivationKeyExpired";
|
|
7
|
+
readonly ActivationKeyInvalid: "ActivationKeyInvalid";
|
|
8
|
+
readonly ActivationKeyNotFound: "ActivationKeyNotFound";
|
|
9
|
+
readonly AuthenticationFailure: "AuthenticationFailure";
|
|
10
|
+
readonly BandwidthThrottleScheduleNotFound: "BandwidthThrottleScheduleNotFound";
|
|
11
|
+
readonly Blocked: "Blocked";
|
|
12
|
+
readonly CannotExportSnapshot: "CannotExportSnapshot";
|
|
13
|
+
readonly ChapCredentialNotFound: "ChapCredentialNotFound";
|
|
14
|
+
readonly DiskAlreadyAllocated: "DiskAlreadyAllocated";
|
|
15
|
+
readonly DiskDoesNotExist: "DiskDoesNotExist";
|
|
16
|
+
readonly DiskSizeGreaterThanVolumeMaxSize: "DiskSizeGreaterThanVolumeMaxSize";
|
|
17
|
+
readonly DiskSizeLessThanVolumeSize: "DiskSizeLessThanVolumeSize";
|
|
18
|
+
readonly DiskSizeNotGigAligned: "DiskSizeNotGigAligned";
|
|
19
|
+
readonly DuplicateCertificateInfo: "DuplicateCertificateInfo";
|
|
20
|
+
readonly DuplicateSchedule: "DuplicateSchedule";
|
|
21
|
+
readonly EndpointNotFound: "EndpointNotFound";
|
|
22
|
+
readonly GatewayInternalError: "GatewayInternalError";
|
|
23
|
+
readonly GatewayNotConnected: "GatewayNotConnected";
|
|
24
|
+
readonly GatewayNotFound: "GatewayNotFound";
|
|
25
|
+
readonly GatewayProxyNetworkConnectionBusy: "GatewayProxyNetworkConnectionBusy";
|
|
26
|
+
readonly IAMNotSupported: "IAMNotSupported";
|
|
27
|
+
readonly InitiatorInvalid: "InitiatorInvalid";
|
|
28
|
+
readonly InitiatorNotFound: "InitiatorNotFound";
|
|
29
|
+
readonly InternalError: "InternalError";
|
|
30
|
+
readonly InvalidEndpoint: "InvalidEndpoint";
|
|
31
|
+
readonly InvalidGateway: "InvalidGateway";
|
|
32
|
+
readonly InvalidParameters: "InvalidParameters";
|
|
33
|
+
readonly InvalidSchedule: "InvalidSchedule";
|
|
34
|
+
readonly JoinDomainInProgress: "JoinDomainInProgress";
|
|
35
|
+
readonly LocalStorageLimitExceeded: "LocalStorageLimitExceeded";
|
|
36
|
+
readonly LunAlreadyAllocated_: "LunAlreadyAllocated ";
|
|
37
|
+
readonly LunInvalid: "LunInvalid";
|
|
38
|
+
readonly MaximumContentLengthExceeded: "MaximumContentLengthExceeded";
|
|
39
|
+
readonly MaximumTapeCartridgeCountExceeded: "MaximumTapeCartridgeCountExceeded";
|
|
40
|
+
readonly MaximumVolumeCountExceeded: "MaximumVolumeCountExceeded";
|
|
41
|
+
readonly NetworkConfigurationChanged: "NetworkConfigurationChanged";
|
|
42
|
+
readonly NoDisksAvailable: "NoDisksAvailable";
|
|
43
|
+
readonly NotImplemented: "NotImplemented";
|
|
44
|
+
readonly NotSupported: "NotSupported";
|
|
45
|
+
readonly OperationAborted: "OperationAborted";
|
|
46
|
+
readonly OutdatedGateway: "OutdatedGateway";
|
|
47
|
+
readonly ParametersNotImplemented: "ParametersNotImplemented";
|
|
48
|
+
readonly RegionInvalid: "RegionInvalid";
|
|
49
|
+
readonly RequestTimeout: "RequestTimeout";
|
|
50
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
51
|
+
readonly SnapshotDeleted: "SnapshotDeleted";
|
|
52
|
+
readonly SnapshotIdInvalid: "SnapshotIdInvalid";
|
|
53
|
+
readonly SnapshotInProgress: "SnapshotInProgress";
|
|
54
|
+
readonly SnapshotNotFound: "SnapshotNotFound";
|
|
55
|
+
readonly SnapshotScheduleNotFound: "SnapshotScheduleNotFound";
|
|
56
|
+
readonly StagingAreaFull: "StagingAreaFull";
|
|
57
|
+
readonly StorageFailure: "StorageFailure";
|
|
58
|
+
readonly TapeCartridgeNotFound: "TapeCartridgeNotFound";
|
|
59
|
+
readonly TargetAlreadyExists: "TargetAlreadyExists";
|
|
60
|
+
readonly TargetInvalid: "TargetInvalid";
|
|
61
|
+
readonly TargetNotFound: "TargetNotFound";
|
|
62
|
+
readonly UnauthorizedOperation: "UnauthorizedOperation";
|
|
63
|
+
readonly VolumeAlreadyExists: "VolumeAlreadyExists";
|
|
64
|
+
readonly VolumeIdInvalid: "VolumeIdInvalid";
|
|
65
|
+
readonly VolumeInUse: "VolumeInUse";
|
|
66
|
+
readonly VolumeNotFound: "VolumeNotFound";
|
|
67
|
+
readonly VolumeNotReady: "VolumeNotReady";
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
* @enum
|
|
76
|
+
*/
|
|
77
|
+
export declare const ActiveDirectoryStatus: {
|
|
78
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
79
|
+
readonly DETACHED: "DETACHED";
|
|
80
|
+
readonly INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS";
|
|
81
|
+
readonly JOINED: "JOINED";
|
|
82
|
+
readonly JOINING: "JOINING";
|
|
83
|
+
readonly NETWORK_ERROR: "NETWORK_ERROR";
|
|
84
|
+
readonly TIMEOUT: "TIMEOUT";
|
|
85
|
+
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export type ActiveDirectoryStatus = (typeof ActiveDirectoryStatus)[keyof typeof ActiveDirectoryStatus];
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
* @enum
|
|
94
|
+
*/
|
|
95
|
+
export declare const AutomaticUpdatePolicy: {
|
|
96
|
+
readonly ALL_VERSIONS: "ALL_VERSIONS";
|
|
97
|
+
readonly EMERGENCY_VERSIONS_ONLY: "EMERGENCY_VERSIONS_ONLY";
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export type AutomaticUpdatePolicy = (typeof AutomaticUpdatePolicy)[keyof typeof AutomaticUpdatePolicy];
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
* @enum
|
|
106
|
+
*/
|
|
107
|
+
export declare const AvailabilityMonitorTestStatus: {
|
|
108
|
+
readonly COMPLETE: "COMPLETE";
|
|
109
|
+
readonly FAILED: "FAILED";
|
|
110
|
+
readonly PENDING: "PENDING";
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export type AvailabilityMonitorTestStatus = (typeof AvailabilityMonitorTestStatus)[keyof typeof AvailabilityMonitorTestStatus];
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
* @enum
|
|
119
|
+
*/
|
|
120
|
+
export declare const CacheReportFilterName: {
|
|
121
|
+
readonly UploadFailureReason: "UploadFailureReason";
|
|
122
|
+
readonly UploadState: "UploadState";
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export type CacheReportFilterName = (typeof CacheReportFilterName)[keyof typeof CacheReportFilterName];
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
* @enum
|
|
131
|
+
*/
|
|
132
|
+
export declare const CacheReportStatus: {
|
|
133
|
+
readonly CANCELED: "CANCELED";
|
|
134
|
+
readonly COMPLETED: "COMPLETED";
|
|
135
|
+
readonly ERROR: "ERROR";
|
|
136
|
+
readonly FAILED: "FAILED";
|
|
137
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export type CacheReportStatus = (typeof CacheReportStatus)[keyof typeof CacheReportStatus];
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
* @enum
|
|
146
|
+
*/
|
|
147
|
+
export declare const CaseSensitivity: {
|
|
148
|
+
readonly CaseSensitive: "CaseSensitive";
|
|
149
|
+
readonly ClientSpecified: "ClientSpecified";
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export type CaseSensitivity = (typeof CaseSensitivity)[keyof typeof CaseSensitivity];
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* @enum
|
|
158
|
+
*/
|
|
159
|
+
export declare const EncryptionType: {
|
|
160
|
+
readonly DsseKms: "DsseKms";
|
|
161
|
+
readonly SseKms: "SseKms";
|
|
162
|
+
readonly SseS3: "SseS3";
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
* @enum
|
|
171
|
+
*/
|
|
172
|
+
export declare const ObjectACL: {
|
|
173
|
+
readonly authenticated_read: "authenticated-read";
|
|
174
|
+
readonly aws_exec_read: "aws-exec-read";
|
|
175
|
+
readonly bucket_owner_full_control: "bucket-owner-full-control";
|
|
176
|
+
readonly bucket_owner_read: "bucket-owner-read";
|
|
177
|
+
readonly private: "private";
|
|
178
|
+
readonly public_read: "public-read";
|
|
179
|
+
readonly public_read_write: "public-read-write";
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export type ObjectACL = (typeof ObjectACL)[keyof typeof ObjectACL];
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
* @enum
|
|
188
|
+
*/
|
|
189
|
+
export declare const RetentionLockType: {
|
|
190
|
+
readonly COMPLIANCE: "COMPLIANCE";
|
|
191
|
+
readonly GOVERNANCE: "GOVERNANCE";
|
|
192
|
+
readonly NONE: "NONE";
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export type RetentionLockType = (typeof RetentionLockType)[keyof typeof RetentionLockType];
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
* @enum
|
|
201
|
+
*/
|
|
202
|
+
export declare const TapeStorageClass: {
|
|
203
|
+
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
204
|
+
readonly GLACIER: "GLACIER";
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
export type TapeStorageClass = (typeof TapeStorageClass)[keyof typeof TapeStorageClass];
|
|
210
|
+
/**
|
|
211
|
+
* @public
|
|
212
|
+
* @enum
|
|
213
|
+
*/
|
|
214
|
+
export declare const GatewayCapacity: {
|
|
215
|
+
readonly Large: "Large";
|
|
216
|
+
readonly Medium: "Medium";
|
|
217
|
+
readonly Small: "Small";
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
export type GatewayCapacity = (typeof GatewayCapacity)[keyof typeof GatewayCapacity];
|
|
223
|
+
/**
|
|
224
|
+
* @public
|
|
225
|
+
* @enum
|
|
226
|
+
*/
|
|
227
|
+
export declare const HostEnvironment: {
|
|
228
|
+
readonly EC2: "EC2";
|
|
229
|
+
readonly HYPER_V: "HYPER-V";
|
|
230
|
+
readonly KVM: "KVM";
|
|
231
|
+
readonly OTHER: "OTHER";
|
|
232
|
+
readonly SNOWBALL: "SNOWBALL";
|
|
233
|
+
readonly VMWARE: "VMWARE";
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
export type HostEnvironment = (typeof HostEnvironment)[keyof typeof HostEnvironment];
|
|
239
|
+
/**
|
|
240
|
+
* @public
|
|
241
|
+
* @enum
|
|
242
|
+
*/
|
|
243
|
+
export declare const SMBSecurityStrategy: {
|
|
244
|
+
readonly ClientSpecified: "ClientSpecified";
|
|
245
|
+
readonly MandatoryEncryption: "MandatoryEncryption";
|
|
246
|
+
readonly MandatoryEncryptionNoAes128: "MandatoryEncryptionNoAes128";
|
|
247
|
+
readonly MandatorySigning: "MandatorySigning";
|
|
248
|
+
};
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
export type SMBSecurityStrategy = (typeof SMBSecurityStrategy)[keyof typeof SMBSecurityStrategy];
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
* @enum
|
|
256
|
+
*/
|
|
257
|
+
export declare const FileShareType: {
|
|
258
|
+
readonly NFS: "NFS";
|
|
259
|
+
readonly SMB: "SMB";
|
|
260
|
+
};
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export type FileShareType = (typeof FileShareType)[keyof typeof FileShareType];
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
* @enum
|
|
268
|
+
*/
|
|
269
|
+
export declare const PoolStatus: {
|
|
270
|
+
readonly ACTIVE: "ACTIVE";
|
|
271
|
+
readonly DELETED: "DELETED";
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export type PoolStatus = (typeof PoolStatus)[keyof typeof PoolStatus];
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { StorageGatewayError } from "./models_0";
|
|
3
|
+
import { StorageGatewayServiceException as __BaseException } from "./StorageGatewayServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* <p>An internal server error has occurred during the request. For more information, see the
|
|
6
|
+
* error and message fields.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class InternalServerError extends __BaseException {
|
|
10
|
+
readonly name: "InternalServerError";
|
|
11
|
+
readonly $fault: "server";
|
|
12
|
+
/**
|
|
13
|
+
* <p>A <a>StorageGatewayError</a> that provides more information about the cause
|
|
14
|
+
* of the error.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
error?: StorageGatewayError | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* <p>An exception occurred because an invalid gateway request was issued to the service. For
|
|
25
|
+
* more information, see the error and message fields.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export declare class InvalidGatewayRequestException extends __BaseException {
|
|
29
|
+
readonly name: "InvalidGatewayRequestException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
/**
|
|
32
|
+
* <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the
|
|
33
|
+
* error.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
error?: StorageGatewayError | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
constructor(opts: __ExceptionOptionType<InvalidGatewayRequestException, __BaseException>);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* <p>An internal server error has occurred because the service is unavailable. For more
|
|
44
|
+
* information, see the error and message fields.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export declare class ServiceUnavailableError extends __BaseException {
|
|
48
|
+
readonly name: "ServiceUnavailableError";
|
|
49
|
+
readonly $fault: "server";
|
|
50
|
+
/**
|
|
51
|
+
* <p>A <a>StorageGatewayError</a> that provides more information about the cause
|
|
52
|
+
* of the error.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
error?: StorageGatewayError | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
59
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableError, __BaseException>);
|
|
60
|
+
}
|