@aws-sdk/client-greengrass 3.649.0 → 3.650.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.
Files changed (94) hide show
  1. package/dist-cjs/index.js +92 -276
  2. package/dist-es/commands/AssociateRoleToGroupCommand.js +1 -3
  3. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -3
  4. package/dist-es/commands/CreateConnectorDefinitionCommand.js +1 -3
  5. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +1 -3
  6. package/dist-es/commands/CreateCoreDefinitionCommand.js +1 -3
  7. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +1 -3
  8. package/dist-es/commands/CreateDeploymentCommand.js +1 -3
  9. package/dist-es/commands/CreateDeviceDefinitionCommand.js +1 -3
  10. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +1 -3
  11. package/dist-es/commands/CreateFunctionDefinitionCommand.js +1 -3
  12. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +1 -3
  13. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +1 -3
  14. package/dist-es/commands/CreateGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateGroupVersionCommand.js +1 -3
  16. package/dist-es/commands/CreateLoggerDefinitionCommand.js +1 -3
  17. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +1 -3
  18. package/dist-es/commands/CreateResourceDefinitionCommand.js +1 -3
  19. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +1 -3
  20. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +1 -3
  21. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +1 -3
  22. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +1 -3
  23. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +1 -3
  24. package/dist-es/commands/DeleteCoreDefinitionCommand.js +1 -3
  25. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +1 -3
  26. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +1 -3
  27. package/dist-es/commands/DeleteGroupCommand.js +1 -3
  28. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +1 -3
  29. package/dist-es/commands/DeleteResourceDefinitionCommand.js +1 -3
  30. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +1 -3
  31. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +1 -3
  32. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -3
  33. package/dist-es/commands/GetAssociatedRoleCommand.js +1 -3
  34. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +1 -3
  35. package/dist-es/commands/GetConnectivityInfoCommand.js +1 -3
  36. package/dist-es/commands/GetConnectorDefinitionCommand.js +1 -3
  37. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +1 -3
  38. package/dist-es/commands/GetCoreDefinitionCommand.js +1 -3
  39. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +1 -3
  40. package/dist-es/commands/GetDeploymentStatusCommand.js +1 -3
  41. package/dist-es/commands/GetDeviceDefinitionCommand.js +1 -3
  42. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +1 -3
  43. package/dist-es/commands/GetFunctionDefinitionCommand.js +1 -3
  44. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +1 -3
  45. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +1 -3
  46. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +1 -3
  47. package/dist-es/commands/GetGroupCommand.js +1 -3
  48. package/dist-es/commands/GetGroupVersionCommand.js +1 -3
  49. package/dist-es/commands/GetLoggerDefinitionCommand.js +1 -3
  50. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +1 -3
  51. package/dist-es/commands/GetResourceDefinitionCommand.js +1 -3
  52. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +1 -3
  53. package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -3
  54. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +1 -3
  55. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +1 -3
  56. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +1 -3
  57. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +1 -3
  58. package/dist-es/commands/ListBulkDeploymentsCommand.js +1 -3
  59. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +1 -3
  60. package/dist-es/commands/ListConnectorDefinitionsCommand.js +1 -3
  61. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +1 -3
  62. package/dist-es/commands/ListCoreDefinitionsCommand.js +1 -3
  63. package/dist-es/commands/ListDeploymentsCommand.js +1 -3
  64. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +1 -3
  65. package/dist-es/commands/ListDeviceDefinitionsCommand.js +1 -3
  66. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +1 -3
  67. package/dist-es/commands/ListFunctionDefinitionsCommand.js +1 -3
  68. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +1 -3
  69. package/dist-es/commands/ListGroupVersionsCommand.js +1 -3
  70. package/dist-es/commands/ListGroupsCommand.js +1 -3
  71. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +1 -3
  72. package/dist-es/commands/ListLoggerDefinitionsCommand.js +1 -3
  73. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +1 -3
  74. package/dist-es/commands/ListResourceDefinitionsCommand.js +1 -3
  75. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +1 -3
  76. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +1 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  78. package/dist-es/commands/ResetDeploymentsCommand.js +1 -3
  79. package/dist-es/commands/StartBulkDeploymentCommand.js +1 -3
  80. package/dist-es/commands/StopBulkDeploymentCommand.js +1 -3
  81. package/dist-es/commands/TagResourceCommand.js +1 -3
  82. package/dist-es/commands/UntagResourceCommand.js +1 -3
  83. package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -3
  84. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +1 -3
  85. package/dist-es/commands/UpdateCoreDefinitionCommand.js +1 -3
  86. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +1 -3
  87. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +1 -3
  88. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +1 -3
  89. package/dist-es/commands/UpdateGroupCommand.js +1 -3
  90. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +1 -3
  91. package/dist-es/commands/UpdateResourceDefinitionCommand.js +1 -3
  92. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +1 -3
  93. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +1 -3
  94. package/package.json +4 -4
