@aws-sdk/client-greengrassv2 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
|
@@ -662,12 +662,9 @@ var se_DescribeComponentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
662
662
|
}, "se_DescribeComponentCommand");
|
|
663
663
|
var se_DisassociateServiceRoleFromAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
664
664
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
665
|
-
const headers = {
|
|
666
|
-
"content-type": "application/json"
|
|
667
|
-
};
|
|
665
|
+
const headers = {};
|
|
668
666
|
b.bp("/greengrass/servicerole");
|
|
669
667
|
let body;
|
|
670
|
-
body = "";
|
|
671
668
|
b.m("DELETE").h(headers).b(body);
|
|
672
669
|
return b.build();
|
|
673
670
|
}, "se_DisassociateServiceRoleFromAccountCommand");
|
|
@@ -727,12 +724,9 @@ var se_GetDeploymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
727
724
|
}, "se_GetDeploymentCommand");
|
|
728
725
|
var se_GetServiceRoleForAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
729
726
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
730
|
-
const headers = {
|
|
731
|
-
"content-type": "application/json"
|
|
732
|
-
};
|
|
727
|
+
const headers = {};
|
|
733
728
|
b.bp("/greengrass/servicerole");
|
|
734
729
|
let body;
|
|
735
|
-
body = "";
|
|
736
730
|
b.m("GET").h(headers).b(body);
|
|
737
731
|
return b.build();
|
|
738
732
|
}, "se_GetServiceRoleForAccountCommand");
|
|
@@ -128,12 +128,9 @@ export const se_DescribeComponentCommand = async (input, context) => {
|
|
|
128
128
|
};
|
|
129
129
|
export const se_DisassociateServiceRoleFromAccountCommand = async (input, context) => {
|
|
130
130
|
const b = rb(input, context);
|
|
131
|
-
const headers = {
|
|
132
|
-
"content-type": "application/json",
|
|
133
|
-
};
|
|
131
|
+
const headers = {};
|
|
134
132
|
b.bp("/greengrass/servicerole");
|
|
135
133
|
let body;
|
|
136
|
-
body = "";
|
|
137
134
|
b.m("DELETE").h(headers).b(body);
|
|
138
135
|
return b.build();
|
|
139
136
|
};
|
|
@@ -193,12 +190,9 @@ export const se_GetDeploymentCommand = async (input, context) => {
|
|
|
193
190
|
};
|
|
194
191
|
export const se_GetServiceRoleForAccountCommand = async (input, context) => {
|
|
195
192
|
const b = rb(input, context);
|
|
196
|
-
const headers = {
|
|
197
|
-
"content-type": "application/json",
|
|
198
|
-
};
|
|
193
|
+
const headers = {};
|
|
199
194
|
b.bp("/greengrass/servicerole");
|
|
200
195
|
let body;
|
|
201
|
-
body = "";
|
|
202
196
|
b.m("GET").h(headers).b(body);
|
|
203
197
|
return b.build();
|
|
204
198
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrassv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrassv2 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-greengrassv2",
|
|
@@ -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",
|