@aws-sdk/client-appconfig 3.211.0 → 3.213.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.
|
@@ -3272,10 +3272,8 @@ const serializeAws_restJson1ActionsMap = (input, context) => {
|
|
|
3272
3272
|
if (value === null) {
|
|
3273
3273
|
return acc;
|
|
3274
3274
|
}
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
[key]: serializeAws_restJson1ActionList(value, context),
|
|
3278
|
-
};
|
|
3275
|
+
acc[key] = serializeAws_restJson1ActionList(value, context);
|
|
3276
|
+
return acc;
|
|
3279
3277
|
}, {});
|
|
3280
3278
|
};
|
|
3281
3279
|
const serializeAws_restJson1Monitor = (input, context) => {
|
|
@@ -3302,10 +3300,8 @@ const serializeAws_restJson1ParameterMap = (input, context) => {
|
|
|
3302
3300
|
if (value === null) {
|
|
3303
3301
|
return acc;
|
|
3304
3302
|
}
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
[key]: serializeAws_restJson1Parameter(value, context),
|
|
3308
|
-
};
|
|
3303
|
+
acc[key] = serializeAws_restJson1Parameter(value, context);
|
|
3304
|
+
return acc;
|
|
3309
3305
|
}, {});
|
|
3310
3306
|
};
|
|
3311
3307
|
const serializeAws_restJson1ParameterValueMap = (input, context) => {
|
|
@@ -3313,10 +3309,8 @@ const serializeAws_restJson1ParameterValueMap = (input, context) => {
|
|
|
3313
3309
|
if (value === null) {
|
|
3314
3310
|
return acc;
|
|
3315
3311
|
}
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
[key]: value,
|
|
3319
|
-
};
|
|
3312
|
+
acc[key] = value;
|
|
3313
|
+
return acc;
|
|
3320
3314
|
}, {});
|
|
3321
3315
|
};
|
|
3322
3316
|
const serializeAws_restJson1TagMap = (input, context) => {
|
|
@@ -3324,10 +3318,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
3324
3318
|
if (value === null) {
|
|
3325
3319
|
return acc;
|
|
3326
3320
|
}
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
[key]: value,
|
|
3330
|
-
};
|
|
3321
|
+
acc[key] = value;
|
|
3322
|
+
return acc;
|
|
3331
3323
|
}, {});
|
|
3332
3324
|
};
|
|
3333
3325
|
const serializeAws_restJson1Validator = (input, context) => {
|
|
@@ -3389,10 +3381,8 @@ const deserializeAws_restJson1ActionsMap = (output, context) => {
|
|
|
3389
3381
|
if (value === null) {
|
|
3390
3382
|
return acc;
|
|
3391
3383
|
}
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
[key]: deserializeAws_restJson1ActionList(value, context),
|
|
3395
|
-
};
|
|
3384
|
+
acc[key] = deserializeAws_restJson1ActionList(value, context);
|
|
3385
|
+
return acc;
|
|
3396
3386
|
}, {});
|
|
3397
3387
|
};
|
|
3398
3388
|
const deserializeAws_restJson1Application = (output, context) => {
|
|
@@ -3661,10 +3651,8 @@ const deserializeAws_restJson1ParameterMap = (output, context) => {
|
|
|
3661
3651
|
if (value === null) {
|
|
3662
3652
|
return acc;
|
|
3663
3653
|
}
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
[key]: deserializeAws_restJson1Parameter(value, context),
|
|
3667
|
-
};
|
|
3654
|
+
acc[key] = deserializeAws_restJson1Parameter(value, context);
|
|
3655
|
+
return acc;
|
|
3668
3656
|
}, {});
|
|
3669
3657
|
};
|
|
3670
3658
|
const deserializeAws_restJson1ParameterValueMap = (output, context) => {
|
|
@@ -3672,10 +3660,8 @@ const deserializeAws_restJson1ParameterValueMap = (output, context) => {
|
|
|
3672
3660
|
if (value === null) {
|
|
3673
3661
|
return acc;
|
|
3674
3662
|
}
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
3678
|
-
};
|
|
3663
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
3664
|
+
return acc;
|
|
3679
3665
|
}, {});
|
|
3680
3666
|
};
|
|
3681
3667
|
const deserializeAws_restJson1TagMap = (output, context) => {
|
|
@@ -3683,10 +3669,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
3683
3669
|
if (value === null) {
|
|
3684
3670
|
return acc;
|
|
3685
3671
|
}
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
3689
|
-
};
|
|
3672
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
3673
|
+
return acc;
|
|
3690
3674
|
}, {});
|
|
3691
3675
|
};
|
|
3692
3676
|
const deserializeAws_restJson1Validator = (output, context) => {
|
|
@@ -3182,10 +3182,8 @@ const serializeAws_restJson1ActionsMap = (input, context) => {
|
|
|
3182
3182
|
if (value === null) {
|
|
3183
3183
|
return acc;
|
|
3184
3184
|
}
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
[key]: serializeAws_restJson1ActionList(value, context),
|
|
3188
|
-
};
|
|
3185
|
+
acc[key] = serializeAws_restJson1ActionList(value, context);
|
|
3186
|
+
return acc;
|
|
3189
3187
|
}, {});
|
|
3190
3188
|
};
|
|
3191
3189
|
const serializeAws_restJson1Monitor = (input, context) => {
|
|
@@ -3212,10 +3210,8 @@ const serializeAws_restJson1ParameterMap = (input, context) => {
|
|
|
3212
3210
|
if (value === null) {
|
|
3213
3211
|
return acc;
|
|
3214
3212
|
}
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
[key]: serializeAws_restJson1Parameter(value, context),
|
|
3218
|
-
};
|
|
3213
|
+
acc[key] = serializeAws_restJson1Parameter(value, context);
|
|
3214
|
+
return acc;
|
|
3219
3215
|
}, {});
|
|
3220
3216
|
};
|
|
3221
3217
|
const serializeAws_restJson1ParameterValueMap = (input, context) => {
|
|
@@ -3223,10 +3219,8 @@ const serializeAws_restJson1ParameterValueMap = (input, context) => {
|
|
|
3223
3219
|
if (value === null) {
|
|
3224
3220
|
return acc;
|
|
3225
3221
|
}
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
[key]: value,
|
|
3229
|
-
};
|
|
3222
|
+
acc[key] = value;
|
|
3223
|
+
return acc;
|
|
3230
3224
|
}, {});
|
|
3231
3225
|
};
|
|
3232
3226
|
const serializeAws_restJson1TagMap = (input, context) => {
|
|
@@ -3234,10 +3228,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
3234
3228
|
if (value === null) {
|
|
3235
3229
|
return acc;
|
|
3236
3230
|
}
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
[key]: value,
|
|
3240
|
-
};
|
|
3231
|
+
acc[key] = value;
|
|
3232
|
+
return acc;
|
|
3241
3233
|
}, {});
|
|
3242
3234
|
};
|
|
3243
3235
|
const serializeAws_restJson1Validator = (input, context) => {
|
|
@@ -3299,10 +3291,8 @@ const deserializeAws_restJson1ActionsMap = (output, context) => {
|
|
|
3299
3291
|
if (value === null) {
|
|
3300
3292
|
return acc;
|
|
3301
3293
|
}
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
[key]: deserializeAws_restJson1ActionList(value, context),
|
|
3305
|
-
};
|
|
3294
|
+
acc[key] = deserializeAws_restJson1ActionList(value, context);
|
|
3295
|
+
return acc;
|
|
3306
3296
|
}, {});
|
|
3307
3297
|
};
|
|
3308
3298
|
const deserializeAws_restJson1Application = (output, context) => {
|
|
@@ -3571,10 +3561,8 @@ const deserializeAws_restJson1ParameterMap = (output, context) => {
|
|
|
3571
3561
|
if (value === null) {
|
|
3572
3562
|
return acc;
|
|
3573
3563
|
}
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
[key]: deserializeAws_restJson1Parameter(value, context),
|
|
3577
|
-
};
|
|
3564
|
+
acc[key] = deserializeAws_restJson1Parameter(value, context);
|
|
3565
|
+
return acc;
|
|
3578
3566
|
}, {});
|
|
3579
3567
|
};
|
|
3580
3568
|
const deserializeAws_restJson1ParameterValueMap = (output, context) => {
|
|
@@ -3582,10 +3570,8 @@ const deserializeAws_restJson1ParameterValueMap = (output, context) => {
|
|
|
3582
3570
|
if (value === null) {
|
|
3583
3571
|
return acc;
|
|
3584
3572
|
}
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
[key]: __expectString(value),
|
|
3588
|
-
};
|
|
3573
|
+
acc[key] = __expectString(value);
|
|
3574
|
+
return acc;
|
|
3589
3575
|
}, {});
|
|
3590
3576
|
};
|
|
3591
3577
|
const deserializeAws_restJson1TagMap = (output, context) => {
|
|
@@ -3593,10 +3579,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
3593
3579
|
if (value === null) {
|
|
3594
3580
|
return acc;
|
|
3595
3581
|
}
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
[key]: __expectString(value),
|
|
3599
|
-
};
|
|
3582
|
+
acc[key] = __expectString(value);
|
|
3583
|
+
return acc;
|
|
3600
3584
|
}, {});
|
|
3601
3585
|
};
|
|
3602
3586
|
const deserializeAws_restJson1Validator = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfig",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.213.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.213.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"
|