@aws-sdk/client-greengrass 3.529.1 → 3.535.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 (197) hide show
  1. package/dist-types/Greengrass.d.ts +19 -1
  2. package/dist-types/GreengrassClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateGroupVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  34. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +2 -1
  35. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +2 -1
  36. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  37. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +2 -1
  38. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -1
  39. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +2 -1
  40. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +2 -1
  42. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -1
  44. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -1
  47. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -1
  48. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  49. package/dist-types/commands/GetGroupVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +2 -1
  51. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -1
  52. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +2 -1
  53. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +2 -1
  54. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  55. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +2 -1
  56. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -1
  57. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -1
  58. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -1
  70. package/dist-types/commands/ListGroupVersionsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +2 -1
  74. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  79. package/dist-types/commands/ResetDeploymentsCommand.d.ts +2 -1
  80. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -1
  81. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +2 -1
  82. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  83. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  84. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +2 -1
  92. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +2 -1
  93. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -1
  94. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -1
  95. package/dist-types/models/models_0.d.ts +679 -679
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  97. package/dist-types/runtimeConfig.d.ts +2 -2
  98. package/dist-types/runtimeConfig.native.d.ts +2 -2
  99. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  100. package/dist-types/ts3.4/Greengrass.d.ts +18 -0
  101. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  194. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  195. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  196. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  197. package/package.json +40 -40
