@aws-sdk/client-iotsitewise 3.278.0 → 3.281.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.
Files changed (75) hide show
  1. package/README.md +587 -0
  2. package/dist-types/commands/AssociateAssetsCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +6 -0
  7. package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +6 -0
  8. package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +6 -0
  9. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateAssetCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateAssetModelCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateDashboardCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -0
  16. package/dist-types/commands/CreatePortalCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteAssetModelCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteDashboardCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -0
  23. package/dist-types/commands/DeletePortalCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeAssetCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeAssetModelCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribePortalCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeProjectCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +6 -0
  40. package/dist-types/commands/DisassociateAssetsCommand.d.ts +6 -0
  41. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +6 -0
  42. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +6 -0
  43. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +6 -0
  44. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +6 -0
  45. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +6 -0
  46. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -0
  47. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +6 -0
  48. package/dist-types/commands/ListAssetModelsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +6 -0
  50. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListAssetsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListDashboardsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListGatewaysCommand.d.ts +6 -0
  56. package/dist-types/commands/ListPortalsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListProjectAssetsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListProjectsCommand.d.ts +6 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/ListTimeSeriesCommand.d.ts +6 -0
  61. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +6 -0
  62. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -0
  63. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +6 -0
  64. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  65. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateAssetCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateAssetModelCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateDashboardCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdatePortalCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
  75. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { GetAssetPropertyValueRequest, GetAssetPropertyValueResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAssetPropertyValueCommand}.
8
+ */
6
9
  export interface GetAssetPropertyValueCommandInput extends GetAssetPropertyValueRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAssetPropertyValueCommand}.
13
+ */
8
14
  export interface GetAssetPropertyValueCommandOutput extends GetAssetPropertyValueResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { GetAssetPropertyValueHistoryRequest, GetAssetPropertyValueHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAssetPropertyValueHistoryCommand}.
8
+ */
6
9
  export interface GetAssetPropertyValueHistoryCommandInput extends GetAssetPropertyValueHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAssetPropertyValueHistoryCommand}.
13
+ */
8
14
  export interface GetAssetPropertyValueHistoryCommandOutput extends GetAssetPropertyValueHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { GetInterpolatedAssetPropertyValuesRequest, GetInterpolatedAssetPropertyValuesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetInterpolatedAssetPropertyValuesCommand}.
8
+ */
6
9
  export interface GetInterpolatedAssetPropertyValuesCommandInput extends GetInterpolatedAssetPropertyValuesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetInterpolatedAssetPropertyValuesCommand}.
13
+ */
8
14
  export interface GetInterpolatedAssetPropertyValuesCommandOutput extends GetInterpolatedAssetPropertyValuesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccessPoliciesCommand}.
8
+ */
6
9
  export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessPoliciesCommand}.
13
+ */
8
14
  export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAssetModelPropertiesRequest, ListAssetModelPropertiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssetModelPropertiesCommand}.
8
+ */
6
9
  export interface ListAssetModelPropertiesCommandInput extends ListAssetModelPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssetModelPropertiesCommand}.
13
+ */
8
14
  export interface ListAssetModelPropertiesCommandOutput extends ListAssetModelPropertiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAssetModelsRequest, ListAssetModelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssetModelsCommand}.
8
+ */
6
9
  export interface ListAssetModelsCommandInput extends ListAssetModelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssetModelsCommand}.
13
+ */
8
14
  export interface ListAssetModelsCommandOutput extends ListAssetModelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAssetPropertiesRequest, ListAssetPropertiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssetPropertiesCommand}.
8
+ */
6
9
  export interface ListAssetPropertiesCommandInput extends ListAssetPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssetPropertiesCommand}.
13
+ */
8
14
  export interface ListAssetPropertiesCommandOutput extends ListAssetPropertiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAssetRelationshipsRequest, ListAssetRelationshipsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssetRelationshipsCommand}.
8
+ */
6
9
  export interface ListAssetRelationshipsCommandInput extends ListAssetRelationshipsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssetRelationshipsCommand}.
13
+ */
8
14
  export interface ListAssetRelationshipsCommandOutput extends ListAssetRelationshipsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssetsCommand}.
8
+ */
6
9
  export interface ListAssetsCommandInput extends ListAssetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssetsCommand}.
13
+ */
8
14
  export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListAssociatedAssetsRequest, ListAssociatedAssetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssociatedAssetsCommand}.
8
+ */
6
9
  export interface ListAssociatedAssetsCommandInput extends ListAssociatedAssetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssociatedAssetsCommand}.
13
+ */
8
14
  export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListBulkImportJobsRequest, ListBulkImportJobsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBulkImportJobsCommand}.
8
+ */
6
9
  export interface ListBulkImportJobsCommandInput extends ListBulkImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBulkImportJobsCommand}.
