@aws-sdk/client-greengrass 3.306.0 → 3.310.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 (189) hide show
  1. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +2 -2
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -2
  3. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +2 -2
  12. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  14. package/dist-cjs/commands/CreateGroupVersionCommand.js +2 -2
  15. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +2 -2
  16. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +2 -2
  17. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +2 -2
  18. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +2 -2
  19. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +2 -2
  20. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +2 -2
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +2 -2
  30. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +2 -2
  31. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
  32. package/dist-cjs/commands/GetAssociatedRoleCommand.js +2 -2
  33. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +2 -2
  34. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -2
  35. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +2 -2
  36. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +2 -2
  37. package/dist-cjs/commands/GetCoreDefinitionCommand.js +2 -2
  38. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +2 -2
  39. package/dist-cjs/commands/GetDeploymentStatusCommand.js +2 -2
  40. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +2 -2
  41. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +2 -2
  42. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +2 -2
  43. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +2 -2
  44. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +2 -2
  45. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +2 -2
  46. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  47. package/dist-cjs/commands/GetGroupVersionCommand.js +2 -2
  48. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +2 -2
  49. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +2 -2
  50. package/dist-cjs/commands/GetResourceDefinitionCommand.js +2 -2
  51. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +2 -2
  52. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -2
  53. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +2 -2
  54. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +2 -2
  55. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +2 -2
  56. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -2
  57. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +2 -2
  58. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +2 -2
  59. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +2 -2
  60. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +2 -2
  61. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +2 -2
  62. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  63. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +2 -2
  64. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +2 -2
  65. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +2 -2
  66. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +2 -2
  67. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +2 -2
  68. package/dist-cjs/commands/ListGroupVersionsCommand.js +2 -2
  69. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  70. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +2 -2
  71. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +2 -2
  72. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +2 -2
  73. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +2 -2
  74. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -2
  75. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +2 -2
  76. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  77. package/dist-cjs/commands/ResetDeploymentsCommand.js +2 -2
  78. package/dist-cjs/commands/StartBulkDeploymentCommand.js +2 -2
  79. package/dist-cjs/commands/StopBulkDeploymentCommand.js +2 -2
  80. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  81. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  82. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -2
  83. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +2 -2
  87. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +2 -2
  88. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  89. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +2 -2
  90. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +2 -2
  91. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +2 -2
  92. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +2 -2
  93. package/dist-cjs/protocols/Aws_restJson1.js +922 -966
  94. package/dist-es/commands/AssociateRoleToGroupCommand.js +3 -3
  95. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -3
  96. package/dist-es/commands/CreateConnectorDefinitionCommand.js +3 -3
  97. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +3 -3
  98. package/dist-es/commands/CreateCoreDefinitionCommand.js +3 -3
  99. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +3 -3
  100. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  101. package/dist-es/commands/CreateDeviceDefinitionCommand.js +3 -3
  102. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +3 -3
  103. package/dist-es/commands/CreateFunctionDefinitionCommand.js +3 -3
  104. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +3 -3
  105. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +3 -3
  106. package/dist-es/commands/CreateGroupCommand.js +3 -3
  107. package/dist-es/commands/CreateGroupVersionCommand.js +3 -3
  108. package/dist-es/commands/CreateLoggerDefinitionCommand.js +3 -3
  109. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +3 -3
  110. package/dist-es/commands/CreateResourceDefinitionCommand.js +3 -3
  111. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +3 -3
  112. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +3 -3
  113. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +3 -3
  114. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +3 -3
  115. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +3 -3
  116. package/dist-es/commands/DeleteCoreDefinitionCommand.js +3 -3
  117. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +3 -3
  118. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +3 -3
  119. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  120. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +3 -3
  121. package/dist-es/commands/DeleteResourceDefinitionCommand.js +3 -3
  122. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +3 -3
  123. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +3 -3
  124. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
  125. package/dist-es/commands/GetAssociatedRoleCommand.js +3 -3
  126. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +3 -3
  127. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -3
  128. package/dist-es/commands/GetConnectorDefinitionCommand.js +3 -3
  129. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +3 -3
  130. package/dist-es/commands/GetCoreDefinitionCommand.js +3 -3
  131. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +3 -3
  132. package/dist-es/commands/GetDeploymentStatusCommand.js +3 -3
  133. package/dist-es/commands/GetDeviceDefinitionCommand.js +3 -3
  134. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +3 -3
  135. package/dist-es/commands/GetFunctionDefinitionCommand.js +3 -3
  136. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +3 -3
  137. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +3 -3
  138. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +3 -3
  139. package/dist-es/commands/GetGroupCommand.js +3 -3
  140. package/dist-es/commands/GetGroupVersionCommand.js +3 -3
  141. package/dist-es/commands/GetLoggerDefinitionCommand.js +3 -3
  142. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +3 -3
  143. package/dist-es/commands/GetResourceDefinitionCommand.js +3 -3
  144. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +3 -3
  145. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -3
  146. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +3 -3
  147. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +3 -3
  148. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +3 -3
  149. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +3 -3
  150. package/dist-es/commands/ListBulkDeploymentsCommand.js +3 -3
  151. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +3 -3
  152. package/dist-es/commands/ListConnectorDefinitionsCommand.js +3 -3
  153. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +3 -3
  154. package/dist-es/commands/ListCoreDefinitionsCommand.js +3 -3
  155. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  156. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +3 -3
  157. package/dist-es/commands/ListDeviceDefinitionsCommand.js +3 -3
  158. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +3 -3
  159. package/dist-es/commands/ListFunctionDefinitionsCommand.js +3 -3
  160. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +3 -3
  161. package/dist-es/commands/ListGroupVersionsCommand.js +3 -3
  162. package/dist-es/commands/ListGroupsCommand.js +3 -3
  163. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +3 -3
  164. package/dist-es/commands/ListLoggerDefinitionsCommand.js +3 -3
  165. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +3 -3
  166. package/dist-es/commands/ListResourceDefinitionsCommand.js +3 -3
  167. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +3 -3
  168. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +3 -3
  169. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  170. package/dist-es/commands/ResetDeploymentsCommand.js +3 -3
  171. package/dist-es/commands/StartBulkDeploymentCommand.js +3 -3
  172. package/dist-es/commands/StopBulkDeploymentCommand.js +3 -3
  173. package/dist-es/commands/TagResourceCommand.js +3 -3
  174. package/dist-es/commands/UntagResourceCommand.js +3 -3
  175. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -3
  176. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +3 -3
  177. package/dist-es/commands/UpdateCoreDefinitionCommand.js +3 -3
  178. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +3 -3
  179. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +3 -3
  180. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +3 -3
  181. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  182. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +3 -3
  183. package/dist-es/commands/UpdateResourceDefinitionCommand.js +3 -3
  184. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +3 -3
  185. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +3 -3
  186. package/dist-es/protocols/Aws_restJson1.js +734 -778
  187. package/dist-types/protocols/Aws_restJson1.d.ts +736 -184
  188. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +184 -184
  189. package/package.json +35 -35
