@aws-sdk/client-greengrassv2 3.337.0 → 3.341.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 (129) hide show
  1. package/dist-cjs/GreengrassV2Client.js +2 -1
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -1
  3. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -1
  4. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -1
  5. package/dist-cjs/commands/CancelDeploymentCommand.js +2 -1
  6. package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -1
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteComponentCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteCoreDeviceCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeComponentCommand.js +2 -1
  12. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -1
  13. package/dist-cjs/commands/GetComponentCommand.js +2 -1
  14. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -1
  15. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -1
  16. package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -1
  17. package/dist-cjs/commands/GetDeploymentCommand.js +2 -1
  18. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -1
  19. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -1
  20. package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -1
  21. package/dist-cjs/commands/ListComponentsCommand.js +2 -1
  22. package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -1
  23. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -1
  24. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -1
  25. package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -1
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  27. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -1
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -1
  31. package/dist-cjs/index.js +2 -2
  32. package/dist-cjs/models/GreengrassV2ServiceException.js +2 -1
  33. package/dist-es/GreengrassV2Client.js +1 -0
  34. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -0
  35. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +1 -0
  36. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +1 -0
  37. package/dist-es/commands/CancelDeploymentCommand.js +1 -0
  38. package/dist-es/commands/CreateComponentVersionCommand.js +1 -0
  39. package/dist-es/commands/CreateDeploymentCommand.js +1 -0
  40. package/dist-es/commands/DeleteComponentCommand.js +1 -0
  41. package/dist-es/commands/DeleteCoreDeviceCommand.js +1 -0
  42. package/dist-es/commands/DeleteDeploymentCommand.js +1 -0
  43. package/dist-es/commands/DescribeComponentCommand.js +1 -0
  44. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -0
  45. package/dist-es/commands/GetComponentCommand.js +1 -0
  46. package/dist-es/commands/GetComponentVersionArtifactCommand.js +1 -0
  47. package/dist-es/commands/GetConnectivityInfoCommand.js +1 -0
  48. package/dist-es/commands/GetCoreDeviceCommand.js +1 -0
  49. package/dist-es/commands/GetDeploymentCommand.js +1 -0
  50. package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -0
  51. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +1 -0
  52. package/dist-es/commands/ListComponentVersionsCommand.js +1 -0
  53. package/dist-es/commands/ListComponentsCommand.js +1 -0
  54. package/dist-es/commands/ListCoreDevicesCommand.js +1 -0
  55. package/dist-es/commands/ListDeploymentsCommand.js +1 -0
  56. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +1 -0
  57. package/dist-es/commands/ListInstalledComponentsCommand.js +1 -0
  58. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  59. package/dist-es/commands/ResolveComponentCandidatesCommand.js +1 -0
  60. package/dist-es/commands/TagResourceCommand.js +1 -0
  61. package/dist-es/commands/UntagResourceCommand.js +1 -0
  62. package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -0
  63. package/dist-es/index.js +2 -2
  64. package/dist-es/models/GreengrassV2ServiceException.js +1 -0
  65. package/dist-types/GreengrassV2Client.d.ts +3 -3
  66. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +4 -0
  67. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +4 -0
  68. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +4 -0
  69. package/dist-types/commands/CancelDeploymentCommand.d.ts +4 -0
  70. package/dist-types/commands/CreateComponentVersionCommand.d.ts +4 -0
  71. package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
  72. package/dist-types/commands/DeleteComponentCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +4 -0
  74. package/dist-types/commands/DeleteDeploymentCommand.d.ts +4 -0
  75. package/dist-types/commands/DescribeComponentCommand.d.ts +4 -0
  76. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +4 -0
  77. package/dist-types/commands/GetComponentCommand.d.ts +4 -0
  78. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +4 -0
  79. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +4 -0
  80. package/dist-types/commands/GetCoreDeviceCommand.d.ts +4 -0
  81. package/dist-types/commands/GetDeploymentCommand.d.ts +4 -0
  82. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +4 -0
  83. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +4 -0
  84. package/dist-types/commands/ListComponentVersionsCommand.d.ts +4 -0
  85. package/dist-types/commands/ListComponentsCommand.d.ts +4 -0
  86. package/dist-types/commands/ListCoreDevicesCommand.d.ts +4 -0
  87. package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
  88. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +4 -0
  89. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +4 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  91. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +4 -0
  92. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  93. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  94. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +4 -0
  95. package/dist-types/index.d.ts +17 -2
  96. package/dist-types/models/GreengrassV2ServiceException.d.ts +1 -0
  97. package/dist-types/ts3.4/GreengrassV2Client.d.ts +3 -3
  98. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/index.d.ts +2 -2
  128. package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +1 -0
  129. package/package.json +28 -28
