@aws-sdk/client-greengrassv2 3.477.0 → 3.481.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 (149) hide show
  1. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +18 -41
  2. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +18 -41
  4. package/dist-cjs/commands/CancelDeploymentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateComponentVersionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteCoreDeviceCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteDeploymentCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeComponentCommand.js +18 -41
  11. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +18 -41
  12. package/dist-cjs/commands/GetComponentCommand.js +18 -41
  13. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +18 -41
  14. package/dist-cjs/commands/GetConnectivityInfoCommand.js +18 -41
  15. package/dist-cjs/commands/GetCoreDeviceCommand.js +18 -41
  16. package/dist-cjs/commands/GetDeploymentCommand.js +18 -41
  17. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +18 -41
  18. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +18 -41
  19. package/dist-cjs/commands/ListComponentVersionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  21. package/dist-cjs/commands/ListCoreDevicesCommand.js +18 -41
  22. package/dist-cjs/commands/ListDeploymentsCommand.js +18 -41
  23. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +18 -41
  24. package/dist-cjs/commands/ListInstalledComponentsCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  26. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +18 -41
  30. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  31. package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +2 -24
  32. package/dist-cjs/pagination/ListComponentVersionsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListCoreDevicesPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListDeploymentsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListInstalledComponentsPaginator.js +2 -24
  38. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +18 -41
  39. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +18 -41
  40. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +18 -41
  41. package/dist-es/commands/CancelDeploymentCommand.js +18 -41
  42. package/dist-es/commands/CreateComponentVersionCommand.js +18 -41
  43. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  44. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  45. package/dist-es/commands/DeleteCoreDeviceCommand.js +18 -41
  46. package/dist-es/commands/DeleteDeploymentCommand.js +18 -41
  47. package/dist-es/commands/DescribeComponentCommand.js +18 -41
  48. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +18 -41
  49. package/dist-es/commands/GetComponentCommand.js +18 -41
  50. package/dist-es/commands/GetComponentVersionArtifactCommand.js +18 -41
  51. package/dist-es/commands/GetConnectivityInfoCommand.js +18 -41
  52. package/dist-es/commands/GetCoreDeviceCommand.js +18 -41
  53. package/dist-es/commands/GetDeploymentCommand.js +18 -41
  54. package/dist-es/commands/GetServiceRoleForAccountCommand.js +18 -41
  55. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +18 -41
  56. package/dist-es/commands/ListComponentVersionsCommand.js +18 -41
  57. package/dist-es/commands/ListComponentsCommand.js +18 -41
  58. package/dist-es/commands/ListCoreDevicesCommand.js +18 -41
  59. package/dist-es/commands/ListDeploymentsCommand.js +18 -41
  60. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +18 -41
  61. package/dist-es/commands/ListInstalledComponentsCommand.js +18 -41
  62. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  63. package/dist-es/commands/ResolveComponentCandidatesCommand.js +18 -41
  64. package/dist-es/commands/TagResourceCommand.js +18 -41
  65. package/dist-es/commands/UntagResourceCommand.js +18 -41
  66. package/dist-es/commands/UpdateConnectivityInfoCommand.js +18 -41
  67. package/dist-es/endpoint/EndpointParameters.js +6 -0
  68. package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +2 -23
  69. package/dist-es/pagination/ListComponentVersionsPaginator.js +2 -23
  70. package/dist-es/pagination/ListComponentsPaginator.js +2 -23
  71. package/dist-es/pagination/ListCoreDevicesPaginator.js +2 -23
  72. package/dist-es/pagination/ListDeploymentsPaginator.js +2 -23
  73. package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js +2 -23
  74. package/dist-es/pagination/ListInstalledComponentsPaginator.js +2 -23
  75. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -21
  76. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +6 -21
  77. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +6 -21
  78. package/dist-types/commands/CancelDeploymentCommand.d.ts +6 -21
  79. package/dist-types/commands/CreateComponentVersionCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeComponentCommand.d.ts +6 -21
  85. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -21
  86. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  87. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +6 -21
  88. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -21
  89. package/dist-types/commands/GetCoreDeviceCommand.d.ts +6 -21
  90. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -21
  91. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -21
  92. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +6 -21
  93. package/dist-types/commands/ListComponentVersionsCommand.d.ts +6 -21
  94. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  95. package/dist-types/commands/ListCoreDevicesCommand.d.ts +6 -21
  96. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -21
  97. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +6 -21
  98. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +6 -21
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  100. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +6 -21
  101. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  102. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -21
  104. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  105. package/dist-types/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListComponentVersionsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListCoreDevicesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  142. package/dist-types/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +3 -3
  143. package/dist-types/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
  145. package/dist-types/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +3 -3
  146. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +3 -3
  147. package/dist-types/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +3 -3
  148. package/dist-types/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +3 -3
  149. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { GetComponentVersionArtifactRequest, GetComponentVersionArtifactResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetComponentVersionArtifactCommandInput extends GetComponentVer
21
20
  */
22
21
  export interface GetComponentVersionArtifactCommandOutput extends GetComponentVersionArtifactResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetComponentVersionArtifactCommand_base: {
24
+ new (input: GetComponentVersionArtifactCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices
@@ -71,23 +74,5 @@ export interface GetComponentVersionArtifactCommandOutput extends GetComponentVe
71
74
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
72
75
  *
73
76
  */
74
- export declare class GetComponentVersionArtifactCommand extends $Command<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig> {
75
- readonly input: GetComponentVersionArtifactCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetComponentVersionArtifactCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetComponentVersionArtifactCommand extends GetComponentVersionArtifactCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConnectivityInfoCommandInput extends GetConnectivityInfoRequ
21
20
  */
22
21
  export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConnectivityInfoCommand_base: {
24
+ new (input: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves connectivity information for a Greengrass core device.</p>
@@ -72,23 +75,5 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
72
75
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
73
76
  *
74
77
  */
75
- export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig> {
76
- readonly input: GetConnectivityInfoCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetConnectivityInfoCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { GetCoreDeviceRequest, GetCoreDeviceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {
21
20
  */
22
21
  export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCoreDeviceCommand_base: {
24
+ new (input: GetCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves metadata for a Greengrass core device.</p>
@@ -103,23 +106,5 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met
103
106
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
104
107
  *
105
108
  */
106
- export declare class GetCoreDeviceCommand extends $Command<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
107
- readonly input: GetCoreDeviceCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetCoreDeviceCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetCoreDeviceCommand extends GetCoreDeviceCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {
21
20
  */
22
21
  export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentCommand_base: {
24
+ new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a deployment. Deployments define the components that run on Greengrass core devices.</p>
@@ -135,23 +138,5 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
135
138
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
136
139
  *
137
140
  */
138
- export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
139
- readonly input: GetDeploymentCommandInput;
140
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
- /**
142
- * @public
143
- */
144
- constructor(input: GetDeploymentCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
149
- /**
150
- * @internal
151
- */
152
- private serialize;
153
- /**
154
- * @internal
155
- */
156
- private deserialize;
141
+ export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
157
142
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetServiceRoleForAccountCommandInput extends GetServiceRoleForA
21
20
  */
22
21
  export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleForAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetServiceRoleForAccountCommand_base: {
24
+ new (input: GetServiceRoleForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
@@ -56,23 +59,5 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
56
59
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
60
- readonly input: GetServiceRoleForAccountCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: GetServiceRoleForAccountCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {
78
63
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListClientDevicesAssociatedWithCoreDeviceRequest, ListClientDevicesAssociatedWithCoreDeviceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandInput extends L
21
20
  */
22
21
  export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends ListClientDevicesAssociatedWithCoreDeviceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListClientDevicesAssociatedWithCoreDeviceCommand_base: {
24
+ new (input: ListClientDevicesAssociatedWithCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of client devices that are associated with a core
@@ -77,23 +80,5 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends
77
80
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
78
81
  *
79
82
  */
80
- export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
81
- readonly input: ListClientDevicesAssociatedWithCoreDeviceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListClientDevicesAssociatedWithCoreDeviceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends ListClientDevicesAssociatedWithCoreDeviceCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListComponentVersionsRequest, ListComponentVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListComponentVersionsCommandInput extends ListComponentVersions
21
20
  */
22
21
  export interface ListComponentVersionsCommandOutput extends ListComponentVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListComponentVersionsCommand_base: {
24
+ new (input: ListComponentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of all versions for a component. Greater versions are listed
@@ -78,23 +81,5 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion
78
81
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
79
82
  *
80
83
  */
81
- export declare class ListComponentVersionsCommand extends $Command<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig> {
82
- readonly input: ListComponentVersionsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListComponentVersionsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListComponentVersionsCommand extends ListComponentVersionsCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
21
20
  */
22
21
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListComponentsCommand_base: {
24
+ new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of component summaries. This list includes components that you
@@ -92,23 +95,5 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
92
95
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
93
96
  *
94
97
  */
95
- export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
96
- readonly input: ListComponentsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListComponentsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListComponentsCommand extends ListComponentsCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListCoreDevicesRequest, ListCoreDevicesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCoreDevicesCommandInput extends ListCoreDevicesRequest {
21
20
  */
22
21
  export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCoreDevicesCommand_base: {
24
+ new (input: ListCoreDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of Greengrass core devices.</p>
@@ -102,23 +105,5 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _
102
105
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
103
106
  *
104
107
  */
105
- export declare class ListCoreDevicesCommand extends $Command<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig> {
106
- readonly input: ListCoreDevicesCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: ListCoreDevicesCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class ListCoreDevicesCommand extends ListCoreDevicesCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
21
20
  */
22
21
  export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDeploymentsCommand_base: {
24
+ new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of deployments.</p>
@@ -81,23 +84,5 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
81
84
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
82
85
  *
83
86
  */
84
- export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
85
- readonly input: ListDeploymentsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListDeploymentsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListEffectiveDeploymentsRequest, ListEffectiveDeploymentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEffectiveDeploymentsCommandInput extends ListEffectiveDeplo
21
20
  */
22
21
  export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDeploymentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEffectiveDeploymentsCommand_base: {
24
+ new (input: ListEffectiveDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.</p>
@@ -92,23 +95,5 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl
92
95
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
93
96
  *
94
97
  */
95
- export declare class ListEffectiveDeploymentsCommand extends $Command<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
96
- readonly input: ListEffectiveDeploymentsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListEffectiveDeploymentsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListEffectiveDeploymentsCommand extends ListEffectiveDeploymentsCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListInstalledComponentsRequest, ListInstalledComponentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInstalledComponentsCommandInput extends ListInstalledCompon
21
20
  */
22
21
  export interface ListInstalledComponentsCommandOutput extends ListInstalledComponentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInstalledComponentsCommand_base: {
24
+ new (input: ListInstalledComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a paginated list of the components that a Greengrass core device runs. By default,
@@ -116,23 +119,5 @@ export interface ListInstalledComponentsCommandOutput extends ListInstalledCompo
116
119
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
117
120
  *
118
121
  */
119
- export declare class ListInstalledComponentsCommand extends $Command<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
120
- readonly input: ListInstalledComponentsCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: ListInstalledComponentsCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class ListInstalledComponentsCommand extends ListInstalledComponentsCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the list of tags for an IoT Greengrass resource.</p>
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
63
66
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
64
67
  *
65
68
  */
66
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
67
- readonly input: ListTagsForResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListTagsForResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
5
4
  import { ResolveComponentCandidatesRequest, ResolveComponentCandidatesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResolveComponentCandidatesCommandInput extends ResolveComponent
21
20
  */
22
21
  export interface ResolveComponentCandidatesCommandOutput extends ResolveComponentCandidatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ResolveComponentCandidatesCommand_base: {
24
+ new (input: ResolveComponentCandidatesCommandInput): import("@smithy/smithy-client").CommandImpl<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of components that meet the component, version, and platform requirements
@@ -109,23 +112,5 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen
109
112
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
110
113
  *
111
114
  */
112
- export declare class ResolveComponentCandidatesCommand extends $Command<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig> {
113
- readonly input: ResolveComponentCandidatesCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: ResolveComponentCandidatesCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class ResolveComponentCandidatesCommand extends ResolveComponentCandidatesCommand_base {
131
116
  }