@aws-sdk/client-iotsitewise 3.288.0 → 3.290.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 (74) hide show
  1. package/dist-types/commands/AssociateAssetsCommand.d.ts +30 -0
  2. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +21 -0
  3. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +23 -0
  4. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +17 -0
  5. package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +17 -0
  6. package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +17 -0
  7. package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +17 -0
  8. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +30 -0
  9. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +23 -0
  10. package/dist-types/commands/CreateAssetCommand.d.ts +30 -0
  11. package/dist-types/commands/CreateAssetModelCommand.d.ts +30 -0
  12. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +30 -0
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +23 -0
  14. package/dist-types/commands/CreateGatewayCommand.d.ts +23 -0
  15. package/dist-types/commands/CreatePortalCommand.d.ts +23 -0
  16. package/dist-types/commands/CreateProjectCommand.d.ts +23 -0
  17. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +17 -0
  18. package/dist-types/commands/DeleteAssetCommand.d.ts +21 -0
  19. package/dist-types/commands/DeleteAssetModelCommand.d.ts +21 -0
  20. package/dist-types/commands/DeleteDashboardCommand.d.ts +17 -0
  21. package/dist-types/commands/DeleteGatewayCommand.d.ts +17 -0
  22. package/dist-types/commands/DeletePortalCommand.d.ts +21 -0
  23. package/dist-types/commands/DeleteProjectCommand.d.ts +17 -0
  24. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +21 -0
  25. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +17 -0
  26. package/dist-types/commands/DescribeAssetCommand.d.ts +17 -0
  27. package/dist-types/commands/DescribeAssetModelCommand.d.ts +17 -0
  28. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +17 -0
  29. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +17 -0
  30. package/dist-types/commands/DescribeDashboardCommand.d.ts +17 -0
  31. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +14 -0
  32. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +17 -0
  33. package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -0
  34. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +17 -0
  35. package/dist-types/commands/DescribePortalCommand.d.ts +17 -0
  36. package/dist-types/commands/DescribeProjectCommand.d.ts +17 -0
  37. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +27 -0
  38. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +17 -0
  39. package/dist-types/commands/DisassociateAssetsCommand.d.ts +21 -0
  40. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +21 -0
  41. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +20 -0
  42. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +20 -0
  43. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +20 -0
  44. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +20 -0
  45. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +14 -0
  46. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +17 -0
  47. package/dist-types/commands/ListAssetModelsCommand.d.ts +14 -0
  48. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +17 -0
  49. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +17 -0
  50. package/dist-types/commands/ListAssetsCommand.d.ts +17 -0
  51. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +17 -0
  52. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +17 -0
  53. package/dist-types/commands/ListDashboardsCommand.d.ts +14 -0
  54. package/dist-types/commands/ListGatewaysCommand.d.ts +14 -0
  55. package/dist-types/commands/ListPortalsCommand.d.ts +14 -0
  56. package/dist-types/commands/ListProjectAssetsCommand.d.ts +14 -0
  57. package/dist-types/commands/ListProjectsCommand.d.ts +14 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +30 -0
  59. package/dist-types/commands/ListTimeSeriesCommand.d.ts +17 -0
  60. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +24 -0
  61. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +21 -0
  62. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +30 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +30 -0
  65. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +17 -0
  66. package/dist-types/commands/UpdateAssetCommand.d.ts +24 -0
  67. package/dist-types/commands/UpdateAssetModelCommand.d.ts +30 -0
  68. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +21 -0
  69. package/dist-types/commands/UpdateDashboardCommand.d.ts +17 -0
  70. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +27 -0
  71. package/dist-types/commands/UpdateGatewayCommand.d.ts +21 -0
  72. package/dist-types/commands/UpdatePortalCommand.d.ts +21 -0
  73. package/dist-types/commands/UpdateProjectCommand.d.ts +17 -0
  74. package/package.json +30 -30
@@ -30,6 +30,23 @@ export interface DeleteGatewayCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteGatewayCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
38
+ * unsupported characters. Check your request and try again.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The requested resource can't be found.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
45
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
46
+ * on.</p>
47
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
52
  readonly input: DeleteGatewayCommandInput;
@@ -29,6 +29,27 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
29
29
  * @see {@link DeletePortalCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictingOperationException} (client fault)
33
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
34
+ * than one operation on the same resource at the same time.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
41
+ * unsupported characters. Check your request and try again.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The requested resource can't be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
48
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
49
+ * on.</p>
50
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
55
  readonly input: DeletePortalCommandInput;
