@aws-sdk/client-greengrass 3.928.0 → 3.930.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 (113) hide show
  1. package/dist-cjs/index.js +3347 -3283
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GreengrassClient.js +2 -0
  4. package/dist-es/commands/AssociateRoleToGroupCommand.js +3 -9
  5. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorDefinitionCommand.js +3 -9
  7. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +3 -9
  8. package/dist-es/commands/CreateCoreDefinitionCommand.js +3 -9
  9. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +3 -9
  10. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  11. package/dist-es/commands/CreateDeviceDefinitionCommand.js +3 -9
  12. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +3 -9
  13. package/dist-es/commands/CreateFunctionDefinitionCommand.js +3 -9
  14. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +3 -9
  15. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +3 -9
  16. package/dist-es/commands/CreateGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateGroupVersionCommand.js +3 -9
  18. package/dist-es/commands/CreateLoggerDefinitionCommand.js +3 -9
  19. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +3 -9
  20. package/dist-es/commands/CreateResourceDefinitionCommand.js +3 -9
  21. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +3 -9
  22. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +3 -9
  23. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +3 -9
  24. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +3 -9
  25. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +3 -9
  26. package/dist-es/commands/DeleteCoreDefinitionCommand.js +3 -9
  27. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +3 -9
  28. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +3 -9
  29. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +3 -9
  31. package/dist-es/commands/DeleteResourceDefinitionCommand.js +3 -9
  32. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +3 -9
  33. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +3 -9
  34. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -9
  35. package/dist-es/commands/GetAssociatedRoleCommand.js +3 -9
  36. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +3 -9
  37. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -9
  38. package/dist-es/commands/GetConnectorDefinitionCommand.js +3 -9
  39. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +3 -9
  40. package/dist-es/commands/GetCoreDefinitionCommand.js +3 -9
  41. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +3 -9
  42. package/dist-es/commands/GetDeploymentStatusCommand.js +3 -9
  43. package/dist-es/commands/GetDeviceDefinitionCommand.js +3 -9
  44. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +3 -9
  45. package/dist-es/commands/GetFunctionDefinitionCommand.js +3 -9
  46. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +3 -9
  47. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +3 -9
  48. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +3 -9
  49. package/dist-es/commands/GetGroupCommand.js +3 -9
  50. package/dist-es/commands/GetGroupVersionCommand.js +3 -9
  51. package/dist-es/commands/GetLoggerDefinitionCommand.js +3 -9
  52. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +3 -9
  53. package/dist-es/commands/GetResourceDefinitionCommand.js +3 -9
  54. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +3 -9
  55. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -9
  56. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +3 -9
  57. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +3 -9
  58. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +3 -9
  59. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +3 -9
  60. package/dist-es/commands/ListBulkDeploymentsCommand.js +3 -9
  61. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +3 -9
  62. package/dist-es/commands/ListConnectorDefinitionsCommand.js +3 -9
  63. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +3 -9
  64. package/dist-es/commands/ListCoreDefinitionsCommand.js +3 -9
  65. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  66. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +3 -9
  67. package/dist-es/commands/ListDeviceDefinitionsCommand.js +3 -9
  68. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +3 -9
  69. package/dist-es/commands/ListFunctionDefinitionsCommand.js +3 -9
  70. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +3 -9
  71. package/dist-es/commands/ListGroupVersionsCommand.js +3 -9
  72. package/dist-es/commands/ListGroupsCommand.js +3 -9
  73. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +3 -9
  74. package/dist-es/commands/ListLoggerDefinitionsCommand.js +3 -9
  75. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +3 -9
  76. package/dist-es/commands/ListResourceDefinitionsCommand.js +3 -9
  77. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +3 -9
  78. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +3 -9
  79. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  80. package/dist-es/commands/ResetDeploymentsCommand.js +3 -9
  81. package/dist-es/commands/StartBulkDeploymentCommand.js +3 -9
  82. package/dist-es/commands/StopBulkDeploymentCommand.js +3 -9
  83. package/dist-es/commands/TagResourceCommand.js +3 -9
  84. package/dist-es/commands/UntagResourceCommand.js +3 -9
  85. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -9
  86. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +3 -9
  87. package/dist-es/commands/UpdateCoreDefinitionCommand.js +3 -9
  88. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +3 -9
  89. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +3 -9
  90. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +3 -9
  91. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  92. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +3 -9
  93. package/dist-es/commands/UpdateResourceDefinitionCommand.js +3 -9
  94. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +3 -9
  95. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +3 -9
  96. package/dist-es/runtimeConfig.shared.js +2 -0
  97. package/dist-es/schemas/schemas_0.js +3164 -0
  98. package/dist-types/GreengrassClient.d.ts +10 -1
  99. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  100. package/dist-types/runtimeConfig.d.ts +1 -0
  101. package/dist-types/runtimeConfig.native.d.ts +1 -0
  102. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  103. package/dist-types/schemas/schemas_0.d.ts +343 -0
  104. package/dist-types/ts3.4/GreengrassClient.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  106. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  107. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  108. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  109. package/dist-types/ts3.4/schemas/schemas_0.d.ts +348 -0
  110. package/package.json +33 -33
  111. package/dist-es/protocols/Aws_restJson1.js +0 -2639
  112. package/dist-types/protocols/Aws_restJson1.d.ts +0 -830
  113. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1109
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetGroup", {})
17
13
  .n("GreengrassClient", "GetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGroupCommand)
20
- .de(de_GetGroupCommand)
14
+ .sc(GetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetGroupVersionCommand, se_GetGroupVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGroupVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGroupVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetGroupVersion", {})
17
13
  .n("GreengrassClient", "GetGroupVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGroupVersionCommand)
20
- .de(de_GetGroupVersionCommand)
14
+ .sc(GetGroupVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLoggerDefinitionCommand, se_GetLoggerDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetLoggerDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLoggerDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetLoggerDefinition", {})
17
13
  .n("GreengrassClient", "GetLoggerDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLoggerDefinitionCommand)
20
- .de(de_GetLoggerDefinitionCommand)
14
+ .sc(GetLoggerDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLoggerDefinitionVersionCommand, se_GetLoggerDefinitionVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetLoggerDefinitionVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLoggerDefinitionVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetLoggerDefinitionVersion", {})
17
13
  .n("GreengrassClient", "GetLoggerDefinitionVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLoggerDefinitionVersionCommand)
20
- .de(de_GetLoggerDefinitionVersionCommand)
14
+ .sc(GetLoggerDefinitionVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetResourceDefinitionCommand, se_GetResourceDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetResourceDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourceDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetResourceDefinition", {})
17
13
  .n("GreengrassClient", "GetResourceDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourceDefinitionCommand)
20
- .de(de_GetResourceDefinitionCommand)
14
+ .sc(GetResourceDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetResourceDefinitionVersionCommand, se_GetResourceDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetResourceDefinitionVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourceDefinitionVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetResourceDefinitionVersion", {})
17
13
  .n("GreengrassClient", "GetResourceDefinitionVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourceDefinitionVersionCommand)
20
- .de(de_GetResourceDefinitionVersionCommand)
14
+ .sc(GetResourceDefinitionVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetServiceRoleForAccountCommand, se_GetServiceRoleForAccountCommand } from "../protocols/Aws_restJson1";
4
+ import { GetServiceRoleForAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceRoleForAccountCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetServiceRoleForAccount", {})
17
13
  .n("GreengrassClient", "GetServiceRoleForAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceRoleForAccountCommand)
20
- .de(de_GetServiceRoleForAccountCommand)
14
+ .sc(GetServiceRoleForAccount)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSubscriptionDefinitionCommand, se_GetSubscriptionDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSubscriptionDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSubscriptionDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetSubscriptionDefinition", {})
17
13
  .n("GreengrassClient", "GetSubscriptionDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSubscriptionDefinitionCommand)
20
- .de(de_GetSubscriptionDefinitionCommand)
14
+ .sc(GetSubscriptionDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSubscriptionDefinitionVersionCommand, se_GetSubscriptionDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetSubscriptionDefinitionVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSubscriptionDefinitionVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetSubscriptionDefinitionVersion", {})
17
13
  .n("GreengrassClient", "GetSubscriptionDefinitionVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSubscriptionDefinitionVersionCommand)
20
- .de(de_GetSubscriptionDefinitionVersionCommand)
14
+ .sc(GetSubscriptionDefinitionVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetThingRuntimeConfigurationCommand, se_GetThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetThingRuntimeConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetThingRuntimeConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "GetThingRuntimeConfiguration", {})
17
13
  .n("GreengrassClient", "GetThingRuntimeConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetThingRuntimeConfigurationCommand)
20
- .de(de_GetThingRuntimeConfigurationCommand)
14
+ .sc(GetThingRuntimeConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListBulkDeploymentDetailedReportsCommand, se_ListBulkDeploymentDetailedReportsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListBulkDeploymentDetailedReports } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBulkDeploymentDetailedReportsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListBulkDeploymentDetailedReports", {})
17
13
  .n("GreengrassClient", "ListBulkDeploymentDetailedReportsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBulkDeploymentDetailedReportsCommand)
20
- .de(de_ListBulkDeploymentDetailedReportsCommand)
14
+ .sc(ListBulkDeploymentDetailedReports)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListBulkDeploymentsCommand, se_ListBulkDeploymentsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBulkDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBulkDeploymentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListBulkDeployments", {})
17
13
  .n("GreengrassClient", "ListBulkDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBulkDeploymentsCommand)
20
- .de(de_ListBulkDeploymentsCommand)
14
+ .sc(ListBulkDeployments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConnectorDefinitionVersionsCommand, se_ListConnectorDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListConnectorDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConnectorDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListConnectorDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListConnectorDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConnectorDefinitionVersionsCommand)
20
- .de(de_ListConnectorDefinitionVersionsCommand)
14
+ .sc(ListConnectorDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConnectorDefinitionsCommand, se_ListConnectorDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListConnectorDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConnectorDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListConnectorDefinitions", {})
17
13
  .n("GreengrassClient", "ListConnectorDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConnectorDefinitionsCommand)
20
- .de(de_ListConnectorDefinitionsCommand)
14
+ .sc(ListConnectorDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCoreDefinitionVersionsCommand, se_ListCoreDefinitionVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCoreDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCoreDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListCoreDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListCoreDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCoreDefinitionVersionsCommand)
20
- .de(de_ListCoreDefinitionVersionsCommand)
14
+ .sc(ListCoreDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCoreDefinitionsCommand, se_ListCoreDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCoreDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCoreDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListCoreDefinitions", {})
17
13
  .n("GreengrassClient", "ListCoreDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCoreDefinitionsCommand)
20
- .de(de_ListCoreDefinitionsCommand)
14
+ .sc(ListCoreDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListDeployments", {})
17
13
  .n("GreengrassClient", "ListDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentsCommand)
20
- .de(de_ListDeploymentsCommand)
14
+ .sc(ListDeployments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDeviceDefinitionVersionsCommand, se_ListDeviceDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListDeviceDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeviceDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListDeviceDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListDeviceDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeviceDefinitionVersionsCommand)
20
- .de(de_ListDeviceDefinitionVersionsCommand)
14
+ .sc(ListDeviceDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDeviceDefinitionsCommand, se_ListDeviceDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDeviceDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeviceDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListDeviceDefinitions", {})
17
13
  .n("GreengrassClient", "ListDeviceDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeviceDefinitionsCommand)
20
- .de(de_ListDeviceDefinitionsCommand)
14
+ .sc(ListDeviceDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFunctionDefinitionVersionsCommand, se_ListFunctionDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListFunctionDefinitionVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFunctionDefinitionVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListFunctionDefinitionVersions", {})
17
13
  .n("GreengrassClient", "ListFunctionDefinitionVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFunctionDefinitionVersionsCommand)
20
- .de(de_ListFunctionDefinitionVersionsCommand)
14
+ .sc(ListFunctionDefinitionVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFunctionDefinitionsCommand, se_ListFunctionDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFunctionDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFunctionDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListFunctionDefinitions", {})
17
13
  .n("GreengrassClient", "ListFunctionDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFunctionDefinitionsCommand)
20
- .de(de_ListFunctionDefinitionsCommand)
14
+ .sc(ListFunctionDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListGroupCertificateAuthoritiesCommand, se_ListGroupCertificateAuthoritiesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListGroupCertificateAuthorities } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGroupCertificateAuthoritiesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListGroupCertificateAuthorities", {})
17
13
  .n("GreengrassClient", "ListGroupCertificateAuthoritiesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGroupCertificateAuthoritiesCommand)
20
- .de(de_ListGroupCertificateAuthoritiesCommand)
14
+ .sc(ListGroupCertificateAuthorities)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListGroupVersionsCommand, se_ListGroupVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGroupVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGroupVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Greengrass", "ListGroupVersions", {})
17
13
  .n("GreengrassClient", "ListGroupVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGroupVersionsCommand)
20
- .de(de_ListGroupVersionsCommand)
14
+ .sc(ListGroupVersions)
21
15
  .build() {
22
16
  }