@aws-sdk/client-drs 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
|
@@ -1448,12 +1448,9 @@ var se_GetReplicationConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1448
1448
|
}, "se_GetReplicationConfigurationCommand");
|
|
1449
1449
|
var se_InitializeServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1450
1450
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1451
|
-
const headers = {
|
|
1452
|
-
"content-type": "application/json"
|
|
1453
|
-
};
|
|
1451
|
+
const headers = {};
|
|
1454
1452
|
b.bp("/InitializeService");
|
|
1455
1453
|
let body;
|
|
1456
|
-
body = "";
|
|
1457
1454
|
b.m("POST").h(headers).b(body);
|
|
1458
1455
|
return b.build();
|
|
1459
1456
|
}, "se_InitializeServiceCommand");
|
|
@@ -389,12 +389,9 @@ export const se_GetReplicationConfigurationCommand = async (input, context) => {
|
|
|
389
389
|
};
|
|
390
390
|
export const se_InitializeServiceCommand = async (input, context) => {
|
|
391
391
|
const b = rb(input, context);
|
|
392
|
-
const headers = {
|
|
393
|
-
"content-type": "application/json",
|
|
394
|
-
};
|
|
392
|
+
const headers = {};
|
|
395
393
|
b.bp("/InitializeService");
|
|
396
394
|
let body;
|
|
397
|
-
body = "";
|
|
398
395
|
b.m("POST").h(headers).b(body);
|
|
399
396
|
return b.build();
|
|
400
397
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs 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-drs",
|
|
@@ -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",
|