@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
@@ -25,6 +25,15 @@ declare const DisassociateServiceRoleFromAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DisassociateServiceRoleFromAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateServiceRoleFromAccountCommandInput,
32
+ DisassociateServiceRoleFromAccountCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAssociatedRoleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetAssociatedRoleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAssociatedRoleCommandInput,
32
+ GetAssociatedRoleCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAssociatedRoleCommand extends GetAssociatedRoleCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBulkDeploymentStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBulkDeploymentStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBulkDeploymentStatusCommandInput,
32
+ GetBulkDeploymentStatusCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBulkDeploymentStatusCommand extends GetBulkDeploymentStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConnectivityInfoCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConnectivityInfoCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConnectivityInfoCommandInput,
32
+ GetConnectivityInfoCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConnectorDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConnectorDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConnectorDefinitionCommandInput,
32
+ GetConnectorDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConnectorDefinitionCommand extends GetConnectorDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConnectorDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConnectorDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConnectorDefinitionVersionCommandInput,
32
+ GetConnectorDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConnectorDefinitionVersionCommand extends GetConnectorDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCoreDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCoreDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCoreDefinitionCommandInput,
32
+ GetCoreDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCoreDefinitionCommand extends GetCoreDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCoreDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCoreDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCoreDefinitionVersionCommandInput,
32
+ GetCoreDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCoreDefinitionVersionCommand extends GetCoreDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeploymentStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeploymentStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeploymentStatusCommandInput,
32
+ GetDeploymentStatusCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeploymentStatusCommand extends GetDeploymentStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeviceDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeviceDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeviceDefinitionCommandInput,
32
+ GetDeviceDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeviceDefinitionCommand extends GetDeviceDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeviceDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeviceDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeviceDefinitionVersionCommandInput,
32
+ GetDeviceDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeviceDefinitionVersionCommand extends GetDeviceDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetFunctionDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetFunctionDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetFunctionDefinitionCommandInput,
32
+ GetFunctionDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetFunctionDefinitionCommand extends GetFunctionDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetFunctionDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetFunctionDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetFunctionDefinitionVersionCommandInput,
32
+ GetFunctionDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetFunctionDefinitionVersionCommand extends GetFunctionDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetGroupCertificateAuthorityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetGroupCertificateAuthorityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetGroupCertificateAuthorityCommandInput,
32
+ GetGroupCertificateAuthorityCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetGroupCertificateAuthorityCommand extends GetGroupCertificateAuthorityCommand_base {}
@@ -25,6 +25,15 @@ declare const GetGroupCertificateConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetGroupCertificateConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetGroupCertificateConfigurationCommandInput,
32
+ GetGroupCertificateConfigurationCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetGroupCertificateConfigurationCommand extends GetGroupCertificateConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetGroupCommandInput,
28
+ GetGroupCommandOutput,
29
+ GreengrassClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetGroupCommand extends GetGroupCommand_base {}
@@ -24,6 +24,15 @@ declare const GetGroupVersionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetGroupVersionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetGroupVersionCommandInput,
31
+ GetGroupVersionCommandOutput,
32
+ GreengrassClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetGroupVersionCommand extends GetGroupVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLoggerDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLoggerDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLoggerDefinitionCommandInput,
32
+ GetLoggerDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLoggerDefinitionCommand extends GetLoggerDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLoggerDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLoggerDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLoggerDefinitionVersionCommandInput,
32
+ GetLoggerDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLoggerDefinitionVersionCommand extends GetLoggerDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourceDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourceDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourceDefinitionCommandInput,
32
+ GetResourceDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourceDefinitionCommand extends GetResourceDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourceDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourceDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourceDefinitionVersionCommandInput,
32
+ GetResourceDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourceDefinitionVersionCommand extends GetResourceDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetServiceRoleForAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetServiceRoleForAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetServiceRoleForAccountCommandInput,
32
+ GetServiceRoleForAccountCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSubscriptionDefinitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSubscriptionDefinitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSubscriptionDefinitionCommandInput,
32
+ GetSubscriptionDefinitionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSubscriptionDefinitionCommand extends GetSubscriptionDefinitionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSubscriptionDefinitionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSubscriptionDefinitionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSubscriptionDefinitionVersionCommandInput,
32
+ GetSubscriptionDefinitionVersionCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSubscriptionDefinitionVersionCommand extends GetSubscriptionDefinitionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetThingRuntimeConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetThingRuntimeConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetThingRuntimeConfigurationCommandInput,
32
+ GetThingRuntimeConfigurationCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetThingRuntimeConfigurationCommand extends GetThingRuntimeConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBulkDeploymentDetailedReportsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListBulkDeploymentDetailedReportsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBulkDeploymentDetailedReportsCommandInput,
32
+ ListBulkDeploymentDetailedReportsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBulkDeploymentDetailedReportsCommand extends ListBulkDeploymentDetailedReportsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBulkDeploymentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListBulkDeploymentsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBulkDeploymentsCommandInput,
32
+ ListBulkDeploymentsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBulkDeploymentsCommand extends ListBulkDeploymentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListConnectorDefinitionVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListConnectorDefinitionVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConnectorDefinitionVersionsCommandInput,
32
+ ListConnectorDefinitionVersionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListConnectorDefinitionVersionsCommand extends ListConnectorDefinitionVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListConnectorDefinitionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListConnectorDefinitionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConnectorDefinitionsCommandInput,
32
+ ListConnectorDefinitionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListConnectorDefinitionsCommand extends ListConnectorDefinitionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCoreDefinitionVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListCoreDefinitionVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCoreDefinitionVersionsCommandInput,
32
+ ListCoreDefinitionVersionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCoreDefinitionVersionsCommand extends ListCoreDefinitionVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCoreDefinitionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCoreDefinitionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCoreDefinitionsCommandInput,
32
+ ListCoreDefinitionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCoreDefinitionsCommand extends ListCoreDefinitionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListDeploymentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListDeploymentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListDeploymentsCommandInput,
31
+ ListDeploymentsCommandOutput,
32
+ GreengrassClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDeviceDefinitionVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDeviceDefinitionVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDeviceDefinitionVersionsCommandInput,
32
+ ListDeviceDefinitionVersionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDeviceDefinitionVersionsCommand extends ListDeviceDefinitionVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDeviceDefinitionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDeviceDefinitionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDeviceDefinitionsCommandInput,
32
+ ListDeviceDefinitionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDeviceDefinitionsCommand extends ListDeviceDefinitionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListFunctionDefinitionVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListFunctionDefinitionVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListFunctionDefinitionVersionsCommandInput,
32
+ ListFunctionDefinitionVersionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListFunctionDefinitionVersionsCommand extends ListFunctionDefinitionVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListFunctionDefinitionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListFunctionDefinitionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListFunctionDefinitionsCommandInput,
32
+ ListFunctionDefinitionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListFunctionDefinitionsCommand extends ListFunctionDefinitionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListGroupCertificateAuthoritiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListGroupCertificateAuthoritiesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListGroupCertificateAuthoritiesCommandInput,
32
+ ListGroupCertificateAuthoritiesCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListGroupCertificateAuthoritiesCommand extends ListGroupCertificateAuthoritiesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListGroupVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListGroupVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListGroupVersionsCommandInput,
32
+ ListGroupVersionsCommandOutput,
33
+ GreengrassClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListGroupVersionsCommand extends ListGroupVersionsCommand_base {}