@aws-sdk/client-macie2 3.319.0 → 3.321.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/protocols/Aws_restJson1.js +141 -125
- package/dist-es/protocols/Aws_restJson1.js +141 -125
- package/package.json +4 -4
|
@@ -6328,7 +6328,7 @@ const de_AccessControlList = (output, context) => {
|
|
|
6328
6328
|
};
|
|
6329
6329
|
const de_AccountLevelPermissions = (output, context) => {
|
|
6330
6330
|
return (0, smithy_client_1.take)(output, {
|
|
6331
|
-
blockPublicAccess: (_) =>
|
|
6331
|
+
blockPublicAccess: [, (_) => de_BlockPublicAccess(_, context), `blockPublicAccess`],
|
|
6332
6332
|
});
|
|
6333
6333
|
};
|
|
6334
6334
|
const de_AdminAccount = (output, context) => {
|
|
@@ -6340,7 +6340,7 @@ const de_AdminAccount = (output, context) => {
|
|
|
6340
6340
|
const de_AllowListCriteria = (output, context) => {
|
|
6341
6341
|
return (0, smithy_client_1.take)(output, {
|
|
6342
6342
|
regex: [, smithy_client_1.expectString, `regex`],
|
|
6343
|
-
s3WordsList: (_) =>
|
|
6343
|
+
s3WordsList: [, (_) => de_S3WordsList(_, context), `s3WordsList`],
|
|
6344
6344
|
});
|
|
6345
6345
|
};
|
|
6346
6346
|
const de_AllowListStatus = (output, context) => {
|
|
@@ -6352,19 +6352,19 @@ const de_AllowListStatus = (output, context) => {
|
|
|
6352
6352
|
const de_AllowListSummary = (output, context) => {
|
|
6353
6353
|
return (0, smithy_client_1.take)(output, {
|
|
6354
6354
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6355
|
-
createdAt: (_) =>
|
|
6355
|
+
createdAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
6356
6356
|
description: [, smithy_client_1.expectString, `description`],
|
|
6357
6357
|
id: [, smithy_client_1.expectString, `id`],
|
|
6358
6358
|
name: [, smithy_client_1.expectString, `name`],
|
|
6359
|
-
updatedAt: (_) =>
|
|
6359
|
+
updatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `updatedAt`],
|
|
6360
6360
|
});
|
|
6361
6361
|
};
|
|
6362
6362
|
const de_ApiCallDetails = (output, context) => {
|
|
6363
6363
|
return (0, smithy_client_1.take)(output, {
|
|
6364
6364
|
api: [, smithy_client_1.expectString, `api`],
|
|
6365
6365
|
apiServiceName: [, smithy_client_1.expectString, `apiServiceName`],
|
|
6366
|
-
firstSeen: (_) =>
|
|
6367
|
-
lastSeen: (_) =>
|
|
6366
|
+
firstSeen: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `firstSeen`],
|
|
6367
|
+
lastSeen: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `lastSeen`],
|
|
6368
6368
|
});
|
|
6369
6369
|
};
|
|
6370
6370
|
const de_AssumedRole = (output, context) => {
|
|
@@ -6373,7 +6373,7 @@ const de_AssumedRole = (output, context) => {
|
|
|
6373
6373
|
accountId: [, smithy_client_1.expectString, `accountId`],
|
|
6374
6374
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6375
6375
|
principalId: [, smithy_client_1.expectString, `principalId`],
|
|
6376
|
-
sessionContext: (_) =>
|
|
6376
|
+
sessionContext: [, (_) => de_SessionContext(_, context), `sessionContext`],
|
|
6377
6377
|
});
|
|
6378
6378
|
};
|
|
6379
6379
|
const de_AwsAccount = (output, context) => {
|
|
@@ -6390,7 +6390,7 @@ const de_AwsService = (output, context) => {
|
|
|
6390
6390
|
const de_BatchGetCustomDataIdentifierSummary = (output, context) => {
|
|
6391
6391
|
return (0, smithy_client_1.take)(output, {
|
|
6392
6392
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6393
|
-
createdAt: (_) =>
|
|
6393
|
+
createdAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
6394
6394
|
deleted: [, smithy_client_1.expectBoolean, `deleted`],
|
|
6395
6395
|
description: [, smithy_client_1.expectString, `description`],
|
|
6396
6396
|
id: [, smithy_client_1.expectString, `id`],
|
|
@@ -6438,9 +6438,9 @@ const de_BucketCountPolicyAllowsUnencryptedObjectUploads = (output, context) =>
|
|
|
6438
6438
|
};
|
|
6439
6439
|
const de_BucketLevelPermissions = (output, context) => {
|
|
6440
6440
|
return (0, smithy_client_1.take)(output, {
|
|
6441
|
-
accessControlList: (_) =>
|
|
6442
|
-
blockPublicAccess: (_) =>
|
|
6443
|
-
bucketPolicy: (_) =>
|
|
6441
|
+
accessControlList: [, (_) => de_AccessControlList(_, context), `accessControlList`],
|
|
6442
|
+
blockPublicAccess: [, (_) => de_BlockPublicAccess(_, context), `blockPublicAccess`],
|
|
6443
|
+
bucketPolicy: [, (_) => de_BucketPolicy(_, context), `bucketPolicy`],
|
|
6444
6444
|
});
|
|
6445
6445
|
};
|
|
6446
6446
|
const de_BucketMetadata = (output, context) => {
|
|
@@ -6448,39 +6448,47 @@ const de_BucketMetadata = (output, context) => {
|
|
|
6448
6448
|
accountId: [, smithy_client_1.expectString, `accountId`],
|
|
6449
6449
|
allowsUnencryptedObjectUploads: [, smithy_client_1.expectString, `allowsUnencryptedObjectUploads`],
|
|
6450
6450
|
bucketArn: [, smithy_client_1.expectString, `bucketArn`],
|
|
6451
|
-
bucketCreatedAt: (_) =>
|
|
6451
|
+
bucketCreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `bucketCreatedAt`],
|
|
6452
6452
|
bucketName: [, smithy_client_1.expectString, `bucketName`],
|
|
6453
6453
|
classifiableObjectCount: [, smithy_client_1.expectLong, `classifiableObjectCount`],
|
|
6454
6454
|
classifiableSizeInBytes: [, smithy_client_1.expectLong, `classifiableSizeInBytes`],
|
|
6455
6455
|
errorCode: [, smithy_client_1.expectString, `errorCode`],
|
|
6456
6456
|
errorMessage: [, smithy_client_1.expectString, `errorMessage`],
|
|
6457
|
-
jobDetails: (_) =>
|
|
6458
|
-
lastAutomatedDiscoveryTime:
|
|
6457
|
+
jobDetails: [, (_) => de_JobDetails(_, context), `jobDetails`],
|
|
6458
|
+
lastAutomatedDiscoveryTime: [
|
|
6459
6459
|
,
|
|
6460
|
-
(0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
6460
|
+
(_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
6461
6461
|
`lastAutomatedDiscoveryTime`,
|
|
6462
6462
|
],
|
|
6463
|
-
lastUpdated: (_) =>
|
|
6463
|
+
lastUpdated: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `lastUpdated`],
|
|
6464
6464
|
objectCount: [, smithy_client_1.expectLong, `objectCount`],
|
|
6465
|
-
objectCountByEncryptionType:
|
|
6466
|
-
|
|
6465
|
+
objectCountByEncryptionType: [
|
|
6466
|
+
,
|
|
6467
|
+
(_) => de_ObjectCountByEncryptionType(_, context),
|
|
6468
|
+
`objectCountByEncryptionType`,
|
|
6469
|
+
],
|
|
6470
|
+
publicAccess: [, (_) => de_BucketPublicAccess(_, context), `publicAccess`],
|
|
6467
6471
|
region: [, smithy_client_1.expectString, `region`],
|
|
6468
|
-
replicationDetails: (_) =>
|
|
6472
|
+
replicationDetails: [, (_) => de_ReplicationDetails(_, context), `replicationDetails`],
|
|
6469
6473
|
sensitivityScore: [, smithy_client_1.expectInt32, `sensitivityScore`],
|
|
6470
|
-
serverSideEncryption: (_) =>
|
|
6474
|
+
serverSideEncryption: [, (_) => de_BucketServerSideEncryption(_, context), `serverSideEncryption`],
|
|
6471
6475
|
sharedAccess: [, smithy_client_1.expectString, `sharedAccess`],
|
|
6472
6476
|
sizeInBytes: [, smithy_client_1.expectLong, `sizeInBytes`],
|
|
6473
6477
|
sizeInBytesCompressed: [, smithy_client_1.expectLong, `sizeInBytesCompressed`],
|
|
6474
|
-
tags: (_) =>
|
|
6475
|
-
unclassifiableObjectCount: (_) =>
|
|
6476
|
-
unclassifiableObjectSizeInBytes:
|
|
6478
|
+
tags: [, (_) => de___listOfKeyValuePair(_, context), `tags`],
|
|
6479
|
+
unclassifiableObjectCount: [, (_) => de_ObjectLevelStatistics(_, context), `unclassifiableObjectCount`],
|
|
6480
|
+
unclassifiableObjectSizeInBytes: [
|
|
6481
|
+
,
|
|
6482
|
+
(_) => de_ObjectLevelStatistics(_, context),
|
|
6483
|
+
`unclassifiableObjectSizeInBytes`,
|
|
6484
|
+
],
|
|
6477
6485
|
versioning: [, smithy_client_1.expectBoolean, `versioning`],
|
|
6478
6486
|
});
|
|
6479
6487
|
};
|
|
6480
6488
|
const de_BucketPermissionConfiguration = (output, context) => {
|
|
6481
6489
|
return (0, smithy_client_1.take)(output, {
|
|
6482
|
-
accountLevelPermissions: (_) =>
|
|
6483
|
-
bucketLevelPermissions: (_) =>
|
|
6490
|
+
accountLevelPermissions: [, (_) => de_AccountLevelPermissions(_, context), `accountLevelPermissions`],
|
|
6491
|
+
bucketLevelPermissions: [, (_) => de_BucketLevelPermissions(_, context), `bucketLevelPermissions`],
|
|
6484
6492
|
});
|
|
6485
6493
|
};
|
|
6486
6494
|
const de_BucketPolicy = (output, context) => {
|
|
@@ -6492,7 +6500,7 @@ const de_BucketPolicy = (output, context) => {
|
|
|
6492
6500
|
const de_BucketPublicAccess = (output, context) => {
|
|
6493
6501
|
return (0, smithy_client_1.take)(output, {
|
|
6494
6502
|
effectivePermission: [, smithy_client_1.expectString, `effectivePermission`],
|
|
6495
|
-
permissionConfiguration: (_) =>
|
|
6503
|
+
permissionConfiguration: [, (_) => de_BucketPermissionConfiguration(_, context), `permissionConfiguration`],
|
|
6496
6504
|
});
|
|
6497
6505
|
};
|
|
6498
6506
|
const de_BucketServerSideEncryption = (output, context) => {
|
|
@@ -6503,10 +6511,10 @@ const de_BucketServerSideEncryption = (output, context) => {
|
|
|
6503
6511
|
};
|
|
6504
6512
|
const de_BucketStatisticsBySensitivity = (output, context) => {
|
|
6505
6513
|
return (0, smithy_client_1.take)(output, {
|
|
6506
|
-
classificationError: (_) =>
|
|
6507
|
-
notClassified: (_) =>
|
|
6508
|
-
notSensitive: (_) =>
|
|
6509
|
-
sensitive: (_) =>
|
|
6514
|
+
classificationError: [, (_) => de_SensitivityAggregations(_, context), `classificationError`],
|
|
6515
|
+
notClassified: [, (_) => de_SensitivityAggregations(_, context), `notClassified`],
|
|
6516
|
+
notSensitive: [, (_) => de_SensitivityAggregations(_, context), `notSensitive`],
|
|
6517
|
+
sensitive: [, (_) => de_SensitivityAggregations(_, context), `sensitive`],
|
|
6510
6518
|
});
|
|
6511
6519
|
};
|
|
6512
6520
|
const de_Cell = (output, context) => {
|
|
@@ -6531,22 +6539,22 @@ const de_ClassificationDetails = (output, context) => {
|
|
|
6531
6539
|
jobArn: [, smithy_client_1.expectString, `jobArn`],
|
|
6532
6540
|
jobId: [, smithy_client_1.expectString, `jobId`],
|
|
6533
6541
|
originType: [, smithy_client_1.expectString, `originType`],
|
|
6534
|
-
result: (_) =>
|
|
6542
|
+
result: [, (_) => de_ClassificationResult(_, context), `result`],
|
|
6535
6543
|
});
|
|
6536
6544
|
};
|
|
6537
6545
|
const de_ClassificationExportConfiguration = (output, context) => {
|
|
6538
6546
|
return (0, smithy_client_1.take)(output, {
|
|
6539
|
-
s3Destination: (_) =>
|
|
6547
|
+
s3Destination: [, (_) => de_S3Destination(_, context), `s3Destination`],
|
|
6540
6548
|
});
|
|
6541
6549
|
};
|
|
6542
6550
|
const de_ClassificationResult = (output, context) => {
|
|
6543
6551
|
return (0, smithy_client_1.take)(output, {
|
|
6544
6552
|
additionalOccurrences: [, smithy_client_1.expectBoolean, `additionalOccurrences`],
|
|
6545
|
-
customDataIdentifiers: (_) =>
|
|
6553
|
+
customDataIdentifiers: [, (_) => de_CustomDataIdentifiers(_, context), `customDataIdentifiers`],
|
|
6546
6554
|
mimeType: [, smithy_client_1.expectString, `mimeType`],
|
|
6547
|
-
sensitiveData: (_) =>
|
|
6555
|
+
sensitiveData: [, (_) => de_SensitiveData(_, context), `sensitiveData`],
|
|
6548
6556
|
sizeClassified: [, smithy_client_1.expectLong, `sizeClassified`],
|
|
6549
|
-
status: (_) =>
|
|
6557
|
+
status: [, (_) => de_ClassificationResultStatus(_, context), `status`],
|
|
6550
6558
|
});
|
|
6551
6559
|
};
|
|
6552
6560
|
const de_ClassificationResultStatus = (output, context) => {
|
|
@@ -6563,13 +6571,13 @@ const de_ClassificationScopeSummary = (output, context) => {
|
|
|
6563
6571
|
};
|
|
6564
6572
|
const de_CriteriaBlockForJob = (output, context) => {
|
|
6565
6573
|
return (0, smithy_client_1.take)(output, {
|
|
6566
|
-
and: (_) =>
|
|
6574
|
+
and: [, (_) => de___listOfCriteriaForJob(_, context), `and`],
|
|
6567
6575
|
});
|
|
6568
6576
|
};
|
|
6569
6577
|
const de_CriteriaForJob = (output, context) => {
|
|
6570
6578
|
return (0, smithy_client_1.take)(output, {
|
|
6571
|
-
simpleCriterion: (_) =>
|
|
6572
|
-
tagCriterion: (_) =>
|
|
6579
|
+
simpleCriterion: [, (_) => de_SimpleCriterionForJob(_, context), `simpleCriterion`],
|
|
6580
|
+
tagCriterion: [, (_) => de_TagCriterionForJob(_, context), `tagCriterion`],
|
|
6573
6581
|
});
|
|
6574
6582
|
};
|
|
6575
6583
|
const de_Criterion = (output, context) => {
|
|
@@ -6594,14 +6602,14 @@ const de_CriterionAdditionalProperties = (output, context) => {
|
|
|
6594
6602
|
};
|
|
6595
6603
|
const de_CustomDataIdentifiers = (output, context) => {
|
|
6596
6604
|
return (0, smithy_client_1.take)(output, {
|
|
6597
|
-
detections: (_) =>
|
|
6605
|
+
detections: [, (_) => de_CustomDetections(_, context), `detections`],
|
|
6598
6606
|
totalCount: [, smithy_client_1.expectLong, `totalCount`],
|
|
6599
6607
|
});
|
|
6600
6608
|
};
|
|
6601
6609
|
const de_CustomDataIdentifierSummary = (output, context) => {
|
|
6602
6610
|
return (0, smithy_client_1.take)(output, {
|
|
6603
6611
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6604
|
-
createdAt: (_) =>
|
|
6612
|
+
createdAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
6605
6613
|
description: [, smithy_client_1.expectString, `description`],
|
|
6606
6614
|
id: [, smithy_client_1.expectString, `id`],
|
|
6607
6615
|
name: [, smithy_client_1.expectString, `name`],
|
|
@@ -6612,7 +6620,7 @@ const de_CustomDetection = (output, context) => {
|
|
|
6612
6620
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6613
6621
|
count: [, smithy_client_1.expectLong, `count`],
|
|
6614
6622
|
name: [, smithy_client_1.expectString, `name`],
|
|
6615
|
-
occurrences: (_) =>
|
|
6623
|
+
occurrences: [, (_) => de_Occurrences(_, context), `occurrences`],
|
|
6616
6624
|
});
|
|
6617
6625
|
};
|
|
6618
6626
|
const de_CustomDetections = (output, context) => {
|
|
@@ -6626,7 +6634,7 @@ const de_CustomDetections = (output, context) => {
|
|
|
6626
6634
|
const de_DefaultDetection = (output, context) => {
|
|
6627
6635
|
return (0, smithy_client_1.take)(output, {
|
|
6628
6636
|
count: [, smithy_client_1.expectLong, `count`],
|
|
6629
|
-
occurrences: (_) =>
|
|
6637
|
+
occurrences: [, (_) => de_Occurrences(_, context), `occurrences`],
|
|
6630
6638
|
type: [, smithy_client_1.expectString, `type`],
|
|
6631
6639
|
});
|
|
6632
6640
|
};
|
|
@@ -6664,7 +6672,7 @@ const de_FederatedUser = (output, context) => {
|
|
|
6664
6672
|
accountId: [, smithy_client_1.expectString, `accountId`],
|
|
6665
6673
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6666
6674
|
principalId: [, smithy_client_1.expectString, `principalId`],
|
|
6667
|
-
sessionContext: (_) =>
|
|
6675
|
+
sessionContext: [, (_) => de_SessionContext(_, context), `sessionContext`],
|
|
6668
6676
|
});
|
|
6669
6677
|
};
|
|
6670
6678
|
const de_Finding = (output, context) => {
|
|
@@ -6672,39 +6680,39 @@ const de_Finding = (output, context) => {
|
|
|
6672
6680
|
accountId: [, smithy_client_1.expectString, `accountId`],
|
|
6673
6681
|
archived: [, smithy_client_1.expectBoolean, `archived`],
|
|
6674
6682
|
category: [, smithy_client_1.expectString, `category`],
|
|
6675
|
-
classificationDetails: (_) =>
|
|
6683
|
+
classificationDetails: [, (_) => de_ClassificationDetails(_, context), `classificationDetails`],
|
|
6676
6684
|
count: [, smithy_client_1.expectLong, `count`],
|
|
6677
|
-
createdAt: (_) =>
|
|
6685
|
+
createdAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
6678
6686
|
description: [, smithy_client_1.expectString, `description`],
|
|
6679
6687
|
id: [, smithy_client_1.expectString, `id`],
|
|
6680
6688
|
partition: [, smithy_client_1.expectString, `partition`],
|
|
6681
|
-
policyDetails: (_) =>
|
|
6689
|
+
policyDetails: [, (_) => de_PolicyDetails(_, context), `policyDetails`],
|
|
6682
6690
|
region: [, smithy_client_1.expectString, `region`],
|
|
6683
|
-
resourcesAffected: (_) =>
|
|
6691
|
+
resourcesAffected: [, (_) => de_ResourcesAffected(_, context), `resourcesAffected`],
|
|
6684
6692
|
sample: [, smithy_client_1.expectBoolean, `sample`],
|
|
6685
6693
|
schemaVersion: [, smithy_client_1.expectString, `schemaVersion`],
|
|
6686
|
-
severity: (_) =>
|
|
6694
|
+
severity: [, (_) => de_Severity(_, context), `severity`],
|
|
6687
6695
|
title: [, smithy_client_1.expectString, `title`],
|
|
6688
6696
|
type: [, smithy_client_1.expectString, `type`],
|
|
6689
|
-
updatedAt: (_) =>
|
|
6697
|
+
updatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `updatedAt`],
|
|
6690
6698
|
});
|
|
6691
6699
|
};
|
|
6692
6700
|
const de_FindingAction = (output, context) => {
|
|
6693
6701
|
return (0, smithy_client_1.take)(output, {
|
|
6694
6702
|
actionType: [, smithy_client_1.expectString, `actionType`],
|
|
6695
|
-
apiCallDetails: (_) =>
|
|
6703
|
+
apiCallDetails: [, (_) => de_ApiCallDetails(_, context), `apiCallDetails`],
|
|
6696
6704
|
});
|
|
6697
6705
|
};
|
|
6698
6706
|
const de_FindingActor = (output, context) => {
|
|
6699
6707
|
return (0, smithy_client_1.take)(output, {
|
|
6700
|
-
domainDetails: (_) =>
|
|
6701
|
-
ipAddressDetails: (_) =>
|
|
6702
|
-
userIdentity: (_) =>
|
|
6708
|
+
domainDetails: [, (_) => de_DomainDetails(_, context), `domainDetails`],
|
|
6709
|
+
ipAddressDetails: [, (_) => de_IpAddressDetails(_, context), `ipAddressDetails`],
|
|
6710
|
+
userIdentity: [, (_) => de_UserIdentity(_, context), `userIdentity`],
|
|
6703
6711
|
});
|
|
6704
6712
|
};
|
|
6705
6713
|
const de_FindingCriteria = (output, context) => {
|
|
6706
6714
|
return (0, smithy_client_1.take)(output, {
|
|
6707
|
-
criterion: (_) =>
|
|
6715
|
+
criterion: [, (_) => de_Criterion(_, context), `criterion`],
|
|
6708
6716
|
});
|
|
6709
6717
|
};
|
|
6710
6718
|
const de_FindingsFilterListItem = (output, context) => {
|
|
@@ -6734,17 +6742,17 @@ const de_Invitation = (output, context) => {
|
|
|
6734
6742
|
return (0, smithy_client_1.take)(output, {
|
|
6735
6743
|
accountId: [, smithy_client_1.expectString, `accountId`],
|
|
6736
6744
|
invitationId: [, smithy_client_1.expectString, `invitationId`],
|
|
6737
|
-
invitedAt: (_) =>
|
|
6745
|
+
invitedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `invitedAt`],
|
|
6738
6746
|
relationshipStatus: [, smithy_client_1.expectString, `relationshipStatus`],
|
|
6739
6747
|
});
|
|
6740
6748
|
};
|
|
6741
6749
|
const de_IpAddressDetails = (output, context) => {
|
|
6742
6750
|
return (0, smithy_client_1.take)(output, {
|
|
6743
6751
|
ipAddressV4: [, smithy_client_1.expectString, `ipAddressV4`],
|
|
6744
|
-
ipCity: (_) =>
|
|
6745
|
-
ipCountry: (_) =>
|
|
6746
|
-
ipGeoLocation: (_) =>
|
|
6747
|
-
ipOwner: (_) =>
|
|
6752
|
+
ipCity: [, (_) => de_IpCity(_, context), `ipCity`],
|
|
6753
|
+
ipCountry: [, (_) => de_IpCountry(_, context), `ipCountry`],
|
|
6754
|
+
ipGeoLocation: [, (_) => de_IpGeoLocation(_, context), `ipGeoLocation`],
|
|
6755
|
+
ipOwner: [, (_) => de_IpOwner(_, context), `ipOwner`],
|
|
6748
6756
|
});
|
|
6749
6757
|
};
|
|
6750
6758
|
const de_IpCity = (output, context) => {
|
|
@@ -6777,38 +6785,38 @@ const de_JobDetails = (output, context) => {
|
|
|
6777
6785
|
isDefinedInJob: [, smithy_client_1.expectString, `isDefinedInJob`],
|
|
6778
6786
|
isMonitoredByJob: [, smithy_client_1.expectString, `isMonitoredByJob`],
|
|
6779
6787
|
lastJobId: [, smithy_client_1.expectString, `lastJobId`],
|
|
6780
|
-
lastJobRunTime: (_) =>
|
|
6788
|
+
lastJobRunTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `lastJobRunTime`],
|
|
6781
6789
|
});
|
|
6782
6790
|
};
|
|
6783
6791
|
const de_JobScheduleFrequency = (output, context) => {
|
|
6784
6792
|
return (0, smithy_client_1.take)(output, {
|
|
6785
6793
|
dailySchedule: [, smithy_client_1._json, `dailySchedule`],
|
|
6786
|
-
monthlySchedule: (_) =>
|
|
6787
|
-
weeklySchedule: (_) =>
|
|
6794
|
+
monthlySchedule: [, (_) => de_MonthlySchedule(_, context), `monthlySchedule`],
|
|
6795
|
+
weeklySchedule: [, (_) => de_WeeklySchedule(_, context), `weeklySchedule`],
|
|
6788
6796
|
});
|
|
6789
6797
|
};
|
|
6790
6798
|
const de_JobScopeTerm = (output, context) => {
|
|
6791
6799
|
return (0, smithy_client_1.take)(output, {
|
|
6792
|
-
simpleScopeTerm: (_) =>
|
|
6793
|
-
tagScopeTerm: (_) =>
|
|
6800
|
+
simpleScopeTerm: [, (_) => de_SimpleScopeTerm(_, context), `simpleScopeTerm`],
|
|
6801
|
+
tagScopeTerm: [, (_) => de_TagScopeTerm(_, context), `tagScopeTerm`],
|
|
6794
6802
|
});
|
|
6795
6803
|
};
|
|
6796
6804
|
const de_JobScopingBlock = (output, context) => {
|
|
6797
6805
|
return (0, smithy_client_1.take)(output, {
|
|
6798
|
-
and: (_) =>
|
|
6806
|
+
and: [, (_) => de___listOfJobScopeTerm(_, context), `and`],
|
|
6799
6807
|
});
|
|
6800
6808
|
};
|
|
6801
6809
|
const de_JobSummary = (output, context) => {
|
|
6802
6810
|
return (0, smithy_client_1.take)(output, {
|
|
6803
|
-
bucketCriteria: (_) =>
|
|
6804
|
-
bucketDefinitions: (_) =>
|
|
6805
|
-
createdAt: (_) =>
|
|
6811
|
+
bucketCriteria: [, (_) => de_S3BucketCriteriaForJob(_, context), `bucketCriteria`],
|
|
6812
|
+
bucketDefinitions: [, (_) => de___listOfS3BucketDefinitionForJob(_, context), `bucketDefinitions`],
|
|
6813
|
+
createdAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
6806
6814
|
jobId: [, smithy_client_1.expectString, `jobId`],
|
|
6807
6815
|
jobStatus: [, smithy_client_1.expectString, `jobStatus`],
|
|
6808
6816
|
jobType: [, smithy_client_1.expectString, `jobType`],
|
|
6809
|
-
lastRunErrorStatus: (_) =>
|
|
6817
|
+
lastRunErrorStatus: [, (_) => de_LastRunErrorStatus(_, context), `lastRunErrorStatus`],
|
|
6810
6818
|
name: [, smithy_client_1.expectString, `name`],
|
|
6811
|
-
userPausedDetails: (_) =>
|
|
6819
|
+
userPausedDetails: [, (_) => de_UserPausedDetails(_, context), `userPausedDetails`],
|
|
6812
6820
|
});
|
|
6813
6821
|
};
|
|
6814
6822
|
const de_KeyValuePair = (output, context) => {
|
|
@@ -6844,24 +6852,32 @@ const de_MatchingBucket = (output, context) => {
|
|
|
6844
6852
|
classifiableSizeInBytes: [, smithy_client_1.expectLong, `classifiableSizeInBytes`],
|
|
6845
6853
|
errorCode: [, smithy_client_1.expectString, `errorCode`],
|
|
6846
6854
|
errorMessage: [, smithy_client_1.expectString, `errorMessage`],
|
|
6847
|
-
jobDetails: (_) =>
|
|
6848
|
-
lastAutomatedDiscoveryTime:
|
|
6855
|
+
jobDetails: [, (_) => de_JobDetails(_, context), `jobDetails`],
|
|
6856
|
+
lastAutomatedDiscoveryTime: [
|
|
6849
6857
|
,
|
|
6850
|
-
(0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
6858
|
+
(_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
6851
6859
|
`lastAutomatedDiscoveryTime`,
|
|
6852
6860
|
],
|
|
6853
6861
|
objectCount: [, smithy_client_1.expectLong, `objectCount`],
|
|
6854
|
-
objectCountByEncryptionType:
|
|
6862
|
+
objectCountByEncryptionType: [
|
|
6863
|
+
,
|
|
6864
|
+
(_) => de_ObjectCountByEncryptionType(_, context),
|
|
6865
|
+
`objectCountByEncryptionType`,
|
|
6866
|
+
],
|
|
6855
6867
|
sensitivityScore: [, smithy_client_1.expectInt32, `sensitivityScore`],
|
|
6856
6868
|
sizeInBytes: [, smithy_client_1.expectLong, `sizeInBytes`],
|
|
6857
6869
|
sizeInBytesCompressed: [, smithy_client_1.expectLong, `sizeInBytesCompressed`],
|
|
6858
|
-
unclassifiableObjectCount: (_) =>
|
|
6859
|
-
unclassifiableObjectSizeInBytes:
|
|
6870
|
+
unclassifiableObjectCount: [, (_) => de_ObjectLevelStatistics(_, context), `unclassifiableObjectCount`],
|
|
6871
|
+
unclassifiableObjectSizeInBytes: [
|
|
6872
|
+
,
|
|
6873
|
+
(_) => de_ObjectLevelStatistics(_, context),
|
|
6874
|
+
`unclassifiableObjectSizeInBytes`,
|
|
6875
|
+
],
|
|
6860
6876
|
});
|
|
6861
6877
|
};
|
|
6862
6878
|
const de_MatchingResource = (output, context) => {
|
|
6863
6879
|
return (0, smithy_client_1.take)(output, {
|
|
6864
|
-
matchingBucket: (_) =>
|
|
6880
|
+
matchingBucket: [, (_) => de_MatchingBucket(_, context), `matchingBucket`],
|
|
6865
6881
|
});
|
|
6866
6882
|
};
|
|
6867
6883
|
const de_Member = (output, context) => {
|
|
@@ -6870,11 +6886,11 @@ const de_Member = (output, context) => {
|
|
|
6870
6886
|
administratorAccountId: [, smithy_client_1.expectString, `administratorAccountId`],
|
|
6871
6887
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
6872
6888
|
email: [, smithy_client_1.expectString, `email`],
|
|
6873
|
-
invitedAt: (_) =>
|
|
6889
|
+
invitedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `invitedAt`],
|
|
6874
6890
|
masterAccountId: [, smithy_client_1.expectString, `masterAccountId`],
|
|
6875
6891
|
relationshipStatus: [, smithy_client_1.expectString, `relationshipStatus`],
|
|
6876
6892
|
tags: [, smithy_client_1._json, `tags`],
|
|
6877
|
-
updatedAt: (_) =>
|
|
6893
|
+
updatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `updatedAt`],
|
|
6878
6894
|
});
|
|
6879
6895
|
};
|
|
6880
6896
|
const de_MonthlySchedule = (output, context) => {
|
|
@@ -6900,17 +6916,17 @@ const de_ObjectLevelStatistics = (output, context) => {
|
|
|
6900
6916
|
};
|
|
6901
6917
|
const de_Occurrences = (output, context) => {
|
|
6902
6918
|
return (0, smithy_client_1.take)(output, {
|
|
6903
|
-
cells: (_) =>
|
|
6904
|
-
lineRanges: (_) =>
|
|
6905
|
-
offsetRanges: (_) =>
|
|
6906
|
-
pages: (_) =>
|
|
6907
|
-
records: (_) =>
|
|
6919
|
+
cells: [, (_) => de_Cells(_, context), `cells`],
|
|
6920
|
+
lineRanges: [, (_) => de_Ranges(_, context), `lineRanges`],
|
|
6921
|
+
offsetRanges: [, (_) => de_Ranges(_, context), `offsetRanges`],
|
|
6922
|
+
pages: [, (_) => de_Pages(_, context), `pages`],
|
|
6923
|
+
records: [, (_) => de_Records(_, context), `records`],
|
|
6908
6924
|
});
|
|
6909
6925
|
};
|
|
6910
6926
|
const de_Page = (output, context) => {
|
|
6911
6927
|
return (0, smithy_client_1.take)(output, {
|
|
6912
|
-
lineRange: (_) =>
|
|
6913
|
-
offsetRange: (_) =>
|
|
6928
|
+
lineRange: [, (_) => de_Range(_, context), `lineRange`],
|
|
6929
|
+
offsetRange: [, (_) => de_Range(_, context), `offsetRange`],
|
|
6914
6930
|
pageNumber: [, smithy_client_1.expectLong, `pageNumber`],
|
|
6915
6931
|
});
|
|
6916
6932
|
};
|
|
@@ -6924,8 +6940,8 @@ const de_Pages = (output, context) => {
|
|
|
6924
6940
|
};
|
|
6925
6941
|
const de_PolicyDetails = (output, context) => {
|
|
6926
6942
|
return (0, smithy_client_1.take)(output, {
|
|
6927
|
-
action: (_) =>
|
|
6928
|
-
actor: (_) =>
|
|
6943
|
+
action: [, (_) => de_FindingAction(_, context), `action`],
|
|
6944
|
+
actor: [, (_) => de_FindingActor(_, context), `actor`],
|
|
6929
6945
|
});
|
|
6930
6946
|
};
|
|
6931
6947
|
const de_Range = (output, context) => {
|
|
@@ -6973,8 +6989,8 @@ const de_ResourceProfileArtifact = (output, context) => {
|
|
|
6973
6989
|
};
|
|
6974
6990
|
const de_ResourcesAffected = (output, context) => {
|
|
6975
6991
|
return (0, smithy_client_1.take)(output, {
|
|
6976
|
-
s3Bucket: (_) =>
|
|
6977
|
-
s3Object: (_) =>
|
|
6992
|
+
s3Bucket: [, (_) => de_S3Bucket(_, context), `s3Bucket`],
|
|
6993
|
+
s3Object: [, (_) => de_S3Object(_, context), `s3Object`],
|
|
6978
6994
|
});
|
|
6979
6995
|
};
|
|
6980
6996
|
const de_ResourceStatistics = (output, context) => {
|
|
@@ -7000,18 +7016,18 @@ const de_S3Bucket = (output, context) => {
|
|
|
7000
7016
|
return (0, smithy_client_1.take)(output, {
|
|
7001
7017
|
allowsUnencryptedObjectUploads: [, smithy_client_1.expectString, `allowsUnencryptedObjectUploads`],
|
|
7002
7018
|
arn: [, smithy_client_1.expectString, `arn`],
|
|
7003
|
-
createdAt: (_) =>
|
|
7004
|
-
defaultServerSideEncryption: (_) =>
|
|
7019
|
+
createdAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
7020
|
+
defaultServerSideEncryption: [, (_) => de_ServerSideEncryption(_, context), `defaultServerSideEncryption`],
|
|
7005
7021
|
name: [, smithy_client_1.expectString, `name`],
|
|
7006
|
-
owner: (_) =>
|
|
7007
|
-
publicAccess: (_) =>
|
|
7008
|
-
tags: (_) =>
|
|
7022
|
+
owner: [, (_) => de_S3BucketOwner(_, context), `owner`],
|
|
7023
|
+
publicAccess: [, (_) => de_BucketPublicAccess(_, context), `publicAccess`],
|
|
7024
|
+
tags: [, (_) => de_KeyValuePairList(_, context), `tags`],
|
|
7009
7025
|
});
|
|
7010
7026
|
};
|
|
7011
7027
|
const de_S3BucketCriteriaForJob = (output, context) => {
|
|
7012
7028
|
return (0, smithy_client_1.take)(output, {
|
|
7013
|
-
excludes: (_) =>
|
|
7014
|
-
includes: (_) =>
|
|
7029
|
+
excludes: [, (_) => de_CriteriaBlockForJob(_, context), `excludes`],
|
|
7030
|
+
includes: [, (_) => de_CriteriaBlockForJob(_, context), `includes`],
|
|
7015
7031
|
});
|
|
7016
7032
|
};
|
|
7017
7033
|
const de_S3BucketDefinitionForJob = (output, context) => {
|
|
@@ -7028,7 +7044,7 @@ const de_S3BucketOwner = (output, context) => {
|
|
|
7028
7044
|
};
|
|
7029
7045
|
const de_S3ClassificationScope = (output, context) => {
|
|
7030
7046
|
return (0, smithy_client_1.take)(output, {
|
|
7031
|
-
excludes: (_) =>
|
|
7047
|
+
excludes: [, (_) => de_S3ClassificationScopeExclusion(_, context), `excludes`],
|
|
7032
7048
|
});
|
|
7033
7049
|
};
|
|
7034
7050
|
const de_S3ClassificationScopeExclusion = (output, context) => {
|
|
@@ -7045,9 +7061,9 @@ const de_S3Destination = (output, context) => {
|
|
|
7045
7061
|
};
|
|
7046
7062
|
const de_S3JobDefinition = (output, context) => {
|
|
7047
7063
|
return (0, smithy_client_1.take)(output, {
|
|
7048
|
-
bucketCriteria: (_) =>
|
|
7049
|
-
bucketDefinitions: (_) =>
|
|
7050
|
-
scoping: (_) =>
|
|
7064
|
+
bucketCriteria: [, (_) => de_S3BucketCriteriaForJob(_, context), `bucketCriteria`],
|
|
7065
|
+
bucketDefinitions: [, (_) => de___listOfS3BucketDefinitionForJob(_, context), `bucketDefinitions`],
|
|
7066
|
+
scoping: [, (_) => de_Scoping(_, context), `scoping`],
|
|
7051
7067
|
});
|
|
7052
7068
|
};
|
|
7053
7069
|
const de_S3Object = (output, context) => {
|
|
@@ -7056,13 +7072,13 @@ const de_S3Object = (output, context) => {
|
|
|
7056
7072
|
eTag: [, smithy_client_1.expectString, `eTag`],
|
|
7057
7073
|
extension: [, smithy_client_1.expectString, `extension`],
|
|
7058
7074
|
key: [, smithy_client_1.expectString, `key`],
|
|
7059
|
-
lastModified: (_) =>
|
|
7075
|
+
lastModified: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `lastModified`],
|
|
7060
7076
|
path: [, smithy_client_1.expectString, `path`],
|
|
7061
7077
|
publicAccess: [, smithy_client_1.expectBoolean, `publicAccess`],
|
|
7062
|
-
serverSideEncryption: (_) =>
|
|
7078
|
+
serverSideEncryption: [, (_) => de_ServerSideEncryption(_, context), `serverSideEncryption`],
|
|
7063
7079
|
size: [, smithy_client_1.expectLong, `size`],
|
|
7064
7080
|
storageClass: [, smithy_client_1.expectString, `storageClass`],
|
|
7065
|
-
tags: (_) =>
|
|
7081
|
+
tags: [, (_) => de_KeyValuePairList(_, context), `tags`],
|
|
7066
7082
|
versionId: [, smithy_client_1.expectString, `versionId`],
|
|
7067
7083
|
});
|
|
7068
7084
|
};
|
|
@@ -7074,8 +7090,8 @@ const de_S3WordsList = (output, context) => {
|
|
|
7074
7090
|
};
|
|
7075
7091
|
const de_Scoping = (output, context) => {
|
|
7076
7092
|
return (0, smithy_client_1.take)(output, {
|
|
7077
|
-
excludes: (_) =>
|
|
7078
|
-
includes: (_) =>
|
|
7093
|
+
excludes: [, (_) => de_JobScopingBlock(_, context), `excludes`],
|
|
7094
|
+
includes: [, (_) => de_JobScopingBlock(_, context), `includes`],
|
|
7079
7095
|
});
|
|
7080
7096
|
};
|
|
7081
7097
|
const de_SecurityHubConfiguration = (output, context) => {
|
|
@@ -7095,7 +7111,7 @@ const de_SensitiveData = (output, context) => {
|
|
|
7095
7111
|
const de_SensitiveDataItem = (output, context) => {
|
|
7096
7112
|
return (0, smithy_client_1.take)(output, {
|
|
7097
7113
|
category: [, smithy_client_1.expectString, `category`],
|
|
7098
|
-
detections: (_) =>
|
|
7114
|
+
detections: [, (_) => de_DefaultDetections(_, context), `detections`],
|
|
7099
7115
|
totalCount: [, smithy_client_1.expectLong, `totalCount`],
|
|
7100
7116
|
});
|
|
7101
7117
|
};
|
|
@@ -7149,13 +7165,13 @@ const de_ServiceLimit = (output, context) => {
|
|
|
7149
7165
|
};
|
|
7150
7166
|
const de_SessionContext = (output, context) => {
|
|
7151
7167
|
return (0, smithy_client_1.take)(output, {
|
|
7152
|
-
attributes: (_) =>
|
|
7153
|
-
sessionIssuer: (_) =>
|
|
7168
|
+
attributes: [, (_) => de_SessionContextAttributes(_, context), `attributes`],
|
|
7169
|
+
sessionIssuer: [, (_) => de_SessionIssuer(_, context), `sessionIssuer`],
|
|
7154
7170
|
});
|
|
7155
7171
|
};
|
|
7156
7172
|
const de_SessionContextAttributes = (output, context) => {
|
|
7157
7173
|
return (0, smithy_client_1.take)(output, {
|
|
7158
|
-
creationDate: (_) =>
|
|
7174
|
+
creationDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `creationDate`],
|
|
7159
7175
|
mfaAuthenticated: [, smithy_client_1.expectBoolean, `mfaAuthenticated`],
|
|
7160
7176
|
});
|
|
7161
7177
|
};
|
|
@@ -7211,7 +7227,7 @@ const de_Statistics = (output, context) => {
|
|
|
7211
7227
|
const de_TagCriterionForJob = (output, context) => {
|
|
7212
7228
|
return (0, smithy_client_1.take)(output, {
|
|
7213
7229
|
comparator: [, smithy_client_1.expectString, `comparator`],
|
|
7214
|
-
tagValues: (_) =>
|
|
7230
|
+
tagValues: [, (_) => de___listOfTagCriterionPairForJob(_, context), `tagValues`],
|
|
7215
7231
|
});
|
|
7216
7232
|
};
|
|
7217
7233
|
const de_TagCriterionPairForJob = (output, context) => {
|
|
@@ -7224,7 +7240,7 @@ const de_TagScopeTerm = (output, context) => {
|
|
|
7224
7240
|
return (0, smithy_client_1.take)(output, {
|
|
7225
7241
|
comparator: [, smithy_client_1.expectString, `comparator`],
|
|
7226
7242
|
key: [, smithy_client_1.expectString, `key`],
|
|
7227
|
-
tagValues: (_) =>
|
|
7243
|
+
tagValues: [, (_) => de___listOfTagValuePair(_, context), `tagValues`],
|
|
7228
7244
|
target: [, smithy_client_1.expectString, `target`],
|
|
7229
7245
|
});
|
|
7230
7246
|
};
|
|
@@ -7245,20 +7261,20 @@ const de_UsageByAccount = (output, context) => {
|
|
|
7245
7261
|
return (0, smithy_client_1.take)(output, {
|
|
7246
7262
|
currency: [, smithy_client_1.expectString, `currency`],
|
|
7247
7263
|
estimatedCost: [, smithy_client_1.expectString, `estimatedCost`],
|
|
7248
|
-
serviceLimit: (_) =>
|
|
7264
|
+
serviceLimit: [, (_) => de_ServiceLimit(_, context), `serviceLimit`],
|
|
7249
7265
|
type: [, smithy_client_1.expectString, `type`],
|
|
7250
7266
|
});
|
|
7251
7267
|
};
|
|
7252
7268
|
const de_UsageRecord = (output, context) => {
|
|
7253
7269
|
return (0, smithy_client_1.take)(output, {
|
|
7254
7270
|
accountId: [, smithy_client_1.expectString, `accountId`],
|
|
7255
|
-
automatedDiscoveryFreeTrialStartDate:
|
|
7271
|
+
automatedDiscoveryFreeTrialStartDate: [
|
|
7256
7272
|
,
|
|
7257
|
-
(0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
7273
|
+
(_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
7258
7274
|
`automatedDiscoveryFreeTrialStartDate`,
|
|
7259
7275
|
],
|
|
7260
|
-
freeTrialStartDate: (_) =>
|
|
7261
|
-
usage: (_) =>
|
|
7276
|
+
freeTrialStartDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `freeTrialStartDate`],
|
|
7277
|
+
usage: [, (_) => de___listOfUsageByAccount(_, context), `usage`],
|
|
7262
7278
|
});
|
|
7263
7279
|
};
|
|
7264
7280
|
const de_UsageTotal = (output, context) => {
|
|
@@ -7270,12 +7286,12 @@ const de_UsageTotal = (output, context) => {
|
|
|
7270
7286
|
};
|
|
7271
7287
|
const de_UserIdentity = (output, context) => {
|
|
7272
7288
|
return (0, smithy_client_1.take)(output, {
|
|
7273
|
-
assumedRole: (_) =>
|
|
7274
|
-
awsAccount: (_) =>
|
|
7275
|
-
awsService: (_) =>
|
|
7276
|
-
federatedUser: (_) =>
|
|
7277
|
-
iamUser: (_) =>
|
|
7278
|
-
root: (_) =>
|
|
7289
|
+
assumedRole: [, (_) => de_AssumedRole(_, context), `assumedRole`],
|
|
7290
|
+
awsAccount: [, (_) => de_AwsAccount(_, context), `awsAccount`],
|
|
7291
|
+
awsService: [, (_) => de_AwsService(_, context), `awsService`],
|
|
7292
|
+
federatedUser: [, (_) => de_FederatedUser(_, context), `federatedUser`],
|
|
7293
|
+
iamUser: [, (_) => de_IamUser(_, context), `iamUser`],
|
|
7294
|
+
root: [, (_) => de_UserIdentityRoot(_, context), `root`],
|
|
7279
7295
|
type: [, smithy_client_1.expectString, `type`],
|
|
7280
7296
|
});
|
|
7281
7297
|
};
|
|
@@ -7288,9 +7304,9 @@ const de_UserIdentityRoot = (output, context) => {
|
|
|
7288
7304
|
};
|
|
7289
7305
|
const de_UserPausedDetails = (output, context) => {
|
|
7290
7306
|
return (0, smithy_client_1.take)(output, {
|
|
7291
|
-
jobExpiresAt: (_) =>
|
|
7307
|
+
jobExpiresAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `jobExpiresAt`],
|
|
7292
7308
|
jobImminentExpirationHealthEventArn: [, smithy_client_1.expectString, `jobImminentExpirationHealthEventArn`],
|
|
7293
|
-
jobPausedAt: (_) =>
|
|
7309
|
+
jobPausedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `jobPausedAt`],
|
|
7294
7310
|
});
|
|
7295
7311
|
};
|
|
7296
7312
|
const de_WeeklySchedule = (output, context) => {
|