@aws-sdk/client-greengrass 3.928.0 → 3.929.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 (113) hide show
  1. package/dist-cjs/index.js +3347 -3283
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GreengrassClient.js +2 -0
  4. package/dist-es/commands/AssociateRoleToGroupCommand.js +3 -9
  5. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorDefinitionCommand.js +3 -9
  7. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +3 -9
  8. package/dist-es/commands/CreateCoreDefinitionCommand.js +3 -9
  9. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +3 -9
  10. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  11. package/dist-es/commands/CreateDeviceDefinitionCommand.js +3 -9
  12. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +3 -9
  13. package/dist-es/commands/CreateFunctionDefinitionCommand.js +3 -9
  14. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +3 -9
  15. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +3 -9
  16. package/dist-es/commands/CreateGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateGroupVersionCommand.js +3 -9
  18. package/dist-es/commands/CreateLoggerDefinitionCommand.js +3 -9
  19. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +3 -9
  20. package/dist-es/commands/CreateResourceDefinitionCommand.js +3 -9
  21. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +3 -9
  22. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +3 -9
  23. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +3 -9
  24. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +3 -9
  25. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +3 -9
  26. package/dist-es/commands/DeleteCoreDefinitionCommand.js +3 -9
  27. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +3 -9
  28. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +3 -9
  29. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +3 -9
  31. package/dist-es/commands/DeleteResourceDefinitionCommand.js +3 -9
  32. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +3 -9
  33. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +3 -9
  34. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -9
  35. package/dist-es/commands/GetAssociatedRoleCommand.js +3 -9
  36. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +3 -9
  37. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -9
  38. package/dist-es/commands/GetConnectorDefinitionCommand.js +3 -9
  39. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +3 -9
  40. package/dist-es/commands/GetCoreDefinitionCommand.js +3 -9
  41. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +3 -9
  42. package/dist-es/commands/GetDeploymentStatusCommand.js +3 -9
  43. package/dist-es/commands/GetDeviceDefinitionCommand.js +3 -9
  44. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +3 -9
  45. package/dist-es/commands/GetFunctionDefinitionCommand.js +3 -9
  46. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +3 -9
  47. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +3 -9
  48. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +3 -9
  49. package/dist-es/commands/GetGroupCommand.js +3 -9
  50. package/dist-es/commands/GetGroupVersionCommand.js +3 -9
  51. package/dist-es/commands/GetLoggerDefinitionCommand.js +3 -9
  52. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +3 -9
  53. package/dist-es/commands/GetResourceDefinitionCommand.js +3 -9
  54. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +3 -9
  55. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -9
  56. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +3 -9
  57. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +3 -9
  58. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +3 -9
  59. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +3 -9
  60. package/dist-es/commands/ListBulkDeploymentsCommand.js +3 -9
  61. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +3 -9
  62. package/dist-es/commands/ListConnectorDefinitionsCommand.js +3 -9
  63. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +3 -9
  64. package/dist-es/commands/ListCoreDefinitionsCommand.js +3 -9
  65. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  66. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +3 -9
  67. package/dist-es/commands/ListDeviceDefinitionsCommand.js +3 -9
  68. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +3 -9
  69. package/dist-es/commands/ListFunctionDefinitionsCommand.js +3 -9
  70. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +3 -9
  71. package/dist-es/commands/ListGroupVersionsCommand.js +3 -9
  72. package/dist-es/commands/ListGroupsCommand.js +3 -9
  73. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +3 -9
  74. package/dist-es/commands/ListLoggerDefinitionsCommand.js +3 -9
  75. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +3 -9
  76. package/dist-es/commands/ListResourceDefinitionsCommand.js +3 -9
  77. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +3 -9
  78. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +3 -9
  79. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  80. package/dist-es/commands/ResetDeploymentsCommand.js +3 -9
  81. package/dist-es/commands/StartBulkDeploymentCommand.js +3 -9
  82. package/dist-es/commands/StopBulkDeploymentCommand.js +3 -9
  83. package/dist-es/commands/TagResourceCommand.js +3 -9
  84. package/dist-es/commands/UntagResourceCommand.js +3 -9
  85. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -9
  86. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +3 -9
  87. package/dist-es/commands/UpdateCoreDefinitionCommand.js +3 -9
  88. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +3 -9
  89. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +3 -9
  90. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +3 -9
  91. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  92. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +3 -9
  93. package/dist-es/commands/UpdateResourceDefinitionCommand.js +3 -9
  94. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +3 -9
  95. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +3 -9
  96. package/dist-es/runtimeConfig.shared.js +2 -0
  97. package/dist-es/schemas/schemas_0.js +3164 -0
  98. package/dist-types/GreengrassClient.d.ts +10 -1
  99. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  100. package/dist-types/runtimeConfig.d.ts +1 -0
  101. package/dist-types/runtimeConfig.native.d.ts +1 -0
  102. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  103. package/dist-types/schemas/schemas_0.d.ts +343 -0
  104. package/dist-types/ts3.4/GreengrassClient.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  106. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  107. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  108. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  109. package/dist-types/ts3.4/schemas/schemas_0.d.ts +348 -0
  110. package/package.json +2 -2
  111. package/dist-es/protocols/Aws_restJson1.js +0 -2639
  112. package/dist-types/protocols/Aws_restJson1.d.ts +0 -830
  113. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1109
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListGroups", {})
17
13
  .n("GreengrassClient", "ListGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGroupsCommand)
20
- .de(de_ListGroupsCommand)
14
+ .sc(ListGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLoggerDefinitionVersionsCommand, se_ListLoggerDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListLoggerDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLoggerDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListLoggerDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListLoggerDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLoggerDefinitionVersionsCommand)
20
- .de(de_ListLoggerDefinitionVersionsCommand)
14
+ .sc(ListLoggerDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLoggerDefinitionsCommand, se_ListLoggerDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListLoggerDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLoggerDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListLoggerDefinitions", {})
17
13
  .n("GreengrassClient", "ListLoggerDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLoggerDefinitionsCommand)
20
- .de(de_ListLoggerDefinitionsCommand)
14
+ .sc(ListLoggerDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResourceDefinitionVersionsCommand, se_ListResourceDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListResourceDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourceDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListResourceDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListResourceDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourceDefinitionVersionsCommand)
20
- .de(de_ListResourceDefinitionVersionsCommand)
14
+ .sc(ListResourceDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResourceDefinitionsCommand, se_ListResourceDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListResourceDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourceDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListResourceDefinitions", {})
17
13
  .n("GreengrassClient", "ListResourceDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourceDefinitionsCommand)
20
- .de(de_ListResourceDefinitionsCommand)
14
+ .sc(ListResourceDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListSubscriptionDefinitionVersionsCommand, se_ListSubscriptionDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListSubscriptionDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSubscriptionDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListSubscriptionDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListSubscriptionDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSubscriptionDefinitionVersionsCommand)
20
- .de(de_ListSubscriptionDefinitionVersionsCommand)
14
+ .sc(ListSubscriptionDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListSubscriptionDefinitionsCommand, se_ListSubscriptionDefinitionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListSubscriptionDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSubscriptionDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListSubscriptionDefinitions", {})
17
13
  .n("GreengrassClient", "ListSubscriptionDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSubscriptionDefinitionsCommand)
20
- .de(de_ListSubscriptionDefinitionsCommand)
14
+ .sc(ListSubscriptionDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListTagsForResource", {})
17
13
  .n("GreengrassClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ResetDeploymentsCommand, se_ResetDeploymentsCommand } from "../protocols/Aws_restJson1";
4
+ import { ResetDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ResetDeploymentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ResetDeployments", {})
17
13
  .n("GreengrassClient", "ResetDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ResetDeploymentsCommand)
20
- .de(de_ResetDeploymentsCommand)
14
+ .sc(ResetDeployments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartBulkDeploymentCommand, se_StartBulkDeploymentCommand } from "../protocols/Aws_restJson1";
4
+ import { StartBulkDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartBulkDeploymentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "StartBulkDeployment", {})
17
13
  .n("GreengrassClient", "StartBulkDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartBulkDeploymentCommand)
20
- .de(de_StartBulkDeploymentCommand)
14
+ .sc(StartBulkDeployment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopBulkDeploymentCommand, se_StopBulkDeploymentCommand } from "../protocols/Aws_restJson1";
4
+ import { StopBulkDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopBulkDeploymentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "StopBulkDeployment", {})
17
13
  .n("GreengrassClient", "StopBulkDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopBulkDeploymentCommand)
20
- .de(de_StopBulkDeploymentCommand)
14
+ .sc(StopBulkDeployment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "TagResource", {})
17
13
  .n("GreengrassClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UntagResource", {})
17
13
  .n("GreengrassClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateConnectivityInfo } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateConnectivityInfoCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateConnectivityInfo", {})
17
13
  .n("GreengrassClient", "UpdateConnectivityInfoCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateConnectivityInfoCommand)
20
- .de(de_UpdateConnectivityInfoCommand)
14
+ .sc(UpdateConnectivityInfo)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateConnectorDefinitionCommand, se_UpdateConnectorDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateConnectorDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateConnectorDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateConnectorDefinition", {})
17
13
  .n("GreengrassClient", "UpdateConnectorDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateConnectorDefinitionCommand)
20
- .de(de_UpdateConnectorDefinitionCommand)
14
+ .sc(UpdateConnectorDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateCoreDefinitionCommand, se_UpdateCoreDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateCoreDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateCoreDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateCoreDefinition", {})
17
13
  .n("GreengrassClient", "UpdateCoreDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateCoreDefinitionCommand)
20
- .de(de_UpdateCoreDefinitionCommand)
14
+ .sc(UpdateCoreDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateDeviceDefinitionCommand, se_UpdateDeviceDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateDeviceDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateDeviceDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateDeviceDefinition", {})
17
13
  .n("GreengrassClient", "UpdateDeviceDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateDeviceDefinitionCommand)
20
- .de(de_UpdateDeviceDefinitionCommand)
14
+ .sc(UpdateDeviceDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFunctionDefinitionCommand, se_UpdateFunctionDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateFunctionDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFunctionDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateFunctionDefinition", {})
17
13
  .n("GreengrassClient", "UpdateFunctionDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFunctionDefinitionCommand)
20
- .de(de_UpdateFunctionDefinitionCommand)
14
+ .sc(UpdateFunctionDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateGroupCertificateConfigurationCommand, se_UpdateGroupCertificateConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateGroupCertificateConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGroupCertificateConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateGroupCertificateConfiguration", {})
17
13
  .n("GreengrassClient", "UpdateGroupCertificateConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGroupCertificateConfigurationCommand)
20
- .de(de_UpdateGroupCertificateConfigurationCommand)
14
+ .sc(UpdateGroupCertificateConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateGroup", {})
17
13
  .n("GreengrassClient", "UpdateGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGroupCommand)
20
- .de(de_UpdateGroupCommand)
14
+ .sc(UpdateGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateLoggerDefinitionCommand, se_UpdateLoggerDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateLoggerDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateLoggerDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateLoggerDefinition", {})
17
13
  .n("GreengrassClient", "UpdateLoggerDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateLoggerDefinitionCommand)
20
- .de(de_UpdateLoggerDefinitionCommand)
14
+ .sc(UpdateLoggerDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateResourceDefinitionCommand, se_UpdateResourceDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateResourceDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResourceDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateResourceDefinition", {})
17
13
  .n("GreengrassClient", "UpdateResourceDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResourceDefinitionCommand)
20
- .de(de_UpdateResourceDefinitionCommand)
14
+ .sc(UpdateResourceDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateSubscriptionDefinitionCommand, se_UpdateSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateSubscriptionDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateSubscriptionDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "UpdateSubscriptionDefinition", {})
17
13
  .n("GreengrassClient", "UpdateSubscriptionDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateSubscriptionDefinitionCommand)
20
- .de(de_UpdateSubscriptionDefinitionCommand)
14
+ .sc(UpdateSubscriptionDefinition)
21
15
  .build() {
22
16
  }