@aws-sdk/client-iottwinmaker 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
|
@@ -1063,12 +1063,9 @@ var se_GetMetadataTransferJobCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1063
1063
|
}, "se_GetMetadataTransferJobCommand");
|
|
1064
1064
|
var se_GetPricingPlanCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1065
1065
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1066
|
-
const headers = {
|
|
1067
|
-
"content-type": "application/json"
|
|
1068
|
-
};
|
|
1066
|
+
const headers = {};
|
|
1069
1067
|
b.bp("/pricingplan");
|
|
1070
1068
|
let body;
|
|
1071
|
-
body = "";
|
|
1072
1069
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1073
1070
|
if (context.disableHostPrefix !== true) {
|
|
1074
1071
|
resolvedHostname = "api." + resolvedHostname;
|
|
@@ -373,12 +373,9 @@ export const se_GetMetadataTransferJobCommand = async (input, context) => {
|
|
|
373
373
|
};
|
|
374
374
|
export const se_GetPricingPlanCommand = async (input, context) => {
|
|
375
375
|
const b = rb(input, context);
|
|
376
|
-
const headers = {
|
|
377
|
-
"content-type": "application/json",
|
|
378
|
-
};
|
|
376
|
+
const headers = {};
|
|
379
377
|
b.bp("/pricingplan");
|
|
380
378
|
let body;
|
|
381
|
-
body = "";
|
|
382
379
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
383
380
|
if (context.disableHostPrefix !== true) {
|
|
384
381
|
resolvedHostname = "api." + resolvedHostname;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iottwinmaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iottwinmaker 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-iottwinmaker",
|
|
@@ -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",
|