@aws-sdk/client-greengrassv2 3.306.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 (82) hide show
  1. package/README.md +2 -2
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -2
  3. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -2
  5. package/dist-cjs/commands/CancelDeploymentCommand.js +2 -2
  6. package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteCoreDeviceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
  12. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
  13. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  14. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -2
  15. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -2
  16. package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -2
  17. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  18. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -2
  19. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -2
  20. package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -2
  21. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  22. package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -2
  23. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  24. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -2
  25. package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -2
  31. package/dist-cjs/endpoint/ruleset.js +3 -3
  32. package/dist-cjs/models/models_0.js +1 -0
  33. package/dist-cjs/protocols/Aws_restJson1.js +514 -546
  34. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -3
  35. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -3
  36. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -3
  37. package/dist-es/commands/CancelDeploymentCommand.js +3 -3
  38. package/dist-es/commands/CreateComponentVersionCommand.js +3 -3
  39. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  40. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  41. package/dist-es/commands/DeleteCoreDeviceCommand.js +3 -3
  42. package/dist-es/commands/DeleteDeploymentCommand.js +3 -3
  43. package/dist-es/commands/DescribeComponentCommand.js +3 -3
  44. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
  45. package/dist-es/commands/GetComponentCommand.js +3 -3
  46. package/dist-es/commands/GetComponentVersionArtifactCommand.js +3 -3
  47. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -3
  48. package/dist-es/commands/GetCoreDeviceCommand.js +3 -3
  49. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  50. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -3
  51. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -3
  52. package/dist-es/commands/ListComponentVersionsCommand.js +3 -3
  53. package/dist-es/commands/ListComponentsCommand.js +3 -3
  54. package/dist-es/commands/ListCoreDevicesCommand.js +3 -3
  55. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  56. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +3 -3
  57. package/dist-es/commands/ListInstalledComponentsCommand.js +3 -3
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  59. package/dist-es/commands/ResolveComponentCandidatesCommand.js +3 -3
  60. package/dist-es/commands/TagResourceCommand.js +3 -3
  61. package/dist-es/commands/UntagResourceCommand.js +3 -3
  62. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -3
  63. package/dist-es/endpoint/ruleset.js +3 -3
  64. package/dist-es/models/models_0.js +1 -0
  65. package/dist-es/protocols/Aws_restJson1.js +454 -486
  66. package/dist-types/GreengrassV2.d.ts +32 -30
  67. package/dist-types/GreengrassV2Client.d.ts +2 -2
  68. package/dist-types/commands/CreateComponentVersionCommand.d.ts +2 -2
  69. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +3 -2
  70. package/dist-types/commands/GetCoreDeviceCommand.d.ts +7 -7
  71. package/dist-types/commands/ListComponentVersionsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListCoreDevicesCommand.d.ts +7 -7
  73. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +1 -2
  74. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +6 -5
  75. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +2 -2
  76. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  77. package/dist-types/models/models_0.d.ts +69 -20
  78. package/dist-types/protocols/Aws_restJson1.d.ts +232 -58
  79. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  81. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +58 -58
  82. package/package.json +6 -6
@@ -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_restJson1AssociateServiceRoleToAccountCommand, serializeAws_restJson1AssociateServiceRoleToAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociateServiceRoleToAccountCommand, se_AssociateServiceRoleToAccountCommand, } from "../protocols/Aws_restJson1";
5
5
  export class AssociateServiceRoleToAccountCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociateServiceRoleToAccountCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AssociateServiceRoleToAccountCommand(input, context);
36
+ return se_AssociateServiceRoleToAccountCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AssociateServiceRoleToAccountCommand(output, context);
39
+ return de_AssociateServiceRoleToAccountCommand(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_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand, serializeAws_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchAssociateClientDeviceWithCoreDeviceCommand, se_BatchAssociateClientDeviceWithCoreDeviceCommand, } from "../protocols/Aws_restJson1";
5
5
  export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand(input, context);
36
+ return se_BatchAssociateClientDeviceWithCoreDeviceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand(output, context);
39
+ return de_BatchAssociateClientDeviceWithCoreDeviceCommand(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_restJson1BatchDisassociateClientDeviceFromCoreDeviceCommand, serializeAws_restJson1BatchDisassociateClientDeviceFromCoreDeviceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDisassociateClientDeviceFromCoreDeviceCommand, se_BatchDisassociateClientDeviceFromCoreDeviceCommand, } from "../protocols/Aws_restJson1";
5
5
  export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDisassociateClientDeviceFromCoreDeviceCommand(input, context);
36
+ return se_BatchDisassociateClientDeviceFromCoreDeviceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDisassociateClientDeviceFromCoreDeviceCommand(output, context);
39
+ return de_BatchDisassociateClientDeviceFromCoreDeviceCommand(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_restJson1CancelDeploymentCommand, serializeAws_restJson1CancelDeploymentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CancelDeploymentCommand, se_CancelDeploymentCommand } from "../protocols/Aws_restJson1";
5
5
  export class CancelDeploymentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CancelDeploymentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CancelDeploymentCommand(input, context);
