@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
@@ -31,6 +31,36 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
31
31
  * @see {@link AssociateAssetsCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
33
33
  *
34
+ * @throws {@link ConflictingOperationException} (client fault)
35
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
36
+ * than one operation on the same resource at the same time.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
43
+ * unsupported characters. Check your request and try again.</p>
44
+ *
45
+ * @throws {@link LimitExceededException} (client fault)
46
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
47
+ * associate more than the allowed number of child assets or attempting to create more than the
48
+ * allowed number of properties for an asset model.</p>
49
+ * <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>
50
+ *
51
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
52
+ * <p>The resource already exists.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>The requested resource can't be found.</p>
56
+ *
57
+ * @throws {@link ThrottlingException} (client fault)
58
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
59
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
60
+ * on.</p>
61
+ * <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>
62
+ *
63
+ *
34
64
  */
35
65
  export declare class AssociateAssetsCommand extends $Command<AssociateAssetsCommandInput, AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
36
66
  readonly input: AssociateAssetsCommandInput;
@@ -29,6 +29,27 @@ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __Metad
29
29
  * @see {@link AssociateTimeSeriesToAssetPropertyCommandOutput} 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 AssociateTimeSeriesToAssetPropertyCommand extends $Command<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
55
  readonly input: AssociateTimeSeriesToAssetPropertyCommandInput;
@@ -29,6 +29,29 @@ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociate
29
29
  * @see {@link BatchAssociateProjectAssetsCommandOutput} 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 LimitExceededException} (client fault)
40
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
41
+ * associate more than the allowed number of child assets or attempting to create more than the
42
+ * allowed number of properties for an asset model.</p>
43
+ * <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>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The requested resource can't be found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
50
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
51
+ * on.</p>
52
+ * <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>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class BatchAssociateProjectAssetsCommand extends $Command<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
57
  readonly input: BatchAssociateProjectAssetsCommandInput;
@@ -29,6 +29,23 @@ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisass
29
29
  * @see {@link BatchDisassociateProjectAssetsCommandOutput} 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 BatchDisassociateProjectAssetsCommand extends $Command<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: BatchDisassociateProjectAssetsCommandInput;
@@ -31,6 +31,23 @@ export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAs
31
31
  * @see {@link BatchGetAssetPropertyAggregatesCommandOutput} 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 ServiceUnavailableException} (server fault)
42
+ * <p>The requested service is unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
46
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
47
+ * on.</p>
48
+ * <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>
49
+ *
50
+ *
34
51
  */
35
52
  export declare class BatchGetAssetPropertyAggregatesCommand extends $Command<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig> {
36
53
  readonly input: BatchGetAssetPropertyAggregatesCommandInput;
@@ -30,6 +30,23 @@ export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPr
30
30
  * @see {@link BatchGetAssetPropertyValueCommandOutput} 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 ServiceUnavailableException} (server fault)
41
+ * <p>The requested service is unavailable.</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 BatchGetAssetPropertyValueCommand extends $Command<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
52
  readonly input: BatchGetAssetPropertyValueCommandInput;
@@ -30,6 +30,23 @@ export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGet
30
30
  * @see {@link BatchGetAssetPropertyValueHistoryCommandOutput} 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 ServiceUnavailableException} (server fault)
41
+ * <p>The requested service is unavailable.</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 BatchGetAssetPropertyValueHistoryCommand extends $Command<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
52
  readonly input: BatchGetAssetPropertyValueHistoryCommandInput;
@@ -53,6 +53,36 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
53
53
  * @see {@link BatchPutAssetPropertyValueCommandOutput} for command's `response` shape.
54
54
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
55
55
  *
