@aws-sdk/client-redshift-serverless 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.
|
@@ -2699,7 +2699,7 @@ const deserializeAws_json1_1EndpointAccess = (output, context) => {
|
|
|
2699
2699
|
address: (0, smithy_client_1.expectString)(output.address),
|
|
2700
2700
|
endpointArn: (0, smithy_client_1.expectString)(output.endpointArn),
|
|
2701
2701
|
endpointCreateTime: output.endpointCreateTime != null
|
|
2702
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2702
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.endpointCreateTime))
|
|
2703
2703
|
: undefined,
|
|
2704
2704
|
endpointName: (0, smithy_client_1.expectString)(output.endpointName),
|
|
2705
2705
|
endpointStatus: (0, smithy_client_1.expectString)(output.endpointStatus),
|
|
@@ -2866,7 +2866,7 @@ const deserializeAws_json1_1LogExportList = (output, context) => {
|
|
|
2866
2866
|
const deserializeAws_json1_1Namespace = (output, context) => {
|
|
2867
2867
|
return {
|
|
2868
2868
|
adminUsername: (0, smithy_client_1.expectString)(output.adminUsername),
|
|
2869
|
-
creationDate: output.creationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2869
|
+
creationDate: output.creationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationDate)) : undefined,
|
|
2870
2870
|
dbName: (0, smithy_client_1.expectString)(output.dbName),
|
|
2871
2871
|
defaultIamRoleArn: (0, smithy_client_1.expectString)(output.defaultIamRoleArn),
|
|
2872
2872
|
iamRoles: output.iamRoles != null ? deserializeAws_json1_1IamRoleArnList(output.iamRoles, context) : undefined,
|
|
@@ -2918,7 +2918,7 @@ const deserializeAws_json1_1RecoveryPoint = (output, context) => {
|
|
|
2918
2918
|
namespaceArn: (0, smithy_client_1.expectString)(output.namespaceArn),
|
|
2919
2919
|
namespaceName: (0, smithy_client_1.expectString)(output.namespaceName),
|
|
2920
2920
|
recoveryPointCreateTime: output.recoveryPointCreateTime != null
|
|
2921
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2921
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.recoveryPointCreateTime))
|
|
2922
2922
|
: undefined,
|
|
2923
2923
|
recoveryPointId: (0, smithy_client_1.expectString)(output.recoveryPointId),
|
|
2924
2924
|
totalSizeInMegaBytes: (0, smithy_client_1.limitedParseDouble)(output.totalSizeInMegaBytes),
|
|
@@ -3004,13 +3004,13 @@ const deserializeAws_json1_1Snapshot = (output, context) => {
|
|
|
3004
3004
|
ownerAccount: (0, smithy_client_1.expectString)(output.ownerAccount),
|
|
3005
3005
|
snapshotArn: (0, smithy_client_1.expectString)(output.snapshotArn),
|
|
3006
3006
|
snapshotCreateTime: output.snapshotCreateTime != null
|
|
3007
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3007
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.snapshotCreateTime))
|
|
3008
3008
|
: undefined,
|
|
3009
3009
|
snapshotName: (0, smithy_client_1.expectString)(output.snapshotName),
|
|
3010
3010
|
snapshotRemainingDays: (0, smithy_client_1.expectInt32)(output.snapshotRemainingDays),
|
|
3011
3011
|
snapshotRetentionPeriod: (0, smithy_client_1.expectInt32)(output.snapshotRetentionPeriod),
|
|
3012
3012
|
snapshotRetentionStartTime: output.snapshotRetentionStartTime != null
|
|
3013
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3013
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.snapshotRetentionStartTime))
|
|
3014
3014
|
: undefined,
|
|
3015
3015
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
3016
3016
|
totalBackupSizeInMegaBytes: (0, smithy_client_1.limitedParseDouble)(output.totalBackupSizeInMegaBytes),
|
|
@@ -3200,7 +3200,7 @@ const deserializeAws_json1_1Workgroup = (output, context) => {
|
|
|
3200
3200
|
configParameters: output.configParameters != null
|
|
3201
3201
|
? deserializeAws_json1_1ConfigParameterList(output.configParameters, context)
|
|
3202
3202
|
: undefined,
|
|
3203
|
-
creationDate: output.creationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3203
|
+
creationDate: output.creationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationDate)) : undefined,
|
|
3204
3204
|
endpoint: output.endpoint != null ? deserializeAws_json1_1Endpoint(output.endpoint, context) : undefined,
|
|
3205
3205
|
enhancedVpcRouting: (0, smithy_client_1.expectBoolean)(output.enhancedVpcRouting),
|
|
3206
3206
|
namespaceName: (0, smithy_client_1.expectString)(output.namespaceName),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { AccessDeniedException, ConflictException, InsufficientCapacityException, InternalServerException, InvalidPaginationException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/models_0";
|
|
4
4
|
import { RedshiftServerlessServiceException as __BaseException } from "../models/RedshiftServerlessServiceException";
|
|
5
5
|
export const serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand = async (input, context) => {
|
|
@@ -2615,7 +2615,7 @@ const deserializeAws_json1_1EndpointAccess = (output, context) => {
|
|
|
2615
2615
|
address: __expectString(output.address),
|
|
2616
2616
|
endpointArn: __expectString(output.endpointArn),
|
|
2617
2617
|
endpointCreateTime: output.endpointCreateTime != null
|
|
2618
|
-
? __expectNonNull(
|
|
2618
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.endpointCreateTime))
|
|
2619
2619
|
: undefined,
|
|
2620
2620
|
endpointName: __expectString(output.endpointName),
|
|
2621
2621
|
endpointStatus: __expectString(output.endpointStatus),
|
|
@@ -2782,7 +2782,7 @@ const deserializeAws_json1_1LogExportList = (output, context) => {
|
|
|
2782
2782
|
const deserializeAws_json1_1Namespace = (output, context) => {
|
|
2783
2783
|
return {
|
|
2784
2784
|
adminUsername: __expectString(output.adminUsername),
|
|
2785
|
-
creationDate: output.creationDate != null ? __expectNonNull(
|
|
2785
|
+
creationDate: output.creationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationDate)) : undefined,
|
|
2786
2786
|
dbName: __expectString(output.dbName),
|
|
2787
2787
|
defaultIamRoleArn: __expectString(output.defaultIamRoleArn),
|
|
2788
2788
|
iamRoles: output.iamRoles != null ? deserializeAws_json1_1IamRoleArnList(output.iamRoles, context) : undefined,
|
|
@@ -2834,7 +2834,7 @@ const deserializeAws_json1_1RecoveryPoint = (output, context) => {
|
|
|
2834
2834
|
namespaceArn: __expectString(output.namespaceArn),
|
|
2835
2835
|
namespaceName: __expectString(output.namespaceName),
|
|
2836
2836
|
recoveryPointCreateTime: output.recoveryPointCreateTime != null
|
|
2837
|
-
? __expectNonNull(
|
|
2837
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.recoveryPointCreateTime))
|
|
2838
2838
|
: undefined,
|
|
2839
2839
|
recoveryPointId: __expectString(output.recoveryPointId),
|
|
2840
2840
|
totalSizeInMegaBytes: __limitedParseDouble(output.totalSizeInMegaBytes),
|
|
@@ -2920,13 +2920,13 @@ const deserializeAws_json1_1Snapshot = (output, context) => {
|
|
|
2920
2920
|
ownerAccount: __expectString(output.ownerAccount),
|
|
2921
2921
|
snapshotArn: __expectString(output.snapshotArn),
|
|
2922
2922
|
snapshotCreateTime: output.snapshotCreateTime != null
|
|
2923
|
-
? __expectNonNull(
|
|
2923
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.snapshotCreateTime))
|
|
2924
2924
|
: undefined,
|
|
2925
2925
|
snapshotName: __expectString(output.snapshotName),
|
|
2926
2926
|
snapshotRemainingDays: __expectInt32(output.snapshotRemainingDays),
|
|
2927
2927
|
snapshotRetentionPeriod: __expectInt32(output.snapshotRetentionPeriod),
|
|
2928
2928
|
snapshotRetentionStartTime: output.snapshotRetentionStartTime != null
|
|
2929
|
-
? __expectNonNull(
|
|
2929
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.snapshotRetentionStartTime))
|
|
2930
2930
|
: undefined,
|
|
2931
2931
|
status: __expectString(output.status),
|
|
2932
2932
|
totalBackupSizeInMegaBytes: __limitedParseDouble(output.totalBackupSizeInMegaBytes),
|
|
@@ -3116,7 +3116,7 @@ const deserializeAws_json1_1Workgroup = (output, context) => {
|
|
|
3116
3116
|
configParameters: output.configParameters != null
|
|
3117
3117
|
? deserializeAws_json1_1ConfigParameterList(output.configParameters, context)
|
|
3118
3118
|
: undefined,
|
|
3119
|
-
creationDate: output.creationDate != null ? __expectNonNull(
|
|
3119
|
+
creationDate: output.creationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationDate)) : undefined,
|
|
3120
3120
|
endpoint: output.endpoint != null ? deserializeAws_json1_1Endpoint(output.endpoint, context) : undefined,
|
|
3121
3121
|
enhancedVpcRouting: __expectBoolean(output.enhancedVpcRouting),
|
|
3122
3122
|
namespaceName: __expectString(output.namespaceName),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless 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",
|