@aws-sdk/client-iotthingsgraph 3.933.0 → 3.935.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.
@@ -0,0 +1,188 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const DefinitionLanguage: {
6
+ readonly GRAPHQL: "GRAPHQL";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type DefinitionLanguage = (typeof DefinitionLanguage)[keyof typeof DefinitionLanguage];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const DeploymentTarget: {
17
+ readonly CLOUD: "CLOUD";
18
+ readonly GREENGRASS: "GREENGRASS";
19
+ };
20
+ /**
21
+ * @public
22
+ */
23
+ export type DeploymentTarget = (typeof DeploymentTarget)[keyof typeof DeploymentTarget];
24
+ /**
25
+ * @public
26
+ * @enum
27
+ */
28
+ export declare const SystemInstanceDeploymentStatus: {
29
+ readonly BOOTSTRAP: "BOOTSTRAP";
30
+ readonly DELETED_IN_TARGET: "DELETED_IN_TARGET";
31
+ readonly DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET";
32
+ readonly DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS";
33
+ readonly FAILED: "FAILED";
34
+ readonly NOT_DEPLOYED: "NOT_DEPLOYED";
35
+ readonly PENDING_DELETE: "PENDING_DELETE";
36
+ readonly UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS";
37
+ };
38
+ /**
39
+ * @public
40
+ */
41
+ export type SystemInstanceDeploymentStatus = (typeof SystemInstanceDeploymentStatus)[keyof typeof SystemInstanceDeploymentStatus];
42
+ /**
43
+ * @public
44
+ * @enum
45
+ */
46
+ export declare const EntityType: {
47
+ readonly ACTION: "ACTION";
48
+ readonly CAPABILITY: "CAPABILITY";
49
+ readonly DEVICE: "DEVICE";
50
+ readonly DEVICE_MODEL: "DEVICE_MODEL";
51
+ readonly ENUM: "ENUM";
52
+ readonly EVENT: "EVENT";
53
+ readonly MAPPING: "MAPPING";
54
+ readonly PROPERTY: "PROPERTY";
55
+ readonly SERVICE: "SERVICE";
56
+ readonly STATE: "STATE";
57
+ };
58
+ /**
59
+ * @public
60
+ */
61
+ export type EntityType = (typeof EntityType)[keyof typeof EntityType];
62
+ /**
63
+ * @public
64
+ * @enum
65
+ */
66
+ export declare const EntityFilterName: {
67
+ readonly NAME: "NAME";
68
+ readonly NAMESPACE: "NAMESPACE";
69
+ readonly REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID";
70
+ readonly SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH";
71
+ };
72
+ /**
73
+ * @public
74
+ */
75
+ export type EntityFilterName = (typeof EntityFilterName)[keyof typeof EntityFilterName];
76
+ /**
77
+ * @public
78
+ * @enum
79
+ */
80
+ export declare const FlowExecutionEventType: {
81
+ readonly ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE";
82
+ readonly ACTIVITY_FAILED: "ACTIVITY_FAILED";
83
+ readonly ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED";
84
+ readonly ACTIVITY_STARTED: "ACTIVITY_STARTED";
85
+ readonly ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED";
86
+ readonly EXECUTION_ABORTED: "EXECUTION_ABORTED";
87
+ readonly EXECUTION_FAILED: "EXECUTION_FAILED";
88
+ readonly EXECUTION_STARTED: "EXECUTION_STARTED";
89
+ readonly EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED";
90
+ readonly SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK";
91
+ readonly START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK";
92
+ readonly STEP_FAILED: "STEP_FAILED";
93
+ readonly STEP_STARTED: "STEP_STARTED";
94
+ readonly STEP_SUCCEEDED: "STEP_SUCCEEDED";
95
+ readonly THING_ACTION_TASK: "THING_ACTION_TASK";
96
+ readonly THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED";
97
+ readonly THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type FlowExecutionEventType = (typeof FlowExecutionEventType)[keyof typeof FlowExecutionEventType];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const FlowExecutionStatus: {
108
+ readonly ABORTED: "ABORTED";
109
+ readonly FAILED: "FAILED";
110
+ readonly RUNNING: "RUNNING";
111
+ readonly SUCCEEDED: "SUCCEEDED";
112
+ };
113
+ /**
114
+ * @public
115
+ */
116
+ export type FlowExecutionStatus = (typeof FlowExecutionStatus)[keyof typeof FlowExecutionStatus];
117
+ /**
118
+ * @public
119
+ * @enum
120
+ */
121
+ export declare const FlowTemplateFilterName: {
122
+ readonly DEVICE_MODEL_ID: "DEVICE_MODEL_ID";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type FlowTemplateFilterName = (typeof FlowTemplateFilterName)[keyof typeof FlowTemplateFilterName];
128
+ /**
129
+ * @public
130
+ * @enum
131
+ */
132
+ export declare const NamespaceDeletionStatusErrorCodes: {
133
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
134
+ };
135
+ /**
136
+ * @public
137
+ */
138
+ export type NamespaceDeletionStatusErrorCodes = (typeof NamespaceDeletionStatusErrorCodes)[keyof typeof NamespaceDeletionStatusErrorCodes];
139
+ /**
140
+ * @public
141
+ * @enum
142
+ */
143
+ export declare const NamespaceDeletionStatus: {
144
+ readonly FAILED: "FAILED";
145
+ readonly IN_PROGRESS: "IN_PROGRESS";
146
+ readonly SUCCEEDED: "SUCCEEDED";
147
+ };
148
+ /**
149
+ * @public
150
+ */
151
+ export type NamespaceDeletionStatus = (typeof NamespaceDeletionStatus)[keyof typeof NamespaceDeletionStatus];
152
+ /**
153
+ * @public
154
+ * @enum
155
+ */
156
+ export declare const UploadStatus: {
157
+ readonly FAILED: "FAILED";
158
+ readonly IN_PROGRESS: "IN_PROGRESS";
159
+ readonly SUCCEEDED: "SUCCEEDED";
160
+ };
161
+ /**
162
+ * @public
163
+ */
164
+ export type UploadStatus = (typeof UploadStatus)[keyof typeof UploadStatus];
165
+ /**
166
+ * @public
167
+ * @enum
168
+ */
169
+ export declare const SystemInstanceFilterName: {
170
+ readonly GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME";
171
+ readonly STATUS: "STATUS";
172
+ readonly SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID";
173
+ };
174
+ /**
175
+ * @public
176
+ */
177
+ export type SystemInstanceFilterName = (typeof SystemInstanceFilterName)[keyof typeof SystemInstanceFilterName];
178
+ /**
179
+ * @public
180
+ * @enum
181
+ */
182
+ export declare const SystemTemplateFilterName: {
183
+ readonly FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID";
184
+ };
185
+ /**
186
+ * @public
187
+ */
188
+ export type SystemTemplateFilterName = (typeof SystemTemplateFilterName)[keyof typeof SystemTemplateFilterName];
@@ -0,0 +1,86 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
3
+ /**
4
+ * <p></p>
5
+ * @public
6
+ */
7
+ export declare class InternalFailureException extends __BaseException {
8
+ readonly name: "InternalFailureException";
9
+ readonly $fault: "server";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
14
+ }
15
+ /**
16
+ * <p></p>
17
+ * @public
18
+ */
19
+ export declare class InvalidRequestException extends __BaseException {
20
+ readonly name: "InvalidRequestException";
21
+ readonly $fault: "client";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
26
+ }
27
+ /**
28
+ * <p></p>
29
+ * @public
30
+ */
31
+ export declare class ResourceNotFoundException extends __BaseException {
32
+ readonly name: "ResourceNotFoundException";
33
+ readonly $fault: "client";
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
38
+ }
39
+ /**
40
+ * <p></p>
41
+ * @public
42
+ */
43
+ export declare class ThrottlingException extends __BaseException {
44
+ readonly name: "ThrottlingException";
45
+ readonly $fault: "client";
46
+ /**
47
+ * @internal
48
+ */
49
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
50
+ }
51
+ /**
52
+ * <p></p>
53
+ * @public
54
+ */
55
+ export declare class LimitExceededException extends __BaseException {
56
+ readonly name: "LimitExceededException";
57
+ readonly $fault: "client";
58
+ /**
59
+ * @internal
60
+ */
61
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
62
+ }
63
+ /**
64
+ * <p></p>
65
+ * @public
66
+ */
67
+ export declare class ResourceAlreadyExistsException extends __BaseException {
68
+ readonly name: "ResourceAlreadyExistsException";
69
+ readonly $fault: "client";
70
+ /**
71
+ * @internal
72
+ */
73
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
74
+ }
75
+ /**
76
+ * <p></p>
77
+ * @public
78
+ */
79
+ export declare class ResourceInUseException extends __BaseException {
80
+ readonly name: "ResourceInUseException";
81
+ readonly $fault: "client";
82
+ /**
83
+ * @internal
84
+ */
85
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
86
+ }
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
1
+ import { DefinitionLanguage, DeploymentTarget, EntityFilterName, EntityType, FlowExecutionEventType, FlowExecutionStatus, FlowTemplateFilterName, NamespaceDeletionStatus, NamespaceDeletionStatusErrorCodes, SystemInstanceDeploymentStatus, SystemInstanceFilterName, SystemTemplateFilterName, UploadStatus } from "./enums";
3
2
  /**
4
3
  * @public
5
4
  */
@@ -29,65 +28,6 @@ export interface AssociateEntityToThingRequest {
29
28
  */
30
29
  export interface AssociateEntityToThingResponse {
31
30
  }
32
- /**
33
- * <p></p>
34
- * @public
35
- */
36
- export declare class InternalFailureException extends __BaseException {
37
- readonly name: "InternalFailureException";
38
- readonly $fault: "server";
39
- /**
40
- * @internal
41
- */
42
- constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
43
- }
44
- /**
45
- * <p></p>
46
- * @public
47
- */
48
- export declare class InvalidRequestException extends __BaseException {
49
- readonly name: "InvalidRequestException";
50
- readonly $fault: "client";
51
- /**
52
- * @internal
53
- */
54
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
55
- }
56
- /**
57
- * <p></p>
58
- * @public
59
- */
60
- export declare class ResourceNotFoundException extends __BaseException {
61
- readonly name: "ResourceNotFoundException";
62
- readonly $fault: "client";
63
- /**
64
- * @internal
65
- */
66
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
67
- }
68
- /**
69
- * <p></p>
70
- * @public
71
- */
72
- export declare class ThrottlingException extends __BaseException {
73
- readonly name: "ThrottlingException";
74
- readonly $fault: "client";
75
- /**
76
- * @internal
77
- */
78
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
79
- }
80
- /**
81
- * @public
82
- * @enum
83
- */
84
- export declare const DefinitionLanguage: {
85
- readonly GRAPHQL: "GRAPHQL";
86
- };
87
- /**
88
- * @public
89
- */
90
- export type DefinitionLanguage = (typeof DefinitionLanguage)[keyof typeof DefinitionLanguage];
91
31
  /**
92
32
  * <p>A document that defines an entity. </p>
93
33
  * @public
@@ -156,30 +96,6 @@ export interface CreateFlowTemplateResponse {
156
96
  */
157
97
  summary?: FlowTemplateSummary | undefined;
158
98
  }
159
- /**
160
- * <p></p>
161
- * @public
162
- */
163
- export declare class LimitExceededException extends __BaseException {
164
- readonly name: "LimitExceededException";
165
- readonly $fault: "client";
166
- /**
167
- * @internal
168
- */
169
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
170
- }
171
- /**
172
- * <p></p>
173
- * @public
174
- */
175
- export declare class ResourceAlreadyExistsException extends __BaseException {
176
- readonly name: "ResourceAlreadyExistsException";
177
- readonly $fault: "client";
178
- /**
179
- * @internal
180
- */
181
- constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
182
- }
183
99
  /**
184
100
  * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
185
101
  * @public
@@ -212,18 +128,6 @@ export interface Tag {
212
128
  */
213
129
  value: string | undefined;
214
130
  }
215
- /**
216
- * @public
217
- * @enum
218
- */
219
- export declare const DeploymentTarget: {
220
- readonly CLOUD: "CLOUD";
221
- readonly GREENGRASS: "GREENGRASS";
222
- };
223
- /**
224
- * @public
225
- */
226
- export type DeploymentTarget = (typeof DeploymentTarget)[keyof typeof DeploymentTarget];
227
131
  /**
228
132
  * @public
229
133
  */
@@ -268,24 +172,6 @@ export interface CreateSystemInstanceRequest {
268
172
  */
269
173
  flowActionsRoleArn?: string | undefined;
270
174
  }
271
- /**
272
- * @public
273
- * @enum
274
- */
275
- export declare const SystemInstanceDeploymentStatus: {
276
- readonly BOOTSTRAP: "BOOTSTRAP";
277
- readonly DELETED_IN_TARGET: "DELETED_IN_TARGET";
278
- readonly DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET";
279
- readonly DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS";
280
- readonly FAILED: "FAILED";
281
- readonly NOT_DEPLOYED: "NOT_DEPLOYED";
282
- readonly PENDING_DELETE: "PENDING_DELETE";
283
- readonly UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS";
284
- };
285
- /**
286
- * @public
287
- */
288
- export type SystemInstanceDeploymentStatus = (typeof SystemInstanceDeploymentStatus)[keyof typeof SystemInstanceDeploymentStatus];
289
175
  /**
290
176
  * <p>An object that contains summary information about a system instance.</p>
291
177
  * @public
@@ -420,18 +306,6 @@ export interface DeleteFlowTemplateRequest {
420
306
  */
421
307
  export interface DeleteFlowTemplateResponse {
422
308
  }
423
- /**
424
- * <p></p>
425
- * @public
426
- */
427
- export declare class ResourceInUseException extends __BaseException {
428
- readonly name: "ResourceInUseException";
429
- readonly $fault: "client";
430
- /**
431
- * @internal
432
- */
433
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
434
- }
435
309
  /**
436
310
  * @public
437
311
  */
@@ -609,26 +483,6 @@ export interface DescribeNamespaceResponse {
609
483
  */
610
484
  namespaceVersion?: number | undefined;
611
485
  }
612
- /**
613
- * @public
614
- * @enum
615
- */
616
- export declare const EntityType: {
617
- readonly ACTION: "ACTION";
618
- readonly CAPABILITY: "CAPABILITY";
619
- readonly DEVICE: "DEVICE";
620
- readonly DEVICE_MODEL: "DEVICE_MODEL";
621
- readonly ENUM: "ENUM";
622
- readonly EVENT: "EVENT";
623
- readonly MAPPING: "MAPPING";
624
- readonly PROPERTY: "PROPERTY";
625
- readonly SERVICE: "SERVICE";
626
- readonly STATE: "STATE";
627
- };
628
- /**
629
- * @public
630
- */
631
- export type EntityType = (typeof EntityType)[keyof typeof EntityType];
632
486
  /**
633
487
  * @public
634
488
  */
@@ -680,20 +534,6 @@ export interface EntityDescription {
680
534
  */
681
535
  definition?: DefinitionDocument | undefined;
682
536
  }
683
- /**
684
- * @public
685
- * @enum
686
- */
687
- export declare const EntityFilterName: {
688
- readonly NAME: "NAME";
689
- readonly NAMESPACE: "NAMESPACE";
690
- readonly REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID";
691
- readonly SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH";
692
- };
693
- /**
694
- * @public
695
- */
696
- export type EntityFilterName = (typeof EntityFilterName)[keyof typeof EntityFilterName];
697
537
  /**
698
538
  * <p>An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes
699
539
  * 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
@@ -713,33 +553,6 @@ export interface EntityFilter {
713
553
  */
714
554
  value?: string[] | undefined;
715
555
  }
716
- /**
717
- * @public
718
- * @enum
719
- */
720
- export declare const FlowExecutionEventType: {
721
- readonly ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE";
722
- readonly ACTIVITY_FAILED: "ACTIVITY_FAILED";
723
- readonly ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED";
724
- readonly ACTIVITY_STARTED: "ACTIVITY_STARTED";
725
- readonly ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED";
726
- readonly EXECUTION_ABORTED: "EXECUTION_ABORTED";
727
- readonly EXECUTION_FAILED: "EXECUTION_FAILED";
728
- readonly EXECUTION_STARTED: "EXECUTION_STARTED";
729
- readonly EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED";
730
- readonly SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK";
731
- readonly START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK";
732
- readonly STEP_FAILED: "STEP_FAILED";
733
- readonly STEP_STARTED: "STEP_STARTED";
734
- readonly STEP_SUCCEEDED: "STEP_SUCCEEDED";
735
- readonly THING_ACTION_TASK: "THING_ACTION_TASK";
736
- readonly THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED";
737
- readonly THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED";
738
- };
739
- /**
740
- * @public
741
- */
742
- export type FlowExecutionEventType = (typeof FlowExecutionEventType)[keyof typeof FlowExecutionEventType];
743
556
  /**
744
557
  * <p>An object that contains information about a flow event.</p>
745
558
  * @public
@@ -766,20 +579,6 @@ export interface FlowExecutionMessage {
766
579
  */
767
580
  payload?: string | undefined;
768
581
  }
