@aws-sdk/client-iotthingsgraph 3.686.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +151 -151
- package/dist-types/ts3.4/models/models_0.d.ts +151 -151
- package/package.json +7 -7
|
@@ -22,7 +22,7 @@ export interface AssociateEntityToThingRequest {
|
|
|
22
22
|
* <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
|
-
namespaceVersion?: number;
|
|
25
|
+
namespaceVersion?: number | undefined;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
@@ -118,7 +118,7 @@ export interface CreateFlowTemplateRequest {
|
|
|
118
118
|
* <p>If no value is specified, the latest version is used by default.</p>
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
|
-
compatibleNamespaceVersion?: number;
|
|
121
|
+
compatibleNamespaceVersion?: number | undefined;
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* <p>An object that contains summary information about a workflow.</p>
|
|
@@ -129,22 +129,22 @@ export interface FlowTemplateSummary {
|
|
|
129
129
|
* <p>The ID of the workflow.</p>
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
|
-
id?: string;
|
|
132
|
+
id?: string | undefined;
|
|
133
133
|
/**
|
|
134
134
|
* <p>The ARN of the workflow.</p>
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
|
-
arn?: string;
|
|
137
|
+
arn?: string | undefined;
|
|
138
138
|
/**
|
|
139
139
|
* <p>The revision number of the workflow.</p>
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
|
-
revisionNumber?: number;
|
|
142
|
+
revisionNumber?: number | undefined;
|
|
143
143
|
/**
|
|
144
144
|
* <p>The date when the workflow was created.</p>
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
|
-
createdAt?: Date;
|
|
147
|
+
createdAt?: Date | undefined;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* @public
|
|
@@ -154,7 +154,7 @@ export interface CreateFlowTemplateResponse {
|
|
|
154
154
|
* <p>The summary object that describes the created workflow.</p>
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
|
-
summary?: FlowTemplateSummary;
|
|
157
|
+
summary?: FlowTemplateSummary | undefined;
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* <p></p>
|
|
@@ -189,12 +189,12 @@ export interface MetricsConfiguration {
|
|
|
189
189
|
* <p>A Boolean that specifies whether cloud metrics are collected.</p>
|
|
190
190
|
* @public
|
|
191
191
|
*/
|
|
192
|
-
cloudMetricEnabled?: boolean;
|
|
192
|
+
cloudMetricEnabled?: boolean | undefined;
|
|
193
193
|
/**
|
|
194
194
|
* <p>The ARN of the role that is used to collect cloud metrics.</p>
|
|
195
195
|
* @public
|
|
196
196
|
*/
|
|
197
|
-
metricRuleRoleArn?: string;
|
|
197
|
+
metricRuleRoleArn?: string | undefined;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* <p>Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.</p>
|
|
@@ -232,7 +232,7 @@ export interface CreateSystemInstanceRequest {
|
|
|
232
232
|
* <p>Metadata, consisting of key-value pairs, that can be used to categorize your system instances.</p>
|
|
233
233
|
* @public
|
|
234
234
|
*/
|
|
235
|
-
tags?: Tag[];
|
|
235
|
+
tags?: Tag[] | undefined;
|
|
236
236
|
/**
|
|
237
237
|
* <p>A document that defines an entity. </p>
|
|
238
238
|
* @public
|
|
@@ -248,25 +248,25 @@ export interface CreateSystemInstanceRequest {
|
|
|
248
248
|
* the value of the <code>target</code> parameter is <code>GREENGRASS</code>.</p>
|
|
249
249
|
* @public
|
|
250
250
|
*/
|
|
251
|
-
greengrassGroupName?: string;
|
|
251
|
+
greengrassGroupName?: string | undefined;
|
|
252
252
|
/**
|
|
253
253
|
* <p>The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if
|
|
254
254
|
* the value of the <code>target</code> parameter is <code>GREENGRASS</code>.</p>
|
|
255
255
|
* @public
|
|
256
256
|
*/
|
|
257
|
-
s3BucketName?: string;
|
|
257
|
+
s3BucketName?: string | undefined;
|
|
258
258
|
/**
|
|
259
259
|
* <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
|
|
260
260
|
* @public
|
|
261
261
|
*/
|
|
262
|
-
metricsConfiguration?: MetricsConfiguration;
|
|
262
|
+
metricsConfiguration?: MetricsConfiguration | undefined;
|
|
263
263
|
/**
|
|
264
264
|
* <p>The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have
|
|
265
265
|
* read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This
|
|
266
266
|
* value is required if the value of the <code>target</code> parameter is <code>CLOUD</code>.</p>
|
|
267
267
|
* @public
|
|
268
268
|
*/
|
|
269
|
-
flowActionsRoleArn?: string;
|
|
269
|
+
flowActionsRoleArn?: string | undefined;
|
|
270
270
|
}
|
|
271
271
|
/**
|
|
272
272
|
* @public
|
|
@@ -295,49 +295,49 @@ export interface SystemInstanceSummary {
|
|
|
295
295
|
* <p>The ID of the system instance.</p>
|
|
296
296
|
* @public
|
|
297
297
|
*/
|
|
298
|
-
id?: string;
|
|
298
|
+
id?: string | undefined;
|
|
299
299
|
/**
|
|
300
300
|
* <p>The ARN of the system instance.</p>
|
|
301
301
|
* @public
|
|
302
302
|
*/
|
|
303
|
-
arn?: string;
|
|
303
|
+
arn?: string | undefined;
|
|
304
304
|
/**
|
|
305
305
|
* <p>The status of the system instance.</p>
|
|
306
306
|
* @public
|
|
307
307
|
*/
|
|
308
|
-
status?: SystemInstanceDeploymentStatus;
|
|
308
|
+
status?: SystemInstanceDeploymentStatus | undefined;
|
|
309
309
|
/**
|
|
310
310
|
* <p>The target of the system instance.</p>
|
|
311
311
|
* @public
|
|
312
312
|
*/
|
|
313
|
-
target?: DeploymentTarget;
|
|
313
|
+
target?: DeploymentTarget | undefined;
|
|
314
314
|
/**
|
|
315
315
|
* <p>The ID of the Greengrass group where the system instance is deployed.</p>
|
|
316
316
|
* @public
|
|
317
317
|
*/
|
|
318
|
-
greengrassGroupName?: string;
|
|
318
|
+
greengrassGroupName?: string | undefined;
|
|
319
319
|
/**
|
|
320
320
|
* <p>The date when the system instance was created.</p>
|
|
321
321
|
* @public
|
|
322
322
|
*/
|
|
323
|
-
createdAt?: Date;
|
|
323
|
+
createdAt?: Date | undefined;
|
|
324
324
|
/**
|
|
325
325
|
* <p>
|
|
326
326
|
*
|
|
327
327
|
* The date and time when the system instance was last updated.</p>
|
|
328
328
|
* @public
|
|
329
329
|
*/
|
|
330
|
-
updatedAt?: Date;
|
|
330
|
+
updatedAt?: Date | undefined;
|
|
331
331
|
/**
|
|
332
332
|
* <p>The ID of the Greengrass group where the system instance is deployed.</p>
|
|
333
333
|
* @public
|
|
334
334
|
*/
|
|
335
|
-
greengrassGroupId?: string;
|
|
335
|
+
greengrassGroupId?: string | undefined;
|
|
336
336
|
/**
|
|
337
337
|
* <p>The version of the Greengrass group where the system instance is deployed.</p>
|
|
338
338
|
* @public
|
|
339
339
|
*/
|
|
340
|
-
greengrassGroupVersionId?: string;
|
|
340
|
+
greengrassGroupVersionId?: string | undefined;
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* @public
|
|
@@ -347,7 +347,7 @@ export interface CreateSystemInstanceResponse {
|
|
|
347
347
|
* <p>The summary object that describes the new system instance.</p>
|
|
348
348
|
* @public
|
|
349
349
|
*/
|
|
350
|
-
summary?: SystemInstanceSummary;
|
|
350
|
+
summary?: SystemInstanceSummary | undefined;
|
|
351
351
|
}
|
|
352
352
|
/**
|
|
353
353
|
* @public
|
|
@@ -363,7 +363,7 @@ export interface CreateSystemTemplateRequest {
|
|
|
363
363
|
* <p>If no value is specified, the latest version is used by default.</p>
|
|
364
364
|
* @public
|
|
365
365
|
*/
|
|
366
|
-
compatibleNamespaceVersion?: number;
|
|
366
|
+
compatibleNamespaceVersion?: number | undefined;
|
|
367
367
|
}
|
|
368
368
|
/**
|
|
369
369
|
* <p>An object that contains information about a system.</p>
|
|
@@ -374,22 +374,22 @@ export interface SystemTemplateSummary {
|
|
|
374
374
|
* <p>The ID of the system.</p>
|
|
375
375
|
* @public
|
|
376
376
|
*/
|
|
377
|
-
id?: string;
|
|
377
|
+
id?: string | undefined;
|
|
378
378
|
/**
|
|
379
379
|
* <p>The ARN of the system.</p>
|
|
380
380
|
* @public
|
|
381
381
|
*/
|
|
382
|
-
arn?: string;
|
|
382
|
+
arn?: string | undefined;
|
|
383
383
|
/**
|
|
384
384
|
* <p>The revision number of the system.</p>
|
|
385
385
|
* @public
|
|
386
386
|
*/
|
|
387
|
-
revisionNumber?: number;
|
|
387
|
+
revisionNumber?: number | undefined;
|
|
388
388
|
/**
|
|
389
389
|
* <p>The date when the system was created.</p>
|
|
390
390
|
* @public
|
|
391
391
|
*/
|
|
392
|
-
createdAt?: Date;
|
|
392
|
+
createdAt?: Date | undefined;
|
|
393
393
|
}
|
|
394
394
|
/**
|
|
395
395
|
* @public
|
|
@@ -399,7 +399,7 @@ export interface CreateSystemTemplateResponse {
|
|
|
399
399
|
* <p>The summary object that describes the created system.</p>
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
|
-
summary?: SystemTemplateSummary;
|
|
402
|
+
summary?: SystemTemplateSummary | undefined;
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
405
405
|
* @public
|
|
@@ -445,12 +445,12 @@ export interface DeleteNamespaceResponse {
|
|
|
445
445
|
* <p>The ARN of the namespace to be deleted.</p>
|
|
446
446
|
* @public
|
|
447
447
|
*/
|
|
448
|
-
namespaceArn?: string;
|
|
448
|
+
namespaceArn?: string | undefined;
|
|
449
449
|
/**
|
|
450
450
|
* <p>The name of the namespace to be deleted.</p>
|
|
451
451
|
* @public
|
|
452
452
|
*/
|
|
453
|
-
namespaceName?: string;
|
|
453
|
+
namespaceName?: string | undefined;
|
|
454
454
|
}
|
|
455
455
|
/**
|
|
456
456
|
* @public
|
|
@@ -460,7 +460,7 @@ export interface DeleteSystemInstanceRequest {
|
|
|
460
460
|
* <p>The ID of the system instance to be deleted.</p>
|
|
461
461
|
* @public
|
|
462
462
|
*/
|
|
463
|
-
id?: string;
|
|
463
|
+
id?: string | undefined;
|
|
464
464
|
}
|
|
465
465
|
/**
|
|
466
466
|
* @public
|
|
@@ -495,12 +495,12 @@ export interface DependencyRevision {
|
|
|
495
495
|
* <p>The ID of the workflow or system.</p>
|
|
496
496
|
* @public
|
|
497
497
|
*/
|
|
498
|
-
id?: string;
|
|
498
|
+
id?: string | undefined;
|
|
499
499
|
/**
|
|
500
500
|
* <p>The revision number of the workflow or system.</p>
|
|
501
501
|
* @public
|
|
502
502
|
*/
|
|
503
|
-
revisionNumber?: number;
|
|
503
|
+
revisionNumber?: number | undefined;
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
506
|
* @public
|
|
@@ -514,7 +514,7 @@ export interface DeploySystemInstanceRequest {
|
|
|
514
514
|
* </p>
|
|
515
515
|
* @public
|
|
516
516
|
*/
|
|
517
|
-
id?: string;
|
|
517
|
+
id?: string | undefined;
|
|
518
518
|
}
|
|
519
519
|
/**
|
|
520
520
|
* @public
|
|
@@ -529,7 +529,7 @@ export interface DeploySystemInstanceResponse {
|
|
|
529
529
|
* <p>The ID of the Greengrass deployment used to deploy the system instance.</p>
|
|
530
530
|
* @public
|
|
531
531
|
*/
|
|
532
|
-
greengrassDeploymentId?: string;
|
|
532
|
+
greengrassDeploymentId?: string | undefined;
|
|
533
533
|
}
|
|
534
534
|
/**
|
|
535
535
|
* @public
|
|
@@ -577,7 +577,7 @@ export interface DescribeNamespaceRequest {
|
|
|
577
577
|
* <p>The name of the user's namespace. Set this to <code>aws</code> to get the public namespace.</p>
|
|
578
578
|
* @public
|
|
579
579
|
*/
|
|
580
|
-
namespaceName?: string;
|
|
580
|
+
namespaceName?: string | undefined;
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
583
|
* @public
|
|
@@ -587,27 +587,27 @@ export interface DescribeNamespaceResponse {
|
|
|
587
587
|
* <p>The ARN of the namespace.</p>
|
|
588
588
|
* @public
|
|
589
589
|
*/
|
|
590
|
-
namespaceArn?: string;
|
|
590
|
+
namespaceArn?: string | undefined;
|
|
591
591
|
/**
|
|
592
592
|
* <p>The name of the namespace.</p>
|
|
593
593
|
* @public
|
|
594
594
|
*/
|
|
595
|
-
namespaceName?: string;
|
|
595
|
+
namespaceName?: string | undefined;
|
|
596
596
|
/**
|
|
597
597
|
* <p>The name of the public namespace that the latest namespace version is tracking.</p>
|
|
598
598
|
* @public
|
|
599
599
|
*/
|
|
600
|
-
trackingNamespaceName?: string;
|
|
600
|
+
trackingNamespaceName?: string | undefined;
|
|
601
601
|
/**
|
|
602
602
|
* <p>The version of the public namespace that the latest version is tracking.</p>
|
|
603
603
|
* @public
|
|
604
604
|
*/
|
|
605
|
-
trackingNamespaceVersion?: number;
|
|
605
|
+
trackingNamespaceVersion?: number | undefined;
|
|
606
606
|
/**
|
|
607
607
|
* <p>The version of the user's namespace to describe.</p>
|
|
608
608
|
* @public
|
|
609
609
|
*/
|
|
610
|
-
namespaceVersion?: number;
|
|
610
|
+
namespaceVersion?: number | undefined;
|
|
611
611
|
}
|
|
612
612
|
/**
|
|
613
613
|
* @public
|
|
@@ -658,27 +658,27 @@ export interface EntityDescription {
|
|
|
658
658
|
* <p>The entity ID.</p>
|
|
659
659
|
* @public
|
|
660
660
|
*/
|
|
661
|
-
id?: string;
|
|
661
|
+
id?: string | undefined;
|
|
662
662
|
/**
|
|
663
663
|
* <p>The entity ARN.</p>
|
|
664
664
|
* @public
|
|
665
665
|
*/
|
|
666
|
-
arn?: string;
|
|
666
|
+
arn?: string | undefined;
|
|
667
667
|
/**
|
|
668
668
|
* <p>The entity type.</p>
|
|
669
669
|
* @public
|
|
670
670
|
*/
|
|
671
|
-
type?: EntityType;
|
|
671
|
+
type?: EntityType | undefined;
|
|
672
672
|
/**
|
|
673
673
|
* <p>The time at which the entity was created.</p>
|
|
674
674
|
* @public
|
|
675
675
|
*/
|
|
676
|
-
createdAt?: Date;
|
|
676
|
+
createdAt?: Date | undefined;
|
|
677
677
|
/**
|
|
678
678
|
* <p>The definition document of the entity.</p>
|
|
679
679
|
* @public
|
|
680
680
|
*/
|
|
681
|
-
definition?: DefinitionDocument;
|
|
681
|
+
definition?: DefinitionDocument | undefined;
|
|
682
682
|
}
|
|
683
683
|
/**
|
|
684
684
|
* @public
|
|
@@ -706,12 +706,12 @@ export interface EntityFilter {
|
|
|
706
706
|
* you can filter on the ID of a property that is used in a state.</p>
|
|
707
707
|
* @public
|
|
708
708
|
*/
|
|
709
|
-
name?: EntityFilterName;
|
|
709
|
+
name?: EntityFilterName | undefined;
|
|
710
710
|
/**
|
|
711
711
|
* <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
|
|
712
712
|
* @public
|
|
713
713
|
*/
|
|
714
|
-
value?: string[];
|
|
714
|
+
value?: string[] | undefined;
|
|
715
715
|
}
|
|
716
716
|
/**
|
|
717
717
|
* @public
|
|
@@ -749,22 +749,22 @@ export interface FlowExecutionMessage {
|
|
|
749
749
|
* <p>The unique identifier of the message.</p>
|
|
750
750
|
* @public
|
|
751
751
|
*/
|
|
752
|
-
messageId?: string;
|
|
752
|
+
messageId?: string | undefined;
|
|
753
753
|
/**
|
|
754
754
|
* <p>The type of flow event .</p>
|
|
755
755
|
* @public
|
|
756
756
|
*/
|
|
757
|
-
eventType?: FlowExecutionEventType;
|
|
757
|
+
eventType?: FlowExecutionEventType | undefined;
|
|
758
758
|
/**
|
|
759
759
|
* <p>The date and time when the message was last updated.</p>
|
|
760
760
|
* @public
|
|
761
761
|
*/
|
|
762
|
-
timestamp?: Date;
|
|
762
|
+
timestamp?: Date | undefined;
|
|
763
763
|
/**
|
|
764
764
|
* <p>A string containing information about the flow event.</p>
|
|
765
765
|
* @public
|
|
766
766
|
*/
|
|
767
|
-
payload?: string;
|
|
767
|
+
payload?: string | undefined;
|
|
768
768
|
}
|
|
769
769
|
/**
|
|
770
770
|
* @public
|
|
@@ -789,32 +789,32 @@ export interface FlowExecutionSummary {
|
|
|
789
789
|
* <p>The ID of the flow execution.</p>
|
|
790
790
|
* @public
|
|
791
791
|
*/
|
|
792
|
-
flowExecutionId?: string;
|
|
792
|
+
flowExecutionId?: string | undefined;
|
|
793
793
|
/**
|
|
794
794
|
* <p>The current status of the flow execution.</p>
|
|
795
795
|
* @public
|
|
796
796
|
*/
|
|
797
|
-
status?: FlowExecutionStatus;
|
|
797
|
+
status?: FlowExecutionStatus | undefined;
|
|
798
798
|
/**
|
|
799
799
|
* <p>The ID of the system instance that contains the flow.</p>
|
|
800
800
|
* @public
|
|
801
801
|
*/
|
|
802
|
-
systemInstanceId?: string;
|
|
802
|
+
systemInstanceId?: string | undefined;
|
|
803
803
|
/**
|
|
804
804
|
* <p>The ID of the flow.</p>
|
|
805
805
|
* @public
|
|
806
806
|
*/
|
|
807
|
-
flowTemplateId?: string;
|
|
807
|
+
flowTemplateId?: string | undefined;
|
|
808
808
|
/**
|
|
809
809
|
* <p>The date and time when the flow execution summary was created.</p>
|
|
810
810
|
* @public
|
|
811
811
|
*/
|
|
812
|
-
createdAt?: Date;
|
|
812
|
+
createdAt?: Date | undefined;
|
|
813
813
|
/**
|
|
814
814
|
* <p>The date and time when the flow execution summary was last updated.</p>
|
|
815
815
|
* @public
|
|
816
816
|
*/
|
|
817
|
-
updatedAt?: Date;
|
|
817
|
+
updatedAt?: Date | undefined;
|
|
818
818
|
}
|
|
819
819
|
/**
|
|
820
820
|
* <p>An object that contains a workflow's definition and summary information.</p>
|
|
@@ -825,17 +825,17 @@ export interface FlowTemplateDescription {
|
|
|
825
825
|
* <p>An object that contains summary information about a workflow.</p>
|
|
826
826
|
* @public
|
|
827
827
|
*/
|
|
828
|
-
summary?: FlowTemplateSummary;
|
|
828
|
+
summary?: FlowTemplateSummary | undefined;
|
|
829
829
|
/**
|
|
830
830
|
* <p>A workflow's definition document.</p>
|
|
831
831
|
* @public
|
|
832
832
|
*/
|
|
833
|
-
definition?: DefinitionDocument;
|
|
833
|
+
definition?: DefinitionDocument | undefined;
|
|
834
834
|
/**
|
|
835
835
|
* <p>The version of the user's namespace against which the workflow was validated. Use this value in your system instance.</p>
|
|
836
836
|
* @public
|
|
837
837
|
*/
|
|
838
|
-
validatedNamespaceVersion?: number;
|
|
838
|
+
validatedNamespaceVersion?: number | undefined;
|
|
839
839
|
}
|
|
840
840
|
/**
|
|
841
841
|
* @public
|
|
@@ -881,7 +881,7 @@ export interface GetEntitiesRequest {
|
|
|
881
881
|
* <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
|
|
882
882
|
* @public
|
|
883
883
|
*/
|
|
884
|
-
namespaceVersion?: number;
|
|
884
|
+
namespaceVersion?: number | undefined;
|
|
885
885
|
}
|
|
886
886
|
/**
|
|
887
887
|
* @public
|
|
@@ -891,7 +891,7 @@ export interface GetEntitiesResponse {
|
|
|
891
891
|
* <p>An array of descriptions for the specified entities.</p>
|
|
892
892
|
* @public
|
|
893
893
|
*/
|
|
894
|
-
descriptions?: EntityDescription[];
|
|
894
|
+
descriptions?: EntityDescription[] | undefined;
|
|
895
895
|
}
|
|
896
896
|
/**
|
|
897
897
|
* @public
|
|
@@ -910,7 +910,7 @@ export interface GetFlowTemplateRequest {
|
|
|
910
910
|
* <p>The number of the workflow revision to retrieve.</p>
|
|
911
911
|
* @public
|
|
912
912
|
*/
|
|
913
|
-
revisionNumber?: number;
|
|
913
|
+
revisionNumber?: number | undefined;
|
|
914
914
|
}
|
|
915
915
|
/**
|
|
916
916
|
* @public
|
|
@@ -920,7 +920,7 @@ export interface GetFlowTemplateResponse {
|
|
|
920
920
|
* <p>The object that describes the specified workflow.</p>
|
|
921
921
|
* @public
|
|
922
922
|
*/
|
|
923
|
-
description?: FlowTemplateDescription;
|
|
923
|
+
description?: FlowTemplateDescription | undefined;
|
|
924
924
|
}
|
|
925
925
|
/**
|
|
926
926
|
* @public
|
|
@@ -939,12 +939,12 @@ export interface GetFlowTemplateRevisionsRequest {
|
|
|
939
939
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
940
940
|
* @public
|
|
941
941
|
*/
|
|
942
|
-
nextToken?: string;
|
|
942
|
+
nextToken?: string | undefined;
|
|
943
943
|
/**
|
|
944
944
|
* <p>The maximum number of results to return in the response.</p>
|
|
945
945
|
* @public
|
|
946
946
|
*/
|
|
947
|
-
maxResults?: number;
|
|
947
|
+
maxResults?: number | undefined;
|
|
948
948
|
}
|
|
949
949
|
/**
|
|
950
950
|
* @public
|
|
@@ -954,12 +954,12 @@ export interface GetFlowTemplateRevisionsResponse {
|
|
|
954
954
|
* <p>An array of objects that provide summary data about each revision.</p>
|
|
955
955
|
* @public
|
|
956
956
|
*/
|
|
957
|
-
summaries?: FlowTemplateSummary[];
|
|
957
|
+
summaries?: FlowTemplateSummary[] | undefined;
|
|
958
958
|
/**
|
|
959
959
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
|
|
960
960
|
* @public
|
|
961
961
|
*/
|
|
962
|
-
nextToken?: string;
|
|
962
|
+
nextToken?: string | undefined;
|
|
963
963
|
}
|
|
964
964
|
/**
|
|
965
965
|
* @public
|
|
@@ -998,27 +998,27 @@ export interface GetNamespaceDeletionStatusResponse {
|
|
|
998
998
|
* <p>The ARN of the namespace that is being deleted.</p>
|
|
999
999
|
* @public
|
|
1000
1000
|
*/
|
|
1001
|
-
namespaceArn?: string;
|
|
1001
|
+
namespaceArn?: string | undefined;
|
|
1002
1002
|
/**
|
|
1003
1003
|
* <p>The name of the namespace that is being deleted.</p>
|
|
1004
1004
|
* @public
|
|
1005
1005
|
*/
|
|
1006
|
-
namespaceName?: string;
|
|
1006
|
+
namespaceName?: string | undefined;
|
|
1007
1007
|
/**
|
|
1008
1008
|
* <p>The status of the deletion request.</p>
|
|
1009
1009
|
* @public
|
|
1010
1010
|
*/
|
|
1011
|
-
status?: NamespaceDeletionStatus;
|
|
1011
|
+
status?: NamespaceDeletionStatus | undefined;
|
|
1012
1012
|
/**
|
|
1013
1013
|
* <p>An error code returned by the namespace deletion task.</p>
|
|
1014
1014
|
* @public
|
|
1015
1015
|
*/
|
|
1016
|
-
errorCode?: NamespaceDeletionStatusErrorCodes;
|
|
1016
|
+
errorCode?: NamespaceDeletionStatusErrorCodes | undefined;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* <p>An error code returned by the namespace deletion task.</p>
|
|
1019
1019
|
* @public
|
|
1020
1020
|
*/
|
|
1021
|
-
errorMessage?: string;
|
|
1021
|
+
errorMessage?: string | undefined;
|
|
1022
1022
|
}
|
|
1023
1023
|
/**
|
|
1024
1024
|
* @public
|
|
@@ -1043,39 +1043,39 @@ export interface SystemInstanceDescription {
|
|
|
1043
1043
|
* <p>An object that contains summary information about a system instance.</p>
|
|
1044
1044
|
* @public
|
|
1045
1045
|
*/
|
|
1046
|
-
summary?: SystemInstanceSummary;
|
|
1046
|
+
summary?: SystemInstanceSummary | undefined;
|
|
1047
1047
|
/**
|
|
1048
1048
|
* <p>A document that defines an entity. </p>
|
|
1049
1049
|
* @public
|
|
1050
1050
|
*/
|
|
1051
|
-
definition?: DefinitionDocument;
|
|
1051
|
+
definition?: DefinitionDocument | undefined;
|
|
1052
1052
|
/**
|
|
1053
1053
|
* <p>The Amazon Simple Storage Service bucket where information about a system instance is stored.</p>
|
|
1054
1054
|
* @public
|
|
1055
1055
|
*/
|
|
1056
|
-
s3BucketName?: string;
|
|
1056
|
+
s3BucketName?: string | undefined;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
|
|
1059
1059
|
* @public
|
|
1060
1060
|
*/
|
|
1061
|
-
metricsConfiguration?: MetricsConfiguration;
|
|
1061
|
+
metricsConfiguration?: MetricsConfiguration | undefined;
|
|
1062
1062
|
/**
|
|
1063
1063
|
* <p>The version of the user's namespace against which the system instance was validated.</p>
|
|
1064
1064
|
* @public
|
|
1065
1065
|
*/
|
|
1066
|
-
validatedNamespaceVersion?: number;
|
|
1066
|
+
validatedNamespaceVersion?: number | undefined;
|
|
1067
1067
|
/**
|
|
1068
1068
|
* <p>A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.</p>
|
|
1069
1069
|
* @public
|
|
1070
1070
|
*/
|
|
1071
|
-
validatedDependencyRevisions?: DependencyRevision[];
|
|
1071
|
+
validatedDependencyRevisions?: DependencyRevision[] | undefined;
|
|
1072
1072
|
/**
|
|
1073
1073
|
* <p>The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a
|
|
1074
1074
|
* cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other
|
|
1075
1075
|
* AWS services that the flow uses.</p>
|
|
1076
1076
|
* @public
|
|
1077
1077
|
*/
|
|
1078
|
-
flowActionsRoleArn?: string;
|
|
1078
|
+
flowActionsRoleArn?: string | undefined;
|
|
1079
1079
|
}
|
|
1080
1080
|
/**
|
|
1081
1081
|
* @public
|
|
@@ -1085,7 +1085,7 @@ export interface GetSystemInstanceResponse {
|
|
|
1085
1085
|
* <p>An object that describes the system instance.</p>
|
|
1086
1086
|
* @public
|
|
1087
1087
|
*/
|
|
1088
|
-
description?: SystemInstanceDescription;
|
|
1088
|
+
description?: SystemInstanceDescription | undefined;
|
|
1089
1089
|
}
|
|
1090
1090
|
/**
|
|
1091
1091
|
* @public
|
|
@@ -1104,7 +1104,7 @@ export interface GetSystemTemplateRequest {
|
|
|
1104
1104
|
* <p>The number that specifies the revision of the system to get.</p>
|
|
1105
1105
|
* @public
|
|
1106
1106
|
*/
|
|
1107
|
-
revisionNumber?: number;
|
|
1107
|
+
revisionNumber?: number | undefined;
|
|
1108
1108
|
}
|
|
1109
1109
|
/**
|
|
1110
1110
|
* <p>An object that contains a system's definition document and summary information.</p>
|
|
@@ -1115,17 +1115,17 @@ export interface SystemTemplateDescription {
|
|
|
1115
1115
|
* <p>An object that contains summary information about a system.</p>
|
|
1116
1116
|
* @public
|
|
1117
1117
|
*/
|
|
1118
|
-
summary?: SystemTemplateSummary;
|
|
1118
|
+
summary?: SystemTemplateSummary | undefined;
|
|
1119
1119
|
/**
|
|
1120
1120
|
* <p>The definition document of a system.</p>
|
|
1121
1121
|
* @public
|
|
1122
1122
|
*/
|
|
1123
|
-
definition?: DefinitionDocument;
|
|
1123
|
+
definition?: DefinitionDocument | undefined;
|
|
1124
1124
|
/**
|
|
1125
1125
|
* <p>The namespace version against which the system was validated. Use this value in your system instance.</p>
|
|
1126
1126
|
* @public
|
|
1127
1127
|
*/
|
|
1128
|
-
validatedNamespaceVersion?: number;
|
|
1128
|
+
validatedNamespaceVersion?: number | undefined;
|
|
1129
1129
|
}
|
|
1130
1130
|
/**
|
|
1131
1131
|
* @public
|
|
@@ -1135,7 +1135,7 @@ export interface GetSystemTemplateResponse {
|
|
|
1135
1135
|
* <p>An object that contains summary data about the system.</p>
|
|
1136
1136
|
* @public
|
|
1137
1137
|
*/
|
|
1138
|
-
description?: SystemTemplateDescription;
|
|
1138
|
+
description?: SystemTemplateDescription | undefined;
|
|
1139
1139
|
}
|
|
1140
1140
|
/**
|
|
1141
1141
|
* @public
|
|
@@ -1154,12 +1154,12 @@ export interface GetSystemTemplateRevisionsRequest {
|
|
|
1154
1154
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1155
1155
|
* @public
|
|
1156
1156
|
*/
|
|
1157
|
-
nextToken?: string;
|
|
1157
|
+
nextToken?: string | undefined;
|
|
1158
1158
|
/**
|
|
1159
1159
|
* <p>The maximum number of results to return in the response.</p>
|
|
1160
1160
|
* @public
|
|
1161
1161
|
*/
|
|
1162
|
-
maxResults?: number;
|
|
1162
|
+
maxResults?: number | undefined;
|
|
1163
1163
|
}
|
|
1164
1164
|
/**
|
|
1165
1165
|
* @public
|
|
@@ -1169,12 +1169,12 @@ export interface GetSystemTemplateRevisionsResponse {
|
|
|
1169
1169
|
* <p>An array of objects that contain summary data about the system template revisions.</p>
|
|
1170
1170
|
* @public
|
|
1171
1171
|
*/
|
|
1172
|
-
summaries?: SystemTemplateSummary[];
|
|
1172
|
+
summaries?: SystemTemplateSummary[] | undefined;
|
|
1173
1173
|
/**
|
|
1174
1174
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
|
|
1175
1175
|
* @public
|
|
1176
1176
|
*/
|
|
1177
|
-
nextToken?: string;
|
|
1177
|
+
nextToken?: string | undefined;
|
|
1178
1178
|
}
|
|
1179
1179
|
/**
|
|
1180
1180
|
* @public
|
|
@@ -1217,22 +1217,22 @@ export interface GetUploadStatusResponse {
|
|
|
1217
1217
|
* <p>The ARN of the upload.</p>
|
|
1218
1218
|
* @public
|
|
1219
1219
|
*/
|
|
1220
|
-
namespaceArn?: string;
|
|
1220
|
+
namespaceArn?: string | undefined;
|
|
1221
1221
|
/**
|
|
1222
1222
|
* <p>The name of the upload's namespace.</p>
|
|
1223
1223
|
* @public
|
|
1224
1224
|
*/
|
|
1225
|
-
namespaceName?: string;
|
|
1225
|
+
namespaceName?: string | undefined;
|
|
1226
1226
|
/**
|
|
1227
1227
|
* <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
|
|
1228
1228
|
* @public
|
|
1229
1229
|
*/
|
|
1230
|
-
namespaceVersion?: number;
|
|
1230
|
+
namespaceVersion?: number | undefined;
|
|
1231
1231
|
/**
|
|
1232
1232
|
* <p>The reason for an upload failure.</p>
|
|
1233
1233
|
* @public
|
|
1234
1234
|
*/
|
|
1235
|
-
failureReason?: string[];
|
|
1235
|
+
failureReason?: string[] | undefined;
|
|
1236
1236
|
/**
|
|
1237
1237
|
* <p>The date at which the upload was created.</p>
|
|
1238
1238
|
* @public
|
|
@@ -1252,12 +1252,12 @@ export interface ListFlowExecutionMessagesRequest {
|
|
|
1252
1252
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1253
1253
|
* @public
|
|
1254
1254
|
*/
|
|
1255
|
-
nextToken?: string;
|
|
1255
|
+
nextToken?: string | undefined;
|
|
1256
1256
|
/**
|
|
1257
1257
|
* <p>The maximum number of results to return in the response.</p>
|
|
1258
1258
|
* @public
|
|
1259
1259
|
*/
|
|
1260
|
-
maxResults?: number;
|
|
1260
|
+
maxResults?: number | undefined;
|
|
1261
1261
|
}
|
|
1262
1262
|
/**
|
|
1263
1263
|
* @public
|
|
@@ -1267,12 +1267,12 @@ export interface ListFlowExecutionMessagesResponse {
|
|
|
1267
1267
|
* <p>A list of objects that contain information about events in the specified flow execution.</p>
|
|
1268
1268
|
* @public
|
|
1269
1269
|
*/
|
|
1270
|
-
messages?: FlowExecutionMessage[];
|
|
1270
|
+
messages?: FlowExecutionMessage[] | undefined;
|
|
1271
1271
|
/**
|
|
1272
1272
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
|
|
1273
1273
|
* @public
|
|
1274
1274
|
*/
|
|
1275
|
-
nextToken?: string;
|
|
1275
|
+
nextToken?: string | undefined;
|
|
1276
1276
|
}
|
|
1277
1277
|
/**
|
|
1278
1278
|
* @public
|
|
@@ -1282,7 +1282,7 @@ export interface ListTagsForResourceRequest {
|
|
|
1282
1282
|
* <p>The maximum number of tags to return.</p>
|
|
1283
1283
|
* @public
|
|
1284
1284
|
*/
|
|
1285
|
-
maxResults?: number;
|
|
1285
|
+
maxResults?: number | undefined;
|
|
1286
1286
|
/**
|
|
1287
1287
|
* <p>The Amazon Resource Name (ARN) of the resource whose tags are to be returned.</p>
|
|
1288
1288
|
* @public
|
|
@@ -1292,7 +1292,7 @@ export interface ListTagsForResourceRequest {
|
|
|
1292
1292
|
* <p>The token that specifies the next page of results to return.</p>
|
|
1293
1293
|
* @public
|
|
1294
1294
|
*/
|
|
1295
|
-
nextToken?: string;
|
|
1295
|
+
nextToken?: string | undefined;
|
|
1296
1296
|
}
|
|
1297
1297
|
/**
|
|
1298
1298
|
* @public
|
|
@@ -1302,12 +1302,12 @@ export interface ListTagsForResourceResponse {
|
|
|
1302
1302
|
* <p>List of tags returned by the <code>ListTagsForResource</code> operation.</p>
|
|
1303
1303
|
* @public
|
|
1304
1304
|
*/
|
|
1305
|
-
tags?: Tag[];
|
|
1305
|
+
tags?: Tag[] | undefined;
|
|
1306
1306
|
/**
|
|
1307
1307
|
* <p>The token that specifies the next page of results to return.</p>
|
|
1308
1308
|
* @public
|
|
1309
1309
|
*/
|
|
1310
|
-
nextToken?: string;
|
|
1310
|
+
nextToken?: string | undefined;
|
|
1311
1311
|
}
|
|
1312
1312
|
/**
|
|
1313
1313
|
* @public
|
|
@@ -1326,22 +1326,22 @@ export interface SearchEntitiesRequest {
|
|
|
1326
1326
|
* <p>Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.</p>
|
|
1327
1327
|
* @public
|
|
1328
1328
|
*/
|
|
1329
|
-
filters?: EntityFilter[];
|
|
1329
|
+
filters?: EntityFilter[] | undefined;
|
|
1330
1330
|
/**
|
|
1331
1331
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1332
1332
|
* @public
|
|
1333
1333
|
*/
|
|
1334
|
-
nextToken?: string;
|
|
1334
|
+
nextToken?: string | undefined;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* <p>The maximum number of results to return in the response.</p>
|
|
1337
1337
|
* @public
|
|
1338
1338
|
*/
|
|
1339
|
-
maxResults?: number;
|
|
1339
|
+
maxResults?: number | undefined;
|
|
1340
1340
|
/**
|
|
1341
1341
|
* <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
|
|
1342
1342
|
* @public
|
|
1343
1343
|
*/
|
|
1344
|
-
namespaceVersion?: number;
|
|
1344
|
+
namespaceVersion?: number | undefined;
|
|
1345
1345
|
}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* @public
|
|
@@ -1351,12 +1351,12 @@ export interface SearchEntitiesResponse {
|
|
|
1351
1351
|
* <p>An array of descriptions for each entity returned in the search result.</p>
|
|
1352
1352
|
* @public
|
|
1353
1353
|
*/
|
|
1354
|
-
descriptions?: EntityDescription[];
|
|
1354
|
+
descriptions?: EntityDescription[] | undefined;
|
|
1355
1355
|
/**
|
|
1356
1356
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
|
|
1357
1357
|
* @public
|
|
1358
1358
|
*/
|
|
1359
|
-
nextToken?: string;
|
|
1359
|
+
nextToken?: string | undefined;
|
|
1360
1360
|
}
|
|
1361
1361
|
/**
|
|
1362
1362
|
* @public
|
|
@@ -1371,27 +1371,27 @@ export interface SearchFlowExecutionsRequest {
|
|
|
1371
1371
|
* <p>The ID of a flow execution.</p>
|
|
1372
1372
|
* @public
|
|
1373
1373
|
*/
|
|
1374
|
-
flowExecutionId?: string;
|
|
1374
|
+
flowExecutionId?: string | undefined;
|
|
1375
1375
|
/**
|
|
1376
1376
|
* <p>The date and time of the earliest flow execution to return.</p>
|
|
1377
1377
|
* @public
|
|
1378
1378
|
*/
|
|
1379
|
-
startTime?: Date;
|
|
1379
|
+
startTime?: Date | undefined;
|
|
1380
1380
|
/**
|
|
1381
1381
|
* <p>The date and time of the latest flow execution to return.</p>
|
|
1382
1382
|
* @public
|
|
1383
1383
|
*/
|
|
1384
|
-
endTime?: Date;
|
|
1384
|
+
endTime?: Date | undefined;
|
|
1385
1385
|
/**
|
|
1386
1386
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1387
1387
|
* @public
|
|
1388
1388
|
*/
|
|
1389
|
-
nextToken?: string;
|
|
1389
|
+
nextToken?: string | undefined;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* <p>The maximum number of results to return in the response.</p>
|
|
1392
1392
|
* @public
|
|
1393
1393
|
*/
|
|
1394
|
-
maxResults?: number;
|
|
1394
|
+
maxResults?: number | undefined;
|
|
1395
1395
|
}
|
|
1396
1396
|
/**
|
|
1397
1397
|
* @public
|
|
@@ -1401,12 +1401,12 @@ export interface SearchFlowExecutionsResponse {
|
|
|
1401
1401
|
* <p>An array of objects that contain summary information about each workflow execution in the result set.</p>
|
|
1402
1402
|
* @public
|
|
1403
1403
|
*/
|
|
1404
|
-
summaries?: FlowExecutionSummary[];
|
|
1404
|
+
summaries?: FlowExecutionSummary[] | undefined;
|
|
1405
1405
|
/**
|
|
1406
1406
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
|
|
1407
1407
|
* @public
|
|
1408
1408
|
*/
|
|
1409
|
-
nextToken?: string;
|
|
1409
|
+
nextToken?: string | undefined;
|
|
1410
1410
|
}
|
|
1411
1411
|
/**
|
|
1412
1412
|
* @public
|
|
@@ -1416,17 +1416,17 @@ export interface SearchFlowTemplatesRequest {
|
|
|
1416
1416
|
* <p>An array of objects that limit the result set. The only valid filter is <code>DEVICE_MODEL_ID</code>.</p>
|
|
1417
1417
|
* @public
|
|
1418
1418
|
*/
|
|
1419
|
-
filters?: FlowTemplateFilter[];
|
|
1419
|
+
filters?: FlowTemplateFilter[] | undefined;
|
|
1420
1420
|
/**
|
|
1421
1421
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1422
1422
|
* @public
|
|
1423
1423
|
*/
|
|
1424
|
-
nextToken?: string;
|
|
1424
|
+
nextToken?: string | undefined;
|
|
1425
1425
|
/**
|
|
1426
1426
|
* <p>The maximum number of results to return in the response.</p>
|
|
1427
1427
|
* @public
|
|
1428
1428
|
*/
|
|
1429
|
-
maxResults?: number;
|
|
1429
|
+
maxResults?: number | undefined;
|
|
1430
1430
|
}
|
|
1431
1431
|
/**
|
|
1432
1432
|
* @public
|
|
@@ -1436,12 +1436,12 @@ export interface SearchFlowTemplatesResponse {
|
|
|
1436
1436
|
* <p>An array of objects that contain summary information about each workflow in the result set.</p>
|
|
1437
1437
|
* @public
|
|
1438
1438
|
*/
|
|
1439
|
-
summaries?: FlowTemplateSummary[];
|
|
1439
|
+
summaries?: FlowTemplateSummary[] | undefined;
|
|
1440
1440
|
/**
|
|
1441
1441
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
|
|
1442
1442
|
* @public
|
|
1443
1443
|
*/
|
|
1444
|
-
nextToken?: string;
|
|
1444
|
+
nextToken?: string | undefined;
|
|
1445
1445
|
}
|
|
1446
1446
|
/**
|
|
1447
1447
|
* @public
|
|
@@ -1467,12 +1467,12 @@ export interface SystemInstanceFilter {
|
|
|
1467
1467
|
* <p>The name of the search filter field.</p>
|
|
1468
1468
|
* @public
|
|
1469
1469
|
*/
|
|
1470
|
-
name?: SystemInstanceFilterName;
|
|
1470
|
+
name?: SystemInstanceFilterName | undefined;
|
|
1471
1471
|
/**
|
|
1472
1472
|
* <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search. </p>
|
|
1473
1473
|
* @public
|
|
1474
1474
|
*/
|
|
1475
|
-
value?: string[];
|
|
1475
|
+
value?: string[] | undefined;
|
|
1476
1476
|
}
|
|
1477
1477
|
/**
|
|
1478
1478
|
* @public
|
|
@@ -1484,17 +1484,17 @@ export interface SearchSystemInstancesRequest {
|
|
|
1484
1484
|
* <p>Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.</p>
|
|
1485
1485
|
* @public
|
|
1486
1486
|
*/
|
|
1487
|
-
filters?: SystemInstanceFilter[];
|
|
1487
|
+
filters?: SystemInstanceFilter[] | undefined;
|
|
1488
1488
|
/**
|
|
1489
1489
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1490
1490
|
* @public
|
|
1491
1491
|
*/
|
|
1492
|
-
nextToken?: string;
|
|
1492
|
+
nextToken?: string | undefined;
|
|
1493
1493
|
/**
|
|
1494
1494
|
* <p>The maximum number of results to return in the response.</p>
|
|
1495
1495
|
* @public
|
|
1496
1496
|
*/
|
|
1497
|
-
maxResults?: number;
|
|
1497
|
+
maxResults?: number | undefined;
|
|
1498
1498
|
}
|
|
1499
1499
|
/**
|
|
1500
1500
|
* @public
|
|
@@ -1504,12 +1504,12 @@ export interface SearchSystemInstancesResponse {
|
|
|
1504
1504
|
* <p>An array of objects that contain summary data abour the system instances in the result set.</p>
|
|
1505
1505
|
* @public
|
|
1506
1506
|
*/
|
|
1507
|
-
summaries?: SystemInstanceSummary[];
|
|
1507
|
+
summaries?: SystemInstanceSummary[] | undefined;
|
|
1508
1508
|
/**
|
|
1509
1509
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
|
|
1510
1510
|
* @public
|
|
1511
1511
|
*/
|
|
1512
|
-
nextToken?: string;
|
|
1512
|
+
nextToken?: string | undefined;
|
|
1513
1513
|
}
|
|
1514
1514
|
/**
|
|
1515
1515
|
* @public
|
|
@@ -1546,17 +1546,17 @@ export interface SearchSystemTemplatesRequest {
|
|
|
1546
1546
|
* <p>An array of filters that limit the result set. The only valid filter is <code>FLOW_TEMPLATE_ID</code>.</p>
|
|
1547
1547
|
* @public
|
|
1548
1548
|
*/
|
|
1549
|
-
filters?: SystemTemplateFilter[];
|
|
1549
|
+
filters?: SystemTemplateFilter[] | undefined;
|
|
1550
1550
|
/**
|
|
1551
1551
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1552
1552
|
* @public
|
|
1553
1553
|
*/
|
|
1554
|
-
nextToken?: string;
|
|
1554
|
+
nextToken?: string | undefined;
|
|
1555
1555
|
/**
|
|
1556
1556
|
* <p>The maximum number of results to return in the response.</p>
|
|
1557
1557
|
* @public
|
|
1558
1558
|
*/
|
|
1559
|
-
maxResults?: number;
|
|
1559
|
+
maxResults?: number | undefined;
|
|
1560
1560
|
}
|
|
1561
1561
|
/**
|
|
1562
1562
|
* @public
|
|
@@ -1566,12 +1566,12 @@ export interface SearchSystemTemplatesResponse {
|
|
|
1566
1566
|
* <p>An array of objects that contain summary information about each system deployment in the result set.</p>
|
|
1567
1567
|
* @public
|
|
1568
1568
|
*/
|
|
1569
|
-
summaries?: SystemTemplateSummary[];
|
|
1569
|
+
summaries?: SystemTemplateSummary[] | undefined;
|
|
1570
1570
|
/**
|
|
1571
1571
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
|
|
1572
1572
|
* @public
|
|
1573
1573
|
*/
|
|
1574
|
-
nextToken?: string;
|
|
1574
|
+
nextToken?: string | undefined;
|
|
1575
1575
|
}
|
|
1576
1576
|
/**
|
|
1577
1577
|
* @public
|
|
@@ -1590,17 +1590,17 @@ export interface SearchThingsRequest {
|
|
|
1590
1590
|
* <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
|
|
1591
1591
|
* @public
|
|
1592
1592
|
*/
|
|
1593
|
-
nextToken?: string;
|
|
1593
|
+
nextToken?: string | undefined;
|
|
1594
1594
|
/**
|
|
1595
1595
|
* <p>The maximum number of results to return in the response.</p>
|
|
1596
1596
|
* @public
|
|
1597
1597
|
*/
|
|
1598
|
-
maxResults?: number;
|
|
1598
|
+
maxResults?: number | undefined;
|
|
1599
1599
|
/**
|
|
1600
1600
|
* <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
|
|
1601
1601
|
* @public
|
|
1602
1602
|
*/
|
|
1603
|
-
namespaceVersion?: number;
|
|
1603
|
+
namespaceVersion?: number | undefined;
|
|
1604
1604
|
}
|
|
1605
1605
|
/**
|
|
1606
1606
|
* <p>An AWS IoT thing.</p>
|
|
@@ -1611,12 +1611,12 @@ export interface Thing {
|
|
|
1611
1611
|
* <p>The ARN of the thing.</p>
|
|
1612
1612
|
* @public
|
|
1613
1613
|
*/
|
|
1614
|
-
thingArn?: string;
|
|
1614
|
+
thingArn?: string | undefined;
|
|
1615
1615
|
/**
|
|
1616
1616
|
* <p>The name of the thing.</p>
|
|
1617
1617
|
* @public
|
|
1618
1618
|
*/
|
|
1619
|
-
thingName?: string;
|
|
1619
|
+
thingName?: string | undefined;
|
|
1620
1620
|
}
|
|
1621
1621
|
/**
|
|
1622
1622
|
* @public
|
|
@@ -1626,12 +1626,12 @@ export interface SearchThingsResponse {
|
|
|
1626
1626
|
* <p>An array of things in the result set.</p>
|
|
1627
1627
|
* @public
|
|
1628
1628
|
*/
|
|
1629
|
-
things?: Thing[];
|
|
1629
|
+
things?: Thing[] | undefined;
|
|
1630
1630
|
/**
|
|
1631
1631
|
* <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
|
|
1632
1632
|
* @public
|
|
1633
1633
|
*/
|
|
1634
|
-
nextToken?: string;
|
|
1634
|
+
nextToken?: string | undefined;
|
|
1635
1635
|
}
|
|
1636
1636
|
/**
|
|
1637
1637
|
* @public
|
|
@@ -1661,7 +1661,7 @@ export interface UndeploySystemInstanceRequest {
|
|
|
1661
1661
|
* <p>The ID of the system instance to remove from its target.</p>
|
|
1662
1662
|
* @public
|
|
1663
1663
|
*/
|
|
1664
|
-
id?: string;
|
|
1664
|
+
id?: string | undefined;
|
|
1665
1665
|
}
|
|
1666
1666
|
/**
|
|
1667
1667
|
* @public
|
|
@@ -1671,7 +1671,7 @@ export interface UndeploySystemInstanceResponse {
|
|
|
1671
1671
|
* <p>An object that contains summary information about the system instance that was removed from its target.</p>
|
|
1672
1672
|
* @public
|
|
1673
1673
|
*/
|
|
1674
|
-
summary?: SystemInstanceSummary;
|
|
1674
|
+
summary?: SystemInstanceSummary | undefined;
|
|
1675
1675
|
}
|
|
1676
1676
|
/**
|
|
1677
1677
|
* @public
|
|
@@ -1718,7 +1718,7 @@ export interface UpdateFlowTemplateRequest {
|
|
|
1718
1718
|
* to update.</p>
|
|
1719
1719
|
* @public
|
|
1720
1720
|
*/
|
|
1721
|
-
compatibleNamespaceVersion?: number;
|
|
1721
|
+
compatibleNamespaceVersion?: number | undefined;
|
|
1722
1722
|
}
|
|
1723
1723
|
/**
|
|
1724
1724
|
* @public
|
|
@@ -1728,7 +1728,7 @@ export interface UpdateFlowTemplateResponse {
|
|
|
1728
1728
|
* <p>An object containing summary information about the updated workflow.</p>
|
|
1729
1729
|
* @public
|
|
1730
1730
|
*/
|
|
1731
|
-
summary?: FlowTemplateSummary;
|
|
1731
|
+
summary?: FlowTemplateSummary | undefined;
|
|
1732
1732
|
}
|
|
1733
1733
|
/**
|
|
1734
1734
|
* @public
|
|
@@ -1753,7 +1753,7 @@ export interface UpdateSystemTemplateRequest {
|
|
|
1753
1753
|
* <p>If no value is specified, the latest version is used by default.</p>
|
|
1754
1754
|
* @public
|
|
1755
1755
|
*/
|
|
1756
|
-
compatibleNamespaceVersion?: number;
|
|
1756
|
+
compatibleNamespaceVersion?: number | undefined;
|
|
1757
1757
|
}
|
|
1758
1758
|
/**
|
|
1759
1759
|
* @public
|
|
@@ -1763,7 +1763,7 @@ export interface UpdateSystemTemplateResponse {
|
|
|
1763
1763
|
* <p>An object containing summary information about the updated system.</p>
|
|
1764
1764
|
* @public
|
|
1765
1765
|
*/
|
|
1766
|
-
summary?: SystemTemplateSummary;
|
|
1766
|
+
summary?: SystemTemplateSummary | undefined;
|
|
1767
1767
|
}
|
|
1768
1768
|
/**
|
|
1769
1769
|
* @public
|
|
@@ -1773,18 +1773,18 @@ export interface UploadEntityDefinitionsRequest {
|
|
|
1773
1773
|
* <p>The <code>DefinitionDocument</code> that defines the updated entities.</p>
|
|
1774
1774
|
* @public
|
|
1775
1775
|
*/
|
|
1776
|
-
document?: DefinitionDocument;
|
|
1776
|
+
document?: DefinitionDocument | undefined;
|
|
1777
1777
|
/**
|
|
1778
1778
|
* <p>A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to <code>true</code>, the upload will create a new namespace version.</p>
|
|
1779
1779
|
* @public
|
|
1780
1780
|
*/
|
|
1781
|
-
syncWithPublicNamespace?: boolean;
|
|
1781
|
+
syncWithPublicNamespace?: boolean | undefined;
|
|
1782
1782
|
/**
|
|
1783
1783
|
* <p>A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new <code>DefinitionDocument</code>.
|
|
1784
1784
|
* If set to <code>true</code>, the upload will create a new namespace version.</p>
|
|
1785
1785
|
* @public
|
|
1786
1786
|
*/
|
|
1787
|
-
deprecateExistingEntities?: boolean;
|
|
1787
|
+
deprecateExistingEntities?: boolean | undefined;
|
|
1788
1788
|
}
|
|
1789
1789
|
/**
|
|
1790
1790
|
* @public
|