@aws-sdk/client-amp 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
|
@@ -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.
|
|
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",
|
|
@@ -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",
|