@aws-sdk/client-greengrassv2 3.170.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 +8 -0
- 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 +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-greengrassv2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-greengrassv2
|
|
@@ -116,7 +116,6 @@ import {
|
|
|
116
116
|
UpdateConnectivityInfoCommandOutput,
|
|
117
117
|
} from "./commands/UpdateConnectivityInfoCommand";
|
|
118
118
|
import { GreengrassV2Client } from "./GreengrassV2Client";
|
|
119
|
-
|
|
120
119
|
export declare class GreengrassV2 extends GreengrassV2Client {
|
|
121
120
|
associateServiceRoleToAccount(
|
|
122
121
|
args: AssociateServiceRoleToAccountCommandInput,
|
|
@@ -131,7 +130,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
131
130
|
options: __HttpHandlerOptions,
|
|
132
131
|
cb: (err: any, data?: AssociateServiceRoleToAccountCommandOutput) => void
|
|
133
132
|
): void;
|
|
134
|
-
|
|
135
133
|
batchAssociateClientDeviceWithCoreDevice(
|
|
136
134
|
args: BatchAssociateClientDeviceWithCoreDeviceCommandInput,
|
|
137
135
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +149,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
151
149
|
data?: BatchAssociateClientDeviceWithCoreDeviceCommandOutput
|
|
152
150
|
) => void
|
|
153
151
|
): void;
|
|
154
|
-
|
|
155
152
|
batchDisassociateClientDeviceFromCoreDevice(
|
|
156
153
|
args: BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
|
|
157
154
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +168,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
171
168
|
data?: BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
|
|
172
169
|
) => void
|
|
173
170
|
): void;
|
|
174
|
-
|
|
175
171
|
cancelDeployment(
|
|
176
172
|
args: CancelDeploymentCommandInput,
|
|
177
173
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +181,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
185
181
|
options: __HttpHandlerOptions,
|
|
186
182
|
cb: (err: any, data?: CancelDeploymentCommandOutput) => void
|
|
187
183
|
): void;
|
|
188
|
-
|
|
189
184
|
createComponentVersion(
|
|
190
185
|
args: CreateComponentVersionCommandInput,
|
|
191
186
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +194,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
199
194
|
options: __HttpHandlerOptions,
|
|
200
195
|
cb: (err: any, data?: CreateComponentVersionCommandOutput) => void
|
|
201
196
|
): void;
|
|
202
|
-
|
|
203
197
|
createDeployment(
|
|
204
198
|
args: CreateDeploymentCommandInput,
|
|
205
199
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +207,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
213
207
|
options: __HttpHandlerOptions,
|
|
214
208
|
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
215
209
|
): void;
|
|
216
|
-
|
|
217
210
|
deleteComponent(
|
|
218
211
|
args: DeleteComponentCommandInput,
|
|
219
212
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +220,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
227
220
|
options: __HttpHandlerOptions,
|
|
228
221
|
cb: (err: any, data?: DeleteComponentCommandOutput) => void
|
|
229
222
|
): void;
|
|
230
|
-
|
|
231
223
|
deleteCoreDevice(
|
|
232
224
|
args: DeleteCoreDeviceCommandInput,
|
|
233
225
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +233,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
241
233
|
options: __HttpHandlerOptions,
|
|
242
234
|
cb: (err: any, data?: DeleteCoreDeviceCommandOutput) => void
|
|
243
235
|
): void;
|
|
244
|
-
|
|
245
236
|
deleteDeployment(
|
|
246
237
|
args: DeleteDeploymentCommandInput,
|
|
247
238
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +246,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
255
246
|
options: __HttpHandlerOptions,
|
|
256
247
|
cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
|
|
257
248
|
): void;
|
|
258
|
-
|
|
259
249
|
describeComponent(
|
|
260
250
|
args: DescribeComponentCommandInput,
|
|
261
251
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +259,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
269
259
|
options: __HttpHandlerOptions,
|
|
270
260
|
cb: (err: any, data?: DescribeComponentCommandOutput) => void
|
|
271
261
|
): void;
|
|
272
|
-
|
|
273
262
|
disassociateServiceRoleFromAccount(
|
|
274
263
|
args: DisassociateServiceRoleFromAccountCommandInput,
|
|
275
264
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +278,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
289
278
|
data?: DisassociateServiceRoleFromAccountCommandOutput
|
|
290
279
|
) => void
|
|
291
280
|
): void;
|
|
292
|
-
|
|
293
281
|
getComponent(
|
|
294
282
|
args: GetComponentCommandInput,
|
|
295
283
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +291,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
303
291
|
options: __HttpHandlerOptions,
|
|
304
292
|
cb: (err: any, data?: GetComponentCommandOutput) => void
|
|
305
293
|
): void;
|
|
306
|
-
|
|
307
294
|
getComponentVersionArtifact(
|
|
308
295
|
args: GetComponentVersionArtifactCommandInput,
|
|
309
296
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +304,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
317
304
|
options: __HttpHandlerOptions,
|
|
318
305
|
cb: (err: any, data?: GetComponentVersionArtifactCommandOutput) => void
|
|
319
306
|
): void;
|
|
320
|
-
|
|
321
307
|
getConnectivityInfo(
|
|
322
308
|
args: GetConnectivityInfoCommandInput,
|
|
323
309
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +317,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
331
317
|
options: __HttpHandlerOptions,
|
|
332
318
|
cb: (err: any, data?: GetConnectivityInfoCommandOutput) => void
|
|
333
319
|
): void;
|
|
334
|
-
|
|
335
320
|
getCoreDevice(
|
|
336
321
|
args: GetCoreDeviceCommandInput,
|
|
337
322
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +330,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
345
330
|
options: __HttpHandlerOptions,
|
|
346
331
|
cb: (err: any, data?: GetCoreDeviceCommandOutput) => void
|
|
347
332
|
): void;
|
|
348
|
-
|
|
349
333
|
getDeployment(
|
|
350
334
|
args: GetDeploymentCommandInput,
|
|
351
335
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +343,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
359
343
|
options: __HttpHandlerOptions,
|
|
360
344
|
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
361
345
|
): void;
|
|
362
|
-
|
|
363
346
|
getServiceRoleForAccount(
|
|
364
347
|
args: GetServiceRoleForAccountCommandInput,
|
|
365
348
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +356,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
373
356
|
options: __HttpHandlerOptions,
|
|
374
357
|
cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void
|
|
375
358
|
): void;
|
|
376
|
-
|
|
377
359
|
listClientDevicesAssociatedWithCoreDevice(
|
|
378
360
|
args: ListClientDevicesAssociatedWithCoreDeviceCommandInput,
|
|
379
361
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +375,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
393
375
|
data?: ListClientDevicesAssociatedWithCoreDeviceCommandOutput
|
|
394
376
|
) => void
|
|
395
377
|
): void;
|
|
396
|
-
|
|
397
378
|
listComponents(
|
|
398
379
|
args: ListComponentsCommandInput,
|
|
399
380
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +388,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
407
388
|
options: __HttpHandlerOptions,
|
|
408
389
|
cb: (err: any, data?: ListComponentsCommandOutput) => void
|
|
409
390
|
): void;
|
|
410
|
-
|
|
411
391
|
listComponentVersions(
|
|
412
392
|
args: ListComponentVersionsCommandInput,
|
|
413
393
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +401,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
421
401
|
options: __HttpHandlerOptions,
|
|
422
402
|
cb: (err: any, data?: ListComponentVersionsCommandOutput) => void
|
|
423
403
|
): void;
|
|
424
|
-
|
|
425
404
|
listCoreDevices(
|
|
426
405
|
args: ListCoreDevicesCommandInput,
|
|
427
406
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +414,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
435
414
|
options: __HttpHandlerOptions,
|
|
436
415
|
cb: (err: any, data?: ListCoreDevicesCommandOutput) => void
|
|
437
416
|
): void;
|
|
438
|
-
|
|
439
417
|
listDeployments(
|
|
440
418
|
args: ListDeploymentsCommandInput,
|
|
441
419
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +427,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
449
427
|
options: __HttpHandlerOptions,
|
|
450
428
|
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
451
429
|
): void;
|
|
452
|
-
|
|
453
430
|
listEffectiveDeployments(
|
|
454
431
|
args: ListEffectiveDeploymentsCommandInput,
|
|
455
432
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +440,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
463
440
|
options: __HttpHandlerOptions,
|
|
464
441
|
cb: (err: any, data?: ListEffectiveDeploymentsCommandOutput) => void
|
|
465
442
|
): void;
|
|
466
|
-
|
|
467
443
|
listInstalledComponents(
|
|
468
444
|
args: ListInstalledComponentsCommandInput,
|
|
469
445
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +453,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
477
453
|
options: __HttpHandlerOptions,
|
|
478
454
|
cb: (err: any, data?: ListInstalledComponentsCommandOutput) => void
|
|
479
455
|
): void;
|
|
480
|
-
|
|
481
456
|
listTagsForResource(
|
|
482
457
|
args: ListTagsForResourceCommandInput,
|
|
483
458
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +466,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
491
466
|
options: __HttpHandlerOptions,
|
|
492
467
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
493
468
|
): void;
|
|
494
|
-
|
|
495
469
|
resolveComponentCandidates(
|
|
496
470
|
args: ResolveComponentCandidatesCommandInput,
|
|
497
471
|
options?: __HttpHandlerOptions
|
|
@@ -505,7 +479,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
505
479
|
options: __HttpHandlerOptions,
|
|
506
480
|
cb: (err: any, data?: ResolveComponentCandidatesCommandOutput) => void
|
|
507
481
|
): void;
|
|
508
|
-
|
|
509
482
|
tagResource(
|
|
510
483
|
args: TagResourceCommandInput,
|
|
511
484
|
options?: __HttpHandlerOptions
|
|
@@ -519,7 +492,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
519
492
|
options: __HttpHandlerOptions,
|
|
520
493
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
521
494
|
): void;
|
|
522
|
-
|
|
523
495
|
untagResource(
|
|
524
496
|
args: UntagResourceCommandInput,
|
|
525
497
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +505,6 @@ export declare class GreengrassV2 extends GreengrassV2Client {
|
|
|
533
505
|
options: __HttpHandlerOptions,
|
|
534
506
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
535
507
|
): void;
|
|
536
|
-
|
|
537
508
|
updateConnectivityInfo(
|
|
538
509
|
args: UpdateConnectivityInfoCommandInput,
|
|
539
510
|
options?: __HttpHandlerOptions
|
|
@@ -221,47 +221,26 @@ export declare type ServiceOutputTypes =
|
|
|
221
221
|
export interface ClientDefaults
|
|
222
222
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
223
223
|
requestHandler?: __HttpHandler;
|
|
224
|
-
|
|
225
224
|
sha256?: __HashConstructor;
|
|
226
|
-
|
|
227
225
|
urlParser?: __UrlParser;
|
|
228
|
-
|
|
229
226
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
230
|
-
|
|
231
227
|
streamCollector?: __StreamCollector;
|
|
232
|
-
|
|
233
228
|
base64Decoder?: __Decoder;
|
|
234
|
-
|
|
235
229
|
base64Encoder?: __Encoder;
|
|
236
|
-
|
|
237
230
|
utf8Decoder?: __Decoder;
|
|
238
|
-
|
|
239
231
|
utf8Encoder?: __Encoder;
|
|
240
|
-
|
|
241
232
|
runtime?: string;
|
|
242
|
-
|
|
243
233
|
disableHostPrefix?: boolean;
|
|
244
|
-
|
|
245
234
|
maxAttempts?: number | __Provider<number>;
|
|
246
|
-
|
|
247
235
|
retryMode?: string | __Provider<string>;
|
|
248
|
-
|
|
249
236
|
logger?: __Logger;
|
|
250
|
-
|
|
251
237
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
252
|
-
|
|
253
238
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
254
|
-
|
|
255
239
|
serviceId?: string;
|
|
256
|
-
|
|
257
240
|
region?: string | __Provider<string>;
|
|
258
|
-
|
|
259
241
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
-
|
|
261
242
|
regionInfoProvider?: RegionInfoProvider;
|
|
262
|
-
|
|
263
243
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
264
|
-
|
|
265
244
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
266
245
|
}
|
|
267
246
|
declare type GreengrassV2ClientConfigType = Partial<
|
|
@@ -274,7 +253,6 @@ declare type GreengrassV2ClientConfigType = Partial<
|
|
|
274
253
|
HostHeaderInputConfig &
|
|
275
254
|
AwsAuthInputConfig &
|
|
276
255
|
UserAgentInputConfig;
|
|
277
|
-
|
|
278
256
|
export interface GreengrassV2ClientConfig
|
|
279
257
|
extends GreengrassV2ClientConfigType {}
|
|
280
258
|
declare type GreengrassV2ClientResolvedConfigType =
|
|
@@ -286,10 +264,8 @@ declare type GreengrassV2ClientResolvedConfigType =
|
|
|
286
264
|
HostHeaderResolvedConfig &
|
|
287
265
|
AwsAuthResolvedConfig &
|
|
288
266
|
UserAgentResolvedConfig;
|
|
289
|
-
|
|
290
267
|
export interface GreengrassV2ClientResolvedConfig
|
|
291
268
|
extends GreengrassV2ClientResolvedConfigType {}
|
|
292
|
-
|
|
293
269
|
export declare class GreengrassV2Client extends __Client<
|
|
294
270
|
__HttpHandlerOptions,
|
|
295
271
|
ServiceInputTypes,
|
|
@@ -298,7 +274,6 @@ export declare class GreengrassV2Client extends __Client<
|
|
|
298
274
|
> {
|
|
299
275
|
readonly config: GreengrassV2ClientResolvedConfig;
|
|
300
276
|
constructor(configuration: GreengrassV2ClientConfig);
|
|
301
|
-
|
|
302
277
|
destroy(): void;
|
|
303
278
|
}
|
|
304
279
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateServiceRoleToAccountCommandInput
|
|
|
19
19
|
export interface AssociateServiceRoleToAccountCommandOutput
|
|
20
20
|
extends AssociateServiceRoleToAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateServiceRoleToAccountCommand extends $Command<
|
|
24
23
|
AssociateServiceRoleToAccountCommandInput,
|
|
25
24
|
AssociateServiceRoleToAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateServiceRoleToAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateServiceRoleToAccountCommandInput;
|
|
29
28
|
constructor(input: AssociateServiceRoleToAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchAssociateClientDeviceWithCoreDeviceCommandInput
|
|
|
19
19
|
export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput
|
|
20
20
|
extends BatchAssociateClientDeviceWithCoreDeviceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command<
|
|
24
23
|
BatchAssociateClientDeviceWithCoreDeviceCommandInput,
|
|
25
24
|
BatchAssociateClientDeviceWithCoreDeviceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Co
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchAssociateClientDeviceWithCoreDeviceCommandInput;
|
|
29
28
|
constructor(input: BatchAssociateClientDeviceWithCoreDeviceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceCommandInput
|
|
|
19
19
|
export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
|
|
20
20
|
extends BatchDisassociateClientDeviceFromCoreDeviceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command<
|
|
24
23
|
BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
|
|
25
24
|
BatchDisassociateClientDeviceFromCoreDeviceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput;
|
|
29
28
|
constructor(input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CancelDeploymentCommandInput extends CancelDeploymentRequest {}
|
|
|
18
18
|
export interface CancelDeploymentCommandOutput
|
|
19
19
|
extends CancelDeploymentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CancelDeploymentCommand extends $Command<
|
|
23
22
|
CancelDeploymentCommandInput,
|
|
24
23
|
CancelDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CancelDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CancelDeploymentCommandInput;
|
|
28
27
|
constructor(input: CancelDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateComponentVersionCommandInput
|
|
|
19
19
|
export interface CreateComponentVersionCommandOutput
|
|
20
20
|
extends CreateComponentVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateComponentVersionCommand extends $Command<
|
|
24
23
|
CreateComponentVersionCommandInput,
|
|
25
24
|
CreateComponentVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateComponentVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateComponentVersionCommandInput;
|
|
29
28
|
constructor(input: CreateComponentVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
|
18
18
|
export interface CreateDeploymentCommandOutput
|
|
19
19
|
extends CreateDeploymentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateDeploymentCommand extends $Command<
|
|
23
22
|
CreateDeploymentCommandInput,
|
|
24
23
|
CreateDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateDeploymentCommandInput;
|
|
28
27
|
constructor(input: CreateDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteComponentRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
15
15
|
export interface DeleteComponentCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteComponentCommand extends $Command<
|
|
18
17
|
DeleteComponentCommandInput,
|
|
19
18
|
DeleteComponentCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteComponentCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteComponentCommandInput;
|
|
23
22
|
constructor(input: DeleteComponentCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteCoreDeviceRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteCoreDeviceCommandInput extends DeleteCoreDeviceRequest {}
|
|
15
15
|
export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteCoreDeviceCommand extends $Command<
|
|
18
17
|
DeleteCoreDeviceCommandInput,
|
|
19
18
|
DeleteCoreDeviceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteCoreDeviceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteCoreDeviceCommandInput;
|
|
23
22
|
constructor(input: DeleteCoreDeviceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteDeploymentRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
|
|
15
15
|
export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteDeploymentCommand extends $Command<
|
|
18
17
|
DeleteDeploymentCommandInput,
|
|
19
18
|
DeleteDeploymentCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteDeploymentCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteDeploymentCommandInput;
|
|
23
22
|
constructor(input: DeleteDeploymentCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeComponentCommandInput
|
|
|
19
19
|
export interface DescribeComponentCommandOutput
|
|
20
20
|
extends DescribeComponentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeComponentCommand extends $Command<
|
|
24
23
|
DescribeComponentCommandInput,
|
|
25
24
|
DescribeComponentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeComponentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeComponentCommandInput;
|
|
29
28
|
constructor(input: DescribeComponentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateServiceRoleFromAccountCommandInput
|
|
|
19
19
|
export interface DisassociateServiceRoleFromAccountCommandOutput
|
|
20
20
|
extends DisassociateServiceRoleFromAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateServiceRoleFromAccountCommand extends $Command<
|
|
24
23
|
DisassociateServiceRoleFromAccountCommandInput,
|
|
25
24
|
DisassociateServiceRoleFromAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateServiceRoleFromAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateServiceRoleFromAccountCommandInput;
|
|
29
28
|
constructor(input: DisassociateServiceRoleFromAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetComponentCommandInput extends GetComponentRequest {}
|
|
|
15
15
|
export interface GetComponentCommandOutput
|
|
16
16
|
extends GetComponentResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetComponentCommand extends $Command<
|
|
20
19
|
GetComponentCommandInput,
|
|
21
20
|
GetComponentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetComponentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetComponentCommandInput;
|
|
25
24
|
constructor(input: GetComponentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetComponentVersionArtifactCommandInput
|
|
|
19
19
|
export interface GetComponentVersionArtifactCommandOutput
|
|
20
20
|
extends GetComponentVersionArtifactResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetComponentVersionArtifactCommand extends $Command<
|
|
24
23
|
GetComponentVersionArtifactCommandInput,
|
|
25
24
|
GetComponentVersionArtifactCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetComponentVersionArtifactCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetComponentVersionArtifactCommandInput;
|
|
29
28
|
constructor(input: GetComponentVersionArtifactCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetConnectivityInfoCommandInput
|
|
|
19
19
|
export interface GetConnectivityInfoCommandOutput
|
|
20
20
|
extends GetConnectivityInfoResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetConnectivityInfoCommand extends $Command<
|
|
24
23
|
GetConnectivityInfoCommandInput,
|
|
25
24
|
GetConnectivityInfoCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetConnectivityInfoCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetConnectivityInfoCommandInput;
|
|
29
28
|
constructor(input: GetConnectivityInfoCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {}
|
|
|
18
18
|
export interface GetCoreDeviceCommandOutput
|
|
19
19
|
extends GetCoreDeviceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCoreDeviceCommand extends $Command<
|
|
23
22
|
GetCoreDeviceCommandInput,
|
|
24
23
|
GetCoreDeviceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCoreDeviceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCoreDeviceCommandInput;
|
|
28
27
|
constructor(input: GetCoreDeviceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
|
18
18
|
export interface GetDeploymentCommandOutput
|
|
19
19
|
extends GetDeploymentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDeploymentCommand extends $Command<
|
|
23
22
|
GetDeploymentCommandInput,
|
|
24
23
|
GetDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDeploymentCommandInput;
|
|
28
27
|
constructor(input: GetDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetServiceRoleForAccountCommandInput
|
|
|
19
19
|
export interface GetServiceRoleForAccountCommandOutput
|
|
20
20
|
extends GetServiceRoleForAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetServiceRoleForAccountCommand extends $Command<
|
|
24
23
|
GetServiceRoleForAccountCommandInput,
|
|
25
24
|
GetServiceRoleForAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetServiceRoleForAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetServiceRoleForAccountCommandInput;
|
|
29
28
|
constructor(input: GetServiceRoleForAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandInput
|
|
|
19
19
|
export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput
|
|
20
20
|
extends ListClientDevicesAssociatedWithCoreDeviceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command<
|
|
24
23
|
ListClientDevicesAssociatedWithCoreDeviceCommandInput,
|
|
25
24
|
ListClientDevicesAssociatedWithCoreDeviceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends $C
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListClientDevicesAssociatedWithCoreDeviceCommandInput;
|
|
29
28
|
constructor(input: ListClientDevicesAssociatedWithCoreDeviceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListComponentVersionsCommandInput
|
|
|
19
19
|
export interface ListComponentVersionsCommandOutput
|
|
20
20
|
extends ListComponentVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListComponentVersionsCommand extends $Command<
|
|
24
23
|
ListComponentVersionsCommandInput,
|
|
25
24
|
ListComponentVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListComponentVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListComponentVersionsCommandInput;
|
|
29
28
|
constructor(input: ListComponentVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GreengrassV2ClientResolvedConfig,
|
|
@@ -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,
|