@@ -36,10 +36,10 @@ class GetGroupCertificateAuthorityCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGroupCertificateAuthorityCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupCertificateAuthorityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupCertificateAuthorityCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupCertificateAuthorityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupCertificateAuthorityCommand = GetGroupCertificateAuthorityCommand;
@@ -36,10 +36,10 @@ class GetGroupCertificateConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGroupCertificateConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupCertificateConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupCertificateConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupCertificateConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupCertificateConfigurationCommand = GetGroupCertificateConfigurationCommand;
@@ -36,10 +36,10 @@ class GetGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupCommand = GetGroupCommand;
@@ -36,10 +36,10 @@ class GetGroupVersionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGroupVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupVersionCommand = GetGroupVersionCommand;
@@ -36,10 +36,10 @@ class GetLoggerDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetLoggerDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLoggerDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLoggerDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLoggerDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLoggerDefinitionCommand = GetLoggerDefinitionCommand;
@@ -36,10 +36,10 @@ class GetLoggerDefinitionVersionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetLoggerDefinitionVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLoggerDefinitionVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLoggerDefinitionVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLoggerDefinitionVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLoggerDefinitionVersionCommand = GetLoggerDefinitionVersionCommand;
@@ -36,10 +36,10 @@ class GetResourceDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetResourceDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResourceDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourceDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResourceDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResourceDefinitionCommand = GetResourceDefinitionCommand;
@@ -36,10 +36,10 @@ class GetResourceDefinitionVersionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetResourceDefinitionVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResourceDefinitionVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourceDefinitionVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResourceDefinitionVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResourceDefinitionVersionCommand = GetResourceDefinitionVersionCommand;
@@ -36,10 +36,10 @@ class GetServiceRoleForAccountCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetServiceRoleForAccountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetServiceRoleForAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetServiceRoleForAccountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetServiceRoleForAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetServiceRoleForAccountCommand = GetServiceRoleForAccountCommand;
@@ -36,10 +36,10 @@ class GetSubscriptionDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSubscriptionDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSubscriptionDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSubscriptionDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSubscriptionDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSubscriptionDefinitionCommand = GetSubscriptionDefinitionCommand;
@@ -36,10 +36,10 @@ class GetSubscriptionDefinitionVersionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSubscriptionDefinitionVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSubscriptionDefinitionVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSubscriptionDefinitionVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSubscriptionDefinitionVersionCommand = GetSubscriptionDefinitionVersionCommand;
@@ -36,10 +36,10 @@ class GetThingRuntimeConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetThingRuntimeConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetThingRuntimeConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetThingRuntimeConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetThingRuntimeConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetThingRuntimeConfigurationCommand = GetThingRuntimeConfigurationCommand;
@@ -36,10 +36,10 @@ class ListBulkDeploymentDetailedReportsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBulkDeploymentDetailedReportsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBulkDeploymentDetailedReportsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBulkDeploymentDetailedReportsCommand = ListBulkDeploymentDetailedReportsCommand;
@@ -36,10 +36,10 @@ class ListBulkDeploymentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListBulkDeploymentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBulkDeploymentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBulkDeploymentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBulkDeploymentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBulkDeploymentsCommand = ListBulkDeploymentsCommand;
@@ -36,10 +36,10 @@ class ListConnectorDefinitionVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConnectorDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConnectorDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConnectorDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConnectorDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConnectorDefinitionVersionsCommand = ListConnectorDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListConnectorDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConnectorDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConnectorDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConnectorDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConnectorDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConnectorDefinitionsCommand = ListConnectorDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListCoreDefinitionVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCoreDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCoreDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCoreDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCoreDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCoreDefinitionVersionsCommand = ListCoreDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListCoreDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCoreDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCoreDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCoreDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCoreDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCoreDefinitionsCommand = ListCoreDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListDeploymentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDeploymentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDeploymentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDeploymentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDeploymentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
@@ -36,10 +36,10 @@ class ListDeviceDefinitionVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDeviceDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDeviceDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDeviceDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDeviceDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDeviceDefinitionVersionsCommand = ListDeviceDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListDeviceDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDeviceDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDeviceDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDeviceDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDeviceDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDeviceDefinitionsCommand = ListDeviceDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListFunctionDefinitionVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFunctionDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFunctionDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFunctionDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFunctionDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFunctionDefinitionVersionsCommand = ListFunctionDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListFunctionDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFunctionDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFunctionDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFunctionDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFunctionDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFunctionDefinitionsCommand = ListFunctionDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListGroupCertificateAuthoritiesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListGroupCertificateAuthoritiesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupCertificateAuthoritiesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupCertificateAuthoritiesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupCertificateAuthoritiesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupCertificateAuthoritiesCommand = ListGroupCertificateAuthoritiesCommand;
@@ -36,10 +36,10 @@ class ListGroupVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListGroupVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupVersionsCommand = ListGroupVersionsCommand;
@@ -36,10 +36,10 @@ class ListGroupsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupsCommand = ListGroupsCommand;
@@ -36,10 +36,10 @@ class ListLoggerDefinitionVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListLoggerDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLoggerDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLoggerDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLoggerDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLoggerDefinitionVersionsCommand = ListLoggerDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListLoggerDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListLoggerDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLoggerDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLoggerDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLoggerDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLoggerDefinitionsCommand = ListLoggerDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListResourceDefinitionVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListResourceDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResourceDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResourceDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResourceDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResourceDefinitionVersionsCommand = ListResourceDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListResourceDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListResourceDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResourceDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResourceDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResourceDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResourceDefinitionsCommand = ListResourceDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListSubscriptionDefinitionVersionsCommand extends smithy_client_1.Command
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListSubscriptionDefinitionVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSubscriptionDefinitionVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSubscriptionDefinitionVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSubscriptionDefinitionVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSubscriptionDefinitionVersionsCommand = ListSubscriptionDefinitionVersionsCommand;
@@ -36,10 +36,10 @@ class ListSubscriptionDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListSubscriptionDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSubscriptionDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSubscriptionDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSubscriptionDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSubscriptionDefinitionsCommand = ListSubscriptionDefinitionsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ResetDeploymentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ResetDeploymentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ResetDeploymentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ResetDeploymentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ResetDeploymentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ResetDeploymentsCommand = ResetDeploymentsCommand;
@@ -36,10 +36,10 @@ class StartBulkDeploymentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StartBulkDeploymentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartBulkDeploymentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartBulkDeploymentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartBulkDeploymentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartBulkDeploymentCommand = StartBulkDeploymentCommand;
@@ -36,10 +36,10 @@ class StopBulkDeploymentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StopBulkDeploymentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopBulkDeploymentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopBulkDeploymentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopBulkDeploymentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopBulkDeploymentCommand = StopBulkDeploymentCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateConnectivityInfoCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConnectivityInfoCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConnectivityInfoCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConnectivityInfoCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConnectivityInfoCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConnectivityInfoCommand = UpdateConnectivityInfoCommand;
@@ -36,10 +36,10 @@ class UpdateConnectorDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConnectorDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConnectorDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConnectorDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConnectorDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConnectorDefinitionCommand = UpdateConnectorDefinitionCommand;
@@ -36,10 +36,10 @@ class UpdateCoreDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCoreDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateCoreDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCoreDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateCoreDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCoreDefinitionCommand = UpdateCoreDefinitionCommand;
@@ -36,10 +36,10 @@ class UpdateDeviceDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDeviceDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDeviceDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDeviceDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDeviceDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDeviceDefinitionCommand = UpdateDeviceDefinitionCommand;
@@ -36,10 +36,10 @@ class UpdateFunctionDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFunctionDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFunctionDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFunctionDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFunctionDefinitionCommand = UpdateFunctionDefinitionCommand;