@aws-sdk/client-greengrass 3.533.0 → 3.540.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 (195) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Greengrass.d.ts +19 -1
  6. package/dist-types/GreengrassClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateGroupVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +2 -1
  37. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  38. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +2 -1
  39. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +2 -1
  44. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +2 -1
  46. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +2 -1
  47. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -1
  48. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +2 -1
  49. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -1
  51. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -1
  52. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  53. package/dist-types/commands/GetGroupVersionCommand.d.ts +2 -1
  54. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +2 -1
  55. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -1
  56. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +2 -1
  57. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +2 -1
  58. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  59. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +2 -1
  60. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -1
  61. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -1
  62. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -1
  74. package/dist-types/commands/ListGroupVersionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -1
  79. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +2 -1
  80. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -1
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  83. package/dist-types/commands/ResetDeploymentsCommand.d.ts +2 -1
  84. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -1
  85. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +2 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +2 -1
  92. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +2 -1
  93. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -1
  94. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  95. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +2 -1
  96. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +2 -1
  97. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -1
  98. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -1
  99. package/dist-types/index.d.ts +0 -1
  100. package/dist-types/models/models_0.d.ts +679 -679
  101. package/dist-types/ts3.4/Greengrass.d.ts +18 -0
  102. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/index.d.ts +0 -1
  195. package/package.json +40 -40
@@ -395,6 +395,7 @@ export interface Greengrass {
395
395
  options: __HttpHandlerOptions,
396
396
  cb: (err: any, data?: AssociateServiceRoleToAccountCommandOutput) => void
397
397
  ): void;
