@aws-sdk/client-iotsitewise 3.31.0 → 3.35.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 +39 -0
- package/dist-cjs/IoTSiteWise.js +912 -0
- package/dist-cjs/IoTSiteWise.js.map +1 -0
- package/dist-cjs/IoTSiteWiseClient.js +45 -0
- package/dist-cjs/IoTSiteWiseClient.js.map +1 -0
- package/dist-cjs/commands/AssociateAssetsCommand.js +63 -0
- package/dist-cjs/commands/AssociateAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +61 -0
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +61 -0
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +85 -0
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +62 -0
- package/dist-cjs/commands/CreateAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAssetCommand.js +62 -0
- package/dist-cjs/commands/CreateAssetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAssetModelCommand.js +65 -0
- package/dist-cjs/commands/CreateAssetModelCommand.js.map +1 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +61 -0
- package/dist-cjs/commands/CreateDashboardCommand.js.map +1 -0
- package/dist-cjs/commands/CreateGatewayCommand.js +63 -0
- package/dist-cjs/commands/CreateGatewayCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePortalCommand.js +67 -0
- package/dist-cjs/commands/CreatePortalCommand.js.map +1 -0
- package/dist-cjs/commands/CreateProjectCommand.js +61 -0
- package/dist-cjs/commands/CreateProjectCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +63 -0
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAssetCommand.js +66 -0
- package/dist-cjs/commands/DeleteAssetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAssetModelCommand.js +65 -0
- package/dist-cjs/commands/DeleteAssetModelCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDashboardCommand.js +61 -0
- package/dist-cjs/commands/DeleteDashboardCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js +62 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePortalCommand.js +61 -0
- package/dist-cjs/commands/DeletePortalCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +61 -0
- package/dist-cjs/commands/DeleteProjectCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAssetCommand.js +61 -0
- package/dist-cjs/commands/DescribeAssetCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAssetModelCommand.js +61 -0
- package/dist-cjs/commands/DescribeAssetModelCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js +68 -0
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js +61 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +63 -0
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +65 -0
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeGatewayCommand.js +61 -0
- package/dist-cjs/commands/DescribeGatewayCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +61 -0
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribePortalCommand.js +61 -0
- package/dist-cjs/commands/DescribePortalCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeProjectCommand.js +61 -0
- package/dist-cjs/commands/DescribeProjectCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateAssetsCommand.js +62 -0
- package/dist-cjs/commands/DisassociateAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +72 -0
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js.map +1 -0
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js +72 -0
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js.map +1 -0
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +72 -0
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +75 -0
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +62 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js.map +1 -0
- package/dist-cjs/commands/ListAssetModelsCommand.js +61 -0
- package/dist-cjs/commands/ListAssetModelsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js +63 -0
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAssetsCommand.js +73 -0
- package/dist-cjs/commands/ListAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js +70 -0
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListDashboardsCommand.js +61 -0
- package/dist-cjs/commands/ListDashboardsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGatewaysCommand.js +61 -0
- package/dist-cjs/commands/ListGatewaysCommand.js.map +1 -0
- package/dist-cjs/commands/ListPortalsCommand.js +61 -0
- package/dist-cjs/commands/ListPortalsCommand.js.map +1 -0
- package/dist-cjs/commands/ListProjectAssetsCommand.js +61 -0
- package/dist-cjs/commands/ListProjectAssetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListProjectsCommand.js +61 -0
- package/dist-cjs/commands/ListProjectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +63 -0
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +61 -0
- package/dist-cjs/commands/PutLoggingOptionsCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageConfigurationCommand.js +61 -0
- package/dist-cjs/commands/PutStorageConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +62 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +62 -0
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAssetCommand.js +62 -0
- package/dist-cjs/commands/UpdateAssetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAssetModelCommand.js +73 -0
- package/dist-cjs/commands/UpdateAssetModelCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js +66 -0
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateDashboardCommand.js +61 -0
- package/dist-cjs/commands/UpdateDashboardCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +65 -0
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGatewayCommand.js +61 -0
- package/dist-cjs/commands/UpdateGatewayCommand.js.map +1 -0
- package/dist-cjs/commands/UpdatePortalCommand.js +61 -0
- package/dist-cjs/commands/UpdatePortalCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +61 -0
- package/dist-cjs/commands/UpdateProjectCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +87 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js +46 -0
- package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +46 -0
- package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +46 -0
- package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAssetModelsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAssetModelsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAssetsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAssetsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListDashboardsPaginator.js +46 -0
- package/dist-cjs/pagination/ListDashboardsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js +46 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListPortalsPaginator.js +46 -0
- package/dist-cjs/pagination/ListPortalsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListProjectAssetsPaginator.js +46 -0
- package/dist-cjs/pagination/ListProjectAssetsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +46 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8694 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-cjs/waiters/waitForAssetActive.js +55 -0
- package/dist-cjs/waiters/waitForAssetActive.js.map +1 -0
- package/dist-cjs/waiters/waitForAssetModelActive.js +55 -0
- package/dist-cjs/waiters/waitForAssetModelActive.js.map +1 -0
- package/dist-cjs/waiters/waitForAssetModelNotExists.js +40 -0
- package/dist-cjs/waiters/waitForAssetModelNotExists.js.map +1 -0
- package/dist-cjs/waiters/waitForAssetNotExists.js +40 -0
- package/dist-cjs/waiters/waitForAssetNotExists.js.map +1 -0
- package/dist-cjs/waiters/waitForPortalActive.js +46 -0
- package/dist-cjs/waiters/waitForPortalActive.js.map +1 -0
- package/dist-cjs/waiters/waitForPortalNotExists.js +40 -0
- package/dist-cjs/waiters/waitForPortalNotExists.js.map +1 -0
- package/dist-es/IoTSiteWise.js +911 -0
- package/dist-es/IoTSiteWise.js.map +1 -0
- package/dist-es/IoTSiteWiseClient.js +38 -0
- package/dist-es/IoTSiteWiseClient.js.map +1 -0
- package/dist-es/commands/AssociateAssetsCommand.js +40 -0
- package/dist-es/commands/AssociateAssetsCommand.js.map +1 -0
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +40 -0
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js.map +1 -0
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +40 -0
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js.map +1 -0
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +40 -0
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js.map +1 -0
- package/dist-es/commands/CreateAccessPolicyCommand.js +40 -0
- package/dist-es/commands/CreateAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/CreateAssetCommand.js +40 -0
- package/dist-es/commands/CreateAssetCommand.js.map +1 -0
- package/dist-es/commands/CreateAssetModelCommand.js +40 -0
- package/dist-es/commands/CreateAssetModelCommand.js.map +1 -0
- package/dist-es/commands/CreateDashboardCommand.js +40 -0
- package/dist-es/commands/CreateDashboardCommand.js.map +1 -0
- package/dist-es/commands/CreateGatewayCommand.js +40 -0
- package/dist-es/commands/CreateGatewayCommand.js.map +1 -0
- package/dist-es/commands/CreatePortalCommand.js +40 -0
- package/dist-es/commands/CreatePortalCommand.js.map +1 -0
- package/dist-es/commands/CreateProjectCommand.js +40 -0
- package/dist-es/commands/CreateProjectCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPolicyCommand.js +40 -0
- package/dist-es/commands/DeleteAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteAssetCommand.js +40 -0
- package/dist-es/commands/DeleteAssetCommand.js.map +1 -0
- package/dist-es/commands/DeleteAssetModelCommand.js +40 -0
- package/dist-es/commands/DeleteAssetModelCommand.js.map +1 -0
- package/dist-es/commands/DeleteDashboardCommand.js +40 -0
- package/dist-es/commands/DeleteDashboardCommand.js.map +1 -0
- package/dist-es/commands/DeleteGatewayCommand.js +40 -0
- package/dist-es/commands/DeleteGatewayCommand.js.map +1 -0
- package/dist-es/commands/DeletePortalCommand.js +40 -0
- package/dist-es/commands/DeletePortalCommand.js.map +1 -0
- package/dist-es/commands/DeleteProjectCommand.js +40 -0
- package/dist-es/commands/DeleteProjectCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccessPolicyCommand.js +40 -0
- package/dist-es/commands/DescribeAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/DescribeAssetCommand.js +40 -0
- package/dist-es/commands/DescribeAssetCommand.js.map +1 -0
- package/dist-es/commands/DescribeAssetModelCommand.js +40 -0
- package/dist-es/commands/DescribeAssetModelCommand.js.map +1 -0
- package/dist-es/commands/DescribeAssetPropertyCommand.js +40 -0
- package/dist-es/commands/DescribeAssetPropertyCommand.js.map +1 -0
- package/dist-es/commands/DescribeDashboardCommand.js +40 -0
- package/dist-es/commands/DescribeDashboardCommand.js.map +1 -0
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +40 -0
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +40 -0
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DescribeGatewayCommand.js +40 -0
- package/dist-es/commands/DescribeGatewayCommand.js.map +1 -0
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +40 -0
- package/dist-es/commands/DescribeLoggingOptionsCommand.js.map +1 -0
- package/dist-es/commands/DescribePortalCommand.js +40 -0
- package/dist-es/commands/DescribePortalCommand.js.map +1 -0
- package/dist-es/commands/DescribeProjectCommand.js +40 -0
- package/dist-es/commands/DescribeProjectCommand.js.map +1 -0
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +40 -0
- package/dist-es/commands/DescribeStorageConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DisassociateAssetsCommand.js +40 -0
- package/dist-es/commands/DisassociateAssetsCommand.js.map +1 -0
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +40 -0
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js.map +1 -0
- package/dist-es/commands/GetAssetPropertyValueCommand.js +40 -0
- package/dist-es/commands/GetAssetPropertyValueCommand.js.map +1 -0
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +40 -0
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js.map +1 -0
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +40 -0
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js +40 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js.map +1 -0
- package/dist-es/commands/ListAssetModelsCommand.js +40 -0
- package/dist-es/commands/ListAssetModelsCommand.js.map +1 -0
- package/dist-es/commands/ListAssetRelationshipsCommand.js +40 -0
- package/dist-es/commands/ListAssetRelationshipsCommand.js.map +1 -0
- package/dist-es/commands/ListAssetsCommand.js +40 -0
- package/dist-es/commands/ListAssetsCommand.js.map +1 -0
- package/dist-es/commands/ListAssociatedAssetsCommand.js +40 -0
- package/dist-es/commands/ListAssociatedAssetsCommand.js.map +1 -0
- package/dist-es/commands/ListDashboardsCommand.js +40 -0
- package/dist-es/commands/ListDashboardsCommand.js.map +1 -0
- package/dist-es/commands/ListGatewaysCommand.js +40 -0
- package/dist-es/commands/ListGatewaysCommand.js.map +1 -0
- package/dist-es/commands/ListPortalsCommand.js +40 -0
- package/dist-es/commands/ListPortalsCommand.js.map +1 -0
- package/dist-es/commands/ListProjectAssetsCommand.js +40 -0
- package/dist-es/commands/ListProjectAssetsCommand.js.map +1 -0
- package/dist-es/commands/ListProjectsCommand.js +40 -0
- package/dist-es/commands/ListProjectsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +40 -0
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js +40 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js.map +1 -0
- package/dist-es/commands/PutStorageConfigurationCommand.js +40 -0
- package/dist-es/commands/PutStorageConfigurationCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAccessPolicyCommand.js +40 -0
- package/dist-es/commands/UpdateAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/UpdateAssetCommand.js +40 -0
- package/dist-es/commands/UpdateAssetCommand.js.map +1 -0
- package/dist-es/commands/UpdateAssetModelCommand.js +40 -0
- package/dist-es/commands/UpdateAssetModelCommand.js.map +1 -0
- package/dist-es/commands/UpdateAssetPropertyCommand.js +40 -0
- package/dist-es/commands/UpdateAssetPropertyCommand.js.map +1 -0
- package/dist-es/commands/UpdateDashboardCommand.js +40 -0
- package/dist-es/commands/UpdateDashboardCommand.js.map +1 -0
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +40 -0
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +1 -0
- package/dist-es/commands/UpdateGatewayCommand.js +40 -0
- package/dist-es/commands/UpdateGatewayCommand.js.map +1 -0
- package/dist-es/commands/UpdatePortalCommand.js +40 -0
- package/dist-es/commands/UpdatePortalCommand.js.map +1 -0
- package/dist-es/commands/UpdateProjectCommand.js +40 -0
- package/dist-es/commands/UpdateProjectCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +962 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +75 -0
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js.map +1 -0
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +75 -0
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js.map +1 -0
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +75 -0
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js.map +1 -0
- package/dist-es/pagination/ListAssetModelsPaginator.js +75 -0
- package/dist-es/pagination/ListAssetModelsPaginator.js.map +1 -0
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +75 -0
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js.map +1 -0
- package/dist-es/pagination/ListAssetsPaginator.js +75 -0
- package/dist-es/pagination/ListAssetsPaginator.js.map +1 -0
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +75 -0
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js.map +1 -0
- package/dist-es/pagination/ListDashboardsPaginator.js +75 -0
- package/dist-es/pagination/ListDashboardsPaginator.js.map +1 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +75 -0
- package/dist-es/pagination/ListGatewaysPaginator.js.map +1 -0
- package/dist-es/pagination/ListPortalsPaginator.js +75 -0
- package/dist-es/pagination/ListPortalsPaginator.js.map +1 -0
- package/dist-es/pagination/ListProjectAssetsPaginator.js +75 -0
- package/dist-es/pagination/ListProjectAssetsPaginator.js.map +1 -0
- package/dist-es/pagination/ListProjectsPaginator.js +75 -0
- package/dist-es/pagination/ListProjectsPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +9607 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-es/waiters/waitForAssetActive.js +61 -0
- package/dist-es/waiters/waitForAssetActive.js.map +1 -0
- package/dist-es/waiters/waitForAssetModelActive.js +61 -0
- package/dist-es/waiters/waitForAssetModelActive.js.map +1 -0
- package/dist-es/waiters/waitForAssetModelNotExists.js +46 -0
- package/dist-es/waiters/waitForAssetModelNotExists.js.map +1 -0
- package/dist-es/waiters/waitForAssetNotExists.js +46 -0
- package/dist-es/waiters/waitForAssetNotExists.js.map +1 -0
- package/dist-es/waiters/waitForPortalActive.js +52 -0
- package/dist-es/waiters/waitForPortalActive.js.map +1 -0
- package/dist-es/waiters/waitForPortalNotExists.js +46 -0
- package/dist-es/waiters/waitForPortalNotExists.js.map +1 -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/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → 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 +51 -51
- package/src/IoTSiteWise.ts +2322 -0
- package/src/IoTSiteWiseClient.ts +477 -0
- package/src/commands/AssociateAssetsCommand.ts +97 -0
- package/src/commands/BatchAssociateProjectAssetsCommand.ts +100 -0
- package/src/commands/BatchDisassociateProjectAssetsCommand.ts +103 -0
- package/src/commands/BatchPutAssetPropertyValueCommand.ts +122 -0
- package/src/commands/CreateAccessPolicyCommand.ts +96 -0
- package/src/commands/CreateAssetCommand.ts +96 -0
- package/src/commands/CreateAssetModelCommand.ts +99 -0
- package/src/commands/CreateDashboardCommand.ts +95 -0
- package/src/commands/CreateGatewayCommand.ts +97 -0
- package/src/commands/CreatePortalCommand.ts +101 -0
- package/src/commands/CreateProjectCommand.ts +95 -0
- package/src/commands/DeleteAccessPolicyCommand.ts +97 -0
- package/src/commands/DeleteAssetCommand.ts +100 -0
- package/src/commands/DeleteAssetModelCommand.ts +99 -0
- package/src/commands/DeleteDashboardCommand.ts +95 -0
- package/src/commands/DeleteGatewayCommand.ts +96 -0
- package/src/commands/DeletePortalCommand.ts +95 -0
- package/src/commands/DeleteProjectCommand.ts +95 -0
- package/src/commands/DescribeAccessPolicyCommand.ts +96 -0
- package/src/commands/DescribeAssetCommand.ts +95 -0
- package/src/commands/DescribeAssetModelCommand.ts +95 -0
- package/src/commands/DescribeAssetPropertyCommand.ts +102 -0
- package/src/commands/DescribeDashboardCommand.ts +95 -0
- package/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts +109 -0
- package/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts +111 -0
- package/src/commands/DescribeGatewayCommand.ts +95 -0
- package/src/commands/DescribeLoggingOptionsCommand.ts +95 -0
- package/src/commands/DescribePortalCommand.ts +95 -0
- package/src/commands/DescribeProjectCommand.ts +95 -0
- package/src/commands/DescribeStorageConfigurationCommand.ts +100 -0
- package/src/commands/DisassociateAssetsCommand.ts +96 -0
- package/src/commands/GetAssetPropertyAggregatesCommand.ts +109 -0
- package/src/commands/GetAssetPropertyValueCommand.ts +106 -0
- package/src/commands/GetAssetPropertyValueHistoryCommand.ts +111 -0
- package/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts +120 -0
- package/src/commands/ListAccessPoliciesCommand.ts +96 -0
- package/src/commands/ListAssetModelsCommand.ts +95 -0
- package/src/commands/ListAssetRelationshipsCommand.ts +97 -0
- package/src/commands/ListAssetsCommand.ts +107 -0
- package/src/commands/ListAssociatedAssetsCommand.ts +104 -0
- package/src/commands/ListDashboardsCommand.ts +95 -0
- package/src/commands/ListGatewaysCommand.ts +95 -0
- package/src/commands/ListPortalsCommand.ts +95 -0
- package/src/commands/ListProjectAssetsCommand.ts +95 -0
- package/src/commands/ListProjectsCommand.ts +95 -0
- package/src/commands/ListTagsForResourceCommand.ts +95 -0
- package/src/commands/PutDefaultEncryptionConfigurationCommand.ts +108 -0
- package/src/commands/PutLoggingOptionsCommand.ts +95 -0
- package/src/commands/PutStorageConfigurationCommand.ts +95 -0
- package/src/commands/TagResourceCommand.ts +96 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateAccessPolicyCommand.ts +96 -0
- package/src/commands/UpdateAssetCommand.ts +96 -0
- package/src/commands/UpdateAssetModelCommand.ts +107 -0
- package/src/commands/UpdateAssetPropertyCommand.ts +100 -0
- package/src/commands/UpdateDashboardCommand.ts +95 -0
- package/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts +110 -0
- package/src/commands/UpdateGatewayCommand.ts +95 -0
- package/src/commands/UpdatePortalCommand.ts +95 -0
- package/src/commands/UpdateProjectCommand.ts +95 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/GetAssetPropertyAggregatesPaginator.ts +59 -0
- package/src/pagination/GetAssetPropertyValueHistoryPaginator.ts +59 -0
- package/src/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAccessPoliciesPaginator.ts +59 -0
- package/src/pagination/ListAssetModelsPaginator.ts +59 -0
- package/src/pagination/ListAssetRelationshipsPaginator.ts +59 -0
- package/src/pagination/ListAssetsPaginator.ts +55 -0
- package/src/pagination/ListAssociatedAssetsPaginator.ts +59 -0
- package/src/pagination/ListDashboardsPaginator.ts +59 -0
- package/src/pagination/ListGatewaysPaginator.ts +59 -0
- package/src/pagination/ListPortalsPaginator.ts +55 -0
- package/src/pagination/ListProjectAssetsPaginator.ts +59 -0
- package/src/pagination/ListProjectsPaginator.ts +59 -0
- package/src/protocols/Aws_restJson1.ts +9903 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/src/waiters/waitForAssetActive.ts +55 -0
- package/src/waiters/waitForAssetModelActive.ts +55 -0
- package/src/waiters/waitForAssetModelNotExists.ts +42 -0
- package/src/waiters/waitForAssetNotExists.ts +42 -0
- package/src/waiters/waitForPortalActive.ts +47 -0
- package/src/waiters/waitForPortalNotExists.ts +42 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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.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.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.map +0 -1
- 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.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/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/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,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListDashboardsCommand,
|
|
5
|
-
serializeAws_restJson1ListDashboardsCommand,
|
|
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 ListDashboardsCommandInput extends ListDashboardsRequest {}
|
|
21
|
-
export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves a paginated list of dashboards for 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, ListDashboardsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, ListDashboardsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new ListDashboardsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListDashboardsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListDashboardsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListDashboardsCommand extends $Command<
|
|
41
|
-
ListDashboardsCommandInput,
|
|
42
|
-
ListDashboardsCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListDashboardsCommandInput) {
|
|
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<ListDashboardsCommandInput, ListDashboardsCommandOutput> {
|
|
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 = "ListDashboardsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListDashboardsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListDashboardsResponse.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: ListDashboardsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListDashboardsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListDashboardsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListDashboardsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListGatewaysCommand,
|
|
5
|
-
serializeAws_restJson1ListGatewaysCommand,
|
|
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 ListGatewaysCommandInput extends ListGatewaysRequest {}
|
|
21
|
-
export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves a paginated list of gateways.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTSiteWiseClient, ListGatewaysCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, ListGatewaysCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new ListGatewaysCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListGatewaysCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListGatewaysCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListGatewaysCommand extends $Command<
|
|
41
|
-
ListGatewaysCommandInput,
|
|
42
|
-
ListGatewaysCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListGatewaysCommandInput) {
|
|
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<ListGatewaysCommandInput, ListGatewaysCommandOutput> {
|
|
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 = "ListGatewaysCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListGatewaysRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListGatewaysResponse.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: ListGatewaysCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListGatewaysCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGatewaysCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListGatewaysCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListPortalsCommand,
|
|
5
|
-
serializeAws_restJson1ListPortalsCommand,
|
|
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 ListPortalsCommandInput extends ListPortalsRequest {}
|
|
21
|
-
export interface ListPortalsCommandOutput extends ListPortalsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves a paginated list of IoT SiteWise Monitor portals.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTSiteWiseClient, ListPortalsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, ListPortalsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new ListPortalsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListPortalsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListPortalsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListPortalsCommand extends $Command<
|
|
41
|
-
ListPortalsCommandInput,
|
|
42
|
-
ListPortalsCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListPortalsCommandInput) {
|
|
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<ListPortalsCommandInput, ListPortalsCommandOutput> {
|
|
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 = "ListPortalsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListPortalsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListPortalsResponse.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: ListPortalsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListPortalsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListPortalsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListPortalsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { ListProjectAssetsRequest, ListProjectAssetsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListProjectAssetsCommand,
|
|
5
|
-
serializeAws_restJson1ListProjectAssetsCommand,
|
|
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 ListProjectAssetsCommandInput extends ListProjectAssetsRequest {}
|
|
21
|
-
export interface ListProjectAssetsCommandOutput extends ListProjectAssetsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves a paginated list of assets associated with 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, ListProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, ListProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new ListProjectAssetsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListProjectAssetsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListProjectAssetsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListProjectAssetsCommand extends $Command<
|
|
41
|
-
ListProjectAssetsCommandInput,
|
|
42
|
-
ListProjectAssetsCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListProjectAssetsCommandInput) {
|
|
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<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput> {
|
|
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 = "ListProjectAssetsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListProjectAssetsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListProjectAssetsResponse.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: ListProjectAssetsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListProjectAssetsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListProjectAssetsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListProjectAssetsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListProjectsCommand,
|
|
5
|
-
serializeAws_restJson1ListProjectsCommand,
|
|
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 ListProjectsCommandInput extends ListProjectsRequest {}
|
|
21
|
-
export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTSiteWiseClient, ListProjectsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, ListProjectsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new ListProjectsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListProjectsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListProjectsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListProjectsCommand extends $Command<
|
|
41
|
-
ListProjectsCommandInput,
|
|
42
|
-
ListProjectsCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListProjectsCommandInput) {
|
|
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<ListProjectsCommandInput, ListProjectsCommandOutput> {
|
|
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 = "ListProjectsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListProjectsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListProjectsResponse.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: ListProjectsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListProjectsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListProjectsCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListProjectsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListTagsForResourceCommand,
|
|
5
|
-
serializeAws_restJson1ListTagsForResourceCommand,
|
|
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 ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
21
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves the list of tags for an IoT SiteWise resource.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTSiteWiseClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
|
-
* // const { IoTSiteWiseClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
|
-
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListTagsForResourceCommand extends $Command<
|
|
41
|
-
ListTagsForResourceCommandInput,
|
|
42
|
-
ListTagsForResourceCommandOutput,
|
|
43
|
-
IoTSiteWiseClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListTagsForResourceCommandInput) {
|
|
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<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput> {
|
|
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 = "ListTagsForResourceCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListTagsForResourceResponse.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: ListTagsForResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListTagsForResourceCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
2
|
-
import {
|
|
3
|
-
PutDefaultEncryptionConfigurationRequest,
|
|
4
|
-
PutDefaultEncryptionConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand,
|
|
8
|
-
serializeAws_restJson1PutDefaultEncryptionConfigurationCommand,
|
|
9
|
-
} from "../protocols/Aws_restJson1";
|
|
10
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
14
|
-
FinalizeHandlerArguments,
|
|
15
|
-
Handler,
|
|
16
|
-
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
|
-
MetadataBearer as __MetadataBearer,
|
|
20
|
-
SerdeContext as __SerdeContext,
|
|
21
|
-
} from "@aws-sdk/types";
|
|
22
|
-
|
|
23
|
-
export interface PutDefaultEncryptionConfigurationCommandInput extends PutDefaultEncryptionConfigurationRequest {}
|
|
24
|
-
export interface PutDefaultEncryptionConfigurationCommandOutput
|
|
25
|
-
extends PutDefaultEncryptionConfigurationResponse,
|
|
26
|
-
__MetadataBearer {}
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* <p>Sets the default encryption configuration for the Amazon Web Services account. For more information, see
|
|
30
|
-
* <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html">Key management</a> in
|
|
31
|
-
* the <i>IoT SiteWise User Guide</i>.</p>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { IoTSiteWiseClient, PutDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
36
|
-
* // const { IoTSiteWiseClient, PutDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
37
|
-
* const client = new IoTSiteWiseClient(config);
|
|
38
|
-
* const command = new PutDefaultEncryptionConfigurationCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link PutDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link PutDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class PutDefaultEncryptionConfigurationCommand extends $Command<
|
|
48
|
-
PutDefaultEncryptionConfigurationCommandInput,
|
|
49
|
-
PutDefaultEncryptionConfigurationCommandOutput,
|
|
50
|
-
IoTSiteWiseClientResolvedConfig
|
|
51
|
-
> {
|
|
52
|
-
// Start section: command_properties
|
|
53
|
-
// End section: command_properties
|
|
54
|
-
|
|
55
|
-
constructor(readonly input: PutDefaultEncryptionConfigurationCommandInput) {
|
|
56
|
-
// Start section: command_constructor
|
|
57
|
-
super();
|
|
58
|
-
// End section: command_constructor
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(
|
|
65
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
66
|
-
configuration: IoTSiteWiseClientResolvedConfig,
|
|
67
|
-
options?: __HttpHandlerOptions
|
|
68
|
-
): Handler<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput> {
|
|
69
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
70
|
-
|
|
71
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
-
|
|
73
|
-
const { logger } = configuration;
|
|
74
|
-
const clientName = "IoTSiteWiseClient";
|
|
75
|
-
const commandName = "PutDefaultEncryptionConfigurationCommand";
|
|
76
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
77
|
-
logger,
|
|
78
|
-
clientName,
|
|
79
|
-
commandName,
|
|
80
|
-
inputFilterSensitiveLog: PutDefaultEncryptionConfigurationRequest.filterSensitiveLog,
|
|
81
|
-
outputFilterSensitiveLog: PutDefaultEncryptionConfigurationResponse.filterSensitiveLog,
|
|
82
|
-
};
|
|
83
|
-
const { requestHandler } = configuration;
|
|
84
|
-
return stack.resolve(
|
|
85
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
86
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
87
|
-
handlerExecutionContext
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private serialize(
|
|
92
|
-
input: PutDefaultEncryptionConfigurationCommandInput,
|
|
93
|
-
context: __SerdeContext
|
|
94
|
-
): Promise<__HttpRequest> {
|
|
95
|
-
return serializeAws_restJson1PutDefaultEncryptionConfigurationCommand(input, context);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
private deserialize(
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
): Promise<PutDefaultEncryptionConfigurationCommandOutput> {
|
|
102
|
-
return deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand(output, context);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// Start section: command_body_extra
|
|
106
|
-
// End section: command_body_extra
|
|
107
|
-
}
|