@aws-sdk/client-iottwinmaker 3.300.0 → 3.303.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist-cjs/models/models_0.js +102 -121
  2. package/dist-es/models/models_0.js +102 -121
  3. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +26 -56
  4. package/dist-types/commands/CreateComponentTypeCommand.d.ts +55 -95
  5. package/dist-types/commands/CreateEntityCommand.d.ts +53 -103
  6. package/dist-types/commands/CreateSceneCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateSyncJobCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -2
  9. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteEntityCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteSceneCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteSyncJobCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +1 -1
  14. package/dist-types/commands/ExecuteQueryCommand.d.ts +1 -1
  15. package/dist-types/commands/GetComponentTypeCommand.d.ts +1 -1
  16. package/dist-types/commands/GetEntityCommand.d.ts +1 -1
  17. package/dist-types/commands/GetPropertyValueCommand.d.ts +26 -56
  18. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +24 -54
  19. package/dist-types/commands/GetSceneCommand.d.ts +1 -1
  20. package/dist-types/commands/GetSyncJobCommand.d.ts +1 -1
  21. package/dist-types/commands/GetWorkspaceCommand.d.ts +1 -1
  22. package/dist-types/commands/ListComponentTypesCommand.d.ts +3 -3
  23. package/dist-types/commands/ListEntitiesCommand.d.ts +3 -3
  24. package/dist-types/commands/ListScenesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListSyncJobsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListSyncResourcesCommand.d.ts +3 -3
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/ListWorkspacesCommand.d.ts +1 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  31. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +54 -94
  32. package/dist-types/commands/UpdateEntityCommand.d.ts +53 -103
  33. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -2
  34. package/dist-types/commands/UpdateSceneCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +1 -1
  36. package/dist-types/models/models_0.d.ts +197 -102
  37. package/dist-types/ts3.4/models/models_0.d.ts +128 -102
  38. package/package.json +34 -34
