@aws-sdk/client-greengrass 3.296.0 → 3.298.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 (284) hide show
  1. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -3
  3. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +2 -3
  5. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +2 -3
  6. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +2 -3
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  8. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +2 -3
  9. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +2 -3
  10. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +2 -3
  11. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +2 -3
  12. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +2 -3
  13. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  14. package/dist-cjs/commands/CreateGroupVersionCommand.js +2 -3
  15. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +2 -3
  16. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +2 -3
  17. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +2 -3
  18. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +2 -3
  19. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +2 -3
  20. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +2 -3
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +2 -3
  29. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +2 -3
  30. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +2 -3
  31. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -3
  32. package/dist-cjs/commands/GetAssociatedRoleCommand.js +2 -3
  33. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +2 -3
  34. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -3
  35. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +2 -3
  36. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +2 -3
  37. package/dist-cjs/commands/GetCoreDefinitionCommand.js +2 -3
  38. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +2 -3
  39. package/dist-cjs/commands/GetDeploymentStatusCommand.js +2 -3
  40. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +2 -3
  41. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +2 -3
  42. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +2 -3
  43. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +2 -3
  44. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +2 -3
  45. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +2 -3
  46. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  47. package/dist-cjs/commands/GetGroupVersionCommand.js +2 -3
  48. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +2 -3
  49. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +2 -3
  50. package/dist-cjs/commands/GetResourceDefinitionCommand.js +2 -3
  51. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +2 -3
  52. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -3
  53. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +2 -3
  54. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +2 -3
  55. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +2 -3
  56. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -3
  57. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +2 -3
  58. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +2 -3
  59. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +2 -3
  60. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +2 -3
  61. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +2 -3
  62. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
  63. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +2 -3
  64. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +2 -3
  65. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +2 -3
  66. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +2 -3
  67. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +2 -3
  68. package/dist-cjs/commands/ListGroupVersionsCommand.js +2 -3
  69. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  70. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +2 -3
  71. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +2 -3
  72. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +2 -3
  73. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +2 -3
  74. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -3
  75. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +2 -3
  76. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  77. package/dist-cjs/commands/ResetDeploymentsCommand.js +2 -3
  78. package/dist-cjs/commands/StartBulkDeploymentCommand.js +2 -3
  79. package/dist-cjs/commands/StopBulkDeploymentCommand.js +2 -3
  80. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  81. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  82. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -3
  83. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +2 -3
  84. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +2 -3
  85. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +2 -3
  86. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +2 -3
  87. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +2 -3
  88. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  89. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +2 -3
  90. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +2 -3
  91. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +2 -3
  92. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +2 -3
  93. package/dist-cjs/models/models_0.js +1 -905
  94. package/dist-es/commands/AssociateRoleToGroupCommand.js +2 -3
  95. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -3
  96. package/dist-es/commands/CreateConnectorDefinitionCommand.js +2 -3
  97. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +2 -3
  98. package/dist-es/commands/CreateCoreDefinitionCommand.js +2 -3
  99. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +2 -3
  100. package/dist-es/commands/CreateDeploymentCommand.js +2 -3
  101. package/dist-es/commands/CreateDeviceDefinitionCommand.js +2 -3
  102. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +2 -3
  103. package/dist-es/commands/CreateFunctionDefinitionCommand.js +2 -3
  104. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +2 -3
  105. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +2 -3
  106. package/dist-es/commands/CreateGroupCommand.js +2 -3
  107. package/dist-es/commands/CreateGroupVersionCommand.js +2 -3
  108. package/dist-es/commands/CreateLoggerDefinitionCommand.js +2 -3
  109. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +2 -3
  110. package/dist-es/commands/CreateResourceDefinitionCommand.js +2 -3
  111. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +2 -3
  112. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +2 -3
  113. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +2 -3
  114. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -3
  115. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +2 -3
  116. package/dist-es/commands/DeleteCoreDefinitionCommand.js +2 -3
  117. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +2 -3
  118. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +2 -3
  119. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  120. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +2 -3
  121. package/dist-es/commands/DeleteResourceDefinitionCommand.js +2 -3
  122. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +2 -3
  123. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +2 -3
  124. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -3
  125. package/dist-es/commands/GetAssociatedRoleCommand.js +2 -3
  126. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +2 -3
  127. package/dist-es/commands/GetConnectivityInfoCommand.js +2 -3
  128. package/dist-es/commands/GetConnectorDefinitionCommand.js +2 -3
  129. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +2 -3
  130. package/dist-es/commands/GetCoreDefinitionCommand.js +2 -3
  131. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +2 -3
  132. package/dist-es/commands/GetDeploymentStatusCommand.js +2 -3
  133. package/dist-es/commands/GetDeviceDefinitionCommand.js +2 -3
  134. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +2 -3
  135. package/dist-es/commands/GetFunctionDefinitionCommand.js +2 -3
  136. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +2 -3
  137. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +2 -3
  138. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +2 -3
  139. package/dist-es/commands/GetGroupCommand.js +2 -3
  140. package/dist-es/commands/GetGroupVersionCommand.js +2 -3
  141. package/dist-es/commands/GetLoggerDefinitionCommand.js +2 -3
  142. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +2 -3
  143. package/dist-es/commands/GetResourceDefinitionCommand.js +2 -3
  144. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +2 -3
  145. package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -3
  146. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +2 -3
  147. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +2 -3
  148. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +2 -3
  149. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -3
  150. package/dist-es/commands/ListBulkDeploymentsCommand.js +2 -3
  151. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +2 -3
  152. package/dist-es/commands/ListConnectorDefinitionsCommand.js +2 -3
  153. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +2 -3
  154. package/dist-es/commands/ListCoreDefinitionsCommand.js +2 -3
  155. package/dist-es/commands/ListDeploymentsCommand.js +2 -3
  156. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +2 -3
  157. package/dist-es/commands/ListDeviceDefinitionsCommand.js +2 -3
  158. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +2 -3
  159. package/dist-es/commands/ListFunctionDefinitionsCommand.js +2 -3
  160. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +2 -3
  161. package/dist-es/commands/ListGroupVersionsCommand.js +2 -3
  162. package/dist-es/commands/ListGroupsCommand.js +2 -3
  163. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +2 -3
  164. package/dist-es/commands/ListLoggerDefinitionsCommand.js +2 -3
  165. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +2 -3
  166. package/dist-es/commands/ListResourceDefinitionsCommand.js +2 -3
  167. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -3
  168. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +2 -3
  169. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  170. package/dist-es/commands/ResetDeploymentsCommand.js +2 -3
  171. package/dist-es/commands/StartBulkDeploymentCommand.js +2 -3
  172. package/dist-es/commands/StopBulkDeploymentCommand.js +2 -3
  173. package/dist-es/commands/TagResourceCommand.js +2 -3
  174. package/dist-es/commands/UntagResourceCommand.js +2 -3
  175. package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -3
  176. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +2 -3
  177. package/dist-es/commands/UpdateCoreDefinitionCommand.js +2 -3
  178. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +2 -3
  179. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +2 -3
  180. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +2 -3
  181. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  182. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +2 -3
  183. package/dist-es/commands/UpdateResourceDefinitionCommand.js +2 -3
  184. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +2 -3
  185. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +2 -3
  186. package/dist-es/models/models_0.js +0 -675
  187. package/dist-types/Greengrass.d.ts +93 -0
  188. package/dist-types/GreengrassClient.d.ts +24 -4
  189. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +16 -0
  190. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +16 -0
  191. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +16 -0
  192. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +16 -0
  193. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +16 -0
  194. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +16 -0
  195. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  196. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +16 -0
  197. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +16 -0
  198. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +16 -0
  199. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +16 -0
  200. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +16 -0
  201. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  202. package/dist-types/commands/CreateGroupVersionCommand.d.ts +16 -0
  203. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +16 -0
  204. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +16 -0
  205. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +16 -0
  206. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +16 -0
  207. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +16 -0
  208. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +16 -0
  209. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +16 -0
  210. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +16 -0
  211. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +16 -0
  212. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +16 -0
  213. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +16 -0
  214. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  215. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +16 -0
  216. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +16 -0
  217. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +16 -0
  218. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +16 -0
  219. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +16 -0
  220. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +16 -0
  221. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +16 -0
  222. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +16 -0
  223. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +16 -0
  224. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +16 -0
  225. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +16 -0
  226. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +16 -0
  227. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +16 -0
  228. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +16 -0
  229. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +16 -0
  230. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +16 -0
  231. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +16 -0
  232. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +16 -0
  233. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +16 -0
  234. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  235. package/dist-types/commands/GetGroupVersionCommand.d.ts +16 -0
  236. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +16 -0
  237. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +16 -0
  238. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +16 -0
  239. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +16 -0
  240. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +16 -0
  241. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +16 -0
  242. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +16 -0
  243. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +16 -0
  244. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +16 -0
  245. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +16 -0
  246. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +16 -0
  247. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +16 -0
  248. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +16 -0
  249. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +16 -0
  250. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  251. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +16 -0
  252. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +16 -0
  253. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +16 -0
  254. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +16 -0
  255. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +16 -0
  256. package/dist-types/commands/ListGroupVersionsCommand.d.ts +16 -0
  257. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  258. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +16 -0
  259. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +16 -0
  260. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +16 -0
  261. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +16 -0
  262. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +16 -0
  263. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +16 -0
  264. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  265. package/dist-types/commands/ResetDeploymentsCommand.d.ts +16 -0
  266. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +16 -0
  267. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +16 -0
  268. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  269. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +16 -0
  272. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +16 -0
  274. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +16 -0
  275. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +16 -0
  276. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  277. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +16 -0
  278. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +16 -0
  279. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +16 -0
  280. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +16 -0
  281. package/dist-types/models/GreengrassServiceException.d.ts +2 -0
  282. package/dist-types/models/models_0.d.ts +623 -900
  283. package/dist-types/ts3.4/models/models_0.d.ts +0 -655
  284. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
3
3
  /**
4
+ * @public
4
5
  * Information about a Greengrass core's connectivity.
5
6
  */
