@aws-sdk/client-iotthingsgraph 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTThingsGraph.d.ts +599 -180
  3. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +315 -108
  4. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +754 -897
  45. package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -1,897 +1,754 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
3
- export interface AssociateEntityToThingRequest {
4
-
5
- thingName: string | undefined;
6
-
7
- entityId: string | undefined;
8
-
9
- namespaceVersion?: number;
10
- }
11
- export interface AssociateEntityToThingResponse {
12
- }
13
-
14
- export declare class InternalFailureException extends __BaseException {
15
- readonly name: "InternalFailureException";
16
- readonly $fault: "server";
17
-
18
- constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
19
- }
20
-
21
- export declare class InvalidRequestException extends __BaseException {
22
- readonly name: "InvalidRequestException";
23
- readonly $fault: "client";
24
-
25
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
26
- }
27
-
28
- export declare class ResourceNotFoundException extends __BaseException {
29
- readonly name: "ResourceNotFoundException";
30
- readonly $fault: "client";
31
-
32
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
33
- }
34
-
35
- export declare class ThrottlingException extends __BaseException {
36
- readonly name: "ThrottlingException";
37
- readonly $fault: "client";
38
-
39
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
40
- }
41
- export declare enum DefinitionLanguage {
42
- GRAPHQL = "GRAPHQL"
43
- }
44
-
45
- export interface DefinitionDocument {
46
-
47
- language: DefinitionLanguage | string | undefined;
48
-
49
- text: string | undefined;
50
- }
51
- export interface CreateFlowTemplateRequest {
52
-
53
- definition: DefinitionDocument | undefined;
54
-
55
- compatibleNamespaceVersion?: number;
56
- }
57
-
58
- export interface FlowTemplateSummary {
59
-
60
- id?: string;
61
-
62
- arn?: string;
63
-
64
- revisionNumber?: number;
65
-
66
- createdAt?: Date;
67
- }
68
- export interface CreateFlowTemplateResponse {
69
-
70
- summary?: FlowTemplateSummary;
71
- }
72
-
73
- export declare class LimitExceededException extends __BaseException {
74
- readonly name: "LimitExceededException";
75
- readonly $fault: "client";
76
-
77
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
78
- }
79
-
80
- export declare class ResourceAlreadyExistsException extends __BaseException {
81
- readonly name: "ResourceAlreadyExistsException";
82
- readonly $fault: "client";
83
-
84
- constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
85
- }
86
-
87
- export interface MetricsConfiguration {
88
-
89
- cloudMetricEnabled?: boolean;
90
-
91
- metricRuleRoleArn?: string;
92
- }
93
-
94
- export interface Tag {
95
-
96
- key: string | undefined;
97
-
98
- value: string | undefined;
99
- }
100
- export declare enum DeploymentTarget {
101
- CLOUD = "CLOUD",
102
- GREENGRASS = "GREENGRASS"
103
- }
104
- export interface CreateSystemInstanceRequest {
105
-
106
- tags?: Tag[];
107
-
108
- definition: DefinitionDocument | undefined;
109
-
110
- target: DeploymentTarget | string | undefined;
111
-
112
- greengrassGroupName?: string;
113
-
114
- s3BucketName?: string;
115
-
116
- metricsConfiguration?: MetricsConfiguration;
117
-
118
- flowActionsRoleArn?: string;
119
- }
120
- export declare enum SystemInstanceDeploymentStatus {
121
- BOOTSTRAP = "BOOTSTRAP",
122
- DELETED_IN_TARGET = "DELETED_IN_TARGET",
123
- DEPLOYED_IN_TARGET = "DEPLOYED_IN_TARGET",
124
- DEPLOY_IN_PROGRESS = "DEPLOY_IN_PROGRESS",
125
- FAILED = "FAILED",
126
- NOT_DEPLOYED = "NOT_DEPLOYED",
127
- PENDING_DELETE = "PENDING_DELETE",
128
- UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS"
129
- }
130
-
131
- export interface SystemInstanceSummary {
132
-
133
- id?: string;
134
-
135
- arn?: string;
136
-
137
- status?: SystemInstanceDeploymentStatus | string;
138
-
139
- target?: DeploymentTarget | string;
140
-
141
- greengrassGroupName?: string;
142
-
143
- createdAt?: Date;
144
-
145
- updatedAt?: Date;
146
-
147
- greengrassGroupId?: string;
148
-
149
- greengrassGroupVersionId?: string;
150
- }
151
- export interface CreateSystemInstanceResponse {
152
-
153
- summary?: SystemInstanceSummary;
154
- }
155
- export interface CreateSystemTemplateRequest {
156
-
157
- definition: DefinitionDocument | undefined;
158
-
159
- compatibleNamespaceVersion?: number;
160
- }
161
-
162
- export interface SystemTemplateSummary {
163
-
164
- id?: string;
165
-
166
- arn?: string;
167
-
168
- revisionNumber?: number;
169
-
170
- createdAt?: Date;
171
- }
172
- export interface CreateSystemTemplateResponse {
173
-
174
- summary?: SystemTemplateSummary;
175
- }
176
- export interface DeleteFlowTemplateRequest {
177
-
178
- id: string | undefined;
179
- }
180
- export interface DeleteFlowTemplateResponse {
181
- }
182
-
183
- export declare class ResourceInUseException extends __BaseException {
184
- readonly name: "ResourceInUseException";
185
- readonly $fault: "client";
186
-
187
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
188
- }
189
- export interface DeleteNamespaceRequest {
190
- }
191
- export interface DeleteNamespaceResponse {
192
-
193
- namespaceArn?: string;
194
-
195
- namespaceName?: string;
196
- }
197
- export interface DeleteSystemInstanceRequest {
198
-
199
- id?: string;
200
- }
201
- export interface DeleteSystemInstanceResponse {
202
- }
203
- export interface DeleteSystemTemplateRequest {
204
-
205
- id: string | undefined;
206
- }
207
- export interface DeleteSystemTemplateResponse {
208
- }
209
-
210
- export interface DependencyRevision {
211
-
212
- id?: string;
213
-
214
- revisionNumber?: number;
215
- }
216
- export interface DeploySystemInstanceRequest {
217
-
218
- id?: string;
219
- }
220
- export interface DeploySystemInstanceResponse {
221
-
222
- summary: SystemInstanceSummary | undefined;
223
-
224
- greengrassDeploymentId?: string;
225
- }
226
- export interface DeprecateFlowTemplateRequest {
227
-
228
- id: string | undefined;
229
- }
230
- export interface DeprecateFlowTemplateResponse {
231
- }
232
- export interface DeprecateSystemTemplateRequest {
233
-
234
- id: string | undefined;
235
- }
236
- export interface DeprecateSystemTemplateResponse {
237
- }
238
- export interface DescribeNamespaceRequest {
239
-
240
- namespaceName?: string;
241
- }
242
- export interface DescribeNamespaceResponse {
243
-
244
- namespaceArn?: string;
245
-
246
- namespaceName?: string;
247
-
248
- trackingNamespaceName?: string;
249
-
250
- trackingNamespaceVersion?: number;
251
-
252
- namespaceVersion?: number;
253
- }
254
- export declare enum EntityType {
255
- ACTION = "ACTION",
256
- CAPABILITY = "CAPABILITY",
257
- DEVICE = "DEVICE",
258
- DEVICE_MODEL = "DEVICE_MODEL",
259
- ENUM = "ENUM",
260
- EVENT = "EVENT",
261
- MAPPING = "MAPPING",
262
- PROPERTY = "PROPERTY",
263
- SERVICE = "SERVICE",
264
- STATE = "STATE"
265
- }
266
- export interface DissociateEntityFromThingRequest {
267
-
268
- thingName: string | undefined;
269
-
270
- entityType: EntityType | string | undefined;
271
- }
272
- export interface DissociateEntityFromThingResponse {
273
- }
274
-
275
- export interface EntityDescription {
276
-
277
- id?: string;
278
-
279
- arn?: string;
280
-
281
- type?: EntityType | string;
282
-
283
- createdAt?: Date;
284
-
285
- definition?: DefinitionDocument;
286
- }
287
- export declare enum EntityFilterName {
288
- NAME = "NAME",
289
- NAMESPACE = "NAMESPACE",
290
- REFERENCED_ENTITY_ID = "REFERENCED_ENTITY_ID",
291
- SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH"
292
- }
293
-
294
- export interface EntityFilter {
295
-
296
- name?: EntityFilterName | string;
297
-
298
- value?: string[];
299
- }
300
- export declare enum FlowExecutionEventType {
301
- ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
302
- ACTIVITY_FAILED = "ACTIVITY_FAILED",
303
- ACTIVITY_SCHEDULED = "ACTIVITY_SCHEDULED",
304
- ACTIVITY_STARTED = "ACTIVITY_STARTED",
305
- ACTIVITY_SUCCEEDED = "ACTIVITY_SUCCEEDED",
306
- EXECUTION_ABORTED = "EXECUTION_ABORTED",
307
- EXECUTION_FAILED = "EXECUTION_FAILED",
308
- EXECUTION_STARTED = "EXECUTION_STARTED",
309
- EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
310
- SCHEDULE_NEXT_READY_STEPS_TASK = "SCHEDULE_NEXT_READY_STEPS_TASK",
311
- START_FLOW_EXECUTION_TASK = "START_FLOW_EXECUTION_TASK",
312
- STEP_FAILED = "STEP_FAILED",
313
- STEP_STARTED = "STEP_STARTED",
314
- STEP_SUCCEEDED = "STEP_SUCCEEDED",
315
- THING_ACTION_TASK = "THING_ACTION_TASK",
316
- THING_ACTION_TASK_FAILED = "THING_ACTION_TASK_FAILED",
317
- THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED"
318
- }
319
-
320
- export interface FlowExecutionMessage {
321
-
322
- messageId?: string;
323
-
324
- eventType?: FlowExecutionEventType | string;
325
-
326
- timestamp?: Date;
327
-
328
- payload?: string;
329
- }
330
- export declare enum FlowExecutionStatus {
331
- ABORTED = "ABORTED",
332
- FAILED = "FAILED",
333
- RUNNING = "RUNNING",
334
- SUCCEEDED = "SUCCEEDED"
335
- }
336
-
337
- export interface FlowExecutionSummary {
338
-
339
- flowExecutionId?: string;
340
-
341
- status?: FlowExecutionStatus | string;
342
-
343
- systemInstanceId?: string;
344
-
345
- flowTemplateId?: string;
346
-
347
- createdAt?: Date;
348
-
349
- updatedAt?: Date;
350
- }
351
-
352
- export interface FlowTemplateDescription {
353
-
354
- summary?: FlowTemplateSummary;
355
-
356
- definition?: DefinitionDocument;
357
-
358
- validatedNamespaceVersion?: number;
359
- }
360
- export declare enum FlowTemplateFilterName {
361
- DEVICE_MODEL_ID = "DEVICE_MODEL_ID"
362
- }
363
-
364
- export interface FlowTemplateFilter {
365
-
366
- name: FlowTemplateFilterName | string | undefined;
367
-
368
- value: string[] | undefined;
369
- }
370
- export interface GetEntitiesRequest {
371
-
372
- ids: string[] | undefined;
373
-
374
- namespaceVersion?: number;
375
- }
376
- export interface GetEntitiesResponse {
377
-
378
- descriptions?: EntityDescription[];
379
- }
380
- export interface GetFlowTemplateRequest {
381
-
382
- id: string | undefined;
383
-
384
- revisionNumber?: number;
385
- }
386
- export interface GetFlowTemplateResponse {
387
-
388
- description?: FlowTemplateDescription;
389
- }
390
- export interface GetFlowTemplateRevisionsRequest {
391
-
392
- id: string | undefined;
393
-
394
- nextToken?: string;
395
-
396
- maxResults?: number;
397
- }
398
- export interface GetFlowTemplateRevisionsResponse {
399
-
400
- summaries?: FlowTemplateSummary[];
401
-
402
- nextToken?: string;
403
- }
404
- export interface GetNamespaceDeletionStatusRequest {
405
- }
406
- export declare enum NamespaceDeletionStatusErrorCodes {
407
- VALIDATION_FAILED = "VALIDATION_FAILED"
408
- }
409
- export declare enum NamespaceDeletionStatus {
410
- FAILED = "FAILED",
411
- IN_PROGRESS = "IN_PROGRESS",
412
- SUCCEEDED = "SUCCEEDED"
413
- }
414
- export interface GetNamespaceDeletionStatusResponse {
415
-
416
- namespaceArn?: string;
417
-
418
- namespaceName?: string;
419
-
420
- status?: NamespaceDeletionStatus | string;
421
-
422
- errorCode?: NamespaceDeletionStatusErrorCodes | string;
423
-
424
- errorMessage?: string;
425
- }
426
- export interface GetSystemInstanceRequest {
427
-
428
- id: string | undefined;
429
- }
430
-
431
- export interface SystemInstanceDescription {
432
-
433
- summary?: SystemInstanceSummary;
434
-
435
- definition?: DefinitionDocument;
436
-
437
- s3BucketName?: string;
438
-
439
- metricsConfiguration?: MetricsConfiguration;
440
-
441
- validatedNamespaceVersion?: number;
442
-
443
- validatedDependencyRevisions?: DependencyRevision[];
444
-
445
- flowActionsRoleArn?: string;
446
- }
447
- export interface GetSystemInstanceResponse {
448
-
449
- description?: SystemInstanceDescription;
450
- }
451
- export interface GetSystemTemplateRequest {
452
-
453
- id: string | undefined;
454
-
455
- revisionNumber?: number;
456
- }
457
-
458
- export interface SystemTemplateDescription {
459
-
460
- summary?: SystemTemplateSummary;
461
-
462
- definition?: DefinitionDocument;
463
-
464
- validatedNamespaceVersion?: number;
465
- }
466
- export interface GetSystemTemplateResponse {
467
-
468
- description?: SystemTemplateDescription;
469
- }
470
- export interface GetSystemTemplateRevisionsRequest {
471
-
472
- id: string | undefined;
473
-
474
- nextToken?: string;
475
-
476
- maxResults?: number;
477
- }
478
- export interface GetSystemTemplateRevisionsResponse {
479
-
480
- summaries?: SystemTemplateSummary[];
481
-
482
- nextToken?: string;
483
- }
484
- export interface GetUploadStatusRequest {
485
-
486
- uploadId: string | undefined;
487
- }
488
- export declare enum UploadStatus {
489
- FAILED = "FAILED",
490
- IN_PROGRESS = "IN_PROGRESS",
491
- SUCCEEDED = "SUCCEEDED"
492
- }
493
- export interface GetUploadStatusResponse {
494
-
495
- uploadId: string | undefined;
496
-
497
- uploadStatus: UploadStatus | string | undefined;
498
-
499
- namespaceArn?: string;
500
-
501
- namespaceName?: string;
502
-
503
- namespaceVersion?: number;
504
-
505
- failureReason?: string[];
506
-
507
- createdDate: Date | undefined;
508
- }
509
- export interface ListFlowExecutionMessagesRequest {
510
-
511
- flowExecutionId: string | undefined;
512
-
513
- nextToken?: string;
514
-
515
- maxResults?: number;
516
- }
517
- export interface ListFlowExecutionMessagesResponse {
518
-
519
- messages?: FlowExecutionMessage[];
520
-
521
- nextToken?: string;
522
- }
523
- export interface ListTagsForResourceRequest {
524
-
525
- maxResults?: number;
526
-
527
- resourceArn: string | undefined;
528
-
529
- nextToken?: string;
530
- }
531
- export interface ListTagsForResourceResponse {
532
-
533
- tags?: Tag[];
534
-
535
- nextToken?: string;
536
- }
537
- export interface SearchEntitiesRequest {
538
-
539
- entityTypes: (EntityType | string)[] | undefined;
540
-
541
- filters?: EntityFilter[];
542
-
543
- nextToken?: string;
544
-
545
- maxResults?: number;
546
-
547
- namespaceVersion?: number;
548
- }
549
- export interface SearchEntitiesResponse {
550
-
551
- descriptions?: EntityDescription[];
552
-
553
- nextToken?: string;
554
- }
555
- export interface SearchFlowExecutionsRequest {
556
-
557
- systemInstanceId: string | undefined;
558
-
559
- flowExecutionId?: string;
560
-
561
- startTime?: Date;
562
-
563
- endTime?: Date;
564
-
565
- nextToken?: string;
566
-
567
- maxResults?: number;
568
- }
569
- export interface SearchFlowExecutionsResponse {
570
-
571
- summaries?: FlowExecutionSummary[];
572
-
573
- nextToken?: string;
574
- }
575
- export interface SearchFlowTemplatesRequest {
576
-
577
- filters?: FlowTemplateFilter[];
578
-
579
- nextToken?: string;
580
-
581
- maxResults?: number;
582
- }
583
- export interface SearchFlowTemplatesResponse {
584
-
585
- summaries?: FlowTemplateSummary[];
586
-
587
- nextToken?: string;
588
- }
589
- export declare enum SystemInstanceFilterName {
590
- GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
591
- STATUS = "STATUS",
592
- SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID"
593
- }
594
-
595
- export interface SystemInstanceFilter {
596
-
597
- name?: SystemInstanceFilterName | string;
598
-
599
- value?: string[];
600
- }
601
- export interface SearchSystemInstancesRequest {
602
-
603
- filters?: SystemInstanceFilter[];
604
-
605
- nextToken?: string;
606
-
607
- maxResults?: number;
608
- }
609
- export interface SearchSystemInstancesResponse {
610
-
611
- summaries?: SystemInstanceSummary[];
612
-
613
- nextToken?: string;
614
- }
615
- export declare enum SystemTemplateFilterName {
616
- FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID"
617
- }
618
-
619
- export interface SystemTemplateFilter {
620
-
621
- name: SystemTemplateFilterName | string | undefined;
622
-
623
- value: string[] | undefined;
624
- }
625
- export interface SearchSystemTemplatesRequest {
626
-
627
- filters?: SystemTemplateFilter[];
628
-
629
- nextToken?: string;
630
-
631
- maxResults?: number;
632
- }
633
- export interface SearchSystemTemplatesResponse {
634
-
635
- summaries?: SystemTemplateSummary[];
636
-
637
- nextToken?: string;
638
- }
639
- export interface SearchThingsRequest {
640
-
641
- entityId: string | undefined;
642
-
643
- nextToken?: string;
644
-
645
- maxResults?: number;
646
-
647
- namespaceVersion?: number;
648
- }
649
-
650
- export interface Thing {
651
-
652
- thingArn?: string;
653
-
654
- thingName?: string;
655
- }
656
- export interface SearchThingsResponse {
657
-
658
- things?: Thing[];
659
-
660
- nextToken?: string;
661
- }
662
- export interface TagResourceRequest {
663
-
664
- resourceArn: string | undefined;
665
-
666
- tags: Tag[] | undefined;
667
- }
668
- export interface TagResourceResponse {
669
- }
670
- export interface UndeploySystemInstanceRequest {
671
-
672
- id?: string;
673
- }
674
- export interface UndeploySystemInstanceResponse {
675
-
676
- summary?: SystemInstanceSummary;
677
- }
678
- export interface UntagResourceRequest {
679
-
680
- resourceArn: string | undefined;
681
-
682
- tagKeys: string[] | undefined;
683
- }
684
- export interface UntagResourceResponse {
685
- }
686
- export interface UpdateFlowTemplateRequest {
687
-
688
- id: string | undefined;
689
-
690
- definition: DefinitionDocument | undefined;
691
-
692
- compatibleNamespaceVersion?: number;
693
- }
694
- export interface UpdateFlowTemplateResponse {
695
-
696
- summary?: FlowTemplateSummary;
697
- }
698
- export interface UpdateSystemTemplateRequest {
699
-
700
- id: string | undefined;
701
-
702
- definition: DefinitionDocument | undefined;
703
-
704
- compatibleNamespaceVersion?: number;
705
- }
706
- export interface UpdateSystemTemplateResponse {
707
-
708
- summary?: SystemTemplateSummary;
709
- }
710
- export interface UploadEntityDefinitionsRequest {
711
-
712
- document?: DefinitionDocument;
713
-
714
- syncWithPublicNamespace?: boolean;
715
-
716
- deprecateExistingEntities?: boolean;
717
- }
718
- export interface UploadEntityDefinitionsResponse {
719
-
720
- uploadId: string | undefined;
721
- }
722
-
723
- export declare const AssociateEntityToThingRequestFilterSensitiveLog: (obj: AssociateEntityToThingRequest) => any;
724
-
725
- export declare const AssociateEntityToThingResponseFilterSensitiveLog: (obj: AssociateEntityToThingResponse) => any;
726
-
727
- export declare const DefinitionDocumentFilterSensitiveLog: (obj: DefinitionDocument) => any;
728
-
729
- export declare const CreateFlowTemplateRequestFilterSensitiveLog: (obj: CreateFlowTemplateRequest) => any;
730
-
731
- export declare const FlowTemplateSummaryFilterSensitiveLog: (obj: FlowTemplateSummary) => any;
732
-
733
- export declare const CreateFlowTemplateResponseFilterSensitiveLog: (obj: CreateFlowTemplateResponse) => any;
734
-
735
- export declare const MetricsConfigurationFilterSensitiveLog: (obj: MetricsConfiguration) => any;
736
-
737
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
738
-
739
- export declare const CreateSystemInstanceRequestFilterSensitiveLog: (obj: CreateSystemInstanceRequest) => any;
740
-
741
- export declare const SystemInstanceSummaryFilterSensitiveLog: (obj: SystemInstanceSummary) => any;
742
-
743
- export declare const CreateSystemInstanceResponseFilterSensitiveLog: (obj: CreateSystemInstanceResponse) => any;
744
-
745
- export declare const CreateSystemTemplateRequestFilterSensitiveLog: (obj: CreateSystemTemplateRequest) => any;
746
-
747
- export declare const SystemTemplateSummaryFilterSensitiveLog: (obj: SystemTemplateSummary) => any;
748
-
749
- export declare const CreateSystemTemplateResponseFilterSensitiveLog: (obj: CreateSystemTemplateResponse) => any;
750
-
751
- export declare const DeleteFlowTemplateRequestFilterSensitiveLog: (obj: DeleteFlowTemplateRequest) => any;
752
-
753
- export declare const DeleteFlowTemplateResponseFilterSensitiveLog: (obj: DeleteFlowTemplateResponse) => any;
754
-
755
- export declare const DeleteNamespaceRequestFilterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
756
-
757
- export declare const DeleteNamespaceResponseFilterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
758
-
759
- export declare const DeleteSystemInstanceRequestFilterSensitiveLog: (obj: DeleteSystemInstanceRequest) => any;
760
-
761
- export declare const DeleteSystemInstanceResponseFilterSensitiveLog: (obj: DeleteSystemInstanceResponse) => any;
762
-
763
- export declare const DeleteSystemTemplateRequestFilterSensitiveLog: (obj: DeleteSystemTemplateRequest) => any;
764
-
765
- export declare const DeleteSystemTemplateResponseFilterSensitiveLog: (obj: DeleteSystemTemplateResponse) => any;
766
-
767
- export declare const DependencyRevisionFilterSensitiveLog: (obj: DependencyRevision) => any;
768
-
769
- export declare const DeploySystemInstanceRequestFilterSensitiveLog: (obj: DeploySystemInstanceRequest) => any;
770
-
771
- export declare const DeploySystemInstanceResponseFilterSensitiveLog: (obj: DeploySystemInstanceResponse) => any;
772
-
773
- export declare const DeprecateFlowTemplateRequestFilterSensitiveLog: (obj: DeprecateFlowTemplateRequest) => any;
774
-
775
- export declare const DeprecateFlowTemplateResponseFilterSensitiveLog: (obj: DeprecateFlowTemplateResponse) => any;
776
-
777
- export declare const DeprecateSystemTemplateRequestFilterSensitiveLog: (obj: DeprecateSystemTemplateRequest) => any;
778
-
779
- export declare const DeprecateSystemTemplateResponseFilterSensitiveLog: (obj: DeprecateSystemTemplateResponse) => any;
780
-
781
- export declare const DescribeNamespaceRequestFilterSensitiveLog: (obj: DescribeNamespaceRequest) => any;
782
-
783
- export declare const DescribeNamespaceResponseFilterSensitiveLog: (obj: DescribeNamespaceResponse) => any;
784
-
785
- export declare const DissociateEntityFromThingRequestFilterSensitiveLog: (obj: DissociateEntityFromThingRequest) => any;
786
-
787
- export declare const DissociateEntityFromThingResponseFilterSensitiveLog: (obj: DissociateEntityFromThingResponse) => any;
788
-
789
- export declare const EntityDescriptionFilterSensitiveLog: (obj: EntityDescription) => any;
790
-
791
- export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
792
-
793
- export declare const FlowExecutionMessageFilterSensitiveLog: (obj: FlowExecutionMessage) => any;
794
-
795
- export declare const FlowExecutionSummaryFilterSensitiveLog: (obj: FlowExecutionSummary) => any;
796
-
797
- export declare const FlowTemplateDescriptionFilterSensitiveLog: (obj: FlowTemplateDescription) => any;
798
-
799
- export declare const FlowTemplateFilterFilterSensitiveLog: (obj: FlowTemplateFilter) => any;
800
-
801
- export declare const GetEntitiesRequestFilterSensitiveLog: (obj: GetEntitiesRequest) => any;
802
-
803
- export declare const GetEntitiesResponseFilterSensitiveLog: (obj: GetEntitiesResponse) => any;
804
-
805
- export declare const GetFlowTemplateRequestFilterSensitiveLog: (obj: GetFlowTemplateRequest) => any;
806
-
807
- export declare const GetFlowTemplateResponseFilterSensitiveLog: (obj: GetFlowTemplateResponse) => any;
808
-
809
- export declare const GetFlowTemplateRevisionsRequestFilterSensitiveLog: (obj: GetFlowTemplateRevisionsRequest) => any;
810
-
811
- export declare const GetFlowTemplateRevisionsResponseFilterSensitiveLog: (obj: GetFlowTemplateRevisionsResponse) => any;
812
-
813
- export declare const GetNamespaceDeletionStatusRequestFilterSensitiveLog: (obj: GetNamespaceDeletionStatusRequest) => any;
814
-
815
- export declare const GetNamespaceDeletionStatusResponseFilterSensitiveLog: (obj: GetNamespaceDeletionStatusResponse) => any;
816
-
817
- export declare const GetSystemInstanceRequestFilterSensitiveLog: (obj: GetSystemInstanceRequest) => any;
818
-
819
- export declare const SystemInstanceDescriptionFilterSensitiveLog: (obj: SystemInstanceDescription) => any;
820
-
821
- export declare const GetSystemInstanceResponseFilterSensitiveLog: (obj: GetSystemInstanceResponse) => any;
822
-
823
- export declare const GetSystemTemplateRequestFilterSensitiveLog: (obj: GetSystemTemplateRequest) => any;
824
-
825
- export declare const SystemTemplateDescriptionFilterSensitiveLog: (obj: SystemTemplateDescription) => any;
826
-
827
- export declare const GetSystemTemplateResponseFilterSensitiveLog: (obj: GetSystemTemplateResponse) => any;
828
-
829
- export declare const GetSystemTemplateRevisionsRequestFilterSensitiveLog: (obj: GetSystemTemplateRevisionsRequest) => any;
830
-
831
- export declare const GetSystemTemplateRevisionsResponseFilterSensitiveLog: (obj: GetSystemTemplateRevisionsResponse) => any;
832
-
833
- export declare const GetUploadStatusRequestFilterSensitiveLog: (obj: GetUploadStatusRequest) => any;
834
-
835
- export declare const GetUploadStatusResponseFilterSensitiveLog: (obj: GetUploadStatusResponse) => any;
836
-
837
- export declare const ListFlowExecutionMessagesRequestFilterSensitiveLog: (obj: ListFlowExecutionMessagesRequest) => any;
838
-
839
- export declare const ListFlowExecutionMessagesResponseFilterSensitiveLog: (obj: ListFlowExecutionMessagesResponse) => any;
840
-
841
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
842
-
843
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
844
-
845
- export declare const SearchEntitiesRequestFilterSensitiveLog: (obj: SearchEntitiesRequest) => any;
846
-
847
- export declare const SearchEntitiesResponseFilterSensitiveLog: (obj: SearchEntitiesResponse) => any;
848
-
849
- export declare const SearchFlowExecutionsRequestFilterSensitiveLog: (obj: SearchFlowExecutionsRequest) => any;
850
-
851
- export declare const SearchFlowExecutionsResponseFilterSensitiveLog: (obj: SearchFlowExecutionsResponse) => any;
852
-
853
- export declare const SearchFlowTemplatesRequestFilterSensitiveLog: (obj: SearchFlowTemplatesRequest) => any;
854
-
855
- export declare const SearchFlowTemplatesResponseFilterSensitiveLog: (obj: SearchFlowTemplatesResponse) => any;
856
-
857
- export declare const SystemInstanceFilterFilterSensitiveLog: (obj: SystemInstanceFilter) => any;
858
-
859
- export declare const SearchSystemInstancesRequestFilterSensitiveLog: (obj: SearchSystemInstancesRequest) => any;
860
-
861
- export declare const SearchSystemInstancesResponseFilterSensitiveLog: (obj: SearchSystemInstancesResponse) => any;
862
-
863
- export declare const SystemTemplateFilterFilterSensitiveLog: (obj: SystemTemplateFilter) => any;
864
-
865
- export declare const SearchSystemTemplatesRequestFilterSensitiveLog: (obj: SearchSystemTemplatesRequest) => any;
866
-
867
- export declare const SearchSystemTemplatesResponseFilterSensitiveLog: (obj: SearchSystemTemplatesResponse) => any;
868
-
869
- export declare const SearchThingsRequestFilterSensitiveLog: (obj: SearchThingsRequest) => any;
870
-
871
- export declare const ThingFilterSensitiveLog: (obj: Thing) => any;
872
-
873
- export declare const SearchThingsResponseFilterSensitiveLog: (obj: SearchThingsResponse) => any;
874
-
875
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
876
-
877
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
878
-
879
- export declare const UndeploySystemInstanceRequestFilterSensitiveLog: (obj: UndeploySystemInstanceRequest) => any;
880
-
881
- export declare const UndeploySystemInstanceResponseFilterSensitiveLog: (obj: UndeploySystemInstanceResponse) => any;
882
-
883
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
884
-
885
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
886
-
887
- export declare const UpdateFlowTemplateRequestFilterSensitiveLog: (obj: UpdateFlowTemplateRequest) => any;
888
-
889
- export declare const UpdateFlowTemplateResponseFilterSensitiveLog: (obj: UpdateFlowTemplateResponse) => any;
890
-
891
- export declare const UpdateSystemTemplateRequestFilterSensitiveLog: (obj: UpdateSystemTemplateRequest) => any;
892
-
893
- export declare const UpdateSystemTemplateResponseFilterSensitiveLog: (obj: UpdateSystemTemplateResponse) => any;
894
-
895
- export declare const UploadEntityDefinitionsRequestFilterSensitiveLog: (obj: UploadEntityDefinitionsRequest) => any;
896
-
897
- export declare const UploadEntityDefinitionsResponseFilterSensitiveLog: (obj: UploadEntityDefinitionsResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
3
+ export interface AssociateEntityToThingRequest {
4
+ thingName: string | undefined;
5
+ entityId: string | undefined;
6
+ namespaceVersion?: number;
7
+ }
8
+ export interface AssociateEntityToThingResponse {}
9
+ export declare class InternalFailureException extends __BaseException {
10
+ readonly name: "InternalFailureException";
11
+ readonly $fault: "server";
12
+ constructor(
13
+ opts: __ExceptionOptionType<InternalFailureException, __BaseException>
14
+ );
15
+ }
16
+ export declare class InvalidRequestException extends __BaseException {
17
+ readonly name: "InvalidRequestException";
18
+ readonly $fault: "client";
19
+ constructor(
20
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
21
+ );
22
+ }
23
+ export declare class ResourceNotFoundException extends __BaseException {
24
+ readonly name: "ResourceNotFoundException";
25
+ readonly $fault: "client";
26
+ constructor(
27
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
28
+ );
29
+ }
30
+ export declare class ThrottlingException extends __BaseException {
31
+ readonly name: "ThrottlingException";
32
+ readonly $fault: "client";
33
+ constructor(
34
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
35
+ );
36
+ }
37
+ export declare enum DefinitionLanguage {
38
+ GRAPHQL = "GRAPHQL",
39
+ }
40
+ export interface DefinitionDocument {
41
+ language: DefinitionLanguage | string | undefined;
42
+ text: string | undefined;
43
+ }
44
+ export interface CreateFlowTemplateRequest {
45
+ definition: DefinitionDocument | undefined;
46
+ compatibleNamespaceVersion?: number;
47
+ }
48
+ export interface FlowTemplateSummary {
49
+ id?: string;
50
+ arn?: string;
51
+ revisionNumber?: number;
52
+ createdAt?: Date;
53
+ }
54
+ export interface CreateFlowTemplateResponse {
55
+ summary?: FlowTemplateSummary;
56
+ }
57
+ export declare class LimitExceededException extends __BaseException {
58
+ readonly name: "LimitExceededException";
59
+ readonly $fault: "client";
60
+ constructor(
61
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
62
+ );
63
+ }
64
+ export declare class ResourceAlreadyExistsException extends __BaseException {
65
+ readonly name: "ResourceAlreadyExistsException";
66
+ readonly $fault: "client";
67
+ constructor(
68
+ opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
69
+ );
70
+ }
71
+ export interface MetricsConfiguration {
72
+ cloudMetricEnabled?: boolean;
73
+ metricRuleRoleArn?: string;
74
+ }
75
+ export interface Tag {
76
+ key: string | undefined;
77
+ value: string | undefined;
78
+ }
79
+ export declare enum DeploymentTarget {
80
+ CLOUD = "CLOUD",
81
+ GREENGRASS = "GREENGRASS",
82
+ }
83
+ export interface CreateSystemInstanceRequest {
84
+ tags?: Tag[];
85
+ definition: DefinitionDocument | undefined;
86
+ target: DeploymentTarget | string | undefined;
87
+ greengrassGroupName?: string;
88
+ s3BucketName?: string;
89
+ metricsConfiguration?: MetricsConfiguration;
90
+ flowActionsRoleArn?: string;
91
+ }
92
+ export declare enum SystemInstanceDeploymentStatus {
93
+ BOOTSTRAP = "BOOTSTRAP",
94
+ DELETED_IN_TARGET = "DELETED_IN_TARGET",
95
+ DEPLOYED_IN_TARGET = "DEPLOYED_IN_TARGET",
96
+ DEPLOY_IN_PROGRESS = "DEPLOY_IN_PROGRESS",
97
+ FAILED = "FAILED",
98
+ NOT_DEPLOYED = "NOT_DEPLOYED",
99
+ PENDING_DELETE = "PENDING_DELETE",
100
+ UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS",
101
+ }
102
+ export interface SystemInstanceSummary {
103
+ id?: string;
104
+ arn?: string;
105
+ status?: SystemInstanceDeploymentStatus | string;
106
+ target?: DeploymentTarget | string;
107
+ greengrassGroupName?: string;
108
+ createdAt?: Date;
109
+ updatedAt?: Date;
110
+ greengrassGroupId?: string;
111
+ greengrassGroupVersionId?: string;
112
+ }
113
+ export interface CreateSystemInstanceResponse {
114
+ summary?: SystemInstanceSummary;
115
+ }
116
+ export interface CreateSystemTemplateRequest {
117
+ definition: DefinitionDocument | undefined;
118
+ compatibleNamespaceVersion?: number;
119
+ }
120
+ export interface SystemTemplateSummary {
121
+ id?: string;
122
+ arn?: string;
123
+ revisionNumber?: number;
124
+ createdAt?: Date;
125
+ }
126
+ export interface CreateSystemTemplateResponse {
127
+ summary?: SystemTemplateSummary;
128
+ }
129
+ export interface DeleteFlowTemplateRequest {
130
+ id: string | undefined;
131
+ }
132
+ export interface DeleteFlowTemplateResponse {}
133
+ export declare class ResourceInUseException extends __BaseException {
134
+ readonly name: "ResourceInUseException";
135
+ readonly $fault: "client";
136
+ constructor(
137
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
138
+ );
139
+ }
140
+ export interface DeleteNamespaceRequest {}
141
+ export interface DeleteNamespaceResponse {
142
+ namespaceArn?: string;
143
+ namespaceName?: string;
144
+ }
145
+ export interface DeleteSystemInstanceRequest {
146
+ id?: string;
147
+ }
148
+ export interface DeleteSystemInstanceResponse {}
149
+ export interface DeleteSystemTemplateRequest {
150
+ id: string | undefined;
151
+ }
152
+ export interface DeleteSystemTemplateResponse {}
153
+ export interface DependencyRevision {
154
+ id?: string;
155
+ revisionNumber?: number;
156
+ }
157
+ export interface DeploySystemInstanceRequest {
158
+ id?: string;
159
+ }
160
+ export interface DeploySystemInstanceResponse {
161
+ summary: SystemInstanceSummary | undefined;
162
+ greengrassDeploymentId?: string;
163
+ }
164
+ export interface DeprecateFlowTemplateRequest {
165
+ id: string | undefined;
166
+ }
167
+ export interface DeprecateFlowTemplateResponse {}
168
+ export interface DeprecateSystemTemplateRequest {
169
+ id: string | undefined;
170
+ }
171
+ export interface DeprecateSystemTemplateResponse {}
172
+ export interface DescribeNamespaceRequest {
173
+ namespaceName?: string;
174
+ }
175
+ export interface DescribeNamespaceResponse {
176
+ namespaceArn?: string;
177
+ namespaceName?: string;
178
+ trackingNamespaceName?: string;
179
+ trackingNamespaceVersion?: number;
180
+ namespaceVersion?: number;
181
+ }
182
+ export declare enum EntityType {
183
+ ACTION = "ACTION",
184
+ CAPABILITY = "CAPABILITY",
185
+ DEVICE = "DEVICE",
186
+ DEVICE_MODEL = "DEVICE_MODEL",
187
+ ENUM = "ENUM",
188
+ EVENT = "EVENT",
189
+ MAPPING = "MAPPING",
190
+ PROPERTY = "PROPERTY",
191
+ SERVICE = "SERVICE",
192
+ STATE = "STATE",
193
+ }
194
+ export interface DissociateEntityFromThingRequest {
195
+ thingName: string | undefined;
196
+ entityType: EntityType | string | undefined;
197
+ }
198
+ export interface DissociateEntityFromThingResponse {}
199
+ export interface EntityDescription {
200
+ id?: string;
201
+ arn?: string;
202
+ type?: EntityType | string;
203
+ createdAt?: Date;
204
+ definition?: DefinitionDocument;
205
+ }
206
+ export declare enum EntityFilterName {
207
+ NAME = "NAME",
208
+ NAMESPACE = "NAMESPACE",
209
+ REFERENCED_ENTITY_ID = "REFERENCED_ENTITY_ID",
210
+ SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH",
211
+ }
212
+ export interface EntityFilter {
213
+ name?: EntityFilterName | string;
214
+ value?: string[];
215
+ }
216
+ export declare enum FlowExecutionEventType {
217
+ ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
218
+ ACTIVITY_FAILED = "ACTIVITY_FAILED",
219
+ ACTIVITY_SCHEDULED = "ACTIVITY_SCHEDULED",
220
+ ACTIVITY_STARTED = "ACTIVITY_STARTED",
221
+ ACTIVITY_SUCCEEDED = "ACTIVITY_SUCCEEDED",
222
+ EXECUTION_ABORTED = "EXECUTION_ABORTED",
223
+ EXECUTION_FAILED = "EXECUTION_FAILED",
224
+ EXECUTION_STARTED = "EXECUTION_STARTED",
225
+ EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
226
+ SCHEDULE_NEXT_READY_STEPS_TASK = "SCHEDULE_NEXT_READY_STEPS_TASK",
227
+ START_FLOW_EXECUTION_TASK = "START_FLOW_EXECUTION_TASK",
228
+ STEP_FAILED = "STEP_FAILED",
229
+ STEP_STARTED = "STEP_STARTED",
230
+ STEP_SUCCEEDED = "STEP_SUCCEEDED",
231
+ THING_ACTION_TASK = "THING_ACTION_TASK",
232
+ THING_ACTION_TASK_FAILED = "THING_ACTION_TASK_FAILED",
233
+ THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED",
234
+ }
235
+ export interface FlowExecutionMessage {
236
+ messageId?: string;
237
+ eventType?: FlowExecutionEventType | string;
238
+ timestamp?: Date;
239
+ payload?: string;
240
+ }
241
+ export declare enum FlowExecutionStatus {
242
+ ABORTED = "ABORTED",
243
+ FAILED = "FAILED",
244
+ RUNNING = "RUNNING",
245
+ SUCCEEDED = "SUCCEEDED",
246
+ }
247
+ export interface FlowExecutionSummary {
248
+ flowExecutionId?: string;
249
+ status?: FlowExecutionStatus | string;
250
+ systemInstanceId?: string;
251
+ flowTemplateId?: string;
252
+ createdAt?: Date;
253
+ updatedAt?: Date;
254
+ }
255
+ export interface FlowTemplateDescription {
256
+ summary?: FlowTemplateSummary;
257
+ definition?: DefinitionDocument;
258
+ validatedNamespaceVersion?: number;
259
+ }
260
+ export declare enum FlowTemplateFilterName {
261
+ DEVICE_MODEL_ID = "DEVICE_MODEL_ID",
262
+ }
263
+ export interface FlowTemplateFilter {
264
+ name: FlowTemplateFilterName | string | undefined;
265
+ value: string[] | undefined;
266
+ }
267
+ export interface GetEntitiesRequest {
268
+ ids: string[] | undefined;
269
+ namespaceVersion?: number;
270
+ }
271
+ export interface GetEntitiesResponse {
272
+ descriptions?: EntityDescription[];
273
+ }
274
+ export interface GetFlowTemplateRequest {
275
+ id: string | undefined;
276
+ revisionNumber?: number;
277
+ }
278
+ export interface GetFlowTemplateResponse {
279
+ description?: FlowTemplateDescription;
280
+ }
281
+ export interface GetFlowTemplateRevisionsRequest {
282
+ id: string | undefined;
283
+ nextToken?: string;
284
+ maxResults?: number;
285
+ }
286
+ export interface GetFlowTemplateRevisionsResponse {
287
+ summaries?: FlowTemplateSummary[];
288
+ nextToken?: string;
289
+ }
290
+ export interface GetNamespaceDeletionStatusRequest {}
291
+ export declare enum NamespaceDeletionStatusErrorCodes {
292
+ VALIDATION_FAILED = "VALIDATION_FAILED",
293
+ }
294
+ export declare enum NamespaceDeletionStatus {
295
+ FAILED = "FAILED",
296
+ IN_PROGRESS = "IN_PROGRESS",
297
+ SUCCEEDED = "SUCCEEDED",
298
+ }
299
+ export interface GetNamespaceDeletionStatusResponse {
300
+ namespaceArn?: string;
301
+ namespaceName?: string;
302
+ status?: NamespaceDeletionStatus | string;
303
+ errorCode?: NamespaceDeletionStatusErrorCodes | string;
304
+ errorMessage?: string;
305
+ }
306
+ export interface GetSystemInstanceRequest {
307
+ id: string | undefined;
308
+ }
309
+ export interface SystemInstanceDescription {
310
+ summary?: SystemInstanceSummary;
311
+ definition?: DefinitionDocument;
312
+ s3BucketName?: string;
313
+ metricsConfiguration?: MetricsConfiguration;
314
+ validatedNamespaceVersion?: number;
315
+ validatedDependencyRevisions?: DependencyRevision[];
316
+ flowActionsRoleArn?: string;
317
+ }
318
+ export interface GetSystemInstanceResponse {
319
+ description?: SystemInstanceDescription;
320
+ }
321
+ export interface GetSystemTemplateRequest {
322
+ id: string | undefined;
323
+ revisionNumber?: number;
324
+ }
325
+ export interface SystemTemplateDescription {
326
+ summary?: SystemTemplateSummary;
327
+ definition?: DefinitionDocument;
328
+ validatedNamespaceVersion?: number;
329
+ }
330
+ export interface GetSystemTemplateResponse {
331
+ description?: SystemTemplateDescription;
332
+ }
333
+ export interface GetSystemTemplateRevisionsRequest {
334
+ id: string | undefined;
335
+ nextToken?: string;
336
+ maxResults?: number;
337
+ }
338
+ export interface GetSystemTemplateRevisionsResponse {
339
+ summaries?: SystemTemplateSummary[];
340
+ nextToken?: string;
341
+ }
342
+ export interface GetUploadStatusRequest {
343
+ uploadId: string | undefined;
344
+ }
345
+ export declare enum UploadStatus {
346
+ FAILED = "FAILED",
347
+ IN_PROGRESS = "IN_PROGRESS",
348
+ SUCCEEDED = "SUCCEEDED",
349
+ }
350
+ export interface GetUploadStatusResponse {
351
+ uploadId: string | undefined;
352
+ uploadStatus: UploadStatus | string | undefined;
353
+ namespaceArn?: string;
354
+ namespaceName?: string;
355
+ namespaceVersion?: number;
356
+ failureReason?: string[];
357
+ createdDate: Date | undefined;
358
+ }
359
+ export interface ListFlowExecutionMessagesRequest {
360
+ flowExecutionId: string | undefined;
361
+ nextToken?: string;
362
+ maxResults?: number;
363
+ }
364
+ export interface ListFlowExecutionMessagesResponse {
365
+ messages?: FlowExecutionMessage[];
366
+ nextToken?: string;
367
+ }
368
+ export interface ListTagsForResourceRequest {
369
+ maxResults?: number;
370
+ resourceArn: string | undefined;
371
+ nextToken?: string;
372
+ }
373
+ export interface ListTagsForResourceResponse {
374
+ tags?: Tag[];
375
+ nextToken?: string;
376
+ }
377
+ export interface SearchEntitiesRequest {
378
+ entityTypes: (EntityType | string)[] | undefined;
379
+ filters?: EntityFilter[];
380
+ nextToken?: string;
381
+ maxResults?: number;
382
+ namespaceVersion?: number;
383
+ }
384
+ export interface SearchEntitiesResponse {
385
+ descriptions?: EntityDescription[];
386
+ nextToken?: string;
387
+ }
388
+ export interface SearchFlowExecutionsRequest {
389
+ systemInstanceId: string | undefined;
390
+ flowExecutionId?: string;
391
+ startTime?: Date;
392
+ endTime?: Date;
393
+ nextToken?: string;
394
+ maxResults?: number;
395
+ }
396
+ export interface SearchFlowExecutionsResponse {
397
+ summaries?: FlowExecutionSummary[];
398
+ nextToken?: string;
399
+ }
400
+ export interface SearchFlowTemplatesRequest {
401
+ filters?: FlowTemplateFilter[];
402
+ nextToken?: string;
403
+ maxResults?: number;
404
+ }
405
+ export interface SearchFlowTemplatesResponse {
406
+ summaries?: FlowTemplateSummary[];
407
+ nextToken?: string;
408
+ }
409
+ export declare enum SystemInstanceFilterName {
410
+ GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
411
+ STATUS = "STATUS",
412
+ SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID",
413
+ }
414
+ export interface SystemInstanceFilter {
415
+ name?: SystemInstanceFilterName | string;
416
+ value?: string[];
417
+ }
418
+ export interface SearchSystemInstancesRequest {
419
+ filters?: SystemInstanceFilter[];
420
+ nextToken?: string;
421
+ maxResults?: number;
422
+ }
423
+ export interface SearchSystemInstancesResponse {
424
+ summaries?: SystemInstanceSummary[];
425
+ nextToken?: string;
426
+ }
427
+ export declare enum SystemTemplateFilterName {
428
+ FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID",
429
+ }
430
+ export interface SystemTemplateFilter {
431
+ name: SystemTemplateFilterName | string | undefined;
432
+ value: string[] | undefined;
433
+ }
434
+ export interface SearchSystemTemplatesRequest {
435
+ filters?: SystemTemplateFilter[];
436
+ nextToken?: string;
437
+ maxResults?: number;
438
+ }
439
+ export interface SearchSystemTemplatesResponse {
440
+ summaries?: SystemTemplateSummary[];
441
+ nextToken?: string;
442
+ }
443
+ export interface SearchThingsRequest {
444
+ entityId: string | undefined;
445
+ nextToken?: string;
446
+ maxResults?: number;
447
+ namespaceVersion?: number;
448
+ }
449
+ export interface Thing {
450
+ thingArn?: string;
451
+ thingName?: string;
452
+ }
453
+ export interface SearchThingsResponse {
454
+ things?: Thing[];
455
+ nextToken?: string;
456
+ }
457
+ export interface TagResourceRequest {
458
+ resourceArn: string | undefined;
459
+ tags: Tag[] | undefined;
460
+ }
461
+ export interface TagResourceResponse {}
462
+ export interface UndeploySystemInstanceRequest {
463
+ id?: string;
464
+ }
465
+ export interface UndeploySystemInstanceResponse {
466
+ summary?: SystemInstanceSummary;
467
+ }
468
+ export interface UntagResourceRequest {
469
+ resourceArn: string | undefined;
470
+ tagKeys: string[] | undefined;
471
+ }
472
+ export interface UntagResourceResponse {}
473
+ export interface UpdateFlowTemplateRequest {
474
+ id: string | undefined;
475
+ definition: DefinitionDocument | undefined;
476
+ compatibleNamespaceVersion?: number;
477
+ }
478
+ export interface UpdateFlowTemplateResponse {
479
+ summary?: FlowTemplateSummary;
480
+ }
481
+ export interface UpdateSystemTemplateRequest {
482
+ id: string | undefined;
483
+ definition: DefinitionDocument | undefined;
484
+ compatibleNamespaceVersion?: number;
485
+ }
486
+ export interface UpdateSystemTemplateResponse {
487
+ summary?: SystemTemplateSummary;
488
+ }
489
+ export interface UploadEntityDefinitionsRequest {
490
+ document?: DefinitionDocument;
491
+ syncWithPublicNamespace?: boolean;
492
+ deprecateExistingEntities?: boolean;
493
+ }
494
+ export interface UploadEntityDefinitionsResponse {
495
+ uploadId: string | undefined;
496
+ }
497
+ export declare const AssociateEntityToThingRequestFilterSensitiveLog: (
498
+ obj: AssociateEntityToThingRequest
499
+ ) => any;
500
+ export declare const AssociateEntityToThingResponseFilterSensitiveLog: (
501
+ obj: AssociateEntityToThingResponse
502
+ ) => any;
503
+ export declare const DefinitionDocumentFilterSensitiveLog: (
504
+ obj: DefinitionDocument
505
+ ) => any;
506
+ export declare const CreateFlowTemplateRequestFilterSensitiveLog: (
507
+ obj: CreateFlowTemplateRequest
508
+ ) => any;
509
+ export declare const FlowTemplateSummaryFilterSensitiveLog: (
510
+ obj: FlowTemplateSummary
511
+ ) => any;
512
+ export declare const CreateFlowTemplateResponseFilterSensitiveLog: (
513
+ obj: CreateFlowTemplateResponse
514
+ ) => any;
515
+ export declare const MetricsConfigurationFilterSensitiveLog: (
516
+ obj: MetricsConfiguration
517
+ ) => any;
518
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
519
+ export declare const CreateSystemInstanceRequestFilterSensitiveLog: (
520
+ obj: CreateSystemInstanceRequest
521
+ ) => any;
522
+ export declare const SystemInstanceSummaryFilterSensitiveLog: (
523
+ obj: SystemInstanceSummary
524
+ ) => any;
525
+ export declare const CreateSystemInstanceResponseFilterSensitiveLog: (
526
+ obj: CreateSystemInstanceResponse
527
+ ) => any;
528
+ export declare const CreateSystemTemplateRequestFilterSensitiveLog: (
529
+ obj: CreateSystemTemplateRequest
530
+ ) => any;
531
+ export declare const SystemTemplateSummaryFilterSensitiveLog: (
532
+ obj: SystemTemplateSummary
533
+ ) => any;
534
+ export declare const CreateSystemTemplateResponseFilterSensitiveLog: (
535
+ obj: CreateSystemTemplateResponse
536
+ ) => any;
537
+ export declare const DeleteFlowTemplateRequestFilterSensitiveLog: (
538
+ obj: DeleteFlowTemplateRequest
539
+ ) => any;
540
+ export declare const DeleteFlowTemplateResponseFilterSensitiveLog: (
541
+ obj: DeleteFlowTemplateResponse
542
+ ) => any;
543
+ export declare const DeleteNamespaceRequestFilterSensitiveLog: (
544
+ obj: DeleteNamespaceRequest
545
+ ) => any;
546
+ export declare const DeleteNamespaceResponseFilterSensitiveLog: (
547
+ obj: DeleteNamespaceResponse
548
+ ) => any;
549
+ export declare const DeleteSystemInstanceRequestFilterSensitiveLog: (
550
+ obj: DeleteSystemInstanceRequest
551
+ ) => any;
552
+ export declare const DeleteSystemInstanceResponseFilterSensitiveLog: (
553
+ obj: DeleteSystemInstanceResponse
554
+ ) => any;
555
+ export declare const DeleteSystemTemplateRequestFilterSensitiveLog: (
556
+ obj: DeleteSystemTemplateRequest
557
+ ) => any;
558
+ export declare const DeleteSystemTemplateResponseFilterSensitiveLog: (
559
+ obj: DeleteSystemTemplateResponse
560
+ ) => any;
561
+ export declare const DependencyRevisionFilterSensitiveLog: (
562
+ obj: DependencyRevision
563
+ ) => any;
564
+ export declare const DeploySystemInstanceRequestFilterSensitiveLog: (
565
+ obj: DeploySystemInstanceRequest
566
+ ) => any;
567
+ export declare const DeploySystemInstanceResponseFilterSensitiveLog: (
568
+ obj: DeploySystemInstanceResponse
569
+ ) => any;
570
+ export declare const DeprecateFlowTemplateRequestFilterSensitiveLog: (
571
+ obj: DeprecateFlowTemplateRequest
572
+ ) => any;
573
+ export declare const DeprecateFlowTemplateResponseFilterSensitiveLog: (
574
+ obj: DeprecateFlowTemplateResponse
575
+ ) => any;
576
+ export declare const DeprecateSystemTemplateRequestFilterSensitiveLog: (
577
+ obj: DeprecateSystemTemplateRequest
578
+ ) => any;
579
+ export declare const DeprecateSystemTemplateResponseFilterSensitiveLog: (
580
+ obj: DeprecateSystemTemplateResponse
581
+ ) => any;
582
+ export declare const DescribeNamespaceRequestFilterSensitiveLog: (
583
+ obj: DescribeNamespaceRequest
584
+ ) => any;
585
+ export declare const DescribeNamespaceResponseFilterSensitiveLog: (
586
+ obj: DescribeNamespaceResponse
587
+ ) => any;
588
+ export declare const DissociateEntityFromThingRequestFilterSensitiveLog: (
589
+ obj: DissociateEntityFromThingRequest
590
+ ) => any;
591
+ export declare const DissociateEntityFromThingResponseFilterSensitiveLog: (
592
+ obj: DissociateEntityFromThingResponse
593
+ ) => any;
594
+ export declare const EntityDescriptionFilterSensitiveLog: (
595
+ obj: EntityDescription
596
+ ) => any;
597
+ export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
598
+ export declare const FlowExecutionMessageFilterSensitiveLog: (
599
+ obj: FlowExecutionMessage
600
+ ) => any;
601
+ export declare const FlowExecutionSummaryFilterSensitiveLog: (
602
+ obj: FlowExecutionSummary
603
+ ) => any;
604
+ export declare const FlowTemplateDescriptionFilterSensitiveLog: (
605
+ obj: FlowTemplateDescription
606
+ ) => any;
607
+ export declare const FlowTemplateFilterFilterSensitiveLog: (
608
+ obj: FlowTemplateFilter
609
+ ) => any;
610
+ export declare const GetEntitiesRequestFilterSensitiveLog: (
611
+ obj: GetEntitiesRequest
612
+ ) => any;
613
+ export declare const GetEntitiesResponseFilterSensitiveLog: (
614
+ obj: GetEntitiesResponse
615
+ ) => any;
616
+ export declare const GetFlowTemplateRequestFilterSensitiveLog: (
617
+ obj: GetFlowTemplateRequest
618
+ ) => any;
619
+ export declare const GetFlowTemplateResponseFilterSensitiveLog: (
620
+ obj: GetFlowTemplateResponse
621
+ ) => any;
622
+ export declare const GetFlowTemplateRevisionsRequestFilterSensitiveLog: (
623
+ obj: GetFlowTemplateRevisionsRequest
624
+ ) => any;
625
+ export declare const GetFlowTemplateRevisionsResponseFilterSensitiveLog: (
626
+ obj: GetFlowTemplateRevisionsResponse
627
+ ) => any;
628
+ export declare const GetNamespaceDeletionStatusRequestFilterSensitiveLog: (
629
+ obj: GetNamespaceDeletionStatusRequest
630
+ ) => any;
631
+ export declare const GetNamespaceDeletionStatusResponseFilterSensitiveLog: (
632
+ obj: GetNamespaceDeletionStatusResponse
633
+ ) => any;
634
+ export declare const GetSystemInstanceRequestFilterSensitiveLog: (
635
+ obj: GetSystemInstanceRequest
636
+ ) => any;
637
+ export declare const SystemInstanceDescriptionFilterSensitiveLog: (
638
+ obj: SystemInstanceDescription
639
+ ) => any;
640
+ export declare const GetSystemInstanceResponseFilterSensitiveLog: (
641
+ obj: GetSystemInstanceResponse
642
+ ) => any;
643
+ export declare const GetSystemTemplateRequestFilterSensitiveLog: (
644
+ obj: GetSystemTemplateRequest
645
+ ) => any;
646
+ export declare const SystemTemplateDescriptionFilterSensitiveLog: (
647
+ obj: SystemTemplateDescription
648
+ ) => any;
649
+ export declare const GetSystemTemplateResponseFilterSensitiveLog: (
650
+ obj: GetSystemTemplateResponse
651
+ ) => any;
652
+ export declare const GetSystemTemplateRevisionsRequestFilterSensitiveLog: (
653
+ obj: GetSystemTemplateRevisionsRequest
654
+ ) => any;
655
+ export declare const GetSystemTemplateRevisionsResponseFilterSensitiveLog: (
656
+ obj: GetSystemTemplateRevisionsResponse
657
+ ) => any;
658
+ export declare const GetUploadStatusRequestFilterSensitiveLog: (
659
+ obj: GetUploadStatusRequest
660
+ ) => any;
661
+ export declare const GetUploadStatusResponseFilterSensitiveLog: (
662
+ obj: GetUploadStatusResponse
663
+ ) => any;
664
+ export declare const ListFlowExecutionMessagesRequestFilterSensitiveLog: (
665
+ obj: ListFlowExecutionMessagesRequest
666
+ ) => any;
667
+ export declare const ListFlowExecutionMessagesResponseFilterSensitiveLog: (
668
+ obj: ListFlowExecutionMessagesResponse
669
+ ) => any;
670
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
671
+ obj: ListTagsForResourceRequest
672
+ ) => any;
673
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
674
+ obj: ListTagsForResourceResponse
675
+ ) => any;
676
+ export declare const SearchEntitiesRequestFilterSensitiveLog: (
677
+ obj: SearchEntitiesRequest
678
+ ) => any;
679
+ export declare const SearchEntitiesResponseFilterSensitiveLog: (
680
+ obj: SearchEntitiesResponse
681
+ ) => any;
682
+ export declare const SearchFlowExecutionsRequestFilterSensitiveLog: (
683
+ obj: SearchFlowExecutionsRequest
684
+ ) => any;
685
+ export declare const SearchFlowExecutionsResponseFilterSensitiveLog: (
686
+ obj: SearchFlowExecutionsResponse
687
+ ) => any;
688
+ export declare const SearchFlowTemplatesRequestFilterSensitiveLog: (
689
+ obj: SearchFlowTemplatesRequest
690
+ ) => any;
691
+ export declare const SearchFlowTemplatesResponseFilterSensitiveLog: (
692
+ obj: SearchFlowTemplatesResponse
693
+ ) => any;
694
+ export declare const SystemInstanceFilterFilterSensitiveLog: (
695
+ obj: SystemInstanceFilter
696
+ ) => any;
697
+ export declare const SearchSystemInstancesRequestFilterSensitiveLog: (
698
+ obj: SearchSystemInstancesRequest
699
+ ) => any;
700
+ export declare const SearchSystemInstancesResponseFilterSensitiveLog: (
701
+ obj: SearchSystemInstancesResponse
702
+ ) => any;
703
+ export declare const SystemTemplateFilterFilterSensitiveLog: (
704
+ obj: SystemTemplateFilter
705
+ ) => any;
706
+ export declare const SearchSystemTemplatesRequestFilterSensitiveLog: (
707
+ obj: SearchSystemTemplatesRequest
708
+ ) => any;
709
+ export declare const SearchSystemTemplatesResponseFilterSensitiveLog: (
710
+ obj: SearchSystemTemplatesResponse
711
+ ) => any;
712
+ export declare const SearchThingsRequestFilterSensitiveLog: (
713
+ obj: SearchThingsRequest
714
+ ) => any;
715
+ export declare const ThingFilterSensitiveLog: (obj: Thing) => any;
716
+ export declare const SearchThingsResponseFilterSensitiveLog: (
717
+ obj: SearchThingsResponse
718
+ ) => any;
719
+ export declare const TagResourceRequestFilterSensitiveLog: (
720
+ obj: TagResourceRequest
721
+ ) => any;
722
+ export declare const TagResourceResponseFilterSensitiveLog: (
723
+ obj: TagResourceResponse
724
+ ) => any;
725
+ export declare const UndeploySystemInstanceRequestFilterSensitiveLog: (
726
+ obj: UndeploySystemInstanceRequest
727
+ ) => any;
728
+ export declare const UndeploySystemInstanceResponseFilterSensitiveLog: (
729
+ obj: UndeploySystemInstanceResponse
730
+ ) => any;
731
+ export declare const UntagResourceRequestFilterSensitiveLog: (
732
+ obj: UntagResourceRequest
733
+ ) => any;
734
+ export declare const UntagResourceResponseFilterSensitiveLog: (
735
+ obj: UntagResourceResponse
736
+ ) => any;
737
+ export declare const UpdateFlowTemplateRequestFilterSensitiveLog: (
738
+ obj: UpdateFlowTemplateRequest
739
+ ) => any;
740
+ export declare const UpdateFlowTemplateResponseFilterSensitiveLog: (
741
+ obj: UpdateFlowTemplateResponse
742
+ ) => any;
743
+ export declare const UpdateSystemTemplateRequestFilterSensitiveLog: (
744
+ obj: UpdateSystemTemplateRequest
745
+ ) => any;
746
+ export declare const UpdateSystemTemplateResponseFilterSensitiveLog: (
747
+ obj: UpdateSystemTemplateResponse
748
+ ) => any;
749
+ export declare const UploadEntityDefinitionsRequestFilterSensitiveLog: (
750
+ obj: UploadEntityDefinitionsRequest
751
+ ) => any;
752
+ export declare const UploadEntityDefinitionsResponseFilterSensitiveLog: (
753
+ obj: UploadEntityDefinitionsResponse
754
+ ) => any;