@aws-sdk/client-iotsitewise 3.693.0 → 3.696.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 +39 -36
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteDatasetRequest,
|
|
10
|
+
DeleteDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
15
|
+
export interface DeleteDatasetCommandOutput
|
|
16
|
+
extends DeleteDatasetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteDatasetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteDatasetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteDatasetCommandInput,
|
|
23
|
+
DeleteDatasetCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteDatasetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDatasetCommandInput,
|
|
32
|
+
DeleteDatasetCommandOutput,
|
|
33
|
+
IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDatasetRequest;
|
|
43
|
+
output: DeleteDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDatasetCommandInput;
|
|
47
|
+
output: DeleteDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeDatasetRequest,
|
|
10
|
+
DescribeDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
15
|
+
export interface DescribeDatasetCommandOutput
|
|
16
|
+
extends DescribeDatasetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DescribeDatasetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeDatasetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeDatasetCommandInput,
|
|
23
|
+
DescribeDatasetCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDatasetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDatasetCommandInput,
|
|
32
|
+
DescribeDatasetCommandOutput,
|
|
33
|
+
IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeDatasetRequest;
|
|
43
|
+
output: DescribeDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeDatasetCommandInput;
|
|
47
|
+
output: DescribeDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
InvokeAssistantRequest,
|
|
10
|
+
InvokeAssistantResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface InvokeAssistantCommandInput extends InvokeAssistantRequest {}
|
|
15
|
+
export interface InvokeAssistantCommandOutput
|
|
16
|
+
extends InvokeAssistantResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const InvokeAssistantCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: InvokeAssistantCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
InvokeAssistantCommandInput,
|
|
23
|
+
InvokeAssistantCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: InvokeAssistantCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
InvokeAssistantCommandInput,
|
|
32
|
+
InvokeAssistantCommandOutput,
|
|
33
|
+
IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class InvokeAssistantCommand extends InvokeAssistantCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: InvokeAssistantRequest;
|
|
43
|
+
output: InvokeAssistantResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: InvokeAssistantCommandInput;
|
|
47
|
+
output: InvokeAssistantCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListAssociatedAssetsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { ListAssociatedAssetsRequest } from "../models/models_0";
|
|
9
|
+
import { ListAssociatedAssetsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListAssociatedAssetsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListCompositionRelationshipsRequest,
|
|
10
10
|
ListCompositionRelationshipsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListCompositionRelationshipsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListDashboardsRequest,
|
|
10
10
|
ListDashboardsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListDashboardsCommandInput extends ListDashboardsRequest {}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_1";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
12
|
+
export interface ListDatasetsCommandOutput
|
|
13
|
+
extends ListDatasetsResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const ListDatasetsCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: ListDatasetsCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
ListDatasetsCommandInput,
|
|
20
|
+
ListDatasetsCommandOutput,
|
|
21
|
+
IoTSiteWiseClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: ListDatasetsCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
ListDatasetsCommandInput,
|
|
29
|
+
ListDatasetsCommandOutput,
|
|
30
|
+
IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDatasetsRequest;
|
|
40
|
+
output: ListDatasetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDatasetsCommandInput;
|
|
44
|
+
output: ListDatasetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListGatewaysRequest, ListGatewaysResponse } from "../models/
|
|
8
|
+
import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListGatewaysCommandInput extends ListGatewaysRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListPortalsRequest, ListPortalsResponse } from "../models/
|
|
8
|
+
import { ListPortalsRequest, ListPortalsResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListPortalsCommandInput extends ListPortalsRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListProjectsRequest, ListProjectsResponse } from "../models/
|
|
8
|
+
import { ListProjectsRequest, ListProjectsResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateDatasetRequest,
|
|
10
|
+
UpdateDatasetResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
15
|
+
export interface UpdateDatasetCommandOutput
|
|
16
|
+
extends UpdateDatasetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateDatasetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDatasetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateDatasetCommandInput,
|
|
23
|
+
UpdateDatasetCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateDatasetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateDatasetCommandInput,
|
|
32
|
+
UpdateDatasetCommandOutput,
|
|
33
|
+
IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDatasetRequest;
|
|
43
|
+
output: UpdateDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDatasetCommandInput;
|
|
47
|
+
output: UpdateDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -12,6 +12,7 @@ export * from "./CreateAssetModelCommand";
|
|
|
12
12
|
export * from "./CreateAssetModelCompositeModelCommand";
|
|
13
13
|
export * from "./CreateBulkImportJobCommand";
|
|
14
14
|
export * from "./CreateDashboardCommand";
|
|
15
|
+
export * from "./CreateDatasetCommand";
|
|
15
16
|
export * from "./CreateGatewayCommand";
|
|
16
17
|
export * from "./CreatePortalCommand";
|
|
17
18
|
export * from "./CreateProjectCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./DeleteAssetCommand";
|
|
|
20
21
|
export * from "./DeleteAssetModelCommand";
|
|
21
22
|
export * from "./DeleteAssetModelCompositeModelCommand";
|
|
22
23
|
export * from "./DeleteDashboardCommand";
|
|
24
|
+
export * from "./DeleteDatasetCommand";
|
|
23
25
|
export * from "./DeleteGatewayCommand";
|
|
24
26
|
export * from "./DeletePortalCommand";
|
|
25
27
|
export * from "./DeleteProjectCommand";
|
|
@@ -33,6 +35,7 @@ export * from "./DescribeAssetModelCompositeModelCommand";
|
|
|
33
35
|
export * from "./DescribeAssetPropertyCommand";
|
|
34
36
|
export * from "./DescribeBulkImportJobCommand";
|
|
35
37
|
export * from "./DescribeDashboardCommand";
|
|
38
|
+
export * from "./DescribeDatasetCommand";
|
|
36
39
|
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
37
40
|
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
38
41
|
export * from "./DescribeGatewayCommand";
|
|
@@ -49,6 +52,7 @@ export * from "./GetAssetPropertyAggregatesCommand";
|
|
|
49
52
|
export * from "./GetAssetPropertyValueCommand";
|
|
50
53
|
export * from "./GetAssetPropertyValueHistoryCommand";
|
|
51
54
|
export * from "./GetInterpolatedAssetPropertyValuesCommand";
|
|
55
|
+
export * from "./InvokeAssistantCommand";
|
|
52
56
|
export * from "./ListAccessPoliciesCommand";
|
|
53
57
|
export * from "./ListActionsCommand";
|
|
54
58
|
export * from "./ListAssetModelCompositeModelsCommand";
|
|
@@ -61,6 +65,7 @@ export * from "./ListAssociatedAssetsCommand";
|
|
|
61
65
|
export * from "./ListBulkImportJobsCommand";
|
|
62
66
|
export * from "./ListCompositionRelationshipsCommand";
|
|
63
67
|
export * from "./ListDashboardsCommand";
|
|
68
|
+
export * from "./ListDatasetsCommand";
|
|
64
69
|
export * from "./ListGatewaysCommand";
|
|
65
70
|
export * from "./ListPortalsCommand";
|
|
66
71
|
export * from "./ListProjectAssetsCommand";
|
|
@@ -78,6 +83,7 @@ export * from "./UpdateAssetModelCommand";
|
|
|
78
83
|
export * from "./UpdateAssetModelCompositeModelCommand";
|
|
79
84
|
export * from "./UpdateAssetPropertyCommand";
|
|
80
85
|
export * from "./UpdateDashboardCommand";
|
|
86
|
+
export * from "./UpdateDatasetCommand";
|
|
81
87
|
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
82
88
|
export * from "./UpdateGatewayCommand";
|
|
83
89
|
export * from "./UpdatePortalCommand";
|