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