@aws-sdk/client-greengrass 3.1087.0 → 3.1088.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/Greengrass.d.ts +283 -336
- package/dist-types/ts3.4/GreengrassClient.d.ts +11 -38
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +2 -6
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -47,10 +47,7 @@ import {
|
|
|
47
47
|
CreateGroupCertificateAuthorityCommandInput,
|
|
48
48
|
CreateGroupCertificateAuthorityCommandOutput,
|
|
49
49
|
} from "./commands/CreateGroupCertificateAuthorityCommand";
|
|
50
|
-
import {
|
|
51
|
-
CreateGroupCommandInput,
|
|
52
|
-
CreateGroupCommandOutput,
|
|
53
|
-
} from "./commands/CreateGroupCommand";
|
|
50
|
+
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
54
51
|
import {
|
|
55
52
|
CreateGroupVersionCommandInput,
|
|
56
53
|
CreateGroupVersionCommandOutput,
|
|
@@ -99,10 +96,7 @@ import {
|
|
|
99
96
|
DeleteFunctionDefinitionCommandInput,
|
|
100
97
|
DeleteFunctionDefinitionCommandOutput,
|
|
101
98
|
} from "./commands/DeleteFunctionDefinitionCommand";
|
|
102
|
-
import {
|
|
103
|
-
DeleteGroupCommandInput,
|
|
104
|
-
DeleteGroupCommandOutput,
|
|
105
|
-
} from "./commands/DeleteGroupCommand";
|
|
99
|
+
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
106
100
|
import {
|
|
107
101
|
DeleteLoggerDefinitionCommandInput,
|
|
108
102
|
DeleteLoggerDefinitionCommandOutput,
|
|
@@ -179,10 +173,7 @@ import {
|
|
|
179
173
|
GetGroupCertificateConfigurationCommandInput,
|
|
180
174
|
GetGroupCertificateConfigurationCommandOutput,
|
|
181
175
|
} from "./commands/GetGroupCertificateConfigurationCommand";
|
|
182
|
-
import {
|
|
183
|
-
GetGroupCommandInput,
|
|
184
|
-
GetGroupCommandOutput,
|
|
185
|
-
} from "./commands/GetGroupCommand";
|
|
176
|
+
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
186
177
|
import {
|
|
187
178
|
GetGroupVersionCommandInput,
|
|
188
179
|
GetGroupVersionCommandOutput,
|
|
@@ -267,10 +258,7 @@ import {
|
|
|
267
258
|
ListGroupCertificateAuthoritiesCommandInput,
|
|
268
259
|
ListGroupCertificateAuthoritiesCommandOutput,
|
|
269
260
|
} from "./commands/ListGroupCertificateAuthoritiesCommand";
|
|
270
|
-
import {
|
|
271
|
-
ListGroupsCommandInput,
|
|
272
|
-
ListGroupsCommandOutput,
|
|
273
|
-
} from "./commands/ListGroupsCommand";
|
|
261
|
+
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
274
262
|
import {
|
|
275
263
|
ListGroupVersionsCommandInput,
|
|
276
264
|
ListGroupVersionsCommandOutput,
|
|
@@ -315,10 +303,7 @@ import {
|
|
|
315
303
|
StopBulkDeploymentCommandInput,
|
|
316
304
|
StopBulkDeploymentCommandOutput,
|
|
317
305
|
} from "./commands/StopBulkDeploymentCommand";
|
|
318
|
-
import {
|
|
319
|
-
TagResourceCommandInput,
|
|
320
|
-
TagResourceCommandOutput,
|
|
321
|
-
} from "./commands/TagResourceCommand";
|
|
306
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
322
307
|
import {
|
|
323
308
|
UntagResourceCommandInput,
|
|
324
309
|
UntagResourceCommandOutput,
|
|
@@ -347,10 +332,7 @@ import {
|
|
|
347
332
|
UpdateGroupCertificateConfigurationCommandInput,
|
|
348
333
|
UpdateGroupCertificateConfigurationCommandOutput,
|
|
349
334
|
} from "./commands/UpdateGroupCertificateConfigurationCommand";
|
|
350
|
-
import {
|
|
351
|
-
UpdateGroupCommandInput,
|
|
352
|
-
UpdateGroupCommandOutput,
|
|
353
|
-
} from "./commands/UpdateGroupCommand";
|
|
335
|
+
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
354
336
|
import {
|
|
355
337
|
UpdateLoggerDefinitionCommandInput,
|
|
356
338
|
UpdateLoggerDefinitionCommandOutput,
|
|
@@ -371,1249 +353,1214 @@ import { GreengrassClient } from "./GreengrassClient";
|
|
|
371
353
|
export interface Greengrass {
|
|
372
354
|
associateRoleToGroup(
|
|
373
355
|
args: AssociateRoleToGroupCommandInput,
|
|
374
|
-
options?: __HttpHandlerOptions
|
|
356
|
+
options?: __HttpHandlerOptions,
|
|
375
357
|
): Promise<AssociateRoleToGroupCommandOutput>;
|
|
376
358
|
associateRoleToGroup(
|
|
377
359
|
args: AssociateRoleToGroupCommandInput,
|
|
378
|
-
cb: (err: any, data?: AssociateRoleToGroupCommandOutput) => void
|
|
360
|
+
cb: (err: any, data?: AssociateRoleToGroupCommandOutput) => void,
|
|
379
361
|
): void;
|
|
380
362
|
associateRoleToGroup(
|
|
381
363
|
args: AssociateRoleToGroupCommandInput,
|
|
382
364
|
options: __HttpHandlerOptions,
|
|
383
|
-
cb: (err: any, data?: AssociateRoleToGroupCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: AssociateRoleToGroupCommandOutput) => void,
|
|
384
366
|
): void;
|
|
385
367
|
associateServiceRoleToAccount(
|
|
386
368
|
args: AssociateServiceRoleToAccountCommandInput,
|
|
387
|
-
options?: __HttpHandlerOptions
|
|
369
|
+
options?: __HttpHandlerOptions,
|
|
388
370
|
): Promise<AssociateServiceRoleToAccountCommandOutput>;
|
|
389
371
|
associateServiceRoleToAccount(
|
|
390
372
|
args: AssociateServiceRoleToAccountCommandInput,
|
|
391
|
-
cb: (err: any, data?: AssociateServiceRoleToAccountCommandOutput) => void
|
|
373
|
+
cb: (err: any, data?: AssociateServiceRoleToAccountCommandOutput) => void,
|
|
392
374
|
): void;
|
|
393
375
|
associateServiceRoleToAccount(
|
|
394
376
|
args: AssociateServiceRoleToAccountCommandInput,
|
|
395
377
|
options: __HttpHandlerOptions,
|
|
396
|
-
cb: (err: any, data?: AssociateServiceRoleToAccountCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: AssociateServiceRoleToAccountCommandOutput) => void,
|
|
397
379
|
): void;
|
|
398
380
|
createConnectorDefinition(): Promise<CreateConnectorDefinitionCommandOutput>;
|
|
399
381
|
createConnectorDefinition(
|
|
400
382
|
args: CreateConnectorDefinitionCommandInput,
|
|
401
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
402
384
|
): Promise<CreateConnectorDefinitionCommandOutput>;
|
|
403
385
|
createConnectorDefinition(
|
|
404
386
|
args: CreateConnectorDefinitionCommandInput,
|
|
405
|
-
cb: (err: any, data?: CreateConnectorDefinitionCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: CreateConnectorDefinitionCommandOutput) => void,
|
|
406
388
|
): void;
|
|
407
389
|
createConnectorDefinition(
|
|
408
390
|
args: CreateConnectorDefinitionCommandInput,
|
|
409
391
|
options: __HttpHandlerOptions,
|
|
410
|
-
cb: (err: any, data?: CreateConnectorDefinitionCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: CreateConnectorDefinitionCommandOutput) => void,
|
|
411
393
|
): void;
|
|
412
394
|
createConnectorDefinitionVersion(
|
|
413
395
|
args: CreateConnectorDefinitionVersionCommandInput,
|
|
414
|
-
options?: __HttpHandlerOptions
|
|
396
|
+
options?: __HttpHandlerOptions,
|
|
415
397
|
): Promise<CreateConnectorDefinitionVersionCommandOutput>;
|
|
416
398
|
createConnectorDefinitionVersion(
|
|
417
399
|
args: CreateConnectorDefinitionVersionCommandInput,
|
|
418
|
-
cb: (err: any, data?: CreateConnectorDefinitionVersionCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: CreateConnectorDefinitionVersionCommandOutput) => void,
|
|
419
401
|
): void;
|
|
420
402
|
createConnectorDefinitionVersion(
|
|
421
403
|
args: CreateConnectorDefinitionVersionCommandInput,
|
|
422
404
|
options: __HttpHandlerOptions,
|
|
423
|
-
cb: (err: any, data?: CreateConnectorDefinitionVersionCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: CreateConnectorDefinitionVersionCommandOutput) => void,
|
|
424
406
|
): void;
|
|
425
407
|
createCoreDefinition(): Promise<CreateCoreDefinitionCommandOutput>;
|
|
426
408
|
createCoreDefinition(
|
|
427
409
|
args: CreateCoreDefinitionCommandInput,
|
|
428
|
-
options?: __HttpHandlerOptions
|
|
410
|
+
options?: __HttpHandlerOptions,
|
|
429
411
|
): Promise<CreateCoreDefinitionCommandOutput>;
|
|
430
412
|
createCoreDefinition(
|
|
431
413
|
args: CreateCoreDefinitionCommandInput,
|
|
432
|
-
cb: (err: any, data?: CreateCoreDefinitionCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: CreateCoreDefinitionCommandOutput) => void,
|
|
433
415
|
): void;
|
|
434
416
|
createCoreDefinition(
|
|
435
417
|
args: CreateCoreDefinitionCommandInput,
|
|
436
418
|
options: __HttpHandlerOptions,
|
|
437
|
-
cb: (err: any, data?: CreateCoreDefinitionCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: CreateCoreDefinitionCommandOutput) => void,
|
|
438
420
|
): void;
|
|
439
421
|
createCoreDefinitionVersion(
|
|
440
422
|
args: CreateCoreDefinitionVersionCommandInput,
|
|
441
|
-
options?: __HttpHandlerOptions
|
|
423
|
+
options?: __HttpHandlerOptions,
|
|
442
424
|
): Promise<CreateCoreDefinitionVersionCommandOutput>;
|
|
443
425
|
createCoreDefinitionVersion(
|
|
444
426
|
args: CreateCoreDefinitionVersionCommandInput,
|
|
445
|
-
cb: (err: any, data?: CreateCoreDefinitionVersionCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: CreateCoreDefinitionVersionCommandOutput) => void,
|
|
446
428
|
): void;
|
|
447
429
|
createCoreDefinitionVersion(
|
|
448
430
|
args: CreateCoreDefinitionVersionCommandInput,
|
|
449
431
|
options: __HttpHandlerOptions,
|
|
450
|
-
cb: (err: any, data?: CreateCoreDefinitionVersionCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: CreateCoreDefinitionVersionCommandOutput) => void,
|
|
451
433
|
): void;
|
|
452
434
|
createDeployment(
|
|
453
435
|
args: CreateDeploymentCommandInput,
|
|
454
|
-
options?: __HttpHandlerOptions
|
|
436
|
+
options?: __HttpHandlerOptions,
|
|
455
437
|
): Promise<CreateDeploymentCommandOutput>;
|
|
456
438
|
createDeployment(
|
|
457
439
|
args: CreateDeploymentCommandInput,
|
|
458
|
-
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
|
|
459
441
|
): void;
|
|
460
442
|
createDeployment(
|
|
461
443
|
args: CreateDeploymentCommandInput,
|
|
462
444
|
options: __HttpHandlerOptions,
|
|
463
|
-
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
|
|
464
446
|
): void;
|
|
465
447
|
createDeviceDefinition(): Promise<CreateDeviceDefinitionCommandOutput>;
|
|
466
448
|
createDeviceDefinition(
|
|
467
449
|
args: CreateDeviceDefinitionCommandInput,
|
|
468
|
-
options?: __HttpHandlerOptions
|
|
450
|
+
options?: __HttpHandlerOptions,
|
|
469
451
|
): Promise<CreateDeviceDefinitionCommandOutput>;
|
|
470
452
|
createDeviceDefinition(
|
|
471
453
|
args: CreateDeviceDefinitionCommandInput,
|
|
472
|
-
cb: (err: any, data?: CreateDeviceDefinitionCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: CreateDeviceDefinitionCommandOutput) => void,
|
|
473
455
|
): void;
|
|
474
456
|
createDeviceDefinition(
|
|
475
457
|
args: CreateDeviceDefinitionCommandInput,
|
|
476
458
|
options: __HttpHandlerOptions,
|
|
477
|
-
cb: (err: any, data?: CreateDeviceDefinitionCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: CreateDeviceDefinitionCommandOutput) => void,
|
|
478
460
|
): void;
|
|
479
461
|
createDeviceDefinitionVersion(
|
|
480
462
|
args: CreateDeviceDefinitionVersionCommandInput,
|
|
481
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
482
464
|
): Promise<CreateDeviceDefinitionVersionCommandOutput>;
|
|
483
465
|
createDeviceDefinitionVersion(
|
|
484
466
|
args: CreateDeviceDefinitionVersionCommandInput,
|
|
485
|
-
cb: (err: any, data?: CreateDeviceDefinitionVersionCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: CreateDeviceDefinitionVersionCommandOutput) => void,
|
|
486
468
|
): void;
|
|
487
469
|
createDeviceDefinitionVersion(
|
|
488
470
|
args: CreateDeviceDefinitionVersionCommandInput,
|
|
489
471
|
options: __HttpHandlerOptions,
|
|
490
|
-
cb: (err: any, data?: CreateDeviceDefinitionVersionCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: CreateDeviceDefinitionVersionCommandOutput) => void,
|
|
491
473
|
): void;
|
|
492
474
|
createFunctionDefinition(): Promise<CreateFunctionDefinitionCommandOutput>;
|
|
493
475
|
createFunctionDefinition(
|
|
494
476
|
args: CreateFunctionDefinitionCommandInput,
|
|
495
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
496
478
|
): Promise<CreateFunctionDefinitionCommandOutput>;
|
|
497
479
|
createFunctionDefinition(
|
|
498
480
|
args: CreateFunctionDefinitionCommandInput,
|
|
499
|
-
cb: (err: any, data?: CreateFunctionDefinitionCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: CreateFunctionDefinitionCommandOutput) => void,
|
|
500
482
|
): void;
|
|
501
483
|
createFunctionDefinition(
|
|
502
484
|
args: CreateFunctionDefinitionCommandInput,
|
|
503
485
|
options: __HttpHandlerOptions,
|
|
504
|
-
cb: (err: any, data?: CreateFunctionDefinitionCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: CreateFunctionDefinitionCommandOutput) => void,
|
|
505
487
|
): void;
|
|
506
488
|
createFunctionDefinitionVersion(
|
|
507
489
|
args: CreateFunctionDefinitionVersionCommandInput,
|
|
508
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
509
491
|
): Promise<CreateFunctionDefinitionVersionCommandOutput>;
|
|
510
492
|
createFunctionDefinitionVersion(
|
|
511
493
|
args: CreateFunctionDefinitionVersionCommandInput,
|
|
512
|
-
cb: (err: any, data?: CreateFunctionDefinitionVersionCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: CreateFunctionDefinitionVersionCommandOutput) => void,
|
|
513
495
|
): void;
|
|
514
496
|
createFunctionDefinitionVersion(
|
|
515
497
|
args: CreateFunctionDefinitionVersionCommandInput,
|
|
516
498
|
options: __HttpHandlerOptions,
|
|
517
|
-
cb: (err: any, data?: CreateFunctionDefinitionVersionCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: CreateFunctionDefinitionVersionCommandOutput) => void,
|
|
518
500
|
): void;
|
|
519
501
|
createGroup(
|
|
520
502
|
args: CreateGroupCommandInput,
|
|
521
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
522
504
|
): Promise<CreateGroupCommandOutput>;
|
|
523
505
|
createGroup(
|
|
524
506
|
args: CreateGroupCommandInput,
|
|
525
|
-
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void,
|
|
526
508
|
): void;
|
|
527
509
|
createGroup(
|
|
528
510
|
args: CreateGroupCommandInput,
|
|
529
511
|
options: __HttpHandlerOptions,
|
|
530
|
-
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void,
|
|
531
513
|
): void;
|
|
532
514
|
createGroupCertificateAuthority(
|
|
533
515
|
args: CreateGroupCertificateAuthorityCommandInput,
|
|
534
|
-
options?: __HttpHandlerOptions
|
|
516
|
+
options?: __HttpHandlerOptions,
|
|
535
517
|
): Promise<CreateGroupCertificateAuthorityCommandOutput>;
|
|
536
518
|
createGroupCertificateAuthority(
|
|
537
519
|
args: CreateGroupCertificateAuthorityCommandInput,
|
|
538
|
-
cb: (err: any, data?: CreateGroupCertificateAuthorityCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: CreateGroupCertificateAuthorityCommandOutput) => void,
|
|
539
521
|
): void;
|
|
540
522
|
createGroupCertificateAuthority(
|
|
541
523
|
args: CreateGroupCertificateAuthorityCommandInput,
|
|
542
524
|
options: __HttpHandlerOptions,
|
|
543
|
-
cb: (err: any, data?: CreateGroupCertificateAuthorityCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: CreateGroupCertificateAuthorityCommandOutput) => void,
|
|
544
526
|
): void;
|
|
545
527
|
createGroupVersion(
|
|
546
528
|
args: CreateGroupVersionCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
529
|
+
options?: __HttpHandlerOptions,
|
|
548
530
|
): Promise<CreateGroupVersionCommandOutput>;
|
|
549
531
|
createGroupVersion(
|
|
550
532
|
args: CreateGroupVersionCommandInput,
|
|
551
|
-
cb: (err: any, data?: CreateGroupVersionCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: CreateGroupVersionCommandOutput) => void,
|
|
552
534
|
): void;
|
|
553
535
|
createGroupVersion(
|
|
554
536
|
args: CreateGroupVersionCommandInput,
|
|
555
537
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: CreateGroupVersionCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: CreateGroupVersionCommandOutput) => void,
|
|
557
539
|
): void;
|
|
558
540
|
createLoggerDefinition(): Promise<CreateLoggerDefinitionCommandOutput>;
|
|
559
541
|
createLoggerDefinition(
|
|
560
542
|
args: CreateLoggerDefinitionCommandInput,
|
|
561
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
562
544
|
): Promise<CreateLoggerDefinitionCommandOutput>;
|
|
563
545
|
createLoggerDefinition(
|
|
564
546
|
args: CreateLoggerDefinitionCommandInput,
|
|
565
|
-
cb: (err: any, data?: CreateLoggerDefinitionCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: CreateLoggerDefinitionCommandOutput) => void,
|
|
566
548
|
): void;
|
|
567
549
|
createLoggerDefinition(
|
|
568
550
|
args: CreateLoggerDefinitionCommandInput,
|
|
569
551
|
options: __HttpHandlerOptions,
|
|
570
|
-
cb: (err: any, data?: CreateLoggerDefinitionCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: CreateLoggerDefinitionCommandOutput) => void,
|
|
571
553
|
): void;
|
|
572
554
|
createLoggerDefinitionVersion(
|
|
573
555
|
args: CreateLoggerDefinitionVersionCommandInput,
|
|
574
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
575
557
|
): Promise<CreateLoggerDefinitionVersionCommandOutput>;
|
|
576
558
|
createLoggerDefinitionVersion(
|
|
577
559
|
args: CreateLoggerDefinitionVersionCommandInput,
|
|
578
|
-
cb: (err: any, data?: CreateLoggerDefinitionVersionCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: CreateLoggerDefinitionVersionCommandOutput) => void,
|
|
579
561
|
): void;
|
|
580
562
|
createLoggerDefinitionVersion(
|
|
581
563
|
args: CreateLoggerDefinitionVersionCommandInput,
|
|
582
564
|
options: __HttpHandlerOptions,
|
|
583
|
-
cb: (err: any, data?: CreateLoggerDefinitionVersionCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: CreateLoggerDefinitionVersionCommandOutput) => void,
|
|
584
566
|
): void;
|
|
585
567
|
createResourceDefinition(): Promise<CreateResourceDefinitionCommandOutput>;
|
|
586
568
|
createResourceDefinition(
|
|
587
569
|
args: CreateResourceDefinitionCommandInput,
|
|
588
|
-
options?: __HttpHandlerOptions
|
|
570
|
+
options?: __HttpHandlerOptions,
|
|
589
571
|
): Promise<CreateResourceDefinitionCommandOutput>;
|
|
590
572
|
createResourceDefinition(
|
|
591
573
|
args: CreateResourceDefinitionCommandInput,
|
|
592
|
-
cb: (err: any, data?: CreateResourceDefinitionCommandOutput) => void
|
|
574
|
+
cb: (err: any, data?: CreateResourceDefinitionCommandOutput) => void,
|
|
593
575
|
): void;
|
|
594
576
|
createResourceDefinition(
|
|
595
577
|
args: CreateResourceDefinitionCommandInput,
|
|
596
578
|
options: __HttpHandlerOptions,
|
|
597
|
-
cb: (err: any, data?: CreateResourceDefinitionCommandOutput) => void
|
|
579
|
+
cb: (err: any, data?: CreateResourceDefinitionCommandOutput) => void,
|
|
598
580
|
): void;
|
|
599
581
|
createResourceDefinitionVersion(
|
|
600
582
|
args: CreateResourceDefinitionVersionCommandInput,
|
|
601
|
-
options?: __HttpHandlerOptions
|
|
583
|
+
options?: __HttpHandlerOptions,
|
|
602
584
|
): Promise<CreateResourceDefinitionVersionCommandOutput>;
|
|
603
585
|
createResourceDefinitionVersion(
|
|
604
586
|
args: CreateResourceDefinitionVersionCommandInput,
|
|
605
|
-
cb: (err: any, data?: CreateResourceDefinitionVersionCommandOutput) => void
|
|
587
|
+
cb: (err: any, data?: CreateResourceDefinitionVersionCommandOutput) => void,
|
|
606
588
|
): void;
|
|
607
589
|
createResourceDefinitionVersion(
|
|
608
590
|
args: CreateResourceDefinitionVersionCommandInput,
|
|
609
591
|
options: __HttpHandlerOptions,
|
|
610
|
-
cb: (err: any, data?: CreateResourceDefinitionVersionCommandOutput) => void
|
|
592
|
+
cb: (err: any, data?: CreateResourceDefinitionVersionCommandOutput) => void,
|
|
611
593
|
): void;
|
|
612
594
|
createSoftwareUpdateJob(
|
|
613
595
|
args: CreateSoftwareUpdateJobCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
596
|
+
options?: __HttpHandlerOptions,
|
|
615
597
|
): Promise<CreateSoftwareUpdateJobCommandOutput>;
|
|
616
598
|
createSoftwareUpdateJob(
|
|
617
599
|
args: CreateSoftwareUpdateJobCommandInput,
|
|
618
|
-
cb: (err: any, data?: CreateSoftwareUpdateJobCommandOutput) => void
|
|
600
|
+
cb: (err: any, data?: CreateSoftwareUpdateJobCommandOutput) => void,
|
|
619
601
|
): void;
|
|
620
602
|
createSoftwareUpdateJob(
|
|
621
603
|
args: CreateSoftwareUpdateJobCommandInput,
|
|
622
604
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: CreateSoftwareUpdateJobCommandOutput) => void
|
|
605
|
+
cb: (err: any, data?: CreateSoftwareUpdateJobCommandOutput) => void,
|
|
624
606
|
): void;
|
|
625
607
|
createSubscriptionDefinition(): Promise<CreateSubscriptionDefinitionCommandOutput>;
|
|
626
608
|
createSubscriptionDefinition(
|
|
627
609
|
args: CreateSubscriptionDefinitionCommandInput,
|
|
628
|
-
options?: __HttpHandlerOptions
|
|
610
|
+
options?: __HttpHandlerOptions,
|
|
629
611
|
): Promise<CreateSubscriptionDefinitionCommandOutput>;
|
|
630
612
|
createSubscriptionDefinition(
|
|
631
613
|
args: CreateSubscriptionDefinitionCommandInput,
|
|
632
|
-
cb: (err: any, data?: CreateSubscriptionDefinitionCommandOutput) => void
|
|
614
|
+
cb: (err: any, data?: CreateSubscriptionDefinitionCommandOutput) => void,
|
|
633
615
|
): void;
|
|
634
616
|
createSubscriptionDefinition(
|
|
635
617
|
args: CreateSubscriptionDefinitionCommandInput,
|
|
636
618
|
options: __HttpHandlerOptions,
|
|
637
|
-
cb: (err: any, data?: CreateSubscriptionDefinitionCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: CreateSubscriptionDefinitionCommandOutput) => void,
|
|
638
620
|
): void;
|
|
639
621
|
createSubscriptionDefinitionVersion(
|
|
640
622
|
args: CreateSubscriptionDefinitionVersionCommandInput,
|
|
641
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
642
624
|
): Promise<CreateSubscriptionDefinitionVersionCommandOutput>;
|
|
643
625
|
createSubscriptionDefinitionVersion(
|
|
644
626
|
args: CreateSubscriptionDefinitionVersionCommandInput,
|
|
645
|
-
cb: (
|
|
646
|
-
err: any,
|
|
647
|
-
data?: CreateSubscriptionDefinitionVersionCommandOutput
|
|
648
|
-
) => void
|
|
627
|
+
cb: (err: any, data?: CreateSubscriptionDefinitionVersionCommandOutput) => void,
|
|
649
628
|
): void;
|
|
650
629
|
createSubscriptionDefinitionVersion(
|
|
651
630
|
args: CreateSubscriptionDefinitionVersionCommandInput,
|
|
652
631
|
options: __HttpHandlerOptions,
|
|
653
|
-
cb: (
|
|
654
|
-
err: any,
|
|
655
|
-
data?: CreateSubscriptionDefinitionVersionCommandOutput
|
|
656
|
-
) => void
|
|
632
|
+
cb: (err: any, data?: CreateSubscriptionDefinitionVersionCommandOutput) => void,
|
|
657
633
|
): void;
|
|
658
634
|
deleteConnectorDefinition(
|
|
659
635
|
args: DeleteConnectorDefinitionCommandInput,
|
|
660
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
661
637
|
): Promise<DeleteConnectorDefinitionCommandOutput>;
|
|
662
638
|
deleteConnectorDefinition(
|
|
663
639
|
args: DeleteConnectorDefinitionCommandInput,
|
|
664
|
-
cb: (err: any, data?: DeleteConnectorDefinitionCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: DeleteConnectorDefinitionCommandOutput) => void,
|
|
665
641
|
): void;
|
|
666
642
|
deleteConnectorDefinition(
|
|
667
643
|
args: DeleteConnectorDefinitionCommandInput,
|
|
668
644
|
options: __HttpHandlerOptions,
|
|
669
|
-
cb: (err: any, data?: DeleteConnectorDefinitionCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: DeleteConnectorDefinitionCommandOutput) => void,
|
|
670
646
|
): void;
|
|
671
647
|
deleteCoreDefinition(
|
|
672
648
|
args: DeleteCoreDefinitionCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
674
650
|
): Promise<DeleteCoreDefinitionCommandOutput>;
|
|
675
651
|
deleteCoreDefinition(
|
|
676
652
|
args: DeleteCoreDefinitionCommandInput,
|
|
677
|
-
cb: (err: any, data?: DeleteCoreDefinitionCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: DeleteCoreDefinitionCommandOutput) => void,
|
|
678
654
|
): void;
|
|
679
655
|
deleteCoreDefinition(
|
|
680
656
|
args: DeleteCoreDefinitionCommandInput,
|
|
681
657
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: DeleteCoreDefinitionCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: DeleteCoreDefinitionCommandOutput) => void,
|
|
683
659
|
): void;
|
|
684
660
|
deleteDeviceDefinition(
|
|
685
661
|
args: DeleteDeviceDefinitionCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
687
663
|
): Promise<DeleteDeviceDefinitionCommandOutput>;
|
|
688
664
|
deleteDeviceDefinition(
|
|
689
665
|
args: DeleteDeviceDefinitionCommandInput,
|
|
690
|
-
cb: (err: any, data?: DeleteDeviceDefinitionCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: DeleteDeviceDefinitionCommandOutput) => void,
|
|
691
667
|
): void;
|
|
692
668
|
deleteDeviceDefinition(
|
|
693
669
|
args: DeleteDeviceDefinitionCommandInput,
|
|
694
670
|
options: __HttpHandlerOptions,
|
|
695
|
-
cb: (err: any, data?: DeleteDeviceDefinitionCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: DeleteDeviceDefinitionCommandOutput) => void,
|
|
696
672
|
): void;
|
|
697
673
|
deleteFunctionDefinition(
|
|
698
674
|
args: DeleteFunctionDefinitionCommandInput,
|
|
699
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
700
676
|
): Promise<DeleteFunctionDefinitionCommandOutput>;
|
|
701
677
|
deleteFunctionDefinition(
|
|
702
678
|
args: DeleteFunctionDefinitionCommandInput,
|
|
703
|
-
cb: (err: any, data?: DeleteFunctionDefinitionCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: DeleteFunctionDefinitionCommandOutput) => void,
|
|
704
680
|
): void;
|
|
705
681
|
deleteFunctionDefinition(
|
|
706
682
|
args: DeleteFunctionDefinitionCommandInput,
|
|
707
683
|
options: __HttpHandlerOptions,
|
|
708
|
-
cb: (err: any, data?: DeleteFunctionDefinitionCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: DeleteFunctionDefinitionCommandOutput) => void,
|
|
709
685
|
): void;
|
|
710
686
|
deleteGroup(
|
|
711
687
|
args: DeleteGroupCommandInput,
|
|
712
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
713
689
|
): Promise<DeleteGroupCommandOutput>;
|
|
714
690
|
deleteGroup(
|
|
715
691
|
args: DeleteGroupCommandInput,
|
|
716
|
-
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void,
|
|
717
693
|
): void;
|
|
718
694
|
deleteGroup(
|
|
719
695
|
args: DeleteGroupCommandInput,
|
|
720
696
|
options: __HttpHandlerOptions,
|
|
721
|
-
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void,
|
|
722
698
|
): void;
|
|
723
699
|
deleteLoggerDefinition(
|
|
724
700
|
args: DeleteLoggerDefinitionCommandInput,
|
|
725
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
726
702
|
): Promise<DeleteLoggerDefinitionCommandOutput>;
|
|
727
703
|
deleteLoggerDefinition(
|
|
728
704
|
args: DeleteLoggerDefinitionCommandInput,
|
|
729
|
-
cb: (err: any, data?: DeleteLoggerDefinitionCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: DeleteLoggerDefinitionCommandOutput) => void,
|
|
730
706
|
): void;
|
|
731
707
|
deleteLoggerDefinition(
|
|
732
708
|
args: DeleteLoggerDefinitionCommandInput,
|
|
733
709
|
options: __HttpHandlerOptions,
|
|
734
|
-
cb: (err: any, data?: DeleteLoggerDefinitionCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: DeleteLoggerDefinitionCommandOutput) => void,
|
|
735
711
|
): void;
|
|
736
712
|
deleteResourceDefinition(
|
|
737
713
|
args: DeleteResourceDefinitionCommandInput,
|
|
738
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
739
715
|
): Promise<DeleteResourceDefinitionCommandOutput>;
|
|
740
716
|
deleteResourceDefinition(
|
|
741
717
|
args: DeleteResourceDefinitionCommandInput,
|
|
742
|
-
cb: (err: any, data?: DeleteResourceDefinitionCommandOutput) => void
|
|
718
|
+
cb: (err: any, data?: DeleteResourceDefinitionCommandOutput) => void,
|
|
743
719
|
): void;
|
|
744
720
|
deleteResourceDefinition(
|
|
745
721
|
args: DeleteResourceDefinitionCommandInput,
|
|
746
722
|
options: __HttpHandlerOptions,
|
|
747
|
-
cb: (err: any, data?: DeleteResourceDefinitionCommandOutput) => void
|
|
723
|
+
cb: (err: any, data?: DeleteResourceDefinitionCommandOutput) => void,
|
|
748
724
|
): void;
|
|
749
725
|
deleteSubscriptionDefinition(
|
|
750
726
|
args: DeleteSubscriptionDefinitionCommandInput,
|
|
751
|
-
options?: __HttpHandlerOptions
|
|
727
|
+
options?: __HttpHandlerOptions,
|
|
752
728
|
): Promise<DeleteSubscriptionDefinitionCommandOutput>;
|
|
753
729
|
deleteSubscriptionDefinition(
|
|
754
730
|
args: DeleteSubscriptionDefinitionCommandInput,
|
|
755
|
-
cb: (err: any, data?: DeleteSubscriptionDefinitionCommandOutput) => void
|
|
731
|
+
cb: (err: any, data?: DeleteSubscriptionDefinitionCommandOutput) => void,
|
|
756
732
|
): void;
|
|
757
733
|
deleteSubscriptionDefinition(
|
|
758
734
|
args: DeleteSubscriptionDefinitionCommandInput,
|
|
759
735
|
options: __HttpHandlerOptions,
|
|
760
|
-
cb: (err: any, data?: DeleteSubscriptionDefinitionCommandOutput) => void
|
|
736
|
+
cb: (err: any, data?: DeleteSubscriptionDefinitionCommandOutput) => void,
|
|
761
737
|
): void;
|
|
762
738
|
disassociateRoleFromGroup(
|
|
763
739
|
args: DisassociateRoleFromGroupCommandInput,
|
|
764
|
-
options?: __HttpHandlerOptions
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
765
741
|
): Promise<DisassociateRoleFromGroupCommandOutput>;
|
|
766
742
|
disassociateRoleFromGroup(
|
|
767
743
|
args: DisassociateRoleFromGroupCommandInput,
|
|
768
|
-
cb: (err: any, data?: DisassociateRoleFromGroupCommandOutput) => void
|
|
744
|
+
cb: (err: any, data?: DisassociateRoleFromGroupCommandOutput) => void,
|
|
769
745
|
): void;
|
|
770
746
|
disassociateRoleFromGroup(
|
|
771
747
|
args: DisassociateRoleFromGroupCommandInput,
|
|
772
748
|
options: __HttpHandlerOptions,
|
|
773
|
-
cb: (err: any, data?: DisassociateRoleFromGroupCommandOutput) => void
|
|
749
|
+
cb: (err: any, data?: DisassociateRoleFromGroupCommandOutput) => void,
|
|
774
750
|
): void;
|
|
775
751
|
disassociateServiceRoleFromAccount(): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
|
|
776
752
|
disassociateServiceRoleFromAccount(
|
|
777
753
|
args: DisassociateServiceRoleFromAccountCommandInput,
|
|
778
|
-
options?: __HttpHandlerOptions
|
|
754
|
+
options?: __HttpHandlerOptions,
|
|
779
755
|
): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
|
|
780
756
|
disassociateServiceRoleFromAccount(
|
|
781
757
|
args: DisassociateServiceRoleFromAccountCommandInput,
|
|
782
|
-
cb: (
|
|
783
|
-
err: any,
|
|
784
|
-
data?: DisassociateServiceRoleFromAccountCommandOutput
|
|
785
|
-
) => void
|
|
758
|
+
cb: (err: any, data?: DisassociateServiceRoleFromAccountCommandOutput) => void,
|
|
786
759
|
): void;
|
|
787
760
|
disassociateServiceRoleFromAccount(
|
|
788
761
|
args: DisassociateServiceRoleFromAccountCommandInput,
|
|
789
762
|
options: __HttpHandlerOptions,
|
|
790
|
-
cb: (
|
|
791
|
-
err: any,
|
|
792
|
-
data?: DisassociateServiceRoleFromAccountCommandOutput
|
|
793
|
-
) => void
|
|
763
|
+
cb: (err: any, data?: DisassociateServiceRoleFromAccountCommandOutput) => void,
|
|
794
764
|
): void;
|
|
795
765
|
getAssociatedRole(
|
|
796
766
|
args: GetAssociatedRoleCommandInput,
|
|
797
|
-
options?: __HttpHandlerOptions
|
|
767
|
+
options?: __HttpHandlerOptions,
|
|
798
768
|
): Promise<GetAssociatedRoleCommandOutput>;
|
|
799
769
|
getAssociatedRole(
|
|
800
770
|
args: GetAssociatedRoleCommandInput,
|
|
801
|
-
cb: (err: any, data?: GetAssociatedRoleCommandOutput) => void
|
|
771
|
+
cb: (err: any, data?: GetAssociatedRoleCommandOutput) => void,
|
|
802
772
|
): void;
|
|
803
773
|
getAssociatedRole(
|
|
804
774
|
args: GetAssociatedRoleCommandInput,
|
|
805
775
|
options: __HttpHandlerOptions,
|
|
806
|
-
cb: (err: any, data?: GetAssociatedRoleCommandOutput) => void
|
|
776
|
+
cb: (err: any, data?: GetAssociatedRoleCommandOutput) => void,
|
|
807
777
|
): void;
|
|
808
778
|
getBulkDeploymentStatus(
|
|
809
779
|
args: GetBulkDeploymentStatusCommandInput,
|
|
810
|
-
options?: __HttpHandlerOptions
|
|
780
|
+
options?: __HttpHandlerOptions,
|
|
811
781
|
): Promise<GetBulkDeploymentStatusCommandOutput>;
|
|
812
782
|
getBulkDeploymentStatus(
|
|
813
783
|
args: GetBulkDeploymentStatusCommandInput,
|
|
814
|
-
cb: (err: any, data?: GetBulkDeploymentStatusCommandOutput) => void
|
|
784
|
+
cb: (err: any, data?: GetBulkDeploymentStatusCommandOutput) => void,
|
|
815
785
|
): void;
|
|
816
786
|
getBulkDeploymentStatus(
|
|
817
787
|
args: GetBulkDeploymentStatusCommandInput,
|
|
818
788
|
options: __HttpHandlerOptions,
|
|
819
|
-
cb: (err: any, data?: GetBulkDeploymentStatusCommandOutput) => void
|
|
789
|
+
cb: (err: any, data?: GetBulkDeploymentStatusCommandOutput) => void,
|
|
820
790
|
): void;
|
|
821
791
|
getConnectivityInfo(
|
|
822
792
|
args: GetConnectivityInfoCommandInput,
|
|
823
|
-
options?: __HttpHandlerOptions
|
|
793
|
+
options?: __HttpHandlerOptions,
|
|
824
794
|
): Promise<GetConnectivityInfoCommandOutput>;
|
|
825
795
|
getConnectivityInfo(
|
|
826
796
|
args: GetConnectivityInfoCommandInput,
|
|
827
|
-
cb: (err: any, data?: GetConnectivityInfoCommandOutput) => void
|
|
797
|
+
cb: (err: any, data?: GetConnectivityInfoCommandOutput) => void,
|
|
828
798
|
): void;
|
|
829
799
|
getConnectivityInfo(
|
|
830
800
|
args: GetConnectivityInfoCommandInput,
|
|
831
801
|
options: __HttpHandlerOptions,
|
|
832
|
-
cb: (err: any, data?: GetConnectivityInfoCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: GetConnectivityInfoCommandOutput) => void,
|
|
833
803
|
): void;
|
|
834
804
|
getConnectorDefinition(
|
|
835
805
|
args: GetConnectorDefinitionCommandInput,
|
|
836
|
-
options?: __HttpHandlerOptions
|
|
806
|
+
options?: __HttpHandlerOptions,
|
|
837
807
|
): Promise<GetConnectorDefinitionCommandOutput>;
|
|
838
808
|
getConnectorDefinition(
|
|
839
809
|
args: GetConnectorDefinitionCommandInput,
|
|
840
|
-
cb: (err: any, data?: GetConnectorDefinitionCommandOutput) => void
|
|
810
|
+
cb: (err: any, data?: GetConnectorDefinitionCommandOutput) => void,
|
|
841
811
|
): void;
|
|
842
812
|
getConnectorDefinition(
|
|
843
813
|
args: GetConnectorDefinitionCommandInput,
|
|
844
814
|
options: __HttpHandlerOptions,
|
|
845
|
-
cb: (err: any, data?: GetConnectorDefinitionCommandOutput) => void
|
|
815
|
+
cb: (err: any, data?: GetConnectorDefinitionCommandOutput) => void,
|
|
846
816
|
): void;
|
|
847
817
|
getConnectorDefinitionVersion(
|
|
848
818
|
args: GetConnectorDefinitionVersionCommandInput,
|
|
849
|
-
options?: __HttpHandlerOptions
|
|
819
|
+
options?: __HttpHandlerOptions,
|
|
850
820
|
): Promise<GetConnectorDefinitionVersionCommandOutput>;
|
|
851
821
|
getConnectorDefinitionVersion(
|
|
852
822
|
args: GetConnectorDefinitionVersionCommandInput,
|
|
853
|
-
cb: (err: any, data?: GetConnectorDefinitionVersionCommandOutput) => void
|
|
823
|
+
cb: (err: any, data?: GetConnectorDefinitionVersionCommandOutput) => void,
|
|
854
824
|
): void;
|
|
855
825
|
getConnectorDefinitionVersion(
|
|
856
826
|
args: GetConnectorDefinitionVersionCommandInput,
|
|
857
827
|
options: __HttpHandlerOptions,
|
|
858
|
-
cb: (err: any, data?: GetConnectorDefinitionVersionCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: GetConnectorDefinitionVersionCommandOutput) => void,
|
|
859
829
|
): void;
|
|
860
830
|
getCoreDefinition(
|
|
861
831
|
args: GetCoreDefinitionCommandInput,
|
|
862
|
-
options?: __HttpHandlerOptions
|
|
832
|
+
options?: __HttpHandlerOptions,
|
|
863
833
|
): Promise<GetCoreDefinitionCommandOutput>;
|
|
864
834
|
getCoreDefinition(
|
|
865
835
|
args: GetCoreDefinitionCommandInput,
|
|
866
|
-
cb: (err: any, data?: GetCoreDefinitionCommandOutput) => void
|
|
836
|
+
cb: (err: any, data?: GetCoreDefinitionCommandOutput) => void,
|
|
867
837
|
): void;
|
|
868
838
|
getCoreDefinition(
|
|
869
839
|
args: GetCoreDefinitionCommandInput,
|
|
870
840
|
options: __HttpHandlerOptions,
|
|
871
|
-
cb: (err: any, data?: GetCoreDefinitionCommandOutput) => void
|
|
841
|
+
cb: (err: any, data?: GetCoreDefinitionCommandOutput) => void,
|
|
872
842
|
): void;
|
|
873
843
|
getCoreDefinitionVersion(
|
|
874
844
|
args: GetCoreDefinitionVersionCommandInput,
|
|
875
|
-
options?: __HttpHandlerOptions
|
|
845
|
+
options?: __HttpHandlerOptions,
|
|
876
846
|
): Promise<GetCoreDefinitionVersionCommandOutput>;
|
|
877
847
|
getCoreDefinitionVersion(
|
|
878
848
|
args: GetCoreDefinitionVersionCommandInput,
|
|
879
|
-
cb: (err: any, data?: GetCoreDefinitionVersionCommandOutput) => void
|
|
849
|
+
cb: (err: any, data?: GetCoreDefinitionVersionCommandOutput) => void,
|
|
880
850
|
): void;
|
|
881
851
|
getCoreDefinitionVersion(
|
|
882
852
|
args: GetCoreDefinitionVersionCommandInput,
|
|
883
853
|
options: __HttpHandlerOptions,
|
|
884
|
-
cb: (err: any, data?: GetCoreDefinitionVersionCommandOutput) => void
|
|
854
|
+
cb: (err: any, data?: GetCoreDefinitionVersionCommandOutput) => void,
|
|
885
855
|
): void;
|
|
886
856
|
getDeploymentStatus(
|
|
887
857
|
args: GetDeploymentStatusCommandInput,
|
|
888
|
-
options?: __HttpHandlerOptions
|
|
858
|
+
options?: __HttpHandlerOptions,
|
|
889
859
|
): Promise<GetDeploymentStatusCommandOutput>;
|
|
890
860
|
getDeploymentStatus(
|
|
891
861
|
args: GetDeploymentStatusCommandInput,
|
|
892
|
-
cb: (err: any, data?: GetDeploymentStatusCommandOutput) => void
|
|
862
|
+
cb: (err: any, data?: GetDeploymentStatusCommandOutput) => void,
|
|
893
863
|
): void;
|
|
894
864
|
getDeploymentStatus(
|
|
895
865
|
args: GetDeploymentStatusCommandInput,
|
|
896
866
|
options: __HttpHandlerOptions,
|
|
897
|
-
cb: (err: any, data?: GetDeploymentStatusCommandOutput) => void
|
|
867
|
+
cb: (err: any, data?: GetDeploymentStatusCommandOutput) => void,
|
|
898
868
|
): void;
|
|
899
869
|
getDeviceDefinition(
|
|
900
870
|
args: GetDeviceDefinitionCommandInput,
|
|
901
|
-
options?: __HttpHandlerOptions
|
|
871
|
+
options?: __HttpHandlerOptions,
|
|
902
872
|
): Promise<GetDeviceDefinitionCommandOutput>;
|
|
903
873
|
getDeviceDefinition(
|
|
904
874
|
args: GetDeviceDefinitionCommandInput,
|
|
905
|
-
cb: (err: any, data?: GetDeviceDefinitionCommandOutput) => void
|
|
875
|
+
cb: (err: any, data?: GetDeviceDefinitionCommandOutput) => void,
|
|
906
876
|
): void;
|
|
907
877
|
getDeviceDefinition(
|
|
908
878
|
args: GetDeviceDefinitionCommandInput,
|
|
909
879
|
options: __HttpHandlerOptions,
|
|
910
|
-
cb: (err: any, data?: GetDeviceDefinitionCommandOutput) => void
|
|
880
|
+
cb: (err: any, data?: GetDeviceDefinitionCommandOutput) => void,
|
|
911
881
|
): void;
|
|
912
882
|
getDeviceDefinitionVersion(
|
|
913
883
|
args: GetDeviceDefinitionVersionCommandInput,
|
|
914
|
-
options?: __HttpHandlerOptions
|
|
884
|
+
options?: __HttpHandlerOptions,
|
|
915
885
|
): Promise<GetDeviceDefinitionVersionCommandOutput>;
|
|
916
886
|
getDeviceDefinitionVersion(
|
|
917
887
|
args: GetDeviceDefinitionVersionCommandInput,
|
|
918
|
-
cb: (err: any, data?: GetDeviceDefinitionVersionCommandOutput) => void
|
|
888
|
+
cb: (err: any, data?: GetDeviceDefinitionVersionCommandOutput) => void,
|
|
919
889
|
): void;
|
|
920
890
|
getDeviceDefinitionVersion(
|
|
921
891
|
args: GetDeviceDefinitionVersionCommandInput,
|
|
922
892
|
options: __HttpHandlerOptions,
|
|
923
|
-
cb: (err: any, data?: GetDeviceDefinitionVersionCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: GetDeviceDefinitionVersionCommandOutput) => void,
|
|
924
894
|
): void;
|
|
925
895
|
getFunctionDefinition(
|
|
926
896
|
args: GetFunctionDefinitionCommandInput,
|
|
927
|
-
options?: __HttpHandlerOptions
|
|
897
|
+
options?: __HttpHandlerOptions,
|
|
928
898
|
): Promise<GetFunctionDefinitionCommandOutput>;
|
|
929
899
|
getFunctionDefinition(
|
|
930
900
|
args: GetFunctionDefinitionCommandInput,
|
|
931
|
-
cb: (err: any, data?: GetFunctionDefinitionCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: GetFunctionDefinitionCommandOutput) => void,
|
|
932
902
|
): void;
|
|
933
903
|
getFunctionDefinition(
|
|
934
904
|
args: GetFunctionDefinitionCommandInput,
|
|
935
905
|
options: __HttpHandlerOptions,
|
|
936
|
-
cb: (err: any, data?: GetFunctionDefinitionCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: GetFunctionDefinitionCommandOutput) => void,
|
|
937
907
|
): void;
|
|
938
908
|
getFunctionDefinitionVersion(
|
|
939
909
|
args: GetFunctionDefinitionVersionCommandInput,
|
|
940
|
-
options?: __HttpHandlerOptions
|
|
910
|
+
options?: __HttpHandlerOptions,
|
|
941
911
|
): Promise<GetFunctionDefinitionVersionCommandOutput>;
|
|
942
912
|
getFunctionDefinitionVersion(
|
|
943
913
|
args: GetFunctionDefinitionVersionCommandInput,
|
|
944
|
-
cb: (err: any, data?: GetFunctionDefinitionVersionCommandOutput) => void
|
|
914
|
+
cb: (err: any, data?: GetFunctionDefinitionVersionCommandOutput) => void,
|
|
945
915
|
): void;
|
|
946
916
|
getFunctionDefinitionVersion(
|
|
947
917
|
args: GetFunctionDefinitionVersionCommandInput,
|
|
948
918
|
options: __HttpHandlerOptions,
|
|
949
|
-
cb: (err: any, data?: GetFunctionDefinitionVersionCommandOutput) => void
|
|
919
|
+
cb: (err: any, data?: GetFunctionDefinitionVersionCommandOutput) => void,
|
|
950
920
|
): void;
|
|
951
921
|
getGroup(
|
|
952
922
|
args: GetGroupCommandInput,
|
|
953
|
-
options?: __HttpHandlerOptions
|
|
923
|
+
options?: __HttpHandlerOptions,
|
|
954
924
|
): Promise<GetGroupCommandOutput>;
|
|
955
|
-
getGroup(
|
|
956
|
-
args: GetGroupCommandInput,
|
|
957
|
-
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
958
|
-
): void;
|
|
925
|
+
getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
|
|
959
926
|
getGroup(
|
|
960
927
|
args: GetGroupCommandInput,
|
|
961
928
|
options: __HttpHandlerOptions,
|
|
962
|
-
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
929
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void,
|
|
963
930
|
): void;
|
|
964
931
|
getGroupCertificateAuthority(
|
|
965
932
|
args: GetGroupCertificateAuthorityCommandInput,
|
|
966
|
-
options?: __HttpHandlerOptions
|
|
933
|
+
options?: __HttpHandlerOptions,
|
|
967
934
|
): Promise<GetGroupCertificateAuthorityCommandOutput>;
|
|
968
935
|
getGroupCertificateAuthority(
|
|
969
936
|
args: GetGroupCertificateAuthorityCommandInput,
|
|
970
|
-
cb: (err: any, data?: GetGroupCertificateAuthorityCommandOutput) => void
|
|
937
|
+
cb: (err: any, data?: GetGroupCertificateAuthorityCommandOutput) => void,
|
|
971
938
|
): void;
|
|
972
939
|
getGroupCertificateAuthority(
|
|
973
940
|
args: GetGroupCertificateAuthorityCommandInput,
|
|
974
941
|
options: __HttpHandlerOptions,
|
|
975
|
-
cb: (err: any, data?: GetGroupCertificateAuthorityCommandOutput) => void
|
|
942
|
+
cb: (err: any, data?: GetGroupCertificateAuthorityCommandOutput) => void,
|
|
976
943
|
): void;
|
|
977
944
|
getGroupCertificateConfiguration(
|
|
978
945
|
args: GetGroupCertificateConfigurationCommandInput,
|
|
979
|
-
options?: __HttpHandlerOptions
|
|
946
|
+
options?: __HttpHandlerOptions,
|
|
980
947
|
): Promise<GetGroupCertificateConfigurationCommandOutput>;
|
|
981
948
|
getGroupCertificateConfiguration(
|
|
982
949
|
args: GetGroupCertificateConfigurationCommandInput,
|
|
983
|
-
cb: (err: any, data?: GetGroupCertificateConfigurationCommandOutput) => void
|
|
950
|
+
cb: (err: any, data?: GetGroupCertificateConfigurationCommandOutput) => void,
|
|
984
951
|
): void;
|
|
985
952
|
getGroupCertificateConfiguration(
|
|
986
953
|
args: GetGroupCertificateConfigurationCommandInput,
|
|
987
954
|
options: __HttpHandlerOptions,
|
|
988
|
-
cb: (err: any, data?: GetGroupCertificateConfigurationCommandOutput) => void
|
|
955
|
+
cb: (err: any, data?: GetGroupCertificateConfigurationCommandOutput) => void,
|
|
989
956
|
): void;
|
|
990
957
|
getGroupVersion(
|
|
991
958
|
args: GetGroupVersionCommandInput,
|
|
992
|
-
options?: __HttpHandlerOptions
|
|
959
|
+
options?: __HttpHandlerOptions,
|
|
993
960
|
): Promise<GetGroupVersionCommandOutput>;
|
|
994
961
|
getGroupVersion(
|
|
995
962
|
args: GetGroupVersionCommandInput,
|
|
996
|
-
cb: (err: any, data?: GetGroupVersionCommandOutput) => void
|
|
963
|
+
cb: (err: any, data?: GetGroupVersionCommandOutput) => void,
|
|
997
964
|
): void;
|
|
998
965
|
getGroupVersion(
|
|
999
966
|
args: GetGroupVersionCommandInput,
|
|
1000
967
|
options: __HttpHandlerOptions,
|
|
1001
|
-
cb: (err: any, data?: GetGroupVersionCommandOutput) => void
|
|
968
|
+
cb: (err: any, data?: GetGroupVersionCommandOutput) => void,
|
|
1002
969
|
): void;
|
|
1003
970
|
getLoggerDefinition(
|
|
1004
971
|
args: GetLoggerDefinitionCommandInput,
|
|
1005
|
-
options?: __HttpHandlerOptions
|
|
972
|
+
options?: __HttpHandlerOptions,
|
|
1006
973
|
): Promise<GetLoggerDefinitionCommandOutput>;
|
|
1007
974
|
getLoggerDefinition(
|
|
1008
975
|
args: GetLoggerDefinitionCommandInput,
|
|
1009
|
-
cb: (err: any, data?: GetLoggerDefinitionCommandOutput) => void
|
|
976
|
+
cb: (err: any, data?: GetLoggerDefinitionCommandOutput) => void,
|
|
1010
977
|
): void;
|
|
1011
978
|
getLoggerDefinition(
|
|
1012
979
|
args: GetLoggerDefinitionCommandInput,
|
|
1013
980
|
options: __HttpHandlerOptions,
|
|
1014
|
-
cb: (err: any, data?: GetLoggerDefinitionCommandOutput) => void
|
|
981
|
+
cb: (err: any, data?: GetLoggerDefinitionCommandOutput) => void,
|
|
1015
982
|
): void;
|
|
1016
983
|
getLoggerDefinitionVersion(
|
|
1017
984
|
args: GetLoggerDefinitionVersionCommandInput,
|
|
1018
|
-
options?: __HttpHandlerOptions
|
|
985
|
+
options?: __HttpHandlerOptions,
|
|
1019
986
|
): Promise<GetLoggerDefinitionVersionCommandOutput>;
|
|
1020
987
|
getLoggerDefinitionVersion(
|
|
1021
988
|
args: GetLoggerDefinitionVersionCommandInput,
|
|
1022
|
-
cb: (err: any, data?: GetLoggerDefinitionVersionCommandOutput) => void
|
|
989
|
+
cb: (err: any, data?: GetLoggerDefinitionVersionCommandOutput) => void,
|
|
1023
990
|
): void;
|
|
1024
991
|
getLoggerDefinitionVersion(
|
|
1025
992
|
args: GetLoggerDefinitionVersionCommandInput,
|
|
1026
993
|
options: __HttpHandlerOptions,
|
|
1027
|
-
cb: (err: any, data?: GetLoggerDefinitionVersionCommandOutput) => void
|
|
994
|
+
cb: (err: any, data?: GetLoggerDefinitionVersionCommandOutput) => void,
|
|
1028
995
|
): void;
|
|
1029
996
|
getResourceDefinition(
|
|
1030
997
|
args: GetResourceDefinitionCommandInput,
|
|
1031
|
-
options?: __HttpHandlerOptions
|
|
998
|
+
options?: __HttpHandlerOptions,
|
|
1032
999
|
): Promise<GetResourceDefinitionCommandOutput>;
|
|
1033
1000
|
getResourceDefinition(
|
|
1034
1001
|
args: GetResourceDefinitionCommandInput,
|
|
1035
|
-
cb: (err: any, data?: GetResourceDefinitionCommandOutput) => void
|
|
1002
|
+
cb: (err: any, data?: GetResourceDefinitionCommandOutput) => void,
|
|
1036
1003
|
): void;
|
|
1037
1004
|
getResourceDefinition(
|
|
1038
1005
|
args: GetResourceDefinitionCommandInput,
|
|
1039
1006
|
options: __HttpHandlerOptions,
|
|
1040
|
-
cb: (err: any, data?: GetResourceDefinitionCommandOutput) => void
|
|
1007
|
+
cb: (err: any, data?: GetResourceDefinitionCommandOutput) => void,
|
|
1041
1008
|
): void;
|
|
1042
1009
|
getResourceDefinitionVersion(
|
|
1043
1010
|
args: GetResourceDefinitionVersionCommandInput,
|
|
1044
|
-
options?: __HttpHandlerOptions
|
|
1011
|
+
options?: __HttpHandlerOptions,
|
|
1045
1012
|
): Promise<GetResourceDefinitionVersionCommandOutput>;
|
|
1046
1013
|
getResourceDefinitionVersion(
|
|
1047
1014
|
args: GetResourceDefinitionVersionCommandInput,
|
|
1048
|
-
cb: (err: any, data?: GetResourceDefinitionVersionCommandOutput) => void
|
|
1015
|
+
cb: (err: any, data?: GetResourceDefinitionVersionCommandOutput) => void,
|
|
1049
1016
|
): void;
|
|
1050
1017
|
getResourceDefinitionVersion(
|
|
1051
1018
|
args: GetResourceDefinitionVersionCommandInput,
|
|
1052
1019
|
options: __HttpHandlerOptions,
|
|
1053
|
-
cb: (err: any, data?: GetResourceDefinitionVersionCommandOutput) => void
|
|
1020
|
+
cb: (err: any, data?: GetResourceDefinitionVersionCommandOutput) => void,
|
|
1054
1021
|
): void;
|
|
1055
1022
|
getServiceRoleForAccount(): Promise<GetServiceRoleForAccountCommandOutput>;
|
|
1056
1023
|
getServiceRoleForAccount(
|
|
1057
1024
|
args: GetServiceRoleForAccountCommandInput,
|
|
1058
|
-
options?: __HttpHandlerOptions
|
|
1025
|
+
options?: __HttpHandlerOptions,
|
|
1059
1026
|
): Promise<GetServiceRoleForAccountCommandOutput>;
|
|
1060
1027
|
getServiceRoleForAccount(
|
|
1061
1028
|
args: GetServiceRoleForAccountCommandInput,
|
|
1062
|
-
cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void
|
|
1029
|
+
cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void,
|
|
1063
1030
|
): void;
|
|
1064
1031
|
getServiceRoleForAccount(
|
|
1065
1032
|
args: GetServiceRoleForAccountCommandInput,
|
|
1066
1033
|
options: __HttpHandlerOptions,
|
|
1067
|
-
cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void
|
|
1034
|
+
cb: (err: any, data?: GetServiceRoleForAccountCommandOutput) => void,
|
|
1068
1035
|
): void;
|
|
1069
1036
|
getSubscriptionDefinition(
|
|
1070
1037
|
args: GetSubscriptionDefinitionCommandInput,
|
|
1071
|
-
options?: __HttpHandlerOptions
|
|
1038
|
+
options?: __HttpHandlerOptions,
|
|
1072
1039
|
): Promise<GetSubscriptionDefinitionCommandOutput>;
|
|
1073
1040
|
getSubscriptionDefinition(
|
|
1074
1041
|
args: GetSubscriptionDefinitionCommandInput,
|
|
1075
|
-
cb: (err: any, data?: GetSubscriptionDefinitionCommandOutput) => void
|
|
1042
|
+
cb: (err: any, data?: GetSubscriptionDefinitionCommandOutput) => void,
|
|
1076
1043
|
): void;
|
|
1077
1044
|
getSubscriptionDefinition(
|
|
1078
1045
|
args: GetSubscriptionDefinitionCommandInput,
|
|
1079
1046
|
options: __HttpHandlerOptions,
|
|
1080
|
-
cb: (err: any, data?: GetSubscriptionDefinitionCommandOutput) => void
|
|
1047
|
+
cb: (err: any, data?: GetSubscriptionDefinitionCommandOutput) => void,
|
|
1081
1048
|
): void;
|
|
1082
1049
|
getSubscriptionDefinitionVersion(
|
|
1083
1050
|
args: GetSubscriptionDefinitionVersionCommandInput,
|
|
1084
|
-
options?: __HttpHandlerOptions
|
|
1051
|
+
options?: __HttpHandlerOptions,
|
|
1085
1052
|
): Promise<GetSubscriptionDefinitionVersionCommandOutput>;
|
|
1086
1053
|
getSubscriptionDefinitionVersion(
|
|
1087
1054
|
args: GetSubscriptionDefinitionVersionCommandInput,
|
|
1088
|
-
cb: (err: any, data?: GetSubscriptionDefinitionVersionCommandOutput) => void
|
|
1055
|
+
cb: (err: any, data?: GetSubscriptionDefinitionVersionCommandOutput) => void,
|
|
1089
1056
|
): void;
|
|
1090
1057
|
getSubscriptionDefinitionVersion(
|
|
1091
1058
|
args: GetSubscriptionDefinitionVersionCommandInput,
|
|
1092
1059
|
options: __HttpHandlerOptions,
|
|
1093
|
-
cb: (err: any, data?: GetSubscriptionDefinitionVersionCommandOutput) => void
|
|
1060
|
+
cb: (err: any, data?: GetSubscriptionDefinitionVersionCommandOutput) => void,
|
|
1094
1061
|
): void;
|
|
1095
1062
|
getThingRuntimeConfiguration(
|
|
1096
1063
|
args: GetThingRuntimeConfigurationCommandInput,
|
|
1097
|
-
options?: __HttpHandlerOptions
|
|
1064
|
+
options?: __HttpHandlerOptions,
|
|
1098
1065
|
): Promise<GetThingRuntimeConfigurationCommandOutput>;
|
|
1099
1066
|
getThingRuntimeConfiguration(
|
|
1100
1067
|
args: GetThingRuntimeConfigurationCommandInput,
|
|
1101
|
-
cb: (err: any, data?: GetThingRuntimeConfigurationCommandOutput) => void
|
|
1068
|
+
cb: (err: any, data?: GetThingRuntimeConfigurationCommandOutput) => void,
|
|
1102
1069
|
): void;
|
|
1103
1070
|
getThingRuntimeConfiguration(
|
|
1104
1071
|
args: GetThingRuntimeConfigurationCommandInput,
|
|
1105
1072
|
options: __HttpHandlerOptions,
|
|
1106
|
-
cb: (err: any, data?: GetThingRuntimeConfigurationCommandOutput) => void
|
|
1073
|
+
cb: (err: any, data?: GetThingRuntimeConfigurationCommandOutput) => void,
|
|
1107
1074
|
): void;
|
|
1108
1075
|
listBulkDeploymentDetailedReports(
|
|
1109
1076
|
args: ListBulkDeploymentDetailedReportsCommandInput,
|
|
1110
|
-
options?: __HttpHandlerOptions
|
|
1077
|
+
options?: __HttpHandlerOptions,
|
|
1111
1078
|
): Promise<ListBulkDeploymentDetailedReportsCommandOutput>;
|
|
1112
1079
|
listBulkDeploymentDetailedReports(
|
|
1113
1080
|
args: ListBulkDeploymentDetailedReportsCommandInput,
|
|
1114
|
-
cb: (
|
|
1115
|
-
err: any,
|
|
1116
|
-
data?: ListBulkDeploymentDetailedReportsCommandOutput
|
|
1117
|
-
) => void
|
|
1081
|
+
cb: (err: any, data?: ListBulkDeploymentDetailedReportsCommandOutput) => void,
|
|
1118
1082
|
): void;
|
|
1119
1083
|
listBulkDeploymentDetailedReports(
|
|
1120
1084
|
args: ListBulkDeploymentDetailedReportsCommandInput,
|
|
1121
1085
|
options: __HttpHandlerOptions,
|
|
1122
|
-
cb: (
|
|
1123
|
-
err: any,
|
|
1124
|
-
data?: ListBulkDeploymentDetailedReportsCommandOutput
|
|
1125
|
-
) => void
|
|
1086
|
+
cb: (err: any, data?: ListBulkDeploymentDetailedReportsCommandOutput) => void,
|
|
1126
1087
|
): void;
|
|
1127
1088
|
listBulkDeployments(): Promise<ListBulkDeploymentsCommandOutput>;
|
|
1128
1089
|
listBulkDeployments(
|
|
1129
1090
|
args: ListBulkDeploymentsCommandInput,
|
|
1130
|
-
options?: __HttpHandlerOptions
|
|
1091
|
+
options?: __HttpHandlerOptions,
|
|
1131
1092
|
): Promise<ListBulkDeploymentsCommandOutput>;
|
|
1132
1093
|
listBulkDeployments(
|
|
1133
1094
|
args: ListBulkDeploymentsCommandInput,
|
|
1134
|
-
cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void
|
|
1095
|
+
cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void,
|
|
1135
1096
|
): void;
|
|
1136
1097
|
listBulkDeployments(
|
|
1137
1098
|
args: ListBulkDeploymentsCommandInput,
|
|
1138
1099
|
options: __HttpHandlerOptions,
|
|
1139
|
-
cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void
|
|
1100
|
+
cb: (err: any, data?: ListBulkDeploymentsCommandOutput) => void,
|
|
1140
1101
|
): void;
|
|
1141
1102
|
listConnectorDefinitions(): Promise<ListConnectorDefinitionsCommandOutput>;
|
|
1142
1103
|
listConnectorDefinitions(
|
|
1143
1104
|
args: ListConnectorDefinitionsCommandInput,
|
|
1144
|
-
options?: __HttpHandlerOptions
|
|
1105
|
+
options?: __HttpHandlerOptions,
|
|
1145
1106
|
): Promise<ListConnectorDefinitionsCommandOutput>;
|
|
1146
1107
|
listConnectorDefinitions(
|
|
1147
1108
|
args: ListConnectorDefinitionsCommandInput,
|
|
1148
|
-
cb: (err: any, data?: ListConnectorDefinitionsCommandOutput) => void
|
|
1109
|
+
cb: (err: any, data?: ListConnectorDefinitionsCommandOutput) => void,
|
|
1149
1110
|
): void;
|
|
1150
1111
|
listConnectorDefinitions(
|
|
1151
1112
|
args: ListConnectorDefinitionsCommandInput,
|
|
1152
1113
|
options: __HttpHandlerOptions,
|
|
1153
|
-
cb: (err: any, data?: ListConnectorDefinitionsCommandOutput) => void
|
|
1114
|
+
cb: (err: any, data?: ListConnectorDefinitionsCommandOutput) => void,
|
|
1154
1115
|
): void;
|
|
1155
1116
|
listConnectorDefinitionVersions(
|
|
1156
1117
|
args: ListConnectorDefinitionVersionsCommandInput,
|
|
1157
|
-
options?: __HttpHandlerOptions
|
|
1118
|
+
options?: __HttpHandlerOptions,
|
|
1158
1119
|
): Promise<ListConnectorDefinitionVersionsCommandOutput>;
|
|
1159
1120
|
listConnectorDefinitionVersions(
|
|
1160
1121
|
args: ListConnectorDefinitionVersionsCommandInput,
|
|
1161
|
-
cb: (err: any, data?: ListConnectorDefinitionVersionsCommandOutput) => void
|
|
1122
|
+
cb: (err: any, data?: ListConnectorDefinitionVersionsCommandOutput) => void,
|
|
1162
1123
|
): void;
|
|
1163
1124
|
listConnectorDefinitionVersions(
|
|
1164
1125
|
args: ListConnectorDefinitionVersionsCommandInput,
|
|
1165
1126
|
options: __HttpHandlerOptions,
|
|
1166
|
-
cb: (err: any, data?: ListConnectorDefinitionVersionsCommandOutput) => void
|
|
1127
|
+
cb: (err: any, data?: ListConnectorDefinitionVersionsCommandOutput) => void,
|
|
1167
1128
|
): void;
|
|
1168
1129
|
listCoreDefinitions(): Promise<ListCoreDefinitionsCommandOutput>;
|
|
1169
1130
|
listCoreDefinitions(
|
|
1170
1131
|
args: ListCoreDefinitionsCommandInput,
|
|
1171
|
-
options?: __HttpHandlerOptions
|
|
1132
|
+
options?: __HttpHandlerOptions,
|
|
1172
1133
|
): Promise<ListCoreDefinitionsCommandOutput>;
|
|
1173
1134
|
listCoreDefinitions(
|
|
1174
1135
|
args: ListCoreDefinitionsCommandInput,
|
|
1175
|
-
cb: (err: any, data?: ListCoreDefinitionsCommandOutput) => void
|
|
1136
|
+
cb: (err: any, data?: ListCoreDefinitionsCommandOutput) => void,
|
|
1176
1137
|
): void;
|
|
1177
1138
|
listCoreDefinitions(
|
|
1178
1139
|
args: ListCoreDefinitionsCommandInput,
|
|
1179
1140
|
options: __HttpHandlerOptions,
|
|
1180
|
-
cb: (err: any, data?: ListCoreDefinitionsCommandOutput) => void
|
|
1141
|
+
cb: (err: any, data?: ListCoreDefinitionsCommandOutput) => void,
|
|
1181
1142
|
): void;
|
|
1182
1143
|
listCoreDefinitionVersions(
|
|
1183
1144
|
args: ListCoreDefinitionVersionsCommandInput,
|
|
1184
|
-
options?: __HttpHandlerOptions
|
|
1145
|
+
options?: __HttpHandlerOptions,
|
|
1185
1146
|
): Promise<ListCoreDefinitionVersionsCommandOutput>;
|
|
1186
1147
|
listCoreDefinitionVersions(
|
|
1187
1148
|
args: ListCoreDefinitionVersionsCommandInput,
|
|
1188
|
-
cb: (err: any, data?: ListCoreDefinitionVersionsCommandOutput) => void
|
|
1149
|
+
cb: (err: any, data?: ListCoreDefinitionVersionsCommandOutput) => void,
|
|
1189
1150
|
): void;
|
|
1190
1151
|
listCoreDefinitionVersions(
|
|
1191
1152
|
args: ListCoreDefinitionVersionsCommandInput,
|
|
1192
1153
|
options: __HttpHandlerOptions,
|
|
1193
|
-
cb: (err: any, data?: ListCoreDefinitionVersionsCommandOutput) => void
|
|
1154
|
+
cb: (err: any, data?: ListCoreDefinitionVersionsCommandOutput) => void,
|
|
1194
1155
|
): void;
|
|
1195
1156
|
listDeployments(
|
|
1196
1157
|
args: ListDeploymentsCommandInput,
|
|
1197
|
-
options?: __HttpHandlerOptions
|
|
1158
|
+
options?: __HttpHandlerOptions,
|
|
1198
1159
|
): Promise<ListDeploymentsCommandOutput>;
|
|
1199
1160
|
listDeployments(
|
|
1200
1161
|
args: ListDeploymentsCommandInput,
|
|
1201
|
-
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
1162
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void,
|
|
1202
1163
|
): void;
|
|
1203
1164
|
listDeployments(
|
|
1204
1165
|
args: ListDeploymentsCommandInput,
|
|
1205
1166
|
options: __HttpHandlerOptions,
|
|
1206
|
-
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
1167
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void,
|
|
1207
1168
|
): void;
|
|
1208
1169
|
listDeviceDefinitions(): Promise<ListDeviceDefinitionsCommandOutput>;
|
|
1209
1170
|
listDeviceDefinitions(
|
|
1210
1171
|
args: ListDeviceDefinitionsCommandInput,
|
|
1211
|
-
options?: __HttpHandlerOptions
|
|
1172
|
+
options?: __HttpHandlerOptions,
|
|
1212
1173
|
): Promise<ListDeviceDefinitionsCommandOutput>;
|
|
1213
1174
|
listDeviceDefinitions(
|
|
1214
1175
|
args: ListDeviceDefinitionsCommandInput,
|
|
1215
|
-
cb: (err: any, data?: ListDeviceDefinitionsCommandOutput) => void
|
|
1176
|
+
cb: (err: any, data?: ListDeviceDefinitionsCommandOutput) => void,
|
|
1216
1177
|
): void;
|
|
1217
1178
|
listDeviceDefinitions(
|
|
1218
1179
|
args: ListDeviceDefinitionsCommandInput,
|
|
1219
1180
|
options: __HttpHandlerOptions,
|
|
1220
|
-
cb: (err: any, data?: ListDeviceDefinitionsCommandOutput) => void
|
|
1181
|
+
cb: (err: any, data?: ListDeviceDefinitionsCommandOutput) => void,
|
|
1221
1182
|
): void;
|
|
1222
1183
|
listDeviceDefinitionVersions(
|
|
1223
1184
|
args: ListDeviceDefinitionVersionsCommandInput,
|
|
1224
|
-
options?: __HttpHandlerOptions
|
|
1185
|
+
options?: __HttpHandlerOptions,
|
|
1225
1186
|
): Promise<ListDeviceDefinitionVersionsCommandOutput>;
|
|
1226
1187
|
listDeviceDefinitionVersions(
|
|
1227
1188
|
args: ListDeviceDefinitionVersionsCommandInput,
|
|
1228
|
-
cb: (err: any, data?: ListDeviceDefinitionVersionsCommandOutput) => void
|
|
1189
|
+
cb: (err: any, data?: ListDeviceDefinitionVersionsCommandOutput) => void,
|
|
1229
1190
|
): void;
|
|
1230
1191
|
listDeviceDefinitionVersions(
|
|
1231
1192
|
args: ListDeviceDefinitionVersionsCommandInput,
|
|
1232
1193
|
options: __HttpHandlerOptions,
|
|
1233
|
-
cb: (err: any, data?: ListDeviceDefinitionVersionsCommandOutput) => void
|
|
1194
|
+
cb: (err: any, data?: ListDeviceDefinitionVersionsCommandOutput) => void,
|
|
1234
1195
|
): void;
|
|
1235
1196
|
listFunctionDefinitions(): Promise<ListFunctionDefinitionsCommandOutput>;
|
|
1236
1197
|
listFunctionDefinitions(
|
|
1237
1198
|
args: ListFunctionDefinitionsCommandInput,
|
|
1238
|
-
options?: __HttpHandlerOptions
|
|
1199
|
+
options?: __HttpHandlerOptions,
|
|
1239
1200
|
): Promise<ListFunctionDefinitionsCommandOutput>;
|
|
1240
1201
|
listFunctionDefinitions(
|
|
1241
1202
|
args: ListFunctionDefinitionsCommandInput,
|
|
1242
|
-
cb: (err: any, data?: ListFunctionDefinitionsCommandOutput) => void
|
|
1203
|
+
cb: (err: any, data?: ListFunctionDefinitionsCommandOutput) => void,
|
|
1243
1204
|
): void;
|
|
1244
1205
|
listFunctionDefinitions(
|
|
1245
1206
|
args: ListFunctionDefinitionsCommandInput,
|
|
1246
1207
|
options: __HttpHandlerOptions,
|
|
1247
|
-
cb: (err: any, data?: ListFunctionDefinitionsCommandOutput) => void
|
|
1208
|
+
cb: (err: any, data?: ListFunctionDefinitionsCommandOutput) => void,
|
|
1248
1209
|
): void;
|
|
1249
1210
|
listFunctionDefinitionVersions(
|
|
1250
1211
|
args: ListFunctionDefinitionVersionsCommandInput,
|
|
1251
|
-
options?: __HttpHandlerOptions
|
|
1212
|
+
options?: __HttpHandlerOptions,
|
|
1252
1213
|
): Promise<ListFunctionDefinitionVersionsCommandOutput>;
|
|
1253
1214
|
listFunctionDefinitionVersions(
|
|
1254
1215
|
args: ListFunctionDefinitionVersionsCommandInput,
|
|
1255
|
-
cb: (err: any, data?: ListFunctionDefinitionVersionsCommandOutput) => void
|
|
1216
|
+
cb: (err: any, data?: ListFunctionDefinitionVersionsCommandOutput) => void,
|
|
1256
1217
|
): void;
|
|
1257
1218
|
listFunctionDefinitionVersions(
|
|
1258
1219
|
args: ListFunctionDefinitionVersionsCommandInput,
|
|
1259
1220
|
options: __HttpHandlerOptions,
|
|
1260
|
-
cb: (err: any, data?: ListFunctionDefinitionVersionsCommandOutput) => void
|
|
1221
|
+
cb: (err: any, data?: ListFunctionDefinitionVersionsCommandOutput) => void,
|
|
1261
1222
|
): void;
|
|
1262
1223
|
listGroupCertificateAuthorities(
|
|
1263
1224
|
args: ListGroupCertificateAuthoritiesCommandInput,
|
|
1264
|
-
options?: __HttpHandlerOptions
|
|
1225
|
+
options?: __HttpHandlerOptions,
|
|
1265
1226
|
): Promise<ListGroupCertificateAuthoritiesCommandOutput>;
|
|
1266
1227
|
listGroupCertificateAuthorities(
|
|
1267
1228
|
args: ListGroupCertificateAuthoritiesCommandInput,
|
|
1268
|
-
cb: (err: any, data?: ListGroupCertificateAuthoritiesCommandOutput) => void
|
|
1229
|
+
cb: (err: any, data?: ListGroupCertificateAuthoritiesCommandOutput) => void,
|
|
1269
1230
|
): void;
|
|
1270
1231
|
listGroupCertificateAuthorities(
|
|
1271
1232
|
args: ListGroupCertificateAuthoritiesCommandInput,
|
|
1272
1233
|
options: __HttpHandlerOptions,
|
|
1273
|
-
cb: (err: any, data?: ListGroupCertificateAuthoritiesCommandOutput) => void
|
|
1234
|
+
cb: (err: any, data?: ListGroupCertificateAuthoritiesCommandOutput) => void,
|
|
1274
1235
|
): void;
|
|
1275
1236
|
listGroups(): Promise<ListGroupsCommandOutput>;
|
|
1276
1237
|
listGroups(
|
|
1277
1238
|
args: ListGroupsCommandInput,
|
|
1278
|
-
options?: __HttpHandlerOptions
|
|
1239
|
+
options?: __HttpHandlerOptions,
|
|
1279
1240
|
): Promise<ListGroupsCommandOutput>;
|
|
1280
1241
|
listGroups(
|
|
1281
1242
|
args: ListGroupsCommandInput,
|
|
1282
|
-
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
1243
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void,
|
|
1283
1244
|
): void;
|
|
1284
1245
|
listGroups(
|
|
1285
1246
|
args: ListGroupsCommandInput,
|
|
1286
1247
|
options: __HttpHandlerOptions,
|
|
1287
|
-
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
1248
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void,
|
|
1288
1249
|
): void;
|
|
1289
1250
|
listGroupVersions(
|
|
1290
1251
|
args: ListGroupVersionsCommandInput,
|
|
1291
|
-
options?: __HttpHandlerOptions
|
|
1252
|
+
options?: __HttpHandlerOptions,
|
|
1292
1253
|
): Promise<ListGroupVersionsCommandOutput>;
|
|
1293
1254
|
listGroupVersions(
|
|
1294
1255
|
args: ListGroupVersionsCommandInput,
|
|
1295
|
-
cb: (err: any, data?: ListGroupVersionsCommandOutput) => void
|
|
1256
|
+
cb: (err: any, data?: ListGroupVersionsCommandOutput) => void,
|
|
1296
1257
|
): void;
|
|
1297
1258
|
listGroupVersions(
|
|
1298
1259
|
args: ListGroupVersionsCommandInput,
|
|
1299
1260
|
options: __HttpHandlerOptions,
|
|
1300
|
-
cb: (err: any, data?: ListGroupVersionsCommandOutput) => void
|
|
1261
|
+
cb: (err: any, data?: ListGroupVersionsCommandOutput) => void,
|
|
1301
1262
|
): void;
|
|
1302
1263
|
listLoggerDefinitions(): Promise<ListLoggerDefinitionsCommandOutput>;
|
|
1303
1264
|
listLoggerDefinitions(
|
|
1304
1265
|
args: ListLoggerDefinitionsCommandInput,
|
|
1305
|
-
options?: __HttpHandlerOptions
|
|
1266
|
+
options?: __HttpHandlerOptions,
|
|
1306
1267
|
): Promise<ListLoggerDefinitionsCommandOutput>;
|
|
1307
1268
|
listLoggerDefinitions(
|
|
1308
1269
|
args: ListLoggerDefinitionsCommandInput,
|
|
1309
|
-
cb: (err: any, data?: ListLoggerDefinitionsCommandOutput) => void
|
|
1270
|
+
cb: (err: any, data?: ListLoggerDefinitionsCommandOutput) => void,
|
|
1310
1271
|
): void;
|
|
1311
1272
|
listLoggerDefinitions(
|
|
1312
1273
|
args: ListLoggerDefinitionsCommandInput,
|
|
1313
1274
|
options: __HttpHandlerOptions,
|
|
1314
|
-
cb: (err: any, data?: ListLoggerDefinitionsCommandOutput) => void
|
|
1275
|
+
cb: (err: any, data?: ListLoggerDefinitionsCommandOutput) => void,
|
|
1315
1276
|
): void;
|
|
1316
1277
|
listLoggerDefinitionVersions(
|
|
1317
1278
|
args: ListLoggerDefinitionVersionsCommandInput,
|
|
1318
|
-
options?: __HttpHandlerOptions
|
|
1279
|
+
options?: __HttpHandlerOptions,
|
|
1319
1280
|
): Promise<ListLoggerDefinitionVersionsCommandOutput>;
|
|
1320
1281
|
listLoggerDefinitionVersions(
|
|
1321
1282
|
args: ListLoggerDefinitionVersionsCommandInput,
|
|
1322
|
-
cb: (err: any, data?: ListLoggerDefinitionVersionsCommandOutput) => void
|
|
1283
|
+
cb: (err: any, data?: ListLoggerDefinitionVersionsCommandOutput) => void,
|
|
1323
1284
|
): void;
|
|
1324
1285
|
listLoggerDefinitionVersions(
|
|
1325
1286
|
args: ListLoggerDefinitionVersionsCommandInput,
|
|
1326
1287
|
options: __HttpHandlerOptions,
|
|
1327
|
-
cb: (err: any, data?: ListLoggerDefinitionVersionsCommandOutput) => void
|
|
1288
|
+
cb: (err: any, data?: ListLoggerDefinitionVersionsCommandOutput) => void,
|
|
1328
1289
|
): void;
|
|
1329
1290
|
listResourceDefinitions(): Promise<ListResourceDefinitionsCommandOutput>;
|
|
1330
1291
|
listResourceDefinitions(
|
|
1331
1292
|
args: ListResourceDefinitionsCommandInput,
|
|
1332
|
-
options?: __HttpHandlerOptions
|
|
1293
|
+
options?: __HttpHandlerOptions,
|
|
1333
1294
|
): Promise<ListResourceDefinitionsCommandOutput>;
|
|
1334
1295
|
listResourceDefinitions(
|
|
1335
1296
|
args: ListResourceDefinitionsCommandInput,
|
|
1336
|
-
cb: (err: any, data?: ListResourceDefinitionsCommandOutput) => void
|
|
1297
|
+
cb: (err: any, data?: ListResourceDefinitionsCommandOutput) => void,
|
|
1337
1298
|
): void;
|
|
1338
1299
|
listResourceDefinitions(
|
|
1339
1300
|
args: ListResourceDefinitionsCommandInput,
|
|
1340
1301
|
options: __HttpHandlerOptions,
|
|
1341
|
-
cb: (err: any, data?: ListResourceDefinitionsCommandOutput) => void
|
|
1302
|
+
cb: (err: any, data?: ListResourceDefinitionsCommandOutput) => void,
|
|
1342
1303
|
): void;
|
|
1343
1304
|
listResourceDefinitionVersions(
|
|
1344
1305
|
args: ListResourceDefinitionVersionsCommandInput,
|
|
1345
|
-
options?: __HttpHandlerOptions
|
|
1306
|
+
options?: __HttpHandlerOptions,
|
|
1346
1307
|
): Promise<ListResourceDefinitionVersionsCommandOutput>;
|
|
1347
1308
|
listResourceDefinitionVersions(
|
|
1348
1309
|
args: ListResourceDefinitionVersionsCommandInput,
|
|
1349
|
-
cb: (err: any, data?: ListResourceDefinitionVersionsCommandOutput) => void
|
|
1310
|
+
cb: (err: any, data?: ListResourceDefinitionVersionsCommandOutput) => void,
|
|
1350
1311
|
): void;
|
|
1351
1312
|
listResourceDefinitionVersions(
|
|
1352
1313
|
args: ListResourceDefinitionVersionsCommandInput,
|
|
1353
1314
|
options: __HttpHandlerOptions,
|
|
1354
|
-
cb: (err: any, data?: ListResourceDefinitionVersionsCommandOutput) => void
|
|
1315
|
+
cb: (err: any, data?: ListResourceDefinitionVersionsCommandOutput) => void,
|
|
1355
1316
|
): void;
|
|
1356
1317
|
listSubscriptionDefinitions(): Promise<ListSubscriptionDefinitionsCommandOutput>;
|
|
1357
1318
|
listSubscriptionDefinitions(
|
|
1358
1319
|
args: ListSubscriptionDefinitionsCommandInput,
|
|
1359
|
-
options?: __HttpHandlerOptions
|
|
1320
|
+
options?: __HttpHandlerOptions,
|
|
1360
1321
|
): Promise<ListSubscriptionDefinitionsCommandOutput>;
|
|
1361
1322
|
listSubscriptionDefinitions(
|
|
1362
1323
|
args: ListSubscriptionDefinitionsCommandInput,
|
|
1363
|
-
cb: (err: any, data?: ListSubscriptionDefinitionsCommandOutput) => void
|
|
1324
|
+
cb: (err: any, data?: ListSubscriptionDefinitionsCommandOutput) => void,
|
|
1364
1325
|
): void;
|
|
1365
1326
|
listSubscriptionDefinitions(
|
|
1366
1327
|
args: ListSubscriptionDefinitionsCommandInput,
|
|
1367
1328
|
options: __HttpHandlerOptions,
|
|
1368
|
-
cb: (err: any, data?: ListSubscriptionDefinitionsCommandOutput) => void
|
|
1329
|
+
cb: (err: any, data?: ListSubscriptionDefinitionsCommandOutput) => void,
|
|
1369
1330
|
): void;
|
|
1370
1331
|
listSubscriptionDefinitionVersions(
|
|
1371
1332
|
args: ListSubscriptionDefinitionVersionsCommandInput,
|
|
1372
|
-
options?: __HttpHandlerOptions
|
|
1333
|
+
options?: __HttpHandlerOptions,
|
|
1373
1334
|
): Promise<ListSubscriptionDefinitionVersionsCommandOutput>;
|
|
1374
1335
|
listSubscriptionDefinitionVersions(
|
|
1375
1336
|
args: ListSubscriptionDefinitionVersionsCommandInput,
|
|
1376
|
-
cb: (
|
|
1377
|
-
err: any,
|
|
1378
|
-
data?: ListSubscriptionDefinitionVersionsCommandOutput
|
|
1379
|
-
) => void
|
|
1337
|
+
cb: (err: any, data?: ListSubscriptionDefinitionVersionsCommandOutput) => void,
|
|
1380
1338
|
): void;
|
|
1381
1339
|
listSubscriptionDefinitionVersions(
|
|
1382
1340
|
args: ListSubscriptionDefinitionVersionsCommandInput,
|
|
1383
1341
|
options: __HttpHandlerOptions,
|
|
1384
|
-
cb: (
|
|
1385
|
-
err: any,
|
|
1386
|
-
data?: ListSubscriptionDefinitionVersionsCommandOutput
|
|
1387
|
-
) => void
|
|
1342
|
+
cb: (err: any, data?: ListSubscriptionDefinitionVersionsCommandOutput) => void,
|
|
1388
1343
|
): void;
|
|
1389
1344
|
listTagsForResource(
|
|
1390
1345
|
args: ListTagsForResourceCommandInput,
|
|
1391
|
-
options?: __HttpHandlerOptions
|
|
1346
|
+
options?: __HttpHandlerOptions,
|
|
1392
1347
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1393
1348
|
listTagsForResource(
|
|
1394
1349
|
args: ListTagsForResourceCommandInput,
|
|
1395
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1350
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1396
1351
|
): void;
|
|
1397
1352
|
listTagsForResource(
|
|
1398
1353
|
args: ListTagsForResourceCommandInput,
|
|
1399
1354
|
options: __HttpHandlerOptions,
|
|
1400
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1355
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1401
1356
|
): void;
|
|
1402
1357
|
resetDeployments(
|
|
1403
1358
|
args: ResetDeploymentsCommandInput,
|
|
1404
|
-
options?: __HttpHandlerOptions
|
|
1359
|
+
options?: __HttpHandlerOptions,
|
|
1405
1360
|
): Promise<ResetDeploymentsCommandOutput>;
|
|
1406
1361
|
resetDeployments(
|
|
1407
1362
|
args: ResetDeploymentsCommandInput,
|
|
1408
|
-
cb: (err: any, data?: ResetDeploymentsCommandOutput) => void
|
|
1363
|
+
cb: (err: any, data?: ResetDeploymentsCommandOutput) => void,
|
|
1409
1364
|
): void;
|
|
1410
1365
|
resetDeployments(
|
|
1411
1366
|
args: ResetDeploymentsCommandInput,
|
|
1412
1367
|
options: __HttpHandlerOptions,
|
|
1413
|
-
cb: (err: any, data?: ResetDeploymentsCommandOutput) => void
|
|
1368
|
+
cb: (err: any, data?: ResetDeploymentsCommandOutput) => void,
|
|
1414
1369
|
): void;
|
|
1415
1370
|
startBulkDeployment(
|
|
1416
1371
|
args: StartBulkDeploymentCommandInput,
|
|
1417
|
-
options?: __HttpHandlerOptions
|
|
1372
|
+
options?: __HttpHandlerOptions,
|
|
1418
1373
|
): Promise<StartBulkDeploymentCommandOutput>;
|
|
1419
1374
|
startBulkDeployment(
|
|
1420
1375
|
args: StartBulkDeploymentCommandInput,
|
|
1421
|
-
cb: (err: any, data?: StartBulkDeploymentCommandOutput) => void
|
|
1376
|
+
cb: (err: any, data?: StartBulkDeploymentCommandOutput) => void,
|
|
1422
1377
|
): void;
|
|
1423
1378
|
startBulkDeployment(
|
|
1424
1379
|
args: StartBulkDeploymentCommandInput,
|
|
1425
1380
|
options: __HttpHandlerOptions,
|
|
1426
|
-
cb: (err: any, data?: StartBulkDeploymentCommandOutput) => void
|
|
1381
|
+
cb: (err: any, data?: StartBulkDeploymentCommandOutput) => void,
|
|
1427
1382
|
): void;
|
|
1428
1383
|
stopBulkDeployment(
|
|
1429
1384
|
args: StopBulkDeploymentCommandInput,
|
|
1430
|
-
options?: __HttpHandlerOptions
|
|
1385
|
+
options?: __HttpHandlerOptions,
|
|
1431
1386
|
): Promise<StopBulkDeploymentCommandOutput>;
|
|
1432
1387
|
stopBulkDeployment(
|
|
1433
1388
|
args: StopBulkDeploymentCommandInput,
|
|
1434
|
-
cb: (err: any, data?: StopBulkDeploymentCommandOutput) => void
|
|
1389
|
+
cb: (err: any, data?: StopBulkDeploymentCommandOutput) => void,
|
|
1435
1390
|
): void;
|
|
1436
1391
|
stopBulkDeployment(
|
|
1437
1392
|
args: StopBulkDeploymentCommandInput,
|
|
1438
1393
|
options: __HttpHandlerOptions,
|
|
1439
|
-
cb: (err: any, data?: StopBulkDeploymentCommandOutput) => void
|
|
1394
|
+
cb: (err: any, data?: StopBulkDeploymentCommandOutput) => void,
|
|
1440
1395
|
): void;
|
|
1441
1396
|
tagResource(
|
|
1442
1397
|
args: TagResourceCommandInput,
|
|
1443
|
-
options?: __HttpHandlerOptions
|
|
1398
|
+
options?: __HttpHandlerOptions,
|
|
1444
1399
|
): Promise<TagResourceCommandOutput>;
|
|
1445
1400
|
tagResource(
|
|
1446
1401
|
args: TagResourceCommandInput,
|
|
1447
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1402
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1448
1403
|
): void;
|
|
1449
1404
|
tagResource(
|
|
1450
1405
|
args: TagResourceCommandInput,
|
|
1451
1406
|
options: __HttpHandlerOptions,
|
|
1452
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1407
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1453
1408
|
): void;
|
|
1454
1409
|
untagResource(
|
|
1455
1410
|
args: UntagResourceCommandInput,
|
|
1456
|
-
options?: __HttpHandlerOptions
|
|
1411
|
+
options?: __HttpHandlerOptions,
|
|
1457
1412
|
): Promise<UntagResourceCommandOutput>;
|
|
1458
1413
|
untagResource(
|
|
1459
1414
|
args: UntagResourceCommandInput,
|
|
1460
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1415
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1461
1416
|
): void;
|
|
1462
1417
|
untagResource(
|
|
1463
1418
|
args: UntagResourceCommandInput,
|
|
1464
1419
|
options: __HttpHandlerOptions,
|
|
1465
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1420
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1466
1421
|
): void;
|
|
1467
1422
|
updateConnectivityInfo(
|
|
1468
1423
|
args: UpdateConnectivityInfoCommandInput,
|
|
1469
|
-
options?: __HttpHandlerOptions
|
|
1424
|
+
options?: __HttpHandlerOptions,
|
|
1470
1425
|
): Promise<UpdateConnectivityInfoCommandOutput>;
|
|
1471
1426
|
updateConnectivityInfo(
|
|
1472
1427
|
args: UpdateConnectivityInfoCommandInput,
|
|
1473
|
-
cb: (err: any, data?: UpdateConnectivityInfoCommandOutput) => void
|
|
1428
|
+
cb: (err: any, data?: UpdateConnectivityInfoCommandOutput) => void,
|
|
1474
1429
|
): void;
|
|
1475
1430
|
updateConnectivityInfo(
|
|
1476
1431
|
args: UpdateConnectivityInfoCommandInput,
|
|
1477
1432
|
options: __HttpHandlerOptions,
|
|
1478
|
-
cb: (err: any, data?: UpdateConnectivityInfoCommandOutput) => void
|
|
1433
|
+
cb: (err: any, data?: UpdateConnectivityInfoCommandOutput) => void,
|
|
1479
1434
|
): void;
|
|
1480
1435
|
updateConnectorDefinition(
|
|
1481
1436
|
args: UpdateConnectorDefinitionCommandInput,
|
|
1482
|
-
options?: __HttpHandlerOptions
|
|
1437
|
+
options?: __HttpHandlerOptions,
|
|
1483
1438
|
): Promise<UpdateConnectorDefinitionCommandOutput>;
|
|
1484
1439
|
updateConnectorDefinition(
|
|
1485
1440
|
args: UpdateConnectorDefinitionCommandInput,
|
|
1486
|
-
cb: (err: any, data?: UpdateConnectorDefinitionCommandOutput) => void
|
|
1441
|
+
cb: (err: any, data?: UpdateConnectorDefinitionCommandOutput) => void,
|
|
1487
1442
|
): void;
|
|
1488
1443
|
updateConnectorDefinition(
|
|
1489
1444
|
args: UpdateConnectorDefinitionCommandInput,
|
|
1490
1445
|
options: __HttpHandlerOptions,
|
|
1491
|
-
cb: (err: any, data?: UpdateConnectorDefinitionCommandOutput) => void
|
|
1446
|
+
cb: (err: any, data?: UpdateConnectorDefinitionCommandOutput) => void,
|
|
1492
1447
|
): void;
|
|
1493
1448
|
updateCoreDefinition(
|
|
1494
1449
|
args: UpdateCoreDefinitionCommandInput,
|
|
1495
|
-
options?: __HttpHandlerOptions
|
|
1450
|
+
options?: __HttpHandlerOptions,
|
|
1496
1451
|
): Promise<UpdateCoreDefinitionCommandOutput>;
|
|
1497
1452
|
updateCoreDefinition(
|
|
1498
1453
|
args: UpdateCoreDefinitionCommandInput,
|
|
1499
|
-
cb: (err: any, data?: UpdateCoreDefinitionCommandOutput) => void
|
|
1454
|
+
cb: (err: any, data?: UpdateCoreDefinitionCommandOutput) => void,
|
|
1500
1455
|
): void;
|
|
1501
1456
|
updateCoreDefinition(
|
|
1502
1457
|
args: UpdateCoreDefinitionCommandInput,
|
|
1503
1458
|
options: __HttpHandlerOptions,
|
|
1504
|
-
cb: (err: any, data?: UpdateCoreDefinitionCommandOutput) => void
|
|
1459
|
+
cb: (err: any, data?: UpdateCoreDefinitionCommandOutput) => void,
|
|
1505
1460
|
): void;
|
|
1506
1461
|
updateDeviceDefinition(
|
|
1507
1462
|
args: UpdateDeviceDefinitionCommandInput,
|
|
1508
|
-
options?: __HttpHandlerOptions
|
|
1463
|
+
options?: __HttpHandlerOptions,
|
|
1509
1464
|
): Promise<UpdateDeviceDefinitionCommandOutput>;
|
|
1510
1465
|
updateDeviceDefinition(
|
|
1511
1466
|
args: UpdateDeviceDefinitionCommandInput,
|
|
1512
|
-
cb: (err: any, data?: UpdateDeviceDefinitionCommandOutput) => void
|
|
1467
|
+
cb: (err: any, data?: UpdateDeviceDefinitionCommandOutput) => void,
|
|
1513
1468
|
): void;
|
|
1514
1469
|
updateDeviceDefinition(
|
|
1515
1470
|
args: UpdateDeviceDefinitionCommandInput,
|
|
1516
1471
|
options: __HttpHandlerOptions,
|
|
1517
|
-
cb: (err: any, data?: UpdateDeviceDefinitionCommandOutput) => void
|
|
1472
|
+
cb: (err: any, data?: UpdateDeviceDefinitionCommandOutput) => void,
|
|
1518
1473
|
): void;
|
|
1519
1474
|
updateFunctionDefinition(
|
|
1520
1475
|
args: UpdateFunctionDefinitionCommandInput,
|
|
1521
|
-
options?: __HttpHandlerOptions
|
|
1476
|
+
options?: __HttpHandlerOptions,
|
|
1522
1477
|
): Promise<UpdateFunctionDefinitionCommandOutput>;
|
|
1523
1478
|
updateFunctionDefinition(
|
|
1524
1479
|
args: UpdateFunctionDefinitionCommandInput,
|
|
1525
|
-
cb: (err: any, data?: UpdateFunctionDefinitionCommandOutput) => void
|
|
1480
|
+
cb: (err: any, data?: UpdateFunctionDefinitionCommandOutput) => void,
|
|
1526
1481
|
): void;
|
|
1527
1482
|
updateFunctionDefinition(
|
|
1528
1483
|
args: UpdateFunctionDefinitionCommandInput,
|
|
1529
1484
|
options: __HttpHandlerOptions,
|
|
1530
|
-
cb: (err: any, data?: UpdateFunctionDefinitionCommandOutput) => void
|
|
1485
|
+
cb: (err: any, data?: UpdateFunctionDefinitionCommandOutput) => void,
|
|
1531
1486
|
): void;
|
|
1532
1487
|
updateGroup(
|
|
1533
1488
|
args: UpdateGroupCommandInput,
|
|
1534
|
-
options?: __HttpHandlerOptions
|
|
1489
|
+
options?: __HttpHandlerOptions,
|
|
1535
1490
|
): Promise<UpdateGroupCommandOutput>;
|
|
1536
1491
|
updateGroup(
|
|
1537
1492
|
args: UpdateGroupCommandInput,
|
|
1538
|
-
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
1493
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void,
|
|
1539
1494
|
): void;
|
|
1540
1495
|
updateGroup(
|
|
1541
1496
|
args: UpdateGroupCommandInput,
|
|
1542
1497
|
options: __HttpHandlerOptions,
|
|
1543
|
-
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
1498
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void,
|
|
1544
1499
|
): void;
|
|
1545
1500
|
updateGroupCertificateConfiguration(
|
|
1546
1501
|
args: UpdateGroupCertificateConfigurationCommandInput,
|
|
1547
|
-
options?: __HttpHandlerOptions
|
|
1502
|
+
options?: __HttpHandlerOptions,
|
|
1548
1503
|
): Promise<UpdateGroupCertificateConfigurationCommandOutput>;
|
|
1549
1504
|
updateGroupCertificateConfiguration(
|
|
1550
1505
|
args: UpdateGroupCertificateConfigurationCommandInput,
|
|
1551
|
-
cb: (
|
|
1552
|
-
err: any,
|
|
1553
|
-
data?: UpdateGroupCertificateConfigurationCommandOutput
|
|
1554
|
-
) => void
|
|
1506
|
+
cb: (err: any, data?: UpdateGroupCertificateConfigurationCommandOutput) => void,
|
|
1555
1507
|
): void;
|
|
1556
1508
|
updateGroupCertificateConfiguration(
|
|
1557
1509
|
args: UpdateGroupCertificateConfigurationCommandInput,
|
|
1558
1510
|
options: __HttpHandlerOptions,
|
|
1559
|
-
cb: (
|
|
1560
|
-
err: any,
|
|
1561
|
-
data?: UpdateGroupCertificateConfigurationCommandOutput
|
|
1562
|
-
) => void
|
|
1511
|
+
cb: (err: any, data?: UpdateGroupCertificateConfigurationCommandOutput) => void,
|
|
1563
1512
|
): void;
|
|
1564
1513
|
updateLoggerDefinition(
|
|
1565
1514
|
args: UpdateLoggerDefinitionCommandInput,
|
|
1566
|
-
options?: __HttpHandlerOptions
|
|
1515
|
+
options?: __HttpHandlerOptions,
|
|
1567
1516
|
): Promise<UpdateLoggerDefinitionCommandOutput>;
|
|
1568
1517
|
updateLoggerDefinition(
|
|
1569
1518
|
args: UpdateLoggerDefinitionCommandInput,
|
|
1570
|
-
cb: (err: any, data?: UpdateLoggerDefinitionCommandOutput) => void
|
|
1519
|
+
cb: (err: any, data?: UpdateLoggerDefinitionCommandOutput) => void,
|
|
1571
1520
|
): void;
|
|
1572
1521
|
updateLoggerDefinition(
|
|
1573
1522
|
args: UpdateLoggerDefinitionCommandInput,
|
|
1574
1523
|
options: __HttpHandlerOptions,
|
|
1575
|
-
cb: (err: any, data?: UpdateLoggerDefinitionCommandOutput) => void
|
|
1524
|
+
cb: (err: any, data?: UpdateLoggerDefinitionCommandOutput) => void,
|
|
1576
1525
|
): void;
|
|
1577
1526
|
updateResourceDefinition(
|
|
1578
1527
|
args: UpdateResourceDefinitionCommandInput,
|
|
1579
|
-
options?: __HttpHandlerOptions
|
|
1528
|
+
options?: __HttpHandlerOptions,
|
|
1580
1529
|
): Promise<UpdateResourceDefinitionCommandOutput>;
|
|
1581
1530
|
updateResourceDefinition(
|
|
1582
1531
|
args: UpdateResourceDefinitionCommandInput,
|
|
1583
|
-
cb: (err: any, data?: UpdateResourceDefinitionCommandOutput) => void
|
|
1532
|
+
cb: (err: any, data?: UpdateResourceDefinitionCommandOutput) => void,
|
|
1584
1533
|
): void;
|
|
1585
1534
|
updateResourceDefinition(
|
|
1586
1535
|
args: UpdateResourceDefinitionCommandInput,
|
|
1587
1536
|
options: __HttpHandlerOptions,
|
|
1588
|
-
cb: (err: any, data?: UpdateResourceDefinitionCommandOutput) => void
|
|
1537
|
+
cb: (err: any, data?: UpdateResourceDefinitionCommandOutput) => void,
|
|
1589
1538
|
): void;
|
|
1590
1539
|
updateSubscriptionDefinition(
|
|
1591
1540
|
args: UpdateSubscriptionDefinitionCommandInput,
|
|
1592
|
-
options?: __HttpHandlerOptions
|
|
1541
|
+
options?: __HttpHandlerOptions,
|
|
1593
1542
|
): Promise<UpdateSubscriptionDefinitionCommandOutput>;
|
|
1594
1543
|
updateSubscriptionDefinition(
|
|
1595
1544
|
args: UpdateSubscriptionDefinitionCommandInput,
|
|
1596
|
-
cb: (err: any, data?: UpdateSubscriptionDefinitionCommandOutput) => void
|
|
1545
|
+
cb: (err: any, data?: UpdateSubscriptionDefinitionCommandOutput) => void,
|
|
1597
1546
|
): void;
|
|
1598
1547
|
updateSubscriptionDefinition(
|
|
1599
1548
|
args: UpdateSubscriptionDefinitionCommandInput,
|
|
1600
1549
|
options: __HttpHandlerOptions,
|
|
1601
|
-
cb: (err: any, data?: UpdateSubscriptionDefinitionCommandOutput) => void
|
|
1550
|
+
cb: (err: any, data?: UpdateSubscriptionDefinitionCommandOutput) => void,
|
|
1602
1551
|
): void;
|
|
1603
1552
|
updateThingRuntimeConfiguration(
|
|
1604
1553
|
args: UpdateThingRuntimeConfigurationCommandInput,
|
|
1605
|
-
options?: __HttpHandlerOptions
|
|
1554
|
+
options?: __HttpHandlerOptions,
|
|
1606
1555
|
): Promise<UpdateThingRuntimeConfigurationCommandOutput>;
|
|
1607
1556
|
updateThingRuntimeConfiguration(
|
|
1608
1557
|
args: UpdateThingRuntimeConfigurationCommandInput,
|
|
1609
|
-
cb: (err: any, data?: UpdateThingRuntimeConfigurationCommandOutput) => void
|
|
1558
|
+
cb: (err: any, data?: UpdateThingRuntimeConfigurationCommandOutput) => void,
|
|
1610
1559
|
): void;
|
|
1611
1560
|
updateThingRuntimeConfiguration(
|
|
1612
1561
|
args: UpdateThingRuntimeConfigurationCommandInput,
|
|
1613
1562
|
options: __HttpHandlerOptions,
|
|
1614
|
-
cb: (err: any, data?: UpdateThingRuntimeConfigurationCommandOutput) => void
|
|
1563
|
+
cb: (err: any, data?: UpdateThingRuntimeConfigurationCommandOutput) => void,
|
|
1615
1564
|
): void;
|
|
1616
1565
|
}
|
|
1617
|
-
export declare class Greengrass
|
|
1618
|
-
extends GreengrassClient
|
|
1619
|
-
implements Greengrass {}
|
|
1566
|
+
export declare class Greengrass extends GreengrassClient implements Greengrass {}
|