13
+ */
8
14
  export interface ListBulkImportJobsCommandOutput extends ListBulkImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDashboardsCommand}.
8
+ */
6
9
  export interface ListDashboardsCommandInput extends ListDashboardsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDashboardsCommand}.
13
+ */
8
14
  export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGatewaysCommand}.
8
+ */
6
9
  export interface ListGatewaysCommandInput extends ListGatewaysRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGatewaysCommand}.
13
+ */
8
14
  export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPortalsCommand}.
8
+ */
6
9
  export interface ListPortalsCommandInput extends ListPortalsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPortalsCommand}.
13
+ */
8
14
  export interface ListPortalsCommandOutput extends ListPortalsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListProjectAssetsRequest, ListProjectAssetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProjectAssetsCommand}.
8
+ */
6
9
  export interface ListProjectAssetsCommandInput extends ListProjectAssetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProjectAssetsCommand}.
13
+ */
8
14
  export interface ListProjectAssetsCommandOutput extends ListProjectAssetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProjectsCommand}.
8
+ */
6
9
  export interface ListProjectsCommandInput extends ListProjectsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProjectsCommand}.
13
+ */
8
14
  export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { ListTimeSeriesRequest, ListTimeSeriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTimeSeriesCommand}.
8
+ */
6
9
  export interface ListTimeSeriesCommandInput extends ListTimeSeriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTimeSeriesCommand}.
13
+ */
8
14
  export interface ListTimeSeriesCommandOutput extends ListTimeSeriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { PutDefaultEncryptionConfigurationRequest, PutDefaultEncryptionConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutDefaultEncryptionConfigurationCommand}.
8
+ */
6
9
  export interface PutDefaultEncryptionConfigurationCommandInput extends PutDefaultEncryptionConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDefaultEncryptionConfigurationCommand}.
13
+ */
8
14
  export interface PutDefaultEncryptionConfigurationCommandOutput extends PutDefaultEncryptionConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutLoggingOptionsCommand}.
8
+ */
6
9
  export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutLoggingOptionsCommand}.
13
+ */
8
14
  export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { PutStorageConfigurationRequest, PutStorageConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutStorageConfigurationCommand}.
8
+ */
6
9
  export interface PutStorageConfigurationCommandInput extends PutStorageConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutStorageConfigurationCommand}.
13
+ */
8
14
  export interface PutStorageConfigurationCommandOutput extends PutStorageConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateAccessPolicyRequest, UpdateAccessPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAccessPolicyCommand}.
8
+ */
6
9
  export interface UpdateAccessPolicyCommandInput extends UpdateAccessPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAccessPolicyCommand}.
13
+ */
8
14
  export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAssetCommand}.
8
+ */
6
9
  export interface UpdateAssetCommandInput extends UpdateAssetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAssetCommand}.
13
+ */
8
14
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateAssetModelRequest, UpdateAssetModelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAssetModelCommand}.
8
+ */
6
9
  export interface UpdateAssetModelCommandInput extends UpdateAssetModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAssetModelCommand}.
13
+ */
8
14
  export interface UpdateAssetModelCommandOutput extends UpdateAssetModelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateAssetPropertyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAssetPropertyCommand}.
8
+ */
6
9
  export interface UpdateAssetPropertyCommandInput extends UpdateAssetPropertyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAssetPropertyCommand}.
13
+ */
8
14
  export interface UpdateAssetPropertyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDashboardCommand}.
8
+ */
6
9
  export interface UpdateDashboardCommandInput extends UpdateDashboardRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDashboardCommand}.
13
+ */
8
14
  export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateGatewayCapabilityConfigurationRequest, UpdateGatewayCapabilityConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateGatewayCapabilityConfigurationCommand}.
8
+ */
6
9
  export interface UpdateGatewayCapabilityConfigurationCommandInput extends UpdateGatewayCapabilityConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateGatewayCapabilityConfigurationCommand}.
13
+ */
8
14
  export interface UpdateGatewayCapabilityConfigurationCommandOutput extends UpdateGatewayCapabilityConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateGatewayRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateGatewayCommand}.
8
+ */
6
9
  export interface UpdateGatewayCommandInput extends UpdateGatewayRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateGatewayCommand}.
13
+ */
8
14
  export interface UpdateGatewayCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdatePortalCommand}.
8
+ */
6
9
  export interface UpdatePortalCommandInput extends UpdatePortalRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePortalCommand}.
13
+ */
8
14
  export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateProjectCommand}.
8
+ */
6
9
  export interface UpdateProjectCommandInput extends UpdateProjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateProjectCommand}.
13
+ */
8
14
  export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsitewise",
3
3
  "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",