@aws-sdk/client-greengrassv2 3.478.0 → 3.484.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 +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteComponentRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
17
11
  export interface DeleteComponentCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteComponentCommand extends $Command<
19
- DeleteComponentCommandInput,
20
- DeleteComponentCommandOutput,
21
- GreengrassV2ClientResolvedConfig
22
- > {
23
- readonly input: DeleteComponentCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteComponentCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GreengrassV2ClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteComponentCommand_base: {
13
+ new (
14
+ input: DeleteComponentCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteComponentCommandInput,
17
+ DeleteComponentCommandOutput,
18
+ GreengrassV2ClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteComponentCommand extends DeleteComponentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteCoreDeviceRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteCoreDeviceCommandInput extends DeleteCoreDeviceRequest {}
17
11
  export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteCoreDeviceCommand extends $Command<
19
- DeleteCoreDeviceCommandInput,
20
- DeleteCoreDeviceCommandOutput,
21
- GreengrassV2ClientResolvedConfig
22
- > {
23
- readonly input: DeleteCoreDeviceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteCoreDeviceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GreengrassV2ClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteCoreDeviceCommand_base: {
13
+ new (
14
+ input: DeleteCoreDeviceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteCoreDeviceCommandInput,
17
+ DeleteCoreDeviceCommandOutput,
18
+ GreengrassV2ClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteCoreDeviceCommand extends DeleteCoreDeviceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteDeploymentRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
17
11
  export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteDeploymentCommand extends $Command<
19
- DeleteDeploymentCommandInput,
20
- DeleteDeploymentCommandOutput,
21
- GreengrassV2ClientResolvedConfig
22
- > {
23
- readonly input: DeleteDeploymentCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteDeploymentCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GreengrassV2ClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteDeploymentCommand_base: {
13
+ new (
14
+ input: DeleteDeploymentCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteDeploymentCommandInput,
17
+ DeleteDeploymentCommandOutput,
18
+ GreengrassV2ClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeComponentCommandInput
21
15
  export interface DescribeComponentCommandOutput
22
16
  extends DescribeComponentResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeComponentCommand extends $Command<
25
- DescribeComponentCommandInput,
26
- DescribeComponentCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: DescribeComponentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeComponentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeComponentCommandInput, DescribeComponentCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeComponentCommand_base: {
19
+ new (
20
+ input: DescribeComponentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeComponentCommandInput,
23
+ DescribeComponentCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeComponentCommand extends DescribeComponentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DisassociateServiceRoleFromAccountCommandInput
21
15
  export interface DisassociateServiceRoleFromAccountCommandOutput
22
16
  extends DisassociateServiceRoleFromAccountResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateServiceRoleFromAccountCommand extends $Command<
25
- DisassociateServiceRoleFromAccountCommandInput,
26
- DisassociateServiceRoleFromAccountCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: DisassociateServiceRoleFromAccountCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateServiceRoleFromAccountCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateServiceRoleFromAccountCommand_base: {
19
+ new (
20
+ input: DisassociateServiceRoleFromAccountCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateServiceRoleFromAccountCommandInput,
38
- DisassociateServiceRoleFromAccountCommandOutput
23
+ DisassociateServiceRoleFromAccountCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetComponentCommandInput extends GetComponentRequest {}
17
11
  export interface GetComponentCommandOutput
18
12
  extends GetComponentResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetComponentCommand extends $Command<
21
- GetComponentCommandInput,
22
- GetComponentCommandOutput,
23
- GreengrassV2ClientResolvedConfig
24
- > {
25
- readonly input: GetComponentCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetComponentCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GreengrassV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetComponentCommand_base: {
15
+ new (
16
+ input: GetComponentCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetComponentCommandInput,
19
+ GetComponentCommandOutput,
20
+ GreengrassV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetComponentCommand extends GetComponentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetComponentVersionArtifactCommandInput
21
15
  export interface GetComponentVersionArtifactCommandOutput
22
16
  extends GetComponentVersionArtifactResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetComponentVersionArtifactCommand extends $Command<
25
- GetComponentVersionArtifactCommandInput,
26
- GetComponentVersionArtifactCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: GetComponentVersionArtifactCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetComponentVersionArtifactCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetComponentVersionArtifactCommand_base: {
19
+ new (
20
+ input: GetComponentVersionArtifactCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetComponentVersionArtifactCommandInput,
38
- GetComponentVersionArtifactCommandOutput
23
+ GetComponentVersionArtifactCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetComponentVersionArtifactCommand extends GetComponentVersionArtifactCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetConnectivityInfoCommandInput
21
15
  export interface GetConnectivityInfoCommandOutput
22
16
  extends GetConnectivityInfoResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetConnectivityInfoCommand extends $Command<
25
- GetConnectivityInfoCommandInput,
26
- GetConnectivityInfoCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: GetConnectivityInfoCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetConnectivityInfoCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetConnectivityInfoCommand_base: {
19
+ new (
20
+ input: GetConnectivityInfoCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetConnectivityInfoCommandInput,
23
+ GetConnectivityInfoCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {}
20
14
  export interface GetCoreDeviceCommandOutput
21
15
  extends GetCoreDeviceResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCoreDeviceCommand extends $Command<
24
- GetCoreDeviceCommandInput,
25
- GetCoreDeviceCommandOutput,
26
- GreengrassV2ClientResolvedConfig
27
- > {
28
- readonly input: GetCoreDeviceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCoreDeviceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GreengrassV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCoreDeviceCommand_base: {
18
+ new (
19
+ input: GetCoreDeviceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCoreDeviceCommandInput,
22
+ GetCoreDeviceCommandOutput,
23
+ GreengrassV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCoreDeviceCommand extends GetCoreDeviceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
20
14
  export interface GetDeploymentCommandOutput
21
15
  extends GetDeploymentResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetDeploymentCommand extends $Command<
24
- GetDeploymentCommandInput,
25
- GetDeploymentCommandOutput,
26
- GreengrassV2ClientResolvedConfig
27
- > {
28
- readonly input: GetDeploymentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetDeploymentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GreengrassV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetDeploymentCommand_base: {
18
+ new (
19
+ input: GetDeploymentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetDeploymentCommandInput,
22
+ GetDeploymentCommandOutput,
23
+ GreengrassV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetDeploymentCommand extends GetDeploymentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetServiceRoleForAccountCommandInput
21
15
  export interface GetServiceRoleForAccountCommandOutput
22
16
  extends GetServiceRoleForAccountResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetServiceRoleForAccountCommand extends $Command<
25
- GetServiceRoleForAccountCommandInput,
26
- GetServiceRoleForAccountCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: GetServiceRoleForAccountCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetServiceRoleForAccountCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetServiceRoleForAccountCommand_base: {
19
+ new (
20
+ input: GetServiceRoleForAccountCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetServiceRoleForAccountCommandInput,
38
- GetServiceRoleForAccountCommandOutput
23
+ GetServiceRoleForAccountCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandInput
21
15
  export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput
22
16
  extends ListClientDevicesAssociatedWithCoreDeviceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command<
25
- ListClientDevicesAssociatedWithCoreDeviceCommandInput,
26
- ListClientDevicesAssociatedWithCoreDeviceCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: ListClientDevicesAssociatedWithCoreDeviceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListClientDevicesAssociatedWithCoreDeviceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListClientDevicesAssociatedWithCoreDeviceCommand_base: {
19
+ new (
20
+ input: ListClientDevicesAssociatedWithCoreDeviceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListClientDevicesAssociatedWithCoreDeviceCommandInput,
38
- ListClientDevicesAssociatedWithCoreDeviceCommandOutput
23
+ ListClientDevicesAssociatedWithCoreDeviceCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends ListClientDevicesAssociatedWithCoreDeviceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListComponentVersionsCommandInput
21
15
  export interface ListComponentVersionsCommandOutput
22
16
  extends ListComponentVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListComponentVersionsCommand extends $Command<
25
- ListComponentVersionsCommandInput,
26
- ListComponentVersionsCommandOutput,
27
- GreengrassV2ClientResolvedConfig
28
- > {
29
- readonly input: ListComponentVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListComponentVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GreengrassV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListComponentVersionsCommand_base: {
19
+ new (
20
+ input: ListComponentVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListComponentVersionsCommandInput,
38
- ListComponentVersionsCommandOutput
23
+ ListComponentVersionsCommandOutput,
24
+ GreengrassV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListComponentVersionsCommand extends ListComponentVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GreengrassV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {}
20
14
  export interface ListComponentsCommandOutput
21
15
  extends ListComponentsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListComponentsCommand extends $Command<
24
- ListComponentsCommandInput,
25
- ListComponentsCommandOutput,
26
- GreengrassV2ClientResolvedConfig
27
- > {
28
- readonly input: ListComponentsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListComponentsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GreengrassV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListComponentsCommand_base: {
18
+ new (
19
+ input: ListComponentsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListComponentsCommandInput,
22
+ ListComponentsCommandOutput,
23
+ GreengrassV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListComponentsCommand extends ListComponentsCommand_base {}