769
- /**
770
- * @public
771
- * @enum
772
- */
773
- export declare const FlowExecutionStatus: {
774
- readonly ABORTED: "ABORTED";
775
- readonly FAILED: "FAILED";
776
- readonly RUNNING: "RUNNING";
777
- readonly SUCCEEDED: "SUCCEEDED";
778
- };
779
- /**
780
- * @public
781
- */
782
- export type FlowExecutionStatus = (typeof FlowExecutionStatus)[keyof typeof FlowExecutionStatus];
783
582
  /**
784
583
  * <p>An object that contains summary information about a flow execution.</p>
785
584
  * @public
@@ -837,17 +636,6 @@ export interface FlowTemplateDescription {
837
636
  */
838
637
  validatedNamespaceVersion?: number | undefined;
839
638
  }
840
- /**
841
- * @public
842
- * @enum
843
- */
844
- export declare const FlowTemplateFilterName: {
845
- readonly DEVICE_MODEL_ID: "DEVICE_MODEL_ID";
846
- };
847
- /**
848
- * @public
849
- */
850
- export type FlowTemplateFilterName = (typeof FlowTemplateFilterName)[keyof typeof FlowTemplateFilterName];
851
639
  /**
852
640
  * <p>An object that filters a workflow search.</p>
853
641
  * @public
@@ -966,30 +754,6 @@ export interface GetFlowTemplateRevisionsResponse {
966
754
  */
