@aws-sdk/client-wellarchitected 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
|
@@ -1054,12 +1054,9 @@ var se_GetConsolidatedReportCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1054
1054
|
}, "se_GetConsolidatedReportCommand");
|
|
1055
1055
|
var se_GetGlobalSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1056
1056
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1057
|
-
const headers = {
|
|
1058
|
-
"content-type": "application/json"
|
|
1059
|
-
};
|
|
1057
|
+
const headers = {};
|
|
1060
1058
|
b.bp("/global-settings");
|
|
1061
1059
|
let body;
|
|
1062
|
-
body = "";
|
|
1063
1060
|
b.m("GET").h(headers).b(body);
|
|
1064
1061
|
return b.build();
|
|
1065
1062
|
}, "se_GetGlobalSettingsCommand");
|
|
@@ -1138,12 +1135,9 @@ var se_GetProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1138
1135
|
}, "se_GetProfileCommand");
|
|
1139
1136
|
var se_GetProfileTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1140
1137
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1141
|
-
const headers = {
|
|
1142
|
-
"content-type": "application/json"
|
|
1143
|
-
};
|
|
1138
|
+
const headers = {};
|
|
1144
1139
|
b.bp("/profileTemplate");
|
|
1145
1140
|
let body;
|
|
1146
|
-
body = "";
|
|
1147
1141
|
b.m("GET").h(headers).b(body);
|
|
1148
1142
|
return b.build();
|
|
1149
1143
|
}, "se_GetProfileTemplateCommand");
|
|
@@ -362,12 +362,9 @@ export const se_GetConsolidatedReportCommand = async (input, context) => {
|
|
|
362
362
|
};
|
|
363
363
|
export const se_GetGlobalSettingsCommand = async (input, context) => {
|
|
364
364
|
const b = rb(input, context);
|
|
365
|
-
const headers = {
|
|
366
|
-
"content-type": "application/json",
|
|
367
|
-
};
|
|
365
|
+
const headers = {};
|
|
368
366
|
b.bp("/global-settings");
|
|
369
367
|
let body;
|
|
370
|
-
body = "";
|
|
371
368
|
b.m("GET").h(headers).b(body);
|
|
372
369
|
return b.build();
|
|
373
370
|
};
|
|
@@ -446,12 +443,9 @@ export const se_GetProfileCommand = async (input, context) => {
|
|
|
446
443
|
};
|
|
447
444
|
export const se_GetProfileTemplateCommand = async (input, context) => {
|
|
448
445
|
const b = rb(input, context);
|
|
449
|
-
const headers = {
|
|
450
|
-
"content-type": "application/json",
|
|
451
|
-
};
|
|
446
|
+
const headers = {};
|
|
452
447
|
b.bp("/profileTemplate");
|
|
453
448
|
let body;
|
|
454
|
-
body = "";
|
|
455
449
|
b.m("GET").h(headers).b(body);
|
|
456
450
|
return b.build();
|
|
457
451
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected 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-wellarchitected",
|
|
@@ -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",
|