@aws-sdk/client-securitylake 3.261.0 → 3.264.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.
|
@@ -2536,7 +2536,7 @@ const deserializeAws_restJson1Failures = (output, context) => {
|
|
|
2536
2536
|
return {
|
|
2537
2537
|
exceptionMessage: (0, smithy_client_1.expectString)(output.exceptionMessage),
|
|
2538
2538
|
remediation: (0, smithy_client_1.expectString)(output.remediation),
|
|
2539
|
-
timestamp: output.timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2539
|
+
timestamp: output.timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.timestamp)) : undefined,
|
|
2540
2540
|
};
|
|
2541
2541
|
};
|
|
2542
2542
|
const deserializeAws_restJson1Failureslist = (output, context) => {
|
|
@@ -2688,7 +2688,7 @@ const deserializeAws_restJson1SubscriberResource = (output, context) => {
|
|
|
2688
2688
|
return {
|
|
2689
2689
|
accessTypes: output.accessTypes != null ? deserializeAws_restJson1AccessTypeList(output.accessTypes, context) : undefined,
|
|
2690
2690
|
accountId: (0, smithy_client_1.expectString)(output.accountId),
|
|
2691
|
-
createdAt: output.createdAt != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2691
|
+
createdAt: output.createdAt != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.createdAt)) : undefined,
|
|
2692
2692
|
externalId: (0, smithy_client_1.expectString)(output.externalId),
|
|
2693
2693
|
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
2694
2694
|
s3BucketArn: (0, smithy_client_1.expectString)(output.s3BucketArn),
|
|
@@ -2700,7 +2700,7 @@ const deserializeAws_restJson1SubscriberResource = (output, context) => {
|
|
|
2700
2700
|
subscriptionId: (0, smithy_client_1.expectString)(output.subscriptionId),
|
|
2701
2701
|
subscriptionProtocol: (0, smithy_client_1.expectString)(output.subscriptionProtocol),
|
|
2702
2702
|
subscriptionStatus: (0, smithy_client_1.expectString)(output.subscriptionStatus),
|
|
2703
|
-
updatedAt: output.updatedAt != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2703
|
+
updatedAt: output.updatedAt != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updatedAt)) : undefined,
|
|
2704
2704
|
};
|
|
2705
2705
|
};
|
|
2706
2706
|
const deserializeAws_restJson1TagsMap = (output, context) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map as __map,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map as __map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, strictParseInt32 as __strictParseInt32, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { AccessDeniedException, AccountNotFoundException, BucketNotFoundException, ConcurrentModificationException, ConflictException, ConflictSourceNamesException, ConflictSubscriptionException, EventBridgeException, InternalServerException, InvalidInputException, ResourceNotFoundException, S3Exception, ServiceQuotaExceededException, SourceType, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
4
4
|
import { SecurityLakeServiceException as __BaseException } from "../models/SecurityLakeServiceException";
|
|
5
5
|
export const serializeAws_restJson1CreateAwsLogSourceCommand = async (input, context) => {
|
|
@@ -2472,7 +2472,7 @@ const deserializeAws_restJson1Failures = (output, context) => {
|
|
|
2472
2472
|
return {
|
|
2473
2473
|
exceptionMessage: __expectString(output.exceptionMessage),
|
|
2474
2474
|
remediation: __expectString(output.remediation),
|
|
2475
|
-
timestamp: output.timestamp != null ? __expectNonNull(
|
|
2475
|
+
timestamp: output.timestamp != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.timestamp)) : undefined,
|
|
2476
2476
|
};
|
|
2477
2477
|
};
|
|
2478
2478
|
const deserializeAws_restJson1Failureslist = (output, context) => {
|
|
@@ -2624,7 +2624,7 @@ const deserializeAws_restJson1SubscriberResource = (output, context) => {
|
|
|
2624
2624
|
return {
|
|
2625
2625
|
accessTypes: output.accessTypes != null ? deserializeAws_restJson1AccessTypeList(output.accessTypes, context) : undefined,
|
|
2626
2626
|
accountId: __expectString(output.accountId),
|
|
2627
|
-
createdAt: output.createdAt != null ? __expectNonNull(
|
|
2627
|
+
createdAt: output.createdAt != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.createdAt)) : undefined,
|
|
2628
2628
|
externalId: __expectString(output.externalId),
|
|
2629
2629
|
roleArn: __expectString(output.roleArn),
|
|
2630
2630
|
s3BucketArn: __expectString(output.s3BucketArn),
|
|
@@ -2636,7 +2636,7 @@ const deserializeAws_restJson1SubscriberResource = (output, context) => {
|
|
|
2636
2636
|
subscriptionId: __expectString(output.subscriptionId),
|
|
2637
2637
|
subscriptionProtocol: __expectString(output.subscriptionProtocol),
|
|
2638
2638
|
subscriptionStatus: __expectString(output.subscriptionStatus),
|
|
2639
|
-
updatedAt: output.updatedAt != null ? __expectNonNull(
|
|
2639
|
+
updatedAt: output.updatedAt != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updatedAt)) : undefined,
|
|
2640
2640
|
};
|
|
2641
2641
|
};
|
|
2642
2642
|
const deserializeAws_restJson1TagsMap = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securitylake",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securitylake Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.264.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.264.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.264.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
29
|
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.264.0",
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|