@aws-sdk/client-iotsitewise 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/IoTSiteWise.js +0 -5
- package/dist-cjs/IoTSiteWiseClient.js +0 -10
- package/dist-cjs/commands/AssociateAssetsCommand.js +0 -27
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +0 -25
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +0 -25
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +0 -49
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +0 -26
- package/dist-cjs/commands/CreateAssetCommand.js +0 -26
- package/dist-cjs/commands/CreateAssetModelCommand.js +0 -29
- package/dist-cjs/commands/CreateDashboardCommand.js +0 -25
- package/dist-cjs/commands/CreateGatewayCommand.js +0 -27
- package/dist-cjs/commands/CreatePortalCommand.js +0 -31
- package/dist-cjs/commands/CreateProjectCommand.js +0 -25
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +0 -27
- package/dist-cjs/commands/DeleteAssetCommand.js +0 -30
- package/dist-cjs/commands/DeleteAssetModelCommand.js +0 -29
- package/dist-cjs/commands/DeleteDashboardCommand.js +0 -25
- package/dist-cjs/commands/DeleteGatewayCommand.js +0 -26
- package/dist-cjs/commands/DeletePortalCommand.js +0 -25
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -25
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js +0 -26
- package/dist-cjs/commands/DescribeAssetCommand.js +0 -25
- package/dist-cjs/commands/DescribeAssetModelCommand.js +0 -25
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js +0 -32
- package/dist-cjs/commands/DescribeDashboardCommand.js +0 -25
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -27
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -29
- package/dist-cjs/commands/DescribeGatewayCommand.js +0 -25
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +0 -25
- package/dist-cjs/commands/DescribePortalCommand.js +0 -25
- package/dist-cjs/commands/DescribeProjectCommand.js +0 -25
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DisassociateAssetsCommand.js +0 -26
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +0 -36
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js +0 -36
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +0 -36
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -39
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +0 -26
- package/dist-cjs/commands/ListAssetModelsCommand.js +0 -25
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js +0 -27
- package/dist-cjs/commands/ListAssetsCommand.js +0 -37
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js +0 -34
- package/dist-cjs/commands/ListDashboardsCommand.js +0 -25
- package/dist-cjs/commands/ListGatewaysCommand.js +0 -25
- package/dist-cjs/commands/ListPortalsCommand.js +0 -25
- package/dist-cjs/commands/ListProjectAssetsCommand.js +0 -25
- package/dist-cjs/commands/ListProjectsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +0 -27
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +0 -25
- package/dist-cjs/commands/PutStorageConfigurationCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +0 -26
- package/dist-cjs/commands/UpdateAssetCommand.js +0 -26
- package/dist-cjs/commands/UpdateAssetModelCommand.js +0 -37
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js +0 -30
- package/dist-cjs/commands/UpdateDashboardCommand.js +0 -25
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -29
- package/dist-cjs/commands/UpdateGatewayCommand.js +0 -25
- package/dist-cjs/commands/UpdatePortalCommand.js +0 -25
- package/dist-cjs/commands/UpdateProjectCommand.js +0 -25
- package/dist-cjs/commands/index.js +63 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -83
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -592
- package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js +0 -11
- package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -11
- package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +0 -11
- package/dist-cjs/pagination/ListAssetModelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js +0 -11
- package/dist-cjs/pagination/ListAssetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDashboardsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGatewaysPaginator.js +0 -11
- package/dist-cjs/pagination/ListPortalsPaginator.js +0 -11
- package/dist-cjs/pagination/ListProjectAssetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListProjectsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +9 -0
- package/dist-cjs/waiters/waitForAssetActive.js +0 -10
- package/dist-cjs/waiters/waitForAssetModelActive.js +0 -10
- package/dist-cjs/waiters/waitForAssetModelNotExists.js +0 -10
- package/dist-cjs/waiters/waitForAssetNotExists.js +0 -10
- package/dist-cjs/waiters/waitForPortalActive.js +0 -10
- package/dist-cjs/waiters/waitForPortalNotExists.js +0 -10
- package/dist-es/IoTSiteWise.js +0 -1
- package/dist-es/IoTSiteWiseClient.js +0 -1
- package/dist-es/commands/AssociateAssetsCommand.js +0 -1
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +0 -1
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +0 -1
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +0 -1
- package/dist-es/commands/CreateAccessPolicyCommand.js +0 -1
- package/dist-es/commands/CreateAssetCommand.js +0 -1
- package/dist-es/commands/CreateAssetModelCommand.js +0 -1
- package/dist-es/commands/CreateDashboardCommand.js +0 -1
- package/dist-es/commands/CreateGatewayCommand.js +0 -1
- package/dist-es/commands/CreatePortalCommand.js +0 -1
- package/dist-es/commands/CreateProjectCommand.js +0 -1
- package/dist-es/commands/DeleteAccessPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteAssetCommand.js +0 -1
- package/dist-es/commands/DeleteAssetModelCommand.js +0 -1
- package/dist-es/commands/DeleteDashboardCommand.js +0 -1
- package/dist-es/commands/DeleteGatewayCommand.js +0 -1
- package/dist-es/commands/DeletePortalCommand.js +0 -1
- package/dist-es/commands/DeleteProjectCommand.js +0 -1
- package/dist-es/commands/DescribeAccessPolicyCommand.js +0 -1
- package/dist-es/commands/DescribeAssetCommand.js +0 -1
- package/dist-es/commands/DescribeAssetModelCommand.js +0 -1
- package/dist-es/commands/DescribeAssetPropertyCommand.js +0 -1
- package/dist-es/commands/DescribeDashboardCommand.js +0 -1
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribeGatewayCommand.js +0 -1
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +0 -1
- package/dist-es/commands/DescribePortalCommand.js +0 -1
- package/dist-es/commands/DescribeProjectCommand.js +0 -1
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +0 -1
- package/dist-es/commands/DisassociateAssetsCommand.js +0 -1
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +0 -1
- package/dist-es/commands/GetAssetPropertyValueCommand.js +0 -1
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +0 -1
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -1
- package/dist-es/commands/ListAccessPoliciesCommand.js +0 -1
- package/dist-es/commands/ListAssetModelsCommand.js +0 -1
- package/dist-es/commands/ListAssetRelationshipsCommand.js +0 -1
- package/dist-es/commands/ListAssetsCommand.js +0 -1
- package/dist-es/commands/ListAssociatedAssetsCommand.js +0 -1
- package/dist-es/commands/ListDashboardsCommand.js +0 -1
- package/dist-es/commands/ListGatewaysCommand.js +0 -1
- package/dist-es/commands/ListPortalsCommand.js +0 -1
- package/dist-es/commands/ListProjectAssetsCommand.js +0 -1
- package/dist-es/commands/ListProjectsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +0 -1
- package/dist-es/commands/PutLoggingOptionsCommand.js +0 -1
- package/dist-es/commands/PutStorageConfigurationCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateAccessPolicyCommand.js +0 -1
- package/dist-es/commands/UpdateAssetCommand.js +0 -1
- package/dist-es/commands/UpdateAssetModelCommand.js +0 -1
- package/dist-es/commands/UpdateAssetPropertyCommand.js +0 -1
- package/dist-es/commands/UpdateDashboardCommand.js +0 -1
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -1
- package/dist-es/commands/UpdateGatewayCommand.js +0 -1
- package/dist-es/commands/UpdatePortalCommand.js +0 -1
- package/dist-es/commands/UpdateProjectCommand.js +0 -1
- package/dist-es/commands/index.js +60 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -83
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +0 -1
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -1
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +0 -1
- package/dist-es/pagination/ListAssetModelsPaginator.js +0 -1
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +0 -1
- package/dist-es/pagination/ListAssetsPaginator.js +0 -1
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +0 -1
- package/dist-es/pagination/ListDashboardsPaginator.js +0 -1
- package/dist-es/pagination/ListGatewaysPaginator.js +0 -1
- package/dist-es/pagination/ListPortalsPaginator.js +0 -1
- package/dist-es/pagination/ListProjectAssetsPaginator.js +0 -1
- package/dist-es/pagination/ListProjectsPaginator.js +0 -1
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +6 -0
- package/dist-es/waiters/waitForAssetActive.js +0 -1
- package/dist-es/waiters/waitForAssetModelActive.js +0 -1
- package/dist-es/waiters/waitForAssetModelNotExists.js +0 -1
- package/dist-es/waiters/waitForAssetNotExists.js +0 -1
- package/dist-es/waiters/waitForPortalActive.js +0 -1
- package/dist-es/waiters/waitForPortalNotExists.js +0 -1
- package/dist-types/commands/index.d.ts +60 -0
- package/dist-types/index.d.ts +5 -82
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +61 -348
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +2 -44
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +60 -0
- package/dist-types/ts3.4/index.d.ts +5 -82
- package/dist-types/ts3.4/models/models_0.d.ts +843 -3161
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +6 -0
- package/package.json +34 -31
- package/dist-cjs/IoTSiteWise.js.map +0 -1
- package/dist-cjs/IoTSiteWiseClient.js.map +0 -1
- package/dist-cjs/commands/AssociateAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAccessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAssetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAssetModelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDashboardCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGatewayCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePortalCommand.js.map +0 -1
- package/dist-cjs/commands/CreateProjectCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAssetModelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDashboardCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePortalCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteProjectCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAssetCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAssetModelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDashboardCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeGatewayCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePortalCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeProjectCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js.map +0 -1
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
- package/dist-cjs/commands/ListAccessPoliciesCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssetModelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDashboardsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGatewaysCommand.js.map +0 -1
- package/dist-cjs/commands/ListPortalsCommand.js.map +0 -1
- package/dist-cjs/commands/ListProjectAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListProjectsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/PutLoggingOptionsCommand.js.map +0 -1
- package/dist-cjs/commands/PutStorageConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAssetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAssetModelCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDashboardCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGatewayCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePortalCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateProjectCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListAssetModelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDashboardsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPortalsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListProjectAssetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForAssetActive.js.map +0 -1
- package/dist-cjs/waiters/waitForAssetModelActive.js.map +0 -1
- package/dist-cjs/waiters/waitForAssetModelNotExists.js.map +0 -1
- package/dist-cjs/waiters/waitForAssetNotExists.js.map +0 -1
- package/dist-cjs/waiters/waitForPortalActive.js.map +0 -1
- package/dist-cjs/waiters/waitForPortalNotExists.js.map +0 -1
- package/dist-es/IoTSiteWise.js.map +0 -1
- package/dist-es/IoTSiteWiseClient.js.map +0 -1
- package/dist-es/commands/AssociateAssetsCommand.js.map +0 -1
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
- package/dist-es/commands/CreateAccessPolicyCommand.js.map +0 -1
- package/dist-es/commands/CreateAssetCommand.js.map +0 -1
- package/dist-es/commands/CreateAssetModelCommand.js.map +0 -1
- package/dist-es/commands/CreateDashboardCommand.js.map +0 -1
- package/dist-es/commands/CreateGatewayCommand.js.map +0 -1
- package/dist-es/commands/CreatePortalCommand.js.map +0 -1
- package/dist-es/commands/CreateProjectCommand.js.map +0 -1
- package/dist-es/commands/DeleteAccessPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist-es/commands/DeleteAssetModelCommand.js.map +0 -1
- package/dist-es/commands/DeleteDashboardCommand.js.map +0 -1
- package/dist-es/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist-es/commands/DeletePortalCommand.js.map +0 -1
- package/dist-es/commands/DeleteProjectCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccessPolicyCommand.js.map +0 -1
- package/dist-es/commands/DescribeAssetCommand.js.map +0 -1
- package/dist-es/commands/DescribeAssetModelCommand.js.map +0 -1
- package/dist-es/commands/DescribeAssetPropertyCommand.js.map +0 -1
- package/dist-es/commands/DescribeDashboardCommand.js.map +0 -1
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DescribeGatewayCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoggingOptionsCommand.js.map +0 -1
- package/dist-es/commands/DescribePortalCommand.js.map +0 -1
- package/dist-es/commands/DescribeProjectCommand.js.map +0 -1
- package/dist-es/commands/DescribeStorageConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DisassociateAssetsCommand.js.map +0 -1
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
- package/dist-es/commands/GetAssetPropertyValueCommand.js.map +0 -1
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
- package/dist-es/commands/ListAccessPoliciesCommand.js.map +0 -1
- package/dist-es/commands/ListAssetModelsCommand.js.map +0 -1
- package/dist-es/commands/ListAssetRelationshipsCommand.js.map +0 -1
- package/dist-es/commands/ListAssetsCommand.js.map +0 -1
- package/dist-es/commands/ListAssociatedAssetsCommand.js.map +0 -1
- package/dist-es/commands/ListDashboardsCommand.js.map +0 -1
- package/dist-es/commands/ListGatewaysCommand.js.map +0 -1
- package/dist-es/commands/ListPortalsCommand.js.map +0 -1
- package/dist-es/commands/ListProjectAssetsCommand.js.map +0 -1
- package/dist-es/commands/ListProjectsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist-es/commands/PutLoggingOptionsCommand.js.map +0 -1
- package/dist-es/commands/PutStorageConfigurationCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateAccessPolicyCommand.js.map +0 -1
- package/dist-es/commands/UpdateAssetCommand.js.map +0 -1
- package/dist-es/commands/UpdateAssetModelCommand.js.map +0 -1
- package/dist-es/commands/UpdateAssetPropertyCommand.js.map +0 -1
- package/dist-es/commands/UpdateDashboardCommand.js.map +0 -1
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist-es/commands/UpdateGatewayCommand.js.map +0 -1
- package/dist-es/commands/UpdatePortalCommand.js.map +0 -1
- package/dist-es/commands/UpdateProjectCommand.js.map +0 -1
- 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.map +0 -1
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAccessPoliciesPaginator.js.map +0 -1
- package/dist-es/pagination/ListAssetModelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
- package/dist-es/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDashboardsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist-es/pagination/ListPortalsPaginator.js.map +0 -1
- package/dist-es/pagination/ListProjectAssetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForAssetActive.js.map +0 -1
- package/dist-es/waiters/waitForAssetModelActive.js.map +0 -1
- package/dist-es/waiters/waitForAssetModelNotExists.js.map +0 -1
- package/dist-es/waiters/waitForAssetNotExists.js.map +0 -1
- package/dist-es/waiters/waitForPortalActive.js.map +0 -1
- package/dist-es/waiters/waitForPortalNotExists.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/IoTSiteWise.ts +0 -2322
- package/src/IoTSiteWiseClient.ts +0 -477
- package/src/commands/AssociateAssetsCommand.ts +0 -97
- package/src/commands/BatchAssociateProjectAssetsCommand.ts +0 -100
- package/src/commands/BatchDisassociateProjectAssetsCommand.ts +0 -103
- package/src/commands/BatchPutAssetPropertyValueCommand.ts +0 -122
- package/src/commands/CreateAccessPolicyCommand.ts +0 -96
- package/src/commands/CreateAssetCommand.ts +0 -96
- package/src/commands/CreateAssetModelCommand.ts +0 -99
- package/src/commands/CreateDashboardCommand.ts +0 -95
- package/src/commands/CreateGatewayCommand.ts +0 -97
- package/src/commands/CreatePortalCommand.ts +0 -101
- package/src/commands/CreateProjectCommand.ts +0 -95
- package/src/commands/DeleteAccessPolicyCommand.ts +0 -97
- package/src/commands/DeleteAssetCommand.ts +0 -100
- package/src/commands/DeleteAssetModelCommand.ts +0 -99
- package/src/commands/DeleteDashboardCommand.ts +0 -95
- package/src/commands/DeleteGatewayCommand.ts +0 -96
- package/src/commands/DeletePortalCommand.ts +0 -95
- package/src/commands/DeleteProjectCommand.ts +0 -95
- package/src/commands/DescribeAccessPolicyCommand.ts +0 -96
- package/src/commands/DescribeAssetCommand.ts +0 -95
- package/src/commands/DescribeAssetModelCommand.ts +0 -95
- package/src/commands/DescribeAssetPropertyCommand.ts +0 -102
- package/src/commands/DescribeDashboardCommand.ts +0 -95
- package/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts +0 -109
- package/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts +0 -111
- package/src/commands/DescribeGatewayCommand.ts +0 -95
- package/src/commands/DescribeLoggingOptionsCommand.ts +0 -95
- package/src/commands/DescribePortalCommand.ts +0 -95
- package/src/commands/DescribeProjectCommand.ts +0 -95
- package/src/commands/DescribeStorageConfigurationCommand.ts +0 -100
- package/src/commands/DisassociateAssetsCommand.ts +0 -96
- package/src/commands/GetAssetPropertyAggregatesCommand.ts +0 -109
- package/src/commands/GetAssetPropertyValueCommand.ts +0 -106
- package/src/commands/GetAssetPropertyValueHistoryCommand.ts +0 -111
- package/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts +0 -120
- package/src/commands/ListAccessPoliciesCommand.ts +0 -96
- package/src/commands/ListAssetModelsCommand.ts +0 -95
- package/src/commands/ListAssetRelationshipsCommand.ts +0 -97
- package/src/commands/ListAssetsCommand.ts +0 -107
- package/src/commands/ListAssociatedAssetsCommand.ts +0 -104
- package/src/commands/ListDashboardsCommand.ts +0 -95
- package/src/commands/ListGatewaysCommand.ts +0 -95
- package/src/commands/ListPortalsCommand.ts +0 -95
- package/src/commands/ListProjectAssetsCommand.ts +0 -95
- package/src/commands/ListProjectsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutDefaultEncryptionConfigurationCommand.ts +0 -108
- package/src/commands/PutLoggingOptionsCommand.ts +0 -95
- package/src/commands/PutStorageConfigurationCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -96
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateAccessPolicyCommand.ts +0 -96
- package/src/commands/UpdateAssetCommand.ts +0 -96
- package/src/commands/UpdateAssetModelCommand.ts +0 -107
- package/src/commands/UpdateAssetPropertyCommand.ts +0 -100
- package/src/commands/UpdateDashboardCommand.ts +0 -95
- package/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts +0 -110
- package/src/commands/UpdateGatewayCommand.ts +0 -95
- package/src/commands/UpdatePortalCommand.ts +0 -95
- package/src/commands/UpdateProjectCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -83
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -6075
- package/src/pagination/GetAssetPropertyAggregatesPaginator.ts +0 -59
- package/src/pagination/GetAssetPropertyValueHistoryPaginator.ts +0 -59
- package/src/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAccessPoliciesPaginator.ts +0 -59
- package/src/pagination/ListAssetModelsPaginator.ts +0 -59
- package/src/pagination/ListAssetRelationshipsPaginator.ts +0 -59
- package/src/pagination/ListAssetsPaginator.ts +0 -55
- package/src/pagination/ListAssociatedAssetsPaginator.ts +0 -59
- package/src/pagination/ListDashboardsPaginator.ts +0 -59
- package/src/pagination/ListGatewaysPaginator.ts +0 -59
- package/src/pagination/ListPortalsPaginator.ts +0 -55
- package/src/pagination/ListProjectAssetsPaginator.ts +0 -59
- package/src/pagination/ListProjectsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -9903
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForAssetActive.ts +0 -55
- package/src/waiters/waitForAssetModelActive.ts +0 -55
- package/src/waiters/waitForAssetModelNotExists.ts +0 -42
- package/src/waiters/waitForAssetNotExists.ts +0 -42
- package/src/waiters/waitForPortalActive.ts +0 -47
- package/src/waiters/waitForPortalNotExists.ts +0 -42
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,33 +6,11 @@ export interface DeleteAssetModelCommandInput extends DeleteAssetModelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes an asset model. This action can't be undone. You must delete all assets created
|
|
11
|
-
* from an asset model before you can delete the model. Also, you can't delete an asset model if
|
|
12
|
-
* a parent asset model exists that contains a property formula expression that depends on the
|
|
13
|
-
* asset model that you want to delete. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/delete-assets-and-models.html">Deleting assets and models</a> in the
|
|
14
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { IoTSiteWiseClient, DeleteAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
19
|
-
* // const { IoTSiteWiseClient, DeleteAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
20
|
-
* const client = new IoTSiteWiseClient(config);
|
|
21
|
-
* const command = new DeleteAssetModelCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteAssetModelCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteAssetModelCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DeleteAssetModelCommand extends $Command<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
31
11
|
readonly input: DeleteAssetModelCommandInput;
|
|
32
12
|
constructor(input: DeleteAssetModelCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a dashboard from IoT SiteWise Monitor.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DeleteDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DeleteDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DeleteDashboardCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteDashboardCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteDashboardCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteDashboardCommandInput;
|
|
28
12
|
constructor(input: DeleteDashboardCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDashboardCommandInput, DeleteDashboardCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteGatewayCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain
|
|
11
|
-
* in your gateway's file system.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { IoTSiteWiseClient, DeleteGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
16
|
-
* // const { IoTSiteWiseClient, DeleteGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
17
|
-
* const client = new IoTSiteWiseClient(config);
|
|
18
|
-
* const command = new DeleteGatewayCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteGatewayCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteGatewayCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteGatewayCommandInput;
|
|
29
12
|
constructor(input: DeleteGatewayCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeletePortalCommandInput extends DeletePortalRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeletePortalCommandOutput extends DeletePortalResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a portal from IoT SiteWise Monitor.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DeletePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DeletePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DeletePortalCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeletePortalCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeletePortalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DeletePortalCommandInput;
|
|
28
12
|
constructor(input: DeletePortalCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a project from IoT SiteWise Monitor.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DeleteProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DeleteProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DeleteProjectCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteProjectCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteProjectCommandInput;
|
|
28
12
|
constructor(input: DeleteProjectCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeAccessPolicyCommandInput extends DescribeAccessPolicyRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeAccessPolicyCommandOutput extends DescribeAccessPolicyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or
|
|
11
|
-
* project.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { IoTSiteWiseClient, DescribeAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
16
|
-
* // const { IoTSiteWiseClient, DescribeAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
17
|
-
* const client = new IoTSiteWiseClient(config);
|
|
18
|
-
* const command = new DescribeAccessPolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeAccessPolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeAccessPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeAccessPolicyCommand extends $Command<DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeAccessPolicyCommandInput;
|
|
29
12
|
constructor(input: DescribeAccessPolicyCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeAssetCommandInput extends DescribeAssetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about an asset.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeAssetCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeAssetCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeAssetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeAssetCommand extends $Command<DescribeAssetCommandInput, DescribeAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeAssetCommandInput;
|
|
28
12
|
constructor(input: DescribeAssetCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetCommandInput, DescribeAssetCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeAssetModelCommandInput extends DescribeAssetModelReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeAssetModelCommandOutput extends DescribeAssetModelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about an asset model.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeAssetModelCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeAssetModelCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeAssetModelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeAssetModelCommand extends $Command<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeAssetModelCommandInput;
|
|
28
12
|
constructor(input: DescribeAssetModelCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,36 +6,11 @@ export interface DescribeAssetPropertyCommandInput extends DescribeAssetProperty
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropertyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about an asset property.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>When you call this operation for an attribute property, this response includes the
|
|
13
|
-
* default attribute value that you define in the asset model. If you update the default value
|
|
14
|
-
* in the model, this operation's response includes the new default value.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>This operation doesn't return the value of the asset property. To get the value of an
|
|
17
|
-
* asset property, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_GetAssetPropertyValue.html">GetAssetPropertyValue</a>.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { IoTSiteWiseClient, DescribeAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
22
|
-
* // const { IoTSiteWiseClient, DescribeAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
23
|
-
* const client = new IoTSiteWiseClient(config);
|
|
24
|
-
* const command = new DescribeAssetPropertyCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DescribeAssetPropertyCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DescribeAssetPropertyCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
9
|
+
|
|
33
10
|
export declare class DescribeAssetPropertyCommand extends $Command<DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
11
|
readonly input: DescribeAssetPropertyCommandInput;
|
|
35
12
|
constructor(input: DescribeAssetPropertyCommandInput);
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
13
|
+
|
|
39
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput>;
|
|
40
15
|
private serialize;
|
|
41
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeDashboardCommandInput extends DescribeDashboardRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDashboardCommandOutput extends DescribeDashboardResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about a dashboard.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeDashboardCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDashboardCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDashboardCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeDashboardCommand extends $Command<DescribeDashboardCommandInput, DescribeDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeDashboardCommandInput;
|
|
28
12
|
constructor(input: DescribeDashboardCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDashboardCommandInput, DescribeDashboardCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DescribeDefaultEncryptionConfigurationCommandInput extends Desc
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDefaultEncryptionConfigurationCommandOutput extends DescribeDefaultEncryptionConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about the default encryption configuration for the Amazon Web Services account in
|
|
11
|
-
* the default or specified Region. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html">Key management</a> in the
|
|
12
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
17
|
-
* // const { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
18
|
-
* const client = new IoTSiteWiseClient(config);
|
|
19
|
-
* const command = new DescribeDefaultEncryptionConfigurationCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeDefaultEncryptionConfigurationCommand extends $Command<DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeDefaultEncryptionConfigurationCommandInput;
|
|
30
12
|
constructor(input: DescribeDefaultEncryptionConfigurationCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DescribeGatewayCapabilityConfigurationCommandInput extends Desc
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeGatewayCapabilityConfigurationCommandOutput extends DescribeGatewayCapabilityConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about a gateway capability configuration.
|
|
11
|
-
* Each gateway capability defines data sources for a gateway. A capability configuration
|
|
12
|
-
* can contain multiple data source configurations. If you define OPC-UA sources for a gateway in
|
|
13
|
-
* the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To
|
|
14
|
-
* list all capability configurations for a gateway, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGateway.html">DescribeGateway</a>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
19
|
-
* // const { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
20
|
-
* const client = new IoTSiteWiseClient(config);
|
|
21
|
-
* const command = new DescribeGatewayCapabilityConfigurationCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeGatewayCapabilityConfigurationCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DescribeGatewayCapabilityConfigurationCommand extends $Command<DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
31
11
|
readonly input: DescribeGatewayCapabilityConfigurationCommandInput;
|
|
32
12
|
constructor(input: DescribeGatewayCapabilityConfigurationCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeGatewayCommandInput extends DescribeGatewayRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about a gateway.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeGatewayCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeGatewayCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeGatewayCommand extends $Command<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeGatewayCommandInput;
|
|
28
12
|
constructor(input: DescribeGatewayCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGatewayCommandInput, DescribeGatewayCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeLoggingOptionsCommandInput extends DescribeLoggingOptio
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOptionsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves the current IoT SiteWise logging options.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeLoggingOptionsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeLoggingOptionsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeLoggingOptionsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeLoggingOptionsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeLoggingOptionsCommandInput;
|
|
28
12
|
constructor(input: DescribeLoggingOptionsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribePortalCommandInput extends DescribePortalRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribePortalCommandOutput extends DescribePortalResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about a portal.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribePortalCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribePortalCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribePortalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribePortalCommand extends $Command<DescribePortalCommandInput, DescribePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribePortalCommandInput;
|
|
28
12
|
constructor(input: DescribePortalCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePortalCommandInput, DescribePortalCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeProjectCommandInput extends DescribeProjectRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about a project.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeProjectCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeProjectCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeProjectCommandInput;
|
|
28
12
|
constructor(input: DescribeProjectCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProjectCommandInput, DescribeProjectCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeStorageConfigurationCommandInput extends DescribeStorag
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeStorageConfigurationCommandOutput extends DescribeStorageConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves information about the storage configuration for IoT SiteWise.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTSiteWiseClient, DescribeStorageConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
15
|
-
* // const { IoTSiteWiseClient, DescribeStorageConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
16
|
-
* const client = new IoTSiteWiseClient(config);
|
|
17
|
-
* const command = new DescribeStorageConfigurationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeStorageConfigurationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeStorageConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeStorageConfigurationCommand extends $Command<DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeStorageConfigurationCommandInput;
|
|
28
12
|
constructor(input: DescribeStorageConfigurationCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DisassociateAssetsCommandInput extends DisassociateAssetsReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DisassociateAssetsCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Disassociates a child asset from the given parent asset through a hierarchy defined in the
|
|
11
|
-
* parent asset's model.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { IoTSiteWiseClient, DisassociateAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
16
|
-
* // const { IoTSiteWiseClient, DisassociateAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
17
|
-
* const client = new IoTSiteWiseClient(config);
|
|
18
|
-
* const command = new DisassociateAssetsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DisassociateAssetsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DisassociateAssetsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DisassociateAssetsCommand extends $Command<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
28
11
|
readonly input: DisassociateAssetsCommandInput;
|
|
29
12
|
constructor(input: DisassociateAssetsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|