@aws-sdk/client-s3-control 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 +282 -282
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +281 -0
- package/dist-es/models/errors.js +165 -0
- package/dist-es/models/models_0.js +1 -370
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
- package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +689 -0
- package/dist-types/models/errors.d.ts +160 -0
- package/dist-types/models/models_0.d.ts +1165 -753
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +371 -0
- package/dist-types/ts3.4/models/errors.d.ts +95 -0
- package/dist-types/ts3.4/models/models_0.d.ts +307 -412
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -77
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1263
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -330
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
export const OwnerOverride = {
|
|
2
|
+
Destination: "Destination",
|
|
3
|
+
};
|
|
4
|
+
export const GranteeType = {
|
|
5
|
+
DIRECTORY_GROUP: "DIRECTORY_GROUP",
|
|
6
|
+
DIRECTORY_USER: "DIRECTORY_USER",
|
|
7
|
+
IAM: "IAM",
|
|
8
|
+
};
|
|
9
|
+
export const Permission = {
|
|
10
|
+
READ: "READ",
|
|
11
|
+
READWRITE: "READWRITE",
|
|
12
|
+
WRITE: "WRITE",
|
|
13
|
+
};
|
|
14
|
+
export const NetworkOrigin = {
|
|
15
|
+
Internet: "Internet",
|
|
16
|
+
VPC: "VPC",
|
|
17
|
+
};
|
|
18
|
+
export const AsyncOperationName = {
|
|
19
|
+
CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint",
|
|
20
|
+
DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint",
|
|
21
|
+
PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy",
|
|
22
|
+
};
|
|
23
|
+
export const S3PrefixType = {
|
|
24
|
+
Object: "Object",
|
|
25
|
+
};
|
|
26
|
+
export const ScopePermission = {
|
|
27
|
+
AbortMultipartUpload: "AbortMultipartUpload",
|
|
28
|
+
DeleteObject: "DeleteObject",
|
|
29
|
+
GetObject: "GetObject",
|
|
30
|
+
GetObjectAttributes: "GetObjectAttributes",
|
|
31
|
+
ListBucket: "ListBucket",
|
|
32
|
+
ListBucketMultipartUploads: "ListBucketMultipartUploads",
|
|
33
|
+
ListMultipartUploadParts: "ListMultipartUploadParts",
|
|
34
|
+
PutObject: "PutObject",
|
|
35
|
+
};
|
|
36
|
+
export const ObjectLambdaAllowedFeature = {
|
|
37
|
+
GetObjectPartNumber: "GetObject-PartNumber",
|
|
38
|
+
GetObjectRange: "GetObject-Range",
|
|
39
|
+
HeadObjectPartNumber: "HeadObject-PartNumber",
|
|
40
|
+
HeadObjectRange: "HeadObject-Range",
|
|
41
|
+
};
|
|
42
|
+
export const ObjectLambdaTransformationConfigurationAction = {
|
|
43
|
+
GetObject: "GetObject",
|
|
44
|
+
HeadObject: "HeadObject",
|
|
45
|
+
ListObjects: "ListObjects",
|
|
46
|
+
ListObjectsV2: "ListObjectsV2",
|
|
47
|
+
};
|
|
48
|
+
export const ObjectLambdaAccessPointAliasStatus = {
|
|
49
|
+
PROVISIONING: "PROVISIONING",
|
|
50
|
+
READY: "READY",
|
|
51
|
+
};
|
|
52
|
+
export const BucketCannedACL = {
|
|
53
|
+
authenticated_read: "authenticated-read",
|
|
54
|
+
private: "private",
|
|
55
|
+
public_read: "public-read",
|
|
56
|
+
public_read_write: "public-read-write",
|
|
57
|
+
};
|
|
58
|
+
export const BucketLocationConstraint = {
|
|
59
|
+
EU: "EU",
|
|
60
|
+
ap_northeast_1: "ap-northeast-1",
|
|
61
|
+
ap_south_1: "ap-south-1",
|
|
62
|
+
ap_southeast_1: "ap-southeast-1",
|
|
63
|
+
ap_southeast_2: "ap-southeast-2",
|
|
64
|
+
cn_north_1: "cn-north-1",
|
|
65
|
+
eu_central_1: "eu-central-1",
|
|
66
|
+
eu_west_1: "eu-west-1",
|
|
67
|
+
sa_east_1: "sa-east-1",
|
|
68
|
+
us_west_1: "us-west-1",
|
|
69
|
+
us_west_2: "us-west-2",
|
|
70
|
+
};
|
|
71
|
+
export const JobManifestFieldName = {
|
|
72
|
+
Bucket: "Bucket",
|
|
73
|
+
Ignore: "Ignore",
|
|
74
|
+
Key: "Key",
|
|
75
|
+
VersionId: "VersionId",
|
|
76
|
+
};
|
|
77
|
+
export const JobManifestFormat = {
|
|
78
|
+
S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820",
|
|
79
|
+
S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130",
|
|
80
|
+
};
|
|
81
|
+
export const S3StorageClass = {
|
|
82
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
83
|
+
GLACIER: "GLACIER",
|
|
84
|
+
GLACIER_IR: "GLACIER_IR",
|
|
85
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
86
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
87
|
+
STANDARD: "STANDARD",
|
|
88
|
+
STANDARD_IA: "STANDARD_IA",
|
|
89
|
+
};
|
|
90
|
+
export const ReplicationStatus = {
|
|
91
|
+
COMPLETED: "COMPLETED",
|
|
92
|
+
FAILED: "FAILED",
|
|
93
|
+
NONE: "NONE",
|
|
94
|
+
REPLICA: "REPLICA",
|
|
95
|
+
};
|
|
96
|
+
export const GeneratedManifestFormat = {
|
|
97
|
+
S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130",
|
|
98
|
+
};
|
|
99
|
+
export const ComputeObjectChecksumAlgorithm = {
|
|
100
|
+
CRC32: "CRC32",
|
|
101
|
+
CRC32C: "CRC32C",
|
|
102
|
+
CRC64NVME: "CRC64NVME",
|
|
103
|
+
MD5: "MD5",
|
|
104
|
+
SHA1: "SHA1",
|
|
105
|
+
SHA256: "SHA256",
|
|
106
|
+
};
|
|
107
|
+
export const ComputeObjectChecksumType = {
|
|
108
|
+
COMPOSITE: "COMPOSITE",
|
|
109
|
+
FULL_OBJECT: "FULL_OBJECT",
|
|
110
|
+
};
|
|
111
|
+
export const S3GlacierJobTier = {
|
|
112
|
+
BULK: "BULK",
|
|
113
|
+
STANDARD: "STANDARD",
|
|
114
|
+
};
|
|
115
|
+
export const S3GranteeTypeIdentifier = {
|
|
116
|
+
CANONICAL: "id",
|
|
117
|
+
EMAIL_ADDRESS: "emailAddress",
|
|
118
|
+
GROUP: "uri",
|
|
119
|
+
};
|
|
120
|
+
export const S3Permission = {
|
|
121
|
+
FULL_CONTROL: "FULL_CONTROL",
|
|
122
|
+
READ: "READ",
|
|
123
|
+
READ_ACP: "READ_ACP",
|
|
124
|
+
WRITE: "WRITE",
|
|
125
|
+
WRITE_ACP: "WRITE_ACP",
|
|
126
|
+
};
|
|
127
|
+
export const S3CannedAccessControlList = {
|
|
128
|
+
AUTHENTICATED_READ: "authenticated-read",
|
|
129
|
+
AWS_EXEC_READ: "aws-exec-read",
|
|
130
|
+
BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
|
|
131
|
+
BUCKET_OWNER_READ: "bucket-owner-read",
|
|
132
|
+
PRIVATE: "private",
|
|
133
|
+
PUBLIC_READ: "public-read",
|
|
134
|
+
PUBLIC_READ_WRITE: "public-read-write",
|
|
135
|
+
};
|
|
136
|
+
export const S3ChecksumAlgorithm = {
|
|
137
|
+
CRC32: "CRC32",
|
|
138
|
+
CRC32C: "CRC32C",
|
|
139
|
+
CRC64NVME: "CRC64NVME",
|
|
140
|
+
SHA1: "SHA1",
|
|
141
|
+
SHA256: "SHA256",
|
|
142
|
+
};
|
|
143
|
+
export const S3MetadataDirective = {
|
|
144
|
+
COPY: "COPY",
|
|
145
|
+
REPLACE: "REPLACE",
|
|
146
|
+
};
|
|
147
|
+
export const S3SSEAlgorithm = {
|
|
148
|
+
AES256: "AES256",
|
|
149
|
+
KMS: "KMS",
|
|
150
|
+
};
|
|
151
|
+
export const S3ObjectLockLegalHoldStatus = {
|
|
152
|
+
OFF: "OFF",
|
|
153
|
+
ON: "ON",
|
|
154
|
+
};
|
|
155
|
+
export const S3ObjectLockMode = {
|
|
156
|
+
COMPLIANCE: "COMPLIANCE",
|
|
157
|
+
GOVERNANCE: "GOVERNANCE",
|
|
158
|
+
};
|
|
159
|
+
export const S3ObjectLockRetentionMode = {
|
|
160
|
+
COMPLIANCE: "COMPLIANCE",
|
|
161
|
+
GOVERNANCE: "GOVERNANCE",
|
|
162
|
+
};
|
|
163
|
+
export const JobReportFormat = {
|
|
164
|
+
Report_CSV_20180820: "Report_CSV_20180820",
|
|
165
|
+
};
|
|
166
|
+
export const JobReportScope = {
|
|
167
|
+
AllTasks: "AllTasks",
|
|
168
|
+
FailedTasksOnly: "FailedTasksOnly",
|
|
169
|
+
};
|
|
170
|
+
export const JobStatus = {
|
|
171
|
+
Active: "Active",
|
|
172
|
+
Cancelled: "Cancelled",
|
|
173
|
+
Cancelling: "Cancelling",
|
|
174
|
+
Complete: "Complete",
|
|
175
|
+
Completing: "Completing",
|
|
176
|
+
Failed: "Failed",
|
|
177
|
+
Failing: "Failing",
|
|
178
|
+
New: "New",
|
|
179
|
+
Paused: "Paused",
|
|
180
|
+
Pausing: "Pausing",
|
|
181
|
+
Preparing: "Preparing",
|
|
182
|
+
Ready: "Ready",
|
|
183
|
+
Suspended: "Suspended",
|
|
184
|
+
};
|
|
185
|
+
export const TransitionStorageClass = {
|
|
186
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
187
|
+
GLACIER: "GLACIER",
|
|
188
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
189
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
190
|
+
STANDARD_IA: "STANDARD_IA",
|
|
191
|
+
};
|
|
192
|
+
export const ExpirationStatus = {
|
|
193
|
+
Disabled: "Disabled",
|
|
194
|
+
Enabled: "Enabled",
|
|
195
|
+
};
|
|
196
|
+
export const DeleteMarkerReplicationStatus = {
|
|
197
|
+
Disabled: "Disabled",
|
|
198
|
+
Enabled: "Enabled",
|
|
199
|
+
};
|
|
200
|
+
export const MetricsStatus = {
|
|
201
|
+
Disabled: "Disabled",
|
|
202
|
+
Enabled: "Enabled",
|
|
203
|
+
};
|
|
204
|
+
export const ReplicationTimeStatus = {
|
|
205
|
+
Disabled: "Disabled",
|
|
206
|
+
Enabled: "Enabled",
|
|
207
|
+
};
|
|
208
|
+
export const ReplicationStorageClass = {
|
|
209
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
210
|
+
GLACIER: "GLACIER",
|
|
211
|
+
GLACIER_IR: "GLACIER_IR",
|
|
212
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
213
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
214
|
+
OUTPOSTS: "OUTPOSTS",
|
|
215
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
216
|
+
STANDARD: "STANDARD",
|
|
217
|
+
STANDARD_IA: "STANDARD_IA",
|
|
218
|
+
};
|
|
219
|
+
export const ExistingObjectReplicationStatus = {
|
|
220
|
+
Disabled: "Disabled",
|
|
221
|
+
Enabled: "Enabled",
|
|
222
|
+
};
|
|
223
|
+
export const ReplicaModificationsStatus = {
|
|
224
|
+
Disabled: "Disabled",
|
|
225
|
+
Enabled: "Enabled",
|
|
226
|
+
};
|
|
227
|
+
export const SseKmsEncryptedObjectsStatus = {
|
|
228
|
+
Disabled: "Disabled",
|
|
229
|
+
Enabled: "Enabled",
|
|
230
|
+
};
|
|
231
|
+
export const ReplicationRuleStatus = {
|
|
232
|
+
Disabled: "Disabled",
|
|
233
|
+
Enabled: "Enabled",
|
|
234
|
+
};
|
|
235
|
+
export const MFADeleteStatus = {
|
|
236
|
+
Disabled: "Disabled",
|
|
237
|
+
Enabled: "Enabled",
|
|
238
|
+
};
|
|
239
|
+
export const BucketVersioningStatus = {
|
|
240
|
+
Enabled: "Enabled",
|
|
241
|
+
Suspended: "Suspended",
|
|
242
|
+
};
|
|
243
|
+
export const Privilege = {
|
|
244
|
+
Default: "Default",
|
|
245
|
+
Minimal: "Minimal",
|
|
246
|
+
};
|
|
247
|
+
export const MultiRegionAccessPointStatus = {
|
|
248
|
+
CREATING: "CREATING",
|
|
249
|
+
DELETING: "DELETING",
|
|
250
|
+
INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS",
|
|
251
|
+
PARTIALLY_CREATED: "PARTIALLY_CREATED",
|
|
252
|
+
PARTIALLY_DELETED: "PARTIALLY_DELETED",
|
|
253
|
+
READY: "READY",
|
|
254
|
+
};
|
|
255
|
+
export const Format = {
|
|
256
|
+
CSV: "CSV",
|
|
257
|
+
Parquet: "Parquet",
|
|
258
|
+
};
|
|
259
|
+
export const OutputSchemaVersion = {
|
|
260
|
+
V_1: "V_1",
|
|
261
|
+
};
|
|
262
|
+
export const OperationName = {
|
|
263
|
+
LambdaInvoke: "LambdaInvoke",
|
|
264
|
+
S3ComputeObjectChecksum: "S3ComputeObjectChecksum",
|
|
265
|
+
S3DeleteObjectTagging: "S3DeleteObjectTagging",
|
|
266
|
+
S3InitiateRestoreObject: "S3InitiateRestoreObject",
|
|
267
|
+
S3PutObjectAcl: "S3PutObjectAcl",
|
|
268
|
+
S3PutObjectCopy: "S3PutObjectCopy",
|
|
269
|
+
S3PutObjectLegalHold: "S3PutObjectLegalHold",
|
|
270
|
+
S3PutObjectRetention: "S3PutObjectRetention",
|
|
271
|
+
S3PutObjectTagging: "S3PutObjectTagging",
|
|
272
|
+
S3ReplicateObject: "S3ReplicateObject",
|
|
273
|
+
};
|
|
274
|
+
export const MFADelete = {
|
|
275
|
+
Disabled: "Disabled",
|
|
276
|
+
Enabled: "Enabled",
|
|
277
|
+
};
|
|
278
|
+
export const RequestedJobStatus = {
|
|
279
|
+
Cancelled: "Cancelled",
|
|
280
|
+
Ready: "Ready",
|
|
281
|
+
};
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
2
|
+
export class BucketAlreadyExists extends __BaseException {
|
|
3
|
+
name = "BucketAlreadyExists";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "BucketAlreadyExists",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, BucketAlreadyExists.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class BucketAlreadyOwnedByYou extends __BaseException {
|
|
15
|
+
name = "BucketAlreadyOwnedByYou";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "BucketAlreadyOwnedByYou",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, BucketAlreadyOwnedByYou.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class BadRequestException extends __BaseException {
|
|
27
|
+
name = "BadRequestException";
|
|
28
|
+
$fault = "client";
|
|
29
|
+
Message;
|
|
30
|
+
constructor(opts) {
|
|
31
|
+
super({
|
|
32
|
+
name: "BadRequestException",
|
|
33
|
+
$fault: "client",
|
|
34
|
+
...opts,
|
|
35
|
+
});
|
|
36
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
37
|
+
this.Message = opts.Message;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
export class IdempotencyException extends __BaseException {
|
|
41
|
+
name = "IdempotencyException";
|
|
42
|
+
$fault = "client";
|
|
43
|
+
Message;
|
|
44
|
+
constructor(opts) {
|
|
45
|
+
super({
|
|
46
|
+
name: "IdempotencyException",
|
|
47
|
+
$fault: "client",
|
|
48
|
+
...opts,
|
|
49
|
+
});
|
|
50
|
+
Object.setPrototypeOf(this, IdempotencyException.prototype);
|
|
51
|
+
this.Message = opts.Message;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
export class InternalServiceException extends __BaseException {
|
|
55
|
+
name = "InternalServiceException";
|
|
56
|
+
$fault = "server";
|
|
57
|
+
Message;
|
|
58
|
+
constructor(opts) {
|
|
59
|
+
super({
|
|
60
|
+
name: "InternalServiceException",
|
|
61
|
+
$fault: "server",
|
|
62
|
+
...opts,
|
|
63
|
+
});
|
|
64
|
+
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
65
|
+
this.Message = opts.Message;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export class TooManyRequestsException extends __BaseException {
|
|
69
|
+
name = "TooManyRequestsException";
|
|
70
|
+
$fault = "client";
|
|
71
|
+
Message;
|
|
72
|
+
constructor(opts) {
|
|
73
|
+
super({
|
|
74
|
+
name: "TooManyRequestsException",
|
|
75
|
+
$fault: "client",
|
|
76
|
+
...opts,
|
|
77
|
+
});
|
|
78
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
79
|
+
this.Message = opts.Message;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export class NotFoundException extends __BaseException {
|
|
83
|
+
name = "NotFoundException";
|
|
84
|
+
$fault = "client";
|
|
85
|
+
Message;
|
|
86
|
+
constructor(opts) {
|
|
87
|
+
super({
|
|
88
|
+
name: "NotFoundException",
|
|
89
|
+
$fault: "client",
|
|
90
|
+
...opts,
|
|
91
|
+
});
|
|
92
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
93
|
+
this.Message = opts.Message;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
export class NoSuchPublicAccessBlockConfiguration extends __BaseException {
|
|
97
|
+
name = "NoSuchPublicAccessBlockConfiguration";
|
|
98
|
+
$fault = "client";
|
|
99
|
+
Message;
|
|
100
|
+
constructor(opts) {
|
|
101
|
+
super({
|
|
102
|
+
name: "NoSuchPublicAccessBlockConfiguration",
|
|
103
|
+
$fault: "client",
|
|
104
|
+
...opts,
|
|
105
|
+
});
|
|
106
|
+
Object.setPrototypeOf(this, NoSuchPublicAccessBlockConfiguration.prototype);
|
|
107
|
+
this.Message = opts.Message;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export class InvalidNextTokenException extends __BaseException {
|
|
111
|
+
name = "InvalidNextTokenException";
|
|
112
|
+
$fault = "client";
|
|
113
|
+
Message;
|
|
114
|
+
constructor(opts) {
|
|
115
|
+
super({
|
|
116
|
+
name: "InvalidNextTokenException",
|
|
117
|
+
$fault: "client",
|
|
118
|
+
...opts,
|
|
119
|
+
});
|
|
120
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
121
|
+
this.Message = opts.Message;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
export class InvalidRequestException extends __BaseException {
|
|
125
|
+
name = "InvalidRequestException";
|
|
126
|
+
$fault = "client";
|
|
127
|
+
Message;
|
|
128
|
+
constructor(opts) {
|
|
129
|
+
super({
|
|
130
|
+
name: "InvalidRequestException",
|
|
131
|
+
$fault: "client",
|
|
132
|
+
...opts,
|
|
133
|
+
});
|
|
134
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
135
|
+
this.Message = opts.Message;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
export class TooManyTagsException extends __BaseException {
|
|
139
|
+
name = "TooManyTagsException";
|
|
140
|
+
$fault = "client";
|
|
141
|
+
Message;
|
|
142
|
+
constructor(opts) {
|
|
143
|
+
super({
|
|
144
|
+
name: "TooManyTagsException",
|
|
145
|
+
$fault: "client",
|
|
146
|
+
...opts,
|
|
147
|
+
});
|
|
148
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
149
|
+
this.Message = opts.Message;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
export class JobStatusException extends __BaseException {
|
|
153
|
+
name = "JobStatusException";
|
|
154
|
+
$fault = "client";
|
|
155
|
+
Message;
|
|
156
|
+
constructor(opts) {
|
|
157
|
+
super({
|
|
158
|
+
name: "JobStatusException",
|
|
159
|
+
$fault: "client",
|
|
160
|
+
...opts,
|
|
161
|
+
});
|
|
162
|
+
Object.setPrototypeOf(this, JobStatusException.prototype);
|
|
163
|
+
this.Message = opts.Message;
|
|
164
|
+
}
|
|
165
|
+
}
|