@aws-sdk/client-greengrass 3.303.0 → 3.309.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 +29 -29
@@ -92,187 +92,739 @@ import { UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput
92
92
  import { UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput } from "../commands/UpdateResourceDefinitionCommand";
93
93
  import { UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput } from "../commands/UpdateSubscriptionDefinitionCommand";
94
94
  import { UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput } from "../commands/UpdateThingRuntimeConfigurationCommand";
95
- export declare const serializeAws_restJson1AssociateRoleToGroupCommand: (input: AssociateRoleToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1AssociateServiceRoleToAccountCommand: (input: AssociateServiceRoleToAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1CreateConnectorDefinitionCommand: (input: CreateConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1CreateConnectorDefinitionVersionCommand: (input: CreateConnectorDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1CreateCoreDefinitionCommand: (input: CreateCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1CreateCoreDefinitionVersionCommand: (input: CreateCoreDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1CreateDeviceDefinitionCommand: (input: CreateDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1CreateDeviceDefinitionVersionCommand: (input: CreateDeviceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1CreateFunctionDefinitionCommand: (input: CreateFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1CreateFunctionDefinitionVersionCommand: (input: CreateFunctionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1CreateGroupCertificateAuthorityCommand: (input: CreateGroupCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1CreateGroupVersionCommand: (input: CreateGroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1CreateLoggerDefinitionCommand: (input: CreateLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1CreateLoggerDefinitionVersionCommand: (input: CreateLoggerDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1CreateResourceDefinitionCommand: (input: CreateResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1CreateResourceDefinitionVersionCommand: (input: CreateResourceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1CreateSoftwareUpdateJobCommand: (input: CreateSoftwareUpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateSubscriptionDefinitionCommand: (input: CreateSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1CreateSubscriptionDefinitionVersionCommand: (input: CreateSubscriptionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1DeleteConnectorDefinitionCommand: (input: DeleteConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1DeleteCoreDefinitionCommand: (input: DeleteCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1DeleteDeviceDefinitionCommand: (input: DeleteDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1DeleteFunctionDefinitionCommand: (input: DeleteFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1DeleteLoggerDefinitionCommand: (input: DeleteLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DeleteResourceDefinitionCommand: (input: DeleteResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1DeleteSubscriptionDefinitionCommand: (input: DeleteSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1DisassociateRoleFromGroupCommand: (input: DisassociateRoleFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1DisassociateServiceRoleFromAccountCommand: (input: DisassociateServiceRoleFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1GetAssociatedRoleCommand: (input: GetAssociatedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1GetBulkDeploymentStatusCommand: (input: GetBulkDeploymentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1GetConnectivityInfoCommand: (input: GetConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1GetConnectorDefinitionCommand: (input: GetConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1GetConnectorDefinitionVersionCommand: (input: GetConnectorDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1GetCoreDefinitionCommand: (input: GetCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1GetCoreDefinitionVersionCommand: (input: GetCoreDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1GetDeploymentStatusCommand: (input: GetDeploymentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1GetDeviceDefinitionCommand: (input: GetDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1GetDeviceDefinitionVersionCommand: (input: GetDeviceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1GetFunctionDefinitionCommand: (input: GetFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1GetFunctionDefinitionVersionCommand: (input: GetFunctionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1GetGroupCertificateAuthorityCommand: (input: GetGroupCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1GetGroupCertificateConfigurationCommand: (input: GetGroupCertificateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1GetGroupVersionCommand: (input: GetGroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1GetLoggerDefinitionCommand: (input: GetLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1GetLoggerDefinitionVersionCommand: (input: GetLoggerDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1GetResourceDefinitionCommand: (input: GetResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1GetResourceDefinitionVersionCommand: (input: GetResourceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1GetServiceRoleForAccountCommand: (input: GetServiceRoleForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_restJson1GetSubscriptionDefinitionCommand: (input: GetSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_restJson1GetSubscriptionDefinitionVersionCommand: (input: GetSubscriptionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restJson1GetThingRuntimeConfigurationCommand: (input: GetThingRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand: (input: ListBulkDeploymentDetailedReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_restJson1ListBulkDeploymentsCommand: (input: ListBulkDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_restJson1ListConnectorDefinitionsCommand: (input: ListConnectorDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restJson1ListConnectorDefinitionVersionsCommand: (input: ListConnectorDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1ListCoreDefinitionsCommand: (input: ListCoreDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_restJson1ListCoreDefinitionVersionsCommand: (input: ListCoreDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_restJson1ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restJson1ListDeviceDefinitionsCommand: (input: ListDeviceDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1ListDeviceDefinitionVersionsCommand: (input: ListDeviceDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restJson1ListFunctionDefinitionsCommand: (input: ListFunctionDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restJson1ListFunctionDefinitionVersionsCommand: (input: ListFunctionDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restJson1ListGroupCertificateAuthoritiesCommand: (input: ListGroupCertificateAuthoritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restJson1ListGroupVersionsCommand: (input: ListGroupVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restJson1ListLoggerDefinitionsCommand: (input: ListLoggerDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restJson1ListLoggerDefinitionVersionsCommand: (input: ListLoggerDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListResourceDefinitionsCommand: (input: ListResourceDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restJson1ListResourceDefinitionVersionsCommand: (input: ListResourceDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restJson1ListSubscriptionDefinitionsCommand: (input: ListSubscriptionDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restJson1ListSubscriptionDefinitionVersionsCommand: (input: ListSubscriptionDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restJson1ResetDeploymentsCommand: (input: ResetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restJson1StartBulkDeploymentCommand: (input: StartBulkDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restJson1StopBulkDeploymentCommand: (input: StopBulkDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restJson1UpdateConnectivityInfoCommand: (input: UpdateConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restJson1UpdateConnectorDefinitionCommand: (input: UpdateConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1UpdateCoreDefinitionCommand: (input: UpdateCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restJson1UpdateDeviceDefinitionCommand: (input: UpdateDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restJson1UpdateFunctionDefinitionCommand: (input: UpdateFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restJson1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1UpdateGroupCertificateConfigurationCommand: (input: UpdateGroupCertificateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restJson1UpdateLoggerDefinitionCommand: (input: UpdateLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restJson1UpdateResourceDefinitionCommand: (input: UpdateResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restJson1UpdateSubscriptionDefinitionCommand: (input: UpdateSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1UpdateThingRuntimeConfigurationCommand: (input: UpdateThingRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const deserializeAws_restJson1AssociateRoleToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoleToGroupCommandOutput>;
188
- export declare const deserializeAws_restJson1AssociateServiceRoleToAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateServiceRoleToAccountCommandOutput>;
189
- export declare const deserializeAws_restJson1CreateConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDefinitionCommandOutput>;
190
- export declare const deserializeAws_restJson1CreateConnectorDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDefinitionVersionCommandOutput>;
191
- export declare const deserializeAws_restJson1CreateCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreDefinitionCommandOutput>;
192
- export declare const deserializeAws_restJson1CreateCoreDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreDefinitionVersionCommandOutput>;
193
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
194
- export declare const deserializeAws_restJson1CreateDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceDefinitionCommandOutput>;
195
- export declare const deserializeAws_restJson1CreateDeviceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceDefinitionVersionCommandOutput>;
196
- export declare const deserializeAws_restJson1CreateFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionDefinitionCommandOutput>;
197
- export declare const deserializeAws_restJson1CreateFunctionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionDefinitionVersionCommandOutput>;
198
- export declare const deserializeAws_restJson1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
199
- export declare const deserializeAws_restJson1CreateGroupCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCertificateAuthorityCommandOutput>;
200
- export declare const deserializeAws_restJson1CreateGroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupVersionCommandOutput>;
201
- export declare const deserializeAws_restJson1CreateLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggerDefinitionCommandOutput>;
202
- export declare const deserializeAws_restJson1CreateLoggerDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggerDefinitionVersionCommandOutput>;
203
- export declare const deserializeAws_restJson1CreateResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDefinitionCommandOutput>;
204
- export declare const deserializeAws_restJson1CreateResourceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDefinitionVersionCommandOutput>;
205
- export declare const deserializeAws_restJson1CreateSoftwareUpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSoftwareUpdateJobCommandOutput>;
206
- export declare const deserializeAws_restJson1CreateSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionDefinitionCommandOutput>;
207
- export declare const deserializeAws_restJson1CreateSubscriptionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionDefinitionVersionCommandOutput>;
208
- export declare const deserializeAws_restJson1DeleteConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorDefinitionCommandOutput>;
209
- export declare const deserializeAws_restJson1DeleteCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoreDefinitionCommandOutput>;
210
- export declare const deserializeAws_restJson1DeleteDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceDefinitionCommandOutput>;
211
- export declare const deserializeAws_restJson1DeleteFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionDefinitionCommandOutput>;
212
- export declare const deserializeAws_restJson1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
213
- export declare const deserializeAws_restJson1DeleteLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggerDefinitionCommandOutput>;
214
- export declare const deserializeAws_restJson1DeleteResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceDefinitionCommandOutput>;
215
- export declare const deserializeAws_restJson1DeleteSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionDefinitionCommandOutput>;
216
- export declare const deserializeAws_restJson1DisassociateRoleFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoleFromGroupCommandOutput>;
217
- export declare const deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateServiceRoleFromAccountCommandOutput>;
218
- export declare const deserializeAws_restJson1GetAssociatedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedRoleCommandOutput>;
219
- export declare const deserializeAws_restJson1GetBulkDeploymentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBulkDeploymentStatusCommandOutput>;
220
- export declare const deserializeAws_restJson1GetConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectivityInfoCommandOutput>;
221
- export declare const deserializeAws_restJson1GetConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDefinitionCommandOutput>;
222
- export declare const deserializeAws_restJson1GetConnectorDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDefinitionVersionCommandOutput>;
223
- export declare const deserializeAws_restJson1GetCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDefinitionCommandOutput>;
224
- export declare const deserializeAws_restJson1GetCoreDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDefinitionVersionCommandOutput>;
225
- export declare const deserializeAws_restJson1GetDeploymentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentStatusCommandOutput>;
226
- export declare const deserializeAws_restJson1GetDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDefinitionCommandOutput>;
227
- export declare const deserializeAws_restJson1GetDeviceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDefinitionVersionCommandOutput>;
228
- export declare const deserializeAws_restJson1GetFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionDefinitionCommandOutput>;
229
- export declare const deserializeAws_restJson1GetFunctionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionDefinitionVersionCommandOutput>;
230
- export declare const deserializeAws_restJson1GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
231
- export declare const deserializeAws_restJson1GetGroupCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCertificateAuthorityCommandOutput>;
232
- export declare const deserializeAws_restJson1GetGroupCertificateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCertificateConfigurationCommandOutput>;
233
- export declare const deserializeAws_restJson1GetGroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupVersionCommandOutput>;
234
- export declare const deserializeAws_restJson1GetLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggerDefinitionCommandOutput>;
235
- export declare const deserializeAws_restJson1GetLoggerDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggerDefinitionVersionCommandOutput>;
236
- export declare const deserializeAws_restJson1GetResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceDefinitionCommandOutput>;
237
- export declare const deserializeAws_restJson1GetResourceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceDefinitionVersionCommandOutput>;
238
- export declare const deserializeAws_restJson1GetServiceRoleForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceRoleForAccountCommandOutput>;
239
- export declare const deserializeAws_restJson1GetSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionDefinitionCommandOutput>;
240
- export declare const deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionDefinitionVersionCommandOutput>;
241
- export declare const deserializeAws_restJson1GetThingRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThingRuntimeConfigurationCommandOutput>;
242
- export declare const deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkDeploymentDetailedReportsCommandOutput>;
243
- export declare const deserializeAws_restJson1ListBulkDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkDeploymentsCommandOutput>;
244
- export declare const deserializeAws_restJson1ListConnectorDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDefinitionsCommandOutput>;
245
- export declare const deserializeAws_restJson1ListConnectorDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDefinitionVersionsCommandOutput>;
246
- export declare const deserializeAws_restJson1ListCoreDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDefinitionsCommandOutput>;
247
- export declare const deserializeAws_restJson1ListCoreDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDefinitionVersionsCommandOutput>;
248
- export declare const deserializeAws_restJson1ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
249
- export declare const deserializeAws_restJson1ListDeviceDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDefinitionsCommandOutput>;
250
- export declare const deserializeAws_restJson1ListDeviceDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDefinitionVersionsCommandOutput>;
251
- export declare const deserializeAws_restJson1ListFunctionDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionDefinitionsCommandOutput>;
252
- export declare const deserializeAws_restJson1ListFunctionDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionDefinitionVersionsCommandOutput>;
253
- export declare const deserializeAws_restJson1ListGroupCertificateAuthoritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupCertificateAuthoritiesCommandOutput>;
254
- export declare const deserializeAws_restJson1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
255
- export declare const deserializeAws_restJson1ListGroupVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupVersionsCommandOutput>;
256
- export declare const deserializeAws_restJson1ListLoggerDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggerDefinitionsCommandOutput>;
257
- export declare const deserializeAws_restJson1ListLoggerDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggerDefinitionVersionsCommandOutput>;
258
- export declare const deserializeAws_restJson1ListResourceDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDefinitionsCommandOutput>;
259
- export declare const deserializeAws_restJson1ListResourceDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDefinitionVersionsCommandOutput>;
260
- export declare const deserializeAws_restJson1ListSubscriptionDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionDefinitionsCommandOutput>;
261
- export declare const deserializeAws_restJson1ListSubscriptionDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionDefinitionVersionsCommandOutput>;
262
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
263
- export declare const deserializeAws_restJson1ResetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetDeploymentsCommandOutput>;
264
- export declare const deserializeAws_restJson1StartBulkDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkDeploymentCommandOutput>;
265
- export declare const deserializeAws_restJson1StopBulkDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBulkDeploymentCommandOutput>;
266
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
267
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
268
- export declare const deserializeAws_restJson1UpdateConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityInfoCommandOutput>;
269
- export declare const deserializeAws_restJson1UpdateConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorDefinitionCommandOutput>;
270
- export declare const deserializeAws_restJson1UpdateCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCoreDefinitionCommandOutput>;
271
- export declare const deserializeAws_restJson1UpdateDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceDefinitionCommandOutput>;
272
- export declare const deserializeAws_restJson1UpdateFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionDefinitionCommandOutput>;
273
- export declare const deserializeAws_restJson1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
274
- export declare const deserializeAws_restJson1UpdateGroupCertificateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCertificateConfigurationCommandOutput>;
275
- export declare const deserializeAws_restJson1UpdateLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggerDefinitionCommandOutput>;
276
- export declare const deserializeAws_restJson1UpdateResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceDefinitionCommandOutput>;
277
- export declare const deserializeAws_restJson1UpdateSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionDefinitionCommandOutput>;
278
- export declare const deserializeAws_restJson1UpdateThingRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThingRuntimeConfigurationCommandOutput>;
95
+ /**
96
+ * serializeAws_restJson1AssociateRoleToGroupCommand
97
+ */
98
+ export declare const se_AssociateRoleToGroupCommand: (input: AssociateRoleToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1AssociateServiceRoleToAccountCommand
101
+ */
102
+ export declare const se_AssociateServiceRoleToAccountCommand: (input: AssociateServiceRoleToAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1CreateConnectorDefinitionCommand
105
+ */
106
+ export declare const se_CreateConnectorDefinitionCommand: (input: CreateConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1CreateConnectorDefinitionVersionCommand
109
+ */
110
+ export declare const se_CreateConnectorDefinitionVersionCommand: (input: CreateConnectorDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1CreateCoreDefinitionCommand
113
+ */
114
+ export declare const se_CreateCoreDefinitionCommand: (input: CreateCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1CreateCoreDefinitionVersionCommand
117
+ */
118
+ export declare const se_CreateCoreDefinitionVersionCommand: (input: CreateCoreDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1CreateDeploymentCommand
121
+ */
122
+ export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1CreateDeviceDefinitionCommand
125
+ */
126
+ export declare const se_CreateDeviceDefinitionCommand: (input: CreateDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1CreateDeviceDefinitionVersionCommand
129
+ */
130
+ export declare const se_CreateDeviceDefinitionVersionCommand: (input: CreateDeviceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1CreateFunctionDefinitionCommand
133
+ */
134
+ export declare const se_CreateFunctionDefinitionCommand: (input: CreateFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1CreateFunctionDefinitionVersionCommand
137
+ */
138
+ export declare const se_CreateFunctionDefinitionVersionCommand: (input: CreateFunctionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1CreateGroupCommand
141
+ */
142
+ export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_restJson1CreateGroupCertificateAuthorityCommand
145
+ */
146
+ export declare const se_CreateGroupCertificateAuthorityCommand: (input: CreateGroupCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_restJson1CreateGroupVersionCommand
149
+ */
150
+ export declare const se_CreateGroupVersionCommand: (input: CreateGroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_restJson1CreateLoggerDefinitionCommand
153
+ */
154
+ export declare const se_CreateLoggerDefinitionCommand: (input: CreateLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_restJson1CreateLoggerDefinitionVersionCommand
157
+ */
158
+ export declare const se_CreateLoggerDefinitionVersionCommand: (input: CreateLoggerDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_restJson1CreateResourceDefinitionCommand
161
+ */
162
+ export declare const se_CreateResourceDefinitionCommand: (input: CreateResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_restJson1CreateResourceDefinitionVersionCommand
165
+ */
166
+ export declare const se_CreateResourceDefinitionVersionCommand: (input: CreateResourceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_restJson1CreateSoftwareUpdateJobCommand
169
+ */
170
+ export declare const se_CreateSoftwareUpdateJobCommand: (input: CreateSoftwareUpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_restJson1CreateSubscriptionDefinitionCommand
173
+ */
174
+ export declare const se_CreateSubscriptionDefinitionCommand: (input: CreateSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restJson1CreateSubscriptionDefinitionVersionCommand
177
+ */
178
+ export declare const se_CreateSubscriptionDefinitionVersionCommand: (input: CreateSubscriptionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_restJson1DeleteConnectorDefinitionCommand
181
+ */
182
+ export declare const se_DeleteConnectorDefinitionCommand: (input: DeleteConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_restJson1DeleteCoreDefinitionCommand
185
+ */
186
+ export declare const se_DeleteCoreDefinitionCommand: (input: DeleteCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_restJson1DeleteDeviceDefinitionCommand
189
+ */
190
+ export declare const se_DeleteDeviceDefinitionCommand: (input: DeleteDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_restJson1DeleteFunctionDefinitionCommand
193
+ */
194
+ export declare const se_DeleteFunctionDefinitionCommand: (input: DeleteFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_restJson1DeleteGroupCommand
197
+ */
198
+ export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_restJson1DeleteLoggerDefinitionCommand
201
+ */
202
+ export declare const se_DeleteLoggerDefinitionCommand: (input: DeleteLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_restJson1DeleteResourceDefinitionCommand
205
+ */
206
+ export declare const se_DeleteResourceDefinitionCommand: (input: DeleteResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_restJson1DeleteSubscriptionDefinitionCommand
209
+ */
210
+ export declare const se_DeleteSubscriptionDefinitionCommand: (input: DeleteSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_restJson1DisassociateRoleFromGroupCommand
213
+ */
214
+ export declare const se_DisassociateRoleFromGroupCommand: (input: DisassociateRoleFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_restJson1DisassociateServiceRoleFromAccountCommand
217
+ */
218
+ export declare const se_DisassociateServiceRoleFromAccountCommand: (input: DisassociateServiceRoleFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_restJson1GetAssociatedRoleCommand
221
+ */
222
+ export declare const se_GetAssociatedRoleCommand: (input: GetAssociatedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_restJson1GetBulkDeploymentStatusCommand
225
+ */
226
+ export declare const se_GetBulkDeploymentStatusCommand: (input: GetBulkDeploymentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ /**
228
+ * serializeAws_restJson1GetConnectivityInfoCommand
229
+ */
230
+ export declare const se_GetConnectivityInfoCommand: (input: GetConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_restJson1GetConnectorDefinitionCommand
233
+ */
234
+ export declare const se_GetConnectorDefinitionCommand: (input: GetConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_restJson1GetConnectorDefinitionVersionCommand
237
+ */
238
+ export declare const se_GetConnectorDefinitionVersionCommand: (input: GetConnectorDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_restJson1GetCoreDefinitionCommand
241
+ */
242
+ export declare const se_GetCoreDefinitionCommand: (input: GetCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ /**
244
+ * serializeAws_restJson1GetCoreDefinitionVersionCommand
245
+ */
246
+ export declare const se_GetCoreDefinitionVersionCommand: (input: GetCoreDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ /**
248
+ * serializeAws_restJson1GetDeploymentStatusCommand
249
+ */
250
+ export declare const se_GetDeploymentStatusCommand: (input: GetDeploymentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ /**
252
+ * serializeAws_restJson1GetDeviceDefinitionCommand
253
+ */
254
+ export declare const se_GetDeviceDefinitionCommand: (input: GetDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_restJson1GetDeviceDefinitionVersionCommand
257
+ */
258
+ export declare const se_GetDeviceDefinitionVersionCommand: (input: GetDeviceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ /**
260
+ * serializeAws_restJson1GetFunctionDefinitionCommand
261
+ */
262
+ export declare const se_GetFunctionDefinitionCommand: (input: GetFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_restJson1GetFunctionDefinitionVersionCommand
265
+ */
266
+ export declare const se_GetFunctionDefinitionVersionCommand: (input: GetFunctionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ /**
268
+ * serializeAws_restJson1GetGroupCommand
269
+ */
270
+ export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_restJson1GetGroupCertificateAuthorityCommand
273
+ */
274
+ export declare const se_GetGroupCertificateAuthorityCommand: (input: GetGroupCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_restJson1GetGroupCertificateConfigurationCommand
277
+ */
278
+ export declare const se_GetGroupCertificateConfigurationCommand: (input: GetGroupCertificateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_restJson1GetGroupVersionCommand
281
+ */
282
+ export declare const se_GetGroupVersionCommand: (input: GetGroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_restJson1GetLoggerDefinitionCommand
285
+ */
286
+ export declare const se_GetLoggerDefinitionCommand: (input: GetLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_restJson1GetLoggerDefinitionVersionCommand
289
+ */
290
+ export declare const se_GetLoggerDefinitionVersionCommand: (input: GetLoggerDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
+ /**
292
+ * serializeAws_restJson1GetResourceDefinitionCommand
293
+ */
294
+ export declare const se_GetResourceDefinitionCommand: (input: GetResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
+ /**
296
+ * serializeAws_restJson1GetResourceDefinitionVersionCommand
297
+ */
298
+ export declare const se_GetResourceDefinitionVersionCommand: (input: GetResourceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_restJson1GetServiceRoleForAccountCommand
301
+ */
302
+ export declare const se_GetServiceRoleForAccountCommand: (input: GetServiceRoleForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ /**
304
+ * serializeAws_restJson1GetSubscriptionDefinitionCommand
305
+ */
306
+ export declare const se_GetSubscriptionDefinitionCommand: (input: GetSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
+ /**
308
+ * serializeAws_restJson1GetSubscriptionDefinitionVersionCommand
309
+ */
310
+ export declare const se_GetSubscriptionDefinitionVersionCommand: (input: GetSubscriptionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
+ /**
312
+ * serializeAws_restJson1GetThingRuntimeConfigurationCommand
313
+ */
314
+ export declare const se_GetThingRuntimeConfigurationCommand: (input: GetThingRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
+ /**
316
+ * serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand
317
+ */
318
+ export declare const se_ListBulkDeploymentDetailedReportsCommand: (input: ListBulkDeploymentDetailedReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
+ /**
320
+ * serializeAws_restJson1ListBulkDeploymentsCommand
321
+ */
322
+ export declare const se_ListBulkDeploymentsCommand: (input: ListBulkDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
+ /**
324
+ * serializeAws_restJson1ListConnectorDefinitionsCommand
325
+ */
326
+ export declare const se_ListConnectorDefinitionsCommand: (input: ListConnectorDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
+ /**
328
+ * serializeAws_restJson1ListConnectorDefinitionVersionsCommand
329
+ */
330
+ export declare const se_ListConnectorDefinitionVersionsCommand: (input: ListConnectorDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
+ /**
332
+ * serializeAws_restJson1ListCoreDefinitionsCommand
333
+ */
334
+ export declare const se_ListCoreDefinitionsCommand: (input: ListCoreDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
+ /**
336
+ * serializeAws_restJson1ListCoreDefinitionVersionsCommand
337
+ */
338
+ export declare const se_ListCoreDefinitionVersionsCommand: (input: ListCoreDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
+ /**
340
+ * serializeAws_restJson1ListDeploymentsCommand
341
+ */
342
+ export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
+ /**
344
+ * serializeAws_restJson1ListDeviceDefinitionsCommand
345
+ */
346
+ export declare const se_ListDeviceDefinitionsCommand: (input: ListDeviceDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
+ /**
348
+ * serializeAws_restJson1ListDeviceDefinitionVersionsCommand
349
+ */
350
+ export declare const se_ListDeviceDefinitionVersionsCommand: (input: ListDeviceDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
+ /**
352
+ * serializeAws_restJson1ListFunctionDefinitionsCommand
353
+ */
354
+ export declare const se_ListFunctionDefinitionsCommand: (input: ListFunctionDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
+ /**
356
+ * serializeAws_restJson1ListFunctionDefinitionVersionsCommand
357
+ */
358
+ export declare const se_ListFunctionDefinitionVersionsCommand: (input: ListFunctionDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
+ /**
360
+ * serializeAws_restJson1ListGroupCertificateAuthoritiesCommand
361
+ */
362
+ export declare const se_ListGroupCertificateAuthoritiesCommand: (input: ListGroupCertificateAuthoritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
+ /**
364
+ * serializeAws_restJson1ListGroupsCommand
365
+ */
366
+ export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
+ /**
368
+ * serializeAws_restJson1ListGroupVersionsCommand
369
+ */
370
+ export declare const se_ListGroupVersionsCommand: (input: ListGroupVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
+ /**
372
+ * serializeAws_restJson1ListLoggerDefinitionsCommand
373
+ */
374
+ export declare const se_ListLoggerDefinitionsCommand: (input: ListLoggerDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
+ /**
376
+ * serializeAws_restJson1ListLoggerDefinitionVersionsCommand
377
+ */
378
+ export declare const se_ListLoggerDefinitionVersionsCommand: (input: ListLoggerDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
+ /**
380
+ * serializeAws_restJson1ListResourceDefinitionsCommand
381
+ */
382
+ export declare const se_ListResourceDefinitionsCommand: (input: ListResourceDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
+ /**
384
+ * serializeAws_restJson1ListResourceDefinitionVersionsCommand
385
+ */
386
+ export declare const se_ListResourceDefinitionVersionsCommand: (input: ListResourceDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
387
+ /**
388
+ * serializeAws_restJson1ListSubscriptionDefinitionsCommand
389
+ */
390
+ export declare const se_ListSubscriptionDefinitionsCommand: (input: ListSubscriptionDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
391
+ /**
392
+ * serializeAws_restJson1ListSubscriptionDefinitionVersionsCommand
393
+ */
394
+ export declare const se_ListSubscriptionDefinitionVersionsCommand: (input: ListSubscriptionDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
+ /**
396
+ * serializeAws_restJson1ListTagsForResourceCommand
397
+ */
398
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
399
+ /**
400
+ * serializeAws_restJson1ResetDeploymentsCommand
401
+ */
402
+ export declare const se_ResetDeploymentsCommand: (input: ResetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
403
+ /**
404
+ * serializeAws_restJson1StartBulkDeploymentCommand
405
+ */
406
+ export declare const se_StartBulkDeploymentCommand: (input: StartBulkDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
407
+ /**
408
+ * serializeAws_restJson1StopBulkDeploymentCommand
409
+ */
410
+ export declare const se_StopBulkDeploymentCommand: (input: StopBulkDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
411
+ /**
412
+ * serializeAws_restJson1TagResourceCommand
413
+ */
414
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
415
+ /**
416
+ * serializeAws_restJson1UntagResourceCommand
417
+ */
418
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
419
+ /**
420
+ * serializeAws_restJson1UpdateConnectivityInfoCommand
421
+ */
422
+ export declare const se_UpdateConnectivityInfoCommand: (input: UpdateConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
423
+ /**
424
+ * serializeAws_restJson1UpdateConnectorDefinitionCommand
425
+ */
426
+ export declare const se_UpdateConnectorDefinitionCommand: (input: UpdateConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
427
+ /**
428
+ * serializeAws_restJson1UpdateCoreDefinitionCommand
429
+ */
430
+ export declare const se_UpdateCoreDefinitionCommand: (input: UpdateCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
431
+ /**
432
+ * serializeAws_restJson1UpdateDeviceDefinitionCommand
433
+ */
434
+ export declare const se_UpdateDeviceDefinitionCommand: (input: UpdateDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
435
+ /**
436
+ * serializeAws_restJson1UpdateFunctionDefinitionCommand
437
+ */
438
+ export declare const se_UpdateFunctionDefinitionCommand: (input: UpdateFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
+ /**
440
+ * serializeAws_restJson1UpdateGroupCommand
441
+ */
442
+ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
443
+ /**
444
+ * serializeAws_restJson1UpdateGroupCertificateConfigurationCommand
445
+ */
446
+ export declare const se_UpdateGroupCertificateConfigurationCommand: (input: UpdateGroupCertificateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
447
+ /**
448
+ * serializeAws_restJson1UpdateLoggerDefinitionCommand
449
+ */
450
+ export declare const se_UpdateLoggerDefinitionCommand: (input: UpdateLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
451
+ /**
452
+ * serializeAws_restJson1UpdateResourceDefinitionCommand
453
+ */
454
+ export declare const se_UpdateResourceDefinitionCommand: (input: UpdateResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
455
+ /**
456
+ * serializeAws_restJson1UpdateSubscriptionDefinitionCommand
457
+ */
458
+ export declare const se_UpdateSubscriptionDefinitionCommand: (input: UpdateSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
459
+ /**
460
+ * serializeAws_restJson1UpdateThingRuntimeConfigurationCommand
461
+ */
462
+ export declare const se_UpdateThingRuntimeConfigurationCommand: (input: UpdateThingRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
463
+ /**
464
+ * deserializeAws_restJson1AssociateRoleToGroupCommand
465
+ */
466
+ export declare const de_AssociateRoleToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoleToGroupCommandOutput>;
467
+ /**
468
+ * deserializeAws_restJson1AssociateServiceRoleToAccountCommand
469
+ */
470
+ export declare const de_AssociateServiceRoleToAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateServiceRoleToAccountCommandOutput>;
471
+ /**
472
+ * deserializeAws_restJson1CreateConnectorDefinitionCommand
473
+ */
474
+ export declare const de_CreateConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDefinitionCommandOutput>;
475
+ /**
476
+ * deserializeAws_restJson1CreateConnectorDefinitionVersionCommand
477
+ */
478
+ export declare const de_CreateConnectorDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDefinitionVersionCommandOutput>;
479
+ /**
480
+ * deserializeAws_restJson1CreateCoreDefinitionCommand
481
+ */
482
+ export declare const de_CreateCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreDefinitionCommandOutput>;
483
+ /**
484
+ * deserializeAws_restJson1CreateCoreDefinitionVersionCommand
485
+ */
486
+ export declare const de_CreateCoreDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreDefinitionVersionCommandOutput>;
487
+ /**
488
+ * deserializeAws_restJson1CreateDeploymentCommand
489
+ */
490
+ export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
491
+ /**
492
+ * deserializeAws_restJson1CreateDeviceDefinitionCommand
493
+ */
494
+ export declare const de_CreateDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceDefinitionCommandOutput>;
495
+ /**
496
+ * deserializeAws_restJson1CreateDeviceDefinitionVersionCommand
497
+ */
498
+ export declare const de_CreateDeviceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceDefinitionVersionCommandOutput>;
499
+ /**
500
+ * deserializeAws_restJson1CreateFunctionDefinitionCommand
501
+ */
502
+ export declare const de_CreateFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionDefinitionCommandOutput>;
503
+ /**
504
+ * deserializeAws_restJson1CreateFunctionDefinitionVersionCommand
505
+ */
506
+ export declare const de_CreateFunctionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionDefinitionVersionCommandOutput>;
507
+ /**
508
+ * deserializeAws_restJson1CreateGroupCommand
509
+ */
510
+ export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
511
+ /**
512
+ * deserializeAws_restJson1CreateGroupCertificateAuthorityCommand
513
+ */
514
+ export declare const de_CreateGroupCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCertificateAuthorityCommandOutput>;
515
+ /**
516
+ * deserializeAws_restJson1CreateGroupVersionCommand
517
+ */
518
+ export declare const de_CreateGroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupVersionCommandOutput>;
519
+ /**
520
+ * deserializeAws_restJson1CreateLoggerDefinitionCommand
521
+ */
522
+ export declare const de_CreateLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggerDefinitionCommandOutput>;
523
+ /**
524
+ * deserializeAws_restJson1CreateLoggerDefinitionVersionCommand
525
+ */
526
+ export declare const de_CreateLoggerDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggerDefinitionVersionCommandOutput>;
527
+ /**
528
+ * deserializeAws_restJson1CreateResourceDefinitionCommand
529
+ */
530
+ export declare const de_CreateResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDefinitionCommandOutput>;
531
+ /**
532
+ * deserializeAws_restJson1CreateResourceDefinitionVersionCommand
533
+ */
534
+ export declare const de_CreateResourceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDefinitionVersionCommandOutput>;
535
+ /**
536
+ * deserializeAws_restJson1CreateSoftwareUpdateJobCommand
537
+ */
538
+ export declare const de_CreateSoftwareUpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSoftwareUpdateJobCommandOutput>;
539
+ /**
540
+ * deserializeAws_restJson1CreateSubscriptionDefinitionCommand
541
+ */
542
+ export declare const de_CreateSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionDefinitionCommandOutput>;
543
+ /**
544
+ * deserializeAws_restJson1CreateSubscriptionDefinitionVersionCommand
545
+ */
546
+ export declare const de_CreateSubscriptionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionDefinitionVersionCommandOutput>;
547
+ /**
548
+ * deserializeAws_restJson1DeleteConnectorDefinitionCommand
549
+ */
550
+ export declare const de_DeleteConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorDefinitionCommandOutput>;
551
+ /**
552
+ * deserializeAws_restJson1DeleteCoreDefinitionCommand
553
+ */
554
+ export declare const de_DeleteCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoreDefinitionCommandOutput>;
555
+ /**
556
+ * deserializeAws_restJson1DeleteDeviceDefinitionCommand
557
+ */
558
+ export declare const de_DeleteDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceDefinitionCommandOutput>;
559
+ /**
560
+ * deserializeAws_restJson1DeleteFunctionDefinitionCommand
561
+ */
562
+ export declare const de_DeleteFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionDefinitionCommandOutput>;
563
+ /**
564
+ * deserializeAws_restJson1DeleteGroupCommand
565
+ */
566
+ export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
567
+ /**
568
+ * deserializeAws_restJson1DeleteLoggerDefinitionCommand
569
+ */
570
+ export declare const de_DeleteLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggerDefinitionCommandOutput>;
571
+ /**
572
+ * deserializeAws_restJson1DeleteResourceDefinitionCommand
573
+ */
574
+ export declare const de_DeleteResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceDefinitionCommandOutput>;
575
+ /**
576
+ * deserializeAws_restJson1DeleteSubscriptionDefinitionCommand
577
+ */
578
+ export declare const de_DeleteSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionDefinitionCommandOutput>;
579
+ /**
580
+ * deserializeAws_restJson1DisassociateRoleFromGroupCommand
581
+ */
582
+ export declare const de_DisassociateRoleFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoleFromGroupCommandOutput>;
583
+ /**
584
+ * deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand
585
+ */
586
+ export declare const de_DisassociateServiceRoleFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateServiceRoleFromAccountCommandOutput>;
587
+ /**
588
+ * deserializeAws_restJson1GetAssociatedRoleCommand
589
+ */
590
+ export declare const de_GetAssociatedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedRoleCommandOutput>;
591
+ /**
592
+ * deserializeAws_restJson1GetBulkDeploymentStatusCommand
593
+ */
594
+ export declare const de_GetBulkDeploymentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBulkDeploymentStatusCommandOutput>;
595
+ /**
596
+ * deserializeAws_restJson1GetConnectivityInfoCommand
597
+ */
598
+ export declare const de_GetConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectivityInfoCommandOutput>;
599
+ /**
600
+ * deserializeAws_restJson1GetConnectorDefinitionCommand
601
+ */
602
+ export declare const de_GetConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDefinitionCommandOutput>;
603
+ /**
604
+ * deserializeAws_restJson1GetConnectorDefinitionVersionCommand
605
+ */
606
+ export declare const de_GetConnectorDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDefinitionVersionCommandOutput>;
607
+ /**
608
+ * deserializeAws_restJson1GetCoreDefinitionCommand
609
+ */
610
+ export declare const de_GetCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDefinitionCommandOutput>;
611
+ /**
612
+ * deserializeAws_restJson1GetCoreDefinitionVersionCommand
613
+ */
614
+ export declare const de_GetCoreDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDefinitionVersionCommandOutput>;
615
+ /**
616
+ * deserializeAws_restJson1GetDeploymentStatusCommand
617
+ */
618
+ export declare const de_GetDeploymentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentStatusCommandOutput>;
619
+ /**
620
+ * deserializeAws_restJson1GetDeviceDefinitionCommand
621
+ */
622
+ export declare const de_GetDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDefinitionCommandOutput>;
623
+ /**
624
+ * deserializeAws_restJson1GetDeviceDefinitionVersionCommand
625
+ */
626
+ export declare const de_GetDeviceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDefinitionVersionCommandOutput>;
627
+ /**
628
+ * deserializeAws_restJson1GetFunctionDefinitionCommand
629
+ */
630
+ export declare const de_GetFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionDefinitionCommandOutput>;
631
+ /**
632
+ * deserializeAws_restJson1GetFunctionDefinitionVersionCommand
633
+ */
634
+ export declare const de_GetFunctionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionDefinitionVersionCommandOutput>;
635
+ /**
636
+ * deserializeAws_restJson1GetGroupCommand
637
+ */
638
+ export declare const de_GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
639
+ /**
640
+ * deserializeAws_restJson1GetGroupCertificateAuthorityCommand
641
+ */
642
+ export declare const de_GetGroupCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCertificateAuthorityCommandOutput>;
643
+ /**
644
+ * deserializeAws_restJson1GetGroupCertificateConfigurationCommand
645
+ */
646
+ export declare const de_GetGroupCertificateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCertificateConfigurationCommandOutput>;
647
+ /**
648
+ * deserializeAws_restJson1GetGroupVersionCommand
649
+ */
650
+ export declare const de_GetGroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupVersionCommandOutput>;
651
+ /**
652
+ * deserializeAws_restJson1GetLoggerDefinitionCommand
653
+ */
654
+ export declare const de_GetLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggerDefinitionCommandOutput>;
655
+ /**
656
+ * deserializeAws_restJson1GetLoggerDefinitionVersionCommand
657
+ */
658
+ export declare const de_GetLoggerDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggerDefinitionVersionCommandOutput>;
659
+ /**
660
+ * deserializeAws_restJson1GetResourceDefinitionCommand
661
+ */
662
+ export declare const de_GetResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceDefinitionCommandOutput>;
663
+ /**
664
+ * deserializeAws_restJson1GetResourceDefinitionVersionCommand
665
+ */
666
+ export declare const de_GetResourceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceDefinitionVersionCommandOutput>;
667
+ /**
668
+ * deserializeAws_restJson1GetServiceRoleForAccountCommand
669
+ */
670
+ export declare const de_GetServiceRoleForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceRoleForAccountCommandOutput>;
671
+ /**
672
+ * deserializeAws_restJson1GetSubscriptionDefinitionCommand
673
+ */
674
+ export declare const de_GetSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionDefinitionCommandOutput>;
675
+ /**
676
+ * deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand
677
+ */
678
+ export declare const de_GetSubscriptionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionDefinitionVersionCommandOutput>;
679
+ /**
680
+ * deserializeAws_restJson1GetThingRuntimeConfigurationCommand
681
+ */
682
+ export declare const de_GetThingRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThingRuntimeConfigurationCommandOutput>;
683
+ /**
684
+ * deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand
685
+ */
686
+ export declare const de_ListBulkDeploymentDetailedReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkDeploymentDetailedReportsCommandOutput>;
687
+ /**
688
+ * deserializeAws_restJson1ListBulkDeploymentsCommand
689
+ */
690
+ export declare const de_ListBulkDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkDeploymentsCommandOutput>;
691
+ /**
692
+ * deserializeAws_restJson1ListConnectorDefinitionsCommand
693
+ */
694
+ export declare const de_ListConnectorDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDefinitionsCommandOutput>;
695
+ /**
696
+ * deserializeAws_restJson1ListConnectorDefinitionVersionsCommand
697
+ */
698
+ export declare const de_ListConnectorDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDefinitionVersionsCommandOutput>;
699
+ /**
700
+ * deserializeAws_restJson1ListCoreDefinitionsCommand
701
+ */
702
+ export declare const de_ListCoreDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDefinitionsCommandOutput>;
703
+ /**
704
+ * deserializeAws_restJson1ListCoreDefinitionVersionsCommand
705
+ */
706
+ export declare const de_ListCoreDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDefinitionVersionsCommandOutput>;
707
+ /**
708
+ * deserializeAws_restJson1ListDeploymentsCommand
709
+ */
710
+ export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
711
+ /**
712
+ * deserializeAws_restJson1ListDeviceDefinitionsCommand
713
+ */
714
+ export declare const de_ListDeviceDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDefinitionsCommandOutput>;
715
+ /**
716
+ * deserializeAws_restJson1ListDeviceDefinitionVersionsCommand
717
+ */
718
+ export declare const de_ListDeviceDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDefinitionVersionsCommandOutput>;
719
+ /**
720
+ * deserializeAws_restJson1ListFunctionDefinitionsCommand
721
+ */
722
+ export declare const de_ListFunctionDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionDefinitionsCommandOutput>;
723
+ /**
724
+ * deserializeAws_restJson1ListFunctionDefinitionVersionsCommand
725
+ */
726
+ export declare const de_ListFunctionDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionDefinitionVersionsCommandOutput>;
727
+ /**
728
+ * deserializeAws_restJson1ListGroupCertificateAuthoritiesCommand
729
+ */
730
+ export declare const de_ListGroupCertificateAuthoritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupCertificateAuthoritiesCommandOutput>;
731
+ /**
732
+ * deserializeAws_restJson1ListGroupsCommand
733
+ */
734
+ export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
735
+ /**
736
+ * deserializeAws_restJson1ListGroupVersionsCommand
737
+ */
738
+ export declare const de_ListGroupVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupVersionsCommandOutput>;
739
+ /**
740
+ * deserializeAws_restJson1ListLoggerDefinitionsCommand
741
+ */
742
+ export declare const de_ListLoggerDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggerDefinitionsCommandOutput>;
743
+ /**
744
+ * deserializeAws_restJson1ListLoggerDefinitionVersionsCommand
745
+ */
746
+ export declare const de_ListLoggerDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggerDefinitionVersionsCommandOutput>;
747
+ /**
748
+ * deserializeAws_restJson1ListResourceDefinitionsCommand
749
+ */
750
+ export declare const de_ListResourceDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDefinitionsCommandOutput>;
751
+ /**
752
+ * deserializeAws_restJson1ListResourceDefinitionVersionsCommand
753
+ */
754
+ export declare const de_ListResourceDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDefinitionVersionsCommandOutput>;
755
+ /**
756
+ * deserializeAws_restJson1ListSubscriptionDefinitionsCommand
757
+ */
758
+ export declare const de_ListSubscriptionDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionDefinitionsCommandOutput>;
759
+ /**
760
+ * deserializeAws_restJson1ListSubscriptionDefinitionVersionsCommand
761
+ */
762
+ export declare const de_ListSubscriptionDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionDefinitionVersionsCommandOutput>;
763
+ /**
764
+ * deserializeAws_restJson1ListTagsForResourceCommand
765
+ */
766
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
767
+ /**
768
+ * deserializeAws_restJson1ResetDeploymentsCommand
769
+ */
770
+ export declare const de_ResetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetDeploymentsCommandOutput>;
771
+ /**
772
+ * deserializeAws_restJson1StartBulkDeploymentCommand
773
+ */
774
+ export declare const de_StartBulkDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkDeploymentCommandOutput>;
775
+ /**
776
+ * deserializeAws_restJson1StopBulkDeploymentCommand
777
+ */
778
+ export declare const de_StopBulkDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBulkDeploymentCommandOutput>;
779
+ /**
780
+ * deserializeAws_restJson1TagResourceCommand
781
+ */
782
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
783
+ /**
784
+ * deserializeAws_restJson1UntagResourceCommand
785
+ */
786
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
787
+ /**
788
+ * deserializeAws_restJson1UpdateConnectivityInfoCommand
789
+ */
790
+ export declare const de_UpdateConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityInfoCommandOutput>;
791
+ /**
792
+ * deserializeAws_restJson1UpdateConnectorDefinitionCommand
793
+ */
794
+ export declare const de_UpdateConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorDefinitionCommandOutput>;
795
+ /**
796
+ * deserializeAws_restJson1UpdateCoreDefinitionCommand
797
+ */
798
+ export declare const de_UpdateCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCoreDefinitionCommandOutput>;
799
+ /**
800
+ * deserializeAws_restJson1UpdateDeviceDefinitionCommand
801
+ */
802
+ export declare const de_UpdateDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceDefinitionCommandOutput>;
803
+ /**
804
+ * deserializeAws_restJson1UpdateFunctionDefinitionCommand
805
+ */
806
+ export declare const de_UpdateFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionDefinitionCommandOutput>;
807
+ /**
808
+ * deserializeAws_restJson1UpdateGroupCommand
809
+ */
810
+ export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
811
+ /**
812
+ * deserializeAws_restJson1UpdateGroupCertificateConfigurationCommand
813
+ */
814
+ export declare const de_UpdateGroupCertificateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCertificateConfigurationCommandOutput>;
815
+ /**
816
+ * deserializeAws_restJson1UpdateLoggerDefinitionCommand
817
+ */
818
+ export declare const de_UpdateLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggerDefinitionCommandOutput>;
819
+ /**
820
+ * deserializeAws_restJson1UpdateResourceDefinitionCommand
821
+ */
822
+ export declare const de_UpdateResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceDefinitionCommandOutput>;
823
+ /**
824
+ * deserializeAws_restJson1UpdateSubscriptionDefinitionCommand
825
+ */
826
+ export declare const de_UpdateSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionDefinitionCommandOutput>;
827
+ /**
828
+ * deserializeAws_restJson1UpdateThingRuntimeConfigurationCommand
829
+ */
830
+ export declare const de_UpdateThingRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThingRuntimeConfigurationCommandOutput>;