@aws-sdk/client-iotsitewise 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/IoTSiteWise.js +911 -0
- package/dist-cjs/IoTSiteWiseClient.js +44 -0
- package/dist-cjs/commands/AssociateAssetsCommand.js +62 -0
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +60 -0
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +60 -0
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +84 -0
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/CreateAssetCommand.js +61 -0
- package/dist-cjs/commands/CreateAssetModelCommand.js +64 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +60 -0
- package/dist-cjs/commands/CreateGatewayCommand.js +62 -0
- package/dist-cjs/commands/CreatePortalCommand.js +66 -0
- package/dist-cjs/commands/CreateProjectCommand.js +60 -0
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +62 -0
- package/dist-cjs/commands/DeleteAssetCommand.js +65 -0
- package/dist-cjs/commands/DeleteAssetModelCommand.js +64 -0
- package/dist-cjs/commands/DeleteDashboardCommand.js +60 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js +61 -0
- package/dist-cjs/commands/DeletePortalCommand.js +60 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +60 -0
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/DescribeAssetCommand.js +60 -0
- package/dist-cjs/commands/DescribeAssetModelCommand.js +60 -0
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js +67 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js +60 -0
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +62 -0
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +64 -0
- package/dist-cjs/commands/DescribeGatewayCommand.js +60 -0
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +60 -0
- package/dist-cjs/commands/DescribePortalCommand.js +60 -0
- package/dist-cjs/commands/DescribeProjectCommand.js +60 -0
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +60 -0
- package/dist-cjs/commands/DisassociateAssetsCommand.js +61 -0
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +71 -0
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js +71 -0
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +71 -0
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +74 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +61 -0
- package/dist-cjs/commands/ListAssetModelsCommand.js +60 -0
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js +62 -0
- package/dist-cjs/commands/ListAssetsCommand.js +72 -0
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js +69 -0
- package/dist-cjs/commands/ListDashboardsCommand.js +60 -0
- package/dist-cjs/commands/ListGatewaysCommand.js +60 -0
- package/dist-cjs/commands/ListPortalsCommand.js +60 -0
- package/dist-cjs/commands/ListProjectAssetsCommand.js +60 -0
- package/dist-cjs/commands/ListProjectsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +62 -0
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +60 -0
- package/dist-cjs/commands/PutStorageConfigurationCommand.js +60 -0
- package/dist-cjs/commands/TagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/UpdateAssetCommand.js +61 -0
- package/dist-cjs/commands/UpdateAssetModelCommand.js +72 -0
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js +65 -0
- package/dist-cjs/commands/UpdateDashboardCommand.js +60 -0
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +64 -0
- package/dist-cjs/commands/UpdateGatewayCommand.js +60 -0
- package/dist-cjs/commands/UpdatePortalCommand.js +60 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +60 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +86 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1952 -0
- package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js +45 -0
- package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +45 -0
- package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssetModelsPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListDashboardsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
- package/dist-cjs/pagination/ListPortalsPaginator.js +45 -0
- package/dist-cjs/pagination/ListProjectAssetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8693 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForAssetActive.js +54 -0
- package/dist-cjs/waiters/waitForAssetModelActive.js +54 -0
- package/dist-cjs/waiters/waitForAssetModelNotExists.js +39 -0
- package/dist-cjs/waiters/waitForAssetNotExists.js +39 -0
- package/dist-cjs/waiters/waitForPortalActive.js +45 -0
- package/dist-cjs/waiters/waitForPortalNotExists.js +39 -0
- package/dist-es/IoTSiteWise.js +910 -0
- package/dist-es/IoTSiteWiseClient.js +37 -0
- package/dist-es/commands/AssociateAssetsCommand.js +39 -0
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +39 -0
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +39 -0
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +39 -0
- package/dist-es/commands/CreateAccessPolicyCommand.js +39 -0
- package/dist-es/commands/CreateAssetCommand.js +39 -0
- package/dist-es/commands/CreateAssetModelCommand.js +39 -0
- package/dist-es/commands/CreateDashboardCommand.js +39 -0
- package/dist-es/commands/CreateGatewayCommand.js +39 -0
- package/dist-es/commands/CreatePortalCommand.js +39 -0
- package/dist-es/commands/CreateProjectCommand.js +39 -0
- package/dist-es/commands/DeleteAccessPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteAssetCommand.js +39 -0
- package/dist-es/commands/DeleteAssetModelCommand.js +39 -0
- package/dist-es/commands/DeleteDashboardCommand.js +39 -0
- package/dist-es/commands/DeleteGatewayCommand.js +39 -0
- package/dist-es/commands/DeletePortalCommand.js +39 -0
- package/dist-es/commands/DeleteProjectCommand.js +39 -0
- package/dist-es/commands/DescribeAccessPolicyCommand.js +39 -0
- package/dist-es/commands/DescribeAssetCommand.js +39 -0
- package/dist-es/commands/DescribeAssetModelCommand.js +39 -0
- package/dist-es/commands/DescribeAssetPropertyCommand.js +39 -0
- package/dist-es/commands/DescribeDashboardCommand.js +39 -0
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayCommand.js +39 -0
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +39 -0
- package/dist-es/commands/DescribePortalCommand.js +39 -0
- package/dist-es/commands/DescribeProjectCommand.js +39 -0
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +39 -0
- package/dist-es/commands/DisassociateAssetsCommand.js +39 -0
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +39 -0
- package/dist-es/commands/GetAssetPropertyValueCommand.js +39 -0
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +39 -0
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +39 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js +39 -0
- package/dist-es/commands/ListAssetModelsCommand.js +39 -0
- package/dist-es/commands/ListAssetRelationshipsCommand.js +39 -0
- package/dist-es/commands/ListAssetsCommand.js +39 -0
- package/dist-es/commands/ListAssociatedAssetsCommand.js +39 -0
- package/dist-es/commands/ListDashboardsCommand.js +39 -0
- package/dist-es/commands/ListGatewaysCommand.js +39 -0
- package/dist-es/commands/ListPortalsCommand.js +39 -0
- package/dist-es/commands/ListProjectAssetsCommand.js +39 -0
- package/dist-es/commands/ListProjectsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +39 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js +39 -0
- package/dist-es/commands/PutStorageConfigurationCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAccessPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateAssetCommand.js +39 -0
- package/dist-es/commands/UpdateAssetModelCommand.js +39 -0
- package/dist-es/commands/UpdateAssetPropertyCommand.js +39 -0
- package/dist-es/commands/UpdateDashboardCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayCommand.js +39 -0
- package/dist-es/commands/UpdatePortalCommand.js +39 -0
- package/dist-es/commands/UpdateProjectCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +961 -0
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +74 -0
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +74 -0
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +74 -0
- package/dist-es/pagination/ListAssetModelsPaginator.js +74 -0
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +74 -0
- package/dist-es/pagination/ListAssetsPaginator.js +74 -0
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +74 -0
- package/dist-es/pagination/ListDashboardsPaginator.js +74 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
- package/dist-es/pagination/ListPortalsPaginator.js +74 -0
- package/dist-es/pagination/ListProjectAssetsPaginator.js +74 -0
- package/dist-es/pagination/ListProjectsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +9606 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForAssetActive.js +60 -0
- package/dist-es/waiters/waitForAssetModelActive.js +60 -0
- package/dist-es/waiters/waitForAssetModelNotExists.js +45 -0
- package/dist-es/waiters/waitForAssetNotExists.js +45 -0
- package/dist-es/waiters/waitForPortalActive.js +51 -0
- package/dist-es/waiters/waitForPortalNotExists.js +45 -0
- package/dist-types/IoTSiteWise.d.ts +592 -0
- package/dist-types/IoTSiteWiseClient.d.ts +193 -0
- package/dist-types/commands/AssociateAssetsCommand.d.ts +37 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +36 -0
- package/dist-types/commands/CreateAssetModelCommand.d.ts +39 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +35 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +37 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +41 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +40 -0
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +39 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +35 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +36 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +35 -0
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +36 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +46 -0
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +36 -0
- package/dist-types/commands/ListAssetModelsCommand.d.ts +35 -0
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +37 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +47 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +44 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +35 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +35 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +35 -0
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +35 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +36 -0
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +47 -0
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +40 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssetModelsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortalsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +182 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +592 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +193 -0
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +182 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForAssetActive.d.ts +14 -0
- package/dist-types/waiters/waitForAssetModelActive.d.ts +14 -0
- package/dist-types/waiters/waitForAssetModelNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForAssetNotExists.d.ts +14 -0
- package/dist-types/waiters/waitForPortalActive.d.ts +14 -0
- package/dist-types/waiters/waitForPortalNotExists.d.ts +14 -0
- package/package.json +53 -50
- package/IoTSiteWise.ts +0 -2321
- package/IoTSiteWiseClient.ts +0 -476
- package/commands/AssociateAssetsCommand.ts +0 -96
- package/commands/BatchAssociateProjectAssetsCommand.ts +0 -99
- package/commands/BatchDisassociateProjectAssetsCommand.ts +0 -102
- package/commands/BatchPutAssetPropertyValueCommand.ts +0 -121
- package/commands/CreateAccessPolicyCommand.ts +0 -95
- package/commands/CreateAssetCommand.ts +0 -95
- package/commands/CreateAssetModelCommand.ts +0 -98
- package/commands/CreateDashboardCommand.ts +0 -94
- package/commands/CreateGatewayCommand.ts +0 -96
- package/commands/CreatePortalCommand.ts +0 -100
- package/commands/CreateProjectCommand.ts +0 -94
- package/commands/DeleteAccessPolicyCommand.ts +0 -96
- package/commands/DeleteAssetCommand.ts +0 -99
- package/commands/DeleteAssetModelCommand.ts +0 -98
- package/commands/DeleteDashboardCommand.ts +0 -94
- package/commands/DeleteGatewayCommand.ts +0 -95
- package/commands/DeletePortalCommand.ts +0 -94
- package/commands/DeleteProjectCommand.ts +0 -94
- package/commands/DescribeAccessPolicyCommand.ts +0 -95
- package/commands/DescribeAssetCommand.ts +0 -94
- package/commands/DescribeAssetModelCommand.ts +0 -94
- package/commands/DescribeAssetPropertyCommand.ts +0 -101
- package/commands/DescribeDashboardCommand.ts +0 -94
- package/commands/DescribeDefaultEncryptionConfigurationCommand.ts +0 -108
- package/commands/DescribeGatewayCapabilityConfigurationCommand.ts +0 -110
- package/commands/DescribeGatewayCommand.ts +0 -94
- package/commands/DescribeLoggingOptionsCommand.ts +0 -94
- package/commands/DescribePortalCommand.ts +0 -94
- package/commands/DescribeProjectCommand.ts +0 -94
- package/commands/DescribeStorageConfigurationCommand.ts +0 -99
- package/commands/DisassociateAssetsCommand.ts +0 -95
- package/commands/GetAssetPropertyAggregatesCommand.ts +0 -108
- package/commands/GetAssetPropertyValueCommand.ts +0 -105
- package/commands/GetAssetPropertyValueHistoryCommand.ts +0 -110
- package/commands/GetInterpolatedAssetPropertyValuesCommand.ts +0 -119
- package/commands/ListAccessPoliciesCommand.ts +0 -95
- package/commands/ListAssetModelsCommand.ts +0 -94
- package/commands/ListAssetRelationshipsCommand.ts +0 -96
- package/commands/ListAssetsCommand.ts +0 -106
- package/commands/ListAssociatedAssetsCommand.ts +0 -103
- package/commands/ListDashboardsCommand.ts +0 -94
- package/commands/ListGatewaysCommand.ts +0 -94
- package/commands/ListPortalsCommand.ts +0 -94
- package/commands/ListProjectAssetsCommand.ts +0 -94
- package/commands/ListProjectsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutDefaultEncryptionConfigurationCommand.ts +0 -107
- package/commands/PutLoggingOptionsCommand.ts +0 -94
- package/commands/PutStorageConfigurationCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAccessPolicyCommand.ts +0 -95
- package/commands/UpdateAssetCommand.ts +0 -95
- package/commands/UpdateAssetModelCommand.ts +0 -106
- package/commands/UpdateAssetPropertyCommand.ts +0 -99
- package/commands/UpdateDashboardCommand.ts +0 -94
- package/commands/UpdateGatewayCapabilityConfigurationCommand.ts +0 -109
- package/commands/UpdateGatewayCommand.ts +0 -94
- package/commands/UpdatePortalCommand.ts +0 -94
- package/commands/UpdateProjectCommand.ts +0 -94
- package/dist/cjs/IoTSiteWise.js +0 -912
- package/dist/cjs/IoTSiteWise.js.map +0 -1
- package/dist/cjs/IoTSiteWiseClient.js +0 -45
- package/dist/cjs/IoTSiteWiseClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAssetsCommand.js +0 -63
- package/dist/cjs/commands/AssociateAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js +0 -61
- package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js +0 -61
- package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js +0 -85
- package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/CreateAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssetCommand.js +0 -62
- package/dist/cjs/commands/CreateAssetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssetModelCommand.js +0 -65
- package/dist/cjs/commands/CreateAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDashboardCommand.js +0 -61
- package/dist/cjs/commands/CreateDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGatewayCommand.js +0 -63
- package/dist/cjs/commands/CreateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePortalCommand.js +0 -67
- package/dist/cjs/commands/CreatePortalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProjectCommand.js +0 -61
- package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPolicyCommand.js +0 -63
- package/dist/cjs/commands/DeleteAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssetCommand.js +0 -66
- package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssetModelCommand.js +0 -65
- package/dist/cjs/commands/DeleteAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDashboardCommand.js +0 -61
- package/dist/cjs/commands/DeleteDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGatewayCommand.js +0 -62
- package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePortalCommand.js +0 -61
- package/dist/cjs/commands/DeletePortalCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProjectCommand.js +0 -61
- package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssetCommand.js +0 -61
- package/dist/cjs/commands/DescribeAssetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssetModelCommand.js +0 -61
- package/dist/cjs/commands/DescribeAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssetPropertyCommand.js +0 -68
- package/dist/cjs/commands/DescribeAssetPropertyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDashboardCommand.js +0 -61
- package/dist/cjs/commands/DescribeDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -63
- package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -65
- package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayCommand.js +0 -61
- package/dist/cjs/commands/DescribeGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoggingOptionsCommand.js +0 -61
- package/dist/cjs/commands/DescribeLoggingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortalCommand.js +0 -61
- package/dist/cjs/commands/DescribePortalCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProjectCommand.js +0 -61
- package/dist/cjs/commands/DescribeProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStorageConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DescribeStorageConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAssetsCommand.js +0 -62
- package/dist/cjs/commands/DisassociateAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js +0 -72
- package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetPropertyValueCommand.js +0 -72
- package/dist/cjs/commands/GetAssetPropertyValueCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js +0 -72
- package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -75
- package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPoliciesCommand.js +0 -62
- package/dist/cjs/commands/ListAccessPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssetModelsCommand.js +0 -61
- package/dist/cjs/commands/ListAssetModelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssetRelationshipsCommand.js +0 -63
- package/dist/cjs/commands/ListAssetRelationshipsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssetsCommand.js +0 -73
- package/dist/cjs/commands/ListAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedAssetsCommand.js +0 -70
- package/dist/cjs/commands/ListAssociatedAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDashboardsCommand.js +0 -61
- package/dist/cjs/commands/ListDashboardsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGatewaysCommand.js +0 -61
- package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortalsCommand.js +0 -61
- package/dist/cjs/commands/ListPortalsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProjectAssetsCommand.js +0 -61
- package/dist/cjs/commands/ListProjectAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProjectsCommand.js +0 -61
- package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js +0 -63
- package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutLoggingOptionsCommand.js +0 -61
- package/dist/cjs/commands/PutLoggingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutStorageConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -62
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/UpdateAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetCommand.js +0 -62
- package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetModelCommand.js +0 -73
- package/dist/cjs/commands/UpdateAssetModelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetPropertyCommand.js +0 -66
- package/dist/cjs/commands/UpdateAssetPropertyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDashboardCommand.js +0 -61
- package/dist/cjs/commands/UpdateDashboardCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -65
- package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayCommand.js +0 -61
- package/dist/cjs/commands/UpdateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePortalCommand.js +0 -61
- package/dist/cjs/commands/UpdatePortalCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProjectCommand.js +0 -61
- package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -87
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1953
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js +0 -46
- package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -46
- package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -46
- package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssetModelsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssetModelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDashboardsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDashboardsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
- package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortalsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortalsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProjectAssetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListProjectAssetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProjectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -8694
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetActive.js +0 -55
- package/dist/cjs/waiters/waitForAssetActive.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetModelActive.js +0 -55
- package/dist/cjs/waiters/waitForAssetModelActive.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetModelNotExists.js +0 -40
- package/dist/cjs/waiters/waitForAssetModelNotExists.js.map +0 -1
- package/dist/cjs/waiters/waitForAssetNotExists.js +0 -40
- package/dist/cjs/waiters/waitForAssetNotExists.js.map +0 -1
- package/dist/cjs/waiters/waitForPortalActive.js +0 -46
- package/dist/cjs/waiters/waitForPortalActive.js.map +0 -1
- package/dist/cjs/waiters/waitForPortalNotExists.js +0 -40
- package/dist/cjs/waiters/waitForPortalNotExists.js.map +0 -1
- package/dist/es/IoTSiteWise.js +0 -915
- package/dist/es/IoTSiteWise.js.map +0 -1
- package/dist/es/IoTSiteWiseClient.js +0 -47
- package/dist/es/IoTSiteWiseClient.js.map +0 -1
- package/dist/es/commands/AssociateAssetsCommand.js +0 -67
- package/dist/es/commands/AssociateAssetsCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateProjectAssetsCommand.js +0 -65
- package/dist/es/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js +0 -65
- package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
- package/dist/es/commands/BatchPutAssetPropertyValueCommand.js +0 -89
- package/dist/es/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
- package/dist/es/commands/CreateAccessPolicyCommand.js +0 -66
- package/dist/es/commands/CreateAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateAssetCommand.js +0 -66
- package/dist/es/commands/CreateAssetCommand.js.map +0 -1
- package/dist/es/commands/CreateAssetModelCommand.js +0 -69
- package/dist/es/commands/CreateAssetModelCommand.js.map +0 -1
- package/dist/es/commands/CreateDashboardCommand.js +0 -65
- package/dist/es/commands/CreateDashboardCommand.js.map +0 -1
- package/dist/es/commands/CreateGatewayCommand.js +0 -67
- package/dist/es/commands/CreateGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreatePortalCommand.js +0 -71
- package/dist/es/commands/CreatePortalCommand.js.map +0 -1
- package/dist/es/commands/CreateProjectCommand.js +0 -65
- package/dist/es/commands/CreateProjectCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPolicyCommand.js +0 -67
- package/dist/es/commands/DeleteAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssetCommand.js +0 -70
- package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssetModelCommand.js +0 -69
- package/dist/es/commands/DeleteAssetModelCommand.js.map +0 -1
- package/dist/es/commands/DeleteDashboardCommand.js +0 -65
- package/dist/es/commands/DeleteDashboardCommand.js.map +0 -1
- package/dist/es/commands/DeleteGatewayCommand.js +0 -66
- package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeletePortalCommand.js +0 -65
- package/dist/es/commands/DeletePortalCommand.js.map +0 -1
- package/dist/es/commands/DeleteProjectCommand.js +0 -65
- package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccessPolicyCommand.js +0 -66
- package/dist/es/commands/DescribeAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssetCommand.js +0 -65
- package/dist/es/commands/DescribeAssetCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssetModelCommand.js +0 -65
- package/dist/es/commands/DescribeAssetModelCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssetPropertyCommand.js +0 -72
- package/dist/es/commands/DescribeAssetPropertyCommand.js.map +0 -1
- package/dist/es/commands/DescribeDashboardCommand.js +0 -65
- package/dist/es/commands/DescribeDashboardCommand.js.map +0 -1
- package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -67
- package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -69
- package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayCommand.js +0 -65
- package/dist/es/commands/DescribeGatewayCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoggingOptionsCommand.js +0 -65
- package/dist/es/commands/DescribeLoggingOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribePortalCommand.js +0 -65
- package/dist/es/commands/DescribePortalCommand.js.map +0 -1
- package/dist/es/commands/DescribeProjectCommand.js +0 -65
- package/dist/es/commands/DescribeProjectCommand.js.map +0 -1
- package/dist/es/commands/DescribeStorageConfigurationCommand.js +0 -65
- package/dist/es/commands/DescribeStorageConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAssetsCommand.js +0 -66
- package/dist/es/commands/DisassociateAssetsCommand.js.map +0 -1
- package/dist/es/commands/GetAssetPropertyAggregatesCommand.js +0 -76
- package/dist/es/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
- package/dist/es/commands/GetAssetPropertyValueCommand.js +0 -76
- package/dist/es/commands/GetAssetPropertyValueCommand.js.map +0 -1
- package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js +0 -76
- package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
- package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -79
- package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPoliciesCommand.js +0 -66
- package/dist/es/commands/ListAccessPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListAssetModelsCommand.js +0 -65
- package/dist/es/commands/ListAssetModelsCommand.js.map +0 -1
- package/dist/es/commands/ListAssetRelationshipsCommand.js +0 -67
- package/dist/es/commands/ListAssetRelationshipsCommand.js.map +0 -1
- package/dist/es/commands/ListAssetsCommand.js +0 -77
- package/dist/es/commands/ListAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedAssetsCommand.js +0 -74
- package/dist/es/commands/ListAssociatedAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListDashboardsCommand.js +0 -65
- package/dist/es/commands/ListDashboardsCommand.js.map +0 -1
- package/dist/es/commands/ListGatewaysCommand.js +0 -65
- package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/es/commands/ListPortalsCommand.js +0 -65
- package/dist/es/commands/ListPortalsCommand.js.map +0 -1
- package/dist/es/commands/ListProjectAssetsCommand.js +0 -65
- package/dist/es/commands/ListProjectAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListProjectsCommand.js +0 -65
- package/dist/es/commands/ListProjectsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js +0 -67
- package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutLoggingOptionsCommand.js +0 -65
- package/dist/es/commands/PutLoggingOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutStorageConfigurationCommand.js +0 -65
- package/dist/es/commands/PutStorageConfigurationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -66
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccessPolicyCommand.js +0 -66
- package/dist/es/commands/UpdateAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetCommand.js +0 -66
- package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetModelCommand.js +0 -77
- package/dist/es/commands/UpdateAssetModelCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetPropertyCommand.js +0 -70
- package/dist/es/commands/UpdateAssetPropertyCommand.js.map +0 -1
- package/dist/es/commands/UpdateDashboardCommand.js +0 -65
- package/dist/es/commands/UpdateDashboardCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -69
- package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayCommand.js +0 -65
- package/dist/es/commands/UpdateGatewayCommand.js.map +0 -1
- package/dist/es/commands/UpdatePortalCommand.js +0 -65
- package/dist/es/commands/UpdatePortalCommand.js.map +0 -1
- package/dist/es/commands/UpdateProjectCommand.js +0 -65
- package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -84
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1553
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js +0 -87
- package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
- package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -87
- package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -87
- package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccessPoliciesPaginator.js +0 -87
- package/dist/es/pagination/ListAccessPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssetModelsPaginator.js +0 -87
- package/dist/es/pagination/ListAssetModelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssetRelationshipsPaginator.js +0 -87
- package/dist/es/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssetsPaginator.js +0 -87
- package/dist/es/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssociatedAssetsPaginator.js +0 -87
- package/dist/es/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDashboardsPaginator.js +0 -87
- package/dist/es/pagination/ListDashboardsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
- package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortalsPaginator.js +0 -87
- package/dist/es/pagination/ListPortalsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProjectAssetsPaginator.js +0 -87
- package/dist/es/pagination/ListProjectAssetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProjectsPaginator.js +0 -87
- package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -9612
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForAssetActive.js +0 -70
- package/dist/es/waiters/waitForAssetActive.js.map +0 -1
- package/dist/es/waiters/waitForAssetModelActive.js +0 -70
- package/dist/es/waiters/waitForAssetModelActive.js.map +0 -1
- package/dist/es/waiters/waitForAssetModelNotExists.js +0 -55
- package/dist/es/waiters/waitForAssetModelNotExists.js.map +0 -1
- package/dist/es/waiters/waitForAssetNotExists.js +0 -55
- package/dist/es/waiters/waitForAssetNotExists.js.map +0 -1
- package/dist/es/waiters/waitForPortalActive.js +0 -61
- package/dist/es/waiters/waitForPortalActive.js.map +0 -1
- package/dist/es/waiters/waitForPortalNotExists.js +0 -55
- package/dist/es/waiters/waitForPortalNotExists.js.map +0 -1
- package/dist/types/IoTSiteWise.d.ts +0 -592
- package/dist/types/IoTSiteWiseClient.d.ts +0 -193
- package/dist/types/commands/AssociateAssetsCommand.d.ts +0 -37
- package/dist/types/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
- package/dist/types/commands/CreateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAssetCommand.d.ts +0 -36
- package/dist/types/commands/CreateAssetModelCommand.d.ts +0 -39
- package/dist/types/commands/CreateDashboardCommand.d.ts +0 -35
- package/dist/types/commands/CreateGatewayCommand.d.ts +0 -37
- package/dist/types/commands/CreatePortalCommand.d.ts +0 -41
- package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAccessPolicyCommand.d.ts +0 -37
- package/dist/types/commands/DeleteAssetCommand.d.ts +0 -40
- package/dist/types/commands/DeleteAssetModelCommand.d.ts +0 -39
- package/dist/types/commands/DeleteDashboardCommand.d.ts +0 -35
- package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -36
- package/dist/types/commands/DeletePortalCommand.d.ts +0 -35
- package/dist/types/commands/DeleteProjectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAssetCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAssetModelCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAssetPropertyCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDashboardCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/commands/DescribeGatewayCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribePortalCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProjectCommand.d.ts +0 -35
- package/dist/types/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateAssetsCommand.d.ts +0 -36
- package/dist/types/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
- package/dist/types/commands/GetAssetPropertyValueCommand.d.ts +0 -46
- package/dist/types/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
- package/dist/types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
- package/dist/types/commands/ListAccessPoliciesCommand.d.ts +0 -36
- package/dist/types/commands/ListAssetModelsCommand.d.ts +0 -35
- package/dist/types/commands/ListAssetRelationshipsCommand.d.ts +0 -37
- package/dist/types/commands/ListAssetsCommand.d.ts +0 -47
- package/dist/types/commands/ListAssociatedAssetsCommand.d.ts +0 -44
- package/dist/types/commands/ListDashboardsCommand.d.ts +0 -35
- package/dist/types/commands/ListGatewaysCommand.d.ts +0 -35
- package/dist/types/commands/ListPortalsCommand.d.ts +0 -35
- package/dist/types/commands/ListProjectAssetsCommand.d.ts +0 -35
- package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/PutLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/commands/PutStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/UpdateAssetCommand.d.ts +0 -36
- package/dist/types/commands/UpdateAssetModelCommand.d.ts +0 -47
- package/dist/types/commands/UpdateAssetPropertyCommand.d.ts +0 -40
- package/dist/types/commands/UpdateDashboardCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/commands/UpdateGatewayCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePortalCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProjectCommand.d.ts +0 -35
- package/dist/types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
- package/dist/types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssetModelsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDashboardsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortalsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProjectAssetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -182
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/IoTSiteWise.d.ts +0 -592
- package/dist/types/ts3.4/IoTSiteWiseClient.d.ts +0 -193
- package/dist/types/ts3.4/commands/AssociateAssetsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAssetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAssetModelCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreatePortalCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteAssetModelCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePortalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAssetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAssetModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeGatewayCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePortalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateAssetsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAssetModelsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListAssetsCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPortalsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProjectAssetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateAssetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateAssetModelCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateDashboardCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateGatewayCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePortalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDashboardsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortalsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -182
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForAssetActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForAssetModelActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForAssetNotExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForPortalActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForPortalNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForAssetActive.d.ts +0 -14
- package/dist/types/waiters/waitForAssetModelActive.d.ts +0 -14
- package/dist/types/waiters/waitForAssetModelNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForAssetNotExists.d.ts +0 -14
- package/dist/types/waiters/waitForPortalActive.d.ts +0 -14
- package/dist/types/waiters/waitForPortalNotExists.d.ts +0 -14
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6075
- package/pagination/GetAssetPropertyAggregatesPaginator.ts +0 -58
- package/pagination/GetAssetPropertyValueHistoryPaginator.ts +0 -58
- package/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessPoliciesPaginator.ts +0 -58
- package/pagination/ListAssetModelsPaginator.ts +0 -58
- package/pagination/ListAssetRelationshipsPaginator.ts +0 -58
- package/pagination/ListAssetsPaginator.ts +0 -54
- package/pagination/ListAssociatedAssetsPaginator.ts +0 -58
- package/pagination/ListDashboardsPaginator.ts +0 -58
- package/pagination/ListGatewaysPaginator.ts +0 -58
- package/pagination/ListPortalsPaginator.ts +0 -54
- package/pagination/ListProjectAssetsPaginator.ts +0 -58
- package/pagination/ListProjectsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -9901
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForAssetActive.ts +0 -54
- package/waiters/waitForAssetModelActive.ts +0 -54
- package/waiters/waitForAssetModelNotExists.ts +0 -41
- package/waiters/waitForAssetNotExists.ts +0 -41
- package/waiters/waitForPortalActive.ts +0 -46
- package/waiters/waitForPortalNotExists.ts +0 -41
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDashboardCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDashboardCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA8C,4CAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,kCAAqB,KAAoC;QAAzD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeDefaultEncryptionConfigurationRequest, DescribeDefaultEncryptionConfigurationResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand, serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves information about the default encryption configuration for the Amazon Web Services account in
|
|
8
|
-
* 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
|
|
9
|
-
* <i>IoT SiteWise User Guide</i>.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
14
|
-
* // const { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
15
|
-
* const client = new IoTSiteWiseClient(config);
|
|
16
|
-
* const command = new DescribeDefaultEncryptionConfigurationCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var DescribeDefaultEncryptionConfigurationCommand = /** @class */ (function (_super) {
|
|
26
|
-
__extends(DescribeDefaultEncryptionConfigurationCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
|
-
function DescribeDefaultEncryptionConfigurationCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
33
|
-
_this.input = input;
|
|
34
|
-
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
DescribeDefaultEncryptionConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
43
|
-
var logger = configuration.logger;
|
|
44
|
-
var clientName = "IoTSiteWiseClient";
|
|
45
|
-
var commandName = "DescribeDefaultEncryptionConfigurationCommand";
|
|
46
|
-
var handlerExecutionContext = {
|
|
47
|
-
logger: logger,
|
|
48
|
-
clientName: clientName,
|
|
49
|
-
commandName: commandName,
|
|
50
|
-
inputFilterSensitiveLog: DescribeDefaultEncryptionConfigurationRequest.filterSensitiveLog,
|
|
51
|
-
outputFilterSensitiveLog: DescribeDefaultEncryptionConfigurationResponse.filterSensitiveLog,
|
|
52
|
-
};
|
|
53
|
-
var requestHandler = configuration.requestHandler;
|
|
54
|
-
return stack.resolve(function (request) {
|
|
55
|
-
return requestHandler.handle(request.request, options || {});
|
|
56
|
-
}, handlerExecutionContext);
|
|
57
|
-
};
|
|
58
|
-
DescribeDefaultEncryptionConfigurationCommand.prototype.serialize = function (input, context) {
|
|
59
|
-
return serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(input, context);
|
|
60
|
-
};
|
|
61
|
-
DescribeDefaultEncryptionConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
62
|
-
return deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(output, context);
|
|
63
|
-
};
|
|
64
|
-
return DescribeDefaultEncryptionConfigurationCommand;
|
|
65
|
-
}($Command));
|
|
66
|
-
export { DescribeDefaultEncryptionConfigurationCommand };
|
|
67
|
-
//# sourceMappingURL=DescribeDefaultEncryptionConfigurationCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDefaultEncryptionConfigurationCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDefaultEncryptionConfigurationCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,6CAA6C,EAC7C,8CAA8C,GAC/C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,qEAAqE,EACrE,mEAAmE,GACpE,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiB7D;;;;;;;;;;;;;;;;;;GAkBG;AACH;IAAmE,iEAIlE;IACC,oCAAoC;IACpC,kCAAkC;IAElC,uDAAqB,KAAyD;QAA9E;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoD;;QAG5E,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,yEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,+CAA+C,CAAC;QACpE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6CAA6C,CAAC,kBAAkB;YACzF,wBAAwB,EAAE,8CAA8C,CAAC,kBAAkB;SAC5F,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iEAAS,GAAjB,UACE,KAAyD,EACzD,OAAuB;QAEvB,OAAO,mEAAmE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAEO,mEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,qEAAqE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAIH,oDAAC;AAAD,CAAC,AA5DD,CAAmE,QAAQ,GA4D1E"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeGatewayCapabilityConfigurationRequest, DescribeGatewayCapabilityConfigurationResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand, serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves information about a gateway capability configuration.
|
|
8
|
-
* Each gateway capability defines data sources for a gateway. A capability configuration
|
|
9
|
-
* can contain multiple data source configurations. If you define OPC-UA sources for a gateway in
|
|
10
|
-
* the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To
|
|
11
|
-
* 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>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
16
|
-
* // const { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
17
|
-
* const client = new IoTSiteWiseClient(config);
|
|
18
|
-
* const command = new DescribeGatewayCapabilityConfigurationCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeGatewayCapabilityConfigurationCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var DescribeGatewayCapabilityConfigurationCommand = /** @class */ (function (_super) {
|
|
28
|
-
__extends(DescribeGatewayCapabilityConfigurationCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
|
-
function DescribeGatewayCapabilityConfigurationCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
35
|
-
_this.input = input;
|
|
36
|
-
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
DescribeGatewayCapabilityConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
45
|
-
var logger = configuration.logger;
|
|
46
|
-
var clientName = "IoTSiteWiseClient";
|
|
47
|
-
var commandName = "DescribeGatewayCapabilityConfigurationCommand";
|
|
48
|
-
var handlerExecutionContext = {
|
|
49
|
-
logger: logger,
|
|
50
|
-
clientName: clientName,
|
|
51
|
-
commandName: commandName,
|
|
52
|
-
inputFilterSensitiveLog: DescribeGatewayCapabilityConfigurationRequest.filterSensitiveLog,
|
|
53
|
-
outputFilterSensitiveLog: DescribeGatewayCapabilityConfigurationResponse.filterSensitiveLog,
|
|
54
|
-
};
|
|
55
|
-
var requestHandler = configuration.requestHandler;
|
|
56
|
-
return stack.resolve(function (request) {
|
|
57
|
-
return requestHandler.handle(request.request, options || {});
|
|
58
|
-
}, handlerExecutionContext);
|
|
59
|
-
};
|
|
60
|
-
DescribeGatewayCapabilityConfigurationCommand.prototype.serialize = function (input, context) {
|
|
61
|
-
return serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(input, context);
|
|
62
|
-
};
|
|
63
|
-
DescribeGatewayCapabilityConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
64
|
-
return deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(output, context);
|
|
65
|
-
};
|
|
66
|
-
return DescribeGatewayCapabilityConfigurationCommand;
|
|
67
|
-
}($Command));
|
|
68
|
-
export { DescribeGatewayCapabilityConfigurationCommand };
|
|
69
|
-
//# sourceMappingURL=DescribeGatewayCapabilityConfigurationCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeGatewayCapabilityConfigurationCommand.js","sourceRoot":"","sources":["../../../commands/DescribeGatewayCapabilityConfigurationCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,6CAA6C,EAC7C,8CAA8C,GAC/C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,qEAAqE,EACrE,mEAAmE,GACpE,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiB7D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH;IAAmE,iEAIlE;IACC,oCAAoC;IACpC,kCAAkC;IAElC,uDAAqB,KAAyD;QAA9E;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoD;;QAG5E,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,yEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,+CAA+C,CAAC;QACpE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6CAA6C,CAAC,kBAAkB;YACzF,wBAAwB,EAAE,8CAA8C,CAAC,kBAAkB;SAC5F,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iEAAS,GAAjB,UACE,KAAyD,EACzD,OAAuB;QAEvB,OAAO,mEAAmE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAEO,mEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,qEAAqE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAIH,oDAAC;AAAD,CAAC,AA5DD,CAAmE,QAAQ,GA4D1E"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeGatewayCommand, serializeAws_restJson1DescribeGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves information about a gateway.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTSiteWiseClient, DescribeGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
12
|
-
* // const { IoTSiteWiseClient, DescribeGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
13
|
-
* const client = new IoTSiteWiseClient(config);
|
|
14
|
-
* const command = new DescribeGatewayCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeGatewayCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeGatewayCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeGatewayCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DescribeGatewayCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DescribeGatewayCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DescribeGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "IoTSiteWiseClient";
|
|
43
|
-
var commandName = "DescribeGatewayCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DescribeGatewayRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: DescribeGatewayResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DescribeGatewayCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DescribeGatewayCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DescribeGatewayCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DescribeGatewayCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DescribeGatewayCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DescribeGatewayCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeGatewayCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeGatewayCommand.js","sourceRoot":"","sources":["../../../commands/DescribeGatewayCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACrF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA4C,0CAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,gCAAqB,KAAkC;QAAvD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,uBAAuB,CAAC,kBAAkB;SACrE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeLoggingOptionsCommand, serializeAws_restJson1DescribeLoggingOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves the current IoT SiteWise logging options.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTSiteWiseClient, DescribeLoggingOptionsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
12
|
-
* // const { IoTSiteWiseClient, DescribeLoggingOptionsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
13
|
-
* const client = new IoTSiteWiseClient(config);
|
|
14
|
-
* const command = new DescribeLoggingOptionsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeLoggingOptionsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeLoggingOptionsCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DescribeLoggingOptionsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DescribeLoggingOptionsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DescribeLoggingOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "IoTSiteWiseClient";
|
|
43
|
-
var commandName = "DescribeLoggingOptionsCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DescribeLoggingOptionsRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: DescribeLoggingOptionsResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DescribeLoggingOptionsCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DescribeLoggingOptionsCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DescribeLoggingOptionsCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DescribeLoggingOptionsCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DescribeLoggingOptionsCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DescribeLoggingOptionsCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeLoggingOptionsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeLoggingOptionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeLoggingOptionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAmD,iDAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,uCAAqB,KAAyC;QAA9D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,8BAA8B,CAAC,kBAAkB;SAC5E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribePortalRequest, DescribePortalResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribePortalCommand, serializeAws_restJson1DescribePortalCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves information about a portal.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTSiteWiseClient, DescribePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
12
|
-
* // const { IoTSiteWiseClient, DescribePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
13
|
-
* const client = new IoTSiteWiseClient(config);
|
|
14
|
-
* const command = new DescribePortalCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribePortalCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribePortalCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribePortalCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DescribePortalCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DescribePortalCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DescribePortalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "IoTSiteWiseClient";
|
|
43
|
-
var commandName = "DescribePortalCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DescribePortalRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: DescribePortalResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DescribePortalCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DescribePortalCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DescribePortalCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DescribePortalCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DescribePortalCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DescribePortalCommand };
|
|
65
|
-
//# sourceMappingURL=DescribePortalCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribePortalCommand.js","sourceRoot":"","sources":["../../../commands/DescribePortalCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA2C,yCAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,+BAAqB,KAAiC;QAAtD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeProjectCommand, serializeAws_restJson1DescribeProjectCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves information about a project.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTSiteWiseClient, DescribeProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
12
|
-
* // const { IoTSiteWiseClient, DescribeProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
13
|
-
* const client = new IoTSiteWiseClient(config);
|
|
14
|
-
* const command = new DescribeProjectCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeProjectCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeProjectCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeProjectCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DescribeProjectCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DescribeProjectCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DescribeProjectCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "IoTSiteWiseClient";
|
|
43
|
-
var commandName = "DescribeProjectCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DescribeProjectRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: DescribeProjectResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DescribeProjectCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DescribeProjectCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DescribeProjectCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DescribeProjectCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DescribeProjectCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DescribeProjectCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeProjectCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeProjectCommand.js","sourceRoot":"","sources":["../../../commands/DescribeProjectCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACrF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA4C,0CAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,gCAAqB,KAAkC;QAAvD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,uBAAuB,CAAC,kBAAkB;SACrE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeStorageConfigurationRequest, DescribeStorageConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeStorageConfigurationCommand, serializeAws_restJson1DescribeStorageConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Retrieves information about the storage configuration for IoT SiteWise.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTSiteWiseClient, DescribeStorageConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
12
|
-
* // const { IoTSiteWiseClient, DescribeStorageConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
13
|
-
* const client = new IoTSiteWiseClient(config);
|
|
14
|
-
* const command = new DescribeStorageConfigurationCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeStorageConfigurationCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeStorageConfigurationCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeStorageConfigurationCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DescribeStorageConfigurationCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DescribeStorageConfigurationCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DescribeStorageConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "IoTSiteWiseClient";
|
|
43
|
-
var commandName = "DescribeStorageConfigurationCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DescribeStorageConfigurationRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: DescribeStorageConfigurationResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DescribeStorageConfigurationCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DescribeStorageConfigurationCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DescribeStorageConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DescribeStorageConfigurationCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DescribeStorageConfigurationCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DescribeStorageConfigurationCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeStorageConfigurationCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStorageConfigurationCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStorageConfigurationCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAyD,uDAIxD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,6CAAqB,KAA+C;QAApE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;QAGlE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,oCAAoC,CAAC,kBAAkB;SAClF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateAssetsRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DisassociateAssetsCommand, serializeAws_restJson1DisassociateAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Disassociates a child asset from the given parent asset through a hierarchy defined in the
|
|
8
|
-
* parent asset's model.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IoTSiteWiseClient, DisassociateAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
13
|
-
* // const { IoTSiteWiseClient, DisassociateAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
14
|
-
* const client = new IoTSiteWiseClient(config);
|
|
15
|
-
* const command = new DisassociateAssetsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DisassociateAssetsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DisassociateAssetsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DisassociateAssetsCommand = /** @class */ (function (_super) {
|
|
25
|
-
__extends(DisassociateAssetsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
function DisassociateAssetsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
32
|
-
_this.input = input;
|
|
33
|
-
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
DisassociateAssetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
var logger = configuration.logger;
|
|
43
|
-
var clientName = "IoTSiteWiseClient";
|
|
44
|
-
var commandName = "DisassociateAssetsCommand";
|
|
45
|
-
var handlerExecutionContext = {
|
|
46
|
-
logger: logger,
|
|
47
|
-
clientName: clientName,
|
|
48
|
-
commandName: commandName,
|
|
49
|
-
inputFilterSensitiveLog: DisassociateAssetsRequest.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: function (output) { return output; },
|
|
51
|
-
};
|
|
52
|
-
var requestHandler = configuration.requestHandler;
|
|
53
|
-
return stack.resolve(function (request) {
|
|
54
|
-
return requestHandler.handle(request.request, options || {});
|
|
55
|
-
}, handlerExecutionContext);
|
|
56
|
-
};
|
|
57
|
-
DisassociateAssetsCommand.prototype.serialize = function (input, context) {
|
|
58
|
-
return serializeAws_restJson1DisassociateAssetsCommand(input, context);
|
|
59
|
-
};
|
|
60
|
-
DisassociateAssetsCommand.prototype.deserialize = function (output, context) {
|
|
61
|
-
return deserializeAws_restJson1DisassociateAssetsCommand(output, context);
|
|
62
|
-
};
|
|
63
|
-
return DisassociateAssetsCommand;
|
|
64
|
-
}($Command));
|
|
65
|
-
export { DisassociateAssetsCommand };
|
|
66
|
-
//# sourceMappingURL=DisassociateAssetsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisassociateAssetsCommand.js","sourceRoot":"","sources":["../../../commands/DisassociateAssetsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH;IAA+C,6CAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,mCAAqB,KAAqC;QAA1D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA8C,EAC9C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,mBAAmB,CAAC;QACvC,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
|