@aws-sdk/client-greengrassv2 3.775.0 → 3.782.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/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -0
- package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +1 -0
- package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +1 -0
- package/dist-types/commands/CancelDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/CreateComponentVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeComponentCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetComponentCommand.d.ts +1 -0
- package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +1 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
- package/dist-types/commands/GetCoreDeviceCommand.d.ts +1 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
- package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +1 -0
- package/dist-types/commands/ListComponentVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +1 -0
- package/dist-types/commands/ListCoreDevicesCommand.d.ts +1 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/ListInstalledComponentsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -65,6 +65,7 @@ declare const AssociateServiceRoleToAccountCommand_base: {
|
|
|
65
65
|
* @throws {@link GreengrassV2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const BatchAssociateClientDeviceWithCoreDeviceCommand_base: {
|
|
|
93
93
|
* @throws {@link GreengrassV2ServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends BatchAssociateClientDeviceWithCoreDeviceCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const BatchDisassociateClientDeviceFromCoreDeviceCommand_base: {
|
|
|
84
84
|
* @throws {@link GreengrassV2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends BatchDisassociateClientDeviceFromCoreDeviceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const CancelDeploymentCommand_base: {
|
|
|
77
77
|
* @throws {@link GreengrassV2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CancelDeploymentCommand extends CancelDeploymentCommand_base {
|
|
@@ -191,6 +191,7 @@ declare const CreateComponentVersionCommand_base: {
|
|
|
191
191
|
* @throws {@link GreengrassV2ServiceException}
|
|
192
192
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
193
193
|
*
|
|
194
|
+
*
|
|
194
195
|
* @public
|
|
195
196
|
*/
|
|
196
197
|
export declare class CreateComponentVersionCommand extends CreateComponentVersionCommand_base {
|
|
@@ -153,6 +153,7 @@ declare const CreateDeploymentCommand_base: {
|
|
|
153
153
|
* @throws {@link GreengrassV2ServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
155
155
|
*
|
|
156
|
+
*
|
|
156
157
|
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteComponentCommand_base: {
|
|
|
79
79
|
* @throws {@link GreengrassV2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteCoreDeviceCommand_base: {
|
|
|
76
76
|
* @throws {@link GreengrassV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteCoreDeviceCommand extends DeleteCoreDeviceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteDeploymentCommand_base: {
|
|
|
77
77
|
* @throws {@link GreengrassV2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DescribeComponentCommand_base: {
|
|
|
96
96
|
* @throws {@link GreengrassV2ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const DisassociateServiceRoleFromAccountCommand_base: {
|
|
|
58
58
|
* @throws {@link GreengrassV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetComponentCommand_base: {
|
|
|
76
76
|
* @throws {@link GreengrassV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetComponentVersionArtifactCommand_base: {
|
|
|
76
76
|
* @throws {@link GreengrassV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetComponentVersionArtifactCommand extends GetComponentVersionArtifactCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
|
|
|
24
24
|
declare const GetConnectivityInfoCommand_base: {
|
|
25
25
|
new (input: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Retrieves connectivity information for a Greengrass core device.</p>
|
|
@@ -75,6 +75,7 @@ declare const GetConnectivityInfoCommand_base: {
|
|
|
75
75
|
* @throws {@link GreengrassV2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const GetCoreDeviceCommand_base: {
|
|
|
107
107
|
* @throws {@link GreengrassV2ServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class GetCoreDeviceCommand extends GetCoreDeviceCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
138
138
|
* @throws {@link GreengrassV2ServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const GetServiceRoleForAccountCommand_base: {
|
|
|
59
59
|
* @throws {@link GreengrassV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListClientDevicesAssociatedWithCoreDeviceCommand_base: {
|
|
|
80
80
|
* @throws {@link GreengrassV2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends ListClientDevicesAssociatedWithCoreDeviceCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListComponentVersionsCommand_base: {
|
|
|
81
81
|
* @throws {@link GreengrassV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListComponentVersionsCommand extends ListComponentVersionsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListComponentsCommand_base: {
|
|
|
95
95
|
* @throws {@link GreengrassV2ServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const ListCoreDevicesCommand_base: {
|
|
|
114
114
|
* @throws {@link GreengrassV2ServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class ListCoreDevicesCommand extends ListCoreDevicesCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListDeploymentsCommand_base: {
|
|
|
84
84
|
* @throws {@link GreengrassV2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListEffectiveDeploymentsCommand_base: {
|
|
|
95
95
|
* @throws {@link GreengrassV2ServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListEffectiveDeploymentsCommand extends ListEffectiveDeploymentsCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const ListInstalledComponentsCommand_base: {
|
|
|
119
119
|
* @throws {@link GreengrassV2ServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class ListInstalledComponentsCommand extends ListInstalledComponentsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link GreengrassV2ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const ResolveComponentCandidatesCommand_base: {
|
|
|
112
112
|
* @throws {@link GreengrassV2ServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class ResolveComponentCandidatesCommand extends ResolveComponentCandidatesCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const TagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link GreengrassV2ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link GreengrassV2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateConnectivityInfoCommand_base: {
|
|
|
76
76
|
* @throws {@link GreengrassV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateConnectivityInfoCommand extends UpdateConnectivityInfoCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrassv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-greengrassv2",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|