@aws-sdk/client-greengrassv2 3.169.0 → 3.171.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 (53) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GreengrassV2.d.ts +521 -150
  3. package/dist-types/ts3.4/GreengrassV2Client.d.ts +279 -102
  4. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +30 -17
  11. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/index.d.ts +29 -29
  34. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  35. package/dist-types/ts3.4/index.d.ts +6 -6
  36. package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +7 -6
  37. package/dist-types/ts3.4/models/index.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +907 -1137
  39. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  40. package/dist-types/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  53. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { CreateComponentVersionRequest, CreateComponentVersionResponse } from "../models/models_0";
5
- export interface CreateComponentVersionCommandInput extends CreateComponentVersionRequest {
6
- }
7
- export interface CreateComponentVersionCommandOutput extends CreateComponentVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateComponentVersionCommand extends $Command<CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: CreateComponentVersionCommandInput;
12
- constructor(input: CreateComponentVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ CreateComponentVersionRequest,
15
+ CreateComponentVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateComponentVersionCommandInput
18
+ extends CreateComponentVersionRequest {}
19
+ export interface CreateComponentVersionCommandOutput
20
+ extends CreateComponentVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateComponentVersionCommand extends $Command<
23
+ CreateComponentVersionCommandInput,
24
+ CreateComponentVersionCommandOutput,
25
+ GreengrassV2ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateComponentVersionCommandInput;
28
+ constructor(input: CreateComponentVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateComponentVersionCommandInput,
35
+ CreateComponentVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
5
- export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
6
- }
7
- export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: CreateDeploymentCommandInput;
12
- constructor(input: CreateDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ CreateDeploymentRequest,
15
+ CreateDeploymentResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
18
+ export interface CreateDeploymentCommandOutput
19
+ extends CreateDeploymentResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateDeploymentCommand extends $Command<
22
+ CreateDeploymentCommandInput,
23
+ CreateDeploymentCommandOutput,
24
+ GreengrassV2ClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDeploymentCommandInput;
27
+ constructor(input: CreateDeploymentCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GreengrassV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { DeleteComponentRequest } from "../models/models_0";
5
- export interface DeleteComponentCommandInput extends DeleteComponentRequest {
6
- }
7
- export interface DeleteComponentCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: DeleteComponentCommandInput;
12
- constructor(input: DeleteComponentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import { DeleteComponentRequest } from "../models/models_0";
14
+ export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
15
+ export interface DeleteComponentCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteComponentCommand extends $Command<
17
+ DeleteComponentCommandInput,
18
+ DeleteComponentCommandOutput,
19
+ GreengrassV2ClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteComponentCommandInput;
22
+ constructor(input: DeleteComponentCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: GreengrassV2ClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { DeleteCoreDeviceRequest } from "../models/models_0";
5
- export interface DeleteCoreDeviceCommandInput extends DeleteCoreDeviceRequest {
6
- }
7
- export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCoreDeviceCommand extends $Command<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: DeleteCoreDeviceCommandInput;
12
- constructor(input: DeleteCoreDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import { DeleteCoreDeviceRequest } from "../models/models_0";
14
+ export interface DeleteCoreDeviceCommandInput extends DeleteCoreDeviceRequest {}
15
+ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteCoreDeviceCommand extends $Command<
17
+ DeleteCoreDeviceCommandInput,
18
+ DeleteCoreDeviceCommandOutput,
19
+ GreengrassV2ClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteCoreDeviceCommandInput;
22
+ constructor(input: DeleteCoreDeviceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: GreengrassV2ClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { DeleteDeploymentRequest } from "../models/models_0";
5
- export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {
6
- }
7
- export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: DeleteDeploymentCommandInput;
12
- constructor(input: DeleteDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import { DeleteDeploymentRequest } from "../models/models_0";
14
+ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
15
+ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteDeploymentCommand extends $Command<
17
+ DeleteDeploymentCommandInput,
18
+ DeleteDeploymentCommandOutput,
19
+ GreengrassV2ClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteDeploymentCommandInput;
22
+ constructor(input: DeleteDeploymentCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: GreengrassV2ClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
5
- export interface DescribeComponentCommandInput extends DescribeComponentRequest {
6
- }
7
- export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeComponentCommand extends $Command<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: DescribeComponentCommandInput;
12
- constructor(input: DescribeComponentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeComponentCommandInput, DescribeComponentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ DescribeComponentRequest,
15
+ DescribeComponentResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeComponentCommandInput
18
+ extends DescribeComponentRequest {}
19
+ export interface DescribeComponentCommandOutput
20
+ extends DescribeComponentResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeComponentCommand extends $Command<
23
+ DescribeComponentCommandInput,
24
+ DescribeComponentCommandOutput,
25
+ GreengrassV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeComponentCommandInput;
28
+ constructor(input: DescribeComponentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeComponentCommandInput, DescribeComponentCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse } from "../models/models_0";
5
- export interface DisassociateServiceRoleFromAccountCommandInput extends DisassociateServiceRoleFromAccountRequest {
6
- }
7
- export interface DisassociateServiceRoleFromAccountCommandOutput extends DisassociateServiceRoleFromAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: DisassociateServiceRoleFromAccountCommandInput;
12
- constructor(input: DisassociateServiceRoleFromAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ DisassociateServiceRoleFromAccountRequest,
15
+ DisassociateServiceRoleFromAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateServiceRoleFromAccountCommandInput
18
+ extends DisassociateServiceRoleFromAccountRequest {}
19
+ export interface DisassociateServiceRoleFromAccountCommandOutput
20
+ extends DisassociateServiceRoleFromAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateServiceRoleFromAccountCommand extends $Command<
23
+ DisassociateServiceRoleFromAccountCommandInput,
24
+ DisassociateServiceRoleFromAccountCommandOutput,
25
+ GreengrassV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateServiceRoleFromAccountCommandInput;
28
+ constructor(input: DisassociateServiceRoleFromAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateServiceRoleFromAccountCommandInput,
35
+ DisassociateServiceRoleFromAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
5
- export interface GetComponentCommandInput extends GetComponentRequest {
6
- }
7
- export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: GetComponentCommandInput;
12
- constructor(input: GetComponentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
14
+ export interface GetComponentCommandInput extends GetComponentRequest {}
15
+ export interface GetComponentCommandOutput
16
+ extends GetComponentResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetComponentCommand extends $Command<
19
+ GetComponentCommandInput,
20
+ GetComponentCommandOutput,
21
+ GreengrassV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetComponentCommandInput;
24
+ constructor(input: GetComponentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GreengrassV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { GetComponentVersionArtifactRequest, GetComponentVersionArtifactResponse } from "../models/models_0";
5
- export interface GetComponentVersionArtifactCommandInput extends GetComponentVersionArtifactRequest {
6
- }
7
- export interface GetComponentVersionArtifactCommandOutput extends GetComponentVersionArtifactResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetComponentVersionArtifactCommand extends $Command<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: GetComponentVersionArtifactCommandInput;
12
- constructor(input: GetComponentVersionArtifactCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ GetComponentVersionArtifactRequest,
15
+ GetComponentVersionArtifactResponse,
16
+ } from "../models/models_0";
17
+ export interface GetComponentVersionArtifactCommandInput
18
+ extends GetComponentVersionArtifactRequest {}
19
+ export interface GetComponentVersionArtifactCommandOutput
20
+ extends GetComponentVersionArtifactResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetComponentVersionArtifactCommand extends $Command<
23
+ GetComponentVersionArtifactCommandInput,
24
+ GetComponentVersionArtifactCommandOutput,
25
+ GreengrassV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetComponentVersionArtifactCommandInput;
28
+ constructor(input: GetComponentVersionArtifactCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetComponentVersionArtifactCommandInput,
35
+ GetComponentVersionArtifactCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0";
5
- export interface GetConnectivityInfoCommandInput extends GetConnectivityInfoRequest {
6
- }
7
- export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: GetConnectivityInfoCommandInput;
12
- constructor(input: GetConnectivityInfoCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ GetConnectivityInfoRequest,
15
+ GetConnectivityInfoResponse,
16
+ } from "../models/models_0";
17
+ export interface GetConnectivityInfoCommandInput
18
+ extends GetConnectivityInfoRequest {}
19
+ export interface GetConnectivityInfoCommandOutput
20
+ extends GetConnectivityInfoResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetConnectivityInfoCommand extends $Command<
23
+ GetConnectivityInfoCommandInput,
24
+ GetConnectivityInfoCommandOutput,
25
+ GreengrassV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetConnectivityInfoCommandInput;
28
+ constructor(input: GetConnectivityInfoCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { GetCoreDeviceRequest, GetCoreDeviceResponse } from "../models/models_0";
5
- export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {
6
- }
7
- export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCoreDeviceCommand extends $Command<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: GetCoreDeviceCommandInput;
12
- constructor(input: GetCoreDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassV2Client";
13
+ import {
14
+ GetCoreDeviceRequest,
15
+ GetCoreDeviceResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {}
18
+ export interface GetCoreDeviceCommandOutput
19
+ extends GetCoreDeviceResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetCoreDeviceCommand extends $Command<
22
+ GetCoreDeviceCommandInput,
23
+ GetCoreDeviceCommandOutput,
24
+ GreengrassV2ClientResolvedConfig
25
+ > {
26
+ readonly input: GetCoreDeviceCommandInput;
27
+ constructor(input: GetCoreDeviceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GreengrassV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }