@aws-sdk/client-greengrassv2 3.533.0 → 3.540.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 (69) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/GreengrassV2.d.ts +8 -1
  6. package/dist-types/GreengrassV2Client.d.ts +1 -1
  7. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelDeploymentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateComponentVersionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
  17. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  18. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  19. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +2 -1
  20. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCoreDeviceCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  23. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -1
  25. package/dist-types/commands/ListComponentVersionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListCoreDevicesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  36. package/dist-types/index.d.ts +0 -1
  37. package/dist-types/models/models_0.d.ts +338 -338
  38. package/dist-types/ts3.4/GreengrassV2.d.ts +7 -0
  39. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/index.d.ts +0 -1
  69. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2342,9 +2342,6 @@ var paginateListEffectiveDeployments = (0, import_core.createPaginator)(Greengra
2342
2342
  // src/pagination/ListInstalledComponentsPaginator.ts
2343
2343
 
2344
2344
  var paginateListInstalledComponents = (0, import_core.createPaginator)(GreengrassV2Client, ListInstalledComponentsCommand, "nextToken", "nextToken", "maxResults");
2345
-
2346
- // src/index.ts
2347
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2348
2345
  // Annotate the CommonJS export names for ESM import in node:
2349
2346
 
2350
2347
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./GreengrassV2";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { GreengrassV2ServiceException } from "./models/GreengrassV2ServiceException";
@@ -57,6 +57,7 @@ export interface GreengrassV2 {
57
57
  /**
58
58
  * @see {@link CreateComponentVersionCommand}
59
59
  */
60
+ createComponentVersion(): Promise<CreateComponentVersionCommandOutput>;
60
61
  createComponentVersion(args: CreateComponentVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateComponentVersionCommandOutput>;
61
62
  createComponentVersion(args: CreateComponentVersionCommandInput, cb: (err: any, data?: CreateComponentVersionCommandOutput) => void): void;
62
63
  createComponentVersion(args: CreateComponentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentVersionCommandOutput) => void): void;
@@ -93,6 +94,7 @@ export interface GreengrassV2 {
93
94
  /**
94
95
  * @see {@link DisassociateServiceRoleFromAccountCommand}
95
96
  */
97
+ disassociateServiceRoleFromAccount(): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
96
98
  disassociateServiceRoleFromAccount(args: DisassociateServiceRoleFromAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
97
99
  disassociateServiceRoleFromAccount(args: DisassociateServiceRoleFromAccountCommandInput, cb: (err: any, data?: DisassociateServiceRoleFromAccountCommandOutput) => void): void;
98
100
  disassociateServiceRoleFromAccount(args: DisassociateServiceRoleFromAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateServiceRoleFromAccountCommandOutput) => void): void;
@@ -129,6 +131,7 @@ export interface GreengrassV2 {
129
131
  /**
130
132
  * @see {@link GetServiceRoleForAccountCommand}
131
133
  */
134
+ getServiceRoleForAccount(): Promise<GetServiceRoleForAccountCommandOutput>;
132
135
  getServiceRoleForAccount(args: GetServiceRoleForAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceRoleForAccountCommandOutput>;
133
136
  getServiceRoleForAccount(args: GetServiceRoleForAccountCommandInput, cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void): void;
134
137
  getServiceRoleForAccount(args: GetServiceRoleForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void): void;
@@ -141,6 +144,7 @@ export interface GreengrassV2 {
141
144
  /**
142
145
  * @see {@link ListComponentsCommand}
143
146
  */
147
+ listComponents(): Promise<ListComponentsCommandOutput>;
144
148
  listComponents(args: ListComponentsCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentsCommandOutput>;
145
149
  listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
146
150
  listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
@@ -153,12 +157,14 @@ export interface GreengrassV2 {
153
157
  /**
154
158
  * @see {@link ListCoreDevicesCommand}
155
159
  */
160
+ listCoreDevices(): Promise<ListCoreDevicesCommandOutput>;
156
161
  listCoreDevices(args: ListCoreDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreDevicesCommandOutput>;
157
162
  listCoreDevices(args: ListCoreDevicesCommandInput, cb: (err: any, data?: ListCoreDevicesCommandOutput) => void): void;
158
163
  listCoreDevices(args: ListCoreDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreDevicesCommandOutput) => void): void;
159
164
  /**
160
165
  * @see {@link ListDeploymentsCommand}
161
166
  */
167
+ listDeployments(): Promise<ListDeploymentsCommandOutput>;
162
168
  listDeployments(args: ListDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentsCommandOutput>;
163
169
  listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
164
170
  listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
@@ -183,6 +189,7 @@ export interface GreengrassV2 {
183
189
  /**
184
190
  * @see {@link ResolveComponentCandidatesCommand}
185
191
  */
192
+ resolveComponentCandidates(): Promise<ResolveComponentCandidatesCommandOutput>;
186
193
  resolveComponentCandidates(args: ResolveComponentCandidatesCommandInput, options?: __HttpHandlerOptions): Promise<ResolveComponentCandidatesCommandOutput>;
187
194
  resolveComponentCandidates(args: ResolveComponentCandidatesCommandInput, cb: (err: any, data?: ResolveComponentCandidatesCommandOutput) => void): void;
188
195
  resolveComponentCandidates(args: ResolveComponentCandidatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResolveComponentCandidatesCommandOutput) => void): void;
@@ -206,7 +213,6 @@ export interface GreengrassV2 {
206
213
  updateConnectivityInfo(args: UpdateConnectivityInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectivityInfoCommandOutput) => void): void;
207
214
  }
208
215
  /**
209
- * @public
210
216
  * <p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities
211
217
  * to edge devices. This enables devices to collect and analyze data closer to the source of
212
218
  * information, react autonomously to local events, and communicate securely with each other on
@@ -218,6 +224,7 @@ export interface GreengrassV2 {
218
224
  * manage deployments, and core devices.</p>
219
225
  * <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
220
226
  * <i>IoT Greengrass V2 Developer Guide</i>.</p>
227
+ * @public
221
228
  */
222
229
  export declare class GreengrassV2 extends GreengrassV2Client implements GreengrassV2 {
223
230
  }
@@ -180,7 +180,6 @@ export type GreengrassV2ClientResolvedConfigType = __SmithyResolvedConfiguration
180
180
  export interface GreengrassV2ClientResolvedConfig extends GreengrassV2ClientResolvedConfigType {
181
181
  }
182
182
  /**
183
- * @public
184
183
  * <p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities
185
184
  * to edge devices. This enables devices to collect and analyze data closer to the source of
186
185
  * information, react autonomously to local events, and communicate securely with each other on
@@ -192,6 +191,7 @@ export interface GreengrassV2ClientResolvedConfig extends GreengrassV2ClientReso
192
191
  * manage deployments, and core devices.</p>
193
192
  * <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
194
193
  * <i>IoT Greengrass V2 Developer Guide</i>.</p>
194
+ * @public
195
195
  */
196
196
  export declare class GreengrassV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GreengrassV2ClientResolvedConfig> {
197
197
  /**
@@ -22,10 +22,10 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
22
22
  }
23
23
  declare const AssociateServiceRoleToAccountCommand_base: {
24
24
  new (input: AssociateServiceRoleToAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateServiceRoleToAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a Greengrass service role with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass
30
30
  * uses this role to verify the identity of client devices and manage core device connectivity
31
31
  * information. The role must include the <a href="https://console.aws.amazon.com/iam/home#/policies/arn:awsiam::aws:policy/service-role/AWSGreengrassResourceAccessRolePolicy">AWSGreengrassResourceAccessRolePolicy</a> managed policy or a custom policy that
@@ -64,6 +64,7 @@ declare const AssociateServiceRoleToAccountCommand_base: {
64
64
  * @throws {@link GreengrassV2ServiceException}
65
65
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput extends B
22
22
  }
23
23
  declare const BatchAssociateClientDeviceWithCoreDeviceCommand_base: {
24
24
  new (input: BatchAssociateClientDeviceWithCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateClientDeviceWithCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a list of client devices with a core device. Use this API operation to specify
30
30
  * which client devices can discover a core device through cloud discovery. With cloud discovery,
31
31
  * client devices connect to IoT Greengrass to retrieve associated core devices' connectivity information
@@ -92,6 +92,7 @@ declare const BatchAssociateClientDeviceWithCoreDeviceCommand_base: {
92
92
  * @throws {@link GreengrassV2ServiceException}
93
93
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends BatchAssociateClientDeviceWithCoreDeviceCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput extend
22
22
  }
23
23
  declare const BatchDisassociateClientDeviceFromCoreDeviceCommand_base: {
24
24
  new (input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateClientDeviceFromCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a list of client devices from a core device. After you disassociate a client
30
30
  * device from a core device, the client device won't be able to use cloud discovery to retrieve
31
31
  * the core device's connectivity information and certificates.</p>
@@ -83,6 +83,7 @@ declare const BatchDisassociateClientDeviceFromCoreDeviceCommand_base: {
83
83
  * @throws {@link GreengrassV2ServiceException}
84
84
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends BatchDisassociateClientDeviceFromCoreDeviceCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse,
22
22
  }
23
23
  declare const CancelDeploymentCommand_base: {
24
24
  new (input: CancelDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDeploymentCommandInput, CancelDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDeploymentCommandInput, CancelDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a deployment. This operation cancels the deployment for devices that haven't yet
30
30
  * received it. If a device already received the deployment, this operation doesn't change
31
31
  * anything for that device.</p>
@@ -76,6 +76,7 @@ declare const CancelDeploymentCommand_base: {
76
76
  * @throws {@link GreengrassV2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CancelDeploymentCommand extends CancelDeploymentCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
22
22
  }
23
23
  declare const CreateComponentVersionCommand_base: {
24
24
  new (input: CreateComponentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateComponentVersionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a component. Components are software that run on Greengrass core devices. After you
30
30
  * develop and test a component on your core device, you can use this operation to upload your
31
31
  * component to IoT Greengrass. Then, you can deploy the component to other core devices.</p>
@@ -226,6 +226,7 @@ declare const CreateComponentVersionCommand_base: {
226
226
  * @throws {@link GreengrassV2ServiceException}
227
227
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
228
228
  *
229
+ * @public
229
230
  */
230
231
  export declare class CreateComponentVersionCommand extends CreateComponentVersionCommand_base {
231
232
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
22
22
  }
23
23
  declare const CreateDeploymentCommand_base: {
24
24
  new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a continuous deployment for a target, which is a Greengrass core device or group of core
30
30
  * devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass
31
31
  * deploys that group's deployment to the new device.</p>
@@ -152,6 +152,7 @@ declare const CreateDeploymentCommand_base: {
152
152
  * @throws {@link GreengrassV2ServiceException}
153
153
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
154
154
  *
155
+ * @public
155
156
  */
156
157
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
157
158
  }
@@ -22,10 +22,10 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteComponentCommand_base: {
24
24
  new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a version of a component from IoT Greengrass.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the component's recipe and artifacts. As a result, deployments
@@ -78,6 +78,7 @@ declare const DeleteComponentCommand_base: {
78
78
  * @throws {@link GreengrassV2ServiceException}
79
79
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCoreDeviceCommand_base: {
24
24
  new (input: DeleteCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Greengrass core device, which is an IoT thing. This operation removes the core
30
30
  * device from the list of core devices. This operation doesn't delete the IoT thing. For more
31
31
  * information about how to delete the IoT thing, see <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_DeleteThing.html">DeleteThing</a> in the
@@ -75,6 +75,7 @@ declare const DeleteCoreDeviceCommand_base: {
75
75
  * @throws {@link GreengrassV2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteCoreDeviceCommand extends DeleteCoreDeviceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDeploymentCommand_base: {
24
24
  new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a deployment. To delete an active deployment, you must first cancel it. For more
30
30
  * information, see <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_CancelDeployment.html">CancelDeployment</a>.</p>
31
31
  * <p>Deleting a deployment doesn't affect core devices that run that deployment, because core
@@ -76,6 +76,7 @@ declare const DeleteDeploymentCommand_base: {
76
76
  * @throws {@link GreengrassV2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
22
22
  }
23
23
  declare const DescribeComponentCommand_base: {
24
24
  new (input: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves metadata for a version of a component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const DescribeComponentCommand_base: {
95
95
  * @throws {@link GreengrassV2ServiceException}
96
96
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
22
22
  }
23
23
  declare const DisassociateServiceRoleFromAccountCommand_base: {
24
24
  new (input: DisassociateServiceRoleFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisassociateServiceRoleFromAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates the Greengrass service role from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
30
30
  * Without a service role, IoT Greengrass can't verify the identity of client devices or manage core device
31
31
  * connectivity information. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-service-role.html">Greengrass service role</a> in
@@ -57,6 +57,7 @@ declare const DisassociateServiceRoleFromAccountCommand_base: {
57
57
  * @throws {@link GreengrassV2ServiceException}
58
58
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
22
22
  }
23
23
  declare const GetComponentCommand_base: {
24
24
  new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the recipe for a version of a component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetComponentCommand_base: {
75
75
  * @throws {@link GreengrassV2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetComponentCommand extends GetComponentCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetComponentVersionArtifactCommandOutput extends GetComponentVe
22
22
  }
23
23
  declare const GetComponentVersionArtifactCommand_base: {
24
24
  new (input: GetComponentVersionArtifactCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetComponentVersionArtifactCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices
30
30
  * call this operation to identify the URL that they can use to download an artifact to
31
31
  * install.</p>
@@ -73,6 +73,7 @@ declare const GetComponentVersionArtifactCommand_base: {
73
73
  * @throws {@link GreengrassV2ServiceException}
74
74
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetComponentVersionArtifactCommand extends GetComponentVersionArtifactCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
22
22
  }
23
23
  declare const GetConnectivityInfoCommand_base: {
24
24
  new (input: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves connectivity information for a Greengrass core device.</p>
30
30
  * <p>Connectivity information includes endpoints and ports where client devices
31
31
  * can connect to an MQTT broker on the core device. When a client device
@@ -74,6 +74,7 @@ declare const GetConnectivityInfoCommand_base: {
74
74
  * @throws {@link GreengrassV2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met
22
22
  }
23
23
  declare const GetCoreDeviceCommand_base: {
24
24
  new (input: GetCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves metadata for a Greengrass core device.</p>
30
30
  * <note>
31
31
  * <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the
@@ -105,6 +105,7 @@ declare const GetCoreDeviceCommand_base: {
105
105
  * @throws {@link GreengrassV2ServiceException}
106
106
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class GetCoreDeviceCommand extends GetCoreDeviceCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
22
22
  }
23
23
  declare const GetDeploymentCommand_base: {
24
24
  new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a deployment. Deployments define the components that run on Greengrass core devices.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -137,6 +137,7 @@ declare const GetDeploymentCommand_base: {
137
137
  * @throws {@link GreengrassV2ServiceException}
138
138
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
22
22
  }
23
23
  declare const GetServiceRoleForAccountCommand_base: {
24
24
  new (input: GetServiceRoleForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetServiceRoleForAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
30
30
  * IoT Greengrass uses this role to verify the identity of client devices and manage core device
31
31
  * connectivity information. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-service-role.html">Greengrass service role</a> in
@@ -58,6 +58,7 @@ declare const GetServiceRoleForAccountCommand_base: {
58
58
  * @throws {@link GreengrassV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends
22
22
  }
23
23
  declare const ListClientDevicesAssociatedWithCoreDeviceCommand_base: {
24
24
  new (input: ListClientDevicesAssociatedWithCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListClientDevicesAssociatedWithCoreDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a paginated list of client devices that are associated with a core
30
30
  * device.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListClientDevicesAssociatedWithCoreDeviceCommand_base: {
79
79
  * @throws {@link GreengrassV2ServiceException}
80
80
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends ListClientDevicesAssociatedWithCoreDeviceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion
22
22
  }
23
23
  declare const ListComponentVersionsCommand_base: {
24
24
  new (input: ListComponentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListComponentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a paginated list of all versions for a component. Greater versions are listed
30
30
  * first.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const ListComponentVersionsCommand_base: {
80
80
  * @throws {@link GreengrassV2ServiceException}
81
81
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListComponentVersionsCommand extends ListComponentVersionsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
22
22
  }
23
23
  declare const ListComponentsCommand_base: {
24
24
  new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListComponentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a paginated list of component summaries. This list includes components that you
30
30
  * have permission to view.</p>
31
31
  * @example
@@ -94,6 +94,7 @@ declare const ListComponentsCommand_base: {
94
94
  * @throws {@link GreengrassV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListComponentsCommand extends ListComponentsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _
22
22
  }
23
23
  declare const ListCoreDevicesCommand_base: {
24
24
  new (input: ListCoreDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCoreDevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a paginated list of Greengrass core devices.</p>
30
30
  * <note>
31
31
  * <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the
@@ -104,6 +104,7 @@ declare const ListCoreDevicesCommand_base: {
104
104
  * @throws {@link GreengrassV2ServiceException}
105
105
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class ListCoreDevicesCommand extends ListCoreDevicesCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
22
22
  }
23
23
  declare const ListDeploymentsCommand_base: {
24
24
  new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDeploymentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a paginated list of deployments.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListDeploymentsCommand_base: {
83
83
  * @throws {@link GreengrassV2ServiceException}
84
84
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl
22
22
  }
23
23
  declare const ListEffectiveDeploymentsCommand_base: {
24
24
  new (input: ListEffectiveDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListEffectiveDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListEffectiveDeploymentsCommand_base: {
94
94
  * @throws {@link GreengrassV2ServiceException}
95
95
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListEffectiveDeploymentsCommand extends ListEffectiveDeploymentsCommand_base {
99
100
  }