@aws-sdk/client-iotsitewise 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +1330 -360
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +555 -144
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +71 -71
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2921 -2724
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValuePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +857 -215
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +6 -6
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchGetAssetPropertyAggregatesCommandInput,
|
|
4
|
+
BatchGetAssetPropertyAggregatesCommandOutput,
|
|
5
|
+
} from "../commands/BatchGetAssetPropertyAggregatesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateBatchGetAssetPropertyAggregates(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: BatchGetAssetPropertyAggregatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchGetAssetPropertyValueHistoryCommandInput,
|
|
4
|
+
BatchGetAssetPropertyValueHistoryCommandOutput,
|
|
5
|
+
} from "../commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateBatchGetAssetPropertyValueHistory(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: BatchGetAssetPropertyValueHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchGetAssetPropertyValueCommandInput,
|
|
4
|
+
BatchGetAssetPropertyValueCommandOutput,
|
|
5
|
+
} from "../commands/BatchGetAssetPropertyValueCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateBatchGetAssetPropertyValue(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: BatchGetAssetPropertyValueCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<BatchGetAssetPropertyValueCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetAssetPropertyAggregatesCommandInput,
|
|
4
|
+
GetAssetPropertyAggregatesCommandOutput,
|
|
5
|
+
} from "../commands/GetAssetPropertyAggregatesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetAssetPropertyAggregates(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: GetAssetPropertyAggregatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetAssetPropertyAggregatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetAssetPropertyValueHistoryCommandInput,
|
|
4
|
+
GetAssetPropertyValueHistoryCommandOutput,
|
|
5
|
+
} from "../commands/GetAssetPropertyValueHistoryCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetAssetPropertyValueHistory(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: GetAssetPropertyValueHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetAssetPropertyValueHistoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetInterpolatedAssetPropertyValuesCommandInput,
|
|
4
|
+
GetInterpolatedAssetPropertyValuesCommandOutput,
|
|
5
|
+
} from "../commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetInterpolatedAssetPropertyValues(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: GetInterpolatedAssetPropertyValuesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetInterpolatedAssetPropertyValuesCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { IoTSiteWise } from "../IoTSiteWise";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
|
-
export interface IoTSiteWisePaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { IoTSiteWise } from "../IoTSiteWise";
|
|
3
|
+
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
|
+
export interface IoTSiteWisePaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: IoTSiteWise | IoTSiteWiseClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessPoliciesCommandInput,
|
|
4
|
+
ListAccessPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessPoliciesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessPolicies(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListAccessPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessPoliciesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssetModelsCommandInput,
|
|
4
|
+
ListAssetModelsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssetModelsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssetModels(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListAssetModelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssetModelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssetRelationshipsCommandInput,
|
|
4
|
+
ListAssetRelationshipsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssetRelationshipsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssetRelationships(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListAssetRelationshipsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssetRelationshipsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssetsCommandInput,
|
|
4
|
+
ListAssetsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssetsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssets(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListAssetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssociatedAssetsCommandInput,
|
|
4
|
+
ListAssociatedAssetsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssociatedAssetsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssociatedAssets(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListAssociatedAssetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssociatedAssetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBulkImportJobsCommandInput,
|
|
4
|
+
ListBulkImportJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListBulkImportJobsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBulkImportJobs(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListBulkImportJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBulkImportJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDashboardsCommandInput,
|
|
4
|
+
ListDashboardsCommandOutput,
|
|
5
|
+
} from "../commands/ListDashboardsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDashboards(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListDashboardsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDashboardsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGatewaysCommandInput,
|
|
4
|
+
ListGatewaysCommandOutput,
|
|
5
|
+
} from "../commands/ListGatewaysCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListGateways(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListGatewaysCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListGatewaysCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPortalsCommandInput,
|
|
4
|
+
ListPortalsCommandOutput,
|
|
5
|
+
} from "../commands/ListPortalsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPortals(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListPortalsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPortalsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProjectAssetsCommandInput,
|
|
4
|
+
ListProjectAssetsCommandOutput,
|
|
5
|
+
} from "../commands/ListProjectAssetsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProjectAssets(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListProjectAssetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProjectAssetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProjectsCommandInput,
|
|
4
|
+
ListProjectsCommandOutput,
|
|
5
|
+
} from "../commands/ListProjectsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProjects(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListProjectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProjectsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTimeSeriesCommandInput,
|
|
4
|
+
ListTimeSeriesCommandOutput,
|
|
5
|
+
} from "../commands/ListTimeSeriesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTimeSeries(
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListTimeSeriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTimeSeriesCommandOutput>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export * from "./BatchGetAssetPropertyAggregatesPaginator";
|
|
2
|
-
export * from "./BatchGetAssetPropertyValueHistoryPaginator";
|
|
3
|
-
export * from "./BatchGetAssetPropertyValuePaginator";
|
|
4
|
-
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
5
|
-
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
6
|
-
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
7
|
-
export * from "./Interfaces";
|
|
8
|
-
export * from "./ListAccessPoliciesPaginator";
|
|
9
|
-
export * from "./ListAssetModelsPaginator";
|
|
10
|
-
export * from "./ListAssetRelationshipsPaginator";
|
|
11
|
-
export * from "./ListAssetsPaginator";
|
|
12
|
-
export * from "./ListAssociatedAssetsPaginator";
|
|
13
|
-
export * from "./ListBulkImportJobsPaginator";
|
|
14
|
-
export * from "./ListDashboardsPaginator";
|
|
15
|
-
export * from "./ListGatewaysPaginator";
|
|
16
|
-
export * from "./ListPortalsPaginator";
|
|
17
|
-
export * from "./ListProjectAssetsPaginator";
|
|
18
|
-
export * from "./ListProjectsPaginator";
|
|
19
|
-
export * from "./ListTimeSeriesPaginator";
|
|
1
|
+
export * from "./BatchGetAssetPropertyAggregatesPaginator";
|
|
2
|
+
export * from "./BatchGetAssetPropertyValueHistoryPaginator";
|
|
3
|
+
export * from "./BatchGetAssetPropertyValuePaginator";
|
|
4
|
+
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
5
|
+
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
6
|
+
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
7
|
+
export * from "./Interfaces";
|
|
8
|
+
export * from "./ListAccessPoliciesPaginator";
|
|
9
|
+
export * from "./ListAssetModelsPaginator";
|
|
10
|
+
export * from "./ListAssetRelationshipsPaginator";
|
|
11
|
+
export * from "./ListAssetsPaginator";
|
|
12
|
+
export * from "./ListAssociatedAssetsPaginator";
|
|
13
|
+
export * from "./ListBulkImportJobsPaginator";
|
|
14
|
+
export * from "./ListDashboardsPaginator";
|
|
15
|
+
export * from "./ListGatewaysPaginator";
|
|
16
|
+
export * from "./ListPortalsPaginator";
|
|
17
|
+
export * from "./ListProjectAssetsPaginator";
|
|
18
|
+
export * from "./ListProjectsPaginator";
|
|
19
|
+
export * from "./ListTimeSeriesPaginator";
|