@aws-sdk/client-greengrass 3.303.0 → 3.309.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 (189) hide show
  1. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +2 -2
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -2
  3. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +2 -2
  12. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  14. package/dist-cjs/commands/CreateGroupVersionCommand.js +2 -2
  15. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +2 -2
  16. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +2 -2
  17. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +2 -2
  18. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +2 -2
  19. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +2 -2
  20. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +2 -2
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +2 -2
  30. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +2 -2
  31. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
  32. package/dist-cjs/commands/GetAssociatedRoleCommand.js +2 -2
  33. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +2 -2
  34. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -2
  35. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +2 -2
  36. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +2 -2
  37. package/dist-cjs/commands/GetCoreDefinitionCommand.js +2 -2
  38. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +2 -2
  39. package/dist-cjs/commands/GetDeploymentStatusCommand.js +2 -2
  40. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +2 -2
  41. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +2 -2
  42. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +2 -2
  43. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +2 -2
  44. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +2 -2
  45. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +2 -2
  46. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  47. package/dist-cjs/commands/GetGroupVersionCommand.js +2 -2
  48. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +2 -2
  49. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +2 -2
  50. package/dist-cjs/commands/GetResourceDefinitionCommand.js +2 -2
  51. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +2 -2
  52. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -2
  53. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +2 -2
  54. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +2 -2
  55. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +2 -2
  56. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -2
  57. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +2 -2
  58. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +2 -2
  59. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +2 -2
  60. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +2 -2
  61. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +2 -2
  62. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  63. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +2 -2
  64. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +2 -2
  65. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +2 -2
  66. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +2 -2
  67. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +2 -2
  68. package/dist-cjs/commands/ListGroupVersionsCommand.js +2 -2
  69. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  70. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +2 -2
  71. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +2 -2
  72. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +2 -2
  73. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +2 -2
  74. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -2
  75. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +2 -2
  76. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  77. package/dist-cjs/commands/ResetDeploymentsCommand.js +2 -2
  78. package/dist-cjs/commands/StartBulkDeploymentCommand.js +2 -2
  79. package/dist-cjs/commands/StopBulkDeploymentCommand.js +2 -2
  80. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  81. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  82. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -2
  83. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +2 -2
  87. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +2 -2
  88. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  89. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +2 -2
  90. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +2 -2
  91. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +2 -2
  92. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +2 -2
  93. package/dist-cjs/protocols/Aws_restJson1.js +922 -966
  94. package/dist-es/commands/AssociateRoleToGroupCommand.js +3 -3
  95. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -3
  96. package/dist-es/commands/CreateConnectorDefinitionCommand.js +3 -3
  97. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +3 -3
  98. package/dist-es/commands/CreateCoreDefinitionCommand.js +3 -3
  99. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +3 -3
  100. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  101. package/dist-es/commands/CreateDeviceDefinitionCommand.js +3 -3
  102. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +3 -3
  103. package/dist-es/commands/CreateFunctionDefinitionCommand.js +3 -3
  104. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +3 -3
  105. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +3 -3
  106. package/dist-es/commands/CreateGroupCommand.js +3 -3
  107. package/dist-es/commands/CreateGroupVersionCommand.js +3 -3
  108. package/dist-es/commands/CreateLoggerDefinitionCommand.js +3 -3
  109. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +3 -3
  110. package/dist-es/commands/CreateResourceDefinitionCommand.js +3 -3
  111. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +3 -3
  112. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +3 -3
  113. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +3 -3
  114. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +3 -3
  115. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +3 -3
  116. package/dist-es/commands/DeleteCoreDefinitionCommand.js +3 -3
  117. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +3 -3
  118. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +3 -3
  119. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  120. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +3 -3
  121. package/dist-es/commands/DeleteResourceDefinitionCommand.js +3 -3
  122. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +3 -3
  123. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +3 -3
  124. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
  125. package/dist-es/commands/GetAssociatedRoleCommand.js +3 -3
  126. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +3 -3
  127. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -3
  128. package/dist-es/commands/GetConnectorDefinitionCommand.js +3 -3
  129. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +3 -3
  130. package/dist-es/commands/GetCoreDefinitionCommand.js +3 -3
  131. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +3 -3
  132. package/dist-es/commands/GetDeploymentStatusCommand.js +3 -3
  133. package/dist-es/commands/GetDeviceDefinitionCommand.js +3 -3
  134. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +3 -3
  135. package/dist-es/commands/GetFunctionDefinitionCommand.js +3 -3
  136. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +3 -3
  137. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +3 -3
  138. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +3 -3
  139. package/dist-es/commands/GetGroupCommand.js +3 -3
  140. package/dist-es/commands/GetGroupVersionCommand.js +3 -3
  141. package/dist-es/commands/GetLoggerDefinitionCommand.js +3 -3
  142. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +3 -3
  143. package/dist-es/commands/GetResourceDefinitionCommand.js +3 -3
  144. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +3 -3
  145. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -3
  146. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +3 -3
  147. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +3 -3
  148. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +3 -3
  149. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +3 -3
  150. package/dist-es/commands/ListBulkDeploymentsCommand.js +3 -3
  151. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +3 -3
  152. package/dist-es/commands/ListConnectorDefinitionsCommand.js +3 -3
  153. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +3 -3
  154. package/dist-es/commands/ListCoreDefinitionsCommand.js +3 -3
  155. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  156. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +3 -3
  157. package/dist-es/commands/ListDeviceDefinitionsCommand.js +3 -3
  158. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +3 -3
  159. package/dist-es/commands/ListFunctionDefinitionsCommand.js +3 -3
  160. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +3 -3
  161. package/dist-es/commands/ListGroupVersionsCommand.js +3 -3
  162. package/dist-es/commands/ListGroupsCommand.js +3 -3
  163. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +3 -3
  164. package/dist-es/commands/ListLoggerDefinitionsCommand.js +3 -3
  165. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +3 -3
  166. package/dist-es/commands/ListResourceDefinitionsCommand.js +3 -3
  167. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +3 -3
  168. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +3 -3
  169. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  170. package/dist-es/commands/ResetDeploymentsCommand.js +3 -3
  171. package/dist-es/commands/StartBulkDeploymentCommand.js +3 -3
  172. package/dist-es/commands/StopBulkDeploymentCommand.js +3 -3
  173. package/dist-es/commands/TagResourceCommand.js +3 -3
  174. package/dist-es/commands/UntagResourceCommand.js +3 -3
  175. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -3
  176. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +3 -3
  177. package/dist-es/commands/UpdateCoreDefinitionCommand.js +3 -3
  178. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +3 -3
  179. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +3 -3
  180. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +3 -3
  181. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  182. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +3 -3
  183. package/dist-es/commands/UpdateResourceDefinitionCommand.js +3 -3
  184. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +3 -3
  185. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +3 -3
  186. package/dist-es/protocols/Aws_restJson1.js +734 -778
  187. package/dist-types/protocols/Aws_restJson1.d.ts +736 -184
  188. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +184 -184
  189. package/package.json +29 -29
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteSubscriptionDefinitionCommand, serializeAws_restJson1DeleteSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSubscriptionDefinitionCommand, se_DeleteSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSubscriptionDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSubscriptionDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSubscriptionDefinitionCommand(input, context);
36
+ return se_DeleteSubscriptionDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSubscriptionDefinitionCommand(output, context);
39
+ return de_DeleteSubscriptionDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisassociateRoleFromGroupCommand, serializeAws_restJson1DisassociateRoleFromGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateRoleFromGroupCommand, se_DisassociateRoleFromGroupCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateRoleFromGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateRoleFromGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociateRoleFromGroupCommand(input, context);
36
+ return se_DisassociateRoleFromGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociateRoleFromGroupCommand(output, context);
39
+ return de_DisassociateRoleFromGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand, serializeAws_restJson1DisassociateServiceRoleFromAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateServiceRoleFromAccountCommand, se_DisassociateServiceRoleFromAccountCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateServiceRoleFromAccountCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociateServiceRoleFromAccountCommand(input, context);
36
+ return se_DisassociateServiceRoleFromAccountCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand(output, context);
39
+ return de_DisassociateServiceRoleFromAccountCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetAssociatedRoleCommand, serializeAws_restJson1GetAssociatedRoleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetAssociatedRoleCommand, se_GetAssociatedRoleCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetAssociatedRoleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAssociatedRoleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetAssociatedRoleCommand(input, context);
36
+ return se_GetAssociatedRoleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetAssociatedRoleCommand(output, context);
39
+ return de_GetAssociatedRoleCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetBulkDeploymentStatusCommand, serializeAws_restJson1GetBulkDeploymentStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBulkDeploymentStatusCommand, se_GetBulkDeploymentStatusCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBulkDeploymentStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBulkDeploymentStatusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBulkDeploymentStatusCommand(input, context);
36
+ return se_GetBulkDeploymentStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBulkDeploymentStatusCommand(output, context);
39
+ return de_GetBulkDeploymentStatusCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetConnectivityInfoCommand, serializeAws_restJson1GetConnectivityInfoCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetConnectivityInfoCommand, se_GetConnectivityInfoCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetConnectivityInfoCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetConnectivityInfoCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetConnectivityInfoCommand(input, context);
36
+ return se_GetConnectivityInfoCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetConnectivityInfoCommand(output, context);
39
+ return de_GetConnectivityInfoCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetConnectorDefinitionCommand, serializeAws_restJson1GetConnectorDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetConnectorDefinitionCommand, se_GetConnectorDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetConnectorDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetConnectorDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetConnectorDefinitionCommand(input, context);
36
+ return se_GetConnectorDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetConnectorDefinitionCommand(output, context);
39
+ return de_GetConnectorDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetConnectorDefinitionVersionCommand, serializeAws_restJson1GetConnectorDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetConnectorDefinitionVersionCommand, se_GetConnectorDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetConnectorDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetConnectorDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetConnectorDefinitionVersionCommand(input, context);
36
+ return se_GetConnectorDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetConnectorDefinitionVersionCommand(output, context);
39
+ return de_GetConnectorDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetCoreDefinitionCommand, serializeAws_restJson1GetCoreDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetCoreDefinitionCommand, se_GetCoreDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetCoreDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetCoreDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetCoreDefinitionCommand(input, context);
36
+ return se_GetCoreDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetCoreDefinitionCommand(output, context);
39
+ return de_GetCoreDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetCoreDefinitionVersionCommand, serializeAws_restJson1GetCoreDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetCoreDefinitionVersionCommand, se_GetCoreDefinitionVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetCoreDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetCoreDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetCoreDefinitionVersionCommand(input, context);
36
+ return se_GetCoreDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetCoreDefinitionVersionCommand(output, context);
39
+ return de_GetCoreDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetDeploymentStatusCommand, serializeAws_restJson1GetDeploymentStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDeploymentStatusCommand, se_GetDeploymentStatusCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDeploymentStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeploymentStatusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDeploymentStatusCommand(input, context);
36
+ return se_GetDeploymentStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDeploymentStatusCommand(output, context);
39
+ return de_GetDeploymentStatusCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetDeviceDefinitionCommand, serializeAws_restJson1GetDeviceDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDeviceDefinitionCommand, se_GetDeviceDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDeviceDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeviceDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDeviceDefinitionCommand(input, context);
36
+ return se_GetDeviceDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDeviceDefinitionCommand(output, context);
39
+ return de_GetDeviceDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetDeviceDefinitionVersionCommand, serializeAws_restJson1GetDeviceDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDeviceDefinitionVersionCommand, se_GetDeviceDefinitionVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDeviceDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeviceDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDeviceDefinitionVersionCommand(input, context);
36
+ return se_GetDeviceDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDeviceDefinitionVersionCommand(output, context);
39
+ return de_GetDeviceDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetFunctionDefinitionCommand, serializeAws_restJson1GetFunctionDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFunctionDefinitionCommand, se_GetFunctionDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetFunctionDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFunctionDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFunctionDefinitionCommand(input, context);
36
+ return se_GetFunctionDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFunctionDefinitionCommand(output, context);
39
+ return de_GetFunctionDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetFunctionDefinitionVersionCommand, serializeAws_restJson1GetFunctionDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFunctionDefinitionVersionCommand, se_GetFunctionDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetFunctionDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFunctionDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFunctionDefinitionVersionCommand(input, context);
36
+ return se_GetFunctionDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFunctionDefinitionVersionCommand(output, context);
39
+ return de_GetFunctionDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetGroupCertificateAuthorityCommand, serializeAws_restJson1GetGroupCertificateAuthorityCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetGroupCertificateAuthorityCommand, se_GetGroupCertificateAuthorityCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetGroupCertificateAuthorityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetGroupCertificateAuthorityCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetGroupCertificateAuthorityCommand(input, context);
36
+ return se_GetGroupCertificateAuthorityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetGroupCertificateAuthorityCommand(output, context);
39
+ return de_GetGroupCertificateAuthorityCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetGroupCertificateConfigurationCommand, serializeAws_restJson1GetGroupCertificateConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetGroupCertificateConfigurationCommand, se_GetGroupCertificateConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetGroupCertificateConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetGroupCertificateConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetGroupCertificateConfigurationCommand(input, context);
36
+ return se_GetGroupCertificateConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetGroupCertificateConfigurationCommand(output, context);
39
+ return de_GetGroupCertificateConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetGroupCommand, serializeAws_restJson1GetGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetGroupCommand(input, context);
36
+ return se_GetGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetGroupCommand(output, context);
39
+ return de_GetGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetGroupVersionCommand, serializeAws_restJson1GetGroupVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetGroupVersionCommand, se_GetGroupVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetGroupVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetGroupVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetGroupVersionCommand(input, context);
36
+ return se_GetGroupVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetGroupVersionCommand(output, context);
39
+ return de_GetGroupVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLoggerDefinitionCommand, serializeAws_restJson1GetLoggerDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLoggerDefinitionCommand, se_GetLoggerDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLoggerDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLoggerDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLoggerDefinitionCommand(input, context);
36
+ return se_GetLoggerDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLoggerDefinitionCommand(output, context);
39
+ return de_GetLoggerDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLoggerDefinitionVersionCommand, serializeAws_restJson1GetLoggerDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLoggerDefinitionVersionCommand, se_GetLoggerDefinitionVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLoggerDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLoggerDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLoggerDefinitionVersionCommand(input, context);
36
+ return se_GetLoggerDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLoggerDefinitionVersionCommand(output, context);
39
+ return de_GetLoggerDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetResourceDefinitionCommand, serializeAws_restJson1GetResourceDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetResourceDefinitionCommand, se_GetResourceDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetResourceDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetResourceDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetResourceDefinitionCommand(input, context);
36
+ return se_GetResourceDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetResourceDefinitionCommand(output, context);
39
+ return de_GetResourceDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetResourceDefinitionVersionCommand, serializeAws_restJson1GetResourceDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetResourceDefinitionVersionCommand, se_GetResourceDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetResourceDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetResourceDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetResourceDefinitionVersionCommand(input, context);
36
+ return se_GetResourceDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetResourceDefinitionVersionCommand(output, context);
39
+ return de_GetResourceDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetServiceRoleForAccountCommand, serializeAws_restJson1GetServiceRoleForAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetServiceRoleForAccountCommand, se_GetServiceRoleForAccountCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetServiceRoleForAccountCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetServiceRoleForAccountCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetServiceRoleForAccountCommand(input, context);
36
+ return se_GetServiceRoleForAccountCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetServiceRoleForAccountCommand(output, context);
39
+ return de_GetServiceRoleForAccountCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetSubscriptionDefinitionCommand, serializeAws_restJson1GetSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSubscriptionDefinitionCommand, se_GetSubscriptionDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSubscriptionDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSubscriptionDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSubscriptionDefinitionCommand(input, context);
36
+ return se_GetSubscriptionDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSubscriptionDefinitionCommand(output, context);
39
+ return de_GetSubscriptionDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand, serializeAws_restJson1GetSubscriptionDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSubscriptionDefinitionVersionCommand, se_GetSubscriptionDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetSubscriptionDefinitionVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSubscriptionDefinitionVersionCommand(input, context);
36
+ return se_GetSubscriptionDefinitionVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand(output, context);
39
+ return de_GetSubscriptionDefinitionVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetThingRuntimeConfigurationCommand, serializeAws_restJson1GetThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetThingRuntimeConfigurationCommand, se_GetThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetThingRuntimeConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetThingRuntimeConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetThingRuntimeConfigurationCommand(input, context);
36
+ return se_GetThingRuntimeConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetThingRuntimeConfigurationCommand(output, context);
39
+ return de_GetThingRuntimeConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand, serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBulkDeploymentDetailedReportsCommand, se_ListBulkDeploymentDetailedReportsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListBulkDeploymentDetailedReportsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand(input, context);
36
+ return se_ListBulkDeploymentDetailedReportsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand(output, context);
39
+ return de_ListBulkDeploymentDetailedReportsCommand(output, context);
40
40
  }
41
41
  }