cdk-docker-image-deployment 0.0.97 → 0.0.99
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +255 -137
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +8 -2
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +353 -74
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +12 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +12 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +177 -36
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +156 -16
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +317 -2
- package/node_modules/aws-sdk/clients/medialive.d.ts +13 -1
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -1
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +223 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +258 -140
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -43,6 +43,14 @@ declare class IoTTwinMaker extends Service {
|
|
|
43
43
|
* Creates a scene.
|
|
44
44
|
*/
|
|
45
45
|
createScene(callback?: (err: AWSError, data: IoTTwinMaker.Types.CreateSceneResponse) => void): Request<IoTTwinMaker.Types.CreateSceneResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
* This action creates a SyncJob.
|
|
48
|
+
*/
|
|
49
|
+
createSyncJob(params: IoTTwinMaker.Types.CreateSyncJobRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.CreateSyncJobResponse) => void): Request<IoTTwinMaker.Types.CreateSyncJobResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
* This action creates a SyncJob.
|
|
52
|
+
*/
|
|
53
|
+
createSyncJob(callback?: (err: AWSError, data: IoTTwinMaker.Types.CreateSyncJobResponse) => void): Request<IoTTwinMaker.Types.CreateSyncJobResponse, AWSError>;
|
|
46
54
|
/**
|
|
47
55
|
* Creates a workplace.
|
|
48
56
|
*/
|
|
@@ -75,6 +83,14 @@ declare class IoTTwinMaker extends Service {
|
|
|
75
83
|
* Deletes a scene.
|
|
76
84
|
*/
|
|
77
85
|
deleteScene(callback?: (err: AWSError, data: IoTTwinMaker.Types.DeleteSceneResponse) => void): Request<IoTTwinMaker.Types.DeleteSceneResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Delete the SyncJob.
|
|
88
|
+
*/
|
|
89
|
+
deleteSyncJob(params: IoTTwinMaker.Types.DeleteSyncJobRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.DeleteSyncJobResponse) => void): Request<IoTTwinMaker.Types.DeleteSyncJobResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Delete the SyncJob.
|
|
92
|
+
*/
|
|
93
|
+
deleteSyncJob(callback?: (err: AWSError, data: IoTTwinMaker.Types.DeleteSyncJobResponse) => void): Request<IoTTwinMaker.Types.DeleteSyncJobResponse, AWSError>;
|
|
78
94
|
/**
|
|
79
95
|
* Deletes a workspace.
|
|
80
96
|
*/
|
|
@@ -139,6 +155,14 @@ declare class IoTTwinMaker extends Service {
|
|
|
139
155
|
* Retrieves information about a scene.
|
|
140
156
|
*/
|
|
141
157
|
getScene(callback?: (err: AWSError, data: IoTTwinMaker.Types.GetSceneResponse) => void): Request<IoTTwinMaker.Types.GetSceneResponse, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Gets the SyncJob.
|
|
160
|
+
*/
|
|
161
|
+
getSyncJob(params: IoTTwinMaker.Types.GetSyncJobRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.GetSyncJobResponse) => void): Request<IoTTwinMaker.Types.GetSyncJobResponse, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
* Gets the SyncJob.
|
|
164
|
+
*/
|
|
165
|
+
getSyncJob(callback?: (err: AWSError, data: IoTTwinMaker.Types.GetSyncJobResponse) => void): Request<IoTTwinMaker.Types.GetSyncJobResponse, AWSError>;
|
|
142
166
|
/**
|
|
143
167
|
* Retrieves information about a workspace.
|
|
144
168
|
*/
|
|
@@ -171,6 +195,22 @@ declare class IoTTwinMaker extends Service {
|
|
|
171
195
|
* Lists all scenes in a workspace.
|
|
172
196
|
*/
|
|
173
197
|
listScenes(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListScenesResponse) => void): Request<IoTTwinMaker.Types.ListScenesResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* List all SyncJobs.
|
|
200
|
+
*/
|
|
201
|
+
listSyncJobs(params: IoTTwinMaker.Types.ListSyncJobsRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.ListSyncJobsResponse) => void): Request<IoTTwinMaker.Types.ListSyncJobsResponse, AWSError>;
|
|
202
|
+
/**
|
|
203
|
+
* List all SyncJobs.
|
|
204
|
+
*/
|
|
205
|
+
listSyncJobs(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListSyncJobsResponse) => void): Request<IoTTwinMaker.Types.ListSyncJobsResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
* Lists the sync resources.
|
|
208
|
+
*/
|
|
209
|
+
listSyncResources(params: IoTTwinMaker.Types.ListSyncResourcesRequest, callback?: (err: AWSError, data: IoTTwinMaker.Types.ListSyncResourcesResponse) => void): Request<IoTTwinMaker.Types.ListSyncResourcesResponse, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
* Lists the sync resources.
|
|
212
|
+
*/
|
|
213
|
+
listSyncResources(callback?: (err: AWSError, data: IoTTwinMaker.Types.ListSyncResourcesResponse) => void): Request<IoTTwinMaker.Types.ListSyncResourcesResponse, AWSError>;
|
|
174
214
|
/**
|
|
175
215
|
* Lists all tags associated with a resource.
|
|
176
216
|
*/
|
|
@@ -383,8 +423,13 @@ declare namespace IoTTwinMaker {
|
|
|
383
423
|
* The property groups.
|
|
384
424
|
*/
|
|
385
425
|
propertyGroups?: ComponentPropertyGroupResponses;
|
|
426
|
+
/**
|
|
427
|
+
* The syncSource of the sync job, if this entity was created by a sync job.
|
|
428
|
+
*/
|
|
429
|
+
syncSource?: SyncSource;
|
|
386
430
|
}
|
|
387
431
|
export type ComponentTypeId = string;
|
|
432
|
+
export type ComponentTypeName = string;
|
|
388
433
|
export type ComponentTypeSummaries = ComponentTypeSummary[];
|
|
389
434
|
export interface ComponentTypeSummary {
|
|
390
435
|
/**
|
|
@@ -411,6 +456,10 @@ declare namespace IoTTwinMaker {
|
|
|
411
456
|
* The current status of the component type.
|
|
412
457
|
*/
|
|
413
458
|
status?: Status;
|
|
459
|
+
/**
|
|
460
|
+
* The component type name.
|
|
461
|
+
*/
|
|
462
|
+
componentTypeName?: ComponentTypeName;
|
|
414
463
|
}
|
|
415
464
|
export interface ComponentUpdateRequest {
|
|
416
465
|
/**
|
|
@@ -476,6 +525,10 @@ declare namespace IoTTwinMaker {
|
|
|
476
525
|
*
|
|
477
526
|
*/
|
|
478
527
|
propertyGroups?: PropertyGroupsRequest;
|
|
528
|
+
/**
|
|
529
|
+
* A friendly name for the component type.
|
|
530
|
+
*/
|
|
531
|
+
componentTypeName?: ComponentTypeName;
|
|
479
532
|
}
|
|
480
533
|
export interface CreateComponentTypeResponse {
|
|
481
534
|
/**
|
|
@@ -575,6 +628,38 @@ declare namespace IoTTwinMaker {
|
|
|
575
628
|
*/
|
|
576
629
|
creationDateTime: Timestamp;
|
|
577
630
|
}
|
|
631
|
+
export interface CreateSyncJobRequest {
|
|
632
|
+
/**
|
|
633
|
+
* The workspace Id.
|
|
634
|
+
*/
|
|
635
|
+
workspaceId: Id;
|
|
636
|
+
/**
|
|
637
|
+
* The sync source. Currently the only supported syncSoucre is SITEWISE .
|
|
638
|
+
*/
|
|
639
|
+
syncSource: SyncSource;
|
|
640
|
+
/**
|
|
641
|
+
* The SyncJob IAM role. This IAM role is used by the sync job to read from the syncSource, and create, update or delete the corresponding resources.
|
|
642
|
+
*/
|
|
643
|
+
syncRole: RoleArn;
|
|
644
|
+
/**
|
|
645
|
+
* The SyncJob tags.
|
|
646
|
+
*/
|
|
647
|
+
tags?: TagMap;
|
|
648
|
+
}
|
|
649
|
+
export interface CreateSyncJobResponse {
|
|
650
|
+
/**
|
|
651
|
+
* The SyncJob ARN.
|
|
652
|
+
*/
|
|
653
|
+
arn: TwinMakerArn;
|
|
654
|
+
/**
|
|
655
|
+
* The date and time for the SyncJob creation.
|
|
656
|
+
*/
|
|
657
|
+
creationDateTime: Timestamp;
|
|
658
|
+
/**
|
|
659
|
+
* The SyncJob response state.
|
|
660
|
+
*/
|
|
661
|
+
state: SyncJobState;
|
|
662
|
+
}
|
|
578
663
|
export interface CreateWorkspaceRequest {
|
|
579
664
|
/**
|
|
580
665
|
* The ID of the workspace.
|
|
@@ -727,6 +812,22 @@ declare namespace IoTTwinMaker {
|
|
|
727
812
|
}
|
|
728
813
|
export interface DeleteSceneResponse {
|
|
729
814
|
}
|
|
815
|
+
export interface DeleteSyncJobRequest {
|
|
816
|
+
/**
|
|
817
|
+
* The workspace Id.
|
|
818
|
+
*/
|
|
819
|
+
workspaceId: Id;
|
|
820
|
+
/**
|
|
821
|
+
* The sync source. Currently the only supported syncSoucre is SITEWISE .
|
|
822
|
+
*/
|
|
823
|
+
syncSource: SyncSource;
|
|
824
|
+
}
|
|
825
|
+
export interface DeleteSyncJobResponse {
|
|
826
|
+
/**
|
|
827
|
+
* The SyncJob response state.
|
|
828
|
+
*/
|
|
829
|
+
state: SyncJobState;
|
|
830
|
+
}
|
|
730
831
|
export interface DeleteWorkspaceRequest {
|
|
731
832
|
/**
|
|
732
833
|
* The ID of the workspace to delete.
|
|
@@ -797,7 +898,7 @@ declare namespace IoTTwinMaker {
|
|
|
797
898
|
updateDateTime: Timestamp;
|
|
798
899
|
}
|
|
799
900
|
export type Entries = PropertyValueEntry[];
|
|
800
|
-
export type ErrorCode = "VALIDATION_ERROR"|"INTERNAL_FAILURE"|string;
|
|
901
|
+
export type ErrorCode = "VALIDATION_ERROR"|"INTERNAL_FAILURE"|"SYNC_INITIALIZING_ERROR"|"SYNC_CREATING_ERROR"|"SYNC_PROCESSING_ERROR"|string;
|
|
801
902
|
export interface ErrorDetails {
|
|
802
903
|
/**
|
|
803
904
|
* The error code.
|
|
@@ -947,6 +1048,14 @@ declare namespace IoTTwinMaker {
|
|
|
947
1048
|
* The maximum number of results to return at one time. The default is 25. Valid Range: Minimum value of 1. Maximum value of 250.
|
|
948
1049
|
*/
|
|
949
1050
|
propertyGroups?: PropertyGroupsResponse;
|
|
1051
|
+
/**
|
|
1052
|
+
* The syncSource of the sync job, if this entity was created by a sync job.
|
|
1053
|
+
*/
|
|
1054
|
+
syncSource?: SyncSource;
|
|
1055
|
+
/**
|
|
1056
|
+
* The component type name.
|
|
1057
|
+
*/
|
|
1058
|
+
componentTypeName?: ComponentTypeName;
|
|
950
1059
|
}
|
|
951
1060
|
export interface GetEntityRequest {
|
|
952
1061
|
/**
|
|
@@ -1003,6 +1112,10 @@ declare namespace IoTTwinMaker {
|
|
|
1003
1112
|
* The date and time when the entity was last updated.
|
|
1004
1113
|
*/
|
|
1005
1114
|
updateDateTime: Timestamp;
|
|
1115
|
+
/**
|
|
1116
|
+
* The syncSource of the sync job, if this entity was created by a sync job.
|
|
1117
|
+
*/
|
|
1118
|
+
syncSource?: SyncSource;
|
|
1006
1119
|
}
|
|
1007
1120
|
export interface GetPricingPlanRequest {
|
|
1008
1121
|
}
|
|
@@ -1180,6 +1293,46 @@ declare namespace IoTTwinMaker {
|
|
|
1180
1293
|
*/
|
|
1181
1294
|
capabilities?: SceneCapabilities;
|
|
1182
1295
|
}
|
|
1296
|
+
export interface GetSyncJobRequest {
|
|
1297
|
+
/**
|
|
1298
|
+
* The sync soucre. Currently the only supported syncSoucre is SITEWISE .
|
|
1299
|
+
*/
|
|
1300
|
+
syncSource: SyncSource;
|
|
1301
|
+
/**
|
|
1302
|
+
* The workspace Id.
|
|
1303
|
+
*/
|
|
1304
|
+
workspaceId?: Id;
|
|
1305
|
+
}
|
|
1306
|
+
export interface GetSyncJobResponse {
|
|
1307
|
+
/**
|
|
1308
|
+
* The sync job ARN.
|
|
1309
|
+
*/
|
|
1310
|
+
arn: TwinMakerArn;
|
|
1311
|
+
/**
|
|
1312
|
+
* The ID of the workspace that contains the sync job.
|
|
1313
|
+
*/
|
|
1314
|
+
workspaceId: Id;
|
|
1315
|
+
/**
|
|
1316
|
+
* The sync soucre. Currently the only supported syncSoucre is SITEWISE .
|
|
1317
|
+
*/
|
|
1318
|
+
syncSource: SyncSource;
|
|
1319
|
+
/**
|
|
1320
|
+
* The sync IAM role.
|
|
1321
|
+
*/
|
|
1322
|
+
syncRole: RoleArn;
|
|
1323
|
+
/**
|
|
1324
|
+
* The SyncJob response status.
|
|
1325
|
+
*/
|
|
1326
|
+
status: SyncJobStatus;
|
|
1327
|
+
/**
|
|
1328
|
+
* The creation date and time.
|
|
1329
|
+
*/
|
|
1330
|
+
creationDateTime: Timestamp;
|
|
1331
|
+
/**
|
|
1332
|
+
* The update date and time.
|
|
1333
|
+
*/
|
|
1334
|
+
updateDateTime: Timestamp;
|
|
1335
|
+
}
|
|
1183
1336
|
export interface GetWorkspaceRequest {
|
|
1184
1337
|
/**
|
|
1185
1338
|
* The ID of the workspace.
|
|
@@ -1357,6 +1510,62 @@ declare namespace IoTTwinMaker {
|
|
|
1357
1510
|
*/
|
|
1358
1511
|
nextToken?: NextToken;
|
|
1359
1512
|
}
|
|
1513
|
+
export interface ListSyncJobsRequest {
|
|
1514
|
+
/**
|
|
1515
|
+
* The ID of the workspace that contains the sync job.
|
|
1516
|
+
*/
|
|
1517
|
+
workspaceId: Id;
|
|
1518
|
+
/**
|
|
1519
|
+
* The maximum number of results to return at one time. The default is 50. Valid Range: Minimum value of 0. Maximum value of 200.
|
|
1520
|
+
*/
|
|
1521
|
+
maxResults?: MaxResults;
|
|
1522
|
+
/**
|
|
1523
|
+
* The string that specifies the next page of results.
|
|
1524
|
+
*/
|
|
1525
|
+
nextToken?: NextToken;
|
|
1526
|
+
}
|
|
1527
|
+
export interface ListSyncJobsResponse {
|
|
1528
|
+
/**
|
|
1529
|
+
* The listed SyncJob summaries.
|
|
1530
|
+
*/
|
|
1531
|
+
syncJobSummaries?: SyncJobSummaries;
|
|
1532
|
+
/**
|
|
1533
|
+
* The string that specifies the next page of results.
|
|
1534
|
+
*/
|
|
1535
|
+
nextToken?: NextToken;
|
|
1536
|
+
}
|
|
1537
|
+
export interface ListSyncResourcesRequest {
|
|
1538
|
+
/**
|
|
1539
|
+
* The ID of the workspace that contains the sync job.
|
|
1540
|
+
*/
|
|
1541
|
+
workspaceId: Id;
|
|
1542
|
+
/**
|
|
1543
|
+
* The sync soucre. Currently the only supported syncSoucre is SITEWISE .
|
|
1544
|
+
*/
|
|
1545
|
+
syncSource: SyncSource;
|
|
1546
|
+
/**
|
|
1547
|
+
* A list of objects that filter the request.
|
|
1548
|
+
*/
|
|
1549
|
+
filters?: SyncResourceFilters;
|
|
1550
|
+
/**
|
|
1551
|
+
* The maximum number of results to return at one time. The default is 50. Valid Range: Minimum value of 0. Maximum value of 200.
|
|
1552
|
+
*/
|
|
1553
|
+
maxResults?: MaxResults;
|
|
1554
|
+
/**
|
|
1555
|
+
* The string that specifies the next page of results.
|
|
1556
|
+
*/
|
|
1557
|
+
nextToken?: NextToken;
|
|
1558
|
+
}
|
|
1559
|
+
export interface ListSyncResourcesResponse {
|
|
1560
|
+
/**
|
|
1561
|
+
* The sync resources.
|
|
1562
|
+
*/
|
|
1563
|
+
syncResources?: SyncResourceSummaries;
|
|
1564
|
+
/**
|
|
1565
|
+
* The string that specifies the next page of results.
|
|
1566
|
+
*/
|
|
1567
|
+
nextToken?: NextToken;
|
|
1568
|
+
}
|
|
1360
1569
|
export interface ListTagsForResourceRequest {
|
|
1361
1570
|
/**
|
|
1362
1571
|
* The ARN of the resource.
|
|
@@ -1488,6 +1697,10 @@ declare namespace IoTTwinMaker {
|
|
|
1488
1697
|
* A mapping that specifies configuration information about the property. Use this field to specify information that you read from and write to an external source.
|
|
1489
1698
|
*/
|
|
1490
1699
|
configuration?: Configuration;
|
|
1700
|
+
/**
|
|
1701
|
+
* A friendly name for the property.
|
|
1702
|
+
*/
|
|
1703
|
+
displayName?: PropertyDisplayName;
|
|
1491
1704
|
}
|
|
1492
1705
|
export interface PropertyDefinitionResponse {
|
|
1493
1706
|
/**
|
|
@@ -1530,9 +1743,14 @@ declare namespace IoTTwinMaker {
|
|
|
1530
1743
|
* A mapping that specifies configuration information about the property.
|
|
1531
1744
|
*/
|
|
1532
1745
|
configuration?: Configuration;
|
|
1746
|
+
/**
|
|
1747
|
+
* A friendly name for the property.
|
|
1748
|
+
*/
|
|
1749
|
+
displayName?: PropertyDisplayName;
|
|
1533
1750
|
}
|
|
1534
1751
|
export type PropertyDefinitionsRequest = {[key: string]: PropertyDefinitionRequest};
|
|
1535
1752
|
export type PropertyDefinitionsResponse = {[key: string]: PropertyDefinitionResponse};
|
|
1753
|
+
export type PropertyDisplayName = string;
|
|
1536
1754
|
export interface PropertyFilter {
|
|
1537
1755
|
/**
|
|
1538
1756
|
* The property name associated with this property filter.
|
|
@@ -1730,6 +1948,99 @@ declare namespace IoTTwinMaker {
|
|
|
1730
1948
|
error?: ErrorDetails;
|
|
1731
1949
|
}
|
|
1732
1950
|
export type String = string;
|
|
1951
|
+
export type SyncJobState = "CREATING"|"INITIALIZING"|"ACTIVE"|"DELETING"|"ERROR"|string;
|
|
1952
|
+
export interface SyncJobStatus {
|
|
1953
|
+
/**
|
|
1954
|
+
* The SyncJob status state.
|
|
1955
|
+
*/
|
|
1956
|
+
state?: SyncJobState;
|
|
1957
|
+
/**
|
|
1958
|
+
* The SyncJob error.
|
|
1959
|
+
*/
|
|
1960
|
+
error?: ErrorDetails;
|
|
1961
|
+
}
|
|
1962
|
+
export type SyncJobSummaries = SyncJobSummary[];
|
|
1963
|
+
export interface SyncJobSummary {
|
|
1964
|
+
/**
|
|
1965
|
+
* The SyncJob summary ARN.
|
|
1966
|
+
*/
|
|
1967
|
+
arn?: TwinMakerArn;
|
|
1968
|
+
/**
|
|
1969
|
+
* The ID of the workspace that contains the sync job.
|
|
1970
|
+
*/
|
|
1971
|
+
workspaceId?: Id;
|
|
1972
|
+
/**
|
|
1973
|
+
* The sync source.
|
|
1974
|
+
*/
|
|
1975
|
+
syncSource?: SyncSource;
|
|
1976
|
+
/**
|
|
1977
|
+
* The SyncJob summaries status.
|
|
1978
|
+
*/
|
|
1979
|
+
status?: SyncJobStatus;
|
|
1980
|
+
/**
|
|
1981
|
+
* The creation date and time.
|
|
1982
|
+
*/
|
|
1983
|
+
creationDateTime?: Timestamp;
|
|
1984
|
+
/**
|
|
1985
|
+
* The update date and time.
|
|
1986
|
+
*/
|
|
1987
|
+
updateDateTime?: Timestamp;
|
|
1988
|
+
}
|
|
1989
|
+
export interface SyncResourceFilter {
|
|
1990
|
+
/**
|
|
1991
|
+
* The sync resource filter's state.
|
|
1992
|
+
*/
|
|
1993
|
+
state?: SyncResourceState;
|
|
1994
|
+
/**
|
|
1995
|
+
* The sync resource filter resoucre type
|
|
1996
|
+
*/
|
|
1997
|
+
resourceType?: SyncResourceType;
|
|
1998
|
+
/**
|
|
1999
|
+
* The sync resource filter resource Id.
|
|
2000
|
+
*/
|
|
2001
|
+
resourceId?: Id;
|
|
2002
|
+
/**
|
|
2003
|
+
* The external Id.
|
|
2004
|
+
*/
|
|
2005
|
+
externalId?: Id;
|
|
2006
|
+
}
|
|
2007
|
+
export type SyncResourceFilters = SyncResourceFilter[];
|
|
2008
|
+
export type SyncResourceState = "INITIALIZING"|"PROCESSING"|"DELETED"|"IN_SYNC"|"ERROR"|string;
|
|
2009
|
+
export interface SyncResourceStatus {
|
|
2010
|
+
/**
|
|
2011
|
+
* The sync resource status state.
|
|
2012
|
+
*/
|
|
2013
|
+
state?: SyncResourceState;
|
|
2014
|
+
/**
|
|
2015
|
+
* The status error.
|
|
2016
|
+
*/
|
|
2017
|
+
error?: ErrorDetails;
|
|
2018
|
+
}
|
|
2019
|
+
export type SyncResourceSummaries = SyncResourceSummary[];
|
|
2020
|
+
export interface SyncResourceSummary {
|
|
2021
|
+
/**
|
|
2022
|
+
* The resource type.
|
|
2023
|
+
*/
|
|
2024
|
+
resourceType?: SyncResourceType;
|
|
2025
|
+
/**
|
|
2026
|
+
* The external Id.
|
|
2027
|
+
*/
|
|
2028
|
+
externalId?: Id;
|
|
2029
|
+
/**
|
|
2030
|
+
* The resource Id.
|
|
2031
|
+
*/
|
|
2032
|
+
resourceId?: Id;
|
|
2033
|
+
/**
|
|
2034
|
+
* The sync resource summary status.
|
|
2035
|
+
*/
|
|
2036
|
+
status?: SyncResourceStatus;
|
|
2037
|
+
/**
|
|
2038
|
+
* The update date and time.
|
|
2039
|
+
*/
|
|
2040
|
+
updateDateTime?: Timestamp;
|
|
2041
|
+
}
|
|
2042
|
+
export type SyncResourceType = "ENTITY"|"COMPONENT_TYPE"|string;
|
|
2043
|
+
export type SyncSource = string;
|
|
1733
2044
|
export interface TabularConditions {
|
|
1734
2045
|
/**
|
|
1735
2046
|
* Filter criteria that orders the output. It can be sorted in ascending or descending order.
|
|
@@ -1776,7 +2087,7 @@ declare namespace IoTTwinMaker {
|
|
|
1776
2087
|
}
|
|
1777
2088
|
export interface UpdateComponentTypeRequest {
|
|
1778
2089
|
/**
|
|
1779
|
-
* The ID of the workspace
|
|
2090
|
+
* The ID of the workspace.
|
|
1780
2091
|
*/
|
|
1781
2092
|
workspaceId: Id;
|
|
1782
2093
|
/**
|
|
@@ -1807,6 +2118,10 @@ declare namespace IoTTwinMaker {
|
|
|
1807
2118
|
* The property groups
|
|
1808
2119
|
*/
|
|
1809
2120
|
propertyGroups?: PropertyGroupsRequest;
|
|
2121
|
+
/**
|
|
2122
|
+
* The component type name.
|
|
2123
|
+
*/
|
|
2124
|
+
componentTypeName?: ComponentTypeName;
|
|
1810
2125
|
}
|
|
1811
2126
|
export interface UpdateComponentTypeResponse {
|
|
1812
2127
|
/**
|
|
@@ -3941,6 +3941,10 @@ to.
|
|
|
3941
3941
|
* The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.
|
|
3942
3942
|
*/
|
|
3943
3943
|
MaxBitrate?: __integer;
|
|
3944
|
+
/**
|
|
3945
|
+
* The Link device's buffer size (latency) in milliseconds (ms).
|
|
3946
|
+
*/
|
|
3947
|
+
LatencyMs?: __integer;
|
|
3944
3948
|
}
|
|
3945
3949
|
export type InputDeviceConfiguredInput = "AUTO"|"HDMI"|"SDI"|string;
|
|
3946
3950
|
export type InputDeviceConnectionState = "DISCONNECTED"|"CONNECTED"|string;
|
|
@@ -3977,6 +3981,10 @@ to.
|
|
|
3977
3981
|
* The width of the video source, in pixels.
|
|
3978
3982
|
*/
|
|
3979
3983
|
Width?: __integer;
|
|
3984
|
+
/**
|
|
3985
|
+
* The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
|
|
3986
|
+
*/
|
|
3987
|
+
LatencyMs?: __integer;
|
|
3980
3988
|
}
|
|
3981
3989
|
export type InputDeviceIpScheme = "STATIC"|"DHCP"|string;
|
|
3982
3990
|
export interface InputDeviceNetworkSettings {
|
|
@@ -4066,7 +4074,7 @@ to.
|
|
|
4066
4074
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
4067
4075
|
}
|
|
4068
4076
|
export type InputDeviceTransferType = "OUTGOING"|"INCOMING"|string;
|
|
4069
|
-
export type InputDeviceType = "HD"|string;
|
|
4077
|
+
export type InputDeviceType = "HD"|"UHD"|string;
|
|
4070
4078
|
export interface InputDeviceUhdSettings {
|
|
4071
4079
|
/**
|
|
4072
4080
|
* If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
|
@@ -4100,6 +4108,10 @@ to.
|
|
|
4100
4108
|
* The width of the video source, in pixels.
|
|
4101
4109
|
*/
|
|
4102
4110
|
Width?: __integer;
|
|
4111
|
+
/**
|
|
4112
|
+
* The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
|
|
4113
|
+
*/
|
|
4114
|
+
LatencyMs?: __integer;
|
|
4103
4115
|
}
|
|
4104
4116
|
export type InputFilter = "AUTO"|"DISABLED"|"FORCED"|string;
|
|
4105
4117
|
export interface InputLocation {
|
|
@@ -379,7 +379,7 @@ rounded to the nearest multiple of the source fragment duration.
|
|
|
379
379
|
*/
|
|
380
380
|
Profile?: Profile;
|
|
381
381
|
/**
|
|
382
|
-
* The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.
|
|
382
|
+
* The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.
|
|
383
383
|
*/
|
|
384
384
|
ScteMarkersSource?: ScteMarkersSource;
|
|
385
385
|
StreamSelection?: StreamSelection;
|
|
@@ -515,6 +515,10 @@ rounded to the nearest multiple of the source segment duration.
|
|
|
515
515
|
Id: __string;
|
|
516
516
|
}
|
|
517
517
|
export interface DescribePackagingGroupResponse {
|
|
518
|
+
/**
|
|
519
|
+
* The approximate asset count of the PackagingGroup.
|
|
520
|
+
*/
|
|
521
|
+
ApproximateAssetCount?: __integer;
|
|
518
522
|
/**
|
|
519
523
|
* The ARN of the PackagingGroup.
|
|
520
524
|
*/
|
|
@@ -757,6 +761,10 @@ rounded to the nearest multiple of the source fragment duration.
|
|
|
757
761
|
Tags?: Tags;
|
|
758
762
|
}
|
|
759
763
|
export interface PackagingGroup {
|
|
764
|
+
/**
|
|
765
|
+
* The approximate asset count of the PackagingGroup.
|
|
766
|
+
*/
|
|
767
|
+
ApproximateAssetCount?: __integer;
|
|
760
768
|
/**
|
|
761
769
|
* The ARN of the PackagingGroup.
|
|
762
770
|
*/
|
|
@@ -839,6 +847,10 @@ MediaPackage will assume when accessing the key provider service.
|
|
|
839
847
|
Id: __string;
|
|
840
848
|
}
|
|
841
849
|
export interface UpdatePackagingGroupResponse {
|
|
850
|
+
/**
|
|
851
|
+
* The approximate asset count of the PackagingGroup.
|
|
852
|
+
*/
|
|
853
|
+
ApproximateAssetCount?: __integer;
|
|
842
854
|
/**
|
|
843
855
|
* The ARN of the PackagingGroup.
|
|
844
856
|
*/
|