@@ -26,140 +26,90 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
26
26
  * import { IoTTwinMakerClient, UpdateEntityCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
27
27
  * // const { IoTTwinMakerClient, UpdateEntityCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
28
28
  * const client = new IoTTwinMakerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateEntityRequest
30
30
  * workspaceId: "STRING_VALUE", // required
31
31
  * entityId: "STRING_VALUE", // required
32
32
  * entityName: "STRING_VALUE",
33
33
  * description: "STRING_VALUE",
34
- * componentUpdates: {
35
- * "<keys>": {
34
+ * componentUpdates: { // ComponentUpdatesMapRequest
35
+ * "<keys>": { // ComponentUpdateRequest
36
36
  * updateType: "STRING_VALUE",
37
37
  * description: "STRING_VALUE",
38
38
  * componentTypeId: "STRING_VALUE",
39
- * propertyUpdates: {
40
- * "<keys>": {
41
- * definition: {
42
- * dataType: {
39
+ * propertyUpdates: { // PropertyRequests
40
+ * "<keys>": { // PropertyRequest
41
+ * definition: { // PropertyDefinitionRequest
42
+ * dataType: { // DataType
43
43
  * type: "STRING_VALUE", // required
44
44
  * nestedType: {
45
45
  * type: "STRING_VALUE", // required
46
- * nestedType: {
47
- * type: "<DataType>",
48
- * nestedType: "<DataType>",
49
- * allowedValues: [
50
- * {
51
- * booleanValue: true || false,
52
- * doubleValue: Number("double"),
53
- * integerValue: Number("int"),
54
- * longValue: Number("long"),
55
- * stringValue: "STRING_VALUE",
56
- * listValue: [
57
- * {
58
- * booleanValue: true || false,
59
- * doubleValue: Number("double"),
60
- * integerValue: Number("int"),
61
- * longValue: Number("long"),
62
- * stringValue: "STRING_VALUE",
63
- * listValue: [
64
- * "<DataValueList>",
65
- * ],
66
- * mapValue: {
67
- * "<keys>": {
68
- * booleanValue: "<DataValue>",
69
- * doubleValue: "<DataValue>",
70
- * integerValue: "<DataValue>",
71
- * longValue: "<DataValue>",
72
- * stringValue: "<DataValue>",
73
- * listValue: "<DataValue>",
74
- * mapValue: {
75
- * "<keys>": {
76
- * booleanValue: "<DataValue>",
77
- * doubleValue: "<DataValue>",
78
- * integerValue: "<DataValue>",
79
- * longValue: "<DataValue>",
80
- * stringValue: "<DataValue>",
81
- * listValue: "<DataValue>",
82
- * mapValue: "<DataValue>",
83
- * relationshipValue: {
84
- * targetEntityId: "STRING_VALUE",
85
- * targetComponentName: "STRING_VALUE",
86
- * },
87
- * expression: "STRING_VALUE",
88
- * },
89
- * },
90
- * relationshipValue: {
91
- * targetEntityId: "STRING_VALUE",
92
- * targetComponentName: "STRING_VALUE",
93
- * },
94
- * expression: "STRING_VALUE",
95
- * },
96
- * },
97
- * relationshipValue: "<DataValue>",
98
- * expression: "<DataValue>",
46
+ * nestedType: "<DataType>",
47
+ * allowedValues: [ // DataValueList
48
+ * { // DataValue
49
+ * booleanValue: true || false,
50
+ * doubleValue: Number("double"),
51
+ * integerValue: Number("int"),
52
+ * longValue: Number("long"),
53
+ * stringValue: "STRING_VALUE",
54
+ * listValue: [
55
+ * {
56
+ * booleanValue: true || false,
57
+ * doubleValue: Number("double"),
58
+ * integerValue: Number("int"),
59
+ * longValue: Number("long"),
60
+ * stringValue: "STRING_VALUE",
61
+ * listValue: "<DataValueList>",
62
+ * mapValue: { // DataValueMap
63
+ * "<keys>": "<DataValue>",
99
64
  * },
100
- * ],
101
- * mapValue: "<DataValue>",
102
- * relationshipValue: "<DataValue>",
103
- * expression: "<DataValue>",
65
+ * relationshipValue: { // RelationshipValue
66
+ * targetEntityId: "STRING_VALUE",
67
+ * targetComponentName: "STRING_VALUE",
68
+ * },
69
+ * expression: "STRING_VALUE",
70
+ * },
71
+ * ],
72
+ * mapValue: {
73
+ * "<keys>": "<DataValue>",
74
+ * },
75
+ * relationshipValue: {
76
+ * targetEntityId: "STRING_VALUE",
77
+ * targetComponentName: "STRING_VALUE",
104
78
  * },
105
- * ],
106
- * unitOfMeasure: "STRING_VALUE",
107
- * relationship: {
108
- * targetComponentTypeId: "STRING_VALUE",
109
- * relationshipType: "STRING_VALUE",
79
+ * expression: "STRING_VALUE",
110
80
  * },
111
- * },
112
- * allowedValues: [
113
- * "<DataValueList>",
114
81
  * ],
115
82
  * unitOfMeasure: "STRING_VALUE",
116
- * relationship: {
83
+ * relationship: { // Relationship
117
84
  * targetComponentTypeId: "STRING_VALUE",
118
85
  * relationshipType: "STRING_VALUE",
119
86
  * },
120
87
  * },
121
- * allowedValues: "<DataType>",
122
- * unitOfMeasure: "<DataType>",
123
- * relationship: "<DataType>",
88
+ * allowedValues: "<DataValueList>",
89
+ * unitOfMeasure: "STRING_VALUE",
90
+ * relationship: {
91
+ * targetComponentTypeId: "STRING_VALUE",
92
+ * relationshipType: "STRING_VALUE",
93
+ * },
124
94
  * },
125
95
  * isRequiredInEntity: true || false,
126
96
  * isExternalId: true || false,
127
97
  * isStoredExternally: true || false,
128
98
  * isTimeSeries: true || false,
129
- * defaultValue: {
130
- * booleanValue: "<DataValue>",
131
- * doubleValue: "<DataValue>",
132
- * integerValue: "<DataValue>",
133
- * longValue: "<DataValue>",
134
- * stringValue: "<DataValue>",
135
- * listValue: "<DataValue>",
136
- * mapValue: "<DataValue>",
137
- * relationshipValue: "<DataValue>",
138
- * expression: "<DataValue>",
139
- * },
140
- * configuration: {
99
+ * defaultValue: "<DataValue>",
100
+ * configuration: { // Configuration
141
101
  * "<keys>": "STRING_VALUE",
142
102
  * },
143
103
  * displayName: "STRING_VALUE",
144
104
  * },
145
- * value: {
146
- * booleanValue: "<DataValue>",
147
- * doubleValue: "<DataValue>",
148
- * integerValue: "<DataValue>",
149
- * longValue: "<DataValue>",
150
- * stringValue: "<DataValue>",
151
- * listValue: "<DataValue>",
152
- * mapValue: "<DataValue>",
153
- * relationshipValue: "<DataValue>",
154
- * expression: "<DataValue>",
155
- * },
105
+ * value: "<DataValue>",
156
106
  * updateType: "STRING_VALUE",
157
107
  * },
158
108
  * },
159
- * propertyGroupUpdates: {
160
- * "<keys>": {
109
+ * propertyGroupUpdates: { // ComponentPropertyGroupRequests
110
+ * "<keys>": { // ComponentPropertyGroupRequest
161
111
  * groupType: "STRING_VALUE",
162
- * propertyNames: [
112
+ * propertyNames: [ // PropertyNames
163
113
  * "STRING_VALUE",
164
114
  * ],
165
115
  * updateType: "STRING_VALUE",
@@ -167,7 +117,7 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
167
117
  * },
168
118
  * },
169
119
  * },
170
- * parentEntityUpdate: {
120
+ * parentEntityUpdate: { // ParentEntityUpdateRequest
171
121
  * updateType: "STRING_VALUE", // required
172
122
  * parentEntityId: "STRING_VALUE",
173
123
  * },
@@ -26,9 +26,9 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
26
26
  * import { IoTTwinMakerClient, UpdatePricingPlanCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
27
27
  * // const { IoTTwinMakerClient, UpdatePricingPlanCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
28
28
  * const client = new IoTTwinMakerClient(config);
29
- * const input = {
29
+ * const input = { // UpdatePricingPlanRequest
30
30
  * pricingMode: "STRING_VALUE", // required
31
- * bundleNames: [
31
+ * bundleNames: [ // PricingBundles
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,15 +26,15 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
26
26
  * import { IoTTwinMakerClient, UpdateSceneCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
27
27
  * // const { IoTTwinMakerClient, UpdateSceneCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
28
28
  * const client = new IoTTwinMakerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateSceneRequest
30
30
  * workspaceId: "STRING_VALUE", // required
31
31
  * sceneId: "STRING_VALUE", // required
32
32
  * contentLocation: "STRING_VALUE",
33
33
  * description: "STRING_VALUE",
34
- * capabilities: [
34
+ * capabilities: [ // SceneCapabilities
35
35
  * "STRING_VALUE",
36
36
  * ],
37
- * sceneMetadata: {
37
+ * sceneMetadata: { // SceneMetadataMap
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * };
@@ -26,7 +26,7 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
26
26
  * import { IoTTwinMakerClient, UpdateWorkspaceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
27
27
  * // const { IoTTwinMakerClient, UpdateWorkspaceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
28
28
  * const client = new IoTTwinMakerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateWorkspaceRequest
30
30
  * workspaceId: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * role: "STRING_VALUE",
@@ -137,11 +137,16 @@ export interface DataConnector {
137
137
  }
138
138
  /**
139
139
  * @public
140
+ * @enum
140
141
  */
141
- export declare enum Scope {
142
- ENTITY = "ENTITY",
143
- WORKSPACE = "WORKSPACE"
144
- }
142
+ export declare const Scope: {
143
+ readonly ENTITY: "ENTITY";
144
+ readonly WORKSPACE: "WORKSPACE";
145
+ };
146
+ /**
147
+ * @public
148
+ */
149
+ export type Scope = (typeof Scope)[keyof typeof Scope];
145
150
  /**
146
151
  * @public
147
152
  * <p>The function request body.</p>
@@ -176,23 +181,33 @@ export interface Relationship {
176
181
  }
177
182
  /**
178
183
  * @public
184
+ * @enum
179
185
  */
180
- export declare enum Type {
181
- BOOLEAN = "BOOLEAN",
182
- DOUBLE = "DOUBLE",
183
- INTEGER = "INTEGER",
184
- LIST = "LIST",
185
- LONG = "LONG",
186
- MAP = "MAP",
187
- RELATIONSHIP = "RELATIONSHIP",
188
- STRING = "STRING"
189
- }
186
+ export declare const Type: {
187
+ readonly BOOLEAN: "BOOLEAN";
188
+ readonly DOUBLE: "DOUBLE";
189
+ readonly INTEGER: "INTEGER";
190
+ readonly LIST: "LIST";
191
+ readonly LONG: "LONG";
192
+ readonly MAP: "MAP";
193
+ readonly RELATIONSHIP: "RELATIONSHIP";
194
+ readonly STRING: "STRING";
195
+ };
190
196
  /**
191
197
  * @public
192
198
  */
193
- export declare enum GroupType {
194
- TABULAR = "TABULAR"
195
- }
199
+ export type Type = (typeof Type)[keyof typeof Type];
200
+ /**
201
+ * @public
202
+ * @enum
203
+ */
204
+ export declare const GroupType: {
205
+ readonly TABULAR: "TABULAR";
206
+ };
207
+ /**
208
+ * @public
209
+ */
210
+ export type GroupType = (typeof GroupType)[keyof typeof GroupType];
196
211
  /**
197
212
  * @public
198
213
  * <p/>
@@ -209,14 +224,19 @@ export interface PropertyGroupRequest {
209
224
  }
210
225
  /**
211
226
  * @public
227
+ * @enum
212
228
  */
213
- export declare enum State {
214
- ACTIVE = "ACTIVE",
215
- CREATING = "CREATING",
216
- DELETING = "DELETING",
217
- ERROR = "ERROR",
218
- UPDATING = "UPDATING"
219
- }
229
+ export declare const State: {
230
+ readonly ACTIVE: "ACTIVE";
231
+ readonly CREATING: "CREATING";
232
+ readonly DELETING: "DELETING";
233
+ readonly ERROR: "ERROR";
234
+ readonly UPDATING: "UPDATING";
235
+ };
236
+ /**
237
+ * @public
238
+ */
239
+ export type State = (typeof State)[keyof typeof State];
220
240
  /**
221
241
  * @public
222
242
  */
@@ -248,20 +268,30 @@ export declare class ServiceQuotaExceededException extends __BaseException {
248
268
  }
249
269
  /**
250
270
  * @public
271
+ * @enum
251
272
  */
252
- export declare enum PropertyUpdateType {
253
- CREATE = "CREATE",
254
- DELETE = "DELETE",
255
- UPDATE = "UPDATE"
256
- }
273
+ export declare const PropertyUpdateType: {
274
+ readonly CREATE: "CREATE";
275
+ readonly DELETE: "DELETE";
276
+ readonly UPDATE: "UPDATE";
277
+ };
257
278
  /**
258
279
  * @public
259
280
  */
260
- export declare enum PropertyGroupUpdateType {
261
- CREATE = "CREATE",
262
- DELETE = "DELETE",
263
- UPDATE = "UPDATE"
264
- }
281
+ export type PropertyUpdateType = (typeof PropertyUpdateType)[keyof typeof PropertyUpdateType];
282
+ /**
283
+ * @public
284
+ * @enum
285
+ */
286
+ export declare const PropertyGroupUpdateType: {
287
+ readonly CREATE: "CREATE";
288
+ readonly DELETE: "DELETE";
289
+ readonly UPDATE: "UPDATE";
290
+ };
291
+ /**
292
+ * @public
293
+ */
294
+ export type PropertyGroupUpdateType = (typeof PropertyGroupUpdateType)[keyof typeof PropertyGroupUpdateType];
265
295
  /**
266
296
  * @public
267
297
  * <p>The component property group request.</p>
@@ -374,14 +404,19 @@ export interface CreateSyncJobRequest {
374
404
  }
375
405
  /**
376
406
  * @public
407
+ * @enum
377
408
  */
378
- export declare enum SyncJobState {
379
- ACTIVE = "ACTIVE",
380
- CREATING = "CREATING",
381
- DELETING = "DELETING",
382
- ERROR = "ERROR",
383
- INITIALIZING = "INITIALIZING"
384
- }
409
+ export declare const SyncJobState: {
410
+ readonly ACTIVE: "ACTIVE";
411
+ readonly CREATING: "CREATING";
412
+ readonly DELETING: "DELETING";
413
+ readonly ERROR: "ERROR";
414
+ readonly INITIALIZING: "INITIALIZING";
415
+ };
416
+ /**
417
+ * @public
418
+ */
419
+ export type SyncJobState = (typeof SyncJobState)[keyof typeof SyncJobState];
385
420
  /**
386
421
  * @public
387
422
  */
@@ -567,12 +602,17 @@ export interface ExecuteQueryRequest {
567
602
  }
568
603
  /**
569
604
  * @public
605
+ * @enum
570
606
  */
571
- export declare enum ColumnType {
572
- EDGE = "EDGE",
573
- NODE = "NODE",
574
- VALUE = "VALUE"
575
- }
607
+ export declare const ColumnType: {
608
+ readonly EDGE: "EDGE";
609
+ readonly NODE: "NODE";
610
+ readonly VALUE: "VALUE";
611
+ };
612
+ /**
613
+ * @public
614
+ */
615
+ export type ColumnType = (typeof ColumnType)[keyof typeof ColumnType];
576
616
  /**
577
617
  * @public
578
618
  * <p>A description of the column in the query results.</p>
@@ -683,14 +723,19 @@ export interface PropertyGroupResponse {
683
723
  }
684
724
  /**
685
725
  * @public
726
+ * @enum
686
727
  */
687
- export declare enum ErrorCode {
688
- INTERNAL_FAILURE = "INTERNAL_FAILURE",
689
- SYNC_CREATING_ERROR = "SYNC_CREATING_ERROR",
690
- SYNC_INITIALIZING_ERROR = "SYNC_INITIALIZING_ERROR",
691
- SYNC_PROCESSING_ERROR = "SYNC_PROCESSING_ERROR",
692
- VALIDATION_ERROR = "VALIDATION_ERROR"
693
- }
728
+ export declare const ErrorCode: {
729
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
730
+ readonly SYNC_CREATING_ERROR: "SYNC_CREATING_ERROR";
731
+ readonly SYNC_INITIALIZING_ERROR: "SYNC_INITIALIZING_ERROR";
732
+ readonly SYNC_PROCESSING_ERROR: "SYNC_PROCESSING_ERROR";
733
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
734
+ };
735
+ /**
736
+ * @public
737
+ */
738
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
694
739
  /**
695
740
  * @public
696
741
  * <p>The error details.</p>
@@ -759,13 +804,18 @@ export interface GetPricingPlanRequest {
759
804
  }
760
805
  /**
761
806
  * @public
807
+ * @enum
762
808
  */
763
- export declare enum PricingTier {
764
- TIER_1 = "TIER_1",
765
- TIER_2 = "TIER_2",
766
- TIER_3 = "TIER_3",
767
- TIER_4 = "TIER_4"
768
- }
809
+ export declare const PricingTier: {
810
+ readonly TIER_1: "TIER_1";
811
+ readonly TIER_2: "TIER_2";
812
+ readonly TIER_3: "TIER_3";
813
+ readonly TIER_4: "TIER_4";
814
+ };
815
+ /**
816
+ * @public
817
+ */
818
+ export type PricingTier = (typeof PricingTier)[keyof typeof PricingTier];
769
819
  /**
770
820
  * @public
771
821
  * <p>Information about the pricing bundle.</p>
@@ -782,22 +832,32 @@ export interface BundleInformation {
782
832
  }
783
833
  /**
784
834
  * @public
835
+ * @enum
785
836
  */
786
- export declare enum PricingMode {
787
- BASIC = "BASIC",
788
- STANDARD = "STANDARD",
789
- TIERED_BUNDLE = "TIERED_BUNDLE"
790
- }
837
+ export declare const PricingMode: {
838
+ readonly BASIC: "BASIC";
839
+ readonly STANDARD: "STANDARD";
840
+ readonly TIERED_BUNDLE: "TIERED_BUNDLE";
841
+ };
791
842
  /**
792
843
  * @public
793
844
  */
794
- export declare enum UpdateReason {
795
- DEFAULT = "DEFAULT",
796
- ENTITY_COUNT_UPDATE = "ENTITY_COUNT_UPDATE",
797
- OVERWRITTEN = "OVERWRITTEN",
798
- PRICING_MODE_UPDATE = "PRICING_MODE_UPDATE",
799
- PRICING_TIER_UPDATE = "PRICING_TIER_UPDATE"
800
- }
845
+ export type PricingMode = (typeof PricingMode)[keyof typeof PricingMode];
846
+ /**
847
+ * @public
848
+ * @enum
849
+ */
850
+ export declare const UpdateReason: {
851
+ readonly DEFAULT: "DEFAULT";
852
+ readonly ENTITY_COUNT_UPDATE: "ENTITY_COUNT_UPDATE";
853
+ readonly OVERWRITTEN: "OVERWRITTEN";
854
+ readonly PRICING_MODE_UPDATE: "PRICING_MODE_UPDATE";
855
+ readonly PRICING_TIER_UPDATE: "PRICING_TIER_UPDATE";
856
+ };
857
+ /**
858
+ * @public
859
+ */
860
+ export type UpdateReason = (typeof UpdateReason)[keyof typeof UpdateReason];
801
861
  /**
802
862
  * @public
803
863
  * <p>The pricing plan.</p>
@@ -867,11 +927,16 @@ export declare class ConnectorTimeoutException extends __BaseException {
867
927
  }
868
928
  /**
869
929
  * @public
930
+ * @enum
870
931
  */
871
- export declare enum Order {
872
- ASCENDING = "ASCENDING",
873
- DESCENDING = "DESCENDING"
874
- }
932
+ export declare const Order: {
933
+ readonly ASCENDING: "ASCENDING";
934
+ readonly DESCENDING: "DESCENDING";
935
+ };
936
+ /**
937
+ * @public
938
+ */
939
+ export type Order = (typeof Order)[keyof typeof Order];
875
940
  /**
876
941
  * @public
877
942
  * <p>Filter criteria that orders the return output. It can be sorted in ascending or
@@ -889,10 +954,15 @@ export interface OrderBy {
889
954
  }
890
955
  /**
891
956
  * @public
957
+ * @enum
892
958
  */
893
- export declare enum InterpolationType {
894
- LINEAR = "LINEAR"
895
- }
959
+ export declare const InterpolationType: {
960
+ readonly LINEAR: "LINEAR";
961
+ };
962
+ /**
963
+ * @public
964
+ */
965
+ export type InterpolationType = (typeof InterpolationType)[keyof typeof InterpolationType];
896
966
  /**
897
967
  * @public
898
968
  * <p>An object that specifies how to interpolate data in a list.</p>
@@ -909,11 +979,16 @@ export interface InterpolationParameters {
909
979
  }
910
980
  /**
911
981
  * @public
982
+ * @enum
912
983
  */
913
- export declare enum OrderByTime {
914
- ASCENDING = "ASCENDING",
915
- DESCENDING = "DESCENDING"
916
- }
984
+ export declare const OrderByTime: {
985
+ readonly ASCENDING: "ASCENDING";
986
+ readonly DESCENDING: "DESCENDING";
987
+ };
988
+ /**
989
+ * @public
990
+ */
991
+ export type OrderByTime = (typeof OrderByTime)[keyof typeof OrderByTime];
917
992
  /**
918
993
  * @public
919
994
  */
@@ -1466,21 +1541,31 @@ export interface ListSyncJobsResponse {
1466
1541
  }
1467
1542
  /**
1468
1543
  * @public
1544
+ * @enum
1469
1545
  */
1470
- export declare enum SyncResourceType {
1471
- COMPONENT_TYPE = "COMPONENT_TYPE",
1472
- ENTITY = "ENTITY"
1473
- }
1546
+ export declare const SyncResourceType: {
1547
+ readonly COMPONENT_TYPE: "COMPONENT_TYPE";
1548
+ readonly ENTITY: "ENTITY";
1549
+ };
1474
1550
  /**
1475
1551
  * @public
1476
1552
  */
1477
- export declare enum SyncResourceState {
1478
- DELETED = "DELETED",
1479
- ERROR = "ERROR",
1480
- INITIALIZING = "INITIALIZING",
1481
- IN_SYNC = "IN_SYNC",
1482
- PROCESSING = "PROCESSING"
1483
- }
1553
+ export type SyncResourceType = (typeof SyncResourceType)[keyof typeof SyncResourceType];
1554
+ /**
1555
+ * @public
1556
+ * @enum
1557
+ */
1558
+ export declare const SyncResourceState: {
1559
+ readonly DELETED: "DELETED";
1560
+ readonly ERROR: "ERROR";
1561
+ readonly INITIALIZING: "INITIALIZING";
1562
+ readonly IN_SYNC: "IN_SYNC";
1563
+ readonly PROCESSING: "PROCESSING";
1564
+ };
1565
+ /**
1566
+ * @public
1567
+ */
1568
+ export type SyncResourceState = (typeof SyncResourceState)[keyof typeof SyncResourceState];
1484
1569
  /**
1485
1570
  * @public
1486
1571
  * <p>The sync resource filter.</p>
@@ -1796,19 +1881,29 @@ export interface UpdateComponentTypeResponse {
1796
1881
  }
1797
1882
  /**
1798
1883
  * @public
1884
+ * @enum
1799
1885
  */
1800
- export declare enum ComponentUpdateType {
1801
- CREATE = "CREATE",
1802
- DELETE = "DELETE",
1803
- UPDATE = "UPDATE"
1804
- }
1886
+ export declare const ComponentUpdateType: {
1887
+ readonly CREATE: "CREATE";
1888
+ readonly DELETE: "DELETE";
1889
+ readonly UPDATE: "UPDATE";
1890
+ };
1805
1891
  /**
1806
1892
  * @public
1807
1893
  */
1808
- export declare enum ParentEntityUpdateType {
1809
- DELETE = "DELETE",
1810
- UPDATE = "UPDATE"
1811
- }
1894
+ export type ComponentUpdateType = (typeof ComponentUpdateType)[keyof typeof ComponentUpdateType];
1895
+ /**
1896
+ * @public
1897
+ * @enum
1898
+ */
1899
+ export declare const ParentEntityUpdateType: {
1900
+ readonly DELETE: "DELETE";
1901
+ readonly UPDATE: "UPDATE";
1902
+ };
1903
+ /**
1904
+ * @public
1905
+ */
1906
+ export type ParentEntityUpdateType = (typeof ParentEntityUpdateType)[keyof typeof ParentEntityUpdateType];
1812
1907
  /**
1813
1908
  * @public
1814
1909
  * <p>The parent entity update request.</p>