@aws-sdk/client-greengrass 3.414.0 → 3.421.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 (186) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +5 -0
  3. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +5 -0
  4. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +5 -0
  5. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +5 -0
  6. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +5 -0
  7. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  9. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +5 -0
  10. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +5 -0
  11. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +5 -0
  12. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +5 -0
  13. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +5 -0
  14. package/dist-cjs/commands/CreateGroupCommand.js +5 -0
  15. package/dist-cjs/commands/CreateGroupVersionCommand.js +5 -0
  16. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +5 -0
  17. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +5 -0
  18. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +5 -0
  19. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +5 -0
  20. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +5 -0
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +5 -0
  22. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteGroupCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +5 -0
  30. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +5 -0
  31. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +5 -0
  32. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +5 -0
  33. package/dist-cjs/commands/GetAssociatedRoleCommand.js +5 -0
  34. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +5 -0
  35. package/dist-cjs/commands/GetConnectivityInfoCommand.js +5 -0
  36. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +5 -0
  37. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +5 -0
  38. package/dist-cjs/commands/GetCoreDefinitionCommand.js +5 -0
  39. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +5 -0
  40. package/dist-cjs/commands/GetDeploymentStatusCommand.js +5 -0
  41. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +5 -0
  42. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +5 -0
  43. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +5 -0
  44. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +5 -0
  45. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +5 -0
  46. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +5 -0
  47. package/dist-cjs/commands/GetGroupCommand.js +5 -0
  48. package/dist-cjs/commands/GetGroupVersionCommand.js +5 -0
  49. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +5 -0
  50. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +5 -0
  51. package/dist-cjs/commands/GetResourceDefinitionCommand.js +5 -0
  52. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +5 -0
  53. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +5 -0
  54. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +5 -0
  55. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +5 -0
  56. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +5 -0
  57. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +5 -0
  58. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +5 -0
  59. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +5 -0
  60. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +5 -0
  61. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +5 -0
  62. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +5 -0
  63. package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  64. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +5 -0
  65. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +5 -0
  66. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +5 -0
  67. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +5 -0
  68. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +5 -0
  69. package/dist-cjs/commands/ListGroupVersionsCommand.js +5 -0
  70. package/dist-cjs/commands/ListGroupsCommand.js +5 -0
  71. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +5 -0
  72. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +5 -0
  73. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +5 -0
  74. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +5 -0
  75. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +5 -0
  76. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +5 -0
  77. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  78. package/dist-cjs/commands/ResetDeploymentsCommand.js +5 -0
  79. package/dist-cjs/commands/StartBulkDeploymentCommand.js +5 -0
  80. package/dist-cjs/commands/StopBulkDeploymentCommand.js +5 -0
  81. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  82. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  83. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +5 -0
  84. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +5 -0
  85. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +5 -0
  86. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +5 -0
  87. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +5 -0
  88. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +5 -0
  89. package/dist-cjs/commands/UpdateGroupCommand.js +5 -0
  90. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +5 -0
  91. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +5 -0
  92. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +5 -0
  93. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +5 -0
  94. package/dist-es/commands/AssociateRoleToGroupCommand.js +5 -0
  95. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +5 -0
  96. package/dist-es/commands/CreateConnectorDefinitionCommand.js +5 -0
  97. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +5 -0
  98. package/dist-es/commands/CreateCoreDefinitionCommand.js +5 -0
  99. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +5 -0
  100. package/dist-es/commands/CreateDeploymentCommand.js +5 -0
  101. package/dist-es/commands/CreateDeviceDefinitionCommand.js +5 -0
  102. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +5 -0
  103. package/dist-es/commands/CreateFunctionDefinitionCommand.js +5 -0
  104. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +5 -0
  105. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +5 -0
  106. package/dist-es/commands/CreateGroupCommand.js +5 -0
  107. package/dist-es/commands/CreateGroupVersionCommand.js +5 -0
  108. package/dist-es/commands/CreateLoggerDefinitionCommand.js +5 -0
  109. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +5 -0
  110. package/dist-es/commands/CreateResourceDefinitionCommand.js +5 -0
  111. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +5 -0
  112. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +5 -0
  113. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +5 -0
  114. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +5 -0
  115. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +5 -0
  116. package/dist-es/commands/DeleteCoreDefinitionCommand.js +5 -0
  117. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +5 -0
  118. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +5 -0
  119. package/dist-es/commands/DeleteGroupCommand.js +5 -0
  120. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +5 -0
  121. package/dist-es/commands/DeleteResourceDefinitionCommand.js +5 -0
  122. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +5 -0
  123. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +5 -0
  124. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +5 -0
  125. package/dist-es/commands/GetAssociatedRoleCommand.js +5 -0
  126. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +5 -0
  127. package/dist-es/commands/GetConnectivityInfoCommand.js +5 -0
  128. package/dist-es/commands/GetConnectorDefinitionCommand.js +5 -0
  129. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +5 -0
  130. package/dist-es/commands/GetCoreDefinitionCommand.js +5 -0
  131. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +5 -0
  132. package/dist-es/commands/GetDeploymentStatusCommand.js +5 -0
  133. package/dist-es/commands/GetDeviceDefinitionCommand.js +5 -0
  134. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +5 -0
  135. package/dist-es/commands/GetFunctionDefinitionCommand.js +5 -0
  136. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +5 -0
  137. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +5 -0
  138. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +5 -0
  139. package/dist-es/commands/GetGroupCommand.js +5 -0
  140. package/dist-es/commands/GetGroupVersionCommand.js +5 -0
  141. package/dist-es/commands/GetLoggerDefinitionCommand.js +5 -0
  142. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +5 -0
  143. package/dist-es/commands/GetResourceDefinitionCommand.js +5 -0
  144. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +5 -0
  145. package/dist-es/commands/GetServiceRoleForAccountCommand.js +5 -0
  146. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +5 -0
  147. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +5 -0
  148. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +5 -0
  149. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +5 -0
  150. package/dist-es/commands/ListBulkDeploymentsCommand.js +5 -0
  151. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +5 -0
  152. package/dist-es/commands/ListConnectorDefinitionsCommand.js +5 -0
  153. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +5 -0
  154. package/dist-es/commands/ListCoreDefinitionsCommand.js +5 -0
  155. package/dist-es/commands/ListDeploymentsCommand.js +5 -0
  156. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +5 -0
  157. package/dist-es/commands/ListDeviceDefinitionsCommand.js +5 -0
  158. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +5 -0
  159. package/dist-es/commands/ListFunctionDefinitionsCommand.js +5 -0
  160. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +5 -0
  161. package/dist-es/commands/ListGroupVersionsCommand.js +5 -0
  162. package/dist-es/commands/ListGroupsCommand.js +5 -0
  163. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +5 -0
  164. package/dist-es/commands/ListLoggerDefinitionsCommand.js +5 -0
  165. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +5 -0
  166. package/dist-es/commands/ListResourceDefinitionsCommand.js +5 -0
  167. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +5 -0
  168. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +5 -0
  169. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  170. package/dist-es/commands/ResetDeploymentsCommand.js +5 -0
  171. package/dist-es/commands/StartBulkDeploymentCommand.js +5 -0
  172. package/dist-es/commands/StopBulkDeploymentCommand.js +5 -0
  173. package/dist-es/commands/TagResourceCommand.js +5 -0
  174. package/dist-es/commands/UntagResourceCommand.js +5 -0
  175. package/dist-es/commands/UpdateConnectivityInfoCommand.js +5 -0
  176. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +5 -0
  177. package/dist-es/commands/UpdateCoreDefinitionCommand.js +5 -0
  178. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +5 -0
  179. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +5 -0
  180. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +5 -0
  181. package/dist-es/commands/UpdateGroupCommand.js +5 -0
  182. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +5 -0
  183. package/dist-es/commands/UpdateResourceDefinitionCommand.js +5 -0
  184. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +5 -0
  185. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +5 -0
  186. package/package.json +31 -31
