@aws-sdk/client-greengrassv2 3.478.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 (121) 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-es/commands/AssociateServiceRoleToAccountCommand.js +18 -41
  32. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +18 -41
  33. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +18 -41
  34. package/dist-es/commands/CancelDeploymentCommand.js +18 -41
  35. package/dist-es/commands/CreateComponentVersionCommand.js +18 -41
  36. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  37. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  38. package/dist-es/commands/DeleteCoreDeviceCommand.js +18 -41
  39. package/dist-es/commands/DeleteDeploymentCommand.js +18 -41
  40. package/dist-es/commands/DescribeComponentCommand.js +18 -41
  41. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +18 -41
  42. package/dist-es/commands/GetComponentCommand.js +18 -41
  43. package/dist-es/commands/GetComponentVersionArtifactCommand.js +18 -41
  44. package/dist-es/commands/GetConnectivityInfoCommand.js +18 -41
  45. package/dist-es/commands/GetCoreDeviceCommand.js +18 -41
  46. package/dist-es/commands/GetDeploymentCommand.js +18 -41
  47. package/dist-es/commands/GetServiceRoleForAccountCommand.js +18 -41
  48. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +18 -41
  49. package/dist-es/commands/ListComponentVersionsCommand.js +18 -41
  50. package/dist-es/commands/ListComponentsCommand.js +18 -41
  51. package/dist-es/commands/ListCoreDevicesCommand.js +18 -41
  52. package/dist-es/commands/ListDeploymentsCommand.js +18 -41
  53. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +18 -41
  54. package/dist-es/commands/ListInstalledComponentsCommand.js +18 -41
  55. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  56. package/dist-es/commands/ResolveComponentCandidatesCommand.js +18 -41
  57. package/dist-es/commands/TagResourceCommand.js +18 -41
  58. package/dist-es/commands/UntagResourceCommand.js +18 -41
  59. package/dist-es/commands/UpdateConnectivityInfoCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -21
  62. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +6 -21
  63. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +6 -21
  64. package/dist-types/commands/CancelDeploymentCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateComponentVersionCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeComponentCommand.d.ts +6 -21
  71. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -21
  72. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  73. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +6 -21
  74. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -21
  75. package/dist-types/commands/GetCoreDeviceCommand.d.ts +6 -21
  76. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -21
  77. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -21
  78. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +6 -21
  79. package/dist-types/commands/ListComponentVersionsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListCoreDevicesCommand.d.ts +6 -21
  82. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +6 -21
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -21
  90. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  91. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  121. package/package.json +9 -9
@@ -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 { DeleteDeploymentRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {
21
20
  */
22
21
  export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDeploymentCommand_base: {
24
+ new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a deployment. To delete an active deployment, you must first cancel it. For more
@@ -74,23 +77,5 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
74
77
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
78
- readonly input: DeleteDeploymentCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteDeploymentCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
96
81
  }
@@ -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 { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeComponentCommandInput extends DescribeComponentRequest
21
20
  */
22
21
  export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeComponentCommand_base: {
24
+ new (input: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves metadata for a version of a component.</p>
@@ -93,23 +96,5 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
93
96
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
94
97
  *
95
98
  */
96
- export declare class DescribeComponentCommand extends $Command<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
97
- readonly input: DescribeComponentCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: DescribeComponentCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeComponentCommandInput, DescribeComponentCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
115
100
  }
@@ -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 { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateServiceRoleFromAccountCommandInput extends Disassoc
21
20
  */
22
21
  export interface DisassociateServiceRoleFromAccountCommandOutput extends DisassociateServiceRoleFromAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateServiceRoleFromAccountCommand_base: {
24
+ new (input: DisassociateServiceRoleFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates the Greengrass service role from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
@@ -55,23 +58,5 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
55
58
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
56
59
  *
57
60
  */
58
- export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
59
- readonly input: DisassociateServiceRoleFromAccountCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: DisassociateServiceRoleFromAccountCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {
77
62
  }
@@ -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 { GetComponentRequest, GetComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetComponentCommandInput extends GetComponentRequest {
21
20
  */
22
21
  export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetComponentCommand_base: {
24
+ new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the recipe for a version of a component.</p>
@@ -73,23 +76,5 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
73
76
  * <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
74
77
  *
75
78
  */
76
- export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
77
- readonly input: GetComponentCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetComponentCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetComponentCommand extends GetComponentCommand_base {
95
80
  }
@@ -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
  }