@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
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { BatchDisassociateProjectAssetsRequest, BatchDisassociateProjectAssetsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1BatchDisassociateProjectAssetsCommand,
|
|
5
|
-
serializeAws_restJson1BatchDisassociateProjectAssetsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface BatchDisassociateProjectAssetsCommandInput extends BatchDisassociateProjectAssetsRequest {}
|
|
21
|
-
export interface BatchDisassociateProjectAssetsCommandOutput
|
|
22
|
-
extends BatchDisassociateProjectAssetsResponse,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
31
|
-
* // const { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
32
|
-
* const client = new IoTSiteWiseClient(config);
|
|
33
|
-
* const command = new BatchDisassociateProjectAssetsCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link BatchDisassociateProjectAssetsCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link BatchDisassociateProjectAssetsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class BatchDisassociateProjectAssetsCommand extends $Command<
|
|
43
|
-
BatchDisassociateProjectAssetsCommandInput,
|
|
44
|
-
BatchDisassociateProjectAssetsCommandOutput,
|
|
45
|
-
IoTSiteWiseClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: BatchDisassociateProjectAssetsCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "IoTSiteWiseClient";
|
|
70
|
-
const commandName = "BatchDisassociateProjectAssetsCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: BatchDisassociateProjectAssetsRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: BatchDisassociateProjectAssetsResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(
|
|
87
|
-
input: BatchDisassociateProjectAssetsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_restJson1BatchDisassociateProjectAssetsCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(
|
|
94
|
-
output: __HttpResponse,
|
|
95
|
-
context: __SerdeContext
|
|
96
|
-
): Promise<BatchDisassociateProjectAssetsCommandOutput> {
|
|
97
|
-
return deserializeAws_restJson1BatchDisassociateProjectAssetsCommand(output, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// Start section: command_body_extra
|
|
101
|
-
// End section: command_body_extra
|
|
102
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1BatchPutAssetPropertyValueCommand,
|
|
5
|
-
serializeAws_restJson1BatchPutAssetPropertyValueCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface BatchPutAssetPropertyValueCommandInput extends BatchPutAssetPropertyValueRequest {}
|
|
21
|
-
export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPropertyValueResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value
|
|
25
|
-
* (TQV) data point. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/ingest-api.html">Ingesting data using the API</a> in the
|
|
26
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
27
|
-
* <p>To identify an asset property, you must specify one of the following:</p>
|
|
28
|
-
* <ul>
|
|
29
|
-
* <li>
|
|
30
|
-
* <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>A <code>propertyAlias</code>, which is a data stream alias (for example,
|
|
34
|
-
* <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html">UpdateAssetProperty</a>.</p>
|
|
35
|
-
* </li>
|
|
36
|
-
* </ul>
|
|
37
|
-
* <important>
|
|
38
|
-
* <p>With respect to Unix epoch time, IoT SiteWise accepts only TQVs that have a timestamp of no more
|
|
39
|
-
* than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps
|
|
40
|
-
* outside of the inclusive range of [-7 days, +10 minutes] and returns a
|
|
41
|
-
* <code>TimestampOutOfRangeException</code> error.</p>
|
|
42
|
-
* <p>For each asset property, IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer
|
|
43
|
-
* TQV has a different quality. For example, if you store a TQV <code>{T1, GOOD, V1}</code>,
|
|
44
|
-
* then storing <code>{T1, GOOD, V2}</code> replaces the existing TQV.</p>
|
|
45
|
-
* </important>
|
|
46
|
-
* <p>IoT SiteWise authorizes access to each <code>BatchPutAssetPropertyValue</code> entry individually.
|
|
47
|
-
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-batchputassetpropertyvalue-action">BatchPutAssetPropertyValue authorization</a> in the
|
|
48
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
49
|
-
* @example
|
|
50
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
51
|
-
* ```javascript
|
|
52
|
-
* import { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
53
|
-
* // const { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
54
|
-
* const client = new IoTSiteWiseClient(config);
|
|
55
|
-
* const command = new BatchPutAssetPropertyValueCommand(input);
|
|
56
|
-
* const response = await client.send(command);
|
|
57
|
-
* ```
|
|
58
|
-
*
|
|
59
|
-
* @see {@link BatchPutAssetPropertyValueCommandInput} for command's `input` shape.
|
|
60
|
-
* @see {@link BatchPutAssetPropertyValueCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
62
|
-
*
|
|
63
|
-
*/
|
|
64
|
-
export class BatchPutAssetPropertyValueCommand extends $Command<
|
|
65
|
-
BatchPutAssetPropertyValueCommandInput,
|
|
66
|
-
BatchPutAssetPropertyValueCommandOutput,
|
|
67
|
-
IoTSiteWiseClientResolvedConfig
|
|
68
|
-
> {
|
|
69
|
-
// Start section: command_properties
|
|
70
|
-
// End section: command_properties
|
|
71
|
-
|
|
72
|
-
constructor(readonly input: BatchPutAssetPropertyValueCommandInput) {
|
|
73
|
-
// Start section: command_constructor
|
|
74
|
-
super();
|
|
75
|
-
// End section: command_constructor
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(
|
|
82
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
83
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
84
|
-
options?: __HttpHandlerOptions
|
|
85
|
-
): Handler<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput> {
|
|
86
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
87
|
-
|
|
88
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
89
|
-
|
|
90
|
-
const { logger } = configuration;
|
|
91
|
-
const clientName = "IoTSiteWiseClient";
|
|
92
|
-
const commandName = "BatchPutAssetPropertyValueCommand";
|
|
93
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
94
|
-
logger,
|
|
95
|
-
clientName,
|
|
96
|
-
commandName,
|
|
97
|
-
inputFilterSensitiveLog: BatchPutAssetPropertyValueRequest.filterSensitiveLog,
|
|
98
|
-
outputFilterSensitiveLog: BatchPutAssetPropertyValueResponse.filterSensitiveLog,
|
|
99
|
-
};
|
|
100
|
-
const { requestHandler } = configuration;
|
|
101
|
-
return stack.resolve(
|
|
102
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
103
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
104
|
-
handlerExecutionContext
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
private serialize(input: BatchPutAssetPropertyValueCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
109
|
-
return serializeAws_restJson1BatchPutAssetPropertyValueCommand(input, context);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
private deserialize(
|
|
113
|
-
output: __HttpResponse,
|
|
114
|
-
context: __SerdeContext
|
|
115
|
-
): Promise<BatchPutAssetPropertyValueCommandOutput> {
|
|
116
|
-
return deserializeAws_restJson1BatchPutAssetPropertyValueCommand(output, context);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// Start section: command_body_extra
|
|
120
|
-
// End section: command_body_extra
|
|
121
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateAccessPolicyCommand,
|
|
5
|
-
serializeAws_restJson1CreateAccessPolicyCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {}
|
|
21
|
-
export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates an access policy that grants the specified identity (Amazon Web Services SSO user, Amazon Web Services SSO group, or
|
|
25
|
-
* IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTSiteWiseClient, CreateAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
30
|
-
* // const { IoTSiteWiseClient, CreateAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
31
|
-
* const client = new IoTSiteWiseClient(config);
|
|
32
|
-
* const command = new CreateAccessPolicyCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link CreateAccessPolicyCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link CreateAccessPolicyCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class CreateAccessPolicyCommand extends $Command<
|
|
42
|
-
CreateAccessPolicyCommandInput,
|
|
43
|
-
CreateAccessPolicyCommandOutput,
|
|
44
|
-
IoTSiteWiseClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: CreateAccessPolicyCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTSiteWiseClient";
|
|
69
|
-
const commandName = "CreateAccessPolicyCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: CreateAccessPolicyRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: CreateAccessPolicyResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: CreateAccessPolicyCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1CreateAccessPolicyCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessPolicyCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1CreateAccessPolicyCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateAssetCommand,
|
|
5
|
-
serializeAws_restJson1CreateAssetCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateAssetCommandInput extends CreateAssetRequest {}
|
|
21
|
-
export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates an asset from an existing asset model. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-assets.html">Creating assets</a> in the
|
|
25
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTSiteWiseClient, CreateAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
30
|
-
* // const { IoTSiteWiseClient, CreateAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
31
|
-
* const client = new IoTSiteWiseClient(config);
|
|
32
|
-
* const command = new CreateAssetCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link CreateAssetCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link CreateAssetCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class CreateAssetCommand extends $Command<
|
|
42
|
-
CreateAssetCommandInput,
|
|
43
|
-
CreateAssetCommandOutput,
|
|
44
|
-
IoTSiteWiseClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: CreateAssetCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<CreateAssetCommandInput, CreateAssetCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTSiteWiseClient";
|
|
69
|
-
const commandName = "CreateAssetCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: CreateAssetRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: CreateAssetResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: CreateAssetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1CreateAssetCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAssetCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1CreateAssetCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateAssetModelCommand,
|
|
5
|
-
serializeAws_restJson1CreateAssetModelCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateAssetModelCommandInput extends CreateAssetModelRequest {}
|
|
21
|
-
export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates an asset model from specified property and hierarchy definitions. You create
|
|
25
|
-
* assets from asset models. With asset models, you can easily create assets of the same type
|
|
26
|
-
* that have standardized definitions. Each asset created from a model inherits the asset model's
|
|
27
|
-
* property and hierarchy definitions. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/define-models.html">Defining asset models</a> in the
|
|
28
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { IoTSiteWiseClient, CreateAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
33
|
-
* // const { IoTSiteWiseClient, CreateAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
34
|
-
* const client = new IoTSiteWiseClient(config);
|
|
35
|
-
* const command = new CreateAssetModelCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link CreateAssetModelCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link CreateAssetModelCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export class CreateAssetModelCommand extends $Command<
|
|
45
|
-
CreateAssetModelCommandInput,
|
|
46
|
-
CreateAssetModelCommandOutput,
|
|
47
|
-
IoTSiteWiseClientResolvedConfig
|
|
48
|
-
> {
|
|
49
|
-
// Start section: command_properties
|
|
50
|
-
// End section: command_properties
|
|
51
|
-
|
|
52
|
-
constructor(readonly input: CreateAssetModelCommandInput) {
|
|
53
|
-
// Start section: command_constructor
|
|
54
|
-
super();
|
|
55
|
-
// End section: command_constructor
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
resolveMiddleware(
|
|
62
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
63
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
64
|
-
options?: __HttpHandlerOptions
|
|
65
|
-
): Handler<CreateAssetModelCommandInput, CreateAssetModelCommandOutput> {
|
|
66
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
67
|
-
|
|
68
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
-
|
|
70
|
-
const { logger } = configuration;
|
|
71
|
-
const clientName = "IoTSiteWiseClient";
|
|
72
|
-
const commandName = "CreateAssetModelCommand";
|
|
73
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
74
|
-
logger,
|
|
75
|
-
clientName,
|
|
76
|
-
commandName,
|
|
77
|
-
inputFilterSensitiveLog: CreateAssetModelRequest.filterSensitiveLog,
|
|
78
|
-
outputFilterSensitiveLog: CreateAssetModelResponse.filterSensitiveLog,
|
|
79
|
-
};
|
|
80
|
-
const { requestHandler } = configuration;
|
|
81
|
-
return stack.resolve(
|
|
82
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
83
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
84
|
-
handlerExecutionContext
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private serialize(input: CreateAssetModelCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
89
|
-
return serializeAws_restJson1CreateAssetModelCommand(input, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAssetModelCommandOutput> {
|
|
93
|
-
return deserializeAws_restJson1CreateAssetModelCommand(output, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// Start section: command_body_extra
|
|
97
|
-
// End section: command_body_extra
|
|
98
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateDashboardCommand,
|
|
5
|
-
serializeAws_restJson1CreateDashboardCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateDashboardCommandInput extends CreateDashboardRequest {}
|
|
21
|
-
export interface CreateDashboardCommandOutput extends CreateDashboardResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a dashboard in an IoT SiteWise Monitor project.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTSiteWiseClient, CreateDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, CreateDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new CreateDashboardCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateDashboardCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateDashboardCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateDashboardCommand extends $Command<
|
|
41
|
-
CreateDashboardCommandInput,
|
|
42
|
-
CreateDashboardCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateDashboardCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateDashboardCommandInput, CreateDashboardCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "IoTSiteWiseClient";
|
|
68
|
-
const commandName = "CreateDashboardCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateDashboardRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateDashboardResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateDashboardCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateDashboardCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateDashboardCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateDashboardCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|