6
7
  export interface ConnectivityInfo {
@@ -22,6 +23,7 @@ export interface ConnectivityInfo {
22
23
  PortNumber?: number;
23
24
  }
24
25
  /**
26
+ * @public
25
27
  * Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
26
28
  */
27
29
  export interface Connector {
@@ -39,6 +41,7 @@ export interface Connector {
39
41
  Parameters?: Record<string, string>;
40
42
  }
41
43
  /**
44
+ * @public
42
45
  * Information about a core.
43
46
  */
44
47
  export interface Core {
@@ -60,6 +63,7 @@ export interface Core {
60
63
  ThingArn: string | undefined;
61
64
  }
62
65
  /**
66
+ * @public
63
67
  * Information about a definition.
64
68
  */
65
69
  export interface DefinitionInformation {
@@ -97,6 +101,7 @@ export interface DefinitionInformation {
97
101
  Tags?: Record<string, string>;
98
102
  }
99
103
  /**
104
+ * @public
100
105
  * Information about a device.
101
106
  */
102
107
  export interface Device {
@@ -117,15 +122,22 @@ export interface Device {
117
122
  */
118
123
  ThingArn: string | undefined;
119
124
  }
125
+ /**
126
+ * @public
127
+ */
120
128
  export declare enum EncodingType {
121
129
  binary = "binary",
122
130
  json = "json"
123
131
  }
132
+ /**
133
+ * @public
134
+ */
124
135
  export declare enum FunctionIsolationMode {
125
136
  GreengrassContainer = "GreengrassContainer",
126
137
  NoContainer = "NoContainer"
127
138
  }
128
139
  /**
140
+ * @public
129
141
  * Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
130
142
  */
131
143
  export interface FunctionRunAsConfig {
@@ -139,6 +151,7 @@ export interface FunctionRunAsConfig {
139
151
  Uid?: number;
140
152
  }
141
153
  /**
154
+ * @public
142
155
  * Configuration information that specifies how a Lambda function runs.
143
156
  */
144
157
  export interface FunctionExecutionConfig {
@@ -151,11 +164,15 @@ export interface FunctionExecutionConfig {
151
164
  */
152
165
  RunAs?: FunctionRunAsConfig;
153
166
  }
167
+ /**
168
+ * @public
169
+ */
154
170
  export declare enum Permission {
155
171
  ro = "ro",
156
172
  rw = "rw"
157
173
  }
158
174
  /**
175
+ * @public
159
176
  * A policy used by the function to access a resource.
160
177
  */
161
178
  export interface ResourceAccessPolicy {
@@ -169,6 +186,7 @@ export interface ResourceAccessPolicy {
169
186
  ResourceId: string | undefined;
170
187
  }
171
188
  /**
189
+ * @public
172
190
  * The environment configuration of the function.
173
191
  */
174
192
  export interface FunctionConfigurationEnvironment {
@@ -190,6 +208,7 @@ export interface FunctionConfigurationEnvironment {
190
208
  Variables?: Record<string, string>;
191
209
  }
192
210
  /**
211
+ * @public
193
212
  * The configuration of the Lambda function.
194
213
  */
195
214
  export interface FunctionConfiguration {
@@ -227,6 +246,7 @@ export interface FunctionConfiguration {
227
246
  FunctionRuntimeOverride?: string;
228
247
  }
229
248
  /**
249
+ * @public
230
250
  * Information about a Lambda function.
231
251
  */
232
252
  export interface Function {
@@ -244,6 +264,7 @@ export interface Function {
244
264
  Id: string | undefined;
245
265
  }
246
266
  /**
267
+ * @public
247
268
  * Information about a certificate authority for a group.
248
269
  */
249
270
  export interface GroupCertificateAuthorityProperties {
@@ -257,6 +278,7 @@ export interface GroupCertificateAuthorityProperties {
257
278
  GroupCertificateAuthorityId?: string;
258
279
  }
259
280
  /**
281
+ * @public
260
282
  * Information about a group.
261
283
  */
262
284
  export interface GroupInformation {
@@ -289,10 +311,16 @@ export interface GroupInformation {
289
311
  */
290
312
  Name?: string;
291
313
  }
314
+ /**
315
+ * @public
316
+ */
292
317
  export declare enum LoggerComponent {
293
318
  GreengrassSystem = "GreengrassSystem",
294
319
  Lambda = "Lambda"
295
320
  }
321
+ /**
322
+ * @public
323
+ */
296
324
  export declare enum LoggerLevel {
297
325
  DEBUG = "DEBUG",
298
326
  ERROR = "ERROR",
@@ -300,11 +328,15 @@ export declare enum LoggerLevel {
300
328
  INFO = "INFO",
301
329
  WARN = "WARN"
302
330
  }
331
+ /**
332
+ * @public
333
+ */
303
334
  export declare enum LoggerType {
304
335
  AWSCloudWatch = "AWSCloudWatch",
305
336
  FileSystem = "FileSystem"
306
337
  }
307
338
  /**
339
+ * @public
308
340
  * Information about a logger
309
341
  */
310
342
  export interface Logger {
@@ -330,6 +362,7 @@ export interface Logger {
330
362
  Type: LoggerType | string | undefined;
331
363
  }
332
364
  /**
365
+ * @public
333
366
  * Group owner related settings for local resources.
334
367
  */
335
368
  export interface GroupOwnerSetting {
@@ -343,6 +376,7 @@ export interface GroupOwnerSetting {
343
376
  GroupOwner?: string;
344
377
  }
345
378
  /**
379
+ * @public
346
380
  * Attributes that define a local device resource.
347
381
  */
348
382
  export interface LocalDeviceResourceData {
@@ -356,6 +390,7 @@ export interface LocalDeviceResourceData {
356
390
  SourcePath?: string;
357
391
  }
358
392
  /**
393
+ * @public
359
394
  * Attributes that define a local volume resource.
360
395
  */
361
396
  export interface LocalVolumeResourceData {
@@ -373,6 +408,7 @@ export interface LocalVolumeResourceData {
373
408
  SourcePath?: string;
374
409
  }
375
410
  /**
411
+ * @public
376
412
  * The owner setting for downloaded machine learning resources.
377
413
  */
378
414
  export interface ResourceDownloadOwnerSetting {
@@ -386,6 +422,7 @@ export interface ResourceDownloadOwnerSetting {
386
422
  GroupPermission: Permission | string | undefined;
387
423
  }
388
424
  /**
425
+ * @public
389
426
  * Attributes that define an Amazon S3 machine learning resource.
390
427
  */
391
428
  export interface S3MachineLearningModelResourceData {
@@ -403,6 +440,7 @@ export interface S3MachineLearningModelResourceData {
403
440
  S3Uri?: string;
404
441
  }
405
442
  /**
443
+ * @public
406
444
  * Attributes that define an Amazon SageMaker machine learning resource.
407
445
  */
408
446
  export interface SageMakerMachineLearningModelResourceData {
@@ -420,6 +458,7 @@ export interface SageMakerMachineLearningModelResourceData {
420
458
  SageMakerJobArn?: string;
421
459
  }
422
460
  /**
461
+ * @public
423
462
  * Attributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.
424
463
  */
425
464
  export interface SecretsManagerSecretResourceData {
@@ -433,6 +472,7 @@ export interface SecretsManagerSecretResourceData {
433
472
  AdditionalStagingLabelsToDownload?: string[];
434
473
  }
435
474
  /**
475
+ * @public
436
476
  * A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.
437
477
  */
438
478
  export interface ResourceDataContainer {
@@ -458,6 +498,7 @@ export interface ResourceDataContainer {
458
498
  SecretsManagerSecretResourceData?: SecretsManagerSecretResourceData;
459
499
  }
460
500
  /**
501
+ * @public
461
502
  * Information about a resource.
462
503
  */
463
504
  export interface Resource {
@@ -475,6 +516,7 @@ export interface Resource {
475
516
  ResourceDataContainer: ResourceDataContainer | undefined;
476
517
  }
477
518
  /**
519
+ * @public
478
520
  * Information about a subscription.
479
521
  */
480
522
  export interface Subscription {
@@ -496,6 +538,7 @@ export interface Subscription {
496
538
  Target: string | undefined;
497
539
  }
498
540
  /**
541
+ * @public
499
542
  * Information about a version.
500
543
  */
501
544
  export interface VersionInformation {
@@ -516,6 +559,9 @@ export interface VersionInformation {
516
559
  */
517
560
  Version?: string;
518
561
  }
562
+ /**
563
+ * @public
564
+ */
519
565
  export interface AssociateRoleToGroupRequest {
520
566
  /**
521
567
  * The ID of the Greengrass group.
@@ -526,6 +572,9 @@ export interface AssociateRoleToGroupRequest {
526
572
  */
527
573
  RoleArn: string | undefined;
528
574
  }
575
+ /**
576
+ * @public
577
+ */
529
578
  export interface AssociateRoleToGroupResponse {
530
579
  /**
531
580
  * The time, in milliseconds since the epoch, when the role ARN was associated with the group.
@@ -533,6 +582,7 @@ export interface AssociateRoleToGroupResponse {
533
582
  AssociatedAt?: string;
534
583
  }
535
584
  /**
585
+ * @public
536
586
  * Details about the error.
537
587
  */
538
588
  export interface ErrorDetail {
@@ -546,6 +596,7 @@ export interface ErrorDetail {
546
596
  DetailedErrorMessage?: string;
547
597
  }
548
598
  /**
599
+ * @public
549
600
  * General error information.
550
601
  */
551
602
  export declare class BadRequestException extends __BaseException {
@@ -565,6 +616,7 @@ export declare class BadRequestException extends __BaseException {
565
616
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
566
617
  }
567
618
  /**
619
+ * @public
568
620
  * General error information.
569
621
  */
570
622
  export declare class InternalServerErrorException extends __BaseException {
@@ -583,12 +635,18 @@ export declare class InternalServerErrorException extends __BaseException {
583
635
  */
584
636
  constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
585
637
  }
638
+ /**
639
+ * @public
640
+ */
586
641
  export interface AssociateServiceRoleToAccountRequest {
587
642
  /**
588
643
  * The ARN of the service role you wish to associate with your account.
589
644
  */
590
645
  RoleArn: string | undefined;
591
646
  }
647
+ /**
648
+ * @public
649
+ */
592
650
  export interface AssociateServiceRoleToAccountResponse {
593
651
  /**
594
652
  * The time when the service role was associated with the account.
@@ -596,6 +654,7 @@ export interface AssociateServiceRoleToAccountResponse {
596
654
  AssociatedAt?: string;
597
655
  }
598
656
  /**
657
+ * @public
599
658
  * Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
600
659
  */
601
660
  export interface BulkDeployment {
@@ -613,6 +672,7 @@ export interface BulkDeployment {
613
672
  CreatedAt?: string;
614
673
  }
615
674
  /**
675
+ * @public
616
676
  * Relevant metrics on input records processed during bulk deployment.
617
677
  */
618
678
  export interface BulkDeploymentMetrics {
@@ -629,6 +689,9 @@ export interface BulkDeploymentMetrics {
629
689
  */
630
690
  RetryAttempts?: number;
631
691
  }
692
+ /**
693
+ * @public
694
+ */
632
695
  export declare enum DeploymentType {
633
696
  ForceResetDeployment = "ForceResetDeployment",
634
697
  NewDeployment = "NewDeployment",
@@ -636,6 +699,7 @@ export declare enum DeploymentType {
636
699
  ResetDeployment = "ResetDeployment"
637
700
  }
638
701
  /**
702
+ * @public
639
703
  * Information about an individual group deployment in a bulk deployment operation.
640
704
  */
641
705
  export interface BulkDeploymentResult {
@@ -672,6 +736,9 @@ export interface BulkDeploymentResult {
672
736
  */
673
737
  GroupArn?: string;
674
738
  }
739
+ /**
740
+ * @public
741
+ */
675
742
  export declare enum BulkDeploymentStatus {
676
743
  Completed = "Completed",
677
744
  Failed = "Failed",
@@ -680,11 +747,15 @@ export declare enum BulkDeploymentStatus {
680
747
  Stopped = "Stopped",
681
748
  Stopping = "Stopping"
682
749
  }
750
+ /**
751
+ * @public
752
+ */
683
753
  export declare enum ConfigurationSyncStatus {
684
754
  InSync = "InSync",
685
755
  OutOfSync = "OutOfSync"
686
756
  }
687
757
  /**
758
+ * @public
688
759
  * Information about the connector definition version, which is a container for connectors.
689
760
  */
690
761
  export interface ConnectorDefinitionVersion {
@@ -694,6 +765,7 @@ export interface ConnectorDefinitionVersion {
694
765
  Connectors?: Connector[];
695
766
  }
696
767
  /**
768
+ * @public
697
769
  * Information about a core definition version.
698
770
  */
699
771
  export interface CoreDefinitionVersion {
@@ -702,6 +774,9 @@ export interface CoreDefinitionVersion {
702
774
  */
703
775
  Cores?: Core[];
704
776
  }
777
+ /**
778
+ * @public
779
+ */
705
780
  export interface CreateConnectorDefinitionRequest {
706
781
  /**
707
782
  * A client token used to correlate requests and responses.
@@ -720,6 +795,9 @@ export interface CreateConnectorDefinitionRequest {
720
795
  */
721
796
  tags?: Record<string, string>;
722
797
  }
798
+ /**
799
+ * @public
800
+ */
723
801
  export interface CreateConnectorDefinitionResponse {
724
802
  /**
725
803
  * The ARN of the definition.
@@ -750,6 +828,9 @@ export interface CreateConnectorDefinitionResponse {
750
828
  */
751
829
  Name?: string;
752
830
  }
831
+ /**
832
+ * @public
833
+ */
753
834
  export interface CreateConnectorDefinitionVersionRequest {
754
835
  /**
755
836
  * A client token used to correlate requests and responses.
@@ -764,6 +845,9 @@ export interface CreateConnectorDefinitionVersionRequest {
764
845
  */
765
846
  Connectors?: Connector[];
766
847
  }
848
+ /**
849
+ * @public
850
+ */
767
851
  export interface CreateConnectorDefinitionVersionResponse {
768
852
  /**
769
853
  * The ARN of the version.
@@ -783,6 +867,7 @@ export interface CreateConnectorDefinitionVersionResponse {
783
867
  Version?: string;
784
868
  }
785
869
  /**
870
+ * @public
786
871
  * Information needed to create a core definition.
787
872
  */
788
873
  export interface CreateCoreDefinitionRequest {
@@ -803,6 +888,9 @@ export interface CreateCoreDefinitionRequest {
803
888
  */
804
889
  tags?: Record<string, string>;
805
890
  }
891
+ /**
892
+ * @public
893
+ */
806
894
  export interface CreateCoreDefinitionResponse {
807
895
  /**
808
896
  * The ARN of the definition.
@@ -833,6 +921,9 @@ export interface CreateCoreDefinitionResponse {
833
921
  */
834
922
  Name?: string;
835
923
  }
924
+ /**
925
+ * @public
926
+ */
836
927
  export interface CreateCoreDefinitionVersionRequest {
837
928
  /**
838
929
  * A client token used to correlate requests and responses.
@@ -847,6 +938,9 @@ export interface CreateCoreDefinitionVersionRequest {
847
938
  */
848
939
  Cores?: Core[];
849
940
  }
941
+ /**
942
+ * @public
943
+ */
850
944
  export interface CreateCoreDefinitionVersionResponse {
851
945
  /**
852
946
  * The ARN of the version.
@@ -865,6 +959,9 @@ export interface CreateCoreDefinitionVersionResponse {
865
959
  */
866
960
  Version?: string;
867
961
  }
962
+ /**
963
+ * @public
964
+ */
868
965
  export interface CreateDeploymentRequest {
869
966
  /**
870
967
  * A client token used to correlate requests and responses.
@@ -887,6 +984,9 @@ export interface CreateDeploymentRequest {
887
984
  */
888
985
  GroupVersionId?: string;
889
986
  }
987
+ /**
988
+ * @public
989
+ */
890
990
  export interface CreateDeploymentResponse {
891
991
  /**
892
992
  * The ARN of the deployment.
@@ -898,6 +998,7 @@ export interface CreateDeploymentResponse {
898
998
  DeploymentId?: string;
899
999
  }
900
1000
  /**
1001
+ * @public
901
1002
  * Information about a device definition version.
902
1003
  */
903
1004
  export interface DeviceDefinitionVersion {
@@ -906,6 +1007,9 @@ export interface DeviceDefinitionVersion {
906
1007
  */
907
1008
  Devices?: Device[];
908
1009
  }
1010
+ /**
1011
+ * @public
1012
+ */
909
1013
  export interface CreateDeviceDefinitionRequest {
910
1014
  /**
911
1015
  * A client token used to correlate requests and responses.
@@ -924,6 +1028,9 @@ export interface CreateDeviceDefinitionRequest {
924
1028
  */
925
1029
  tags?: Record<string, string>;
926
1030
  }
1031
+ /**
1032
+ * @public
1033
+ */
927
1034
  export interface CreateDeviceDefinitionResponse {
928
1035
  /**
929
1036
  * The ARN of the definition.
@@ -954,6 +1061,9 @@ export interface CreateDeviceDefinitionResponse {
954
1061
  */
955
1062
  Name?: string;
956
1063
  }
1064
+ /**
1065
+ * @public
1066
+ */
957
1067
  export interface CreateDeviceDefinitionVersionRequest {
958
1068
  /**
959
1069
  * A client token used to correlate requests and responses.
@@ -968,6 +1078,9 @@ export interface CreateDeviceDefinitionVersionRequest {
968
1078
  */
969
1079
  Devices?: Device[];
970
1080
  }
1081
+ /**
1082
+ * @public
1083
+ */
971
1084
  export interface CreateDeviceDefinitionVersionResponse {
972
1085
  /**
973
1086
  * The ARN of the version.
@@ -987,6 +1100,7 @@ export interface CreateDeviceDefinitionVersionResponse {
987
1100
  Version?: string;
988
1101
  }
989
1102
  /**
1103
+ * @public
990
1104
  * Configuration information that specifies how a Lambda function runs.
991
1105
  */
992
1106
  export interface FunctionDefaultExecutionConfig {
@@ -1000,6 +1114,7 @@ export interface FunctionDefaultExecutionConfig {
1000
1114
  RunAs?: FunctionRunAsConfig;
1001
1115
  }
1002
1116
  /**
1117
+ * @public
1003
1118
  * The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.
1004
1119
  */
1005
1120
  export interface FunctionDefaultConfig {
@@ -1009,6 +1124,7 @@ export interface FunctionDefaultConfig {
1009
1124
  Execution?: FunctionDefaultExecutionConfig;
1010
1125
  }
1011
1126
  /**
1127
+ * @public
1012
1128
  * Information about a function definition version.
1013
1129
  */
1014
1130
  export interface FunctionDefinitionVersion {
@@ -1021,6 +1137,9 @@ export interface FunctionDefinitionVersion {
1021
1137
  */
1022
1138
  Functions?: Function[];
1023
1139
  }
1140
+ /**
1141
+ * @public
1142
+ */
1024
1143
  export interface CreateFunctionDefinitionRequest {
1025
1144
  /**
1026
1145
  * A client token used to correlate requests and responses.
@@ -1039,6 +1158,9 @@ export interface CreateFunctionDefinitionRequest {
1039
1158
  */
1040
1159
  tags?: Record<string, string>;
1041
1160
  }
1161
+ /**
1162
+ * @public
1163
+ */
1042
1164
  export interface CreateFunctionDefinitionResponse {
1043
1165
  /**
1044
1166
  * The ARN of the definition.
@@ -1070,6 +1192,7 @@ export interface CreateFunctionDefinitionResponse {
1070
1192
  Name?: string;
1071
1193
  }
1072
1194
  /**
1195
+ * @public
1073
1196
  * Information needed to create a function definition version.
1074
1197
  */
1075
1198
  export interface CreateFunctionDefinitionVersionRequest {
@@ -1090,6 +1213,9 @@ export interface CreateFunctionDefinitionVersionRequest {
1090
1213
  */
1091
1214
  Functions?: Function[];
1092
1215
  }
1216
+ /**
1217
+ * @public
1218
+ */
1093
1219
  export interface CreateFunctionDefinitionVersionResponse {
1094
1220
  /**
1095
1221
  * The ARN of the version.
@@ -1109,6 +1235,7 @@ export interface CreateFunctionDefinitionVersionResponse {
1109
1235
  Version?: string;
1110
1236
  }
1111
1237
  /**
1238
+ * @public
1112
1239
  * Information about a group version.
1113
1240
  */
1114
1241
  export interface GroupVersion {
@@ -1141,6 +1268,9 @@ export interface GroupVersion {
1141
1268
  */
1142
1269
  SubscriptionDefinitionVersionArn?: string;
1143
1270
  }
1271
+ /**
1272
+ * @public
1273
+ */
1144
1274
  export interface CreateGroupRequest {
1145
1275
  /**
1146
1276
  * A client token used to correlate requests and responses.
@@ -1159,6 +1289,9 @@ export interface CreateGroupRequest {
1159
1289
  */
1160
1290
  tags?: Record<string, string>;
1161
1291
  }
1292
+ /**
1293
+ * @public
1294
+ */
1162
1295
  export interface CreateGroupResponse {
1163
1296
  /**
1164
1297
  * The ARN of the definition.
@@ -1189,6 +1322,9 @@ export interface CreateGroupResponse {
1189
1322
  */
1190
1323
  Name?: string;
1191
1324
  }
1325
+ /**
1326
+ * @public
1327
+ */
1192
1328
  export interface CreateGroupCertificateAuthorityRequest {
1193
1329
  /**
1194
1330
  * A client token used to correlate requests and responses.
@@ -1199,12 +1335,18 @@ export interface CreateGroupCertificateAuthorityRequest {
1199
1335
  */
1200
1336
  GroupId: string | undefined;
1201
1337
  }
1338
+ /**
1339
+ * @public
1340
+ */
1202
1341
  export interface CreateGroupCertificateAuthorityResponse {
1203
1342
  /**
1204
1343
  * The ARN of the group certificate authority.
1205
1344
  */
1206
1345
  GroupCertificateAuthorityArn?: string;
1207
1346
  }
1347
+ /**
1348
+ * @public
1349
+ */
1208
1350
  export interface CreateGroupVersionRequest {
1209
1351
  /**
1210
1352
  * A client token used to correlate requests and responses.
@@ -1243,6 +1385,9 @@ export interface CreateGroupVersionRequest {
1243
1385
  */
1244
1386
  SubscriptionDefinitionVersionArn?: string;
1245
1387
  }
1388
+ /**
1389
+ * @public
1390
+ */
1246
1391
  export interface CreateGroupVersionResponse {
1247
1392
  /**
1248
1393
  * The ARN of the version.
@@ -1262,6 +1407,7 @@ export interface CreateGroupVersionResponse {
1262
1407
  Version?: string;
1263
1408
  }
1264
1409
  /**
1410
+ * @public
1265
1411
  * Information about a logger definition version.
1266
1412
  */
1267
1413
  export interface LoggerDefinitionVersion {
@@ -1270,6 +1416,9 @@ export interface LoggerDefinitionVersion {
1270
1416
  */
1271
1417
  Loggers?: Logger[];
1272
1418
  }
1419
+ /**
1420
+ * @public
1421
+ */
1273
1422
  export interface CreateLoggerDefinitionRequest {
1274
1423
  /**
1275
1424
  * A client token used to correlate requests and responses.
@@ -1288,6 +1437,9 @@ export interface CreateLoggerDefinitionRequest {
1288
1437
  */
1289
1438
  tags?: Record<string, string>;
1290
1439
  }
1440
+ /**
1441
+ * @public
1442
+ */
1291
1443
  export interface CreateLoggerDefinitionResponse {
1292
1444
  /**
1293
1445
  * The ARN of the definition.
@@ -1318,6 +1470,9 @@ export interface CreateLoggerDefinitionResponse {
1318
1470
  */
1319
1471
  Name?: string;
1320
1472
  }
1473
+ /**
1474
+ * @public
1475
+ */
1321
1476
  export interface CreateLoggerDefinitionVersionRequest {
1322
1477
  /**
1323
1478
  * A client token used to correlate requests and responses.
@@ -1332,6 +1487,9 @@ export interface CreateLoggerDefinitionVersionRequest {
1332
1487
  */
1333
1488
  Loggers?: Logger[];
1334
1489
  }
1490
+ /**
1491
+ * @public
1492
+ */
1335
1493
  export interface CreateLoggerDefinitionVersionResponse {
1336
1494
  /**
1337
1495
  * The ARN of the version.
@@ -1351,6 +1509,7 @@ export interface CreateLoggerDefinitionVersionResponse {
1351
1509
  Version?: string;
1352
1510
  }
1353
1511
  /**
1512
+ * @public
1354
1513
  * Information about a resource definition version.
1355
1514
  */
1356
1515
  export interface ResourceDefinitionVersion {
@@ -1359,6 +1518,9 @@ export interface ResourceDefinitionVersion {
1359
1518
  */
1360
1519
  Resources?: Resource[];
1361
1520
  }
1521
+ /**
1522
+ * @public
1523
+ */
1362
1524
  export interface CreateResourceDefinitionRequest {
1363
1525
  /**
1364
1526
  * A client token used to correlate requests and responses.
@@ -1377,6 +1539,9 @@ export interface CreateResourceDefinitionRequest {
1377
1539
  */
1378
1540
  tags?: Record<string, string>;
1379
1541
  }
1542
+ /**
1543
+ * @public
1544
+ */
1380
1545
  export interface CreateResourceDefinitionResponse {
1381
1546
  /**
1382
1547
  * The ARN of the definition.
@@ -1407,6 +1572,9 @@ export interface CreateResourceDefinitionResponse {
1407
1572
  */
1408
1573
  Name?: string;
1409
1574
  }
1575
+ /**
1576
+ * @public
1577
+ */
1410
1578
  export interface CreateResourceDefinitionVersionRequest {
1411
1579
  /**
1412
1580
  * A client token used to correlate requests and responses.
@@ -1421,6 +1589,9 @@ export interface CreateResourceDefinitionVersionRequest {
1421
1589
  */
1422
1590
  Resources?: Resource[];
1423
1591
  }
1592
+ /**
1593
+ * @public
1594
+ */
1424
1595
  export interface CreateResourceDefinitionVersionResponse {
1425
1596
  /**
1426
1597
  * The ARN of the version.
@@ -1439,10 +1610,16 @@ export interface CreateResourceDefinitionVersionResponse {
1439
1610
  */
1440
1611
  Version?: string;
1441
1612
  }
1613
+ /**
1614
+ * @public
1615
+ */
1442
1616
  export declare enum SoftwareToUpdate {
1443
1617
  core = "core",
1444
1618
  ota_agent = "ota_agent"
1445
1619
  }
1620
+ /**
1621
+ * @public
1622
+ */
1446
1623
  export declare enum UpdateAgentLogLevel {
1447
1624
  DEBUG = "DEBUG",
1448
1625
  ERROR = "ERROR",
@@ -1453,18 +1630,27 @@ export declare enum UpdateAgentLogLevel {
1453
1630
  VERBOSE = "VERBOSE",
1454
1631
  WARN = "WARN"
1455
1632
  }
1633
+ /**
1634
+ * @public
1635
+ */
1456
1636
  export declare enum UpdateTargetsArchitecture {
1457
1637
  aarch64 = "aarch64",
1458
1638
  armv6l = "armv6l",
1459
1639
  armv7l = "armv7l",
1460
1640
  x86_64 = "x86_64"
1461
1641
  }
1642
+ /**
1643
+ * @public
1644
+ */
1462
1645
  export declare enum UpdateTargetsOperatingSystem {
1463
1646
  amazon_linux = "amazon_linux",
1464
1647
  openwrt = "openwrt",
1465
1648
  raspbian = "raspbian",
1466
1649
  ubuntu = "ubuntu"
1467
1650
  }
1651
+ /**
1652
+ * @public
1653
+ */
1468
1654
  export interface CreateSoftwareUpdateJobRequest {
1469
1655
  /**
1470
1656
  * A client token used to correlate requests and responses.
@@ -1495,6 +1681,9 @@ export interface CreateSoftwareUpdateJobRequest {
1495
1681
  */
1496
1682
  UpdateTargetsOperatingSystem: UpdateTargetsOperatingSystem | string | undefined;
1497
1683
  }
1684
+ /**
1685
+ * @public
1686
+ */
1498
1687
  export interface CreateSoftwareUpdateJobResponse {
1499
1688
  /**
1500
1689
  * The IoT Job ARN corresponding to this update.
@@ -1510,6 +1699,7 @@ export interface CreateSoftwareUpdateJobResponse {
1510
1699
  PlatformSoftwareVersion?: string;
1511
1700
  }
1512
1701
  /**
1702
+ * @public
1513
1703
  * Information about a subscription definition version.
1514
1704
  */
1515
1705
  export interface SubscriptionDefinitionVersion {
@@ -1518,6 +1708,9 @@ export interface SubscriptionDefinitionVersion {
1518
1708
  */
1519
1709
  Subscriptions?: Subscription[];
1520
1710
  }
1711
+ /**
1712
+ * @public
1713
+ */
1521
1714
  export interface CreateSubscriptionDefinitionRequest {
1522
1715
  /**
1523
1716
  * A client token used to correlate requests and responses.
@@ -1536,6 +1729,9 @@ export interface CreateSubscriptionDefinitionRequest {
1536
1729
  */
1537
1730
  tags?: Record<string, string>;
1538
1731
  }
1732
+ /**
1733
+ * @public
1734
+ */
1539
1735
  export interface CreateSubscriptionDefinitionResponse {
1540
1736
  /**
1541
1737
  * The ARN of the definition.
@@ -1566,6 +1762,9 @@ export interface CreateSubscriptionDefinitionResponse {
1566
1762
  */
1567
1763
  Name?: string;
1568
1764
  }
1765
+ /**
1766
+ * @public
1767
+ */
1569
1768
  export interface CreateSubscriptionDefinitionVersionRequest {
1570
1769
  /**
1571
1770
  * A client token used to correlate requests and responses.
@@ -1580,6 +1779,9 @@ export interface CreateSubscriptionDefinitionVersionRequest {
1580
1779
  */
1581
1780
  Subscriptions?: Subscription[];
1582
1781
  }
1782
+ /**
1783
+ * @public
1784
+ */
1583
1785
  export interface CreateSubscriptionDefinitionVersionResponse {
1584
1786
  /**
1585
1787
  * The ARN of the version.
@@ -1598,71 +1800,120 @@ export interface CreateSubscriptionDefinitionVersionResponse {
1598
1800
  */
1599
1801
  Version?: string;
1600
1802
  }
1803
+ /**
1804
+ * @public
1805
+ */
1601
1806
  export interface DeleteConnectorDefinitionRequest {
1602
1807
  /**
1603
1808
  * The ID of the connector definition.
1604
1809
  */
1605
1810
  ConnectorDefinitionId: string | undefined;
1606
1811
  }
1812
+ /**
1813
+ * @public
1814
+ */
1607
1815
  export interface DeleteConnectorDefinitionResponse {
1608
1816
  }
1817
+ /**
1818
+ * @public
1819
+ */
1609
1820
  export interface DeleteCoreDefinitionRequest {
1610
1821
  /**
1611
1822
  * The ID of the core definition.
1612
1823
  */
1613
1824
  CoreDefinitionId: string | undefined;
1614
1825
  }
1826
+ /**
1827
+ * @public
1828
+ */
1615
1829
  export interface DeleteCoreDefinitionResponse {
1616
1830
  }
1831
+ /**
1832
+ * @public
1833
+ */
1617
1834
  export interface DeleteDeviceDefinitionRequest {
1618
1835
  /**
1619
1836
  * The ID of the device definition.
1620
1837
  */
1621
1838
  DeviceDefinitionId: string | undefined;
1622
1839
  }
1840
+ /**
1841
+ * @public
1842
+ */
1623
1843
  export interface DeleteDeviceDefinitionResponse {
1624
1844
  }
1845
+ /**
1846
+ * @public
1847
+ */
1625
1848
  export interface DeleteFunctionDefinitionRequest {
1626
1849
  /**
1627
1850
  * The ID of the Lambda function definition.
1628
1851
  */
1629
1852
  FunctionDefinitionId: string | undefined;
1630
1853
  }
1854
+ /**
1855
+ * @public
1856
+ */
1631
1857
  export interface DeleteFunctionDefinitionResponse {
1632
1858
  }
1859
+ /**
1860
+ * @public
1861
+ */
1633
1862
  export interface DeleteGroupRequest {
1634
1863
  /**
1635
1864
  * The ID of the Greengrass group.
1636
1865
  */
1637
1866
  GroupId: string | undefined;
1638
1867
  }
1868
+ /**
1869
+ * @public
1870
+ */
1639
1871
  export interface DeleteGroupResponse {
1640
1872
  }
1873
+ /**
1874
+ * @public
1875
+ */
1641
1876
  export interface DeleteLoggerDefinitionRequest {
1642
1877
  /**
1643
1878
  * The ID of the logger definition.
1644
1879
  */
1645
1880
  LoggerDefinitionId: string | undefined;
1646
1881
  }
1882
+ /**
1883
+ * @public
1884
+ */
1647
1885
  export interface DeleteLoggerDefinitionResponse {
1648
1886
  }
1887
+ /**
1888
+ * @public
1889
+ */
1649
1890
  export interface DeleteResourceDefinitionRequest {
1650
1891
  /**
1651
1892
  * The ID of the resource definition.
1652
1893
  */
1653
1894
  ResourceDefinitionId: string | undefined;
1654
1895
  }
1896
+ /**
1897
+ * @public
1898
+ */
1655
1899
  export interface DeleteResourceDefinitionResponse {
1656
1900
  }
1901
+ /**
1902
+ * @public
1903
+ */
1657
1904
  export interface DeleteSubscriptionDefinitionRequest {
1658
1905
  /**
1659
1906
  * The ID of the subscription definition.
1660
1907
  */
1661
1908
  SubscriptionDefinitionId: string | undefined;
1662
1909
  }
1910
+ /**
1911
+ * @public
1912
+ */
1663
1913
  export interface DeleteSubscriptionDefinitionResponse {
1664
1914
  }
1665
1915
  /**
1916
+ * @public
1666
1917
  * Information about a deployment.
1667
1918
  */
1668
1919
  export interface Deployment {
@@ -1687,32 +1938,50 @@ export interface Deployment {
1687
1938
  */
1688
1939
  GroupArn?: string;
1689
1940
  }
1941
+ /**
1942
+ * @public
1943
+ */
1690
1944
  export interface DisassociateRoleFromGroupRequest {
1691
1945
  /**
1692
1946
  * The ID of the Greengrass group.
1693
1947
  */
1694
1948
  GroupId: string | undefined;
1695
1949
  }
1950
+ /**
1951
+ * @public
1952
+ */
1696
1953
  export interface DisassociateRoleFromGroupResponse {
1697
1954
  /**
1698
1955
  * The time, in milliseconds since the epoch, when the role was disassociated from the group.
1699
1956
  */
1700
1957
  DisassociatedAt?: string;
1701
1958
  }
1959
+ /**
1960
+ * @public
1961
+ */
1702
1962
  export interface DisassociateServiceRoleFromAccountRequest {
1703
1963
  }
1964
+ /**
1965
+ * @public
1966
+ */
1704
1967
  export interface DisassociateServiceRoleFromAccountResponse {
1705
1968
  /**
1706
1969
  * The time when the service role was disassociated from the account.
1707
1970
  */
1708
1971
  DisassociatedAt?: string;
1709
1972
  }
1973
+ /**
1974
+ * @public
1975
+ */
1710
1976
  export interface GetAssociatedRoleRequest {
1711
1977
  /**
1712
1978
  * The ID of the Greengrass group.
1713
1979
  */
1714
1980
  GroupId: string | undefined;
1715
1981
  }
1982
+ /**
1983
+ * @public
1984
+ */
1716
1985
  export interface GetAssociatedRoleResponse {
1717
1986
  /**
1718
1987
  * The time when the role was associated with the group.
@@ -1723,12 +1992,18 @@ export interface GetAssociatedRoleResponse {
1723
1992
  */
1724
1993
  RoleArn?: string;
1725
1994
  }
1995
+ /**
1996
+ * @public
1997
+ */
1726
1998
  export interface GetBulkDeploymentStatusRequest {
1727
1999
  /**
1728
2000
  * The ID of the bulk deployment.
1729
2001
  */
1730
2002
  BulkDeploymentId: string | undefined;
1731
2003
  }
2004
+ /**
2005
+ * @public
2006
+ */
1732
2007
  export interface GetBulkDeploymentStatusResponse {
1733
2008
  /**
1734
2009
  * Relevant metrics on input records processed during bulk deployment.
@@ -1755,12 +2030,18 @@ export interface GetBulkDeploymentStatusResponse {
1755
2030
  */
1756
2031
  tags?: Record<string, string>;
1757
2032
  }
2033
+ /**
2034
+ * @public
2035
+ */
1758
2036
  export interface GetConnectivityInfoRequest {
1759
2037
  /**
1760
2038
  * The thing name.
1761
2039
  */
1762
2040
  ThingName: string | undefined;
1763
2041
  }
2042
+ /**
2043
+ * @public
2044
+ */
1764
2045
  export interface GetConnectivityInfoResponse {
1765
2046
  /**
1766
2047
  * Connectivity info list.
@@ -1771,12 +2052,18 @@ export interface GetConnectivityInfoResponse {
1771
2052
  */
1772
2053
  Message?: string;
1773
2054
  }
2055
+ /**
2056
+ * @public
2057
+ */
1774
2058
  export interface GetConnectorDefinitionRequest {
1775
2059
  /**
1776
2060
  * The ID of the connector definition.
1777
2061
  */
1778
2062
  ConnectorDefinitionId: string | undefined;
1779
2063
  }
2064
+ /**
2065
+ * @public
2066
+ */
1780
2067
  export interface GetConnectorDefinitionResponse {
1781
2068
  /**
1782
2069
  * The ARN of the definition.
@@ -1811,6 +2098,9 @@ export interface GetConnectorDefinitionResponse {
1811
2098
  */
1812
2099
  tags?: Record<string, string>;
1813
2100
  }
2101
+ /**
2102
+ * @public
2103
+ */
1814
2104
  export interface GetConnectorDefinitionVersionRequest {
1815
2105
  /**
1816
2106
  * The ID of the connector definition.
@@ -1825,6 +2115,9 @@ export interface GetConnectorDefinitionVersionRequest {
1825
2115
  */
1826
2116
  NextToken?: string;
1827
2117
  }
2118
+ /**
2119
+ * @public
2120
+ */
1828
2121
  export interface GetConnectorDefinitionVersionResponse {
1829
2122
  /**
1830
2123
  * The ARN of the connector definition version.
@@ -1851,12 +2144,18 @@ export interface GetConnectorDefinitionVersionResponse {
1851
2144
  */
1852
2145
  Version?: string;
1853
2146
  }
2147
+ /**
2148
+ * @public
2149
+ */
1854
2150
  export interface GetCoreDefinitionRequest {
1855
2151
  /**
1856
2152
  * The ID of the core definition.
1857
2153
  */
1858
2154
  CoreDefinitionId: string | undefined;
1859
2155
  }
2156
+ /**
2157
+ * @public
2158
+ */
1860
2159
  export interface GetCoreDefinitionResponse {
1861
2160
  /**
1862
2161
  * The ARN of the definition.
@@ -1891,6 +2190,9 @@ export interface GetCoreDefinitionResponse {
1891
2190
  */
1892
2191
  tags?: Record<string, string>;
1893
2192
  }
2193
+ /**
2194
+ * @public
2195
+ */
1894
2196
  export interface GetCoreDefinitionVersionRequest {
1895
2197
  /**
1896
2198
  * The ID of the core definition.
@@ -1901,6 +2203,9 @@ export interface GetCoreDefinitionVersionRequest {
1901
2203
  */
1902
2204
  CoreDefinitionVersionId: string | undefined;
1903
2205
  }
2206
+ /**
2207
+ * @public
2208
+ */
1904
2209
  export interface GetCoreDefinitionVersionResponse {
1905
2210
  /**
1906
2211
  * The ARN of the core definition version.
@@ -1927,6 +2232,9 @@ export interface GetCoreDefinitionVersionResponse {
1927
2232
  */
1928
2233
  Version?: string;
1929
2234
  }
2235
+ /**
2236
+ * @public
2237
+ */
1930
2238
  export interface GetDeploymentStatusRequest {
1931
2239
  /**
1932
2240
  * The ID of the deployment.
@@ -1937,6 +2245,9 @@ export interface GetDeploymentStatusRequest {
1937
2245
  */
1938
2246
  GroupId: string | undefined;
1939
2247
  }
2248
+ /**
2249
+ * @public
2250
+ */
1940
2251
  export interface GetDeploymentStatusResponse {
1941
2252
  /**
1942
2253
  * The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
@@ -1959,12 +2270,18 @@ export interface GetDeploymentStatusResponse {
1959
2270
  */
1960
2271
  UpdatedAt?: string;
1961
2272
  }
2273
+ /**
2274
+ * @public
2275
+ */
1962
2276
  export interface GetDeviceDefinitionRequest {
1963
2277
  /**
1964
2278
  * The ID of the device definition.
1965
2279
  */
1966
2280
  DeviceDefinitionId: string | undefined;
1967
2281
  }
2282
+ /**
2283
+ * @public
2284
+ */
1968
2285
  export interface GetDeviceDefinitionResponse {
1969
2286
  /**
1970
2287
  * The ARN of the definition.
@@ -1999,6 +2316,9 @@ export interface GetDeviceDefinitionResponse {
1999
2316
  */
2000
2317
  tags?: Record<string, string>;
2001
2318
  }
2319
+ /**
2320
+ * @public
2321
+ */
2002
2322
  export interface GetDeviceDefinitionVersionRequest {
2003
2323
  /**
2004
2324
  * The ID of the device definition.
@@ -2013,6 +2333,9 @@ export interface GetDeviceDefinitionVersionRequest {
2013
2333
  */
2014
2334
  NextToken?: string;
2015
2335
  }
2336
+ /**
2337
+ * @public
2338
+ */
2016
2339
  export interface GetDeviceDefinitionVersionResponse {
2017
2340
  /**
2018
2341
  * The ARN of the device definition version.
@@ -2039,12 +2362,18 @@ export interface GetDeviceDefinitionVersionResponse {
2039
2362
  */
2040
2363
  Version?: string;
2041
2364
  }
2365
+ /**
2366
+ * @public
2367
+ */
2042
2368
  export interface GetFunctionDefinitionRequest {
2043
2369
  /**
2044
2370
  * The ID of the Lambda function definition.
2045
2371
  */
2046
2372
  FunctionDefinitionId: string | undefined;
2047
2373
  }
2374
+ /**
2375
+ * @public
2376
+ */
2048
2377
  export interface GetFunctionDefinitionResponse {
2049
2378
  /**
2050
2379
  * The ARN of the definition.
@@ -2079,6 +2408,9 @@ export interface GetFunctionDefinitionResponse {
2079
2408
  */
2080
2409
  tags?: Record<string, string>;
2081
2410
  }
2411
+ /**
2412
+ * @public
2413
+ */
2082
2414
  export interface GetFunctionDefinitionVersionRequest {
2083
2415
  /**
2084
2416
  * The ID of the Lambda function definition.
@@ -2093,6 +2425,9 @@ export interface GetFunctionDefinitionVersionRequest {
2093
2425
  */
2094
2426
  NextToken?: string;
2095
2427
  }
2428
+ /**
2429
+ * @public
2430
+ */
2096
2431
  export interface GetFunctionDefinitionVersionResponse {
2097
2432
  /**
2098
2433
  * The ARN of the function definition version.
@@ -2119,12 +2454,18 @@ export interface GetFunctionDefinitionVersionResponse {
2119
2454
  */
2120
2455
  Version?: string;
2121
2456
  }
2457
+ /**
2458
+ * @public
2459
+ */
2122
2460
  export interface GetGroupRequest {
2123
2461
  /**
2124
2462
  * The ID of the Greengrass group.
2125
2463
  */
2126
2464
  GroupId: string | undefined;
2127
2465
  }
2466
+ /**
2467
+ * @public
2468
+ */
2128
2469
  export interface GetGroupResponse {
2129
2470
  /**
2130
2471
  * The ARN of the definition.
@@ -2159,6 +2500,9 @@ export interface GetGroupResponse {
2159
2500
  */
2160
2501
  tags?: Record<string, string>;
2161
2502
  }
2503
+ /**
2504
+ * @public
2505
+ */
2162
2506
  export interface GetGroupCertificateAuthorityRequest {
2163
2507
  /**
2164
2508
  * The ID of the certificate authority.
@@ -2169,6 +2513,9 @@ export interface GetGroupCertificateAuthorityRequest {
2169
2513
  */
2170
2514
  GroupId: string | undefined;
2171
2515
  }
2516
+ /**
2517
+ * @public
2518
+ */
2172
2519
  export interface GetGroupCertificateAuthorityResponse {
2173
2520
  /**
2174
2521
  * The ARN of the certificate authority for the group.
@@ -2183,12 +2530,18 @@ export interface GetGroupCertificateAuthorityResponse {
2183
2530
  */
2184
2531
  PemEncodedCertificate?: string;
2185
2532
  }
2533
+ /**
2534
+ * @public
2535
+ */
2186
2536
  export interface GetGroupCertificateConfigurationRequest {
2187
2537
  /**
2188
2538
  * The ID of the Greengrass group.
2189
2539
  */
2190
2540
  GroupId: string | undefined;
2191
2541
  }
2542
+ /**
2543
+ * @public
2544
+ */
2192
2545
  export interface GetGroupCertificateConfigurationResponse {
2193
2546
  /**
2194
2547
  * The amount of time remaining before the certificate authority expires, in milliseconds.
@@ -2203,6 +2556,9 @@ export interface GetGroupCertificateConfigurationResponse {
2203
2556
  */
2204
2557
  GroupId?: string;
2205
2558
  }
2559
+ /**
2560
+ * @public
2561
+ */
2206
2562
  export interface GetGroupVersionRequest {
2207
2563
  /**
2208
2564
  * The ID of the Greengrass group.
@@ -2213,6 +2569,9 @@ export interface GetGroupVersionRequest {
2213
2569
  */
2214
2570
  GroupVersionId: string | undefined;
2215
2571
  }
2572
+ /**
2573
+ * @public
2574
+ */
2216
2575
  export interface GetGroupVersionResponse {
2217
2576
  /**
2218
2577
  * The ARN of the group version.
@@ -2235,12 +2594,18 @@ export interface GetGroupVersionResponse {
2235
2594
  */
2236
2595
  Version?: string;
2237
2596
  }
2597
+ /**
2598
+ * @public
2599
+ */
2238
2600
  export interface GetLoggerDefinitionRequest {
2239
2601
  /**
2240
2602
  * The ID of the logger definition.
2241
2603
  */
2242
2604
  LoggerDefinitionId: string | undefined;
2243
2605
  }
2606
+ /**
2607
+ * @public
2608
+ */
2244
2609
  export interface GetLoggerDefinitionResponse {
2245
2610
  /**
2246
2611
  * The ARN of the definition.
@@ -2275,6 +2640,9 @@ export interface GetLoggerDefinitionResponse {
2275
2640
  */
2276
2641
  tags?: Record<string, string>;
2277
2642
  }
2643
+ /**
2644
+ * @public
2645
+ */
2278
2646
  export interface GetLoggerDefinitionVersionRequest {
2279
2647
  /**
2280
2648
  * The ID of the logger definition.
@@ -2289,6 +2657,9 @@ export interface GetLoggerDefinitionVersionRequest {
2289
2657
  */
2290
2658
  NextToken?: string;
2291
2659
  }
2660
+ /**
2661
+ * @public
2662
+ */
2292
2663
  export interface GetLoggerDefinitionVersionResponse {
2293
2664
  /**
2294
2665
  * The ARN of the logger definition version.
@@ -2311,12 +2682,18 @@ export interface GetLoggerDefinitionVersionResponse {
2311
2682
  */
2312
2683
  Version?: string;
2313
2684
  }
2685
+ /**
2686
+ * @public
2687
+ */
2314
2688
  export interface GetResourceDefinitionRequest {
2315
2689
  /**
2316
2690
  * The ID of the resource definition.
2317
2691
  */
2318
2692
  ResourceDefinitionId: string | undefined;
2319
2693
  }
2694
+ /**
2695
+ * @public
2696
+ */
2320
2697
  export interface GetResourceDefinitionResponse {
2321
2698
  /**
2322
2699
  * The ARN of the definition.
@@ -2351,6 +2728,9 @@ export interface GetResourceDefinitionResponse {
2351
2728
  */
2352
2729
  tags?: Record<string, string>;
2353
2730
  }
2731
+ /**
2732
+ * @public
2733
+ */
2354
2734
  export interface GetResourceDefinitionVersionRequest {
2355
2735
  /**
2356
2736
  * The ID of the resource definition.
@@ -2361,6 +2741,9 @@ export interface GetResourceDefinitionVersionRequest {
2361
2741
  */
2362
2742
  ResourceDefinitionVersionId: string | undefined;
2363
2743
  }
2744
+ /**
2745
+ * @public
2746
+ */
2364
2747
  export interface GetResourceDefinitionVersionResponse {
2365
2748
  /**
2366
2749
  * Arn of the resource definition version.
@@ -2383,8 +2766,14 @@ export interface GetResourceDefinitionVersionResponse {
2383
2766
  */
2384
2767
  Version?: string;
2385
2768
  }
2769
+ /**
2770
+ * @public
2771
+ */
2386
2772
  export interface GetServiceRoleForAccountRequest {
2387
2773
  }
2774
+ /**
2775
+ * @public
2776
+ */
2388
2777
  export interface GetServiceRoleForAccountResponse {
2389
2778
  /**
2390
2779
  * The time when the service role was associated with the account.
@@ -2395,12 +2784,18 @@ export interface GetServiceRoleForAccountResponse {
2395
2784
  */
2396
2785
  RoleArn?: string;
2397
2786
  }
2787
+ /**
2788
+ * @public
2789
+ */
2398
2790
  export interface GetSubscriptionDefinitionRequest {
2399
2791
  /**
2400
2792
  * The ID of the subscription definition.
2401
2793
  */
2402
2794
  SubscriptionDefinitionId: string | undefined;
2403
2795
  }
2796
+ /**
2797
+ * @public
2798
+ */
2404
2799
  export interface GetSubscriptionDefinitionResponse {
2405
2800
  /**
2406
2801
  * The ARN of the definition.
@@ -2435,6 +2830,9 @@ export interface GetSubscriptionDefinitionResponse {
2435
2830
  */
2436
2831
  tags?: Record<string, string>;
2437
2832
  }
2833
+ /**
2834
+ * @public
2835
+ */
2438
2836
  export interface GetSubscriptionDefinitionVersionRequest {
2439
2837
  /**
2440
2838
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2449,6 +2847,9 @@ export interface GetSubscriptionDefinitionVersionRequest {
2449
2847
  */
2450
2848
  SubscriptionDefinitionVersionId: string | undefined;
2451
2849
  }
2850
+ /**
2851
+ * @public
2852
+ */
2452
2853
  export interface GetSubscriptionDefinitionVersionResponse {
2453
2854
  /**
2454
2855
  * The ARN of the subscription definition version.
@@ -2475,17 +2876,24 @@ export interface GetSubscriptionDefinitionVersionResponse {
2475
2876
  */
2476
2877
  Version?: string;
2477
2878
  }
2879
+ /**
2880
+ * @public
2881
+ */
2478
2882
  export interface GetThingRuntimeConfigurationRequest {
2479
2883
  /**
2480
2884
  * The thing name.
2481
2885
  */
2482
2886
  ThingName: string | undefined;
2483
2887
  }
2888
+ /**
2889
+ * @public
2890
+ */
2484
2891
  export declare enum Telemetry {
2485
2892
  Off = "Off",
2486
2893
  On = "On"
2487
2894
  }
2488
2895
  /**
2896
+ * @public
2489
2897
  * Configuration settings for running telemetry.
2490
2898
  */
2491
2899
  export interface TelemetryConfiguration {
@@ -2499,6 +2907,7 @@ export interface TelemetryConfiguration {
2499
2907
  Telemetry: Telemetry | string | undefined;
2500
2908
  }
2501
2909
  /**
2910
+ * @public
2502
2911
  * Runtime configuration for a thing.
2503
2912
  */
2504
2913
  export interface RuntimeConfiguration {
@@ -2507,12 +2916,18 @@ export interface RuntimeConfiguration {
2507
2916
  */
2508
2917
  TelemetryConfiguration?: TelemetryConfiguration;
2509
2918
  }
2919
+ /**
2920
+ * @public
2921
+ */
2510
2922
  export interface GetThingRuntimeConfigurationResponse {
2511
2923
  /**
2512
2924
  * Runtime configuration for a thing.
2513
2925
  */
2514
2926
  RuntimeConfiguration?: RuntimeConfiguration;
2515
2927
  }
2928
+ /**
2929
+ * @public
2930
+ */
2516
2931
  export interface ListBulkDeploymentDetailedReportsRequest {
2517
2932
  /**
2518
2933
  * The ID of the bulk deployment.
@@ -2527,6 +2942,9 @@ export interface ListBulkDeploymentDetailedReportsRequest {
2527
2942
  */
2528
2943
  NextToken?: string;
2529
2944
  }
2945
+ /**
2946
+ * @public
2947
+ */
2530
2948
  export interface ListBulkDeploymentDetailedReportsResponse {
2531
2949
  /**
2532
2950
  * A list of the individual group deployments in the bulk deployment operation.
@@ -2537,6 +2955,9 @@ export interface ListBulkDeploymentDetailedReportsResponse {
2537
2955
  */
2538
2956
  NextToken?: string;
2539
2957
  }
2958
+ /**
2959
+ * @public
2960
+ */
2540
2961
  export interface ListBulkDeploymentsRequest {
2541
2962
  /**
2542
2963
  * The maximum number of results to be returned per request.
@@ -2547,6 +2968,9 @@ export interface ListBulkDeploymentsRequest {
2547
2968
  */
2548
2969
  NextToken?: string;
2549
2970
  }
2971
+ /**
2972
+ * @public
2973
+ */
2550
2974
  export interface ListBulkDeploymentsResponse {
2551
2975
  /**
2552
2976
  * A list of bulk deployments.
@@ -2557,6 +2981,9 @@ export interface ListBulkDeploymentsResponse {
2557
2981
  */
2558
2982
  NextToken?: string;
2559
2983
  }
2984
+ /**
2985
+ * @public
2986
+ */
2560
2987
  export interface ListConnectorDefinitionsRequest {
2561
2988
  /**
2562
2989
  * The maximum number of results to be returned per request.
@@ -2567,6 +2994,9 @@ export interface ListConnectorDefinitionsRequest {
2567
2994
  */
2568
2995
  NextToken?: string;
2569
2996
  }
2997
+ /**
2998
+ * @public
2999
+ */
2570
3000
  export interface ListConnectorDefinitionsResponse {
2571
3001
  /**
2572
3002
  * Information about a definition.
@@ -2577,6 +3007,9 @@ export interface ListConnectorDefinitionsResponse {
2577
3007
  */
2578
3008
  NextToken?: string;
2579
3009
  }
3010
+ /**
3011
+ * @public
3012
+ */
2580
3013
  export interface ListConnectorDefinitionVersionsRequest {
2581
3014
  /**
2582
3015
  * The ID of the connector definition.
@@ -2591,6 +3024,9 @@ export interface ListConnectorDefinitionVersionsRequest {
2591
3024
  */
2592
3025
  NextToken?: string;
2593
3026
  }
3027
+ /**
3028
+ * @public
3029
+ */
2594
3030
  export interface ListConnectorDefinitionVersionsResponse {
2595
3031
  /**
2596
3032
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2601,6 +3037,9 @@ export interface ListConnectorDefinitionVersionsResponse {
2601
3037
  */
2602
3038
  Versions?: VersionInformation[];
2603
3039
  }
3040
+ /**
3041
+ * @public
3042
+ */
2604
3043
  export interface ListCoreDefinitionsRequest {
2605
3044
  /**
2606
3045
  * The maximum number of results to be returned per request.
@@ -2611,6 +3050,9 @@ export interface ListCoreDefinitionsRequest {
2611
3050
  */
2612
3051
  NextToken?: string;
2613
3052
  }
3053
+ /**
3054
+ * @public
3055
+ */
2614
3056
  export interface ListCoreDefinitionsResponse {
2615
3057
  /**
2616
3058
  * Information about a definition.
@@ -2621,6 +3063,9 @@ export interface ListCoreDefinitionsResponse {
2621
3063
  */
2622
3064
  NextToken?: string;
2623
3065
  }
3066
+ /**
3067
+ * @public
3068
+ */
2624
3069
  export interface ListCoreDefinitionVersionsRequest {
2625
3070
  /**
2626
3071
  * The ID of the core definition.
@@ -2635,6 +3080,9 @@ export interface ListCoreDefinitionVersionsRequest {
2635
3080
  */
2636
3081
  NextToken?: string;
2637
3082
  }
3083
+ /**
3084
+ * @public
3085
+ */
2638
3086
  export interface ListCoreDefinitionVersionsResponse {
2639
3087
  /**
2640
3088
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2645,6 +3093,9 @@ export interface ListCoreDefinitionVersionsResponse {
2645
3093
  */
2646
3094
  Versions?: VersionInformation[];
2647
3095
  }
3096
+ /**
3097
+ * @public
3098
+ */
2648
3099
  export interface ListDeploymentsRequest {
2649
3100
  /**
2650
3101
  * The ID of the Greengrass group.
@@ -2659,6 +3110,9 @@ export interface ListDeploymentsRequest {
2659
3110
  */
2660
3111
  NextToken?: string;
2661
3112
  }
3113
+ /**
3114
+ * @public
3115
+ */
2662
3116
  export interface ListDeploymentsResponse {
2663
3117
  /**
2664
3118
  * A list of deployments for the requested groups.
@@ -2669,6 +3123,9 @@ export interface ListDeploymentsResponse {
2669
3123
  */
2670
3124
  NextToken?: string;
2671
3125
  }
3126
+ /**
3127
+ * @public
3128
+ */
2672
3129
  export interface ListDeviceDefinitionsRequest {
2673
3130
  /**
2674
3131
  * The maximum number of results to be returned per request.
@@ -2679,6 +3136,9 @@ export interface ListDeviceDefinitionsRequest {
2679
3136
  */
2680
3137
  NextToken?: string;
2681
3138
  }
3139
+ /**
3140
+ * @public
3141
+ */
2682
3142
  export interface ListDeviceDefinitionsResponse {
2683
3143
  /**
2684
3144
  * Information about a definition.
@@ -2689,6 +3149,9 @@ export interface ListDeviceDefinitionsResponse {
2689
3149
  */
2690
3150
  NextToken?: string;
2691
3151
  }
3152
+ /**
3153
+ * @public
3154
+ */
2692
3155
  export interface ListDeviceDefinitionVersionsRequest {
2693
3156
  /**
2694
3157
  * The ID of the device definition.
@@ -2703,6 +3166,9 @@ export interface ListDeviceDefinitionVersionsRequest {
2703
3166
  */
2704
3167
  NextToken?: string;
2705
3168
  }
3169
+ /**
3170
+ * @public
3171
+ */
2706
3172
  export interface ListDeviceDefinitionVersionsResponse {
2707
3173
  /**
2708
3174
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2713,6 +3179,9 @@ export interface ListDeviceDefinitionVersionsResponse {
2713
3179
  */
2714
3180
  Versions?: VersionInformation[];
2715
3181
  }
3182
+ /**
3183
+ * @public
3184
+ */
2716
3185
  export interface ListFunctionDefinitionsRequest {
2717
3186
  /**
2718
3187
  * The maximum number of results to be returned per request.
@@ -2723,6 +3192,9 @@ export interface ListFunctionDefinitionsRequest {
2723
3192
  */
2724
3193
  NextToken?: string;
2725
3194
  }
3195
+ /**
3196
+ * @public
3197
+ */
2726
3198
  export interface ListFunctionDefinitionsResponse {
2727
3199
  /**
2728
3200
  * Information about a definition.
@@ -2733,6 +3205,9 @@ export interface ListFunctionDefinitionsResponse {
2733
3205
  */
2734
3206
  NextToken?: string;
2735
3207
  }
3208
+ /**
3209
+ * @public
3210
+ */
2736
3211
  export interface ListFunctionDefinitionVersionsRequest {
2737
3212
  /**
2738
3213
  * The ID of the Lambda function definition.
@@ -2747,6 +3222,9 @@ export interface ListFunctionDefinitionVersionsRequest {
2747
3222
  */
2748
3223
  NextToken?: string;
2749
3224
  }
3225
+ /**
3226
+ * @public
3227
+ */
2750
3228
  export interface ListFunctionDefinitionVersionsResponse {
2751
3229
  /**
2752
3230
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2757,18 +3235,27 @@ export interface ListFunctionDefinitionVersionsResponse {
2757
3235
  */
2758
3236
  Versions?: VersionInformation[];
2759
3237
  }
3238
+ /**
3239
+ * @public
3240
+ */
2760
3241
  export interface ListGroupCertificateAuthoritiesRequest {
2761
3242
  /**
2762
3243
  * The ID of the Greengrass group.
2763
3244
  */
2764
3245
  GroupId: string | undefined;
2765
3246
  }
3247
+ /**
3248
+ * @public
3249
+ */
2766
3250
  export interface ListGroupCertificateAuthoritiesResponse {
2767
3251
  /**
2768
3252
  * A list of certificate authorities associated with the group.
2769
3253
  */
2770
3254
  GroupCertificateAuthorities?: GroupCertificateAuthorityProperties[];
2771
3255
  }
3256
+ /**
3257
+ * @public
3258
+ */
2772
3259
  export interface ListGroupsRequest {
2773
3260
  /**
2774
3261
  * The maximum number of results to be returned per request.
@@ -2779,6 +3266,9 @@ export interface ListGroupsRequest {
2779
3266
  */
2780
3267
  NextToken?: string;
2781
3268
  }
3269
+ /**
3270
+ * @public
3271
+ */
2782
3272
  export interface ListGroupsResponse {
2783
3273
  /**
2784
3274
  * Information about a group.
@@ -2789,6 +3279,9 @@ export interface ListGroupsResponse {
2789
3279
  */
2790
3280
  NextToken?: string;
2791
3281
  }
3282
+ /**
3283
+ * @public
3284
+ */
2792
3285
  export interface ListGroupVersionsRequest {
2793
3286
  /**
2794
3287
  * The ID of the Greengrass group.
@@ -2803,6 +3296,9 @@ export interface ListGroupVersionsRequest {
2803
3296
  */
2804
3297
  NextToken?: string;
2805
3298
  }
3299
+ /**
3300
+ * @public
3301
+ */
2806
3302
  export interface ListGroupVersionsResponse {
2807
3303
  /**
2808
3304
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2813,6 +3309,9 @@ export interface ListGroupVersionsResponse {
2813
3309
  */
2814
3310
  Versions?: VersionInformation[];
2815
3311
  }
3312
+ /**
3313
+ * @public
3314
+ */
2816
3315
  export interface ListLoggerDefinitionsRequest {
2817
3316
  /**
2818
3317
  * The maximum number of results to be returned per request.
@@ -2823,6 +3322,9 @@ export interface ListLoggerDefinitionsRequest {
2823
3322
  */
2824
3323
  NextToken?: string;
2825
3324
  }
3325
+ /**
3326
+ * @public
3327
+ */
2826
3328
  export interface ListLoggerDefinitionsResponse {
2827
3329
  /**
2828
3330
  * Information about a definition.
@@ -2833,6 +3335,9 @@ export interface ListLoggerDefinitionsResponse {
2833
3335
  */
2834
3336
  NextToken?: string;
2835
3337
  }
3338
+ /**
3339
+ * @public
3340
+ */
2836
3341
  export interface ListLoggerDefinitionVersionsRequest {
2837
3342
  /**
2838
3343
  * The ID of the logger definition.
@@ -2847,6 +3352,9 @@ export interface ListLoggerDefinitionVersionsRequest {
2847
3352
  */
2848
3353
  NextToken?: string;
2849
3354
  }
3355
+ /**
3356
+ * @public
3357
+ */
2850
3358
  export interface ListLoggerDefinitionVersionsResponse {
2851
3359
  /**
2852
3360
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2857,6 +3365,9 @@ export interface ListLoggerDefinitionVersionsResponse {
2857
3365
  */
2858
3366
  Versions?: VersionInformation[];
2859
3367
  }
3368
+ /**
3369
+ * @public
3370
+ */
2860
3371
  export interface ListResourceDefinitionsRequest {
2861
3372
  /**
2862
3373
  * The maximum number of results to be returned per request.
@@ -2867,6 +3378,9 @@ export interface ListResourceDefinitionsRequest {
2867
3378
  */
2868
3379
  NextToken?: string;
2869
3380
  }
3381
+ /**
3382
+ * @public
3383
+ */
2870
3384
  export interface ListResourceDefinitionsResponse {
2871
3385
  /**
2872
3386
  * Information about a definition.
@@ -2877,6 +3391,9 @@ export interface ListResourceDefinitionsResponse {
2877
3391
  */
2878
3392
  NextToken?: string;
2879
3393
  }
3394
+ /**
3395
+ * @public
3396
+ */
2880
3397
  export interface ListResourceDefinitionVersionsRequest {
2881
3398
  /**
2882
3399
  * The maximum number of results to be returned per request.
@@ -2891,6 +3408,9 @@ export interface ListResourceDefinitionVersionsRequest {
2891
3408
  */
2892
3409
  ResourceDefinitionId: string | undefined;
2893
3410
  }
3411
+ /**
3412
+ * @public
3413
+ */
2894
3414
  export interface ListResourceDefinitionVersionsResponse {
2895
3415
  /**
2896
3416
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2901,6 +3421,9 @@ export interface ListResourceDefinitionVersionsResponse {
2901
3421
  */
2902
3422
  Versions?: VersionInformation[];
2903
3423
  }
3424
+ /**
3425
+ * @public
3426
+ */
2904
3427
  export interface ListSubscriptionDefinitionsRequest {
2905
3428
  /**
2906
3429
  * The maximum number of results to be returned per request.
@@ -2911,6 +3434,9 @@ export interface ListSubscriptionDefinitionsRequest {
2911
3434
  */
2912
3435
  NextToken?: string;
2913
3436
  }
3437
+ /**
3438
+ * @public
3439
+ */
2914
3440
  export interface ListSubscriptionDefinitionsResponse {
2915
3441
  /**
2916
3442
  * Information about a definition.
@@ -2921,6 +3447,9 @@ export interface ListSubscriptionDefinitionsResponse {
2921
3447
  */
2922
3448
  NextToken?: string;
2923
3449
  }
3450
+ /**
3451
+ * @public
3452
+ */
2924
3453
  export interface ListSubscriptionDefinitionVersionsRequest {
2925
3454
  /**
2926
3455
  * The maximum number of results to be returned per request.
@@ -2935,6 +3464,9 @@ export interface ListSubscriptionDefinitionVersionsRequest {
2935
3464
  */
2936
3465
  SubscriptionDefinitionId: string | undefined;
2937
3466
  }
3467
+ /**
3468
+ * @public
3469
+ */
2938
3470
  export interface ListSubscriptionDefinitionVersionsResponse {
2939
3471
  /**
2940
3472
  * The token for the next set of results, or ''null'' if there are no additional results.
@@ -2945,12 +3477,18 @@ export interface ListSubscriptionDefinitionVersionsResponse {
2945
3477
  */
2946
3478
  Versions?: VersionInformation[];
2947
3479
  }
3480
+ /**
3481
+ * @public
3482
+ */
2948
3483
  export interface ListTagsForResourceRequest {
2949
3484
  /**
2950
3485
  * The Amazon Resource Name (ARN) of the resource.
2951
3486
  */
2952
3487
  ResourceArn: string | undefined;
2953
3488
  }
3489
+ /**
3490
+ * @public
3491
+ */
2954
3492
  export interface ListTagsForResourceResponse {
2955
3493
  /**
2956
3494
  * The key-value pair for the resource tag.
@@ -2958,6 +3496,7 @@ export interface ListTagsForResourceResponse {
2958
3496
  tags?: Record<string, string>;
2959
3497
  }
2960
3498
  /**
3499
+ * @public
2961
3500
  * Information needed to reset deployments.
2962
3501
  */
2963
3502
  export interface ResetDeploymentsRequest {
@@ -2974,6 +3513,9 @@ export interface ResetDeploymentsRequest {
2974
3513
  */
2975
3514
  GroupId: string | undefined;
2976
3515
  }
3516
+ /**
3517
+ * @public
3518
+ */
2977
3519
  export interface ResetDeploymentsResponse {
2978
3520
  /**
2979
3521
  * The ARN of the deployment.
@@ -2984,6 +3526,9 @@ export interface ResetDeploymentsResponse {
2984
3526
  */
2985
3527
  DeploymentId?: string;
2986
3528
  }
3529
+ /**
3530
+ * @public
3531
+ */
2987
3532
  export interface StartBulkDeploymentRequest {
2988
3533
  /**
2989
3534
  * A client token used to correlate requests and responses.
@@ -3002,6 +3547,9 @@ export interface StartBulkDeploymentRequest {
3002
3547
  */
3003
3548
  tags?: Record<string, string>;
3004
3549
  }
3550
+ /**
3551
+ * @public
3552
+ */
3005
3553
  export interface StartBulkDeploymentResponse {
3006
3554
  /**
3007
3555
  * The ARN of the bulk deployment.
@@ -3012,15 +3560,22 @@ export interface StartBulkDeploymentResponse {
3012
3560
  */
3013
3561
  BulkDeploymentId?: string;
3014
3562
  }
3563
+ /**
3564
+ * @public
3565
+ */
3015
3566
  export interface StopBulkDeploymentRequest {
3016
3567
  /**
3017
3568
  * The ID of the bulk deployment.
3018
3569
  */
3019
3570
  BulkDeploymentId: string | undefined;
3020
3571
  }
3572
+ /**
3573
+ * @public
3574
+ */
3021
3575
  export interface StopBulkDeploymentResponse {
3022
3576
  }
3023
3577
  /**
3578
+ * @public
3024
3579
  * A map of the key-value pairs for the resource tag.
3025
3580
  */
3026
3581
  export interface TagResourceRequest {
@@ -3033,6 +3588,9 @@ export interface TagResourceRequest {
3033
3588
  */
3034
3589
  tags?: Record<string, string>;
3035
3590
  }
3591
+ /**
3592
+ * @public
3593
+ */
3036
3594
  export interface UntagResourceRequest {
3037
3595
  /**
3038
3596
  * The Amazon Resource Name (ARN) of the resource.
@@ -3044,6 +3602,7 @@ export interface UntagResourceRequest {
3044
3602
  TagKeys: string[] | undefined;
3045
3603
  }
3046
3604
  /**
3605
+ * @public
3047
3606
  * Connectivity information.
3048
3607
  */
3049
3608
  export interface UpdateConnectivityInfoRequest {
@@ -3056,6 +3615,9 @@ export interface UpdateConnectivityInfoRequest {
3056
3615
  */
3057
3616
  ThingName: string | undefined;
3058
3617
  }
3618
+ /**
3619
+ * @public
3620
+ */
3059
3621
  export interface UpdateConnectivityInfoResponse {
3060
3622
  /**
3061
3623
  * A message about the connectivity info update request.
@@ -3066,6 +3628,9 @@ export interface UpdateConnectivityInfoResponse {
3066
3628
  */
3067
3629
  Version?: string;
3068
3630
  }
3631
+ /**
3632
+ * @public
3633
+ */
3069
3634
  export interface UpdateConnectorDefinitionRequest {
3070
3635
  /**
3071
3636
  * The ID of the connector definition.
@@ -3076,8 +3641,14 @@ export interface UpdateConnectorDefinitionRequest {
3076
3641
  */
3077
3642
  Name?: string;
3078
3643
  }
3644
+ /**
3645
+ * @public
3646
+ */
3079
3647
  export interface UpdateConnectorDefinitionResponse {
3080
3648
  }
3649
+ /**
3650
+ * @public
3651
+ */
3081
3652
  export interface UpdateCoreDefinitionRequest {
3082
3653
  /**
3083
3654
  * The ID of the core definition.
@@ -3088,8 +3659,14 @@ export interface UpdateCoreDefinitionRequest {
3088
3659
  */
3089
3660
  Name?: string;
3090
3661
  }
3662
+ /**
3663
+ * @public
3664
+ */
3091
3665
  export interface UpdateCoreDefinitionResponse {
3092
3666
  }
3667
+ /**
3668
+ * @public
3669
+ */
3093
3670
  export interface UpdateDeviceDefinitionRequest {
3094
3671
  /**
3095
3672
  * The ID of the device definition.
@@ -3100,8 +3677,14 @@ export interface UpdateDeviceDefinitionRequest {
3100
3677
  */
3101
3678
  Name?: string;
3102
3679
  }
3680
+ /**
3681
+ * @public
3682
+ */
3103
3683
  export interface UpdateDeviceDefinitionResponse {
3104
3684
  }
3685
+ /**
3686
+ * @public
3687
+ */
3105
3688
  export interface UpdateFunctionDefinitionRequest {
3106
3689
  /**
3107
3690
  * The ID of the Lambda function definition.
@@ -3112,8 +3695,14 @@ export interface UpdateFunctionDefinitionRequest {
3112
3695
  */
3113
3696
  Name?: string;
3114
3697
  }
3698
+ /**
3699
+ * @public
3700
+ */
3115
3701
  export interface UpdateFunctionDefinitionResponse {
3116
3702
  }
3703
+ /**
3704
+ * @public
3705
+ */
3117
3706
  export interface UpdateGroupRequest {
3118
3707
  /**
3119
3708
  * The ID of the Greengrass group.
@@ -3124,8 +3713,14 @@ export interface UpdateGroupRequest {
3124
3713
  */
3125
3714
  Name?: string;
3126
3715
  }
3716
+ /**
3717
+ * @public
3718
+ */
3127
3719
  export interface UpdateGroupResponse {
3128
3720
  }
3721
+ /**
3722
+ * @public
3723
+ */
3129
3724
  export interface UpdateGroupCertificateConfigurationRequest {
3130
3725
  /**
3131
3726
  * The amount of time remaining before the certificate expires, in milliseconds.
@@ -3136,6 +3731,9 @@ export interface UpdateGroupCertificateConfigurationRequest {
3136
3731
  */
3137
3732
  GroupId: string | undefined;
3138
3733
  }
3734
+ /**
3735
+ * @public
3736
+ */
3139
3737
  export interface UpdateGroupCertificateConfigurationResponse {
3140
3738
  /**
3141
3739
  * The amount of time remaining before the certificate authority expires, in milliseconds.
@@ -3150,6 +3748,9 @@ export interface UpdateGroupCertificateConfigurationResponse {
3150
3748
  */
3151
3749
  GroupId?: string;
3152
3750
  }
3751
+ /**
3752
+ * @public
3753
+ */
3153
3754
  export interface UpdateLoggerDefinitionRequest {
3154
3755
  /**
3155
3756
  * The ID of the logger definition.
@@ -3160,8 +3761,14 @@ export interface UpdateLoggerDefinitionRequest {
3160
3761
  */
3161
3762
  Name?: string;
3162
3763
  }
3764
+ /**
3765
+ * @public
3766
+ */
3163
3767
  export interface UpdateLoggerDefinitionResponse {
3164
3768
  }
3769
+ /**
3770
+ * @public
3771
+ */
3165
3772
  export interface UpdateResourceDefinitionRequest {
3166
3773
  /**
3167
3774
  * The name of the definition.
@@ -3172,8 +3779,14 @@ export interface UpdateResourceDefinitionRequest {
3172
3779
  */
3173
3780
  ResourceDefinitionId: string | undefined;
3174
3781
  }
3782
+ /**
3783
+ * @public
3784
+ */
3175
3785
  export interface UpdateResourceDefinitionResponse {
3176
3786
  }
3787
+ /**
3788
+ * @public
3789
+ */
3177
3790
  export interface UpdateSubscriptionDefinitionRequest {
3178
3791
  /**
3179
3792
  * The name of the definition.
@@ -3184,9 +3797,13 @@ export interface UpdateSubscriptionDefinitionRequest {
3184
3797
  */
3185
3798
  SubscriptionDefinitionId: string | undefined;
3186
3799
  }
3800
+ /**
3801
+ * @public
3802
+ */
3187
3803
  export interface UpdateSubscriptionDefinitionResponse {
3188
3804
  }
3189
3805
  /**
3806
+ * @public
3190
3807
  * Configuration settings for running telemetry.
3191
3808
  */
3192
3809
  export interface TelemetryConfigurationUpdate {
@@ -3195,6 +3812,9 @@ export interface TelemetryConfigurationUpdate {
3195
3812
  */
3196
3813
  Telemetry: Telemetry | string | undefined;
3197
3814
  }
3815
+ /**
3816
+ * @public
3817
+ */
3198
3818
  export interface UpdateThingRuntimeConfigurationRequest {
3199
3819
  /**
3200
3820
  * Configuration for telemetry service.
@@ -3205,905 +3825,8 @@ export interface UpdateThingRuntimeConfigurationRequest {
3205
3825
  */
3206
3826
  ThingName: string | undefined;
3207
3827
  }
3208
- export interface UpdateThingRuntimeConfigurationResponse {
3209
- }
3210
- /**
3211
- * @internal
3212
- */
3213
- export declare const ConnectivityInfoFilterSensitiveLog: (obj: ConnectivityInfo) => any;
3214
- /**
3215
- * @internal
3216
- */
3217
- export declare const ConnectorFilterSensitiveLog: (obj: Connector) => any;
3218
- /**
3219
- * @internal
3220
- */
3221
- export declare const CoreFilterSensitiveLog: (obj: Core) => any;
3222
- /**
3223
- * @internal
3224
- */
3225
- export declare const DefinitionInformationFilterSensitiveLog: (obj: DefinitionInformation) => any;
3226
- /**
3227
- * @internal
3228
- */
3229
- export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
3230
- /**
3231
- * @internal
3232
- */
3233
- export declare const FunctionRunAsConfigFilterSensitiveLog: (obj: FunctionRunAsConfig) => any;
3234
- /**
3235
- * @internal
3236
- */
3237
- export declare const FunctionExecutionConfigFilterSensitiveLog: (obj: FunctionExecutionConfig) => any;
3238
- /**
3239
- * @internal
3240
- */
3241
- export declare const ResourceAccessPolicyFilterSensitiveLog: (obj: ResourceAccessPolicy) => any;
3242
- /**
3243
- * @internal
3244
- */
3245
- export declare const FunctionConfigurationEnvironmentFilterSensitiveLog: (obj: FunctionConfigurationEnvironment) => any;
3246
- /**
3247
- * @internal
3248
- */
3249
- export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
3250
- /**
3251
- * @internal
3252
- */
3253
- export declare const FunctionFilterSensitiveLog: (obj: Function) => any;
3254
- /**
3255
- * @internal
3256
- */
3257
- export declare const GroupCertificateAuthorityPropertiesFilterSensitiveLog: (obj: GroupCertificateAuthorityProperties) => any;
3258
- /**
3259
- * @internal
3260
- */
3261
- export declare const GroupInformationFilterSensitiveLog: (obj: GroupInformation) => any;
3262
- /**
3263
- * @internal
3264
- */
3265
- export declare const LoggerFilterSensitiveLog: (obj: Logger) => any;
3266
- /**
3267
- * @internal
3268
- */
3269
- export declare const GroupOwnerSettingFilterSensitiveLog: (obj: GroupOwnerSetting) => any;
3270
- /**
3271
- * @internal
3272
- */
3273
- export declare const LocalDeviceResourceDataFilterSensitiveLog: (obj: LocalDeviceResourceData) => any;
3274
- /**
3275
- * @internal
3276
- */
3277
- export declare const LocalVolumeResourceDataFilterSensitiveLog: (obj: LocalVolumeResourceData) => any;
3278
- /**
3279
- * @internal
3280
- */
3281
- export declare const ResourceDownloadOwnerSettingFilterSensitiveLog: (obj: ResourceDownloadOwnerSetting) => any;
3282
- /**
3283
- * @internal
3284
- */
3285
- export declare const S3MachineLearningModelResourceDataFilterSensitiveLog: (obj: S3MachineLearningModelResourceData) => any;
3286
- /**
3287
- * @internal
3288
- */
3289
- export declare const SageMakerMachineLearningModelResourceDataFilterSensitiveLog: (obj: SageMakerMachineLearningModelResourceData) => any;
3290
- /**
3291
- * @internal
3292
- */
3293
- export declare const SecretsManagerSecretResourceDataFilterSensitiveLog: (obj: SecretsManagerSecretResourceData) => any;
3294
- /**
3295
- * @internal
3296
- */
3297
- export declare const ResourceDataContainerFilterSensitiveLog: (obj: ResourceDataContainer) => any;
3298
- /**
3299
- * @internal
3300
- */
3301
- export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
3302
- /**
3303
- * @internal
3304
- */
3305
- export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
3306
- /**
3307
- * @internal
3308
- */
3309
- export declare const VersionInformationFilterSensitiveLog: (obj: VersionInformation) => any;
3310
- /**
3311
- * @internal
3312
- */
3313
- export declare const AssociateRoleToGroupRequestFilterSensitiveLog: (obj: AssociateRoleToGroupRequest) => any;
3314
- /**
3315
- * @internal
3316
- */
3317
- export declare const AssociateRoleToGroupResponseFilterSensitiveLog: (obj: AssociateRoleToGroupResponse) => any;
3318
- /**
3319
- * @internal
3320
- */
3321
- export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
3322
- /**
3323
- * @internal
3324
- */
3325
- export declare const AssociateServiceRoleToAccountRequestFilterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
3326
- /**
3327
- * @internal
3328
- */
3329
- export declare const AssociateServiceRoleToAccountResponseFilterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
3330
- /**
3331
- * @internal
3332
- */
3333
- export declare const BulkDeploymentFilterSensitiveLog: (obj: BulkDeployment) => any;
3334
- /**
3335
- * @internal
3336
- */
3337
- export declare const BulkDeploymentMetricsFilterSensitiveLog: (obj: BulkDeploymentMetrics) => any;
3338
- /**
3339
- * @internal
3340
- */
3341
- export declare const BulkDeploymentResultFilterSensitiveLog: (obj: BulkDeploymentResult) => any;
3342
- /**
3343
- * @internal
3344
- */
3345
- export declare const ConnectorDefinitionVersionFilterSensitiveLog: (obj: ConnectorDefinitionVersion) => any;
3346
- /**
3347
- * @internal
3348
- */
3349
- export declare const CoreDefinitionVersionFilterSensitiveLog: (obj: CoreDefinitionVersion) => any;
3350
- /**
3351
- * @internal
3352
- */
3353
- export declare const CreateConnectorDefinitionRequestFilterSensitiveLog: (obj: CreateConnectorDefinitionRequest) => any;
3354
- /**
3355
- * @internal
3356
- */
3357
- export declare const CreateConnectorDefinitionResponseFilterSensitiveLog: (obj: CreateConnectorDefinitionResponse) => any;
3358
- /**
3359
- * @internal
3360
- */
3361
- export declare const CreateConnectorDefinitionVersionRequestFilterSensitiveLog: (obj: CreateConnectorDefinitionVersionRequest) => any;
3362
- /**
3363
- * @internal
3364
- */
3365
- export declare const CreateConnectorDefinitionVersionResponseFilterSensitiveLog: (obj: CreateConnectorDefinitionVersionResponse) => any;
3366
- /**
3367
- * @internal
3368
- */
3369
- export declare const CreateCoreDefinitionRequestFilterSensitiveLog: (obj: CreateCoreDefinitionRequest) => any;
3370
- /**
3371
- * @internal
3372
- */
3373
- export declare const CreateCoreDefinitionResponseFilterSensitiveLog: (obj: CreateCoreDefinitionResponse) => any;
3374
- /**
3375
- * @internal
3376
- */
3377
- export declare const CreateCoreDefinitionVersionRequestFilterSensitiveLog: (obj: CreateCoreDefinitionVersionRequest) => any;
3378
- /**
3379
- * @internal
3380
- */
3381
- export declare const CreateCoreDefinitionVersionResponseFilterSensitiveLog: (obj: CreateCoreDefinitionVersionResponse) => any;
3382
- /**
3383
- * @internal
3384
- */
3385
- export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
3386
- /**
3387
- * @internal
3388
- */
3389
- export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
3390
- /**
3391
- * @internal
3392
- */
3393
- export declare const DeviceDefinitionVersionFilterSensitiveLog: (obj: DeviceDefinitionVersion) => any;
3394
- /**
3395
- * @internal
3396
- */
3397
- export declare const CreateDeviceDefinitionRequestFilterSensitiveLog: (obj: CreateDeviceDefinitionRequest) => any;
3398
- /**
3399
- * @internal
3400
- */
3401
- export declare const CreateDeviceDefinitionResponseFilterSensitiveLog: (obj: CreateDeviceDefinitionResponse) => any;
3402
- /**
3403
- * @internal
3404
- */
3405
- export declare const CreateDeviceDefinitionVersionRequestFilterSensitiveLog: (obj: CreateDeviceDefinitionVersionRequest) => any;
3406
- /**
3407
- * @internal
3408
- */
3409
- export declare const CreateDeviceDefinitionVersionResponseFilterSensitiveLog: (obj: CreateDeviceDefinitionVersionResponse) => any;
3410
- /**
3411
- * @internal
3412
- */
3413
- export declare const FunctionDefaultExecutionConfigFilterSensitiveLog: (obj: FunctionDefaultExecutionConfig) => any;
3414
- /**
3415
- * @internal
3416
- */
3417
- export declare const FunctionDefaultConfigFilterSensitiveLog: (obj: FunctionDefaultConfig) => any;
3418
- /**
3419
- * @internal
3420
- */
3421
- export declare const FunctionDefinitionVersionFilterSensitiveLog: (obj: FunctionDefinitionVersion) => any;
3422
- /**
3423
- * @internal
3424
- */
3425
- export declare const CreateFunctionDefinitionRequestFilterSensitiveLog: (obj: CreateFunctionDefinitionRequest) => any;
3426
- /**
3427
- * @internal
3428
- */
3429
- export declare const CreateFunctionDefinitionResponseFilterSensitiveLog: (obj: CreateFunctionDefinitionResponse) => any;
3430
- /**
3431
- * @internal
3432
- */
3433
- export declare const CreateFunctionDefinitionVersionRequestFilterSensitiveLog: (obj: CreateFunctionDefinitionVersionRequest) => any;
3434
- /**
3435
- * @internal
3436
- */
3437
- export declare const CreateFunctionDefinitionVersionResponseFilterSensitiveLog: (obj: CreateFunctionDefinitionVersionResponse) => any;
3438
- /**
3439
- * @internal
3440
- */
3441
- export declare const GroupVersionFilterSensitiveLog: (obj: GroupVersion) => any;
3442
- /**
3443
- * @internal
3444
- */
3445
- export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
3446
- /**
3447
- * @internal
3448
- */
3449
- export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
3450
- /**
3451
- * @internal
3452
- */
3453
- export declare const CreateGroupCertificateAuthorityRequestFilterSensitiveLog: (obj: CreateGroupCertificateAuthorityRequest) => any;
3454
- /**
3455
- * @internal
3456
- */
3457
- export declare const CreateGroupCertificateAuthorityResponseFilterSensitiveLog: (obj: CreateGroupCertificateAuthorityResponse) => any;
3458
- /**
3459
- * @internal
3460
- */
3461
- export declare const CreateGroupVersionRequestFilterSensitiveLog: (obj: CreateGroupVersionRequest) => any;
3462
- /**
3463
- * @internal
3464
- */
3465
- export declare const CreateGroupVersionResponseFilterSensitiveLog: (obj: CreateGroupVersionResponse) => any;
3466
- /**
3467
- * @internal
3468
- */
3469
- export declare const LoggerDefinitionVersionFilterSensitiveLog: (obj: LoggerDefinitionVersion) => any;
3470
3828
  /**
3471
- * @internal
3829
+ * @public
3472
3830
  */
3473
- export declare const CreateLoggerDefinitionRequestFilterSensitiveLog: (obj: CreateLoggerDefinitionRequest) => any;
3474
- /**
3475
- * @internal
3476
- */
3477
- export declare const CreateLoggerDefinitionResponseFilterSensitiveLog: (obj: CreateLoggerDefinitionResponse) => any;
3478
- /**
3479
- * @internal
3480
- */
3481
- export declare const CreateLoggerDefinitionVersionRequestFilterSensitiveLog: (obj: CreateLoggerDefinitionVersionRequest) => any;
3482
- /**
3483
- * @internal
3484
- */
3485
- export declare const CreateLoggerDefinitionVersionResponseFilterSensitiveLog: (obj: CreateLoggerDefinitionVersionResponse) => any;
3486
- /**
3487
- * @internal
3488
- */
3489
- export declare const ResourceDefinitionVersionFilterSensitiveLog: (obj: ResourceDefinitionVersion) => any;
3490
- /**
3491
- * @internal
3492
- */
3493
- export declare const CreateResourceDefinitionRequestFilterSensitiveLog: (obj: CreateResourceDefinitionRequest) => any;
3494
- /**
3495
- * @internal
3496
- */
3497
- export declare const CreateResourceDefinitionResponseFilterSensitiveLog: (obj: CreateResourceDefinitionResponse) => any;
3498
- /**
3499
- * @internal
3500
- */
3501
- export declare const CreateResourceDefinitionVersionRequestFilterSensitiveLog: (obj: CreateResourceDefinitionVersionRequest) => any;
3502
- /**
3503
- * @internal
3504
- */
3505
- export declare const CreateResourceDefinitionVersionResponseFilterSensitiveLog: (obj: CreateResourceDefinitionVersionResponse) => any;
3506
- /**
3507
- * @internal
3508
- */
3509
- export declare const CreateSoftwareUpdateJobRequestFilterSensitiveLog: (obj: CreateSoftwareUpdateJobRequest) => any;
3510
- /**
3511
- * @internal
3512
- */
3513
- export declare const CreateSoftwareUpdateJobResponseFilterSensitiveLog: (obj: CreateSoftwareUpdateJobResponse) => any;
3514
- /**
3515
- * @internal
3516
- */
3517
- export declare const SubscriptionDefinitionVersionFilterSensitiveLog: (obj: SubscriptionDefinitionVersion) => any;
3518
- /**
3519
- * @internal
3520
- */
3521
- export declare const CreateSubscriptionDefinitionRequestFilterSensitiveLog: (obj: CreateSubscriptionDefinitionRequest) => any;
3522
- /**
3523
- * @internal
3524
- */
3525
- export declare const CreateSubscriptionDefinitionResponseFilterSensitiveLog: (obj: CreateSubscriptionDefinitionResponse) => any;
3526
- /**
3527
- * @internal
3528
- */
3529
- export declare const CreateSubscriptionDefinitionVersionRequestFilterSensitiveLog: (obj: CreateSubscriptionDefinitionVersionRequest) => any;
3530
- /**
3531
- * @internal
3532
- */
3533
- export declare const CreateSubscriptionDefinitionVersionResponseFilterSensitiveLog: (obj: CreateSubscriptionDefinitionVersionResponse) => any;
3534
- /**
3535
- * @internal
3536
- */
3537
- export declare const DeleteConnectorDefinitionRequestFilterSensitiveLog: (obj: DeleteConnectorDefinitionRequest) => any;
3538
- /**
3539
- * @internal
3540
- */
3541
- export declare const DeleteConnectorDefinitionResponseFilterSensitiveLog: (obj: DeleteConnectorDefinitionResponse) => any;
3542
- /**
3543
- * @internal
3544
- */
3545
- export declare const DeleteCoreDefinitionRequestFilterSensitiveLog: (obj: DeleteCoreDefinitionRequest) => any;
3546
- /**
3547
- * @internal
3548
- */
3549
- export declare const DeleteCoreDefinitionResponseFilterSensitiveLog: (obj: DeleteCoreDefinitionResponse) => any;
3550
- /**
3551
- * @internal
3552
- */
3553
- export declare const DeleteDeviceDefinitionRequestFilterSensitiveLog: (obj: DeleteDeviceDefinitionRequest) => any;
3554
- /**
3555
- * @internal
3556
- */
3557
- export declare const DeleteDeviceDefinitionResponseFilterSensitiveLog: (obj: DeleteDeviceDefinitionResponse) => any;
3558
- /**
3559
- * @internal
3560
- */
3561
- export declare const DeleteFunctionDefinitionRequestFilterSensitiveLog: (obj: DeleteFunctionDefinitionRequest) => any;
3562
- /**
3563
- * @internal
3564
- */
3565
- export declare const DeleteFunctionDefinitionResponseFilterSensitiveLog: (obj: DeleteFunctionDefinitionResponse) => any;
3566
- /**
3567
- * @internal
3568
- */
3569
- export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
3570
- /**
3571
- * @internal
3572
- */
3573
- export declare const DeleteGroupResponseFilterSensitiveLog: (obj: DeleteGroupResponse) => any;
3574
- /**
3575
- * @internal
3576
- */
3577
- export declare const DeleteLoggerDefinitionRequestFilterSensitiveLog: (obj: DeleteLoggerDefinitionRequest) => any;
3578
- /**
3579
- * @internal
3580
- */
3581
- export declare const DeleteLoggerDefinitionResponseFilterSensitiveLog: (obj: DeleteLoggerDefinitionResponse) => any;
3582
- /**
3583
- * @internal
3584
- */
3585
- export declare const DeleteResourceDefinitionRequestFilterSensitiveLog: (obj: DeleteResourceDefinitionRequest) => any;
3586
- /**
3587
- * @internal
3588
- */
3589
- export declare const DeleteResourceDefinitionResponseFilterSensitiveLog: (obj: DeleteResourceDefinitionResponse) => any;
3590
- /**
3591
- * @internal
3592
- */
3593
- export declare const DeleteSubscriptionDefinitionRequestFilterSensitiveLog: (obj: DeleteSubscriptionDefinitionRequest) => any;
3594
- /**
3595
- * @internal
3596
- */
3597
- export declare const DeleteSubscriptionDefinitionResponseFilterSensitiveLog: (obj: DeleteSubscriptionDefinitionResponse) => any;
3598
- /**
3599
- * @internal
3600
- */
3601
- export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
3602
- /**
3603
- * @internal
3604
- */
3605
- export declare const DisassociateRoleFromGroupRequestFilterSensitiveLog: (obj: DisassociateRoleFromGroupRequest) => any;
3606
- /**
3607
- * @internal
3608
- */
3609
- export declare const DisassociateRoleFromGroupResponseFilterSensitiveLog: (obj: DisassociateRoleFromGroupResponse) => any;
3610
- /**
3611
- * @internal
3612
- */
3613
- export declare const DisassociateServiceRoleFromAccountRequestFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
3614
- /**
3615
- * @internal
3616
- */
3617
- export declare const DisassociateServiceRoleFromAccountResponseFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
3618
- /**
3619
- * @internal
3620
- */
3621
- export declare const GetAssociatedRoleRequestFilterSensitiveLog: (obj: GetAssociatedRoleRequest) => any;
3622
- /**
3623
- * @internal
3624
- */
3625
- export declare const GetAssociatedRoleResponseFilterSensitiveLog: (obj: GetAssociatedRoleResponse) => any;
3626
- /**
3627
- * @internal
3628
- */
3629
- export declare const GetBulkDeploymentStatusRequestFilterSensitiveLog: (obj: GetBulkDeploymentStatusRequest) => any;
3630
- /**
3631
- * @internal
3632
- */
3633
- export declare const GetBulkDeploymentStatusResponseFilterSensitiveLog: (obj: GetBulkDeploymentStatusResponse) => any;
3634
- /**
3635
- * @internal
3636
- */
3637
- export declare const GetConnectivityInfoRequestFilterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
3638
- /**
3639
- * @internal
3640
- */
3641
- export declare const GetConnectivityInfoResponseFilterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
3642
- /**
3643
- * @internal
3644
- */
3645
- export declare const GetConnectorDefinitionRequestFilterSensitiveLog: (obj: GetConnectorDefinitionRequest) => any;
3646
- /**
3647
- * @internal
3648
- */
3649
- export declare const GetConnectorDefinitionResponseFilterSensitiveLog: (obj: GetConnectorDefinitionResponse) => any;
3650
- /**
3651
- * @internal
3652
- */
3653
- export declare const GetConnectorDefinitionVersionRequestFilterSensitiveLog: (obj: GetConnectorDefinitionVersionRequest) => any;
3654
- /**
3655
- * @internal
3656
- */
3657
- export declare const GetConnectorDefinitionVersionResponseFilterSensitiveLog: (obj: GetConnectorDefinitionVersionResponse) => any;
3658
- /**
3659
- * @internal
3660
- */
3661
- export declare const GetCoreDefinitionRequestFilterSensitiveLog: (obj: GetCoreDefinitionRequest) => any;
3662
- /**
3663
- * @internal
3664
- */
3665
- export declare const GetCoreDefinitionResponseFilterSensitiveLog: (obj: GetCoreDefinitionResponse) => any;
3666
- /**
3667
- * @internal
3668
- */
3669
- export declare const GetCoreDefinitionVersionRequestFilterSensitiveLog: (obj: GetCoreDefinitionVersionRequest) => any;
3670
- /**
3671
- * @internal
3672
- */
3673
- export declare const GetCoreDefinitionVersionResponseFilterSensitiveLog: (obj: GetCoreDefinitionVersionResponse) => any;
3674
- /**
3675
- * @internal
3676
- */
3677
- export declare const GetDeploymentStatusRequestFilterSensitiveLog: (obj: GetDeploymentStatusRequest) => any;
3678
- /**
3679
- * @internal
3680
- */
3681
- export declare const GetDeploymentStatusResponseFilterSensitiveLog: (obj: GetDeploymentStatusResponse) => any;
3682
- /**
3683
- * @internal
3684
- */
3685
- export declare const GetDeviceDefinitionRequestFilterSensitiveLog: (obj: GetDeviceDefinitionRequest) => any;
3686
- /**
3687
- * @internal
3688
- */
3689
- export declare const GetDeviceDefinitionResponseFilterSensitiveLog: (obj: GetDeviceDefinitionResponse) => any;
3690
- /**
3691
- * @internal
3692
- */
3693
- export declare const GetDeviceDefinitionVersionRequestFilterSensitiveLog: (obj: GetDeviceDefinitionVersionRequest) => any;
3694
- /**
3695
- * @internal
3696
- */
3697
- export declare const GetDeviceDefinitionVersionResponseFilterSensitiveLog: (obj: GetDeviceDefinitionVersionResponse) => any;
3698
- /**
3699
- * @internal
3700
- */
3701
- export declare const GetFunctionDefinitionRequestFilterSensitiveLog: (obj: GetFunctionDefinitionRequest) => any;
3702
- /**
3703
- * @internal
3704
- */
3705
- export declare const GetFunctionDefinitionResponseFilterSensitiveLog: (obj: GetFunctionDefinitionResponse) => any;
3706
- /**
3707
- * @internal
3708
- */
3709
- export declare const GetFunctionDefinitionVersionRequestFilterSensitiveLog: (obj: GetFunctionDefinitionVersionRequest) => any;
3710
- /**
3711
- * @internal
3712
- */
3713
- export declare const GetFunctionDefinitionVersionResponseFilterSensitiveLog: (obj: GetFunctionDefinitionVersionResponse) => any;
3714
- /**
3715
- * @internal
3716
- */
3717
- export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
3718
- /**
3719
- * @internal
3720
- */
3721
- export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
3722
- /**
3723
- * @internal
3724
- */
3725
- export declare const GetGroupCertificateAuthorityRequestFilterSensitiveLog: (obj: GetGroupCertificateAuthorityRequest) => any;
3726
- /**
3727
- * @internal
3728
- */
3729
- export declare const GetGroupCertificateAuthorityResponseFilterSensitiveLog: (obj: GetGroupCertificateAuthorityResponse) => any;
3730
- /**
3731
- * @internal
3732
- */
3733
- export declare const GetGroupCertificateConfigurationRequestFilterSensitiveLog: (obj: GetGroupCertificateConfigurationRequest) => any;
3734
- /**
3735
- * @internal
3736
- */
3737
- export declare const GetGroupCertificateConfigurationResponseFilterSensitiveLog: (obj: GetGroupCertificateConfigurationResponse) => any;
3738
- /**
3739
- * @internal
3740
- */
3741
- export declare const GetGroupVersionRequestFilterSensitiveLog: (obj: GetGroupVersionRequest) => any;
3742
- /**
3743
- * @internal
3744
- */
3745
- export declare const GetGroupVersionResponseFilterSensitiveLog: (obj: GetGroupVersionResponse) => any;
3746
- /**
3747
- * @internal
3748
- */
3749
- export declare const GetLoggerDefinitionRequestFilterSensitiveLog: (obj: GetLoggerDefinitionRequest) => any;
3750
- /**
3751
- * @internal
3752
- */
3753
- export declare const GetLoggerDefinitionResponseFilterSensitiveLog: (obj: GetLoggerDefinitionResponse) => any;
3754
- /**
3755
- * @internal
3756
- */
3757
- export declare const GetLoggerDefinitionVersionRequestFilterSensitiveLog: (obj: GetLoggerDefinitionVersionRequest) => any;
3758
- /**
3759
- * @internal
3760
- */
3761
- export declare const GetLoggerDefinitionVersionResponseFilterSensitiveLog: (obj: GetLoggerDefinitionVersionResponse) => any;
3762
- /**
3763
- * @internal
3764
- */
3765
- export declare const GetResourceDefinitionRequestFilterSensitiveLog: (obj: GetResourceDefinitionRequest) => any;
3766
- /**
3767
- * @internal
3768
- */
3769
- export declare const GetResourceDefinitionResponseFilterSensitiveLog: (obj: GetResourceDefinitionResponse) => any;
3770
- /**
3771
- * @internal
3772
- */
3773
- export declare const GetResourceDefinitionVersionRequestFilterSensitiveLog: (obj: GetResourceDefinitionVersionRequest) => any;
3774
- /**
3775
- * @internal
3776
- */
3777
- export declare const GetResourceDefinitionVersionResponseFilterSensitiveLog: (obj: GetResourceDefinitionVersionResponse) => any;
3778
- /**
3779
- * @internal
3780
- */
3781
- export declare const GetServiceRoleForAccountRequestFilterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
3782
- /**
3783
- * @internal
3784
- */
3785
- export declare const GetServiceRoleForAccountResponseFilterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
3786
- /**
3787
- * @internal
3788
- */
3789
- export declare const GetSubscriptionDefinitionRequestFilterSensitiveLog: (obj: GetSubscriptionDefinitionRequest) => any;
3790
- /**
3791
- * @internal
3792
- */
3793
- export declare const GetSubscriptionDefinitionResponseFilterSensitiveLog: (obj: GetSubscriptionDefinitionResponse) => any;
3794
- /**
3795
- * @internal
3796
- */
3797
- export declare const GetSubscriptionDefinitionVersionRequestFilterSensitiveLog: (obj: GetSubscriptionDefinitionVersionRequest) => any;
3798
- /**
3799
- * @internal
3800
- */
3801
- export declare const GetSubscriptionDefinitionVersionResponseFilterSensitiveLog: (obj: GetSubscriptionDefinitionVersionResponse) => any;
3802
- /**
3803
- * @internal
3804
- */
3805
- export declare const GetThingRuntimeConfigurationRequestFilterSensitiveLog: (obj: GetThingRuntimeConfigurationRequest) => any;
3806
- /**
3807
- * @internal
3808
- */
3809
- export declare const TelemetryConfigurationFilterSensitiveLog: (obj: TelemetryConfiguration) => any;
3810
- /**
3811
- * @internal
3812
- */
3813
- export declare const RuntimeConfigurationFilterSensitiveLog: (obj: RuntimeConfiguration) => any;
3814
- /**
3815
- * @internal
3816
- */
3817
- export declare const GetThingRuntimeConfigurationResponseFilterSensitiveLog: (obj: GetThingRuntimeConfigurationResponse) => any;
3818
- /**
3819
- * @internal
3820
- */
3821
- export declare const ListBulkDeploymentDetailedReportsRequestFilterSensitiveLog: (obj: ListBulkDeploymentDetailedReportsRequest) => any;
3822
- /**
3823
- * @internal
3824
- */
3825
- export declare const ListBulkDeploymentDetailedReportsResponseFilterSensitiveLog: (obj: ListBulkDeploymentDetailedReportsResponse) => any;
3826
- /**
3827
- * @internal
3828
- */
3829
- export declare const ListBulkDeploymentsRequestFilterSensitiveLog: (obj: ListBulkDeploymentsRequest) => any;
3830
- /**
3831
- * @internal
3832
- */
3833
- export declare const ListBulkDeploymentsResponseFilterSensitiveLog: (obj: ListBulkDeploymentsResponse) => any;
3834
- /**
3835
- * @internal
3836
- */
3837
- export declare const ListConnectorDefinitionsRequestFilterSensitiveLog: (obj: ListConnectorDefinitionsRequest) => any;
3838
- /**
3839
- * @internal
3840
- */
3841
- export declare const ListConnectorDefinitionsResponseFilterSensitiveLog: (obj: ListConnectorDefinitionsResponse) => any;
3842
- /**
3843
- * @internal
3844
- */
3845
- export declare const ListConnectorDefinitionVersionsRequestFilterSensitiveLog: (obj: ListConnectorDefinitionVersionsRequest) => any;
3846
- /**
3847
- * @internal
3848
- */
3849
- export declare const ListConnectorDefinitionVersionsResponseFilterSensitiveLog: (obj: ListConnectorDefinitionVersionsResponse) => any;
3850
- /**
3851
- * @internal
3852
- */
3853
- export declare const ListCoreDefinitionsRequestFilterSensitiveLog: (obj: ListCoreDefinitionsRequest) => any;
3854
- /**
3855
- * @internal
3856
- */
3857
- export declare const ListCoreDefinitionsResponseFilterSensitiveLog: (obj: ListCoreDefinitionsResponse) => any;
3858
- /**
3859
- * @internal
3860
- */
3861
- export declare const ListCoreDefinitionVersionsRequestFilterSensitiveLog: (obj: ListCoreDefinitionVersionsRequest) => any;
3862
- /**
3863
- * @internal
3864
- */
3865
- export declare const ListCoreDefinitionVersionsResponseFilterSensitiveLog: (obj: ListCoreDefinitionVersionsResponse) => any;
3866
- /**
3867
- * @internal
3868
- */
3869
- export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
3870
- /**
3871
- * @internal
3872
- */
3873
- export declare const ListDeploymentsResponseFilterSensitiveLog: (obj: ListDeploymentsResponse) => any;
3874
- /**
3875
- * @internal
3876
- */
3877
- export declare const ListDeviceDefinitionsRequestFilterSensitiveLog: (obj: ListDeviceDefinitionsRequest) => any;
3878
- /**
3879
- * @internal
3880
- */
3881
- export declare const ListDeviceDefinitionsResponseFilterSensitiveLog: (obj: ListDeviceDefinitionsResponse) => any;
3882
- /**
3883
- * @internal
3884
- */
3885
- export declare const ListDeviceDefinitionVersionsRequestFilterSensitiveLog: (obj: ListDeviceDefinitionVersionsRequest) => any;
3886
- /**
3887
- * @internal
3888
- */
3889
- export declare const ListDeviceDefinitionVersionsResponseFilterSensitiveLog: (obj: ListDeviceDefinitionVersionsResponse) => any;
3890
- /**
3891
- * @internal
3892
- */
3893
- export declare const ListFunctionDefinitionsRequestFilterSensitiveLog: (obj: ListFunctionDefinitionsRequest) => any;
3894
- /**
3895
- * @internal
3896
- */
3897
- export declare const ListFunctionDefinitionsResponseFilterSensitiveLog: (obj: ListFunctionDefinitionsResponse) => any;
3898
- /**
3899
- * @internal
3900
- */
3901
- export declare const ListFunctionDefinitionVersionsRequestFilterSensitiveLog: (obj: ListFunctionDefinitionVersionsRequest) => any;
3902
- /**
3903
- * @internal
3904
- */
3905
- export declare const ListFunctionDefinitionVersionsResponseFilterSensitiveLog: (obj: ListFunctionDefinitionVersionsResponse) => any;
3906
- /**
3907
- * @internal
3908
- */
3909
- export declare const ListGroupCertificateAuthoritiesRequestFilterSensitiveLog: (obj: ListGroupCertificateAuthoritiesRequest) => any;
3910
- /**
3911
- * @internal
3912
- */
3913
- export declare const ListGroupCertificateAuthoritiesResponseFilterSensitiveLog: (obj: ListGroupCertificateAuthoritiesResponse) => any;
3914
- /**
3915
- * @internal
3916
- */
3917
- export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
3918
- /**
3919
- * @internal
3920
- */
3921
- export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
3922
- /**
3923
- * @internal
3924
- */
3925
- export declare const ListGroupVersionsRequestFilterSensitiveLog: (obj: ListGroupVersionsRequest) => any;
3926
- /**
3927
- * @internal
3928
- */
3929
- export declare const ListGroupVersionsResponseFilterSensitiveLog: (obj: ListGroupVersionsResponse) => any;
3930
- /**
3931
- * @internal
3932
- */
3933
- export declare const ListLoggerDefinitionsRequestFilterSensitiveLog: (obj: ListLoggerDefinitionsRequest) => any;
3934
- /**
3935
- * @internal
3936
- */
3937
- export declare const ListLoggerDefinitionsResponseFilterSensitiveLog: (obj: ListLoggerDefinitionsResponse) => any;
3938
- /**
3939
- * @internal
3940
- */
3941
- export declare const ListLoggerDefinitionVersionsRequestFilterSensitiveLog: (obj: ListLoggerDefinitionVersionsRequest) => any;
3942
- /**
3943
- * @internal
3944
- */
3945
- export declare const ListLoggerDefinitionVersionsResponseFilterSensitiveLog: (obj: ListLoggerDefinitionVersionsResponse) => any;
3946
- /**
3947
- * @internal
3948
- */
3949
- export declare const ListResourceDefinitionsRequestFilterSensitiveLog: (obj: ListResourceDefinitionsRequest) => any;
3950
- /**
3951
- * @internal
3952
- */
3953
- export declare const ListResourceDefinitionsResponseFilterSensitiveLog: (obj: ListResourceDefinitionsResponse) => any;
3954
- /**
3955
- * @internal
3956
- */
3957
- export declare const ListResourceDefinitionVersionsRequestFilterSensitiveLog: (obj: ListResourceDefinitionVersionsRequest) => any;
3958
- /**
3959
- * @internal
3960
- */
3961
- export declare const ListResourceDefinitionVersionsResponseFilterSensitiveLog: (obj: ListResourceDefinitionVersionsResponse) => any;
3962
- /**
3963
- * @internal
3964
- */
3965
- export declare const ListSubscriptionDefinitionsRequestFilterSensitiveLog: (obj: ListSubscriptionDefinitionsRequest) => any;
3966
- /**
3967
- * @internal
3968
- */
3969
- export declare const ListSubscriptionDefinitionsResponseFilterSensitiveLog: (obj: ListSubscriptionDefinitionsResponse) => any;
3970
- /**
3971
- * @internal
3972
- */
3973
- export declare const ListSubscriptionDefinitionVersionsRequestFilterSensitiveLog: (obj: ListSubscriptionDefinitionVersionsRequest) => any;
3974
- /**
3975
- * @internal
3976
- */
3977
- export declare const ListSubscriptionDefinitionVersionsResponseFilterSensitiveLog: (obj: ListSubscriptionDefinitionVersionsResponse) => any;
3978
- /**
3979
- * @internal
3980
- */
3981
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3982
- /**
3983
- * @internal
3984
- */
3985
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3986
- /**
3987
- * @internal
3988
- */
3989
- export declare const ResetDeploymentsRequestFilterSensitiveLog: (obj: ResetDeploymentsRequest) => any;
3990
- /**
3991
- * @internal
3992
- */
3993
- export declare const ResetDeploymentsResponseFilterSensitiveLog: (obj: ResetDeploymentsResponse) => any;
3994
- /**
3995
- * @internal
3996
- */
3997
- export declare const StartBulkDeploymentRequestFilterSensitiveLog: (obj: StartBulkDeploymentRequest) => any;
3998
- /**
3999
- * @internal
4000
- */
4001
- export declare const StartBulkDeploymentResponseFilterSensitiveLog: (obj: StartBulkDeploymentResponse) => any;
4002
- /**
4003
- * @internal
4004
- */
4005
- export declare const StopBulkDeploymentRequestFilterSensitiveLog: (obj: StopBulkDeploymentRequest) => any;
4006
- /**
4007
- * @internal
4008
- */
4009
- export declare const StopBulkDeploymentResponseFilterSensitiveLog: (obj: StopBulkDeploymentResponse) => any;
4010
- /**
4011
- * @internal
4012
- */
4013
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4014
- /**
4015
- * @internal
4016
- */
4017
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4018
- /**
4019
- * @internal
4020
- */
4021
- export declare const UpdateConnectivityInfoRequestFilterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
4022
- /**
4023
- * @internal
4024
- */
4025
- export declare const UpdateConnectivityInfoResponseFilterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;
4026
- /**
4027
- * @internal
4028
- */
4029
- export declare const UpdateConnectorDefinitionRequestFilterSensitiveLog: (obj: UpdateConnectorDefinitionRequest) => any;
4030
- /**
4031
- * @internal
4032
- */
4033
- export declare const UpdateConnectorDefinitionResponseFilterSensitiveLog: (obj: UpdateConnectorDefinitionResponse) => any;
4034
- /**
4035
- * @internal
4036
- */
4037
- export declare const UpdateCoreDefinitionRequestFilterSensitiveLog: (obj: UpdateCoreDefinitionRequest) => any;
4038
- /**
4039
- * @internal
4040
- */
4041
- export declare const UpdateCoreDefinitionResponseFilterSensitiveLog: (obj: UpdateCoreDefinitionResponse) => any;
4042
- /**
4043
- * @internal
4044
- */
4045
- export declare const UpdateDeviceDefinitionRequestFilterSensitiveLog: (obj: UpdateDeviceDefinitionRequest) => any;
4046
- /**
4047
- * @internal
4048
- */
4049
- export declare const UpdateDeviceDefinitionResponseFilterSensitiveLog: (obj: UpdateDeviceDefinitionResponse) => any;
4050
- /**
4051
- * @internal
4052
- */
4053
- export declare const UpdateFunctionDefinitionRequestFilterSensitiveLog: (obj: UpdateFunctionDefinitionRequest) => any;
4054
- /**
4055
- * @internal
4056
- */
4057
- export declare const UpdateFunctionDefinitionResponseFilterSensitiveLog: (obj: UpdateFunctionDefinitionResponse) => any;
4058
- /**
4059
- * @internal
4060
- */
4061
- export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
4062
- /**
4063
- * @internal
4064
- */
4065
- export declare const UpdateGroupResponseFilterSensitiveLog: (obj: UpdateGroupResponse) => any;
4066
- /**
4067
- * @internal
4068
- */
4069
- export declare const UpdateGroupCertificateConfigurationRequestFilterSensitiveLog: (obj: UpdateGroupCertificateConfigurationRequest) => any;
4070
- /**
4071
- * @internal
4072
- */
4073
- export declare const UpdateGroupCertificateConfigurationResponseFilterSensitiveLog: (obj: UpdateGroupCertificateConfigurationResponse) => any;
4074
- /**
4075
- * @internal
4076
- */
4077
- export declare const UpdateLoggerDefinitionRequestFilterSensitiveLog: (obj: UpdateLoggerDefinitionRequest) => any;
4078
- /**
4079
- * @internal
4080
- */
4081
- export declare const UpdateLoggerDefinitionResponseFilterSensitiveLog: (obj: UpdateLoggerDefinitionResponse) => any;
4082
- /**
4083
- * @internal
4084
- */
4085
- export declare const UpdateResourceDefinitionRequestFilterSensitiveLog: (obj: UpdateResourceDefinitionRequest) => any;
4086
- /**
4087
- * @internal
4088
- */
4089
- export declare const UpdateResourceDefinitionResponseFilterSensitiveLog: (obj: UpdateResourceDefinitionResponse) => any;
4090
- /**
4091
- * @internal
4092
- */
4093
- export declare const UpdateSubscriptionDefinitionRequestFilterSensitiveLog: (obj: UpdateSubscriptionDefinitionRequest) => any;
4094
- /**
4095
- * @internal
4096
- */
4097
- export declare const UpdateSubscriptionDefinitionResponseFilterSensitiveLog: (obj: UpdateSubscriptionDefinitionResponse) => any;
4098
- /**
4099
- * @internal
4100
- */
4101
- export declare const TelemetryConfigurationUpdateFilterSensitiveLog: (obj: TelemetryConfigurationUpdate) => any;
4102
- /**
4103
- * @internal
4104
- */
4105
- export declare const UpdateThingRuntimeConfigurationRequestFilterSensitiveLog: (obj: UpdateThingRuntimeConfigurationRequest) => any;
4106
- /**
4107
- * @internal
4108
- */
4109
- export declare const UpdateThingRuntimeConfigurationResponseFilterSensitiveLog: (obj: UpdateThingRuntimeConfigurationResponse) => any;
3831
+ export interface UpdateThingRuntimeConfigurationResponse {
3832
+ }