@aws-sdk/client-iotthingsgraph 3.934.0 → 3.936.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-cjs/index.js CHANGED
@@ -165,9 +165,6 @@ let ThrottlingException$1 = class ThrottlingException extends IoTThingsGraphServ
165
165
  Object.setPrototypeOf(this, ThrottlingException.prototype);
166
166
  }
167
167
  };
168
- const DefinitionLanguage = {
169
- GRAPHQL: "GRAPHQL",
170
- };
171
168
  let LimitExceededException$1 = class LimitExceededException extends IoTThingsGraphServiceException$1 {
172
169
  name = "LimitExceededException";
173
170
  $fault = "client";
@@ -192,20 +189,6 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
192
189
  Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
193
190
  }
194
191
  };
195
- const DeploymentTarget = {
196
- CLOUD: "CLOUD",
197
- GREENGRASS: "GREENGRASS",
198
- };
199
- const SystemInstanceDeploymentStatus = {
200
- BOOTSTRAP: "BOOTSTRAP",
201
- DELETED_IN_TARGET: "DELETED_IN_TARGET",
202
- DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET",
203
- DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS",
204
- FAILED: "FAILED",
205
- NOT_DEPLOYED: "NOT_DEPLOYED",
206
- PENDING_DELETE: "PENDING_DELETE",
207
- UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS",
208
- };
209
192
  let ResourceInUseException$1 = class ResourceInUseException extends IoTThingsGraphServiceException$1 {
210
193
  name = "ResourceInUseException";
211
194
  $fault = "client";
@@ -218,73 +201,6 @@ let ResourceInUseException$1 = class ResourceInUseException extends IoTThingsGra
218
201
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
219
202
  }
220
203
  };
221
- const EntityType = {
222
- ACTION: "ACTION",
223
- CAPABILITY: "CAPABILITY",
224
- DEVICE: "DEVICE",
225
- DEVICE_MODEL: "DEVICE_MODEL",
226
- ENUM: "ENUM",
227
- EVENT: "EVENT",
228
- MAPPING: "MAPPING",
229
- PROPERTY: "PROPERTY",
230
- SERVICE: "SERVICE",
231
- STATE: "STATE",
232
- };
233
- const EntityFilterName = {
234
- NAME: "NAME",
235
- NAMESPACE: "NAMESPACE",
236
- REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID",
237
- SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH",
238
- };
239
- const FlowExecutionEventType = {
240
- ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE",
241
- ACTIVITY_FAILED: "ACTIVITY_FAILED",
242
- ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED",
243
- ACTIVITY_STARTED: "ACTIVITY_STARTED",
244
- ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED",
245
- EXECUTION_ABORTED: "EXECUTION_ABORTED",
246
- EXECUTION_FAILED: "EXECUTION_FAILED",
247
- EXECUTION_STARTED: "EXECUTION_STARTED",
248
- EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED",
249
- SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK",
250
- START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK",
251
- STEP_FAILED: "STEP_FAILED",
252
- STEP_STARTED: "STEP_STARTED",
253
- STEP_SUCCEEDED: "STEP_SUCCEEDED",
254
- THING_ACTION_TASK: "THING_ACTION_TASK",
255
- THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED",
256
- THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED",
257
- };
258
- const FlowExecutionStatus = {
259
- ABORTED: "ABORTED",
260
- FAILED: "FAILED",
261
- RUNNING: "RUNNING",
262
- SUCCEEDED: "SUCCEEDED",
263
- };
264
- const FlowTemplateFilterName = {
265
- DEVICE_MODEL_ID: "DEVICE_MODEL_ID",
266
- };
267
- const NamespaceDeletionStatusErrorCodes = {
268
- VALIDATION_FAILED: "VALIDATION_FAILED",
269
- };
270
- const NamespaceDeletionStatus = {
271
- FAILED: "FAILED",
272
- IN_PROGRESS: "IN_PROGRESS",
273
- SUCCEEDED: "SUCCEEDED",
274
- };
275
- const UploadStatus = {
276
- FAILED: "FAILED",
277
- IN_PROGRESS: "IN_PROGRESS",
278
- SUCCEEDED: "SUCCEEDED",
279
- };
280
- const SystemInstanceFilterName = {
281
- GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME",
282
- STATUS: "STATUS",
283
- SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID",
284
- };
285
- const SystemTemplateFilterName = {
286
- FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID",
287
- };
288
204
 
