@aws-sdk/client-greengrassv2 3.529.1 → 3.535.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/dist-types/GreengrassV2.d.ts +8 -1
- package/dist-types/GreengrassV2Client.d.ts +1 -1
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
- package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -1
- package/dist-types/commands/CancelDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateComponentVersionCommand.d.ts +3 -2
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetComponentCommand.d.ts +3 -2
- package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
- package/dist-types/commands/GetCoreDeviceCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
- package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListCoreDevicesCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListInstalledComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +3 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +338 -338
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/GreengrassV2.d.ts +7 -0
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the list of tags for an IoT Greengrass resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link GreengrassV2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResolveComponentCandidatesCommand_base: {
|
|
24
24
|
new (input: ResolveComponentCandidatesCommandInput): import("@smithy/smithy-client").CommandImpl<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ResolveComponentCandidatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of components that meet the component, version, and platform requirements
|
|
30
30
|
* of a deployment. Greengrass core devices call this operation when they receive a deployment to
|
|
31
31
|
* identify the components to install.</p>
|
|
@@ -72,7 +72,7 @@ declare const ResolveComponentCandidatesCommand_base: {
|
|
|
72
72
|
* // arn: "STRING_VALUE",
|
|
73
73
|
* // componentName: "STRING_VALUE",
|
|
74
74
|
* // componentVersion: "STRING_VALUE",
|
|
75
|
-
* // recipe:
|
|
75
|
+
* // recipe: new Uint8Array(),
|
|
76
76
|
* // vendorGuidance: "ACTIVE" || "DISCONTINUED" || "DELETED",
|
|
77
77
|
* // message: "STRING_VALUE",
|
|
78
78
|
* // },
|
|
@@ -111,6 +111,7 @@ declare const ResolveComponentCandidatesCommand_base: {
|
|
|
111
111
|
* @throws {@link GreengrassV2ServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ResolveComponentCandidatesCommand extends ResolveComponentCandidatesCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation
|
|
30
30
|
* updates the tag's value.</p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link GreengrassV2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a tag from an IoT Greengrass resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link GreengrassV2ServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateConnectivityInfoCommand_base: {
|
|
24
24
|
new (input: UpdateConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates connectivity information for a Greengrass core device.</p>
|
|
30
30
|
* <p>Connectivity information includes endpoints and ports where client devices
|
|
31
31
|
* can connect to an MQTT broker on the core device. When a client device
|
|
@@ -75,6 +75,7 @@ declare const UpdateConnectivityInfoCommand_base: {
|
|
|
75
75
|
* @throws {@link GreengrassV2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateConnectivityInfoCommand extends UpdateConnectivityInfoCommand_base {
|
|
80
81
|
}
|