@aws-sdk/client-greengrassv2 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/GreengrassV2.d.ts +0 -29
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -339
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
|
18
18
|
export interface ListComponentsCommandOutput
|
|
19
19
|
extends ListComponentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListComponentsCommand extends $Command<
|
|
23
22
|
ListComponentsCommandInput,
|
|
24
23
|
ListComponentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListComponentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListComponentsCommandInput;
|
|
28
27
|
constructor(input: ListComponentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListCoreDevicesCommandInput extends ListCoreDevicesRequest {}
|
|
|
18
18
|
export interface ListCoreDevicesCommandOutput
|
|
19
19
|
extends ListCoreDevicesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListCoreDevicesCommand extends $Command<
|
|
23
22
|
ListCoreDevicesCommandInput,
|
|
24
23
|
ListCoreDevicesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListCoreDevicesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListCoreDevicesCommandInput;
|
|
28
27
|
constructor(input: ListCoreDevicesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
|
18
18
|
export interface ListDeploymentsCommandOutput
|
|
19
19
|
extends ListDeploymentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDeploymentsCommand extends $Command<
|
|
23
22
|
ListDeploymentsCommandInput,
|
|
24
23
|
ListDeploymentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDeploymentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDeploymentsCommandInput;
|
|
28
27
|
constructor(input: ListDeploymentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEffectiveDeploymentsCommandInput
|
|
|
19
19
|
export interface ListEffectiveDeploymentsCommandOutput
|
|
20
20
|
extends ListEffectiveDeploymentsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEffectiveDeploymentsCommand extends $Command<
|
|
24
23
|
ListEffectiveDeploymentsCommandInput,
|
|
25
24
|
ListEffectiveDeploymentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEffectiveDeploymentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEffectiveDeploymentsCommandInput;
|
|
29
28
|
constructor(input: ListEffectiveDeploymentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListInstalledComponentsCommandInput
|
|
|
19
19
|
export interface ListInstalledComponentsCommandOutput
|
|
20
20
|
extends ListInstalledComponentsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListInstalledComponentsCommand extends $Command<
|
|
24
23
|
ListInstalledComponentsCommandInput,
|
|
25
24
|
ListInstalledComponentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListInstalledComponentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListInstalledComponentsCommandInput;
|
|
29
28
|
constructor(input: ListInstalledComponentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ResolveComponentCandidatesCommandInput
|
|
|
19
19
|
export interface ResolveComponentCandidatesCommandOutput
|
|
20
20
|
extends ResolveComponentCandidatesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ResolveComponentCandidatesCommand extends $Command<
|
|
24
23
|
ResolveComponentCandidatesCommandInput,
|
|
25
24
|
ResolveComponentCandidatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ResolveComponentCandidatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ResolveComponentCandidatesCommandInput;
|
|
29
28
|
constructor(input: ResolveComponentCandidatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateConnectivityInfoCommandInput
|
|
|
19
19
|
export interface UpdateConnectivityInfoCommandOutput
|
|
20
20
|
extends UpdateConnectivityInfoResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateConnectivityInfoCommand extends $Command<
|
|
24
23
|
UpdateConnectivityInfoCommandInput,
|
|
25
24
|
UpdateConnectivityInfoCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateConnectivityInfoCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateConnectivityInfoCommandInput;
|
|
29
28
|
constructor(input: UpdateConnectivityInfoCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class GreengrassV2ServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|