@aws-sdk/client-iotsitewise 3.693.0 → 3.695.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/README.md +48 -0
- package/dist-cjs/index.js +616 -10
- package/dist-cjs/runtimeConfig.browser.js +2 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/IoTSiteWise.js +12 -0
- package/dist-es/IoTSiteWiseClient.js +6 -4
- package/dist-es/commands/CreateDatasetCommand.js +22 -0
- package/dist-es/commands/CreatePortalCommand.js +2 -1
- package/dist-es/commands/DeleteDatasetCommand.js +22 -0
- package/dist-es/commands/DescribeDatasetCommand.js +22 -0
- package/dist-es/commands/DescribePortalCommand.js +2 -1
- package/dist-es/commands/InvokeAssistantCommand.js +27 -0
- package/dist-es/commands/ListDatasetsCommand.js +22 -0
- package/dist-es/commands/UpdateDatasetCommand.js +22 -0
- package/dist-es/commands/UpdatePortalCommand.js +2 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +83 -25
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +370 -2
- package/dist-es/runtimeConfig.browser.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/IoTSiteWise.d.ts +42 -0
- package/dist-types/IoTSiteWiseClient.d.ts +16 -5
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +130 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +9 -1
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +104 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDatasetCommand.d.ts +116 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +9 -1
- package/dist-types/commands/ExecuteQueryCommand.d.ts +1 -0
- package/dist-types/commands/InvokeAssistantCommand.d.ts +151 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +109 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +3 -2
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +124 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +9 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +711 -560
- package/dist-types/models/models_1.d.ts +713 -3
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +55 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +102 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +280 -139
- package/dist-types/ts3.4/models/models_1.d.ts +184 -1
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +4 -1
|
@@ -849,6 +849,53 @@ export interface CreateDashboardResponse {
|
|
|
849
849
|
dashboardId: string | undefined;
|
|
850
850
|
dashboardArn: string | undefined;
|
|
851
851
|
}
|
|
852
|
+
export interface KendraSourceDetail {
|
|
853
|
+
knowledgeBaseArn: string | undefined;
|
|
854
|
+
roleArn: string | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface SourceDetail {
|
|
857
|
+
kendra?: KendraSourceDetail | undefined;
|
|
858
|
+
}
|
|
859
|
+
export declare const DatasetSourceFormat: {
|
|
860
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
861
|
+
};
|
|
862
|
+
export type DatasetSourceFormat =
|
|
863
|
+
(typeof DatasetSourceFormat)[keyof typeof DatasetSourceFormat];
|
|
864
|
+
export declare const DatasetSourceType: {
|
|
865
|
+
readonly KENDRA: "KENDRA";
|
|
866
|
+
};
|
|
867
|
+
export type DatasetSourceType =
|
|
868
|
+
(typeof DatasetSourceType)[keyof typeof DatasetSourceType];
|
|
869
|
+
export interface DatasetSource {
|
|
870
|
+
sourceType: DatasetSourceType | undefined;
|
|
871
|
+
sourceFormat: DatasetSourceFormat | undefined;
|
|
872
|
+
sourceDetail?: SourceDetail | undefined;
|
|
873
|
+
}
|
|
874
|
+
export interface CreateDatasetRequest {
|
|
875
|
+
datasetId?: string | undefined;
|
|
876
|
+
datasetName: string | undefined;
|
|
877
|
+
datasetDescription?: string | undefined;
|
|
878
|
+
datasetSource: DatasetSource | undefined;
|
|
879
|
+
clientToken?: string | undefined;
|
|
880
|
+
tags?: Record<string, string> | undefined;
|
|
881
|
+
}
|
|
882
|
+
export declare const DatasetState: {
|
|
883
|
+
readonly ACTIVE: "ACTIVE";
|
|
884
|
+
readonly CREATING: "CREATING";
|
|
885
|
+
readonly DELETING: "DELETING";
|
|
886
|
+
readonly FAILED: "FAILED";
|
|
887
|
+
readonly UPDATING: "UPDATING";
|
|
888
|
+
};
|
|
889
|
+
export type DatasetState = (typeof DatasetState)[keyof typeof DatasetState];
|
|
890
|
+
export interface DatasetStatus {
|
|
891
|
+
state: DatasetState | undefined;
|
|
892
|
+
error?: ErrorDetails | undefined;
|
|
893
|
+
}
|
|
894
|
+
export interface CreateDatasetResponse {
|
|
895
|
+
datasetId: string | undefined;
|
|
896
|
+
datasetArn: string | undefined;
|
|
897
|
+
datasetStatus: DatasetStatus | undefined;
|
|
898
|
+
}
|
|
852
899
|
export interface Greengrass {
|
|
853
900
|
groupArn: string | undefined;
|
|
854
901
|
}
|
|
@@ -880,6 +927,14 @@ export interface ImageFile {
|
|
|
880
927
|
data: Uint8Array | undefined;
|
|
881
928
|
type: ImageFileType | undefined;
|
|
882
929
|
}
|
|
930
|
+
export declare const PortalType: {
|
|
931
|
+
readonly SITEWISE_PORTAL_V1: "SITEWISE_PORTAL_V1";
|
|
932
|
+
readonly SITEWISE_PORTAL_V2: "SITEWISE_PORTAL_V2";
|
|
933
|
+
};
|
|
934
|
+
export type PortalType = (typeof PortalType)[keyof typeof PortalType];
|
|
935
|
+
export interface PortalTypeEntry {
|
|
936
|
+
portalTools?: string[] | undefined;
|
|
937
|
+
}
|
|
883
938
|
export interface CreatePortalRequest {
|
|
884
939
|
portalName: string | undefined;
|
|
885
940
|
portalDescription?: string | undefined;
|
|
@@ -891,6 +946,8 @@ export interface CreatePortalRequest {
|
|
|
891
946
|
portalAuthMode?: AuthMode | undefined;
|
|
892
947
|
notificationSenderEmail?: string | undefined;
|
|
893
948
|
alarms?: Alarms | undefined;
|
|
949
|
+
portalType?: PortalType | undefined;
|
|
950
|
+
portalTypeConfiguration?: Record<string, PortalTypeEntry> | undefined;
|
|
894
951
|
}
|
|
895
952
|
export declare const MonitorErrorCode: {
|
|
896
953
|
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
@@ -908,6 +965,7 @@ export declare const PortalState: {
|
|
|
908
965
|
readonly CREATING: "CREATING";
|
|
909
966
|
readonly DELETING: "DELETING";
|
|
910
967
|
readonly FAILED: "FAILED";
|
|
968
|
+
readonly PENDING: "PENDING";
|
|
911
969
|
readonly UPDATING: "UPDATING";
|
|
912
970
|
};
|
|
913
971
|
export type PortalState = (typeof PortalState)[keyof typeof PortalState];
|
|
@@ -971,6 +1029,13 @@ export interface DeleteDashboardRequest {
|
|
|
971
1029
|
clientToken?: string | undefined;
|
|
972
1030
|
}
|
|
973
1031
|
export interface DeleteDashboardResponse {}
|
|
1032
|
+
export interface DeleteDatasetRequest {
|
|
1033
|
+
datasetId: string | undefined;
|
|
1034
|
+
clientToken?: string | undefined;
|
|
1035
|
+
}
|
|
1036
|
+
export interface DeleteDatasetResponse {
|
|
1037
|
+
datasetStatus: DatasetStatus | undefined;
|
|
1038
|
+
}
|
|
974
1039
|
export interface DeleteGatewayRequest {
|
|
975
1040
|
gatewayId: string | undefined;
|
|
976
1041
|
}
|
|
@@ -1160,6 +1225,20 @@ export interface DescribeDashboardResponse {
|
|
|
1160
1225
|
dashboardCreationDate: Date | undefined;
|
|
1161
1226
|
dashboardLastUpdateDate: Date | undefined;
|
|
1162
1227
|
}
|
|
1228
|
+
export interface DescribeDatasetRequest {
|
|
1229
|
+
datasetId: string | undefined;
|
|
1230
|
+
}
|
|
1231
|
+
export interface DescribeDatasetResponse {
|
|
1232
|
+
datasetId: string | undefined;
|
|
1233
|
+
datasetArn: string | undefined;
|
|
1234
|
+
datasetName: string | undefined;
|
|
1235
|
+
datasetDescription: string | undefined;
|
|
1236
|
+
datasetSource: DatasetSource | undefined;
|
|
1237
|
+
datasetStatus: DatasetStatus | undefined;
|
|
1238
|
+
datasetCreationDate: Date | undefined;
|
|
1239
|
+
datasetLastUpdateDate: Date | undefined;
|
|
1240
|
+
datasetVersion?: string | undefined;
|
|
1241
|
+
}
|
|
1163
1242
|
export interface DescribeDefaultEncryptionConfigurationRequest {}
|
|
1164
1243
|
export interface ConfigurationErrorDetails {
|
|
1165
1244
|
code: ErrorCode | undefined;
|
|
@@ -1258,6 +1337,8 @@ export interface DescribePortalResponse {
|
|
|
1258
1337
|
portalAuthMode?: AuthMode | undefined;
|
|
1259
1338
|
notificationSenderEmail?: string | undefined;
|
|
1260
1339
|
alarms?: Alarms | undefined;
|
|
1340
|
+
portalType?: PortalType | undefined;
|
|
1341
|
+
portalTypeConfiguration?: Record<string, PortalTypeEntry> | undefined;
|
|
1261
1342
|
}
|
|
1262
1343
|
export interface DescribeProjectRequest {
|
|
1263
1344
|
projectId: string | undefined;
|
|
@@ -1354,6 +1435,7 @@ export interface ExecuteQueryRequest {
|
|
|
1354
1435
|
queryStatement: string | undefined;
|
|
1355
1436
|
nextToken?: string | undefined;
|
|
1356
1437
|
maxResults?: number | undefined;
|
|
1438
|
+
clientToken?: string | undefined;
|
|
1357
1439
|
}
|
|
1358
1440
|
export declare const ScalarType: {
|
|
1359
1441
|
readonly BOOLEAN: "BOOLEAN";
|
|
@@ -1447,6 +1529,189 @@ export interface GetInterpolatedAssetPropertyValuesResponse {
|
|
|
1447
1529
|
interpolatedAssetPropertyValues: InterpolatedAssetPropertyValue[] | undefined;
|
|
1448
1530
|
nextToken?: string | undefined;
|
|
1449
1531
|
}
|
|
1532
|
+
export interface InvokeAssistantRequest {
|
|
1533
|
+
conversationId?: string | undefined;
|
|
1534
|
+
message: string | undefined;
|
|
1535
|
+
enableTrace?: boolean | undefined;
|
|
1536
|
+
}
|
|
1537
|
+
export interface Content {
|
|
1538
|
+
text?: string | undefined;
|
|
1539
|
+
}
|
|
1540
|
+
export interface Location {
|
|
1541
|
+
uri?: string | undefined;
|
|
1542
|
+
}
|
|
1543
|
+
export interface Source {
|
|
1544
|
+
arn?: string | undefined;
|
|
1545
|
+
location?: Location | undefined;
|
|
1546
|
+
}
|
|
1547
|
+
export interface DataSetReference {
|
|
1548
|
+
datasetArn?: string | undefined;
|
|
1549
|
+
source?: Source | undefined;
|
|
1550
|
+
}
|
|
1551
|
+
export interface Reference {
|
|
1552
|
+
dataset?: DataSetReference | undefined;
|
|
1553
|
+
}
|
|
1554
|
+
export interface Citation {
|
|
1555
|
+
reference?: Reference | undefined;
|
|
1556
|
+
content?: Content | undefined;
|
|
1557
|
+
}
|
|
1558
|
+
export interface InvocationOutput {
|
|
1559
|
+
message?: string | undefined;
|
|
1560
|
+
citations?: Citation[] | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
export interface Trace {
|
|
1563
|
+
text?: string | undefined;
|
|
1564
|
+
}
|
|
1565
|
+
export type ResponseStream =
|
|
1566
|
+
| ResponseStream.AccessDeniedExceptionMember
|
|
1567
|
+
| ResponseStream.ConflictingOperationExceptionMember
|
|
1568
|
+
| ResponseStream.InternalFailureExceptionMember
|
|
1569
|
+
| ResponseStream.InvalidRequestExceptionMember
|
|
1570
|
+
| ResponseStream.LimitExceededExceptionMember
|
|
1571
|
+
| ResponseStream.OutputMember
|
|
1572
|
+
| ResponseStream.ResourceNotFoundExceptionMember
|
|
1573
|
+
| ResponseStream.ThrottlingExceptionMember
|
|
1574
|
+
| ResponseStream.TraceMember
|
|
1575
|
+
| ResponseStream.$UnknownMember;
|
|
1576
|
+
export declare namespace ResponseStream {
|
|
1577
|
+
interface TraceMember {
|
|
1578
|
+
trace: Trace;
|
|
1579
|
+
output?: never;
|
|
1580
|
+
accessDeniedException?: never;
|
|
1581
|
+
conflictingOperationException?: never;
|
|
1582
|
+
internalFailureException?: never;
|
|
1583
|
+
invalidRequestException?: never;
|
|
1584
|
+
limitExceededException?: never;
|
|
1585
|
+
resourceNotFoundException?: never;
|
|
1586
|
+
throttlingException?: never;
|
|
1587
|
+
$unknown?: never;
|
|
1588
|
+
}
|
|
1589
|
+
interface OutputMember {
|
|
1590
|
+
trace?: never;
|
|
1591
|
+
output: InvocationOutput;
|
|
1592
|
+
accessDeniedException?: never;
|
|
1593
|
+
conflictingOperationException?: never;
|
|
1594
|
+
internalFailureException?: never;
|
|
1595
|
+
invalidRequestException?: never;
|
|
1596
|
+
limitExceededException?: never;
|
|
1597
|
+
resourceNotFoundException?: never;
|
|
1598
|
+
throttlingException?: never;
|
|
1599
|
+
$unknown?: never;
|
|
1600
|
+
}
|
|
1601
|
+
interface AccessDeniedExceptionMember {
|
|
1602
|
+
trace?: never;
|
|
1603
|
+
output?: never;
|
|
1604
|
+
accessDeniedException: AccessDeniedException;
|
|
1605
|
+
conflictingOperationException?: never;
|
|
1606
|
+
internalFailureException?: never;
|
|
1607
|
+
invalidRequestException?: never;
|
|
1608
|
+
limitExceededException?: never;
|
|
1609
|
+
resourceNotFoundException?: never;
|
|
1610
|
+
throttlingException?: never;
|
|
1611
|
+
$unknown?: never;
|
|
1612
|
+
}
|
|
1613
|
+
interface ConflictingOperationExceptionMember {
|
|
1614
|
+
trace?: never;
|
|
1615
|
+
output?: never;
|
|
1616
|
+
accessDeniedException?: never;
|
|
1617
|
+
conflictingOperationException: ConflictingOperationException;
|
|
1618
|
+
internalFailureException?: never;
|
|
1619
|
+
invalidRequestException?: never;
|
|
1620
|
+
limitExceededException?: never;
|
|
1621
|
+
resourceNotFoundException?: never;
|
|
1622
|
+
throttlingException?: never;
|
|
1623
|
+
$unknown?: never;
|
|
1624
|
+
}
|
|
1625
|
+
interface InternalFailureExceptionMember {
|
|
1626
|
+
trace?: never;
|
|
1627
|
+
output?: never;
|
|
1628
|
+
accessDeniedException?: never;
|
|
1629
|
+
conflictingOperationException?: never;
|
|
1630
|
+
internalFailureException: InternalFailureException;
|
|
1631
|
+
invalidRequestException?: never;
|
|
1632
|
+
limitExceededException?: never;
|
|
1633
|
+
resourceNotFoundException?: never;
|
|
1634
|
+
throttlingException?: never;
|
|
1635
|
+
$unknown?: never;
|
|
1636
|
+
}
|
|
1637
|
+
interface InvalidRequestExceptionMember {
|
|
1638
|
+
trace?: never;
|
|
1639
|
+
output?: never;
|
|
1640
|
+
accessDeniedException?: never;
|
|
1641
|
+
conflictingOperationException?: never;
|
|
1642
|
+
internalFailureException?: never;
|
|
1643
|
+
invalidRequestException: InvalidRequestException;
|
|
1644
|
+
limitExceededException?: never;
|
|
1645
|
+
resourceNotFoundException?: never;
|
|
1646
|
+
throttlingException?: never;
|
|
1647
|
+
$unknown?: never;
|
|
1648
|
+
}
|
|
1649
|
+
interface LimitExceededExceptionMember {
|
|
1650
|
+
trace?: never;
|
|
1651
|
+
output?: never;
|
|
1652
|
+
accessDeniedException?: never;
|
|
1653
|
+
conflictingOperationException?: never;
|
|
1654
|
+
internalFailureException?: never;
|
|
1655
|
+
invalidRequestException?: never;
|
|
1656
|
+
limitExceededException: LimitExceededException;
|
|
1657
|
+
resourceNotFoundException?: never;
|
|
1658
|
+
throttlingException?: never;
|
|
1659
|
+
$unknown?: never;
|
|
1660
|
+
}
|
|
1661
|
+
interface ResourceNotFoundExceptionMember {
|
|
1662
|
+
trace?: never;
|
|
1663
|
+
output?: never;
|
|
1664
|
+
accessDeniedException?: never;
|
|
1665
|
+
conflictingOperationException?: never;
|
|
1666
|
+
internalFailureException?: never;
|
|
1667
|
+
invalidRequestException?: never;
|
|
1668
|
+
limitExceededException?: never;
|
|
1669
|
+
resourceNotFoundException: ResourceNotFoundException;
|
|
1670
|
+
throttlingException?: never;
|
|
1671
|
+
$unknown?: never;
|
|
1672
|
+
}
|
|
1673
|
+
interface ThrottlingExceptionMember {
|
|
1674
|
+
trace?: never;
|
|
1675
|
+
output?: never;
|
|
1676
|
+
accessDeniedException?: never;
|
|
1677
|
+
conflictingOperationException?: never;
|
|
1678
|
+
internalFailureException?: never;
|
|
1679
|
+
invalidRequestException?: never;
|
|
1680
|
+
limitExceededException?: never;
|
|
1681
|
+
resourceNotFoundException?: never;
|
|
1682
|
+
throttlingException: ThrottlingException;
|
|
1683
|
+
$unknown?: never;
|
|
1684
|
+
}
|
|
1685
|
+
interface $UnknownMember {
|
|
1686
|
+
trace?: never;
|
|
1687
|
+
output?: never;
|
|
1688
|
+
accessDeniedException?: never;
|
|
1689
|
+
conflictingOperationException?: never;
|
|
1690
|
+
internalFailureException?: never;
|
|
1691
|
+
invalidRequestException?: never;
|
|
1692
|
+
limitExceededException?: never;
|
|
1693
|
+
resourceNotFoundException?: never;
|
|
1694
|
+
throttlingException?: never;
|
|
1695
|
+
$unknown: [string, any];
|
|
1696
|
+
}
|
|
1697
|
+
interface Visitor<T> {
|
|
1698
|
+
trace: (value: Trace) => T;
|
|
1699
|
+
output: (value: InvocationOutput) => T;
|
|
1700
|
+
accessDeniedException: (value: AccessDeniedException) => T;
|
|
1701
|
+
conflictingOperationException: (value: ConflictingOperationException) => T;
|
|
1702
|
+
internalFailureException: (value: InternalFailureException) => T;
|
|
1703
|
+
invalidRequestException: (value: InvalidRequestException) => T;
|
|
1704
|
+
limitExceededException: (value: LimitExceededException) => T;
|
|
1705
|
+
resourceNotFoundException: (value: ResourceNotFoundException) => T;
|
|
1706
|
+
throttlingException: (value: ThrottlingException) => T;
|
|
1707
|
+
_: (name: string, value: any) => T;
|
|
1708
|
+
}
|
|
1709
|
+
const visit: <T>(value: ResponseStream, visitor: Visitor<T>) => T;
|
|
1710
|
+
}
|
|
1711
|
+
export interface InvokeAssistantResponse {
|
|
1712
|
+
body: AsyncIterable<ResponseStream> | undefined;
|
|
1713
|
+
conversationId: string | undefined;
|
|
1714
|
+
}
|
|
1450
1715
|
export declare const IdentityType: {
|
|
1451
1716
|
readonly GROUP: "GROUP";
|
|
1452
1717
|
readonly IAM: "IAM";
|
|
@@ -1584,142 +1849,18 @@ export interface ListAssociatedAssetsRequest {
|
|
|
1584
1849
|
nextToken?: string | undefined;
|
|
1585
1850
|
maxResults?: number | undefined;
|
|
1586
1851
|
}
|
|
1587
|
-
export
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
export interface ListBulkImportJobsRequest {
|
|
1603
|
-
nextToken?: string | undefined;
|
|
1604
|
-
maxResults?: number | undefined;
|
|
1605
|
-
filter?: ListBulkImportJobsFilter | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface JobSummary {
|
|
1608
|
-
id: string | undefined;
|
|
1609
|
-
name: string | undefined;
|
|
1610
|
-
status: JobStatus | undefined;
|
|
1611
|
-
}
|
|
1612
|
-
export interface ListBulkImportJobsResponse {
|
|
1613
|
-
jobSummaries: JobSummary[] | undefined;
|
|
1614
|
-
nextToken?: string | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export interface ListCompositionRelationshipsRequest {
|
|
1617
|
-
assetModelId: string | undefined;
|
|
1618
|
-
nextToken?: string | undefined;
|
|
1619
|
-
maxResults?: number | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface CompositionRelationshipSummary {
|
|
1622
|
-
assetModelId: string | undefined;
|
|
1623
|
-
assetModelCompositeModelId: string | undefined;
|
|
1624
|
-
assetModelCompositeModelType: string | undefined;
|
|
1625
|
-
}
|
|
1626
|
-
export interface ListCompositionRelationshipsResponse {
|
|
1627
|
-
compositionRelationshipSummaries:
|
|
1628
|
-
| CompositionRelationshipSummary[]
|
|
1629
|
-
| undefined;
|
|
1630
|
-
nextToken?: string | undefined;
|
|
1631
|
-
}
|
|
1632
|
-
export interface ListDashboardsRequest {
|
|
1633
|
-
projectId: string | undefined;
|
|
1634
|
-
nextToken?: string | undefined;
|
|
1635
|
-
maxResults?: number | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
export interface DashboardSummary {
|
|
1638
|
-
id: string | undefined;
|
|
1639
|
-
name: string | undefined;
|
|
1640
|
-
description?: string | undefined;
|
|
1641
|
-
creationDate?: Date | undefined;
|
|
1642
|
-
lastUpdateDate?: Date | undefined;
|
|
1643
|
-
}
|
|
1644
|
-
export interface ListDashboardsResponse {
|
|
1645
|
-
dashboardSummaries: DashboardSummary[] | undefined;
|
|
1646
|
-
nextToken?: string | undefined;
|
|
1647
|
-
}
|
|
1648
|
-
export interface ListGatewaysRequest {
|
|
1649
|
-
nextToken?: string | undefined;
|
|
1650
|
-
maxResults?: number | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface GatewaySummary {
|
|
1653
|
-
gatewayId: string | undefined;
|
|
1654
|
-
gatewayName: string | undefined;
|
|
1655
|
-
gatewayPlatform?: GatewayPlatform | undefined;
|
|
1656
|
-
gatewayCapabilitySummaries?: GatewayCapabilitySummary[] | undefined;
|
|
1657
|
-
creationDate: Date | undefined;
|
|
1658
|
-
lastUpdateDate: Date | undefined;
|
|
1659
|
-
}
|
|
1660
|
-
export interface ListGatewaysResponse {
|
|
1661
|
-
gatewaySummaries: GatewaySummary[] | undefined;
|
|
1662
|
-
nextToken?: string | undefined;
|
|
1663
|
-
}
|
|
1664
|
-
export interface ListPortalsRequest {
|
|
1665
|
-
nextToken?: string | undefined;
|
|
1666
|
-
maxResults?: number | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface PortalSummary {
|
|
1669
|
-
id: string | undefined;
|
|
1670
|
-
name: string | undefined;
|
|
1671
|
-
description?: string | undefined;
|
|
1672
|
-
startUrl: string | undefined;
|
|
1673
|
-
creationDate?: Date | undefined;
|
|
1674
|
-
lastUpdateDate?: Date | undefined;
|
|
1675
|
-
roleArn?: string | undefined;
|
|
1676
|
-
status: PortalStatus | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface ListPortalsResponse {
|
|
1679
|
-
portalSummaries?: PortalSummary[] | undefined;
|
|
1680
|
-
nextToken?: string | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export interface ListProjectAssetsRequest {
|
|
1683
|
-
projectId: string | undefined;
|
|
1684
|
-
nextToken?: string | undefined;
|
|
1685
|
-
maxResults?: number | undefined;
|
|
1686
|
-
}
|
|
1687
|
-
export interface ListProjectAssetsResponse {
|
|
1688
|
-
assetIds: string[] | undefined;
|
|
1689
|
-
nextToken?: string | undefined;
|
|
1690
|
-
}
|
|
1691
|
-
export interface ListProjectsRequest {
|
|
1692
|
-
portalId: string | undefined;
|
|
1693
|
-
nextToken?: string | undefined;
|
|
1694
|
-
maxResults?: number | undefined;
|
|
1695
|
-
}
|
|
1696
|
-
export interface ProjectSummary {
|
|
1697
|
-
id: string | undefined;
|
|
1698
|
-
name: string | undefined;
|
|
1699
|
-
description?: string | undefined;
|
|
1700
|
-
creationDate?: Date | undefined;
|
|
1701
|
-
lastUpdateDate?: Date | undefined;
|
|
1702
|
-
}
|
|
1703
|
-
export interface ListProjectsResponse {
|
|
1704
|
-
projectSummaries: ProjectSummary[] | undefined;
|
|
1705
|
-
nextToken?: string | undefined;
|
|
1706
|
-
}
|
|
1707
|
-
export interface ListTagsForResourceRequest {
|
|
1708
|
-
resourceArn: string | undefined;
|
|
1709
|
-
}
|
|
1710
|
-
export interface ListTagsForResourceResponse {
|
|
1711
|
-
tags?: Record<string, string> | undefined;
|
|
1712
|
-
}
|
|
1713
|
-
export declare class UnauthorizedException extends __BaseException {
|
|
1714
|
-
readonly name: "UnauthorizedException";
|
|
1715
|
-
readonly $fault: "client";
|
|
1716
|
-
constructor(
|
|
1717
|
-
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
1718
|
-
);
|
|
1719
|
-
}
|
|
1720
|
-
export declare const ListTimeSeriesType: {
|
|
1721
|
-
readonly ASSOCIATED: "ASSOCIATED";
|
|
1722
|
-
readonly DISASSOCIATED: "DISASSOCIATED";
|
|
1723
|
-
};
|
|
1724
|
-
export type ListTimeSeriesType =
|
|
1725
|
-
(typeof ListTimeSeriesType)[keyof typeof ListTimeSeriesType];
|
|
1852
|
+
export declare const CreatePortalRequestFilterSensitiveLog: (
|
|
1853
|
+
obj: CreatePortalRequest
|
|
1854
|
+
) => any;
|
|
1855
|
+
export declare const DescribePortalResponseFilterSensitiveLog: (
|
|
1856
|
+
obj: DescribePortalResponse
|
|
1857
|
+
) => any;
|
|
1858
|
+
export declare const InvokeAssistantRequestFilterSensitiveLog: (
|
|
1859
|
+
obj: InvokeAssistantRequest
|
|
1860
|
+
) => any;
|
|
1861
|
+
export declare const ResponseStreamFilterSensitiveLog: (
|
|
1862
|
+
obj: ResponseStream
|
|
1863
|
+
) => any;
|
|
1864
|
+
export declare const InvokeAssistantResponseFilterSensitiveLog: (
|
|
1865
|
+
obj: InvokeAssistantResponse
|
|
1866
|
+
) => any;
|
|
@@ -9,18 +9,26 @@ import {
|
|
|
9
9
|
AssetModelStatus,
|
|
10
10
|
AssetModelVersionType,
|
|
11
11
|
AssetStatus,
|
|
12
|
+
AssociatedAssetsSummary,
|
|
12
13
|
CapabilitySyncStatus,
|
|
13
14
|
ColumnInfo,
|
|
14
15
|
ConfigurationStatus,
|
|
16
|
+
DatasetSource,
|
|
17
|
+
DatasetSourceType,
|
|
18
|
+
DatasetStatus,
|
|
15
19
|
DisassociatedDataStorageState,
|
|
16
20
|
EncryptionType,
|
|
21
|
+
GatewayCapabilitySummary,
|
|
22
|
+
GatewayPlatform,
|
|
17
23
|
Identity,
|
|
18
24
|
ImageFile,
|
|
19
|
-
|
|
25
|
+
JobStatus,
|
|
20
26
|
LoggingOptions,
|
|
21
27
|
MultiLayerStorage,
|
|
22
28
|
Permission,
|
|
23
29
|
PortalStatus,
|
|
30
|
+
PortalType,
|
|
31
|
+
PortalTypeEntry,
|
|
24
32
|
PropertyDataType,
|
|
25
33
|
PropertyNotificationState,
|
|
26
34
|
Resource,
|
|
@@ -29,6 +37,164 @@ import {
|
|
|
29
37
|
WarmTierRetentionPeriod,
|
|
30
38
|
WarmTierState,
|
|
31
39
|
} from "./models_0";
|
|
40
|
+
export interface ListAssociatedAssetsResponse {
|
|
41
|
+
assetSummaries: AssociatedAssetsSummary[] | undefined;
|
|
42
|
+
nextToken?: string | undefined;
|
|
43
|
+
}
|
|
44
|
+
export declare const ListBulkImportJobsFilter: {
|
|
45
|
+
readonly ALL: "ALL";
|
|
46
|
+
readonly CANCELLED: "CANCELLED";
|
|
47
|
+
readonly COMPLETED: "COMPLETED";
|
|
48
|
+
readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
|
|
49
|
+
readonly FAILED: "FAILED";
|
|
50
|
+
readonly PENDING: "PENDING";
|
|
51
|
+
readonly RUNNING: "RUNNING";
|
|
52
|
+
};
|
|
53
|
+
export type ListBulkImportJobsFilter =
|
|
54
|
+
(typeof ListBulkImportJobsFilter)[keyof typeof ListBulkImportJobsFilter];
|
|
55
|
+
export interface ListBulkImportJobsRequest {
|
|
56
|
+
nextToken?: string | undefined;
|
|
57
|
+
maxResults?: number | undefined;
|
|
58
|
+
filter?: ListBulkImportJobsFilter | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface JobSummary {
|
|
61
|
+
id: string | undefined;
|
|
62
|
+
name: string | undefined;
|
|
63
|
+
status: JobStatus | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface ListBulkImportJobsResponse {
|
|
66
|
+
jobSummaries: JobSummary[] | undefined;
|
|
67
|
+
nextToken?: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface ListCompositionRelationshipsRequest {
|
|
70
|
+
assetModelId: string | undefined;
|
|
71
|
+
nextToken?: string | undefined;
|
|
72
|
+
maxResults?: number | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface CompositionRelationshipSummary {
|
|
75
|
+
assetModelId: string | undefined;
|
|
76
|
+
assetModelCompositeModelId: string | undefined;
|
|
77
|
+
assetModelCompositeModelType: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface ListCompositionRelationshipsResponse {
|
|
80
|
+
compositionRelationshipSummaries:
|
|
81
|
+
| CompositionRelationshipSummary[]
|
|
82
|
+
| undefined;
|
|
83
|
+
nextToken?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface ListDashboardsRequest {
|
|
86
|
+
projectId: string | undefined;
|
|
87
|
+
nextToken?: string | undefined;
|
|
88
|
+
maxResults?: number | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface DashboardSummary {
|
|
91
|
+
id: string | undefined;
|
|
92
|
+
name: string | undefined;
|
|
93
|
+
description?: string | undefined;
|
|
94
|
+
creationDate?: Date | undefined;
|
|
95
|
+
lastUpdateDate?: Date | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface ListDashboardsResponse {
|
|
98
|
+
dashboardSummaries: DashboardSummary[] | undefined;
|
|
99
|
+
nextToken?: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface ListDatasetsRequest {
|
|
102
|
+
sourceType: DatasetSourceType | undefined;
|
|
103
|
+
nextToken?: string | undefined;
|
|
104
|
+
maxResults?: number | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface DatasetSummary {
|
|
107
|
+
id: string | undefined;
|
|
108
|
+
arn: string | undefined;
|
|
109
|
+
name: string | undefined;
|
|
110
|
+
description: string | undefined;
|
|
111
|
+
creationDate: Date | undefined;
|
|
112
|
+
lastUpdateDate: Date | undefined;
|
|
113
|
+
status: DatasetStatus | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface ListDatasetsResponse {
|
|
116
|
+
datasetSummaries: DatasetSummary[] | undefined;
|
|
117
|
+
nextToken?: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface ListGatewaysRequest {
|
|
120
|
+
nextToken?: string | undefined;
|
|
121
|
+
maxResults?: number | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface GatewaySummary {
|
|
124
|
+
gatewayId: string | undefined;
|
|
125
|
+
gatewayName: string | undefined;
|
|
126
|
+
gatewayPlatform?: GatewayPlatform | undefined;
|
|
127
|
+
gatewayCapabilitySummaries?: GatewayCapabilitySummary[] | undefined;
|
|
128
|
+
creationDate: Date | undefined;
|
|
129
|
+
lastUpdateDate: Date | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface ListGatewaysResponse {
|
|
132
|
+
gatewaySummaries: GatewaySummary[] | undefined;
|
|
133
|
+
nextToken?: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface ListPortalsRequest {
|
|
136
|
+
nextToken?: string | undefined;
|
|
137
|
+
maxResults?: number | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface PortalSummary {
|
|
140
|
+
id: string | undefined;
|
|
141
|
+
name: string | undefined;
|
|
142
|
+
description?: string | undefined;
|
|
143
|
+
startUrl: string | undefined;
|
|
144
|
+
creationDate?: Date | undefined;
|
|
145
|
+
lastUpdateDate?: Date | undefined;
|
|
146
|
+
roleArn?: string | undefined;
|
|
147
|
+
status: PortalStatus | undefined;
|
|
148
|
+
portalType?: PortalType | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface ListPortalsResponse {
|
|
151
|
+
portalSummaries?: PortalSummary[] | undefined;
|
|
152
|
+
nextToken?: string | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface ListProjectAssetsRequest {
|
|
155
|
+
projectId: string | undefined;
|
|
156
|
+
nextToken?: string | undefined;
|
|
157
|
+
maxResults?: number | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface ListProjectAssetsResponse {
|
|
160
|
+
assetIds: string[] | undefined;
|
|
161
|
+
nextToken?: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface ListProjectsRequest {
|
|
164
|
+
portalId: string | undefined;
|
|
165
|
+
nextToken?: string | undefined;
|
|
166
|
+
maxResults?: number | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface ProjectSummary {
|
|
169
|
+
id: string | undefined;
|
|
170
|
+
name: string | undefined;
|
|
171
|
+
description?: string | undefined;
|
|
172
|
+
creationDate?: Date | undefined;
|
|
173
|
+
lastUpdateDate?: Date | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface ListProjectsResponse {
|
|
176
|
+
projectSummaries: ProjectSummary[] | undefined;
|
|
177
|
+
nextToken?: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface ListTagsForResourceRequest {
|
|
180
|
+
resourceArn: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface ListTagsForResourceResponse {
|
|
183
|
+
tags?: Record<string, string> | undefined;
|
|
184
|
+
}
|
|
185
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
186
|
+
readonly name: "UnauthorizedException";
|
|
187
|
+
readonly $fault: "client";
|
|
188
|
+
constructor(
|
|
189
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
190
|
+
);
|
|
191
|
+
}
|
|
192
|
+
export declare const ListTimeSeriesType: {
|
|
193
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
194
|
+
readonly DISASSOCIATED: "DISASSOCIATED";
|
|
195
|
+
};
|
|
196
|
+
export type ListTimeSeriesType =
|
|
197
|
+
(typeof ListTimeSeriesType)[keyof typeof ListTimeSeriesType];
|
|
32
198
|
export interface ListTimeSeriesRequest {
|
|
33
199
|
nextToken?: string | undefined;
|
|
34
200
|
maxResults?: number | undefined;
|
|
@@ -167,6 +333,18 @@ export interface UpdateDashboardRequest {
|
|
|
167
333
|
clientToken?: string | undefined;
|
|
168
334
|
}
|
|
169
335
|
export interface UpdateDashboardResponse {}
|
|
336
|
+
export interface UpdateDatasetRequest {
|
|
337
|
+
datasetId: string | undefined;
|
|
338
|
+
datasetName: string | undefined;
|
|
339
|
+
datasetDescription?: string | undefined;
|
|
340
|
+
datasetSource: DatasetSource | undefined;
|
|
341
|
+
clientToken?: string | undefined;
|
|
342
|
+
}
|
|
343
|
+
export interface UpdateDatasetResponse {
|
|
344
|
+
datasetId?: string | undefined;
|
|
345
|
+
datasetArn?: string | undefined;
|
|
346
|
+
datasetStatus?: DatasetStatus | undefined;
|
|
347
|
+
}
|
|
170
348
|
export interface UpdateGatewayRequest {
|
|
171
349
|
gatewayId: string | undefined;
|
|
172
350
|
gatewayName: string | undefined;
|
|
@@ -194,6 +372,8 @@ export interface UpdatePortalRequest {
|
|
|
194
372
|
clientToken?: string | undefined;
|
|
195
373
|
notificationSenderEmail?: string | undefined;
|
|
196
374
|
alarms?: Alarms | undefined;
|
|
375
|
+
portalType?: PortalType | undefined;
|
|
376
|
+
portalTypeConfiguration?: Record<string, PortalTypeEntry> | undefined;
|
|
197
377
|
}
|
|
198
378
|
export interface UpdatePortalResponse {
|
|
199
379
|
portalStatus: PortalStatus | undefined;
|
|
@@ -219,3 +399,6 @@ export interface ExecuteQueryResponse {
|
|
|
219
399
|
rows?: Row[] | undefined;
|
|
220
400
|
nextToken?: string | undefined;
|
|
221
401
|
}
|
|
402
|
+
export declare const UpdatePortalRequestFilterSensitiveLog: (
|
|
403
|
+
obj: UpdatePortalRequest
|
|
404
|
+
) => any;
|