@aws-sdk/client-greengrassv2 3.321.1 → 3.326.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 +6 -0
- package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +12 -0
- package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +12 -0
- package/dist-types/commands/CancelDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateComponentVersionCommand.d.ts +18 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +8 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/DescribeComponentCommand.d.ts +31 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetComponentCommand.d.ts +10 -0
- package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +14 -0
- package/dist-types/commands/GetCoreDeviceCommand.d.ts +14 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +73 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +7 -0
- package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +12 -0
- package/dist-types/commands/ListComponentVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +27 -0
- package/dist-types/commands/ListCoreDevicesCommand.d.ts +13 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +18 -0
- package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +28 -0
- package/dist-types/commands/ListInstalledComponentsCommand.d.ts +21 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +15 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +7 -0
- package/package.json +16 -16
|
@@ -35,6 +35,10 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new AssociateServiceRoleToAccountCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // AssociateServiceRoleToAccountResponse
|
|
39
|
+
* // associatedAt: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
38
42
|
* ```
|
|
39
43
|
*
|
|
40
44
|
* @param AssociateServiceRoleToAccountCommandInput - {@link AssociateServiceRoleToAccountCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
50
54
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
51
55
|
* unsupported characters.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -47,6 +47,16 @@ export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput extends B
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new BatchAssociateClientDeviceWithCoreDeviceCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // BatchAssociateClientDeviceWithCoreDeviceResponse
|
|
51
|
+
* // errorEntries: [ // AssociateClientDeviceWithCoreDeviceErrorList
|
|
52
|
+
* // { // AssociateClientDeviceWithCoreDeviceErrorEntry
|
|
53
|
+
* // thingName: "STRING_VALUE",
|
|
54
|
+
* // code: "STRING_VALUE",
|
|
55
|
+
* // message: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
50
60
|
* ```
|
|
51
61
|
*
|
|
52
62
|
* @param BatchAssociateClientDeviceWithCoreDeviceCommandInput - {@link BatchAssociateClientDeviceWithCoreDeviceCommandInput}
|
|
@@ -72,6 +82,8 @@ export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput extends B
|
|
|
72
82
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
73
83
|
* unsupported characters.</p>
|
|
74
84
|
*
|
|
85
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
75
87
|
*
|
|
76
88
|
*/
|
|
77
89
|
export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command<BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -38,6 +38,16 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput extend
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new BatchDisassociateClientDeviceFromCoreDeviceCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // BatchDisassociateClientDeviceFromCoreDeviceResponse
|
|
42
|
+
* // errorEntries: [ // DisassociateClientDeviceFromCoreDeviceErrorList
|
|
43
|
+
* // { // DisassociateClientDeviceFromCoreDeviceErrorEntry
|
|
44
|
+
* // thingName: "STRING_VALUE",
|
|
45
|
+
* // code: "STRING_VALUE",
|
|
46
|
+
* // message: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
41
51
|
* ```
|
|
42
52
|
*
|
|
43
53
|
* @param BatchDisassociateClientDeviceFromCoreDeviceCommandInput - {@link BatchDisassociateClientDeviceFromCoreDeviceCommandInput}
|
|
@@ -63,6 +73,8 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput extend
|
|
|
63
73
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
64
74
|
* unsupported characters.</p>
|
|
65
75
|
*
|
|
76
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
66
78
|
*
|
|
67
79
|
*/
|
|
68
80
|
export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command<BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CancelDeploymentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // CancelDeploymentResponse
|
|
37
|
+
* // message: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param CancelDeploymentCommandInput - {@link CancelDeploymentCommandInput}
|
|
@@ -62,6 +66,8 @@ export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse,
|
|
|
62
66
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
63
67
|
* unsupported characters.</p>
|
|
64
68
|
*
|
|
69
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
65
71
|
*
|
|
66
72
|
*/
|
|
67
73
|
export declare class CancelDeploymentCommand extends $Command<CancelDeploymentCommandInput, CancelDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -165,6 +165,22 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
|
|
|
165
165
|
* };
|
|
166
166
|
* const command = new CreateComponentVersionCommand(input);
|
|
167
167
|
* const response = await client.send(command);
|
|
168
|
+
* // { // CreateComponentVersionResponse
|
|
169
|
+
* // arn: "STRING_VALUE",
|
|
170
|
+
* // componentName: "STRING_VALUE", // required
|
|
171
|
+
* // componentVersion: "STRING_VALUE", // required
|
|
172
|
+
* // creationTimestamp: new Date("TIMESTAMP"), // required
|
|
173
|
+
* // status: { // CloudComponentStatus
|
|
174
|
+
* // componentState: "REQUESTED" || "INITIATED" || "DEPLOYABLE" || "FAILED" || "DEPRECATED",
|
|
175
|
+
* // message: "STRING_VALUE",
|
|
176
|
+
* // errors: { // StringMap
|
|
177
|
+
* // "<keys>": "STRING_VALUE",
|
|
178
|
+
* // },
|
|
179
|
+
* // vendorGuidance: "ACTIVE" || "DISCONTINUED" || "DELETED",
|
|
180
|
+
* // vendorGuidanceMessage: "STRING_VALUE",
|
|
181
|
+
* // },
|
|
182
|
+
* // };
|
|
183
|
+
*
|
|
168
184
|
* ```
|
|
169
185
|
*
|
|
170
186
|
* @param CreateComponentVersionCommandInput - {@link CreateComponentVersionCommandInput}
|
|
@@ -200,6 +216,8 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
|
|
|
200
216
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
201
217
|
* unsupported characters.</p>
|
|
202
218
|
*
|
|
219
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
220
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
203
221
|
*
|
|
204
222
|
*/
|
|
205
223
|
export declare class CreateComponentVersionCommand extends $Command<CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -102,6 +102,12 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
102
102
|
* };
|
|
103
103
|
* const command = new CreateDeploymentCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
+
* // { // CreateDeploymentResponse
|
|
106
|
+
* // deploymentId: "STRING_VALUE",
|
|
107
|
+
* // iotJobId: "STRING_VALUE",
|
|
108
|
+
* // iotJobArn: "STRING_VALUE",
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
105
111
|
* ```
|
|
106
112
|
*
|
|
107
113
|
* @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput}
|
|
@@ -136,6 +142,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
136
142
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
137
143
|
* unsupported characters.</p>
|
|
138
144
|
*
|
|
145
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
146
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
139
147
|
*
|
|
140
148
|
*/
|
|
141
149
|
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteComponentCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeleteComponentCommandInput - {@link DeleteComponentCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
67
69
|
* unsupported characters.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteCoreDeviceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteCoreDeviceCommandInput - {@link DeleteCoreDeviceCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {
|
|
|
63
65
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
64
66
|
* unsupported characters.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class DeleteCoreDeviceCommand extends $Command<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteDeploymentCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteDeploymentCommandInput - {@link DeleteDeploymentCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
|
|
|
64
66
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
65
67
|
* unsupported characters.</p>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -31,6 +31,35 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeComponentCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeComponentResponse
|
|
35
|
+
* // arn: "STRING_VALUE",
|
|
36
|
+
* // componentName: "STRING_VALUE",
|
|
37
|
+
* // componentVersion: "STRING_VALUE",
|
|
38
|
+
* // creationTimestamp: new Date("TIMESTAMP"),
|
|
39
|
+
* // publisher: "STRING_VALUE",
|
|
40
|
+
* // description: "STRING_VALUE",
|
|
41
|
+
* // status: { // CloudComponentStatus
|
|
42
|
+
* // componentState: "REQUESTED" || "INITIATED" || "DEPLOYABLE" || "FAILED" || "DEPRECATED",
|
|
43
|
+
* // message: "STRING_VALUE",
|
|
44
|
+
* // errors: { // StringMap
|
|
45
|
+
* // "<keys>": "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // vendorGuidance: "ACTIVE" || "DISCONTINUED" || "DELETED",
|
|
48
|
+
* // vendorGuidanceMessage: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // platforms: [ // ComponentPlatformList
|
|
51
|
+
* // { // ComponentPlatform
|
|
52
|
+
* // name: "STRING_VALUE",
|
|
53
|
+
* // attributes: { // PlatformAttributesMap
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // tags: { // TagMap
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
34
63
|
* ```
|
|
35
64
|
*
|
|
36
65
|
* @param DescribeComponentCommandInput - {@link DescribeComponentCommandInput}
|
|
@@ -56,6 +85,8 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
|
|
|
56
85
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
57
86
|
* unsupported characters.</p>
|
|
58
87
|
*
|
|
88
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
59
90
|
*
|
|
60
91
|
*/
|
|
61
92
|
export declare class DescribeComponentCommand extends $Command<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
|
|
|
32
32
|
* const input = {};
|
|
33
33
|
* const command = new DisassociateServiceRoleFromAccountCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DisassociateServiceRoleFromAccountResponse
|
|
36
|
+
* // disassociatedAt: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param DisassociateServiceRoleFromAccountCommandInput - {@link DisassociateServiceRoleFromAccountCommandInput}
|
|
@@ -43,6 +47,8 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
|
|
|
43
47
|
* @throws {@link InternalServerException} (server fault)
|
|
44
48
|
* <p>IoT Greengrass can't process your request right now. Try again later.</p>
|
|
45
49
|
*
|
|
50
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
46
52
|
*
|
|
47
53
|
*/
|
|
48
54
|
export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -32,6 +32,14 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetComponentCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetComponentResponse
|
|
36
|
+
* // recipeOutputFormat: "JSON" || "YAML", // required
|
|
37
|
+
* // recipe: "BLOB_VALUE", // required
|
|
38
|
+
* // tags: { // TagMap
|
|
39
|
+
* // "<keys>": "STRING_VALUE",
|
|
40
|
+
* // },
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
35
43
|
* ```
|
|
36
44
|
*
|
|
37
45
|
* @param GetComponentCommandInput - {@link GetComponentCommandInput}
|
|
@@ -57,6 +65,8 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
57
65
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
58
66
|
* unsupported characters.</p>
|
|
59
67
|
*
|
|
68
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
60
70
|
*
|
|
61
71
|
*/
|
|
62
72
|
export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface GetComponentVersionArtifactCommandOutput extends GetComponentVe
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetComponentVersionArtifactCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetComponentVersionArtifactResponse
|
|
38
|
+
* // preSignedUrl: "STRING_VALUE", // required
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param GetComponentVersionArtifactCommandInput - {@link GetComponentVersionArtifactCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface GetComponentVersionArtifactCommandOutput extends GetComponentVe
|
|
|
59
63
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
60
64
|
* unsupported characters.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class GetComponentVersionArtifactCommand extends $Command<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -37,6 +37,18 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetConnectivityInfoCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // GetConnectivityInfoResponse
|
|
41
|
+
* // connectivityInfo: [ // connectivityInfoList
|
|
42
|
+
* // { // ConnectivityInfo
|
|
43
|
+
* // id: "STRING_VALUE",
|
|
44
|
+
* // hostAddress: "STRING_VALUE",
|
|
45
|
+
* // portNumber: Number("int"),
|
|
46
|
+
* // metadata: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // message: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
40
52
|
* ```
|
|
41
53
|
*
|
|
42
54
|
* @param GetConnectivityInfoCommandInput - {@link GetConnectivityInfoCommandInput}
|
|
@@ -52,6 +64,8 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
|
|
|
52
64
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
53
65
|
* unsupported characters.</p>
|
|
54
66
|
*
|
|
67
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
55
69
|
*
|
|
56
70
|
*/
|
|
57
71
|
export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -58,6 +58,18 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new GetCoreDeviceCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // GetCoreDeviceResponse
|
|
62
|
+
* // coreDeviceThingName: "STRING_VALUE",
|
|
63
|
+
* // coreVersion: "STRING_VALUE",
|
|
64
|
+
* // platform: "STRING_VALUE",
|
|
65
|
+
* // architecture: "STRING_VALUE",
|
|
66
|
+
* // status: "HEALTHY" || "UNHEALTHY",
|
|
67
|
+
* // lastStatusUpdateTimestamp: new Date("TIMESTAMP"),
|
|
68
|
+
* // tags: { // TagMap
|
|
69
|
+
* // "<keys>": "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
61
73
|
* ```
|
|
62
74
|
*
|
|
63
75
|
* @param GetCoreDeviceCommandInput - {@link GetCoreDeviceCommandInput}
|
|
@@ -83,6 +95,8 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met
|
|
|
83
95
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
84
96
|
* unsupported characters.</p>
|
|
85
97
|
*
|
|
98
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
86
100
|
*
|
|
87
101
|
*/
|
|
88
102
|
export declare class GetCoreDeviceCommand extends $Command<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -31,6 +31,77 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeploymentCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetDeploymentResponse
|
|
35
|
+
* // targetArn: "STRING_VALUE",
|
|
36
|
+
* // revisionId: "STRING_VALUE",
|
|
37
|
+
* // deploymentId: "STRING_VALUE",
|
|
38
|
+
* // deploymentName: "STRING_VALUE",
|
|
39
|
+
* // deploymentStatus: "ACTIVE" || "COMPLETED" || "CANCELED" || "FAILED" || "INACTIVE",
|
|
40
|
+
* // iotJobId: "STRING_VALUE",
|
|
41
|
+
* // iotJobArn: "STRING_VALUE",
|
|
42
|
+
* // components: { // ComponentDeploymentSpecifications
|
|
43
|
+
* // "<keys>": { // ComponentDeploymentSpecification
|
|
44
|
+
* // componentVersion: "STRING_VALUE",
|
|
45
|
+
* // configurationUpdate: { // ComponentConfigurationUpdate
|
|
46
|
+
* // merge: "STRING_VALUE",
|
|
47
|
+
* // reset: [ // ComponentConfigurationPathList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // },
|
|
51
|
+
* // runWith: { // ComponentRunWith
|
|
52
|
+
* // posixUser: "STRING_VALUE",
|
|
53
|
+
* // systemResourceLimits: { // SystemResourceLimits
|
|
54
|
+
* // memory: Number("long"),
|
|
55
|
+
* // cpus: Number("double"),
|
|
56
|
+
* // },
|
|
57
|
+
* // windowsUser: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // deploymentPolicies: { // DeploymentPolicies
|
|
62
|
+
* // failureHandlingPolicy: "ROLLBACK" || "DO_NOTHING",
|
|
63
|
+
* // componentUpdatePolicy: { // DeploymentComponentUpdatePolicy
|
|
64
|
+
* // timeoutInSeconds: Number("int"),
|
|
65
|
+
* // action: "NOTIFY_COMPONENTS" || "SKIP_NOTIFY_COMPONENTS",
|
|
66
|
+
* // },
|
|
67
|
+
* // configurationValidationPolicy: { // DeploymentConfigurationValidationPolicy
|
|
68
|
+
* // timeoutInSeconds: Number("int"),
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // iotJobConfiguration: { // DeploymentIoTJobConfiguration
|
|
72
|
+
* // jobExecutionsRolloutConfig: { // IoTJobExecutionsRolloutConfig
|
|
73
|
+
* // exponentialRate: { // IoTJobExponentialRolloutRate
|
|
74
|
+
* // baseRatePerMinute: Number("int"), // required
|
|
75
|
+
* // incrementFactor: Number("double"), // required
|
|
76
|
+
* // rateIncreaseCriteria: { // IoTJobRateIncreaseCriteria
|
|
77
|
+
* // numberOfNotifiedThings: Number("int"),
|
|
78
|
+
* // numberOfSucceededThings: Number("int"),
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // maximumPerMinute: Number("int"),
|
|
82
|
+
* // },
|
|
83
|
+
* // abortConfig: { // IoTJobAbortConfig
|
|
84
|
+
* // criteriaList: [ // IoTJobAbortCriteriaList // required
|
|
85
|
+
* // { // IoTJobAbortCriteria
|
|
86
|
+
* // failureType: "FAILED" || "REJECTED" || "TIMED_OUT" || "ALL", // required
|
|
87
|
+
* // action: "CANCEL", // required
|
|
88
|
+
* // thresholdPercentage: Number("double"), // required
|
|
89
|
+
* // minNumberOfExecutedThings: Number("int"), // required
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // },
|
|
93
|
+
* // timeoutConfig: { // IoTJobTimeoutConfig
|
|
94
|
+
* // inProgressTimeoutInMinutes: Number("long"),
|
|
95
|
+
* // },
|
|
96
|
+
* // },
|
|
97
|
+
* // creationTimestamp: new Date("TIMESTAMP"),
|
|
98
|
+
* // isLatestForTarget: true || false,
|
|
99
|
+
* // parentTargetArn: "STRING_VALUE",
|
|
100
|
+
* // tags: { // TagMap
|
|
101
|
+
* // "<keys>": "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // };
|
|
104
|
+
*
|
|
34
105
|
* ```
|
|
35
106
|
*
|
|
36
107
|
* @param GetDeploymentCommandInput - {@link GetDeploymentCommandInput}
|
|
@@ -56,6 +127,8 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
56
127
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
57
128
|
* unsupported characters.</p>
|
|
58
129
|
*
|
|
130
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
131
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
59
132
|
*
|
|
60
133
|
*/
|
|
61
134
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
|
|
|
32
32
|
* const input = {};
|
|
33
33
|
* const command = new GetServiceRoleForAccountCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetServiceRoleForAccountResponse
|
|
36
|
+
* // associatedAt: "STRING_VALUE",
|
|
37
|
+
* // roleArn: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param GetServiceRoleForAccountCommandInput - {@link GetServiceRoleForAccountCommandInput}
|
|
@@ -43,6 +48,8 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
|
|
|
43
48
|
* @throws {@link InternalServerException} (server fault)
|
|
44
49
|
* <p>IoT Greengrass can't process your request right now. Try again later.</p>
|
|
45
50
|
*
|
|
51
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
46
53
|
*
|
|
47
54
|
*/
|
|
48
55
|
export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListClientDevicesAssociatedWithCoreDeviceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListClientDevicesAssociatedWithCoreDeviceResponse
|
|
38
|
+
* // associatedClientDevices: [ // AssociatedClientDeviceList
|
|
39
|
+
* // { // AssociatedClientDevice
|
|
40
|
+
* // thingName: "STRING_VALUE",
|
|
41
|
+
* // associationTimestamp: new Date("TIMESTAMP"),
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // nextToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param ListClientDevicesAssociatedWithCoreDeviceCommandInput - {@link ListClientDevicesAssociatedWithCoreDeviceCommandInput}
|
|
@@ -59,6 +69,8 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends
|
|
|
59
69
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
60
70
|
* unsupported characters.</p>
|
|
61
71
|
*
|
|
72
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
62
74
|
*
|
|
63
75
|
*/
|
|
64
76
|
export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -34,6 +34,17 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListComponentVersionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListComponentVersionsResponse
|
|
38
|
+
* // componentVersions: [ // ComponentVersionList
|
|
39
|
+
* // { // ComponentVersionListItem
|
|
40
|
+
* // componentName: "STRING_VALUE",
|
|
41
|
+
* // componentVersion: "STRING_VALUE",
|
|
42
|
+
* // arn: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // nextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
37
48
|
* ```
|
|
38
49
|
*
|
|
39
50
|
* @param ListComponentVersionsCommandInput - {@link ListComponentVersionsCommandInput}
|
|
@@ -59,6 +70,8 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion
|
|
|
59
70
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
60
71
|
* unsupported characters.</p>
|
|
61
72
|
*
|
|
73
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
62
75
|
*
|
|
63
76
|
*/
|
|
64
77
|
export declare class ListComponentVersionsCommand extends $Command<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -34,6 +34,31 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListComponentsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListComponentsResponse
|
|
38
|
+
* // components: [ // ComponentList
|
|
39
|
+
* // { // Component
|
|
40
|
+
* // arn: "STRING_VALUE",
|
|
41
|
+
* // componentName: "STRING_VALUE",
|
|
42
|
+
* // latestVersion: { // ComponentLatestVersion
|
|
43
|
+
* // arn: "STRING_VALUE",
|
|
44
|
+
* // componentVersion: "STRING_VALUE",
|
|
45
|
+
* // creationTimestamp: new Date("TIMESTAMP"),
|
|
46
|
+
* // description: "STRING_VALUE",
|
|
47
|
+
* // publisher: "STRING_VALUE",
|
|
48
|
+
* // platforms: [ // ComponentPlatformList
|
|
49
|
+
* // { // ComponentPlatform
|
|
50
|
+
* // name: "STRING_VALUE",
|
|
51
|
+
* // attributes: { // PlatformAttributesMap
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // nextToken: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
37
62
|
* ```
|
|
38
63
|
*
|
|
39
64
|
* @param ListComponentsCommandInput - {@link ListComponentsCommandInput}
|
|
@@ -59,6 +84,8 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
59
84
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
60
85
|
* unsupported characters.</p>
|
|
61
86
|
*
|
|
87
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
62
89
|
*
|
|
63
90
|
*/
|
|
64
91
|
export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -61,6 +61,17 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new ListCoreDevicesCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // ListCoreDevicesResponse
|
|
65
|
+
* // coreDevices: [ // CoreDevicesList
|
|
66
|
+
* // { // CoreDevice
|
|
67
|
+
* // coreDeviceThingName: "STRING_VALUE",
|
|
68
|
+
* // status: "HEALTHY" || "UNHEALTHY",
|
|
69
|
+
* // lastStatusUpdateTimestamp: new Date("TIMESTAMP"),
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // nextToken: "STRING_VALUE",
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
64
75
|
* ```
|
|
65
76
|
*
|
|
66
77
|
* @param ListCoreDevicesCommandInput - {@link ListCoreDevicesCommandInput}
|
|
@@ -83,6 +94,8 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _
|
|
|
83
94
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
84
95
|
* unsupported characters.</p>
|
|
85
96
|
*
|
|
97
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
86
99
|
*
|
|
87
100
|
*/
|
|
88
101
|
export declare class ListCoreDevicesCommand extends $Command<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -35,6 +35,22 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListDeploymentsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListDeploymentsResponse
|
|
39
|
+
* // deployments: [ // DeploymentList
|
|
40
|
+
* // { // Deployment
|
|
41
|
+
* // targetArn: "STRING_VALUE",
|
|
42
|
+
* // revisionId: "STRING_VALUE",
|
|
43
|
+
* // deploymentId: "STRING_VALUE",
|
|
44
|
+
* // deploymentName: "STRING_VALUE",
|
|
45
|
+
* // creationTimestamp: new Date("TIMESTAMP"),
|
|
46
|
+
* // deploymentStatus: "ACTIVE" || "COMPLETED" || "CANCELED" || "FAILED" || "INACTIVE",
|
|
47
|
+
* // isLatestForTarget: true || false,
|
|
48
|
+
* // parentTargetArn: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // nextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param ListDeploymentsCommandInput - {@link ListDeploymentsCommandInput}
|
|
@@ -57,6 +73,8 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
|
|
|
57
73
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
58
74
|
* unsupported characters.</p>
|
|
59
75
|
*
|
|
76
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
60
78
|
*
|
|
61
79
|
*/
|
|
62
80
|
export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -33,6 +33,32 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListEffectiveDeploymentsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListEffectiveDeploymentsResponse
|
|
37
|
+
* // effectiveDeployments: [ // EffectiveDeploymentsList
|
|
38
|
+
* // { // EffectiveDeployment
|
|
39
|
+
* // deploymentId: "STRING_VALUE", // required
|
|
40
|
+
* // deploymentName: "STRING_VALUE", // required
|
|
41
|
+
* // iotJobId: "STRING_VALUE",
|
|
42
|
+
* // iotJobArn: "STRING_VALUE",
|
|
43
|
+
* // description: "STRING_VALUE",
|
|
44
|
+
* // targetArn: "STRING_VALUE", // required
|
|
45
|
+
* // coreDeviceExecutionStatus: "IN_PROGRESS" || "QUEUED" || "FAILED" || "COMPLETED" || "TIMED_OUT" || "CANCELED" || "REJECTED" || "SUCCEEDED", // required
|
|
46
|
+
* // reason: "STRING_VALUE",
|
|
47
|
+
* // creationTimestamp: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // modifiedTimestamp: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // statusDetails: { // EffectiveDeploymentStatusDetails
|
|
50
|
+
* // errorStack: [ // EffectiveDeploymentErrorStack
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // errorTypes: [ // EffectiveDeploymentErrorTypeList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // nextToken: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
36
62
|
* ```
|
|
37
63
|
*
|
|
38
64
|
* @param ListEffectiveDeploymentsCommandInput - {@link ListEffectiveDeploymentsCommandInput}
|
|
@@ -58,6 +84,8 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl
|
|
|
58
84
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
59
85
|
* unsupported characters.</p>
|
|
60
86
|
*
|
|
87
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
61
89
|
*
|
|
62
90
|
*/
|
|
63
91
|
export declare class ListEffectiveDeploymentsCommand extends $Command<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -64,6 +64,25 @@ export interface ListInstalledComponentsCommandOutput extends ListInstalledCompo
|
|
|
64
64
|
* };
|
|
65
65
|
* const command = new ListInstalledComponentsCommand(input);
|
|
66
66
|
* const response = await client.send(command);
|
|
67
|
+
* // { // ListInstalledComponentsResponse
|
|
68
|
+
* // installedComponents: [ // InstalledComponentList
|
|
69
|
+
* // { // InstalledComponent
|
|
70
|
+
* // componentName: "STRING_VALUE",
|
|
71
|
+
* // componentVersion: "STRING_VALUE",
|
|
72
|
+
* // lifecycleState: "NEW" || "INSTALLED" || "STARTING" || "RUNNING" || "STOPPING" || "ERRORED" || "BROKEN" || "FINISHED",
|
|
73
|
+
* // lifecycleStateDetails: "STRING_VALUE",
|
|
74
|
+
* // isRoot: true || false,
|
|
75
|
+
* // lastStatusChangeTimestamp: new Date("TIMESTAMP"),
|
|
76
|
+
* // lastReportedTimestamp: new Date("TIMESTAMP"),
|
|
77
|
+
* // lastInstallationSource: "STRING_VALUE",
|
|
78
|
+
* // lifecycleStatusCodes: [ // InstalledComponentLifecycleStatusCodeList
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // nextToken: "STRING_VALUE",
|
|
84
|
+
* // };
|
|
85
|
+
*
|
|
67
86
|
* ```
|
|
68
87
|
*
|
|
69
88
|
* @param ListInstalledComponentsCommandInput - {@link ListInstalledComponentsCommandInput}
|
|
@@ -89,6 +108,8 @@ export interface ListInstalledComponentsCommandOutput extends ListInstalledCompo
|
|
|
89
108
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
90
109
|
* unsupported characters.</p>
|
|
91
110
|
*
|
|
111
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
92
113
|
*
|
|
93
114
|
*/
|
|
94
115
|
export declare class ListInstalledComponentsCommand extends $Command<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // tags: { // TagMap
|
|
36
|
+
* // "<keys>": "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
34
40
|
* ```
|
|
35
41
|
*
|
|
36
42
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -49,6 +55,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
49
55
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
50
56
|
* unsupported characters.</p>
|
|
51
57
|
*
|
|
58
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
52
60
|
*
|
|
53
61
|
*/
|
|
54
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -59,6 +59,19 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new ResolveComponentCandidatesCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // ResolveComponentCandidatesResponse
|
|
63
|
+
* // resolvedComponentVersions: [ // ResolvedComponentVersionsList
|
|
64
|
+
* // { // ResolvedComponentVersion
|
|
65
|
+
* // arn: "STRING_VALUE",
|
|
66
|
+
* // componentName: "STRING_VALUE",
|
|
67
|
+
* // componentVersion: "STRING_VALUE",
|
|
68
|
+
* // recipe: "BLOB_VALUE",
|
|
69
|
+
* // vendorGuidance: "ACTIVE" || "DISCONTINUED" || "DELETED",
|
|
70
|
+
* // message: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
62
75
|
* ```
|
|
63
76
|
*
|
|
64
77
|
* @param ResolveComponentCandidatesCommandInput - {@link ResolveComponentCandidatesCommandInput}
|
|
@@ -88,6 +101,8 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen
|
|
|
88
101
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
89
102
|
* unsupported characters.</p>
|
|
90
103
|
*
|
|
104
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
91
106
|
*
|
|
92
107
|
*/
|
|
93
108
|
export declare class ResolveComponentCandidatesCommand extends $Command<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new TagResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
53
55
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
54
56
|
* unsupported characters.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
52
54
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
53
55
|
* unsupported characters.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
@@ -45,6 +45,11 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new UpdateConnectivityInfoCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // UpdateConnectivityInfoResponse
|
|
49
|
+
* // version: "STRING_VALUE",
|
|
50
|
+
* // message: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
48
53
|
* ```
|
|
49
54
|
*
|
|
50
55
|
* @param UpdateConnectivityInfoCommandInput - {@link UpdateConnectivityInfoCommandInput}
|
|
@@ -60,6 +65,8 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
60
65
|
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
61
66
|
* unsupported characters.</p>
|
|
62
67
|
*
|
|
68
|
+
* @throws {@link GreengrassV2ServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from GreengrassV2 service.</p>
|
|
63
70
|
*
|
|
64
71
|
*/
|
|
65
72
|
export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig> {
|
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.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|