@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.
- package/dist-types/commands/AssociateAssetsCommand.d.ts +30 -0
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +21 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +23 -0
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +17 -0
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +30 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +23 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +30 -0
- package/dist-types/commands/CreateAssetModelCommand.d.ts +30 -0
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +30 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +23 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +23 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +23 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +23 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +17 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +21 -0
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +21 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +17 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +17 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +21 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +21 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +17 -0
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +17 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +27 -0
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +17 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +21 -0
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +21 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +20 -0
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +20 -0
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +20 -0
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +20 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +14 -0
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +17 -0
- package/dist-types/commands/ListAssetModelsCommand.d.ts +14 -0
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +17 -0
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +17 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +17 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +17 -0
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +14 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +14 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +14 -0
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +14 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +30 -0
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +17 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +21 -0
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +30 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +30 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +17 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +24 -0
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +30 -0
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +21 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +27 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +21 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +21 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +17 -0
- package/package.json +30 -30
|
@@ -43,6 +43,26 @@ export interface GetInterpolatedAssetPropertyValuesCommandOutput extends GetInte
|
|
|
43
43
|
* @see {@link GetInterpolatedAssetPropertyValuesCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
47
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
50
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
51
|
+
* unsupported characters. Check your request and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The requested resource can't be found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The requested service is unavailable.</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
|
+
*
|
|
46
66
|
*/
|
|
47
67
|
export declare class GetInterpolatedAssetPropertyValuesCommand extends $Command<GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
48
68
|
readonly input: GetInterpolatedAssetPropertyValuesCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesRespo
|
|
|
30
30
|
* @see {@link ListAccessPoliciesCommandOutput} 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 ThrottlingException} (client fault)
|
|
41
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
42
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
43
|
+
* on.</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
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListAccessPoliciesCommand extends $Command<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
35
49
|
readonly input: ListAccessPoliciesCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListAssetModelPropertiesCommandOutput extends ListAssetModelPro
|
|
|
31
31
|
* @see {@link ListAssetModelPropertiesCommandOutput} 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 ListAssetModelPropertiesCommand extends $Command<ListAssetModelPropertiesCommandInput, ListAssetModelPropertiesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
36
53
|
readonly input: ListAssetModelPropertiesCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListAssetModelsCommandOutput extends ListAssetModelsResponse, _
|
|
|
29
29
|
* @see {@link ListAssetModelsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
41
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
42
|
+
* on.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListAssetModelsCommand extends $Command<ListAssetModelsCommandInput, ListAssetModelsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
48
|
readonly input: ListAssetModelsCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListAssetPropertiesCommandOutput extends ListAssetPropertiesRes
|
|
|
31
31
|
* @see {@link ListAssetPropertiesCommandOutput} 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 ListAssetPropertiesCommand extends $Command<ListAssetPropertiesCommandInput, ListAssetPropertiesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
36
53
|
readonly input: ListAssetPropertiesCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListAssetRelationshipsCommandOutput extends ListAssetRelationsh
|
|
|
31
31
|
* @see {@link ListAssetRelationshipsCommandOutput} 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 ListAssetRelationshipsCommand extends $Command<ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
36
53
|
readonly input: ListAssetRelationshipsCommandInput;
|
|
@@ -41,6 +41,23 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
|
|
|
41
41
|
* @see {@link ListAssetsCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
45
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
48
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
49
|
+
* unsupported characters. Check your request and try again.</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
|
+
*
|
|
44
61
|
*/
|
|
45
62
|
export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
46
63
|
readonly input: ListAssetsCommandInput;
|
|
@@ -38,6 +38,23 @@ export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsR
|
|
|
38
38
|
* @see {@link ListAssociatedAssetsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
40
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
|
+
*
|
|
41
58
|
*/
|
|
42
59
|
export declare class ListAssociatedAssetsCommand extends $Command<ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
43
60
|
readonly input: ListAssociatedAssetsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface ListBulkImportJobsCommandOutput extends ListBulkImportJobsRespo
|
|
|
30
30
|
* @see {@link ListBulkImportJobsCommandOutput} 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 ListBulkImportJobsCommand extends $Command<ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
35
52
|
readonly input: ListBulkImportJobsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
|
|
|
29
29
|
* @see {@link ListDashboardsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
41
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
42
|
+
* on.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
48
|
readonly input: ListDashboardsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad
|
|
|
29
29
|
* @see {@link ListGatewaysCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
41
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
42
|
+
* on.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
48
|
readonly input: ListGatewaysCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListPortalsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
41
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
42
|
+
* on.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListPortalsCommand extends $Command<ListPortalsCommandInput, ListPortalsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
48
|
readonly input: ListPortalsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListProjectAssetsCommandOutput extends ListProjectAssetsRespons
|
|
|
29
29
|
* @see {@link ListProjectAssetsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
41
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
42
|
+
* on.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListProjectAssetsCommand extends $Command<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
48
|
readonly input: ListProjectAssetsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListProjectsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
41
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
42
|
+
* on.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
48
|
readonly input: ListProjectsCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} 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
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
59
|
+
* <p>You are not authorized.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
64
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListTimeSeriesCommandOutput extends ListTimeSeriesResponse, __M
|
|
|
29
29
|
* @see {@link ListTimeSeriesCommandOutput} 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 ListTimeSeriesCommand extends $Command<ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
51
|
readonly input: ListTimeSeriesCommandInput;
|
|
@@ -31,6 +31,30 @@ export interface PutDefaultEncryptionConfigurationCommandOutput extends PutDefau
|
|
|
31
31
|
* @see {@link PutDefaultEncryptionConfigurationCommandOutput} 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 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
|
+
*
|
|
34
58
|
*/
|
|
35
59
|
export declare class PutDefaultEncryptionConfigurationCommand extends $Command<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
36
60
|
readonly input: PutDefaultEncryptionConfigurationCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
|
|
|
29
29
|
* @see {@link PutLoggingOptionsCommandOutput} 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 PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
55
|
readonly input: PutLoggingOptionsCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface PutStorageConfigurationCommandOutput extends PutStorageConfigur
|
|
|
29
29
|
* @see {@link PutStorageConfigurationCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
50
|
+
* <p>The resource already exists.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>The requested resource can't be found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
57
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
58
|
+
* on.</p>
|
|
59
|
+
* <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>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class PutStorageConfigurationCommand extends $Command<PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
64
|
readonly input: PutStorageConfigurationCommandInput;
|
|
@@ -30,6 +30,41 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
30
30
|
* @see {@link TagResourceCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The requested resource can't be found.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
55
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
56
|
+
* on.</p>
|
|
57
|
+
* <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>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
60
|
+
* <p>You've reached the limit for the number of tags allowed for a resource. For more
|
|
61
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag naming limits and
|
|
62
|
+
* requirements</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
65
|
+
* <p>You are not authorized.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
33
68
|
*/
|
|
34
69
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
35
70
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} 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
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
59
|
+
* <p>You are not authorized.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
64
|
readonly input: UntagResourceCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyRespo
|
|
|
30
30
|
* @see {@link UpdateAccessPolicyCommandOutput} 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 UpdateAccessPolicyCommand extends $Command<UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
35
52
|
readonly input: UpdateAccessPolicyCommandInput;
|
|
@@ -30,6 +30,30 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
|
|
|
30
30
|
* @see {@link UpdateAssetCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
45
|
+
* <p>The resource already exists.</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
|
+
*
|
|
33
57
|
*/
|
|
34
58
|
export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
35
59
|
readonly input: UpdateAssetCommandInput;
|