@aws-sdk/client-api-gateway 3.606.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
@@ -1168,12 +1168,9 @@ var se_GenerateClientCertificateCommand = /* @__PURE__ */ __name(async (input, c
1168
1168
  }, "se_GenerateClientCertificateCommand");
1169
1169
  var se_GetAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1170
1170
  const b = (0, import_core.requestBuilder)(input, context);
1171
- const headers = {
1172
- "content-type": "application/json"
1173
- };
1171
+ const headers = {};
1174
1172
  b.bp("/account");
1175
1173
  let body;
1176
- body = "";
1177
1174
  b.m("GET").h(headers).b(body);
1178
1175
  return b.build();
1179
1176
  }, "se_GetAccountCommand");
@@ -527,12 +527,9 @@ export const se_GenerateClientCertificateCommand = async (input, context) => {
527
527
  };
528
528
  export const se_GetAccountCommand = async (input, context) => {
529
529
  const b = rb(input, context);
530
- const headers = {
531
- "content-type": "application/json",
532
- };
530
+ const headers = {};
533
531
  b.bp("/account");
534
532
  let body;
535
- body = "";
536
533
  b.m("GET").h(headers).b(body);
537
534
  return b.build();
538
535
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-api-gateway",
3
3
  "description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.606.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-api-gateway",