@aws-sdk/client-s3 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restXml.js +2 -2
- package/dist-es/S3.js +381 -374
- package/dist-es/S3Client.js +32 -26
- package/dist-es/commands/AbortMultipartUploadCommand.js +28 -21
- package/dist-es/commands/CompleteMultipartUploadCommand.js +28 -21
- package/dist-es/commands/CopyObjectCommand.js +28 -21
- package/dist-es/commands/CreateBucketCommand.js +28 -21
- package/dist-es/commands/CreateMultipartUploadCommand.js +28 -21
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteBucketCommand.js +29 -22
- package/dist-es/commands/DeleteBucketCorsCommand.js +29 -22
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +29 -22
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +29 -22
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +29 -22
- package/dist-es/commands/DeleteBucketPolicyCommand.js +29 -22
- package/dist-es/commands/DeleteBucketReplicationCommand.js +29 -22
- package/dist-es/commands/DeleteBucketTaggingCommand.js +29 -22
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +29 -22
- package/dist-es/commands/DeleteObjectCommand.js +28 -21
- package/dist-es/commands/DeleteObjectTaggingCommand.js +28 -21
- package/dist-es/commands/DeleteObjectsCommand.js +28 -21
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +29 -22
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketAclCommand.js +28 -21
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketCorsCommand.js +28 -21
- package/dist-es/commands/GetBucketEncryptionCommand.js +28 -21
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketLocationCommand.js +28 -21
- package/dist-es/commands/GetBucketLoggingCommand.js +28 -21
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +28 -21
- package/dist-es/commands/GetBucketPolicyCommand.js +28 -21
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +28 -21
- package/dist-es/commands/GetBucketReplicationCommand.js +28 -21
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +28 -21
- package/dist-es/commands/GetBucketTaggingCommand.js +28 -21
- package/dist-es/commands/GetBucketVersioningCommand.js +28 -21
- package/dist-es/commands/GetBucketWebsiteCommand.js +28 -21
- package/dist-es/commands/GetObjectAclCommand.js +28 -21
- package/dist-es/commands/GetObjectAttributesCommand.js +28 -21
- package/dist-es/commands/GetObjectCommand.js +28 -21
- package/dist-es/commands/GetObjectLegalHoldCommand.js +28 -21
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +28 -21
- package/dist-es/commands/GetObjectRetentionCommand.js +28 -21
- package/dist-es/commands/GetObjectTaggingCommand.js +28 -21
- package/dist-es/commands/GetObjectTorrentCommand.js +28 -21
- package/dist-es/commands/GetPublicAccessBlockCommand.js +28 -21
- package/dist-es/commands/HeadBucketCommand.js +29 -22
- package/dist-es/commands/HeadObjectCommand.js +28 -21
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListBucketsCommand.js +29 -22
- package/dist-es/commands/ListMultipartUploadsCommand.js +28 -21
- package/dist-es/commands/ListObjectVersionsCommand.js +28 -21
- package/dist-es/commands/ListObjectsCommand.js +28 -21
- package/dist-es/commands/ListObjectsV2Command.js +28 -21
- package/dist-es/commands/ListPartsCommand.js +28 -21
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketAclCommand.js +29 -22
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketCorsCommand.js +29 -22
- package/dist-es/commands/PutBucketEncryptionCommand.js +29 -22
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketLoggingCommand.js +29 -22
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +29 -22
- package/dist-es/commands/PutBucketPolicyCommand.js +29 -22
- package/dist-es/commands/PutBucketReplicationCommand.js +29 -22
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +29 -22
- package/dist-es/commands/PutBucketTaggingCommand.js +29 -22
- package/dist-es/commands/PutBucketVersioningCommand.js +29 -22
- package/dist-es/commands/PutBucketWebsiteCommand.js +29 -22
- package/dist-es/commands/PutObjectAclCommand.js +28 -21
- package/dist-es/commands/PutObjectCommand.js +28 -21
- package/dist-es/commands/PutObjectLegalHoldCommand.js +28 -21
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +28 -21
- package/dist-es/commands/PutObjectRetentionCommand.js +28 -21
- package/dist-es/commands/PutObjectTaggingCommand.js +28 -21
- package/dist-es/commands/PutPublicAccessBlockCommand.js +29 -22
- package/dist-es/commands/RestoreObjectCommand.js +28 -21
- package/dist-es/commands/SelectObjectContentCommand.js +28 -21
- package/dist-es/commands/UploadPartCommand.js +28 -21
- package/dist-es/commands/UploadPartCopyCommand.js +28 -21
- package/dist-es/commands/WriteGetObjectResponseCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/S3ServiceException.js +10 -5
- package/dist-es/models/models_0.js +378 -896
- package/dist-es/models/models_1.js +54 -141
- package/dist-es/pagination/ListObjectsV2Paginator.js +68 -25
- package/dist-es/pagination/ListPartsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restXml.js +9022 -6891
- package/dist-es/runtimeConfig.browser.js +12 -31
- package/dist-es/runtimeConfig.js +12 -36
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +14 -11
- package/dist-es/waiters/waitForBucketExists.js +42 -23
- package/dist-es/waiters/waitForBucketNotExists.js +42 -22
- package/dist-es/waiters/waitForObjectExists.js +42 -23
- package/dist-es/waiters/waitForObjectNotExists.js +42 -22
- package/package.json +6 -6
|
@@ -1,17 +1,18 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
this.$fault = "client";
|
|
12
|
-
Object.setPrototypeOf(this, NoSuchUpload.prototype);
|
|
4
|
+
var NoSuchUpload = (function (_super) {
|
|
5
|
+
__extends(NoSuchUpload, _super);
|
|
6
|
+
function NoSuchUpload(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "NoSuchUpload", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "NoSuchUpload";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, NoSuchUpload.prototype);
|
|
11
|
+
return _this;
|
|
13
12
|
}
|
|
14
|
-
|
|
13
|
+
return NoSuchUpload;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { NoSuchUpload };
|
|
15
16
|
export var ChecksumAlgorithm;
|
|
16
17
|
(function (ChecksumAlgorithm) {
|
|
17
18
|
ChecksumAlgorithm["CRC32"] = "CRC32";
|
|
@@ -19,45 +20,45 @@ export var ChecksumAlgorithm;
|
|
|
19
20
|
ChecksumAlgorithm["SHA1"] = "SHA1";
|
|
20
21
|
ChecksumAlgorithm["SHA256"] = "SHA256";
|
|
21
22
|
})(ChecksumAlgorithm || (ChecksumAlgorithm = {}));
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
this.$fault = "client";
|
|
31
|
-
Object.setPrototypeOf(this, ObjectNotInActiveTierError.prototype);
|
|
23
|
+
var ObjectNotInActiveTierError = (function (_super) {
|
|
24
|
+
__extends(ObjectNotInActiveTierError, _super);
|
|
25
|
+
function ObjectNotInActiveTierError(opts) {
|
|
26
|
+
var _this = _super.call(this, __assign({ name: "ObjectNotInActiveTierError", $fault: "client" }, opts)) || this;
|
|
27
|
+
_this.name = "ObjectNotInActiveTierError";
|
|
28
|
+
_this.$fault = "client";
|
|
29
|
+
Object.setPrototypeOf(_this, ObjectNotInActiveTierError.prototype);
|
|
30
|
+
return _this;
|
|
32
31
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
32
|
+
return ObjectNotInActiveTierError;
|
|
33
|
+
}(__BaseException));
|
|
34
|
+
export { ObjectNotInActiveTierError };
|
|
35
|
+
var BucketAlreadyExists = (function (_super) {
|
|
36
|
+
__extends(BucketAlreadyExists, _super);
|
|
37
|
+
function BucketAlreadyExists(opts) {
|
|
38
|
+
var _this = _super.call(this, __assign({ name: "BucketAlreadyExists", $fault: "client" }, opts)) || this;
|
|
39
|
+
_this.name = "BucketAlreadyExists";
|
|
40
|
+
_this.$fault = "client";
|
|
41
|
+
Object.setPrototypeOf(_this, BucketAlreadyExists.prototype);
|
|
42
|
+
return _this;
|
|
44
43
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
44
|
+
return BucketAlreadyExists;
|
|
45
|
+
}(__BaseException));
|
|
46
|
+
export { BucketAlreadyExists };
|
|
47
|
+
var BucketAlreadyOwnedByYou = (function (_super) {
|
|
48
|
+
__extends(BucketAlreadyOwnedByYou, _super);
|
|
49
|
+
function BucketAlreadyOwnedByYou(opts) {
|
|
50
|
+
var _this = _super.call(this, __assign({ name: "BucketAlreadyOwnedByYou", $fault: "client" }, opts)) || this;
|
|
51
|
+
_this.name = "BucketAlreadyOwnedByYou";
|
|
52
|
+
_this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(_this, BucketAlreadyOwnedByYou.prototype);
|
|
54
|
+
return _this;
|
|
56
55
|
}
|
|
57
|
-
|
|
56
|
+
return BucketAlreadyOwnedByYou;
|
|
57
|
+
}(__BaseException));
|
|
58
|
+
export { BucketAlreadyOwnedByYou };
|
|
58
59
|
export var AnalyticsFilter;
|
|
59
60
|
(function (AnalyticsFilter) {
|
|
60
|
-
AnalyticsFilter.visit = (value, visitor)
|
|
61
|
+
AnalyticsFilter.visit = function (value, visitor) {
|
|
61
62
|
if (value.Prefix !== undefined)
|
|
62
63
|
return visitor.Prefix(value.Prefix);
|
|
63
64
|
if (value.Tag !== undefined)
|
|
@@ -69,7 +70,7 @@ export var AnalyticsFilter;
|
|
|
69
70
|
})(AnalyticsFilter || (AnalyticsFilter = {}));
|
|
70
71
|
export var LifecycleRuleFilter;
|
|
71
72
|
(function (LifecycleRuleFilter) {
|
|
72
|
-
LifecycleRuleFilter.visit = (value, visitor)
|
|
73
|
+
LifecycleRuleFilter.visit = function (value, visitor) {
|
|
73
74
|
if (value.Prefix !== undefined)
|
|
74
75
|
return visitor.Prefix(value.Prefix);
|
|
75
76
|
if (value.Tag !== undefined)
|
|
@@ -85,7 +86,7 @@ export var LifecycleRuleFilter;
|
|
|
85
86
|
})(LifecycleRuleFilter || (LifecycleRuleFilter = {}));
|
|
86
87
|
export var MetricsFilter;
|
|
87
88
|
(function (MetricsFilter) {
|
|
88
|
-
MetricsFilter.visit = (value, visitor)
|
|
89
|
+
MetricsFilter.visit = function (value, visitor) {
|
|
89
90
|
if (value.Prefix !== undefined)
|
|
90
91
|
return visitor.Prefix(value.Prefix);
|
|
91
92
|
if (value.Tag !== undefined)
|
|
@@ -99,7 +100,7 @@ export var MetricsFilter;
|
|
|
99
100
|
})(MetricsFilter || (MetricsFilter = {}));
|
|
100
101
|
export var ReplicationRuleFilter;
|
|
101
102
|
(function (ReplicationRuleFilter) {
|
|
102
|
-
ReplicationRuleFilter.visit = (value, visitor)
|
|
103
|
+
ReplicationRuleFilter.visit = function (value, visitor) {
|
|
103
104
|
if (value.Prefix !== undefined)
|
|
104
105
|
return visitor.Prefix(value.Prefix);
|
|
105
106
|
if (value.Tag !== undefined)
|
|
@@ -113,32 +114,32 @@ export var ChecksumMode;
|
|
|
113
114
|
(function (ChecksumMode) {
|
|
114
115
|
ChecksumMode["ENABLED"] = "ENABLED";
|
|
115
116
|
})(ChecksumMode || (ChecksumMode = {}));
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
this.StorageClass = opts.StorageClass;
|
|
127
|
-
this.AccessTier = opts.AccessTier;
|
|
117
|
+
var InvalidObjectState = (function (_super) {
|
|
118
|
+
__extends(InvalidObjectState, _super);
|
|
119
|
+
function InvalidObjectState(opts) {
|
|
120
|
+
var _this = _super.call(this, __assign({ name: "InvalidObjectState", $fault: "client" }, opts)) || this;
|
|
121
|
+
_this.name = "InvalidObjectState";
|
|
122
|
+
_this.$fault = "client";
|
|
123
|
+
Object.setPrototypeOf(_this, InvalidObjectState.prototype);
|
|
124
|
+
_this.StorageClass = opts.StorageClass;
|
|
125
|
+
_this.AccessTier = opts.AccessTier;
|
|
126
|
+
return _this;
|
|
128
127
|
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
128
|
+
return InvalidObjectState;
|
|
129
|
+
}(__BaseException));
|
|
130
|
+
export { InvalidObjectState };
|
|
131
|
+
var NoSuchKey = (function (_super) {
|
|
132
|
+
__extends(NoSuchKey, _super);
|
|
133
|
+
function NoSuchKey(opts) {
|
|
134
|
+
var _this = _super.call(this, __assign({ name: "NoSuchKey", $fault: "client" }, opts)) || this;
|
|
135
|
+
_this.name = "NoSuchKey";
|
|
136
|
+
_this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(_this, NoSuchKey.prototype);
|
|
138
|
+
return _this;
|
|
140
139
|
}
|
|
141
|
-
|
|
140
|
+
return NoSuchKey;
|
|
141
|
+
}(__BaseException));
|
|
142
|
+
export { NoSuchKey };
|
|
142
143
|
export var ObjectAttributes;
|
|
143
144
|
(function (ObjectAttributes) {
|
|
144
145
|
ObjectAttributes["CHECKSUM"] = "Checksum";
|
|
@@ -147,197 +148,83 @@ export var ObjectAttributes;
|
|
|
147
148
|
ObjectAttributes["OBJECT_SIZE"] = "ObjectSize";
|
|
148
149
|
ObjectAttributes["STORAGE_CLASS"] = "StorageClass";
|
|
149
150
|
})(ObjectAttributes || (ObjectAttributes = {}));
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
this.$fault = "client";
|
|
159
|
-
Object.setPrototypeOf(this, NotFound.prototype);
|
|
151
|
+
var NotFound = (function (_super) {
|
|
152
|
+
__extends(NotFound, _super);
|
|
153
|
+
function NotFound(opts) {
|
|
154
|
+
var _this = _super.call(this, __assign({ name: "NotFound", $fault: "client" }, opts)) || this;
|
|
155
|
+
_this.name = "NotFound";
|
|
156
|
+
_this.$fault = "client";
|
|
157
|
+
Object.setPrototypeOf(_this, NotFound.prototype);
|
|
158
|
+
return _this;
|
|
160
159
|
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
160
|
+
return NotFound;
|
|
161
|
+
}(__BaseException));
|
|
162
|
+
export { NotFound };
|
|
163
|
+
var NoSuchBucket = (function (_super) {
|
|
164
|
+
__extends(NoSuchBucket, _super);
|
|
165
|
+
function NoSuchBucket(opts) {
|
|
166
|
+
var _this = _super.call(this, __assign({ name: "NoSuchBucket", $fault: "client" }, opts)) || this;
|
|
167
|
+
_this.name = "NoSuchBucket";
|
|
168
|
+
_this.$fault = "client";
|
|
169
|
+
Object.setPrototypeOf(_this, NoSuchBucket.prototype);
|
|
170
|
+
return _this;
|
|
172
171
|
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
});
|
|
177
|
-
export
|
|
178
|
-
|
|
179
|
-
});
|
|
180
|
-
export
|
|
181
|
-
|
|
182
|
-
});
|
|
183
|
-
export
|
|
184
|
-
|
|
185
|
-
});
|
|
186
|
-
export
|
|
187
|
-
|
|
188
|
-
});
|
|
189
|
-
export
|
|
190
|
-
|
|
191
|
-
});
|
|
192
|
-
export
|
|
193
|
-
|
|
194
|
-
});
|
|
195
|
-
export
|
|
196
|
-
|
|
197
|
-
});
|
|
198
|
-
export
|
|
199
|
-
|
|
200
|
-
});
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
});
|
|
205
|
-
export
|
|
206
|
-
|
|
207
|
-
});
|
|
208
|
-
export
|
|
209
|
-
|
|
210
|
-
});
|
|
211
|
-
export
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
});
|
|
215
|
-
export
|
|
216
|
-
|
|
217
|
-
});
|
|
218
|
-
export
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
});
|
|
223
|
-
export
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
});
|
|
230
|
-
export const CreateBucketOutputFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const CreateBucketConfigurationFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const CreateBucketRequestFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const CreateMultipartUploadOutputFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
...(obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }),
|
|
242
|
-
...(obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }),
|
|
243
|
-
});
|
|
244
|
-
export const CreateMultipartUploadRequestFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
...(obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }),
|
|
247
|
-
...(obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }),
|
|
248
|
-
...(obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }),
|
|
249
|
-
});
|
|
250
|
-
export const DeleteBucketRequestFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
export const DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const DeleteBucketCorsRequestFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const DeleteBucketEncryptionRequestFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
export const DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
export const DeleteBucketInventoryConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
export const DeleteBucketLifecycleRequestFilterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
export const DeleteBucketMetricsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
export const DeleteBucketOwnershipControlsRequestFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
export const DeleteBucketPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
export const DeleteBucketReplicationRequestFilterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
export const DeleteBucketTaggingRequestFilterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
export const DeleteBucketWebsiteRequestFilterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
export const DeleteObjectOutputFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
export const DeleteObjectRequestFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
export const DeletedObjectFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
export const _ErrorFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
export const DeleteObjectsOutputFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
export const ObjectIdentifierFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
export const DeleteFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
export const DeleteObjectsRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
export const DeleteObjectTaggingOutputFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
export const DeleteObjectTaggingRequestFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const DeletePublicAccessBlockRequestFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
export const GetBucketAccelerateConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
export const GetBucketAccelerateConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
export const GetBucketAclOutputFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
export const GetBucketAclRequestFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const AnalyticsAndOperatorFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const AnalyticsFilterFilterSensitiveLog = (obj) => {
|
|
172
|
+
return NoSuchBucket;
|
|
173
|
+
}(__BaseException));
|
|
174
|
+
export { NoSuchBucket };
|
|
175
|
+
export var AbortIncompleteMultipartUploadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var AbortMultipartUploadOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var AbortMultipartUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var AccelerateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var GranteeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var GrantFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var OwnerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var AccessControlPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var AccessControlTranslationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var CompleteMultipartUploadOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }))); };
|
|
185
|
+
export var CompletedPartFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var CompletedMultipartUploadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var CompleteMultipartUploadRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }))); };
|
|
188
|
+
export var CopyObjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var CopyObjectOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING })), (obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }))); };
|
|
190
|
+
export var CopyObjectRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING })), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING })), (obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING })), (obj.CopySourceSSECustomerKey && { CopySourceSSECustomerKey: SENSITIVE_STRING }))); };
|
|
191
|
+
export var CreateBucketOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var CreateBucketConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var CreateBucketRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var CreateMultipartUploadOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING })), (obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }))); };
|
|
195
|
+
export var CreateMultipartUploadRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING })), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING })), (obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }))); };
|
|
196
|
+
export var DeleteBucketRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var DeleteBucketCorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var DeleteBucketEncryptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var DeleteBucketInventoryConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var DeleteBucketLifecycleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var DeleteBucketMetricsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var DeleteBucketOwnershipControlsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var DeleteBucketPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var DeleteBucketReplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var DeleteBucketTaggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var DeleteBucketWebsiteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var DeleteObjectOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var DeleteObjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var DeletedObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var _ErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var DeleteObjectsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var ObjectIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var DeleteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var DeleteObjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var DeleteObjectTaggingOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var DeleteObjectTaggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var DeletePublicAccessBlockRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var GetBucketAccelerateConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var GetBucketAccelerateConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var GetBucketAclOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var GetBucketAclRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var AnalyticsAndOperatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var AnalyticsFilterFilterSensitiveLog = function (obj) {
|
|
227
|
+
var _a;
|
|
341
228
|
if (obj.Prefix !== undefined)
|
|
342
229
|
return { Prefix: obj.Prefix };
|
|
343
230
|
if (obj.Tag !== undefined)
|
|
@@ -345,130 +232,53 @@ export const AnalyticsFilterFilterSensitiveLog = (obj) => {
|
|
|
345
232
|
if (obj.And !== undefined)
|
|
346
233
|
return { And: AnalyticsAndOperatorFilterSensitiveLog(obj.And) };
|
|
347
234
|
if (obj.$unknown !== undefined)
|
|
348
|
-
return { [obj.$unknown[0]]
|
|
235
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
349
236
|
};
|
|
350
|
-
export
|
|
351
|
-
|
|
352
|
-
});
|
|
353
|
-
export
|
|
354
|
-
|
|
355
|
-
})
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
});
|
|
359
|
-
export
|
|
360
|
-
|
|
361
|
-
});
|
|
362
|
-
export
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
});
|
|
366
|
-
export
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
});
|
|
372
|
-
export
|
|
373
|
-
|
|
374
|
-
});
|
|
375
|
-
export
|
|
376
|
-
|
|
377
|
-
});
|
|
378
|
-
export
|
|
379
|
-
|
|
380
|
-
});
|
|
381
|
-
export
|
|
382
|
-
|
|
383
|
-
});
|
|
384
|
-
export
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
})
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
...obj,
|
|
396
|
-
...(obj.Rules && { Rules: obj.Rules.map((item) => ServerSideEncryptionRuleFilterSensitiveLog(item)) }),
|
|
397
|
-
});
|
|
398
|
-
export const GetBucketEncryptionOutputFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
...(obj.ServerSideEncryptionConfiguration && {
|
|
401
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
402
|
-
}),
|
|
403
|
-
});
|
|
404
|
-
export const GetBucketEncryptionRequestFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const IntelligentTieringAndOperatorFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
export const IntelligentTieringFilterFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
export const TieringFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
export const IntelligentTieringConfigurationFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
export const GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const SSEKMSFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
...(obj.KeyId && { KeyId: SENSITIVE_STRING }),
|
|
428
|
-
});
|
|
429
|
-
export const SSES3FilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
export const InventoryEncryptionFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
...(obj.SSEKMS && { SSEKMS: SSEKMSFilterSensitiveLog(obj.SSEKMS) }),
|
|
435
|
-
});
|
|
436
|
-
export const InventoryS3BucketDestinationFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
...(obj.Encryption && { Encryption: InventoryEncryptionFilterSensitiveLog(obj.Encryption) }),
|
|
439
|
-
});
|
|
440
|
-
export const InventoryDestinationFilterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
...(obj.S3BucketDestination && {
|
|
443
|
-
S3BucketDestination: InventoryS3BucketDestinationFilterSensitiveLog(obj.S3BucketDestination),
|
|
444
|
-
}),
|
|
445
|
-
});
|
|
446
|
-
export const InventoryFilterFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
export const InventoryScheduleFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
export const InventoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
...(obj.Destination && { Destination: InventoryDestinationFilterSensitiveLog(obj.Destination) }),
|
|
455
|
-
});
|
|
456
|
-
export const GetBucketInventoryConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
...(obj.InventoryConfiguration && {
|
|
459
|
-
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration),
|
|
460
|
-
}),
|
|
461
|
-
});
|
|
462
|
-
export const GetBucketInventoryConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const LifecycleExpirationFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const LifecycleRuleAndOperatorFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
export const LifecycleRuleFilterFilterSensitiveLog = (obj) => {
|
|
237
|
+
export var AnalyticsS3BucketDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var AnalyticsExportDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var StorageClassAnalysisDataExportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var StorageClassAnalysisFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var AnalyticsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Filter && { Filter: AnalyticsFilterFilterSensitiveLog(obj.Filter) }))); };
|
|
242
|
+
export var GetBucketAnalyticsConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AnalyticsConfiguration && {
|
|
243
|
+
AnalyticsConfiguration: AnalyticsConfigurationFilterSensitiveLog(obj.AnalyticsConfiguration),
|
|
244
|
+
}))); };
|
|
245
|
+
export var GetBucketAnalyticsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var CORSRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var GetBucketCorsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var GetBucketCorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var ServerSideEncryptionByDefaultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KMSMasterKeyID && { KMSMasterKeyID: SENSITIVE_STRING }))); };
|
|
250
|
+
export var ServerSideEncryptionRuleFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ApplyServerSideEncryptionByDefault && {
|
|
251
|
+
ApplyServerSideEncryptionByDefault: ServerSideEncryptionByDefaultFilterSensitiveLog(obj.ApplyServerSideEncryptionByDefault),
|
|
252
|
+
}))); };
|
|
253
|
+
export var ServerSideEncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return ServerSideEncryptionRuleFilterSensitiveLog(item); }) }))); };
|
|
254
|
+
export var GetBucketEncryptionOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
255
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
256
|
+
}))); };
|
|
257
|
+
export var GetBucketEncryptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var IntelligentTieringAndOperatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var IntelligentTieringFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var TieringFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var IntelligentTieringConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var SSEKMSFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyId && { KeyId: SENSITIVE_STRING }))); };
|
|
265
|
+
export var SSES3FilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var InventoryEncryptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSEKMS && { SSEKMS: SSEKMSFilterSensitiveLog(obj.SSEKMS) }))); };
|
|
267
|
+
export var InventoryS3BucketDestinationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Encryption && { Encryption: InventoryEncryptionFilterSensitiveLog(obj.Encryption) }))); };
|
|
268
|
+
export var InventoryDestinationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.S3BucketDestination && {
|
|
269
|
+
S3BucketDestination: InventoryS3BucketDestinationFilterSensitiveLog(obj.S3BucketDestination),
|
|
270
|
+
}))); };
|
|
271
|
+
export var InventoryFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var InventoryScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var InventoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Destination && { Destination: InventoryDestinationFilterSensitiveLog(obj.Destination) }))); };
|
|
274
|
+
export var GetBucketInventoryConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.InventoryConfiguration && {
|
|
275
|
+
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration),
|
|
276
|
+
}))); };
|
|
277
|
+
export var GetBucketInventoryConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var LifecycleExpirationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var LifecycleRuleAndOperatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var LifecycleRuleFilterFilterSensitiveLog = function (obj) {
|
|
281
|
+
var _a;
|
|
472
282
|
if (obj.Prefix !== undefined)
|
|
473
283
|
return { Prefix: obj.Prefix };
|
|
474
284
|
if (obj.Tag !== undefined)
|
|
@@ -480,50 +290,23 @@ export const LifecycleRuleFilterFilterSensitiveLog = (obj) => {
|
|
|
480
290
|
if (obj.And !== undefined)
|
|
481
291
|
return { And: LifecycleRuleAndOperatorFilterSensitiveLog(obj.And) };
|
|
482
292
|
if (obj.$unknown !== undefined)
|
|
483
|
-
return { [obj.$unknown[0]]
|
|
293
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
484
294
|
};
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
});
|
|
488
|
-
export
|
|
489
|
-
|
|
490
|
-
});
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
});
|
|
494
|
-
export
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
});
|
|
498
|
-
export
|
|
499
|
-
|
|
500
|
-
...(obj.Rules && { Rules: obj.Rules.map((item) => LifecycleRuleFilterSensitiveLog(item)) }),
|
|
501
|
-
});
|
|
502
|
-
export const GetBucketLifecycleConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
export const GetBucketLocationOutputFilterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
export const GetBucketLocationRequestFilterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
export const TargetGrantFilterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
export const LoggingEnabledFilterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
});
|
|
517
|
-
export const GetBucketLoggingOutputFilterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
});
|
|
520
|
-
export const GetBucketLoggingRequestFilterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
export const MetricsAndOperatorFilterSensitiveLog = (obj) => ({
|
|
524
|
-
...obj,
|
|
525
|
-
});
|
|
526
|
-
export const MetricsFilterFilterSensitiveLog = (obj) => {
|
|
295
|
+
export var NoncurrentVersionExpirationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var NoncurrentVersionTransitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var TransitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var LifecycleRuleFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Filter && { Filter: LifecycleRuleFilterFilterSensitiveLog(obj.Filter) }))); };
|
|
299
|
+
export var GetBucketLifecycleConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return LifecycleRuleFilterSensitiveLog(item); }) }))); };
|
|
300
|
+
export var GetBucketLifecycleConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var GetBucketLocationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var GetBucketLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var TargetGrantFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var LoggingEnabledFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var GetBucketLoggingOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var GetBucketLoggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var MetricsAndOperatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var MetricsFilterFilterSensitiveLog = function (obj) {
|
|
309
|
+
var _a;
|
|
527
310
|
if (obj.Prefix !== undefined)
|
|
528
311
|
return { Prefix: obj.Prefix };
|
|
529
312
|
if (obj.Tag !== undefined)
|
|
@@ -533,100 +316,41 @@ export const MetricsFilterFilterSensitiveLog = (obj) => {
|
|
|
533
316
|
if (obj.And !== undefined)
|
|
534
317
|
return { And: MetricsAndOperatorFilterSensitiveLog(obj.And) };
|
|
535
318
|
if (obj.$unknown !== undefined)
|
|
536
|
-
return { [obj.$unknown[0]]
|
|
319
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
537
320
|
};
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
});
|
|
542
|
-
export
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
});
|
|
548
|
-
export
|
|
549
|
-
|
|
550
|
-
});
|
|
551
|
-
export
|
|
552
|
-
|
|
553
|
-
});
|
|
554
|
-
export
|
|
555
|
-
|
|
556
|
-
});
|
|
557
|
-
export
|
|
558
|
-
|
|
559
|
-
});
|
|
560
|
-
export
|
|
561
|
-
|
|
562
|
-
});
|
|
563
|
-
export
|
|
564
|
-
|
|
565
|
-
});
|
|
566
|
-
export
|
|
567
|
-
|
|
568
|
-
});
|
|
569
|
-
export
|
|
570
|
-
|
|
571
|
-
});
|
|
572
|
-
export const TopicConfigurationFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
export const OwnershipControlsRuleFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|
|
581
|
-
export const OwnershipControlsFilterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
export const GetBucketOwnershipControlsOutputFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
export const GetBucketOwnershipControlsRequestFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
export const GetBucketPolicyOutputFilterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
export const GetBucketPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const PolicyStatusFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
export const GetBucketPolicyStatusOutputFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
export const GetBucketPolicyStatusRequestFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
export const DeleteMarkerReplicationFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const EncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const ReplicationTimeValueFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
export const MetricsFilterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
export const ReplicationTimeFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const DestinationFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
export const ExistingObjectReplicationFilterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
export const ReplicationRuleAndOperatorFilterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
export const ReplicationRuleFilterFilterSensitiveLog = (obj) => {
|
|
321
|
+
export var MetricsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Filter && { Filter: MetricsFilterFilterSensitiveLog(obj.Filter) }))); };
|
|
322
|
+
export var GetBucketMetricsConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MetricsConfiguration && {
|
|
323
|
+
MetricsConfiguration: MetricsConfigurationFilterSensitiveLog(obj.MetricsConfiguration),
|
|
324
|
+
}))); };
|
|
325
|
+
export var GetBucketMetricsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var GetBucketNotificationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var EventBridgeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var FilterRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var S3KeyFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var NotificationConfigurationFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var LambdaFunctionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var QueueConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var TopicConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var NotificationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var OwnershipControlsRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var OwnershipControlsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var GetBucketOwnershipControlsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var GetBucketOwnershipControlsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var GetBucketPolicyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var GetBucketPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var PolicyStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var GetBucketPolicyStatusOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var GetBucketPolicyStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var DeleteMarkerReplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var EncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var ReplicationTimeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var MetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var ReplicationTimeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var ExistingObjectReplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var ReplicationRuleAndOperatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var ReplicationRuleFilterFilterSensitiveLog = function (obj) {
|
|
353
|
+
var _a;
|
|
630
354
|
if (obj.Prefix !== undefined)
|
|
631
355
|
return { Prefix: obj.Prefix };
|
|
632
356
|
if (obj.Tag !== undefined)
|
|
@@ -634,382 +358,140 @@ export const ReplicationRuleFilterFilterSensitiveLog = (obj) => {
|
|
|
634
358
|
if (obj.And !== undefined)
|
|
635
359
|
return { And: ReplicationRuleAndOperatorFilterSensitiveLog(obj.And) };
|
|
636
360
|
if (obj.$unknown !== undefined)
|
|
637
|
-
return { [obj.$unknown[0]]
|
|
361
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
638
362
|
};
|
|
639
|
-
export
|
|
640
|
-
|
|
641
|
-
});
|
|
642
|
-
export
|
|
643
|
-
|
|
644
|
-
})
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
});
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
});
|
|
652
|
-
export
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
});
|
|
656
|
-
export
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
});
|
|
662
|
-
export
|
|
663
|
-
|
|
664
|
-
});
|
|
665
|
-
export
|
|
666
|
-
|
|
667
|
-
});
|
|
668
|
-
export
|
|
669
|
-
|
|
670
|
-
});
|
|
671
|
-
export
|
|
672
|
-
|
|
673
|
-
});
|
|
674
|
-
export
|
|
675
|
-
|
|
676
|
-
});
|
|
677
|
-
export
|
|
678
|
-
|
|
679
|
-
});
|
|
680
|
-
export
|
|
681
|
-
|
|
682
|
-
});
|
|
683
|
-
export
|
|
684
|
-
|
|
685
|
-
});
|
|
686
|
-
export
|
|
687
|
-
|
|
688
|
-
});
|
|
689
|
-
export
|
|
690
|
-
|
|
691
|
-
});
|
|
692
|
-
export
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
export const RedirectFilterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
});
|
|
698
|
-
export const RoutingRuleFilterSensitiveLog = (obj) => ({
|
|
699
|
-
...obj,
|
|
700
|
-
});
|
|
701
|
-
export const GetBucketWebsiteOutputFilterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
export const GetBucketWebsiteRequestFilterSensitiveLog = (obj) => ({
|
|
705
|
-
...obj,
|
|
706
|
-
});
|
|
707
|
-
export const GetObjectOutputFilterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
...(obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }),
|
|
710
|
-
});
|
|
711
|
-
export const GetObjectRequestFilterSensitiveLog = (obj) => ({
|
|
712
|
-
...obj,
|
|
713
|
-
...(obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }),
|
|
714
|
-
});
|
|
715
|
-
export const GetObjectAclOutputFilterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
});
|
|
718
|
-
export const GetObjectAclRequestFilterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
});
|
|
721
|
-
export const ChecksumFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
export const ObjectPartFilterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
export const GetObjectAttributesPartsFilterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
export const GetObjectAttributesOutputFilterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
export const GetObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
...(obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }),
|
|
736
|
-
});
|
|
737
|
-
export const ObjectLockLegalHoldFilterSensitiveLog = (obj) => ({
|
|
738
|
-
...obj,
|
|
739
|
-
});
|
|
740
|
-
export const GetObjectLegalHoldOutputFilterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
});
|
|
743
|
-
export const GetObjectLegalHoldRequestFilterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
export const DefaultRetentionFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
export const ObjectLockRuleFilterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
export const ObjectLockConfigurationFilterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
export const GetObjectLockConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
export const GetObjectLockConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
export const ObjectLockRetentionFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const GetObjectRetentionOutputFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
export const GetObjectRetentionRequestFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
export const GetObjectTaggingOutputFilterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
773
|
-
export const GetObjectTaggingRequestFilterSensitiveLog = (obj) => ({
|
|
774
|
-
...obj,
|
|
775
|
-
});
|
|
776
|
-
export const GetObjectTorrentOutputFilterSensitiveLog = (obj) => ({
|
|
777
|
-
...obj,
|
|
778
|
-
});
|
|
779
|
-
export const GetObjectTorrentRequestFilterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
export const PublicAccessBlockConfigurationFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
export const GetPublicAccessBlockOutputFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
|
-
export const GetPublicAccessBlockRequestFilterSensitiveLog = (obj) => ({
|
|
789
|
-
...obj,
|
|
790
|
-
});
|
|
791
|
-
export const HeadBucketRequestFilterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
});
|
|
794
|
-
export const HeadObjectOutputFilterSensitiveLog = (obj) => ({
|
|
795
|
-
...obj,
|
|
796
|
-
...(obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }),
|
|
797
|
-
});
|
|
798
|
-
export const HeadObjectRequestFilterSensitiveLog = (obj) => ({
|
|
799
|
-
...obj,
|
|
800
|
-
...(obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }),
|
|
801
|
-
});
|
|
802
|
-
export const ListBucketAnalyticsConfigurationsOutputFilterSensitiveLog = (obj) => ({
|
|
803
|
-
...obj,
|
|
804
|
-
...(obj.AnalyticsConfigurationList && {
|
|
805
|
-
AnalyticsConfigurationList: obj.AnalyticsConfigurationList.map((item) => AnalyticsConfigurationFilterSensitiveLog(item)),
|
|
806
|
-
}),
|
|
807
|
-
});
|
|
808
|
-
export const ListBucketAnalyticsConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
export const ListBucketIntelligentTieringConfigurationsOutputFilterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
export const ListBucketIntelligentTieringConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
815
|
-
...obj,
|
|
816
|
-
});
|
|
817
|
-
export const ListBucketInventoryConfigurationsOutputFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
...(obj.InventoryConfigurationList && {
|
|
820
|
-
InventoryConfigurationList: obj.InventoryConfigurationList.map((item) => InventoryConfigurationFilterSensitiveLog(item)),
|
|
821
|
-
}),
|
|
822
|
-
});
|
|
823
|
-
export const ListBucketInventoryConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
});
|
|
826
|
-
export const ListBucketMetricsConfigurationsOutputFilterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
...(obj.MetricsConfigurationList && {
|
|
829
|
-
MetricsConfigurationList: obj.MetricsConfigurationList.map((item) => MetricsConfigurationFilterSensitiveLog(item)),
|
|
830
|
-
}),
|
|
831
|
-
});
|
|
832
|
-
export const ListBucketMetricsConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
export const BucketFilterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
export const ListBucketsOutputFilterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
});
|
|
841
|
-
export const CommonPrefixFilterSensitiveLog = (obj) => ({
|
|
842
|
-
...obj,
|
|
843
|
-
});
|
|
844
|
-
export const InitiatorFilterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
export const MultipartUploadFilterSensitiveLog = (obj) => ({
|
|
848
|
-
...obj,
|
|
849
|
-
});
|
|
850
|
-
export const ListMultipartUploadsOutputFilterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
});
|
|
853
|
-
export const ListMultipartUploadsRequestFilterSensitiveLog = (obj) => ({
|
|
854
|
-
...obj,
|
|
855
|
-
});
|
|
856
|
-
export const _ObjectFilterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
});
|
|
859
|
-
export const ListObjectsOutputFilterSensitiveLog = (obj) => ({
|
|
860
|
-
...obj,
|
|
861
|
-
});
|
|
862
|
-
export const ListObjectsRequestFilterSensitiveLog = (obj) => ({
|
|
863
|
-
...obj,
|
|
864
|
-
});
|
|
865
|
-
export const ListObjectsV2OutputFilterSensitiveLog = (obj) => ({
|
|
866
|
-
...obj,
|
|
867
|
-
});
|
|
868
|
-
export const ListObjectsV2RequestFilterSensitiveLog = (obj) => ({
|
|
869
|
-
...obj,
|
|
870
|
-
});
|
|
871
|
-
export const DeleteMarkerEntryFilterSensitiveLog = (obj) => ({
|
|
872
|
-
...obj,
|
|
873
|
-
});
|
|
874
|
-
export const ObjectVersionFilterSensitiveLog = (obj) => ({
|
|
875
|
-
...obj,
|
|
876
|
-
});
|
|
877
|
-
export const ListObjectVersionsOutputFilterSensitiveLog = (obj) => ({
|
|
878
|
-
...obj,
|
|
879
|
-
});
|
|
880
|
-
export const ListObjectVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
881
|
-
...obj,
|
|
882
|
-
});
|
|
883
|
-
export const PartFilterSensitiveLog = (obj) => ({
|
|
884
|
-
...obj,
|
|
885
|
-
});
|
|
886
|
-
export const ListPartsOutputFilterSensitiveLog = (obj) => ({
|
|
887
|
-
...obj,
|
|
888
|
-
});
|
|
889
|
-
export const ListPartsRequestFilterSensitiveLog = (obj) => ({
|
|
890
|
-
...obj,
|
|
891
|
-
...(obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }),
|
|
892
|
-
});
|
|
893
|
-
export const PutBucketAccelerateConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
894
|
-
...obj,
|
|
895
|
-
});
|
|
896
|
-
export const PutBucketAclRequestFilterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
|
-
});
|
|
899
|
-
export const PutBucketAnalyticsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
900
|
-
...obj,
|
|
901
|
-
...(obj.AnalyticsConfiguration && {
|
|
902
|
-
AnalyticsConfiguration: AnalyticsConfigurationFilterSensitiveLog(obj.AnalyticsConfiguration),
|
|
903
|
-
}),
|
|
904
|
-
});
|
|
905
|
-
export const CORSConfigurationFilterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
});
|
|
908
|
-
export const PutBucketCorsRequestFilterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
export const PutBucketEncryptionRequestFilterSensitiveLog = (obj) => ({
|
|
912
|
-
...obj,
|
|
913
|
-
...(obj.ServerSideEncryptionConfiguration && {
|
|
914
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
915
|
-
}),
|
|
916
|
-
});
|
|
917
|
-
export const PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
});
|
|
920
|
-
export const PutBucketInventoryConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
...(obj.InventoryConfiguration && {
|
|
923
|
-
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration),
|
|
924
|
-
}),
|
|
925
|
-
});
|
|
926
|
-
export const BucketLifecycleConfigurationFilterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
...(obj.Rules && { Rules: obj.Rules.map((item) => LifecycleRuleFilterSensitiveLog(item)) }),
|
|
929
|
-
});
|
|
930
|
-
export const PutBucketLifecycleConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
931
|
-
...obj,
|
|
932
|
-
...(obj.LifecycleConfiguration && {
|
|
933
|
-
LifecycleConfiguration: BucketLifecycleConfigurationFilterSensitiveLog(obj.LifecycleConfiguration),
|
|
934
|
-
}),
|
|
935
|
-
});
|
|
936
|
-
export const BucketLoggingStatusFilterSensitiveLog = (obj) => ({
|
|
937
|
-
...obj,
|
|
938
|
-
});
|
|
939
|
-
export const PutBucketLoggingRequestFilterSensitiveLog = (obj) => ({
|
|
940
|
-
...obj,
|
|
941
|
-
});
|
|
942
|
-
export const PutBucketMetricsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
...(obj.MetricsConfiguration && {
|
|
945
|
-
MetricsConfiguration: MetricsConfigurationFilterSensitiveLog(obj.MetricsConfiguration),
|
|
363
|
+
export var ReplicaModificationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var SseKmsEncryptedObjectsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var SourceSelectionCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var ReplicationRuleFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Filter && { Filter: ReplicationRuleFilterFilterSensitiveLog(obj.Filter) }))); };
|
|
367
|
+
export var ReplicationConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return ReplicationRuleFilterSensitiveLog(item); }) }))); };
|
|
368
|
+
export var GetBucketReplicationOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ReplicationConfiguration && {
|
|
369
|
+
ReplicationConfiguration: ReplicationConfigurationFilterSensitiveLog(obj.ReplicationConfiguration),
|
|
370
|
+
}))); };
|
|
371
|
+
export var GetBucketReplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var GetBucketRequestPaymentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var GetBucketRequestPaymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var GetBucketTaggingOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var GetBucketTaggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var GetBucketVersioningOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var GetBucketVersioningRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var ErrorDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var IndexDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var RedirectAllRequestsToFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var ConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var RedirectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var RoutingRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var GetBucketWebsiteOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var GetBucketWebsiteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var GetObjectOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }))); };
|
|
387
|
+
export var GetObjectRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }))); };
|
|
388
|
+
export var GetObjectAclOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var GetObjectAclRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var ChecksumFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var ObjectPartFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var GetObjectAttributesPartsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var GetObjectAttributesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var GetObjectAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }))); };
|
|
395
|
+
export var ObjectLockLegalHoldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var GetObjectLegalHoldOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var GetObjectLegalHoldRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var DefaultRetentionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var ObjectLockRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var ObjectLockConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var GetObjectLockConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var GetObjectLockConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var ObjectLockRetentionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var GetObjectRetentionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var GetObjectRetentionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var GetObjectTaggingOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var GetObjectTaggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var GetObjectTorrentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var GetObjectTorrentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var PublicAccessBlockConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var GetPublicAccessBlockOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var GetPublicAccessBlockRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var HeadBucketRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var HeadObjectOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }))); };
|
|
415
|
+
export var HeadObjectRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }))); };
|
|
416
|
+
export var ListBucketAnalyticsConfigurationsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AnalyticsConfigurationList && {
|
|
417
|
+
AnalyticsConfigurationList: obj.AnalyticsConfigurationList.map(function (item) {
|
|
418
|
+
return AnalyticsConfigurationFilterSensitiveLog(item);
|
|
946
419
|
}),
|
|
947
|
-
});
|
|
948
|
-
export
|
|
949
|
-
|
|
950
|
-
});
|
|
951
|
-
export
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
export const PutBucketPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
955
|
-
...obj,
|
|
956
|
-
});
|
|
957
|
-
export const PutBucketReplicationRequestFilterSensitiveLog = (obj) => ({
|
|
958
|
-
...obj,
|
|
959
|
-
...(obj.ReplicationConfiguration && {
|
|
960
|
-
ReplicationConfiguration: ReplicationConfigurationFilterSensitiveLog(obj.ReplicationConfiguration),
|
|
420
|
+
}))); };
|
|
421
|
+
export var ListBucketAnalyticsConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var ListBucketIntelligentTieringConfigurationsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var ListBucketIntelligentTieringConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var ListBucketInventoryConfigurationsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.InventoryConfigurationList && {
|
|
425
|
+
InventoryConfigurationList: obj.InventoryConfigurationList.map(function (item) {
|
|
426
|
+
return InventoryConfigurationFilterSensitiveLog(item);
|
|
961
427
|
}),
|
|
962
|
-
});
|
|
963
|
-
export
|
|
964
|
-
|
|
965
|
-
})
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
});
|
|
969
|
-
export
|
|
970
|
-
|
|
971
|
-
});
|
|
972
|
-
export
|
|
973
|
-
|
|
974
|
-
});
|
|
975
|
-
export
|
|
976
|
-
|
|
977
|
-
});
|
|
978
|
-
export
|
|
979
|
-
|
|
980
|
-
});
|
|
981
|
-
export
|
|
982
|
-
|
|
983
|
-
});
|
|
984
|
-
export
|
|
985
|
-
|
|
986
|
-
});
|
|
987
|
-
export
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
});
|
|
992
|
-
export
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
});
|
|
998
|
-
export
|
|
999
|
-
|
|
1000
|
-
});
|
|
1001
|
-
export
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
});
|
|
1007
|
-
export
|
|
1008
|
-
|
|
1009
|
-
});
|
|
1010
|
-
export
|
|
1011
|
-
|
|
1012
|
-
});
|
|
1013
|
-
export
|
|
1014
|
-
|
|
1015
|
-
});
|
|
428
|
+
}))); };
|
|
429
|
+
export var ListBucketInventoryConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var ListBucketMetricsConfigurationsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MetricsConfigurationList && {
|
|
431
|
+
MetricsConfigurationList: obj.MetricsConfigurationList.map(function (item) { return MetricsConfigurationFilterSensitiveLog(item); }),
|
|
432
|
+
}))); };
|
|
433
|
+
export var ListBucketMetricsConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var BucketFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var ListBucketsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var CommonPrefixFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var InitiatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var MultipartUploadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var ListMultipartUploadsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var ListMultipartUploadsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var _ObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var ListObjectsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var ListObjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var ListObjectsV2OutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var ListObjectsV2RequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var DeleteMarkerEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var ObjectVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var ListObjectVersionsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var ListObjectVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var PartFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var ListPartsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var ListPartsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING }))); };
|
|
453
|
+
export var PutBucketAccelerateConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var PutBucketAclRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var PutBucketAnalyticsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AnalyticsConfiguration && {
|
|
456
|
+
AnalyticsConfiguration: AnalyticsConfigurationFilterSensitiveLog(obj.AnalyticsConfiguration),
|
|
457
|
+
}))); };
|
|
458
|
+
export var CORSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var PutBucketCorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var PutBucketEncryptionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
461
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
462
|
+
}))); };
|
|
463
|
+
export var PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var PutBucketInventoryConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.InventoryConfiguration && {
|
|
465
|
+
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration),
|
|
466
|
+
}))); };
|
|
467
|
+
export var BucketLifecycleConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return LifecycleRuleFilterSensitiveLog(item); }) }))); };
|
|
468
|
+
export var PutBucketLifecycleConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LifecycleConfiguration && {
|
|
469
|
+
LifecycleConfiguration: BucketLifecycleConfigurationFilterSensitiveLog(obj.LifecycleConfiguration),
|
|
470
|
+
}))); };
|
|
471
|
+
export var BucketLoggingStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var PutBucketLoggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var PutBucketMetricsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MetricsConfiguration && {
|
|
474
|
+
MetricsConfiguration: MetricsConfigurationFilterSensitiveLog(obj.MetricsConfiguration),
|
|
475
|
+
}))); };
|
|
476
|
+
export var PutBucketNotificationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var PutBucketOwnershipControlsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var PutBucketPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var PutBucketReplicationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ReplicationConfiguration && {
|
|
480
|
+
ReplicationConfiguration: ReplicationConfigurationFilterSensitiveLog(obj.ReplicationConfiguration),
|
|
481
|
+
}))); };
|
|
482
|
+
export var RequestPaymentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var PutBucketRequestPaymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var TaggingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var PutBucketTaggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var VersioningConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var PutBucketVersioningRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var WebsiteConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var PutBucketWebsiteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var PutObjectOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING })), (obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }))); };
|
|
491
|
+
export var PutObjectRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.SSECustomerKey && { SSECustomerKey: SENSITIVE_STRING })), (obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING })), (obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: SENSITIVE_STRING }))); };
|
|
492
|
+
export var PutObjectAclOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var PutObjectAclRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var PutObjectLegalHoldOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var PutObjectLegalHoldRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var PutObjectLockConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var PutObjectLockConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|