@aws-sdk/client-iotsitewise 3.32.0 → 3.36.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 +44 -0
- package/dist-cjs/IoTSiteWise.js +911 -0
- package/dist-cjs/IoTSiteWiseClient.js +44 -0
- package/dist-cjs/commands/AssociateAssetsCommand.js +62 -0
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +60 -0
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +60 -0
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +84 -0
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/CreateAssetCommand.js +61 -0
- package/dist-cjs/commands/CreateAssetModelCommand.js +64 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +60 -0
- package/dist-cjs/commands/CreateGatewayCommand.js +62 -0
- package/dist-cjs/commands/CreatePortalCommand.js +66 -0
- package/dist-cjs/commands/CreateProjectCommand.js +60 -0
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +62 -0
- package/dist-cjs/commands/DeleteAssetCommand.js +65 -0
- package/dist-cjs/commands/DeleteAssetModelCommand.js +64 -0
- package/dist-cjs/commands/DeleteDashboardCommand.js +60 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js +61 -0
- package/dist-cjs/commands/DeletePortalCommand.js +60 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +60 -0
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/DescribeAssetCommand.js +60 -0
- package/dist-cjs/commands/DescribeAssetModelCommand.js +60 -0
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js +67 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js +60 -0
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +62 -0
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +64 -0
- package/dist-cjs/commands/DescribeGatewayCommand.js +60 -0
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +60 -0
- package/dist-cjs/commands/DescribePortalCommand.js +60 -0
- package/dist-cjs/commands/DescribeProjectCommand.js +60 -0
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +60 -0
- package/dist-cjs/commands/DisassociateAssetsCommand.js +61 -0
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +71 -0
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js +71 -0
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +71 -0
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +74 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +61 -0
- package/dist-cjs/commands/ListAssetModelsCommand.js +60 -0
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js +62 -0
- package/dist-cjs/commands/ListAssetsCommand.js +72 -0
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js +69 -0
- package/dist-cjs/commands/ListDashboardsCommand.js +60 -0
- package/dist-cjs/commands/ListGatewaysCommand.js +60 -0
- package/dist-cjs/commands/ListPortalsCommand.js +60 -0
- package/dist-cjs/commands/ListProjectAssetsCommand.js +60 -0
- package/dist-cjs/commands/ListProjectsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +62 -0
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +60 -0
- package/dist-cjs/commands/PutStorageConfigurationCommand.js +60 -0
- package/dist-cjs/commands/TagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/UpdateAssetCommand.js +61 -0
- package/dist-cjs/commands/UpdateAssetModelCommand.js +72 -0
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js +65 -0
- package/dist-cjs/commands/UpdateDashboardCommand.js +60 -0
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +64 -0
- package/dist-cjs/commands/UpdateGatewayCommand.js +60 -0
- package/dist-cjs/commands/UpdatePortalCommand.js +60 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +60 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +86 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1952 -0
- package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js +45 -0
- package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +45 -0
- package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssetModelsPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListDashboardsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
- package/dist-cjs/pagination/ListPortalsPaginator.js +45 -0
- package/dist-cjs/pagination/ListProjectAssetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8693 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForAssetActive.js +54 -0
- package/dist-cjs/waiters/waitForAssetModelActive.js +54 -0
- package/dist-cjs/waiters/waitForAssetModelNotExists.js +39 -0
- package/dist-cjs/waiters/waitForAssetNotExists.js +39 -0
- package/dist-cjs/waiters/waitForPortalActive.js +45 -0
- package/dist-cjs/waiters/waitForPortalNotExists.js +39 -0
- package/dist-es/IoTSiteWise.js +910 -0
- package/dist-es/IoTSiteWiseClient.js +37 -0
- package/dist-es/commands/AssociateAssetsCommand.js +39 -0
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +39 -0
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +39 -0
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +39 -0
- package/dist-es/commands/CreateAccessPolicyCommand.js +39 -0
- package/dist-es/commands/CreateAssetCommand.js +39 -0
- package/dist-es/commands/CreateAssetModelCommand.js +39 -0
- package/dist-es/commands/CreateDashboardCommand.js +39 -0
- package/dist-es/commands/CreateGatewayCommand.js +39 -0
- package/dist-es/commands/CreatePortalCommand.js +39 -0
- package/dist-es/commands/CreateProjectCommand.js +39 -0
- package/dist-es/commands/DeleteAccessPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteAssetCommand.js +39 -0
- package/dist-es/commands/DeleteAssetModelCommand.js +39 -0
- package/dist-es/commands/DeleteDashboardCommand.js +39 -0
- package/dist-es/commands/DeleteGatewayCommand.js +39 -0
- package/dist-es/commands/DeletePortalCommand.js +39 -0
- package/dist-es/commands/DeleteProjectCommand.js +39 -0
- package/dist-es/commands/DescribeAccessPolicyCommand.js +39 -0
- package/dist-es/commands/DescribeAssetCommand.js +39 -0
- package/dist-es/commands/DescribeAssetModelCommand.js +39 -0
- package/dist-es/commands/DescribeAssetPropertyCommand.js +39 -0
- package/dist-es/commands/DescribeDashboardCommand.js +39 -0
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayCommand.js +39 -0
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +39 -0
- package/dist-es/commands/DescribePortalCommand.js +39 -0
- package/dist-es/commands/DescribeProjectCommand.js +39 -0
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +39 -0
- package/dist-es/commands/DisassociateAssetsCommand.js +39 -0
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +39 -0
- package/dist-es/commands/GetAssetPropertyValueCommand.js +39 -0
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +39 -0
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +39 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js +39 -0
- package/dist-es/commands/ListAssetModelsCommand.js +39 -0
- package/dist-es/commands/ListAssetRelationshipsCommand.js +39 -0
- package/dist-es/commands/ListAssetsCommand.js +39 -0
- package/dist-es/commands/ListAssociatedAssetsCommand.js +39 -0
- package/dist-es/commands/ListDashboardsCommand.js +39 -0
- package/dist-es/commands/ListGatewaysCommand.js +39 -0
- package/dist-es/commands/ListPortalsCommand.js +39 -0
- package/dist-es/commands/ListProjectAssetsCommand.js +39 -0
- package/dist-es/commands/ListProjectsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +39 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js +39 -0
- package/dist-es/commands/PutStorageConfigurationCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAccessPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateAssetCommand.js +39 -0
- package/dist-es/commands/UpdateAssetModelCommand.js +39 -0
- package/dist-es/commands/UpdateAssetPropertyCommand.js +39 -0
- package/dist-es/commands/UpdateDashboardCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayCommand.js +39 -0
- package/dist-es/commands/UpdatePortalCommand.js +39 -0
- package/dist-es/commands/UpdateProjectCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +961 -0
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +74 -0
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +74 -0
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +74 -0
- package/dist-es/pagination/ListAssetModelsPaginator.js +74 -0
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +74 -0
- package/dist-es/pagination/ListAssetsPaginator.js +74 -0
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +74 -0
- package/dist-es/pagination/ListDashboardsPaginator.js +74 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
- package/dist-es/pagination/ListPortalsPaginator.js +74 -0
- package/dist-es/pagination/ListProjectAssetsPaginator.js +74 -0
- package/dist-es/pagination/ListProjectsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +9606 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForAssetActive.js +60 -0
- package/dist-es/waiters/waitForAssetModelActive.js +60 -0
- package/dist-es/waiters/waitForAssetModelNotExists.js +45 -0
- package/dist-es/waiters/waitForAssetNotExists.js +45 -0
- package/dist-es/waiters/waitForPortalActive.js +51 -0
- package/dist-es/waiters/waitForPortalNotExists.js +45 -0
- package/dist-types/IoTSiteWise.d.ts +592 -0
- package/dist-types/IoTSiteWiseClient.d.ts +193 -0
- package/dist-types/commands/AssociateAssetsCommand.d.ts +37 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +36 -0
- package/dist-types/commands/CreateAssetModelCommand.d.ts +39 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +35 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +37 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +41 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +40 -0
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +39 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +35 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +36 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +36 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +46 -0
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +36 -0
- package/dist-types/commands/ListAssetModelsCommand.d.ts +35 -0
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +37 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +47 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +44 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +35 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +35 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +35 -0
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +35 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +36 -0
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +47 -0
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +40 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssetModelsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortalsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +182 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +592 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +193 -0
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +182 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForAssetActive.d.ts +14 -0
- package/dist-types/waiters/waitForAssetModelActive.d.ts +14 -0
- package/dist-types/waiters/waitForAssetModelNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForAssetNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForPortalActive.d.ts +14 -0
- package/dist-types/waiters/waitForPortalNotExists.d.ts +14 -0
- package/package.json +53 -50
- package/IoTSiteWise.ts +0 -2321
- package/IoTSiteWiseClient.ts +0 -476
- package/commands/AssociateAssetsCommand.ts +0 -96
- package/commands/BatchAssociateProjectAssetsCommand.ts +0 -99
- package/commands/BatchDisassociateProjectAssetsCommand.ts +0 -102
- package/commands/BatchPutAssetPropertyValueCommand.ts +0 -121
- package/commands/CreateAccessPolicyCommand.ts +0 -95
- package/commands/CreateAssetCommand.ts +0 -95
- package/commands/CreateAssetModelCommand.ts +0 -98
- package/commands/CreateDashboardCommand.ts +0 -94
- package/commands/CreateGatewayCommand.ts +0 -96
- package/commands/CreatePortalCommand.ts +0 -100
- package/commands/CreateProjectCommand.ts +0 -94
- package/commands/DeleteAccessPolicyCommand.ts +0 -96
- package/commands/DeleteAssetCommand.ts +0 -99
- package/commands/DeleteAssetModelCommand.ts +0 -98
- package/commands/DeleteDashboardCommand.ts +0 -94
- package/commands/DeleteGatewayCommand.ts +0 -95
- package/commands/DeletePortalCommand.ts +0 -94
- package/commands/DeleteProjectCommand.ts +0 -94
- package/commands/DescribeAccessPolicyCommand.ts +0 -95
- package/commands/DescribeAssetCommand.ts +0 -94
- package/commands/DescribeAssetModelCommand.ts +0 -94
- package/commands/DescribeAssetPropertyCommand.ts +0 -101
- package/commands/DescribeDashboardCommand.ts +0 -94
- package/commands/DescribeDefaultEncryptionConfigurationCommand.ts +0 -108
- package/commands/DescribeGatewayCapabilityConfigurationCommand.ts +0 -110
- package/commands/DescribeGatewayCommand.ts +0 -94
- package/commands/DescribeLoggingOptionsCommand.ts +0 -94
- package/commands/DescribePortalCommand.ts +0 -94
- package/commands/DescribeProjectCommand.ts +0 -94
- package/commands/DescribeStorageConfigurationCommand.ts +0 -99
- package/commands/DisassociateAssetsCommand.ts +0 -95
- package/commands/GetAssetPropertyAggregatesCommand.ts +0 -108
- package/commands/GetAssetPropertyValueCommand.ts +0 -105
- package/commands/GetAssetPropertyValueHistoryCommand.ts +0 -110
- package/commands/GetInterpolatedAssetPropertyValuesCommand.ts +0 -119
- package/commands/ListAccessPoliciesCommand.ts +0 -95
- package/commands/ListAssetModelsCommand.ts +0 -94
- package/commands/ListAssetRelationshipsCommand.ts +0 -96
- package/commands/ListAssetsCommand.ts +0 -106
- package/commands/ListAssociatedAssetsCommand.ts +0 -103
- package/commands/ListDashboardsCommand.ts +0 -94
- package/commands/ListGatewaysCommand.ts +0 -94
- package/commands/ListPortalsCommand.ts +0 -94
- package/commands/ListProjectAssetsCommand.ts +0 -94
- package/commands/ListProjectsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutDefaultEncryptionConfigurationCommand.ts +0 -107
- package/commands/PutLoggingOptionsCommand.ts +0 -94
- package/commands/PutStorageConfigurationCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAccessPolicyCommand.ts +0 -95
- package/commands/UpdateAssetCommand.ts +0 -95
- package/commands/UpdateAssetModelCommand.ts +0 -106
- package/commands/UpdateAssetPropertyCommand.ts +0 -99
- package/commands/UpdateDashboardCommand.ts +0 -94
- package/commands/UpdateGatewayCapabilityConfigurationCommand.ts +0 -109
- package/commands/UpdateGatewayCommand.ts +0 -94
- package/commands/UpdatePortalCommand.ts +0 -94
- package/commands/UpdateProjectCommand.ts +0 -94
- package/dist/cjs/IoTSiteWise.js +0 -912
- package/dist/cjs/IoTSiteWise.js.map +0 -1
- package/dist/cjs/IoTSiteWiseClient.js +0 -45
- package/dist/cjs/IoTSiteWiseClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAssetsCommand.js +0 -63
- package/dist/cjs/commands/AssociateAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js +0 -61
- package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js +0 -61
- package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js +0 -85
- package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/CreateAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssetCommand.js +0 -62
- package/dist/cjs/commands/CreateAssetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssetModelCommand.js +0 -65
- package/dist/cjs/commands/CreateAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDashboardCommand.js +0 -61
- package/dist/cjs/commands/CreateDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGatewayCommand.js +0 -63
- package/dist/cjs/commands/CreateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePortalCommand.js +0 -67
- package/dist/cjs/commands/CreatePortalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProjectCommand.js +0 -61
- package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPolicyCommand.js +0 -63
- package/dist/cjs/commands/DeleteAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssetCommand.js +0 -66
- package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssetModelCommand.js +0 -65
- package/dist/cjs/commands/DeleteAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDashboardCommand.js +0 -61
- package/dist/cjs/commands/DeleteDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGatewayCommand.js +0 -62
- package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePortalCommand.js +0 -61
- package/dist/cjs/commands/DeletePortalCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProjectCommand.js +0 -61
- package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssetCommand.js +0 -61
- package/dist/cjs/commands/DescribeAssetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssetModelCommand.js +0 -61
- package/dist/cjs/commands/DescribeAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssetPropertyCommand.js +0 -68
- package/dist/cjs/commands/DescribeAssetPropertyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDashboardCommand.js +0 -61
- package/dist/cjs/commands/DescribeDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -63
- package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -65
- package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayCommand.js +0 -61
- package/dist/cjs/commands/DescribeGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoggingOptionsCommand.js +0 -61
- package/dist/cjs/commands/DescribeLoggingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortalCommand.js +0 -61
- package/dist/cjs/commands/DescribePortalCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProjectCommand.js +0 -61
- package/dist/cjs/commands/DescribeProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStorageConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DescribeStorageConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAssetsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js +0 -72
- package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetPropertyValueCommand.js +0 -72
- package/dist/cjs/commands/GetAssetPropertyValueCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js +0 -72
- package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -75
- package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPoliciesCommand.js +0 -62
- package/dist/cjs/commands/ListAccessPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssetModelsCommand.js +0 -61
- package/dist/cjs/commands/ListAssetModelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssetRelationshipsCommand.js +0 -63
- package/dist/cjs/commands/ListAssetRelationshipsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssetsCommand.js +0 -73
- package/dist/cjs/commands/ListAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedAssetsCommand.js +0 -70
- package/dist/cjs/commands/ListAssociatedAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDashboardsCommand.js +0 -61
- package/dist/cjs/commands/ListDashboardsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGatewaysCommand.js +0 -61
- package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortalsCommand.js +0 -61
- package/dist/cjs/commands/ListPortalsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProjectAssetsCommand.js +0 -61
- package/dist/cjs/commands/ListProjectAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProjectsCommand.js +0 -61
- package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js +0 -63
- package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutLoggingOptionsCommand.js +0 -61
- package/dist/cjs/commands/PutLoggingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutStorageConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -62
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/UpdateAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetCommand.js +0 -62
- package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetModelCommand.js +0 -73
- package/dist/cjs/commands/UpdateAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetPropertyCommand.js +0 -66
- package/dist/cjs/commands/UpdateAssetPropertyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDashboardCommand.js +0 -61
- package/dist/cjs/commands/UpdateDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -65
- package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayCommand.js +0 -61
- package/dist/cjs/commands/UpdateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePortalCommand.js +0 -61
- package/dist/cjs/commands/UpdatePortalCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProjectCommand.js +0 -61
- package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -87
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1953
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js +0 -46
- package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -46
- package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -46
- package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssetModelsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssetModelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDashboardsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDashboardsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
- package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortalsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortalsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProjectAssetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListProjectAssetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProjectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -8694
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetActive.js +0 -55
- package/dist/cjs/waiters/waitForAssetActive.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetModelActive.js +0 -55
- package/dist/cjs/waiters/waitForAssetModelActive.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetModelNotExists.js +0 -40
- package/dist/cjs/waiters/waitForAssetModelNotExists.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetNotExists.js +0 -40
- package/dist/cjs/waiters/waitForAssetNotExists.js.map +0 -1
- package/dist/cjs/waiters/waitForPortalActive.js +0 -46
- package/dist/cjs/waiters/waitForPortalActive.js.map +0 -1
- package/dist/cjs/waiters/waitForPortalNotExists.js +0 -40
- package/dist/cjs/waiters/waitForPortalNotExists.js.map +0 -1
- package/dist/es/IoTSiteWise.js +0 -915
- package/dist/es/IoTSiteWise.js.map +0 -1
- package/dist/es/IoTSiteWiseClient.js +0 -47
- package/dist/es/IoTSiteWiseClient.js.map +0 -1
- package/dist/es/commands/AssociateAssetsCommand.js +0 -67
- package/dist/es/commands/AssociateAssetsCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateProjectAssetsCommand.js +0 -65
- package/dist/es/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js +0 -65
- package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
- package/dist/es/commands/BatchPutAssetPropertyValueCommand.js +0 -89
- package/dist/es/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
- package/dist/es/commands/CreateAccessPolicyCommand.js +0 -66
- package/dist/es/commands/CreateAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateAssetCommand.js +0 -66
- package/dist/es/commands/CreateAssetCommand.js.map +0 -1
- package/dist/es/commands/CreateAssetModelCommand.js +0 -69
- package/dist/es/commands/CreateAssetModelCommand.js.map +0 -1
- package/dist/es/commands/CreateDashboardCommand.js +0 -65
- package/dist/es/commands/CreateDashboardCommand.js.map +0 -1
- package/dist/es/commands/CreateGatewayCommand.js +0 -67
- package/dist/es/commands/CreateGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreatePortalCommand.js +0 -71
- package/dist/es/commands/CreatePortalCommand.js.map +0 -1
- package/dist/es/commands/CreateProjectCommand.js +0 -65
- package/dist/es/commands/CreateProjectCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPolicyCommand.js +0 -67
- package/dist/es/commands/DeleteAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssetCommand.js +0 -70
- package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssetModelCommand.js +0 -69
- package/dist/es/commands/DeleteAssetModelCommand.js.map +0 -1
- package/dist/es/commands/DeleteDashboardCommand.js +0 -65
- package/dist/es/commands/DeleteDashboardCommand.js.map +0 -1
- package/dist/es/commands/DeleteGatewayCommand.js +0 -66
- package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeletePortalCommand.js +0 -65
- package/dist/es/commands/DeletePortalCommand.js.map +0 -1
- package/dist/es/commands/DeleteProjectCommand.js +0 -65
- package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccessPolicyCommand.js +0 -66
- package/dist/es/commands/DescribeAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssetCommand.js +0 -65
- package/dist/es/commands/DescribeAssetCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssetModelCommand.js +0 -65
- package/dist/es/commands/DescribeAssetModelCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssetPropertyCommand.js +0 -72
- package/dist/es/commands/DescribeAssetPropertyCommand.js.map +0 -1
- package/dist/es/commands/DescribeDashboardCommand.js +0 -65
- package/dist/es/commands/DescribeDashboardCommand.js.map +0 -1
- package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -67
- package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -69
- package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayCommand.js +0 -65
- package/dist/es/commands/DescribeGatewayCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoggingOptionsCommand.js +0 -65
- package/dist/es/commands/DescribeLoggingOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribePortalCommand.js +0 -65
- package/dist/es/commands/DescribePortalCommand.js.map +0 -1
- package/dist/es/commands/DescribeProjectCommand.js +0 -65
- package/dist/es/commands/DescribeProjectCommand.js.map +0 -1
- package/dist/es/commands/DescribeStorageConfigurationCommand.js +0 -65
- package/dist/es/commands/DescribeStorageConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAssetsCommand.js +0 -66
- package/dist/es/commands/DisassociateAssetsCommand.js.map +0 -1
- package/dist/es/commands/GetAssetPropertyAggregatesCommand.js +0 -76
- package/dist/es/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
- package/dist/es/commands/GetAssetPropertyValueCommand.js +0 -76
- package/dist/es/commands/GetAssetPropertyValueCommand.js.map +0 -1
- package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js +0 -76
- package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
- package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -79
- package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPoliciesCommand.js +0 -66
- package/dist/es/commands/ListAccessPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListAssetModelsCommand.js +0 -65
- package/dist/es/commands/ListAssetModelsCommand.js.map +0 -1
- package/dist/es/commands/ListAssetRelationshipsCommand.js +0 -67
- package/dist/es/commands/ListAssetRelationshipsCommand.js.map +0 -1
- package/dist/es/commands/ListAssetsCommand.js +0 -77
- package/dist/es/commands/ListAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedAssetsCommand.js +0 -74
- package/dist/es/commands/ListAssociatedAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListDashboardsCommand.js +0 -65
- package/dist/es/commands/ListDashboardsCommand.js.map +0 -1
- package/dist/es/commands/ListGatewaysCommand.js +0 -65
- package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/es/commands/ListPortalsCommand.js +0 -65
- package/dist/es/commands/ListPortalsCommand.js.map +0 -1
- package/dist/es/commands/ListProjectAssetsCommand.js +0 -65
- package/dist/es/commands/ListProjectAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListProjectsCommand.js +0 -65
- package/dist/es/commands/ListProjectsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js +0 -67
- package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutLoggingOptionsCommand.js +0 -65
- package/dist/es/commands/PutLoggingOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutStorageConfigurationCommand.js +0 -65
- package/dist/es/commands/PutStorageConfigurationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -66
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccessPolicyCommand.js +0 -66
- package/dist/es/commands/UpdateAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetCommand.js +0 -66
- package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetModelCommand.js +0 -77
- package/dist/es/commands/UpdateAssetModelCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetPropertyCommand.js +0 -70
- package/dist/es/commands/UpdateAssetPropertyCommand.js.map +0 -1
- package/dist/es/commands/UpdateDashboardCommand.js +0 -65
- package/dist/es/commands/UpdateDashboardCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -69
- package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayCommand.js +0 -65
- package/dist/es/commands/UpdateGatewayCommand.js.map +0 -1
- package/dist/es/commands/UpdatePortalCommand.js +0 -65
- package/dist/es/commands/UpdatePortalCommand.js.map +0 -1
- package/dist/es/commands/UpdateProjectCommand.js +0 -65
- package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -84
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1553
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js +0 -87
- package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
- package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -87
- package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -87
- package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccessPoliciesPaginator.js +0 -87
- package/dist/es/pagination/ListAccessPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssetModelsPaginator.js +0 -87
- package/dist/es/pagination/ListAssetModelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssetRelationshipsPaginator.js +0 -87
- package/dist/es/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssetsPaginator.js +0 -87
- package/dist/es/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssociatedAssetsPaginator.js +0 -87
- package/dist/es/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDashboardsPaginator.js +0 -87
- package/dist/es/pagination/ListDashboardsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
- package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortalsPaginator.js +0 -87
- package/dist/es/pagination/ListPortalsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProjectAssetsPaginator.js +0 -87
- package/dist/es/pagination/ListProjectAssetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProjectsPaginator.js +0 -87
- package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -9612
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForAssetActive.js +0 -70
- package/dist/es/waiters/waitForAssetActive.js.map +0 -1
- package/dist/es/waiters/waitForAssetModelActive.js +0 -70
- package/dist/es/waiters/waitForAssetModelActive.js.map +0 -1
- package/dist/es/waiters/waitForAssetModelNotExists.js +0 -55
- package/dist/es/waiters/waitForAssetModelNotExists.js.map +0 -1
- package/dist/es/waiters/waitForAssetNotExists.js +0 -55
- package/dist/es/waiters/waitForAssetNotExists.js.map +0 -1
- package/dist/es/waiters/waitForPortalActive.js +0 -61
- package/dist/es/waiters/waitForPortalActive.js.map +0 -1
- package/dist/es/waiters/waitForPortalNotExists.js +0 -55
- package/dist/es/waiters/waitForPortalNotExists.js.map +0 -1
- package/dist/types/IoTSiteWise.d.ts +0 -592
- package/dist/types/IoTSiteWiseClient.d.ts +0 -193
- package/dist/types/commands/AssociateAssetsCommand.d.ts +0 -37
- package/dist/types/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
- package/dist/types/commands/CreateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAssetCommand.d.ts +0 -36
- package/dist/types/commands/CreateAssetModelCommand.d.ts +0 -39
- package/dist/types/commands/CreateDashboardCommand.d.ts +0 -35
- package/dist/types/commands/CreateGatewayCommand.d.ts +0 -37
- package/dist/types/commands/CreatePortalCommand.d.ts +0 -41
- package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAccessPolicyCommand.d.ts +0 -37
- package/dist/types/commands/DeleteAssetCommand.d.ts +0 -40
- package/dist/types/commands/DeleteAssetModelCommand.d.ts +0 -39
- package/dist/types/commands/DeleteDashboardCommand.d.ts +0 -35
- package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -36
- package/dist/types/commands/DeletePortalCommand.d.ts +0 -35
- package/dist/types/commands/DeleteProjectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAssetCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAssetModelCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAssetPropertyCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDashboardCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/commands/DescribeGatewayCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribePortalCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProjectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateAssetsCommand.d.ts +0 -36
- package/dist/types/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
- package/dist/types/commands/GetAssetPropertyValueCommand.d.ts +0 -46
- package/dist/types/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
- package/dist/types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
- package/dist/types/commands/ListAccessPoliciesCommand.d.ts +0 -36
- package/dist/types/commands/ListAssetModelsCommand.d.ts +0 -35
- package/dist/types/commands/ListAssetRelationshipsCommand.d.ts +0 -37
- package/dist/types/commands/ListAssetsCommand.d.ts +0 -47
- package/dist/types/commands/ListAssociatedAssetsCommand.d.ts +0 -44
- package/dist/types/commands/ListDashboardsCommand.d.ts +0 -35
- package/dist/types/commands/ListGatewaysCommand.d.ts +0 -35
- package/dist/types/commands/ListPortalsCommand.d.ts +0 -35
- package/dist/types/commands/ListProjectAssetsCommand.d.ts +0 -35
- package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/PutLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/commands/PutStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateAssetCommand.d.ts +0 -36
- package/dist/types/commands/UpdateAssetModelCommand.d.ts +0 -47
- package/dist/types/commands/UpdateAssetPropertyCommand.d.ts +0 -40
- package/dist/types/commands/UpdateDashboardCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/commands/UpdateGatewayCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePortalCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProjectCommand.d.ts +0 -35
- package/dist/types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
- package/dist/types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssetModelsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDashboardsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortalsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProjectAssetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -182
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/IoTSiteWise.d.ts +0 -592
- package/dist/types/ts3.4/IoTSiteWiseClient.d.ts +0 -193
- package/dist/types/ts3.4/commands/AssociateAssetsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAssetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAssetModelCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreatePortalCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteAssetModelCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePortalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAssetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAssetModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeGatewayCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePortalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateAssetsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAssetModelsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListAssetsCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPortalsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProjectAssetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateAssetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateAssetModelCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateGatewayCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePortalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDashboardsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortalsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -182
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForAssetActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForAssetModelActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForAssetNotExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForPortalActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForPortalNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForAssetActive.d.ts +0 -14
- package/dist/types/waiters/waitForAssetModelActive.d.ts +0 -14
- package/dist/types/waiters/waitForAssetModelNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForAssetNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForPortalActive.d.ts +0 -14
- package/dist/types/waiters/waitForPortalNotExists.d.ts +0 -14
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6075
- package/pagination/GetAssetPropertyAggregatesPaginator.ts +0 -58
- package/pagination/GetAssetPropertyValueHistoryPaginator.ts +0 -58
- package/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessPoliciesPaginator.ts +0 -58
- package/pagination/ListAssetModelsPaginator.ts +0 -58
- package/pagination/ListAssetRelationshipsPaginator.ts +0 -58
- package/pagination/ListAssetsPaginator.ts +0 -54
- package/pagination/ListAssociatedAssetsPaginator.ts +0 -58
- package/pagination/ListDashboardsPaginator.ts +0 -58
- package/pagination/ListGatewaysPaginator.ts +0 -58
- package/pagination/ListPortalsPaginator.ts +0 -54
- package/pagination/ListProjectAssetsPaginator.ts +0 -58
- package/pagination/ListProjectsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -9901
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForAssetActive.ts +0 -54
- package/waiters/waitForAssetModelActive.ts +0 -54
- package/waiters/waitForAssetModelNotExists.ts +0 -41
- package/waiters/waitForAssetNotExists.ts +0 -41
- package/waiters/waitForPortalActive.ts +0 -46
- package/waiters/waitForPortalNotExists.ts +0 -41
package/dist/es/IoTSiteWise.js
DELETED
|
@@ -1,915 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
|
|
3
|
-
import { AssociateAssetsCommand, } from "./commands/AssociateAssetsCommand";
|
|
4
|
-
import { BatchAssociateProjectAssetsCommand, } from "./commands/BatchAssociateProjectAssetsCommand";
|
|
5
|
-
import { BatchDisassociateProjectAssetsCommand, } from "./commands/BatchDisassociateProjectAssetsCommand";
|
|
6
|
-
import { BatchPutAssetPropertyValueCommand, } from "./commands/BatchPutAssetPropertyValueCommand";
|
|
7
|
-
import { CreateAccessPolicyCommand, } from "./commands/CreateAccessPolicyCommand";
|
|
8
|
-
import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
9
|
-
import { CreateAssetModelCommand, } from "./commands/CreateAssetModelCommand";
|
|
10
|
-
import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
|
|
11
|
-
import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
|
|
12
|
-
import { CreatePortalCommand, } from "./commands/CreatePortalCommand";
|
|
13
|
-
import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
|
|
14
|
-
import { DeleteAccessPolicyCommand, } from "./commands/DeleteAccessPolicyCommand";
|
|
15
|
-
import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
|
|
16
|
-
import { DeleteAssetModelCommand, } from "./commands/DeleteAssetModelCommand";
|
|
17
|
-
import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
|
|
18
|
-
import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
|
|
19
|
-
import { DeletePortalCommand, } from "./commands/DeletePortalCommand";
|
|
20
|
-
import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
|
|
21
|
-
import { DescribeAccessPolicyCommand, } from "./commands/DescribeAccessPolicyCommand";
|
|
22
|
-
import { DescribeAssetCommand, } from "./commands/DescribeAssetCommand";
|
|
23
|
-
import { DescribeAssetModelCommand, } from "./commands/DescribeAssetModelCommand";
|
|
24
|
-
import { DescribeAssetPropertyCommand, } from "./commands/DescribeAssetPropertyCommand";
|
|
25
|
-
import { DescribeDashboardCommand, } from "./commands/DescribeDashboardCommand";
|
|
26
|
-
import { DescribeDefaultEncryptionConfigurationCommand, } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
27
|
-
import { DescribeGatewayCapabilityConfigurationCommand, } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
28
|
-
import { DescribeGatewayCommand, } from "./commands/DescribeGatewayCommand";
|
|
29
|
-
import { DescribeLoggingOptionsCommand, } from "./commands/DescribeLoggingOptionsCommand";
|
|
30
|
-
import { DescribePortalCommand, } from "./commands/DescribePortalCommand";
|
|
31
|
-
import { DescribeProjectCommand, } from "./commands/DescribeProjectCommand";
|
|
32
|
-
import { DescribeStorageConfigurationCommand, } from "./commands/DescribeStorageConfigurationCommand";
|
|
33
|
-
import { DisassociateAssetsCommand, } from "./commands/DisassociateAssetsCommand";
|
|
34
|
-
import { GetAssetPropertyAggregatesCommand, } from "./commands/GetAssetPropertyAggregatesCommand";
|
|
35
|
-
import { GetAssetPropertyValueCommand, } from "./commands/GetAssetPropertyValueCommand";
|
|
36
|
-
import { GetAssetPropertyValueHistoryCommand, } from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
37
|
-
import { GetInterpolatedAssetPropertyValuesCommand, } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
38
|
-
import { ListAccessPoliciesCommand, } from "./commands/ListAccessPoliciesCommand";
|
|
39
|
-
import { ListAssetModelsCommand, } from "./commands/ListAssetModelsCommand";
|
|
40
|
-
import { ListAssetRelationshipsCommand, } from "./commands/ListAssetRelationshipsCommand";
|
|
41
|
-
import { ListAssetsCommand } from "./commands/ListAssetsCommand";
|
|
42
|
-
import { ListAssociatedAssetsCommand, } from "./commands/ListAssociatedAssetsCommand";
|
|
43
|
-
import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
|
|
44
|
-
import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
|
|
45
|
-
import { ListPortalsCommand } from "./commands/ListPortalsCommand";
|
|
46
|
-
import { ListProjectAssetsCommand, } from "./commands/ListProjectAssetsCommand";
|
|
47
|
-
import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
|
|
48
|
-
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
49
|
-
import { PutDefaultEncryptionConfigurationCommand, } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
50
|
-
import { PutLoggingOptionsCommand, } from "./commands/PutLoggingOptionsCommand";
|
|
51
|
-
import { PutStorageConfigurationCommand, } from "./commands/PutStorageConfigurationCommand";
|
|
52
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
53
|
-
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
54
|
-
import { UpdateAccessPolicyCommand, } from "./commands/UpdateAccessPolicyCommand";
|
|
55
|
-
import { UpdateAssetCommand } from "./commands/UpdateAssetCommand";
|
|
56
|
-
import { UpdateAssetModelCommand, } from "./commands/UpdateAssetModelCommand";
|
|
57
|
-
import { UpdateAssetPropertyCommand, } from "./commands/UpdateAssetPropertyCommand";
|
|
58
|
-
import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
|
|
59
|
-
import { UpdateGatewayCapabilityConfigurationCommand, } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
60
|
-
import { UpdateGatewayCommand, } from "./commands/UpdateGatewayCommand";
|
|
61
|
-
import { UpdatePortalCommand, } from "./commands/UpdatePortalCommand";
|
|
62
|
-
import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
|
|
63
|
-
/**
|
|
64
|
-
* <p>Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects <a href="https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications">Industrial Internet of Things (IIoT)</a> devices to the power of the Amazon Web Services Cloud. For more information, see the
|
|
65
|
-
* <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/">IoT SiteWise User Guide</a>. For information about IoT SiteWise quotas, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
66
|
-
*/
|
|
67
|
-
var IoTSiteWise = /** @class */ (function (_super) {
|
|
68
|
-
__extends(IoTSiteWise, _super);
|
|
69
|
-
function IoTSiteWise() {
|
|
70
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
71
|
-
}
|
|
72
|
-
IoTSiteWise.prototype.associateAssets = function (args, optionsOrCb, cb) {
|
|
73
|
-
var command = new AssociateAssetsCommand(args);
|
|
74
|
-
if (typeof optionsOrCb === "function") {
|
|
75
|
-
this.send(command, optionsOrCb);
|
|
76
|
-
}
|
|
77
|
-
else if (typeof cb === "function") {
|
|
78
|
-
if (typeof optionsOrCb !== "object")
|
|
79
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
80
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
81
|
-
}
|
|
82
|
-
else {
|
|
83
|
-
return this.send(command, optionsOrCb);
|
|
84
|
-
}
|
|
85
|
-
};
|
|
86
|
-
IoTSiteWise.prototype.batchAssociateProjectAssets = function (args, optionsOrCb, cb) {
|
|
87
|
-
var command = new BatchAssociateProjectAssetsCommand(args);
|
|
88
|
-
if (typeof optionsOrCb === "function") {
|
|
89
|
-
this.send(command, optionsOrCb);
|
|
90
|
-
}
|
|
91
|
-
else if (typeof cb === "function") {
|
|
92
|
-
if (typeof optionsOrCb !== "object")
|
|
93
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
94
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
95
|
-
}
|
|
96
|
-
else {
|
|
97
|
-
return this.send(command, optionsOrCb);
|
|
98
|
-
}
|
|
99
|
-
};
|
|
100
|
-
IoTSiteWise.prototype.batchDisassociateProjectAssets = function (args, optionsOrCb, cb) {
|
|
101
|
-
var command = new BatchDisassociateProjectAssetsCommand(args);
|
|
102
|
-
if (typeof optionsOrCb === "function") {
|
|
103
|
-
this.send(command, optionsOrCb);
|
|
104
|
-
}
|
|
105
|
-
else if (typeof cb === "function") {
|
|
106
|
-
if (typeof optionsOrCb !== "object")
|
|
107
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
108
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
109
|
-
}
|
|
110
|
-
else {
|
|
111
|
-
return this.send(command, optionsOrCb);
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
IoTSiteWise.prototype.batchPutAssetPropertyValue = function (args, optionsOrCb, cb) {
|
|
115
|
-
var command = new BatchPutAssetPropertyValueCommand(args);
|
|
116
|
-
if (typeof optionsOrCb === "function") {
|
|
117
|
-
this.send(command, optionsOrCb);
|
|
118
|
-
}
|
|
119
|
-
else if (typeof cb === "function") {
|
|
120
|
-
if (typeof optionsOrCb !== "object")
|
|
121
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
122
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
123
|
-
}
|
|
124
|
-
else {
|
|
125
|
-
return this.send(command, optionsOrCb);
|
|
126
|
-
}
|
|
127
|
-
};
|
|
128
|
-
IoTSiteWise.prototype.createAccessPolicy = function (args, optionsOrCb, cb) {
|
|
129
|
-
var command = new CreateAccessPolicyCommand(args);
|
|
130
|
-
if (typeof optionsOrCb === "function") {
|
|
131
|
-
this.send(command, optionsOrCb);
|
|
132
|
-
}
|
|
133
|
-
else if (typeof cb === "function") {
|
|
134
|
-
if (typeof optionsOrCb !== "object")
|
|
135
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
136
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
137
|
-
}
|
|
138
|
-
else {
|
|
139
|
-
return this.send(command, optionsOrCb);
|
|
140
|
-
}
|
|
141
|
-
};
|
|
142
|
-
IoTSiteWise.prototype.createAsset = function (args, optionsOrCb, cb) {
|
|
143
|
-
var command = new CreateAssetCommand(args);
|
|
144
|
-
if (typeof optionsOrCb === "function") {
|
|
145
|
-
this.send(command, optionsOrCb);
|
|
146
|
-
}
|
|
147
|
-
else if (typeof cb === "function") {
|
|
148
|
-
if (typeof optionsOrCb !== "object")
|
|
149
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
150
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
151
|
-
}
|
|
152
|
-
else {
|
|
153
|
-
return this.send(command, optionsOrCb);
|
|
154
|
-
}
|
|
155
|
-
};
|
|
156
|
-
IoTSiteWise.prototype.createAssetModel = function (args, optionsOrCb, cb) {
|
|
157
|
-
var command = new CreateAssetModelCommand(args);
|
|
158
|
-
if (typeof optionsOrCb === "function") {
|
|
159
|
-
this.send(command, optionsOrCb);
|
|
160
|
-
}
|
|
161
|
-
else if (typeof cb === "function") {
|
|
162
|
-
if (typeof optionsOrCb !== "object")
|
|
163
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
164
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
165
|
-
}
|
|
166
|
-
else {
|
|
167
|
-
return this.send(command, optionsOrCb);
|
|
168
|
-
}
|
|
169
|
-
};
|
|
170
|
-
IoTSiteWise.prototype.createDashboard = function (args, optionsOrCb, cb) {
|
|
171
|
-
var command = new CreateDashboardCommand(args);
|
|
172
|
-
if (typeof optionsOrCb === "function") {
|
|
173
|
-
this.send(command, optionsOrCb);
|
|
174
|
-
}
|
|
175
|
-
else if (typeof cb === "function") {
|
|
176
|
-
if (typeof optionsOrCb !== "object")
|
|
177
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
178
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
179
|
-
}
|
|
180
|
-
else {
|
|
181
|
-
return this.send(command, optionsOrCb);
|
|
182
|
-
}
|
|
183
|
-
};
|
|
184
|
-
IoTSiteWise.prototype.createGateway = function (args, optionsOrCb, cb) {
|
|
185
|
-
var command = new CreateGatewayCommand(args);
|
|
186
|
-
if (typeof optionsOrCb === "function") {
|
|
187
|
-
this.send(command, optionsOrCb);
|
|
188
|
-
}
|
|
189
|
-
else if (typeof cb === "function") {
|
|
190
|
-
if (typeof optionsOrCb !== "object")
|
|
191
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
192
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
193
|
-
}
|
|
194
|
-
else {
|
|
195
|
-
return this.send(command, optionsOrCb);
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
IoTSiteWise.prototype.createPortal = function (args, optionsOrCb, cb) {
|
|
199
|
-
var command = new CreatePortalCommand(args);
|
|
200
|
-
if (typeof optionsOrCb === "function") {
|
|
201
|
-
this.send(command, optionsOrCb);
|
|
202
|
-
}
|
|
203
|
-
else if (typeof cb === "function") {
|
|
204
|
-
if (typeof optionsOrCb !== "object")
|
|
205
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
206
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
207
|
-
}
|
|
208
|
-
else {
|
|
209
|
-
return this.send(command, optionsOrCb);
|
|
210
|
-
}
|
|
211
|
-
};
|
|
212
|
-
IoTSiteWise.prototype.createProject = function (args, optionsOrCb, cb) {
|
|
213
|
-
var command = new CreateProjectCommand(args);
|
|
214
|
-
if (typeof optionsOrCb === "function") {
|
|
215
|
-
this.send(command, optionsOrCb);
|
|
216
|
-
}
|
|
217
|
-
else if (typeof cb === "function") {
|
|
218
|
-
if (typeof optionsOrCb !== "object")
|
|
219
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
220
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
221
|
-
}
|
|
222
|
-
else {
|
|
223
|
-
return this.send(command, optionsOrCb);
|
|
224
|
-
}
|
|
225
|
-
};
|
|
226
|
-
IoTSiteWise.prototype.deleteAccessPolicy = function (args, optionsOrCb, cb) {
|
|
227
|
-
var command = new DeleteAccessPolicyCommand(args);
|
|
228
|
-
if (typeof optionsOrCb === "function") {
|
|
229
|
-
this.send(command, optionsOrCb);
|
|
230
|
-
}
|
|
231
|
-
else if (typeof cb === "function") {
|
|
232
|
-
if (typeof optionsOrCb !== "object")
|
|
233
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
234
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
235
|
-
}
|
|
236
|
-
else {
|
|
237
|
-
return this.send(command, optionsOrCb);
|
|
238
|
-
}
|
|
239
|
-
};
|
|
240
|
-
IoTSiteWise.prototype.deleteAsset = function (args, optionsOrCb, cb) {
|
|
241
|
-
var command = new DeleteAssetCommand(args);
|
|
242
|
-
if (typeof optionsOrCb === "function") {
|
|
243
|
-
this.send(command, optionsOrCb);
|
|
244
|
-
}
|
|
245
|
-
else if (typeof cb === "function") {
|
|
246
|
-
if (typeof optionsOrCb !== "object")
|
|
247
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
248
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
249
|
-
}
|
|
250
|
-
else {
|
|
251
|
-
return this.send(command, optionsOrCb);
|
|
252
|
-
}
|
|
253
|
-
};
|
|
254
|
-
IoTSiteWise.prototype.deleteAssetModel = function (args, optionsOrCb, cb) {
|
|
255
|
-
var command = new DeleteAssetModelCommand(args);
|
|
256
|
-
if (typeof optionsOrCb === "function") {
|
|
257
|
-
this.send(command, optionsOrCb);
|
|
258
|
-
}
|
|
259
|
-
else if (typeof cb === "function") {
|
|
260
|
-
if (typeof optionsOrCb !== "object")
|
|
261
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
262
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
263
|
-
}
|
|
264
|
-
else {
|
|
265
|
-
return this.send(command, optionsOrCb);
|
|
266
|
-
}
|
|
267
|
-
};
|
|
268
|
-
IoTSiteWise.prototype.deleteDashboard = function (args, optionsOrCb, cb) {
|
|
269
|
-
var command = new DeleteDashboardCommand(args);
|
|
270
|
-
if (typeof optionsOrCb === "function") {
|
|
271
|
-
this.send(command, optionsOrCb);
|
|
272
|
-
}
|
|
273
|
-
else if (typeof cb === "function") {
|
|
274
|
-
if (typeof optionsOrCb !== "object")
|
|
275
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
276
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
277
|
-
}
|
|
278
|
-
else {
|
|
279
|
-
return this.send(command, optionsOrCb);
|
|
280
|
-
}
|
|
281
|
-
};
|
|
282
|
-
IoTSiteWise.prototype.deleteGateway = function (args, optionsOrCb, cb) {
|
|
283
|
-
var command = new DeleteGatewayCommand(args);
|
|
284
|
-
if (typeof optionsOrCb === "function") {
|
|
285
|
-
this.send(command, optionsOrCb);
|
|
286
|
-
}
|
|
287
|
-
else if (typeof cb === "function") {
|
|
288
|
-
if (typeof optionsOrCb !== "object")
|
|
289
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
290
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
291
|
-
}
|
|
292
|
-
else {
|
|
293
|
-
return this.send(command, optionsOrCb);
|
|
294
|
-
}
|
|
295
|
-
};
|
|
296
|
-
IoTSiteWise.prototype.deletePortal = function (args, optionsOrCb, cb) {
|
|
297
|
-
var command = new DeletePortalCommand(args);
|
|
298
|
-
if (typeof optionsOrCb === "function") {
|
|
299
|
-
this.send(command, optionsOrCb);
|
|
300
|
-
}
|
|
301
|
-
else if (typeof cb === "function") {
|
|
302
|
-
if (typeof optionsOrCb !== "object")
|
|
303
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
304
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
305
|
-
}
|
|
306
|
-
else {
|
|
307
|
-
return this.send(command, optionsOrCb);
|
|
308
|
-
}
|
|
309
|
-
};
|
|
310
|
-
IoTSiteWise.prototype.deleteProject = function (args, optionsOrCb, cb) {
|
|
311
|
-
var command = new DeleteProjectCommand(args);
|
|
312
|
-
if (typeof optionsOrCb === "function") {
|
|
313
|
-
this.send(command, optionsOrCb);
|
|
314
|
-
}
|
|
315
|
-
else if (typeof cb === "function") {
|
|
316
|
-
if (typeof optionsOrCb !== "object")
|
|
317
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
318
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
319
|
-
}
|
|
320
|
-
else {
|
|
321
|
-
return this.send(command, optionsOrCb);
|
|
322
|
-
}
|
|
323
|
-
};
|
|
324
|
-
IoTSiteWise.prototype.describeAccessPolicy = function (args, optionsOrCb, cb) {
|
|
325
|
-
var command = new DescribeAccessPolicyCommand(args);
|
|
326
|
-
if (typeof optionsOrCb === "function") {
|
|
327
|
-
this.send(command, optionsOrCb);
|
|
328
|
-
}
|
|
329
|
-
else if (typeof cb === "function") {
|
|
330
|
-
if (typeof optionsOrCb !== "object")
|
|
331
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
332
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
333
|
-
}
|
|
334
|
-
else {
|
|
335
|
-
return this.send(command, optionsOrCb);
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
IoTSiteWise.prototype.describeAsset = function (args, optionsOrCb, cb) {
|
|
339
|
-
var command = new DescribeAssetCommand(args);
|
|
340
|
-
if (typeof optionsOrCb === "function") {
|
|
341
|
-
this.send(command, optionsOrCb);
|
|
342
|
-
}
|
|
343
|
-
else if (typeof cb === "function") {
|
|
344
|
-
if (typeof optionsOrCb !== "object")
|
|
345
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
346
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
347
|
-
}
|
|
348
|
-
else {
|
|
349
|
-
return this.send(command, optionsOrCb);
|
|
350
|
-
}
|
|
351
|
-
};
|
|
352
|
-
IoTSiteWise.prototype.describeAssetModel = function (args, optionsOrCb, cb) {
|
|
353
|
-
var command = new DescribeAssetModelCommand(args);
|
|
354
|
-
if (typeof optionsOrCb === "function") {
|
|
355
|
-
this.send(command, optionsOrCb);
|
|
356
|
-
}
|
|
357
|
-
else if (typeof cb === "function") {
|
|
358
|
-
if (typeof optionsOrCb !== "object")
|
|
359
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
360
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
361
|
-
}
|
|
362
|
-
else {
|
|
363
|
-
return this.send(command, optionsOrCb);
|
|
364
|
-
}
|
|
365
|
-
};
|
|
366
|
-
IoTSiteWise.prototype.describeAssetProperty = function (args, optionsOrCb, cb) {
|
|
367
|
-
var command = new DescribeAssetPropertyCommand(args);
|
|
368
|
-
if (typeof optionsOrCb === "function") {
|
|
369
|
-
this.send(command, optionsOrCb);
|
|
370
|
-
}
|
|
371
|
-
else if (typeof cb === "function") {
|
|
372
|
-
if (typeof optionsOrCb !== "object")
|
|
373
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
374
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
375
|
-
}
|
|
376
|
-
else {
|
|
377
|
-
return this.send(command, optionsOrCb);
|
|
378
|
-
}
|
|
379
|
-
};
|
|
380
|
-
IoTSiteWise.prototype.describeDashboard = function (args, optionsOrCb, cb) {
|
|
381
|
-
var command = new DescribeDashboardCommand(args);
|
|
382
|
-
if (typeof optionsOrCb === "function") {
|
|
383
|
-
this.send(command, optionsOrCb);
|
|
384
|
-
}
|
|
385
|
-
else if (typeof cb === "function") {
|
|
386
|
-
if (typeof optionsOrCb !== "object")
|
|
387
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
388
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
389
|
-
}
|
|
390
|
-
else {
|
|
391
|
-
return this.send(command, optionsOrCb);
|
|
392
|
-
}
|
|
393
|
-
};
|
|
394
|
-
IoTSiteWise.prototype.describeDefaultEncryptionConfiguration = function (args, optionsOrCb, cb) {
|
|
395
|
-
var command = new DescribeDefaultEncryptionConfigurationCommand(args);
|
|
396
|
-
if (typeof optionsOrCb === "function") {
|
|
397
|
-
this.send(command, optionsOrCb);
|
|
398
|
-
}
|
|
399
|
-
else if (typeof cb === "function") {
|
|
400
|
-
if (typeof optionsOrCb !== "object")
|
|
401
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
402
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
403
|
-
}
|
|
404
|
-
else {
|
|
405
|
-
return this.send(command, optionsOrCb);
|
|
406
|
-
}
|
|
407
|
-
};
|
|
408
|
-
IoTSiteWise.prototype.describeGateway = function (args, optionsOrCb, cb) {
|
|
409
|
-
var command = new DescribeGatewayCommand(args);
|
|
410
|
-
if (typeof optionsOrCb === "function") {
|
|
411
|
-
this.send(command, optionsOrCb);
|
|
412
|
-
}
|
|
413
|
-
else if (typeof cb === "function") {
|
|
414
|
-
if (typeof optionsOrCb !== "object")
|
|
415
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
416
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
417
|
-
}
|
|
418
|
-
else {
|
|
419
|
-
return this.send(command, optionsOrCb);
|
|
420
|
-
}
|
|
421
|
-
};
|
|
422
|
-
IoTSiteWise.prototype.describeGatewayCapabilityConfiguration = function (args, optionsOrCb, cb) {
|
|
423
|
-
var command = new DescribeGatewayCapabilityConfigurationCommand(args);
|
|
424
|
-
if (typeof optionsOrCb === "function") {
|
|
425
|
-
this.send(command, optionsOrCb);
|
|
426
|
-
}
|
|
427
|
-
else if (typeof cb === "function") {
|
|
428
|
-
if (typeof optionsOrCb !== "object")
|
|
429
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
430
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
431
|
-
}
|
|
432
|
-
else {
|
|
433
|
-
return this.send(command, optionsOrCb);
|
|
434
|
-
}
|
|
435
|
-
};
|
|
436
|
-
IoTSiteWise.prototype.describeLoggingOptions = function (args, optionsOrCb, cb) {
|
|
437
|
-
var command = new DescribeLoggingOptionsCommand(args);
|
|
438
|
-
if (typeof optionsOrCb === "function") {
|
|
439
|
-
this.send(command, optionsOrCb);
|
|
440
|
-
}
|
|
441
|
-
else if (typeof cb === "function") {
|
|
442
|
-
if (typeof optionsOrCb !== "object")
|
|
443
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
444
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
445
|
-
}
|
|
446
|
-
else {
|
|
447
|
-
return this.send(command, optionsOrCb);
|
|
448
|
-
}
|
|
449
|
-
};
|
|
450
|
-
IoTSiteWise.prototype.describePortal = function (args, optionsOrCb, cb) {
|
|
451
|
-
var command = new DescribePortalCommand(args);
|
|
452
|
-
if (typeof optionsOrCb === "function") {
|
|
453
|
-
this.send(command, optionsOrCb);
|
|
454
|
-
}
|
|
455
|
-
else if (typeof cb === "function") {
|
|
456
|
-
if (typeof optionsOrCb !== "object")
|
|
457
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
458
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
459
|
-
}
|
|
460
|
-
else {
|
|
461
|
-
return this.send(command, optionsOrCb);
|
|
462
|
-
}
|
|
463
|
-
};
|
|
464
|
-
IoTSiteWise.prototype.describeProject = function (args, optionsOrCb, cb) {
|
|
465
|
-
var command = new DescribeProjectCommand(args);
|
|
466
|
-
if (typeof optionsOrCb === "function") {
|
|
467
|
-
this.send(command, optionsOrCb);
|
|
468
|
-
}
|
|
469
|
-
else if (typeof cb === "function") {
|
|
470
|
-
if (typeof optionsOrCb !== "object")
|
|
471
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
472
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
473
|
-
}
|
|
474
|
-
else {
|
|
475
|
-
return this.send(command, optionsOrCb);
|
|
476
|
-
}
|
|
477
|
-
};
|
|
478
|
-
IoTSiteWise.prototype.describeStorageConfiguration = function (args, optionsOrCb, cb) {
|
|
479
|
-
var command = new DescribeStorageConfigurationCommand(args);
|
|
480
|
-
if (typeof optionsOrCb === "function") {
|
|
481
|
-
this.send(command, optionsOrCb);
|
|
482
|
-
}
|
|
483
|
-
else if (typeof cb === "function") {
|
|
484
|
-
if (typeof optionsOrCb !== "object")
|
|
485
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
486
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
-
}
|
|
488
|
-
else {
|
|
489
|
-
return this.send(command, optionsOrCb);
|
|
490
|
-
}
|
|
491
|
-
};
|
|
492
|
-
IoTSiteWise.prototype.disassociateAssets = function (args, optionsOrCb, cb) {
|
|
493
|
-
var command = new DisassociateAssetsCommand(args);
|
|
494
|
-
if (typeof optionsOrCb === "function") {
|
|
495
|
-
this.send(command, optionsOrCb);
|
|
496
|
-
}
|
|
497
|
-
else if (typeof cb === "function") {
|
|
498
|
-
if (typeof optionsOrCb !== "object")
|
|
499
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
500
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
501
|
-
}
|
|
502
|
-
else {
|
|
503
|
-
return this.send(command, optionsOrCb);
|
|
504
|
-
}
|
|
505
|
-
};
|
|
506
|
-
IoTSiteWise.prototype.getAssetPropertyAggregates = function (args, optionsOrCb, cb) {
|
|
507
|
-
var command = new GetAssetPropertyAggregatesCommand(args);
|
|
508
|
-
if (typeof optionsOrCb === "function") {
|
|
509
|
-
this.send(command, optionsOrCb);
|
|
510
|
-
}
|
|
511
|
-
else if (typeof cb === "function") {
|
|
512
|
-
if (typeof optionsOrCb !== "object")
|
|
513
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
514
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
515
|
-
}
|
|
516
|
-
else {
|
|
517
|
-
return this.send(command, optionsOrCb);
|
|
518
|
-
}
|
|
519
|
-
};
|
|
520
|
-
IoTSiteWise.prototype.getAssetPropertyValue = function (args, optionsOrCb, cb) {
|
|
521
|
-
var command = new GetAssetPropertyValueCommand(args);
|
|
522
|
-
if (typeof optionsOrCb === "function") {
|
|
523
|
-
this.send(command, optionsOrCb);
|
|
524
|
-
}
|
|
525
|
-
else if (typeof cb === "function") {
|
|
526
|
-
if (typeof optionsOrCb !== "object")
|
|
527
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
528
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
529
|
-
}
|
|
530
|
-
else {
|
|
531
|
-
return this.send(command, optionsOrCb);
|
|
532
|
-
}
|
|
533
|
-
};
|
|
534
|
-
IoTSiteWise.prototype.getAssetPropertyValueHistory = function (args, optionsOrCb, cb) {
|
|
535
|
-
var command = new GetAssetPropertyValueHistoryCommand(args);
|
|
536
|
-
if (typeof optionsOrCb === "function") {
|
|
537
|
-
this.send(command, optionsOrCb);
|
|
538
|
-
}
|
|
539
|
-
else if (typeof cb === "function") {
|
|
540
|
-
if (typeof optionsOrCb !== "object")
|
|
541
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
542
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
543
|
-
}
|
|
544
|
-
else {
|
|
545
|
-
return this.send(command, optionsOrCb);
|
|
546
|
-
}
|
|
547
|
-
};
|
|
548
|
-
IoTSiteWise.prototype.getInterpolatedAssetPropertyValues = function (args, optionsOrCb, cb) {
|
|
549
|
-
var command = new GetInterpolatedAssetPropertyValuesCommand(args);
|
|
550
|
-
if (typeof optionsOrCb === "function") {
|
|
551
|
-
this.send(command, optionsOrCb);
|
|
552
|
-
}
|
|
553
|
-
else if (typeof cb === "function") {
|
|
554
|
-
if (typeof optionsOrCb !== "object")
|
|
555
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
556
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
557
|
-
}
|
|
558
|
-
else {
|
|
559
|
-
return this.send(command, optionsOrCb);
|
|
560
|
-
}
|
|
561
|
-
};
|
|
562
|
-
IoTSiteWise.prototype.listAccessPolicies = function (args, optionsOrCb, cb) {
|
|
563
|
-
var command = new ListAccessPoliciesCommand(args);
|
|
564
|
-
if (typeof optionsOrCb === "function") {
|
|
565
|
-
this.send(command, optionsOrCb);
|
|
566
|
-
}
|
|
567
|
-
else if (typeof cb === "function") {
|
|
568
|
-
if (typeof optionsOrCb !== "object")
|
|
569
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
570
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
571
|
-
}
|
|
572
|
-
else {
|
|
573
|
-
return this.send(command, optionsOrCb);
|
|
574
|
-
}
|
|
575
|
-
};
|
|
576
|
-
IoTSiteWise.prototype.listAssetModels = function (args, optionsOrCb, cb) {
|
|
577
|
-
var command = new ListAssetModelsCommand(args);
|
|
578
|
-
if (typeof optionsOrCb === "function") {
|
|
579
|
-
this.send(command, optionsOrCb);
|
|
580
|
-
}
|
|
581
|
-
else if (typeof cb === "function") {
|
|
582
|
-
if (typeof optionsOrCb !== "object")
|
|
583
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
584
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
585
|
-
}
|
|
586
|
-
else {
|
|
587
|
-
return this.send(command, optionsOrCb);
|
|
588
|
-
}
|
|
589
|
-
};
|
|
590
|
-
IoTSiteWise.prototype.listAssetRelationships = function (args, optionsOrCb, cb) {
|
|
591
|
-
var command = new ListAssetRelationshipsCommand(args);
|
|
592
|
-
if (typeof optionsOrCb === "function") {
|
|
593
|
-
this.send(command, optionsOrCb);
|
|
594
|
-
}
|
|
595
|
-
else if (typeof cb === "function") {
|
|
596
|
-
if (typeof optionsOrCb !== "object")
|
|
597
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
599
|
-
}
|
|
600
|
-
else {
|
|
601
|
-
return this.send(command, optionsOrCb);
|
|
602
|
-
}
|
|
603
|
-
};
|
|
604
|
-
IoTSiteWise.prototype.listAssets = function (args, optionsOrCb, cb) {
|
|
605
|
-
var command = new ListAssetsCommand(args);
|
|
606
|
-
if (typeof optionsOrCb === "function") {
|
|
607
|
-
this.send(command, optionsOrCb);
|
|
608
|
-
}
|
|
609
|
-
else if (typeof cb === "function") {
|
|
610
|
-
if (typeof optionsOrCb !== "object")
|
|
611
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
612
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
613
|
-
}
|
|
614
|
-
else {
|
|
615
|
-
return this.send(command, optionsOrCb);
|
|
616
|
-
}
|
|
617
|
-
};
|
|
618
|
-
IoTSiteWise.prototype.listAssociatedAssets = function (args, optionsOrCb, cb) {
|
|
619
|
-
var command = new ListAssociatedAssetsCommand(args);
|
|
620
|
-
if (typeof optionsOrCb === "function") {
|
|
621
|
-
this.send(command, optionsOrCb);
|
|
622
|
-
}
|
|
623
|
-
else if (typeof cb === "function") {
|
|
624
|
-
if (typeof optionsOrCb !== "object")
|
|
625
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
626
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
627
|
-
}
|
|
628
|
-
else {
|
|
629
|
-
return this.send(command, optionsOrCb);
|
|
630
|
-
}
|
|
631
|
-
};
|
|
632
|
-
IoTSiteWise.prototype.listDashboards = function (args, optionsOrCb, cb) {
|
|
633
|
-
var command = new ListDashboardsCommand(args);
|
|
634
|
-
if (typeof optionsOrCb === "function") {
|
|
635
|
-
this.send(command, optionsOrCb);
|
|
636
|
-
}
|
|
637
|
-
else if (typeof cb === "function") {
|
|
638
|
-
if (typeof optionsOrCb !== "object")
|
|
639
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
640
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
641
|
-
}
|
|
642
|
-
else {
|
|
643
|
-
return this.send(command, optionsOrCb);
|
|
644
|
-
}
|
|
645
|
-
};
|
|
646
|
-
IoTSiteWise.prototype.listGateways = function (args, optionsOrCb, cb) {
|
|
647
|
-
var command = new ListGatewaysCommand(args);
|
|
648
|
-
if (typeof optionsOrCb === "function") {
|
|
649
|
-
this.send(command, optionsOrCb);
|
|
650
|
-
}
|
|
651
|
-
else if (typeof cb === "function") {
|
|
652
|
-
if (typeof optionsOrCb !== "object")
|
|
653
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
654
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
655
|
-
}
|
|
656
|
-
else {
|
|
657
|
-
return this.send(command, optionsOrCb);
|
|
658
|
-
}
|
|
659
|
-
};
|
|
660
|
-
IoTSiteWise.prototype.listPortals = function (args, optionsOrCb, cb) {
|
|
661
|
-
var command = new ListPortalsCommand(args);
|
|
662
|
-
if (typeof optionsOrCb === "function") {
|
|
663
|
-
this.send(command, optionsOrCb);
|
|
664
|
-
}
|
|
665
|
-
else if (typeof cb === "function") {
|
|
666
|
-
if (typeof optionsOrCb !== "object")
|
|
667
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
668
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
669
|
-
}
|
|
670
|
-
else {
|
|
671
|
-
return this.send(command, optionsOrCb);
|
|
672
|
-
}
|
|
673
|
-
};
|
|
674
|
-
IoTSiteWise.prototype.listProjectAssets = function (args, optionsOrCb, cb) {
|
|
675
|
-
var command = new ListProjectAssetsCommand(args);
|
|
676
|
-
if (typeof optionsOrCb === "function") {
|
|
677
|
-
this.send(command, optionsOrCb);
|
|
678
|
-
}
|
|
679
|
-
else if (typeof cb === "function") {
|
|
680
|
-
if (typeof optionsOrCb !== "object")
|
|
681
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
682
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
683
|
-
}
|
|
684
|
-
else {
|
|
685
|
-
return this.send(command, optionsOrCb);
|
|
686
|
-
}
|
|
687
|
-
};
|
|
688
|
-
IoTSiteWise.prototype.listProjects = function (args, optionsOrCb, cb) {
|
|
689
|
-
var command = new ListProjectsCommand(args);
|
|
690
|
-
if (typeof optionsOrCb === "function") {
|
|
691
|
-
this.send(command, optionsOrCb);
|
|
692
|
-
}
|
|
693
|
-
else if (typeof cb === "function") {
|
|
694
|
-
if (typeof optionsOrCb !== "object")
|
|
695
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
696
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
697
|
-
}
|
|
698
|
-
else {
|
|
699
|
-
return this.send(command, optionsOrCb);
|
|
700
|
-
}
|
|
701
|
-
};
|
|
702
|
-
IoTSiteWise.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
703
|
-
var command = new ListTagsForResourceCommand(args);
|
|
704
|
-
if (typeof optionsOrCb === "function") {
|
|
705
|
-
this.send(command, optionsOrCb);
|
|
706
|
-
}
|
|
707
|
-
else if (typeof cb === "function") {
|
|
708
|
-
if (typeof optionsOrCb !== "object")
|
|
709
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
710
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
711
|
-
}
|
|
712
|
-
else {
|
|
713
|
-
return this.send(command, optionsOrCb);
|
|
714
|
-
}
|
|
715
|
-
};
|
|
716
|
-
IoTSiteWise.prototype.putDefaultEncryptionConfiguration = function (args, optionsOrCb, cb) {
|
|
717
|
-
var command = new PutDefaultEncryptionConfigurationCommand(args);
|
|
718
|
-
if (typeof optionsOrCb === "function") {
|
|
719
|
-
this.send(command, optionsOrCb);
|
|
720
|
-
}
|
|
721
|
-
else if (typeof cb === "function") {
|
|
722
|
-
if (typeof optionsOrCb !== "object")
|
|
723
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
724
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
725
|
-
}
|
|
726
|
-
else {
|
|
727
|
-
return this.send(command, optionsOrCb);
|
|
728
|
-
}
|
|
729
|
-
};
|
|
730
|
-
IoTSiteWise.prototype.putLoggingOptions = function (args, optionsOrCb, cb) {
|
|
731
|
-
var command = new PutLoggingOptionsCommand(args);
|
|
732
|
-
if (typeof optionsOrCb === "function") {
|
|
733
|
-
this.send(command, optionsOrCb);
|
|
734
|
-
}
|
|
735
|
-
else if (typeof cb === "function") {
|
|
736
|
-
if (typeof optionsOrCb !== "object")
|
|
737
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
738
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
739
|
-
}
|
|
740
|
-
else {
|
|
741
|
-
return this.send(command, optionsOrCb);
|
|
742
|
-
}
|
|
743
|
-
};
|
|
744
|
-
IoTSiteWise.prototype.putStorageConfiguration = function (args, optionsOrCb, cb) {
|
|
745
|
-
var command = new PutStorageConfigurationCommand(args);
|
|
746
|
-
if (typeof optionsOrCb === "function") {
|
|
747
|
-
this.send(command, optionsOrCb);
|
|
748
|
-
}
|
|
749
|
-
else if (typeof cb === "function") {
|
|
750
|
-
if (typeof optionsOrCb !== "object")
|
|
751
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
752
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
753
|
-
}
|
|
754
|
-
else {
|
|
755
|
-
return this.send(command, optionsOrCb);
|
|
756
|
-
}
|
|
757
|
-
};
|
|
758
|
-
IoTSiteWise.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
759
|
-
var command = new TagResourceCommand(args);
|
|
760
|
-
if (typeof optionsOrCb === "function") {
|
|
761
|
-
this.send(command, optionsOrCb);
|
|
762
|
-
}
|
|
763
|
-
else if (typeof cb === "function") {
|
|
764
|
-
if (typeof optionsOrCb !== "object")
|
|
765
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
766
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
767
|
-
}
|
|
768
|
-
else {
|
|
769
|
-
return this.send(command, optionsOrCb);
|
|
770
|
-
}
|
|
771
|
-
};
|
|
772
|
-
IoTSiteWise.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
773
|
-
var command = new UntagResourceCommand(args);
|
|
774
|
-
if (typeof optionsOrCb === "function") {
|
|
775
|
-
this.send(command, optionsOrCb);
|
|
776
|
-
}
|
|
777
|
-
else if (typeof cb === "function") {
|
|
778
|
-
if (typeof optionsOrCb !== "object")
|
|
779
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
780
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
781
|
-
}
|
|
782
|
-
else {
|
|
783
|
-
return this.send(command, optionsOrCb);
|
|
784
|
-
}
|
|
785
|
-
};
|
|
786
|
-
IoTSiteWise.prototype.updateAccessPolicy = function (args, optionsOrCb, cb) {
|
|
787
|
-
var command = new UpdateAccessPolicyCommand(args);
|
|
788
|
-
if (typeof optionsOrCb === "function") {
|
|
789
|
-
this.send(command, optionsOrCb);
|
|
790
|
-
}
|
|
791
|
-
else if (typeof cb === "function") {
|
|
792
|
-
if (typeof optionsOrCb !== "object")
|
|
793
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
794
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
795
|
-
}
|
|
796
|
-
else {
|
|
797
|
-
return this.send(command, optionsOrCb);
|
|
798
|
-
}
|
|
799
|
-
};
|
|
800
|
-
IoTSiteWise.prototype.updateAsset = function (args, optionsOrCb, cb) {
|
|
801
|
-
var command = new UpdateAssetCommand(args);
|
|
802
|
-
if (typeof optionsOrCb === "function") {
|
|
803
|
-
this.send(command, optionsOrCb);
|
|
804
|
-
}
|
|
805
|
-
else if (typeof cb === "function") {
|
|
806
|
-
if (typeof optionsOrCb !== "object")
|
|
807
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
808
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
809
|
-
}
|
|
810
|
-
else {
|
|
811
|
-
return this.send(command, optionsOrCb);
|
|
812
|
-
}
|
|
813
|
-
};
|
|
814
|
-
IoTSiteWise.prototype.updateAssetModel = function (args, optionsOrCb, cb) {
|
|
815
|
-
var command = new UpdateAssetModelCommand(args);
|
|
816
|
-
if (typeof optionsOrCb === "function") {
|
|
817
|
-
this.send(command, optionsOrCb);
|
|
818
|
-
}
|
|
819
|
-
else if (typeof cb === "function") {
|
|
820
|
-
if (typeof optionsOrCb !== "object")
|
|
821
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
822
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
823
|
-
}
|
|
824
|
-
else {
|
|
825
|
-
return this.send(command, optionsOrCb);
|
|
826
|
-
}
|
|
827
|
-
};
|
|
828
|
-
IoTSiteWise.prototype.updateAssetProperty = function (args, optionsOrCb, cb) {
|
|
829
|
-
var command = new UpdateAssetPropertyCommand(args);
|
|
830
|
-
if (typeof optionsOrCb === "function") {
|
|
831
|
-
this.send(command, optionsOrCb);
|
|
832
|
-
}
|
|
833
|
-
else if (typeof cb === "function") {
|
|
834
|
-
if (typeof optionsOrCb !== "object")
|
|
835
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
836
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
837
|
-
}
|
|
838
|
-
else {
|
|
839
|
-
return this.send(command, optionsOrCb);
|
|
840
|
-
}
|
|
841
|
-
};
|
|
842
|
-
IoTSiteWise.prototype.updateDashboard = function (args, optionsOrCb, cb) {
|
|
843
|
-
var command = new UpdateDashboardCommand(args);
|
|
844
|
-
if (typeof optionsOrCb === "function") {
|
|
845
|
-
this.send(command, optionsOrCb);
|
|
846
|
-
}
|
|
847
|
-
else if (typeof cb === "function") {
|
|
848
|
-
if (typeof optionsOrCb !== "object")
|
|
849
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
850
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
851
|
-
}
|
|
852
|
-
else {
|
|
853
|
-
return this.send(command, optionsOrCb);
|
|
854
|
-
}
|
|
855
|
-
};
|
|
856
|
-
IoTSiteWise.prototype.updateGateway = function (args, optionsOrCb, cb) {
|
|
857
|
-
var command = new UpdateGatewayCommand(args);
|
|
858
|
-
if (typeof optionsOrCb === "function") {
|
|
859
|
-
this.send(command, optionsOrCb);
|
|
860
|
-
}
|
|
861
|
-
else if (typeof cb === "function") {
|
|
862
|
-
if (typeof optionsOrCb !== "object")
|
|
863
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
864
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
865
|
-
}
|
|
866
|
-
else {
|
|
867
|
-
return this.send(command, optionsOrCb);
|
|
868
|
-
}
|
|
869
|
-
};
|
|
870
|
-
IoTSiteWise.prototype.updateGatewayCapabilityConfiguration = function (args, optionsOrCb, cb) {
|
|
871
|
-
var command = new UpdateGatewayCapabilityConfigurationCommand(args);
|
|
872
|
-
if (typeof optionsOrCb === "function") {
|
|
873
|
-
this.send(command, optionsOrCb);
|
|
874
|
-
}
|
|
875
|
-
else if (typeof cb === "function") {
|
|
876
|
-
if (typeof optionsOrCb !== "object")
|
|
877
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
878
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
879
|
-
}
|
|
880
|
-
else {
|
|
881
|
-
return this.send(command, optionsOrCb);
|
|
882
|
-
}
|
|
883
|
-
};
|
|
884
|
-
IoTSiteWise.prototype.updatePortal = function (args, optionsOrCb, cb) {
|
|
885
|
-
var command = new UpdatePortalCommand(args);
|
|
886
|
-
if (typeof optionsOrCb === "function") {
|
|
887
|
-
this.send(command, optionsOrCb);
|
|
888
|
-
}
|
|
889
|
-
else if (typeof cb === "function") {
|
|
890
|
-
if (typeof optionsOrCb !== "object")
|
|
891
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
892
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
893
|
-
}
|
|
894
|
-
else {
|
|
895
|
-
return this.send(command, optionsOrCb);
|
|
896
|
-
}
|
|
897
|
-
};
|
|
898
|
-
IoTSiteWise.prototype.updateProject = function (args, optionsOrCb, cb) {
|
|
899
|
-
var command = new UpdateProjectCommand(args);
|
|
900
|
-
if (typeof optionsOrCb === "function") {
|
|
901
|
-
this.send(command, optionsOrCb);
|
|
902
|
-
}
|
|
903
|
-
else if (typeof cb === "function") {
|
|
904
|
-
if (typeof optionsOrCb !== "object")
|
|
905
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
906
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
907
|
-
}
|
|
908
|
-
else {
|
|
909
|
-
return this.send(command, optionsOrCb);
|
|
910
|
-
}
|
|
911
|
-
};
|
|
912
|
-
return IoTSiteWise;
|
|
913
|
-
}(IoTSiteWiseClient));
|
|
914
|
-
export { IoTSiteWise };
|
|
915
|
-
//# sourceMappingURL=IoTSiteWise.js.map
|