@aws-sdk/client-m2 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
@@ -809,12 +809,9 @@ var se_GetEnvironmentCommand = /* @__PURE__ */ __name(async (input, context) =>
809
809
  }, "se_GetEnvironmentCommand");
810
810
  var se_GetSignedBluinsightsUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
811
811
  const b = (0, import_core.requestBuilder)(input, context);
812
- const headers = {
813
- "content-type": "application/json"
814
- };
812
+ const headers = {};
815
813
  b.bp("/signed-bi-url");
816
814
  let body;
817
- body = "";
818
815
  b.m("GET").h(headers).b(body);
819
816
  return b.build();
820
817
  }, "se_GetSignedBluinsightsUrlCommand");
@@ -189,12 +189,9 @@ export const se_GetEnvironmentCommand = async (input, context) => {
189
189
  };
190
190
  export const se_GetSignedBluinsightsUrlCommand = async (input, context) => {
191
191
  const b = rb(input, context);
192
- const headers = {
193
- "content-type": "application/json",
194
- };
192
+ const headers = {};
195
193
  b.bp("/signed-bi-url");
196
194
  let body;
197
- body = "";
198
195
  b.m("GET").h(headers).b(body);
199
196
  return b.build();
200
197
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-m2",
3
3
  "description": "AWS SDK for JavaScript M2 Client for Node.js, Browser and React Native",
4
- "version": "3.600.0",
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-m2",
@@ -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.600.0",
24
- "@aws-sdk/client-sts": "3.600.0",
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",