@aws-sdk/client-greengrass 3.50.0 → 3.51.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.
Files changed (106) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Greengrass.d.ts +465 -0
  3. package/dist-types/ts3.4/GreengrassClient.d.ts +165 -0
  4. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +92 -0
  97. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  98. package/dist-types/ts3.4/index.d.ts +4 -0
  99. package/dist-types/ts3.4/models/index.d.ts +1 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +2786 -0
  101. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +278 -0
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  106. package/package.json +8 -8
@@ -0,0 +1,2786 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface ConnectivityInfo {
4
+
5
+ HostAddress?: string;
6
+
7
+ Id?: string;
8
+
9
+ Metadata?: string;
10
+
11
+ PortNumber?: number;
12
+ }
13
+ export declare namespace ConnectivityInfo {
14
+
15
+ const filterSensitiveLog: (obj: ConnectivityInfo) => any;
16
+ }
17
+
18
+ export interface Connector {
19
+
20
+ ConnectorArn: string | undefined;
21
+
22
+ Id: string | undefined;
23
+
24
+ Parameters?: {
25
+ [key: string]: string;
26
+ };
27
+ }
28
+ export declare namespace Connector {
29
+
30
+ const filterSensitiveLog: (obj: Connector) => any;
31
+ }
32
+
33
+ export interface Core {
34
+
35
+ CertificateArn: string | undefined;
36
+
37
+ Id: string | undefined;
38
+
39
+ SyncShadow?: boolean;
40
+
41
+ ThingArn: string | undefined;
42
+ }
43
+ export declare namespace Core {
44
+
45
+ const filterSensitiveLog: (obj: Core) => any;
46
+ }
47
+
48
+ export interface DefinitionInformation {
49
+
50
+ Arn?: string;
51
+
52
+ CreationTimestamp?: string;
53
+
54
+ Id?: string;
55
+
56
+ LastUpdatedTimestamp?: string;
57
+
58
+ LatestVersion?: string;
59
+
60
+ LatestVersionArn?: string;
61
+
62
+ Name?: string;
63
+
64
+ Tags?: {
65
+ [key: string]: string;
66
+ };
67
+ }
68
+ export declare namespace DefinitionInformation {
69
+
70
+ const filterSensitiveLog: (obj: DefinitionInformation) => any;
71
+ }
72
+
73
+ export interface Device {
74
+
75
+ CertificateArn: string | undefined;
76
+
77
+ Id: string | undefined;
78
+
79
+ SyncShadow?: boolean;
80
+
81
+ ThingArn: string | undefined;
82
+ }
83
+ export declare namespace Device {
84
+
85
+ const filterSensitiveLog: (obj: Device) => any;
86
+ }
87
+ export declare enum EncodingType {
88
+ binary = "binary",
89
+ json = "json"
90
+ }
91
+ export declare enum FunctionIsolationMode {
92
+ GreengrassContainer = "GreengrassContainer",
93
+ NoContainer = "NoContainer"
94
+ }
95
+
96
+ export interface FunctionRunAsConfig {
97
+
98
+ Gid?: number;
99
+
100
+ Uid?: number;
101
+ }
102
+ export declare namespace FunctionRunAsConfig {
103
+
104
+ const filterSensitiveLog: (obj: FunctionRunAsConfig) => any;
105
+ }
106
+
107
+ export interface FunctionExecutionConfig {
108
+
109
+ IsolationMode?: FunctionIsolationMode | string;
110
+
111
+ RunAs?: FunctionRunAsConfig;
112
+ }
113
+ export declare namespace FunctionExecutionConfig {
114
+
115
+ const filterSensitiveLog: (obj: FunctionExecutionConfig) => any;
116
+ }
117
+ export declare enum Permission {
118
+ ro = "ro",
119
+ rw = "rw"
120
+ }
121
+
122
+ export interface ResourceAccessPolicy {
123
+
124
+ Permission?: Permission | string;
125
+
126
+ ResourceId: string | undefined;
127
+ }
128
+ export declare namespace ResourceAccessPolicy {
129
+
130
+ const filterSensitiveLog: (obj: ResourceAccessPolicy) => any;
131
+ }
132
+
133
+ export interface FunctionConfigurationEnvironment {
134
+
135
+ AccessSysfs?: boolean;
136
+
137
+ Execution?: FunctionExecutionConfig;
138
+
139
+ ResourceAccessPolicies?: ResourceAccessPolicy[];
140
+
141
+ Variables?: {
142
+ [key: string]: string;
143
+ };
144
+ }
145
+ export declare namespace FunctionConfigurationEnvironment {
146
+
147
+ const filterSensitiveLog: (obj: FunctionConfigurationEnvironment) => any;
148
+ }
149
+
150
+ export interface FunctionConfiguration {
151
+
152
+ EncodingType?: EncodingType | string;
153
+
154
+ Environment?: FunctionConfigurationEnvironment;
155
+
156
+ ExecArgs?: string;
157
+
158
+ Executable?: string;
159
+
160
+ MemorySize?: number;
161
+
162
+ Pinned?: boolean;
163
+
164
+ Timeout?: number;
165
+ }
166
+ export declare namespace FunctionConfiguration {
167
+
168
+ const filterSensitiveLog: (obj: FunctionConfiguration) => any;
169
+ }
170
+
171
+ export interface Function {
172
+
173
+ FunctionArn?: string;
174
+
175
+ FunctionConfiguration?: FunctionConfiguration;
176
+
177
+ Id: string | undefined;
178
+ }
179
+ export declare namespace Function {
180
+
181
+ const filterSensitiveLog: (obj: Function) => any;
182
+ }
183
+
184
+ export interface GroupCertificateAuthorityProperties {
185
+
186
+ GroupCertificateAuthorityArn?: string;
187
+
188
+ GroupCertificateAuthorityId?: string;
189
+ }
190
+ export declare namespace GroupCertificateAuthorityProperties {
191
+
192
+ const filterSensitiveLog: (obj: GroupCertificateAuthorityProperties) => any;
193
+ }
194
+
195
+ export interface GroupInformation {
196
+
197
+ Arn?: string;
198
+
199
+ CreationTimestamp?: string;
200
+
201
+ Id?: string;
202
+
203
+ LastUpdatedTimestamp?: string;
204
+
205
+ LatestVersion?: string;
206
+
207
+ LatestVersionArn?: string;
208
+
209
+ Name?: string;
210
+ }
211
+ export declare namespace GroupInformation {
212
+
213
+ const filterSensitiveLog: (obj: GroupInformation) => any;
214
+ }
215
+ export declare enum LoggerComponent {
216
+ GreengrassSystem = "GreengrassSystem",
217
+ Lambda = "Lambda"
218
+ }
219
+ export declare enum LoggerLevel {
220
+ DEBUG = "DEBUG",
221
+ ERROR = "ERROR",
222
+ FATAL = "FATAL",
223
+ INFO = "INFO",
224
+ WARN = "WARN"
225
+ }
226
+ export declare enum LoggerType {
227
+ AWSCloudWatch = "AWSCloudWatch",
228
+ FileSystem = "FileSystem"
229
+ }
230
+
231
+ export interface Logger {
232
+
233
+ Component: LoggerComponent | string | undefined;
234
+
235
+ Id: string | undefined;
236
+
237
+ Level: LoggerLevel | string | undefined;
238
+
239
+ Space?: number;
240
+
241
+ Type: LoggerType | string | undefined;
242
+ }
243
+ export declare namespace Logger {
244
+
245
+ const filterSensitiveLog: (obj: Logger) => any;
246
+ }
247
+
248
+ export interface GroupOwnerSetting {
249
+
250
+ AutoAddGroupOwner?: boolean;
251
+
252
+ GroupOwner?: string;
253
+ }
254
+ export declare namespace GroupOwnerSetting {
255
+
256
+ const filterSensitiveLog: (obj: GroupOwnerSetting) => any;
257
+ }
258
+
259
+ export interface LocalDeviceResourceData {
260
+
261
+ GroupOwnerSetting?: GroupOwnerSetting;
262
+
263
+ SourcePath?: string;
264
+ }
265
+ export declare namespace LocalDeviceResourceData {
266
+
267
+ const filterSensitiveLog: (obj: LocalDeviceResourceData) => any;
268
+ }
269
+
270
+ export interface LocalVolumeResourceData {
271
+
272
+ DestinationPath?: string;
273
+
274
+ GroupOwnerSetting?: GroupOwnerSetting;
275
+
276
+ SourcePath?: string;
277
+ }
278
+ export declare namespace LocalVolumeResourceData {
279
+
280
+ const filterSensitiveLog: (obj: LocalVolumeResourceData) => any;
281
+ }
282
+
283
+ export interface ResourceDownloadOwnerSetting {
284
+
285
+ GroupOwner: string | undefined;
286
+
287
+ GroupPermission: Permission | string | undefined;
288
+ }
289
+ export declare namespace ResourceDownloadOwnerSetting {
290
+
291
+ const filterSensitiveLog: (obj: ResourceDownloadOwnerSetting) => any;
292
+ }
293
+
294
+ export interface S3MachineLearningModelResourceData {
295
+
296
+ DestinationPath?: string;
297
+
298
+ OwnerSetting?: ResourceDownloadOwnerSetting;
299
+
300
+ S3Uri?: string;
301
+ }
302
+ export declare namespace S3MachineLearningModelResourceData {
303
+
304
+ const filterSensitiveLog: (obj: S3MachineLearningModelResourceData) => any;
305
+ }
306
+
307
+ export interface SageMakerMachineLearningModelResourceData {
308
+
309
+ DestinationPath?: string;
310
+
311
+ OwnerSetting?: ResourceDownloadOwnerSetting;
312
+
313
+ SageMakerJobArn?: string;
314
+ }
315
+ export declare namespace SageMakerMachineLearningModelResourceData {
316
+
317
+ const filterSensitiveLog: (obj: SageMakerMachineLearningModelResourceData) => any;
318
+ }
319
+
320
+ export interface SecretsManagerSecretResourceData {
321
+
322
+ ARN?: string;
323
+
324
+ AdditionalStagingLabelsToDownload?: string[];
325
+ }
326
+ export declare namespace SecretsManagerSecretResourceData {
327
+
328
+ const filterSensitiveLog: (obj: SecretsManagerSecretResourceData) => any;
329
+ }
330
+
331
+ export interface ResourceDataContainer {
332
+
333
+ LocalDeviceResourceData?: LocalDeviceResourceData;
334
+
335
+ LocalVolumeResourceData?: LocalVolumeResourceData;
336
+
337
+ S3MachineLearningModelResourceData?: S3MachineLearningModelResourceData;
338
+
339
+ SageMakerMachineLearningModelResourceData?: SageMakerMachineLearningModelResourceData;
340
+
341
+ SecretsManagerSecretResourceData?: SecretsManagerSecretResourceData;
342
+ }
343
+ export declare namespace ResourceDataContainer {
344
+
345
+ const filterSensitiveLog: (obj: ResourceDataContainer) => any;
346
+ }
347
+
348
+ export interface Resource {
349
+
350
+ Id: string | undefined;
351
+
352
+ Name: string | undefined;
353
+
354
+ ResourceDataContainer: ResourceDataContainer | undefined;
355
+ }
356
+ export declare namespace Resource {
357
+
358
+ const filterSensitiveLog: (obj: Resource) => any;
359
+ }
360
+
361
+ export interface Subscription {
362
+
363
+ Id: string | undefined;
364
+
365
+ Source: string | undefined;
366
+
367
+ Subject: string | undefined;
368
+
369
+ Target: string | undefined;
370
+ }
371
+ export declare namespace Subscription {
372
+
373
+ const filterSensitiveLog: (obj: Subscription) => any;
374
+ }
375
+
376
+ export interface VersionInformation {
377
+
378
+ Arn?: string;
379
+
380
+ CreationTimestamp?: string;
381
+
382
+ Id?: string;
383
+
384
+ Version?: string;
385
+ }
386
+ export declare namespace VersionInformation {
387
+
388
+ const filterSensitiveLog: (obj: VersionInformation) => any;
389
+ }
390
+ export interface AssociateRoleToGroupRequest {
391
+
392
+ GroupId: string | undefined;
393
+
394
+ RoleArn: string | undefined;
395
+ }
396
+ export declare namespace AssociateRoleToGroupRequest {
397
+
398
+ const filterSensitiveLog: (obj: AssociateRoleToGroupRequest) => any;
399
+ }
400
+ export interface AssociateRoleToGroupResponse {
401
+
402
+ AssociatedAt?: string;
403
+ }
404
+ export declare namespace AssociateRoleToGroupResponse {
405
+
406
+ const filterSensitiveLog: (obj: AssociateRoleToGroupResponse) => any;
407
+ }
408
+
409
+ export interface ErrorDetail {
410
+
411
+ DetailedErrorCode?: string;
412
+
413
+ DetailedErrorMessage?: string;
414
+ }
415
+ export declare namespace ErrorDetail {
416
+
417
+ const filterSensitiveLog: (obj: ErrorDetail) => any;
418
+ }
419
+
420
+ export interface BadRequestException extends __SmithyException, $MetadataBearer {
421
+ name: "BadRequestException";
422
+ $fault: "client";
423
+
424
+ ErrorDetails?: ErrorDetail[];
425
+
426
+ Message?: string;
427
+ }
428
+
429
+ export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
430
+ name: "InternalServerErrorException";
431
+ $fault: "server";
432
+
433
+ ErrorDetails?: ErrorDetail[];
434
+
435
+ Message?: string;
436
+ }
437
+ export interface AssociateServiceRoleToAccountRequest {
438
+
439
+ RoleArn: string | undefined;
440
+ }
441
+ export declare namespace AssociateServiceRoleToAccountRequest {
442
+
443
+ const filterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
444
+ }
445
+ export interface AssociateServiceRoleToAccountResponse {
446
+
447
+ AssociatedAt?: string;
448
+ }
449
+ export declare namespace AssociateServiceRoleToAccountResponse {
450
+
451
+ const filterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
452
+ }
453
+
454
+ export interface BulkDeployment {
455
+
456
+ BulkDeploymentArn?: string;
457
+
458
+ BulkDeploymentId?: string;
459
+
460
+ CreatedAt?: string;
461
+ }
462
+ export declare namespace BulkDeployment {
463
+
464
+ const filterSensitiveLog: (obj: BulkDeployment) => any;
465
+ }
466
+
467
+ export interface BulkDeploymentMetrics {
468
+
469
+ InvalidInputRecords?: number;
470
+
471
+ RecordsProcessed?: number;
472
+
473
+ RetryAttempts?: number;
474
+ }
475
+ export declare namespace BulkDeploymentMetrics {
476
+
477
+ const filterSensitiveLog: (obj: BulkDeploymentMetrics) => any;
478
+ }
479
+ export declare enum DeploymentType {
480
+ ForceResetDeployment = "ForceResetDeployment",
481
+ NewDeployment = "NewDeployment",
482
+ Redeployment = "Redeployment",
483
+ ResetDeployment = "ResetDeployment"
484
+ }
485
+
486
+ export interface BulkDeploymentResult {
487
+
488
+ CreatedAt?: string;
489
+
490
+ DeploymentArn?: string;
491
+
492
+ DeploymentId?: string;
493
+
494
+ DeploymentStatus?: string;
495
+
496
+ DeploymentType?: DeploymentType | string;
497
+
498
+ ErrorDetails?: ErrorDetail[];
499
+
500
+ ErrorMessage?: string;
501
+
502
+ GroupArn?: string;
503
+ }
504
+ export declare namespace BulkDeploymentResult {
505
+
506
+ const filterSensitiveLog: (obj: BulkDeploymentResult) => any;
507
+ }
508
+ export declare enum BulkDeploymentStatus {
509
+ Completed = "Completed",
510
+ Failed = "Failed",
511
+ Initializing = "Initializing",
512
+ Running = "Running",
513
+ Stopped = "Stopped",
514
+ Stopping = "Stopping"
515
+ }
516
+ export declare enum ConfigurationSyncStatus {
517
+ InSync = "InSync",
518
+ OutOfSync = "OutOfSync"
519
+ }
520
+
521
+ export interface ConnectorDefinitionVersion {
522
+
523
+ Connectors?: Connector[];
524
+ }
525
+ export declare namespace ConnectorDefinitionVersion {
526
+
527
+ const filterSensitiveLog: (obj: ConnectorDefinitionVersion) => any;
528
+ }
529
+
530
+ export interface CoreDefinitionVersion {
531
+
532
+ Cores?: Core[];
533
+ }
534
+ export declare namespace CoreDefinitionVersion {
535
+
536
+ const filterSensitiveLog: (obj: CoreDefinitionVersion) => any;
537
+ }
538
+ export interface CreateConnectorDefinitionRequest {
539
+
540
+ AmznClientToken?: string;
541
+
542
+ InitialVersion?: ConnectorDefinitionVersion;
543
+
544
+ Name?: string;
545
+
546
+ tags?: {
547
+ [key: string]: string;
548
+ };
549
+ }
550
+ export declare namespace CreateConnectorDefinitionRequest {
551
+
552
+ const filterSensitiveLog: (obj: CreateConnectorDefinitionRequest) => any;
553
+ }
554
+ export interface CreateConnectorDefinitionResponse {
555
+
556
+ Arn?: string;
557
+
558
+ CreationTimestamp?: string;
559
+
560
+ Id?: string;
561
+
562
+ LastUpdatedTimestamp?: string;
563
+
564
+ LatestVersion?: string;
565
+
566
+ LatestVersionArn?: string;
567
+
568
+ Name?: string;
569
+ }
570
+ export declare namespace CreateConnectorDefinitionResponse {
571
+
572
+ const filterSensitiveLog: (obj: CreateConnectorDefinitionResponse) => any;
573
+ }
574
+ export interface CreateConnectorDefinitionVersionRequest {
575
+
576
+ AmznClientToken?: string;
577
+
578
+ ConnectorDefinitionId: string | undefined;
579
+
580
+ Connectors?: Connector[];
581
+ }
582
+ export declare namespace CreateConnectorDefinitionVersionRequest {
583
+
584
+ const filterSensitiveLog: (obj: CreateConnectorDefinitionVersionRequest) => any;
585
+ }
586
+ export interface CreateConnectorDefinitionVersionResponse {
587
+
588
+ Arn?: string;
589
+
590
+ CreationTimestamp?: string;
591
+
592
+ Id?: string;
593
+
594
+ Version?: string;
595
+ }
596
+ export declare namespace CreateConnectorDefinitionVersionResponse {
597
+
598
+ const filterSensitiveLog: (obj: CreateConnectorDefinitionVersionResponse) => any;
599
+ }
600
+
601
+ export interface CreateCoreDefinitionRequest {
602
+
603
+ AmznClientToken?: string;
604
+
605
+ InitialVersion?: CoreDefinitionVersion;
606
+
607
+ Name?: string;
608
+
609
+ tags?: {
610
+ [key: string]: string;
611
+ };
612
+ }
613
+ export declare namespace CreateCoreDefinitionRequest {
614
+
615
+ const filterSensitiveLog: (obj: CreateCoreDefinitionRequest) => any;
616
+ }
617
+ export interface CreateCoreDefinitionResponse {
618
+
619
+ Arn?: string;
620
+
621
+ CreationTimestamp?: string;
622
+
623
+ Id?: string;
624
+
625
+ LastUpdatedTimestamp?: string;
626
+
627
+ LatestVersion?: string;
628
+
629
+ LatestVersionArn?: string;
630
+
631
+ Name?: string;
632
+ }
633
+ export declare namespace CreateCoreDefinitionResponse {
634
+
635
+ const filterSensitiveLog: (obj: CreateCoreDefinitionResponse) => any;
636
+ }
637
+ export interface CreateCoreDefinitionVersionRequest {
638
+
639
+ AmznClientToken?: string;
640
+
641
+ CoreDefinitionId: string | undefined;
642
+
643
+ Cores?: Core[];
644
+ }
645
+ export declare namespace CreateCoreDefinitionVersionRequest {
646
+
647
+ const filterSensitiveLog: (obj: CreateCoreDefinitionVersionRequest) => any;
648
+ }
649
+ export interface CreateCoreDefinitionVersionResponse {
650
+
651
+ Arn?: string;
652
+
653
+ CreationTimestamp?: string;
654
+
655
+ Id?: string;
656
+
657
+ Version?: string;
658
+ }
659
+ export declare namespace CreateCoreDefinitionVersionResponse {
660
+
661
+ const filterSensitiveLog: (obj: CreateCoreDefinitionVersionResponse) => any;
662
+ }
663
+ export interface CreateDeploymentRequest {
664
+
665
+ AmznClientToken?: string;
666
+
667
+ DeploymentId?: string;
668
+
669
+ DeploymentType: DeploymentType | string | undefined;
670
+
671
+ GroupId: string | undefined;
672
+
673
+ GroupVersionId?: string;
674
+ }
675
+ export declare namespace CreateDeploymentRequest {
676
+
677
+ const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
678
+ }
679
+ export interface CreateDeploymentResponse {
680
+
681
+ DeploymentArn?: string;
682
+
683
+ DeploymentId?: string;
684
+ }
685
+ export declare namespace CreateDeploymentResponse {
686
+
687
+ const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
688
+ }
689
+
690
+ export interface DeviceDefinitionVersion {
691
+
692
+ Devices?: Device[];
693
+ }
694
+ export declare namespace DeviceDefinitionVersion {
695
+
696
+ const filterSensitiveLog: (obj: DeviceDefinitionVersion) => any;
697
+ }
698
+ export interface CreateDeviceDefinitionRequest {
699
+
700
+ AmznClientToken?: string;
701
+
702
+ InitialVersion?: DeviceDefinitionVersion;
703
+
704
+ Name?: string;
705
+
706
+ tags?: {
707
+ [key: string]: string;
708
+ };
709
+ }
710
+ export declare namespace CreateDeviceDefinitionRequest {
711
+
712
+ const filterSensitiveLog: (obj: CreateDeviceDefinitionRequest) => any;
713
+ }
714
+ export interface CreateDeviceDefinitionResponse {
715
+
716
+ Arn?: string;
717
+
718
+ CreationTimestamp?: string;
719
+
720
+ Id?: string;
721
+
722
+ LastUpdatedTimestamp?: string;
723
+
724
+ LatestVersion?: string;
725
+
726
+ LatestVersionArn?: string;
727
+
728
+ Name?: string;
729
+ }
730
+ export declare namespace CreateDeviceDefinitionResponse {
731
+
732
+ const filterSensitiveLog: (obj: CreateDeviceDefinitionResponse) => any;
733
+ }
734
+ export interface CreateDeviceDefinitionVersionRequest {
735
+
736
+ AmznClientToken?: string;
737
+
738
+ DeviceDefinitionId: string | undefined;
739
+
740
+ Devices?: Device[];
741
+ }
742
+ export declare namespace CreateDeviceDefinitionVersionRequest {
743
+
744
+ const filterSensitiveLog: (obj: CreateDeviceDefinitionVersionRequest) => any;
745
+ }
746
+ export interface CreateDeviceDefinitionVersionResponse {
747
+
748
+ Arn?: string;
749
+
750
+ CreationTimestamp?: string;
751
+
752
+ Id?: string;
753
+
754
+ Version?: string;
755
+ }
756
+ export declare namespace CreateDeviceDefinitionVersionResponse {
757
+
758
+ const filterSensitiveLog: (obj: CreateDeviceDefinitionVersionResponse) => any;
759
+ }
760
+
761
+ export interface FunctionDefaultExecutionConfig {
762
+
763
+ IsolationMode?: FunctionIsolationMode | string;
764
+
765
+ RunAs?: FunctionRunAsConfig;
766
+ }
767
+ export declare namespace FunctionDefaultExecutionConfig {
768
+
769
+ const filterSensitiveLog: (obj: FunctionDefaultExecutionConfig) => any;
770
+ }
771
+
772
+ export interface FunctionDefaultConfig {
773
+
774
+ Execution?: FunctionDefaultExecutionConfig;
775
+ }
776
+ export declare namespace FunctionDefaultConfig {
777
+
778
+ const filterSensitiveLog: (obj: FunctionDefaultConfig) => any;
779
+ }
780
+
781
+ export interface FunctionDefinitionVersion {
782
+
783
+ DefaultConfig?: FunctionDefaultConfig;
784
+
785
+ Functions?: Function[];
786
+ }
787
+ export declare namespace FunctionDefinitionVersion {
788
+
789
+ const filterSensitiveLog: (obj: FunctionDefinitionVersion) => any;
790
+ }
791
+ export interface CreateFunctionDefinitionRequest {
792
+
793
+ AmznClientToken?: string;
794
+
795
+ InitialVersion?: FunctionDefinitionVersion;
796
+
797
+ Name?: string;
798
+
799
+ tags?: {
800
+ [key: string]: string;
801
+ };
802
+ }
803
+ export declare namespace CreateFunctionDefinitionRequest {
804
+
805
+ const filterSensitiveLog: (obj: CreateFunctionDefinitionRequest) => any;
806
+ }
807
+ export interface CreateFunctionDefinitionResponse {
808
+
809
+ Arn?: string;
810
+
811
+ CreationTimestamp?: string;
812
+
813
+ Id?: string;
814
+
815
+ LastUpdatedTimestamp?: string;
816
+
817
+ LatestVersion?: string;
818
+
819
+ LatestVersionArn?: string;
820
+
821
+ Name?: string;
822
+ }
823
+ export declare namespace CreateFunctionDefinitionResponse {
824
+
825
+ const filterSensitiveLog: (obj: CreateFunctionDefinitionResponse) => any;
826
+ }
827
+
828
+ export interface CreateFunctionDefinitionVersionRequest {
829
+
830
+ AmznClientToken?: string;
831
+
832
+ DefaultConfig?: FunctionDefaultConfig;
833
+
834
+ FunctionDefinitionId: string | undefined;
835
+
836
+ Functions?: Function[];
837
+ }
838
+ export declare namespace CreateFunctionDefinitionVersionRequest {
839
+
840
+ const filterSensitiveLog: (obj: CreateFunctionDefinitionVersionRequest) => any;
841
+ }
842
+ export interface CreateFunctionDefinitionVersionResponse {
843
+
844
+ Arn?: string;
845
+
846
+ CreationTimestamp?: string;
847
+
848
+ Id?: string;
849
+
850
+ Version?: string;
851
+ }
852
+ export declare namespace CreateFunctionDefinitionVersionResponse {
853
+
854
+ const filterSensitiveLog: (obj: CreateFunctionDefinitionVersionResponse) => any;
855
+ }
856
+
857
+ export interface GroupVersion {
858
+
859
+ ConnectorDefinitionVersionArn?: string;
860
+
861
+ CoreDefinitionVersionArn?: string;
862
+
863
+ DeviceDefinitionVersionArn?: string;
864
+
865
+ FunctionDefinitionVersionArn?: string;
866
+
867
+ LoggerDefinitionVersionArn?: string;
868
+
869
+ ResourceDefinitionVersionArn?: string;
870
+
871
+ SubscriptionDefinitionVersionArn?: string;
872
+ }
873
+ export declare namespace GroupVersion {
874
+
875
+ const filterSensitiveLog: (obj: GroupVersion) => any;
876
+ }
877
+ export interface CreateGroupRequest {
878
+
879
+ AmznClientToken?: string;
880
+
881
+ InitialVersion?: GroupVersion;
882
+
883
+ Name: string | undefined;
884
+
885
+ tags?: {
886
+ [key: string]: string;
887
+ };
888
+ }
889
+ export declare namespace CreateGroupRequest {
890
+
891
+ const filterSensitiveLog: (obj: CreateGroupRequest) => any;
892
+ }
893
+ export interface CreateGroupResponse {
894
+
895
+ Arn?: string;
896
+
897
+ CreationTimestamp?: string;
898
+
899
+ Id?: string;
900
+
901
+ LastUpdatedTimestamp?: string;
902
+
903
+ LatestVersion?: string;
904
+
905
+ LatestVersionArn?: string;
906
+
907
+ Name?: string;
908
+ }
909
+ export declare namespace CreateGroupResponse {
910
+
911
+ const filterSensitiveLog: (obj: CreateGroupResponse) => any;
912
+ }
913
+ export interface CreateGroupCertificateAuthorityRequest {
914
+
915
+ AmznClientToken?: string;
916
+
917
+ GroupId: string | undefined;
918
+ }
919
+ export declare namespace CreateGroupCertificateAuthorityRequest {
920
+
921
+ const filterSensitiveLog: (obj: CreateGroupCertificateAuthorityRequest) => any;
922
+ }
923
+ export interface CreateGroupCertificateAuthorityResponse {
924
+
925
+ GroupCertificateAuthorityArn?: string;
926
+ }
927
+ export declare namespace CreateGroupCertificateAuthorityResponse {
928
+
929
+ const filterSensitiveLog: (obj: CreateGroupCertificateAuthorityResponse) => any;
930
+ }
931
+ export interface CreateGroupVersionRequest {
932
+
933
+ AmznClientToken?: string;
934
+
935
+ ConnectorDefinitionVersionArn?: string;
936
+
937
+ CoreDefinitionVersionArn?: string;
938
+
939
+ DeviceDefinitionVersionArn?: string;
940
+
941
+ FunctionDefinitionVersionArn?: string;
942
+
943
+ GroupId: string | undefined;
944
+
945
+ LoggerDefinitionVersionArn?: string;
946
+
947
+ ResourceDefinitionVersionArn?: string;
948
+
949
+ SubscriptionDefinitionVersionArn?: string;
950
+ }
951
+ export declare namespace CreateGroupVersionRequest {
952
+
953
+ const filterSensitiveLog: (obj: CreateGroupVersionRequest) => any;
954
+ }
955
+ export interface CreateGroupVersionResponse {
956
+
957
+ Arn?: string;
958
+
959
+ CreationTimestamp?: string;
960
+
961
+ Id?: string;
962
+
963
+ Version?: string;
964
+ }
965
+ export declare namespace CreateGroupVersionResponse {
966
+
967
+ const filterSensitiveLog: (obj: CreateGroupVersionResponse) => any;
968
+ }
969
+
970
+ export interface LoggerDefinitionVersion {
971
+
972
+ Loggers?: Logger[];
973
+ }
974
+ export declare namespace LoggerDefinitionVersion {
975
+
976
+ const filterSensitiveLog: (obj: LoggerDefinitionVersion) => any;
977
+ }
978
+ export interface CreateLoggerDefinitionRequest {
979
+
980
+ AmznClientToken?: string;
981
+
982
+ InitialVersion?: LoggerDefinitionVersion;
983
+
984
+ Name?: string;
985
+
986
+ tags?: {
987
+ [key: string]: string;
988
+ };
989
+ }
990
+ export declare namespace CreateLoggerDefinitionRequest {
991
+
992
+ const filterSensitiveLog: (obj: CreateLoggerDefinitionRequest) => any;
993
+ }
994
+ export interface CreateLoggerDefinitionResponse {
995
+
996
+ Arn?: string;
997
+
998
+ CreationTimestamp?: string;
999
+
1000
+ Id?: string;
1001
+
1002
+ LastUpdatedTimestamp?: string;
1003
+
1004
+ LatestVersion?: string;
1005
+
1006
+ LatestVersionArn?: string;
1007
+
1008
+ Name?: string;
1009
+ }
1010
+ export declare namespace CreateLoggerDefinitionResponse {
1011
+
1012
+ const filterSensitiveLog: (obj: CreateLoggerDefinitionResponse) => any;
1013
+ }
1014
+ export interface CreateLoggerDefinitionVersionRequest {
1015
+
1016
+ AmznClientToken?: string;
1017
+
1018
+ LoggerDefinitionId: string | undefined;
1019
+
1020
+ Loggers?: Logger[];
1021
+ }
1022
+ export declare namespace CreateLoggerDefinitionVersionRequest {
1023
+
1024
+ const filterSensitiveLog: (obj: CreateLoggerDefinitionVersionRequest) => any;
1025
+ }
1026
+ export interface CreateLoggerDefinitionVersionResponse {
1027
+
1028
+ Arn?: string;
1029
+
1030
+ CreationTimestamp?: string;
1031
+
1032
+ Id?: string;
1033
+
1034
+ Version?: string;
1035
+ }
1036
+ export declare namespace CreateLoggerDefinitionVersionResponse {
1037
+
1038
+ const filterSensitiveLog: (obj: CreateLoggerDefinitionVersionResponse) => any;
1039
+ }
1040
+
1041
+ export interface ResourceDefinitionVersion {
1042
+
1043
+ Resources?: Resource[];
1044
+ }
1045
+ export declare namespace ResourceDefinitionVersion {
1046
+
1047
+ const filterSensitiveLog: (obj: ResourceDefinitionVersion) => any;
1048
+ }
1049
+ export interface CreateResourceDefinitionRequest {
1050
+
1051
+ AmznClientToken?: string;
1052
+
1053
+ InitialVersion?: ResourceDefinitionVersion;
1054
+
1055
+ Name?: string;
1056
+
1057
+ tags?: {
1058
+ [key: string]: string;
1059
+ };
1060
+ }
1061
+ export declare namespace CreateResourceDefinitionRequest {
1062
+
1063
+ const filterSensitiveLog: (obj: CreateResourceDefinitionRequest) => any;
1064
+ }
1065
+ export interface CreateResourceDefinitionResponse {
1066
+
1067
+ Arn?: string;
1068
+
1069
+ CreationTimestamp?: string;
1070
+
1071
+ Id?: string;
1072
+
1073
+ LastUpdatedTimestamp?: string;
1074
+
1075
+ LatestVersion?: string;
1076
+
1077
+ LatestVersionArn?: string;
1078
+
1079
+ Name?: string;
1080
+ }
1081
+ export declare namespace CreateResourceDefinitionResponse {
1082
+
1083
+ const filterSensitiveLog: (obj: CreateResourceDefinitionResponse) => any;
1084
+ }
1085
+ export interface CreateResourceDefinitionVersionRequest {
1086
+
1087
+ AmznClientToken?: string;
1088
+
1089
+ ResourceDefinitionId: string | undefined;
1090
+
1091
+ Resources?: Resource[];
1092
+ }
1093
+ export declare namespace CreateResourceDefinitionVersionRequest {
1094
+
1095
+ const filterSensitiveLog: (obj: CreateResourceDefinitionVersionRequest) => any;
1096
+ }
1097
+ export interface CreateResourceDefinitionVersionResponse {
1098
+
1099
+ Arn?: string;
1100
+
1101
+ CreationTimestamp?: string;
1102
+
1103
+ Id?: string;
1104
+
1105
+ Version?: string;
1106
+ }
1107
+ export declare namespace CreateResourceDefinitionVersionResponse {
1108
+
1109
+ const filterSensitiveLog: (obj: CreateResourceDefinitionVersionResponse) => any;
1110
+ }
1111
+ export declare enum SoftwareToUpdate {
1112
+ core = "core",
1113
+ ota_agent = "ota_agent"
1114
+ }
1115
+ export declare enum UpdateAgentLogLevel {
1116
+ DEBUG = "DEBUG",
1117
+ ERROR = "ERROR",
1118
+ FATAL = "FATAL",
1119
+ INFO = "INFO",
1120
+ NONE = "NONE",
1121
+ TRACE = "TRACE",
1122
+ VERBOSE = "VERBOSE",
1123
+ WARN = "WARN"
1124
+ }
1125
+ export declare enum UpdateTargetsArchitecture {
1126
+ aarch64 = "aarch64",
1127
+ armv6l = "armv6l",
1128
+ armv7l = "armv7l",
1129
+ x86_64 = "x86_64"
1130
+ }
1131
+ export declare enum UpdateTargetsOperatingSystem {
1132
+ amazon_linux = "amazon_linux",
1133
+ openwrt = "openwrt",
1134
+ raspbian = "raspbian",
1135
+ ubuntu = "ubuntu"
1136
+ }
1137
+ export interface CreateSoftwareUpdateJobRequest {
1138
+
1139
+ AmznClientToken?: string;
1140
+
1141
+ S3UrlSignerRole: string | undefined;
1142
+
1143
+ SoftwareToUpdate: SoftwareToUpdate | string | undefined;
1144
+
1145
+ UpdateAgentLogLevel?: UpdateAgentLogLevel | string;
1146
+
1147
+ UpdateTargets: string[] | undefined;
1148
+
1149
+ UpdateTargetsArchitecture: UpdateTargetsArchitecture | string | undefined;
1150
+
1151
+ UpdateTargetsOperatingSystem: UpdateTargetsOperatingSystem | string | undefined;
1152
+ }
1153
+ export declare namespace CreateSoftwareUpdateJobRequest {
1154
+
1155
+ const filterSensitiveLog: (obj: CreateSoftwareUpdateJobRequest) => any;
1156
+ }
1157
+ export interface CreateSoftwareUpdateJobResponse {
1158
+
1159
+ IotJobArn?: string;
1160
+
1161
+ IotJobId?: string;
1162
+
1163
+ PlatformSoftwareVersion?: string;
1164
+ }
1165
+ export declare namespace CreateSoftwareUpdateJobResponse {
1166
+
1167
+ const filterSensitiveLog: (obj: CreateSoftwareUpdateJobResponse) => any;
1168
+ }
1169
+
1170
+ export interface SubscriptionDefinitionVersion {
1171
+
1172
+ Subscriptions?: Subscription[];
1173
+ }
1174
+ export declare namespace SubscriptionDefinitionVersion {
1175
+
1176
+ const filterSensitiveLog: (obj: SubscriptionDefinitionVersion) => any;
1177
+ }
1178
+ export interface CreateSubscriptionDefinitionRequest {
1179
+
1180
+ AmznClientToken?: string;
1181
+
1182
+ InitialVersion?: SubscriptionDefinitionVersion;
1183
+
1184
+ Name?: string;
1185
+
1186
+ tags?: {
1187
+ [key: string]: string;
1188
+ };
1189
+ }
1190
+ export declare namespace CreateSubscriptionDefinitionRequest {
1191
+
1192
+ const filterSensitiveLog: (obj: CreateSubscriptionDefinitionRequest) => any;
1193
+ }
1194
+ export interface CreateSubscriptionDefinitionResponse {
1195
+
1196
+ Arn?: string;
1197
+
1198
+ CreationTimestamp?: string;
1199
+
1200
+ Id?: string;
1201
+
1202
+ LastUpdatedTimestamp?: string;
1203
+
1204
+ LatestVersion?: string;
1205
+
1206
+ LatestVersionArn?: string;
1207
+
1208
+ Name?: string;
1209
+ }
1210
+ export declare namespace CreateSubscriptionDefinitionResponse {
1211
+
1212
+ const filterSensitiveLog: (obj: CreateSubscriptionDefinitionResponse) => any;
1213
+ }
1214
+ export interface CreateSubscriptionDefinitionVersionRequest {
1215
+
1216
+ AmznClientToken?: string;
1217
+
1218
+ SubscriptionDefinitionId: string | undefined;
1219
+
1220
+ Subscriptions?: Subscription[];
1221
+ }
1222
+ export declare namespace CreateSubscriptionDefinitionVersionRequest {
1223
+
1224
+ const filterSensitiveLog: (obj: CreateSubscriptionDefinitionVersionRequest) => any;
1225
+ }
1226
+ export interface CreateSubscriptionDefinitionVersionResponse {
1227
+
1228
+ Arn?: string;
1229
+
1230
+ CreationTimestamp?: string;
1231
+
1232
+ Id?: string;
1233
+
1234
+ Version?: string;
1235
+ }
1236
+ export declare namespace CreateSubscriptionDefinitionVersionResponse {
1237
+
1238
+ const filterSensitiveLog: (obj: CreateSubscriptionDefinitionVersionResponse) => any;
1239
+ }
1240
+ export interface DeleteConnectorDefinitionRequest {
1241
+
1242
+ ConnectorDefinitionId: string | undefined;
1243
+ }
1244
+ export declare namespace DeleteConnectorDefinitionRequest {
1245
+
1246
+ const filterSensitiveLog: (obj: DeleteConnectorDefinitionRequest) => any;
1247
+ }
1248
+ export interface DeleteConnectorDefinitionResponse {
1249
+ }
1250
+ export declare namespace DeleteConnectorDefinitionResponse {
1251
+
1252
+ const filterSensitiveLog: (obj: DeleteConnectorDefinitionResponse) => any;
1253
+ }
1254
+ export interface DeleteCoreDefinitionRequest {
1255
+
1256
+ CoreDefinitionId: string | undefined;
1257
+ }
1258
+ export declare namespace DeleteCoreDefinitionRequest {
1259
+
1260
+ const filterSensitiveLog: (obj: DeleteCoreDefinitionRequest) => any;
1261
+ }
1262
+ export interface DeleteCoreDefinitionResponse {
1263
+ }
1264
+ export declare namespace DeleteCoreDefinitionResponse {
1265
+
1266
+ const filterSensitiveLog: (obj: DeleteCoreDefinitionResponse) => any;
1267
+ }
1268
+ export interface DeleteDeviceDefinitionRequest {
1269
+
1270
+ DeviceDefinitionId: string | undefined;
1271
+ }
1272
+ export declare namespace DeleteDeviceDefinitionRequest {
1273
+
1274
+ const filterSensitiveLog: (obj: DeleteDeviceDefinitionRequest) => any;
1275
+ }
1276
+ export interface DeleteDeviceDefinitionResponse {
1277
+ }
1278
+ export declare namespace DeleteDeviceDefinitionResponse {
1279
+
1280
+ const filterSensitiveLog: (obj: DeleteDeviceDefinitionResponse) => any;
1281
+ }
1282
+ export interface DeleteFunctionDefinitionRequest {
1283
+
1284
+ FunctionDefinitionId: string | undefined;
1285
+ }
1286
+ export declare namespace DeleteFunctionDefinitionRequest {
1287
+
1288
+ const filterSensitiveLog: (obj: DeleteFunctionDefinitionRequest) => any;
1289
+ }
1290
+ export interface DeleteFunctionDefinitionResponse {
1291
+ }
1292
+ export declare namespace DeleteFunctionDefinitionResponse {
1293
+
1294
+ const filterSensitiveLog: (obj: DeleteFunctionDefinitionResponse) => any;
1295
+ }
1296
+ export interface DeleteGroupRequest {
1297
+
1298
+ GroupId: string | undefined;
1299
+ }
1300
+ export declare namespace DeleteGroupRequest {
1301
+
1302
+ const filterSensitiveLog: (obj: DeleteGroupRequest) => any;
1303
+ }
1304
+ export interface DeleteGroupResponse {
1305
+ }
1306
+ export declare namespace DeleteGroupResponse {
1307
+
1308
+ const filterSensitiveLog: (obj: DeleteGroupResponse) => any;
1309
+ }
1310
+ export interface DeleteLoggerDefinitionRequest {
1311
+
1312
+ LoggerDefinitionId: string | undefined;
1313
+ }
1314
+ export declare namespace DeleteLoggerDefinitionRequest {
1315
+
1316
+ const filterSensitiveLog: (obj: DeleteLoggerDefinitionRequest) => any;
1317
+ }
1318
+ export interface DeleteLoggerDefinitionResponse {
1319
+ }
1320
+ export declare namespace DeleteLoggerDefinitionResponse {
1321
+
1322
+ const filterSensitiveLog: (obj: DeleteLoggerDefinitionResponse) => any;
1323
+ }
1324
+ export interface DeleteResourceDefinitionRequest {
1325
+
1326
+ ResourceDefinitionId: string | undefined;
1327
+ }
1328
+ export declare namespace DeleteResourceDefinitionRequest {
1329
+
1330
+ const filterSensitiveLog: (obj: DeleteResourceDefinitionRequest) => any;
1331
+ }
1332
+ export interface DeleteResourceDefinitionResponse {
1333
+ }
1334
+ export declare namespace DeleteResourceDefinitionResponse {
1335
+
1336
+ const filterSensitiveLog: (obj: DeleteResourceDefinitionResponse) => any;
1337
+ }
1338
+ export interface DeleteSubscriptionDefinitionRequest {
1339
+
1340
+ SubscriptionDefinitionId: string | undefined;
1341
+ }
1342
+ export declare namespace DeleteSubscriptionDefinitionRequest {
1343
+
1344
+ const filterSensitiveLog: (obj: DeleteSubscriptionDefinitionRequest) => any;
1345
+ }
1346
+ export interface DeleteSubscriptionDefinitionResponse {
1347
+ }
1348
+ export declare namespace DeleteSubscriptionDefinitionResponse {
1349
+
1350
+ const filterSensitiveLog: (obj: DeleteSubscriptionDefinitionResponse) => any;
1351
+ }
1352
+
1353
+ export interface Deployment {
1354
+
1355
+ CreatedAt?: string;
1356
+
1357
+ DeploymentArn?: string;
1358
+
1359
+ DeploymentId?: string;
1360
+
1361
+ DeploymentType?: DeploymentType | string;
1362
+
1363
+ GroupArn?: string;
1364
+ }
1365
+ export declare namespace Deployment {
1366
+
1367
+ const filterSensitiveLog: (obj: Deployment) => any;
1368
+ }
1369
+ export interface DisassociateRoleFromGroupRequest {
1370
+
1371
+ GroupId: string | undefined;
1372
+ }
1373
+ export declare namespace DisassociateRoleFromGroupRequest {
1374
+
1375
+ const filterSensitiveLog: (obj: DisassociateRoleFromGroupRequest) => any;
1376
+ }
1377
+ export interface DisassociateRoleFromGroupResponse {
1378
+
1379
+ DisassociatedAt?: string;
1380
+ }
1381
+ export declare namespace DisassociateRoleFromGroupResponse {
1382
+
1383
+ const filterSensitiveLog: (obj: DisassociateRoleFromGroupResponse) => any;
1384
+ }
1385
+ export interface DisassociateServiceRoleFromAccountRequest {
1386
+ }
1387
+ export declare namespace DisassociateServiceRoleFromAccountRequest {
1388
+
1389
+ const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
1390
+ }
1391
+ export interface DisassociateServiceRoleFromAccountResponse {
1392
+
1393
+ DisassociatedAt?: string;
1394
+ }
1395
+ export declare namespace DisassociateServiceRoleFromAccountResponse {
1396
+
1397
+ const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
1398
+ }
1399
+ export interface GetAssociatedRoleRequest {
1400
+
1401
+ GroupId: string | undefined;
1402
+ }
1403
+ export declare namespace GetAssociatedRoleRequest {
1404
+
1405
+ const filterSensitiveLog: (obj: GetAssociatedRoleRequest) => any;
1406
+ }
1407
+ export interface GetAssociatedRoleResponse {
1408
+
1409
+ AssociatedAt?: string;
1410
+
1411
+ RoleArn?: string;
1412
+ }
1413
+ export declare namespace GetAssociatedRoleResponse {
1414
+
1415
+ const filterSensitiveLog: (obj: GetAssociatedRoleResponse) => any;
1416
+ }
1417
+ export interface GetBulkDeploymentStatusRequest {
1418
+
1419
+ BulkDeploymentId: string | undefined;
1420
+ }
1421
+ export declare namespace GetBulkDeploymentStatusRequest {
1422
+
1423
+ const filterSensitiveLog: (obj: GetBulkDeploymentStatusRequest) => any;
1424
+ }
1425
+ export interface GetBulkDeploymentStatusResponse {
1426
+
1427
+ BulkDeploymentMetrics?: BulkDeploymentMetrics;
1428
+
1429
+ BulkDeploymentStatus?: BulkDeploymentStatus | string;
1430
+
1431
+ CreatedAt?: string;
1432
+
1433
+ ErrorDetails?: ErrorDetail[];
1434
+
1435
+ ErrorMessage?: string;
1436
+
1437
+ tags?: {
1438
+ [key: string]: string;
1439
+ };
1440
+ }
1441
+ export declare namespace GetBulkDeploymentStatusResponse {
1442
+
1443
+ const filterSensitiveLog: (obj: GetBulkDeploymentStatusResponse) => any;
1444
+ }
1445
+ export interface GetConnectivityInfoRequest {
1446
+
1447
+ ThingName: string | undefined;
1448
+ }
1449
+ export declare namespace GetConnectivityInfoRequest {
1450
+
1451
+ const filterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
1452
+ }
1453
+ export interface GetConnectivityInfoResponse {
1454
+
1455
+ ConnectivityInfo?: ConnectivityInfo[];
1456
+
1457
+ Message?: string;
1458
+ }
1459
+ export declare namespace GetConnectivityInfoResponse {
1460
+
1461
+ const filterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
1462
+ }
1463
+ export interface GetConnectorDefinitionRequest {
1464
+
1465
+ ConnectorDefinitionId: string | undefined;
1466
+ }
1467
+ export declare namespace GetConnectorDefinitionRequest {
1468
+
1469
+ const filterSensitiveLog: (obj: GetConnectorDefinitionRequest) => any;
1470
+ }
1471
+ export interface GetConnectorDefinitionResponse {
1472
+
1473
+ Arn?: string;
1474
+
1475
+ CreationTimestamp?: string;
1476
+
1477
+ Id?: string;
1478
+
1479
+ LastUpdatedTimestamp?: string;
1480
+
1481
+ LatestVersion?: string;
1482
+
1483
+ LatestVersionArn?: string;
1484
+
1485
+ Name?: string;
1486
+
1487
+ tags?: {
1488
+ [key: string]: string;
1489
+ };
1490
+ }
1491
+ export declare namespace GetConnectorDefinitionResponse {
1492
+
1493
+ const filterSensitiveLog: (obj: GetConnectorDefinitionResponse) => any;
1494
+ }
1495
+ export interface GetConnectorDefinitionVersionRequest {
1496
+
1497
+ ConnectorDefinitionId: string | undefined;
1498
+
1499
+ ConnectorDefinitionVersionId: string | undefined;
1500
+
1501
+ NextToken?: string;
1502
+ }
1503
+ export declare namespace GetConnectorDefinitionVersionRequest {
1504
+
1505
+ const filterSensitiveLog: (obj: GetConnectorDefinitionVersionRequest) => any;
1506
+ }
1507
+ export interface GetConnectorDefinitionVersionResponse {
1508
+
1509
+ Arn?: string;
1510
+
1511
+ CreationTimestamp?: string;
1512
+
1513
+ Definition?: ConnectorDefinitionVersion;
1514
+
1515
+ Id?: string;
1516
+
1517
+ NextToken?: string;
1518
+
1519
+ Version?: string;
1520
+ }
1521
+ export declare namespace GetConnectorDefinitionVersionResponse {
1522
+
1523
+ const filterSensitiveLog: (obj: GetConnectorDefinitionVersionResponse) => any;
1524
+ }
1525
+ export interface GetCoreDefinitionRequest {
1526
+
1527
+ CoreDefinitionId: string | undefined;
1528
+ }
1529
+ export declare namespace GetCoreDefinitionRequest {
1530
+
1531
+ const filterSensitiveLog: (obj: GetCoreDefinitionRequest) => any;
1532
+ }
1533
+ export interface GetCoreDefinitionResponse {
1534
+
1535
+ Arn?: string;
1536
+
1537
+ CreationTimestamp?: string;
1538
+
1539
+ Id?: string;
1540
+
1541
+ LastUpdatedTimestamp?: string;
1542
+
1543
+ LatestVersion?: string;
1544
+
1545
+ LatestVersionArn?: string;
1546
+
1547
+ Name?: string;
1548
+
1549
+ tags?: {
1550
+ [key: string]: string;
1551
+ };
1552
+ }
1553
+ export declare namespace GetCoreDefinitionResponse {
1554
+
1555
+ const filterSensitiveLog: (obj: GetCoreDefinitionResponse) => any;
1556
+ }
1557
+ export interface GetCoreDefinitionVersionRequest {
1558
+
1559
+ CoreDefinitionId: string | undefined;
1560
+
1561
+ CoreDefinitionVersionId: string | undefined;
1562
+ }
1563
+ export declare namespace GetCoreDefinitionVersionRequest {
1564
+
1565
+ const filterSensitiveLog: (obj: GetCoreDefinitionVersionRequest) => any;
1566
+ }
1567
+ export interface GetCoreDefinitionVersionResponse {
1568
+
1569
+ Arn?: string;
1570
+
1571
+ CreationTimestamp?: string;
1572
+
1573
+ Definition?: CoreDefinitionVersion;
1574
+
1575
+ Id?: string;
1576
+
1577
+ NextToken?: string;
1578
+
1579
+ Version?: string;
1580
+ }
1581
+ export declare namespace GetCoreDefinitionVersionResponse {
1582
+
1583
+ const filterSensitiveLog: (obj: GetCoreDefinitionVersionResponse) => any;
1584
+ }
1585
+ export interface GetDeploymentStatusRequest {
1586
+
1587
+ DeploymentId: string | undefined;
1588
+
1589
+ GroupId: string | undefined;
1590
+ }
1591
+ export declare namespace GetDeploymentStatusRequest {
1592
+
1593
+ const filterSensitiveLog: (obj: GetDeploymentStatusRequest) => any;
1594
+ }
1595
+ export interface GetDeploymentStatusResponse {
1596
+
1597
+ DeploymentStatus?: string;
1598
+
1599
+ DeploymentType?: DeploymentType | string;
1600
+
1601
+ ErrorDetails?: ErrorDetail[];
1602
+
1603
+ ErrorMessage?: string;
1604
+
1605
+ UpdatedAt?: string;
1606
+ }
1607
+ export declare namespace GetDeploymentStatusResponse {
1608
+
1609
+ const filterSensitiveLog: (obj: GetDeploymentStatusResponse) => any;
1610
+ }
1611
+ export interface GetDeviceDefinitionRequest {
1612
+
1613
+ DeviceDefinitionId: string | undefined;
1614
+ }
1615
+ export declare namespace GetDeviceDefinitionRequest {
1616
+
1617
+ const filterSensitiveLog: (obj: GetDeviceDefinitionRequest) => any;
1618
+ }
1619
+ export interface GetDeviceDefinitionResponse {
1620
+
1621
+ Arn?: string;
1622
+
1623
+ CreationTimestamp?: string;
1624
+
1625
+ Id?: string;
1626
+
1627
+ LastUpdatedTimestamp?: string;
1628
+
1629
+ LatestVersion?: string;
1630
+
1631
+ LatestVersionArn?: string;
1632
+
1633
+ Name?: string;
1634
+
1635
+ tags?: {
1636
+ [key: string]: string;
1637
+ };
1638
+ }
1639
+ export declare namespace GetDeviceDefinitionResponse {
1640
+
1641
+ const filterSensitiveLog: (obj: GetDeviceDefinitionResponse) => any;
1642
+ }
1643
+ export interface GetDeviceDefinitionVersionRequest {
1644
+
1645
+ DeviceDefinitionId: string | undefined;
1646
+
1647
+ DeviceDefinitionVersionId: string | undefined;
1648
+
1649
+ NextToken?: string;
1650
+ }
1651
+ export declare namespace GetDeviceDefinitionVersionRequest {
1652
+
1653
+ const filterSensitiveLog: (obj: GetDeviceDefinitionVersionRequest) => any;
1654
+ }
1655
+ export interface GetDeviceDefinitionVersionResponse {
1656
+
1657
+ Arn?: string;
1658
+
1659
+ CreationTimestamp?: string;
1660
+
1661
+ Definition?: DeviceDefinitionVersion;
1662
+
1663
+ Id?: string;
1664
+
1665
+ NextToken?: string;
1666
+
1667
+ Version?: string;
1668
+ }
1669
+ export declare namespace GetDeviceDefinitionVersionResponse {
1670
+
1671
+ const filterSensitiveLog: (obj: GetDeviceDefinitionVersionResponse) => any;
1672
+ }
1673
+ export interface GetFunctionDefinitionRequest {
1674
+
1675
+ FunctionDefinitionId: string | undefined;
1676
+ }
1677
+ export declare namespace GetFunctionDefinitionRequest {
1678
+
1679
+ const filterSensitiveLog: (obj: GetFunctionDefinitionRequest) => any;
1680
+ }
1681
+ export interface GetFunctionDefinitionResponse {
1682
+
1683
+ Arn?: string;
1684
+
1685
+ CreationTimestamp?: string;
1686
+
1687
+ Id?: string;
1688
+
1689
+ LastUpdatedTimestamp?: string;
1690
+
1691
+ LatestVersion?: string;
1692
+
1693
+ LatestVersionArn?: string;
1694
+
1695
+ Name?: string;
1696
+
1697
+ tags?: {
1698
+ [key: string]: string;
1699
+ };
1700
+ }
1701
+ export declare namespace GetFunctionDefinitionResponse {
1702
+
1703
+ const filterSensitiveLog: (obj: GetFunctionDefinitionResponse) => any;
1704
+ }
1705
+ export interface GetFunctionDefinitionVersionRequest {
1706
+
1707
+ FunctionDefinitionId: string | undefined;
1708
+
1709
+ FunctionDefinitionVersionId: string | undefined;
1710
+
1711
+ NextToken?: string;
1712
+ }
1713
+ export declare namespace GetFunctionDefinitionVersionRequest {
1714
+
1715
+ const filterSensitiveLog: (obj: GetFunctionDefinitionVersionRequest) => any;
1716
+ }
1717
+ export interface GetFunctionDefinitionVersionResponse {
1718
+
1719
+ Arn?: string;
1720
+
1721
+ CreationTimestamp?: string;
1722
+
1723
+ Definition?: FunctionDefinitionVersion;
1724
+
1725
+ Id?: string;
1726
+
1727
+ NextToken?: string;
1728
+
1729
+ Version?: string;
1730
+ }
1731
+ export declare namespace GetFunctionDefinitionVersionResponse {
1732
+
1733
+ const filterSensitiveLog: (obj: GetFunctionDefinitionVersionResponse) => any;
1734
+ }
1735
+ export interface GetGroupRequest {
1736
+
1737
+ GroupId: string | undefined;
1738
+ }
1739
+ export declare namespace GetGroupRequest {
1740
+
1741
+ const filterSensitiveLog: (obj: GetGroupRequest) => any;
1742
+ }
1743
+ export interface GetGroupResponse {
1744
+
1745
+ Arn?: string;
1746
+
1747
+ CreationTimestamp?: string;
1748
+
1749
+ Id?: string;
1750
+
1751
+ LastUpdatedTimestamp?: string;
1752
+
1753
+ LatestVersion?: string;
1754
+
1755
+ LatestVersionArn?: string;
1756
+
1757
+ Name?: string;
1758
+
1759
+ tags?: {
1760
+ [key: string]: string;
1761
+ };
1762
+ }
1763
+ export declare namespace GetGroupResponse {
1764
+
1765
+ const filterSensitiveLog: (obj: GetGroupResponse) => any;
1766
+ }
1767
+ export interface GetGroupCertificateAuthorityRequest {
1768
+
1769
+ CertificateAuthorityId: string | undefined;
1770
+
1771
+ GroupId: string | undefined;
1772
+ }
1773
+ export declare namespace GetGroupCertificateAuthorityRequest {
1774
+
1775
+ const filterSensitiveLog: (obj: GetGroupCertificateAuthorityRequest) => any;
1776
+ }
1777
+ export interface GetGroupCertificateAuthorityResponse {
1778
+
1779
+ GroupCertificateAuthorityArn?: string;
1780
+
1781
+ GroupCertificateAuthorityId?: string;
1782
+
1783
+ PemEncodedCertificate?: string;
1784
+ }
1785
+ export declare namespace GetGroupCertificateAuthorityResponse {
1786
+
1787
+ const filterSensitiveLog: (obj: GetGroupCertificateAuthorityResponse) => any;
1788
+ }
1789
+ export interface GetGroupCertificateConfigurationRequest {
1790
+
1791
+ GroupId: string | undefined;
1792
+ }
1793
+ export declare namespace GetGroupCertificateConfigurationRequest {
1794
+
1795
+ const filterSensitiveLog: (obj: GetGroupCertificateConfigurationRequest) => any;
1796
+ }
1797
+ export interface GetGroupCertificateConfigurationResponse {
1798
+
1799
+ CertificateAuthorityExpiryInMilliseconds?: string;
1800
+
1801
+ CertificateExpiryInMilliseconds?: string;
1802
+
1803
+ GroupId?: string;
1804
+ }
1805
+ export declare namespace GetGroupCertificateConfigurationResponse {
1806
+
1807
+ const filterSensitiveLog: (obj: GetGroupCertificateConfigurationResponse) => any;
1808
+ }
1809
+ export interface GetGroupVersionRequest {
1810
+
1811
+ GroupId: string | undefined;
1812
+
1813
+ GroupVersionId: string | undefined;
1814
+ }
1815
+ export declare namespace GetGroupVersionRequest {
1816
+
1817
+ const filterSensitiveLog: (obj: GetGroupVersionRequest) => any;
1818
+ }
1819
+ export interface GetGroupVersionResponse {
1820
+
1821
+ Arn?: string;
1822
+
1823
+ CreationTimestamp?: string;
1824
+
1825
+ Definition?: GroupVersion;
1826
+
1827
+ Id?: string;
1828
+
1829
+ Version?: string;
1830
+ }
1831
+ export declare namespace GetGroupVersionResponse {
1832
+
1833
+ const filterSensitiveLog: (obj: GetGroupVersionResponse) => any;
1834
+ }
1835
+ export interface GetLoggerDefinitionRequest {
1836
+
1837
+ LoggerDefinitionId: string | undefined;
1838
+ }
1839
+ export declare namespace GetLoggerDefinitionRequest {
1840
+
1841
+ const filterSensitiveLog: (obj: GetLoggerDefinitionRequest) => any;
1842
+ }
1843
+ export interface GetLoggerDefinitionResponse {
1844
+
1845
+ Arn?: string;
1846
+
1847
+ CreationTimestamp?: string;
1848
+
1849
+ Id?: string;
1850
+
1851
+ LastUpdatedTimestamp?: string;
1852
+
1853
+ LatestVersion?: string;
1854
+
1855
+ LatestVersionArn?: string;
1856
+
1857
+ Name?: string;
1858
+
1859
+ tags?: {
1860
+ [key: string]: string;
1861
+ };
1862
+ }
1863
+ export declare namespace GetLoggerDefinitionResponse {
1864
+
1865
+ const filterSensitiveLog: (obj: GetLoggerDefinitionResponse) => any;
1866
+ }
1867
+ export interface GetLoggerDefinitionVersionRequest {
1868
+
1869
+ LoggerDefinitionId: string | undefined;
1870
+
1871
+ LoggerDefinitionVersionId: string | undefined;
1872
+
1873
+ NextToken?: string;
1874
+ }
1875
+ export declare namespace GetLoggerDefinitionVersionRequest {
1876
+
1877
+ const filterSensitiveLog: (obj: GetLoggerDefinitionVersionRequest) => any;
1878
+ }
1879
+ export interface GetLoggerDefinitionVersionResponse {
1880
+
1881
+ Arn?: string;
1882
+
1883
+ CreationTimestamp?: string;
1884
+
1885
+ Definition?: LoggerDefinitionVersion;
1886
+
1887
+ Id?: string;
1888
+
1889
+ Version?: string;
1890
+ }
1891
+ export declare namespace GetLoggerDefinitionVersionResponse {
1892
+
1893
+ const filterSensitiveLog: (obj: GetLoggerDefinitionVersionResponse) => any;
1894
+ }
1895
+ export interface GetResourceDefinitionRequest {
1896
+
1897
+ ResourceDefinitionId: string | undefined;
1898
+ }
1899
+ export declare namespace GetResourceDefinitionRequest {
1900
+
1901
+ const filterSensitiveLog: (obj: GetResourceDefinitionRequest) => any;
1902
+ }
1903
+ export interface GetResourceDefinitionResponse {
1904
+
1905
+ Arn?: string;
1906
+
1907
+ CreationTimestamp?: string;
1908
+
1909
+ Id?: string;
1910
+
1911
+ LastUpdatedTimestamp?: string;
1912
+
1913
+ LatestVersion?: string;
1914
+
1915
+ LatestVersionArn?: string;
1916
+
1917
+ Name?: string;
1918
+
1919
+ tags?: {
1920
+ [key: string]: string;
1921
+ };
1922
+ }
1923
+ export declare namespace GetResourceDefinitionResponse {
1924
+
1925
+ const filterSensitiveLog: (obj: GetResourceDefinitionResponse) => any;
1926
+ }
1927
+ export interface GetResourceDefinitionVersionRequest {
1928
+
1929
+ ResourceDefinitionId: string | undefined;
1930
+
1931
+ ResourceDefinitionVersionId: string | undefined;
1932
+ }
1933
+ export declare namespace GetResourceDefinitionVersionRequest {
1934
+
1935
+ const filterSensitiveLog: (obj: GetResourceDefinitionVersionRequest) => any;
1936
+ }
1937
+ export interface GetResourceDefinitionVersionResponse {
1938
+
1939
+ Arn?: string;
1940
+
1941
+ CreationTimestamp?: string;
1942
+
1943
+ Definition?: ResourceDefinitionVersion;
1944
+
1945
+ Id?: string;
1946
+
1947
+ Version?: string;
1948
+ }
1949
+ export declare namespace GetResourceDefinitionVersionResponse {
1950
+
1951
+ const filterSensitiveLog: (obj: GetResourceDefinitionVersionResponse) => any;
1952
+ }
1953
+ export interface GetServiceRoleForAccountRequest {
1954
+ }
1955
+ export declare namespace GetServiceRoleForAccountRequest {
1956
+
1957
+ const filterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
1958
+ }
1959
+ export interface GetServiceRoleForAccountResponse {
1960
+
1961
+ AssociatedAt?: string;
1962
+
1963
+ RoleArn?: string;
1964
+ }
1965
+ export declare namespace GetServiceRoleForAccountResponse {
1966
+
1967
+ const filterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
1968
+ }
1969
+ export interface GetSubscriptionDefinitionRequest {
1970
+
1971
+ SubscriptionDefinitionId: string | undefined;
1972
+ }
1973
+ export declare namespace GetSubscriptionDefinitionRequest {
1974
+
1975
+ const filterSensitiveLog: (obj: GetSubscriptionDefinitionRequest) => any;
1976
+ }
1977
+ export interface GetSubscriptionDefinitionResponse {
1978
+
1979
+ Arn?: string;
1980
+
1981
+ CreationTimestamp?: string;
1982
+
1983
+ Id?: string;
1984
+
1985
+ LastUpdatedTimestamp?: string;
1986
+
1987
+ LatestVersion?: string;
1988
+
1989
+ LatestVersionArn?: string;
1990
+
1991
+ Name?: string;
1992
+
1993
+ tags?: {
1994
+ [key: string]: string;
1995
+ };
1996
+ }
1997
+ export declare namespace GetSubscriptionDefinitionResponse {
1998
+
1999
+ const filterSensitiveLog: (obj: GetSubscriptionDefinitionResponse) => any;
2000
+ }
2001
+ export interface GetSubscriptionDefinitionVersionRequest {
2002
+
2003
+ NextToken?: string;
2004
+
2005
+ SubscriptionDefinitionId: string | undefined;
2006
+
2007
+ SubscriptionDefinitionVersionId: string | undefined;
2008
+ }
2009
+ export declare namespace GetSubscriptionDefinitionVersionRequest {
2010
+
2011
+ const filterSensitiveLog: (obj: GetSubscriptionDefinitionVersionRequest) => any;
2012
+ }
2013
+ export interface GetSubscriptionDefinitionVersionResponse {
2014
+
2015
+ Arn?: string;
2016
+
2017
+ CreationTimestamp?: string;
2018
+
2019
+ Definition?: SubscriptionDefinitionVersion;
2020
+
2021
+ Id?: string;
2022
+
2023
+ NextToken?: string;
2024
+
2025
+ Version?: string;
2026
+ }
2027
+ export declare namespace GetSubscriptionDefinitionVersionResponse {
2028
+
2029
+ const filterSensitiveLog: (obj: GetSubscriptionDefinitionVersionResponse) => any;
2030
+ }
2031
+ export interface GetThingRuntimeConfigurationRequest {
2032
+
2033
+ ThingName: string | undefined;
2034
+ }
2035
+ export declare namespace GetThingRuntimeConfigurationRequest {
2036
+
2037
+ const filterSensitiveLog: (obj: GetThingRuntimeConfigurationRequest) => any;
2038
+ }
2039
+ export declare enum Telemetry {
2040
+ Off = "Off",
2041
+ On = "On"
2042
+ }
2043
+
2044
+ export interface TelemetryConfiguration {
2045
+
2046
+ ConfigurationSyncStatus?: ConfigurationSyncStatus | string;
2047
+
2048
+ Telemetry: Telemetry | string | undefined;
2049
+ }
2050
+ export declare namespace TelemetryConfiguration {
2051
+
2052
+ const filterSensitiveLog: (obj: TelemetryConfiguration) => any;
2053
+ }
2054
+
2055
+ export interface RuntimeConfiguration {
2056
+
2057
+ TelemetryConfiguration?: TelemetryConfiguration;
2058
+ }
2059
+ export declare namespace RuntimeConfiguration {
2060
+
2061
+ const filterSensitiveLog: (obj: RuntimeConfiguration) => any;
2062
+ }
2063
+ export interface GetThingRuntimeConfigurationResponse {
2064
+
2065
+ RuntimeConfiguration?: RuntimeConfiguration;
2066
+ }
2067
+ export declare namespace GetThingRuntimeConfigurationResponse {
2068
+
2069
+ const filterSensitiveLog: (obj: GetThingRuntimeConfigurationResponse) => any;
2070
+ }
2071
+ export interface ListBulkDeploymentDetailedReportsRequest {
2072
+
2073
+ BulkDeploymentId: string | undefined;
2074
+
2075
+ MaxResults?: string;
2076
+
2077
+ NextToken?: string;
2078
+ }
2079
+ export declare namespace ListBulkDeploymentDetailedReportsRequest {
2080
+
2081
+ const filterSensitiveLog: (obj: ListBulkDeploymentDetailedReportsRequest) => any;
2082
+ }
2083
+ export interface ListBulkDeploymentDetailedReportsResponse {
2084
+
2085
+ Deployments?: BulkDeploymentResult[];
2086
+
2087
+ NextToken?: string;
2088
+ }
2089
+ export declare namespace ListBulkDeploymentDetailedReportsResponse {
2090
+
2091
+ const filterSensitiveLog: (obj: ListBulkDeploymentDetailedReportsResponse) => any;
2092
+ }
2093
+ export interface ListBulkDeploymentsRequest {
2094
+
2095
+ MaxResults?: string;
2096
+
2097
+ NextToken?: string;
2098
+ }
2099
+ export declare namespace ListBulkDeploymentsRequest {
2100
+
2101
+ const filterSensitiveLog: (obj: ListBulkDeploymentsRequest) => any;
2102
+ }
2103
+ export interface ListBulkDeploymentsResponse {
2104
+
2105
+ BulkDeployments?: BulkDeployment[];
2106
+
2107
+ NextToken?: string;
2108
+ }
2109
+ export declare namespace ListBulkDeploymentsResponse {
2110
+
2111
+ const filterSensitiveLog: (obj: ListBulkDeploymentsResponse) => any;
2112
+ }
2113
+ export interface ListConnectorDefinitionsRequest {
2114
+
2115
+ MaxResults?: string;
2116
+
2117
+ NextToken?: string;
2118
+ }
2119
+ export declare namespace ListConnectorDefinitionsRequest {
2120
+
2121
+ const filterSensitiveLog: (obj: ListConnectorDefinitionsRequest) => any;
2122
+ }
2123
+ export interface ListConnectorDefinitionsResponse {
2124
+
2125
+ Definitions?: DefinitionInformation[];
2126
+
2127
+ NextToken?: string;
2128
+ }
2129
+ export declare namespace ListConnectorDefinitionsResponse {
2130
+
2131
+ const filterSensitiveLog: (obj: ListConnectorDefinitionsResponse) => any;
2132
+ }
2133
+ export interface ListConnectorDefinitionVersionsRequest {
2134
+
2135
+ ConnectorDefinitionId: string | undefined;
2136
+
2137
+ MaxResults?: string;
2138
+
2139
+ NextToken?: string;
2140
+ }
2141
+ export declare namespace ListConnectorDefinitionVersionsRequest {
2142
+
2143
+ const filterSensitiveLog: (obj: ListConnectorDefinitionVersionsRequest) => any;
2144
+ }
2145
+ export interface ListConnectorDefinitionVersionsResponse {
2146
+
2147
+ NextToken?: string;
2148
+
2149
+ Versions?: VersionInformation[];
2150
+ }
2151
+ export declare namespace ListConnectorDefinitionVersionsResponse {
2152
+
2153
+ const filterSensitiveLog: (obj: ListConnectorDefinitionVersionsResponse) => any;
2154
+ }
2155
+ export interface ListCoreDefinitionsRequest {
2156
+
2157
+ MaxResults?: string;
2158
+
2159
+ NextToken?: string;
2160
+ }
2161
+ export declare namespace ListCoreDefinitionsRequest {
2162
+
2163
+ const filterSensitiveLog: (obj: ListCoreDefinitionsRequest) => any;
2164
+ }
2165
+ export interface ListCoreDefinitionsResponse {
2166
+
2167
+ Definitions?: DefinitionInformation[];
2168
+
2169
+ NextToken?: string;
2170
+ }
2171
+ export declare namespace ListCoreDefinitionsResponse {
2172
+
2173
+ const filterSensitiveLog: (obj: ListCoreDefinitionsResponse) => any;
2174
+ }
2175
+ export interface ListCoreDefinitionVersionsRequest {
2176
+
2177
+ CoreDefinitionId: string | undefined;
2178
+
2179
+ MaxResults?: string;
2180
+
2181
+ NextToken?: string;
2182
+ }
2183
+ export declare namespace ListCoreDefinitionVersionsRequest {
2184
+
2185
+ const filterSensitiveLog: (obj: ListCoreDefinitionVersionsRequest) => any;
2186
+ }
2187
+ export interface ListCoreDefinitionVersionsResponse {
2188
+
2189
+ NextToken?: string;
2190
+
2191
+ Versions?: VersionInformation[];
2192
+ }
2193
+ export declare namespace ListCoreDefinitionVersionsResponse {
2194
+
2195
+ const filterSensitiveLog: (obj: ListCoreDefinitionVersionsResponse) => any;
2196
+ }
2197
+ export interface ListDeploymentsRequest {
2198
+
2199
+ GroupId: string | undefined;
2200
+
2201
+ MaxResults?: string;
2202
+
2203
+ NextToken?: string;
2204
+ }
2205
+ export declare namespace ListDeploymentsRequest {
2206
+
2207
+ const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
2208
+ }
2209
+ export interface ListDeploymentsResponse {
2210
+
2211
+ Deployments?: Deployment[];
2212
+
2213
+ NextToken?: string;
2214
+ }
2215
+ export declare namespace ListDeploymentsResponse {
2216
+
2217
+ const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
2218
+ }
2219
+ export interface ListDeviceDefinitionsRequest {
2220
+
2221
+ MaxResults?: string;
2222
+
2223
+ NextToken?: string;
2224
+ }
2225
+ export declare namespace ListDeviceDefinitionsRequest {
2226
+
2227
+ const filterSensitiveLog: (obj: ListDeviceDefinitionsRequest) => any;
2228
+ }
2229
+ export interface ListDeviceDefinitionsResponse {
2230
+
2231
+ Definitions?: DefinitionInformation[];
2232
+
2233
+ NextToken?: string;
2234
+ }
2235
+ export declare namespace ListDeviceDefinitionsResponse {
2236
+
2237
+ const filterSensitiveLog: (obj: ListDeviceDefinitionsResponse) => any;
2238
+ }
2239
+ export interface ListDeviceDefinitionVersionsRequest {
2240
+
2241
+ DeviceDefinitionId: string | undefined;
2242
+
2243
+ MaxResults?: string;
2244
+
2245
+ NextToken?: string;
2246
+ }
2247
+ export declare namespace ListDeviceDefinitionVersionsRequest {
2248
+
2249
+ const filterSensitiveLog: (obj: ListDeviceDefinitionVersionsRequest) => any;
2250
+ }
2251
+ export interface ListDeviceDefinitionVersionsResponse {
2252
+
2253
+ NextToken?: string;
2254
+
2255
+ Versions?: VersionInformation[];
2256
+ }
2257
+ export declare namespace ListDeviceDefinitionVersionsResponse {
2258
+
2259
+ const filterSensitiveLog: (obj: ListDeviceDefinitionVersionsResponse) => any;
2260
+ }
2261
+ export interface ListFunctionDefinitionsRequest {
2262
+
2263
+ MaxResults?: string;
2264
+
2265
+ NextToken?: string;
2266
+ }
2267
+ export declare namespace ListFunctionDefinitionsRequest {
2268
+
2269
+ const filterSensitiveLog: (obj: ListFunctionDefinitionsRequest) => any;
2270
+ }
2271
+ export interface ListFunctionDefinitionsResponse {
2272
+
2273
+ Definitions?: DefinitionInformation[];
2274
+
2275
+ NextToken?: string;
2276
+ }
2277
+ export declare namespace ListFunctionDefinitionsResponse {
2278
+
2279
+ const filterSensitiveLog: (obj: ListFunctionDefinitionsResponse) => any;
2280
+ }
2281
+ export interface ListFunctionDefinitionVersionsRequest {
2282
+
2283
+ FunctionDefinitionId: string | undefined;
2284
+
2285
+ MaxResults?: string;
2286
+
2287
+ NextToken?: string;
2288
+ }
2289
+ export declare namespace ListFunctionDefinitionVersionsRequest {
2290
+
2291
+ const filterSensitiveLog: (obj: ListFunctionDefinitionVersionsRequest) => any;
2292
+ }
2293
+ export interface ListFunctionDefinitionVersionsResponse {
2294
+
2295
+ NextToken?: string;
2296
+
2297
+ Versions?: VersionInformation[];
2298
+ }
2299
+ export declare namespace ListFunctionDefinitionVersionsResponse {
2300
+
2301
+ const filterSensitiveLog: (obj: ListFunctionDefinitionVersionsResponse) => any;
2302
+ }
2303
+ export interface ListGroupCertificateAuthoritiesRequest {
2304
+
2305
+ GroupId: string | undefined;
2306
+ }
2307
+ export declare namespace ListGroupCertificateAuthoritiesRequest {
2308
+
2309
+ const filterSensitiveLog: (obj: ListGroupCertificateAuthoritiesRequest) => any;
2310
+ }
2311
+ export interface ListGroupCertificateAuthoritiesResponse {
2312
+
2313
+ GroupCertificateAuthorities?: GroupCertificateAuthorityProperties[];
2314
+ }
2315
+ export declare namespace ListGroupCertificateAuthoritiesResponse {
2316
+
2317
+ const filterSensitiveLog: (obj: ListGroupCertificateAuthoritiesResponse) => any;
2318
+ }
2319
+ export interface ListGroupsRequest {
2320
+
2321
+ MaxResults?: string;
2322
+
2323
+ NextToken?: string;
2324
+ }
2325
+ export declare namespace ListGroupsRequest {
2326
+
2327
+ const filterSensitiveLog: (obj: ListGroupsRequest) => any;
2328
+ }
2329
+ export interface ListGroupsResponse {
2330
+
2331
+ Groups?: GroupInformation[];
2332
+
2333
+ NextToken?: string;
2334
+ }
2335
+ export declare namespace ListGroupsResponse {
2336
+
2337
+ const filterSensitiveLog: (obj: ListGroupsResponse) => any;
2338
+ }
2339
+ export interface ListGroupVersionsRequest {
2340
+
2341
+ GroupId: string | undefined;
2342
+
2343
+ MaxResults?: string;
2344
+
2345
+ NextToken?: string;
2346
+ }
2347
+ export declare namespace ListGroupVersionsRequest {
2348
+
2349
+ const filterSensitiveLog: (obj: ListGroupVersionsRequest) => any;
2350
+ }
2351
+ export interface ListGroupVersionsResponse {
2352
+
2353
+ NextToken?: string;
2354
+
2355
+ Versions?: VersionInformation[];
2356
+ }
2357
+ export declare namespace ListGroupVersionsResponse {
2358
+
2359
+ const filterSensitiveLog: (obj: ListGroupVersionsResponse) => any;
2360
+ }
2361
+ export interface ListLoggerDefinitionsRequest {
2362
+
2363
+ MaxResults?: string;
2364
+
2365
+ NextToken?: string;
2366
+ }
2367
+ export declare namespace ListLoggerDefinitionsRequest {
2368
+
2369
+ const filterSensitiveLog: (obj: ListLoggerDefinitionsRequest) => any;
2370
+ }
2371
+ export interface ListLoggerDefinitionsResponse {
2372
+
2373
+ Definitions?: DefinitionInformation[];
2374
+
2375
+ NextToken?: string;
2376
+ }
2377
+ export declare namespace ListLoggerDefinitionsResponse {
2378
+
2379
+ const filterSensitiveLog: (obj: ListLoggerDefinitionsResponse) => any;
2380
+ }
2381
+ export interface ListLoggerDefinitionVersionsRequest {
2382
+
2383
+ LoggerDefinitionId: string | undefined;
2384
+
2385
+ MaxResults?: string;
2386
+
2387
+ NextToken?: string;
2388
+ }
2389
+ export declare namespace ListLoggerDefinitionVersionsRequest {
2390
+
2391
+ const filterSensitiveLog: (obj: ListLoggerDefinitionVersionsRequest) => any;
2392
+ }
2393
+ export interface ListLoggerDefinitionVersionsResponse {
2394
+
2395
+ NextToken?: string;
2396
+
2397
+ Versions?: VersionInformation[];
2398
+ }
2399
+ export declare namespace ListLoggerDefinitionVersionsResponse {
2400
+
2401
+ const filterSensitiveLog: (obj: ListLoggerDefinitionVersionsResponse) => any;
2402
+ }
2403
+ export interface ListResourceDefinitionsRequest {
2404
+
2405
+ MaxResults?: string;
2406
+
2407
+ NextToken?: string;
2408
+ }
2409
+ export declare namespace ListResourceDefinitionsRequest {
2410
+
2411
+ const filterSensitiveLog: (obj: ListResourceDefinitionsRequest) => any;
2412
+ }
2413
+ export interface ListResourceDefinitionsResponse {
2414
+
2415
+ Definitions?: DefinitionInformation[];
2416
+
2417
+ NextToken?: string;
2418
+ }
2419
+ export declare namespace ListResourceDefinitionsResponse {
2420
+
2421
+ const filterSensitiveLog: (obj: ListResourceDefinitionsResponse) => any;
2422
+ }
2423
+ export interface ListResourceDefinitionVersionsRequest {
2424
+
2425
+ MaxResults?: string;
2426
+
2427
+ NextToken?: string;
2428
+
2429
+ ResourceDefinitionId: string | undefined;
2430
+ }
2431
+ export declare namespace ListResourceDefinitionVersionsRequest {
2432
+
2433
+ const filterSensitiveLog: (obj: ListResourceDefinitionVersionsRequest) => any;
2434
+ }
2435
+ export interface ListResourceDefinitionVersionsResponse {
2436
+
2437
+ NextToken?: string;
2438
+
2439
+ Versions?: VersionInformation[];
2440
+ }
2441
+ export declare namespace ListResourceDefinitionVersionsResponse {
2442
+
2443
+ const filterSensitiveLog: (obj: ListResourceDefinitionVersionsResponse) => any;
2444
+ }
2445
+ export interface ListSubscriptionDefinitionsRequest {
2446
+
2447
+ MaxResults?: string;
2448
+
2449
+ NextToken?: string;
2450
+ }
2451
+ export declare namespace ListSubscriptionDefinitionsRequest {
2452
+
2453
+ const filterSensitiveLog: (obj: ListSubscriptionDefinitionsRequest) => any;
2454
+ }
2455
+ export interface ListSubscriptionDefinitionsResponse {
2456
+
2457
+ Definitions?: DefinitionInformation[];
2458
+
2459
+ NextToken?: string;
2460
+ }
2461
+ export declare namespace ListSubscriptionDefinitionsResponse {
2462
+
2463
+ const filterSensitiveLog: (obj: ListSubscriptionDefinitionsResponse) => any;
2464
+ }
2465
+ export interface ListSubscriptionDefinitionVersionsRequest {
2466
+
2467
+ MaxResults?: string;
2468
+
2469
+ NextToken?: string;
2470
+
2471
+ SubscriptionDefinitionId: string | undefined;
2472
+ }
2473
+ export declare namespace ListSubscriptionDefinitionVersionsRequest {
2474
+
2475
+ const filterSensitiveLog: (obj: ListSubscriptionDefinitionVersionsRequest) => any;
2476
+ }
2477
+ export interface ListSubscriptionDefinitionVersionsResponse {
2478
+
2479
+ NextToken?: string;
2480
+
2481
+ Versions?: VersionInformation[];
2482
+ }
2483
+ export declare namespace ListSubscriptionDefinitionVersionsResponse {
2484
+
2485
+ const filterSensitiveLog: (obj: ListSubscriptionDefinitionVersionsResponse) => any;
2486
+ }
2487
+ export interface ListTagsForResourceRequest {
2488
+
2489
+ ResourceArn: string | undefined;
2490
+ }
2491
+ export declare namespace ListTagsForResourceRequest {
2492
+
2493
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2494
+ }
2495
+ export interface ListTagsForResourceResponse {
2496
+
2497
+ tags?: {
2498
+ [key: string]: string;
2499
+ };
2500
+ }
2501
+ export declare namespace ListTagsForResourceResponse {
2502
+
2503
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2504
+ }
2505
+
2506
+ export interface ResetDeploymentsRequest {
2507
+
2508
+ AmznClientToken?: string;
2509
+
2510
+ Force?: boolean;
2511
+
2512
+ GroupId: string | undefined;
2513
+ }
2514
+ export declare namespace ResetDeploymentsRequest {
2515
+
2516
+ const filterSensitiveLog: (obj: ResetDeploymentsRequest) => any;
2517
+ }
2518
+ export interface ResetDeploymentsResponse {
2519
+
2520
+ DeploymentArn?: string;
2521
+
2522
+ DeploymentId?: string;
2523
+ }
2524
+ export declare namespace ResetDeploymentsResponse {
2525
+
2526
+ const filterSensitiveLog: (obj: ResetDeploymentsResponse) => any;
2527
+ }
2528
+ export interface StartBulkDeploymentRequest {
2529
+
2530
+ AmznClientToken?: string;
2531
+
2532
+ ExecutionRoleArn: string | undefined;
2533
+
2534
+ InputFileUri: string | undefined;
2535
+
2536
+ tags?: {
2537
+ [key: string]: string;
2538
+ };
2539
+ }
2540
+ export declare namespace StartBulkDeploymentRequest {
2541
+
2542
+ const filterSensitiveLog: (obj: StartBulkDeploymentRequest) => any;
2543
+ }
2544
+ export interface StartBulkDeploymentResponse {
2545
+
2546
+ BulkDeploymentArn?: string;
2547
+
2548
+ BulkDeploymentId?: string;
2549
+ }
2550
+ export declare namespace StartBulkDeploymentResponse {
2551
+
2552
+ const filterSensitiveLog: (obj: StartBulkDeploymentResponse) => any;
2553
+ }
2554
+ export interface StopBulkDeploymentRequest {
2555
+
2556
+ BulkDeploymentId: string | undefined;
2557
+ }
2558
+ export declare namespace StopBulkDeploymentRequest {
2559
+
2560
+ const filterSensitiveLog: (obj: StopBulkDeploymentRequest) => any;
2561
+ }
2562
+ export interface StopBulkDeploymentResponse {
2563
+ }
2564
+ export declare namespace StopBulkDeploymentResponse {
2565
+
2566
+ const filterSensitiveLog: (obj: StopBulkDeploymentResponse) => any;
2567
+ }
2568
+
2569
+ export interface TagResourceRequest {
2570
+
2571
+ ResourceArn: string | undefined;
2572
+
2573
+ tags?: {
2574
+ [key: string]: string;
2575
+ };
2576
+ }
2577
+ export declare namespace TagResourceRequest {
2578
+
2579
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2580
+ }
2581
+ export interface UntagResourceRequest {
2582
+
2583
+ ResourceArn: string | undefined;
2584
+
2585
+ TagKeys: string[] | undefined;
2586
+ }
2587
+ export declare namespace UntagResourceRequest {
2588
+
2589
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2590
+ }
2591
+
2592
+ export interface UpdateConnectivityInfoRequest {
2593
+
2594
+ ConnectivityInfo?: ConnectivityInfo[];
2595
+
2596
+ ThingName: string | undefined;
2597
+ }
2598
+ export declare namespace UpdateConnectivityInfoRequest {
2599
+
2600
+ const filterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
2601
+ }
2602
+ export interface UpdateConnectivityInfoResponse {
2603
+
2604
+ Message?: string;
2605
+
2606
+ Version?: string;
2607
+ }
2608
+ export declare namespace UpdateConnectivityInfoResponse {
2609
+
2610
+ const filterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;
2611
+ }
2612
+ export interface UpdateConnectorDefinitionRequest {
2613
+
2614
+ ConnectorDefinitionId: string | undefined;
2615
+
2616
+ Name?: string;
2617
+ }
2618
+ export declare namespace UpdateConnectorDefinitionRequest {
2619
+
2620
+ const filterSensitiveLog: (obj: UpdateConnectorDefinitionRequest) => any;
2621
+ }
2622
+ export interface UpdateConnectorDefinitionResponse {
2623
+ }
2624
+ export declare namespace UpdateConnectorDefinitionResponse {
2625
+
2626
+ const filterSensitiveLog: (obj: UpdateConnectorDefinitionResponse) => any;
2627
+ }
2628
+ export interface UpdateCoreDefinitionRequest {
2629
+
2630
+ CoreDefinitionId: string | undefined;
2631
+
2632
+ Name?: string;
2633
+ }
2634
+ export declare namespace UpdateCoreDefinitionRequest {
2635
+
2636
+ const filterSensitiveLog: (obj: UpdateCoreDefinitionRequest) => any;
2637
+ }
2638
+ export interface UpdateCoreDefinitionResponse {
2639
+ }
2640
+ export declare namespace UpdateCoreDefinitionResponse {
2641
+
2642
+ const filterSensitiveLog: (obj: UpdateCoreDefinitionResponse) => any;
2643
+ }
2644
+ export interface UpdateDeviceDefinitionRequest {
2645
+
2646
+ DeviceDefinitionId: string | undefined;
2647
+
2648
+ Name?: string;
2649
+ }
2650
+ export declare namespace UpdateDeviceDefinitionRequest {
2651
+
2652
+ const filterSensitiveLog: (obj: UpdateDeviceDefinitionRequest) => any;
2653
+ }
2654
+ export interface UpdateDeviceDefinitionResponse {
2655
+ }
2656
+ export declare namespace UpdateDeviceDefinitionResponse {
2657
+
2658
+ const filterSensitiveLog: (obj: UpdateDeviceDefinitionResponse) => any;
2659
+ }
2660
+ export interface UpdateFunctionDefinitionRequest {
2661
+
2662
+ FunctionDefinitionId: string | undefined;
2663
+
2664
+ Name?: string;
2665
+ }
2666
+ export declare namespace UpdateFunctionDefinitionRequest {
2667
+
2668
+ const filterSensitiveLog: (obj: UpdateFunctionDefinitionRequest) => any;
2669
+ }
2670
+ export interface UpdateFunctionDefinitionResponse {
2671
+ }
2672
+ export declare namespace UpdateFunctionDefinitionResponse {
2673
+
2674
+ const filterSensitiveLog: (obj: UpdateFunctionDefinitionResponse) => any;
2675
+ }
2676
+ export interface UpdateGroupRequest {
2677
+
2678
+ GroupId: string | undefined;
2679
+
2680
+ Name?: string;
2681
+ }
2682
+ export declare namespace UpdateGroupRequest {
2683
+
2684
+ const filterSensitiveLog: (obj: UpdateGroupRequest) => any;
2685
+ }
2686
+ export interface UpdateGroupResponse {
2687
+ }
2688
+ export declare namespace UpdateGroupResponse {
2689
+
2690
+ const filterSensitiveLog: (obj: UpdateGroupResponse) => any;
2691
+ }
2692
+ export interface UpdateGroupCertificateConfigurationRequest {
2693
+
2694
+ CertificateExpiryInMilliseconds?: string;
2695
+
2696
+ GroupId: string | undefined;
2697
+ }
2698
+ export declare namespace UpdateGroupCertificateConfigurationRequest {
2699
+
2700
+ const filterSensitiveLog: (obj: UpdateGroupCertificateConfigurationRequest) => any;
2701
+ }
2702
+ export interface UpdateGroupCertificateConfigurationResponse {
2703
+
2704
+ CertificateAuthorityExpiryInMilliseconds?: string;
2705
+
2706
+ CertificateExpiryInMilliseconds?: string;
2707
+
2708
+ GroupId?: string;
2709
+ }
2710
+ export declare namespace UpdateGroupCertificateConfigurationResponse {
2711
+
2712
+ const filterSensitiveLog: (obj: UpdateGroupCertificateConfigurationResponse) => any;
2713
+ }
2714
+ export interface UpdateLoggerDefinitionRequest {
2715
+
2716
+ LoggerDefinitionId: string | undefined;
2717
+
2718
+ Name?: string;
2719
+ }
2720
+ export declare namespace UpdateLoggerDefinitionRequest {
2721
+
2722
+ const filterSensitiveLog: (obj: UpdateLoggerDefinitionRequest) => any;
2723
+ }
2724
+ export interface UpdateLoggerDefinitionResponse {
2725
+ }
2726
+ export declare namespace UpdateLoggerDefinitionResponse {
2727
+
2728
+ const filterSensitiveLog: (obj: UpdateLoggerDefinitionResponse) => any;
2729
+ }
2730
+ export interface UpdateResourceDefinitionRequest {
2731
+
2732
+ Name?: string;
2733
+
2734
+ ResourceDefinitionId: string | undefined;
2735
+ }
2736
+ export declare namespace UpdateResourceDefinitionRequest {
2737
+
2738
+ const filterSensitiveLog: (obj: UpdateResourceDefinitionRequest) => any;
2739
+ }
2740
+ export interface UpdateResourceDefinitionResponse {
2741
+ }
2742
+ export declare namespace UpdateResourceDefinitionResponse {
2743
+
2744
+ const filterSensitiveLog: (obj: UpdateResourceDefinitionResponse) => any;
2745
+ }
2746
+ export interface UpdateSubscriptionDefinitionRequest {
2747
+
2748
+ Name?: string;
2749
+
2750
+ SubscriptionDefinitionId: string | undefined;
2751
+ }
2752
+ export declare namespace UpdateSubscriptionDefinitionRequest {
2753
+
2754
+ const filterSensitiveLog: (obj: UpdateSubscriptionDefinitionRequest) => any;
2755
+ }
2756
+ export interface UpdateSubscriptionDefinitionResponse {
2757
+ }
2758
+ export declare namespace UpdateSubscriptionDefinitionResponse {
2759
+
2760
+ const filterSensitiveLog: (obj: UpdateSubscriptionDefinitionResponse) => any;
2761
+ }
2762
+
2763
+ export interface TelemetryConfigurationUpdate {
2764
+
2765
+ Telemetry: Telemetry | string | undefined;
2766
+ }
2767
+ export declare namespace TelemetryConfigurationUpdate {
2768
+
2769
+ const filterSensitiveLog: (obj: TelemetryConfigurationUpdate) => any;
2770
+ }
2771
+ export interface UpdateThingRuntimeConfigurationRequest {
2772
+
2773
+ TelemetryConfiguration?: TelemetryConfigurationUpdate;
2774
+
2775
+ ThingName: string | undefined;
2776
+ }
2777
+ export declare namespace UpdateThingRuntimeConfigurationRequest {
2778
+
2779
+ const filterSensitiveLog: (obj: UpdateThingRuntimeConfigurationRequest) => any;
2780
+ }
2781
+ export interface UpdateThingRuntimeConfigurationResponse {
2782
+ }
2783
+ export declare namespace UpdateThingRuntimeConfigurationResponse {
2784
+
2785
+ const filterSensitiveLog: (obj: UpdateThingRuntimeConfigurationResponse) => any;
2786
+ }