@aws-sdk/client-iotsitewise 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +270 -272
- package/dist-cjs/models/IoTSiteWiseServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/IoTSiteWise.js +1 -1
- package/dist-es/IoTSiteWiseClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAssetsCommand.js +2 -2
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +2 -2
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +2 -2
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +2 -2
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +2 -2
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +2 -2
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +2 -2
- package/dist-es/commands/CreateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/CreateAssetCommand.js +2 -2
- package/dist-es/commands/CreateAssetModelCommand.js +2 -2
- package/dist-es/commands/CreateAssetModelCompositeModelCommand.js +2 -2
- package/dist-es/commands/CreateBulkImportJobCommand.js +2 -2
- package/dist-es/commands/CreateComputationModelCommand.js +2 -2
- package/dist-es/commands/CreateDashboardCommand.js +2 -2
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreateGatewayCommand.js +2 -2
- package/dist-es/commands/CreatePortalCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAssetCommand.js +2 -2
- package/dist-es/commands/DeleteAssetModelCommand.js +2 -2
- package/dist-es/commands/DeleteAssetModelCompositeModelCommand.js +2 -2
- package/dist-es/commands/DeleteAssetModelInterfaceRelationshipCommand.js +2 -2
- package/dist-es/commands/DeleteComputationModelCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeletePortalCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteTimeSeriesCommand.js +2 -2
- package/dist-es/commands/DescribeAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DescribeActionCommand.js +2 -2
- package/dist-es/commands/DescribeAssetCommand.js +2 -2
- package/dist-es/commands/DescribeAssetCompositeModelCommand.js +2 -2
- package/dist-es/commands/DescribeAssetModelCommand.js +2 -2
- package/dist-es/commands/DescribeAssetModelCompositeModelCommand.js +2 -2
- package/dist-es/commands/DescribeAssetModelInterfaceRelationshipCommand.js +2 -2
- package/dist-es/commands/DescribeAssetPropertyCommand.js +2 -2
- package/dist-es/commands/DescribeBulkImportJobCommand.js +2 -2
- package/dist-es/commands/DescribeComputationModelCommand.js +2 -2
- package/dist-es/commands/DescribeComputationModelExecutionSummaryCommand.js +2 -2
- package/dist-es/commands/DescribeDashboardCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeGatewayCommand.js +2 -2
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +2 -2
- package/dist-es/commands/DescribePortalCommand.js +2 -2
- package/dist-es/commands/DescribeProjectCommand.js +2 -2
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeTimeSeriesCommand.js +2 -2
- package/dist-es/commands/DisassociateAssetsCommand.js +2 -2
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +2 -2
- package/dist-es/commands/ExecuteActionCommand.js +2 -2
- package/dist-es/commands/ExecuteQueryCommand.js +2 -2
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +2 -2
- package/dist-es/commands/GetAssetPropertyValueCommand.js +2 -2
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +2 -2
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +2 -2
- package/dist-es/commands/InvokeAssistantCommand.js +2 -2
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListActionsCommand.js +2 -2
- package/dist-es/commands/ListAssetModelCompositeModelsCommand.js +2 -2
- package/dist-es/commands/ListAssetModelPropertiesCommand.js +2 -2
- package/dist-es/commands/ListAssetModelsCommand.js +2 -2
- package/dist-es/commands/ListAssetPropertiesCommand.js +2 -2
- package/dist-es/commands/ListAssetRelationshipsCommand.js +2 -2
- package/dist-es/commands/ListAssetsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAssetsCommand.js +2 -2
- package/dist-es/commands/ListBulkImportJobsCommand.js +2 -2
- package/dist-es/commands/ListCompositionRelationshipsCommand.js +2 -2
- package/dist-es/commands/ListComputationModelDataBindingUsagesCommand.js +2 -2
- package/dist-es/commands/ListComputationModelResolveToResourcesCommand.js +2 -2
- package/dist-es/commands/ListComputationModelsCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListExecutionsCommand.js +2 -2
- package/dist-es/commands/ListGatewaysCommand.js +2 -2
- package/dist-es/commands/ListInterfaceRelationshipsCommand.js +2 -2
- package/dist-es/commands/ListPortalsCommand.js +2 -2
- package/dist-es/commands/ListProjectAssetsCommand.js +2 -2
- package/dist-es/commands/ListProjectsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTimeSeriesCommand.js +2 -2
- package/dist-es/commands/PutAssetModelInterfaceRelationshipCommand.js +2 -2
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +2 -2
- package/dist-es/commands/PutLoggingOptionsCommand.js +2 -2
- package/dist-es/commands/PutStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateAssetCommand.js +2 -2
- package/dist-es/commands/UpdateAssetModelCommand.js +2 -2
- package/dist-es/commands/UpdateAssetModelCompositeModelCommand.js +2 -2
- package/dist-es/commands/UpdateAssetPropertyCommand.js +2 -2
- package/dist-es/commands/UpdateComputationModelCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +2 -2
- package/dist-es/commands/UpdateDatasetCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayCommand.js +2 -2
- package/dist-es/commands/UpdatePortalCommand.js +2 -2
- package/dist-es/commands/UpdateProjectCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/IoTSiteWiseServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAssetActive.js +1 -1
- package/dist-es/waiters/waitForAssetModelActive.js +1 -1
- package/dist-es/waiters/waitForAssetModelNotExists.js +1 -1
- package/dist-es/waiters/waitForAssetNotExists.js +1 -1
- package/dist-es/waiters/waitForPortalActive.js +1 -1
- package/dist-es/waiters/waitForPortalNotExists.js +1 -1
- package/dist-types/IoTSiteWise.d.ts +1 -1
- package/dist-types/IoTSiteWiseClient.d.ts +6 -6
- package/dist-types/commands/AssociateAssetsCommand.d.ts +6 -4
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +6 -4
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +6 -4
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateComputationModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/CreatePortalCommand.d.ts +6 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetModelInterfaceRelationshipCommand.d.ts +6 -4
- package/dist-types/commands/DeleteComputationModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDashboardCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DeletePortalCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeActionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssetModelInterfaceRelationshipCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeComputationModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePortalCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProjectCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteActionCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAssistantCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +6 -4
- package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +6 -4
- package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListComputationModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/commands/ListExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/ListInterfaceRelationshipsCommand.d.ts +6 -4
- package/dist-types/commands/ListPortalsCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +6 -4
- package/dist-types/commands/PutAssetModelInterfaceRelationshipCommand.d.ts +6 -4
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateComputationModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePortalCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/IoTSiteWiseServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/IoTSiteWise.d.ts +1 -1
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateComputationModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetModelInterfaceRelationshipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteComputationModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssetCompositeModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssetModelInterfaceRelationshipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeComputationModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInterfaceRelationshipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAssetModelInterfaceRelationshipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetModelCompositeModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateComputationModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForAssetActive.d.ts +1 -1
- package/dist-types/waiters/waitForAssetModelActive.d.ts +1 -1
- package/dist-types/waiters/waitForAssetModelNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForAssetNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForPortalActive.d.ts +1 -1
- package/dist-types/waiters/waitForPortalNotExists.d.ts +1 -1
- package/package.json +13 -38
package/dist-cjs/index.js
CHANGED
|
@@ -4,20 +4,18 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var eventStreams = require('@smithy/core/event-streams');
|
|
12
|
+
var protocols = require('@smithy/core/protocols');
|
|
13
|
+
var retry = require('@smithy/core/retry');
|
|
9
14
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var eventstreamSerdeConfigResolver = require('@smithy/eventstream-serde-config-resolver');
|
|
11
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
12
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
13
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
14
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
15
15
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
16
16
|
var runtimeConfig = require('./runtimeConfig');
|
|
17
17
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
18
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
19
18
|
var schemas_0 = require('./schemas/schemas_0');
|
|
20
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
21
19
|
var errors = require('./models/errors');
|
|
22
20
|
var IoTSiteWiseServiceException = require('./models/IoTSiteWiseServiceException');
|
|
23
21
|
|
|
@@ -75,12 +73,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
75
73
|
};
|
|
76
74
|
|
|
77
75
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
78
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
76
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
79
77
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
80
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
78
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
81
79
|
};
|
|
82
80
|
|
|
83
|
-
class IoTSiteWiseClient extends
|
|
81
|
+
class IoTSiteWiseClient extends client.Client {
|
|
84
82
|
config;
|
|
85
83
|
constructor(...[configuration]) {
|
|
86
84
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -88,18 +86,18 @@ class IoTSiteWiseClient extends smithyClient.Client {
|
|
|
88
86
|
this.initConfig = _config_0;
|
|
89
87
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
90
88
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
91
|
-
const _config_3 =
|
|
92
|
-
const _config_4 =
|
|
89
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
90
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
93
91
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
94
|
-
const _config_6 =
|
|
95
|
-
const _config_7 =
|
|
92
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
93
|
+
const _config_7 = eventStreams.resolveEventStreamSerdeConfig(_config_6);
|
|
96
94
|
const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
|
|
97
95
|
const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
|
|
98
96
|
this.config = _config_9;
|
|
99
97
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
100
98
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
101
|
-
this.middlewareStack.use(
|
|
102
|
-
this.middlewareStack.use(
|
|
99
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
100
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
104
102
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
105
103
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -116,11 +114,11 @@ class IoTSiteWiseClient extends smithyClient.Client {
|
|
|
116
114
|
}
|
|
117
115
|
}
|
|
118
116
|
|
|
119
|
-
class AssociateAssetsCommand extends
|
|
117
|
+
class AssociateAssetsCommand extends client.Command
|
|
120
118
|
.classBuilder()
|
|
121
119
|
.ep(commonParams)
|
|
122
120
|
.m(function (Command, cs, config, o) {
|
|
123
|
-
return [
|
|
121
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
124
122
|
})
|
|
125
123
|
.s("AWSIoTSiteWise", "AssociateAssets", {})
|
|
126
124
|
.n("IoTSiteWiseClient", "AssociateAssetsCommand")
|
|
@@ -128,11 +126,11 @@ class AssociateAssetsCommand extends smithyClient.Command
|
|
|
128
126
|
.build() {
|
|
129
127
|
}
|
|
130
128
|
|
|
131
|
-
class AssociateTimeSeriesToAssetPropertyCommand extends
|
|
129
|
+
class AssociateTimeSeriesToAssetPropertyCommand extends client.Command
|
|
132
130
|
.classBuilder()
|
|
133
131
|
.ep(commonParams)
|
|
134
132
|
.m(function (Command, cs, config, o) {
|
|
135
|
-
return [
|
|
133
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
136
134
|
})
|
|
137
135
|
.s("AWSIoTSiteWise", "AssociateTimeSeriesToAssetProperty", {})
|
|
138
136
|
.n("IoTSiteWiseClient", "AssociateTimeSeriesToAssetPropertyCommand")
|
|
@@ -140,11 +138,11 @@ class AssociateTimeSeriesToAssetPropertyCommand extends smithyClient.Command
|
|
|
140
138
|
.build() {
|
|
141
139
|
}
|
|
142
140
|
|
|
143
|
-
class BatchAssociateProjectAssetsCommand extends
|
|
141
|
+
class BatchAssociateProjectAssetsCommand extends client.Command
|
|
144
142
|
.classBuilder()
|
|
145
143
|
.ep(commonParams)
|
|
146
144
|
.m(function (Command, cs, config, o) {
|
|
147
|
-
return [
|
|
145
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
148
146
|
})
|
|
149
147
|
.s("AWSIoTSiteWise", "BatchAssociateProjectAssets", {})
|
|
150
148
|
.n("IoTSiteWiseClient", "BatchAssociateProjectAssetsCommand")
|
|
@@ -152,11 +150,11 @@ class BatchAssociateProjectAssetsCommand extends smithyClient.Command
|
|
|
152
150
|
.build() {
|
|
153
151
|
}
|
|
154
152
|
|
|
155
|
-
class BatchDisassociateProjectAssetsCommand extends
|
|
153
|
+
class BatchDisassociateProjectAssetsCommand extends client.Command
|
|
156
154
|
.classBuilder()
|
|
157
155
|
.ep(commonParams)
|
|
158
156
|
.m(function (Command, cs, config, o) {
|
|
159
|
-
return [
|
|
157
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
160
158
|
})
|
|
161
159
|
.s("AWSIoTSiteWise", "BatchDisassociateProjectAssets", {})
|
|
162
160
|
.n("IoTSiteWiseClient", "BatchDisassociateProjectAssetsCommand")
|
|
@@ -164,11 +162,11 @@ class BatchDisassociateProjectAssetsCommand extends smithyClient.Command
|
|
|
164
162
|
.build() {
|
|
165
163
|
}
|
|
166
164
|
|
|
167
|
-
class BatchGetAssetPropertyAggregatesCommand extends
|
|
165
|
+
class BatchGetAssetPropertyAggregatesCommand extends client.Command
|
|
168
166
|
.classBuilder()
|
|
169
167
|
.ep(commonParams)
|
|
170
168
|
.m(function (Command, cs, config, o) {
|
|
171
|
-
return [
|
|
169
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
172
170
|
})
|
|
173
171
|
.s("AWSIoTSiteWise", "BatchGetAssetPropertyAggregates", {})
|
|
174
172
|
.n("IoTSiteWiseClient", "BatchGetAssetPropertyAggregatesCommand")
|
|
@@ -176,11 +174,11 @@ class BatchGetAssetPropertyAggregatesCommand extends smithyClient.Command
|
|
|
176
174
|
.build() {
|
|
177
175
|
}
|
|
178
176
|
|
|
179
|
-
class BatchGetAssetPropertyValueCommand extends
|
|
177
|
+
class BatchGetAssetPropertyValueCommand extends client.Command
|
|
180
178
|
.classBuilder()
|
|
181
179
|
.ep(commonParams)
|
|
182
180
|
.m(function (Command, cs, config, o) {
|
|
183
|
-
return [
|
|
181
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
184
182
|
})
|
|
185
183
|
.s("AWSIoTSiteWise", "BatchGetAssetPropertyValue", {})
|
|
186
184
|
.n("IoTSiteWiseClient", "BatchGetAssetPropertyValueCommand")
|
|
@@ -188,11 +186,11 @@ class BatchGetAssetPropertyValueCommand extends smithyClient.Command
|
|
|
188
186
|
.build() {
|
|
189
187
|
}
|
|
190
188
|
|
|
191
|
-
class BatchGetAssetPropertyValueHistoryCommand extends
|
|
189
|
+
class BatchGetAssetPropertyValueHistoryCommand extends client.Command
|
|
192
190
|
.classBuilder()
|
|
193
191
|
.ep(commonParams)
|
|
194
192
|
.m(function (Command, cs, config, o) {
|
|
195
|
-
return [
|
|
193
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
196
194
|
})
|
|
197
195
|
.s("AWSIoTSiteWise", "BatchGetAssetPropertyValueHistory", {})
|
|
198
196
|
.n("IoTSiteWiseClient", "BatchGetAssetPropertyValueHistoryCommand")
|
|
@@ -200,11 +198,11 @@ class BatchGetAssetPropertyValueHistoryCommand extends smithyClient.Command
|
|
|
200
198
|
.build() {
|
|
201
199
|
}
|
|
202
200
|
|
|
203
|
-
class BatchPutAssetPropertyValueCommand extends
|
|
201
|
+
class BatchPutAssetPropertyValueCommand extends client.Command
|
|
204
202
|
.classBuilder()
|
|
205
203
|
.ep(commonParams)
|
|
206
204
|
.m(function (Command, cs, config, o) {
|
|
207
|
-
return [
|
|
205
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
208
206
|
})
|
|
209
207
|
.s("AWSIoTSiteWise", "BatchPutAssetPropertyValue", {})
|
|
210
208
|
.n("IoTSiteWiseClient", "BatchPutAssetPropertyValueCommand")
|
|
@@ -212,11 +210,11 @@ class BatchPutAssetPropertyValueCommand extends smithyClient.Command
|
|
|
212
210
|
.build() {
|
|
213
211
|
}
|
|
214
212
|
|
|
215
|
-
class CreateAccessPolicyCommand extends
|
|
213
|
+
class CreateAccessPolicyCommand extends client.Command
|
|
216
214
|
.classBuilder()
|
|
217
215
|
.ep(commonParams)
|
|
218
216
|
.m(function (Command, cs, config, o) {
|
|
219
|
-
return [
|
|
217
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
220
218
|
})
|
|
221
219
|
.s("AWSIoTSiteWise", "CreateAccessPolicy", {})
|
|
222
220
|
.n("IoTSiteWiseClient", "CreateAccessPolicyCommand")
|
|
@@ -224,11 +222,11 @@ class CreateAccessPolicyCommand extends smithyClient.Command
|
|
|
224
222
|
.build() {
|
|
225
223
|
}
|
|
226
224
|
|
|
227
|
-
class CreateAssetCommand extends
|
|
225
|
+
class CreateAssetCommand extends client.Command
|
|
228
226
|
.classBuilder()
|
|
229
227
|
.ep(commonParams)
|
|
230
228
|
.m(function (Command, cs, config, o) {
|
|
231
|
-
return [
|
|
229
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
232
230
|
})
|
|
233
231
|
.s("AWSIoTSiteWise", "CreateAsset", {})
|
|
234
232
|
.n("IoTSiteWiseClient", "CreateAssetCommand")
|
|
@@ -236,11 +234,11 @@ class CreateAssetCommand extends smithyClient.Command
|
|
|
236
234
|
.build() {
|
|
237
235
|
}
|
|
238
236
|
|
|
239
|
-
class CreateAssetModelCommand extends
|
|
237
|
+
class CreateAssetModelCommand extends client.Command
|
|
240
238
|
.classBuilder()
|
|
241
239
|
.ep(commonParams)
|
|
242
240
|
.m(function (Command, cs, config, o) {
|
|
243
|
-
return [
|
|
241
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
244
242
|
})
|
|
245
243
|
.s("AWSIoTSiteWise", "CreateAssetModel", {})
|
|
246
244
|
.n("IoTSiteWiseClient", "CreateAssetModelCommand")
|
|
@@ -248,11 +246,11 @@ class CreateAssetModelCommand extends smithyClient.Command
|
|
|
248
246
|
.build() {
|
|
249
247
|
}
|
|
250
248
|
|
|
251
|
-
class CreateAssetModelCompositeModelCommand extends
|
|
249
|
+
class CreateAssetModelCompositeModelCommand extends client.Command
|
|
252
250
|
.classBuilder()
|
|
253
251
|
.ep(commonParams)
|
|
254
252
|
.m(function (Command, cs, config, o) {
|
|
255
|
-
return [
|
|
253
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
256
254
|
})
|
|
257
255
|
.s("AWSIoTSiteWise", "CreateAssetModelCompositeModel", {})
|
|
258
256
|
.n("IoTSiteWiseClient", "CreateAssetModelCompositeModelCommand")
|
|
@@ -260,11 +258,11 @@ class CreateAssetModelCompositeModelCommand extends smithyClient.Command
|
|
|
260
258
|
.build() {
|
|
261
259
|
}
|
|
262
260
|
|
|
263
|
-
class CreateBulkImportJobCommand extends
|
|
261
|
+
class CreateBulkImportJobCommand extends client.Command
|
|
264
262
|
.classBuilder()
|
|
265
263
|
.ep(commonParams)
|
|
266
264
|
.m(function (Command, cs, config, o) {
|
|
267
|
-
return [
|
|
265
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
268
266
|
})
|
|
269
267
|
.s("AWSIoTSiteWise", "CreateBulkImportJob", {})
|
|
270
268
|
.n("IoTSiteWiseClient", "CreateBulkImportJobCommand")
|
|
@@ -272,11 +270,11 @@ class CreateBulkImportJobCommand extends smithyClient.Command
|
|
|
272
270
|
.build() {
|
|
273
271
|
}
|
|
274
272
|
|
|
275
|
-
class CreateComputationModelCommand extends
|
|
273
|
+
class CreateComputationModelCommand extends client.Command
|
|
276
274
|
.classBuilder()
|
|
277
275
|
.ep(commonParams)
|
|
278
276
|
.m(function (Command, cs, config, o) {
|
|
279
|
-
return [
|
|
277
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
280
278
|
})
|
|
281
279
|
.s("AWSIoTSiteWise", "CreateComputationModel", {})
|
|
282
280
|
.n("IoTSiteWiseClient", "CreateComputationModelCommand")
|
|
@@ -284,11 +282,11 @@ class CreateComputationModelCommand extends smithyClient.Command
|
|
|
284
282
|
.build() {
|
|
285
283
|
}
|
|
286
284
|
|
|
287
|
-
class CreateDashboardCommand extends
|
|
285
|
+
class CreateDashboardCommand extends client.Command
|
|
288
286
|
.classBuilder()
|
|
289
287
|
.ep(commonParams)
|
|
290
288
|
.m(function (Command, cs, config, o) {
|
|
291
|
-
return [
|
|
289
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
292
290
|
})
|
|
293
291
|
.s("AWSIoTSiteWise", "CreateDashboard", {})
|
|
294
292
|
.n("IoTSiteWiseClient", "CreateDashboardCommand")
|
|
@@ -296,11 +294,11 @@ class CreateDashboardCommand extends smithyClient.Command
|
|
|
296
294
|
.build() {
|
|
297
295
|
}
|
|
298
296
|
|
|
299
|
-
class CreateDatasetCommand extends
|
|
297
|
+
class CreateDatasetCommand extends client.Command
|
|
300
298
|
.classBuilder()
|
|
301
299
|
.ep(commonParams)
|
|
302
300
|
.m(function (Command, cs, config, o) {
|
|
303
|
-
return [
|
|
301
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
304
302
|
})
|
|
305
303
|
.s("AWSIoTSiteWise", "CreateDataset", {})
|
|
306
304
|
.n("IoTSiteWiseClient", "CreateDatasetCommand")
|
|
@@ -308,11 +306,11 @@ class CreateDatasetCommand extends smithyClient.Command
|
|
|
308
306
|
.build() {
|
|
309
307
|
}
|
|
310
308
|
|
|
311
|
-
class CreateGatewayCommand extends
|
|
309
|
+
class CreateGatewayCommand extends client.Command
|
|
312
310
|
.classBuilder()
|
|
313
311
|
.ep(commonParams)
|
|
314
312
|
.m(function (Command, cs, config, o) {
|
|
315
|
-
return [
|
|
313
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
316
314
|
})
|
|
317
315
|
.s("AWSIoTSiteWise", "CreateGateway", {})
|
|
318
316
|
.n("IoTSiteWiseClient", "CreateGatewayCommand")
|
|
@@ -320,11 +318,11 @@ class CreateGatewayCommand extends smithyClient.Command
|
|
|
320
318
|
.build() {
|
|
321
319
|
}
|
|
322
320
|
|
|
323
|
-
class CreatePortalCommand extends
|
|
321
|
+
class CreatePortalCommand extends client.Command
|
|
324
322
|
.classBuilder()
|
|
325
323
|
.ep(commonParams)
|
|
326
324
|
.m(function (Command, cs, config, o) {
|
|
327
|
-
return [
|
|
325
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
328
326
|
})
|
|
329
327
|
.s("AWSIoTSiteWise", "CreatePortal", {})
|
|
330
328
|
.n("IoTSiteWiseClient", "CreatePortalCommand")
|
|
@@ -332,11 +330,11 @@ class CreatePortalCommand extends smithyClient.Command
|
|
|
332
330
|
.build() {
|
|
333
331
|
}
|
|
334
332
|
|
|
335
|
-
class CreateProjectCommand extends
|
|
333
|
+
class CreateProjectCommand extends client.Command
|
|
336
334
|
.classBuilder()
|
|
337
335
|
.ep(commonParams)
|
|
338
336
|
.m(function (Command, cs, config, o) {
|
|
339
|
-
return [
|
|
337
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
340
338
|
})
|
|
341
339
|
.s("AWSIoTSiteWise", "CreateProject", {})
|
|
342
340
|
.n("IoTSiteWiseClient", "CreateProjectCommand")
|
|
@@ -344,11 +342,11 @@ class CreateProjectCommand extends smithyClient.Command
|
|
|
344
342
|
.build() {
|
|
345
343
|
}
|
|
346
344
|
|
|
347
|
-
class DeleteAccessPolicyCommand extends
|
|
345
|
+
class DeleteAccessPolicyCommand extends client.Command
|
|
348
346
|
.classBuilder()
|
|
349
347
|
.ep(commonParams)
|
|
350
348
|
.m(function (Command, cs, config, o) {
|
|
351
|
-
return [
|
|
349
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
352
350
|
})
|
|
353
351
|
.s("AWSIoTSiteWise", "DeleteAccessPolicy", {})
|
|
354
352
|
.n("IoTSiteWiseClient", "DeleteAccessPolicyCommand")
|
|
@@ -356,11 +354,11 @@ class DeleteAccessPolicyCommand extends smithyClient.Command
|
|
|
356
354
|
.build() {
|
|
357
355
|
}
|
|
358
356
|
|
|
359
|
-
class DeleteAssetCommand extends
|
|
357
|
+
class DeleteAssetCommand extends client.Command
|
|
360
358
|
.classBuilder()
|
|
361
359
|
.ep(commonParams)
|
|
362
360
|
.m(function (Command, cs, config, o) {
|
|
363
|
-
return [
|
|
361
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
364
362
|
})
|
|
365
363
|
.s("AWSIoTSiteWise", "DeleteAsset", {})
|
|
366
364
|
.n("IoTSiteWiseClient", "DeleteAssetCommand")
|
|
@@ -368,11 +366,11 @@ class DeleteAssetCommand extends smithyClient.Command
|
|
|
368
366
|
.build() {
|
|
369
367
|
}
|
|
370
368
|
|
|
371
|
-
class DeleteAssetModelCommand extends
|
|
369
|
+
class DeleteAssetModelCommand extends client.Command
|
|
372
370
|
.classBuilder()
|
|
373
371
|
.ep(commonParams)
|
|
374
372
|
.m(function (Command, cs, config, o) {
|
|
375
|
-
return [
|
|
373
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
376
374
|
})
|
|
377
375
|
.s("AWSIoTSiteWise", "DeleteAssetModel", {})
|
|
378
376
|
.n("IoTSiteWiseClient", "DeleteAssetModelCommand")
|
|
@@ -380,11 +378,11 @@ class DeleteAssetModelCommand extends smithyClient.Command
|
|
|
380
378
|
.build() {
|
|
381
379
|
}
|
|
382
380
|
|
|
383
|
-
class DeleteAssetModelCompositeModelCommand extends
|
|
381
|
+
class DeleteAssetModelCompositeModelCommand extends client.Command
|
|
384
382
|
.classBuilder()
|
|
385
383
|
.ep(commonParams)
|
|
386
384
|
.m(function (Command, cs, config, o) {
|
|
387
|
-
return [
|
|
385
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
388
386
|
})
|
|
389
387
|
.s("AWSIoTSiteWise", "DeleteAssetModelCompositeModel", {})
|
|
390
388
|
.n("IoTSiteWiseClient", "DeleteAssetModelCompositeModelCommand")
|
|
@@ -392,11 +390,11 @@ class DeleteAssetModelCompositeModelCommand extends smithyClient.Command
|
|
|
392
390
|
.build() {
|
|
393
391
|
}
|
|
394
392
|
|
|
395
|
-
class DeleteAssetModelInterfaceRelationshipCommand extends
|
|
393
|
+
class DeleteAssetModelInterfaceRelationshipCommand extends client.Command
|
|
396
394
|
.classBuilder()
|
|
397
395
|
.ep(commonParams)
|
|
398
396
|
.m(function (Command, cs, config, o) {
|
|
399
|
-
return [
|
|
397
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
400
398
|
})
|
|
401
399
|
.s("AWSIoTSiteWise", "DeleteAssetModelInterfaceRelationship", {})
|
|
402
400
|
.n("IoTSiteWiseClient", "DeleteAssetModelInterfaceRelationshipCommand")
|
|
@@ -404,11 +402,11 @@ class DeleteAssetModelInterfaceRelationshipCommand extends smithyClient.Command
|
|
|
404
402
|
.build() {
|
|
405
403
|
}
|
|
406
404
|
|
|
407
|
-
class DeleteComputationModelCommand extends
|
|
405
|
+
class DeleteComputationModelCommand extends client.Command
|
|
408
406
|
.classBuilder()
|
|
409
407
|
.ep(commonParams)
|
|
410
408
|
.m(function (Command, cs, config, o) {
|
|
411
|
-
return [
|
|
409
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
412
410
|
})
|
|
413
411
|
.s("AWSIoTSiteWise", "DeleteComputationModel", {})
|
|
414
412
|
.n("IoTSiteWiseClient", "DeleteComputationModelCommand")
|
|
@@ -416,11 +414,11 @@ class DeleteComputationModelCommand extends smithyClient.Command
|
|
|
416
414
|
.build() {
|
|
417
415
|
}
|
|
418
416
|
|
|
419
|
-
class DeleteDashboardCommand extends
|
|
417
|
+
class DeleteDashboardCommand extends client.Command
|
|
420
418
|
.classBuilder()
|
|
421
419
|
.ep(commonParams)
|
|
422
420
|
.m(function (Command, cs, config, o) {
|
|
423
|
-
return [
|
|
421
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
424
422
|
})
|
|
425
423
|
.s("AWSIoTSiteWise", "DeleteDashboard", {})
|
|
426
424
|
.n("IoTSiteWiseClient", "DeleteDashboardCommand")
|
|
@@ -428,11 +426,11 @@ class DeleteDashboardCommand extends smithyClient.Command
|
|
|
428
426
|
.build() {
|
|
429
427
|
}
|
|
430
428
|
|
|
431
|
-
class DeleteDatasetCommand extends
|
|
429
|
+
class DeleteDatasetCommand extends client.Command
|
|
432
430
|
.classBuilder()
|
|
433
431
|
.ep(commonParams)
|
|
434
432
|
.m(function (Command, cs, config, o) {
|
|
435
|
-
return [
|
|
433
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
436
434
|
})
|
|
437
435
|
.s("AWSIoTSiteWise", "DeleteDataset", {})
|
|
438
436
|
.n("IoTSiteWiseClient", "DeleteDatasetCommand")
|
|
@@ -440,11 +438,11 @@ class DeleteDatasetCommand extends smithyClient.Command
|
|
|
440
438
|
.build() {
|
|
441
439
|
}
|
|
442
440
|
|
|
443
|
-
class DeleteGatewayCommand extends
|
|
441
|
+
class DeleteGatewayCommand extends client.Command
|
|
444
442
|
.classBuilder()
|
|
445
443
|
.ep(commonParams)
|
|
446
444
|
.m(function (Command, cs, config, o) {
|
|
447
|
-
return [
|
|
445
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
448
446
|
})
|
|
449
447
|
.s("AWSIoTSiteWise", "DeleteGateway", {})
|
|
450
448
|
.n("IoTSiteWiseClient", "DeleteGatewayCommand")
|
|
@@ -452,11 +450,11 @@ class DeleteGatewayCommand extends smithyClient.Command
|
|
|
452
450
|
.build() {
|
|
453
451
|
}
|
|
454
452
|
|
|
455
|
-
class DeletePortalCommand extends
|
|
453
|
+
class DeletePortalCommand extends client.Command
|
|
456
454
|
.classBuilder()
|
|
457
455
|
.ep(commonParams)
|
|
458
456
|
.m(function (Command, cs, config, o) {
|
|
459
|
-
return [
|
|
457
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
460
458
|
})
|
|
461
459
|
.s("AWSIoTSiteWise", "DeletePortal", {})
|
|
462
460
|
.n("IoTSiteWiseClient", "DeletePortalCommand")
|
|
@@ -464,11 +462,11 @@ class DeletePortalCommand extends smithyClient.Command
|
|
|
464
462
|
.build() {
|
|
465
463
|
}
|
|
466
464
|
|
|
467
|
-
class DeleteProjectCommand extends
|
|
465
|
+
class DeleteProjectCommand extends client.Command
|
|
468
466
|
.classBuilder()
|
|
469
467
|
.ep(commonParams)
|
|
470
468
|
.m(function (Command, cs, config, o) {
|
|
471
|
-
return [
|
|
469
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
472
470
|
})
|
|
473
471
|
.s("AWSIoTSiteWise", "DeleteProject", {})
|
|
474
472
|
.n("IoTSiteWiseClient", "DeleteProjectCommand")
|
|
@@ -476,11 +474,11 @@ class DeleteProjectCommand extends smithyClient.Command
|
|
|
476
474
|
.build() {
|
|
477
475
|
}
|
|
478
476
|
|
|
479
|
-
class DeleteTimeSeriesCommand extends
|
|
477
|
+
class DeleteTimeSeriesCommand extends client.Command
|
|
480
478
|
.classBuilder()
|
|
481
479
|
.ep(commonParams)
|
|
482
480
|
.m(function (Command, cs, config, o) {
|
|
483
|
-
return [
|
|
481
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
484
482
|
})
|
|
485
483
|
.s("AWSIoTSiteWise", "DeleteTimeSeries", {})
|
|
486
484
|
.n("IoTSiteWiseClient", "DeleteTimeSeriesCommand")
|
|
@@ -488,11 +486,11 @@ class DeleteTimeSeriesCommand extends smithyClient.Command
|
|
|
488
486
|
.build() {
|
|
489
487
|
}
|
|
490
488
|
|
|
491
|
-
class DescribeAccessPolicyCommand extends
|
|
489
|
+
class DescribeAccessPolicyCommand extends client.Command
|
|
492
490
|
.classBuilder()
|
|
493
491
|
.ep(commonParams)
|
|
494
492
|
.m(function (Command, cs, config, o) {
|
|
495
|
-
return [
|
|
493
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
496
494
|
})
|
|
497
495
|
.s("AWSIoTSiteWise", "DescribeAccessPolicy", {})
|
|
498
496
|
.n("IoTSiteWiseClient", "DescribeAccessPolicyCommand")
|
|
@@ -500,11 +498,11 @@ class DescribeAccessPolicyCommand extends smithyClient.Command
|
|
|
500
498
|
.build() {
|
|
501
499
|
}
|
|
502
500
|
|
|
503
|
-
class DescribeActionCommand extends
|
|
501
|
+
class DescribeActionCommand extends client.Command
|
|
504
502
|
.classBuilder()
|
|
505
503
|
.ep(commonParams)
|
|
506
504
|
.m(function (Command, cs, config, o) {
|
|
507
|
-
return [
|
|
505
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
508
506
|
})
|
|
509
507
|
.s("AWSIoTSiteWise", "DescribeAction", {})
|
|
510
508
|
.n("IoTSiteWiseClient", "DescribeActionCommand")
|
|
@@ -512,11 +510,11 @@ class DescribeActionCommand extends smithyClient.Command
|
|
|
512
510
|
.build() {
|
|
513
511
|
}
|
|
514
512
|
|
|
515
|
-
class DescribeAssetCommand extends
|
|
513
|
+
class DescribeAssetCommand extends client.Command
|
|
516
514
|
.classBuilder()
|
|
517
515
|
.ep(commonParams)
|
|
518
516
|
.m(function (Command, cs, config, o) {
|
|
519
|
-
return [
|
|
517
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
520
518
|
})
|
|
521
519
|
.s("AWSIoTSiteWise", "DescribeAsset", {})
|
|
522
520
|
.n("IoTSiteWiseClient", "DescribeAssetCommand")
|
|
@@ -524,11 +522,11 @@ class DescribeAssetCommand extends smithyClient.Command
|
|
|
524
522
|
.build() {
|
|
525
523
|
}
|
|
526
524
|
|
|
527
|
-
class DescribeAssetCompositeModelCommand extends
|
|
525
|
+
class DescribeAssetCompositeModelCommand extends client.Command
|
|
528
526
|
.classBuilder()
|
|
529
527
|
.ep(commonParams)
|
|
530
528
|
.m(function (Command, cs, config, o) {
|
|
531
|
-
return [
|
|
529
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
532
530
|
})
|
|
533
531
|
.s("AWSIoTSiteWise", "DescribeAssetCompositeModel", {})
|
|
534
532
|
.n("IoTSiteWiseClient", "DescribeAssetCompositeModelCommand")
|
|
@@ -536,11 +534,11 @@ class DescribeAssetCompositeModelCommand extends smithyClient.Command
|
|
|
536
534
|
.build() {
|
|
537
535
|
}
|
|
538
536
|
|
|
539
|
-
class DescribeAssetModelCommand extends
|
|
537
|
+
class DescribeAssetModelCommand extends client.Command
|
|
540
538
|
.classBuilder()
|
|
541
539
|
.ep(commonParams)
|
|
542
540
|
.m(function (Command, cs, config, o) {
|
|
543
|
-
return [
|
|
541
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
544
542
|
})
|
|
545
543
|
.s("AWSIoTSiteWise", "DescribeAssetModel", {})
|
|
546
544
|
.n("IoTSiteWiseClient", "DescribeAssetModelCommand")
|
|
@@ -548,11 +546,11 @@ class DescribeAssetModelCommand extends smithyClient.Command
|
|
|
548
546
|
.build() {
|
|
549
547
|
}
|
|
550
548
|
|
|
551
|
-
class DescribeAssetModelCompositeModelCommand extends
|
|
549
|
+
class DescribeAssetModelCompositeModelCommand extends client.Command
|
|
552
550
|
.classBuilder()
|
|
553
551
|
.ep(commonParams)
|
|
554
552
|
.m(function (Command, cs, config, o) {
|
|
555
|
-
return [
|
|
553
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
556
554
|
})
|
|
557
555
|
.s("AWSIoTSiteWise", "DescribeAssetModelCompositeModel", {})
|
|
558
556
|
.n("IoTSiteWiseClient", "DescribeAssetModelCompositeModelCommand")
|
|
@@ -560,11 +558,11 @@ class DescribeAssetModelCompositeModelCommand extends smithyClient.Command
|
|
|
560
558
|
.build() {
|
|
561
559
|
}
|
|
562
560
|
|
|
563
|
-
class DescribeAssetModelInterfaceRelationshipCommand extends
|
|
561
|
+
class DescribeAssetModelInterfaceRelationshipCommand extends client.Command
|
|
564
562
|
.classBuilder()
|
|
565
563
|
.ep(commonParams)
|
|
566
564
|
.m(function (Command, cs, config, o) {
|
|
567
|
-
return [
|
|
565
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
568
566
|
})
|
|
569
567
|
.s("AWSIoTSiteWise", "DescribeAssetModelInterfaceRelationship", {})
|
|
570
568
|
.n("IoTSiteWiseClient", "DescribeAssetModelInterfaceRelationshipCommand")
|
|
@@ -572,11 +570,11 @@ class DescribeAssetModelInterfaceRelationshipCommand extends smithyClient.Comman
|
|
|
572
570
|
.build() {
|
|
573
571
|
}
|
|
574
572
|
|
|
575
|
-
class DescribeAssetPropertyCommand extends
|
|
573
|
+
class DescribeAssetPropertyCommand extends client.Command
|
|
576
574
|
.classBuilder()
|
|
577
575
|
.ep(commonParams)
|
|
578
576
|
.m(function (Command, cs, config, o) {
|
|
579
|
-
return [
|
|
577
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
580
578
|
})
|
|
581
579
|
.s("AWSIoTSiteWise", "DescribeAssetProperty", {})
|
|
582
580
|
.n("IoTSiteWiseClient", "DescribeAssetPropertyCommand")
|
|
@@ -584,11 +582,11 @@ class DescribeAssetPropertyCommand extends smithyClient.Command
|
|
|
584
582
|
.build() {
|
|
585
583
|
}
|
|
586
584
|
|
|
587
|
-
class DescribeBulkImportJobCommand extends
|
|
585
|
+
class DescribeBulkImportJobCommand extends client.Command
|
|
588
586
|
.classBuilder()
|
|
589
587
|
.ep(commonParams)
|
|
590
588
|
.m(function (Command, cs, config, o) {
|
|
591
|
-
return [
|
|
589
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
592
590
|
})
|
|
593
591
|
.s("AWSIoTSiteWise", "DescribeBulkImportJob", {})
|
|
594
592
|
.n("IoTSiteWiseClient", "DescribeBulkImportJobCommand")
|
|
@@ -596,11 +594,11 @@ class DescribeBulkImportJobCommand extends smithyClient.Command
|
|
|
596
594
|
.build() {
|
|
597
595
|
}
|
|
598
596
|
|
|
599
|
-
class DescribeComputationModelCommand extends
|
|
597
|
+
class DescribeComputationModelCommand extends client.Command
|
|
600
598
|
.classBuilder()
|
|
601
599
|
.ep(commonParams)
|
|
602
600
|
.m(function (Command, cs, config, o) {
|
|
603
|
-
return [
|
|
601
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
604
602
|
})
|
|
605
603
|
.s("AWSIoTSiteWise", "DescribeComputationModel", {})
|
|
606
604
|
.n("IoTSiteWiseClient", "DescribeComputationModelCommand")
|
|
@@ -608,11 +606,11 @@ class DescribeComputationModelCommand extends smithyClient.Command
|
|
|
608
606
|
.build() {
|
|
609
607
|
}
|
|
610
608
|
|
|
611
|
-
class DescribeComputationModelExecutionSummaryCommand extends
|
|
609
|
+
class DescribeComputationModelExecutionSummaryCommand extends client.Command
|
|
612
610
|
.classBuilder()
|
|
613
611
|
.ep(commonParams)
|
|
614
612
|
.m(function (Command, cs, config, o) {
|
|
615
|
-
return [
|
|
613
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
616
614
|
})
|
|
617
615
|
.s("AWSIoTSiteWise", "DescribeComputationModelExecutionSummary", {})
|
|
618
616
|
.n("IoTSiteWiseClient", "DescribeComputationModelExecutionSummaryCommand")
|
|
@@ -620,11 +618,11 @@ class DescribeComputationModelExecutionSummaryCommand extends smithyClient.Comma
|
|
|
620
618
|
.build() {
|
|
621
619
|
}
|
|
622
620
|
|
|
623
|
-
class DescribeDashboardCommand extends
|
|
621
|
+
class DescribeDashboardCommand extends client.Command
|
|
624
622
|
.classBuilder()
|
|
625
623
|
.ep(commonParams)
|
|
626
624
|
.m(function (Command, cs, config, o) {
|
|
627
|
-
return [
|
|
625
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
628
626
|
})
|
|
629
627
|
.s("AWSIoTSiteWise", "DescribeDashboard", {})
|
|
630
628
|
.n("IoTSiteWiseClient", "DescribeDashboardCommand")
|
|
@@ -632,11 +630,11 @@ class DescribeDashboardCommand extends smithyClient.Command
|
|
|
632
630
|
.build() {
|
|
633
631
|
}
|
|
634
632
|
|
|
635
|
-
class DescribeDatasetCommand extends
|
|
633
|
+
class DescribeDatasetCommand extends client.Command
|
|
636
634
|
.classBuilder()
|
|
637
635
|
.ep(commonParams)
|
|
638
636
|
.m(function (Command, cs, config, o) {
|
|
639
|
-
return [
|
|
637
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
640
638
|
})
|
|
641
639
|
.s("AWSIoTSiteWise", "DescribeDataset", {})
|
|
642
640
|
.n("IoTSiteWiseClient", "DescribeDatasetCommand")
|
|
@@ -644,11 +642,11 @@ class DescribeDatasetCommand extends smithyClient.Command
|
|
|
644
642
|
.build() {
|
|
645
643
|
}
|
|
646
644
|
|
|
647
|
-
class DescribeDefaultEncryptionConfigurationCommand extends
|
|
645
|
+
class DescribeDefaultEncryptionConfigurationCommand extends client.Command
|
|
648
646
|
.classBuilder()
|
|
649
647
|
.ep(commonParams)
|
|
650
648
|
.m(function (Command, cs, config, o) {
|
|
651
|
-
return [
|
|
649
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
652
650
|
})
|
|
653
651
|
.s("AWSIoTSiteWise", "DescribeDefaultEncryptionConfiguration", {})
|
|
654
652
|
.n("IoTSiteWiseClient", "DescribeDefaultEncryptionConfigurationCommand")
|
|
@@ -656,11 +654,11 @@ class DescribeDefaultEncryptionConfigurationCommand extends smithyClient.Command
|
|
|
656
654
|
.build() {
|
|
657
655
|
}
|
|
658
656
|
|
|
659
|
-
class DescribeExecutionCommand extends
|
|
657
|
+
class DescribeExecutionCommand extends client.Command
|
|
660
658
|
.classBuilder()
|
|
661
659
|
.ep(commonParams)
|
|
662
660
|
.m(function (Command, cs, config, o) {
|
|
663
|
-
return [
|
|
661
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
664
662
|
})
|
|
665
663
|
.s("AWSIoTSiteWise", "DescribeExecution", {})
|
|
666
664
|
.n("IoTSiteWiseClient", "DescribeExecutionCommand")
|
|
@@ -668,11 +666,11 @@ class DescribeExecutionCommand extends smithyClient.Command
|
|
|
668
666
|
.build() {
|
|
669
667
|
}
|
|
670
668
|
|
|
671
|
-
class DescribeGatewayCapabilityConfigurationCommand extends
|
|
669
|
+
class DescribeGatewayCapabilityConfigurationCommand extends client.Command
|
|
672
670
|
.classBuilder()
|
|
673
671
|
.ep(commonParams)
|
|
674
672
|
.m(function (Command, cs, config, o) {
|
|
675
|
-
return [
|
|
673
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
676
674
|
})
|
|
677
675
|
.s("AWSIoTSiteWise", "DescribeGatewayCapabilityConfiguration", {})
|
|
678
676
|
.n("IoTSiteWiseClient", "DescribeGatewayCapabilityConfigurationCommand")
|
|
@@ -680,11 +678,11 @@ class DescribeGatewayCapabilityConfigurationCommand extends smithyClient.Command
|
|
|
680
678
|
.build() {
|
|
681
679
|
}
|
|
682
680
|
|
|
683
|
-
class DescribeGatewayCommand extends
|
|
681
|
+
class DescribeGatewayCommand extends client.Command
|
|
684
682
|
.classBuilder()
|
|
685
683
|
.ep(commonParams)
|
|
686
684
|
.m(function (Command, cs, config, o) {
|
|
687
|
-
return [
|
|
685
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
688
686
|
})
|
|
689
687
|
.s("AWSIoTSiteWise", "DescribeGateway", {})
|
|
690
688
|
.n("IoTSiteWiseClient", "DescribeGatewayCommand")
|
|
@@ -692,11 +690,11 @@ class DescribeGatewayCommand extends smithyClient.Command
|
|
|
692
690
|
.build() {
|
|
693
691
|
}
|
|
694
692
|
|
|
695
|
-
class DescribeLoggingOptionsCommand extends
|
|
693
|
+
class DescribeLoggingOptionsCommand extends client.Command
|
|
696
694
|
.classBuilder()
|
|
697
695
|
.ep(commonParams)
|
|
698
696
|
.m(function (Command, cs, config, o) {
|
|
699
|
-
return [
|
|
697
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
700
698
|
})
|
|
701
699
|
.s("AWSIoTSiteWise", "DescribeLoggingOptions", {})
|
|
702
700
|
.n("IoTSiteWiseClient", "DescribeLoggingOptionsCommand")
|
|
@@ -704,11 +702,11 @@ class DescribeLoggingOptionsCommand extends smithyClient.Command
|
|
|
704
702
|
.build() {
|
|
705
703
|
}
|
|
706
704
|
|
|
707
|
-
class DescribePortalCommand extends
|
|
705
|
+
class DescribePortalCommand extends client.Command
|
|
708
706
|
.classBuilder()
|
|
709
707
|
.ep(commonParams)
|
|
710
708
|
.m(function (Command, cs, config, o) {
|
|
711
|
-
return [
|
|
709
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
712
710
|
})
|
|
713
711
|
.s("AWSIoTSiteWise", "DescribePortal", {})
|
|
714
712
|
.n("IoTSiteWiseClient", "DescribePortalCommand")
|
|
@@ -716,11 +714,11 @@ class DescribePortalCommand extends smithyClient.Command
|
|
|
716
714
|
.build() {
|
|
717
715
|
}
|
|
718
716
|
|
|
719
|
-
class DescribeProjectCommand extends
|
|
717
|
+
class DescribeProjectCommand extends client.Command
|
|
720
718
|
.classBuilder()
|
|
721
719
|
.ep(commonParams)
|
|
722
720
|
.m(function (Command, cs, config, o) {
|
|
723
|
-
return [
|
|
721
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
724
722
|
})
|
|
725
723
|
.s("AWSIoTSiteWise", "DescribeProject", {})
|
|
726
724
|
.n("IoTSiteWiseClient", "DescribeProjectCommand")
|
|
@@ -728,11 +726,11 @@ class DescribeProjectCommand extends smithyClient.Command
|
|
|
728
726
|
.build() {
|
|
729
727
|
}
|
|
730
728
|
|
|
731
|
-
class DescribeStorageConfigurationCommand extends
|
|
729
|
+
class DescribeStorageConfigurationCommand extends client.Command
|
|
732
730
|
.classBuilder()
|
|
733
731
|
.ep(commonParams)
|
|
734
732
|
.m(function (Command, cs, config, o) {
|
|
735
|
-
return [
|
|
733
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
736
734
|
})
|
|
737
735
|
.s("AWSIoTSiteWise", "DescribeStorageConfiguration", {})
|
|
738
736
|
.n("IoTSiteWiseClient", "DescribeStorageConfigurationCommand")
|
|
@@ -740,11 +738,11 @@ class DescribeStorageConfigurationCommand extends smithyClient.Command
|
|
|
740
738
|
.build() {
|
|
741
739
|
}
|
|
742
740
|
|
|
743
|
-
class DescribeTimeSeriesCommand extends
|
|
741
|
+
class DescribeTimeSeriesCommand extends client.Command
|
|
744
742
|
.classBuilder()
|
|
745
743
|
.ep(commonParams)
|
|
746
744
|
.m(function (Command, cs, config, o) {
|
|
747
|
-
return [
|
|
745
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
748
746
|
})
|
|
749
747
|
.s("AWSIoTSiteWise", "DescribeTimeSeries", {})
|
|
750
748
|
.n("IoTSiteWiseClient", "DescribeTimeSeriesCommand")
|
|
@@ -752,11 +750,11 @@ class DescribeTimeSeriesCommand extends smithyClient.Command
|
|
|
752
750
|
.build() {
|
|
753
751
|
}
|
|
754
752
|
|
|
755
|
-
class DisassociateAssetsCommand extends
|
|
753
|
+
class DisassociateAssetsCommand extends client.Command
|
|
756
754
|
.classBuilder()
|
|
757
755
|
.ep(commonParams)
|
|
758
756
|
.m(function (Command, cs, config, o) {
|
|
759
|
-
return [
|
|
757
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
760
758
|
})
|
|
761
759
|
.s("AWSIoTSiteWise", "DisassociateAssets", {})
|
|
762
760
|
.n("IoTSiteWiseClient", "DisassociateAssetsCommand")
|
|
@@ -764,11 +762,11 @@ class DisassociateAssetsCommand extends smithyClient.Command
|
|
|
764
762
|
.build() {
|
|
765
763
|
}
|
|
766
764
|
|
|
767
|
-
class DisassociateTimeSeriesFromAssetPropertyCommand extends
|
|
765
|
+
class DisassociateTimeSeriesFromAssetPropertyCommand extends client.Command
|
|
768
766
|
.classBuilder()
|
|
769
767
|
.ep(commonParams)
|
|
770
768
|
.m(function (Command, cs, config, o) {
|
|
771
|
-
return [
|
|
769
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
772
770
|
})
|
|
773
771
|
.s("AWSIoTSiteWise", "DisassociateTimeSeriesFromAssetProperty", {})
|
|
774
772
|
.n("IoTSiteWiseClient", "DisassociateTimeSeriesFromAssetPropertyCommand")
|
|
@@ -776,11 +774,11 @@ class DisassociateTimeSeriesFromAssetPropertyCommand extends smithyClient.Comman
|
|
|
776
774
|
.build() {
|
|
777
775
|
}
|
|
778
776
|
|
|
779
|
-
class ExecuteActionCommand extends
|
|
777
|
+
class ExecuteActionCommand extends client.Command
|
|
780
778
|
.classBuilder()
|
|
781
779
|
.ep(commonParams)
|
|
782
780
|
.m(function (Command, cs, config, o) {
|
|
783
|
-
return [
|
|
781
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
784
782
|
})
|
|
785
783
|
.s("AWSIoTSiteWise", "ExecuteAction", {})
|
|
786
784
|
.n("IoTSiteWiseClient", "ExecuteActionCommand")
|
|
@@ -788,11 +786,11 @@ class ExecuteActionCommand extends smithyClient.Command
|
|
|
788
786
|
.build() {
|
|
789
787
|
}
|
|
790
788
|
|
|
791
|
-
class ExecuteQueryCommand extends
|
|
789
|
+
class ExecuteQueryCommand extends client.Command
|
|
792
790
|
.classBuilder()
|
|
793
791
|
.ep(commonParams)
|
|
794
792
|
.m(function (Command, cs, config, o) {
|
|
795
|
-
return [
|
|
793
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
796
794
|
})
|
|
797
795
|
.s("AWSIoTSiteWise", "ExecuteQuery", {})
|
|
798
796
|
.n("IoTSiteWiseClient", "ExecuteQueryCommand")
|
|
@@ -800,11 +798,11 @@ class ExecuteQueryCommand extends smithyClient.Command
|
|
|
800
798
|
.build() {
|
|
801
799
|
}
|
|
802
800
|
|
|
803
|
-
class GetAssetPropertyAggregatesCommand extends
|
|
801
|
+
class GetAssetPropertyAggregatesCommand extends client.Command
|
|
804
802
|
.classBuilder()
|
|
805
803
|
.ep(commonParams)
|
|
806
804
|
.m(function (Command, cs, config, o) {
|
|
807
|
-
return [
|
|
805
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
808
806
|
})
|
|
809
807
|
.s("AWSIoTSiteWise", "GetAssetPropertyAggregates", {})
|
|
810
808
|
.n("IoTSiteWiseClient", "GetAssetPropertyAggregatesCommand")
|
|
@@ -812,11 +810,11 @@ class GetAssetPropertyAggregatesCommand extends smithyClient.Command
|
|
|
812
810
|
.build() {
|
|
813
811
|
}
|
|
814
812
|
|
|
815
|
-
class GetAssetPropertyValueCommand extends
|
|
813
|
+
class GetAssetPropertyValueCommand extends client.Command
|
|
816
814
|
.classBuilder()
|
|
817
815
|
.ep(commonParams)
|
|
818
816
|
.m(function (Command, cs, config, o) {
|
|
819
|
-
return [
|
|
817
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
820
818
|
})
|
|
821
819
|
.s("AWSIoTSiteWise", "GetAssetPropertyValue", {})
|
|
822
820
|
.n("IoTSiteWiseClient", "GetAssetPropertyValueCommand")
|
|
@@ -824,11 +822,11 @@ class GetAssetPropertyValueCommand extends smithyClient.Command
|
|
|
824
822
|
.build() {
|
|
825
823
|
}
|
|
826
824
|
|
|
827
|
-
class GetAssetPropertyValueHistoryCommand extends
|
|
825
|
+
class GetAssetPropertyValueHistoryCommand extends client.Command
|
|
828
826
|
.classBuilder()
|
|
829
827
|
.ep(commonParams)
|
|
830
828
|
.m(function (Command, cs, config, o) {
|
|
831
|
-
return [
|
|
829
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
832
830
|
})
|
|
833
831
|
.s("AWSIoTSiteWise", "GetAssetPropertyValueHistory", {})
|
|
834
832
|
.n("IoTSiteWiseClient", "GetAssetPropertyValueHistoryCommand")
|
|
@@ -836,11 +834,11 @@ class GetAssetPropertyValueHistoryCommand extends smithyClient.Command
|
|
|
836
834
|
.build() {
|
|
837
835
|
}
|
|
838
836
|
|
|
839
|
-
class GetInterpolatedAssetPropertyValuesCommand extends
|
|
837
|
+
class GetInterpolatedAssetPropertyValuesCommand extends client.Command
|
|
840
838
|
.classBuilder()
|
|
841
839
|
.ep(commonParams)
|
|
842
840
|
.m(function (Command, cs, config, o) {
|
|
843
|
-
return [
|
|
841
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
844
842
|
})
|
|
845
843
|
.s("AWSIoTSiteWise", "GetInterpolatedAssetPropertyValues", {})
|
|
846
844
|
.n("IoTSiteWiseClient", "GetInterpolatedAssetPropertyValuesCommand")
|
|
@@ -848,11 +846,11 @@ class GetInterpolatedAssetPropertyValuesCommand extends smithyClient.Command
|
|
|
848
846
|
.build() {
|
|
849
847
|
}
|
|
850
848
|
|
|
851
|
-
class InvokeAssistantCommand extends
|
|
849
|
+
class InvokeAssistantCommand extends client.Command
|
|
852
850
|
.classBuilder()
|
|
853
851
|
.ep(commonParams)
|
|
854
852
|
.m(function (Command, cs, config, o) {
|
|
855
|
-
return [
|
|
853
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
856
854
|
})
|
|
857
855
|
.s("AWSIoTSiteWise", "InvokeAssistant", {
|
|
858
856
|
eventStream: {
|
|
@@ -864,11 +862,11 @@ class InvokeAssistantCommand extends smithyClient.Command
|
|
|
864
862
|
.build() {
|
|
865
863
|
}
|
|
866
864
|
|
|
867
|
-
class ListAccessPoliciesCommand extends
|
|
865
|
+
class ListAccessPoliciesCommand extends client.Command
|
|
868
866
|
.classBuilder()
|
|
869
867
|
.ep(commonParams)
|
|
870
868
|
.m(function (Command, cs, config, o) {
|
|
871
|
-
return [
|
|
869
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
872
870
|
})
|
|
873
871
|
.s("AWSIoTSiteWise", "ListAccessPolicies", {})
|
|
874
872
|
.n("IoTSiteWiseClient", "ListAccessPoliciesCommand")
|
|
@@ -876,11 +874,11 @@ class ListAccessPoliciesCommand extends smithyClient.Command
|
|
|
876
874
|
.build() {
|
|
877
875
|
}
|
|
878
876
|
|
|
879
|
-
class ListActionsCommand extends
|
|
877
|
+
class ListActionsCommand extends client.Command
|
|
880
878
|
.classBuilder()
|
|
881
879
|
.ep(commonParams)
|
|
882
880
|
.m(function (Command, cs, config, o) {
|
|
883
|
-
return [
|
|
881
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
884
882
|
})
|
|
885
883
|
.s("AWSIoTSiteWise", "ListActions", {})
|
|
886
884
|
.n("IoTSiteWiseClient", "ListActionsCommand")
|
|
@@ -888,11 +886,11 @@ class ListActionsCommand extends smithyClient.Command
|
|
|
888
886
|
.build() {
|
|
889
887
|
}
|
|
890
888
|
|
|
891
|
-
class ListAssetModelCompositeModelsCommand extends
|
|
889
|
+
class ListAssetModelCompositeModelsCommand extends client.Command
|
|
892
890
|
.classBuilder()
|
|
893
891
|
.ep(commonParams)
|
|
894
892
|
.m(function (Command, cs, config, o) {
|
|
895
|
-
return [
|
|
893
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
896
894
|
})
|
|
897
895
|
.s("AWSIoTSiteWise", "ListAssetModelCompositeModels", {})
|
|
898
896
|
.n("IoTSiteWiseClient", "ListAssetModelCompositeModelsCommand")
|
|
@@ -900,11 +898,11 @@ class ListAssetModelCompositeModelsCommand extends smithyClient.Command
|
|
|
900
898
|
.build() {
|
|
901
899
|
}
|
|
902
900
|
|
|
903
|
-
class ListAssetModelPropertiesCommand extends
|
|
901
|
+
class ListAssetModelPropertiesCommand extends client.Command
|
|
904
902
|
.classBuilder()
|
|
905
903
|
.ep(commonParams)
|
|
906
904
|
.m(function (Command, cs, config, o) {
|
|
907
|
-
return [
|
|
905
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
908
906
|
})
|
|
909
907
|
.s("AWSIoTSiteWise", "ListAssetModelProperties", {})
|
|
910
908
|
.n("IoTSiteWiseClient", "ListAssetModelPropertiesCommand")
|
|
@@ -912,11 +910,11 @@ class ListAssetModelPropertiesCommand extends smithyClient.Command
|
|
|
912
910
|
.build() {
|
|
913
911
|
}
|
|
914
912
|
|
|
915
|
-
class ListAssetModelsCommand extends
|
|
913
|
+
class ListAssetModelsCommand extends client.Command
|
|
916
914
|
.classBuilder()
|
|
917
915
|
.ep(commonParams)
|
|
918
916
|
.m(function (Command, cs, config, o) {
|
|
919
|
-
return [
|
|
917
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
920
918
|
})
|
|
921
919
|
.s("AWSIoTSiteWise", "ListAssetModels", {})
|
|
922
920
|
.n("IoTSiteWiseClient", "ListAssetModelsCommand")
|
|
@@ -924,11 +922,11 @@ class ListAssetModelsCommand extends smithyClient.Command
|
|
|
924
922
|
.build() {
|
|
925
923
|
}
|
|
926
924
|
|
|
927
|
-
class ListAssetPropertiesCommand extends
|
|
925
|
+
class ListAssetPropertiesCommand extends client.Command
|
|
928
926
|
.classBuilder()
|
|
929
927
|
.ep(commonParams)
|
|
930
928
|
.m(function (Command, cs, config, o) {
|
|
931
|
-
return [
|
|
929
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
932
930
|
})
|
|
933
931
|
.s("AWSIoTSiteWise", "ListAssetProperties", {})
|
|
934
932
|
.n("IoTSiteWiseClient", "ListAssetPropertiesCommand")
|
|
@@ -936,11 +934,11 @@ class ListAssetPropertiesCommand extends smithyClient.Command
|
|
|
936
934
|
.build() {
|
|
937
935
|
}
|
|
938
936
|
|
|
939
|
-
class ListAssetRelationshipsCommand extends
|
|
937
|
+
class ListAssetRelationshipsCommand extends client.Command
|
|
940
938
|
.classBuilder()
|
|
941
939
|
.ep(commonParams)
|
|
942
940
|
.m(function (Command, cs, config, o) {
|
|
943
|
-
return [
|
|
941
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
944
942
|
})
|
|
945
943
|
.s("AWSIoTSiteWise", "ListAssetRelationships", {})
|
|
946
944
|
.n("IoTSiteWiseClient", "ListAssetRelationshipsCommand")
|
|
@@ -948,11 +946,11 @@ class ListAssetRelationshipsCommand extends smithyClient.Command
|
|
|
948
946
|
.build() {
|
|
949
947
|
}
|
|
950
948
|
|
|
951
|
-
class ListAssetsCommand extends
|
|
949
|
+
class ListAssetsCommand extends client.Command
|
|
952
950
|
.classBuilder()
|
|
953
951
|
.ep(commonParams)
|
|
954
952
|
.m(function (Command, cs, config, o) {
|
|
955
|
-
return [
|
|
953
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
956
954
|
})
|
|
957
955
|
.s("AWSIoTSiteWise", "ListAssets", {})
|
|
958
956
|
.n("IoTSiteWiseClient", "ListAssetsCommand")
|
|
@@ -960,11 +958,11 @@ class ListAssetsCommand extends smithyClient.Command
|
|
|
960
958
|
.build() {
|
|
961
959
|
}
|
|
962
960
|
|
|
963
|
-
class ListAssociatedAssetsCommand extends
|
|
961
|
+
class ListAssociatedAssetsCommand extends client.Command
|
|
964
962
|
.classBuilder()
|
|
965
963
|
.ep(commonParams)
|
|
966
964
|
.m(function (Command, cs, config, o) {
|
|
967
|
-
return [
|
|
965
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
968
966
|
})
|
|
969
967
|
.s("AWSIoTSiteWise", "ListAssociatedAssets", {})
|
|
970
968
|
.n("IoTSiteWiseClient", "ListAssociatedAssetsCommand")
|
|
@@ -972,11 +970,11 @@ class ListAssociatedAssetsCommand extends smithyClient.Command
|
|
|
972
970
|
.build() {
|
|
973
971
|
}
|
|
974
972
|
|
|
975
|
-
class ListBulkImportJobsCommand extends
|
|
973
|
+
class ListBulkImportJobsCommand extends client.Command
|
|
976
974
|
.classBuilder()
|
|
977
975
|
.ep(commonParams)
|
|
978
976
|
.m(function (Command, cs, config, o) {
|
|
979
|
-
return [
|
|
977
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
980
978
|
})
|
|
981
979
|
.s("AWSIoTSiteWise", "ListBulkImportJobs", {})
|
|
982
980
|
.n("IoTSiteWiseClient", "ListBulkImportJobsCommand")
|
|
@@ -984,11 +982,11 @@ class ListBulkImportJobsCommand extends smithyClient.Command
|
|
|
984
982
|
.build() {
|
|
985
983
|
}
|
|
986
984
|
|
|
987
|
-
class ListCompositionRelationshipsCommand extends
|
|
985
|
+
class ListCompositionRelationshipsCommand extends client.Command
|
|
988
986
|
.classBuilder()
|
|
989
987
|
.ep(commonParams)
|
|
990
988
|
.m(function (Command, cs, config, o) {
|
|
991
|
-
return [
|
|
989
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
992
990
|
})
|
|
993
991
|
.s("AWSIoTSiteWise", "ListCompositionRelationships", {})
|
|
994
992
|
.n("IoTSiteWiseClient", "ListCompositionRelationshipsCommand")
|
|
@@ -996,11 +994,11 @@ class ListCompositionRelationshipsCommand extends smithyClient.Command
|
|
|
996
994
|
.build() {
|
|
997
995
|
}
|
|
998
996
|
|
|
999
|
-
class ListComputationModelDataBindingUsagesCommand extends
|
|
997
|
+
class ListComputationModelDataBindingUsagesCommand extends client.Command
|
|
1000
998
|
.classBuilder()
|
|
1001
999
|
.ep(commonParams)
|
|
1002
1000
|
.m(function (Command, cs, config, o) {
|
|
1003
|
-
return [
|
|
1001
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1004
1002
|
})
|
|
1005
1003
|
.s("AWSIoTSiteWise", "ListComputationModelDataBindingUsages", {})
|
|
1006
1004
|
.n("IoTSiteWiseClient", "ListComputationModelDataBindingUsagesCommand")
|
|
@@ -1008,11 +1006,11 @@ class ListComputationModelDataBindingUsagesCommand extends smithyClient.Command
|
|
|
1008
1006
|
.build() {
|
|
1009
1007
|
}
|
|
1010
1008
|
|
|
1011
|
-
class ListComputationModelResolveToResourcesCommand extends
|
|
1009
|
+
class ListComputationModelResolveToResourcesCommand extends client.Command
|
|
1012
1010
|
.classBuilder()
|
|
1013
1011
|
.ep(commonParams)
|
|
1014
1012
|
.m(function (Command, cs, config, o) {
|
|
1015
|
-
return [
|
|
1013
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1016
1014
|
})
|
|
1017
1015
|
.s("AWSIoTSiteWise", "ListComputationModelResolveToResources", {})
|
|
1018
1016
|
.n("IoTSiteWiseClient", "ListComputationModelResolveToResourcesCommand")
|
|
@@ -1020,11 +1018,11 @@ class ListComputationModelResolveToResourcesCommand extends smithyClient.Command
|
|
|
1020
1018
|
.build() {
|
|
1021
1019
|
}
|
|
1022
1020
|
|
|
1023
|
-
class ListComputationModelsCommand extends
|
|
1021
|
+
class ListComputationModelsCommand extends client.Command
|
|
1024
1022
|
.classBuilder()
|
|
1025
1023
|
.ep(commonParams)
|
|
1026
1024
|
.m(function (Command, cs, config, o) {
|
|
1027
|
-
return [
|
|
1025
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1028
1026
|
})
|
|
1029
1027
|
.s("AWSIoTSiteWise", "ListComputationModels", {})
|
|
1030
1028
|
.n("IoTSiteWiseClient", "ListComputationModelsCommand")
|
|
@@ -1032,11 +1030,11 @@ class ListComputationModelsCommand extends smithyClient.Command
|
|
|
1032
1030
|
.build() {
|
|
1033
1031
|
}
|
|
1034
1032
|
|
|
1035
|
-
class ListDashboardsCommand extends
|
|
1033
|
+
class ListDashboardsCommand extends client.Command
|
|
1036
1034
|
.classBuilder()
|
|
1037
1035
|
.ep(commonParams)
|
|
1038
1036
|
.m(function (Command, cs, config, o) {
|
|
1039
|
-
return [
|
|
1037
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1040
1038
|
})
|
|
1041
1039
|
.s("AWSIoTSiteWise", "ListDashboards", {})
|
|
1042
1040
|
.n("IoTSiteWiseClient", "ListDashboardsCommand")
|
|
@@ -1044,11 +1042,11 @@ class ListDashboardsCommand extends smithyClient.Command
|
|
|
1044
1042
|
.build() {
|
|
1045
1043
|
}
|
|
1046
1044
|
|
|
1047
|
-
class ListDatasetsCommand extends
|
|
1045
|
+
class ListDatasetsCommand extends client.Command
|
|
1048
1046
|
.classBuilder()
|
|
1049
1047
|
.ep(commonParams)
|
|
1050
1048
|
.m(function (Command, cs, config, o) {
|
|
1051
|
-
return [
|
|
1049
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1052
1050
|
})
|
|
1053
1051
|
.s("AWSIoTSiteWise", "ListDatasets", {})
|
|
1054
1052
|
.n("IoTSiteWiseClient", "ListDatasetsCommand")
|
|
@@ -1056,11 +1054,11 @@ class ListDatasetsCommand extends smithyClient.Command
|
|
|
1056
1054
|
.build() {
|
|
1057
1055
|
}
|
|
1058
1056
|
|
|
1059
|
-
class ListExecutionsCommand extends
|
|
1057
|
+
class ListExecutionsCommand extends client.Command
|
|
1060
1058
|
.classBuilder()
|
|
1061
1059
|
.ep(commonParams)
|
|
1062
1060
|
.m(function (Command, cs, config, o) {
|
|
1063
|
-
return [
|
|
1061
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1064
1062
|
})
|
|
1065
1063
|
.s("AWSIoTSiteWise", "ListExecutions", {})
|
|
1066
1064
|
.n("IoTSiteWiseClient", "ListExecutionsCommand")
|
|
@@ -1068,11 +1066,11 @@ class ListExecutionsCommand extends smithyClient.Command
|
|
|
1068
1066
|
.build() {
|
|
1069
1067
|
}
|
|
1070
1068
|
|
|
1071
|
-
class ListGatewaysCommand extends
|
|
1069
|
+
class ListGatewaysCommand extends client.Command
|
|
1072
1070
|
.classBuilder()
|
|
1073
1071
|
.ep(commonParams)
|
|
1074
1072
|
.m(function (Command, cs, config, o) {
|
|
1075
|
-
return [
|
|
1073
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1076
1074
|
})
|
|
1077
1075
|
.s("AWSIoTSiteWise", "ListGateways", {})
|
|
1078
1076
|
.n("IoTSiteWiseClient", "ListGatewaysCommand")
|
|
@@ -1080,11 +1078,11 @@ class ListGatewaysCommand extends smithyClient.Command
|
|
|
1080
1078
|
.build() {
|
|
1081
1079
|
}
|
|
1082
1080
|
|
|
1083
|
-
class ListInterfaceRelationshipsCommand extends
|
|
1081
|
+
class ListInterfaceRelationshipsCommand extends client.Command
|
|
1084
1082
|
.classBuilder()
|
|
1085
1083
|
.ep(commonParams)
|
|
1086
1084
|
.m(function (Command, cs, config, o) {
|
|
1087
|
-
return [
|
|
1085
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1088
1086
|
})
|
|
1089
1087
|
.s("AWSIoTSiteWise", "ListInterfaceRelationships", {})
|
|
1090
1088
|
.n("IoTSiteWiseClient", "ListInterfaceRelationshipsCommand")
|
|
@@ -1092,11 +1090,11 @@ class ListInterfaceRelationshipsCommand extends smithyClient.Command
|
|
|
1092
1090
|
.build() {
|
|
1093
1091
|
}
|
|
1094
1092
|
|
|
1095
|
-
class ListPortalsCommand extends
|
|
1093
|
+
class ListPortalsCommand extends client.Command
|
|
1096
1094
|
.classBuilder()
|
|
1097
1095
|
.ep(commonParams)
|
|
1098
1096
|
.m(function (Command, cs, config, o) {
|
|
1099
|
-
return [
|
|
1097
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1100
1098
|
})
|
|
1101
1099
|
.s("AWSIoTSiteWise", "ListPortals", {})
|
|
1102
1100
|
.n("IoTSiteWiseClient", "ListPortalsCommand")
|
|
@@ -1104,11 +1102,11 @@ class ListPortalsCommand extends smithyClient.Command
|
|
|
1104
1102
|
.build() {
|
|
1105
1103
|
}
|
|
1106
1104
|
|
|
1107
|
-
class ListProjectAssetsCommand extends
|
|
1105
|
+
class ListProjectAssetsCommand extends client.Command
|
|
1108
1106
|
.classBuilder()
|
|
1109
1107
|
.ep(commonParams)
|
|
1110
1108
|
.m(function (Command, cs, config, o) {
|
|
1111
|
-
return [
|
|
1109
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1112
1110
|
})
|
|
1113
1111
|
.s("AWSIoTSiteWise", "ListProjectAssets", {})
|
|
1114
1112
|
.n("IoTSiteWiseClient", "ListProjectAssetsCommand")
|
|
@@ -1116,11 +1114,11 @@ class ListProjectAssetsCommand extends smithyClient.Command
|
|
|
1116
1114
|
.build() {
|
|
1117
1115
|
}
|
|
1118
1116
|
|
|
1119
|
-
class ListProjectsCommand extends
|
|
1117
|
+
class ListProjectsCommand extends client.Command
|
|
1120
1118
|
.classBuilder()
|
|
1121
1119
|
.ep(commonParams)
|
|
1122
1120
|
.m(function (Command, cs, config, o) {
|
|
1123
|
-
return [
|
|
1121
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1124
1122
|
})
|
|
1125
1123
|
.s("AWSIoTSiteWise", "ListProjects", {})
|
|
1126
1124
|
.n("IoTSiteWiseClient", "ListProjectsCommand")
|
|
@@ -1128,11 +1126,11 @@ class ListProjectsCommand extends smithyClient.Command
|
|
|
1128
1126
|
.build() {
|
|
1129
1127
|
}
|
|
1130
1128
|
|
|
1131
|
-
class ListTagsForResourceCommand extends
|
|
1129
|
+
class ListTagsForResourceCommand extends client.Command
|
|
1132
1130
|
.classBuilder()
|
|
1133
1131
|
.ep(commonParams)
|
|
1134
1132
|
.m(function (Command, cs, config, o) {
|
|
1135
|
-
return [
|
|
1133
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1136
1134
|
})
|
|
1137
1135
|
.s("AWSIoTSiteWise", "ListTagsForResource", {})
|
|
1138
1136
|
.n("IoTSiteWiseClient", "ListTagsForResourceCommand")
|
|
@@ -1140,11 +1138,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1140
1138
|
.build() {
|
|
1141
1139
|
}
|
|
1142
1140
|
|
|
1143
|
-
class ListTimeSeriesCommand extends
|
|
1141
|
+
class ListTimeSeriesCommand extends client.Command
|
|
1144
1142
|
.classBuilder()
|
|
1145
1143
|
.ep(commonParams)
|
|
1146
1144
|
.m(function (Command, cs, config, o) {
|
|
1147
|
-
return [
|
|
1145
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1148
1146
|
})
|
|
1149
1147
|
.s("AWSIoTSiteWise", "ListTimeSeries", {})
|
|
1150
1148
|
.n("IoTSiteWiseClient", "ListTimeSeriesCommand")
|
|
@@ -1152,11 +1150,11 @@ class ListTimeSeriesCommand extends smithyClient.Command
|
|
|
1152
1150
|
.build() {
|
|
1153
1151
|
}
|
|
1154
1152
|
|
|
1155
|
-
class PutAssetModelInterfaceRelationshipCommand extends
|
|
1153
|
+
class PutAssetModelInterfaceRelationshipCommand extends client.Command
|
|
1156
1154
|
.classBuilder()
|
|
1157
1155
|
.ep(commonParams)
|
|
1158
1156
|
.m(function (Command, cs, config, o) {
|
|
1159
|
-
return [
|
|
1157
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1160
1158
|
})
|
|
1161
1159
|
.s("AWSIoTSiteWise", "PutAssetModelInterfaceRelationship", {})
|
|
1162
1160
|
.n("IoTSiteWiseClient", "PutAssetModelInterfaceRelationshipCommand")
|
|
@@ -1164,11 +1162,11 @@ class PutAssetModelInterfaceRelationshipCommand extends smithyClient.Command
|
|
|
1164
1162
|
.build() {
|
|
1165
1163
|
}
|
|
1166
1164
|
|
|
1167
|
-
class PutDefaultEncryptionConfigurationCommand extends
|
|
1165
|
+
class PutDefaultEncryptionConfigurationCommand extends client.Command
|
|
1168
1166
|
.classBuilder()
|
|
1169
1167
|
.ep(commonParams)
|
|
1170
1168
|
.m(function (Command, cs, config, o) {
|
|
1171
|
-
return [
|
|
1169
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1172
1170
|
})
|
|
1173
1171
|
.s("AWSIoTSiteWise", "PutDefaultEncryptionConfiguration", {})
|
|
1174
1172
|
.n("IoTSiteWiseClient", "PutDefaultEncryptionConfigurationCommand")
|
|
@@ -1176,11 +1174,11 @@ class PutDefaultEncryptionConfigurationCommand extends smithyClient.Command
|
|
|
1176
1174
|
.build() {
|
|
1177
1175
|
}
|
|
1178
1176
|
|
|
1179
|
-
class PutLoggingOptionsCommand extends
|
|
1177
|
+
class PutLoggingOptionsCommand extends client.Command
|
|
1180
1178
|
.classBuilder()
|
|
1181
1179
|
.ep(commonParams)
|
|
1182
1180
|
.m(function (Command, cs, config, o) {
|
|
1183
|
-
return [
|
|
1181
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1184
1182
|
})
|
|
1185
1183
|
.s("AWSIoTSiteWise", "PutLoggingOptions", {})
|
|
1186
1184
|
.n("IoTSiteWiseClient", "PutLoggingOptionsCommand")
|
|
@@ -1188,11 +1186,11 @@ class PutLoggingOptionsCommand extends smithyClient.Command
|
|
|
1188
1186
|
.build() {
|
|
1189
1187
|
}
|
|
1190
1188
|
|
|
1191
|
-
class PutStorageConfigurationCommand extends
|
|
1189
|
+
class PutStorageConfigurationCommand extends client.Command
|
|
1192
1190
|
.classBuilder()
|
|
1193
1191
|
.ep(commonParams)
|
|
1194
1192
|
.m(function (Command, cs, config, o) {
|
|
1195
|
-
return [
|
|
1193
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1196
1194
|
})
|
|
1197
1195
|
.s("AWSIoTSiteWise", "PutStorageConfiguration", {})
|
|
1198
1196
|
.n("IoTSiteWiseClient", "PutStorageConfigurationCommand")
|
|
@@ -1200,11 +1198,11 @@ class PutStorageConfigurationCommand extends smithyClient.Command
|
|
|
1200
1198
|
.build() {
|
|
1201
1199
|
}
|
|
1202
1200
|
|
|
1203
|
-
class TagResourceCommand extends
|
|
1201
|
+
class TagResourceCommand extends client.Command
|
|
1204
1202
|
.classBuilder()
|
|
1205
1203
|
.ep(commonParams)
|
|
1206
1204
|
.m(function (Command, cs, config, o) {
|
|
1207
|
-
return [
|
|
1205
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1208
1206
|
})
|
|
1209
1207
|
.s("AWSIoTSiteWise", "TagResource", {})
|
|
1210
1208
|
.n("IoTSiteWiseClient", "TagResourceCommand")
|
|
@@ -1212,11 +1210,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1212
1210
|
.build() {
|
|
1213
1211
|
}
|
|
1214
1212
|
|
|
1215
|
-
class UntagResourceCommand extends
|
|
1213
|
+
class UntagResourceCommand extends client.Command
|
|
1216
1214
|
.classBuilder()
|
|
1217
1215
|
.ep(commonParams)
|
|
1218
1216
|
.m(function (Command, cs, config, o) {
|
|
1219
|
-
return [
|
|
1217
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1220
1218
|
})
|
|
1221
1219
|
.s("AWSIoTSiteWise", "UntagResource", {})
|
|
1222
1220
|
.n("IoTSiteWiseClient", "UntagResourceCommand")
|
|
@@ -1224,11 +1222,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1224
1222
|
.build() {
|
|
1225
1223
|
}
|
|
1226
1224
|
|
|
1227
|
-
class UpdateAccessPolicyCommand extends
|
|
1225
|
+
class UpdateAccessPolicyCommand extends client.Command
|
|
1228
1226
|
.classBuilder()
|
|
1229
1227
|
.ep(commonParams)
|
|
1230
1228
|
.m(function (Command, cs, config, o) {
|
|
1231
|
-
return [
|
|
1229
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1232
1230
|
})
|
|
1233
1231
|
.s("AWSIoTSiteWise", "UpdateAccessPolicy", {})
|
|
1234
1232
|
.n("IoTSiteWiseClient", "UpdateAccessPolicyCommand")
|
|
@@ -1236,11 +1234,11 @@ class UpdateAccessPolicyCommand extends smithyClient.Command
|
|
|
1236
1234
|
.build() {
|
|
1237
1235
|
}
|
|
1238
1236
|
|
|
1239
|
-
class UpdateAssetCommand extends
|
|
1237
|
+
class UpdateAssetCommand extends client.Command
|
|
1240
1238
|
.classBuilder()
|
|
1241
1239
|
.ep(commonParams)
|
|
1242
1240
|
.m(function (Command, cs, config, o) {
|
|
1243
|
-
return [
|
|
1241
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1244
1242
|
})
|
|
1245
1243
|
.s("AWSIoTSiteWise", "UpdateAsset", {})
|
|
1246
1244
|
.n("IoTSiteWiseClient", "UpdateAssetCommand")
|
|
@@ -1248,11 +1246,11 @@ class UpdateAssetCommand extends smithyClient.Command
|
|
|
1248
1246
|
.build() {
|
|
1249
1247
|
}
|
|
1250
1248
|
|
|
1251
|
-
class UpdateAssetModelCommand extends
|
|
1249
|
+
class UpdateAssetModelCommand extends client.Command
|
|
1252
1250
|
.classBuilder()
|
|
1253
1251
|
.ep(commonParams)
|
|
1254
1252
|
.m(function (Command, cs, config, o) {
|
|
1255
|
-
return [
|
|
1253
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1256
1254
|
})
|
|
1257
1255
|
.s("AWSIoTSiteWise", "UpdateAssetModel", {})
|
|
1258
1256
|
.n("IoTSiteWiseClient", "UpdateAssetModelCommand")
|
|
@@ -1260,11 +1258,11 @@ class UpdateAssetModelCommand extends smithyClient.Command
|
|
|
1260
1258
|
.build() {
|
|
1261
1259
|
}
|
|
1262
1260
|
|
|
1263
|
-
class UpdateAssetModelCompositeModelCommand extends
|
|
1261
|
+
class UpdateAssetModelCompositeModelCommand extends client.Command
|
|
1264
1262
|
.classBuilder()
|
|
1265
1263
|
.ep(commonParams)
|
|
1266
1264
|
.m(function (Command, cs, config, o) {
|
|
1267
|
-
return [
|
|
1265
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1268
1266
|
})
|
|
1269
1267
|
.s("AWSIoTSiteWise", "UpdateAssetModelCompositeModel", {})
|
|
1270
1268
|
.n("IoTSiteWiseClient", "UpdateAssetModelCompositeModelCommand")
|
|
@@ -1272,11 +1270,11 @@ class UpdateAssetModelCompositeModelCommand extends smithyClient.Command
|
|
|
1272
1270
|
.build() {
|
|
1273
1271
|
}
|
|
1274
1272
|
|
|
1275
|
-
class UpdateAssetPropertyCommand extends
|
|
1273
|
+
class UpdateAssetPropertyCommand extends client.Command
|
|
1276
1274
|
.classBuilder()
|
|
1277
1275
|
.ep(commonParams)
|
|
1278
1276
|
.m(function (Command, cs, config, o) {
|
|
1279
|
-
return [
|
|
1277
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1280
1278
|
})
|
|
1281
1279
|
.s("AWSIoTSiteWise", "UpdateAssetProperty", {})
|
|
1282
1280
|
.n("IoTSiteWiseClient", "UpdateAssetPropertyCommand")
|
|
@@ -1284,11 +1282,11 @@ class UpdateAssetPropertyCommand extends smithyClient.Command
|
|
|
1284
1282
|
.build() {
|
|
1285
1283
|
}
|
|
1286
1284
|
|
|
1287
|
-
class UpdateComputationModelCommand extends
|
|
1285
|
+
class UpdateComputationModelCommand extends client.Command
|
|
1288
1286
|
.classBuilder()
|
|
1289
1287
|
.ep(commonParams)
|
|
1290
1288
|
.m(function (Command, cs, config, o) {
|
|
1291
|
-
return [
|
|
1289
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1292
1290
|
})
|
|
1293
1291
|
.s("AWSIoTSiteWise", "UpdateComputationModel", {})
|
|
1294
1292
|
.n("IoTSiteWiseClient", "UpdateComputationModelCommand")
|
|
@@ -1296,11 +1294,11 @@ class UpdateComputationModelCommand extends smithyClient.Command
|
|
|
1296
1294
|
.build() {
|
|
1297
1295
|
}
|
|
1298
1296
|
|
|
1299
|
-
class UpdateDashboardCommand extends
|
|
1297
|
+
class UpdateDashboardCommand extends client.Command
|
|
1300
1298
|
.classBuilder()
|
|
1301
1299
|
.ep(commonParams)
|
|
1302
1300
|
.m(function (Command, cs, config, o) {
|
|
1303
|
-
return [
|
|
1301
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1304
1302
|
})
|
|
1305
1303
|
.s("AWSIoTSiteWise", "UpdateDashboard", {})
|
|
1306
1304
|
.n("IoTSiteWiseClient", "UpdateDashboardCommand")
|
|
@@ -1308,11 +1306,11 @@ class UpdateDashboardCommand extends smithyClient.Command
|
|
|
1308
1306
|
.build() {
|
|
1309
1307
|
}
|
|
1310
1308
|
|
|
1311
|
-
class UpdateDatasetCommand extends
|
|
1309
|
+
class UpdateDatasetCommand extends client.Command
|
|
1312
1310
|
.classBuilder()
|
|
1313
1311
|
.ep(commonParams)
|
|
1314
1312
|
.m(function (Command, cs, config, o) {
|
|
1315
|
-
return [
|
|
1313
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1316
1314
|
})
|
|
1317
1315
|
.s("AWSIoTSiteWise", "UpdateDataset", {})
|
|
1318
1316
|
.n("IoTSiteWiseClient", "UpdateDatasetCommand")
|
|
@@ -1320,11 +1318,11 @@ class UpdateDatasetCommand extends smithyClient.Command
|
|
|
1320
1318
|
.build() {
|
|
1321
1319
|
}
|
|
1322
1320
|
|
|
1323
|
-
class UpdateGatewayCapabilityConfigurationCommand extends
|
|
1321
|
+
class UpdateGatewayCapabilityConfigurationCommand extends client.Command
|
|
1324
1322
|
.classBuilder()
|
|
1325
1323
|
.ep(commonParams)
|
|
1326
1324
|
.m(function (Command, cs, config, o) {
|
|
1327
|
-
return [
|
|
1325
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1328
1326
|
})
|
|
1329
1327
|
.s("AWSIoTSiteWise", "UpdateGatewayCapabilityConfiguration", {})
|
|
1330
1328
|
.n("IoTSiteWiseClient", "UpdateGatewayCapabilityConfigurationCommand")
|
|
@@ -1332,11 +1330,11 @@ class UpdateGatewayCapabilityConfigurationCommand extends smithyClient.Command
|
|
|
1332
1330
|
.build() {
|
|
1333
1331
|
}
|
|
1334
1332
|
|
|
1335
|
-
class UpdateGatewayCommand extends
|
|
1333
|
+
class UpdateGatewayCommand extends client.Command
|
|
1336
1334
|
.classBuilder()
|
|
1337
1335
|
.ep(commonParams)
|
|
1338
1336
|
.m(function (Command, cs, config, o) {
|
|
1339
|
-
return [
|
|
1337
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1340
1338
|
})
|
|
1341
1339
|
.s("AWSIoTSiteWise", "UpdateGateway", {})
|
|
1342
1340
|
.n("IoTSiteWiseClient", "UpdateGatewayCommand")
|
|
@@ -1344,11 +1342,11 @@ class UpdateGatewayCommand extends smithyClient.Command
|
|
|
1344
1342
|
.build() {
|
|
1345
1343
|
}
|
|
1346
1344
|
|
|
1347
|
-
class UpdatePortalCommand extends
|
|
1345
|
+
class UpdatePortalCommand extends client.Command
|
|
1348
1346
|
.classBuilder()
|
|
1349
1347
|
.ep(commonParams)
|
|
1350
1348
|
.m(function (Command, cs, config, o) {
|
|
1351
|
-
return [
|
|
1349
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1352
1350
|
})
|
|
1353
1351
|
.s("AWSIoTSiteWise", "UpdatePortal", {})
|
|
1354
1352
|
.n("IoTSiteWiseClient", "UpdatePortalCommand")
|
|
@@ -1356,11 +1354,11 @@ class UpdatePortalCommand extends smithyClient.Command
|
|
|
1356
1354
|
.build() {
|
|
1357
1355
|
}
|
|
1358
1356
|
|
|
1359
|
-
class UpdateProjectCommand extends
|
|
1357
|
+
class UpdateProjectCommand extends client.Command
|
|
1360
1358
|
.classBuilder()
|
|
1361
1359
|
.ep(commonParams)
|
|
1362
1360
|
.m(function (Command, cs, config, o) {
|
|
1363
|
-
return [
|
|
1361
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1364
1362
|
})
|
|
1365
1363
|
.s("AWSIoTSiteWise", "UpdateProject", {})
|
|
1366
1364
|
.n("IoTSiteWiseClient", "UpdateProjectCommand")
|
|
@@ -1426,17 +1424,17 @@ const paginateListProjects = core.createPaginator(IoTSiteWiseClient, ListProject
|
|
|
1426
1424
|
|
|
1427
1425
|
const paginateListTimeSeries = core.createPaginator(IoTSiteWiseClient, ListTimeSeriesCommand, "nextToken", "nextToken", "maxResults");
|
|
1428
1426
|
|
|
1429
|
-
const checkState$5 = async (client, input) => {
|
|
1427
|
+
const checkState$5 = async (client$1, input) => {
|
|
1430
1428
|
let reason;
|
|
1431
1429
|
try {
|
|
1432
|
-
let result = await client.send(new DescribeAssetCommand(input));
|
|
1430
|
+
let result = await client$1.send(new DescribeAssetCommand(input));
|
|
1433
1431
|
reason = result;
|
|
1434
1432
|
try {
|
|
1435
1433
|
const returnComparator = () => {
|
|
1436
1434
|
return result.assetStatus.state;
|
|
1437
1435
|
};
|
|
1438
1436
|
if (returnComparator() === "ACTIVE") {
|
|
1439
|
-
return { state:
|
|
1437
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1440
1438
|
}
|
|
1441
1439
|
}
|
|
1442
1440
|
catch (e) { }
|
|
@@ -1445,7 +1443,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1445
1443
|
return result.assetStatus.state;
|
|
1446
1444
|
};
|
|
1447
1445
|
if (returnComparator() === "FAILED") {
|
|
1448
|
-
return { state:
|
|
1446
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1449
1447
|
}
|
|
1450
1448
|
}
|
|
1451
1449
|
catch (e) { }
|
|
@@ -1453,29 +1451,29 @@ const checkState$5 = async (client, input) => {
|
|
|
1453
1451
|
catch (exception) {
|
|
1454
1452
|
reason = exception;
|
|
1455
1453
|
}
|
|
1456
|
-
return { state:
|
|
1454
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1457
1455
|
};
|
|
1458
1456
|
const waitForAssetActive = async (params, input) => {
|
|
1459
1457
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1460
|
-
return
|
|
1458
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1461
1459
|
};
|
|
1462
1460
|
const waitUntilAssetActive = async (params, input) => {
|
|
1463
1461
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1464
|
-
const result = await
|
|
1465
|
-
return
|
|
1462
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1463
|
+
return client.checkExceptions(result);
|
|
1466
1464
|
};
|
|
1467
1465
|
|
|
1468
|
-
const checkState$4 = async (client, input) => {
|
|
1466
|
+
const checkState$4 = async (client$1, input) => {
|
|
1469
1467
|
let reason;
|
|
1470
1468
|
try {
|
|
1471
|
-
let result = await client.send(new DescribeAssetModelCommand(input));
|
|
1469
|
+
let result = await client$1.send(new DescribeAssetModelCommand(input));
|
|
1472
1470
|
reason = result;
|
|
1473
1471
|
try {
|
|
1474
1472
|
const returnComparator = () => {
|
|
1475
1473
|
return result.assetModelStatus.state;
|
|
1476
1474
|
};
|
|
1477
1475
|
if (returnComparator() === "ACTIVE") {
|
|
1478
|
-
return { state:
|
|
1476
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1479
1477
|
}
|
|
1480
1478
|
}
|
|
1481
1479
|
catch (e) { }
|
|
@@ -1484,7 +1482,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1484
1482
|
return result.assetModelStatus.state;
|
|
1485
1483
|
};
|
|
1486
1484
|
if (returnComparator() === "FAILED") {
|
|
1487
|
-
return { state:
|
|
1485
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1488
1486
|
}
|
|
1489
1487
|
}
|
|
1490
1488
|
catch (e) { }
|
|
@@ -1492,77 +1490,77 @@ const checkState$4 = async (client, input) => {
|
|
|
1492
1490
|
catch (exception) {
|
|
1493
1491
|
reason = exception;
|
|
1494
1492
|
}
|
|
1495
|
-
return { state:
|
|
1493
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1496
1494
|
};
|
|
1497
1495
|
const waitForAssetModelActive = async (params, input) => {
|
|
1498
1496
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1499
|
-
return
|
|
1497
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1500
1498
|
};
|
|
1501
1499
|
const waitUntilAssetModelActive = async (params, input) => {
|
|
1502
1500
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1503
|
-
const result = await
|
|
1504
|
-
return
|
|
1501
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1502
|
+
return client.checkExceptions(result);
|
|
1505
1503
|
};
|
|
1506
1504
|
|
|
1507
|
-
const checkState$3 = async (client, input) => {
|
|
1505
|
+
const checkState$3 = async (client$1, input) => {
|
|
1508
1506
|
let reason;
|
|
1509
1507
|
try {
|
|
1510
|
-
let result = await client.send(new DescribeAssetModelCommand(input));
|
|
1508
|
+
let result = await client$1.send(new DescribeAssetModelCommand(input));
|
|
1511
1509
|
reason = result;
|
|
1512
1510
|
}
|
|
1513
1511
|
catch (exception) {
|
|
1514
1512
|
reason = exception;
|
|
1515
1513
|
if (exception.name === "ResourceNotFoundException") {
|
|
1516
|
-
return { state:
|
|
1514
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1517
1515
|
}
|
|
1518
1516
|
}
|
|
1519
|
-
return { state:
|
|
1517
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1520
1518
|
};
|
|
1521
1519
|
const waitForAssetModelNotExists = async (params, input) => {
|
|
1522
1520
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1523
|
-
return
|
|
1521
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1524
1522
|
};
|
|
1525
1523
|
const waitUntilAssetModelNotExists = async (params, input) => {
|
|
1526
1524
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1527
|
-
const result = await
|
|
1528
|
-
return
|
|
1525
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1526
|
+
return client.checkExceptions(result);
|
|
1529
1527
|
};
|
|
1530
1528
|
|
|
1531
|
-
const checkState$2 = async (client, input) => {
|
|
1529
|
+
const checkState$2 = async (client$1, input) => {
|
|
1532
1530
|
let reason;
|
|
1533
1531
|
try {
|
|
1534
|
-
let result = await client.send(new DescribeAssetCommand(input));
|
|
1532
|
+
let result = await client$1.send(new DescribeAssetCommand(input));
|
|
1535
1533
|
reason = result;
|
|
1536
1534
|
}
|
|
1537
1535
|
catch (exception) {
|
|
1538
1536
|
reason = exception;
|
|
1539
1537
|
if (exception.name === "ResourceNotFoundException") {
|
|
1540
|
-
return { state:
|
|
1538
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1541
1539
|
}
|
|
1542
1540
|
}
|
|
1543
|
-
return { state:
|
|
1541
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1544
1542
|
};
|
|
1545
1543
|
const waitForAssetNotExists = async (params, input) => {
|
|
1546
1544
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1547
|
-
return
|
|
1545
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1548
1546
|
};
|
|
1549
1547
|
const waitUntilAssetNotExists = async (params, input) => {
|
|
1550
1548
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1551
|
-
const result = await
|
|
1552
|
-
return
|
|
1549
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1550
|
+
return client.checkExceptions(result);
|
|
1553
1551
|
};
|
|
1554
1552
|
|
|
1555
|
-
const checkState$1 = async (client, input) => {
|
|
1553
|
+
const checkState$1 = async (client$1, input) => {
|
|
1556
1554
|
let reason;
|
|
1557
1555
|
try {
|
|
1558
|
-
let result = await client.send(new DescribePortalCommand(input));
|
|
1556
|
+
let result = await client$1.send(new DescribePortalCommand(input));
|
|
1559
1557
|
reason = result;
|
|
1560
1558
|
try {
|
|
1561
1559
|
const returnComparator = () => {
|
|
1562
1560
|
return result.portalStatus.state;
|
|
1563
1561
|
};
|
|
1564
1562
|
if (returnComparator() === "ACTIVE") {
|
|
1565
|
-
return { state:
|
|
1563
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1566
1564
|
}
|
|
1567
1565
|
}
|
|
1568
1566
|
catch (e) { }
|
|
@@ -1570,40 +1568,40 @@ const checkState$1 = async (client, input) => {
|
|
|
1570
1568
|
catch (exception) {
|
|
1571
1569
|
reason = exception;
|
|
1572
1570
|
}
|
|
1573
|
-
return { state:
|
|
1571
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1574
1572
|
};
|
|
1575
1573
|
const waitForPortalActive = async (params, input) => {
|
|
1576
1574
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1577
|
-
return
|
|
1575
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1578
1576
|
};
|
|
1579
1577
|
const waitUntilPortalActive = async (params, input) => {
|
|
1580
1578
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1581
|
-
const result = await
|
|
1582
|
-
return
|
|
1579
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1580
|
+
return client.checkExceptions(result);
|
|
1583
1581
|
};
|
|
1584
1582
|
|
|
1585
|
-
const checkState = async (client, input) => {
|
|
1583
|
+
const checkState = async (client$1, input) => {
|
|
1586
1584
|
let reason;
|
|
1587
1585
|
try {
|
|
1588
|
-
let result = await client.send(new DescribePortalCommand(input));
|
|
1586
|
+
let result = await client$1.send(new DescribePortalCommand(input));
|
|
1589
1587
|
reason = result;
|
|
1590
1588
|
}
|
|
1591
1589
|
catch (exception) {
|
|
1592
1590
|
reason = exception;
|
|
1593
1591
|
if (exception.name === "ResourceNotFoundException") {
|
|
1594
|
-
return { state:
|
|
1592
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1595
1593
|
}
|
|
1596
1594
|
}
|
|
1597
|
-
return { state:
|
|
1595
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1598
1596
|
};
|
|
1599
1597
|
const waitForPortalNotExists = async (params, input) => {
|
|
1600
1598
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1601
|
-
return
|
|
1599
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1602
1600
|
};
|
|
1603
1601
|
const waitUntilPortalNotExists = async (params, input) => {
|
|
1604
1602
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1605
|
-
const result = await
|
|
1606
|
-
return
|
|
1603
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1604
|
+
return client.checkExceptions(result);
|
|
1607
1605
|
};
|
|
1608
1606
|
|
|
1609
1607
|
const commands = {
|
|
@@ -1753,7 +1751,7 @@ const waiters = {
|
|
|
1753
1751
|
};
|
|
1754
1752
|
class IoTSiteWise extends IoTSiteWiseClient {
|
|
1755
1753
|
}
|
|
1756
|
-
|
|
1754
|
+
client.createAggregatedClient(commands, IoTSiteWise, { paginators, waiters });
|
|
1757
1755
|
|
|
1758
1756
|
const Permission = {
|
|
1759
1757
|
ADMINISTRATOR: "ADMINISTRATOR",
|
|
@@ -2034,8 +2032,8 @@ const ListTimeSeriesType = {
|
|
|
2034
2032
|
DISASSOCIATED: "DISASSOCIATED",
|
|
2035
2033
|
};
|
|
2036
2034
|
|
|
2037
|
-
exports.$Command =
|
|
2038
|
-
exports.__Client =
|
|
2035
|
+
exports.$Command = client.Command;
|
|
2036
|
+
exports.__Client = client.Client;
|
|
2039
2037
|
exports.IoTSiteWiseServiceException = IoTSiteWiseServiceException.IoTSiteWiseServiceException;
|
|
2040
2038
|
exports.AggregateType = AggregateType;
|
|
2041
2039
|
exports.AssetErrorCode = AssetErrorCode;
|