@aws-sdk/client-lambda 3.600.0 → 3.608.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.
package/dist-cjs/index.js
CHANGED
|
@@ -1711,12 +1711,9 @@ var se_DeleteProvisionedConcurrencyConfigCommand = /* @__PURE__ */ __name(async
|
|
|
1711
1711
|
}, "se_DeleteProvisionedConcurrencyConfigCommand");
|
|
1712
1712
|
var se_GetAccountSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1713
1713
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1714
|
-
const headers = {
|
|
1715
|
-
"content-type": "application/json"
|
|
1716
|
-
};
|
|
1714
|
+
const headers = {};
|
|
1717
1715
|
b.bp("/2016-08-19/account-settings");
|
|
1718
1716
|
let body;
|
|
1719
|
-
body = "";
|
|
1720
1717
|
b.m("GET").h(headers).b(body);
|
|
1721
1718
|
return b.build();
|
|
1722
1719
|
}, "se_GetAccountSettingsCommand");
|
|
@@ -277,12 +277,9 @@ export const se_DeleteProvisionedConcurrencyConfigCommand = async (input, contex
|
|
|
277
277
|
};
|
|
278
278
|
export const se_GetAccountSettingsCommand = async (input, context) => {
|
|
279
279
|
const b = rb(input, context);
|
|
280
|
-
const headers = {
|
|
281
|
-
"content-type": "application/json",
|
|
282
|
-
};
|
|
280
|
+
const headers = {};
|
|
283
281
|
b.bp("/2016-08-19/account-settings");
|
|
284
282
|
let body;
|
|
285
|
-
body = "";
|
|
286
283
|
b.m("GET").h(headers).b(body);
|
|
287
284
|
return b.build();
|
|
288
285
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|