package/README.md CHANGED
@@ -23,16 +23,16 @@ using your favorite package manager:
23
23
 
24
24
  The AWS SDK is modulized by clients and commands.
25
25
  To send a request, you only need to import the `GreengrassClient` and
26
- the commands you need, for example `AssociateRoleToGroupCommand`:
26
+ the commands you need, for example `ListGroupsCommand`:
27
27
 
28
28
  ```js
29
29
  // ES5 example
30
- const { GreengrassClient, AssociateRoleToGroupCommand } = require("@aws-sdk/client-greengrass");
30
+ const { GreengrassClient, ListGroupsCommand } = require("@aws-sdk/client-greengrass");
31
31
  ```
32
32
 
33
33
  ```ts
34
34
  // ES6+ example
35
- import { GreengrassClient, AssociateRoleToGroupCommand } from "@aws-sdk/client-greengrass";
35
+ import { GreengrassClient, ListGroupsCommand } from "@aws-sdk/client-greengrass";
36
36
  ```
37
37
 
38
38
  ### Usage
@@ -51,7 +51,7 @@ const client = new GreengrassClient({ region: "REGION" });
51
51
  const params = {
52
52
  /** input parameters */
53
53
  };
54
- const command = new AssociateRoleToGroupCommand(params);
54
+ const command = new ListGroupsCommand(params);
55
55
  ```
56
56
 
57
57
  #### Async/await
@@ -130,7 +130,7 @@ const client = new AWS.Greengrass({ region: "REGION" });
130
130
 
131
131
  // async/await.
132
132
  try {
133
- const data = await client.associateRoleToGroup(params);
133
+ const data = await client.listGroups(params);
134
134
  // process data.
135
135
  } catch (error) {
136
136
  // error handling.
@@ -138,7 +138,7 @@ try {
138
138
 
139
139
  // Promises.
140
140
  client
141
- .associateRoleToGroup(params)
141
+ .listGroups(params)
142
142
  .then((data) => {
143
143
  // process data.
144
144
  })
@@ -147,7 +147,7 @@ client
147
147
  });
148
148
 
149
149
  // callbacks.
150
- client.associateRoleToGroup(params, (err, data) => {
150
+ client.listGroups(params, (err, data) => {
151
151
  // process err and data.
152
152
  });
153
153
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AssociateRoleToGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateRoleToGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "AssociateRoleToGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AssociateServiceRoleToAccountCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateServiceRoleToAccountCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "AssociateServiceRoleToAccount",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateConnectorDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConnectorDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateConnectorDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateConnectorDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConnectorDefinitionVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateConnectorDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateCoreDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCoreDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateCoreDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateCoreDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCoreDefinitionVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateCoreDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateDeploymentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDeploymentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateDeployment",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateDeviceDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDeviceDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateDeviceDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateDeviceDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDeviceDefinitionVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateDeviceDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateFunctionDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFunctionDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateFunctionDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateFunctionDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFunctionDefinitionVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateFunctionDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateGroupCertificateAuthorityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateGroupCertificateAuthorityCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateGroupCertificateAuthority",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateGroupVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateGroupVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateGroupVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateLoggerDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLoggerDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateLoggerDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateLoggerDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLoggerDefinitionVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateLoggerDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateResourceDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateResourceDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateResourceDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateResourceDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateResourceDefinitionVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateResourceDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateSoftwareUpdateJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateSoftwareUpdateJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateSoftwareUpdateJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateSubscriptionDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateSubscriptionDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateSubscriptionDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateSubscriptionDefinitionVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateSubscriptionDefinitionVersionCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "CreateSubscriptionDefinitionVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteConnectorDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteConnectorDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteConnectorDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteCoreDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCoreDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteCoreDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteDeviceDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDeviceDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteDeviceDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteFunctionDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFunctionDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteFunctionDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteLoggerDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLoggerDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteLoggerDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteResourceDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteResourceDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteResourceDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSubscriptionDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteSubscriptionDefinitionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Greengrass",
38
+ operation: "DeleteSubscriptionDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);