56
+ * @throws {@link ConflictingOperationException} (client fault)
57
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
58
+ * than one operation on the same resource at the same time.</p>
59
+ *
60
+ * @throws {@link InternalFailureException} (server fault)
61
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
62
+ *
63
+ * @throws {@link InvalidRequestException} (client fault)
64
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
65
+ * unsupported characters. Check your request and try again.</p>
66
+ *
67
+ * @throws {@link LimitExceededException} (client fault)
68
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
69
+ * associate more than the allowed number of child assets or attempting to create more than the
70
+ * allowed number of properties for an asset model.</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
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>The requested resource can't be found.</p>
75
+ *
76
+ * @throws {@link ServiceUnavailableException} (server fault)
77
+ * <p>The requested service is unavailable.</p>
78
+ *
79
+ * @throws {@link ThrottlingException} (client fault)
80
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
81
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
82
+ * on.</p>
83
+ * <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>
84
+ *
85
+ *
56
86
  */
57
87
  export declare class BatchPutAssetPropertyValueCommand extends $Command<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
58
88
  readonly input: BatchPutAssetPropertyValueCommandInput;
@@ -30,6 +30,29 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
30
30
  * @see {@link CreateAccessPolicyCommandOutput} 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 LimitExceededException} (client fault)
41
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
42
+ * associate more than the allowed number of child assets or attempting to create more than the
43
+ * allowed number of properties for an asset model.</p>
44
+ * <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>
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
+ *
33
56
  */
34
57
  export declare class CreateAccessPolicyCommand extends $Command<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
58
  readonly input: CreateAccessPolicyCommandInput;
@@ -30,6 +30,36 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
30
30
  * @see {@link CreateAssetCommandOutput} 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 LimitExceededException} (client fault)
45
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
46
+ * associate more than the allowed number of child assets or attempting to create more than the
47
+ * allowed number of properties for an asset model.</p>
48
+ * <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>
49
+ *
50
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
51
+ * <p>The resource already exists.</p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>The requested resource can't be found.</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
+ *
33
63
  */
34
64
  export declare class CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
35
65
  readonly input: CreateAssetCommandInput;
@@ -33,6 +33,36 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
33
33
  * @see {@link CreateAssetModelCommandOutput} for command's `response` shape.
34
34
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
35
35
  *
36
+ * @throws {@link ConflictingOperationException} (client fault)
37
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
38
+ * than one operation on the same resource at the same time.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
45
+ * unsupported characters. Check your request and try again.</p>
46
+ *
47
+ * @throws {@link LimitExceededException} (client fault)
48
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
49
+ * associate more than the allowed number of child assets or attempting to create more than the
50
+ * allowed number of properties for an asset model.</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
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
54
+ * <p>The resource already exists.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The requested resource can't be found.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
61
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
62
+ * on.</p>
63
+ * <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>
64
+ *
65
+ *
36
66
  */
37
67
  export declare class CreateAssetModelCommand extends $Command<CreateAssetModelCommandInput, CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
38
68
  readonly input: CreateAssetModelCommandInput;
@@ -34,6 +34,36 @@ export interface CreateBulkImportJobCommandOutput extends CreateBulkImportJobRes
34
34
  * @see {@link CreateBulkImportJobCommandOutput} for command's `response` shape.
35
35
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConflictingOperationException} (client fault)
38
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
39
+ * than one operation on the same resource at the same time.</p>
40
+ *
41
+ * @throws {@link InternalFailureException} (server fault)
42
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
46
+ * unsupported characters. Check your request and try again.</p>
47
+ *
48
+ * @throws {@link LimitExceededException} (client fault)
49
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
50
+ * associate more than the allowed number of child assets or attempting to create more than the
51
+ * allowed number of properties for an asset model.</p>
52
+ * <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>
53
+ *
54
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
55
+ * <p>The resource already exists.</p>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>The requested resource can't be found.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
62
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
63
+ * on.</p>
64
+ * <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>
65
+ *
66
+ *
37
67
  */
38
68
  export declare class CreateBulkImportJobCommand extends $Command<CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput, IoTSiteWiseClientResolvedConfig> {
39
69
  readonly input: CreateBulkImportJobCommandInput;
@@ -29,6 +29,29 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
29
29
  * @see {@link CreateDashboardCommandOutput} 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 LimitExceededException} (client fault)