398
+ createConnectorDefinition(): Promise<CreateConnectorDefinitionCommandOutput>;
398
399
  createConnectorDefinition(
399
400
  args: CreateConnectorDefinitionCommandInput,
400
401
  options?: __HttpHandlerOptions
@@ -421,6 +422,7 @@ export interface Greengrass {
421
422
  options: __HttpHandlerOptions,
422
423
  cb: (err: any, data?: CreateConnectorDefinitionVersionCommandOutput) => void
423
424
  ): void;
425
+ createCoreDefinition(): Promise<CreateCoreDefinitionCommandOutput>;
424
426
  createCoreDefinition(
425
427
  args: CreateCoreDefinitionCommandInput,
426
428
  options?: __HttpHandlerOptions
@@ -460,6 +462,7 @@ export interface Greengrass {
460
462
  options: __HttpHandlerOptions,
461
463
  cb: (err: any, data?: CreateDeploymentCommandOutput) => void
462
464
  ): void;
465
+ createDeviceDefinition(): Promise<CreateDeviceDefinitionCommandOutput>;
463
466
  createDeviceDefinition(
464
467
  args: CreateDeviceDefinitionCommandInput,
465
468
  options?: __HttpHandlerOptions
@@ -486,6 +489,7 @@ export interface Greengrass {
486
489
  options: __HttpHandlerOptions,
487
490
  cb: (err: any, data?: CreateDeviceDefinitionVersionCommandOutput) => void
488
491
  ): void;
492
+ createFunctionDefinition(): Promise<CreateFunctionDefinitionCommandOutput>;
489
493
  createFunctionDefinition(
490
494
  args: CreateFunctionDefinitionCommandInput,
491
495
  options?: __HttpHandlerOptions
@@ -551,6 +555,7 @@ export interface Greengrass {
551
555
  options: __HttpHandlerOptions,
552
556
  cb: (err: any, data?: CreateGroupVersionCommandOutput) => void
553
557
  ): void;
558
+ createLoggerDefinition(): Promise<CreateLoggerDefinitionCommandOutput>;
554
559
  createLoggerDefinition(
555
560
  args: CreateLoggerDefinitionCommandInput,
556
561
  options?: __HttpHandlerOptions
@@ -577,6 +582,7 @@ export interface Greengrass {
577
582
  options: __HttpHandlerOptions,
578
583
  cb: (err: any, data?: CreateLoggerDefinitionVersionCommandOutput) => void
579
584
  ): void;
585
+ createResourceDefinition(): Promise<CreateResourceDefinitionCommandOutput>;
580
586
  createResourceDefinition(
581
587
  args: CreateResourceDefinitionCommandInput,
582
588
  options?: __HttpHandlerOptions
@@ -616,6 +622,7 @@ export interface Greengrass {
616
622
  options: __HttpHandlerOptions,
617
623
  cb: (err: any, data?: CreateSoftwareUpdateJobCommandOutput) => void
618
624
  ): void;
625
+ createSubscriptionDefinition(): Promise<CreateSubscriptionDefinitionCommandOutput>;
619
626
  createSubscriptionDefinition(
620
627
  args: CreateSubscriptionDefinitionCommandInput,
621
628
  options?: __HttpHandlerOptions
@@ -765,6 +772,7 @@ export interface Greengrass {
765
772
  options: __HttpHandlerOptions,
766
773
  cb: (err: any, data?: DisassociateRoleFromGroupCommandOutput) => void
767
774
  ): void;
775
+ disassociateServiceRoleFromAccount(): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
768
776
  disassociateServiceRoleFromAccount(
769
777
  args: DisassociateServiceRoleFromAccountCommandInput,
770
778
  options?: __HttpHandlerOptions
@@ -1044,6 +1052,7 @@ export interface Greengrass {
1044
1052
  options: __HttpHandlerOptions,
1045
1053
  cb: (err: any, data?: GetResourceDefinitionVersionCommandOutput) => void
1046
1054
  ): void;
1055
+ getServiceRoleForAccount(): Promise<GetServiceRoleForAccountCommandOutput>;
1047
1056
  getServiceRoleForAccount(
1048
1057
  args: GetServiceRoleForAccountCommandInput,
1049
1058
  options?: __HttpHandlerOptions
@@ -1115,6 +1124,7 @@ export interface Greengrass {
1115
1124
  data?: ListBulkDeploymentDetailedReportsCommandOutput
1116
1125
  ) => void
1117
1126
  ): void;
1127
+ listBulkDeployments(): Promise<ListBulkDeploymentsCommandOutput>;
1118
1128
  listBulkDeployments(
1119
1129
  args: ListBulkDeploymentsCommandInput,
1120
1130
  options?: __HttpHandlerOptions
@@ -1128,6 +1138,7 @@ export interface Greengrass {
1128
1138
  options: __HttpHandlerOptions,
1129
1139
  cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void
1130
1140
  ): void;
1141
+ listConnectorDefinitions(): Promise<ListConnectorDefinitionsCommandOutput>;
1131
1142
  listConnectorDefinitions(
1132
1143
  args: ListConnectorDefinitionsCommandInput,
1133
1144
  options?: __HttpHandlerOptions
@@ -1154,6 +1165,7 @@ export interface Greengrass {
1154
1165
  options: __HttpHandlerOptions,
1155
1166
  cb: (err: any, data?: ListConnectorDefinitionVersionsCommandOutput) => void
1156
1167
  ): void;
1168
+ listCoreDefinitions(): Promise<ListCoreDefinitionsCommandOutput>;
1157
1169
  listCoreDefinitions(
1158
1170
  args: ListCoreDefinitionsCommandInput,
1159
1171
  options?: __HttpHandlerOptions
@@ -1193,6 +1205,7 @@ export interface Greengrass {
1193
1205
  options: __HttpHandlerOptions,
1194
1206
  cb: (err: any, data?: ListDeploymentsCommandOutput) => void
1195
1207
  ): void;
1208
+ listDeviceDefinitions(): Promise<ListDeviceDefinitionsCommandOutput>;
1196
1209
  listDeviceDefinitions(
1197
1210
  args: ListDeviceDefinitionsCommandInput,
1198
1211
  options?: __HttpHandlerOptions
@@ -1219,6 +1232,7 @@ export interface Greengrass {
1219
1232
  options: __HttpHandlerOptions,
1220
1233
  cb: (err: any, data?: ListDeviceDefinitionVersionsCommandOutput) => void
1221
1234
  ): void;
1235
+ listFunctionDefinitions(): Promise<ListFunctionDefinitionsCommandOutput>;
1222
1236
  listFunctionDefinitions(
1223
1237
  args: ListFunctionDefinitionsCommandInput,
1224
1238
  options?: __HttpHandlerOptions
@@ -1258,6 +1272,7 @@ export interface Greengrass {
1258
1272
  options: __HttpHandlerOptions,
1259
1273
  cb: (err: any, data?: ListGroupCertificateAuthoritiesCommandOutput) => void
1260
1274
  ): void;
1275
+ listGroups(): Promise<ListGroupsCommandOutput>;
1261
1276
  listGroups(
1262
1277
  args: ListGroupsCommandInput,
1263
1278
  options?: __HttpHandlerOptions
@@ -1284,6 +1299,7 @@ export interface Greengrass {
1284
1299
  options: __HttpHandlerOptions,
1285
1300
  cb: (err: any, data?: ListGroupVersionsCommandOutput) => void
1286
1301
  ): void;
1302
+ listLoggerDefinitions(): Promise<ListLoggerDefinitionsCommandOutput>;
1287
1303
  listLoggerDefinitions(
1288
1304
  args: ListLoggerDefinitionsCommandInput,
1289
1305
  options?: __HttpHandlerOptions
@@ -1310,6 +1326,7 @@ export interface Greengrass {
1310
1326
  options: __HttpHandlerOptions,
1311
1327
  cb: (err: any, data?: ListLoggerDefinitionVersionsCommandOutput) => void
1312
1328
  ): void;
1329
+ listResourceDefinitions(): Promise<ListResourceDefinitionsCommandOutput>;
1313
1330
  listResourceDefinitions(
1314
1331
  args: ListResourceDefinitionsCommandInput,
1315
1332
  options?: __HttpHandlerOptions
@@ -1336,6 +1353,7 @@ export interface Greengrass {
1336
1353
  options: __HttpHandlerOptions,
1337
1354
  cb: (err: any, data?: ListResourceDefinitionVersionsCommandOutput) => void
1338
1355
  ): void;
1356
+ listSubscriptionDefinitions(): Promise<ListSubscriptionDefinitionsCommandOutput>;
1339
1357
  listSubscriptionDefinitions(
1340
1358
  args: ListSubscriptionDefinitionsCommandInput,
1341
1359
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateRoleToGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateRoleToGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateRoleToGroupCommandInput,
32
+ AssociateRoleToGroupCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateRoleToGroupCommand extends AssociateRoleToGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateServiceRoleToAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateServiceRoleToAccountCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateServiceRoleToAccountCommandInput,
32
+ AssociateServiceRoleToAccountCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateConnectorDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateConnectorDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateConnectorDefinitionCommandInput,
32
+ CreateConnectorDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateConnectorDefinitionCommand extends CreateConnectorDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateConnectorDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateConnectorDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateConnectorDefinitionVersionCommandInput,
32
+ CreateConnectorDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateConnectorDefinitionVersionCommand extends CreateConnectorDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCoreDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateCoreDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCoreDefinitionCommandInput,
32
+ CreateCoreDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCoreDefinitionCommand extends CreateCoreDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCoreDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCoreDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCoreDefinitionVersionCommandInput,
32
+ CreateCoreDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCoreDefinitionVersionCommand extends CreateCoreDefinitionVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDeploymentCommandInput,
31
+ CreateDeploymentCommandOutput,
32
+ GreengrassClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDeviceDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateDeviceDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDeviceDefinitionCommandInput,
32
+ CreateDeviceDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDeviceDefinitionCommand extends CreateDeviceDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDeviceDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDeviceDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDeviceDefinitionVersionCommandInput,
32
+ CreateDeviceDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDeviceDefinitionVersionCommand extends CreateDeviceDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFunctionDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateFunctionDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFunctionDefinitionCommandInput,
32
+ CreateFunctionDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFunctionDefinitionCommand extends CreateFunctionDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFunctionDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateFunctionDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFunctionDefinitionVersionCommandInput,
32
+ CreateFunctionDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFunctionDefinitionVersionCommand extends CreateFunctionDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGroupCertificateAuthorityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGroupCertificateAuthorityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGroupCertificateAuthorityCommandInput,
32
+ CreateGroupCertificateAuthorityCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGroupCertificateAuthorityCommand extends CreateGroupCertificateAuthorityCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateGroupCommandInput,
28
+ CreateGroupCommandOutput,
29
+ GreengrassClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateGroupCommand extends CreateGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGroupVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGroupVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGroupVersionCommandInput,
32
+ CreateGroupVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGroupVersionCommand extends CreateGroupVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLoggerDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateLoggerDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLoggerDefinitionCommandInput,
32
+ CreateLoggerDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLoggerDefinitionCommand extends CreateLoggerDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLoggerDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLoggerDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLoggerDefinitionVersionCommandInput,
32
+ CreateLoggerDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLoggerDefinitionVersionCommand extends CreateLoggerDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateResourceDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateResourceDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateResourceDefinitionCommandInput,
32
+ CreateResourceDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateResourceDefinitionCommand extends CreateResourceDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateResourceDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateResourceDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateResourceDefinitionVersionCommandInput,
32
+ CreateResourceDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateResourceDefinitionVersionCommand extends CreateResourceDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSoftwareUpdateJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSoftwareUpdateJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSoftwareUpdateJobCommandInput,
32
+ CreateSoftwareUpdateJobCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSoftwareUpdateJobCommand extends CreateSoftwareUpdateJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSubscriptionDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateSubscriptionDefinitionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSubscriptionDefinitionCommandInput,
32
+ CreateSubscriptionDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSubscriptionDefinitionCommand extends CreateSubscriptionDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSubscriptionDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSubscriptionDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSubscriptionDefinitionVersionCommandInput,
32
+ CreateSubscriptionDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSubscriptionDefinitionVersionCommand extends CreateSubscriptionDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteConnectorDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteConnectorDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteConnectorDefinitionCommandInput,
32
+ DeleteConnectorDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteConnectorDefinitionCommand extends DeleteConnectorDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCoreDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCoreDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCoreDefinitionCommandInput,
32
+ DeleteCoreDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCoreDefinitionCommand extends DeleteCoreDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDeviceDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDeviceDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDeviceDefinitionCommandInput,
32
+ DeleteDeviceDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDeviceDefinitionCommand extends DeleteDeviceDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteFunctionDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteFunctionDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteFunctionDefinitionCommandInput,
32
+ DeleteFunctionDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteFunctionDefinitionCommand extends DeleteFunctionDefinitionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteGroupCommandInput,
28
+ DeleteGroupCommandOutput,
29
+ GreengrassClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLoggerDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLoggerDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLoggerDefinitionCommandInput,
32
+ DeleteLoggerDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLoggerDefinitionCommand extends DeleteLoggerDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResourceDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResourceDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResourceDefinitionCommandInput,
32
+ DeleteResourceDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResourceDefinitionCommand extends DeleteResourceDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSubscriptionDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSubscriptionDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSubscriptionDefinitionCommandInput,
32
+ DeleteSubscriptionDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSubscriptionDefinitionCommand extends DeleteSubscriptionDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateRoleFromGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateRoleFromGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateRoleFromGroupCommandInput,
32
+ DisassociateRoleFromGroupCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateRoleFromGroupCommand extends DisassociateRoleFromGroupCommand_base {}