36
+ return se_CancelDeploymentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CancelDeploymentCommand(output, context);
39
+ return de_CancelDeploymentCommand(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_restJson1CreateComponentVersionCommand, serializeAws_restJson1CreateComponentVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateComponentVersionCommand, se_CreateComponentVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateComponentVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateComponentVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateComponentVersionCommand(input, context);
36
+ return se_CreateComponentVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateComponentVersionCommand(output, context);
39
+ return de_CreateComponentVersionCommand(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_restJson1CreateDeploymentCommand, serializeAws_restJson1CreateDeploymentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDeploymentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDeploymentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDeploymentCommand(input, context);
36
+ return se_CreateDeploymentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDeploymentCommand(output, context);
39
+ return de_CreateDeploymentCommand(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_restJson1DeleteComponentCommand, serializeAws_restJson1DeleteComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteComponentCommand(input, context);
36
+ return se_DeleteComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteComponentCommand(output, context);
39
+ return de_DeleteComponentCommand(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_restJson1DeleteCoreDeviceCommand, serializeAws_restJson1DeleteCoreDeviceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteCoreDeviceCommand, se_DeleteCoreDeviceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteCoreDeviceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCoreDeviceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteCoreDeviceCommand(input, context);
36
+ return se_DeleteCoreDeviceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteCoreDeviceCommand(output, context);
39
+ return de_DeleteCoreDeviceCommand(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_restJson1DeleteDeploymentCommand, serializeAws_restJson1DeleteDeploymentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDeploymentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDeploymentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDeploymentCommand(input, context);
36
+ return se_DeleteDeploymentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDeploymentCommand(output, context);
39
+ return de_DeleteDeploymentCommand(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_restJson1DescribeComponentCommand, serializeAws_restJson1DescribeComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeComponentCommand, se_DescribeComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeComponentCommand(input, context);
36
+ return se_DescribeComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeComponentCommand(output, context);
39
+ return de_DescribeComponentCommand(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_restJson1GetComponentCommand, serializeAws_restJson1GetComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetComponentCommand(input, context);
36
+ return se_GetComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetComponentCommand(output, context);
39
+ return de_GetComponentCommand(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_restJson1GetComponentVersionArtifactCommand, serializeAws_restJson1GetComponentVersionArtifactCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetComponentVersionArtifactCommand, se_GetComponentVersionArtifactCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetComponentVersionArtifactCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetComponentVersionArtifactCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetComponentVersionArtifactCommand(input, context);
36
+ return se_GetComponentVersionArtifactCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetComponentVersionArtifactCommand(output, context);
39
+ return de_GetComponentVersionArtifactCommand(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_restJson1GetCoreDeviceCommand, serializeAws_restJson1GetCoreDeviceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetCoreDeviceCommand, se_GetCoreDeviceCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetCoreDeviceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetCoreDeviceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetCoreDeviceCommand(input, context);
36
+ return se_GetCoreDeviceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetCoreDeviceCommand(output, context);
39
+ return de_GetCoreDeviceCommand(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_restJson1GetDeploymentCommand, serializeAws_restJson1GetDeploymentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDeploymentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeploymentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDeploymentCommand(input, context);
36
+ return se_GetDeploymentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDeploymentCommand(output, context);
39
+ return de_GetDeploymentCommand(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_restJson1ListClientDevicesAssociatedWithCoreDeviceCommand, serializeAws_restJson1ListClientDevicesAssociatedWithCoreDeviceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListClientDevicesAssociatedWithCoreDeviceCommand, se_ListClientDevicesAssociatedWithCoreDeviceCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListClientDevicesAssociatedWithCoreDeviceCommand(input, context);
36
+ return se_ListClientDevicesAssociatedWithCoreDeviceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListClientDevicesAssociatedWithCoreDeviceCommand(output, context);
39
+ return de_ListClientDevicesAssociatedWithCoreDeviceCommand(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_restJson1ListComponentVersionsCommand, serializeAws_restJson1ListComponentVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListComponentVersionsCommand, se_ListComponentVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListComponentVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListComponentVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListComponentVersionsCommand(input, context);
36
+ return se_ListComponentVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListComponentVersionsCommand(output, context);
39
+ return de_ListComponentVersionsCommand(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_restJson1ListComponentsCommand, serializeAws_restJson1ListComponentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListComponentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListComponentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListComponentsCommand(input, context);
36
+ return se_ListComponentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListComponentsCommand(output, context);
39
+ return de_ListComponentsCommand(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_restJson1ListCoreDevicesCommand, serializeAws_restJson1ListCoreDevicesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListCoreDevicesCommand, se_ListCoreDevicesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListCoreDevicesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCoreDevicesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListCoreDevicesCommand(input, context);
36
+ return se_ListCoreDevicesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListCoreDevicesCommand(output, context);
39
+ return de_ListCoreDevicesCommand(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_restJson1ListDeploymentsCommand, serializeAws_restJson1ListDeploymentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDeploymentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDeploymentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDeploymentsCommand(input, context);
36
+ return se_ListDeploymentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDeploymentsCommand(output, context);
39
+ return de_ListDeploymentsCommand(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_restJson1ListEffectiveDeploymentsCommand, serializeAws_restJson1ListEffectiveDeploymentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListEffectiveDeploymentsCommand, se_ListEffectiveDeploymentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListEffectiveDeploymentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEffectiveDeploymentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListEffectiveDeploymentsCommand(input, context);
36
+ return se_ListEffectiveDeploymentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListEffectiveDeploymentsCommand(output, context);
39
+ return de_ListEffectiveDeploymentsCommand(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_restJson1ListInstalledComponentsCommand, serializeAws_restJson1ListInstalledComponentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListInstalledComponentsCommand, se_ListInstalledComponentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListInstalledComponentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListInstalledComponentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListInstalledComponentsCommand(input, context);
36
+ return se_ListInstalledComponentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListInstalledComponentsCommand(output, context);
39
+ return de_ListInstalledComponentsCommand(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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_restJson1ResolveComponentCandidatesCommand, serializeAws_restJson1ResolveComponentCandidatesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ResolveComponentCandidatesCommand, se_ResolveComponentCandidatesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ResolveComponentCandidatesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ResolveComponentCandidatesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ResolveComponentCandidatesCommand(input, context);
36
+ return se_ResolveComponentCandidatesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ResolveComponentCandidatesCommand(output, context);
39
+ return de_ResolveComponentCandidatesCommand(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_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(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_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }