@aws-sdk/client-application-signals 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.
|
@@ -185,12 +185,9 @@ const se_ListTagsForResourceCommand = async (input, context) => {
|
|
|
185
185
|
exports.se_ListTagsForResourceCommand = se_ListTagsForResourceCommand;
|
|
186
186
|
const se_StartDiscoveryCommand = async (input, context) => {
|
|
187
187
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
188
|
-
const headers = {
|
|
189
|
-
"content-type": "application/json",
|
|
190
|
-
};
|
|
188
|
+
const headers = {};
|
|
191
189
|
b.bp("/start-discovery");
|
|
192
190
|
let body;
|
|
193
|
-
body = "";
|
|
194
191
|
b.m("POST").h(headers).b(body);
|
|
195
192
|
return b.build();
|
|
196
193
|
};
|
|
@@ -171,12 +171,9 @@ export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
|
171
171
|
};
|
|
172
172
|
export const se_StartDiscoveryCommand = async (input, context) => {
|
|
173
173
|
const b = rb(input, context);
|
|
174
|
-
const headers = {
|
|
175
|
-
"content-type": "application/json",
|
|
176
|
-
};
|
|
174
|
+
const headers = {};
|
|
177
175
|
b.bp("/start-discovery");
|
|
178
176
|
let body;
|
|
179
|
-
body = "";
|
|
180
177
|
b.m("POST").h(headers).b(body);
|
|
181
178
|
return b.build();
|
|
182
179
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-signals",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Signals 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": "tsc -p tsconfig.cjs.json",
|