@aws-sdk/client-license-manager-linux-subscriptions 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
|
@@ -319,12 +319,9 @@ var ValidationException = _ValidationException;
|
|
|
319
319
|
// src/protocols/Aws_restJson1.ts
|
|
320
320
|
var se_GetServiceSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
321
321
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
322
|
-
const headers = {
|
|
323
|
-
"content-type": "application/json"
|
|
324
|
-
};
|
|
322
|
+
const headers = {};
|
|
325
323
|
b.bp("/subscription/GetServiceSettings");
|
|
326
324
|
let body;
|
|
327
|
-
body = "";
|
|
328
325
|
b.m("POST").h(headers).b(body);
|
|
329
326
|
return b.build();
|
|
330
327
|
}, "se_GetServiceSettingsCommand");
|
|
@@ -5,12 +5,9 @@ import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } f
|
|
|
5
5
|
import { InternalServerException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
6
6
|
export const se_GetServiceSettingsCommand = async (input, context) => {
|
|
7
7
|
const b = rb(input, context);
|
|
8
|
-
const headers = {
|
|
9
|
-
"content-type": "application/json",
|
|
10
|
-
};
|
|
8
|
+
const headers = {};
|
|
11
9
|
b.bp("/subscription/GetServiceSettings");
|
|
12
10
|
let body;
|
|
13
|
-
body = "";
|
|
14
11
|
b.m("POST").h(headers).b(body);
|
|
15
12
|
return b.build();
|
|
16
13
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions 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-license-manager-linux-subscriptions",
|