@aws-sdk/client-s3-control 3.48.0 → 3.52.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 +35 -0
- package/README.md +1 -4
- package/dist-cjs/models/models_0.js +89 -4
- package/dist-cjs/protocols/Aws_restXml.js +314 -0
- package/dist-es/models/models_0.js +67 -3
- package/dist-es/protocols/Aws_restXml.js +358 -44
- package/dist-types/S3Control.d.ts +297 -283
- package/dist-types/S3ControlClient.d.ts +1 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +7 -7
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -3
- package/dist-types/commands/CreateBucketCommand.d.ts +14 -9
- package/dist-types/commands/CreateJobCommand.d.ts +3 -4
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +9 -10
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +5 -6
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +13 -12
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -8
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +3 -2
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +7 -8
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -7
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +7 -7
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -3
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +3 -1
- package/dist-types/commands/GetBucketCommand.d.ts +10 -12
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -10
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +17 -12
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +7 -7
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +3 -4
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +5 -5
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -6
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +5 -7
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +7 -6
- package/dist-types/commands/ListAccessPointsCommand.d.ts +4 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +5 -5
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -7
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +7 -7
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +3 -2
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -7
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +14 -11
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +22 -20
- package/dist-types/commands/PutJobTaggingCommand.d.ts +16 -14
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +7 -7
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -3
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +3 -4
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +7 -8
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +570 -265
- package/dist-types/ts3.4/models/models_0.d.ts +149 -2
- package/package.json +46 -40
|
@@ -5,7 +5,7 @@ import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder
|
|
|
5
5
|
import { decodeHTML } from "entities";
|
|
6
6
|
import { parse as xmlParse } from "fast-xml-parser";
|
|
7
7
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
8
|
-
import { ObjectLambdaContentTransformation, } from "../models/models_0";
|
|
8
|
+
import { JobManifestGenerator, ObjectLambdaContentTransformation, } from "../models/models_0";
|
|
9
9
|
export var serializeAws_restXmlCreateAccessPointCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10
10
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body, bodyNode, node, node, node, resolvedHostname;
|
|
11
11
|
return __generator(this, function (_c) {
|
|
@@ -162,7 +162,7 @@ export var serializeAws_restXmlCreateBucketCommand = function (input, context) {
|
|
|
162
162
|
});
|
|
163
163
|
}); };
|
|
164
164
|
export var serializeAws_restXmlCreateJobCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
165
|
-
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body, bodyNode, node, node, node, node, node, node, node, node, nodes, containerNode_1, resolvedHostname;
|
|
165
|
+
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body, bodyNode, node, node, node, node, node, node, node, node, node, nodes, containerNode_1, resolvedHostname;
|
|
166
166
|
return __generator(this, function (_c) {
|
|
167
167
|
switch (_c.label) {
|
|
168
168
|
case 0: return [4, context.endpoint()];
|
|
@@ -198,6 +198,10 @@ export var serializeAws_restXmlCreateJobCommand = function (input, context) { re
|
|
|
198
198
|
node = serializeAws_restXmlJobManifest(input.Manifest, context).withName("Manifest");
|
|
199
199
|
bodyNode.addChildNode(node);
|
|
200
200
|
}
|
|
201
|
+
if (input.ManifestGenerator !== undefined) {
|
|
202
|
+
node = serializeAws_restXmlJobManifestGenerator(input.ManifestGenerator, context).withName("ManifestGenerator");
|
|
203
|
+
bodyNode.addChildNode(node);
|
|
204
|
+
}
|
|
201
205
|
if (input.Operation !== undefined) {
|
|
202
206
|
node = serializeAws_restXmlJobOperation(input.Operation, context).withName("Operation");
|
|
203
207
|
bodyNode.addChildNode(node);
|
|
@@ -6109,6 +6113,18 @@ var serializeAws_restXml_Exclude = function (input, context) {
|
|
|
6109
6113
|
}
|
|
6110
6114
|
return bodyNode;
|
|
6111
6115
|
};
|
|
6116
|
+
var serializeAws_restXmlGeneratedManifestEncryption = function (input, context) {
|
|
6117
|
+
var bodyNode = new __XmlNode("GeneratedManifestEncryption");
|
|
6118
|
+
if (input.SSES3 !== undefined && input.SSES3 !== null) {
|
|
6119
|
+
var node = serializeAws_restXmlSSES3Encryption(input.SSES3, context).withName("SSE-S3");
|
|
6120
|
+
bodyNode.addChildNode(node);
|
|
6121
|
+
}
|
|
6122
|
+
if (input.SSEKMS !== undefined && input.SSEKMS !== null) {
|
|
6123
|
+
var node = serializeAws_restXmlSSEKMSEncryption(input.SSEKMS, context).withName("SSE-KMS");
|
|
6124
|
+
bodyNode.addChildNode(node);
|
|
6125
|
+
}
|
|
6126
|
+
return bodyNode;
|
|
6127
|
+
};
|
|
6112
6128
|
var serializeAws_restXmlInclude = function (input, context) {
|
|
6113
6129
|
var bodyNode = new __XmlNode("Include");
|
|
6114
6130
|
if (input.Buckets !== undefined && input.Buckets !== null) {
|
|
@@ -6152,6 +6168,52 @@ var serializeAws_restXmlJobManifestFieldList = function (input, context) {
|
|
|
6152
6168
|
return node.withName("member");
|
|
6153
6169
|
});
|
|
6154
6170
|
};
|
|
6171
|
+
var serializeAws_restXmlJobManifestGenerator = function (input, context) {
|
|
6172
|
+
var bodyNode = new __XmlNode("JobManifestGenerator");
|
|
6173
|
+
JobManifestGenerator.visit(input, {
|
|
6174
|
+
S3JobManifestGenerator: function (value) {
|
|
6175
|
+
var node = serializeAws_restXmlS3JobManifestGenerator(value, context).withName("S3JobManifestGenerator");
|
|
6176
|
+
bodyNode.addChildNode(node);
|
|
6177
|
+
},
|
|
6178
|
+
_: function (name, value) {
|
|
6179
|
+
if (!(value instanceof __XmlNode || value instanceof __XmlText)) {
|
|
6180
|
+
throw new Error("Unable to serialize unknown union members in XML.");
|
|
6181
|
+
}
|
|
6182
|
+
bodyNode.addChildNode(new __XmlNode(name).addChildNode(value));
|
|
6183
|
+
},
|
|
6184
|
+
});
|
|
6185
|
+
return bodyNode;
|
|
6186
|
+
};
|
|
6187
|
+
var serializeAws_restXmlJobManifestGeneratorFilter = function (input, context) {
|
|
6188
|
+
var bodyNode = new __XmlNode("JobManifestGeneratorFilter");
|
|
6189
|
+
if (input.EligibleForReplication !== undefined && input.EligibleForReplication !== null) {
|
|
6190
|
+
var node = new __XmlNode("Boolean")
|
|
6191
|
+
.addChildNode(new __XmlText(String(input.EligibleForReplication)))
|
|
6192
|
+
.withName("EligibleForReplication");
|
|
6193
|
+
bodyNode.addChildNode(node);
|
|
6194
|
+
}
|
|
6195
|
+
if (input.CreatedAfter !== undefined && input.CreatedAfter !== null) {
|
|
6196
|
+
var node = new __XmlNode("ObjectCreationTime")
|
|
6197
|
+
.addChildNode(new __XmlText(input.CreatedAfter.toISOString().split(".")[0] + "Z"))
|
|
6198
|
+
.withName("CreatedAfter");
|
|
6199
|
+
bodyNode.addChildNode(node);
|
|
6200
|
+
}
|
|
6201
|
+
if (input.CreatedBefore !== undefined && input.CreatedBefore !== null) {
|
|
6202
|
+
var node = new __XmlNode("ObjectCreationTime")
|
|
6203
|
+
.addChildNode(new __XmlText(input.CreatedBefore.toISOString().split(".")[0] + "Z"))
|
|
6204
|
+
.withName("CreatedBefore");
|
|
6205
|
+
bodyNode.addChildNode(node);
|
|
6206
|
+
}
|
|
6207
|
+
if (input.ObjectReplicationStatuses !== undefined && input.ObjectReplicationStatuses !== null) {
|
|
6208
|
+
var nodes = serializeAws_restXmlReplicationStatusFilterList(input.ObjectReplicationStatuses, context);
|
|
6209
|
+
var containerNode_10 = new __XmlNode("ObjectReplicationStatuses");
|
|
6210
|
+
nodes.map(function (node) {
|
|
6211
|
+
containerNode_10.addChildNode(node);
|
|
6212
|
+
});
|
|
6213
|
+
bodyNode.addChildNode(containerNode_10);
|
|
6214
|
+
}
|
|
6215
|
+
return bodyNode;
|
|
6216
|
+
};
|
|
6155
6217
|
var serializeAws_restXmlJobManifestLocation = function (input, context) {
|
|
6156
6218
|
var bodyNode = new __XmlNode("JobManifestLocation");
|
|
6157
6219
|
if (input.ObjectArn !== undefined && input.ObjectArn !== null) {
|
|
@@ -6178,11 +6240,11 @@ var serializeAws_restXmlJobManifestSpec = function (input, context) {
|
|
|
6178
6240
|
}
|
|
6179
6241
|
if (input.Fields !== undefined && input.Fields !== null) {
|
|
6180
6242
|
var nodes = serializeAws_restXmlJobManifestFieldList(input.Fields, context);
|
|
6181
|
-
var
|
|
6243
|
+
var containerNode_11 = new __XmlNode("Fields");
|
|
6182
6244
|
nodes.map(function (node) {
|
|
6183
|
-
|
|
6245
|
+
containerNode_11.addChildNode(node);
|
|
6184
6246
|
});
|
|
6185
|
-
bodyNode.addChildNode(
|
|
6247
|
+
bodyNode.addChildNode(containerNode_11);
|
|
6186
6248
|
}
|
|
6187
6249
|
return bodyNode;
|
|
6188
6250
|
};
|
|
@@ -6220,6 +6282,10 @@ var serializeAws_restXmlJobOperation = function (input, context) {
|
|
|
6220
6282
|
var node = serializeAws_restXmlS3SetObjectRetentionOperation(input.S3PutObjectRetention, context).withName("S3PutObjectRetention");
|
|
6221
6283
|
bodyNode.addChildNode(node);
|
|
6222
6284
|
}
|
|
6285
|
+
if (input.S3ReplicateObject !== undefined && input.S3ReplicateObject !== null) {
|
|
6286
|
+
var node = serializeAws_restXmlS3ReplicateObjectOperation(input.S3ReplicateObject, context).withName("S3ReplicateObject");
|
|
6287
|
+
bodyNode.addChildNode(node);
|
|
6288
|
+
}
|
|
6223
6289
|
return bodyNode;
|
|
6224
6290
|
};
|
|
6225
6291
|
var serializeAws_restXmlJobReport = function (input, context) {
|
|
@@ -6260,11 +6326,11 @@ var serializeAws_restXmlLifecycleConfiguration = function (input, context) {
|
|
|
6260
6326
|
var bodyNode = new __XmlNode("LifecycleConfiguration");
|
|
6261
6327
|
if (input.Rules !== undefined && input.Rules !== null) {
|
|
6262
6328
|
var nodes = serializeAws_restXmlLifecycleRules(input.Rules, context);
|
|
6263
|
-
var
|
|
6329
|
+
var containerNode_12 = new __XmlNode("Rules");
|
|
6264
6330
|
nodes.map(function (node) {
|
|
6265
|
-
|
|
6331
|
+
containerNode_12.addChildNode(node);
|
|
6266
6332
|
});
|
|
6267
|
-
bodyNode.addChildNode(
|
|
6333
|
+
bodyNode.addChildNode(containerNode_12);
|
|
6268
6334
|
}
|
|
6269
6335
|
return bodyNode;
|
|
6270
6336
|
};
|
|
@@ -6308,19 +6374,19 @@ var serializeAws_restXmlLifecycleRule = function (input, context) {
|
|
|
6308
6374
|
}
|
|
6309
6375
|
if (input.Transitions !== undefined && input.Transitions !== null) {
|
|
6310
6376
|
var nodes = serializeAws_restXmlTransitionList(input.Transitions, context);
|
|
6311
|
-
var
|
|
6377
|
+
var containerNode_13 = new __XmlNode("Transitions");
|
|
6312
6378
|
nodes.map(function (node) {
|
|
6313
|
-
|
|
6379
|
+
containerNode_13.addChildNode(node);
|
|
6314
6380
|
});
|
|
6315
|
-
bodyNode.addChildNode(
|
|
6381
|
+
bodyNode.addChildNode(containerNode_13);
|
|
6316
6382
|
}
|
|
6317
6383
|
if (input.NoncurrentVersionTransitions !== undefined && input.NoncurrentVersionTransitions !== null) {
|
|
6318
6384
|
var nodes = serializeAws_restXmlNoncurrentVersionTransitionList(input.NoncurrentVersionTransitions, context);
|
|
6319
|
-
var
|
|
6385
|
+
var containerNode_14 = new __XmlNode("NoncurrentVersionTransitions");
|
|
6320
6386
|
nodes.map(function (node) {
|
|
6321
|
-
|
|
6387
|
+
containerNode_14.addChildNode(node);
|
|
6322
6388
|
});
|
|
6323
|
-
bodyNode.addChildNode(
|
|
6389
|
+
bodyNode.addChildNode(containerNode_14);
|
|
6324
6390
|
}
|
|
6325
6391
|
if (input.NoncurrentVersionExpiration !== undefined && input.NoncurrentVersionExpiration !== null) {
|
|
6326
6392
|
var node = serializeAws_restXmlNoncurrentVersionExpiration(input.NoncurrentVersionExpiration, context).withName("NoncurrentVersionExpiration");
|
|
@@ -6340,11 +6406,11 @@ var serializeAws_restXmlLifecycleRuleAndOperator = function (input, context) {
|
|
|
6340
6406
|
}
|
|
6341
6407
|
if (input.Tags !== undefined && input.Tags !== null) {
|
|
6342
6408
|
var nodes = serializeAws_restXmlS3TagSet(input.Tags, context);
|
|
6343
|
-
var
|
|
6409
|
+
var containerNode_15 = new __XmlNode("Tags");
|
|
6344
6410
|
nodes.map(function (node) {
|
|
6345
|
-
|
|
6411
|
+
containerNode_15.addChildNode(node);
|
|
6346
6412
|
});
|
|
6347
|
-
bodyNode.addChildNode(
|
|
6413
|
+
bodyNode.addChildNode(containerNode_15);
|
|
6348
6414
|
}
|
|
6349
6415
|
return bodyNode;
|
|
6350
6416
|
};
|
|
@@ -6439,19 +6505,19 @@ var serializeAws_restXmlObjectLambdaConfiguration = function (input, context) {
|
|
|
6439
6505
|
}
|
|
6440
6506
|
if (input.AllowedFeatures !== undefined && input.AllowedFeatures !== null) {
|
|
6441
6507
|
var nodes = serializeAws_restXmlObjectLambdaAllowedFeaturesList(input.AllowedFeatures, context);
|
|
6442
|
-
var
|
|
6508
|
+
var containerNode_16 = new __XmlNode("AllowedFeatures");
|
|
6443
6509
|
nodes.map(function (node) {
|
|
6444
|
-
|
|
6510
|
+
containerNode_16.addChildNode(node);
|
|
6445
6511
|
});
|
|
6446
|
-
bodyNode.addChildNode(
|
|
6512
|
+
bodyNode.addChildNode(containerNode_16);
|
|
6447
6513
|
}
|
|
6448
6514
|
if (input.TransformationConfigurations !== undefined && input.TransformationConfigurations !== null) {
|
|
6449
6515
|
var nodes = serializeAws_restXmlObjectLambdaTransformationConfigurationsList(input.TransformationConfigurations, context);
|
|
6450
|
-
var
|
|
6516
|
+
var containerNode_17 = new __XmlNode("TransformationConfigurations");
|
|
6451
6517
|
nodes.map(function (node) {
|
|
6452
|
-
|
|
6518
|
+
containerNode_17.addChildNode(node);
|
|
6453
6519
|
});
|
|
6454
|
-
bodyNode.addChildNode(
|
|
6520
|
+
bodyNode.addChildNode(containerNode_17);
|
|
6455
6521
|
}
|
|
6456
6522
|
return bodyNode;
|
|
6457
6523
|
};
|
|
@@ -6475,11 +6541,11 @@ var serializeAws_restXmlObjectLambdaTransformationConfiguration = function (inpu
|
|
|
6475
6541
|
var bodyNode = new __XmlNode("ObjectLambdaTransformationConfiguration");
|
|
6476
6542
|
if (input.Actions !== undefined && input.Actions !== null) {
|
|
6477
6543
|
var nodes = serializeAws_restXmlObjectLambdaTransformationConfigurationActionsList(input.Actions, context);
|
|
6478
|
-
var
|
|
6544
|
+
var containerNode_18 = new __XmlNode("Actions");
|
|
6479
6545
|
nodes.map(function (node) {
|
|
6480
|
-
|
|
6546
|
+
containerNode_18.addChildNode(node);
|
|
6481
6547
|
});
|
|
6482
|
-
bodyNode.addChildNode(
|
|
6548
|
+
bodyNode.addChildNode(containerNode_18);
|
|
6483
6549
|
}
|
|
6484
6550
|
if (input.ContentTransformation !== undefined && input.ContentTransformation !== null) {
|
|
6485
6551
|
var node = serializeAws_restXmlObjectLambdaContentTransformation(input.ContentTransformation, context).withName("ContentTransformation");
|
|
@@ -6599,6 +6665,17 @@ var serializeAws_restXmlRegions = function (input, context) {
|
|
|
6599
6665
|
return node.withName("Region");
|
|
6600
6666
|
});
|
|
6601
6667
|
};
|
|
6668
|
+
var serializeAws_restXmlReplicationStatusFilterList = function (input, context) {
|
|
6669
|
+
return input
|
|
6670
|
+
.filter(function (e) { return e != null; })
|
|
6671
|
+
.map(function (entry) {
|
|
6672
|
+
if (entry === null) {
|
|
6673
|
+
return null;
|
|
6674
|
+
}
|
|
6675
|
+
var node = new __XmlNode("ReplicationStatus").addChildNode(new __XmlText(entry));
|
|
6676
|
+
return node.withName("member");
|
|
6677
|
+
});
|
|
6678
|
+
};
|
|
6602
6679
|
var serializeAws_restXmlS3AccessControlList = function (input, context) {
|
|
6603
6680
|
var bodyNode = new __XmlNode("S3AccessControlList");
|
|
6604
6681
|
if (input.Owner !== undefined && input.Owner !== null) {
|
|
@@ -6607,11 +6684,11 @@ var serializeAws_restXmlS3AccessControlList = function (input, context) {
|
|
|
6607
6684
|
}
|
|
6608
6685
|
if (input.Grants !== undefined && input.Grants !== null) {
|
|
6609
6686
|
var nodes = serializeAws_restXmlS3GrantList(input.Grants, context);
|
|
6610
|
-
var
|
|
6687
|
+
var containerNode_19 = new __XmlNode("Grants");
|
|
6611
6688
|
nodes.map(function (node) {
|
|
6612
|
-
|
|
6689
|
+
containerNode_19.addChildNode(node);
|
|
6613
6690
|
});
|
|
6614
|
-
bodyNode.addChildNode(
|
|
6691
|
+
bodyNode.addChildNode(containerNode_19);
|
|
6615
6692
|
}
|
|
6616
6693
|
return bodyNode;
|
|
6617
6694
|
};
|
|
@@ -6675,11 +6752,11 @@ var serializeAws_restXmlS3CopyObjectOperation = function (input, context) {
|
|
|
6675
6752
|
}
|
|
6676
6753
|
if (input.AccessControlGrants !== undefined && input.AccessControlGrants !== null) {
|
|
6677
6754
|
var nodes = serializeAws_restXmlS3GrantList(input.AccessControlGrants, context);
|
|
6678
|
-
var
|
|
6755
|
+
var containerNode_20 = new __XmlNode("AccessControlGrants");
|
|
6679
6756
|
nodes.map(function (node) {
|
|
6680
|
-
|
|
6757
|
+
containerNode_20.addChildNode(node);
|
|
6681
6758
|
});
|
|
6682
|
-
bodyNode.addChildNode(
|
|
6759
|
+
bodyNode.addChildNode(containerNode_20);
|
|
6683
6760
|
}
|
|
6684
6761
|
if (input.MetadataDirective !== undefined && input.MetadataDirective !== null) {
|
|
6685
6762
|
var node = new __XmlNode("S3MetadataDirective")
|
|
@@ -6699,11 +6776,11 @@ var serializeAws_restXmlS3CopyObjectOperation = function (input, context) {
|
|
|
6699
6776
|
}
|
|
6700
6777
|
if (input.NewObjectTagging !== undefined && input.NewObjectTagging !== null) {
|
|
6701
6778
|
var nodes = serializeAws_restXmlS3TagSet(input.NewObjectTagging, context);
|
|
6702
|
-
var
|
|
6779
|
+
var containerNode_21 = new __XmlNode("NewObjectTagging");
|
|
6703
6780
|
nodes.map(function (node) {
|
|
6704
|
-
|
|
6781
|
+
containerNode_21.addChildNode(node);
|
|
6705
6782
|
});
|
|
6706
|
-
bodyNode.addChildNode(
|
|
6783
|
+
bodyNode.addChildNode(containerNode_21);
|
|
6707
6784
|
}
|
|
6708
6785
|
if (input.RedirectLocation !== undefined && input.RedirectLocation !== null) {
|
|
6709
6786
|
var node = new __XmlNode("NonEmptyMaxLength2048String")
|
|
@@ -6832,6 +6909,66 @@ var serializeAws_restXmlS3InitiateRestoreObjectOperation = function (input, cont
|
|
|
6832
6909
|
}
|
|
6833
6910
|
return bodyNode;
|
|
6834
6911
|
};
|
|
6912
|
+
var serializeAws_restXmlS3JobManifestGenerator = function (input, context) {
|
|
6913
|
+
var bodyNode = new __XmlNode("S3JobManifestGenerator");
|
|
6914
|
+
if (input.ExpectedBucketOwner !== undefined && input.ExpectedBucketOwner !== null) {
|
|
6915
|
+
var node = new __XmlNode("AccountId")
|
|
6916
|
+
.addChildNode(new __XmlText(input.ExpectedBucketOwner))
|
|
6917
|
+
.withName("ExpectedBucketOwner");
|
|
6918
|
+
bodyNode.addChildNode(node);
|
|
6919
|
+
}
|
|
6920
|
+
if (input.SourceBucket !== undefined && input.SourceBucket !== null) {
|
|
6921
|
+
var node = new __XmlNode("S3BucketArnString")
|
|
6922
|
+
.addChildNode(new __XmlText(input.SourceBucket))
|
|
6923
|
+
.withName("SourceBucket");
|
|
6924
|
+
bodyNode.addChildNode(node);
|
|
6925
|
+
}
|
|
6926
|
+
if (input.ManifestOutputLocation !== undefined && input.ManifestOutputLocation !== null) {
|
|
6927
|
+
var node = serializeAws_restXmlS3ManifestOutputLocation(input.ManifestOutputLocation, context).withName("ManifestOutputLocation");
|
|
6928
|
+
bodyNode.addChildNode(node);
|
|
6929
|
+
}
|
|
6930
|
+
if (input.Filter !== undefined && input.Filter !== null) {
|
|
6931
|
+
var node = serializeAws_restXmlJobManifestGeneratorFilter(input.Filter, context).withName("Filter");
|
|
6932
|
+
bodyNode.addChildNode(node);
|
|
6933
|
+
}
|
|
6934
|
+
if (input.EnableManifestOutput !== undefined && input.EnableManifestOutput !== null) {
|
|
6935
|
+
var node = new __XmlNode("Boolean")
|
|
6936
|
+
.addChildNode(new __XmlText(String(input.EnableManifestOutput)))
|
|
6937
|
+
.withName("EnableManifestOutput");
|
|
6938
|
+
bodyNode.addChildNode(node);
|
|
6939
|
+
}
|
|
6940
|
+
return bodyNode;
|
|
6941
|
+
};
|
|
6942
|
+
var serializeAws_restXmlS3ManifestOutputLocation = function (input, context) {
|
|
6943
|
+
var bodyNode = new __XmlNode("S3ManifestOutputLocation");
|
|
6944
|
+
if (input.ExpectedManifestBucketOwner !== undefined && input.ExpectedManifestBucketOwner !== null) {
|
|
6945
|
+
var node = new __XmlNode("AccountId")
|
|
6946
|
+
.addChildNode(new __XmlText(input.ExpectedManifestBucketOwner))
|
|
6947
|
+
.withName("ExpectedManifestBucketOwner");
|
|
6948
|
+
bodyNode.addChildNode(node);
|
|
6949
|
+
}
|
|
6950
|
+
if (input.Bucket !== undefined && input.Bucket !== null) {
|
|
6951
|
+
var node = new __XmlNode("S3BucketArnString").addChildNode(new __XmlText(input.Bucket)).withName("Bucket");
|
|
6952
|
+
bodyNode.addChildNode(node);
|
|
6953
|
+
}
|
|
6954
|
+
if (input.ManifestPrefix !== undefined && input.ManifestPrefix !== null) {
|
|
6955
|
+
var node = new __XmlNode("ManifestPrefixString")
|
|
6956
|
+
.addChildNode(new __XmlText(input.ManifestPrefix))
|
|
6957
|
+
.withName("ManifestPrefix");
|
|
6958
|
+
bodyNode.addChildNode(node);
|
|
6959
|
+
}
|
|
6960
|
+
if (input.ManifestEncryption !== undefined && input.ManifestEncryption !== null) {
|
|
6961
|
+
var node = serializeAws_restXmlGeneratedManifestEncryption(input.ManifestEncryption, context).withName("ManifestEncryption");
|
|
6962
|
+
bodyNode.addChildNode(node);
|
|
6963
|
+
}
|
|
6964
|
+
if (input.ManifestFormat !== undefined && input.ManifestFormat !== null) {
|
|
6965
|
+
var node = new __XmlNode("GeneratedManifestFormat")
|
|
6966
|
+
.addChildNode(new __XmlText(input.ManifestFormat))
|
|
6967
|
+
.withName("ManifestFormat");
|
|
6968
|
+
bodyNode.addChildNode(node);
|
|
6969
|
+
}
|
|
6970
|
+
return bodyNode;
|
|
6971
|
+
};
|
|
6835
6972
|
var serializeAws_restXmlS3ObjectLockLegalHold = function (input, context) {
|
|
6836
6973
|
var bodyNode = new __XmlNode("S3ObjectLockLegalHold");
|
|
6837
6974
|
if (input.Status !== undefined && input.Status !== null) {
|
|
@@ -6870,11 +7007,11 @@ var serializeAws_restXmlS3ObjectMetadata = function (input, context) {
|
|
|
6870
7007
|
}
|
|
6871
7008
|
if (input.UserMetadata !== undefined && input.UserMetadata !== null) {
|
|
6872
7009
|
var nodes = serializeAws_restXmlS3UserMetadata(input.UserMetadata, context);
|
|
6873
|
-
var
|
|
7010
|
+
var containerNode_22 = new __XmlNode("UserMetadata");
|
|
6874
7011
|
nodes.map(function (node) {
|
|
6875
|
-
|
|
7012
|
+
containerNode_22.addChildNode(node);
|
|
6876
7013
|
});
|
|
6877
|
-
bodyNode.addChildNode(
|
|
7014
|
+
bodyNode.addChildNode(containerNode_22);
|
|
6878
7015
|
}
|
|
6879
7016
|
if (input.ContentLength !== undefined && input.ContentLength !== null) {
|
|
6880
7017
|
var node = new __XmlNode("S3ContentLength")
|
|
@@ -6928,6 +7065,10 @@ var serializeAws_restXmlS3ObjectOwner = function (input, context) {
|
|
|
6928
7065
|
}
|
|
6929
7066
|
return bodyNode;
|
|
6930
7067
|
};
|
|
7068
|
+
var serializeAws_restXmlS3ReplicateObjectOperation = function (input, context) {
|
|
7069
|
+
var bodyNode = new __XmlNode("S3ReplicateObjectOperation");
|
|
7070
|
+
return bodyNode;
|
|
7071
|
+
};
|
|
6931
7072
|
var serializeAws_restXmlS3Retention = function (input, context) {
|
|
6932
7073
|
var bodyNode = new __XmlNode("S3Retention");
|
|
6933
7074
|
if (input.RetainUntilDate !== undefined && input.RetainUntilDate !== null) {
|
|
@@ -6976,11 +7117,11 @@ var serializeAws_restXmlS3SetObjectTaggingOperation = function (input, context)
|
|
|
6976
7117
|
var bodyNode = new __XmlNode("S3SetObjectTaggingOperation");
|
|
6977
7118
|
if (input.TagSet !== undefined && input.TagSet !== null) {
|
|
6978
7119
|
var nodes = serializeAws_restXmlS3TagSet(input.TagSet, context);
|
|
6979
|
-
var
|
|
7120
|
+
var containerNode_23 = new __XmlNode("TagSet");
|
|
6980
7121
|
nodes.map(function (node) {
|
|
6981
|
-
|
|
7122
|
+
containerNode_23.addChildNode(node);
|
|
6982
7123
|
});
|
|
6983
|
-
bodyNode.addChildNode(
|
|
7124
|
+
bodyNode.addChildNode(containerNode_23);
|
|
6984
7125
|
}
|
|
6985
7126
|
return bodyNode;
|
|
6986
7127
|
};
|
|
@@ -7050,10 +7191,22 @@ var serializeAws_restXmlSSEKMS = function (input, context) {
|
|
|
7050
7191
|
}
|
|
7051
7192
|
return bodyNode;
|
|
7052
7193
|
};
|
|
7194
|
+
var serializeAws_restXmlSSEKMSEncryption = function (input, context) {
|
|
7195
|
+
var bodyNode = new __XmlNode("SSE-KMS");
|
|
7196
|
+
if (input.KeyId !== undefined && input.KeyId !== null) {
|
|
7197
|
+
var node = new __XmlNode("KmsKeyArnString").addChildNode(new __XmlText(input.KeyId)).withName("KeyId");
|
|
7198
|
+
bodyNode.addChildNode(node);
|
|
7199
|
+
}
|
|
7200
|
+
return bodyNode;
|
|
7201
|
+
};
|
|
7053
7202
|
var serializeAws_restXmlSSES3 = function (input, context) {
|
|
7054
7203
|
var bodyNode = new __XmlNode("SSE-S3");
|
|
7055
7204
|
return bodyNode;
|
|
7056
7205
|
};
|
|
7206
|
+
var serializeAws_restXmlSSES3Encryption = function (input, context) {
|
|
7207
|
+
var bodyNode = new __XmlNode("SSE-S3");
|
|
7208
|
+
return bodyNode;
|
|
7209
|
+
};
|
|
7057
7210
|
var serializeAws_restXmlStorageLensAwsOrg = function (input, context) {
|
|
7058
7211
|
var bodyNode = new __XmlNode("StorageLensAwsOrg");
|
|
7059
7212
|
if (input.Arn !== undefined && input.Arn !== null) {
|
|
@@ -7151,11 +7304,11 @@ var serializeAws_restXmlTagging = function (input, context) {
|
|
|
7151
7304
|
var bodyNode = new __XmlNode("Tagging");
|
|
7152
7305
|
if (input.TagSet !== undefined && input.TagSet !== null) {
|
|
7153
7306
|
var nodes = serializeAws_restXmlS3TagSet(input.TagSet, context);
|
|
7154
|
-
var
|
|
7307
|
+
var containerNode_24 = new __XmlNode("TagSet");
|
|
7155
7308
|
nodes.map(function (node) {
|
|
7156
|
-
|
|
7309
|
+
containerNode_24.addChildNode(node);
|
|
7157
7310
|
});
|
|
7158
|
-
bodyNode.addChildNode(
|
|
7311
|
+
bodyNode.addChildNode(containerNode_24);
|
|
7159
7312
|
}
|
|
7160
7313
|
return bodyNode;
|
|
7161
7314
|
};
|
|
@@ -7459,6 +7612,19 @@ var deserializeAws_restXml_Exclude = function (output, context) {
|
|
|
7459
7612
|
}
|
|
7460
7613
|
return contents;
|
|
7461
7614
|
};
|
|
7615
|
+
var deserializeAws_restXmlGeneratedManifestEncryption = function (output, context) {
|
|
7616
|
+
var contents = {
|
|
7617
|
+
SSES3: undefined,
|
|
7618
|
+
SSEKMS: undefined,
|
|
7619
|
+
};
|
|
7620
|
+
if (output["SSE-S3"] !== undefined) {
|
|
7621
|
+
contents.SSES3 = deserializeAws_restXmlSSES3Encryption(output["SSE-S3"], context);
|
|
7622
|
+
}
|
|
7623
|
+
if (output["SSE-KMS"] !== undefined) {
|
|
7624
|
+
contents.SSEKMS = deserializeAws_restXmlSSEKMSEncryption(output["SSE-KMS"], context);
|
|
7625
|
+
}
|
|
7626
|
+
return contents;
|
|
7627
|
+
};
|
|
7462
7628
|
var deserializeAws_restXmlInclude = function (output, context) {
|
|
7463
7629
|
var contents = {
|
|
7464
7630
|
Buckets: undefined,
|
|
@@ -7497,6 +7663,8 @@ var deserializeAws_restXmlJobDescriptor = function (output, context) {
|
|
|
7497
7663
|
RoleArn: undefined,
|
|
7498
7664
|
SuspendedDate: undefined,
|
|
7499
7665
|
SuspendedCause: undefined,
|
|
7666
|
+
ManifestGenerator: undefined,
|
|
7667
|
+
GeneratedManifestDescriptor: undefined,
|
|
7500
7668
|
};
|
|
7501
7669
|
if (output["JobId"] !== undefined) {
|
|
7502
7670
|
contents.JobId = __expectString(output["JobId"]);
|
|
@@ -7552,6 +7720,12 @@ var deserializeAws_restXmlJobDescriptor = function (output, context) {
|
|
|
7552
7720
|
if (output["SuspendedCause"] !== undefined) {
|
|
7553
7721
|
contents.SuspendedCause = __expectString(output["SuspendedCause"]);
|
|
7554
7722
|
}
|
|
7723
|
+
if (output["ManifestGenerator"] !== undefined) {
|
|
7724
|
+
contents.ManifestGenerator = deserializeAws_restXmlJobManifestGenerator(__expectUnion(output["ManifestGenerator"]), context);
|
|
7725
|
+
}
|
|
7726
|
+
if (output["GeneratedManifestDescriptor"] !== undefined) {
|
|
7727
|
+
contents.GeneratedManifestDescriptor = deserializeAws_restXmlS3GeneratedManifestDescriptor(output["GeneratedManifestDescriptor"], context);
|
|
7728
|
+
}
|
|
7555
7729
|
return contents;
|
|
7556
7730
|
};
|
|
7557
7731
|
var deserializeAws_restXmlJobFailure = function (output, context) {
|
|
@@ -7647,6 +7821,39 @@ var deserializeAws_restXmlJobManifestFieldList = function (output, context) {
|
|
|
7647
7821
|
return __expectString(entry);
|
|
7648
7822
|
});
|
|
7649
7823
|
};
|
|
7824
|
+
var deserializeAws_restXmlJobManifestGenerator = function (output, context) {
|
|
7825
|
+
if (output["S3JobManifestGenerator"] !== undefined) {
|
|
7826
|
+
return {
|
|
7827
|
+
S3JobManifestGenerator: deserializeAws_restXmlS3JobManifestGenerator(output["S3JobManifestGenerator"], context),
|
|
7828
|
+
};
|
|
7829
|
+
}
|
|
7830
|
+
return { $unknown: Object.entries(output)[0] };
|
|
7831
|
+
};
|
|
7832
|
+
var deserializeAws_restXmlJobManifestGeneratorFilter = function (output, context) {
|
|
7833
|
+
var contents = {
|
|
7834
|
+
EligibleForReplication: undefined,
|
|
7835
|
+
CreatedAfter: undefined,
|
|
7836
|
+
CreatedBefore: undefined,
|
|
7837
|
+
ObjectReplicationStatuses: undefined,
|
|
7838
|
+
};
|
|
7839
|
+
if (output["EligibleForReplication"] !== undefined) {
|
|
7840
|
+
contents.EligibleForReplication = __parseBoolean(output["EligibleForReplication"]);
|
|
7841
|
+
}
|
|
7842
|
+
if (output["CreatedAfter"] !== undefined) {
|
|
7843
|
+
contents.CreatedAfter = __expectNonNull(__parseRfc3339DateTime(output["CreatedAfter"]));
|
|
7844
|
+
}
|
|
7845
|
+
if (output["CreatedBefore"] !== undefined) {
|
|
7846
|
+
contents.CreatedBefore = __expectNonNull(__parseRfc3339DateTime(output["CreatedBefore"]));
|
|
7847
|
+
}
|
|
7848
|
+
if (output.ObjectReplicationStatuses === "") {
|
|
7849
|
+
contents.ObjectReplicationStatuses = [];
|
|
7850
|
+
}
|
|
7851
|
+
if (output["ObjectReplicationStatuses"] !== undefined &&
|
|
7852
|
+
output["ObjectReplicationStatuses"]["member"] !== undefined) {
|
|
7853
|
+
contents.ObjectReplicationStatuses = deserializeAws_restXmlReplicationStatusFilterList(__getArrayIfSingleItem(output["ObjectReplicationStatuses"]["member"]), context);
|
|
7854
|
+
}
|
|
7855
|
+
return contents;
|
|
7856
|
+
};
|
|
7650
7857
|
var deserializeAws_restXmlJobManifestLocation = function (output, context) {
|
|
7651
7858
|
var contents = {
|
|
7652
7859
|
ObjectArn: undefined,
|
|
@@ -7690,6 +7897,7 @@ var deserializeAws_restXmlJobOperation = function (output, context) {
|
|
|
7690
7897
|
S3InitiateRestoreObject: undefined,
|
|
7691
7898
|
S3PutObjectLegalHold: undefined,
|
|
7692
7899
|
S3PutObjectRetention: undefined,
|
|
7900
|
+
S3ReplicateObject: undefined,
|
|
7693
7901
|
};
|
|
7694
7902
|
if (output["LambdaInvoke"] !== undefined) {
|
|
7695
7903
|
contents.LambdaInvoke = deserializeAws_restXmlLambdaInvokeOperation(output["LambdaInvoke"], context);
|
|
@@ -7715,6 +7923,9 @@ var deserializeAws_restXmlJobOperation = function (output, context) {
|
|
|
7715
7923
|
if (output["S3PutObjectRetention"] !== undefined) {
|
|
7716
7924
|
contents.S3PutObjectRetention = deserializeAws_restXmlS3SetObjectRetentionOperation(output["S3PutObjectRetention"], context);
|
|
7717
7925
|
}
|
|
7926
|
+
if (output["S3ReplicateObject"] !== undefined) {
|
|
7927
|
+
contents.S3ReplicateObject = deserializeAws_restXmlS3ReplicateObjectOperation(output["S3ReplicateObject"], context);
|
|
7928
|
+
}
|
|
7718
7929
|
return contents;
|
|
7719
7930
|
};
|
|
7720
7931
|
var deserializeAws_restXmlJobProgressSummary = function (output, context) {
|
|
@@ -7722,6 +7933,7 @@ var deserializeAws_restXmlJobProgressSummary = function (output, context) {
|
|
|
7722
7933
|
TotalNumberOfTasks: undefined,
|
|
7723
7934
|
NumberOfTasksSucceeded: undefined,
|
|
7724
7935
|
NumberOfTasksFailed: undefined,
|
|
7936
|
+
Timers: undefined,
|
|
7725
7937
|
};
|
|
7726
7938
|
if (output["TotalNumberOfTasks"] !== undefined) {
|
|
7727
7939
|
contents.TotalNumberOfTasks = __strictParseLong(output["TotalNumberOfTasks"]);
|
|
@@ -7732,6 +7944,9 @@ var deserializeAws_restXmlJobProgressSummary = function (output, context) {
|
|
|
7732
7944
|
if (output["NumberOfTasksFailed"] !== undefined) {
|
|
7733
7945
|
contents.NumberOfTasksFailed = __strictParseLong(output["NumberOfTasksFailed"]);
|
|
7734
7946
|
}
|
|
7947
|
+
if (output["Timers"] !== undefined) {
|
|
7948
|
+
contents.Timers = deserializeAws_restXmlJobTimers(output["Timers"], context);
|
|
7949
|
+
}
|
|
7735
7950
|
return contents;
|
|
7736
7951
|
};
|
|
7737
7952
|
var deserializeAws_restXmlJobReport = function (output, context) {
|
|
@@ -7759,6 +7974,15 @@ var deserializeAws_restXmlJobReport = function (output, context) {
|
|
|
7759
7974
|
}
|
|
7760
7975
|
return contents;
|
|
7761
7976
|
};
|
|
7977
|
+
var deserializeAws_restXmlJobTimers = function (output, context) {
|
|
7978
|
+
var contents = {
|
|
7979
|
+
ElapsedTimeInActiveSeconds: undefined,
|
|
7980
|
+
};
|
|
7981
|
+
if (output["ElapsedTimeInActiveSeconds"] !== undefined) {
|
|
7982
|
+
contents.ElapsedTimeInActiveSeconds = __strictParseLong(output["ElapsedTimeInActiveSeconds"]);
|
|
7983
|
+
}
|
|
7984
|
+
return contents;
|
|
7985
|
+
};
|
|
7762
7986
|
var deserializeAws_restXmlLambdaInvokeOperation = function (output, context) {
|
|
7763
7987
|
var contents = {
|
|
7764
7988
|
FunctionArn: undefined,
|
|
@@ -8281,6 +8505,16 @@ var deserializeAws_restXmlRegions = function (output, context) {
|
|
|
8281
8505
|
return __expectString(entry);
|
|
8282
8506
|
});
|
|
8283
8507
|
};
|
|
8508
|
+
var deserializeAws_restXmlReplicationStatusFilterList = function (output, context) {
|
|
8509
|
+
return (output || [])
|
|
8510
|
+
.filter(function (e) { return e != null; })
|
|
8511
|
+
.map(function (entry) {
|
|
8512
|
+
if (entry === null) {
|
|
8513
|
+
return null;
|
|
8514
|
+
}
|
|
8515
|
+
return __expectString(entry);
|
|
8516
|
+
});
|
|
8517
|
+
};
|
|
8284
8518
|
var deserializeAws_restXmlS3AccessControlList = function (output, context) {
|
|
8285
8519
|
var contents = {
|
|
8286
8520
|
Owner: undefined,
|
|
@@ -8422,6 +8656,19 @@ var deserializeAws_restXmlS3DeleteObjectTaggingOperation = function (output, con
|
|
|
8422
8656
|
var contents = {};
|
|
8423
8657
|
return contents;
|
|
8424
8658
|
};
|
|
8659
|
+
var deserializeAws_restXmlS3GeneratedManifestDescriptor = function (output, context) {
|
|
8660
|
+
var contents = {
|
|
8661
|
+
Format: undefined,
|
|
8662
|
+
Location: undefined,
|
|
8663
|
+
};
|
|
8664
|
+
if (output["Format"] !== undefined) {
|
|
8665
|
+
contents.Format = __expectString(output["Format"]);
|
|
8666
|
+
}
|
|
8667
|
+
if (output["Location"] !== undefined) {
|
|
8668
|
+
contents.Location = deserializeAws_restXmlJobManifestLocation(output["Location"], context);
|
|
8669
|
+
}
|
|
8670
|
+
return contents;
|
|
8671
|
+
};
|
|
8425
8672
|
var deserializeAws_restXmlS3Grant = function (output, context) {
|
|
8426
8673
|
var contents = {
|
|
8427
8674
|
Grantee: undefined,
|
|
@@ -8475,6 +8722,56 @@ var deserializeAws_restXmlS3InitiateRestoreObjectOperation = function (output, c
|
|
|
8475
8722
|
}
|
|
8476
8723
|
return contents;
|
|
8477
8724
|
};
|
|
8725
|
+
var deserializeAws_restXmlS3JobManifestGenerator = function (output, context) {
|
|
8726
|
+
var contents = {
|
|
8727
|
+
ExpectedBucketOwner: undefined,
|
|
8728
|
+
SourceBucket: undefined,
|
|
8729
|
+
ManifestOutputLocation: undefined,
|
|
8730
|
+
Filter: undefined,
|
|
8731
|
+
EnableManifestOutput: undefined,
|
|
8732
|
+
};
|
|
8733
|
+
if (output["ExpectedBucketOwner"] !== undefined) {
|
|
8734
|
+
contents.ExpectedBucketOwner = __expectString(output["ExpectedBucketOwner"]);
|
|
8735
|
+
}
|
|
8736
|
+
if (output["SourceBucket"] !== undefined) {
|
|
8737
|
+
contents.SourceBucket = __expectString(output["SourceBucket"]);
|
|
8738
|
+
}
|
|
8739
|
+
if (output["ManifestOutputLocation"] !== undefined) {
|
|
8740
|
+
contents.ManifestOutputLocation = deserializeAws_restXmlS3ManifestOutputLocation(output["ManifestOutputLocation"], context);
|
|
8741
|
+
}
|
|
8742
|
+
if (output["Filter"] !== undefined) {
|
|
8743
|
+
contents.Filter = deserializeAws_restXmlJobManifestGeneratorFilter(output["Filter"], context);
|
|
8744
|
+
}
|
|
8745
|
+
if (output["EnableManifestOutput"] !== undefined) {
|
|
8746
|
+
contents.EnableManifestOutput = __parseBoolean(output["EnableManifestOutput"]);
|
|
8747
|
+
}
|
|
8748
|
+
return contents;
|
|
8749
|
+
};
|
|
8750
|
+
var deserializeAws_restXmlS3ManifestOutputLocation = function (output, context) {
|
|
8751
|
+
var contents = {
|
|
8752
|
+
ExpectedManifestBucketOwner: undefined,
|
|
8753
|
+
Bucket: undefined,
|
|
8754
|
+
ManifestPrefix: undefined,
|
|
8755
|
+
ManifestEncryption: undefined,
|
|
8756
|
+
ManifestFormat: undefined,
|
|
8757
|
+
};
|
|
8758
|
+
if (output["ExpectedManifestBucketOwner"] !== undefined) {
|
|
8759
|
+
contents.ExpectedManifestBucketOwner = __expectString(output["ExpectedManifestBucketOwner"]);
|
|
8760
|
+
}
|
|
8761
|
+
if (output["Bucket"] !== undefined) {
|
|
8762
|
+
contents.Bucket = __expectString(output["Bucket"]);
|
|
8763
|
+
}
|
|
8764
|
+
if (output["ManifestPrefix"] !== undefined) {
|
|
8765
|
+
contents.ManifestPrefix = __expectString(output["ManifestPrefix"]);
|
|
8766
|
+
}
|
|
8767
|
+
if (output["ManifestEncryption"] !== undefined) {
|
|
8768
|
+
contents.ManifestEncryption = deserializeAws_restXmlGeneratedManifestEncryption(output["ManifestEncryption"], context);
|
|
8769
|
+
}
|
|
8770
|
+
if (output["ManifestFormat"] !== undefined) {
|
|
8771
|
+
contents.ManifestFormat = __expectString(output["ManifestFormat"]);
|
|
8772
|
+
}
|
|
8773
|
+
return contents;
|
|
8774
|
+
};
|
|
8478
8775
|
var deserializeAws_restXmlS3ObjectLockLegalHold = function (output, context) {
|
|
8479
8776
|
var contents = {
|
|
8480
8777
|
Status: undefined,
|
|
@@ -8549,6 +8846,10 @@ var deserializeAws_restXmlS3ObjectOwner = function (output, context) {
|
|
|
8549
8846
|
}
|
|
8550
8847
|
return contents;
|
|
8551
8848
|
};
|
|
8849
|
+
var deserializeAws_restXmlS3ReplicateObjectOperation = function (output, context) {
|
|
8850
|
+
var contents = {};
|
|
8851
|
+
return contents;
|
|
8852
|
+
};
|
|
8552
8853
|
var deserializeAws_restXmlS3Retention = function (output, context) {
|
|
8553
8854
|
var contents = {
|
|
8554
8855
|
RetainUntilDate: undefined,
|
|
@@ -8663,10 +8964,23 @@ var deserializeAws_restXmlSSEKMS = function (output, context) {
|
|
|
8663
8964
|
}
|
|
8664
8965
|
return contents;
|
|
8665
8966
|
};
|
|
8967
|
+
var deserializeAws_restXmlSSEKMSEncryption = function (output, context) {
|
|
8968
|
+
var contents = {
|
|
8969
|
+
KeyId: undefined,
|
|
8970
|
+
};
|
|
8971
|
+
if (output["KeyId"] !== undefined) {
|
|
8972
|
+
contents.KeyId = __expectString(output["KeyId"]);
|
|
8973
|
+
}
|
|
8974
|
+
return contents;
|
|
8975
|
+
};
|
|
8666
8976
|
var deserializeAws_restXmlSSES3 = function (output, context) {
|
|
8667
8977
|
var contents = {};
|
|
8668
8978
|
return contents;
|
|
8669
8979
|
};
|
|
8980
|
+
var deserializeAws_restXmlSSES3Encryption = function (output, context) {
|
|
8981
|
+
var contents = {};
|
|
8982
|
+
return contents;
|
|
8983
|
+
};
|
|
8670
8984
|
var deserializeAws_restXmlStorageLensAwsOrg = function (output, context) {
|
|
8671
8985
|
var contents = {
|
|
8672
8986
|
Arn: undefined,
|