967
755
  export interface GetNamespaceDeletionStatusRequest {
968
756
  }
969
- /**
970
- * @public
971
- * @enum
972
- */
973
- export declare const NamespaceDeletionStatusErrorCodes: {
974
- readonly VALIDATION_FAILED: "VALIDATION_FAILED";
975
- };
976
- /**
977
- * @public
978
- */
979
- export type NamespaceDeletionStatusErrorCodes = (typeof NamespaceDeletionStatusErrorCodes)[keyof typeof NamespaceDeletionStatusErrorCodes];
980
- /**
981
- * @public
982
- * @enum
983
- */
984
- export declare const NamespaceDeletionStatus: {
985
- readonly FAILED: "FAILED";
986
- readonly IN_PROGRESS: "IN_PROGRESS";
987
- readonly SUCCEEDED: "SUCCEEDED";
988
- };
989
- /**
990
- * @public
991
- */
992
- export type NamespaceDeletionStatus = (typeof NamespaceDeletionStatus)[keyof typeof NamespaceDeletionStatus];
993
757
  /**
994
758
  * @public
995
759
  */
@@ -1186,19 +950,6 @@ export interface GetUploadStatusRequest {
1186
950
  */
1187
951
  uploadId: string | undefined;
1188
952
  }
1189
- /**
1190
- * @public
1191
- * @enum
1192
- */
1193
- export declare const UploadStatus: {
1194
- readonly FAILED: "FAILED";
1195
- readonly IN_PROGRESS: "IN_PROGRESS";
1196
- readonly SUCCEEDED: "SUCCEEDED";
1197
- };
1198
- /**
1199
- * @public
1200
- */
1201
- export type UploadStatus = (typeof UploadStatus)[keyof typeof UploadStatus];
1202
953
  /**
1203
954
  * @public
1204
955
  */