40
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
41
+ * associate more than the allowed number of child assets or attempting to create more than the
42
+ * allowed number of properties for an asset model.</p>
43
+ * <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>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The requested resource can't be found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
50
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
51
+ * on.</p>
52
+ * <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>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class CreateDashboardCommand extends $Command<CreateDashboardCommandInput, CreateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
57
  readonly input: CreateDashboardCommandInput;
@@ -31,6 +31,29 @@ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __Met
31
31
  * @see {@link CreateGatewayCommandOutput} 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 LimitExceededException} (client fault)
42
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
43
+ * associate more than the allowed number of child assets or attempting to create more than the
44
+ * allowed number of properties for an asset model.</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
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
48
+ * <p>The resource already exists.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
52
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
53
+ * on.</p>
54
+ * <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>
55
+ *
56
+ *
34
57
  */
35
58
  export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
36
59
  readonly input: CreateGatewayCommandInput;
@@ -35,6 +35,29 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
35
35
  * @see {@link CreatePortalCommandOutput} for command's `response` shape.
36
36
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
37
37
  *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
43
+ * unsupported characters. Check your request and try again.</p>
44
+ *
45
+ * @throws {@link LimitExceededException} (client fault)
46
+ * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
47
+ * associate more than the allowed number of child assets or attempting to create more than the
48
+ * allowed number of properties for an asset model.</p>
49
+ * <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>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The requested resource can't be found.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
56
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
57
+ * on.</p>
58
+ * <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>
59
+ *
60
+ *
38
61
  */
39
62
  export declare class CreatePortalCommand extends $Command<CreatePortalCommandInput, CreatePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
40
63
  readonly input: CreatePortalCommandInput;
@@ -33,6 +33,29 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
33
33
  * @see {@link CreateProjectCommandOutput} 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 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
+ *
36
59
  */
37
60
  export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
38
61
  readonly input: CreateProjectCommandInput;
@@ -31,6 +31,23 @@ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyRespo
31
31
  * @see {@link DeleteAccessPolicyCommandOutput} 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 ResourceNotFoundException} (client fault)
42
+ * <p>The requested resource can't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
46
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
47
+ * on.</p>
48
+ * <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>
49
+ *
50
+ *
34
51
  */
35
52
  export declare class DeleteAccessPolicyCommand extends $Command<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
36
53
  readonly input: DeleteAccessPolicyCommandInput;
@@ -34,6 +34,27 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
34
34
  * @see {@link DeleteAssetCommandOutput} for command's `response` shape.
35
35
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConflictingOperationException} (client fault)
38
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
39
+ * than one operation on the same resource at the same time.</p>
40
+ *
41
+ * @throws {@link InternalFailureException} (server fault)
42
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
46
+ * unsupported characters. Check your request and try again.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The requested resource can't be found.</p>
50
+ *
51
+ * @throws {@link ThrottlingException} (client fault)
52
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
53
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
54
+ * on.</p>
55
+ * <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>
56
+ *
57
+ *
37
58
  */
38
59
  export declare class DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
39
60
  readonly input: DeleteAssetCommandInput;
@@ -33,6 +33,27 @@ export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse,
33
33
  * @see {@link DeleteAssetModelCommandOutput} for command's `response` shape.
34
34
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
35
35
  *
36
+ * @throws {@link ConflictingOperationException} (client fault)
37
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
38
+ * than one operation on the same resource at the same time.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>IoT SiteWise can't process your request right now. Try again later.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
45
+ * unsupported characters. Check your request and try again.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The requested resource can't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
52
+ * IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
53
+ * on.</p>
54
+ * <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>
55
+ *
56
+ *
36
57
  */
37
58
  export declare class DeleteAssetModelCommand extends $Command<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
38
59
  readonly input: DeleteAssetModelCommandInput;
@@ -29,6 +29,23 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
29
29
  * @see {@link DeleteDashboardCommandOutput} 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 DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
34
51
  readonly input: DeleteDashboardCommandInput;