@aws-sdk/client-iotthingsgraph 3.295.0 → 3.297.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/IoTThingsGraph.d.ts +36 -0
- package/dist-types/IoTThingsGraphClient.d.ts +24 -4
- package/dist-types/commands/AssociateEntityToThingCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateSystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeploySystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +16 -0
- package/dist-types/commands/GetEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +16 -0
- package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +16 -0
- package/dist-types/commands/GetUploadStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/SearchEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/SearchSystemInstancesCommand.d.ts +16 -0
- package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/SearchThingsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +16 -0
- package/dist-types/models/IoTThingsGraphServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +274 -0
- package/dist-types/pagination/GetFlowTemplateRevisionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSystemTemplateRevisionsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListFlowExecutionMessagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/SearchEntitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchFlowExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchFlowTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchSystemInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchSystemTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchThingsPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface AssociateEntityToThingRequest {
|
|
4
7
|
/**
|
|
5
8
|
* <p>The name of the thing to which the entity is to be associated.</p>
|
|
@@ -18,9 +21,13 @@ export interface AssociateEntityToThingRequest {
|
|
|
18
21
|
*/
|
|
19
22
|
namespaceVersion?: number;
|
|
20
23
|
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
21
27
|
export interface AssociateEntityToThingResponse {
|
|
22
28
|
}
|
|
23
29
|
/**
|
|
30
|
+
* @public
|
|
24
31
|
* <p></p>
|
|
25
32
|
*/
|
|
26
33
|
export declare class InternalFailureException extends __BaseException {
|
|
@@ -32,6 +39,7 @@ export declare class InternalFailureException extends __BaseException {
|
|
|
32
39
|
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
33
40
|
}
|
|
34
41
|
/**
|
|
42
|
+
* @public
|
|
35
43
|
* <p></p>
|
|
36
44
|
*/
|
|
37
45
|
export declare class InvalidRequestException extends __BaseException {
|
|
@@ -43,6 +51,7 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
43
51
|
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
44
52
|
}
|
|
45
53
|
/**
|
|
54
|
+
* @public
|
|
46
55
|
* <p></p>
|
|
47
56
|
*/
|
|
48
57
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -54,6 +63,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
54
63
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
55
64
|
}
|
|
56
65
|
/**
|
|
66
|
+
* @public
|
|
57
67
|
* <p></p>
|
|
58
68
|
*/
|
|
59
69
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -64,10 +74,14 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
64
74
|
*/
|
|
65
75
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
66
76
|
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
67
80
|
export declare enum DefinitionLanguage {
|
|
68
81
|
GRAPHQL = "GRAPHQL"
|
|
69
82
|
}
|
|
70
83
|
/**
|
|
84
|
+
* @public
|
|
71
85
|
* <p>A document that defines an entity. </p>
|
|
72
86
|
*/
|
|
73
87
|
export interface DefinitionDocument {
|
|
@@ -80,6 +94,9 @@ export interface DefinitionDocument {
|
|
|
80
94
|
*/
|
|
81
95
|
text: string | undefined;
|
|
82
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
83
100
|
export interface CreateFlowTemplateRequest {
|
|
84
101
|
/**
|
|
85
102
|
* <p>The workflow <code>DefinitionDocument</code>.</p>
|
|
@@ -92,6 +109,7 @@ export interface CreateFlowTemplateRequest {
|
|
|
92
109
|
compatibleNamespaceVersion?: number;
|
|
93
110
|
}
|
|
94
111
|
/**
|
|
112
|
+
* @public
|
|
95
113
|
* <p>An object that contains summary information about a workflow.</p>
|
|
96
114
|
*/
|
|
97
115
|
export interface FlowTemplateSummary {
|
|
@@ -112,6 +130,9 @@ export interface FlowTemplateSummary {
|
|
|
112
130
|
*/
|
|
113
131
|
createdAt?: Date;
|
|
114
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
115
136
|
export interface CreateFlowTemplateResponse {
|
|
116
137
|
/**
|
|
117
138
|
* <p>The summary object that describes the created workflow.</p>
|
|
@@ -119,6 +140,7 @@ export interface CreateFlowTemplateResponse {
|
|
|
119
140
|
summary?: FlowTemplateSummary;
|
|
120
141
|
}
|
|
121
142
|
/**
|
|
143
|
+
* @public
|
|
122
144
|
* <p></p>
|
|
123
145
|
*/
|
|
124
146
|
export declare class LimitExceededException extends __BaseException {
|
|
@@ -130,6 +152,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
130
152
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
131
153
|
}
|
|
132
154
|
/**
|
|
155
|
+
* @public
|
|
133
156
|
* <p></p>
|
|
134
157
|
*/
|
|
135
158
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
@@ -141,6 +164,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
141
164
|
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
142
165
|
}
|
|
143
166
|
/**
|
|
167
|
+
* @public
|
|
144
168
|
* <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
|
|
145
169
|
*/
|
|
146
170
|
export interface MetricsConfiguration {
|
|
@@ -154,6 +178,7 @@ export interface MetricsConfiguration {
|
|
|
154
178
|
metricRuleRoleArn?: string;
|
|
155
179
|
}
|
|
156
180
|
/**
|
|
181
|
+
* @public
|
|
157
182
|
* <p>Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.</p>
|
|
158
183
|
*/
|
|
159
184
|
export interface Tag {
|
|
@@ -166,10 +191,16 @@ export interface Tag {
|
|
|
166
191
|
*/
|
|
167
192
|
value: string | undefined;
|
|
168
193
|
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
169
197
|
export declare enum DeploymentTarget {
|
|
170
198
|
CLOUD = "CLOUD",
|
|
171
199
|
GREENGRASS = "GREENGRASS"
|
|
172
200
|
}
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
173
204
|
export interface CreateSystemInstanceRequest {
|
|
174
205
|
/**
|
|
175
206
|
* <p>Metadata, consisting of key-value pairs, that can be used to categorize your system instances.</p>
|
|
@@ -204,6 +235,9 @@ export interface CreateSystemInstanceRequest {
|
|
|
204
235
|
*/
|
|
205
236
|
flowActionsRoleArn?: string;
|
|
206
237
|
}
|
|
238
|
+
/**
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
207
241
|
export declare enum SystemInstanceDeploymentStatus {
|
|
208
242
|
BOOTSTRAP = "BOOTSTRAP",
|
|
209
243
|
DELETED_IN_TARGET = "DELETED_IN_TARGET",
|
|
@@ -215,6 +249,7 @@ export declare enum SystemInstanceDeploymentStatus {
|
|
|
215
249
|
UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS"
|
|
216
250
|
}
|
|
217
251
|
/**
|
|
252
|
+
* @public
|
|
218
253
|
* <p>An object that contains summary information about a system instance.</p>
|
|
219
254
|
*/
|
|
220
255
|
export interface SystemInstanceSummary {
|
|
@@ -257,12 +292,18 @@ export interface SystemInstanceSummary {
|
|
|
257
292
|
*/
|
|
258
293
|
greengrassGroupVersionId?: string;
|
|
259
294
|
}
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
260
298
|
export interface CreateSystemInstanceResponse {
|
|
261
299
|
/**
|
|
262
300
|
* <p>The summary object that describes the new system instance.</p>
|
|
263
301
|
*/
|
|
264
302
|
summary?: SystemInstanceSummary;
|
|
265
303
|
}
|
|
304
|
+
/**
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
266
307
|
export interface CreateSystemTemplateRequest {
|
|
267
308
|
/**
|
|
268
309
|
* <p>The <code>DefinitionDocument</code> used to create the system.</p>
|
|
@@ -275,6 +316,7 @@ export interface CreateSystemTemplateRequest {
|
|
|
275
316
|
compatibleNamespaceVersion?: number;
|
|
276
317
|
}
|
|
277
318
|
/**
|
|
319
|
+
* @public
|
|
278
320
|
* <p>An object that contains information about a system.</p>
|
|
279
321
|
*/
|
|
280
322
|
export interface SystemTemplateSummary {
|
|
@@ -295,12 +337,18 @@ export interface SystemTemplateSummary {
|
|
|
295
337
|
*/
|
|
296
338
|
createdAt?: Date;
|
|
297
339
|
}
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
298
343
|
export interface CreateSystemTemplateResponse {
|
|
299
344
|
/**
|
|
300
345
|
* <p>The summary object that describes the created system.</p>
|
|
301
346
|
*/
|
|
302
347
|
summary?: SystemTemplateSummary;
|
|
303
348
|
}
|
|
349
|
+
/**
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
304
352
|
export interface DeleteFlowTemplateRequest {
|
|
305
353
|
/**
|
|
306
354
|
* <p>The ID of the workflow to be deleted.</p>
|
|
@@ -311,9 +359,13 @@ export interface DeleteFlowTemplateRequest {
|
|
|
311
359
|
*/
|
|
312
360
|
id: string | undefined;
|
|
313
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
314
365
|
export interface DeleteFlowTemplateResponse {
|
|
315
366
|
}
|
|
316
367
|
/**
|
|
368
|
+
* @public
|
|
317
369
|
* <p></p>
|
|
318
370
|
*/
|
|
319
371
|
export declare class ResourceInUseException extends __BaseException {
|
|
@@ -324,8 +376,14 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
324
376
|
*/
|
|
325
377
|
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
326
378
|
}
|
|
379
|
+
/**
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
327
382
|
export interface DeleteNamespaceRequest {
|
|
328
383
|
}
|
|
384
|
+
/**
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
329
387
|
export interface DeleteNamespaceResponse {
|
|
330
388
|
/**
|
|
331
389
|
* <p>The ARN of the namespace to be deleted.</p>
|
|
@@ -336,14 +394,23 @@ export interface DeleteNamespaceResponse {
|
|
|
336
394
|
*/
|
|
337
395
|
namespaceName?: string;
|
|
338
396
|
}
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
339
400
|
export interface DeleteSystemInstanceRequest {
|
|
340
401
|
/**
|
|
341
402
|
* <p>The ID of the system instance to be deleted.</p>
|
|
342
403
|
*/
|
|
343
404
|
id?: string;
|
|
344
405
|
}
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
345
409
|
export interface DeleteSystemInstanceResponse {
|
|
346
410
|
}
|
|
411
|
+
/**
|
|
412
|
+
* @public
|
|
413
|
+
*/
|
|
347
414
|
export interface DeleteSystemTemplateRequest {
|
|
348
415
|
/**
|
|
349
416
|
* <p>The ID of the system to be deleted.</p>
|
|
@@ -354,9 +421,13 @@ export interface DeleteSystemTemplateRequest {
|
|
|
354
421
|
*/
|
|
355
422
|
id: string | undefined;
|
|
356
423
|
}
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
357
427
|
export interface DeleteSystemTemplateResponse {
|
|
358
428
|
}
|
|
359
429
|
/**
|
|
430
|
+
* @public
|
|
360
431
|
* <p>An object that contains the ID and revision number of a workflow or system that is part of a deployment.</p>
|
|
361
432
|
*/
|
|
362
433
|
export interface DependencyRevision {
|
|
@@ -369,6 +440,9 @@ export interface DependencyRevision {
|
|
|
369
440
|
*/
|
|
370
441
|
revisionNumber?: number;
|
|
371
442
|
}
|
|
443
|
+
/**
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
372
446
|
export interface DeploySystemInstanceRequest {
|
|
373
447
|
/**
|
|
374
448
|
* <p>The ID of the system instance. This value is returned by the <code>CreateSystemInstance</code> action.</p>
|
|
@@ -379,6 +453,9 @@ export interface DeploySystemInstanceRequest {
|
|
|
379
453
|
*/
|
|
380
454
|
id?: string;
|
|
381
455
|
}
|
|
456
|
+
/**
|
|
457
|
+
* @public
|
|
458
|
+
*/
|
|
382
459
|
export interface DeploySystemInstanceResponse {
|
|
383
460
|
/**
|
|
384
461
|
* <p>An object that contains summary information about a system instance that was deployed. </p>
|
|
@@ -389,6 +466,9 @@ export interface DeploySystemInstanceResponse {
|
|
|
389
466
|
*/
|
|
390
467
|
greengrassDeploymentId?: string;
|
|
391
468
|
}
|
|
469
|
+
/**
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
392
472
|
export interface DeprecateFlowTemplateRequest {
|
|
393
473
|
/**
|
|
394
474
|
* <p>The ID of the workflow to be deleted.</p>
|
|
@@ -399,8 +479,14 @@ export interface DeprecateFlowTemplateRequest {
|
|
|
399
479
|
*/
|
|
400
480
|
id: string | undefined;
|
|
401
481
|
}
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
402
485
|
export interface DeprecateFlowTemplateResponse {
|
|
403
486
|
}
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
404
490
|
export interface DeprecateSystemTemplateRequest {
|
|
405
491
|
/**
|
|
406
492
|
* <p>The ID of the system to delete.</p>
|
|
@@ -411,14 +497,23 @@ export interface DeprecateSystemTemplateRequest {
|
|
|
411
497
|
*/
|
|
412
498
|
id: string | undefined;
|
|
413
499
|
}
|
|
500
|
+
/**
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
414
503
|
export interface DeprecateSystemTemplateResponse {
|
|
415
504
|
}
|
|
505
|
+
/**
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
416
508
|
export interface DescribeNamespaceRequest {
|
|
417
509
|
/**
|
|
418
510
|
* <p>The name of the user's namespace. Set this to <code>aws</code> to get the public namespace.</p>
|
|
419
511
|
*/
|
|
420
512
|
namespaceName?: string;
|
|
421
513
|
}
|
|
514
|
+
/**
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
422
517
|
export interface DescribeNamespaceResponse {
|
|
423
518
|
/**
|
|
424
519
|
* <p>The ARN of the namespace.</p>
|
|
@@ -441,6 +536,9 @@ export interface DescribeNamespaceResponse {
|
|
|
441
536
|
*/
|
|
442
537
|
namespaceVersion?: number;
|
|
443
538
|
}
|
|
539
|
+
/**
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
444
542
|
export declare enum EntityType {
|
|
445
543
|
ACTION = "ACTION",
|
|
446
544
|
CAPABILITY = "CAPABILITY",
|
|
@@ -453,6 +551,9 @@ export declare enum EntityType {
|
|
|
453
551
|
SERVICE = "SERVICE",
|
|
454
552
|
STATE = "STATE"
|
|
455
553
|
}
|
|
554
|
+
/**
|
|
555
|
+
* @public
|
|
556
|
+
*/
|
|
456
557
|
export interface DissociateEntityFromThingRequest {
|
|
457
558
|
/**
|
|
458
559
|
* <p>The name of the thing to disassociate.</p>
|
|
@@ -463,9 +564,13 @@ export interface DissociateEntityFromThingRequest {
|
|
|
463
564
|
*/
|
|
464
565
|
entityType: EntityType | string | undefined;
|
|
465
566
|
}
|
|
567
|
+
/**
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
466
570
|
export interface DissociateEntityFromThingResponse {
|
|
467
571
|
}
|
|
468
572
|
/**
|
|
573
|
+
* @public
|
|
469
574
|
* <p>Describes the properties of an entity.</p>
|
|
470
575
|
*/
|
|
471
576
|
export interface EntityDescription {
|
|
@@ -490,6 +595,9 @@ export interface EntityDescription {
|
|
|
490
595
|
*/
|
|
491
596
|
definition?: DefinitionDocument;
|
|
492
597
|
}
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
493
601
|
export declare enum EntityFilterName {
|
|
494
602
|
NAME = "NAME",
|
|
495
603
|
NAMESPACE = "NAMESPACE",
|
|
@@ -497,6 +605,7 @@ export declare enum EntityFilterName {
|
|
|
497
605
|
SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH"
|
|
498
606
|
}
|
|
499
607
|
/**
|
|
608
|
+
* @public
|
|
500
609
|
* <p>An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes
|
|
501
610
|
* a <code>NAMESPACE</code> and a <code>REFERENCED_ENTITY_ID</code> filter searches for entities in the specified namespace that use the entity specified by
|
|
502
611
|
* the value of <code>REFERENCED_ENTITY_ID</code>.</p>
|
|
@@ -512,6 +621,9 @@ export interface EntityFilter {
|
|
|
512
621
|
*/
|
|
513
622
|
value?: string[];
|
|
514
623
|
}
|
|
624
|
+
/**
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
515
627
|
export declare enum FlowExecutionEventType {
|
|
516
628
|
ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
|
|
517
629
|
ACTIVITY_FAILED = "ACTIVITY_FAILED",
|
|
@@ -532,6 +644,7 @@ export declare enum FlowExecutionEventType {
|
|
|
532
644
|
THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED"
|
|
533
645
|
}
|
|
534
646
|
/**
|
|
647
|
+
* @public
|
|
535
648
|
* <p>An object that contains information about a flow event.</p>
|
|
536
649
|
*/
|
|
537
650
|
export interface FlowExecutionMessage {
|
|
@@ -552,6 +665,9 @@ export interface FlowExecutionMessage {
|
|
|
552
665
|
*/
|
|
553
666
|
payload?: string;
|
|
554
667
|
}
|
|
668
|
+
/**
|
|
669
|
+
* @public
|
|
670
|
+
*/
|
|
555
671
|
export declare enum FlowExecutionStatus {
|
|
556
672
|
ABORTED = "ABORTED",
|
|
557
673
|
FAILED = "FAILED",
|
|
@@ -559,6 +675,7 @@ export declare enum FlowExecutionStatus {
|
|
|
559
675
|
SUCCEEDED = "SUCCEEDED"
|
|
560
676
|
}
|
|
561
677
|
/**
|
|
678
|
+
* @public
|
|
562
679
|
* <p>An object that contains summary information about a flow execution.</p>
|
|
563
680
|
*/
|
|
564
681
|
export interface FlowExecutionSummary {
|
|
@@ -588,6 +705,7 @@ export interface FlowExecutionSummary {
|
|
|
588
705
|
updatedAt?: Date;
|
|
589
706
|
}
|
|
590
707
|
/**
|
|
708
|
+
* @public
|
|
591
709
|
* <p>An object that contains a workflow's definition and summary information.</p>
|
|
592
710
|
*/
|
|
593
711
|
export interface FlowTemplateDescription {
|
|
@@ -604,10 +722,14 @@ export interface FlowTemplateDescription {
|
|
|
604
722
|
*/
|
|
605
723
|
validatedNamespaceVersion?: number;
|
|
606
724
|
}
|
|
725
|
+
/**
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
607
728
|
export declare enum FlowTemplateFilterName {
|
|
608
729
|
DEVICE_MODEL_ID = "DEVICE_MODEL_ID"
|
|
609
730
|
}
|
|
610
731
|
/**
|
|
732
|
+
* @public
|
|
611
733
|
* <p>An object that filters a workflow search.</p>
|
|
612
734
|
*/
|
|
613
735
|
export interface FlowTemplateFilter {
|
|
@@ -620,6 +742,9 @@ export interface FlowTemplateFilter {
|
|
|
620
742
|
*/
|
|
621
743
|
value: string[] | undefined;
|
|
622
744
|
}
|
|
745
|
+
/**
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
623
748
|
export interface GetEntitiesRequest {
|
|
624
749
|
/**
|
|
625
750
|
* <p>An array of entity IDs.</p>
|
|
@@ -634,12 +759,18 @@ export interface GetEntitiesRequest {
|
|
|
634
759
|
*/
|
|
635
760
|
namespaceVersion?: number;
|
|
636
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
637
765
|
export interface GetEntitiesResponse {
|
|
638
766
|
/**
|
|
639
767
|
* <p>An array of descriptions for the specified entities.</p>
|
|
640
768
|
*/
|
|
641
769
|
descriptions?: EntityDescription[];
|
|
642
770
|
}
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
643
774
|
export interface GetFlowTemplateRequest {
|
|
644
775
|
/**
|
|
645
776
|
* <p>The ID of the workflow.</p>
|
|
@@ -654,12 +785,18 @@ export interface GetFlowTemplateRequest {
|
|
|
654
785
|
*/
|
|
655
786
|
revisionNumber?: number;
|
|
656
787
|
}
|
|
788
|
+
/**
|
|
789
|
+
* @public
|
|
790
|
+
*/
|
|
657
791
|
export interface GetFlowTemplateResponse {
|
|
658
792
|
/**
|
|
659
793
|
* <p>The object that describes the specified workflow.</p>
|
|
660
794
|
*/
|
|
661
795
|
description?: FlowTemplateDescription;
|
|
662
796
|
}
|
|
797
|
+
/**
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
663
800
|
export interface GetFlowTemplateRevisionsRequest {
|
|
664
801
|
/**
|
|
665
802
|
* <p>The ID of the workflow.</p>
|
|
@@ -678,6 +815,9 @@ export interface GetFlowTemplateRevisionsRequest {
|
|
|
678
815
|
*/
|
|
679
816
|
maxResults?: number;
|
|
680
817
|
}
|
|
818
|
+
/**
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
681
821
|
export interface GetFlowTemplateRevisionsResponse {
|
|
682
822
|
/**
|
|
683
823
|
* <p>An array of objects that provide summary data about each revision.</p>
|
|
@@ -688,16 +828,28 @@ export interface GetFlowTemplateRevisionsResponse {
|
|
|
688
828
|
*/
|
|
689
829
|
nextToken?: string;
|
|
690
830
|
}
|
|
831
|
+
/**
|
|
832
|
+
* @public
|
|
833
|
+
*/
|
|
691
834
|
export interface GetNamespaceDeletionStatusRequest {
|
|
692
835
|
}
|
|
836
|
+
/**
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
693
839
|
export declare enum NamespaceDeletionStatusErrorCodes {
|
|
694
840
|
VALIDATION_FAILED = "VALIDATION_FAILED"
|
|
695
841
|
}
|
|
842
|
+
/**
|
|
843
|
+
* @public
|
|
844
|
+
*/
|
|
696
845
|
export declare enum NamespaceDeletionStatus {
|
|
697
846
|
FAILED = "FAILED",
|
|
698
847
|
IN_PROGRESS = "IN_PROGRESS",
|
|
699
848
|
SUCCEEDED = "SUCCEEDED"
|
|
700
849
|
}
|
|
850
|
+
/**
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
701
853
|
export interface GetNamespaceDeletionStatusResponse {
|
|
702
854
|
/**
|
|
703
855
|
* <p>The ARN of the namespace that is being deleted.</p>
|
|
@@ -720,6 +872,9 @@ export interface GetNamespaceDeletionStatusResponse {
|
|
|
720
872
|
*/
|
|
721
873
|
errorMessage?: string;
|
|
722
874
|
}
|
|
875
|
+
/**
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
723
878
|
export interface GetSystemInstanceRequest {
|
|
724
879
|
/**
|
|
725
880
|
* <p>The ID of the system deployment instance. This value is returned by <code>CreateSystemInstance</code>.</p>
|
|
@@ -731,6 +886,7 @@ export interface GetSystemInstanceRequest {
|
|
|
731
886
|
id: string | undefined;
|
|
732
887
|
}
|
|
733
888
|
/**
|
|
889
|
+
* @public
|
|
734
890
|
* <p>An object that contains a system instance definition and summary information.</p>
|
|
735
891
|
*/
|
|
736
892
|
export interface SystemInstanceDescription {
|
|
@@ -765,12 +921,18 @@ export interface SystemInstanceDescription {
|
|
|
765
921
|
*/
|
|
766
922
|
flowActionsRoleArn?: string;
|
|
767
923
|
}
|
|
924
|
+
/**
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
768
927
|
export interface GetSystemInstanceResponse {
|
|
769
928
|
/**
|
|
770
929
|
* <p>An object that describes the system instance.</p>
|
|
771
930
|
*/
|
|
772
931
|
description?: SystemInstanceDescription;
|
|
773
932
|
}
|
|
933
|
+
/**
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
774
936
|
export interface GetSystemTemplateRequest {
|
|
775
937
|
/**
|
|
776
938
|
* <p>The ID of the system to get. This ID must be in the user's namespace.</p>
|
|
@@ -786,6 +948,7 @@ export interface GetSystemTemplateRequest {
|
|
|
786
948
|
revisionNumber?: number;
|
|
787
949
|
}
|
|
788
950
|
/**
|
|
951
|
+
* @public
|
|
789
952
|
* <p>An object that contains a system's definition document and summary information.</p>
|
|
790
953
|
*/
|
|
791
954
|
export interface SystemTemplateDescription {
|
|
@@ -802,12 +965,18 @@ export interface SystemTemplateDescription {
|
|
|
802
965
|
*/
|
|
803
966
|
validatedNamespaceVersion?: number;
|
|
804
967
|
}
|
|
968
|
+
/**
|
|
969
|
+
* @public
|
|
970
|
+
*/
|
|
805
971
|
export interface GetSystemTemplateResponse {
|
|
806
972
|
/**
|
|
807
973
|
* <p>An object that contains summary data about the system.</p>
|
|
808
974
|
*/
|
|
809
975
|
description?: SystemTemplateDescription;
|
|
810
976
|
}
|
|
977
|
+
/**
|
|
978
|
+
* @public
|
|
979
|
+
*/
|
|
811
980
|
export interface GetSystemTemplateRevisionsRequest {
|
|
812
981
|
/**
|
|
813
982
|
* <p>The ID of the system template.</p>
|
|
@@ -826,6 +995,9 @@ export interface GetSystemTemplateRevisionsRequest {
|
|
|
826
995
|
*/
|
|
827
996
|
maxResults?: number;
|
|
828
997
|
}
|
|
998
|
+
/**
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
829
1001
|
export interface GetSystemTemplateRevisionsResponse {
|
|
830
1002
|
/**
|
|
831
1003
|
* <p>An array of objects that contain summary data about the system template revisions.</p>
|
|
@@ -836,17 +1008,26 @@ export interface GetSystemTemplateRevisionsResponse {
|
|
|
836
1008
|
*/
|
|
837
1009
|
nextToken?: string;
|
|
838
1010
|
}
|
|
1011
|
+
/**
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
839
1014
|
export interface GetUploadStatusRequest {
|
|
840
1015
|
/**
|
|
841
1016
|
* <p>The ID of the upload. This value is returned by the <code>UploadEntityDefinitions</code> action.</p>
|
|
842
1017
|
*/
|
|
843
1018
|
uploadId: string | undefined;
|
|
844
1019
|
}
|
|
1020
|
+
/**
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
845
1023
|
export declare enum UploadStatus {
|
|
846
1024
|
FAILED = "FAILED",
|
|
847
1025
|
IN_PROGRESS = "IN_PROGRESS",
|
|
848
1026
|
SUCCEEDED = "SUCCEEDED"
|
|
849
1027
|
}
|
|
1028
|
+
/**
|
|
1029
|
+
* @public
|
|
1030
|
+
*/
|
|
850
1031
|
export interface GetUploadStatusResponse {
|
|
851
1032
|
/**
|
|
852
1033
|
* <p>The ID of the upload.</p>
|
|
@@ -877,6 +1058,9 @@ export interface GetUploadStatusResponse {
|
|
|
877
1058
|
*/
|
|
878
1059
|
createdDate: Date | undefined;
|
|
879
1060
|
}
|
|
1061
|
+
/**
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
880
1064
|
export interface ListFlowExecutionMessagesRequest {
|
|
881
1065
|
/**
|
|
882
1066
|
* <p>The ID of the flow execution.</p>
|
|
@@ -891,6 +1075,9 @@ export interface ListFlowExecutionMessagesRequest {
|
|
|
891
1075
|
*/
|
|
892
1076
|
maxResults?: number;
|
|
893
1077
|
}
|
|
1078
|
+
/**
|
|
1079
|
+
* @public
|
|
1080
|
+
*/
|
|
894
1081
|
export interface ListFlowExecutionMessagesResponse {
|
|
895
1082
|
/**
|
|
896
1083
|
* <p>A list of objects that contain information about events in the specified flow execution.</p>
|
|
@@ -901,6 +1088,9 @@ export interface ListFlowExecutionMessagesResponse {
|
|
|
901
1088
|
*/
|
|
902
1089
|
nextToken?: string;
|
|
903
1090
|
}
|
|
1091
|
+
/**
|
|
1092
|
+
* @public
|
|
1093
|
+
*/
|
|
904
1094
|
export interface ListTagsForResourceRequest {
|
|
905
1095
|
/**
|
|
906
1096
|
* <p>The maximum number of tags to return.</p>
|
|
@@ -915,6 +1105,9 @@ export interface ListTagsForResourceRequest {
|
|
|
915
1105
|
*/
|
|
916
1106
|
nextToken?: string;
|
|
917
1107
|
}
|
|
1108
|
+
/**
|
|
1109
|
+
* @public
|
|
1110
|
+
*/
|
|
918
1111
|
export interface ListTagsForResourceResponse {
|
|
919
1112
|
/**
|
|
920
1113
|
* <p>List of tags returned by the <code>ListTagsForResource</code> operation.</p>
|
|
@@ -925,6 +1118,9 @@ export interface ListTagsForResourceResponse {
|
|
|
925
1118
|
*/
|
|
926
1119
|
nextToken?: string;
|
|
927
1120
|
}
|
|
1121
|
+
/**
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
928
1124
|
export interface SearchEntitiesRequest {
|
|
929
1125
|
/**
|
|
930
1126
|
* <p>The entity types for which to search.</p>
|
|
@@ -951,6 +1147,9 @@ export interface SearchEntitiesRequest {
|
|
|
951
1147
|
*/
|
|
952
1148
|
namespaceVersion?: number;
|
|
953
1149
|
}
|
|
1150
|
+
/**
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
954
1153
|
export interface SearchEntitiesResponse {
|
|
955
1154
|
/**
|
|
956
1155
|
* <p>An array of descriptions for each entity returned in the search result.</p>
|
|
@@ -961,6 +1160,9 @@ export interface SearchEntitiesResponse {
|
|
|
961
1160
|
*/
|
|
962
1161
|
nextToken?: string;
|
|
963
1162
|
}
|
|
1163
|
+
/**
|
|
1164
|
+
* @public
|
|
1165
|
+
*/
|
|
964
1166
|
export interface SearchFlowExecutionsRequest {
|
|
965
1167
|
/**
|
|
966
1168
|
* <p>The ID of the system instance that contains the flow.</p>
|
|
@@ -987,6 +1189,9 @@ export interface SearchFlowExecutionsRequest {
|
|
|
987
1189
|
*/
|
|
988
1190
|
maxResults?: number;
|
|
989
1191
|
}
|
|
1192
|
+
/**
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
990
1195
|
export interface SearchFlowExecutionsResponse {
|
|
991
1196
|
/**
|
|
992
1197
|
* <p>An array of objects that contain summary information about each workflow execution in the result set.</p>
|
|
@@ -997,6 +1202,9 @@ export interface SearchFlowExecutionsResponse {
|
|
|
997
1202
|
*/
|
|
998
1203
|
nextToken?: string;
|
|
999
1204
|
}
|
|
1205
|
+
/**
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1000
1208
|
export interface SearchFlowTemplatesRequest {
|
|
1001
1209
|
/**
|
|
1002
1210
|
* <p>An array of objects that limit the result set. The only valid filter is <code>DEVICE_MODEL_ID</code>.</p>
|
|
@@ -1011,6 +1219,9 @@ export interface SearchFlowTemplatesRequest {
|
|
|
1011
1219
|
*/
|
|
1012
1220
|
maxResults?: number;
|
|
1013
1221
|
}
|
|
1222
|
+
/**
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1014
1225
|
export interface SearchFlowTemplatesResponse {
|
|
1015
1226
|
/**
|
|
1016
1227
|
* <p>An array of objects that contain summary information about each workflow in the result set.</p>
|
|
@@ -1021,12 +1232,16 @@ export interface SearchFlowTemplatesResponse {
|
|
|
1021
1232
|
*/
|
|
1022
1233
|
nextToken?: string;
|
|
1023
1234
|
}
|
|
1235
|
+
/**
|
|
1236
|
+
* @public
|
|
1237
|
+
*/
|
|
1024
1238
|
export declare enum SystemInstanceFilterName {
|
|
1025
1239
|
GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
|
|
1026
1240
|
STATUS = "STATUS",
|
|
1027
1241
|
SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID"
|
|
1028
1242
|
}
|
|
1029
1243
|
/**
|
|
1244
|
+
* @public
|
|
1030
1245
|
* <p>An object that filters a system instance search.
|
|
1031
1246
|
* Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a
|
|
1032
1247
|
* STATUS filter searches for system instances in the specified Greengrass group that have the specified status.</p>
|
|
@@ -1041,6 +1256,9 @@ export interface SystemInstanceFilter {
|
|
|
1041
1256
|
*/
|
|
1042
1257
|
value?: string[];
|
|
1043
1258
|
}
|
|
1259
|
+
/**
|
|
1260
|
+
* @public
|
|
1261
|
+
*/
|
|
1044
1262
|
export interface SearchSystemInstancesRequest {
|
|
1045
1263
|
/**
|
|
1046
1264
|
* <p>Optional filter to apply to the search. Valid filters are <code>SYSTEM_TEMPLATE_ID</code>, <code>STATUS</code>, and
|
|
@@ -1057,6 +1275,9 @@ export interface SearchSystemInstancesRequest {
|
|
|
1057
1275
|
*/
|
|
1058
1276
|
maxResults?: number;
|
|
1059
1277
|
}
|
|
1278
|
+
/**
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1060
1281
|
export interface SearchSystemInstancesResponse {
|
|
1061
1282
|
/**
|
|
1062
1283
|
* <p>An array of objects that contain summary data abour the system instances in the result set.</p>
|
|
@@ -1067,10 +1288,14 @@ export interface SearchSystemInstancesResponse {
|
|
|
1067
1288
|
*/
|
|
1068
1289
|
nextToken?: string;
|
|
1069
1290
|
}
|
|
1291
|
+
/**
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1070
1294
|
export declare enum SystemTemplateFilterName {
|
|
1071
1295
|
FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID"
|
|
1072
1296
|
}
|
|
1073
1297
|
/**
|
|
1298
|
+
* @public
|
|
1074
1299
|
* <p>An object that filters a system search.</p>
|
|
1075
1300
|
*/
|
|
1076
1301
|
export interface SystemTemplateFilter {
|
|
@@ -1083,6 +1308,9 @@ export interface SystemTemplateFilter {
|
|
|
1083
1308
|
*/
|
|
1084
1309
|
value: string[] | undefined;
|
|
1085
1310
|
}
|
|
1311
|
+
/**
|
|
1312
|
+
* @public
|
|
1313
|
+
*/
|
|
1086
1314
|
export interface SearchSystemTemplatesRequest {
|
|
1087
1315
|
/**
|
|
1088
1316
|
* <p>An array of filters that limit the result set. The only valid filter is <code>FLOW_TEMPLATE_ID</code>.</p>
|
|
@@ -1097,6 +1325,9 @@ export interface SearchSystemTemplatesRequest {
|
|
|
1097
1325
|
*/
|
|
1098
1326
|
maxResults?: number;
|
|
1099
1327
|
}
|
|
1328
|
+
/**
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1100
1331
|
export interface SearchSystemTemplatesResponse {
|
|
1101
1332
|
/**
|
|
1102
1333
|
* <p>An array of objects that contain summary information about each system deployment in the result set.</p>
|
|
@@ -1107,6 +1338,9 @@ export interface SearchSystemTemplatesResponse {
|
|
|
1107
1338
|
*/
|
|
1108
1339
|
nextToken?: string;
|
|
1109
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
1110
1344
|
export interface SearchThingsRequest {
|
|
1111
1345
|
/**
|
|
1112
1346
|
* <p>The ID of the entity to which the things are associated.</p>
|
|
@@ -1130,6 +1364,7 @@ export interface SearchThingsRequest {
|
|
|
1130
1364
|
namespaceVersion?: number;
|
|
1131
1365
|
}
|
|
1132
1366
|
/**
|
|
1367
|
+
* @public
|
|
1133
1368
|
* <p>An AWS IoT thing.</p>
|
|
1134
1369
|
*/
|
|
1135
1370
|
export interface Thing {
|
|
@@ -1142,6 +1377,9 @@ export interface Thing {
|
|
|
1142
1377
|
*/
|
|
1143
1378
|
thingName?: string;
|
|
1144
1379
|
}
|
|
1380
|
+
/**
|
|
1381
|
+
* @public
|
|
1382
|
+
*/
|
|
1145
1383
|
export interface SearchThingsResponse {
|
|
1146
1384
|
/**
|
|
1147
1385
|
* <p>An array of things in the result set.</p>
|
|
@@ -1152,6 +1390,9 @@ export interface SearchThingsResponse {
|
|
|
1152
1390
|
*/
|
|
1153
1391
|
nextToken?: string;
|
|
1154
1392
|
}
|
|
1393
|
+
/**
|
|
1394
|
+
* @public
|
|
1395
|
+
*/
|
|
1155
1396
|
export interface TagResourceRequest {
|
|
1156
1397
|
/**
|
|
1157
1398
|
* <p>The Amazon Resource Name (ARN) of the resource whose tags are returned.</p>
|
|
@@ -1162,20 +1403,32 @@ export interface TagResourceRequest {
|
|
|
1162
1403
|
*/
|
|
1163
1404
|
tags: Tag[] | undefined;
|
|
1164
1405
|
}
|
|
1406
|
+
/**
|
|
1407
|
+
* @public
|
|
1408
|
+
*/
|
|
1165
1409
|
export interface TagResourceResponse {
|
|
1166
1410
|
}
|
|
1411
|
+
/**
|
|
1412
|
+
* @public
|
|
1413
|
+
*/
|
|
1167
1414
|
export interface UndeploySystemInstanceRequest {
|
|
1168
1415
|
/**
|
|
1169
1416
|
* <p>The ID of the system instance to remove from its target.</p>
|
|
1170
1417
|
*/
|
|
1171
1418
|
id?: string;
|
|
1172
1419
|
}
|
|
1420
|
+
/**
|
|
1421
|
+
* @public
|
|
1422
|
+
*/
|
|
1173
1423
|
export interface UndeploySystemInstanceResponse {
|
|
1174
1424
|
/**
|
|
1175
1425
|
* <p>An object that contains summary information about the system instance that was removed from its target.</p>
|
|
1176
1426
|
*/
|
|
1177
1427
|
summary?: SystemInstanceSummary;
|
|
1178
1428
|
}
|
|
1429
|
+
/**
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1179
1432
|
export interface UntagResourceRequest {
|
|
1180
1433
|
/**
|
|
1181
1434
|
* <p>The Amazon Resource Name (ARN) of the resource whose tags are to be removed.</p>
|
|
@@ -1187,8 +1440,14 @@ export interface UntagResourceRequest {
|
|
|
1187
1440
|
*/
|
|
1188
1441
|
tagKeys: string[] | undefined;
|
|
1189
1442
|
}
|
|
1443
|
+
/**
|
|
1444
|
+
* @public
|
|
1445
|
+
*/
|
|
1190
1446
|
export interface UntagResourceResponse {
|
|
1191
1447
|
}
|
|
1448
|
+
/**
|
|
1449
|
+
* @public
|
|
1450
|
+
*/
|
|
1192
1451
|
export interface UpdateFlowTemplateRequest {
|
|
1193
1452
|
/**
|
|
1194
1453
|
* <p>The ID of the workflow to be updated.</p>
|
|
@@ -1209,12 +1468,18 @@ export interface UpdateFlowTemplateRequest {
|
|
|
1209
1468
|
*/
|
|
1210
1469
|
compatibleNamespaceVersion?: number;
|
|
1211
1470
|
}
|
|
1471
|
+
/**
|
|
1472
|
+
* @public
|
|
1473
|
+
*/
|
|
1212
1474
|
export interface UpdateFlowTemplateResponse {
|
|
1213
1475
|
/**
|
|
1214
1476
|
* <p>An object containing summary information about the updated workflow.</p>
|
|
1215
1477
|
*/
|
|
1216
1478
|
summary?: FlowTemplateSummary;
|
|
1217
1479
|
}
|
|
1480
|
+
/**
|
|
1481
|
+
* @public
|
|
1482
|
+
*/
|
|
1218
1483
|
export interface UpdateSystemTemplateRequest {
|
|
1219
1484
|
/**
|
|
1220
1485
|
* <p>The ID of the system to be updated.</p>
|
|
@@ -1234,12 +1499,18 @@ export interface UpdateSystemTemplateRequest {
|
|
|
1234
1499
|
*/
|
|
1235
1500
|
compatibleNamespaceVersion?: number;
|
|
1236
1501
|
}
|
|
1502
|
+
/**
|
|
1503
|
+
* @public
|
|
1504
|
+
*/
|
|
1237
1505
|
export interface UpdateSystemTemplateResponse {
|
|
1238
1506
|
/**
|
|
1239
1507
|
* <p>An object containing summary information about the updated system.</p>
|
|
1240
1508
|
*/
|
|
1241
1509
|
summary?: SystemTemplateSummary;
|
|
1242
1510
|
}
|
|
1511
|
+
/**
|
|
1512
|
+
* @public
|
|
1513
|
+
*/
|
|
1243
1514
|
export interface UploadEntityDefinitionsRequest {
|
|
1244
1515
|
/**
|
|
1245
1516
|
* <p>The <code>DefinitionDocument</code> that defines the updated entities.</p>
|
|
@@ -1255,6 +1526,9 @@ export interface UploadEntityDefinitionsRequest {
|
|
|
1255
1526
|
*/
|
|
1256
1527
|
deprecateExistingEntities?: boolean;
|
|
1257
1528
|
}
|
|
1529
|
+
/**
|
|
1530
|
+
* @public
|
|
1531
|
+
*/
|
|
1258
1532
|
export interface UploadEntityDefinitionsResponse {
|
|
1259
1533
|
/**
|
|
1260
1534
|
* <p>The ID that specifies the upload action. You can use this to track the status of the upload.</p>
|