@@ -1443,19 +1194,6 @@ export interface SearchFlowTemplatesResponse {
1443
1194
  */
1444
1195
  nextToken?: string | undefined;
1445
1196
  }
1446
- /**
1447
- * @public
1448
- * @enum
1449
- */
1450
- export declare const SystemInstanceFilterName: {
1451
- readonly GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME";
1452
- readonly STATUS: "STATUS";
1453
- readonly SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID";
1454
- };
1455
- /**
1456
- * @public
1457
- */
1458
- export type SystemInstanceFilterName = (typeof SystemInstanceFilterName)[keyof typeof SystemInstanceFilterName];
1459
1197
  /**
1460
1198
  * <p>An object that filters a system instance search.
1461
1199
  * Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a
@@ -1511,17 +1249,6 @@ export interface SearchSystemInstancesResponse {
1511
1249
  */
1512
1250
  nextToken?: string | undefined;
1513
1251
  }
1514
- /**
1515
- * @public
1516
- * @enum
1517
- */
1518
- export declare const SystemTemplateFilterName: {
1519
- readonly FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID";
1520
- };
1521
- /**
1522
- * @public
1523
- */
1524
- export type SystemTemplateFilterName = (typeof SystemTemplateFilterName)[keyof typeof SystemTemplateFilterName];
1525
1252
  /**
1526
1253
  * <p>An object that filters a system search.</p>
1527
1254
  * @public
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { IoTThingsGraphExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";