@@ -6,9 +6,7 @@ import { de_GetSubscriptionDefinitionVersionCommand, se_GetSubscriptionDefinitio
6
6
  export { $Command };
7
7
  export class GetSubscriptionDefinitionVersionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetThingRuntimeConfigurationCommand, se_GetThingRuntimeConfiguration
6
6
  export { $Command };
7
7
  export class GetThingRuntimeConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListBulkDeploymentDetailedReportsCommand, se_ListBulkDeploymentDetai
6
6
  export { $Command };
7
7
  export class ListBulkDeploymentDetailedReportsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListBulkDeploymentsCommand, se_ListBulkDeploymentsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListBulkDeploymentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConnectorDefinitionVersionsCommand, se_ListConnectorDefinitionVe
6
6
  export { $Command };
7
7
  export class ListConnectorDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConnectorDefinitionsCommand, se_ListConnectorDefinitionsCommand
6
6
  export { $Command };
7
7
  export class ListConnectorDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCoreDefinitionVersionsCommand, se_ListCoreDefinitionVersionsComm
6
6
  export { $Command };
7
7
  export class ListCoreDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCoreDefinitionsCommand, se_ListCoreDefinitionsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListCoreDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListDeploymentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDeviceDefinitionVersionsCommand, se_ListDeviceDefinitionVersions
6
6
  export { $Command };
7
7
  export class ListDeviceDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDeviceDefinitionsCommand, se_ListDeviceDefinitionsCommand } from
6
6
  export { $Command };
7
7
  export class ListDeviceDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListFunctionDefinitionVersionsCommand, se_ListFunctionDefinitionVers
6
6
  export { $Command };
7
7
  export class ListFunctionDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListFunctionDefinitionsCommand, se_ListFunctionDefinitionsCommand }
6
6
  export { $Command };
7
7
  export class ListFunctionDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGroupCertificateAuthoritiesCommand, se_ListGroupCertificateAutho
6
6
  export { $Command };
7
7
  export class ListGroupCertificateAuthoritiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGroupVersionsCommand, se_ListGroupVersionsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListGroupVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLoggerDefinitionVersionsCommand, se_ListLoggerDefinitionVersions
6
6
  export { $Command };
7
7
  export class ListLoggerDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLoggerDefinitionsCommand, se_ListLoggerDefinitionsCommand } from
6
6
  export { $Command };
7
7
  export class ListLoggerDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListResourceDefinitionVersionsCommand, se_ListResourceDefinitionVers
6
6
  export { $Command };
7
7
  export class ListResourceDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListResourceDefinitionsCommand, se_ListResourceDefinitionsCommand }
6
6
  export { $Command };
7
7
  export class ListResourceDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSubscriptionDefinitionVersionsCommand, se_ListSubscriptionDefini
6
6
  export { $Command };
7
7
  export class ListSubscriptionDefinitionVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSubscriptionDefinitionsCommand, se_ListSubscriptionDefinitionsCo
6
6
  export { $Command };
7
7
  export class ListSubscriptionDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ResetDeploymentsCommand, se_ResetDeploymentsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ResetDeploymentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartBulkDeploymentCommand, se_StartBulkDeploymentCommand } from "..
6
6
  export { $Command };
7
7
  export class StartBulkDeploymentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopBulkDeploymentCommand, se_StopBulkDeploymentCommand } from "../p
6
6
  export { $Command };
7
7
  export class StopBulkDeploymentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateConnectivityInfoCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConnectorDefinitionCommand, se_UpdateConnectorDefinitionComman
6
6
  export { $Command };
7
7
  export class UpdateConnectorDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateCoreDefinitionCommand, se_UpdateCoreDefinitionCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateCoreDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateDeviceDefinitionCommand, se_UpdateDeviceDefinitionCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateDeviceDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateFunctionDefinitionCommand, se_UpdateFunctionDefinitionCommand
6
6
  export { $Command };
7
7
  export class UpdateFunctionDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateGroupCertificateConfigurationCommand, se_UpdateGroupCertificat
6
6
  export { $Command };
7
7
  export class UpdateGroupCertificateConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateLoggerDefinitionCommand, se_UpdateLoggerDefinitionCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateLoggerDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateResourceDefinitionCommand, se_UpdateResourceDefinitionCommand
6
6
  export { $Command };
7
7
  export class UpdateResourceDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateSubscriptionDefinitionCommand, se_UpdateSubscriptionDefinition
6
6
  export { $Command };
7
7
  export class UpdateSubscriptionDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateThingRuntimeConfigurationCommand, se_UpdateThingRuntimeConfigu
6
6
  export { $Command };
7
7
  export class UpdateThingRuntimeConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.650.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",
@@ -20,10 +20,10 @@
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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",