@aws-sdk/client-databrew 3.210.0 → 3.212.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.
|
@@ -3368,10 +3368,8 @@ const serializeAws_restJson1ParameterMap = (input, context) => {
|
|
|
3368
3368
|
if (value === null) {
|
|
3369
3369
|
return acc;
|
|
3370
3370
|
}
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
[key]: value,
|
|
3374
|
-
};
|
|
3371
|
+
acc[key] = value;
|
|
3372
|
+
return acc;
|
|
3375
3373
|
}, {});
|
|
3376
3374
|
};
|
|
3377
3375
|
const serializeAws_restJson1PathOptions = (input, context) => {
|
|
@@ -3388,10 +3386,8 @@ const serializeAws_restJson1PathParametersMap = (input, context) => {
|
|
|
3388
3386
|
if (value === null) {
|
|
3389
3387
|
return acc;
|
|
3390
3388
|
}
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
[key]: serializeAws_restJson1DatasetParameter(value, context),
|
|
3394
|
-
};
|
|
3389
|
+
acc[key] = serializeAws_restJson1DatasetParameter(value, context);
|
|
3390
|
+
return acc;
|
|
3395
3391
|
}, {});
|
|
3396
3392
|
};
|
|
3397
3393
|
const serializeAws_restJson1ProfileConfiguration = (input, context) => {
|
|
@@ -3532,10 +3528,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
3532
3528
|
if (value === null) {
|
|
3533
3529
|
return acc;
|
|
3534
3530
|
}
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
[key]: value,
|
|
3538
|
-
};
|
|
3531
|
+
acc[key] = value;
|
|
3532
|
+
return acc;
|
|
3539
3533
|
}, {});
|
|
3540
3534
|
};
|
|
3541
3535
|
const serializeAws_restJson1Threshold = (input, context) => {
|
|
@@ -3563,10 +3557,8 @@ const serializeAws_restJson1ValuesMap = (input, context) => {
|
|
|
3563
3557
|
if (value === null) {
|
|
3564
3558
|
return acc;
|
|
3565
3559
|
}
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
[key]: value,
|
|
3569
|
-
};
|
|
3560
|
+
acc[key] = value;
|
|
3561
|
+
return acc;
|
|
3570
3562
|
}, {});
|
|
3571
3563
|
};
|
|
3572
3564
|
const serializeAws_restJson1ViewFrame = (input, context) => {
|
|
@@ -4001,10 +3993,8 @@ const deserializeAws_restJson1ParameterMap = (output, context) => {
|
|
|
4001
3993
|
if (value === null) {
|
|
4002
3994
|
return acc;
|
|
4003
3995
|
}
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
4007
|
-
};
|
|
3996
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
3997
|
+
return acc;
|
|
4008
3998
|
}, {});
|
|
4009
3999
|
};
|
|
4010
4000
|
const deserializeAws_restJson1PathOptions = (output, context) => {
|
|
@@ -4021,10 +4011,8 @@ const deserializeAws_restJson1PathParametersMap = (output, context) => {
|
|
|
4021
4011
|
if (value === null) {
|
|
4022
4012
|
return acc;
|
|
4023
4013
|
}
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
[key]: deserializeAws_restJson1DatasetParameter(value, context),
|
|
4027
|
-
};
|
|
4014
|
+
acc[key] = deserializeAws_restJson1DatasetParameter(value, context);
|
|
4015
|
+
return acc;
|
|
4028
4016
|
}, {});
|
|
4029
4017
|
};
|
|
4030
4018
|
const deserializeAws_restJson1ProfileConfiguration = (output, context) => {
|
|
@@ -4314,10 +4302,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
4314
4302
|
if (value === null) {
|
|
4315
4303
|
return acc;
|
|
4316
4304
|
}
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
4320
|
-
};
|
|
4305
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
4306
|
+
return acc;
|
|
4321
4307
|
}, {});
|
|
4322
4308
|
};
|
|
4323
4309
|
const deserializeAws_restJson1Threshold = (output, context) => {
|
|
@@ -4349,10 +4335,8 @@ const deserializeAws_restJson1ValuesMap = (output, context) => {
|
|
|
4349
4335
|
if (value === null) {
|
|
4350
4336
|
return acc;
|
|
4351
4337
|
}
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
4355
|
-
};
|
|
4338
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
4339
|
+
return acc;
|
|
4356
4340
|
}, {});
|
|
4357
4341
|
};
|
|
4358
4342
|
const deserializeMetadata = (output) => ({
|
|
@@ -3276,10 +3276,8 @@ const serializeAws_restJson1ParameterMap = (input, context) => {
|
|
|
3276
3276
|
if (value === null) {
|
|
3277
3277
|
return acc;
|
|
3278
3278
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
[key]: value,
|
|
3282
|
-
};
|
|
3279
|
+
acc[key] = value;
|
|
3280
|
+
return acc;
|
|
3283
3281
|
}, {});
|
|
3284
3282
|
};
|
|
3285
3283
|
const serializeAws_restJson1PathOptions = (input, context) => {
|
|
@@ -3296,10 +3294,8 @@ const serializeAws_restJson1PathParametersMap = (input, context) => {
|
|
|
3296
3294
|
if (value === null) {
|
|
3297
3295
|
return acc;
|
|
3298
3296
|
}
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
[key]: serializeAws_restJson1DatasetParameter(value, context),
|
|
3302
|
-
};
|
|
3297
|
+
acc[key] = serializeAws_restJson1DatasetParameter(value, context);
|
|
3298
|
+
return acc;
|
|
3303
3299
|
}, {});
|
|
3304
3300
|
};
|
|
3305
3301
|
const serializeAws_restJson1ProfileConfiguration = (input, context) => {
|
|
@@ -3440,10 +3436,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
3440
3436
|
if (value === null) {
|
|
3441
3437
|
return acc;
|
|
3442
3438
|
}
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
[key]: value,
|
|
3446
|
-
};
|
|
3439
|
+
acc[key] = value;
|
|
3440
|
+
return acc;
|
|
3447
3441
|
}, {});
|
|
3448
3442
|
};
|
|
3449
3443
|
const serializeAws_restJson1Threshold = (input, context) => {
|
|
@@ -3471,10 +3465,8 @@ const serializeAws_restJson1ValuesMap = (input, context) => {
|
|
|
3471
3465
|
if (value === null) {
|
|
3472
3466
|
return acc;
|
|
3473
3467
|
}
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
[key]: value,
|
|
3477
|
-
};
|
|
3468
|
+
acc[key] = value;
|
|
3469
|
+
return acc;
|
|
3478
3470
|
}, {});
|
|
3479
3471
|
};
|
|
3480
3472
|
const serializeAws_restJson1ViewFrame = (input, context) => {
|
|
@@ -3909,10 +3901,8 @@ const deserializeAws_restJson1ParameterMap = (output, context) => {
|
|
|
3909
3901
|
if (value === null) {
|
|
3910
3902
|
return acc;
|
|
3911
3903
|
}
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
[key]: __expectString(value),
|
|
3915
|
-
};
|
|
3904
|
+
acc[key] = __expectString(value);
|
|
3905
|
+
return acc;
|
|
3916
3906
|
}, {});
|
|
3917
3907
|
};
|
|
3918
3908
|
const deserializeAws_restJson1PathOptions = (output, context) => {
|
|
@@ -3929,10 +3919,8 @@ const deserializeAws_restJson1PathParametersMap = (output, context) => {
|
|
|
3929
3919
|
if (value === null) {
|
|
3930
3920
|
return acc;
|
|
3931
3921
|
}
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
[key]: deserializeAws_restJson1DatasetParameter(value, context),
|
|
3935
|
-
};
|
|
3922
|
+
acc[key] = deserializeAws_restJson1DatasetParameter(value, context);
|
|
3923
|
+
return acc;
|
|
3936
3924
|
}, {});
|
|
3937
3925
|
};
|
|
3938
3926
|
const deserializeAws_restJson1ProfileConfiguration = (output, context) => {
|
|
@@ -4222,10 +4210,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
4222
4210
|
if (value === null) {
|
|
4223
4211
|
return acc;
|
|
4224
4212
|
}
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
[key]: __expectString(value),
|
|
4228
|
-
};
|
|
4213
|
+
acc[key] = __expectString(value);
|
|
4214
|
+
return acc;
|
|
4229
4215
|
}, {});
|
|
4230
4216
|
};
|
|
4231
4217
|
const deserializeAws_restJson1Threshold = (output, context) => {
|
|
@@ -4257,10 +4243,8 @@ const deserializeAws_restJson1ValuesMap = (output, context) => {
|
|
|
4257
4243
|
if (value === null) {
|
|
4258
4244
|
return acc;
|
|
4259
4245
|
}
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
[key]: __expectString(value),
|
|
4263
|
-
};
|
|
4246
|
+
acc[key] = __expectString(value);
|
|
4247
|
+
return acc;
|
|
4264
4248
|
}, {});
|
|
4265
4249
|
};
|
|
4266
4250
|
const deserializeMetadata = (output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-databrew",
|
|
3
3
|
"description": "AWS SDK for JavaScript Databrew Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.212.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",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.212.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.212.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.212.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.212.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.212.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.212.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.212.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.212.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.212.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.212.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
42
|
+
"@aws-sdk/types": "3.212.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1"
|