289
205
  const _AETT = "AssociateEntityToThing";
290
206
  const _AETTR = "AssociateEntityToThingRequest";
@@ -1677,6 +1593,91 @@ const paginateSearchSystemTemplates = core.createPaginator(IoTThingsGraphClient,
1677
1593
 
1678
1594
  const paginateSearchThings = core.createPaginator(IoTThingsGraphClient, SearchThingsCommand, "nextToken", "nextToken", "maxResults");
1679
1595
 
1596
+ const DefinitionLanguage = {
1597
+ GRAPHQL: "GRAPHQL",
1598
+ };
1599
+ const DeploymentTarget = {
1600
+ CLOUD: "CLOUD",
1601
+ GREENGRASS: "GREENGRASS",
1602
+ };
1603
+ const SystemInstanceDeploymentStatus = {
1604
+ BOOTSTRAP: "BOOTSTRAP",
1605
+ DELETED_IN_TARGET: "DELETED_IN_TARGET",
1606
+ DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET",
1607
+ DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS",
1608
+ FAILED: "FAILED",
1609
+ NOT_DEPLOYED: "NOT_DEPLOYED",
1610
+ PENDING_DELETE: "PENDING_DELETE",
1611
+ UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS",
1612
+ };
1613
+ const EntityType = {
1614
+ ACTION: "ACTION",
1615
+ CAPABILITY: "CAPABILITY",
1616
+ DEVICE: "DEVICE",
1617
+ DEVICE_MODEL: "DEVICE_MODEL",
1618
+ ENUM: "ENUM",
1619
+ EVENT: "EVENT",
1620
+ MAPPING: "MAPPING",
1621
+ PROPERTY: "PROPERTY",
1622
+ SERVICE: "SERVICE",
1623
+ STATE: "STATE",
1624
+ };
1625
+ const EntityFilterName = {
1626
+ NAME: "NAME",
1627
+ NAMESPACE: "NAMESPACE",
1628
+ REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID",
1629
+ SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH",
1630
+ };
1631
+ const FlowExecutionEventType = {
1632
+ ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE",
1633
+ ACTIVITY_FAILED: "ACTIVITY_FAILED",
1634
+ ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED",
1635
+ ACTIVITY_STARTED: "ACTIVITY_STARTED",
1636
+ ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED",
1637
+ EXECUTION_ABORTED: "EXECUTION_ABORTED",
1638
+ EXECUTION_FAILED: "EXECUTION_FAILED",
1639
+ EXECUTION_STARTED: "EXECUTION_STARTED",
1640
+ EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED",
1641
+ SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK",
1642
+ START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK",
1643
+ STEP_FAILED: "STEP_FAILED",
1644
+ STEP_STARTED: "STEP_STARTED",
1645
+ STEP_SUCCEEDED: "STEP_SUCCEEDED",
1646
+ THING_ACTION_TASK: "THING_ACTION_TASK",
1647
+ THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED",
1648
+ THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED",
1649
+ };
1650
+ const FlowExecutionStatus = {
1651
+ ABORTED: "ABORTED",
1652
+ FAILED: "FAILED",
1653
+ RUNNING: "RUNNING",
1654
+ SUCCEEDED: "SUCCEEDED",
1655
+ };
1656
+ const FlowTemplateFilterName = {
1657
+ DEVICE_MODEL_ID: "DEVICE_MODEL_ID",
1658
+ };
1659
+ const NamespaceDeletionStatusErrorCodes = {
1660
+ VALIDATION_FAILED: "VALIDATION_FAILED",
1661
+ };
1662
+ const NamespaceDeletionStatus = {
1663
+ FAILED: "FAILED",
1664
+ IN_PROGRESS: "IN_PROGRESS",
1665
+ SUCCEEDED: "SUCCEEDED",
1666
+ };
1667
+ const UploadStatus = {
1668
+ FAILED: "FAILED",
1669
+ IN_PROGRESS: "IN_PROGRESS",
1670
+ SUCCEEDED: "SUCCEEDED",
1671
+ };
1672
+ const SystemInstanceFilterName = {
1673
+ GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME",
1674
+ STATUS: "STATUS",
1675
+ SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID",
1676
+ };
1677
+ const SystemTemplateFilterName = {
1678
+ FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID",
1679
+ };
1680
+
1680
1681
  Object.defineProperty(exports, "$Command", {
1681
1682
  enumerable: true,
1682
1683
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./IoTThingsGraphClient";
2
2
  export * from "./IoTThingsGraph";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";
@@ -0,0 +1,84 @@
1
+ export const DefinitionLanguage = {
2
+ GRAPHQL: "GRAPHQL",
3
+ };
4
+ export const DeploymentTarget = {
5
+ CLOUD: "CLOUD",
6
+ GREENGRASS: "GREENGRASS",
7
+ };
8
+ export const SystemInstanceDeploymentStatus = {
9
+ BOOTSTRAP: "BOOTSTRAP",
10
+ DELETED_IN_TARGET: "DELETED_IN_TARGET",
11
+ DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET",
12
+ DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS",
13
+ FAILED: "FAILED",
14
+ NOT_DEPLOYED: "NOT_DEPLOYED",
15
+ PENDING_DELETE: "PENDING_DELETE",
16
+ UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS",
17
+ };
18
+ export const EntityType = {
19
+ ACTION: "ACTION",
20
+ CAPABILITY: "CAPABILITY",
21
+ DEVICE: "DEVICE",
22
+ DEVICE_MODEL: "DEVICE_MODEL",
23
+ ENUM: "ENUM",
24
+ EVENT: "EVENT",
25
+ MAPPING: "MAPPING",
26
+ PROPERTY: "PROPERTY",
27
+ SERVICE: "SERVICE",
28
+ STATE: "STATE",
29
+ };
30
+ export const EntityFilterName = {
31
+ NAME: "NAME",
32
+ NAMESPACE: "NAMESPACE",
33
+ REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID",
34
+ SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH",
35
+ };
36
+ export const FlowExecutionEventType = {
37
+ ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE",
38
+ ACTIVITY_FAILED: "ACTIVITY_FAILED",
39
+ ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED",
40
+ ACTIVITY_STARTED: "ACTIVITY_STARTED",
41
+ ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED",
42
+ EXECUTION_ABORTED: "EXECUTION_ABORTED",
43
+ EXECUTION_FAILED: "EXECUTION_FAILED",
44
+ EXECUTION_STARTED: "EXECUTION_STARTED",
45
+ EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED",
46
+ SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK",
47
+ START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK",
48
+ STEP_FAILED: "STEP_FAILED",
49
+ STEP_STARTED: "STEP_STARTED",
50
+ STEP_SUCCEEDED: "STEP_SUCCEEDED",
51
+ THING_ACTION_TASK: "THING_ACTION_TASK",
52
+ THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED",
53
+ THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED",
54
+ };
55
+ export const FlowExecutionStatus = {
56
+ ABORTED: "ABORTED",
57
+ FAILED: "FAILED",
58
+ RUNNING: "RUNNING",
59
+ SUCCEEDED: "SUCCEEDED",
60
+ };
61
+ export const FlowTemplateFilterName = {
62
+ DEVICE_MODEL_ID: "DEVICE_MODEL_ID",
63
+ };
64
+ export const NamespaceDeletionStatusErrorCodes = {
65
+ VALIDATION_FAILED: "VALIDATION_FAILED",
66
+ };
67
+ export const NamespaceDeletionStatus = {
68
+ FAILED: "FAILED",
69
+ IN_PROGRESS: "IN_PROGRESS",
70
+ SUCCEEDED: "SUCCEEDED",
71
+ };
72
+ export const UploadStatus = {
73
+ FAILED: "FAILED",
74
+ IN_PROGRESS: "IN_PROGRESS",
75
+ SUCCEEDED: "SUCCEEDED",
76
+ };
77
+ export const SystemInstanceFilterName = {
78
+ GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME",
79
+ STATUS: "STATUS",
80
+ SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID",
81
+ };
82
+ export const SystemTemplateFilterName = {
83
+ FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID",
84
+ };
@@ -0,0 +1,85 @@
1
+ import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
2
+ export class InternalFailureException extends __BaseException {
3
+ name = "InternalFailureException";
4
+ $fault = "server";
5
+ constructor(opts) {
6
+ super({
7
+ name: "InternalFailureException",
8
+ $fault: "server",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, InternalFailureException.prototype);
12
+ }
13
+ }
14
+ export class InvalidRequestException extends __BaseException {
15
+ name = "InvalidRequestException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "InvalidRequestException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
24
+ }
25
+ }
26
+ export class ResourceNotFoundException extends __BaseException {
27
+ name = "ResourceNotFoundException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "ResourceNotFoundException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
36
+ }
37
+ }
38
+ export class ThrottlingException extends __BaseException {
39
+ name = "ThrottlingException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "ThrottlingException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
48
+ }
49
+ }
50
+ export class LimitExceededException extends __BaseException {
51
+ name = "LimitExceededException";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "LimitExceededException",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
60
+ }
61
+ }
62
+ export class ResourceAlreadyExistsException extends __BaseException {
63
+ name = "ResourceAlreadyExistsException";
64
+ $fault = "client";
65
+ constructor(opts) {
66
+ super({
67
+ name: "ResourceAlreadyExistsException",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
72
+ }
73
+ }
74
+ export class ResourceInUseException extends __BaseException {
75
+ name = "ResourceInUseException";
76
+ $fault = "client";
77
+ constructor(opts) {
78
+ super({
79
+ name: "ResourceInUseException",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
84
+ }
85
+ }
@@ -1,169 +1 @@
1
- import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
2
- export class InternalFailureException extends __BaseException {
3
- name = "InternalFailureException";
4
- $fault = "server";
5
- constructor(opts) {
6
- super({
7
- name: "InternalFailureException",
8
- $fault: "server",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, InternalFailureException.prototype);
12
- }
13
- }
14
- export class InvalidRequestException extends __BaseException {
15
- name = "InvalidRequestException";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "InvalidRequestException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
24
- }
25
- }
26
- export class ResourceNotFoundException extends __BaseException {
27
- name = "ResourceNotFoundException";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "ResourceNotFoundException",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
36
- }
37
- }
38
- export class ThrottlingException extends __BaseException {
39
- name = "ThrottlingException";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "ThrottlingException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, ThrottlingException.prototype);
48
- }
49
- }
50
- export const DefinitionLanguage = {
51
- GRAPHQL: "GRAPHQL",
52
- };
53
- export class LimitExceededException extends __BaseException {
54
- name = "LimitExceededException";
55
- $fault = "client";
56
- constructor(opts) {
57
- super({
58
- name: "LimitExceededException",
59
- $fault: "client",
60
- ...opts,
61
- });
62
- Object.setPrototypeOf(this, LimitExceededException.prototype);
63
- }
64
- }
65
- export class ResourceAlreadyExistsException extends __BaseException {
66
- name = "ResourceAlreadyExistsException";
67
- $fault = "client";
68
- constructor(opts) {
69
- super({
70
- name: "ResourceAlreadyExistsException",
71
- $fault: "client",
72
- ...opts,
73
- });
74
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
75
- }
76
- }
77
- export const DeploymentTarget = {
78
- CLOUD: "CLOUD",
79
- GREENGRASS: "GREENGRASS",
80
- };
81
- export const SystemInstanceDeploymentStatus = {
82
- BOOTSTRAP: "BOOTSTRAP",
83
- DELETED_IN_TARGET: "DELETED_IN_TARGET",
84
- DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET",
85
- DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS",
86
- FAILED: "FAILED",
87
- NOT_DEPLOYED: "NOT_DEPLOYED",
88
- PENDING_DELETE: "PENDING_DELETE",
89
- UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS",
90
- };
91
- export class ResourceInUseException extends __BaseException {
92
- name = "ResourceInUseException";
93
- $fault = "client";
94
- constructor(opts) {
95
- super({
96
- name: "ResourceInUseException",
97
- $fault: "client",
98
- ...opts,
99
- });
100
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
101
- }
102
- }
103
- export const EntityType = {
104
- ACTION: "ACTION",
105
- CAPABILITY: "CAPABILITY",
106
- DEVICE: "DEVICE",
107
- DEVICE_MODEL: "DEVICE_MODEL",
108
- ENUM: "ENUM",
109
- EVENT: "EVENT",
110
- MAPPING: "MAPPING",
111
- PROPERTY: "PROPERTY",
112
- SERVICE: "SERVICE",
113
- STATE: "STATE",
114
- };
115
- export const EntityFilterName = {
116
- NAME: "NAME",
117
- NAMESPACE: "NAMESPACE",
118
- REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID",
119
- SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH",
120
- };
121
- export const FlowExecutionEventType = {
122
- ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE",
123
- ACTIVITY_FAILED: "ACTIVITY_FAILED",
124
- ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED",
125
- ACTIVITY_STARTED: "ACTIVITY_STARTED",
126
- ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED",
127
- EXECUTION_ABORTED: "EXECUTION_ABORTED",
128
- EXECUTION_FAILED: "EXECUTION_FAILED",
129
- EXECUTION_STARTED: "EXECUTION_STARTED",
130
- EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED",
131
- SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK",
132
- START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK",
133
- STEP_FAILED: "STEP_FAILED",
134
- STEP_STARTED: "STEP_STARTED",
135
- STEP_SUCCEEDED: "STEP_SUCCEEDED",
136
- THING_ACTION_TASK: "THING_ACTION_TASK",
137
- THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED",
138
- THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED",
139
- };
140
- export const FlowExecutionStatus = {
141
- ABORTED: "ABORTED",
142
- FAILED: "FAILED",
143
- RUNNING: "RUNNING",
144
- SUCCEEDED: "SUCCEEDED",
145
- };
146
- export const FlowTemplateFilterName = {
147
- DEVICE_MODEL_ID: "DEVICE_MODEL_ID",
148
- };
149
- export const NamespaceDeletionStatusErrorCodes = {
150
- VALIDATION_FAILED: "VALIDATION_FAILED",
151
- };
152
- export const NamespaceDeletionStatus = {
153
- FAILED: "FAILED",
154
- IN_PROGRESS: "IN_PROGRESS",
155
- SUCCEEDED: "SUCCEEDED",
156
- };
157
- export const UploadStatus = {
158
- FAILED: "FAILED",
159
- IN_PROGRESS: "IN_PROGRESS",
160
- SUCCEEDED: "SUCCEEDED",
161
- };
162
- export const SystemInstanceFilterName = {
163
- GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME",
164
- STATUS: "STATUS",
165
- SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID",
166
- };
167
- export const SystemTemplateFilterName = {
168
- FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID",
169
- };
1
+ export {};
@@ -216,7 +216,7 @@ const _vDR = "validatedDependencyRevisions";
216
216
  const _vNV = "validatedNamespaceVersion";
217
217
  const n0 = "com.amazonaws.iotthingsgraph";
218
218
  import { TypeRegistry } from "@smithy/core/schema";
219
- import { InternalFailureException as __InternalFailureException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, } from "../models/index";
219
+ import { InternalFailureException as __InternalFailureException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, } from "../models/errors";
220
220
  import { IoTThingsGraphServiceException as __IoTThingsGraphServiceException } from "../models/IoTThingsGraphServiceException";
221
221
  export var AssociateEntityToThingRequest = [3, n0, _AETTR, 0, [_tN, _eI, _nV], [0, 0, 1]];
222
222
  export var AssociateEntityToThingResponse = [3, n0, _AETTRs, 0, [], []];
@@ -15,5 +15,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { IoTThingsGraphExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
- export * from "./models";
18
+ export * from "./models/enums";
19
+ export * from "./models/errors";
20
+ export type * from "./models/models_0";
19
21
  export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";