@aws-sdk/client-greengrass 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
@@ -874,12 +874,9 @@ var se_DisassociateRoleFromGroupCommand = /* @__PURE__ */ __name(async (input, c
874
874
  }, "se_DisassociateRoleFromGroupCommand");
875
875
  var se_DisassociateServiceRoleFromAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
876
876
  const b = (0, import_core.requestBuilder)(input, context);
877
- const headers = {
878
- "content-type": "application/json"
879
- };
877
+ const headers = {};
880
878
  b.bp("/greengrass/servicerole");
881
879
  let body;
882
- body = "";
883
880
  b.m("DELETE").h(headers).b(body);
884
881
  return b.build();
885
882
  }, "se_DisassociateServiceRoleFromAccountCommand");
@@ -1091,12 +1088,9 @@ var se_GetResourceDefinitionVersionCommand = /* @__PURE__ */ __name(async (input
1091
1088
  }, "se_GetResourceDefinitionVersionCommand");
1092
1089
  var se_GetServiceRoleForAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1093
1090
  const b = (0, import_core.requestBuilder)(input, context);
1094
- const headers = {
1095
- "content-type": "application/json"
1096
- };
1091
+ const headers = {};
1097
1092
  b.bp("/greengrass/servicerole");
1098
1093
  let body;
1099
- body = "";
1100
1094
  b.m("GET").h(headers).b(body);
1101
1095
  return b.build();
1102
1096
  }, "se_GetServiceRoleForAccountCommand");
@@ -415,12 +415,9 @@ export const se_DisassociateRoleFromGroupCommand = async (input, context) => {
415
415
  };
416
416
  export const se_DisassociateServiceRoleFromAccountCommand = async (input, context) => {
417
417
  const b = rb(input, context);
418
- const headers = {
419
- "content-type": "application/json",
420
- };
418
+ const headers = {};
421
419
  b.bp("/greengrass/servicerole");
422
420
  let body;
423
- body = "";
424
421
  b.m("DELETE").h(headers).b(body);
425
422
  return b.build();
426
423
  };
@@ -627,12 +624,9 @@ export const se_GetResourceDefinitionVersionCommand = async (input, context) =>
627
624
  };
628
625
  export const se_GetServiceRoleForAccountCommand = async (input, context) => {
629
626
  const b = rb(input, context);
630
- const headers = {
631
- "content-type": "application/json",
632
- };
627
+ const headers = {};
633
628
  b.bp("/greengrass/servicerole");
634
629
  let body;
635
- body = "";
636
630
  b.m("GET").h(headers).b(body);
637
631
  return b.build();
638
632
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrass",
3
3
  "description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
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-greengrass",