@@ -2,6 +2,7 @@ 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
4
  import { de_ListComponentVersionsCommand, se_ListComponentVersionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListComponentVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListComponentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListCoreDevicesCommand, se_ListCoreDevicesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListCoreDevicesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListDeploymentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListEffectiveDeploymentsCommand, se_ListEffectiveDeploymentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListEffectiveDeploymentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListInstalledComponentsCommand, se_ListInstalledComponentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInstalledComponentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ResolveComponentCandidatesCommand, se_ResolveComponentCandidatesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ResolveComponentCandidatesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateConnectivityInfoCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./GreengrassV2";
2
1
  export * from "./GreengrassV2Client";
2
+ export * from "./GreengrassV2";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { GreengrassV2ServiceException } from "./models/GreengrassV2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class GreengrassV2ServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -38,6 +38,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
38
38
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
39
  import { UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput } from "./commands/UpdateConnectivityInfoCommand";
40
40
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
41
+ export { __Client };
41
42
  /**
42
43
  * @public
43
44
  */
@@ -152,7 +153,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
152
153
  /**
153
154
  * @public
154
155
  */
155
- type GreengrassV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
156
+ export type GreengrassV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
156
157
  /**
157
158
  * @public
158
159
  *
@@ -163,7 +164,7 @@ export interface GreengrassV2ClientConfig extends GreengrassV2ClientConfigType {
163
164
  /**
164
165
  * @public
165
166
  */
166
- type GreengrassV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
167
+ export type GreengrassV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
167
168
  /**
168
169
  * @public
169
170
  *
@@ -198,4 +199,3 @@ export declare class GreengrassV2Client extends __Client<__HttpHandlerOptions, S
198
199
  */
199
200
  destroy(): void;
200
201
  }
