@aws-sdk/client-s3 3.934.0 → 3.936.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 +525 -491
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +392 -0
- package/dist-es/models/errors.js +173 -0
- package/dist-es/models/models_0.js +1 -436
- package/dist-es/models/models_1.js +1 -126
- package/dist-es/schemas/schemas_0.js +62 -33
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
- package/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketOwnershipControlsCommand.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/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/RenameObjectCommand.d.ts +1 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +960 -0
- package/dist-types/models/errors.d.ts +207 -0
- package/dist-types/models/models_0.d.ts +3701 -929
- package/dist-types/models/models_1.d.ts +3 -3889
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.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/PutBucketRequestPaymentCommand.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/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +514 -0
- package/dist-types/ts3.4/models/errors.d.ts +87 -0
- package/dist-types/ts3.4/models/models_0.d.ts +607 -487
- package/dist-types/ts3.4/models/models_1.d.ts +11 -677
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +27 -27
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,698 +1,32 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
|
-
AccelerateConfiguration,
|
|
5
|
-
AccessControlPolicy,
|
|
6
|
-
AnalyticsConfiguration,
|
|
7
|
-
BucketCannedACL,
|
|
8
|
-
BucketVersioningStatus,
|
|
9
3
|
ChecksumAlgorithm,
|
|
10
|
-
|
|
11
|
-
CommonPrefix,
|
|
12
|
-
CORSRule,
|
|
13
|
-
EncodingType,
|
|
14
|
-
ErrorDocument,
|
|
15
|
-
Grant,
|
|
16
|
-
IndexDocument,
|
|
17
|
-
Initiator,
|
|
18
|
-
IntelligentTieringConfiguration,
|
|
19
|
-
InventoryConfiguration,
|
|
4
|
+
ExpressionType,
|
|
20
5
|
InventoryConfigurationState,
|
|
21
|
-
LifecycleRule,
|
|
22
|
-
LoggingEnabled,
|
|
23
|
-
MetadataTableEncryptionConfiguration,
|
|
24
|
-
MetricsConfiguration,
|
|
25
|
-
NotificationConfiguration,
|
|
26
|
-
ObjectCannedACL,
|
|
27
|
-
ObjectLockConfiguration,
|
|
28
|
-
ObjectLockLegalHold,
|
|
29
6
|
ObjectLockLegalHoldStatus,
|
|
30
7
|
ObjectLockMode,
|
|
31
|
-
ObjectLockRetention,
|
|
32
|
-
Owner,
|
|
33
|
-
OwnershipControls,
|
|
34
|
-
Payer,
|
|
35
|
-
PublicAccessBlockConfiguration,
|
|
36
|
-
RecordExpiration,
|
|
37
|
-
RedirectAllRequestsTo,
|
|
38
|
-
ReplicationConfiguration,
|
|
39
8
|
ReplicationStatus,
|
|
40
9
|
RequestCharged,
|
|
41
10
|
RequestPayer,
|
|
42
|
-
|
|
43
|
-
RoutingRule,
|
|
11
|
+
RestoreRequestType,
|
|
44
12
|
ServerSideEncryption,
|
|
45
|
-
ServerSideEncryptionConfiguration,
|
|
46
13
|
StorageClass,
|
|
47
|
-
|
|
48
|
-
|
|
14
|
+
Tier,
|
|
15
|
+
} from "./enums";
|
|
16
|
+
import {
|
|
17
|
+
GlacierJobParameters,
|
|
18
|
+
InputSerialization,
|
|
19
|
+
MetadataTableEncryptionConfiguration,
|
|
20
|
+
OutputLocation,
|
|
21
|
+
OutputSerialization,
|
|
22
|
+
RecordExpiration,
|
|
49
23
|
} from "./models_0";
|
|
50
|
-
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
51
|
-
export declare const ObjectStorageClass: {
|
|
52
|
-
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
53
|
-
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
54
|
-
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
55
|
-
readonly GLACIER: "GLACIER";
|
|
56
|
-
readonly GLACIER_IR: "GLACIER_IR";
|
|
57
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
58
|
-
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
59
|
-
readonly OUTPOSTS: "OUTPOSTS";
|
|
60
|
-
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
61
|
-
readonly SNOW: "SNOW";
|
|
62
|
-
readonly STANDARD: "STANDARD";
|
|
63
|
-
readonly STANDARD_IA: "STANDARD_IA";
|
|
64
|
-
};
|
|
65
|
-
export type ObjectStorageClass =
|
|
66
|
-
(typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
67
|
-
export interface _Object {
|
|
68
|
-
Key?: string | undefined;
|
|
69
|
-
LastModified?: Date | undefined;
|
|
70
|
-
ETag?: string | undefined;
|
|
71
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
72
|
-
ChecksumType?: ChecksumType | undefined;
|
|
73
|
-
Size?: number | undefined;
|
|
74
|
-
StorageClass?: ObjectStorageClass | undefined;
|
|
75
|
-
Owner?: Owner | undefined;
|
|
76
|
-
RestoreStatus?: RestoreStatus | undefined;
|
|
77
|
-
}
|
|
78
|
-
export interface ListObjectsOutput {
|
|
79
|
-
IsTruncated?: boolean | undefined;
|
|
80
|
-
Marker?: string | undefined;
|
|
81
|
-
NextMarker?: string | undefined;
|
|
82
|
-
Contents?: _Object[] | undefined;
|
|
83
|
-
Name?: string | undefined;
|
|
84
|
-
Prefix?: string | undefined;
|
|
85
|
-
Delimiter?: string | undefined;
|
|
86
|
-
MaxKeys?: number | undefined;
|
|
87
|
-
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
88
|
-
EncodingType?: EncodingType | undefined;
|
|
89
|
-
RequestCharged?: RequestCharged | undefined;
|
|
90
|
-
}
|
|
91
|
-
export declare const OptionalObjectAttributes: {
|
|
92
|
-
readonly RESTORE_STATUS: "RestoreStatus";
|
|
93
|
-
};
|
|
94
|
-
export type OptionalObjectAttributes =
|
|
95
|
-
(typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
|
|
96
|
-
export interface ListObjectsRequest {
|
|
97
|
-
Bucket: string | undefined;
|
|
98
|
-
Delimiter?: string | undefined;
|
|
99
|
-
EncodingType?: EncodingType | undefined;
|
|
100
|
-
Marker?: string | undefined;
|
|
101
|
-
MaxKeys?: number | undefined;
|
|
102
|
-
Prefix?: string | undefined;
|
|
103
|
-
RequestPayer?: RequestPayer | undefined;
|
|
104
|
-
ExpectedBucketOwner?: string | undefined;
|
|
105
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
106
|
-
}
|
|
107
|
-
export interface ListObjectsV2Output {
|
|
108
|
-
IsTruncated?: boolean | undefined;
|
|
109
|
-
Contents?: _Object[] | undefined;
|
|
110
|
-
Name?: string | undefined;
|
|
111
|
-
Prefix?: string | undefined;
|
|
112
|
-
Delimiter?: string | undefined;
|
|
113
|
-
MaxKeys?: number | undefined;
|
|
114
|
-
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
115
|
-
EncodingType?: EncodingType | undefined;
|
|
116
|
-
KeyCount?: number | undefined;
|
|
117
|
-
ContinuationToken?: string | undefined;
|
|
118
|
-
NextContinuationToken?: string | undefined;
|
|
119
|
-
StartAfter?: string | undefined;
|
|
120
|
-
RequestCharged?: RequestCharged | undefined;
|
|
121
|
-
}
|
|
122
|
-
export interface ListObjectsV2Request {
|
|
123
|
-
Bucket: string | undefined;
|
|
124
|
-
Delimiter?: string | undefined;
|
|
125
|
-
EncodingType?: EncodingType | undefined;
|
|
126
|
-
MaxKeys?: number | undefined;
|
|
127
|
-
Prefix?: string | undefined;
|
|
128
|
-
ContinuationToken?: string | undefined;
|
|
129
|
-
FetchOwner?: boolean | undefined;
|
|
130
|
-
StartAfter?: string | undefined;
|
|
131
|
-
RequestPayer?: RequestPayer | undefined;
|
|
132
|
-
ExpectedBucketOwner?: string | undefined;
|
|
133
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
134
|
-
}
|
|
135
|
-
export interface DeleteMarkerEntry {
|
|
136
|
-
Owner?: Owner | undefined;
|
|
137
|
-
Key?: string | undefined;
|
|
138
|
-
VersionId?: string | undefined;
|
|
139
|
-
IsLatest?: boolean | undefined;
|
|
140
|
-
LastModified?: Date | undefined;
|
|
141
|
-
}
|
|
142
|
-
export declare const ObjectVersionStorageClass: {
|
|
143
|
-
readonly STANDARD: "STANDARD";
|
|
144
|
-
};
|
|
145
|
-
export type ObjectVersionStorageClass =
|
|
146
|
-
(typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
147
|
-
export interface ObjectVersion {
|
|
148
|
-
ETag?: string | undefined;
|
|
149
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
150
|
-
ChecksumType?: ChecksumType | undefined;
|
|
151
|
-
Size?: number | undefined;
|
|
152
|
-
StorageClass?: ObjectVersionStorageClass | undefined;
|
|
153
|
-
Key?: string | undefined;
|
|
154
|
-
VersionId?: string | undefined;
|
|
155
|
-
IsLatest?: boolean | undefined;
|
|
156
|
-
LastModified?: Date | undefined;
|
|
157
|
-
Owner?: Owner | undefined;
|
|
158
|
-
RestoreStatus?: RestoreStatus | undefined;
|
|
159
|
-
}
|
|
160
|
-
export interface ListObjectVersionsOutput {
|
|
161
|
-
IsTruncated?: boolean | undefined;
|
|
162
|
-
KeyMarker?: string | undefined;
|
|
163
|
-
VersionIdMarker?: string | undefined;
|
|
164
|
-
NextKeyMarker?: string | undefined;
|
|
165
|
-
NextVersionIdMarker?: string | undefined;
|
|
166
|
-
Versions?: ObjectVersion[] | undefined;
|
|
167
|
-
DeleteMarkers?: DeleteMarkerEntry[] | undefined;
|
|
168
|
-
Name?: string | undefined;
|
|
169
|
-
Prefix?: string | undefined;
|
|
170
|
-
Delimiter?: string | undefined;
|
|
171
|
-
MaxKeys?: number | undefined;
|
|
172
|
-
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
173
|
-
EncodingType?: EncodingType | undefined;
|
|
174
|
-
RequestCharged?: RequestCharged | undefined;
|
|
175
|
-
}
|
|
176
|
-
export interface ListObjectVersionsRequest {
|
|
177
|
-
Bucket: string | undefined;
|
|
178
|
-
Delimiter?: string | undefined;
|
|
179
|
-
EncodingType?: EncodingType | undefined;
|
|
180
|
-
KeyMarker?: string | undefined;
|
|
181
|
-
MaxKeys?: number | undefined;
|
|
182
|
-
Prefix?: string | undefined;
|
|
183
|
-
VersionIdMarker?: string | undefined;
|
|
184
|
-
ExpectedBucketOwner?: string | undefined;
|
|
185
|
-
RequestPayer?: RequestPayer | undefined;
|
|
186
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
187
|
-
}
|
|
188
|
-
export interface Part {
|
|
189
|
-
PartNumber?: number | undefined;
|
|
190
|
-
LastModified?: Date | undefined;
|
|
191
|
-
ETag?: string | undefined;
|
|
192
|
-
Size?: number | undefined;
|
|
193
|
-
ChecksumCRC32?: string | undefined;
|
|
194
|
-
ChecksumCRC32C?: string | undefined;
|
|
195
|
-
ChecksumCRC64NVME?: string | undefined;
|
|
196
|
-
ChecksumSHA1?: string | undefined;
|
|
197
|
-
ChecksumSHA256?: string | undefined;
|
|
198
|
-
}
|
|
199
|
-
export interface ListPartsOutput {
|
|
200
|
-
AbortDate?: Date | undefined;
|
|
201
|
-
AbortRuleId?: string | undefined;
|
|
202
|
-
Bucket?: string | undefined;
|
|
203
|
-
Key?: string | undefined;
|
|
204
|
-
UploadId?: string | undefined;
|
|
205
|
-
PartNumberMarker?: string | undefined;
|
|
206
|
-
NextPartNumberMarker?: string | undefined;
|
|
207
|
-
MaxParts?: number | undefined;
|
|
208
|
-
IsTruncated?: boolean | undefined;
|
|
209
|
-
Parts?: Part[] | undefined;
|
|
210
|
-
Initiator?: Initiator | undefined;
|
|
211
|
-
Owner?: Owner | undefined;
|
|
212
|
-
StorageClass?: StorageClass | undefined;
|
|
213
|
-
RequestCharged?: RequestCharged | undefined;
|
|
214
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
215
|
-
ChecksumType?: ChecksumType | undefined;
|
|
216
|
-
}
|
|
217
|
-
export interface ListPartsRequest {
|
|
218
|
-
Bucket: string | undefined;
|
|
219
|
-
Key: string | undefined;
|
|
220
|
-
MaxParts?: number | undefined;
|
|
221
|
-
PartNumberMarker?: string | undefined;
|
|
222
|
-
UploadId: string | undefined;
|
|
223
|
-
RequestPayer?: RequestPayer | undefined;
|
|
224
|
-
ExpectedBucketOwner?: string | undefined;
|
|
225
|
-
SSECustomerAlgorithm?: string | undefined;
|
|
226
|
-
SSECustomerKey?: string | undefined;
|
|
227
|
-
SSECustomerKeyMD5?: string | undefined;
|
|
228
|
-
}
|
|
229
|
-
export interface PutBucketAccelerateConfigurationRequest {
|
|
230
|
-
Bucket: string | undefined;
|
|
231
|
-
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
232
|
-
ExpectedBucketOwner?: string | undefined;
|
|
233
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
234
|
-
}
|
|
235
|
-
export interface PutBucketAclRequest {
|
|
236
|
-
ACL?: BucketCannedACL | undefined;
|
|
237
|
-
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
238
|
-
Bucket: string | undefined;
|
|
239
|
-
ContentMD5?: string | undefined;
|
|
240
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
241
|
-
GrantFullControl?: string | undefined;
|
|
242
|
-
GrantRead?: string | undefined;
|
|
243
|
-
GrantReadACP?: string | undefined;
|
|
244
|
-
GrantWrite?: string | undefined;
|
|
245
|
-
GrantWriteACP?: string | undefined;
|
|
246
|
-
ExpectedBucketOwner?: string | undefined;
|
|
247
|
-
}
|
|
248
|
-
export interface PutBucketAnalyticsConfigurationRequest {
|
|
249
|
-
Bucket: string | undefined;
|
|
250
|
-
Id: string | undefined;
|
|
251
|
-
AnalyticsConfiguration: AnalyticsConfiguration | undefined;
|
|
252
|
-
ExpectedBucketOwner?: string | undefined;
|
|
253
|
-
}
|
|
254
|
-
export interface CORSConfiguration {
|
|
255
|
-
CORSRules: CORSRule[] | undefined;
|
|
256
|
-
}
|
|
257
|
-
export interface PutBucketCorsRequest {
|
|
258
|
-
Bucket: string | undefined;
|
|
259
|
-
CORSConfiguration: CORSConfiguration | undefined;
|
|
260
|
-
ContentMD5?: string | undefined;
|
|
261
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
262
|
-
ExpectedBucketOwner?: string | undefined;
|
|
263
|
-
}
|
|
264
|
-
export interface PutBucketEncryptionRequest {
|
|
265
|
-
Bucket: string | undefined;
|
|
266
|
-
ContentMD5?: string | undefined;
|
|
267
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
268
|
-
ServerSideEncryptionConfiguration:
|
|
269
|
-
| ServerSideEncryptionConfiguration
|
|
270
|
-
| undefined;
|
|
271
|
-
ExpectedBucketOwner?: string | undefined;
|
|
272
|
-
}
|
|
273
|
-
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
274
|
-
Bucket: string | undefined;
|
|
275
|
-
Id: string | undefined;
|
|
276
|
-
ExpectedBucketOwner?: string | undefined;
|
|
277
|
-
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
278
|
-
}
|
|
279
|
-
export interface PutBucketInventoryConfigurationRequest {
|
|
280
|
-
Bucket: string | undefined;
|
|
281
|
-
Id: string | undefined;
|
|
282
|
-
InventoryConfiguration: InventoryConfiguration | undefined;
|
|
283
|
-
ExpectedBucketOwner?: string | undefined;
|
|
284
|
-
}
|
|
285
|
-
export interface PutBucketLifecycleConfigurationOutput {
|
|
286
|
-
TransitionDefaultMinimumObjectSize?:
|
|
287
|
-
| TransitionDefaultMinimumObjectSize
|
|
288
|
-
| undefined;
|
|
289
|
-
}
|
|
290
|
-
export interface BucketLifecycleConfiguration {
|
|
291
|
-
Rules: LifecycleRule[] | undefined;
|
|
292
|
-
}
|
|
293
|
-
export interface PutBucketLifecycleConfigurationRequest {
|
|
294
|
-
Bucket: string | undefined;
|
|
295
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
296
|
-
LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
|
|
297
|
-
ExpectedBucketOwner?: string | undefined;
|
|
298
|
-
TransitionDefaultMinimumObjectSize?:
|
|
299
|
-
| TransitionDefaultMinimumObjectSize
|
|
300
|
-
| undefined;
|
|
301
|
-
}
|
|
302
|
-
export interface BucketLoggingStatus {
|
|
303
|
-
LoggingEnabled?: LoggingEnabled | undefined;
|
|
304
|
-
}
|
|
305
|
-
export interface PutBucketLoggingRequest {
|
|
306
|
-
Bucket: string | undefined;
|
|
307
|
-
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
308
|
-
ContentMD5?: string | undefined;
|
|
309
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
310
|
-
ExpectedBucketOwner?: string | undefined;
|
|
311
|
-
}
|
|
312
|
-
export interface PutBucketMetricsConfigurationRequest {
|
|
313
|
-
Bucket: string | undefined;
|
|
314
|
-
Id: string | undefined;
|
|
315
|
-
MetricsConfiguration: MetricsConfiguration | undefined;
|
|
316
|
-
ExpectedBucketOwner?: string | undefined;
|
|
317
|
-
}
|
|
318
|
-
export interface PutBucketNotificationConfigurationRequest {
|
|
319
|
-
Bucket: string | undefined;
|
|
320
|
-
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
321
|
-
ExpectedBucketOwner?: string | undefined;
|
|
322
|
-
SkipDestinationValidation?: boolean | undefined;
|
|
323
|
-
}
|
|
324
|
-
export interface PutBucketOwnershipControlsRequest {
|
|
325
|
-
Bucket: string | undefined;
|
|
326
|
-
ContentMD5?: string | undefined;
|
|
327
|
-
ExpectedBucketOwner?: string | undefined;
|
|
328
|
-
OwnershipControls: OwnershipControls | undefined;
|
|
329
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
330
|
-
}
|
|
331
|
-
export interface PutBucketPolicyRequest {
|
|
332
|
-
Bucket: string | undefined;
|
|
333
|
-
ContentMD5?: string | undefined;
|
|
334
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
335
|
-
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
336
|
-
Policy: string | undefined;
|
|
337
|
-
ExpectedBucketOwner?: string | undefined;
|
|
338
|
-
}
|
|
339
|
-
export interface PutBucketReplicationRequest {
|
|
340
|
-
Bucket: string | undefined;
|
|
341
|
-
ContentMD5?: string | undefined;
|
|
342
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
343
|
-
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
344
|
-
Token?: string | undefined;
|
|
345
|
-
ExpectedBucketOwner?: string | undefined;
|
|
346
|
-
}
|
|
347
|
-
export interface RequestPaymentConfiguration {
|
|
348
|
-
Payer: Payer | undefined;
|
|
349
|
-
}
|
|
350
|
-
export interface PutBucketRequestPaymentRequest {
|
|
351
|
-
Bucket: string | undefined;
|
|
352
|
-
ContentMD5?: string | undefined;
|
|
353
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
354
|
-
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
355
|
-
ExpectedBucketOwner?: string | undefined;
|
|
356
|
-
}
|
|
357
|
-
export interface Tagging {
|
|
358
|
-
TagSet: Tag[] | undefined;
|
|
359
|
-
}
|
|
360
|
-
export interface PutBucketTaggingRequest {
|
|
361
|
-
Bucket: string | undefined;
|
|
362
|
-
ContentMD5?: string | undefined;
|
|
363
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
364
|
-
Tagging: Tagging | undefined;
|
|
365
|
-
ExpectedBucketOwner?: string | undefined;
|
|
366
|
-
}
|
|
367
|
-
export declare const MFADelete: {
|
|
368
|
-
readonly Disabled: "Disabled";
|
|
369
|
-
readonly Enabled: "Enabled";
|
|
370
|
-
};
|
|
371
|
-
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
372
|
-
export interface VersioningConfiguration {
|
|
373
|
-
MFADelete?: MFADelete | undefined;
|
|
374
|
-
Status?: BucketVersioningStatus | undefined;
|
|
375
|
-
}
|
|
376
|
-
export interface PutBucketVersioningRequest {
|
|
377
|
-
Bucket: string | undefined;
|
|
378
|
-
ContentMD5?: string | undefined;
|
|
379
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
380
|
-
MFA?: string | undefined;
|
|
381
|
-
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
382
|
-
ExpectedBucketOwner?: string | undefined;
|
|
383
|
-
}
|
|
384
|
-
export interface WebsiteConfiguration {
|
|
385
|
-
ErrorDocument?: ErrorDocument | undefined;
|
|
386
|
-
IndexDocument?: IndexDocument | undefined;
|
|
387
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
388
|
-
RoutingRules?: RoutingRule[] | undefined;
|
|
389
|
-
}
|
|
390
|
-
export interface PutBucketWebsiteRequest {
|
|
391
|
-
Bucket: string | undefined;
|
|
392
|
-
ContentMD5?: string | undefined;
|
|
393
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
394
|
-
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
395
|
-
ExpectedBucketOwner?: string | undefined;
|
|
396
|
-
}
|
|
397
|
-
export declare class EncryptionTypeMismatch extends __BaseException {
|
|
398
|
-
readonly name: "EncryptionTypeMismatch";
|
|
399
|
-
readonly $fault: "client";
|
|
400
|
-
constructor(
|
|
401
|
-
opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>
|
|
402
|
-
);
|
|
403
|
-
}
|
|
404
|
-
export declare class InvalidRequest extends __BaseException {
|
|
405
|
-
readonly name: "InvalidRequest";
|
|
406
|
-
readonly $fault: "client";
|
|
407
|
-
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
408
|
-
}
|
|
409
|
-
export declare class InvalidWriteOffset extends __BaseException {
|
|
410
|
-
readonly name: "InvalidWriteOffset";
|
|
411
|
-
readonly $fault: "client";
|
|
412
|
-
constructor(opts: __ExceptionOptionType<InvalidWriteOffset, __BaseException>);
|
|
413
|
-
}
|
|
414
|
-
export interface PutObjectOutput {
|
|
415
|
-
Expiration?: string | undefined;
|
|
416
|
-
ETag?: string | undefined;
|
|
417
|
-
ChecksumCRC32?: string | undefined;
|
|
418
|
-
ChecksumCRC32C?: string | undefined;
|
|
419
|
-
ChecksumCRC64NVME?: string | undefined;
|
|
420
|
-
ChecksumSHA1?: string | undefined;
|
|
421
|
-
ChecksumSHA256?: string | undefined;
|
|
422
|
-
ChecksumType?: ChecksumType | undefined;
|
|
423
|
-
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
424
|
-
VersionId?: string | undefined;
|
|
425
|
-
SSECustomerAlgorithm?: string | undefined;
|
|
426
|
-
SSECustomerKeyMD5?: string | undefined;
|
|
427
|
-
SSEKMSKeyId?: string | undefined;
|
|
428
|
-
SSEKMSEncryptionContext?: string | undefined;
|
|
429
|
-
BucketKeyEnabled?: boolean | undefined;
|
|
430
|
-
Size?: number | undefined;
|
|
431
|
-
RequestCharged?: RequestCharged | undefined;
|
|
432
|
-
}
|
|
433
|
-
export interface PutObjectRequest {
|
|
434
|
-
ACL?: ObjectCannedACL | undefined;
|
|
435
|
-
Body?: StreamingBlobTypes | undefined;
|
|
436
|
-
Bucket: string | undefined;
|
|
437
|
-
CacheControl?: string | undefined;
|
|
438
|
-
ContentDisposition?: string | undefined;
|
|
439
|
-
ContentEncoding?: string | undefined;
|
|
440
|
-
ContentLanguage?: string | undefined;
|
|
441
|
-
ContentLength?: number | undefined;
|
|
442
|
-
ContentMD5?: string | undefined;
|
|
443
|
-
ContentType?: string | undefined;
|
|
444
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
445
|
-
ChecksumCRC32?: string | undefined;
|
|
446
|
-
ChecksumCRC32C?: string | undefined;
|
|
447
|
-
ChecksumCRC64NVME?: string | undefined;
|
|
448
|
-
ChecksumSHA1?: string | undefined;
|
|
449
|
-
ChecksumSHA256?: string | undefined;
|
|
450
|
-
Expires?: Date | undefined;
|
|
451
|
-
IfMatch?: string | undefined;
|
|
452
|
-
IfNoneMatch?: string | undefined;
|
|
453
|
-
GrantFullControl?: string | undefined;
|
|
454
|
-
GrantRead?: string | undefined;
|
|
455
|
-
GrantReadACP?: string | undefined;
|
|
456
|
-
GrantWriteACP?: string | undefined;
|
|
457
|
-
Key: string | undefined;
|
|
458
|
-
WriteOffsetBytes?: number | undefined;
|
|
459
|
-
Metadata?: Record<string, string> | undefined;
|
|
460
|
-
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
461
|
-
StorageClass?: StorageClass | undefined;
|
|
462
|
-
WebsiteRedirectLocation?: string | undefined;
|
|
463
|
-
SSECustomerAlgorithm?: string | undefined;
|
|
464
|
-
SSECustomerKey?: string | undefined;
|
|
465
|
-
SSECustomerKeyMD5?: string | undefined;
|
|
466
|
-
SSEKMSKeyId?: string | undefined;
|
|
467
|
-
SSEKMSEncryptionContext?: string | undefined;
|
|
468
|
-
BucketKeyEnabled?: boolean | undefined;
|
|
469
|
-
RequestPayer?: RequestPayer | undefined;
|
|
470
|
-
Tagging?: string | undefined;
|
|
471
|
-
ObjectLockMode?: ObjectLockMode | undefined;
|
|
472
|
-
ObjectLockRetainUntilDate?: Date | undefined;
|
|
473
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
474
|
-
ExpectedBucketOwner?: string | undefined;
|
|
475
|
-
}
|
|
476
|
-
export declare class TooManyParts extends __BaseException {
|
|
477
|
-
readonly name: "TooManyParts";
|
|
478
|
-
readonly $fault: "client";
|
|
479
|
-
constructor(opts: __ExceptionOptionType<TooManyParts, __BaseException>);
|
|
480
|
-
}
|
|
481
|
-
export interface PutObjectAclOutput {
|
|
482
|
-
RequestCharged?: RequestCharged | undefined;
|
|
483
|
-
}
|
|
484
|
-
export interface PutObjectAclRequest {
|
|
485
|
-
ACL?: ObjectCannedACL | undefined;
|
|
486
|
-
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
487
|
-
Bucket: string | undefined;
|
|
488
|
-
ContentMD5?: string | undefined;
|
|
489
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
490
|
-
GrantFullControl?: string | undefined;
|
|
491
|
-
GrantRead?: string | undefined;
|
|
492
|
-
GrantReadACP?: string | undefined;
|
|
493
|
-
GrantWrite?: string | undefined;
|
|
494
|
-
GrantWriteACP?: string | undefined;
|
|
495
|
-
Key: string | undefined;
|
|
496
|
-
RequestPayer?: RequestPayer | undefined;
|
|
497
|
-
VersionId?: string | undefined;
|
|
498
|
-
ExpectedBucketOwner?: string | undefined;
|
|
499
|
-
}
|
|
500
|
-
export interface PutObjectLegalHoldOutput {
|
|
501
|
-
RequestCharged?: RequestCharged | undefined;
|
|
502
|
-
}
|
|
503
|
-
export interface PutObjectLegalHoldRequest {
|
|
504
|
-
Bucket: string | undefined;
|
|
505
|
-
Key: string | undefined;
|
|
506
|
-
LegalHold?: ObjectLockLegalHold | undefined;
|
|
507
|
-
RequestPayer?: RequestPayer | undefined;
|
|
508
|
-
VersionId?: string | undefined;
|
|
509
|
-
ContentMD5?: string | undefined;
|
|
510
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
511
|
-
ExpectedBucketOwner?: string | undefined;
|
|
512
|
-
}
|
|
513
|
-
export interface PutObjectLockConfigurationOutput {
|
|
514
|
-
RequestCharged?: RequestCharged | undefined;
|
|
515
|
-
}
|
|
516
|
-
export interface PutObjectLockConfigurationRequest {
|
|
517
|
-
Bucket: string | undefined;
|
|
518
|
-
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
519
|
-
RequestPayer?: RequestPayer | undefined;
|
|
520
|
-
Token?: string | undefined;
|
|
521
|
-
ContentMD5?: string | undefined;
|
|
522
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
523
|
-
ExpectedBucketOwner?: string | undefined;
|
|
524
|
-
}
|
|
525
|
-
export interface PutObjectRetentionOutput {
|
|
526
|
-
RequestCharged?: RequestCharged | undefined;
|
|
527
|
-
}
|
|
528
|
-
export interface PutObjectRetentionRequest {
|
|
529
|
-
Bucket: string | undefined;
|
|
530
|
-
Key: string | undefined;
|
|
531
|
-
Retention?: ObjectLockRetention | undefined;
|
|
532
|
-
RequestPayer?: RequestPayer | undefined;
|
|
533
|
-
VersionId?: string | undefined;
|
|
534
|
-
BypassGovernanceRetention?: boolean | undefined;
|
|
535
|
-
ContentMD5?: string | undefined;
|
|
536
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
537
|
-
ExpectedBucketOwner?: string | undefined;
|
|
538
|
-
}
|
|
539
|
-
export interface PutObjectTaggingOutput {
|
|
540
|
-
VersionId?: string | undefined;
|
|
541
|
-
}
|
|
542
|
-
export interface PutObjectTaggingRequest {
|
|
543
|
-
Bucket: string | undefined;
|
|
544
|
-
Key: string | undefined;
|
|
545
|
-
VersionId?: string | undefined;
|
|
546
|
-
ContentMD5?: string | undefined;
|
|
547
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
548
|
-
Tagging: Tagging | undefined;
|
|
549
|
-
ExpectedBucketOwner?: string | undefined;
|
|
550
|
-
RequestPayer?: RequestPayer | undefined;
|
|
551
|
-
}
|
|
552
|
-
export interface PutPublicAccessBlockRequest {
|
|
553
|
-
Bucket: string | undefined;
|
|
554
|
-
ContentMD5?: string | undefined;
|
|
555
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
556
|
-
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
557
|
-
ExpectedBucketOwner?: string | undefined;
|
|
558
|
-
}
|
|
559
|
-
export declare class IdempotencyParameterMismatch extends __BaseException {
|
|
560
|
-
readonly name: "IdempotencyParameterMismatch";
|
|
561
|
-
readonly $fault: "client";
|
|
562
|
-
constructor(
|
|
563
|
-
opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>
|
|
564
|
-
);
|
|
565
|
-
}
|
|
566
|
-
export interface RenameObjectOutput {}
|
|
567
|
-
export interface RenameObjectRequest {
|
|
568
|
-
Bucket: string | undefined;
|
|
569
|
-
Key: string | undefined;
|
|
570
|
-
RenameSource: string | undefined;
|
|
571
|
-
DestinationIfMatch?: string | undefined;
|
|
572
|
-
DestinationIfNoneMatch?: string | undefined;
|
|
573
|
-
DestinationIfModifiedSince?: Date | undefined;
|
|
574
|
-
DestinationIfUnmodifiedSince?: Date | undefined;
|
|
575
|
-
SourceIfMatch?: string | undefined;
|
|
576
|
-
SourceIfNoneMatch?: string | undefined;
|
|
577
|
-
SourceIfModifiedSince?: Date | undefined;
|
|
578
|
-
SourceIfUnmodifiedSince?: Date | undefined;
|
|
579
|
-
ClientToken?: string | undefined;
|
|
580
|
-
}
|
|
581
|
-
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
582
|
-
readonly name: "ObjectAlreadyInActiveTierError";
|
|
583
|
-
readonly $fault: "client";
|
|
584
|
-
constructor(
|
|
585
|
-
opts: __ExceptionOptionType<ObjectAlreadyInActiveTierError, __BaseException>
|
|
586
|
-
);
|
|
587
|
-
}
|
|
588
|
-
export interface RestoreObjectOutput {
|
|
589
|
-
RequestCharged?: RequestCharged | undefined;
|
|
590
|
-
RestoreOutputPath?: string | undefined;
|
|
591
|
-
}
|
|
592
|
-
export declare const Tier: {
|
|
593
|
-
readonly Bulk: "Bulk";
|
|
594
|
-
readonly Expedited: "Expedited";
|
|
595
|
-
readonly Standard: "Standard";
|
|
596
|
-
};
|
|
597
|
-
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
598
|
-
export interface GlacierJobParameters {
|
|
599
|
-
Tier: Tier | undefined;
|
|
600
|
-
}
|
|
601
|
-
export interface Encryption {
|
|
602
|
-
EncryptionType: ServerSideEncryption | undefined;
|
|
603
|
-
KMSKeyId?: string | undefined;
|
|
604
|
-
KMSContext?: string | undefined;
|
|
605
|
-
}
|
|
606
|
-
export interface MetadataEntry {
|
|
607
|
-
Name?: string | undefined;
|
|
608
|
-
Value?: string | undefined;
|
|
609
|
-
}
|
|
610
|
-
export interface S3Location {
|
|
611
|
-
BucketName: string | undefined;
|
|
612
|
-
Prefix: string | undefined;
|
|
613
|
-
Encryption?: Encryption | undefined;
|
|
614
|
-
CannedACL?: ObjectCannedACL | undefined;
|
|
615
|
-
AccessControlList?: Grant[] | undefined;
|
|
616
|
-
Tagging?: Tagging | undefined;
|
|
617
|
-
UserMetadata?: MetadataEntry[] | undefined;
|
|
618
|
-
StorageClass?: StorageClass | undefined;
|
|
619
|
-
}
|
|
620
|
-
export interface OutputLocation {
|
|
621
|
-
S3?: S3Location | undefined;
|
|
622
|
-
}
|
|
623
|
-
export declare const ExpressionType: {
|
|
624
|
-
readonly SQL: "SQL";
|
|
625
|
-
};
|
|
626
|
-
export type ExpressionType =
|
|
627
|
-
(typeof ExpressionType)[keyof typeof ExpressionType];
|
|
628
|
-
export declare const CompressionType: {
|
|
629
|
-
readonly BZIP2: "BZIP2";
|
|
630
|
-
readonly GZIP: "GZIP";
|
|
631
|
-
readonly NONE: "NONE";
|
|
632
|
-
};
|
|
633
|
-
export type CompressionType =
|
|
634
|
-
(typeof CompressionType)[keyof typeof CompressionType];
|
|
635
|
-
export declare const FileHeaderInfo: {
|
|
636
|
-
readonly IGNORE: "IGNORE";
|
|
637
|
-
readonly NONE: "NONE";
|
|
638
|
-
readonly USE: "USE";
|
|
639
|
-
};
|
|
640
|
-
export type FileHeaderInfo =
|
|
641
|
-
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
642
|
-
export interface CSVInput {
|
|
643
|
-
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
644
|
-
Comments?: string | undefined;
|
|
645
|
-
QuoteEscapeCharacter?: string | undefined;
|
|
646
|
-
RecordDelimiter?: string | undefined;
|
|
647
|
-
FieldDelimiter?: string | undefined;
|
|
648
|
-
QuoteCharacter?: string | undefined;
|
|
649
|
-
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
650
|
-
}
|
|
651
|
-
export declare const JSONType: {
|
|
652
|
-
readonly DOCUMENT: "DOCUMENT";
|
|
653
|
-
readonly LINES: "LINES";
|
|
654
|
-
};
|
|
655
|
-
export type JSONType = (typeof JSONType)[keyof typeof JSONType];
|
|
656
|
-
export interface JSONInput {
|
|
657
|
-
Type?: JSONType | undefined;
|
|
658
|
-
}
|
|
659
|
-
export interface ParquetInput {}
|
|
660
|
-
export interface InputSerialization {
|
|
661
|
-
CSV?: CSVInput | undefined;
|
|
662
|
-
CompressionType?: CompressionType | undefined;
|
|
663
|
-
JSON?: JSONInput | undefined;
|
|
664
|
-
Parquet?: ParquetInput | undefined;
|
|
665
|
-
}
|
|
666
|
-
export declare const QuoteFields: {
|
|
667
|
-
readonly ALWAYS: "ALWAYS";
|
|
668
|
-
readonly ASNEEDED: "ASNEEDED";
|
|
669
|
-
};
|
|
670
|
-
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
671
|
-
export interface CSVOutput {
|
|
672
|
-
QuoteFields?: QuoteFields | undefined;
|
|
673
|
-
QuoteEscapeCharacter?: string | undefined;
|
|
674
|
-
RecordDelimiter?: string | undefined;
|
|
675
|
-
FieldDelimiter?: string | undefined;
|
|
676
|
-
QuoteCharacter?: string | undefined;
|
|
677
|
-
}
|
|
678
|
-
export interface JSONOutput {
|
|
679
|
-
RecordDelimiter?: string | undefined;
|
|
680
|
-
}
|
|
681
|
-
export interface OutputSerialization {
|
|
682
|
-
CSV?: CSVOutput | undefined;
|
|
683
|
-
JSON?: JSONOutput | undefined;
|
|
684
|
-
}
|
|
685
24
|
export interface SelectParameters {
|
|
686
25
|
InputSerialization: InputSerialization | undefined;
|
|
687
26
|
ExpressionType: ExpressionType | undefined;
|
|
688
27
|
Expression: string | undefined;
|
|
689
28
|
OutputSerialization: OutputSerialization | undefined;
|
|
690
29
|
}
|
|
691
|
-
export declare const RestoreRequestType: {
|
|
692
|
-
readonly SELECT: "SELECT";
|
|
693
|
-
};
|
|
694
|
-
export type RestoreRequestType =
|
|
695
|
-
(typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|
|
696
30
|
export interface RestoreRequest {
|
|
697
31
|
Days?: number | undefined;
|
|
698
32
|
GlacierJobParameters?: GlacierJobParameters | undefined;
|