@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/GreengrassV2.d.ts +521 -150
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +279 -102
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +907 -1137
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|