201
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { BatchAssociateClientDeviceWithCoreDeviceRequest, BatchAssociateClientDeviceWithCoreDeviceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { BatchDisassociateClientDeviceFromCoreDeviceRequest, BatchDisassociateClientDeviceFromCoreDeviceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { CancelDeploymentRequest, CancelDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { CreateComponentVersionRequest, CreateComponentVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { DeleteComponentRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { DeleteCoreDeviceRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { DeleteDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { GetComponentVersionArtifactRequest, GetComponentVersionArtifactResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { GetCoreDeviceRequest, GetCoreDeviceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListClientDevicesAssociatedWithCoreDeviceRequest, ListClientDevicesAssociatedWithCoreDeviceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListComponentVersionsRequest, ListComponentVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListCoreDevicesRequest, ListCoreDevicesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListEffectiveDeploymentsRequest, ListEffectiveDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListInstalledComponentsRequest, ListInstalledComponentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { ResolveComponentCandidatesRequest, ResolveComponentCandidatesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
5
  import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,21 @@
1
- export * from "./GreengrassV2";
1
+ /**
2
+ * <p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities
3
+ * to edge devices. This enables devices to collect and analyze data closer to the source of
4
+ * information, react autonomously to local events, and communicate securely with each other on
5
+ * local networks. Local devices can also communicate securely with Amazon Web Services IoT Core and export IoT data
6
+ * to the Amazon Web Services Cloud. IoT Greengrass developers can use Lambda functions and components to create and
7
+ * deploy applications to fleets of edge devices for local operation.</p>
8
+ * <p>IoT Greengrass Version 2 provides a new major version of the IoT Greengrass Core software, new APIs, and a new console.
9
+ * Use this API reference to learn how to use the IoT Greengrass V2 API operations to manage components,
10
+ * manage deployments, and core devices.</p>
11
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/what-is-iot-greengrass.html">What is IoT Greengrass?</a> in the
12
+ * <i>IoT Greengrass V2 Developer Guide</i>.</p>
13
+ *
14
+ * @packageDocumentation
15
+ */
2
16
  export * from "./GreengrassV2Client";
17
+ export * from "./GreengrassV2";
3
18
  export * from "./commands";
4
- export * from "./models";
5
19
  export * from "./pagination";
20
+ export * from "./models";
6
21
  export { GreengrassV2ServiceException } from "./models/GreengrassV2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -167,6 +167,7 @@ import {
167
167
  ClientResolvedEndpointParameters,
168
168
  EndpointParameters,
169
169
  } from "./endpoint/EndpointParameters";
170
+ export { __Client };
170
171
  export type ServiceInputTypes =
171
172
  | AssociateServiceRoleToAccountCommandInput
172
173
  | BatchAssociateClientDeviceWithCoreDeviceCommandInput
@@ -251,7 +252,7 @@ export interface ClientDefaults
251
252
  logger?: __Logger;
252
253
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
253
254
  }
254
- type GreengrassV2ClientConfigType = Partial<
255
+ export type GreengrassV2ClientConfigType = Partial<
255
256
  __SmithyConfiguration<__HttpHandlerOptions>
256
257
  > &
257
258
  ClientDefaults &
@@ -264,7 +265,7 @@ type GreengrassV2ClientConfigType = Partial<
264
265
  ClientInputEndpointParameters;
265
266
  export interface GreengrassV2ClientConfig
266
267
  extends GreengrassV2ClientConfigType {}
267
- type GreengrassV2ClientResolvedConfigType =
268
+ export type GreengrassV2ClientResolvedConfigType =
268
269
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
269
270
  Required<ClientDefaults> &
270
271
  RegionResolvedConfig &
@@ -286,4 +287,3 @@ export declare class GreengrassV2Client extends __Client<
286
287
  constructor(configuration: GreengrassV2ClientConfig);
287
288
  destroy(): void;
288
289
  }
289
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateServiceRoleToAccountRequest,
16
16
  AssociateServiceRoleToAccountResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateServiceRoleToAccountCommandInput
19
20
  extends AssociateServiceRoleToAccountRequest {}
20
21
  export interface AssociateServiceRoleToAccountCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchAssociateClientDeviceWithCoreDeviceRequest,
16
16
  BatchAssociateClientDeviceWithCoreDeviceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchAssociateClientDeviceWithCoreDeviceCommandInput
19
20
  extends BatchAssociateClientDeviceWithCoreDeviceRequest {}
20
21
  export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchDisassociateClientDeviceFromCoreDeviceRequest,
16
16
  BatchDisassociateClientDeviceFromCoreDeviceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDisassociateClientDeviceFromCoreDeviceCommandInput
19
20
  extends BatchDisassociateClientDeviceFromCoreDeviceRequest {}
20
21
  export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CancelDeploymentRequest,
16
16
  CancelDeploymentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelDeploymentCommandInput extends CancelDeploymentRequest {}
19
20
  export interface CancelDeploymentCommandOutput
20
21
  extends CancelDeploymentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateComponentVersionRequest,
16
16
  CreateComponentVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateComponentVersionCommandInput
19
20
  extends CreateComponentVersionRequest {}
20
21
  export interface CreateComponentVersionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDeploymentRequest,
16
16
  CreateDeploymentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
19
20
  export interface CreateDeploymentCommandOutput
20
21
  extends CreateDeploymentResponse,