cdk-lambda-subminute 2.0.305 → 2.0.306
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
- package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
- package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
- package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +85 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +508 -203
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -19,6 +19,14 @@ declare class IoTTwinMaker extends Service {
|
|
19
19
|
* Sets values for multiple time series properties.
|
20
20
|
*/
|
21
21
|
batchPutPropertyValues(callback?: (err: AWSError, data: IoTTwinMaker.Types.BatchPutPropertyValuesResponse) => void): Request<IoTTwinMaker.Types.BatchPutPropertyValuesResponse, AWSError>;
|
22
|
+
/**
|
23
|
+
* Cancels the metadata transfer job.
|
24
|
+
*/
|
25
|
+
cancelMetadataTransferJob(params: IoTTwinMaker.Types.CancelMetadataTransferJobRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.CancelMetadataTransferJobResponse) => void): Request<IoTTwinMaker.Types.CancelMetadataTransferJobResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Cancels the metadata transfer job.
|
28
|
+
*/
|
29
|
+
cancelMetadataTransferJob(callback?: (err: AWSError, data: IoTTwinMaker.Types.CancelMetadataTransferJobResponse) => void): Request<IoTTwinMaker.Types.CancelMetadataTransferJobResponse, AWSError>;
|
22
30
|
/**
|
23
31
|
* Creates a component type.
|
24
32
|
*/
|
@@ -35,6 +43,14 @@ declare class IoTTwinMaker extends Service {
|
|
35
43
|
* Creates an entity.
|
36
44
|
*/
|
37
45
|
createEntity(callback?: (err: AWSError, data: IoTTwinMaker.Types.CreateEntityResponse) => void): Request<IoTTwinMaker.Types.CreateEntityResponse, AWSError>;
|
46
|
+
/**
|
47
|
+
* Creates a new metadata transfer job.
|
48
|
+
*/
|
49
|
+
createMetadataTransferJob(params: IoTTwinMaker.Types.CreateMetadataTransferJobRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.CreateMetadataTransferJobResponse) => void): Request<IoTTwinMaker.Types.CreateMetadataTransferJobResponse, AWSError>;
|
50
|
+
/**
|
51
|
+
* Creates a new metadata transfer job.
|
52
|
+
*/
|
53
|
+
createMetadataTransferJob(callback?: (err: AWSError, data: IoTTwinMaker.Types.CreateMetadataTransferJobResponse) => void): Request<IoTTwinMaker.Types.CreateMetadataTransferJobResponse, AWSError>;
|
38
54
|
/**
|
39
55
|
* Creates a scene.
|
40
56
|
*/
|
@@ -100,11 +116,11 @@ declare class IoTTwinMaker extends Service {
|
|
100
116
|
*/
|
101
117
|
deleteWorkspace(callback?: (err: AWSError, data: IoTTwinMaker.Types.DeleteWorkspaceResponse) => void): Request<IoTTwinMaker.Types.DeleteWorkspaceResponse, AWSError>;
|
102
118
|
/**
|
103
|
-
* Run queries to access information from your knowledge graph of entities within individual workspaces.
|
119
|
+
* Run queries to access information from your knowledge graph of entities within individual workspaces. The ExecuteQuery action only works with Amazon Web Services Java SDK2. ExecuteQuery will not work with any Amazon Web Services Java SDK version < 2.x.
|
104
120
|
*/
|
105
121
|
executeQuery(params: IoTTwinMaker.Types.ExecuteQueryRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.ExecuteQueryResponse) => void): Request<IoTTwinMaker.Types.ExecuteQueryResponse, AWSError>;
|
106
122
|
/**
|
107
|
-
* Run queries to access information from your knowledge graph of entities within individual workspaces.
|
123
|
+
* Run queries to access information from your knowledge graph of entities within individual workspaces. The ExecuteQuery action only works with Amazon Web Services Java SDK2. ExecuteQuery will not work with any Amazon Web Services Java SDK version < 2.x.
|
108
124
|
*/
|
109
125
|
executeQuery(callback?: (err: AWSError, data: IoTTwinMaker.Types.ExecuteQueryResponse) => void): Request<IoTTwinMaker.Types.ExecuteQueryResponse, AWSError>;
|
110
126
|
/**
|
@@ -123,6 +139,14 @@ declare class IoTTwinMaker extends Service {
|
|
123
139
|
* Retrieves information about an entity.
|
124
140
|
*/
|
125
141
|
getEntity(callback?: (err: AWSError, data: IoTTwinMaker.Types.GetEntityResponse) => void): Request<IoTTwinMaker.Types.GetEntityResponse, AWSError>;
|
142
|
+
/**
|
143
|
+
* Gets a nmetadata transfer job.
|
144
|
+
*/
|
145
|
+
getMetadataTransferJob(params: IoTTwinMaker.Types.GetMetadataTransferJobRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.GetMetadataTransferJobResponse) => void): Request<IoTTwinMaker.Types.GetMetadataTransferJobResponse, AWSError>;
|
146
|
+
/**
|
147
|
+
* Gets a nmetadata transfer job.
|
148
|
+
*/
|
149
|
+
getMetadataTransferJob(callback?: (err: AWSError, data: IoTTwinMaker.Types.GetMetadataTransferJobResponse) => void): Request<IoTTwinMaker.Types.GetMetadataTransferJobResponse, AWSError>;
|
126
150
|
/**
|
127
151
|
* Gets the pricing plan.
|
128
152
|
*/
|
@@ -179,6 +203,14 @@ declare class IoTTwinMaker extends Service {
|
|
179
203
|
* Lists all component types in a workspace.
|
180
204
|
*/
|
181
205
|
listComponentTypes(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListComponentTypesResponse) => void): Request<IoTTwinMaker.Types.ListComponentTypesResponse, AWSError>;
|
206
|
+
/**
|
207
|
+
* This API lists the components of an entity.
|
208
|
+
*/
|
209
|
+
listComponents(params: IoTTwinMaker.Types.ListComponentsRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.ListComponentsResponse) => void): Request<IoTTwinMaker.Types.ListComponentsResponse, AWSError>;
|
210
|
+
/**
|
211
|
+
* This API lists the components of an entity.
|
212
|
+
*/
|
213
|
+
listComponents(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListComponentsResponse) => void): Request<IoTTwinMaker.Types.ListComponentsResponse, AWSError>;
|
182
214
|
/**
|
183
215
|
* Lists all entities in a workspace.
|
184
216
|
*/
|
@@ -187,6 +219,22 @@ declare class IoTTwinMaker extends Service {
|
|
187
219
|
* Lists all entities in a workspace.
|
188
220
|
*/
|
189
221
|
listEntities(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListEntitiesResponse) => void): Request<IoTTwinMaker.Types.ListEntitiesResponse, AWSError>;
|
222
|
+
/**
|
223
|
+
* Lists the metadata transfer jobs.
|
224
|
+
*/
|
225
|
+
listMetadataTransferJobs(params: IoTTwinMaker.Types.ListMetadataTransferJobsRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.ListMetadataTransferJobsResponse) => void): Request<IoTTwinMaker.Types.ListMetadataTransferJobsResponse, AWSError>;
|
226
|
+
/**
|
227
|
+
* Lists the metadata transfer jobs.
|
228
|
+
*/
|
229
|
+
listMetadataTransferJobs(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListMetadataTransferJobsResponse) => void): Request<IoTTwinMaker.Types.ListMetadataTransferJobsResponse, AWSError>;
|
230
|
+
/**
|
231
|
+
* This API lists the properties of a component.
|
232
|
+
*/
|
233
|
+
listProperties(params: IoTTwinMaker.Types.ListPropertiesRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.ListPropertiesResponse) => void): Request<IoTTwinMaker.Types.ListPropertiesResponse, AWSError>;
|
234
|
+
/**
|
235
|
+
* This API lists the properties of a component.
|
236
|
+
*/
|
237
|
+
listProperties(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListPropertiesResponse) => void): Request<IoTTwinMaker.Types.ListPropertiesResponse, AWSError>;
|
190
238
|
/**
|
191
239
|
* Lists all scenes in a workspace.
|
192
240
|
*/
|
@@ -333,6 +381,34 @@ declare namespace IoTTwinMaker {
|
|
333
381
|
pricingTier?: PricingTier;
|
334
382
|
}
|
335
383
|
export type BundleName = string;
|
384
|
+
export interface CancelMetadataTransferJobRequest {
|
385
|
+
/**
|
386
|
+
* The metadata transfer job Id.
|
387
|
+
*/
|
388
|
+
metadataTransferJobId: Id;
|
389
|
+
}
|
390
|
+
export interface CancelMetadataTransferJobResponse {
|
391
|
+
/**
|
392
|
+
* The metadata transfer job Id.
|
393
|
+
*/
|
394
|
+
metadataTransferJobId: Id;
|
395
|
+
/**
|
396
|
+
* The metadata transfer job ARN.
|
397
|
+
*/
|
398
|
+
arn: TwinMakerArn;
|
399
|
+
/**
|
400
|
+
* Used to update the DateTime property.
|
401
|
+
*/
|
402
|
+
updateDateTime: Timestamp;
|
403
|
+
/**
|
404
|
+
* The metadata transfer job's status.
|
405
|
+
*/
|
406
|
+
status: MetadataTransferJobStatus;
|
407
|
+
/**
|
408
|
+
* The metadata transfer job's progress.
|
409
|
+
*/
|
410
|
+
progress?: MetadataTransferJobProgress;
|
411
|
+
}
|
336
412
|
export interface ColumnDescription {
|
337
413
|
/**
|
338
414
|
* The name of the column description.
|
@@ -346,6 +422,7 @@ declare namespace IoTTwinMaker {
|
|
346
422
|
export type ColumnDescriptions = ColumnDescription[];
|
347
423
|
export type ColumnName = string;
|
348
424
|
export type ColumnType = "NODE"|"EDGE"|"VALUE"|string;
|
425
|
+
export type ComponentPath = string;
|
349
426
|
export interface ComponentPropertyGroupRequest {
|
350
427
|
/**
|
351
428
|
* The group type.
|
@@ -427,6 +504,53 @@ declare namespace IoTTwinMaker {
|
|
427
504
|
* The syncSource of the sync job, if this entity was created by a sync job.
|
428
505
|
*/
|
429
506
|
syncSource?: SyncSource;
|
507
|
+
/**
|
508
|
+
* This flag notes whether all properties of the component are returned in the API response. The maximum number of properties returned is 800.
|
509
|
+
*/
|
510
|
+
areAllPropertiesReturned?: Boolean;
|
511
|
+
/**
|
512
|
+
* This lists objects that contain information about the compositeComponents.
|
513
|
+
*/
|
514
|
+
compositeComponents?: CompositeComponentResponse;
|
515
|
+
/**
|
516
|
+
* This flag notes whether all compositeComponents are returned in the API response.
|
517
|
+
*/
|
518
|
+
areAllCompositeComponentsReturned?: Boolean;
|
519
|
+
}
|
520
|
+
export type ComponentSummaries = ComponentSummary[];
|
521
|
+
export interface ComponentSummary {
|
522
|
+
/**
|
523
|
+
* The name of the component.
|
524
|
+
*/
|
525
|
+
componentName: Name;
|
526
|
+
/**
|
527
|
+
* The ID of the component type.
|
528
|
+
*/
|
529
|
+
componentTypeId: ComponentTypeId;
|
530
|
+
/**
|
531
|
+
* The name of the property definition set in the request.
|
532
|
+
*/
|
533
|
+
definedIn?: String;
|
534
|
+
/**
|
535
|
+
* The description of the component request.
|
536
|
+
*/
|
537
|
+
description?: Description;
|
538
|
+
/**
|
539
|
+
* The property groups.
|
540
|
+
*/
|
541
|
+
propertyGroups?: ComponentPropertyGroupResponses;
|
542
|
+
/**
|
543
|
+
* The status of the component type.
|
544
|
+
*/
|
545
|
+
status: Status;
|
546
|
+
/**
|
547
|
+
* The syncSource of the sync job, if this entity was created by a sync job.
|
548
|
+
*/
|
549
|
+
syncSource?: SyncSource;
|
550
|
+
/**
|
551
|
+
* This string specifies the path to the composite component, starting from the top-level component.
|
552
|
+
*/
|
553
|
+
componentPath?: ComponentPath;
|
430
554
|
}
|
431
555
|
export type ComponentTypeId = string;
|
432
556
|
export type ComponentTypeName = string;
|
@@ -487,6 +611,59 @@ declare namespace IoTTwinMaker {
|
|
487
611
|
export type ComponentUpdatesMapRequest = {[key: string]: ComponentUpdateRequest};
|
488
612
|
export type ComponentsMap = {[key: string]: ComponentResponse};
|
489
613
|
export type ComponentsMapRequest = {[key: string]: ComponentRequest};
|
614
|
+
export interface CompositeComponentRequest {
|
615
|
+
/**
|
616
|
+
* The description of the component type.
|
617
|
+
*/
|
618
|
+
description?: Description;
|
619
|
+
/**
|
620
|
+
* This is an object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
|
621
|
+
*/
|
622
|
+
properties?: PropertyRequests;
|
623
|
+
/**
|
624
|
+
* The property groups.
|
625
|
+
*/
|
626
|
+
propertyGroups?: ComponentPropertyGroupRequests;
|
627
|
+
}
|
628
|
+
export type CompositeComponentResponse = {[key: string]: ComponentSummary};
|
629
|
+
export interface CompositeComponentTypeRequest {
|
630
|
+
/**
|
631
|
+
* This is the componentTypeId that the compositeComponentType refers to.
|
632
|
+
*/
|
633
|
+
componentTypeId?: ComponentTypeId;
|
634
|
+
}
|
635
|
+
export interface CompositeComponentTypeResponse {
|
636
|
+
/**
|
637
|
+
* This is the componentTypeId that this compositeComponentType refers to.
|
638
|
+
*/
|
639
|
+
componentTypeId?: ComponentTypeId;
|
640
|
+
/**
|
641
|
+
* This boolean indicates whether this compositeComponentType is inherited from its parent.
|
642
|
+
*/
|
643
|
+
isInherited?: Boolean;
|
644
|
+
}
|
645
|
+
export type CompositeComponentTypesRequest = {[key: string]: CompositeComponentTypeRequest};
|
646
|
+
export type CompositeComponentTypesResponse = {[key: string]: CompositeComponentTypeResponse};
|
647
|
+
export interface CompositeComponentUpdateRequest {
|
648
|
+
/**
|
649
|
+
* The update type of the component update request.
|
650
|
+
*/
|
651
|
+
updateType?: ComponentUpdateType;
|
652
|
+
/**
|
653
|
+
* The description of the component type.
|
654
|
+
*/
|
655
|
+
description?: Description;
|
656
|
+
/**
|
657
|
+
* An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
|
658
|
+
*/
|
659
|
+
propertyUpdates?: PropertyRequests;
|
660
|
+
/**
|
661
|
+
* The property group updates.
|
662
|
+
*/
|
663
|
+
propertyGroupUpdates?: ComponentPropertyGroupRequests;
|
664
|
+
}
|
665
|
+
export type CompositeComponentUpdatesMapRequest = {[key: string]: CompositeComponentUpdateRequest};
|
666
|
+
export type CompositeComponentsMapRequest = {[key: string]: CompositeComponentRequest};
|
490
667
|
export type Configuration = {[key: string]: Value};
|
491
668
|
export interface CreateComponentTypeRequest {
|
492
669
|
/**
|
@@ -529,6 +706,10 @@ declare namespace IoTTwinMaker {
|
|
529
706
|
* A friendly name for the component type.
|
530
707
|
*/
|
531
708
|
componentTypeName?: ComponentTypeName;
|
709
|
+
/**
|
710
|
+
* This is an object that maps strings to compositeComponentTypes of the componentType. CompositeComponentType is referenced by componentTypeId.
|
711
|
+
*/
|
712
|
+
compositeComponentTypes?: CompositeComponentTypesRequest;
|
532
713
|
}
|
533
714
|
export interface CreateComponentTypeResponse {
|
534
715
|
/**
|
@@ -565,6 +746,10 @@ declare namespace IoTTwinMaker {
|
|
565
746
|
* An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
|
566
747
|
*/
|
567
748
|
components?: ComponentsMapRequest;
|
749
|
+
/**
|
750
|
+
* This is an object that maps strings to compositeComponent updates in the request. Each key of the map represents the componentPath of the compositeComponent.
|
751
|
+
*/
|
752
|
+
compositeComponents?: CompositeComponentsMapRequest;
|
568
753
|
/**
|
569
754
|
* The ID of the entity's parent entity.
|
570
755
|
*/
|
@@ -592,6 +777,42 @@ declare namespace IoTTwinMaker {
|
|
592
777
|
*/
|
593
778
|
state: State;
|
594
779
|
}
|
780
|
+
export interface CreateMetadataTransferJobRequest {
|
781
|
+
/**
|
782
|
+
* The metadata transfer job Id.
|
783
|
+
*/
|
784
|
+
metadataTransferJobId?: Id;
|
785
|
+
/**
|
786
|
+
* The metadata transfer job description.
|
787
|
+
*/
|
788
|
+
description?: Description;
|
789
|
+
/**
|
790
|
+
* The metadata transfer job sources.
|
791
|
+
*/
|
792
|
+
sources: SourceConfigurations;
|
793
|
+
/**
|
794
|
+
* The metadata transfer job destination.
|
795
|
+
*/
|
796
|
+
destination: DestinationConfiguration;
|
797
|
+
}
|
798
|
+
export interface CreateMetadataTransferJobResponse {
|
799
|
+
/**
|
800
|
+
* The metadata transfer job Id.
|
801
|
+
*/
|
802
|
+
metadataTransferJobId: Id;
|
803
|
+
/**
|
804
|
+
* The metadata transfer job ARN.
|
805
|
+
*/
|
806
|
+
arn: TwinMakerArn;
|
807
|
+
/**
|
808
|
+
* The The metadata transfer job creation DateTime property.
|
809
|
+
*/
|
810
|
+
creationDateTime: Timestamp;
|
811
|
+
/**
|
812
|
+
* The metadata transfer job response status.
|
813
|
+
*/
|
814
|
+
status: MetadataTransferJobStatus;
|
815
|
+
}
|
595
816
|
export interface CreateSceneRequest {
|
596
817
|
/**
|
597
818
|
* The ID of the workspace that contains the scene.
|
@@ -676,11 +897,11 @@ declare namespace IoTTwinMaker {
|
|
676
897
|
/**
|
677
898
|
* The ARN of the S3 bucket where resources associated with the workspace are stored.
|
678
899
|
*/
|
679
|
-
s3Location
|
900
|
+
s3Location?: S3Location;
|
680
901
|
/**
|
681
902
|
* The ARN of the execution role associated with the workspace.
|
682
903
|
*/
|
683
|
-
role
|
904
|
+
role?: RoleArn;
|
684
905
|
/**
|
685
906
|
* Metadata that you can use to manage the workspace
|
686
907
|
*/
|
@@ -839,8 +1060,27 @@ declare namespace IoTTwinMaker {
|
|
839
1060
|
workspaceId: Id;
|
840
1061
|
}
|
841
1062
|
export interface DeleteWorkspaceResponse {
|
1063
|
+
/**
|
1064
|
+
* The string that specifies the delete result for the workspace.
|
1065
|
+
*/
|
1066
|
+
message?: WorkspaceDeleteMessage;
|
842
1067
|
}
|
843
1068
|
export type Description = string;
|
1069
|
+
export interface DestinationConfiguration {
|
1070
|
+
/**
|
1071
|
+
* The destination type.
|
1072
|
+
*/
|
1073
|
+
type: DestinationType;
|
1074
|
+
/**
|
1075
|
+
* The metadata transfer job S3 configuration. [need to add S3 entity]
|
1076
|
+
*/
|
1077
|
+
s3Configuration?: S3DestinationConfiguration;
|
1078
|
+
/**
|
1079
|
+
* The metadata transfer job Amazon Web Services IoT TwinMaker configuration.
|
1080
|
+
*/
|
1081
|
+
iotTwinMakerConfiguration?: IotTwinMakerDestinationConfiguration;
|
1082
|
+
}
|
1083
|
+
export type DestinationType = "s3"|"iotsitewise"|"iottwinmaker"|string;
|
844
1084
|
export type Double = number;
|
845
1085
|
export type EntityId = string;
|
846
1086
|
export type EntityName = string;
|
@@ -849,6 +1089,10 @@ declare namespace IoTTwinMaker {
|
|
849
1089
|
* The name of the component.
|
850
1090
|
*/
|
851
1091
|
componentName?: Name;
|
1092
|
+
/**
|
1093
|
+
* This string specifies the path to the composite component, starting from the top-level component.
|
1094
|
+
*/
|
1095
|
+
componentPath?: ComponentPath;
|
852
1096
|
/**
|
853
1097
|
* A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.
|
854
1098
|
*/
|
@@ -889,7 +1133,7 @@ declare namespace IoTTwinMaker {
|
|
889
1133
|
*/
|
890
1134
|
description?: Description;
|
891
1135
|
/**
|
892
|
-
*
|
1136
|
+
* An eventual Boolean value that specifies whether the entity has child entities or not.
|
893
1137
|
*/
|
894
1138
|
hasChildEntities?: Boolean;
|
895
1139
|
/**
|
@@ -902,7 +1146,7 @@ declare namespace IoTTwinMaker {
|
|
902
1146
|
updateDateTime: Timestamp;
|
903
1147
|
}
|
904
1148
|
export type Entries = PropertyValueEntry[];
|
905
|
-
export type ErrorCode = "VALIDATION_ERROR"|"INTERNAL_FAILURE"|"SYNC_INITIALIZING_ERROR"|"SYNC_CREATING_ERROR"|"SYNC_PROCESSING_ERROR"|string;
|
1149
|
+
export type ErrorCode = "VALIDATION_ERROR"|"INTERNAL_FAILURE"|"SYNC_INITIALIZING_ERROR"|"SYNC_CREATING_ERROR"|"SYNC_PROCESSING_ERROR"|"SYNC_DELETING_ERROR"|"PROCESSING_ERROR"|"COMPOSITE_COMPONENT_FAILURE"|string;
|
906
1150
|
export interface ErrorDetails {
|
907
1151
|
/**
|
908
1152
|
* The error code.
|
@@ -926,7 +1170,7 @@ declare namespace IoTTwinMaker {
|
|
926
1170
|
*/
|
927
1171
|
queryStatement: QueryStatement;
|
928
1172
|
/**
|
929
|
-
* The maximum number of results to return at one time. The default is
|
1173
|
+
* The maximum number of results to return at one time. The default is 50.
|
930
1174
|
*/
|
931
1175
|
maxResults?: QueryServiceMaxResults;
|
932
1176
|
/**
|
@@ -951,6 +1195,54 @@ declare namespace IoTTwinMaker {
|
|
951
1195
|
export type Expression = string;
|
952
1196
|
export type ExtendsFrom = ComponentTypeId[];
|
953
1197
|
export type ExternalIdProperty = {[key: string]: String};
|
1198
|
+
export interface FilterByAsset {
|
1199
|
+
/**
|
1200
|
+
* Filter by asset Id.
|
1201
|
+
*/
|
1202
|
+
assetId?: Uuid;
|
1203
|
+
/**
|
1204
|
+
* The external-Id property of an asset.
|
1205
|
+
*/
|
1206
|
+
assetExternalId?: SiteWiseExternalId;
|
1207
|
+
/**
|
1208
|
+
* Includes sub-assets.[need description hekp for this]
|
1209
|
+
*/
|
1210
|
+
includeOffspring?: Boolean;
|
1211
|
+
/**
|
1212
|
+
* Boolean to include the asset model.
|
1213
|
+
*/
|
1214
|
+
includeAssetModel?: Boolean;
|
1215
|
+
}
|
1216
|
+
export interface FilterByAssetModel {
|
1217
|
+
/**
|
1218
|
+
* The asset model Id.
|
1219
|
+
*/
|
1220
|
+
assetModelId?: Uuid;
|
1221
|
+
/**
|
1222
|
+
* The external-Id property of an asset model.
|
1223
|
+
*/
|
1224
|
+
assetModelExternalId?: SiteWiseExternalId;
|
1225
|
+
/**
|
1226
|
+
* Include asset offspring. [need desc.]
|
1227
|
+
*/
|
1228
|
+
includeOffspring?: Boolean;
|
1229
|
+
/**
|
1230
|
+
* Bolean to include assets.
|
1231
|
+
*/
|
1232
|
+
includeAssets?: Boolean;
|
1233
|
+
}
|
1234
|
+
export interface FilterByComponentType {
|
1235
|
+
/**
|
1236
|
+
* The component type Id.
|
1237
|
+
*/
|
1238
|
+
componentTypeId: ComponentTypeId;
|
1239
|
+
}
|
1240
|
+
export interface FilterByEntity {
|
1241
|
+
/**
|
1242
|
+
* The entity Id.
|
1243
|
+
*/
|
1244
|
+
entityId: EntityId;
|
1245
|
+
}
|
954
1246
|
export interface FunctionRequest {
|
955
1247
|
/**
|
956
1248
|
* The required properties of the function.
|
@@ -1061,6 +1353,10 @@ declare namespace IoTTwinMaker {
|
|
1061
1353
|
* The component type name.
|
1062
1354
|
*/
|
1063
1355
|
componentTypeName?: ComponentTypeName;
|
1356
|
+
/**
|
1357
|
+
* This is an object that maps strings to compositeComponentTypes of the componentType. CompositeComponentType is referenced by componentTypeId.
|
1358
|
+
*/
|
1359
|
+
compositeComponentTypes?: CompositeComponentTypesResponse;
|
1064
1360
|
}
|
1065
1361
|
export interface GetEntityRequest {
|
1066
1362
|
/**
|
@@ -1121,6 +1417,62 @@ declare namespace IoTTwinMaker {
|
|
1121
1417
|
* The syncSource of the sync job, if this entity was created by a sync job.
|
1122
1418
|
*/
|
1123
1419
|
syncSource?: SyncSource;
|
1420
|
+
/**
|
1421
|
+
* This flag notes whether all components are returned in the API response. The maximum number of components returned is 30.
|
1422
|
+
*/
|
1423
|
+
areAllComponentsReturned?: Boolean;
|
1424
|
+
}
|
1425
|
+
export interface GetMetadataTransferJobRequest {
|
1426
|
+
/**
|
1427
|
+
* The metadata transfer job Id.
|
1428
|
+
*/
|
1429
|
+
metadataTransferJobId: Id;
|
1430
|
+
}
|
1431
|
+
export interface GetMetadataTransferJobResponse {
|
1432
|
+
/**
|
1433
|
+
* The metadata transfer job Id.
|
1434
|
+
*/
|
1435
|
+
metadataTransferJobId: Id;
|
1436
|
+
/**
|
1437
|
+
* The metadata transfer job ARN.
|
1438
|
+
*/
|
1439
|
+
arn: TwinMakerArn;
|
1440
|
+
/**
|
1441
|
+
* The metadata transfer job description.
|
1442
|
+
*/
|
1443
|
+
description?: Description;
|
1444
|
+
/**
|
1445
|
+
* The metadata transfer job's sources.
|
1446
|
+
*/
|
1447
|
+
sources: SourceConfigurations;
|
1448
|
+
/**
|
1449
|
+
* The metadata transfer job's destination.
|
1450
|
+
*/
|
1451
|
+
destination: DestinationConfiguration;
|
1452
|
+
/**
|
1453
|
+
* The metadata transfer job's role.
|
1454
|
+
*/
|
1455
|
+
metadataTransferJobRole: RoleArn;
|
1456
|
+
/**
|
1457
|
+
* The metadata transfer job's report URL.
|
1458
|
+
*/
|
1459
|
+
reportUrl?: String;
|
1460
|
+
/**
|
1461
|
+
* The metadata transfer job's creation DateTime property.
|
1462
|
+
*/
|
1463
|
+
creationDateTime: Timestamp;
|
1464
|
+
/**
|
1465
|
+
* The metadata transfer job's update DateTime property.
|
1466
|
+
*/
|
1467
|
+
updateDateTime: Timestamp;
|
1468
|
+
/**
|
1469
|
+
* The metadata transfer job's status.
|
1470
|
+
*/
|
1471
|
+
status: MetadataTransferJobStatus;
|
1472
|
+
/**
|
1473
|
+
* The metadata transfer job's progress.
|
1474
|
+
*/
|
1475
|
+
progress?: MetadataTransferJobProgress;
|
1124
1476
|
}
|
1125
1477
|
export interface GetPricingPlanRequest {
|
1126
1478
|
}
|
@@ -1147,6 +1499,10 @@ declare namespace IoTTwinMaker {
|
|
1147
1499
|
* The name of the component.
|
1148
1500
|
*/
|
1149
1501
|
componentName?: Name;
|
1502
|
+
/**
|
1503
|
+
* This string specifies the path to the composite component, starting from the top-level component.
|
1504
|
+
*/
|
1505
|
+
componentPath?: ComponentPath;
|
1150
1506
|
/**
|
1151
1507
|
* The ID of the component type.
|
1152
1508
|
*/
|
@@ -1207,6 +1563,10 @@ declare namespace IoTTwinMaker {
|
|
1207
1563
|
* The name of the component whose property values the operation returns.
|
1208
1564
|
*/
|
1209
1565
|
componentName?: Name;
|
1566
|
+
/**
|
1567
|
+
* This string specifies the path to the composite component, starting from the top-level component.
|
1568
|
+
*/
|
1569
|
+
componentPath?: ComponentPath;
|
1210
1570
|
/**
|
1211
1571
|
* The ID of the component type whose property values the operation returns.
|
1212
1572
|
*/
|
@@ -1369,14 +1729,18 @@ declare namespace IoTTwinMaker {
|
|
1369
1729
|
* The description of the workspace.
|
1370
1730
|
*/
|
1371
1731
|
description?: Description;
|
1732
|
+
/**
|
1733
|
+
* A list of services that are linked to the workspace.
|
1734
|
+
*/
|
1735
|
+
linkedServices?: LinkedServices;
|
1372
1736
|
/**
|
1373
1737
|
* The ARN of the S3 bucket where resources associated with the workspace are stored.
|
1374
1738
|
*/
|
1375
|
-
s3Location
|
1739
|
+
s3Location?: S3Location;
|
1376
1740
|
/**
|
1377
1741
|
* The ARN of the execution role associated with the workspace.
|
1378
1742
|
*/
|
1379
|
-
role
|
1743
|
+
role?: RoleArn;
|
1380
1744
|
/**
|
1381
1745
|
* The date and time when the workspace was created.
|
1382
1746
|
*/
|
@@ -1402,6 +1766,50 @@ declare namespace IoTTwinMaker {
|
|
1402
1766
|
}
|
1403
1767
|
export type InterpolationType = "LINEAR"|string;
|
1404
1768
|
export type IntervalInSeconds = number;
|
1769
|
+
export interface IotSiteWiseSourceConfiguration {
|
1770
|
+
/**
|
1771
|
+
* The AWS IoT SiteWise soucre configuration filters.
|
1772
|
+
*/
|
1773
|
+
filters?: IotSiteWiseSourceConfigurationFilters;
|
1774
|
+
}
|
1775
|
+
export interface IotSiteWiseSourceConfigurationFilter {
|
1776
|
+
/**
|
1777
|
+
* Filter by asset model.
|
1778
|
+
*/
|
1779
|
+
filterByAssetModel?: FilterByAssetModel;
|
1780
|
+
/**
|
1781
|
+
* Filter by asset.
|
1782
|
+
*/
|
1783
|
+
filterByAsset?: FilterByAsset;
|
1784
|
+
}
|
1785
|
+
export type IotSiteWiseSourceConfigurationFilters = IotSiteWiseSourceConfigurationFilter[];
|
1786
|
+
export interface IotTwinMakerDestinationConfiguration {
|
1787
|
+
/**
|
1788
|
+
* The IoT TwinMaker workspace.
|
1789
|
+
*/
|
1790
|
+
workspace: TwinMakerArn;
|
1791
|
+
}
|
1792
|
+
export interface IotTwinMakerSourceConfiguration {
|
1793
|
+
/**
|
1794
|
+
* The IoT TwinMaker workspace.
|
1795
|
+
*/
|
1796
|
+
workspace: TwinMakerArn;
|
1797
|
+
/**
|
1798
|
+
* The metadata transfer job AWS IoT TwinMaker source configuration filters.
|
1799
|
+
*/
|
1800
|
+
filters?: IotTwinMakerSourceConfigurationFilters;
|
1801
|
+
}
|
1802
|
+
export interface IotTwinMakerSourceConfigurationFilter {
|
1803
|
+
/**
|
1804
|
+
* Filter by component type.
|
1805
|
+
*/
|
1806
|
+
filterByComponentType?: FilterByComponentType;
|
1807
|
+
/**
|
1808
|
+
* Filter by entity.
|
1809
|
+
*/
|
1810
|
+
filterByEntity?: FilterByEntity;
|
1811
|
+
}
|
1812
|
+
export type IotTwinMakerSourceConfigurationFilters = IotTwinMakerSourceConfigurationFilter[];
|
1405
1813
|
export type LambdaArn = string;
|
1406
1814
|
export interface LambdaFunction {
|
1407
1815
|
/**
|
@@ -1409,6 +1817,8 @@ declare namespace IoTTwinMaker {
|
|
1409
1817
|
*/
|
1410
1818
|
arn: LambdaArn;
|
1411
1819
|
}
|
1820
|
+
export type LinkedService = string;
|
1821
|
+
export type LinkedServices = LinkedService[];
|
1412
1822
|
export interface ListComponentTypesFilter {
|
1413
1823
|
/**
|
1414
1824
|
* The component type that the component types in the list extend.
|
@@ -1460,6 +1870,38 @@ declare namespace IoTTwinMaker {
|
|
1460
1870
|
*/
|
1461
1871
|
maxResults?: MaxResults;
|
1462
1872
|
}
|
1873
|
+
export interface ListComponentsRequest {
|
1874
|
+
/**
|
1875
|
+
* The workspace ID.
|
1876
|
+
*/
|
1877
|
+
workspaceId: Id;
|
1878
|
+
/**
|
1879
|
+
* The ID for the entity whose metadata (component/properties) is returned by the operation.
|
1880
|
+
*/
|
1881
|
+
entityId: EntityId;
|
1882
|
+
/**
|
1883
|
+
* This string specifies the path to the composite component, starting from the top-level component.
|
1884
|
+
*/
|
1885
|
+
componentPath?: ComponentPath;
|
1886
|
+
/**
|
1887
|
+
* The maximum number of results returned at one time. The default is 25.
|
1888
|
+
*/
|
1889
|
+
maxResults?: MaxResults;
|
1890
|
+
/**
|
1891
|
+
* The string that specifies the next page of results.
|
1892
|
+
*/
|
1893
|
+
nextToken?: NextToken;
|
1894
|
+
}
|
1895
|
+
export interface ListComponentsResponse {
|
1896
|
+
/**
|
1897
|
+
* A list of objects that contain information about the components.
|
1898
|
+
*/
|
1899
|
+
componentSummaries: ComponentSummaries;
|
1900
|
+
/**
|
1901
|
+
* The string that specifies the next page of component results.
|
1902
|
+
*/
|
1903
|
+
nextToken?: NextToken;
|
1904
|
+
}
|
1463
1905
|
export interface ListEntitiesFilter {
|
1464
1906
|
/**
|
1465
1907
|
* The parent of the entities in the list.
|
@@ -1503,6 +1945,85 @@ declare namespace IoTTwinMaker {
|
|
1503
1945
|
*/
|
1504
1946
|
nextToken?: NextToken;
|
1505
1947
|
}
|
1948
|
+
export interface ListMetadataTransferJobsFilter {
|
1949
|
+
/**
|
1950
|
+
* The workspace Id.
|
1951
|
+
*/
|
1952
|
+
workspaceId?: Id;
|
1953
|
+
/**
|
1954
|
+
* The filter state.
|
1955
|
+
*/
|
1956
|
+
state?: MetadataTransferJobState;
|
1957
|
+
}
|
1958
|
+
export type ListMetadataTransferJobsFilters = ListMetadataTransferJobsFilter[];
|
1959
|
+
export interface ListMetadataTransferJobsRequest {
|
1960
|
+
/**
|
1961
|
+
* The metadata transfer job's source type.
|
1962
|
+
*/
|
1963
|
+
sourceType: SourceType;
|
1964
|
+
/**
|
1965
|
+
* The metadata transfer job's destination type.
|
1966
|
+
*/
|
1967
|
+
destinationType: DestinationType;
|
1968
|
+
/**
|
1969
|
+
* An object that filters metadata transfer jobs.
|
1970
|
+
*/
|
1971
|
+
filters?: ListMetadataTransferJobsFilters;
|
1972
|
+
/**
|
1973
|
+
* The string that specifies the next page of results.
|
1974
|
+
*/
|
1975
|
+
nextToken?: NextToken;
|
1976
|
+
/**
|
1977
|
+
* The maximum number of results to return at one time.
|
1978
|
+
*/
|
1979
|
+
maxResults?: MaxResults;
|
1980
|
+
}
|
1981
|
+
export interface ListMetadataTransferJobsResponse {
|
1982
|
+
/**
|
1983
|
+
* The metadata transfer job summaries.
|
1984
|
+
*/
|
1985
|
+
metadataTransferJobSummaries: MetadataTransferJobSummaries;
|
1986
|
+
/**
|
1987
|
+
* The string that specifies the next page of results.
|
1988
|
+
*/
|
1989
|
+
nextToken?: NextToken;
|
1990
|
+
}
|
1991
|
+
export interface ListPropertiesRequest {
|
1992
|
+
/**
|
1993
|
+
* The workspace ID.
|
1994
|
+
*/
|
1995
|
+
workspaceId: Id;
|
1996
|
+
/**
|
1997
|
+
* The name of the component whose properties are returned by the operation.
|
1998
|
+
*/
|
1999
|
+
componentName?: Name;
|
2000
|
+
/**
|
2001
|
+
* This string specifies the path to the composite component, starting from the top-level component.
|
2002
|
+
*/
|
2003
|
+
componentPath?: ComponentPath;
|
2004
|
+
/**
|
2005
|
+
* The ID for the entity whose metadata (component/properties) is returned by the operation.
|
2006
|
+
*/
|
2007
|
+
entityId: EntityId;
|
2008
|
+
/**
|
2009
|
+
* The maximum number of results returned at one time. The default is 25.
|
2010
|
+
*/
|
2011
|
+
maxResults?: MaxResults;
|
2012
|
+
/**
|
2013
|
+
* The string that specifies the next page of results.
|
2014
|
+
*/
|
2015
|
+
nextToken?: NextToken;
|
2016
|
+
}
|
2017
|
+
export interface ListPropertiesResponse {
|
2018
|
+
/**
|
2019
|
+
* A list of objects that contain information about the properties.
|
2020
|
+
*/
|
2021
|
+
propertySummaries: PropertySummaries;
|
2022
|
+
/**
|
2023
|
+
* The string that specifies the next page of property results.
|
2024
|
+
*/
|
2025
|
+
nextToken?: NextToken;
|
2026
|
+
}
|
1506
2027
|
export interface ListScenesRequest {
|
1507
2028
|
/**
|
1508
2029
|
* The ID of the workspace that contains the scenes.
|
@@ -1629,6 +2150,66 @@ declare namespace IoTTwinMaker {
|
|
1629
2150
|
}
|
1630
2151
|
export type Long = number;
|
1631
2152
|
export type MaxResults = number;
|
2153
|
+
export interface MetadataTransferJobProgress {
|
2154
|
+
/**
|
2155
|
+
* The total count. [of what]
|
2156
|
+
*/
|
2157
|
+
totalCount?: Integer;
|
2158
|
+
/**
|
2159
|
+
* The succeeded count.
|
2160
|
+
*/
|
2161
|
+
succeededCount?: Integer;
|
2162
|
+
/**
|
2163
|
+
* The skipped count.
|
2164
|
+
*/
|
2165
|
+
skippedCount?: Integer;
|
2166
|
+
/**
|
2167
|
+
* The failed count.
|
2168
|
+
*/
|
2169
|
+
failedCount?: Integer;
|
2170
|
+
}
|
2171
|
+
export type MetadataTransferJobState = "VALIDATING"|"PENDING"|"RUNNING"|"CANCELLING"|"ERROR"|"COMPLETED"|"CANCELLED"|string;
|
2172
|
+
export interface MetadataTransferJobStatus {
|
2173
|
+
/**
|
2174
|
+
* The metadata transfer job state.
|
2175
|
+
*/
|
2176
|
+
state?: MetadataTransferJobState;
|
2177
|
+
/**
|
2178
|
+
* The metadata transfer job error.
|
2179
|
+
*/
|
2180
|
+
error?: ErrorDetails;
|
2181
|
+
/**
|
2182
|
+
* The queued position.
|
2183
|
+
*/
|
2184
|
+
queuedPosition?: Integer;
|
2185
|
+
}
|
2186
|
+
export type MetadataTransferJobSummaries = MetadataTransferJobSummary[];
|
2187
|
+
export interface MetadataTransferJobSummary {
|
2188
|
+
/**
|
2189
|
+
* The metadata transfer job summary Id.
|
2190
|
+
*/
|
2191
|
+
metadataTransferJobId: Id;
|
2192
|
+
/**
|
2193
|
+
* The metadata transfer job summary ARN.
|
2194
|
+
*/
|
2195
|
+
arn: TwinMakerArn;
|
2196
|
+
/**
|
2197
|
+
* The metadata transfer job summary creation DateTime object.
|
2198
|
+
*/
|
2199
|
+
creationDateTime: Timestamp;
|
2200
|
+
/**
|
2201
|
+
* The metadata transfer job summary update DateTime object
|
2202
|
+
*/
|
2203
|
+
updateDateTime: Timestamp;
|
2204
|
+
/**
|
2205
|
+
* The metadata transfer job summary status.
|
2206
|
+
*/
|
2207
|
+
status: MetadataTransferJobStatus;
|
2208
|
+
/**
|
2209
|
+
* The metadata transfer job summary progess.
|
2210
|
+
*/
|
2211
|
+
progress?: MetadataTransferJobProgress;
|
2212
|
+
}
|
1632
2213
|
export type Name = string;
|
1633
2214
|
export type NextToken = string;
|
1634
2215
|
export type Order = "ASCENDING"|"DESCENDING"|string;
|
@@ -1846,8 +2427,31 @@ declare namespace IoTTwinMaker {
|
|
1846
2427
|
* The value of the property.
|
1847
2428
|
*/
|
1848
2429
|
value?: DataValue;
|
2430
|
+
/**
|
2431
|
+
* This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
|
2432
|
+
*/
|
2433
|
+
areAllPropertyValuesReturned?: Boolean;
|
1849
2434
|
}
|
1850
2435
|
export type PropertyResponses = {[key: string]: PropertyResponse};
|
2436
|
+
export type PropertySummaries = PropertySummary[];
|
2437
|
+
export interface PropertySummary {
|
2438
|
+
/**
|
2439
|
+
* This is the schema for the property.
|
2440
|
+
*/
|
2441
|
+
definition?: PropertyDefinitionResponse;
|
2442
|
+
/**
|
2443
|
+
* This is the name of the property.
|
2444
|
+
*/
|
2445
|
+
propertyName: Name;
|
2446
|
+
/**
|
2447
|
+
* This is the value for the property.
|
2448
|
+
*/
|
2449
|
+
value?: DataValue;
|
2450
|
+
/**
|
2451
|
+
* This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
|
2452
|
+
*/
|
2453
|
+
areAllPropertyValuesReturned?: Boolean;
|
2454
|
+
}
|
1851
2455
|
export type PropertyTableValue = {[key: string]: DataValue};
|
1852
2456
|
export type PropertyUpdateType = "UPDATE"|"DELETE"|"CREATE"|string;
|
1853
2457
|
export interface PropertyValue {
|
@@ -1920,7 +2524,21 @@ declare namespace IoTTwinMaker {
|
|
1920
2524
|
}
|
1921
2525
|
export type RowData = QueryResultValue[];
|
1922
2526
|
export type Rows = Row[];
|
2527
|
+
export interface S3DestinationConfiguration {
|
2528
|
+
/**
|
2529
|
+
* The S3 destination configuration location.
|
2530
|
+
*/
|
2531
|
+
location: S3DestinationLocation;
|
2532
|
+
}
|
2533
|
+
export type S3DestinationLocation = string;
|
1923
2534
|
export type S3Location = string;
|
2535
|
+
export interface S3SourceConfiguration {
|
2536
|
+
/**
|
2537
|
+
* The S3 destination source configuration location.
|
2538
|
+
*/
|
2539
|
+
location: S3SourceLocation;
|
2540
|
+
}
|
2541
|
+
export type S3SourceLocation = string;
|
1924
2542
|
export type S3Url = string;
|
1925
2543
|
export type SceneCapabilities = SceneCapability[];
|
1926
2544
|
export type SceneCapability = string;
|
@@ -1966,6 +2584,27 @@ declare namespace IoTTwinMaker {
|
|
1966
2584
|
}
|
1967
2585
|
export type Scope = "ENTITY"|"WORKSPACE"|string;
|
1968
2586
|
export type SelectedPropertyList = String[];
|
2587
|
+
export type SiteWiseExternalId = string;
|
2588
|
+
export interface SourceConfiguration {
|
2589
|
+
/**
|
2590
|
+
* The source configuration type.
|
2591
|
+
*/
|
2592
|
+
type: SourceType;
|
2593
|
+
/**
|
2594
|
+
* The source configuration S3 configuration.
|
2595
|
+
*/
|
2596
|
+
s3Configuration?: S3SourceConfiguration;
|
2597
|
+
/**
|
2598
|
+
* The source configuration IoT SiteWise configuration.
|
2599
|
+
*/
|
2600
|
+
iotSiteWiseConfiguration?: IotSiteWiseSourceConfiguration;
|
2601
|
+
/**
|
2602
|
+
* The source configuration IoT TwinMaker configuration.
|
2603
|
+
*/
|
2604
|
+
iotTwinMakerConfiguration?: IotTwinMakerSourceConfiguration;
|
2605
|
+
}
|
2606
|
+
export type SourceConfigurations = SourceConfiguration[];
|
2607
|
+
export type SourceType = "s3"|"iotsitewise"|"iottwinmaker"|string;
|
1969
2608
|
export type State = "CREATING"|"UPDATING"|"DELETING"|"ACTIVE"|"ERROR"|string;
|
1970
2609
|
export interface Status {
|
1971
2610
|
/**
|
@@ -2152,6 +2791,10 @@ declare namespace IoTTwinMaker {
|
|
2152
2791
|
* The component type name.
|
2153
2792
|
*/
|
2154
2793
|
componentTypeName?: ComponentTypeName;
|
2794
|
+
/**
|
2795
|
+
* This is an object that maps strings to compositeComponentTypes of the componentType. CompositeComponentType is referenced by componentTypeId.
|
2796
|
+
*/
|
2797
|
+
compositeComponentTypes?: CompositeComponentTypesRequest;
|
2155
2798
|
}
|
2156
2799
|
export interface UpdateComponentTypeResponse {
|
2157
2800
|
/**
|
@@ -2192,6 +2835,10 @@ declare namespace IoTTwinMaker {
|
|
2192
2835
|
* An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.
|
2193
2836
|
*/
|
2194
2837
|
componentUpdates?: ComponentUpdatesMapRequest;
|
2838
|
+
/**
|
2839
|
+
* This is an object that maps strings to compositeComponent updates in the request. Each key of the map represents the componentPath of the compositeComponent.
|
2840
|
+
*/
|
2841
|
+
compositeComponentUpdates?: CompositeComponentUpdatesMapRequest;
|
2195
2842
|
/**
|
2196
2843
|
* An object that describes the update request for a parent entity.
|
2197
2844
|
*/
|
@@ -2273,6 +2920,10 @@ declare namespace IoTTwinMaker {
|
|
2273
2920
|
* The ARN of the execution role associated with the workspace.
|
2274
2921
|
*/
|
2275
2922
|
role?: RoleArn;
|
2923
|
+
/**
|
2924
|
+
* The ARN of the S3 bucket where resources associated with the workspace are stored.
|
2925
|
+
*/
|
2926
|
+
s3Location?: S3Location;
|
2276
2927
|
}
|
2277
2928
|
export interface UpdateWorkspaceResponse {
|
2278
2929
|
/**
|
@@ -2280,8 +2931,10 @@ declare namespace IoTTwinMaker {
|
|
2280
2931
|
*/
|
2281
2932
|
updateDateTime: Timestamp;
|
2282
2933
|
}
|
2934
|
+
export type Uuid = string;
|
2283
2935
|
export type Value = string;
|
2284
2936
|
export type Values = PropertyValue[];
|
2937
|
+
export type WorkspaceDeleteMessage = string;
|
2285
2938
|
export type WorkspaceSummaries = WorkspaceSummary[];
|
2286
2939
|
export interface WorkspaceSummary {
|
2287
2940
|
/**
|
@@ -2296,6 +2949,10 @@ declare namespace IoTTwinMaker {
|
|
2296
2949
|
* The description of the workspace.
|
2297
2950
|
*/
|
2298
2951
|
description?: Description;
|
2952
|
+
/**
|
2953
|
+
* A list of services that are linked to the workspace.
|
2954
|
+
*/
|
2955
|
+
linkedServices?: LinkedServices;
|
2299
2956
|
/**
|
2300
2957
|
* The date and time when the workspace was created.
|
2301
2958
|
*/
|