@aws-sdk/client-amp 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
@@ -742,12 +742,9 @@ var se_DescribeWorkspaceCommand = /* @__PURE__ */ __name(async (input, context)
742
742
  }, "se_DescribeWorkspaceCommand");
743
743
  var se_GetDefaultScraperConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
744
744
  const b = (0, import_core.requestBuilder)(input, context);
745
- const headers = {
746
- "content-type": "application/json"
747
- };
745
+ const headers = {};
748
746
  b.bp("/scraperconfiguration");
749
747
  let body;
750
- body = "";
751
748
  b.m("GET").h(headers).b(body);
752
749
  return b.build();
753
750
  }, "se_GetDefaultScraperConfigurationCommand");
@@ -194,12 +194,9 @@ export const se_DescribeWorkspaceCommand = async (input, context) => {
194
194
  };
195
195
  export const se_GetDefaultScraperConfigurationCommand = async (input, context) => {
196
196
  const b = rb(input, context);
197
- const headers = {
198
- "content-type": "application/json",
199
- };
197
+ const headers = {};
200
198
  b.bp("/scraperconfiguration");
201
199
  let body;
202
- body = "";
203
200
  b.m("GET").h(headers).b(body);
204
201
  return b.build();
205
202
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp 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-amp",