@aws-sdk/client-xray 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
|
@@ -578,12 +578,9 @@ var se_DeleteSamplingRuleCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
578
578
|
}, "se_DeleteSamplingRuleCommand");
|
|
579
579
|
var se_GetEncryptionConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
580
580
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
581
|
-
const headers = {
|
|
582
|
-
"content-type": "application/json"
|
|
583
|
-
};
|
|
581
|
+
const headers = {};
|
|
584
582
|
b.bp("/EncryptionConfig");
|
|
585
583
|
let body;
|
|
586
|
-
body = "";
|
|
587
584
|
b.m("POST").h(headers).b(body);
|
|
588
585
|
return b.build();
|
|
589
586
|
}, "se_GetEncryptionConfigCommand");
|
|
@@ -91,12 +91,9 @@ export const se_DeleteSamplingRuleCommand = async (input, context) => {
|
|
|
91
91
|
};
|
|
92
92
|
export const se_GetEncryptionConfigCommand = async (input, context) => {
|
|
93
93
|
const b = rb(input, context);
|
|
94
|
-
const headers = {
|
|
95
|
-
"content-type": "application/json",
|
|
96
|
-
};
|
|
94
|
+
const headers = {};
|
|
97
95
|
b.bp("/EncryptionConfig");
|
|
98
96
|
let body;
|
|
99
|
-
body = "";
|
|
100
97
|
b.m("POST").h(headers).b(body);
|
|
101
98
|
return b.build();
|
|
102
99
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-xray",
|
|
3
3
|
"description": "AWS SDK for JavaScript Xray 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-xray",
|