@@ -108,6 +108,7 @@ export interface Greengrass {
108
108
  /**
109
109
  * @see {@link CreateConnectorDefinitionCommand}
110
110
  */
111
+ createConnectorDefinition(): Promise<CreateConnectorDefinitionCommandOutput>;
111
112
  createConnectorDefinition(args: CreateConnectorDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorDefinitionCommandOutput>;
112
113
  createConnectorDefinition(args: CreateConnectorDefinitionCommandInput, cb: (err: any, data?: CreateConnectorDefinitionCommandOutput) => void): void;
113
114
  createConnectorDefinition(args: CreateConnectorDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorDefinitionCommandOutput) => void): void;
@@ -120,6 +121,7 @@ export interface Greengrass {
120
121
  /**
121
122
  * @see {@link CreateCoreDefinitionCommand}
122
123
  */
124
+ createCoreDefinition(): Promise<CreateCoreDefinitionCommandOutput>;
123
125
  createCoreDefinition(args: CreateCoreDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCoreDefinitionCommandOutput>;
124
126
  createCoreDefinition(args: CreateCoreDefinitionCommandInput, cb: (err: any, data?: CreateCoreDefinitionCommandOutput) => void): void;
125
127
  createCoreDefinition(args: CreateCoreDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCoreDefinitionCommandOutput) => void): void;
@@ -138,6 +140,7 @@ export interface Greengrass {
138
140
  /**
139
141
  * @see {@link CreateDeviceDefinitionCommand}
140
142
  */
143
+ createDeviceDefinition(): Promise<CreateDeviceDefinitionCommandOutput>;
141
144
  createDeviceDefinition(args: CreateDeviceDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeviceDefinitionCommandOutput>;
142
145
  createDeviceDefinition(args: CreateDeviceDefinitionCommandInput, cb: (err: any, data?: CreateDeviceDefinitionCommandOutput) => void): void;
143
146
  createDeviceDefinition(args: CreateDeviceDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeviceDefinitionCommandOutput) => void): void;
@@ -150,6 +153,7 @@ export interface Greengrass {
150
153
  /**
151
154
  * @see {@link CreateFunctionDefinitionCommand}
152
155
  */
156
+ createFunctionDefinition(): Promise<CreateFunctionDefinitionCommandOutput>;
153
157
  createFunctionDefinition(args: CreateFunctionDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateFunctionDefinitionCommandOutput>;
154
158
  createFunctionDefinition(args: CreateFunctionDefinitionCommandInput, cb: (err: any, data?: CreateFunctionDefinitionCommandOutput) => void): void;
155
159
  createFunctionDefinition(args: CreateFunctionDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFunctionDefinitionCommandOutput) => void): void;
@@ -180,6 +184,7 @@ export interface Greengrass {
180
184
  /**
181
185
  * @see {@link CreateLoggerDefinitionCommand}
182
186
  */
187
+ createLoggerDefinition(): Promise<CreateLoggerDefinitionCommandOutput>;
183
188
  createLoggerDefinition(args: CreateLoggerDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoggerDefinitionCommandOutput>;
184
189
  createLoggerDefinition(args: CreateLoggerDefinitionCommandInput, cb: (err: any, data?: CreateLoggerDefinitionCommandOutput) => void): void;
185
190
  createLoggerDefinition(args: CreateLoggerDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoggerDefinitionCommandOutput) => void): void;
@@ -192,6 +197,7 @@ export interface Greengrass {
192
197
  /**
193
198
  * @see {@link CreateResourceDefinitionCommand}
194
199
  */
200
+ createResourceDefinition(): Promise<CreateResourceDefinitionCommandOutput>;
195
201
  createResourceDefinition(args: CreateResourceDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceDefinitionCommandOutput>;
196
202
  createResourceDefinition(args: CreateResourceDefinitionCommandInput, cb: (err: any, data?: CreateResourceDefinitionCommandOutput) => void): void;
197
203
  createResourceDefinition(args: CreateResourceDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceDefinitionCommandOutput) => void): void;
@@ -210,6 +216,7 @@ export interface Greengrass {
210
216
  /**
211
217
  * @see {@link CreateSubscriptionDefinitionCommand}
212
218
  */
219
+ createSubscriptionDefinition(): Promise<CreateSubscriptionDefinitionCommandOutput>;
213
220
  createSubscriptionDefinition(args: CreateSubscriptionDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubscriptionDefinitionCommandOutput>;
214
221
  createSubscriptionDefinition(args: CreateSubscriptionDefinitionCommandInput, cb: (err: any, data?: CreateSubscriptionDefinitionCommandOutput) => void): void;
215
222
  createSubscriptionDefinition(args: CreateSubscriptionDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriptionDefinitionCommandOutput) => void): void;
@@ -276,6 +283,7 @@ export interface Greengrass {
276
283
  /**
277
284
  * @see {@link DisassociateServiceRoleFromAccountCommand}
278
285
  */
286
+ disassociateServiceRoleFromAccount(): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
279
287
  disassociateServiceRoleFromAccount(args: DisassociateServiceRoleFromAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
280
288
  disassociateServiceRoleFromAccount(args: DisassociateServiceRoleFromAccountCommandInput, cb: (err: any, data?: DisassociateServiceRoleFromAccountCommandOutput) => void): void;
281
289
  disassociateServiceRoleFromAccount(args: DisassociateServiceRoleFromAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateServiceRoleFromAccountCommandOutput) => void): void;
@@ -402,6 +410,7 @@ export interface Greengrass {
402
410
  /**
403
411
  * @see {@link GetServiceRoleForAccountCommand}
404
412
  */
413
+ getServiceRoleForAccount(): Promise<GetServiceRoleForAccountCommandOutput>;
405
414
  getServiceRoleForAccount(args: GetServiceRoleForAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceRoleForAccountCommandOutput>;
406
415
  getServiceRoleForAccount(args: GetServiceRoleForAccountCommandInput, cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void): void;
407
416
  getServiceRoleForAccount(args: GetServiceRoleForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void): void;
@@ -432,12 +441,14 @@ export interface Greengrass {
432
441
  /**
433
442
  * @see {@link ListBulkDeploymentsCommand}
434
443
  */
444
+ listBulkDeployments(): Promise<ListBulkDeploymentsCommandOutput>;
435
445
  listBulkDeployments(args: ListBulkDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListBulkDeploymentsCommandOutput>;
436
446
  listBulkDeployments(args: ListBulkDeploymentsCommandInput, cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void): void;
437
447
  listBulkDeployments(args: ListBulkDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void): void;
438
448
  /**
439
449
  * @see {@link ListConnectorDefinitionsCommand}
440
450
  */
451
+ listConnectorDefinitions(): Promise<ListConnectorDefinitionsCommandOutput>;
441
452
  listConnectorDefinitions(args: ListConnectorDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorDefinitionsCommandOutput>;
442
453
  listConnectorDefinitions(args: ListConnectorDefinitionsCommandInput, cb: (err: any, data?: ListConnectorDefinitionsCommandOutput) => void): void;
443
454
  listConnectorDefinitions(args: ListConnectorDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorDefinitionsCommandOutput) => void): void;
@@ -450,6 +461,7 @@ export interface Greengrass {
450
461
  /**
451
462
  * @see {@link ListCoreDefinitionsCommand}
452
463
  */
464
+ listCoreDefinitions(): Promise<ListCoreDefinitionsCommandOutput>;
453
465
  listCoreDefinitions(args: ListCoreDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreDefinitionsCommandOutput>;
454
466
  listCoreDefinitions(args: ListCoreDefinitionsCommandInput, cb: (err: any, data?: ListCoreDefinitionsCommandOutput) => void): void;
455
467
  listCoreDefinitions(args: ListCoreDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreDefinitionsCommandOutput) => void): void;
@@ -468,6 +480,7 @@ export interface Greengrass {
468
480
  /**
469
481
  * @see {@link ListDeviceDefinitionsCommand}
470
482
  */
483
+ listDeviceDefinitions(): Promise<ListDeviceDefinitionsCommandOutput>;
471
484
  listDeviceDefinitions(args: ListDeviceDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceDefinitionsCommandOutput>;
472
485
  listDeviceDefinitions(args: ListDeviceDefinitionsCommandInput, cb: (err: any, data?: ListDeviceDefinitionsCommandOutput) => void): void;
473
486
  listDeviceDefinitions(args: ListDeviceDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceDefinitionsCommandOutput) => void): void;
@@ -480,6 +493,7 @@ export interface Greengrass {
480
493
  /**
481
494
  * @see {@link ListFunctionDefinitionsCommand}
482
495
  */
496
+ listFunctionDefinitions(): Promise<ListFunctionDefinitionsCommandOutput>;
483
497
  listFunctionDefinitions(args: ListFunctionDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListFunctionDefinitionsCommandOutput>;
484
498
  listFunctionDefinitions(args: ListFunctionDefinitionsCommandInput, cb: (err: any, data?: ListFunctionDefinitionsCommandOutput) => void): void;
485
499
  listFunctionDefinitions(args: ListFunctionDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionDefinitionsCommandOutput) => void): void;
@@ -498,6 +512,7 @@ export interface Greengrass {
498
512
  /**
499
513
  * @see {@link ListGroupsCommand}
500
514
  */
515
+ listGroups(): Promise<ListGroupsCommandOutput>;
501
516
  listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
502
517
  listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
503
518
  listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
@@ -510,6 +525,7 @@ export interface Greengrass {
510
525
  /**
511
526
  * @see {@link ListLoggerDefinitionsCommand}
512
527
  */
528
+ listLoggerDefinitions(): Promise<ListLoggerDefinitionsCommandOutput>;
513
529
  listLoggerDefinitions(args: ListLoggerDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLoggerDefinitionsCommandOutput>;
514
530
  listLoggerDefinitions(args: ListLoggerDefinitionsCommandInput, cb: (err: any, data?: ListLoggerDefinitionsCommandOutput) => void): void;
515
531
  listLoggerDefinitions(args: ListLoggerDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLoggerDefinitionsCommandOutput) => void): void;
@@ -522,6 +538,7 @@ export interface Greengrass {
522
538
  /**
523
539
  * @see {@link ListResourceDefinitionsCommand}
524
540
  */
541
+ listResourceDefinitions(): Promise<ListResourceDefinitionsCommandOutput>;
525
542
  listResourceDefinitions(args: ListResourceDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceDefinitionsCommandOutput>;
526
543
  listResourceDefinitions(args: ListResourceDefinitionsCommandInput, cb: (err: any, data?: ListResourceDefinitionsCommandOutput) => void): void;
527
544
  listResourceDefinitions(args: ListResourceDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceDefinitionsCommandOutput) => void): void;
@@ -534,6 +551,7 @@ export interface Greengrass {
534
551
  /**
535
552
  * @see {@link ListSubscriptionDefinitionsCommand}
536
553
  */
554
+ listSubscriptionDefinitions(): Promise<ListSubscriptionDefinitionsCommandOutput>;
537
555
  listSubscriptionDefinitions(args: ListSubscriptionDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSubscriptionDefinitionsCommandOutput>;
538
556
  listSubscriptionDefinitions(args: ListSubscriptionDefinitionsCommandInput, cb: (err: any, data?: ListSubscriptionDefinitionsCommandOutput) => void): void;
539
557
  listSubscriptionDefinitions(args: ListSubscriptionDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscriptionDefinitionsCommandOutput) => void): void;
@@ -647,8 +665,8 @@ export interface Greengrass {
647
665
  updateThingRuntimeConfiguration(args: UpdateThingRuntimeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingRuntimeConfigurationCommandOutput) => void): void;
648
666
  }
649
667
  /**
650
- * @public
651
668
  * AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.
669
+ * @public
652
670
  */
653
671
  export declare class Greengrass extends GreengrassClient implements Greengrass {
654
672
  }
@@ -243,8 +243,8 @@ export type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<_
243
243
  export interface GreengrassClientResolvedConfig extends GreengrassClientResolvedConfigType {
244
244
  }
245
245
  /**
246
- * @public
247
246
  * AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.
247
+ * @public
248
248
  */
249
249
  export declare class GreengrassClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GreengrassClientResolvedConfig> {
250
250
  /**
@@ -22,10 +22,10 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
22
22
  }
23
23
  declare const AssociateRoleToGroupCommand_base: {
24
24
  new (input: AssociateRoleToGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateRoleToGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const AssociateRoleToGroupCommand_base: {
60
60
  * @throws {@link GreengrassServiceException}
61
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class AssociateRoleToGroupCommand extends AssociateRoleToGroupCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
22
22
  }
23
23
  declare const AssociateServiceRoleToAccountCommand_base: {
24
24
  new (input: AssociateServiceRoleToAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateServiceRoleToAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const AssociateServiceRoleToAccountCommand_base: {
59
59
  * @throws {@link GreengrassServiceException}
60
60
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
22
22
  }
23
23
  declare const CreateConnectorDefinitionCommand_base: {
24
24
  new (input: CreateConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateConnectorDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const CreateConnectorDefinitionCommand_base: {
77
77
  * @throws {@link GreengrassServiceException}
78
78
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CreateConnectorDefinitionCommand extends CreateConnectorDefinitionCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
22
22
  }
23
23
  declare const CreateConnectorDefinitionVersionCommand_base: {
24
24
  new (input: CreateConnectorDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConnectorDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a connector definition which has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const CreateConnectorDefinitionVersionCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class CreateConnectorDefinitionVersionCommand extends CreateConnectorDefinitionVersionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
22
22
  }
23
23
  declare const CreateCoreDefinitionCommand_base: {
24
24
  new (input: CreateCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateCoreDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. Greengrass groups must each contain exactly one Greengrass core.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const CreateCoreDefinitionCommand_base: {
76
76
  * @throws {@link GreengrassServiceException}
77
77
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateCoreDefinitionCommand extends CreateCoreDefinitionCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
22
22
  }
23
23
  declare const CreateCoreDefinitionVersionCommand_base: {
24
24
  new (input: CreateCoreDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCoreDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const CreateCoreDefinitionVersionCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class CreateCoreDefinitionVersionCommand extends CreateCoreDefinitionVersionCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
22
22
  }
23
23
  declare const CreateDeploymentCommand_base: {
24
24
  new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const CreateDeploymentCommand_base: {
61
61
  * @throws {@link GreengrassServiceException}
62
62
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
22
22
  }
23
23
  declare const CreateDeviceDefinitionCommand_base: {
24
24
  new (input: CreateDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateDeviceDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const CreateDeviceDefinitionCommand_base: {
76
76
  * @throws {@link GreengrassServiceException}
77
77
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateDeviceDefinitionCommand extends CreateDeviceDefinitionCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
22
22
  }
23
23
  declare const CreateDeviceDefinitionVersionCommand_base: {
24
24
  new (input: CreateDeviceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeviceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a device definition that has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const CreateDeviceDefinitionVersionCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class CreateDeviceDefinitionVersionCommand extends CreateDeviceDefinitionVersionCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
22
22
  }
23
23
  declare const CreateFunctionDefinitionCommand_base: {
24
24
  new (input: CreateFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateFunctionDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const CreateFunctionDefinitionCommand_base: {
111
111
  * @throws {@link GreengrassServiceException}
112
112
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class CreateFunctionDefinitionCommand extends CreateFunctionDefinitionCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
22
22
  }
23
23
  declare const CreateFunctionDefinitionVersionCommand_base: {
24
24
  new (input: CreateFunctionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFunctionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a Lambda function definition that has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const CreateFunctionDefinitionVersionCommand_base: {
103
103
  * @throws {@link GreengrassServiceException}
104
104
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateFunctionDefinitionVersionCommand extends CreateFunctionDefinitionVersionCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
22
22
  }
23
23
  declare const CreateGroupCertificateAuthorityCommand_base: {
24
24
  new (input: CreateGroupCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGroupCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a CA for the group. If a CA already exists, it will rotate the existing CA.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const CreateGroupCertificateAuthorityCommand_base: {
60
60
  * @throws {@link GreengrassServiceException}
61
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class CreateGroupCertificateAuthorityCommand extends CreateGroupCertificateAuthorityCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
22
22
  }
23
23
  declare const CreateGroupCommand_base: {
24
24
  new (input: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const CreateGroupCommand_base: {
75
75
  * @throws {@link GreengrassServiceException}
76
76
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class CreateGroupCommand extends CreateGroupCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
22
22
  }
23
23
  declare const CreateGroupVersionCommand_base: {
24
24
  new (input: CreateGroupVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGroupVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a group which has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const CreateGroupVersionCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class CreateGroupVersionCommand extends CreateGroupVersionCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
22
22
  }
23
23
  declare const CreateLoggerDefinitionCommand_base: {
24
24
  new (input: CreateLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateLoggerDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const CreateLoggerDefinitionCommand_base: {
77
77
  * @throws {@link GreengrassServiceException}
78
78
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CreateLoggerDefinitionCommand extends CreateLoggerDefinitionCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
22
22
  }
23
23
  declare const CreateLoggerDefinitionVersionCommand_base: {
24
24
  new (input: CreateLoggerDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLoggerDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a logger definition that has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const CreateLoggerDefinitionVersionCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class CreateLoggerDefinitionVersionCommand extends CreateLoggerDefinitionVersionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
22
22
  }
23
23
  declare const CreateResourceDefinitionCommand_base: {
24
24
  new (input: CreateResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateResourceDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a resource definition which contains a list of resources to be used in a group. You can create an initial version of the definition by providing a list of resources now, or use ''CreateResourceDefinitionVersion'' later.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const CreateResourceDefinitionCommand_base: {
113
113
  * @throws {@link GreengrassServiceException}
114
114
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class CreateResourceDefinitionCommand extends CreateResourceDefinitionCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
22
22
  }
23
23
  declare const CreateResourceDefinitionVersionCommand_base: {
24
24
  new (input: CreateResourceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateResourceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a resource definition that has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const CreateResourceDefinitionVersionCommand_base: {
105
105
  * @throws {@link GreengrassServiceException}
106
106
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateResourceDefinitionVersionCommand extends CreateResourceDefinitionVersionCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
22
22
  }
23
23
  declare const CreateSoftwareUpdateJobCommand_base: {
24
24
  new (input: CreateSoftwareUpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSoftwareUpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const CreateSoftwareUpdateJobCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class CreateSoftwareUpdateJobCommand extends CreateSoftwareUpdateJobCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
22
22
  }
23
23
  declare const CreateSubscriptionDefinitionCommand_base: {
24
24
  new (input: CreateSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateSubscriptionDefinitionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const CreateSubscriptionDefinitionCommand_base: {
76
76
  * @throws {@link GreengrassServiceException}
77
77
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateSubscriptionDefinitionCommand extends CreateSubscriptionDefinitionCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
22
22
  }
23
23
  declare const CreateSubscriptionDefinitionVersionCommand_base: {
24
24
  new (input: CreateSubscriptionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSubscriptionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Creates a version of a subscription definition which has already been defined.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const CreateSubscriptionDefinitionVersionCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class CreateSubscriptionDefinitionVersionCommand extends CreateSubscriptionDefinitionVersionCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
22
22
  }
23
23
  declare const DeleteConnectorDefinitionCommand_base: {
24
24
  new (input: DeleteConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a connector definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteConnectorDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteConnectorDefinitionCommand extends DeleteConnectorDefinitionCommand_base {
59
60
  }