@@ -29,6 +29,23 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
29
29
  * @see {@link DeleteProjectCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DeleteProjectCommandInput;
@@ -50,6 +50,27 @@ export interface DeleteTimeSeriesCommandOutput extends __MetadataBearer {
50
50
  * @see {@link DeleteTimeSeriesCommandOutput} for command's `response` shape.
51
51
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
52
52
  *
53
+ * @throws {@link ConflictingOperationException} (client fault)
54
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
55
+ * than one operation on the same resource at the same time.</p>
56
+ *
57
+ * @throws {@link InternalFailureException} (server fault)
58
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
59
+ *
60
+ * @throws {@link InvalidRequestException} (client fault)
61
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
62
+ * unsupported characters. Check your request and try again.</p>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>The requested resource can't be found.</p>
66
+ *
67
+ * @throws {@link ThrottlingException} (client fault)
68
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
69
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
70
+ * on.</p>
71
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
72
+ *
73
+ *
53
74
  */
54
75
  export declare class DeleteTimeSeriesCommand extends $Command<DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
55
76
  readonly input: DeleteTimeSeriesCommandInput;
@@ -30,6 +30,23 @@ export interface DescribeAccessPolicyCommandOutput extends DescribeAccessPolicyR
30
30
  * @see {@link DescribeAccessPolicyCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
38
+ * unsupported characters. Check your request and try again.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The requested resource can't be found.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
45
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
46
+ * on.</p>
47
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class DescribeAccessPolicyCommand extends $Command<DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
52
  readonly input: DescribeAccessPolicyCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
29
29
  * @see {@link DescribeAssetCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeAssetCommand extends $Command<DescribeAssetCommandInput, DescribeAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribeAssetCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeAssetModelCommandOutput extends DescribeAssetModelRespo
29
29
  * @see {@link DescribeAssetModelCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeAssetModelCommand extends $Command<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribeAssetModelCommandInput;
@@ -36,6 +36,23 @@ export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropert
36
36
  * @see {@link DescribeAssetPropertyCommandOutput} for command's `response` shape.
37
37
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
38
38
  *
39
+ * @throws {@link InternalFailureException} (server fault)
40
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
44
+ * unsupported characters. Check your request and try again.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The requested resource can't be found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
51
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
52
+ * on.</p>
53
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
54
+ *
55
+ *
39
56
  */
40
57
  export declare class DescribeAssetPropertyCommand extends $Command<DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
41
58
  readonly input: DescribeAssetPropertyCommandInput;
@@ -30,6 +30,23 @@ export interface DescribeBulkImportJobCommandOutput extends DescribeBulkImportJo
30
30
  * @see {@link DescribeBulkImportJobCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
38
+ * unsupported characters. Check your request and try again.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The requested resource can't be found.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
45
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
46
+ * on.</p>
47
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class DescribeBulkImportJobCommand extends $Command<DescribeBulkImportJobCommandInput, DescribeBulkImportJobCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
52
  readonly input: DescribeBulkImportJobCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
29
29
  * @see {@link DescribeDashboardCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeDashboardCommand extends $Command<DescribeDashboardCommandInput, DescribeDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribeDashboardCommandInput;
@@ -31,6 +31,20 @@ export interface DescribeDefaultEncryptionConfigurationCommandOutput extends Des
31
31
  * @see {@link DescribeDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
39
+ * unsupported characters. Check your request and try again.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
43
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
44
+ * on.</p>
45
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class DescribeDefaultEncryptionConfigurationCommand extends $Command<DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
36
50
  readonly input: DescribeDefaultEncryptionConfigurationCommandInput;
@@ -33,6 +33,23 @@ export interface DescribeGatewayCapabilityConfigurationCommandOutput extends Des
33
33
  * @see {@link DescribeGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
34
34
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
41
+ * unsupported characters. Check your request and try again.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The requested resource can't be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
48
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
49
+ * on.</p>
50
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
51
+ *
52
+ *
36
53
  */
37
54
  export declare class DescribeGatewayCapabilityConfigurationCommand extends $Command<DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
38
55
  readonly input: DescribeGatewayCapabilityConfigurationCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, _
29
29
  * @see {@link DescribeGatewayCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeGatewayCommand extends $Command<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribeGatewayCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
29
29
  * @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribeLoggingOptionsCommandInput;
@@ -29,6 +29,23 @@ export interface DescribePortalCommandOutput extends DescribePortalResponse, __M
29
29
  * @see {@link DescribePortalCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribePortalCommand extends $Command<DescribePortalCommandInput, DescribePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribePortalCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
29
29
  * @see {@link DescribeProjectCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
37
+ * unsupported characters. Check your request and try again.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
44
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
45
+ * on.</p>
46
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DescribeProjectCommandInput;
@@ -29,6 +29,33 @@ export interface DescribeStorageConfigurationCommandOutput extends DescribeStora
29
29
  * @see {@link DescribeStorageConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictingOperationException} (client fault)
33
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
34
+ * than one operation on the same resource at the same time.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
41
+ * unsupported characters. Check your request and try again.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
45
+ * associate more than the allowed number of child assets or attempting to create more than the
46
+ * allowed number of properties for an asset model.</p>
47
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The requested resource can't be found.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
54
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
55
+ * on.</p>
56
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DescribeStorageConfigurationCommand extends $Command<DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
61
  readonly input: DescribeStorageConfigurationCommandInput;
@@ -48,6 +48,23 @@ export interface DescribeTimeSeriesCommandOutput extends DescribeTimeSeriesRespo
48
48
  * @see {@link DescribeTimeSeriesCommandOutput} for command's `response` shape.
49
49
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
50
50
  *
51
+ * @throws {@link InternalFailureException} (server fault)
52
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
53
+ *
54
+ * @throws {@link InvalidRequestException} (client fault)
55
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
56
+ * unsupported characters. Check your request and try again.</p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>The requested resource can't be found.</p>
60
+ *
61
+ * @throws {@link ThrottlingException} (client fault)
62
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
63
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
64
+ * on.</p>
65
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
66
+ *
67
+ *
51
68
  */
52
69
  export declare class DescribeTimeSeriesCommand extends $Command<DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
53
70
  readonly input: DescribeTimeSeriesCommandInput;
@@ -30,6 +30,27 @@ export interface DisassociateAssetsCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DisassociateAssetsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictingOperationException} (client fault)
34
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
35
+ * than one operation on the same resource at the same time.</p>
36
+ *
37
+ * @throws {@link InternalFailureException} (server fault)
38
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
42
+ * unsupported characters. Check your request and try again.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The requested resource can't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
49
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
50
+ * on.</p>
51
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
52
+ *
53
+ *
33
54
  */
34
55
  export declare class DisassociateAssetsCommand extends $Command<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
56
  readonly input: DisassociateAssetsCommandInput;
@@ -29,6 +29,27 @@ export interface DisassociateTimeSeriesFromAssetPropertyCommandOutput extends __
29
29
  * @see {@link DisassociateTimeSeriesFromAssetPropertyCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictingOperationException} (client fault)
33
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
34
+ * than one operation on the same resource at the same time.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
41
+ * unsupported characters. Check your request and try again.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The requested resource can't be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
48
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
49
+ * on.</p>
50
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command<DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
55
  readonly input: DisassociateTimeSeriesFromAssetPropertyCommandInput;
@@ -40,6 +40,26 @@ export interface GetAssetPropertyAggregatesCommandOutput extends GetAssetPropert
40
40
  * @see {@link GetAssetPropertyAggregatesCommandOutput} for command's `response` shape.
41
41
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
42
42
  *
43
+ * @throws {@link InternalFailureException} (server fault)
44
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters. Check your request and try again.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The requested resource can't be found.</p>
52
+ *
53
+ * @throws {@link ServiceUnavailableException} (server fault)
54
+ * <p>The requested service is unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
58
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
59
+ * on.</p>
60
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
61
+ *
62
+ *
43
63
  */
44
64
  export declare class GetAssetPropertyAggregatesCommand extends $Command<GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig> {
45
65
  readonly input: GetAssetPropertyAggregatesCommandInput;
@@ -40,6 +40,26 @@ export interface GetAssetPropertyValueCommandOutput extends GetAssetPropertyValu
40
40
  * @see {@link GetAssetPropertyValueCommandOutput} for command's `response` shape.
41
41
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
42
42
  *
43
+ * @throws {@link InternalFailureException} (server fault)
44
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters. Check your request and try again.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The requested resource can't be found.</p>
52
+ *
53
+ * @throws {@link ServiceUnavailableException} (server fault)
54
+ * <p>The requested service is unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
58
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
59
+ * on.</p>
60
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
61
+ *
62
+ *
43
63
  */
44
64
  export declare class GetAssetPropertyValueCommand extends $Command<GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
45
65
  readonly input: GetAssetPropertyValueCommandInput;
@@ -40,6 +40,26 @@ export interface GetAssetPropertyValueHistoryCommandOutput extends GetAssetPrope
40
40
  * @see {@link GetAssetPropertyValueHistoryCommandOutput} for command's `response` shape.
41
41
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
42
42
  *
43
+ * @throws {@link InternalFailureException} (server fault)
44
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters. Check your request and try again.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The requested resource can't be found.</p>
52
+ *
53
+ * @throws {@link ServiceUnavailableException} (server fault)
54
+ * <p>The requested service is unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
58
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
59
+ * on.</p>
60
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
61
+ *
62
+ *
43
63
  */
44
64
  export declare class GetAssetPropertyValueHistoryCommand extends $Command<GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig> {
45
65
  readonly input: GetAssetPropertyValueHistoryCommandInput;