@aws-sdk/client-emr-containers 3.211.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.
|
@@ -1411,10 +1411,8 @@ const serializeAws_restJson1SensitivePropertiesMap = (input, context) => {
|
|
|
1411
1411
|
if (value === null) {
|
|
1412
1412
|
return acc;
|
|
1413
1413
|
}
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
[key]: value,
|
|
1417
|
-
};
|
|
1414
|
+
acc[key] = value;
|
|
1415
|
+
return acc;
|
|
1418
1416
|
}, {});
|
|
1419
1417
|
};
|
|
1420
1418
|
const serializeAws_restJson1SparkSqlJobDriver = (input, context) => {
|
|
@@ -1437,10 +1435,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
1437
1435
|
if (value === null) {
|
|
1438
1436
|
return acc;
|
|
1439
1437
|
}
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
[key]: value,
|
|
1443
|
-
};
|
|
1438
|
+
acc[key] = value;
|
|
1439
|
+
return acc;
|
|
1444
1440
|
}, {});
|
|
1445
1441
|
};
|
|
1446
1442
|
const serializeAws_restJson1TemplateParameterConfiguration = (input, context) => {
|
|
@@ -1454,10 +1450,8 @@ const serializeAws_restJson1TemplateParameterConfigurationMap = (input, context)
|
|
|
1454
1450
|
if (value === null) {
|
|
1455
1451
|
return acc;
|
|
1456
1452
|
}
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
[key]: serializeAws_restJson1TemplateParameterConfiguration(value, context),
|
|
1460
|
-
};
|
|
1453
|
+
acc[key] = serializeAws_restJson1TemplateParameterConfiguration(value, context);
|
|
1454
|
+
return acc;
|
|
1461
1455
|
}, {});
|
|
1462
1456
|
};
|
|
1463
1457
|
const serializeAws_restJson1TemplateParameterInputMap = (input, context) => {
|
|
@@ -1465,10 +1459,8 @@ const serializeAws_restJson1TemplateParameterInputMap = (input, context) => {
|
|
|
1465
1459
|
if (value === null) {
|
|
1466
1460
|
return acc;
|
|
1467
1461
|
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
[key]: value,
|
|
1471
|
-
};
|
|
1462
|
+
acc[key] = value;
|
|
1463
|
+
return acc;
|
|
1472
1464
|
}, {});
|
|
1473
1465
|
};
|
|
1474
1466
|
const deserializeAws_restJson1Certificate = (output, context) => {
|
|
@@ -1719,10 +1711,8 @@ const deserializeAws_restJson1SensitivePropertiesMap = (output, context) => {
|
|
|
1719
1711
|
if (value === null) {
|
|
1720
1712
|
return acc;
|
|
1721
1713
|
}
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1725
|
-
};
|
|
1714
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1715
|
+
return acc;
|
|
1726
1716
|
}, {});
|
|
1727
1717
|
};
|
|
1728
1718
|
const deserializeAws_restJson1SparkSqlJobDriver = (output, context) => {
|
|
@@ -1756,10 +1746,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
1756
1746
|
if (value === null) {
|
|
1757
1747
|
return acc;
|
|
1758
1748
|
}
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1762
|
-
};
|
|
1749
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1750
|
+
return acc;
|
|
1763
1751
|
}, {});
|
|
1764
1752
|
};
|
|
1765
1753
|
const deserializeAws_restJson1TemplateParameterConfiguration = (output, context) => {
|
|
@@ -1773,10 +1761,8 @@ const deserializeAws_restJson1TemplateParameterConfigurationMap = (output, conte
|
|
|
1773
1761
|
if (value === null) {
|
|
1774
1762
|
return acc;
|
|
1775
1763
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
[key]: deserializeAws_restJson1TemplateParameterConfiguration(value, context),
|
|
1779
|
-
};
|
|
1764
|
+
acc[key] = deserializeAws_restJson1TemplateParameterConfiguration(value, context);
|
|
1765
|
+
return acc;
|
|
1780
1766
|
}, {});
|
|
1781
1767
|
};
|
|
1782
1768
|
const deserializeAws_restJson1VirtualCluster = (output, context) => {
|
|
@@ -1370,10 +1370,8 @@ const serializeAws_restJson1SensitivePropertiesMap = (input, context) => {
|
|
|
1370
1370
|
if (value === null) {
|
|
1371
1371
|
return acc;
|
|
1372
1372
|
}
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
[key]: value,
|
|
1376
|
-
};
|
|
1373
|
+
acc[key] = value;
|
|
1374
|
+
return acc;
|
|
1377
1375
|
}, {});
|
|
1378
1376
|
};
|
|
1379
1377
|
const serializeAws_restJson1SparkSqlJobDriver = (input, context) => {
|
|
@@ -1396,10 +1394,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
1396
1394
|
if (value === null) {
|
|
1397
1395
|
return acc;
|
|
1398
1396
|
}
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
[key]: value,
|
|
1402
|
-
};
|
|
1397
|
+
acc[key] = value;
|
|
1398
|
+
return acc;
|
|
1403
1399
|
}, {});
|
|
1404
1400
|
};
|
|
1405
1401
|
const serializeAws_restJson1TemplateParameterConfiguration = (input, context) => {
|
|
@@ -1413,10 +1409,8 @@ const serializeAws_restJson1TemplateParameterConfigurationMap = (input, context)
|
|
|
1413
1409
|
if (value === null) {
|
|
1414
1410
|
return acc;
|
|
1415
1411
|
}
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
[key]: serializeAws_restJson1TemplateParameterConfiguration(value, context),
|
|
1419
|
-
};
|
|
1412
|
+
acc[key] = serializeAws_restJson1TemplateParameterConfiguration(value, context);
|
|
1413
|
+
return acc;
|
|
1420
1414
|
}, {});
|
|
1421
1415
|
};
|
|
1422
1416
|
const serializeAws_restJson1TemplateParameterInputMap = (input, context) => {
|
|
@@ -1424,10 +1418,8 @@ const serializeAws_restJson1TemplateParameterInputMap = (input, context) => {
|
|
|
1424
1418
|
if (value === null) {
|
|
1425
1419
|
return acc;
|
|
1426
1420
|
}
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
[key]: value,
|
|
1430
|
-
};
|
|
1421
|
+
acc[key] = value;
|
|
1422
|
+
return acc;
|
|
1431
1423
|
}, {});
|
|
1432
1424
|
};
|
|
1433
1425
|
const deserializeAws_restJson1Certificate = (output, context) => {
|
|
@@ -1678,10 +1670,8 @@ const deserializeAws_restJson1SensitivePropertiesMap = (output, context) => {
|
|
|
1678
1670
|
if (value === null) {
|
|
1679
1671
|
return acc;
|
|
1680
1672
|
}
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
[key]: __expectString(value),
|
|
1684
|
-
};
|
|
1673
|
+
acc[key] = __expectString(value);
|
|
1674
|
+
return acc;
|
|
1685
1675
|
}, {});
|
|
1686
1676
|
};
|
|
1687
1677
|
const deserializeAws_restJson1SparkSqlJobDriver = (output, context) => {
|
|
@@ -1715,10 +1705,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
1715
1705
|
if (value === null) {
|
|
1716
1706
|
return acc;
|
|
1717
1707
|
}
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
[key]: __expectString(value),
|
|
1721
|
-
};
|
|
1708
|
+
acc[key] = __expectString(value);
|
|
1709
|
+
return acc;
|
|
1722
1710
|
}, {});
|
|
1723
1711
|
};
|
|
1724
1712
|
const deserializeAws_restJson1TemplateParameterConfiguration = (output, context) => {
|
|
@@ -1732,10 +1720,8 @@ const deserializeAws_restJson1TemplateParameterConfigurationMap = (output, conte
|
|
|
1732
1720
|
if (value === null) {
|
|
1733
1721
|
return acc;
|
|
1734
1722
|
}
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
[key]: deserializeAws_restJson1TemplateParameterConfiguration(value, context),
|
|
1738
|
-
};
|
|
1723
|
+
acc[key] = deserializeAws_restJson1TemplateParameterConfiguration(value, context);
|
|
1724
|
+
return acc;
|
|
1739
1725
|
}, {});
|
|
1740
1726
|
};
|
|
1741
1727
|
const deserializeAws_restJson1VirtualCluster = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr-containers",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Containers 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",
|